|
You last visited: Today at 05:49
Advertisement
[SWSRO][ZSZC]Loader/Bot/Autopot/Silkmod
Discussion on [SWSRO][ZSZC]Loader/Bot/Autopot/Silkmod within the SRO PServer Guides & Releases forum part of the SRO Private Server category.
10/01/2009, 17:13
|
#406
|
elite*gold: 0
Join Date: Aug 2009
Posts: 206
Received Thanks: 71
|
if think you need to make atleast one skill in buff section
|
|
|
10/01/2009, 18:18
|
#407
|
elite*gold: 0
Join Date: Dec 2008
Posts: 26
Received Thanks: 1
|
i dont think so cuz i cant event put skills when i choose the char the error appears and the bot closes :S
|
|
|
10/01/2009, 18:53
|
#408
|
elite*gold: 0
Join Date: Feb 2009
Posts: 49
Received Thanks: 9
|
guys, if you have line -1 error, just delete the .ini file (the one with your character name) you'll have to put the skills to the bot again but beter than nothing.
|
|
|
10/02/2009, 14:07
|
#409
|
elite*gold: 0
Join Date: Aug 2009
Posts: 206
Received Thanks: 71
|
if you are unable to open the bot delete the config data of you character, its named like your character
i've got skills in both lists and its working fine for me..
|
|
|
10/03/2009, 12:43
|
#410
|
elite*gold: 0
Join Date: Dec 2008
Posts: 136
Received Thanks: 0
|
from where i can dwld AUTO-SELECT to patch my pk2???   : /????
|
|
|
10/04/2009, 22:04
|
#411
|
elite*gold: 0
Join Date: Mar 2009
Posts: 35
Received Thanks: 1
|
Quote:
Originally Posted by arbel100
Is there any way that the bot could target the mobs by himself and I could go and do my homework? :P
|
yes u jsut use the auto select on ur attack side
|
|
|
10/05/2009, 01:11
|
#412
|
elite*gold: 0
Join Date: Aug 2009
Posts: 74
Received Thanks: 15
|
lolkop can u help me, i had the media pk 2 with autoselect, then downloaded the new media pk on ecsro site for 10d stall network, now i have no autoselect and cant find the new media pk 2 download, can u send me link or something please quick, i <3 what u have done man
|
|
|
10/05/2009, 01:58
|
#413
|
elite*gold: 280
Join Date: May 2007
Posts: 2,818
Received Thanks: 3,483
|
use the autoselect patch
|
|
|
10/05/2009, 02:29
|
#414
|
elite*gold: 0
Join Date: Aug 2009
Posts: 74
Received Thanks: 15
|
wheres the patch at?
|
|
|
10/05/2009, 02:47
|
#415
|
elite*gold: 280
Join Date: May 2007
Posts: 2,818
Received Thanks: 3,483
|
in my loader thread
|
|
|
10/05/2009, 23:16
|
#416
|
elite*gold: 0
Join Date: Jun 2009
Posts: 2,085
Received Thanks: 1,669
|
you can add a function in which not attack the protector??
or is imposible ?
sorry for my bad eng
|
|
|
10/05/2009, 23:32
|
#417
|
elite*gold: 280
Join Date: May 2007
Posts: 2,818
Received Thanks: 3,483
|
Quote:
Originally Posted by Darkness™
you can add a function in which not attack the protector??
or is imposible ?
sorry for my bad eng
|
impossible is nothing but i'm not able to do that :/
sry dude
you had to rewrite the autoselect function in the client
|
|
|
10/05/2009, 23:43
|
#418
|
elite*gold: 0
Join Date: Oct 2009
Posts: 9
Received Thanks: 6
|
or try new GoBot for the current ecsro version
download: 
pw for archive: botftw
more infos in README.txt
|
|
|
10/06/2009, 00:05
|
#419
|
elite*gold: 280
Join Date: May 2007
Posts: 2,818
Received Thanks: 3,483
|
Quote:
Originally Posted by Fa$tAsICan
or try new GoBot for the current ecsro version
download: 
pw for archive: botftw
more infos in README.txt
|
first of all if you wanna publish a tool go and create your own thread
2nd: the file is totaly oversized... i realy do not trust this!
there is an autoit script behind this *.exe file but even if you compile it unpacked you get a 500kb file
his exe is 800+kb and he have added a non used GFXFileManager.dll
this is the code of the file:
Code:
Opt("WinWaitDelay", 100)
Opt("WinTitleMatchMode", 4)
Opt("WinDetectHiddenText", 1)
Opt("MouseCoordMode", 0)
HotKeySet("{DEL}", "Terminate")
HotKeySet("{PGUP}", "selectmob")
HotKeySet("{PGDN}", "pause")
$1 = IniRead("Data.ini", "Radios", "AR1", 1)
$2 = IniRead("Data.ini", "Radios", "AR2", 4)
$3 = IniRead("Data.ini", "Radios", "AR#", 4)
$4 = IniRead("Data.ini", "Radios", "UB1", 1)
$5 = IniRead("Data.ini", "Radios", "UB2", 4)
$6 = IniRead("Data.ini", "Radios", "UB3", 4)
$7 = IniRead("Data.ini", "Radios", "GL1", 1)
$8 = IniRead("Data.ini", "Radios", "GL2", 4)
$9 = IniRead("Data.ini", "Radios", "GL3", 4)
$10 = IniRead("Data.ini", "Radios", "GL4", 4)
#Region ### START Koda GUI section ### Form=C:\Documents and Settings\Husain\Desktop\Chibot\Form1.kxf
$FORM1 = GUICreate("Chibot v0.3", 243, 282, 193, 124)
$BUTTON1 = GUICtrlCreateButton("Start [PGUP]", 75, 240, 91, 33)
$BUTTON2 = GUICtrlCreateButton("Close [DEL]", 75, 240, 91, 33)
$GROUP1 = GUICtrlCreateGroup("Auto-Rise each level", 8, 8, 121, 97)
$RADIO1 = GUICtrlCreateRadio("STR", 16, 32, 41, 17)
$RADIO2 = GUICtrlCreateRadio("INT", 16, 56, 57, 17)
$RADIO3 = GUICtrlCreateRadio("Rise none", 16, 80, 113, 17)
$GROUP4 = GUICtrlCreateGroup("Use Berserk", 136, 8, 97, 97)
$RADIO4 = GUICtrlCreateRadio("When full", 144, 32, 73, 17)
$RADIO5 = GUICtrlCreateRadio("On giant only", 144, 56, 113, 17)
$RADIO6 = GUICtrlCreateRadio("Never", 144, 80, 113, 17)
$GROUP3 = GUICtrlCreateGroup("Item grab", 8, 112, 225, 121)
$RADIO7 = GUICtrlCreateRadio("All items", 16, 136, 113, 17)
$RADIO8 = GUICtrlCreateRadio("All items except Arrows", 16, 160, 137, 17)
$RADIO9 = GUICtrlCreateRadio("All items except Arrows + Alchemy", 16, 184, 185, 17)
$RADIO10 = GUICtrlCreateRadio("Take nothing", 16, 208, 145, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
GUICtrlSetState($BUTTON2, $GUI_HIDE)
GUICtrlSetState($RADIO1, $1)
GUICtrlSetState($RADIO2, $2)
GUICtrlSetState($RADIO3, $3)
GUICtrlSetState($RADIO4, $4)
GUICtrlSetState($RADIO5, $5)
GUICtrlSetState($RADIO6, $6)
GUICtrlSetState($RADIO7, $7)
GUICtrlSetState($RADIO8, $8)
GUICtrlSetState($RADIO9, $9)
GUICtrlSetState($RADIO10, $10)
While 1
$NMSG = GUIGetMsg()
Switch $NMSG
Case $GUI_EVENT_CLOSE
$D1 = GUICtrlRead($RADIO1)
$D2 = GUICtrlRead($RADIO2)
$D3 = GUICtrlRead($RADIO3)
$D4 = GUICtrlRead($RADIO4)
$D5 = GUICtrlRead($RADIO5)
$D6 = GUICtrlRead($RADIO6)
$D7 = GUICtrlRead($RADIO7)
$D8 = GUICtrlRead($RADIO8)
$D9 = GUICtrlRead($RADIO9)
$D10 = GUICtrlRead($RADIO10)
IniWrite("Data.ini", "Radios", "AR1", $D1)
IniWrite("Data.ini", "Radios", "AR2", $D2)
IniWrite("Data.ini", "Radios", "AR3", $D3)
IniWrite("Data.ini", "Radios", "UB1", $D4)
IniWrite("Data.ini", "Radios", "UB2", $D5)
IniWrite("Data.ini", "Radios", "UB3", $D6)
IniWrite("Data.ini", "Radios", "GL1", $D7)
IniWrite("Data.ini", "Radios", "GL2", $D8)
IniWrite("Data.ini", "Radios", "GL3", $D9)
IniWrite("Data.ini", "Radios", "GL4", $D10)
Exit 0
Case $BUTTON1
GUICtrlSetState($BUTTON1, $GUI_HIDE)
GUICtrlSetState($BUTTON2, $GUI_SHOW)
If WinExists("SRO_Client") = 0 Then
ToolTip(" Waiting for EcSro to be launched")
Else
EndIf
WinWait("SRO_Client", "")
If Not WinActive("SRO_Client", "") Then WinActivate("SRO_Client", "")
WinWaitActive("SRO_Client", "")
WinWaitActive("SRO_Client", "")
SELECTMOB()
EndSwitch
WEnd
Func SELECTMOB()
$COORD = PixelSearch(437, 46, 500, 46, 16724273)
If Not @error Then
Call("CHECKMP")
Else
Call("RUNAROUND")
EndIf
EndFunc
Func RUNAROUND()
Send("1")
Send("{UP down}")
Send("{RIGHT}")
Send("1")
Send("{RIGHT down}")
Sleep(20)
Send("{RIGHT up}")
Sleep(100)
Send("1")
Send("{RIGHT}")
Send("1")
Send("{RIGHT}")
Call("CHECKLVLUP")
EndFunc
Func CHECKMP()
$COORD = PixelSearch(140, 54, 140, 54, 5204686)
If Not @error Then
Call("CHECKHP")
Else
Call("CHECKHP")
EndIf
EndFunc
Func CHECKHP()
$COORD = PixelSearch(143, 38, 143, 38, 16727121)
If Not @error Then
Call("CHECKBUFF")
Else
Call("CHECKBUFF")
EndIf
EndFunc
Func CHECKBUFF()
$COORD = PixelSearch(620, 730, 620, 730, 0)
If Not @error Then
If BitAND(GUICtrlRead($RADIO8), $GUI_CHECKED) = $GUI_CHECKED Or BitAND(GUICtrlRead($RADIO9), $GUI_CHECKED) = $GUI_CHECKED Then
Call("checkarrows")
EndIf
Else
Call("checkbuff2")
EndIf
EndFunc
Func CHECKBUFF2()
$COORD = PixelSearch(218, 31, 218, 31, 52991)
If Not @error Then
Call("FightMob")
Else
Send("7")
Sleep(2000)
Send("6")
Sleep(2000)
If BitAND(GUICtrlRead($RADIO5), $GUI_CHECKED) = $GUI_CHECKED Then
Call("checkgiant")
EndIf
Call("FightMob")
EndIf
EndFunc
Func CHECKARROWS()
Send("i")
Sleep(200)
$PIXELSEARCH = PixelSearch(620, 340, 764, 624, 10878786)
If Not @error Then
MouseClick("Left", $PIXELSEARCH[0], $PIXELSEARCH[1])
Sleep(1000)
MouseMove(532, 350)
Sleep(1000)
MouseDown("left")
MouseUp("left")
Sleep(1000)
MouseMove(460, 450)
Sleep(1000)
MouseDown("left")
MouseUp("left")
Sleep(500)
EndIf
Send("i")
Call("Checkalchemyitems")
If BitAND(GUICtrlRead($RADIO9), $GUI_CHECKED) = $GUI_CHECKED Then
Send("i")
Call("checkalchemyitems")
EndIf
If BitAND(GUICtrlRead($RADIO7), $GUI_CHECKED) = $GUI_CHECKED Then
Send("i")
Call("runaround")
EndIf
EndFunc
Func CHECKALCHEMYITEMS()
If BitAND(GUICtrlRead($RADIO9), $GUI_CHECKED) = $GUI_CHECKED Then
Send("i")
Sleep(200)
$PIXELSEARCH = PixelSearch(624, 341, 743, 594, 4872827)
If Not @error Then
MouseClick("Left", $PIXELSEARCH[0], $PIXELSEARCH[1])
Sleep(1000)
MouseMove(532, 350)
Sleep(1000)
MouseDown("left")
MouseUp("left")
Sleep(1000)
MouseMove(460, 450)
Sleep(1000)
MouseDown("left")
MouseUp("left")
Sleep(600)
EndIf
$PIXELSEARCH = PixelSearch(624, 341, 743, 594, 4872827)
If Not @error Then
MouseClick("Left", $PIXELSEARCH[0], $PIXELSEARCH[1])
Sleep(1000)
MouseMove(532, 350)
Sleep(1000)
MouseDown("left")
MouseUp("left")
Sleep(1000)
MouseMove(460, 450)
Sleep(1000)
MouseDown("left")
MouseUp("left")
Sleep(600)
$PIXELSEARCH = PixelSearch(624, 341, 743, 594, 4872827)
If Not @error Then
MouseClick("Left", $PIXELSEARCH[0], $PIXELSEARCH[1])
Sleep(1000)
MouseMove(532, 350)
Sleep(1000)
MouseDown("left")
MouseUp("left")
Sleep(1000)
MouseMove(460, 450)
Sleep(1000)
MouseDown("left")
MouseUp("left")
Sleep(600)
EndIf
EndIf
Send("i")
Call("RUNAROUND")
EndIf
Call("RUNAROUND")
EndFunc
Func TERMINATE()
Exit 0
EndFunc
Func FIGHTMOB()
Send("{UP up}")
$COORD = PixelSearch(512, 730, 512, 730, 0)
If Not @error Then
Sleep(0)
Else
Send("4")
Sleep(1000)
EndIf
Send("{2 down}")
Sleep(800)
Send("{2 up}")
Send("3")
Send("2")
Send("3")
If BitAND(GUICtrlRead($RADIO4), $GUI_CHECKED) = $GUI_CHECKED Then
Call("activateberserk")
EndIf
Sleep(5800)
$COORD = PixelSearch(437, 44, 440, 47, 16724273, 20)
If Not @error Then
Send("3")
Send("3")
Send("3")
Sleep(1000)
$COORD = PixelSearch(437, 44, 440, 47, 16724273, 20)
If Not @error Then
Call("pickup")
Else
Sleep(1000)
EndIf
$COORD = PixelSearch(437, 44, 440, 47, 16724273, 20)
If Not @error Then
Call("pickup")
Else
Sleep(1000)
EndIf
$COORD = PixelSearch(437, 44, 440, 47, 16724273, 20)
If Not @error Then
Call("pickup")
Else
Sleep(1000)
EndIf
$COORD = PixelSearch(437, 44, 440, 47, 16724273, 20)
If Not @error Then
Call("pickup")
Else
Sleep(0)
EndIf
Else
Call("pickup")
EndIf
EndFunc
Func PICKUP()
If BitAND(GUICtrlRead($RADIO9), $GUI_CHECKED) = $GUI_CHECKED Or BitAND(GUICtrlRead($RADIO8), $GUI_CHECKED) = $GUI_CHECKED Or BitAND(GUICtrlRead($RADIO7), $GUI_CHECKED) = $GUI_CHECKED Then
Sleep(1000)
Send("g")
Sleep(1000)
Send("g")
Sleep(1000)
Send("g")
Sleep(1000)
Send("g")
Sleep(1000)
Send("g")
Call("checkarrows")
EndIf
If BitAND(GUICtrlRead($RADIO10), $GUI_CHECKED) = $GUI_CHECKED Then
Call("runaround")
EndIf
EndFunc
Func CHECKLVLUP()
$COORD = PixelSearch(162, 18, 162, 18, 16770700)
If Not @error Then
Call("INT_STR_INCREASE")
Else
Call("SELECTMOB")
EndIf
EndFunc
Func INT_STR_INCREASE()
If BitAND(GUICtrlRead($RADIO1), $GUI_CHECKED) = $GUI_CHECKED Then
Send("c")
MouseMove(677, 425)
Sleep(1000)
MouseDown("left")
MouseUp("left")
Sleep(1000)
MouseDown("left")
MouseUp("left")
Sleep(1000)
MouseDown("left")
MouseUp("left")
Sleep(1000)
Send("c")
Call("INCREASESKILL")
EndIf
If BitAND(GUICtrlRead($RADIO2), $GUI_CHECKED) = $GUI_CHECKED Then
Send("c")
MouseMove(677, 454)
Sleep(1000)
MouseDown("left")
MouseUp("left")
Sleep(1000)
MouseDown("left")
MouseUp("left")
Sleep(1000)
MouseDown("left")
MouseUp("left")
Sleep(1000)
Send("c")
Call("INCREASESKILL")
EndIf
If BitAND(GUICtrlRead($RADIO3), $GUI_CHECKED) = $GUI_CHECKED Then
Call("INCREASESKILL")
EndIf
EndFunc
Func INCREASESKILL()
If BitAND(GUICtrlRead($RADIO3), $GUI_CHECKED) = $GUI_CHECKED Then
Call("SELECTMOB")
Else
Send("s")
MouseMove(855, 377)
Sleep(1000)
MouseDown("left")
MouseUp("left")
Sleep(1000)
Send("{ENTER}")
Sleep(1000)
$COORD = PixelSearch(661, 441, 661, 441, 2697505, 20)
If Not @error Then
Sleep(0)
Else
MouseMove(661, 441)
MouseDown("left")
MouseUp("left")
Sleep(1000)
MouseMove(470, 520)
MouseDown("left")
MouseUp("left")
Sleep(1000)
Sleep(0)
EndIf
$COORD = PixelSearch(661, 496, 661, 496, 2697505, 20)
If Not @error Then
Sleep(0)
Else
MouseMove(661, 496)
MouseDown("left")
MouseUp("left")
Sleep(1000)
MouseMove(470, 520)
MouseDown("left")
MouseUp("left")
Sleep(1000)
EndIf
Send("s")
Call("SELECTMOB")
EndIf
EndFunc
Func PAUSE()
Sleep(100000000)
Sleep(100000000)
Sleep(100000000)
Sleep(100000000)
Sleep(100000000)
Sleep(100000000)
Sleep(100000000)
EndFunc
Func ACTIVATEBERSERK()
Send("{TAB}")
Call("SELECTMOB")
EndFunc
Func CHECKGIANT()
$COORD = PixelSearch(495, 66, 496, 66, 25591, 20)
If Not @error Then
Send("{TAB}")
Else
Sleep(0)
EndIf
Call("FightMob")
EndFunc
try compiling it on your own the file will be like 200kb packed with upx... (unpacked 500kb) so why is his file 800kb?
there's a non autoit part in the tool which could be dangerous
|
|
|
10/06/2009, 00:13
|
#420
|
elite*gold: 0
Join Date: Oct 2009
Posts: 9
Received Thanks: 6
|
mhm say it why it's so big : /
|
|
|
 |
|
Similar Threads
|
ZSZC loader + autopot?
05/13/2011 - SRO Private Server - 1 Replies
Hey so i started using autopot again and i got addicted to it lol but last night i died then i ressed and it stoped working so i had to re-open it and it worked fine...Atm server is full ( water ) so im using NO DC loader + auto pot because u get dc if serv is full and i logged in thanks to no dc loader but when i log in with loader the autopot doesnt work and i cant live without it .. any tips ? they cant work together or something ? i even tried re-extracting in different directories and...
|
[SWSRO][ZSZC] LOADER/BOT/AUTOPOT
11/03/2010 - SRO PServer Guides & Releases - 1590 Replies
NOTICE:
I've said like 1 month ago that i've got hacked, and that i've left the sro pserv section. It would be nice if you stop spamming my epvpers account and even more important stop spamming my email adress -.-
I'll leave all my tools online so you can continue with using them, but don't ask me for any updates anymore.
Thx to all those scammers/hackers/nublets around for ruining the game! you did your best and you've reached what you deserve... which is infact absolutely nothing!
...
|
All times are GMT +1. The time now is 05:50.
|
|