Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Other First Person Shooter Hacks › Planetside 2 Hacks & Cheats › Planetside 2 No Recoil Cheat

Planetside 2 No Recoil Cheat

Posts 1–15 of 77 · Page 1 of 6
…
cain84
cain84
Planetside 2 No Recoil Cheat
This Hack gives you norecoil in Planetside 2.

This is a cheatengine lua script, which i used before todays Patch.
original Author: DWORD
I freshly edited it today, because of some addresschanges.

Screenshots:
(Screenshots added - but they need to be approved first.)
Script not activated (look at the crosshair):



Activated (look at the crosshair):



As you can see - the crosshair is always like this - so no recoil. (Good inidicator if the script is activated )

I also give you the whole script so you can use it with cheatengine yourself:

Code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem24,2048) //2kb should be enough
label(returnhere24)
label(originalcode24)
label(exit24)

newmem24: //this is allocated memory, you have read,write,execute access
//place your code here

originalcode24:
jmp PlanetSide2.exe+BC7BF2
push esi
mov esi,[ebx+04]

exit24:
jmp returnhere24

"PlanetSide2.exe"+BC7BB6:
jmp newmem24
nop
returnhere24:

alloc(newmem17,2048) //2kb should be enough
label(returnhere17)
label(originalcode17)
label(exit17)

newmem17: //this is allocated memory, you have read,write,execute access
//place your code here

originalcode17:
mov [esi+000000D4],0

exit17:
jmp returnhere17

"PlanetSide2.exe"+BC65FA:
jmp newmem17
nop
returnhere17:

alloc(newmem11,2048) //2kb should be enough
label(returnhere11)
label(originalcode11)
label(exit11)

newmem11: //this is allocated memory, you have read,write,execute access
//place your code here

originalcode11:
movss xmm3,[esi+000000D4]
xorps xmm3, xmm3

exit11:
jmp returnhere11

"PlanetSide2.exe"+BC65A3:
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
xorps xmm0, xmm0

originalcode6:
movss [ecx+04],xmm0

exit6:
jmp returnhere6

"PlanetSide2.exe"+16C72B8:
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"+16799F4:
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"+C713F5:
jmp newmem
returnhere:




[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem24)
"PlanetSide2.exe"+BC7BB6:
jle PlanetSide2.exe+BC7BF2
push esi
mov esi,[ebx+04]
//Alt: db 7E 3A 56 8B 73 04
dealloc(newmem17)
"PlanetSide2.exe"+BC65FA:
mov [esi+000000D4],edx
//Alt: db 89 96 D4 00 00 00
dealloc(newmem11)
"PlanetSide2.exe"+BC65A3:
movss xmm3,[esi+000000D4]
//Alt: db F3 0F 10 9E D4 00 00 00
dealloc(newmem6)
"PlanetSide2.exe"+16C72B8:
movss [ecx+04],xmm0
//Alt: db F3 0F 11 41 04
dealloc(newmem2)
"PlanetSide2.exe"+16799F4:
ucomiss xmm1,[esi+54]
lahf
//Alt: db 0F 2E 4E 54 9F
dealloc(newmem)
"PlanetSide2.exe"+C713F5:
ucomiss xmm0,[esi+08]
lahf
//Alt: db 0F 2E 46 08 9F
//Offsets updated by caiN84
Instructions:
1. Download cheatengine - just use google or something.
2. Open Planetside 2
3. Open the cheat table
4. Select PlanetSide2.exe process
5. right click and add a hotkey to enable/disable ingame - this IS IMPORTANT, you need to deactivate this when you die and reactivate when you respawn - otherwise the game will crash with 90% chance.
6. Have fun sniping people with a fully automatic weapon!

Compatibility: Should work on all OS

-- Tested with Win7 x64 only!

Version 1.1: (Some Address Changes because of the new GameVersion).

VirusScans:

https://www.virustotal.com/file/f526...is/1357835437/
http://www.viruschief.com/report.htm...b83cf64b641ab5



Greetz,

