Results 1 to 4 of 4
  1. #1
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127

    teleport hack - assualtcube

    Code:
    player1 dd 004E4DBCh
    ofs_new_x db 34h
    Code:
    teleport proc x:qword, y:qword, z:qword
    push ebp
    mov ebp, esp
    
    mov eax, dword ptr ds:[player1]
    mov eax, [eax]
    add eax, dword ptr ds:[ofs_new_x]
    fld x
    fstp qword ptr ds:[eax]
    fld y
    fstp qword ptr ds:[eax+4h]
    fld z
    fstp qword ptr ds:[eax+8h]
    
    mov esp, ebp
    pop ebp
    ret 0ch
    teleport endp

  2. #2
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    you be doing all leet with assembly now eh? :3
    good job
    Ah we-a blaze the fyah, make it bun dem!

  3. #3
    n4n033's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Windows
    Posts
    1,090
    Reputation
    43
    Thanks
    2,425
    My Mood
    Cool
    this is the fast thing because AC don't use GameGuard


    The Only Bests :


    R3d_L!n3(Fares)
    Aeroman (Brent)
    TheCamels8 (Ori)


  4. #4
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127
    Thanks ^^ took me a while to figue out how use floating points, then that i needed to clean the stack

Similar Threads

  1. Teleport Hack. Need help.
    By why06 in forum C++/C Programming
    Replies: 7
    Last Post: 08-18-2009, 11:12 PM
  2. [Release] Ping Teleport Hack and Cracked Fraps Download Here
    By endlessz in forum Soldier Front Hacks
    Replies: 18
    Last Post: 07-15-2009, 02:52 AM
  3. [Release] Ping Teleport Hack and Cracked Fraps Download Here
    By endlessz in forum Combat Arms Hacks & Cheats
    Replies: 39
    Last Post: 04-19-2009, 11:24 AM
  4. teleport hack video
    By riqlock in forum WolfTeam General
    Replies: 6
    Last Post: 04-13-2008, 02:20 AM
  5. (release)!!!marien teleport hack!!!!!!!!
    By prox32 in forum WarRock - International Hacks
    Replies: 8
    Last Post: 07-27-2007, 08:37 PM