Basic Cheat Engine Code for NoClip
NightmareTX's Noclip
Code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
label(label1)
registersymbol(label1)
aobscan(aob1, F3 0F 10 69 08 F3 0F 59 C4)
aob1:
label1:
jmp newmem
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov [ecx+08],(FLOAT)999999
originalcode:
movss xmm5,[ecx+08]
exit:
jmp returnhere
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
label1:
dealloc(newmem)
db F3 0F 10 69 08 F3 0F 59 C4
unregistersymbol(label1)
Be careful on where you go. Going through some walls may result in falling to your doom. To reset the Noclip to it's regular value, change 999999 to 1.2
Tested and working Online.
_-Proof Of Concept-_
Should work with every version unless AOB is changed.
how do i have to use it? help me
Thanks for this. Now im just looking for someone to coop with on this...
Well it works, but detected, can anyone tell me how to possibly shutdown anticheat of Warface?
In Cheat Engine, Use shotcut key ctrl+alt+a to open an "Auto-Assemble" window. In this window, paste the code and click "File" then "Assing to current cheat table" This will create you a scripted cheat. Make sure that cheat engine is attached to WarFace's "Game.exe"
Create another Scripted cheat with 1.2 instead of 999999 next to "(FLOAT)" deactivate NoClip. To use the scripted cheat, cross the check box in the "Active" section next to its name.
can you get banned for hacking in coop or only in multiplayer?