Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
I made a bot to do hook jumps.
Look: http://upl.sirjosh3917.tk/658d487.mp4
It completes left hook jumps.
Here's the code:
int LEFTHOOK_X = 9;
int LEFTHOOK_Y = 46;
int hooky = 0;
while (true) {
con.Send("m", (LEFTHOOK_X) * 16, (LEFTHOOK_Y + hooky) * 16, 1, 0, 1, 0, -1, 0, 0, false, false, 0);
System.Threading.Thread.Sleep(140);
con.Send("m", ((LEFTHOOK_X - 1) * 16) + 1, (LEFTHOOK_Y + hooky) * 16, -1, 1, -1, 1, -1, -1, -1, true, true, 0);
System.Threading.Thread.Sleep(100);
con.Send("m", ((LEFTHOOK_X - 2) * 16) + 8, ((LEFTHOOK_Y - 4) + hooky) * 16, 1, 1, 1, -1, 1, -1, 0, false, false, 0);
System.Threading.Thread.Sleep(200);
con.Send("m", ((LEFTHOOK_X) * 16), ((LEFTHOOK_Y - 3) + hooky) * 16, 0, 0, 0, 0, 0, 0, 0, false, false, 0);
System.Threading.Thread.Sleep(100);
hooky -= 3;
}
Offline
this Auto-Hookjumper is useless, never heard of "skill"?
This is the epitome of your creations.
*u stinky*
Offline
This is the epitome of your creations.
Why do you have to be so negative all the time? Perhaps it's because I'm an outsider, but this programming community feels kind of snobby.
Offline
XxAtillaxX wrote:This is the epitome of your creations.
Why do you have to be so negative all the time? Perhaps it's because I'm an outsider, but this programming community feels kind of snobby.
His projects are crap, I doubt you ever use them and you just came here to defend him. So I'd probably say yes, because you're an outsider.
Offline
N1KF wrote:XxAtillaxX wrote:This is the epitome of your creations.
Why do you have to be so negative all the time? Perhaps it's because I'm an outsider, but this programming community feels kind of snobby.
His projects are crap, I doubt you ever use them and you just came here to defend him. So I'd probably say yes, because you're an outsider.
Your post is only proving my point.
Offline
You could always just say nothing at all and leave all of his topics alone
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
XxAtillaxX wrote:This is the epitome of your creations.
Why do you have to be so negative all the time? Perhaps it's because I'm an outsider, but this programming community feels kind of snobby.
You could always just say nothing at all and leave all of his topics alone
What they said.
Offline
Yeah but it's not really doing them because it teleports upwards 3 squares every time - it can't fall.
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
Pages: 1
[ Started around 1745255823.2069 - Generated in 0.052 seconds, 12 queries executed - Memory usage: 1.54 MiB (Peak: 1.69 MiB) ]