Back to Home

Myth of Soma Account Management

By clicking GO to login you are agreeing to the terms and conditions and privacy policy. > Register an Account > Forgot your password?

The Forum

Uks macro

1
Author Content Date
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 :)
PM Reply Quote
[quote="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 :)[/quote]
Just Google for an auto clicker dude. There's millions out there for this sort of thing.
PM Reply Quote
[quote="NOTMAT"]Just Google for an auto clicker dude. There's millions out there for this sort of thing.[/quote]
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]

 

Please sign in with one of your characters to reply

 

1