| View previous topic :: View next topic |
| Author |
Message |
4c00h Newbie cheater
Reputation: 0
Joined: 04 Sep 2006 Posts: 23
|
Posted: Mon Mar 11, 2013 2:15 am Post subject: Math Game Values |
|
|
Hello, I'm trying to find values for the questions asked in this game:
http://www.arcademics.com/games/tractor-multiplication/tractor-multiplication.html
All I've managed to find is the string for my player name, I've done a few struct dissects to see if I can find any near values but I've had no luck.
It's a simple game, I'm not sure why the values aren't showing up
|
|
| Back to top |
|
 |
foxfire9 Advanced Cheater
Reputation: 0
Joined: 23 Mar 2012 Posts: 57
|
Posted: Mon Mar 11, 2013 5:07 am Post subject: |
|
|
It's a flashplayer you have to multiply it by 8
Try this to make it easy
Title: Flash *8 value type (Custom Type) by Dark Byte
forum.cheatengine.org/viewtopic.php?t=529904
|
|
| Back to top |
|
 |
4c00h Newbie cheater
Reputation: 0
Joined: 04 Sep 2006 Posts: 23
|
Posted: Mon Mar 11, 2013 8:53 am Post subject: |
|
|
| foxfire9 wrote: | It's a flashplayer you have to multiply it by 8
Try this to make it easy
Title: Flash *8 value type (Custom Type) by Dark Byte
forum.cheatengine.org/viewtopic.php?t=529904 |
Thanks for the reply but have you actually tried it? I've tested *1 *2 *4 *8 *16 and none of them work which is why I posted it here
|
|
| Back to top |
|
 |
daspamer Grandmaster Cheater Supreme
Reputation: 54
Joined: 13 Sep 2011 Posts: 1588
|
Posted: Mon Mar 11, 2013 12:02 pm Post subject: |
|
|
Unknown value...
also try double/float, those are used to store cash/hp too.
_________________
I'm rusty and getting older, help me re-learn lua. |
|
| Back to top |
|
 |
4c00h Newbie cheater
Reputation: 0
Joined: 04 Sep 2006 Posts: 23
|
Posted: Mon Mar 11, 2013 2:19 pm Post subject: |
|
|
| Flashacking wrote: | Unknown value...
also try double/float, those are used to store cash/hp too. |
Yeah I've tried unknown value, then incremented / decremented, tried it with byte, 2 byte, 4 byte, 8 byte, float, double and Flash *8 type
Would someone actually try it before replying
|
|
| Back to top |
|
 |
foxfire9 Advanced Cheater
Reputation: 0
Joined: 23 Mar 2012 Posts: 57
|
Posted: Mon Mar 11, 2013 8:38 pm Post subject: |
|
|
Did you change the value type?
Scan Type: Unknown Value
Value Type: All
And yes works perfectly fine with me. *8 Value type. I tried it in all flash game including The Last Stand.
|
|
| Back to top |
|
 |
4c00h Newbie cheater
Reputation: 0
Joined: 04 Sep 2006 Posts: 23
|
Posted: Mon Mar 11, 2013 9:37 pm Post subject: |
|
|
I've tried Dark Byte's *8 and I've tried scanning for an initial unknown value to see which increments or decrements and haven't been able to find the values I'm looking for, which are var1 * var2 and correct answer
What are you doing differently? I've never come across this before, I've almost always been able to find the values I'm looking for, including player and enemy player coordinates for fps games like counter strike but this has bedazzled me.
What browser are you using btw? I'm on Firefox 19.0.2
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Mon Mar 11, 2013 9:58 pm Post subject: |
|
|
| 4c00h wrote: | | Flashacking wrote: | Unknown value...
also try double/float, those are used to store cash/hp too. |
Yeah I've tried unknown value, then incremented / decremented, tried it with byte, 2 byte, 4 byte, 8 byte, float, double and Flash *8 type
Would someone actually try it before replying | What are you actually trying to do?
First thing, make sure you are attaching to the correct process. For example, if you are using firefox, you will have a couple of choices to choose from:
firefox.exe
xxxxxxxx-plugin-container.exe
xxxxxxxx-FlashPlayerPlugin_xx_x_xxx_xxx.exe
xxxxxxxx-FlashPlayerPlugin_xx_x_xxx_xxx.exe
The correct process to attach to is one of the FlashPlayerPlugin.exe (for me, it was always the last one in the list, the one with the higher value at the beginning of the name). You can check this by doing a string search for the word "tractor".
Once you have determined that you are attaching Cheat Engine to the correct process, you can use the Speedhack feature and slow the game down to a dead halt. That should prove to you that it works.
|
|
| Back to top |
|
 |
