Simple Bot 1.5(Noob Proof and Final Release)

Download MapleStory hacks and bots over here!
weddings
Death Warrior
Death Warrior
Posts: 56
Joined: Sun Sep 06, 2009 2:37 pm

Re: Simple Bot 1.3(With source)

Post by weddings »

thanks for the upate bro. anyway is there a bug in loading the settings?
XkelvinchiaX
Sacrificer
Sacrificer
Posts: 35
Joined: Fri Oct 30, 2009 10:21 am

Re: Simple Bot 1.3(With source)

Post by XkelvinchiaX »

V97 Super Tubi address : 00ACF7F2 and 00499CE7 and 00499CAF

try replace to the dll simple bot 1.3
MapleSEA Account

WORLD - IZAR
Level 69 Aran - Banned (26-12-2009) T.T
hongxd
Sacrificer
Sacrificer
Posts: 31
Joined: Thu May 06, 2010 5:32 pm

Re: Simple Bot 1.3(With source)

Post by hongxd »

i cant use it ....i am using windows 7 and wad does the bot nd to be opened with?
ShiunYean
Headmaster of Darkness
Headmaster of Darkness
Posts: 648
Joined: Tue Sep 08, 2009 2:59 pm
Location: Brunei Darussalam
Contact:

Re: Simple Bot 1.3(With source)

Post by ShiunYean »

inject it into MapleStory.exe
entei_45
Novice Knight
Novice Knight
Posts: 4
Joined: Wed Oct 27, 2010 8:55 am

Re: Simple Bot 1.3(With source)

Post by entei_45 »

does this still work??
justcool91
Master of Darkness
Master of Darkness
Posts: 296
Joined: Mon Nov 08, 2010 5:13 pm

Re: Simple Bot 1.3(With source)

Post by justcool91 »

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 ^^
garykhx
Novice Knight
Novice Knight
Posts: 4
Joined: Wed Nov 17, 2010 12:12 pm

Re: Simple Bot 1.3(With source)

Post by garykhx »

how to use it??
its a dll file. got any injector suggested?
User avatar
xiangloong
The Great Lord
The Great Lord
Posts: 1794
Joined: Sat May 15, 2010 6:44 pm
Location: Kajang,Selangor

Re: Simple Bot 1.3(With source)

Post by xiangloong »

garykhx wrote:how to use it??
its a dll file. got any injector suggested?
winject or kitterz injector
add me on MSN if u need help
xiangloong@xmtmail.tk
Never Be A Hacker when you're Not Talented
Image

Uploaded with ImageShack.us
User avatar
New|Life
Dark Lord
Dark Lord
Posts: 142
Joined: Sun Dec 06, 2009 8:01 pm

Re: Simple Bot 1.3(With source)

Post by New|Life »

Hello Nerra, i have something to ask about this
*(unsigned short*)0x00B33DAC = 0x9090;
This is taken from your guide. What do both asterisks in *(unsigned short*) mean? Mind explain the syntax invloved?
If i want to change the value of an address through pointer dereferencing, and OFFSET IS INVOLVED, how can it be done?
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
I know the syntax are wrong, can you give me an example with offset involved? :)
- Learning C++ and Assembly language
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: Simple Bot 1.3(With source)

Post by Nerrazzuri »

New|Life wrote:Hello Nerra, i have something to ask about this
*(unsigned short*)0x00B33DAC = 0x9090;
This is taken from your guide. What do both asterisks in *(unsigned short*) mean? Mind explain the syntax invloved?
If i want to change the value of an address through pointer dereferencing, and OFFSET IS INVOLVED, how can it be done?
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
I know the syntax are wrong, can you give me an example with offset involved? :)
You've been asking stuff from EliteHack here. I prefer you ask there. But I will answer you the last time.
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;
if you are to read a pointer of a certain value, do this.

Code: Select all

*(unsigned long*)(*(unsigned long*)0x77889900 + 87F);
for the same you have to know what value shows when you use the above function. so to alter it, change the value for that pointer.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
Post Reply