[Release] SimpleBot Modified

Download MapleStory hacks and bots over here!
User avatar
New|Life
Dark Lord
Dark Lord
Posts: 142
Joined: Sun Dec 06, 2009 8:01 pm

Re: [Release] SimpleBot Modified

Post by New|Life »

Nerrazzuri wrote:
New|Life wrote:
Nerrazzuri wrote: Nope. But Character location does not related to the mouse.
Then, is inline Asm involved when coding your MouseFly?
no.
Can you tell me what is pID Offset about? It specifies CharRelatedBase right, just like Mouse Location Offset?

@SoullessSoul: Most people learn the same way I think. EXE and DLL should not have much difference, I am not sure.
- Learning C++ and Assembly language
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: [Release] SimpleBot Modified

Post by Nerrazzuri »

pID = platform ID. But it does not show the ID by add the pointers and offset. It is use for stuff like hooking the foothold and such.

No. DLL and EXE is a totaly different. DLL does not support any form of standalone system. While exe can.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
SoullessSoul
The Great Lord
The Great Lord
Posts: 1036
Joined: Sun Feb 07, 2010 3:32 am
Location: Lost WorlD

Re: [Release] SimpleBot Modified

Post by SoullessSoul »

Nerra u have tut for making bot(Exe)??
Anyway how to scan AOB??o.0
Confuse with the Cheat ENGINE
Image
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: [Release] SimpleBot Modified

Post by Nerrazzuri »

SoullessSoul wrote:Nerra u have tut for making bot(Exe)??
Anyway how to scan AOB??o.0
Confuse with the Cheat ENGINE
Look for iMacro. It is an exe bot(an macro scripter to be exact) and everything is almost the same but there is some little changes from DLL making. Please note that all way of making bots and stuff are almost the same, just that you must know what API you are going to use, and what extension you're going to make.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
x3dweller
Novice Knight
Novice Knight
Posts: 3
Joined: Tue Nov 23, 2010 11:47 am

Re: [Release] SimpleBot Modified

Post by x3dweller »

Thanks for the release,
btw, i can't seem to inject any hacks.
Using nrz's injector and am running on windows7 32bit.
early thanks for helping. :D
SoullessSoul
The Great Lord
The Great Lord
Posts: 1036
Joined: Sun Feb 07, 2010 3:32 am
Location: Lost WorlD

Re: [Release] SimpleBot Modified

Post by SoullessSoul »

Code: Select all

unsigned char GetKeycode(string s, unsigned index)
{
	if (s.length() == 1) return (unsigned char)toupper(s.c_str()[0]);
	switch (index)
	{
		case 0: return VK_SHIFT;
		case 1: return VK_CONTROL;
		case 2: return VK_MENU;
		case 3: return VK_SPACE;
		case 4: return VK_END;
		case 5: return VK_HOME;
		case 6: return VK_INSERT;
		case 7: return VK_DELETE;
	}
	return NULL;
i post here can??
if i want add page up and page down key
how do i write it??coz i prefer use pageup and pagedown key

Code: Select all

case 8: return VK_PageUp
Or

Code: Select all

case 8: return VK_Page Up
??
Image
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: [Release] SimpleBot Modified

Post by Nerrazzuri »

Page up = VK_PRIOR
Page down = VK_NEXT

http://api.farmanager.com/en/winapi/vir ... codes.html
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
User avatar
New|Life
Dark Lord
Dark Lord
Posts: 142
Joined: Sun Dec 06, 2009 8:01 pm

Re: [Release] SimpleBot Modified

Post by New|Life »

Nerrazzuri wrote:pID = platform ID. But it does not show the ID by add the pointers and offset. It is use for stuff like hooking the foothold and such.

No. DLL and EXE is a totaly different. DLL does not support any form of standalone system. While exe can.
Is PortalBase and PortalOffset involved? Foothold is multi-level pointer?
- Learning C++ and Assembly language
melodyspeed
Apprantice Knight
Apprantice Knight
Posts: 7
Joined: Mon Nov 22, 2010 8:45 pm

Re: [Release] SimpleBot Modified

Post by melodyspeed »

New|Life wrote:Credits
- Nerrazzuri for his source, scripts and tutorials
- Kitterz, Automatic (Nerrazzuri), Ghoul, Rod and some others for scripts, learning and referencing

Image


This is based on Nerrazzuri's source, what I did was just modifying the source and sharing with community. Sorry guys, I don't really get the concept behind MouseFly and Teleport so this bot is made without them, I am still learning. However you guys can try to inject this along with other DLLs together. I tested the SuperTubi and I think it does work, you guys can test it yourself. I believe some features here can make you guys handier.

Note that SafeDC is used to avoid someone from seeing you, mainly during hacking or botting. It acts as a minimap's red dot detector that will terminate the process of MapleStory as soon as someone is detected in your map, WHILE CHECKED ONLY. Uncheck it when you don't need it, or you might get annoyed by it. I hope this will help you guys from being banned by GM's or reported/screenshoted by other players.

Any suggestion on what to add and criticism are welcome :lol:. I will try to add hotkeys and other things (you suggest and I'll see if I can do it) in my next release. Please do not leech this to the other forums, keep it here instead :D

Download link : http://www.mediafire.com/?iy6kn72z4dy5p75
Nice work~ i think u simply edited off the non working hacks. in the other simple bot and added a new "safe dc" tool
am i correct to say so?
IILuvDisTriCTII
ThUNlovedOne

The world never stops revolving and changing. Until The LAST moment-
SoullessSoul
The Great Lord
The Great Lord
Posts: 1036
Joined: Sun Feb 07, 2010 3:32 am
Location: Lost WorlD

Re: [Release] SimpleBot Modified

Post by SoullessSoul »

thx nerra...
LOL the save dc...try activate at fm...sure quit maple xDxD
Image
Post Reply