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 


Not a game hacking request - how to hack a game

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

Joined: 31 Aug 2015
Posts: 6

PostPosted: Mon Aug 31, 2015 6:42 am    Post subject: Not a game hacking request - how to hack a game Reply with quote

So on Ad Venture Capitalist i want to change the value of lemons (how much they give me on each cycle) the value of lemons is stored as a double and i have the address (I think it changes every time the game starts) i change the value and nothing happens, im stuck there and i cant do the auto assembler r pointer stuff
Back to top
View user's profile Send private message
zm0d
Master Cheater
Reputation: 7

Joined: 06 Nov 2013
Posts: 423

PostPosted: Mon Aug 31, 2015 6:54 am    Post subject: Reply with quote

So there are basically 2 things that could cause your problem.
1) I dont know the game, but if it's a multiplayer game, your value could be stored server-side. Forget to hack it.
2) You simply found the wrong adress to edit. You just found the displayed or a copy of your real lemon value. Search for other datatypes.
Back to top
View user's profile Send private message
dylancal
How do I cheat?
Reputation: 0

Joined: 31 Aug 2015
Posts: 6

PostPosted: Mon Aug 31, 2015 7:04 am    Post subject: Reply with quote

I'm absolutely sure its not server side, even though it requires internet, the infomation is either in cookies for how long you've been off (Not associated)
and i know the infomation can be changed live because whe i tried to do it it messed up the game mechanics pretty bad, also it is definitely a double although something writes to it to change it to a higher value but i just can't do that
Back to top
View user's profile Send private message
Rydian
Grandmaster Cheater Supreme
Reputation: 31

Joined: 17 Sep 2012
Posts: 1358

PostPosted: Mon Aug 31, 2015 2:48 pm    Post subject: Reply with quote

It's a Unity web game, but it appears to just be a cookie-clicker idler type of game (thus the "progress" being saved for next run), didn't ask me for an account and the only traffic appears to be standard playtime analytics stuff.

So the issue here is what do you attach to?
Tried an unknown initial scan?

_________________
Back to top
View user's profile Send private message
dylancal
How do I cheat?
Reputation: 0

Joined: 31 Aug 2015
Posts: 6

PostPosted: Mon Aug 31, 2015 3:10 pm    Post subject: Reply with quote

My problem is my lack of understanding, i change the value of lemons, but nothing happens, i am 99% sure its the right adress becuase when messing around with what writes to it and code injection (which i know nothing about)
unexpected things happen
Back to top
View user's profile Send private message
Rydian
Grandmaster Cheater Supreme
Reputation: 31

Joined: 17 Sep 2012
Posts: 1358

PostPosted: Mon Aug 31, 2015 3:22 pm    Post subject: Reply with quote

Code injection on display values can cause unexpected things as well because even if the value is only for display, the game code operating on it is still actual game code that can affect other things

Now... what did you attach to?
And did you try an unknown initial scan?
What did you do, exactly?

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

Joined: 17 Jun 2014
Posts: 56
Location: We make baguettes there !

PostPosted: Mon Aug 31, 2015 3:37 pm    Post subject: Reply with quote

Hello sir, my apologies, but are wrong.

Dollars are stored as double values
Lemons are stored as 4 bytes values

Here is what I have <see attachment> : (Changing the values is ok)

I think you screwed your scan method, you should retry for a 4Byte value
The other values below keeps increasing by one, and some of them stop increasing, but doesn't seems to matter.

(Btw the music is horrible, I hope you have muted the game)



adv cap.png
 Description:
Tons of damage
 Filesize:  350.52 KB
 Viewed:  9499 Time(s)

adv cap.png



_________________
Rhaa Stregum Vitae Smile
Back to top
View user's profile Send private message
Rydian
Grandmaster Cheater Supreme
Reputation: 31

Joined: 17 Sep 2012
Posts: 1358

PostPosted: Mon Aug 31, 2015 3:41 pm    Post subject: Reply with quote

Yeah the current count of a business or whatever is 4byte. Here's a script to buy 10,000 of an object for the price of 1 (the initial purchase of a business will also grant 10,000), see if it works for you.


plugin-container.CT
 Description:

Download
 Filename:  plugin-container.CT
 Filesize:  1.12 KB
 Downloaded:  446 Time(s)


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

Joined: 17 Jun 2014
Posts: 56
Location: We make baguettes there !

PostPosted: Mon Aug 31, 2015 3:47 pm    Post subject: Reply with quote

Easy peasy lemon squeezy...

It's fricking astounding to see that you can buy items with real money, I hate these games :c

_________________
Rhaa Stregum Vitae Smile
Back to top
View user's profile Send private message
dylancal
How do I cheat?
Reputation: 0

Joined: 31 Aug 2015
Posts: 6

PostPosted: Mon Aug 31, 2015 3:50 pm    Post subject: Reply with quote

I'm using Chrome if that makes a difference (probaly not) I would use Firefox but I couldn't find unity player plug in so is the plug in container the right process because if so then I'll be using my fav browser Very Happy
Back to top
View user's profile Send private message
Rydian
Grandmaster Cheater Supreme
Reputation: 31

Joined: 17 Sep 2012
Posts: 1358

PostPosted: Mon Aug 31, 2015 3:57 pm    Post subject: Reply with quote

Yeah this is for Firefox, there's two of them (one for flash and one for Unity) once the game's running, and you'll need to buy some stuff before the code is loaded, but see if it works on one or the other.

EDIT: Haha whoops, I overflowed.


_________________
Back to top
View user's profile Send private message
dylancal
How do I cheat?
Reputation: 0

Joined: 31 Aug 2015
Posts: 6

PostPosted: Mon Aug 31, 2015 4:39 pm    Post subject: Reply with quote

i see, working now can someone see if there is also a double value that has the same number which goes up? becuase i can still see one and it really confused me. btw the cheat engine comminity is so nice!
Back to top
View user's profile Send private message
Rydian
Grandmaster Cheater Supreme
Reputation: 31

Joined: 17 Sep 2012
Posts: 1358

PostPosted: Mon Aug 31, 2015 4:56 pm    Post subject: Reply with quote

I can't find any double values for that, again it's 4-byte.

Here's some code that accesses the current profit for each business, it looks like.



And those addresses, when changed, will actually change the profit you get per run of the business, so this is definitely code that operates on the actual values in one way or another.

_________________
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