Official Everybody Edits Forums

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.

#1 2017-02-25 18:12:12

SirJosh3917
Formerly ninjasupeatsninja
From: USA
Joined: 2015-04-05
Posts: 2,095

Auto-Hookjumper

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

Wooted by: (2)

#2 2017-02-25 18:17:53, last edited by Myst (2017-02-25 18:19:02)

Myst
Guest

Re: Auto-Hookjumper

this Auto-Hookjumper is useless, never heard of "skill"?

#3 2017-02-25 18:21:20

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: Auto-Hookjumper

This is the epitome of your creations.


signature.png
*u stinky*

Offline

Wooted by: (4)

#4 2017-02-25 20:04:14

N1KF
Wiki Mod
From: ဪဪဪဪဪ From: ဪဪဪဪဪ From: ဪဪဪဪဪ
Joined: 2015-02-15
Posts: 11,055
Website

Re: Auto-Hookjumper

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.


Everybody Edits is Fred

Offline

Wooted by:

#5 2017-02-25 20:15:52

drunkbnu
Formerly HG
Joined: 2017-08-16
Posts: 2,306

Re: Auto-Hookjumper

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.

Offline

#6 2017-02-25 20:17:09

N1KF
Wiki Mod
From: ဪဪဪဪဪ From: ဪဪဪဪဪ From: ဪဪဪဪဪ
Joined: 2015-02-15
Posts: 11,055
Website

Re: Auto-Hookjumper

HG wrote:
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.


Everybody Edits is Fred

Offline

#7 2017-02-25 20:35:43

Xfrogman43
Member
From: need to find a new home
Joined: 2015-02-15
Posts: 4,174

Re: Auto-Hookjumper

You could always just say nothing at all and leave all of his topics alone


zsbu6Xm.png thanks zoey aaaaaaaaaaaand thanks latif for the avatar

Offline

Wooted by: (4)

#8 2017-02-25 23:47:52

den3107
Member
From: Netherlands
Joined: 2015-04-24
Posts: 1,025

Re: Auto-Hookjumper

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.

Xfrogman43 wrote:

You could always just say nothing at all and leave all of his topics alone

What they said.

Offline

#9 2017-02-26 03:26:07

Tomahawk
Forum Mod
From: UK
Joined: 2015-02-18
Posts: 2,824

Re: Auto-Hookjumper

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

Tomahawk1488075967648881

Board footer

Powered by FluxBB

[ Started around 1711727972.5676 - Generated in 0.038 seconds, 10 queries executed - Memory usage: 1.52 MiB (Peak: 1.68 MiB) ]