Simple Bot 1.5(Noob Proof and Final Release)
Re: Simple Bot 1.3(With source)
thanks for the upate bro. anyway is there a bug in loading the settings?
-
- Sacrificer
- Posts: 35
- Joined: Fri Oct 30, 2009 10:21 am
Re: Simple Bot 1.3(With source)
V97 Super Tubi address : 00ACF7F2 and 00499CE7 and 00499CAF
try replace to the dll simple bot 1.3
try replace to the dll simple bot 1.3
MapleSEA Account
WORLD - IZAR
Level 69 Aran - Banned (26-12-2009) T.T
WORLD - IZAR
Level 69 Aran - Banned (26-12-2009) T.T
Re: Simple Bot 1.3(With source)
i cant use it ....i am using windows 7 and wad does the bot nd to be opened with?
-
- Headmaster of Darkness
- Posts: 648
- Joined: Tue Sep 08, 2009 2:59 pm
- Location: Brunei Darussalam
- Contact:
Re: Simple Bot 1.3(With source)
inject it into MapleStory.exe
Re: Simple Bot 1.3(With source)
does this still work??
-
- Master of Darkness
- Posts: 296
- Joined: Mon Nov 08, 2010 5:13 pm
Re: Simple Bot 1.3(With source)
XkelvinchiaX wrote:V97 Super Tubi address : 00ACF7F2 and 00499CE7 and 00499CAF
try replace to the dll simple bot 1.3
how to open the dll and edit it???ty ^^
Re: Simple Bot 1.3(With source)
how to use it??
its a dll file. got any injector suggested?
its a dll file. got any injector suggested?
- xiangloong
- The Great Lord
- Posts: 1794
- Joined: Sat May 15, 2010 6:44 pm
- Location: Kajang,Selangor
Re: Simple Bot 1.3(With source)
winject or kitterz injectorgarykhx wrote:how to use it??
its a dll file. got any injector suggested?
add me on MSN if u need help
xiangloong@xmtmail.tk
Never Be A Hacker when you're Not Talented

Uploaded with ImageShack.us
xiangloong@xmtmail.tk
Never Be A Hacker when you're Not Talented

Uploaded with ImageShack.us
Re: Simple Bot 1.3(With source)
Hello Nerra, i have something to ask about this
If i want to change the value of an address through pointer dereferencing, and OFFSET IS INVOLVED, how can it be done?
This is taken from your guide. What do both asterisks in *(unsigned short*) mean? Mind explain the syntax invloved?*(unsigned short*)0x00B33DAC = 0x9090;
If i want to change the value of an address through pointer dereferencing, and OFFSET IS INVOLVED, how can it be done?
I know the syntax are wrong, can you give me an example with offset involved?Example:
[enable]
11223344:
90 90
[disable]
11223344:
75 36
unsigned long 0x11223344 = 0x3675; // Value when hack is disabled
unsigned long* [0x77889900]+87F = 0x11223344; // 0x77889900 is the pointer of the address with offset 87F
*[0x77889900]+87F = 0x9090; //Value when hack is enabled

- Learning C++ and Assembly language
- Nerrazzuri
- Destiny General
- Posts: 1110
- Joined: Sun Dec 20, 2009 9:15 pm
Re: Simple Bot 1.3(With source)
You've been asking stuff from EliteHack here. I prefer you ask there. But I will answer you the last time.New|Life wrote:Hello Nerra, i have something to ask about thisThis is taken from your guide. What do both asterisks in *(unsigned short*) mean? Mind explain the syntax invloved?*(unsigned short*)0x00B33DAC = 0x9090;
If i want to change the value of an address through pointer dereferencing, and OFFSET IS INVOLVED, how can it be done?I know the syntax are wrong, can you give me an example with offset involved?Example:
[enable]
11223344:
90 90
[disable]
11223344:
75 36
unsigned long 0x11223344 = 0x3675; // Value when hack is disabled
unsigned long* [0x77889900]+87F = 0x11223344; // 0x77889900 is the pointer of the address with offset 87F
*[0x77889900]+87F = 0x9090; //Value when hack is enabled
the *(unsigned short*) means pointer dereference an unsigned short value. Unsigned short a word, which mean 16 bits. You don't need to write something like
Code: Select all
unsigned long* [0x77889900]+87F = 0x11223344;
Code: Select all
*(unsigned long*)(*(unsigned long*)0x77889900 + 87F);
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot
Click Here for more Information!

Click Here for more Information!
