Author | Content | Date |
---|---|---|
BRAVE |
Anyone knows where i can find this clicker macro?
Getting irritated now with crafting and selling it to npc, maybe this macro can ease this process a bit so i just have to move left and right to sell my shoes :) |
#1 2015/02/09 09:57:25 |
NOTMAT |
Just Google for an auto clicker dude. There's millions out there for this sort of thing.
|
#2 2015/02/09 11:15:31 |
BRADC |
Should work without runtimes but be sure to install x86 and x64 (if windows 64bit) to eliminate random crashing etc as much as possible, especially when using for crafting I find it helped
http://www.microsoft.com/en-gb/download/details.aspx?id=5555 - x86 2010 http://www.microsoft.com/en-gb/download/details.aspx?id=14632 -x64 2010 Runtime 2013 http://www.microsoft.com/en-gb/download/details.aspx?id=40784 http://www.microsoft.com/en-gb/download/details.aspx?id=29 - x86 2008 http://www.microsoft.com/en-gb/download/details.aspx?id=15336 -x64 2008 I've been Brad Cole SpoilerShow WindowName = EnterGameWindowName ; type the game window name here WinGet, GameID, ID, %WindowName% ; Get ID of window, set to variable called GameID Loop ; Start loop { while WinActive("ahk_id " GameID) ; check if the GameID window is active, if active continue, if not then go back to previous loop { SendInput, {click} ; If GameID window is active, send mouse left click Sleep 1000 ; wait for 1sec } Sleep, 1000 ; if GameID window is NOT active, wait 1sec to recheck } F9::Pause ; Hotkey F9 to Pause script F10::ExitApp ; Hotkey F10 to Exit Script entirly
PM
Reply
Quote
[quote="BRADC"]Should work without runtimes but be sure to install x86 and x64 (if windows 64bit) to eliminate random crashing etc as much as possible, especially when using for crafting I find it helped
http://www.microsoft.com/en-gb/download/details.aspx?id=5555 - x86 2010
http://www.microsoft.com/en-gb/download/details.aspx?id=14632 -x64 2010
Runtime 2013
http://www.microsoft.com/en-gb/download/details.aspx?id=40784
http://www.microsoft.com/en-gb/download/details.aspx?id=29 - x86 2008
http://www.microsoft.com/en-gb/download/details.aspx?id=15336 -x64 2008
I've been Brad Cole
[spoiler]WindowName = EnterGameWindowName ; type the game window name here
WinGet, GameID, ID, %WindowName% ; Get ID of window, set to variable called GameID
Loop ; Start loop
{
while WinActive("ahk_id " GameID) ; check if the GameID window is active, if active continue, if not then go back to previous loop
{
SendInput, {click} ; If GameID window is active, send mouse left click
Sleep 1000 ; wait for 1sec
}
Sleep, 1000 ; if GameID window is NOT active, wait 1sec to recheck
}
F9::Pause ; Hotkey F9 to Pause script
F10::ExitApp ; Hotkey F10 to Exit Script entirly[/spoiler][/quote]
|
#3 2015/02/09 13:41:05 |
Please sign in with one of your characters to reply