tomkwong How do I cheat?
Reputation: 0
Joined: 25 Jun 2017 Posts: 1
|
Posted: Sun Jun 25, 2017 5:06 pm Post subject: Help: finding address of web game but not changing it |
|
|
I want to make a trainer of a web game which is online based. However, I do not need to modify any stuffs in the game. What I have to do is just to display all players' jobs in the trainer. Once their jobs are being known, I can win the game easily.
The web game is similar to the mafia card game. It is the online version of that.
I believe their jobs are being hidden in the flash player which is the client side, but not send to the client after players' death (their jobs display once they die). However, I cannot find out what job they are corresponding to using "unknown initial value" and "all" type value.
For the game, all surviving players can vote which of them need to die everyday, but I found that the address corresponds to the number of votes changes when the game proceeds from day to night. Is that also applied to the jobs of players (the address changes for every game)? Since each player only have one job per game, I search the value corresponding to their jobs by selecting a particular player and search for changed value for every game. It would be worthless if the address of their jobs change every game and I search in this way.
I tried to use the address of votes and the name of players (string value) to dissect data structures separately, but I found nothing meaningful to that.
Can I possibly find out the corresponding values of all jobs (eg. killer=1,doctor=2, etc)? I have no idea where should I start from.
If I do not need to modify those values, is it possible that I can find the values and take advantages of that without being detected by the server?
Thank you for your attention.
|
|