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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...