1. Download pk2 with autotarget and replace the old one
( credits to lolkop )

2. Download new sro_client.exe and replace the old one
It does maximum auto target range
( credits to lolkop )

3. Start Silkroad and set your skill bar like this
If you want to have pick-up function put this into skillbar
Use this autopotion:

4. Download keypresser, this will press the keys even silkroad is minimized
( 1, 2, 3, 4, 5, 6 )

F6 Start
F7 Pause
F8 Close
If you want more keys, just say and I will compile new one for you.
Code:
Here is the source code.
Global $Paused
HotKeySet("{F7}", "Pause")
HotKeySet("{F8}", "Close")
HotKeySet("{F6}", "Start")
While 1
Sleep(100)
WEnd
Func Pause()
$Paused = NOT $Paused
While $Paused
sleep(100)
WEnd
EndFunc
Func Close()
Exit 0
EndFunc
Func Start()
While 1
ControlSend("SRO_Client", "", "", "{1}")
Sleep(300)
ControlSend("SRO_Client", "", "", "{2}")
Sleep(300)
ControlSend("SRO_Client", "", "", "{3}")
Sleep(300)
ControlSend("SRO_Client", "", "", "{4}")
Sleep(300)
ControlSend("SRO_Client", "", "", "{5}")
Sleep(300)
ControlSend("SRO_Client", "", "", "{6}")
Sleep(300)
Wend
EndFunc
If you like it press Thanks!Quote:
Alternative keypresser
Download keypress and config like the pictures
![]()
![]()
And finnaly press start
If you have DLL error, install the libary files![]()
How to minimze your sro ( If you don't know )
Sorry for the language.






