nah
it wont work with lvl 50-
but i typed comma in my sender
and im still vaga
Originally Posted by Power_Stunner
First fo allI wanna say hi .
I'm not here to beg for hack just to ask for a little hint.
For comma packet I got:
if (strcmp(input,"comma") ==0)
{
SendDetour(0x33,"d",CommanderID);
}
or:
if (strcmp(input,"comma") ==0)
{
SendDetour(0x33,"d",596312067);
}
or:
if (strcmp(input,"comma") ==0)
{
SendDetour(0x33,"b",596312067);
}
I sniffed and made bymyself.
can u just guide me, cuz it dont work
build fine but in game nothing
im noob
Posted by Mahatma:
if (strcmp(input,"comma") ==0)
{
SendDetour(0x33,"d",596312067);
}
this one is correct...if it doesn'T work just add a printf like this:
if (strcmp(input,"comma") ==0)
{
SendDetour(0x33,"d",596312067);
printf("Sent comma packet!");
}
then u can check if the packet get send...
if there is in your cmd box "Sent comma packet!" after u typed in comma, everything should be okay and u should be a commander now (or better say 2-jobhacker)^^
if it doesn'T work there are 2 possibilitys:
- the char u wanted to make 2-jobs isn't a vaga
or - it's fixed on your server (probably not)
btw could also not work if u are under lvl 50
Thanks alot mahatma for help