caiN84
PlanetSide2norecoil.mpgh.net_mpgh.net.rar screenps2norecoil.jpg screenPs2-notactive.jpg
#1 · edited 13y ago · 13y ago
SA
Saloomii
Nice Nice hack
Nice Nice Nice hack


Quote Originally Posted by cain84 View Post
This Hack gives you norecoil in Planetside 2.

This is a cheatengine lua script, which i used before todays Patch.
I freshly edited it today, because of some addresschanges.

Screenshots:
(Screenshots added - but they need to be approved first.)
Script not activated (look at the crosshair):


Activated (look at the crosshair):


As you can see - the crosshair is always like this - so no recoil. (Good inidicator if the script is activated )

I also give you the whole script so you can use it with cheatengine yourself:

Code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem24,2048) //2kb should be enough
label(returnhere24)
label(originalcode24)
label(exit24)

newmem24: //this is allocated memory, you have read,write,execute access
//place your code here

originalcode24:
jmp PlanetSide2.exe+BC7BF2
push esi
mov esi,[ebx+04]

exit24:
jmp returnhere24

"PlanetSide2.exe"+BC7BB6:
jmp newmem24
nop
returnhere24:

alloc(newmem17,2048) //2kb should be enough
label(returnhere17)
label(originalcode17)
label(exit17)

newmem17: //this is allocated memory, you have read,write,execute access
//place your code here

originalcode17:
mov [esi+000000D4],0

exit17:
jmp returnhere17

"PlanetSide2.exe"+BC65FA:
jmp newmem17
nop
returnhere17:

alloc(newmem11,2048) //2kb should be enough
label(returnhere11)
label(originalcode11)
label(exit11)

newmem11: //this is allocated memory, you have read,write,execute access
//place your code here

originalcode11:
movss xmm3,[esi+000000D4]
xorps xmm3, xmm3

exit11:
jmp returnhere11

"PlanetSide2.exe"+BC65A3:
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
xorps xmm0, xmm0

originalcode6:
movss [ecx+04],xmm0

exit6:
jmp returnhere6

"PlanetSide2.exe"+16C72B8:
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"+16799F4:
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"+C713F5:
jmp newmem
returnhere:




[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem24)
"PlanetSide2.exe"+BC7BB6:
jle PlanetSide2.exe+BC7BF2
push esi
mov esi,[ebx+04]
//Alt: db 7E 3A 56 8B 73 04
dealloc(newmem17)
"PlanetSide2.exe"+BC65FA:
mov [esi+000000D4],edx
//Alt: db 89 96 D4 00 00 00
dealloc(newmem11)
"PlanetSide2.exe"+BC65A3:
movss xmm3,[esi+000000D4]
//Alt: db F3 0F 10 9E D4 00 00 00
dealloc(newmem6)
"PlanetSide2.exe"+16C72B8:
movss [ecx+04],xmm0
//Alt: db F3 0F 11 41 04
dealloc(newmem2)
"PlanetSide2.exe"+16799F4:
ucomiss xmm1,[esi+54]
lahf
//Alt: db 0F 2E 4E 54 9F
dealloc(newmem)
"PlanetSide2.exe"+C713F5:
ucomiss xmm0,[esi+08]
lahf
//Alt: db 0F 2E 46 08 9F
//Offsets updated by caiN84
Instructions:
1. Download cheatengine - just use google or something.
2. Open Planetside 2
3. Open the cheat table
4. Select PlanetSide2.exe process
5. right click and add a hotkey to enable/disable ingame - this IS IMPORTANT, you need to deactivate this when you die and reactivate when you respawn - otherwise the game will crash with 90% chance.
6. Have fun sniping people with a fully automatic weapon!

Compatibility: Should work on all OS

-- Tested with Win7 x64 only!

Version 1.1 (Some Adress Changes).

VirusScans:

https://www.virustotal.com/file/f526b7df510c06bb77560b35da2d72994e77866ee49371fff8 1b17db7e4bfdf8/analysis/1357835437/
http://www.viruschief.com/report.html?report_id=6f1a4dc768d24534ee4d9ba8dab8 3cf64b641ab5



