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 


Level Hack Script Got the code but how to edit ? here's pics

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
renomous
Advanced Cheater
Reputation: 0

Joined: 15 Jul 2012
Posts: 86

PostPosted: Mon Jul 14, 2014 4:13 pm    Post subject: Level Hack Script Got the code but how to edit ? here's pics Reply with quote

renomous wrote:
eax is my my level
how should the script look like
i edit but it always crash
mov [edi+38],eax
mov [edi+33],bl
___________________________
movdqu [edi+00000864],xmm0
this is for skill points
if have more time if u you can explain how to edit the code too


Back to top
View user's profile Send private message
661089799107
Expert Cheater
Reputation: 3

Joined: 25 Jan 2009
Posts: 186

PostPosted: Mon Jul 14, 2014 5:57 pm    Post subject: Reply with quote

If this is a multiplayer game as the #DOTA_RP_QU string would suggest then you can't hack your level as it's server sided.

Try just adding EDI+38 to address table, and change the value to see if it will have the desired effect.

Should look something like this: (note the commented lines)
Code:

alloc(newmem,1024,"client.exe"+00000000) // this
label(returnhere)
label(originalcode)
label(exit)

newmem:
// do whatever

originalcode:
mov [edi+38],eax
mov [edi+33],bl

exit:
jmp returnhere

"client.exe"+00000000: // and this
jmp newmem
nop
returnhere:
Back to top
View user's profile Send private message
Rissorr
Master Cheater
Reputation: 3

Joined: 17 Sep 2013
Posts: 273
Location: Israel!

PostPosted: Tue Jul 15, 2014 5:58 am    Post subject: Reply with quote

661089799107 wrote:


Should look something like this: (note the commented lines)
Code:

alloc(newmem,1024,"client.exe"+00000000) // this
label(returnhere)
label(originalcode)
label(exit)

newmem:
// do whatever

originalcode:
mov [edi+38],eax
mov [edi+33],bl

exit:
jmp returnhere

"client.exe"+00000000: // and this
jmp newmem
nop
returnhere:


in the
Code:
// do whatever
you can put this:
Code:
mov [edi+38],#♠


replace the ♠ with the level you want to become (dont touch the '#' ,it means decimal)
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