[Release]auto-f5 script

05/05/2014 14:22 trolleras9#1
hi all.
a new problem occured with my scar glitter bots. after getting sunk, even though bot cliked repair, seamap seem unresponsive, pathetic.
so i made i very, very simple script(5 lines:D, im not a programmer) to press f5 every 10mins(of course you can change the value).
i hope many of you find this helpful and interesting.
INSTRUCTIONS
after installing autohotkey the script will open by double clicking it.
when you open it nothing happens, but after 10mins it will refresh your page.
of course seachart must be your first window
Tested with arkybot 1.4 and rshinybot 1.5

here you are!

virustotal----> [Only registered and activated users can see links. Click Here To Register...]
P.S for some reason jiangmin reads it as virus, so if you dont trust dont download, very simple, like this script!
05/06/2014 00:56 sm838#2
does it work with virtual machine? i have a script (it does not work with fiddler) but because the stupid button of bigpoint does not work every time it does not reconnect sometimes, which brings me to the next question: does it work without fiddler?
05/06/2014 02:57 seafightzenatti#3
where do I edit the time? I can not make it work and the '10 minutes is very
05/06/2014 09:25 xcool3000#4
No need, chrome, and most off all browsers have addons for that, but thank you for sharing.
05/06/2014 12:56 trolleras9#5
Quote:
Originally Posted by xcool3000 View Post
No need, chrome, and most off all browsers have addons for that, but thank you for sharing.
well, browser's addons, at least what i found was only able to refresh seafight start page, in seachart it didnt have any effect.

yes it works without fiddler too and in virtual machine.

you can edit the time by opening the autohotkey script right click in taskbar at the green letter H, choose edit script, change the number in it(it is in ms) then save it close the program restart it and voila.

i just wanted to share my solution, i didnt want thanks or something, just to clear it out.
05/06/2014 14:10 xcool3000#6
Quote:
Originally Posted by trolleras9 View Post
well, browser's addons, at least what i found was only able to refresh seafight start page, in seachart it didnt have any effect.
copy the link in the window (someting like [Only registered and activated users can see links. Click Here To Register...], the int9 is the server so it changes) to a new tab, not window.
05/08/2014 01:46 luddie#7
Just learn some scar divi and you can do it all by yourself, without downloading suspicious programs.
If you get a little bit better you can even fix the script yourself.
Scar code for this would be for example.

Quote:
Repeat
wait(600000);
KeyDown(116)
wait(50);
KeyUp(116);
until false;