Log in

View Full Version : Crysis 3 Beta - inf ammo/no reload/no recoil/no spread CE script



distiny
January 31st, 2013, 11:35 PM
All credits to l0wb1t (http://www.unknowncheats.me/forum/member274270.html) for finding it first !

I added aob scan incase they decide to release a patch :)


Inf Ammo:


[ENABLE]
alloc(newmem,2048)
label(returnhere)
label(exit)

aobscan(ammoaddy,8B 42 14 C2 04 00 33 C0 C2 04 00 CC)

newmem:
mov [edx+14],#999


exit:
jmp returnhere

ammoaddy:
jmp newmem
nop
returnhere:



[DISABLE]

dealloc(newmem)
"Crysis 3 MP Open Beta.exe"+8011A4:
mov eax,[edx+14]
ret 0004No Reload:


[ENABLE]
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

aobscan(rldaddy,89 42 04 B0 01 5B 83 C4 08 C3 6A 01 6A 01 8D 54 24)

newmem:
add [edx+04],#0
mov al,01

originalcode:
mov [edx+04],eax
mov al,01

exit:
jmp returnhere

rldaddy:
jmp newmem
returnhere:


[DISABLE]
dealloc(newmem)
"Crysis 3 MP Open Beta.exe"+6742C7:
mov [edx+04],eax
mov al,01if you are lazy you can dl the CE table in attachment:
Crysis 3 MP Open Beta.rar (http://shop.x22cheats.com/attachment.php?attachmentid=2622&stc=1&d=1359668102)


UPDATE (thnx NightmareTX):

No recoil:


[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
"Crysis 3 MP Open Beta.exe"+ED571A:
db EB 3A

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
"Crysis 3 MP Open Beta.exe"+ED571A:
db 75 3A

no spread:

[ENABLE]
//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)
label(label9)
registersymbol(label9)
aobscan(aob9,D8 44 24 14 D8 47 28)

aob9:
label9:
jmp newmem
nop
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov dword ptr [esp+14],(float)0
mov dword ptr [edi+28],(float)0

originalcode:
fadd dword ptr [esp+14]
fadd dword ptr [edi+28]

exit:
jmp returnhere

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
label9:
db D8 44 24 14 D8 47 28
unregistersymbol(label9)

Reichi999
January 31st, 2013, 11:36 PM
n1 xD

Thank you =)

**CHRIS**
January 31st, 2013, 11:39 PM
how can i use it ?

CORE-T
January 31st, 2013, 11:57 PM
great relese :)

k00k00
February 1st, 2013, 10:02 AM
im new on cheating scene (i had almost every cheat with .exe) , how can i use it? :P

Tellz
February 1st, 2013, 10:18 AM
Uh nice nice :D


im new on cheating scene (i had almost every cheat with .exe) , how can i use it? :P

google: "cheat engine table" and you'll find the answer

JohnnyRainbow
February 1st, 2013, 10:32 AM
Thx distiny :D

k00k00
February 1st, 2013, 10:46 AM
Uh nice nice :D



google: "cheat engine table" and you'll find the answer

i think i got it. Thank you Tellz :)

fatalxscopes
February 8th, 2013, 01:42 AM
Can you use this in conjunction with xRadar?

distiny
February 8th, 2013, 03:34 AM
yes

10chars

distiny
February 10th, 2013, 04:05 AM
If you don't know how to use it I made a small tut:

Crysis 3 Beta inf ammo-no reload cheat engine table tutorial - YouTube

fuckoffcheater
February 10th, 2013, 04:46 AM
Thank you distiny for that tutorial :D

nevalopo
February 10th, 2013, 10:49 AM
Would be cool if more offsets could be found ^^ Like inf hp and inf exp or something

distiny
February 10th, 2013, 12:46 PM
updated with no recoil and no spread

Roxtaar
February 10th, 2013, 07:37 PM
It's not working. I did everything like you showed in the video. In-game it just wont work!

fuckoffcheater
February 10th, 2013, 07:53 PM
It's not working. I did everything like you showed in the video. In-game it just wont work!

