Jump to content

Recommended Posts

Posted

is there any way to autojoin a tekkit after restart i have an afk machine but every hour i have to re log. i have auto click but it stays in place so it will quit game. If it helps I have mac.

Posted

Why do you need an AFK machine for Tekkit? The only reason that comes to mind is keeping chunks loaded for machines, but wouldn't it be easier just to use a chunk loading block?

Posted

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.

Posted

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)

Posted

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.

Posted

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.

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...