Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 16:35

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Beta] FBot - Uridium Wars Bot

Discussion on [Beta] FBot - Uridium Wars Bot within the DarkOrbit forum part of the Browsergames category.

Closed Thread
 
Old 08/21/2012, 00:35   #916
 
elite*gold: 0
Join Date: Mar 2012
Posts: 134
Received Thanks: 35
kill on site missiionearth
Elliott45678 is offline  
Old 08/21/2012, 05:31   #917
 
jmpl3's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 407
Received Thanks: 274
Quote:
udDelay - Numericupdown
tbCount - TextBox
cbAntiBan - Checkbox
lPerformed - label
cbDelta - Checkbox
Idea... GG Clicker.... CODE!!

private void button15_Click(object sender, EventArgs e)
{
this.go();
}

private void go()
{
this.lPerformed.Visible = true;
int num = Convert.ToInt32(this.tbCount.Text.Trim());
int millisecondsTimeout = Convert.ToInt32(this.udDelay.Value);
num++;
this.clearCounts();
DateTime now = DateTime.Now;
for (int i = 1; i < num; i++)
{
this.reqPOST = WebRequest.Create("http://fb.darkorbit.bigpoint.com/flashinput/galaxyGates.php?userID=" + this.UID.Trim() + "&action=energy&sid=" + this.SessionID.Trim() + "&sample=1" + this.sDublicate + this.sDelta);
this.reqPOST.Headers.Add("Cookie", "aid=333; dosid=" + this.SessionID.Trim());
this.reqPOST.Timeout = 0x2710;
this.reqPOST.Credentials = CredentialCache.DefaultCredentials;
((HttpWebRequest) this.reqPOST).UserAgent = "Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.6.30 Version/10.60";
((HttpWebRequest) this.reqPOST).Accept = "text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1";
this.reqPOST.Headers.Add("Accept-Language", "ru-RU,ru;q=0.9,en;q=0.8");
this.reqPOST.Headers.Add("Accept-Charset", "iso-8859-1, utf-8, utf-16, *;q=0.1");
this.reqPOST.Headers.Add("Accept-Encoding", "deflate, gzip, x-gzip, identity, *;q=0");
this.result = this.reqPOST.GetResponse();
if (this.cbAntiBan.Checked)
{
millisecondsTimeout = this.genRand();
}
Thread.Sleep(millisecondsTimeout);
this.lPerformed.Text = "Performed: " + i.ToString() + " of " + this.tbCount.Text;
this.dataStream = this.result.GetResponseStream();
}
this.dataStream.Close();
this.result.Close();
TimeSpan span = (TimeSpan) (DateTime.Now - now);
DateTime time3 = new DateTime(span.Ticks);
string text = this.lPerformed.Text;
this.lPerformed.Text = text + " Spent time: " + time3.Minute.ToString() + " min, " + time3.Second.ToString() + " sec.";
MessageBox.Show("Done!");
}

private void clearCounts()
{
}
private int genRand()
{
Random random = new Random();
return random.Next(0x3e8, 0xbb8);
}

private void cbAntiBan_CheckedChanged(object sender, EventArgs e)
{
this.udDelay.Enabled = !this.cbAntiBan.Checked;
}
private void cbDelta_CheckedChanged(object sender, EventArgs e)
{
if (this.cbDelta.Checked)
{
this.sDelta = "&delta=1";
}
else
{
this.sDelta = "";
}
}
jmpl3 is offline  
Old 08/21/2012, 08:35   #918
 
panther1svk's Avatar
 
elite*gold: 0
The Black Market: 168/0/0
Join Date: Apr 2012
Posts: 1,667
Received Thanks: 771
Quote:
Originally Posted by davexd View Post
can you explain me what's the difference? lol
why open many programs, if you can have all in 1 ..? hmmm
panther1svk is offline  
Old 08/21/2012, 09:12   #919
 
elite*gold: 20
Join Date: Dec 2010
Posts: 2,429
Received Thanks: 570
Quote:
Originally Posted by davexd View Post
can you explain me what's the difference? lol
wtf...maybe you dont need it but i do i need fast upgrading of skylab just put options what to do...and it upgrades 1 by 1 im tired of upgrading it my self...do you understand now !?
supernoob. is offline  
Old 08/21/2012, 10:26   #920
 
elite*gold: 0
Join Date: Jan 2011
Posts: 6
Received Thanks: 1
it sad i should report it here
Specified argument was out of the range of valid values.
Parameter name: The size of hostName is too long. It cannot be longer than 126 characters.
at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
at System.Net.Sockets.Socket.Connect(String host, Int32 port)
at v2.Form1.ConnectionThread()
Black.ft.White is offline  
Old 08/21/2012, 10:30   #921
 
