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 


Is This Script Ok?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
skam8
Master Cheater
Reputation: 1

Joined: 03 Oct 2006
Posts: 291
Location: Teh epic land of Canada

PostPosted: Sun May 27, 2007 10:03 am    Post subject: Is This Script Ok? Reply with quote

Hi, im currently learning how to hack so iu decided to hack minesweeper Laughing only because its an easy game to hack

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

0100346e:
jmp newmem
nop
returnhere:

newmem:
add [01005194]. 4


originalcode:


exit:
jmp returnhere


When you right click to add a flag it increase the value by for at the place of decreasing it by 1

Is this script ok??

Also, can someone tell me how to add a disable section that i can assign it to my cheat table!

THX! Very Happy

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

Joined: 21 Apr 2007
Posts: 185

PostPosted: Sun May 27, 2007 12:09 pm    Post subject: Reply with quote

here is:
Code:
[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)

0100346E:
jmp newmem
nop
returnhere:

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


originalcode:
add [01005194],4

exit:
jmp returnhere
 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)

0100346e://=address
add [01005194],eax//=original code
Back to top
View user's profile Send private message
skam8
Master Cheater
Reputation: 1

Joined: 03 Oct 2006
Posts: 291
Location: Teh epic land of Canada

PostPosted: Sun May 27, 2007 2:05 pm    Post subject: Reply with quote

Thx!!! and now can anybody give me an idea of an easy game to hack plz??

GAME HACKED:

minesweeper
freecell
pinball
and all game that come wiht windows Very Happy

_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine 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