Search found 3 matches

by TurtleCray
Sun Aug 25, 2019 12:20 pm
Forum: Tables
Topic: Crush Crush (Steam)
Replies: 216
Views: 191959

Re: Crush Crush (Steam)

igromanru wrote:
Sun Aug 25, 2019 11:48 am
@TurtleCray This is exactly the thing you will find in the GameState Static Pointers...
Sorry, I was looking for a table, since I missed the new gir,l and when you posted the Diamond issues I thought it wasn't on the table.
by TurtleCray
Sun Aug 25, 2019 11:21 am
Forum: Tables
Topic: Crush Crush (Steam)
Replies: 216
Views: 191959

Re: Crush Crush (Steam)

The Diamonds are 'sorta' modifiable, there's an address that if you change you will have a X amount until you close the game, I bought Odango this way, however I never got a AOB for that working. The opcodes I found searching when you press an item from the Store are: 1D4E9480 - 8B C8 - mov ecx,eax ...
by TurtleCray
Tue Sep 25, 2018 2:16 pm
Forum: General Gamehacking
Topic: Help with custom types creation.
Replies: 1
Views: 2942

Help with custom types creation.

Hi, I'm trying to cheat in a game that have an encrypted value. I already cracked the encryption, the value is stored as a 4byte value but on a XX XX XX YY format. The XX values are not changed but the YY is actually 255 - Value Examples: 100 dec = (FF - 64) = 9B = 155 dec 99999 dec = 01 86 (FF - 9F...