how the script works? for those who dunno about it

Discuss MapleStory hacks and bots over here!
Post Reply
User avatar
iZenna
Master of Darkness
Master of Darkness
Posts: 221
Joined: Mon Sep 07, 2009 11:52 am

how the script works? for those who dunno about it

Post 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 :)
Bear + Deer
BB DD
B B D D
BD BD BD BD
Beer Beer Beer Beer

Gregor Mendel FTW!

i liek GIF files
Susashiden
Holy Philosopher
Holy Philosopher
Posts: 965
Joined: Sun Sep 06, 2009 11:58 pm
Location: SomeWhere You Don't Know.

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

Post by Susashiden »

Nice TUT now i understand a little about scripting . Now.... to try and update a TWMS script ..

Image
Image
Image
800 Post [x]
1337 Post [-]
1600 Post [-]
Wz.Edit [X]
Learn Basic Mem Edit [X]
Rls my own trainer [X]
Rls a hack found by me[-]
" Who Wants to Be A Millionaire " Legendary Winner .
Post Reply