Page 1 of 1

how the script works? for those who dunno about it

Posted: Tue Sep 08, 2009 8:15 pm
by iZenna
okay, e.g.(the script for injection)

IF there's no scripting(the enable disable thingy)
you HAVE to do it manually or wait for people to create one for you
remember the first time when the MapleSEA Client SpeedHack Enabler released?
they ask you to go memory view and change the instructions manually?
you may ask(that's until you read until this moment of time), what's the point of me authoring this thread?

let's get started, EXAMPLE, there's some instructions you need to change
e.g. you need to change the instruction for one address-123456AB mov eax+19
for those pro editors you sure know what's the function of that function didn't you?
for those who don't know:
mov eax+19 simple means the value of address 123456AB will then increased to 19(in hex value)

and now the task is to change mov eax+19 to +99

the best part-SCRIPTING!:
ALWAYS start your script with
[enable]

and below enable do as such:
[enable]
(the address that you wanna edit on):
(the NEW instruction you wanna execute in the address above)

[disable]
(the address that you wanna edit on-MAKE SURE IT'S THE SAME ADDRESS AS UNDER [enable]):
(the OLD instruction for the address above)

and that's it! your scripting is done! and take note
--only have brackets for enable and disable syntax
--put a SEMICOLON AFTER every address added

that's all

for your reference
this is a sample script regarding address and instruction above

[enable]
123456AB:
mov eax+99

[disable]
123456AB:
mov eax+19


thanks for reading, any mistakes done here just tell me i'll correct it :)

Re: how the script works? for those who dunno about it

Posted: Sun Oct 11, 2009 4:13 pm
by Susashiden
Nice TUT now i understand a little about scripting . Now.... to try and update a TWMS script ..