hah7126 Posted June 16, 2022 Posted June 16, 2022 How to do this inside a script? I saw a arm to hex script but not a arm64 to hex
THETWINSOFFICIAL Posted June 16, 2022 Posted June 16, 2022 10 hours ago, esperads said: How to do this inside a script? I saw a arm to hex script but not a arm64 to hex Arm = 32bit Arm64 = 64bit Why you not use arm64 code ? But you want hex ? You can search code hex in google
hah7126 Posted June 17, 2022 Author Posted June 17, 2022 16 hours ago, CYBORG-WARRIOR said: Arm = 32bit Arm64 = 64bit Why you not use arm64 code ? But you want hex ? You can search code hex in google Yes I know. Cause I saw this script: Arm to hex convert. Because I want to make a script where the user inputs a number and my script converts the number to hex code and it uses the hex to edit the game arm_converter.lua
hah7126 Posted July 13, 2022 Author Posted July 13, 2022 ARM to HEX / HEX to ARM converter (#8pvm0ni6) Basically is this possible but with x64
CmP Posted July 13, 2022 Posted July 13, 2022 It is enough to change the following in the code of the script to make it work for ARM64: - "gg.ASM_ARM" in line 43 to "gg.ASM_ARM64"; - "~A" in line 66 to "~A8". The script below includes listed changes and few other ones (like "ARM" to "ARM64" in output). See if it works for you. arm64_converter.lua
hah7126 Posted July 20, 2022 Author Posted July 20, 2022 On 7/13/2022 at 12:49 PM, CmP said: It is enough to change the following in the code of the script to make it work for ARM64: - "gg.ASM_ARM" in line 43 to "gg.ASM_ARM64"; - "~A" in line 66 to "~A8". The script below includes listed changes and few other ones (like "ARM" to "ARM64" in output). See if it works for you. arm64_converter.lua 2.33 kB · 1 download thanks!
Question
hah7126
How to do this inside a script? I saw a arm to hex script but not a arm64 to hex
6 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.