Jump to content

Help IDA pro ARM64


ranj1989

5 posts in this topic

Recommended Posts

Posted

hello guys 

 

i am trying to hack an ios games called slots on tour 

i found set_coin and get_coin same for gems 

this is how it looks 

and i found away when i bet instead of sub i changed it to add it works but after few sec it goes back to the original value 

is there anyway to hack this slot game like to get free spin or respin anything might be useful i've learned alot the past two weeks but still im a noob 

thank you 

regards 

 

__text:000000010070E4FC UserProgress$$set_coins                 ; DATA XREF: __const:0000000102855158↓o
__text:000000010070E4FC                 LDR             X8, [X0,#0x10]
__text:000000010070E500                 ADD             X9, X8, #0x40 ; '@'
__text:000000010070E504                 ADD             X10, X0, #0x18
__text:000000010070E508                 CMP             X8, #0
__text:000000010070E50C                 CSEL            X8, X10, X9, EQ
__text:000000010070E510                 STR             X1, [X8]
__text:000000010070E514                 RET
__text:000000010070E514 ; End of function UserProgress$$set_coins


__text:000000010070E4E0 UserProgress$$get_coins                 ; CODE XREF: ProjectLeanplumAttribution$$SendInGameAttribution+1B4↑p
__text:000000010070E4E0                                         ; SyncPopupGroupController$$SetData+58↑p
__text:000000010070E4E0                                         ; DATA XREF: ...
__text:000000010070E4E0                 LDR             X8, [X0,#0x10]
__text:000000010070E4E4                 ADD             X9, X8, #0x40 ; '@'
__text:000000010070E4E8                 ADD             X10, X0, #0x18
__text:000000010070E4EC                 CMP             X8, #0
__text:000000010070E4F0                 CSEL            X8, X10, X9, EQ
__text:000000010070E4F4                 LDR             X0, [X8]
__text:000000010070E4F8                 RET
__text:000000010070E4F8 ; End of function UserProgress$$get_coins

 

Posted
1 hour ago, Noctisx said:

game is either server sided or you will need to Disable the memory Check  

would kindly tell me how to disable memory check just show me the way 

 

thank you :) 

12 hours ago, bR34Kr said:

The game is probably server based. So all the currencies are managed on the server

yeah probably i am trying to hack other stuff in the game thank you :)

Posted
1 hour ago, ranj1989 said:

would kindly tell me how to disable memory check just show me the way 

 

thank you :) 

yeah probably i am trying to hack other stuff in the game thank you :)

Currently i have No idea how to i mean i have never personally done it myself maybe look for a Function using Strings  

 

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines