AutoIt Klicker Sourcecode

08/21/2012 20:52 Cleru#1
Hi guys. Since you give out so many cracks I wanted to give a small thing back.
This is a source code for a small AutoIt klicker for the TH-Hack if you lack a klicker. Simply hover your mouse over the "reset TH-Steak" button and press # and see the magic. It has no sanity check so watch out you dont overdo it (it continues klicking till you stop/kill it).
Usage: Escape kills the Script, # Pauses it again if needed.

Edit: Since some ask for an easy to use version: [Only registered and activated users can see links. Click Here To Register...] contains a .exe with the same source i posted here. Again feel free to comment, but watch your manners a bit.

Editor and interpreter for the code can be found at [Only registered and activated users can see links. Click Here To Register...]

Quote:
; Press Esc to terminate script, # to "pause"

Global $Paused
HotKeySet("{#}", "TogglePause")
HotKeySet("{ESC}", "Terminate")
Send ( "{#}")

;;;; Body of program ;;;;
While 1
MouseClick("left")
Sleep(200)
Send ( "{ENTER}")
Sleep(1625)
WEnd
;;;;;;;;

Func TogglePause()
$Paused = Not $Paused

While $Paused
Sleep(100)
ToolTip('"Paused"', 0, 0)
WEnd

ToolTip("")

EndFunc ;==>TogglePause


Func Terminate()
Exit 0
EndFunc ;==>Terminate
Feel free to edit, share and thank. :D

Small analysis:
The klicker sometimes has "hickups" if the information isnt sent fast enough. If that happens to you simply increase the 2nd wait value in the Body of programm.

The delays are 1,625 and 0,2 seconds so it does 1 click every 1,825 seconds. This gives you roughly 32-33 TH days per minute. Dont know if lower delays work, but this gives a basis version. Also please post comments below so it may be bumped from time to time so others get the chance to see the code. ^.-



TL;DR: Get the exe or compile it yourself via link above.
08/22/2012 00:18 burnwell88#2
just USE CHEAT ENGINE AND SPEED HACK :P ... 300 days in 15 min ;)... modifie game speed 20x and bot or cliker speed to 10x and add 2000days
08/22/2012 01:10 Cleru#3
Quote:
Originally Posted by burnwell88 View Post
just USE CHEAT ENGINE AND SPEED HACK :P ... 300 days in 15 min ;)... modifie game speed 20x and bot or cliker speed to 10x and add 2000days
Well mine does 300days in under 10 minutes... not 15 :P But hey, use your "Speedhack" + make the delays very low and voila, you can even customize it to make it as efficient as possible! :D

Thats why i posted the source, not the exe ^^
08/22/2012 14:39 TecnoMasterEquipos#4
someone can decri programming language that runs this program and how do I use it?
08/22/2012 18:07 Cleru#5
Quote:
Originally Posted by Velocirupture View Post
well.. before you can learn how to use it, you better learn some manner
As he said... i assumed linking to the website containing the script language i used that supplies an installer and a documentation ( just need to tell some people :rtfm: ) isn't asked too much of anyone who does NOT study Information Technology... oh well guess some people simply dont wanna learn new stuff...

[Only registered and activated users can see links. Click Here To Register...]

Uploaded on Dropbox. And yes, that IS possible. :3
But thanks for your help Velocirupture. ^^

Quote:
Originally Posted by TecnoMasterEquipos View Post
someone can decri programming language that runs this program and how do I use it?
saw the link in my first post? [Only registered and activated users can see links. Click Here To Register...] has the Editor i used + an interpreter to launch the script, or you look at the exe i just released :P
08/22/2012 20:59 s7r1k3#6
COULD SOMEONE TELL ME HOW TO USE IT ON NFSW ??
08/22/2012 21:07 Cleru#7
Quote:
Originally Posted by s7r1k3 View Post
COULD SOMEONE TELL ME HOW TO USE IT ON NFSW ??
Did you read my Post?

Either get the script programm, edit and run it or get the exe both work as described in my 1st post.