Because you did not executed the CE Script.

Start cheat engine then the game and join a server , choose the process (crysis 3 blah blah ) then click on memory view - tool assemble - copy the CE Script and the go to file and click on Assign to current cheat table , after you need to click on EXECUTE so the CE Script "can inject into the game".

(If you still need help send me your team viewer details )

Roxtaar
February 10th, 2013, 08:04 PM
Because you did not executed the CE Script.

Start cheat engine then the game and join a server , choose the process (crysis 3 blah blah ) then click on memory view - tool assemble - copy the CE Script and the go to file and click on Assign to current cheat table , after you need to click on EXECUTE so the CE Script "can inject into the game".

(If you still need help send me your team viewer details )

FML. Thanks. It works now!

fuckoffcheater
February 10th, 2013, 08:38 PM
I also made an video

How to inject CE No Recoil Script into Crysis 3 BETA - YouTube


Also, distiny something is wrong with the No Recoil script that you posted .
The right one is :

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
"Crysis 3 MP Open Beta.exe"+ED571A:
db EB 3A


[DISABLE]
//code from here till the end of the code will be used to disable the cheat
"Crysis 3 MP Open Beta.exe"+ED571A:
db 75 3A

jajjae
February 10th, 2013, 09:11 PM
it dont work for me , it crashes .. says it injects ok then crashes

Roxtaar
February 10th, 2013, 09:18 PM
No recoil:


[ENABLE] //code from here to '[DISABLE]' will be used to enable the cheat
"Crysis 3 MP Open Beta.exe"+ED571A:
db EB 3A

[DISABLE] //code from here till the end of the code will be used to disable the cheat
"Crysis 3 MP Open Beta.exe"+ED571A:
db 75 3A


this code isnt working right. you have to write enable and disable in a seperate line, like this:



[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
"Crysis 3 MP Open Beta.exe"+ED571A:
db EB 3A

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
"Crysis 3 MP Open Beta.exe"+ED571A:
db 75 3A

otherwise it wont work!

jajjae
February 10th, 2013, 09:24 PM
^^ fuckoffcheater (http://shop.x22cheats.com/member.php?u=67530) he pointed that out !!

fuckoffcheater
February 10th, 2013, 09:27 PM
No recoil:


[ENABLE] //code from here to '[DISABLE]' will be used to enable the cheat
"Crysis 3 MP Open Beta.exe"+ED571A:
db EB 3A

[DISABLE] //code from here till the end of the code will be used to disable the cheat
"Crysis 3 MP Open Beta.exe"+ED571A:
db 75 3A


this code isnt working right. you have to write enable and disable in a seperate line, like this:



[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
"Crysis 3 MP Open Beta.exe"+ED571A:
db EB 3A

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
"Crysis 3 MP Open Beta.exe"+ED571A:
db 75 3A

otherwise it wont work!

That's what I tried to say in my previous post :D



@jajjae ?

Try to "Repair Install of the game" , because maybe something is wrong.
Make sure that you follow every single step correctly !

distiny
February 10th, 2013, 11:44 PM
yea weird, damn forum reformatted it..

F4wk3s
February 10th, 2013, 11:59 PM
Admit it, you just failed, bro.

jajjae
February 11th, 2013, 12:17 AM
@jajjae ?

Try to "Repair Install of the game" , because maybe something is wrong.
Make sure that you follow every single step correctly !

YER I JUST DONE A REPAIR .. had to download 600 mgs again. i will try again :) thanks

Roxtaar
February 11th, 2013, 12:56 AM
That's what I tried to say in my previous post :D



@jajjae ?

Try to "Repair Install of the game" , because maybe something is wrong.
Make sure that you follow every single step correctly !

Well, glad we both saw it :p

Is there an unlimited HP and Energy code coming too? @Distiny

fuckoffcheater
February 11th, 2013, 02:17 AM
Well, glad we both saw it :p

Is there an unlimited HP and Energy code coming too? @Distiny

That's not possible because is server sided or something like that

distiny
March 2nd, 2013, 07:45 PM
/closed beta's over