Jump to content
EN
Play

Forum

Quick ‘n Easy Server Loader (made by werty8763)


 Share

Recommended Posts

If you wanted a really simple, no frills, ahk script that would quickly open your garage without the need for that horrible dialogue box

 

tyKYnka.jpg

 

then you could try this script.

 

Press Alt + F1 to tell it where you garage button is.

Press Pause to quickly open your garage.

 

ahk script

 

 

SplashTextOn,220,100, Garage Opener, `nPress Alt + F1 set Garage Position`n`nPress Pause to Open Garage
Sleep, 3000
SplashTextOff

!f1::
SplashTextOn,240,70, Garage Opener, `nClick on Garage Button when ready
KeyWait, LButton, D
MouseGetPos, xpos, ypos
SplashTextOff
return

Pause::
MouseMove, %xpos%, %ypos%, 0
click
sleep, 333
send, {enter 2}
return

 

 

 

Of course, you can really go to town on these scripts and make something quite cool.

Maybe I have already, maybe I havent! B)

 

Would still love to know if these scripts are against tanki rules.

 

sorry for the double post

Edited by AbsoluteZero

Share this post


Link to post
Share on other sites

Has tanki officially come out and said that garage openers are not considered 3rd party software or are they just referring to hacks, cheats and bots? 

 

 

If you wanted a really simple, no frills, ahk script that would quickly open your garage without the need for that horrible dialogue box

 

tyKYnka.jpg

 

then you could try this script.

 

Press Alt + F1 to tell it where you garage button is.

Press Pause to quickly open your garage.

 

ahk script

 

 

SplashTextOn,220,100, Garage Opener, `nPress Alt + F1 set Garage Position`n`nPress Pause to Open Garage

Sleep, 3000

SplashTextOff

 

!f1::

SplashTextOn,240,70, Garage Opener, `nClick on Garage Button when ready

KeyWait, LButton, D

MouseGetPos, xpos, ypos

SplashTextOff

return

 

Pause::

MouseMove, %xpos%, %ypos%, 0

click

sleep, 333

send, {enter 2}

return

 

 

 

Of course, you can really go to town on these scripts and make something quite cool.

Maybe I have already, maybe I havent! B)

 

Would still love to know if these scripts are against tanki rules.

 

sorry for the double post

Yes master.... :)

I will do as thou sayest... :D

(He is an AHK wizard  :ph34r:)

Share this post


Link to post
Share on other sites

I still need official confirmation...

Doest thou mean a confirmation from the tanki devs that garage openers are not cheats, or doest thou desire a genuinely fake confirmation sheet that thou art a master? :P

Share this post


Link to post
Share on other sites

Has tanki officially come out and said that garage openers are not considered 3rd party software or are they just referring to hacks, cheats and bots? 

Unfortunately, they have not mentioned that. But....when they talk about 3rd party software, I think they are talking only about cheats / bots etc. Since these programs do not fall under that category, I think they should be allowed. But TO has to approve them...

Share this post


Link to post
Share on other sites

Unfortunately, they have not mentioned that. But....when they talk about 3rd party software, I think they are talking only about cheats / bots etc. Since these programs do not fall under that category, I think they should be allowed. But TO has to approve them...

Meh, if they were forbidden, we'd be banned already..... :lol:

Share this post


Link to post
Share on other sites

I'm thinking about making a new script that cleans the browser cache or something like that to speed up tanki loading.... ;)

Do you guys think it's a good idea? :)

Share this post


Link to post
Share on other sites

If you are hacking or changing the game, boy, count me in!

I would like to make some changes

<_< what were you thinking?? :huh:

Hacking can ban you FOREVER..... <_<

Share this post


Link to post
Share on other sites

Meh, if they were forbidden, we'd be banned already..... :lol:

xD

 

I'm thinking about making a new script that cleans the browser cache or something like that to speed up tanki loading.... 

Sounds cool!

Share this post


Link to post
Share on other sites

I'm thinking about making a new script that cleans the browser cache or something like that to speed up tanki loading.... ;)

Do you guys think it's a good idea? :)

Visiting fixit.tankionline.com does the exact same thing.

Share this post


Link to post
Share on other sites

Visiting fixit.tankionline.com does the exact same thing.

Actually, all that does is make a new, clean "cache space" without any cache in it...

The reason is that the domain name makes the computer think that you have never visited that site before....

You can use anything; you can do this: http://whateveryouwanttotypehere.tankionline.com :lol:

That does that same... ;)

Share this post


Link to post
Share on other sites

But actually, if you cache every battle map in tankionline, then all the battle will load faster because all the maps have been already cached in the computer; it doesn't have to download the whole page again..... :)

I cached pretty much every battle map, and I can load maps like madness and dusselorf in 3 seconds.... :D

That amazing speed is also due to the fact that slimjet is sooooo fast.... ;)

Share this post


Link to post
Share on other sites

if you want to clean your system, get ccleaner from piriform. It's free and has like a gazillion users to testify to its cleaning capabilities. No need for a script.

I have it already.... :D

And it's a cracked professional version..... :D

Share this post


Link to post
Share on other sites

Does no one have any new ideas for some useful scripts? <_<

My mind is blank.... :lol:

yep, write out a script that works out the value of your garage including micro upgrades.

That should keep you busy for a week or three.

  • Like 1

Share this post


Link to post
Share on other sites

yep, write out a script that works out the value of your garage including micro upgrades.

That should keep you busy for a week or three.

:o Man, that will keep me busy for a year, not a week!! <_<

And besides, already made a full garage calculator...... -_-

 

Yes,, transfer to the MacBook, is what I said before it was DELETED!

As I said before, AHK doesn't work on Mac, so there is nothing I can do..... -_-

Sorry.... :(

(solution: get a windows 7 or 8 or maybe even a 10) ;)

Edited by werty8763

Share this post


Link to post
Share on other sites

This topic is now closed to further replies.
 Share

×
×
  • Create New...