Page 1 of 1

Please tell me how to apply the script to the cheat engine.

Posted: Sun May 12, 2024 12:14 pm
by jomi3
It's some script I've seen here on the site, and I can control my character's stamina, money, etc. by applying cheat engines to single games, but the game I want to adjust is online, so I'm not sure how to move on.

Below is the script I mentioned.

It's also related to Vacuum.


------------------------------------------------------------------------------------------

[ENABLE]
alloc(newmem,2048,"GameAssembly.dll"+32CB06D)
label(returnhere)
label(originalcode)
label(exit)

newmem:
cmp [stop],1
je originalcode
movsd [rbp-10],xmm3
jmp exit

originalcode:
movsd [rbp-10],xmm0

exit:
jmp returnhere

"GameAssembly.dll"+32CB06D:
jmp newmem
returnhere:



[DISABLE]
dealloc(newmem)
"GameAssembly.dll"+32CB06D:
db F2 0F 11 45 F0
//movsd [rbp-10],xmm0

Re: Please tell me how to apply the script to the cheat engine.

Posted: Sun May 12, 2024 1:20 pm
by Rhark
Maybe stop trying to cheat online? 😮

Re: Please tell me how to apply the script to the cheat engine.

Posted: Wed May 29, 2024 2:20 am
by Dread_Pony_Roberts
Don't be like this "human"

Image