Pixel Cheksum

02/14/2009 22:23 ShyroN1337#1
Hi i made a script, that

*choose sro server
*starts sbot
*starts client
*types in id & pw
*auto fill in captcha with extra tool
*cheks if something from 0,0 . 50,50 changed with a loop
Code:
$checksum = PixelChecksum(0,0, 50,50)


While $checksum = PixelChecksum(0,0, 50, 50)
  Sleep(1000)
WEnd
*it types in the code and enters
*server is full
Code:
[22:20:03] * Login successfull, have fun :)
[22:20:07] * Checking for updates...
[22:20:08] * Finished checking for updates!
[22:20:08] * Starting: C:\Program Files\Silkroad\sro_client.exe /18 0 1
[22:20:08] * Starting SRO Client!
[22:20:08] * Waiting for handle...
[22:20:44] [LOGINERROR] Cannot connect due to server traffic!
[22:20:50] * Connection to Silkroad Server terminated!
*dc?!

that happens always
02/14/2009 22:25 audi0slave#2
there`s a cyclic command that sends the request to do the action over and over again.i know that from c++.just google it xD
02/14/2009 22:32 ShyroN1337#3
But, what causes the DC after the first try?
02/14/2009 22:51 audi0slave#4
well the script ends,there is no continuation of it if you cant connect.

if:login then idle
if:no login then exit program

you must do it in a way that it will try to login until success.
02/14/2009 23:09 ShyroN1337#5
Quote:
Originally Posted by InDaClub View Post
well the script ends,there is no continuation of it if you cant connect.

if:login then idle
if:no login then exit program

you must do it in a way that it will try to login until success.
The thing that auto-decodes the captcha
*connects
*typed in captcha
*wait and connect
*type in captcha...
and the While / Wend is a loop that checks if something in the Area changed, and if yes there should open a msgbox but after the first connect it just dcs me
02/15/2009 12:27 royalblade#6
just copy the code for the image code thingi.. and pput something like that

if: "ERROR: Cannot connect due to Server traffic"
then: start at line 42 ( 42= press enter the place where it presses enter and then types in the image code....)
if: "Please select your character"
then: Pause; Exit script
02/15/2009 14:28 ShyroN1337#7
Quote:
Originally Posted by royalblade View Post
just copy the code for the image code thingi.. and pput something like that

if: "ERROR: Cannot connect due to Server traffic"
then: start at line 42 ( 42= press enter the place where it presses enter and then types in the image code....)
if: "Please select your character"
then: Pause; Exit script
how should auto it read the logs of sbot?!