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 


One Question

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
vinxle
How do I cheat?
Reputation: 0

Joined: 18 Apr 2010
Posts: 6

PostPosted: Sun Apr 18, 2010 9:01 pm    Post subject: One Question Reply with quote

Hello, I just want to ask a simple question. I tried to do boxhead 2play rooms, and I read a tut where you had to kill an zombie (you got about 200 points) but the person said to scan 1600 then kill another zombie and then next scan 3200. How do you know how much to scan exactly?
Back to top
View user's profile Send private message
Fantasy
I post too much
Reputation: 13

Joined: 29 Jul 2007
Posts: 3113

PostPosted: Mon Apr 19, 2010 4:13 am    Post subject: Reply with quote

Basic flash-hacking.

You just multiply the value with 8.

200*8=1600
400*8=3200
Back to top
View user's profile Send private message
Radiation
Grandmaster Cheater
Reputation: 14

Joined: 17 Jun 2009
Posts: 842
Location: Chernobyl

PostPosted: Mon Apr 19, 2010 4:14 pm    Post subject: Reply with quote

Fantasy wrote:
Basic flash-hacking.

You just multiply the value with 8.

200*8=1600
400*8=3200


why do you need to multiply by 8 in flash games???

_________________
Jesus loves you, Hitler! Smile

Playing/Embedding XM and MOD files in Visual Basic 6

.erutangis ruoy ni siht esu neht ,sdrawkcab siht daer ot hguone trams erew uoy fI
I can spell your name backwards: ‮Hitler
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25791
Location: The netherlands

PostPosted: Mon Apr 19, 2010 4:48 pm    Post subject: Reply with quote

Only if it's action script 2
For AS 1 and 3 you can just use the double type and in some cases just 4 bytes without multiply

and as to why the *8: the value is stored 3 bit after the start of the address (using binary would be better to find it because at least that takes in mind that the 3 bits in front don't have to be 0 )

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
vinxle
How do I cheat?
Reputation: 0

Joined: 18 Apr 2010
Posts: 6

PostPosted: Mon Apr 19, 2010 5:59 pm    Post subject: Reply with quote

EXAMPLE

So, say if I try to get gold for warcraft 3 or something and I get an equal amount of 24+ gold and then I times it by 8 (192) and then I get another 24+ of gold and then times (192) by 8 which = (1536). Or does "8" only work with 3 bit?
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25791
Location: The netherlands

PostPosted: Mon Apr 19, 2010 6:08 pm    Post subject: Reply with quote

Well, first off, warcraft 3 isn't a flash game, so no need to multiply by 8
At most divide by 5 or 10 depending on the map... (or was that aoe ?)


But for another game like : Lazyminejumper
If you jump over a mine the total numbner of mines you jumped over increased by 1
so you start with 0, then 1, then 2, then 3....

and you scan for it: 1=8, 2=16, 3=24, 4=32
of course, i'd just go with binary, and then scan for: 1, 2 3, 4... since 1 might also be stored as 9,10,11,12,13,14 or 15, but usually it'll be 8 though

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
vinxle
How do I cheat?
Reputation: 0

Joined: 18 Apr 2010
Posts: 6

PostPosted: Mon Apr 19, 2010 6:26 pm    Post subject: Reply with quote

How do you know how much to divide/multiply by? That's the only thing I do not get.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25791
Location: The netherlands

PostPosted: Mon Apr 19, 2010 6:29 pm    Post subject: Reply with quote

first you find the value using unknown initial value scan followed by changed/unchanged, and then after some experimenting you find the correct address

And then you try to figure out how the game interprets the value
e.g if you know you have 800 gold, and the game has stored it as 80, then you know the game is storing the value divided by 10.
And you can use that knowledge for next time you play the game to easily find it

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
vinxle
How do I cheat?
Reputation: 0

Joined: 18 Apr 2010
Posts: 6

PostPosted: Mon Apr 19, 2010 6:38 pm    Post subject: Reply with quote

How would you know if the game stored it as 80 if you got 800?
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25791
Location: The netherlands

PostPosted: Mon Apr 19, 2010 7:45 pm    Post subject: Reply with quote

first you find the value using unknown initial value scan followed by changed/unchanged, and then after some experimenting you find the correct address

And then you try to figure out how the game interprets the value
e.g if you know you have 800 gold, and the game has stored it as 80, then you know the game is storing the value divided by 10.

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
vinxle
How do I cheat?
Reputation: 0

Joined: 18 Apr 2010
Posts: 6

PostPosted: Mon Apr 19, 2010 8:35 pm    Post subject: Reply with quote

Dark Byte wrote:
first you find the value using unknown initial value scan followed by changed/unchanged, and then after some experimenting you find the correct address

And then you try to figure out how the game interprets the value
e.g if you know you have 800 gold, and the game has stored it as 80, then you know the game is storing the value divided by 10.


Do you mean if I keep guessing a value number, or is there a button I just don't know Razz.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25791
Location: The netherlands

PostPosted: Mon Apr 19, 2010 8:41 pm    Post subject: Reply with quote

please complete step 3 of the tutorial first
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
vinxle
How do I cheat?
Reputation: 0

Joined: 18 Apr 2010
Posts: 6

PostPosted: Mon Apr 19, 2010 9:12 pm    Post subject: Reply with quote

I feel like an idiot I never did the tutorials but now you pushed me to do them ^_^. Thank you, for helping me look at them Smile. I'm sure to do better Smile.
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