Jump to content

Auto Join


BIllyfun4

Recommended Posts

You could always use glovePIE to do this. Here's a script I whipped up special just for you *winks*

if key.space = true

var.loop = true

endif

 

while var.loop = true

wait 5 s

press key.W

wait .5 s

release key.W

wait 5 s

press key.S

wait .5 s

release key.S

wait 5 s

mouse.DirectInputX = mouse.DirectInputX + 100

endif

Hit space to start the script.

Link to comment
Share on other sites

I am using apple script application

*facepalm*

You need to run this inside of a program called glovePIE to make it work.

However, I made the mistake of assuming you were on windows.

It is possible to make glovePIE work on Mac with WINE, but I think that may be a little out of your area of experience.

(It is possible to mess up a Mac by installing WINE wrong)

Link to comment
Share on other sites

Do u know any mod that will work with 1.2.5 Tekkit or something that will Work with Mac? Another quick question what does the code do I have a friend with PC he wanted to know.

You mean this?

if key.space = true

var.loop = true

endif

 

while var.loop = true

wait 5 s

press key.W

wait .5 s

release key.W

wait 5 s

press key.S

wait .5 s

release key.S

wait 5 s

mouse.DirectInputX = mouse.DirectInputX + 100

endif

If you put that into GlovePIE and run it, when you hit the space bar, it will hit W and then S every 10 seconds for half a second each, then move your mouse to the right a bit, then wait another 5, etc.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...