elite*gold: 0
Join Date: Jul 2012
Posts: 2
Received Thanks: 1
Arrow PREMIUM

hi all i want to buy premium on Fbot but i dont can find the link
Bot User 4 is offline  
Thanks
1 User
Old 08/21/2012, 10:31   #922
 
elite*gold: 20
Join Date: Dec 2010
Posts: 2,429
Received Thanks: 570
Quote:
Originally Posted by Black.ft.White View Post
it sad i should report it here
Specified argument was out of the range of valid values.
Parameter name: The size of hostName is too long. It cannot be longer than 126 characters.
at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
at System.Net.Sockets.Socket.Connect(String host, Int32 port)
at v2.Form1.ConnectionThread()
better report on fbot forum...but those errors i get sometimes diffrent ones
supernoob. is offline  
Old 08/21/2012, 10:57   #923
 
Sir Argon's Avatar
 
elite*gold: 17
Join Date: Jul 2005
Posts: 2,606
Received Thanks: 1,223
Quote:
Originally Posted by Bot User 4 View Post
hi all i want to buy premium on Fbot but i dont can find the link
Sir Argon is offline  
Old 08/21/2012, 11:10   #924
 
elite*gold: 20
Join Date: Dec 2010
Posts: 2,429
Received Thanks: 570
Quote:
Originally Posted by Bot User 4 View Post
hi all i want to buy premium on Fbot but i dont can find the link
you can check on there site too

fbot.eu
supernoob. is offline  
Old 08/21/2012, 12:47   #925
 
elite*gold: 0
Join Date: Dec 2010
Posts: 17
Received Thanks: 1
Quote:
Indeks wykraczał poza granice tablicy.
w v2.Form1.ReceivePacket(Socket hSocket)
w v2.Form1.ConnectionThread()
I have this error many times and Fbot doesn't work
btanreb is offline  
Old 08/21/2012, 12:58   #926
 
First75's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 546
Received Thanks: 1,703
Quote:
Originally Posted by supernoob. View Post
better report on fbot forum...but those errors i get sometimes diffrent ones
This is problem with connection to UW server.
First75 is offline  
Old 08/21/2012, 15:28   #927
 
elite*gold: 20
Join Date: Dec 2010
Posts: 2,429
Received Thanks: 570
i got a really good connection but this is the bug that needs to be fixed :/
supernoob. is offline  
Old 08/21/2012, 19:33   #928
 
First75's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 546
Received Thanks: 1,703
Version 2.80 RC - Big update
  • Facebook login
  • Buying cloak, selling promerium from skylab
  • fixed all bugs in GG
  • added regeneration shield in GG
  • Fixed selling cargo

Download:
First75 is offline  
Thanks
2 Users
Old 08/21/2012, 19:40   #929
 
elite*gold: 0
Join Date: Mar 2012
Posts: 134
Received Thanks: 35
is gg still premium
Elliott45678 is offline  
Old 08/21/2012, 19:41   #930




 
Elsastylez's Avatar
 
elite*gold: 32
The Black Market: 160/0/0
Join Date: Jul 2010
Posts: 8,279
Received Thanks: 4,430
Quote:
Originally Posted by Elliott45678 View Post
is gg still premium
Yes
Elsastylez is offline  
Closed Thread


Similar Threads Similar Threads
Uridium Wars - KillBot v0.2.1 closed BETA
02/28/2013 - DarkOrbit - 342 Replies
BETA is now OPEN to all: go to KillBot Forum for details KillBot Info-thread Current Version: KillBot v.0.5.12 http://killbot.freeiz.com/MGalleryItem.php?id=13 KillBot A Uridium Wars bot
URIDIUM WARS
02/09/2013 - Facebook - 3 Replies
Hello, Is it anythink for Uridium Wars ?? i can't find anything.... Regards, Jackob
How can I use Wp in Uridium wars?
09/17/2012 - DarkOrbit - 6 Replies
The Topic name says all ;) Der Topic name sagt alles :D
Uridium wars bot?
06/20/2012 - DarkOrbit - 0 Replies
Is there any working uridium wars bot at the moment? Pls post link ^^
żBot for Uridium Wars?
05/02/2012 - DarkOrbit - 2 Replies
Are there any bot for this new game?



All times are GMT +1. The time now is 16:36.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.