im bored and a lot of ppl asked for this , so ...
also if u are a cjb and want to buff any1 fast:
u can paste it in zerotens source ... have to change some things if u want to put it into bloodx source
Also u can write a bot if some1 pm u that u can answer with a random answer, but thats ur work ^^
PHP Code:
void SplashBot()
{
while(true)
{
int x = 0;
for(x;x<4;x++) // 4 Splashs
{
SendDetour(0x2b,"bd",24,6472716); // Casting
Sleep(1500);
SendDetour(0x10,"b",24); // Execute
Sleep(1000);
}
SendDetour(0x21,"d",mana_med_id(the unique)); // to pot mana
Sleep(200);
}
}
PHP Code:
if (strcmp ( command , "splash" ) == 0) // starts the bot
{
SplashBot();
}
PHP Code:
if (strcmp ( command , "pid" ) == 0)
{
scanf("%d%*c",&mypid); // mypid = the id of the player u want to buff
}
PHP Code:
if (strcmp ( command , "buffs" ) == 0)
{
SendDetour(0x10,"bbd",51,0,mypid); // yeah, all buffs here
SendDetour(0x10,"bbd",39,0,mypid);
SendDetour(0x10,"bbd",50,0,mypid);
SendDetour(0x10,"bbd",52,0,mypid);
SendDetour(0x10,"bbd",53,0,mypid);
SendDetour(0x10,"bbd",49,0,mypid);
}
Also u can write a bot if some1 pm u that u can answer with a random answer, but thats ur work ^^