Search the Community
Showing results for tags 'instructions'.
-
Smash hit Smash hit script (works by changing instructions)
Kingofslavs posted a topic in LUA scripts
View File Smash hit script (works by changing instructions) script for the game smash hit. It works without searching for values, it finds instructions by the base address of the main library of the game and offset and changes them. works only on a device with arm64 architecture. Submitter Kingofslavs Submitted 04/05/2025 Category LUA scripts -
Can anybody explain logic here It's ARM instruction set: Here dword_36BD38 is uninitialized variable in .bss section LDR R3, =(dword_36BD38 - 0x19D86C) ADD R3, PC, R3 ; dword_36BD38 CMP R0, #0 STR R0, [R3] MOVLT R2, #0x7FFFFFFF STRLT R2, [R3] I have a little idea what's happening here but couldn't understand whole logic!
-
Smash hit Smash hit script (works by changing instructions)
Kingofslavs posted a file in LUA scripts