View previous topic :: View next topic |
Author |
Message |
squrrilslayer Master Cheater
Reputation: 0
Joined: 26 Dec 2006 Posts: 323
|
Posted: Sat May 26, 2007 2:17 am Post subject: Sim Tower is Unhackable... |
|
|
for those who dont know what sim tower is, crawl out from under that rock of yours and live a life.
ok...
as topic stated, im finding simtower unhackable... due to me not being able to find it in the process list.............
anyone know how to hack it?
(yes its an easy game but i just want to play around with values and such...)
_________________
|
|
Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Sat May 26, 2007 7:31 pm Post subject: |
|
|
When you click the icon to look at the process list, try clicking WINDOWS LIST
Then right click in the window and select filter, Not type all or part of the window name for Sim Tower and click ok.
You now should have the process you need to click.
squrrilslayer go get the nuts now so we can both slay one
|
|
Back to top |
|
 |
squrrilslayer Master Cheater
Reputation: 0
Joined: 26 Dec 2006 Posts: 323
|
Posted: Sat May 26, 2007 11:42 pm Post subject: |
|
|
Labyrnth wrote: |
squrrilslayer go get the nuts now so we can both slay one |
?!
uhum... well, sim tower is in 4 different windows, and well... i can only find the main window, which doesnt contain any info except for what your tower looks like.
_________________
|
|
Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Sun May 27, 2007 5:04 pm Post subject: |
|
|
HUH ?
The sim tower i played a while back was one screen Mr.
How about a screen shot of what you are talking about. ?
|
|
Back to top |
|
 |
zapdos9 How do I cheat?
Reputation: 0
Joined: 10 Jul 2006 Posts: 4
|
Posted: Sat Jan 17, 2009 4:57 am Post subject: |
|
|
How to hack simtower?!!!
|
|
Back to top |
|
 |
Eraser Grandmaster Cheater
Reputation: 0
Joined: 23 Jul 2008 Posts: 504 Location: http://www.youtube.com/PCtrainers
|
Posted: Sat Jan 17, 2009 5:31 am Post subject: |
|
|
zapdos9 wrote: | How to hack simtower?!!! |
Like every other game? -.- same rules apply
|
|
Back to top |
|
 |
zapdos9 How do I cheat?
Reputation: 0
Joined: 10 Jul 2006 Posts: 4
|
Posted: Sat Jan 17, 2009 1:01 pm Post subject: |
|
|
I can't even searched the memory for its money. tried all, byte till float also can't get it.
|
|
Back to top |
|
 |
tgp1994 Cheater
Reputation: 0
Joined: 28 Feb 2008 Posts: 31
|
Posted: Sat Sep 26, 2009 10:55 am Post subject: |
|
|
I'm trying to hack it right now. It looks like when you do a string scan, it comes up with the value of your money, so I'm going to try that pointer thingymajigger (you can till I wouldn't know what to do) so I can find out what's changing that string value.
EDIT: I get four different opcodes that access the string value of the money. If anyone's good at assembler, they would be of great help.
EDIT2: I can't find that string address anymore. And I made a wiki article about this here: wiki.cheatengine.org/index.php?title=Gamecheats:SimTower#Initial_Research
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25769 Location: The netherlands
|
Posted: Sat Sep 26, 2009 7:42 pm Post subject: |
|
|
don't forget to limit your searches to 2 byte or 1 byte values only. so not the default of 4 byte
And try changed/unchanged scans. Could be it's storing stuff in a weird way
_________________
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 |
|
 |
tgp1994 Cheater
Reputation: 0
Joined: 28 Feb 2008 Posts: 31
|
Posted: Sat Sep 26, 2009 9:13 pm Post subject: |
|
|
Wow, dark_byte himself Ya, I tried pretty much every single scanning option in the book. The funny thing was, in the 2 byte/single byte options, results started comming back that had nothing to do with the value that I typed in. Also, what do you mean by changed/unchanged scans?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25769 Location: The netherlands
|
Posted: Sun Sep 27, 2009 5:46 am Post subject: |
|
|
Perhaps the game doesn't store the money as it's displayed
Perhaps it's stored as maximum allowed amount of money - real amount of money
Or it's stored deviced by 10, 100, or even 1000 (e.g to save space if the gameplay never sets the last few digits of the money to anything than 0)
or it's adding an xor value over it (e.g age of empires 3)
To find it then do an unknown initial value scan, gain or lose some money, scan for changed. Do something that doesn't make your money change, scan for unchanged, and repeat. Eventually you might be able to 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 |
|
 |
tgp1994 Cheater
Reputation: 0
Joined: 28 Feb 2008 Posts: 31
|
Posted: Sun Sep 27, 2009 8:01 am Post subject: |
|
|
Ok, I'll give that a try and report my findings. So do you play ST yourself?
EDIT:
Ok, I went with the scanning on an unkown value idea, scanning all possible memory areas. Went through, rescanned after every change with inc/dec respective to the change in money, and eventually, ended up with 0 values. I don't know what to do now. Is it possible it writes to a file every time the money needs to change?
EDIT2:
So I retried it this time, only I was scanning for changed values only at the appropriate times. I've pretty much limited the search to 2000 entries. I still have no idea what to do.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25769 Location: The netherlands
|
Posted: Mon Sep 28, 2009 8:22 pm Post subject: |
|
|
use unchanged value scan as well (you have to filter out the useless data like animations in the game, mousecursor, etc...)
Just find a way to pause the game and then scan. (perhaps the game is frozen when inside a menu window? Or it has a pause buttons ?
let the game run for half a second or more as long as the money doesn't change, pause, and then scan for unchanged value
_________________
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 |
|
 |
tgp1994 Cheater
Reputation: 0
Joined: 28 Feb 2008 Posts: 31
|
Posted: Mon Sep 28, 2009 9:09 pm Post subject: |
|
|
Ok, I will try that too. Ya, fortunately this game comes with a pause button, and I would imagine that, compared to other games, this comes in very handy when memory hacking. So unchanged value? I guess I could do a combination of the both, changed and unchanged, so it filters out everything except for what I want
BIG EDIT:
Ok, now I've limited things down to 8 addresses:
02CCE4AB::8
"::d
02CCE4AC::8
"::d
02CCE4AD::8
"::d
02CCE4AE::8
"::d
I'm sure you all can see the pattern in that. Then, the values seem to show some pattern but no correlation whatsoever to the actual money value:
All 8 byte values go like this:
4899916395183079435
91197892456611840
356241767408640
1391569403940
(Actually, looking at it now, does anyone notice how they go down two decimal places?)
Then the doubles:
3.68934930952215E19
1.45822440452241E-302
1.76006818890377E-309
6.87526636290535E-312
Now I see absolutely no correlation at all in these. And how can two different values occupy the same addresses?
If there are any master pattern finders out there, your help is appreciated. By the way, my current real money value is 2066500.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25769 Location: The netherlands
|
Posted: Thu Oct 01, 2009 12:55 pm Post subject: |
|
|
check the wiki
_________________
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 |
|
 |
|