Greetz,

caiN84
#2 · 13y ago
Bernard.
Bernard
The virus scans are broken. (for me)
#3 · 13y ago
Zeracks
Zeracks
Give credits to the rightful owner. (DWORD)
#4 · 13y ago
cain84
cain84
Quote Originally Posted by Zeracks View Post
Give credits to the rightful owner. (DWORD)
Added the original Author. Had to change the adresses, but what the hell...

---------- Post added at 07:37 PM ---------- Previous post was at 07:29 PM ----------

Quote Originally Posted by Vice-Versa View Post
The virus scans are broken. (for me)
I fixed them.
#5 · 13y ago
PO
poozel123
How do I use the code? (Im new)
#6 · 13y ago
DR
dream8
Use cheatengine or wait for the file to be approved.
#7 · 13y ago
Dave84311
[MPGH]Dave84311
Approved, use at your own risk.
#8 · 13y ago
cain84
cain84
Quote Originally Posted by Dave84311 View Post
Approved, use at your own risk.
Thank you.
#9 · 13y ago
CP
CpTkurk
Just tested, it locked up the game uggg.

win7 64bit, ce 6.2. Any ideas?
#10 · 13y ago
FA
fagwin
Tried it but no luck, win7 64bit, ce 6.2.

Opened and loaded a charecter, opened cheat engine 6.2, select the process, and try to get the cheat loaded into cheat engine...dose not load after selecting the process.
Closed it all down then re tried, loaded char, opened cheat engine, selected the cheat, selected the process, assigned a hot key, game crashes.
#11 · 13y ago
CY
Cyberpunk16
Yeah, tried to activate it, game crashed.
#12 · 13y ago
AE
Aellie
u need fix it
#13 · 13y ago
fapdarklord
fapdarklord
@Vice-Versa Same hack as the other guys, should be patched/detected aswell.
#14 · edited 13y ago · 13y ago
PR
predator110
Fix for the latest Update 12/01/13
Code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem24,2048) //2kb should be enough
label(returnhere24)
label(originalcode24)
label(exit24)

newmem24: //this is allocated memory, you have read,write,execute access
//place your code 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
label(returnhere17)
label(originalcode17)
label(exit17)

newmem17: //this is allocated memory, you have read,write,execute access
//place your code here

originalcode17:
mov [esi+000000D4],0

exit17:
jmp returnhere17

"PlanetSide2.exe"+BC66EA:
jmp newmem17
nop
returnhere17:

alloc(newmem11,2048) //2kb should be enough
label(returnhere11)
label(originalcode11)
label(exit11)

newmem11: //this is allocated memory, you have read,write,execute access
//place your code 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
xorps xmm0, xmm0

originalcode6:
movss [ecx+04],xmm0

exit6:
jmp returnhere6

"PlanetSide2.exe"+16C73A8:
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"+1679AE4:
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"+16C73A8:
movss [ecx+04],xmm0
//Alt: db F3 0F 11 41 04
dealloc(newmem2)
"PlanetSide2.exe"+1679AE4:
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 11/01/2013 :)
//A little fix by xcloudx :@
#15 · edited 13y ago · 13y ago
Posts 1–15 of 77 · Page 1 of 6
…

Post a Reply

Similar Threads

  • Planetside 2 hacks/cheat for SC and CertsBy BrutalJoke in Planetside 2 Hacks & Cheats
    8Last post 13y ago
  • Any no spread/no recoil cheat?By AlexJuggernaut in CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    1Last post 13y ago
  • Cheating program Recoil.exe Use in Chinese AVABy LDX123 in Alliance of Valiant Arms (AVA) Coding / Source Code
    3Last post 14y ago
  • About No Recoil in Olly+ Generating addys with Cheat engineBy moathebest in CrossFire Hack Coding / Programming / Source Code
    20Last post 14y ago
  • Cheat Engine, No recoil/no spread questionBy startdriveturn in Combat Arms Discussions
    0Last post 17y ago

Tags for this Thread

#norecoil#planetside 2