YeetMeister Posted January 14, 2020 Posted January 14, 2020 hello, i came up with a stupid idea i want to complete, imagine you made a script but oh no, you lost the source or something, because the Script has Outdated Addresses. this Script changes the Defined hex Values [[ offsets = { "A76", --//offset:67//block:67-69//length:3//hex:41 37 36//edit:43 42 37 "A79", --//offset:70//block:70-72//length:3//hex:41 37 39//edit:33 41 42 "B66", --//offset:79//block:79-7B//length:3//hex:42 36 36//edit:31 38 41 "C76", --//offset:82//block:82-84//length:3//hex:43 37 36//edit:32 31 33 } ]] menu 1 select the file menu 2 enter hex values(unchanged) menu 3 enter new Hex Values save Script done. i dont know, it doesnt sound hard but i just dont know how to do it
YeetMeister Posted January 14, 2020 Author Posted January 14, 2020 lua script that edits the script via Patching. what do i mean by patching? script encrypted by just string.dump() if you like take an Hex Editor and open the encrypted script. you are searching: A76 offset:67 block:67-69 length:3 hex:41 37 36 the script then gets the Encrypted script and the script "Patches" the A76 to A79 (hex: 41 37 36) (because thats the new Address of the Hack) Not to Forget it is a Patcher Script, so a separate script how can i make this happen or is it even posible? i mean in my head it sounds rather easy to make idk please help
Administrators Enyby Posted January 14, 2020 Administrators Posted January 14, 2020 Use assembler for this. Fixing a script using assembler - GameGuardian (#5g4swfbx)
YeetMeister Posted January 14, 2020 Author Posted January 14, 2020 1 minute ago, Enyby said: Use assembler for this. Fixing a script using assembler - GameGuardian (#5g4swfbx) Can a script do that or do i have to do it all manually
Administrators Enyby Posted January 14, 2020 Administrators Posted January 14, 2020 You can do it manually.
YeetMeister Posted January 14, 2020 Author Posted January 14, 2020 3 minutes ago, Enyby said: You can do it manually. Okay, but can i automate the assembly s*** or nah. Idk what im saying
Question
YeetMeister
hello, i came up with a stupid idea i want to complete,
imagine you made a script but oh no, you lost the source or something, because the Script has Outdated Addresses.
this Script changes the Defined hex Values
[[
offsets = {
"A76", --//offset:67//block:67-69//length:3//hex:41 37 36//edit:43 42 37
"A79", --//offset:70//block:70-72//length:3//hex:41 37 39//edit:33 41 42
"B66", --//offset:79//block:79-7B//length:3//hex:42 36 36//edit:31 38 41
"C76", --//offset:82//block:82-84//length:3//hex:43 37 36//edit:32 31 33
}
]]
menu 1 select the file
menu 2 enter hex values(unchanged)
menu 3 enter new Hex Values
save Script done.
i dont know, it doesnt sound hard but i just dont know how to do it
5 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.