Jump to content
  • 0

Lua Script Hex edit??


YeetMeister

Question

Posted

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

Posted

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

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.