|
| Author |
Message |
¹³³7
Site Admin

Joined: 10 Jan 2008 Posts: 90 Location: Australia. |
|
Tutorial DataBase |
|
If You Would Like To Post a Tutorial Please Post Here.
|
|
| Fri Jan 11, 2008 11:31 am |
|
 |
|
¹³³7
Site Admin

Joined: 10 Jan 2008 Posts: 90 Location: Australia. |
|
|
|
Ok, Here's a tut (kind of example) on how i found Unlimited Hints for Mahjong Blocks @ ijji.
Requirments:
* Basic asm
* Programming Skills
* The will to learn and know
* CE 5.3 (Recommended since it's the only CE that has the standalone trainer kit working(or you could code one yourself))
if you have all the above, you're good to go.
First of all, install the game:
Code:
http://game.ijji.com
NOTE: You'll need an account (Verfied)
Scroll abit down, you'll see the game.
Click on it and install, (it doesn't have protections like GG or Encryption or serverside)wait for it to finish... (installs pretty quick though ijji's servers are brand new)
When it's finished, open up your CE/uCE and attach it to gmahjong.exe.
Play a game (or a practice, doesn't matter).
Scan for your Hints, after you did use 1.
Next Scan your left hints, you'll get 1 or 2 addys in the list.
if you get 2, redo those steps.
if you get 1, take it down to the .CT (Cheat Table).
Now, click on "Find out what writes this address".
After you did, go back to the game and use again the hints (once).
you'll see an asm movement there (The Dialog)
Highlight it and click on "Show Disassembler"
you'll land on the following asm:
0042120A - dec [ebp+58] //will decrease hints by 1
in asm:
dec = decrease
inc = increase
so what i did
i assembled it to inc [ebp+58] //will increase hints by 1
haha, we just fooled the game
i guess ebp+58 = the hints value
anyways, the limit is 9, but it doesn't matter since it'll keep increasing no matter what, now i made a simple script in asm (of course lol) that you tick and ready to go, learn it.
Code:
[ENABLE]
0042120A:
inc [ebp+58]
[DISABLE]
0042120A:
dec [ebp+58]
How simple could it be ?!?!, enjoy the TUT !
This Tut Is Made By ¹³³7
|
|
| Fri Jan 11, 2008 11:34 am |
|
 |
Jorg hi
¹³³7 Special User

Joined: 20 Jan 2008 Posts: 50 Location: XXX |
|
Nice |
|
Nice Tut it explains a lot !
_________________ I Like Pie
[img]http://forum.cheatengine.org/files/cc_599_178.jpg[img] |
|
| Wed Jan 23, 2008 12:41 am |
|
 |
Jorg hi
¹³³7 Special User

Joined: 20 Jan 2008 Posts: 50 Location: XXX |
|
|
|
 |
 |
Ok, Here's a tut (kind of example) on how i found Unlimited Hints for Mahjong Blocks @ ijji.
Requirments:
* Basic asm
* Programming Skills
* The will to learn and know
* CE 5.3 (Recommended since it's the only CE that has the standalone trainer kit working(or you could code one yourself))
if you have all the above, you're good to go.
First of all, install the game:
Code:
http://game.ijji.com
NOTE: You'll need an account (Verfied)
Scroll abit down, you'll see the game.
Click on it and install, (it doesn't have protections like GG or Encryption or serverside)wait for it to finish... (installs pretty quick though ijji's servers are brand new)
When it's finished, open up your CE/uCE and attach it to gmahjong.exe.
Play a game (or a practice, doesn't matter).
Scan for your Hints, after you did use 1.
Next Scan your left hints, you'll get 1 or 2 addys in the list.
if you get 2, redo those steps.
if you get 1, take it down to the .CT (Cheat Table).
Now, click on "Find out what writes this address".
After you did, go back to the game and use again the hints (once).
you'll see an asm movement there (The Dialog)
Highlight it and click on "Show Disassembler"
you'll land on the following asm:
0042120A - dec [ebp+58] //will decrease hints by 1
in asm:
dec = decrease
inc = increase
so what i did
i assembled it to inc [ebp+58] //will increase hints by 1
haha, we just fooled the game
i guess ebp+58 = the hints value
anyways, the limit is 9, but it doesn't matter since it'll keep increasing no matter what, now i made a simple script in asm (of course lol) that you tick and ready to go, learn it.
Code:
[ENABLE]
0042120A:
inc [ebp+58]
[DISABLE]
0042120A:
dec [ebp+58]
How simple could it be ?!?!, enjoy the TUT !
This Tut Is Made By ¹³³7 |
You should give download links for the requirements
_________________ I Like Pie
[img]http://forum.cheatengine.org/files/cc_599_178.jpg[img] |
|
| Wed Jan 23, 2008 12:43 am |
|
 |
|
|
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
|
|
|