[Release] Skill Up Tool

07/18/2012 11:17 aDay2Remember#31
I shouldn't help people so just give me thanks if I did
that's all
07/18/2012 11:27 ~>Bl4Ck<~#32
dont work
07/18/2012 13:39 intercsaki#33
Quote:
Originally Posted by ~>Bl4Ck<~ View Post
dont work
Doesn't*.

Then follow lordjaggi's advice: google another one. :)
07/18/2012 16:26 Serenduk#34
Quote:
Originally Posted by ~>Bl4Ck<~ View Post
dont work

right click run as admin
07/20/2012 21:59 aDay2Remember#35
bip
07/21/2012 02:28 2:00 PM#36
I love it, thanks a lot :P
07/21/2012 13:23 Dr.Rangahaitim#37
Better use this one, it's a very advanced program, you can actually "use a hotkey" it clicks up to 1k clicks per second.
Official website.
[Only registered and activated users can see links. Click Here To Register...]
(How to use):
1: Choose a hotkey from the Start/Stop auto clicking.
2: Click assign
3: Put number "0" on all the delay between clicks even the number of clicks for infinity mode
4: Click on start clicking or press the hotkey that you have chosen ingame, press it again to stop clicking.
07/21/2012 19:09 ovidiu#38
you could use a simple autoit script:

Quote:
Global $Paused
HotKeySet ("{F5}","Start")
HotKeySet ("{F6}", "TogglePause")
HotKeySet ("{F7}", "Terminate")
AutoItSetOption ( "MouseClickDelay" , 0 )

While 1
Sleep (50)
WEnd

Func Start()
While 1
MouseClick("left")
WEnd
EndFunc

Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(5000)
ToolTip('Script is "Paused"',0,0)
WEnd
ToolTip("")
EndFunc

Func Terminate()
Exit 0
EndFunc
07/30/2012 07:36 aDay2Remember#39
Quote:
Originally Posted by 2:00 PM View Post
I love it, thanks a lot :P
np
12/11/2012 16:54 aDay2Remember#40
up
12/11/2012 18:02 鳳凰城#41
Quote:
Originally Posted by ovidiu View Post
you could use a simple autoit script:
Or just better script in c#
Code:
private void myControl_KeyPress(object sender, KeyPressEventArgs e)
{
if (e.KeyChar == (textBox1.text)Keys.Insert)
{
  myControl_KeyPress.True
}
else
{
  myControl_Keypress.False
}
}
Where textBox1.text is already designed for mouse clicks.,
12/11/2012 19:57 ScreamHellFire#42
glad to see you're back and will never give up xd
12/12/2012 05:59 aDay2Remember#43
Quote:
Originally Posted by Phoenix 1337 View Post
Or just better script in c#
Code:
private void myControl_KeyPress(object sender, KeyPressEventArgs e)
{
if (e.KeyChar == (textBox1.text)Keys.Insert)
{
  myControl_KeyPress.True
}
else
{
  myControl_Keypress.False
}
}
Where textBox1.text is already designed for mouse clicks.,
oooooooor just use this tool which way is more easier? : o
12/12/2012 06:34 CrazyGirL_ZSZC#44
its not working for me , idk what`s the problem !
12/12/2012 06:49 aDay2Remember#45
Quote:
Originally Posted by CrazyGirL_ZSZC View Post
its not working for me , idk what`s the problem !
run as admin