4c00h Newbie cheater
Reputation: 0
Joined: 04 Sep 2006 Posts: 23
|
Posted: Mon Mar 11, 2013 10:11 pm Post subject: |
|
|
| GNIREENIGNE wrote: | | 4c00h wrote: | | Flashacking wrote: | Unknown value...
also try double/float, those are used to store cash/hp too. |
Yeah I've tried unknown value, then incremented / decremented, tried it with byte, 2 byte, 4 byte, 8 byte, float, double and Flash *8 type
Would someone actually try it before replying | What are you actually trying to do?
First thing, make sure you are attaching to the correct process. For example, if you are using firefox, you will have a couple of choices to choose from:
firefox.exe
xxxxxxxx-plugin-container.exe
xxxxxxxx-FlashPlayerPlugin_xx_x_xxx_xxx.exe
xxxxxxxx-FlashPlayerPlugin_xx_x_xxx_xxx.exe
The correct process to attach to is one of the FlashPlayerPlugin.exe (for me, it was always the last one in the list, the one with the higher value at the beginning of the name). You can check this by doing a string search for the word "tractor".
Once you have determined that you are attaching Cheat Engine to the correct process, you can use the Speedhack feature and slow the game down to a dead halt. That should prove to you that it works. |
Yes for me it's also usually the last xxxxxxxx-FlashPlayerPlugin_xx_x_xxx_xxx.exe but because of my frustration I've tested it on all those you mentioned.
I tested it out by searching for a string to my username in the game and confirmed it's attached to the correct process.
What I want to do is get the addresses for values related to the multiplication questions, the game asks you for example: 3x4 and gives you 4 options; [4] [12] [15] [7] and you click on the correct answer.
I want the address for the first and second values to be multiplied as well as the answer it checks for.
I need them for a trainer I'm making to practice with, it can be for any game but this seemed like a fun and simple game. The least problems I thought I'd run into was finding the values...
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Mon Mar 11, 2013 10:32 pm Post subject: |
|
|
| Just looking at it quickly, I was not able to find the values for the questions/answers (didn't look much, though). However, I did find the value that holds the question number. The code shifts with each load, so I'm not sure if you're going to be successful with your trainer, even if you do find the values that you're looking for.
|
|
| Back to top |
|
 |
daspamer Grandmaster Cheater Supreme
Reputation: 54
Joined: 13 Sep 2011 Posts: 1588
|
Posted: Tue Mar 12, 2013 1:03 am Post subject: |
|
|
When you can't hack a Flash game with Cheat Engine only.
Use .SWF decomplier, and .SWF Dumper.
You first download the .swf from memory (using .swf dumper).
Then open it up with .SWF Decomplier,
And check action folder, look for some math, and edit it the way you'd want it to go....
(You should understand AS3 to do so).
Its much easier to use .SWF decomplier, when you cannot make hacks easily..
_________________
I'm rusty and getting older, help me re-learn lua. |
|
| Back to top |
|
 |
4c00h Newbie cheater
Reputation: 0
Joined: 04 Sep 2006 Posts: 23
|
Posted: Tue Mar 12, 2013 2:49 am Post subject: |
|
|
Yeah I've already done that but it doesn't lead me to getting the values on the scanner, I could change some byte code for all answers to be correct with an input of "1" but that's not what I want.
Thanks anyway
|
|
| Back to top |
|
 |
foxfire9 Advanced Cheater
Reputation: 0
Joined: 23 Mar 2012 Posts: 57
|
Posted: Tue Mar 12, 2013 3:45 am Post subject: |
|
|
| Since it's Math game try AA because maybe it's encrypted.
|
|
| Back to top |
|
 |
daspamer Grandmaster Cheater Supreme
Reputation: 54
Joined: 13 Sep 2011 Posts: 1588
|
Posted: Tue Mar 12, 2013 7:08 am Post subject: |
|
|
I will see what I can do..
in couple days, I'm going on a trip for 2 days with school....
_________________
I'm rusty and getting older, help me re-learn lua. |
|
| Back to top |
|
 |
foxfire9 Advanced Cheater
Reputation: 0
Joined: 23 Mar 2012 Posts: 57
|
Posted: Thu Mar 14, 2013 8:22 pm Post subject: |
|
|
| My browser is the Latest Firefox.
|
|
| Back to top |
|
 |
|