Page 4 of 9

Re: [Release] SimpleBot Modified

Posted: Sun Nov 28, 2010 12:44 am
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.

Re: [Release] SimpleBot Modified

Posted: Sun Nov 28, 2010 1:18 am
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.

Re: [Release] SimpleBot Modified

Posted: Sun Nov 28, 2010 1:34 am
by SoullessSoul
Nerra u have tut for making bot(Exe)??
Anyway how to scan AOB??o.0
Confuse with the Cheat ENGINE

Re: [Release] SimpleBot Modified

Posted: Sun Nov 28, 2010 2:46 am
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.

Re: [Release] SimpleBot Modified

Posted: Sun Nov 28, 2010 3:31 am
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

Re: [Release] SimpleBot Modified

Posted: Sun Nov 28, 2010 3:58 am
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
??

Re: [Release] SimpleBot Modified

Posted: Sun Nov 28, 2010 8:09 am
by Nerrazzuri
Page up = VK_PRIOR
Page down = VK_NEXT

http://api.farmanager.com/en/winapi/vir ... codes.html

Re: [Release] SimpleBot Modified

Posted: Sun Nov 28, 2010 9:55 am
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?

Re: [Release] SimpleBot Modified

Posted: Sun Nov 28, 2010 3:25 pm
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?

Re: [Release] SimpleBot Modified

Posted: Sun Nov 28, 2010 7:01 pm
by SoullessSoul
thx nerra...
LOL the save dc...try activate at fm...sure quit maple xDxD