Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Need Help With Auto assemble

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
Sadfaffel
Newbie cheater
Reputation: 0

Joined: 12 Jun 2015
Posts: 13

PostPosted: Tue Jun 16, 2015 6:52 am    Post subject: Need Help With Auto assemble Reply with quote

I Have A Problem....When i replace address in debugging it to nops it dosent add other addresses.
But i did script and it does add addresses so game crashes Sad
Script:


[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat

alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

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

originalcode:
fld dword ptr [esi+0000018C]

exit:
jmp returnhere

"Growtopia.exe"+4A1807:
nop
nop
nop
nop
nop
returnhere:



[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"Growtopia.exe"+4A1807:
fld dword ptr [esi+0000018C]




Is There Anything Wrong With The Script? Rolling Eyes Embarassed
Help Me



b17ce8093b549cb45d5f607a253c8f1b.gif
 Description:
When i do in debugger
 Filesize:  662.17 KB
 Viewed:  2851 Time(s)

b17ce8093b549cb45d5f607a253c8f1b.gif



dfb55677db58be1297687c6a2d90f362.gif
 Description:
When i do with script
 Filesize:  608.17 KB
 Viewed:  2857 Time(s)

dfb55677db58be1297687c6a2d90f362.gif


Back to top
View user's profile Send private message
podstanar
Advanced Cheater
Reputation: 4

Joined: 02 May 2012
Posts: 82
Location: Flatland

PostPosted: Tue Jun 16, 2015 9:04 am    Post subject: Reply with quote

You didn't "nop" all the necessary bytes, try this one:
Code:
[ENABLE]

"Growtopia.exe"+4A1807:
nop
nop
nop
nop
nop
nop                <<--- // HERE, one was missing.


[DISABLE]
 
"Growtopia.exe"+4A1807:
fld dword ptr [esi+18C]

_________________
Singularity is nearer.
Back to top
View user's profile Send private message
Sadfaffel
Newbie cheater
Reputation: 0

Joined: 12 Jun 2015
Posts: 13

PostPosted: Tue Jun 16, 2015 9:27 am    Post subject: Reply with quote

Thanks:D
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites