[Request] Keep SSTele Private

Discuss MapleStory hacks and bots over here!
Raiden
Holy Philosopher
Holy Philosopher
Posts: 889
Joined: Sat Jan 09, 2010 8:45 pm
Location: Capital of Malaysia

Re: [Request] Keep SSTele Private

Post by Raiden »

SoullessSoul wrote:
PIEzLOVERS wrote:I though i gave Hai2You source link . O_o

http://localhostr.com/download/GiKOFaF/Hai2u.rar

:3



@SoulessSoul
Try this code

Code: Select all

If (ReadPointer(ulPeopleBase , ulPeopleOffset) > 0)
{
    TerminateProcess(GetCurrentProcess(), 0);
}
:D
thx Piez..whats the pointer and offset for People Count ?o.0 :shock: sry abit noob is scan pointer
btw
hai2you source have a file call FindPattern
is this mean it will work like WaffleAuto Pot??Auto Search For the Pointer??
No, It is BAD.

If (ReadPointer(ulPeopleBase , ulPeopleOffset) > (The one you want))
{
Press ESC; //<<<--This is pseudo-code. It won`t work. I just tell you what to press. lol~
Press Up;
Press Enter;
}
SoullessSoul
The Great Lord
The Great Lord
Posts: 1036
Joined: Sun Feb 07, 2010 3:32 am
Location: Lost WorlD

Re: [Request] Keep SSTele Private

Post by SoullessSoul »

Raiden wrote:
SoullessSoul wrote:
PIEzLOVERS wrote:I though i gave Hai2You source link . O_o

http://localhostr.com/download/GiKOFaF/Hai2u.rar

:3



@SoulessSoul
Try this code

Code: Select all

If (ReadPointer(ulPeopleBase , ulPeopleOffset) > 0)
{
    TerminateProcess(GetCurrentProcess(), 0);
}
:D
thx Piez..whats the pointer and offset for People Count ?o.0 :shock: sry abit noob is scan pointer
btw
hai2you source have a file call FindPattern
is this mean it will work like WaffleAuto Pot??Auto Search For the Pointer??
No, It is BAD.

If (ReadPointer(ulPeopleBase , ulPeopleOffset) > (The one you want))
{
Press ESC; //<<<--This is pseudo-code. It won`t work. I just tell you what to press. lol~
Press Up;
Press Enter;
}
Piez code is str8 close the maple not?
Image
User avatar
New|Life
Dark Lord
Dark Lord
Posts: 142
Joined: Sun Dec 06, 2009 8:01 pm

Re: [Request] Keep SSTele Private

Post by New|Life »

Code: Select all

void SafeDC()
{
   if(!SafeDCExit)
   {
      do
      {
         if(ReadPointer(ulPeopleBase, iPeopleOffset) >= RedDot)
            TerminateProcess(GetCurrentProcess(), 0);
         Sleep(200);
      }
      while(!SafeDCExit);
   }
}
MSEA v99 PeopleBase 0xC86848, PeopleOffset 0x18 (fixed)
Last edited by New|Life on Tue Jan 18, 2011 5:41 pm, edited 1 time in total.
- Learning C++ and Assembly language
Raiden
Holy Philosopher
Holy Philosopher
Posts: 889
Joined: Sat Jan 09, 2010 8:45 pm
Location: Capital of Malaysia

Re: [Request] Keep SSTele Private

Post by Raiden »

SoullessSoul wrote:
Raiden wrote:
SoullessSoul wrote: thx Piez..whats the pointer and offset for People Count ?o.0 :shock: sry abit noob is scan pointer
btw
hai2you source have a file call FindPattern
is this mean it will work like WaffleAuto Pot??Auto Search For the Pointer??
No, It is BAD.

If (ReadPointer(ulPeopleBase , ulPeopleOffset) > (The one you want))
{
Press ESC; //<<<--This is pseudo-code. It won`t work. I just tell you what to press. lol~
Press Up;
Press Enter;
}
Piez code is str8 close the maple not?
Well, Quit to login page is better. So that`s Safe D/C. The close maple one is Auto Crash. As I think......
SoullessSoul
The Great Lord
The Great Lord
Posts: 1036
Joined: Sun Feb 07, 2010 3:32 am
Location: Lost WorlD

Re: [Request] Keep SSTele Private

Post by SoullessSoul »

New|Life wrote:

Code: Select all

void SafeDC()
{
   if(!SafeDCExit)
   {
      do
      {
         if(ReadPointer(ulPeopleBase, iPeopleOffset) >= RedDot)
            TerminateProcess(GetCurrentProcess(), 0);
      }
      while(!SafeDCExit);
   }
}
MSEA v99 PeopleBase 0xC86848, PeopleOffset 0x18 (fixed)
oh thx newlife =) for the script ><
@raiden
oh...ok..thx for guiding..>< i go try xD
Image
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: [Request] Keep SSTele Private

Post by Nerrazzuri »

If I did not recall it wrongly, FindPattern in Hai2u source is made for dynamic aob updating. So, unless you want to waste your time to update your bot every patch, this might be handy.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
PIEzLOVERS
Master of Darkness
Master of Darkness
Posts: 431
Joined: Sat Dec 12, 2009 9:01 pm
Location: Heaven !
Contact:

Re: [Request] Keep SSTele Private

Post by PIEzLOVERS »

Does anybody here have the No Char KB Base Aob's ?
I tried GMS v0.94's and none of them worked @.@
User avatar
New|Life
Dark Lord
Dark Lord
Posts: 142
Joined: Sun Dec 06, 2009 8:01 pm

Re: [Request] Keep SSTele Private

Post by New|Life »

PIEzLOVERS wrote:Does anybody here have the No Char KB Base Aob's ?
I tried GMS v0.94's and none of them worked @.@
No KB base is CharBase, the one used with No Breath.
- Learning C++ and Assembly language
SoullessSoul
The Great Lord
The Great Lord
Posts: 1036
Joined: Sun Feb 07, 2010 3:32 am
Location: Lost WorlD

Re: [Request] Keep SSTele Private

Post by SoullessSoul »

Nerrazzuri wrote:If I did not recall it wrongly, FindPattern in Hai2u source is made for dynamic aob updating. So, unless you want to waste your time to update your bot every patch, this might be handy.
oh thx nerrazzuri... sry noob in C stuff...coz i start from delphi then autoit
Image
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: [Request] Keep SSTele Private

Post by Nerrazzuri »

New|Life wrote:
PIEzLOVERS wrote:Does anybody here have the No Char KB Base Aob's ?
I tried GMS v0.94's and none of them worked @.@
No KB base is CharBase, the one used with No Breath.
Another hint. It's a multiple level pointer.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
Post Reply