Page 6 of 7

Re: [Request] Keep SSTele Private

Posted: Tue Jan 18, 2011 4:20 pm
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;
}

Re: [Request] Keep SSTele Private

Posted: Tue Jan 18, 2011 4:32 pm
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?

Re: [Request] Keep SSTele Private

Posted: Tue Jan 18, 2011 5:10 pm
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)

Re: [Request] Keep SSTele Private

Posted: Tue Jan 18, 2011 5:17 pm
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......

Re: [Request] Keep SSTele Private

Posted: Tue Jan 18, 2011 5:31 pm
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

Re: [Request] Keep SSTele Private

Posted: Tue Jan 18, 2011 9:53 pm
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.

Re: [Request] Keep SSTele Private

Posted: Wed Jan 19, 2011 11:41 am
by PIEzLOVERS
Does anybody here have the No Char KB Base Aob's ?
I tried GMS v0.94's and none of them worked @.@

Re: [Request] Keep SSTele Private

Posted: Wed Jan 19, 2011 12:59 pm
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.

Re: [Request] Keep SSTele Private

Posted: Wed Jan 19, 2011 4:44 pm
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

Re: [Request] Keep SSTele Private

Posted: Wed Jan 19, 2011 6:27 pm
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.