Page 4 of 5 FirstFirst ... 2345 LastLast
Results 46 to 60 of 74
  1. #46
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    btw, there are a lot of errors in the code xD time for me to learn more c++ so i can fix it >.>

  2. #47
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    i fixed it but i doesnt do jax shet! Because this is not a release its a prank that unknown coderz pulled

    \Reqest close

  3. The Following User Says Thank You to NOOBJr For This Useful Post:

    Stephen (08-17-2010)

  4. #48
    TheFallenOwns's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    149
    Reputation
    10
    Thanks
    43
    Quote Originally Posted by Zane Slayman View Post
    i fixed it but i doesnt do jax shet! Because this is not a release its a prank that unknown coderz pulled

    \Reqest close
    zane you cant code anyways stop acting like your a pro at it its annoying

  5. #49
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by cool_p33 View Post
    how do u use hack there is no download link??
    Read the post?

  6. #50
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    thank you for the pointer after 15 minutes i made a working Sig for it

  7. #51
    ipwnuuaal5's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    275
    Reputation
    16
    Thanks
    33
    Quote Originally Posted by kotentopf View Post
    thank you for the pointer after 15 minutes i made a working Sig for it
    It took me 5 seconds for working sig. lol.

  8. #52
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    Quote Originally Posted by kotentopf View Post
    thank you for the pointer after 15 minutes i made a working Sig for it
    good job you just made a sig for a useless address

  9. #53
    ipwnuuaal5's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    275
    Reputation
    16
    Thanks
    33
    Quote Originally Posted by swatfx View Post
    good job you just made a sig for a useless address
    no it works great. learn 2 code...

  10. #54
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by swatfx View Post
    good job you just made a sig for a useless address
    Lawl. Apparantly it works.
    Was talking to blood and he said it works okay.

  11. #55
    `Bobs Bees's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    930
    Reputation
    33
    Thanks
    183
    My Mood
    Relaxed
    Quote Originally Posted by ac1d_buRn View Post


    Lawl. Apparantly it works.
    Was talking to blood and he said it works okay.
    Its work pretty good but you need pickup hack turned on to atleast pick em up.

    But still beast.
    User CP -> Edit Signature -> Make less then one line.

  12. #56
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    Quote Originally Posted by ac1d_buRn View Post


    Lawl. Apparantly it works.
    Was talking to blood and he said it works okay.
    well i guess i should test it myself before believing other people/

  13. #57
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Lol. Blood trolled you.

  14. #58
    ipwnuuaal5's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    275
    Reputation
    16
    Thanks
    33
    Here is the fixed code. Use the same defines
    Code:
    void HisecOPK(void)
    {
      while(1){
                   
            pospointer=NULL;
            pospointer = (DWORD)GetModuleHandleA("ClientFX.fxd");
            pospointer += 0x66F34;
           
            memcpy(&Y,(void *)(pospointer),4);
            Y += 0xCC;
     
            memcpy(&player,(void *)(Hisec),4);
            player += 0xCC;
     
     		if(GetAsyncKeyState('X')<0){ //HisecOPK
               
            if(Y > 0xCC && player > 0xCC)
            {
    			*(float*) player = *(float*) Y ;
                *(float*)(player + 0x4) = *(float*)(Y +0x4);
                *(float*)(player - 0x4) = *(float*)(Y -0x4);
                Sleep(3000);
            }
    
    		}
    
      }
    }

  15. #59
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    Quote Originally Posted by Stephen View Post
    Lol. Blood trolled you.
    or your trolling everyone lol

  16. #60
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Quote Originally Posted by ipwnuuaal5 View Post
    Here is the fixed code. Use the same defines
    Code:
    void HisecOPK(void)
    {
      while(1){
                   
            pospointer=NULL;
            pospointer = (DWORD)GetModuleHandleA("ClientFX.fxd");
            pospointer += 0x66F34;
           
            memcpy(&Y,(void *)(pospointer),4);
            Y += 0xCC;
     
            memcpy(&player,(void *)(Hisec),4);
            player += 0xCC;
     
     		if(GetAsyncKeyState('X')<0){ //HisecOPK
               
            if(Y > 0xCC && player > 0xCC)
            {
    			*(float*) player = *(float*) Y ;
                *(float*)(player + 0x4) = *(float*)(Y +0x4);
                *(float*)(player - 0x4) = *(float*)(Y -0x4);
                Sleep(3000);
            }
    
    		}
    
      }
    }
    It wont work bro. the addy is not correct

Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. [SOURCE] Simple Teleport hack
    By Solify in forum Combat Arms EU Hack Coding/Source Code
    Replies: 42
    Last Post: 10-09-2010, 01:09 PM
  2. Replies: 13
    Last Post: 02-22-2010, 10:59 AM
  3. teleport hack video
    By riqlock in forum WolfTeam General
    Replies: 6
    Last Post: 04-13-2008, 02:20 AM
  4. [BIG RELEASE] Wr-Source Public with ASM Hacks
    By Evilbot in forum WarRock - International Hacks
    Replies: 27
    Last Post: 11-27-2007, 06:46 AM
  5. (release)!!!marien teleport hack!!!!!!!!
    By prox32 in forum WarRock - International Hacks
    Replies: 8
    Last Post: 07-27-2007, 08:37 PM