Results 1 to 10 of 10
  1. #1
    yoyoman4567's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    203
    Reputation
    9
    Thanks
    4
    My Mood
    Happy

    getting Addresses to work?

    can someone help me get the Addresses to work because i cant get them to work at all plz help me thank you

  2. #2
    whit++'s Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    140
    Reputation
    22
    Thanks
    21
    My Mood
    Amused
    what you mean work do you D/c
    Post in right section pls gosh

  3. #3
    Sid's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    New York
    Posts
    10,712
    Reputation
    927
    Thanks
    1,265
    Get out of here.
    You don't know how to do anything. Your just a leecher. Come back in 5 years and tell us what you learned.

  4. #4
    yoyoman4567's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    203
    Reputation
    9
    Thanks
    4
    My Mood
    Happy

    hey sdfu

    Quote Originally Posted by Darth Sidious View Post
    Get out of here.
    You don't know how to do anything. Your just a leecher. Come back in 5 years and tell us what you learned.
    i have i made my hacks and i just want to know how to add dam addresses

  5. #5
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    Quote Originally Posted by yoyoman4567 View Post
    i have i made my hacks and i just want to know how to add dam addresses
    memcpy(address,bytes,length);



    Put this image in your signature if you support HTML5 development!

  6. #6
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    You right click the address, click Copy. Go into Visual C++, and right click, hit Paste.

  7. #7
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Learn how memory works.

  8. #8
    yoyoman4567's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    203
    Reputation
    9
    Thanks
    4
    My Mood
    Happy
    Quote Originally Posted by _Fk127_ View Post
    memcpy(address,bytes,length);
    um yeah remember you tryed that on here it did not work

  9. #9
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Quote Originally Posted by yoyoman4567 View Post
    um yeah remember you tryed that on here it did not work
    Your signature says you don't need help!

  10. #10
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Code:
    Memoria((LPVOID)SUPABULLETZ,"\x90\x90",2);
    Code:
    bool Memoria( void * pDest, char * szPatch, size_t sSize )
    { 
    	DWORD dwOrgProtect = NULL; 
    	if ( !VirtualProtect ( pDest, sSize, PAGE_EXECUTE_READWRITE, &dwOrgProtect ))
    		return FALSE;
    
    	memcpy( pDest, szPatch, sSize ); 
    
    	VirtualProtect( pDest, sSize, dwOrgProtect, NULL ); 
    	return TRUE; 
    }
    No I do not make game hacks anymore, please stop asking.