BIllyfun4 Posted August 1, 2013 Posted August 1, 2013 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.
Valkon Posted August 1, 2013 Posted August 1, 2013 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?
BIllyfun4 Posted August 1, 2013 Author Posted August 1, 2013 No there is a promotion for how long you play
TheBytemaster Posted August 1, 2013 Posted August 1, 2013 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.
dwwojcik Posted August 1, 2013 Posted August 1, 2013 promotion for how long you play That's messed up.
TheBytemaster Posted August 1, 2013 Posted August 1, 2013 That's messed up. Exactly why I helped him.
_Mataroyale_Modpacker_ Posted August 2, 2013 Posted August 2, 2013 Exactly why I helped him. That's messed up.
BIllyfun4 Posted August 5, 2013 Author Posted August 5, 2013 Thanks I need to be able to use a collector so... but the for it again i am testing now
BIllyfun4 Posted August 5, 2013 Author Posted August 5, 2013 I tested it but it didnt work syntax error but holding the w and s key wont help
TheBytemaster Posted August 5, 2013 Posted August 5, 2013 Syntax error? Are you using glovePIE for this or did you just type this into command prompt?
TheBytemaster Posted August 5, 2013 Posted August 5, 2013 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)
BIllyfun4 Posted August 5, 2013 Author Posted August 5, 2013 ok well is there any way U can find 1 for mac? P.SI am not running bootcamp
BIllyfun4 Posted August 5, 2013 Author Posted August 5, 2013 Or can u get me a link to glovePIE download?
TheBytemaster Posted August 5, 2013 Posted August 5, 2013 Or can u get me a link to glovePIE download? GlovePIE is mainly for windows. You'd have to install a whole bunch of other stuff to make it work.
BIllyfun4 Posted August 6, 2013 Author Posted August 6, 2013 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.
TheBytemaster Posted August 6, 2013 Posted August 6, 2013 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.
BIllyfun4 Posted August 6, 2013 Author Posted August 6, 2013 I just want a mod for tekkit 1.2.5 that will auto join a server!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now