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 


How would I do this?

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

Joined: 03 Jun 2006
Posts: 498

PostPosted: Sun Jun 03, 2007 9:38 pm    Post subject: How would I do this? Reply with quote

nevermind, got it.
_________________
Add my xbox live gamertag to play Halo 3. (;

Too lazy to play ranked anymore and get to 50, so someone come and make me play ranked with them. ):


Last edited by coolsuperhackerstupidguyz on Tue Jun 05, 2007 5:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
sponge
I'm a spammer
Reputation: 1

Joined: 07 Nov 2006
Posts: 6009

PostPosted: Sun Jun 03, 2007 10:19 pm    Post subject: Reply with quote

thats not push esi...

push pusehs the value of it on the stack... not adds to it... mov esi,1 is what you want....

assembly scan> mov esi,1

_________________
Back to top
View user's profile Send private message
coolsuperhackerstupidguyz
Master Cheater
Reputation: 0

Joined: 03 Jun 2006
Posts: 498

PostPosted: Mon Jun 04, 2007 3:59 pm    Post subject: Reply with quote

sponge wrote:
thats not push esi...

push pusehs the value of it on the stack... not adds to it... mov esi,1 is what you want....

assembly scan> mov esi,1


got it

_________________
Add my xbox live gamertag to play Halo 3. (;

Too lazy to play ranked anymore and get to 50, so someone come and make me play ranked with them. ):


Last edited by coolsuperhackerstupidguyz on Tue Jun 05, 2007 5:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
me
Grandmaster Cheater
Reputation: 2

Joined: 24 Jun 2004
Posts: 733
Location: location location

PostPosted: Mon Jun 04, 2007 4:46 pm    Post subject: Reply with quote

if it pops esi after you have changed it, the ""pop esi"" will restore the original value and overwrite your changes,,, thats if it indeed does pop esi like you say it does,, it might just be checking for true and false if its using one's and zeros,

anyways see if there is a "" pop register"" nearby and if there is change esi to 1 after that,

also be aware that if you got billions of code addresses chances are you might be following the wrong code trail or there are other parts of the program that are double checking all the results..online games will have plenty of those for the usual cheats

_________________
Back to top
View user's profile Send private message
coolsuperhackerstupidguyz
Master Cheater
Reputation: 0

Joined: 03 Jun 2006
Posts: 498

PostPosted: Mon Jun 04, 2007 4:57 pm    Post subject: Reply with quote

me wrote:
if it pops esi after you have changed it, the ""pop esi"" will restore the original value and overwrite your changes,,, thats if it indeed does pop esi like you say it does,, it might just be checking for true and false if its using one's and zeros,

anyways see if there is a "" pop register"" nearby and if there is change esi to 1 after that,

also be aware that if you got billions of code addresses chances are you might be following the wrong code trail or there are other parts of the program that are double checking all the results..online games will have plenty of those for the usual cheats

Found the address. Very Happy

_________________
Add my xbox live gamertag to play Halo 3. (;

Too lazy to play ranked anymore and get to 50, so someone come and make me play ranked with them. ):


Last edited by coolsuperhackerstupidguyz on Tue Jun 05, 2007 5:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
me
Grandmaster Cheater
Reputation: 2

Joined: 24 Jun 2004
Posts: 733
Location: location location

PostPosted: Mon Jun 04, 2007 5:14 pm    Post subject: Reply with quote

well how old is that tut then,, because I looked at that rose online site and I can assure you they will definatlely have patched any cheats on it that are of any age,

cant think of where to get an old version of the game to try out the tut
but you might as well find new tuts for this game and if money is paid after the trial time in this game you can bet they put extra effort into protecting their game lol,
but plenty of game hackers about that will like messing with this game,, I can think of one or two here that seem to like these maple flavour type games

maybe one of them will come along and help you out in the next few days

_________________
Back to top
View user's profile Send private message
coolsuperhackerstupidguyz
Master Cheater
Reputation: 0

Joined: 03 Jun 2006
Posts: 498

PostPosted: Mon Jun 04, 2007 5:46 pm    Post subject: Reply with quote

me wrote:
well how old is that tut then,, because I looked at that rose online site and I can assure you they will definatlely have patched any cheats on it that are of any age,

cant think of where to get an old version of the game to try out the tut
but you might as well find new tuts for this game and if money is paid after the trial time in this game you can bet they put extra effort into protecting their game lol,
but plenty of game hackers about that will like messing with this game,, I can think of one or two here that seem to like these maple flavour type games

maybe one of them will come along and help you out in the next few days


I'm doing this on a private server, so there is no protection. :/

_________________
Add my xbox live gamertag to play Halo 3. (;

Too lazy to play ranked anymore and get to 50, so someone come and make me play ranked with them. ):
Back to top
View user's profile Send private message
sponge
I'm a spammer
Reputation: 1

Joined: 07 Nov 2006
Posts: 6009

PostPosted: Mon Jun 04, 2007 5:52 pm    Post subject: Reply with quote

i was just saying to pushing a value does not change the value in the register. otherwise you got the opcode wrong.
_________________
Back to top
View user's profile Send private message
coolsuperhackerstupidguyz
Master Cheater
Reputation: 0

Joined: 03 Jun 2006
Posts: 498

PostPosted: Mon Jun 04, 2007 6:00 pm    Post subject: Reply with quote

sponge wrote:
i was just saying to pushing a value does not change the value in the register. otherwise you got the opcode wrong.


Okay? Surprised

_________________
Add my xbox live gamertag to play Halo 3. (;

Too lazy to play ranked anymore and get to 50, so someone come and make me play ranked with them. ):
Back to top
View user's profile Send private message
me
Grandmaster Cheater
Reputation: 2

Joined: 24 Jun 2004
Posts: 733
Location: location location

PostPosted: Mon Jun 04, 2007 6:18 pm    Post subject: Reply with quote

coolsuperhackerstupidguyz wrote:
me wrote:
well how old is that tut then,, because I looked at that rose online site and I can assure you they will definatlely have patched any cheats on it that are of any age,

cant think of where to get an old version of the game to try out the tut
but you might as well find new tuts for this game and if money is paid after the trial time in this game you can bet they put extra effort into protecting their game lol,
but plenty of game hackers about that will like messing with this game,, I can think of one or two here that seem to like these maple flavour type games

maybe one of them will come along and help you out in the next few days


I'm doing this on a private server, so there is no protection. :/


by protectiing their game I meant patching it against old cheats and dupes, not as in punkbuster gameguard terms,

if your doing a private server then try those steps in the tut but look for new addresses and see if you can see any code in your current version of the game that is simular to how the old game code works,,

tho I can see how It would be handy for you to find an old version of the game that the tut works on for practice, still try looking at the hex code around that tutorial code if he printed screenshots of it,

then if there is screenshots of that codee then use the hex code from a few lines of code in an array type search, to see if some of the old code is re-used at new locations in the game,,

did that with a wireframe tut for opengl many moons ago,
you can have a few tries on code above below and around the block your interested in,,

probably wont work but its always worth a try as it only takes a few minutes to do the array searches,, I did a tut in the tuts section on how to do array searches .. on page 2 of the tuts section now I beleive,, even it that dont work its a handy thing to know how to use for future games

_________________
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