Results 1 to 2 of 2
  1. #1
    SawMister's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Germany
    Posts
    23
    Reputation
    16
    Thanks
    0

    Question Simple read adress in a textbox

    Hello.

    I want to read a simple adress and show the value in a textbox.
    For writing, i used this:

    Code:
    void SetDisableSpeedhack(){
    	 DWORD wert1 = *(DWORD*)BasePointer1; 
         if(wert1 > 0){
           wert1 = *(DWORD*)(wert1 + Points6);
           wert1 += Points7;
    
           *(WORD*)wert1 = 16256 ; 
        }
    				
    }
    But i want to read, and not use offsets, because its not a Pointer.
    How can i do it?
    Thank you!
    Regards, René

  2. #2
    CFHackerExtreme's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Germany
    Posts
    245
    Reputation
    10
    Thanks
    560
    My Mood
    Yeehaw
    Add me on Skype: CFHackerExtreme
    I'll try to help you!

    Only for German Guys...

Similar Threads

  1. [Read Me!]How to make a webrowser(Simple)
    By VistaLite in forum Programming Tutorials
    Replies: 5
    Last Post: 12-08-2010, 04:48 PM
  2. [Help]Textbox / Reading
    By mo3ad001 in forum Visual Basic Programming
    Replies: 27
    Last Post: 08-23-2010, 06:02 AM
  3. READ here! if you need something recorded (Simple)
    By M.P.G.H. Youtube in forum General
    Replies: 50
    Last Post: 06-16-2010, 12:51 AM
  4. Reading Textbox
    By ppl2pass in forum Visual Basic Programming
    Replies: 14
    Last Post: 02-22-2010, 06:35 PM
  5. [RELEASE] some simple adresses...
    By naomelembro14 in forum WarRock - International Hacks
    Replies: 13
    Last Post: 05-21-2007, 01:54 PM