Need Splash Bot Code

07/06/2009 22:32 LASTHUNTER#1
Can some one gimme the code i can use in c# to make the Auto Splash?
and if you can better get the code that just press "1" every one sec and "2" every 10 sec in the KeyBoard.
i made some one but the program take about 95~98 from the CPU so KalOnline get Freeze till i close the program
07/06/2009 23:30 cheater-.-#2
look sources in forum and build your own one.. splashbot isnt that hard
07/07/2009 02:27 bluepoison638#3
buy second usb keyboard?
07/07/2009 11:04 Doofy#4
void splashThread(void * param)
{
while(splash>0)
{
SendPacket(0x2b,"bd",24,16015120);
Sleep(900);
SendPacket(0x10,"b",24);
Sleep(600);
}
}
07/08/2009 20:38 LASTHUNTER#5
and i make any shourtcuts for the splashy or the mana med?
explain more plz
07/08/2009 22:54 niKe#6
if (strcmp(input,"splash") == 0)
{
splash=1;
}

guess thats what your talking about.
07/09/2009 22:30 Hell Slayer#7
2nd keyboard or g15 scripts ^^
07/11/2009 13:24 LASTHUNTER#8
Thanks niKe...Thanks Sweety ;)...gonna try