Page 3 of 6 FirstFirst 12345 ... LastLast
Results 31 to 45 of 77
  1. #31
    ego.version's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    68
    Reputation
    36
    Thanks
    18
    My Mood
    Cold
    sry.
    VirusTotal
    jotti
    Chief

  2. #32
    Kulturbanause's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Approval for the latest version in attachment in post #25?

    EDIT:
    I tried the Script of the First post with the latest version of CE. Everytime i start the script my game freezes.
    My settings are the same as stated in #25 screenshot attachment. I'm using also win7 64bit.

    Regards
    Last edited by Kulturbanause; 01-15-2013 at 02:22 AM.

  3. #33
    Bernard's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Purgatory
    Posts
    26,364
    Reputation
    3488
    Thanks
    3,546
    My Mood
    Lurking
    Quote Originally Posted by ego.version View Post
    3rd one didnt match but at least you have 2.

    /Approved
    Rep. Power: 126

    Minion: 11/28/12-3/15/14

  4. #34
    fagwin's Avatar
    Join Date
    Dec 2012
    Gender
    female
    Posts
    5
    Reputation
    10
    Thanks
    0
    The update works...load up the game/char...run the cheatengine...run the cheat.exe and hit page up.
    Might want to change the page up keybind before you start though...as it's default is to start recording.
    Also...i know he says to disable the cheat when you die but from the brief time i've had using it so far it seems you don't need to unless you change class...will try it out further later

  5. #35
    TEAMKILLER's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    G-E-R-M-A-N-Y
    Posts
    273
    Reputation
    10
    Thanks
    21
    My Mood
    Amazed
    Am i the only one whos teleport doesnt work?

  6. #36
    predator110's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    6
    Planetside 2 norecoil fix - Doens't work anymore

    Code:
    [ENABLE]
    //code from here to '[DISABLE]' will be used to enable the cheat
    //GTFO leechers
    alloc(newmem24,2048) //2kb should be enough - GTFO leechers
    label(returnhere24)
    label(originalcode24)
    label(exit24)
    
    newmem24: //this is allocated memory, you have read,write,execute access
    //place your code here
    //remove leechers here
    originalcode24:
    jmp PlanetSide2.exe+BC7CE2
    push esi
    mov esi,[ebx+04]
    
    exit24:
    jmp returnhere24
    
    "PlanetSide2.exe"+BC7CA6:
    jmp newmem24
    nop
    returnhere24:
    
    alloc(newmem17,2048) //2kb should be enough to remove leechers
    label(returnhere17)
    label(originalcode17)
    label(exit17)
    
    newmem17: //this is allocated memory, you have execute access on leechers
    //remove your leechers here
    
    originalcode17:
    mov [esi+000000D4],0
    
    exit17:
    jmp returnhere17
    
    "PlanetSide2.exe"+BC66EA:
    jmp newmem17
    nop
    returnhere17:
    
    alloc(newmem11,2048) //2kb should be enough to piss of leechers
    label(returnhere11)
    label(originalcode11)
    label(exit11)
    
    newmem11: //this is allocated memory, you have read,write,execute access
    //place your leech here
    
    originalcode11:
    movss xmm3,[esi+000000D4]
    xorps xmm3, xmm3
    
    exit11:
    jmp returnhere11
    
    "PlanetSide2.exe"+BC6693:
    jmp newmem11
    nop
    nop
    nop
    returnhere11:
    
    alloc(newmem6,2048) //2kb should be enough
    label(returnhere6)
    label(originalcode6)
    label(exit6)
    
    newmem6: //this is allocated memory, you have read,write,execute access
    //place your code here
    //gtfo leechers
    xorps xmm0, xmm0
    
    originalcode6:
    movss [ecx+04],xmm0
    
    exit6:
    jmp returnhere6
    
    "PlanetSide2.exe"+16C73B0:
    jmp newmem6
    returnhere6:
    
    alloc(newmem2,2048) //2kb should be enough
    label(returnhere2)
    label(originalcode2)
    label(exit2)
    
    newmem2: //this is allocated memory, you have read,write,execute access
    //place your code here
    xorps xmm1, xmm1
    
    originalcode2:
    ucomiss xmm1,[esi+54]
    lahf
    
    exit2:
    jmp returnhere2
    
    "PlanetSide2.exe"+1679AB4:
    jmp newmem2
    returnhere2:
    
    alloc(newmem,2048) //2kb should be enough
    label(returnhere)
    label(originalcode)
    label(exit)
    
    newmem: //this is allocated memory, you have read,write,execute access
    //place your code here
    xorps xmm0, xmm0
    
    originalcode:
    ucomiss xmm0,[esi+08]
    lahf
    
    exit:
    jmp returnhere
    
    "PlanetSide2.exe"+C714E5:
    jmp newmem
    returnhere:
    
    
    
    
    [DISABLE]
    //code from here till the end of the code will be used to disable the cheat
    dealloc(newmem24)
    "PlanetSide2.exe"+BC7CA6:
    jle PlanetSide2.exe+BC7CE2
    push esi
    mov esi,[ebx+04]
    //Alt: db 7E 3A 56 8B 73 04
    dealloc(newmem17)
    "PlanetSide2.exe"+BC66EA:
    mov [esi+000000D4],edx
    //Alt: db 89 96 D4 00 00 00
    dealloc(newmem11)
    "PlanetSide2.exe"+BC6693:
    movss xmm3,[esi+000000D4]
    //Alt: db F3 0F 10 9E D4 00 00 00
    dealloc(newmem6)
    "PlanetSide2.exe"+16C73B0:
    movss [ecx+04],xmm0
    //Alt: db F3 0F 11 41 04
    dealloc(newmem2)
    "PlanetSide2.exe"+1679AB4:
    ucomiss xmm1,[esi+54]
    lahf
    //Alt: db 0F 2E 4E 54 9F
    dealloc(newmem)
    "PlanetSide2.exe"+C714E5:
    ucomiss xmm0,[esi+08]
    lahf
    //Alt: db 0F 2E 46 08 9F
    //Offsets updated by Julfo 13/01/2013 :)
    //Leechers from *other forums* - GTFO
    Last edited by predator110; 01-17-2013 at 08:51 AM. Reason: Doens't work anymore

  7. The Following 2 Users Say Thank You to predator110 For This Useful Post:

    ego.version (01-16-2013),volcanoltd (01-17-2013)

  8. #37
    TEAMKILLER's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    G-E-R-M-A-N-Y
    Posts
    273
    Reputation
    10
    Thanks
    21
    My Mood
    Amazed
    What exactly does it fix?

  9. #38
    predator110's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by TEAMKILLER View Post
    What exactly does it fix?
    Es stürzt nicht mehr ab, wenn man es, bevor man Spawnt, ausschaltet.

  10. The Following User Says Thank You to predator110 For This Useful Post:

    TEAMKILLER (01-17-2013)

  11. #39
    volcanoltd's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Asleep
    Planetside2 was fix. Please fix it Thanks

  12. #40
    predator110's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    6
    how i can update the script ?

  13. #41
    xCrashdayx's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    .
    Posts
    1
    Reputation
    10
    Thanks
    0
    UPDATED NORECOIL/SPREAD
    Code:
    [ENABLE]
    //code from here to '[DISABLE]' will be used to enable the cheat
    //GTFO leechers
    alloc(newmem24,2048) //2kb should be enough - GTFO leechers
    label(returnhere24)
    label(originalcode24)
    label(exit24)
    
    newmem24: //this is allocated memory, you have read,write,execute access
    //place your code here
    //remove leechers here
    originalcode24:
    jmp PlanetSide2.exe+BC86F2
    push esi
    mov esi,[ebx+04]
    
    exit24:
    jmp returnhere24
    
    "PlanetSide2.exe"+BC86B6:
    jmp newmem24
    nop
    returnhere24:
    
    alloc(newmem17,2048) //2kb should be enough to remove leechers
    label(returnhere17)
    label(originalcode17)
    label(exit17)
    
    newmem17: //this is allocated memory, you have execute access on leechers
    //remove your leechers here
    
    originalcode17:
    mov [esi+000000D4],0
    
    exit17:
    jmp returnhere17
    
    "PlanetSide2.exe"+BC70FA:
    jmp newmem17
    nop
    returnhere17:
    
    alloc(newmem11,2048) //2kb should be enough to piss of leechers
    label(returnhere11)
    label(originalcode11)
    label(exit11)
    
    newmem11: //this is allocated memory, you have read,write,execute access
    //place your leech here
    
    originalcode11:
    movss xmm3,[esi+000000D4]
    xorps xmm3, xmm3
    
    exit11:
    jmp returnhere11
    
    "PlanetSide2.exe"+BCE093:
    jmp newmem11
    nop
    nop
    nop
    returnhere11:
    
    alloc(newmem6,2048) //2kb should be enough
    label(returnhere6)
    label(originalcode6)
    label(exit6)
    
    newmem6: //this is allocated memory, you have read,write,execute access
    //place your code here
    //gtfo leechers
    xorps xmm0, xmm0
    
    originalcode6:
    movss [ecx+04],xmm0
    
    exit6:
    jmp returnhere6
    
    "PlanetSide2.exe"+16C7D20:
    jmp newmem6
    returnhere6:
    
    alloc(newmem2,2048) //2kb should be enough
    label(returnhere2)
    label(originalcode2)
    label(exit2)
    
    newmem2: //this is allocated memory, you have read,write,execute access
    //place your code here
    xorps xmm1, xmm1
    
    originalcode2:
    ucomiss xmm1,[esi+54]
    lahf
    
    exit2:
    jmp returnhere2
    
    "PlanetSide2.exe"+167A414:
    jmp newmem2
    returnhere2:
    
    alloc(newmem,2048) //2kb should be enough
    label(returnhere)
    label(originalcode)
    label(exit)
    
    newmem: //this is allocated memory, you have read,write,execute access
    //place your code here
    xorps xmm0, xmm0
    
    originalcode:
    ucomiss xmm0,[esi+08]
    lahf
    
    exit:
    jmp returnhere
    
    "PlanetSide2.exe"+C71EF5:
    jmp newmem
    returnhere:
    
    
    
    
    [DISABLE]
    //code from here till the end of the code will be used to disable the cheat
    dealloc(newmem24)
    "PlanetSide2.exe"+BC86B6:
    jle PlanetSide2.exe+BC86F2
    push esi
    mov esi,[ebx+04]
    //Alt: db 7E 3A 56 8B 73 04
    dealloc(newmem17)
    "PlanetSide2.exe"+BC70FA:
    mov [esi+000000D4],edx
    //Alt: db 89 96 D4 00 00 00
    dealloc(newmem11)
    "PlanetSide2.exe"+BCE093:
    movss xmm3,[esi+000000D4]
    //Alt: db F3 0F 10 9E D4 00 00 00
    dealloc(newmem6)
    "PlanetSide2.exe"+16C7D20:
    movss [ecx+04],xmm0
    //Alt: db F3 0F 11 41 04
    dealloc(newmem2)
    "PlanetSide2.exe"+167A414:
    ucomiss xmm1,[esi+54]
    lahf
    //Alt: db 0F 2E 4E 54 9F
    dealloc(newmem)
    "PlanetSide2.exe"+C71EF5:
    ucomiss xmm0,[esi+08]
    lahf
    //Alt: db 0F 2E 46 08 9F
    UPDATED SPEEDHACK
    Code:
    [ENABLE]
    //Speedhack
    //code from here to '[DISABLE]' will be used to enable the cheat
    alloc(newmem,2048) //2kb should be enough
    label(returnhere)
    label(originalcode)
    label(exit)
    
    newmem: //this is allocated memory, you have read,write,execute access
    //place your code here
    
    //Push xmm0
    sub     esp, 16
    movdqu  dqword [esp], xmm0
    
    mov [esp], 41200000
    
    //Pop xmm0
    movdqu  xmm0, dqword [esp]
    add     esp, 16
    
    originalcode:
    movss [esi+000000C8],xmm0
    
    exit:
    jmp returnhere
    
    "PlanetSide2.exe"+BC98F6:
    jmp newmem
    nop
    nop
    nop
    returnhere:
    
    
    
    
    [DISABLE]
    //code from here till the end of the code will be used to disable the cheat
    dealloc(newmem)
    "PlanetSide2.exe"+BC98F6:
    movss [esi+000000C8],xmm0
    //Alt: db F3 0F 11 86 C8 00 00 00
    Playable after the Patch.
    Date: 17.01.13 21:52

  14. #42
    Virtuos0's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

  15. #43
    ninjashuit916's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    fuck i got banned!!

  16. #44
    Jasper_Shade's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    After 17 Jan 2013 hotfixes this no longer works, needs update. I am learning though, and appreciate your hard work.

  17. #45
    predator110's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by ninjashuit916 View Post
    fuck i got banned!!
    oh really ? -.-

Page 3 of 6 FirstFirst 12345 ... LastLast

Similar Threads

  1. [Request] Any no spread/no recoil cheat?
    By AlexJuggernaut in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 1
    Last Post: 03-04-2013, 03:27 PM
  2. [Help] Planetside 2 hacks/cheat for SC and Certs
    By BrutalJoke in forum Planetside 2 Hacks & Cheats
    Replies: 8
    Last Post: 01-08-2013, 04:38 AM
  3. [Request] About No Recoil in Olly+ Generating addys with Cheat engine
    By moathebest in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 20
    Last Post: 11-27-2011, 02:51 AM
  4. [Help] Cheating program Recoil.exe Use in Chinese AVA
    By LDX123 in forum Alliance of Valiant Arms (AVA) Coding / Source Code
    Replies: 3
    Last Post: 11-08-2011, 02:06 PM
  5. Cheat Engine, No recoil/no spread question
    By startdriveturn in forum Combat Arms Discussions
    Replies: 0
    Last Post: 09-13-2009, 01:29 AM

Tags for this Thread