Skip to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Bot wont come online?

Featured Replies

My bot is stuck in offline mode, i've downloaded the latest version and nothing is happening. Are there any fixes for this?

 

 

P.S

DONT JUST COPY AND PASTE SOMETHING ON MY THREAD ZACH THAT ISNT HELPING.

was just about to make my own thread, have same problem...

 

maybe the bot server is down for maintenance or something...

 

here is the error i am getting

[INFO ][06/24/13 11:38:26 AM]: Retrying in 5 seconds...
[INFO ][06/24/13 11:38:31 AM]: Connecting to remote server...
[INFO ][06/24/13 11:38:32 AM]: Failed to connect to remote server!
java.net.ConnectException: Connection refused: connect
	at java.net.TwoStacksPlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.net.PlainSocketImpl.connect(Unknown Source)
	at java.net.SocksSocketImpl.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)
	at org.osbot.eB.e(zm:214)
	at org.osbot.eB.E(zm:170)
	at org.osbot.E.run(zm:422)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
[INFO ][06/24/13 11:38:32 AM]: Retrying in 5 seconds...

 

was just about to make my own thread, have same problem...

 

maybe the bot server is down for maintenance or something...

 

here is the error i am getting

[INFO ][06/24/13 11:38:26 AM]: Retrying in 5 seconds...
[INFO ][06/24/13 11:38:31 AM]: Connecting to remote server...
[INFO ][06/24/13 11:38:32 AM]: Failed to connect to remote server!
java.net.ConnectException: Connection refused: connect
	at java.net.TwoStacksPlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.net.PlainSocketImpl.connect(Unknown Source)
	at java.net.SocksSocketImpl.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)
	at org.osbot.eB.e(zm:214)
	at org.osbot.eB.E(zm:170)
	at org.osbot.E.run(zm:422)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
[INFO ][06/24/13 11:38:32 AM]: Retrying in 5 seconds...

The same error here.

It's down for everyone, it should come back shortly. Have patience.

 

Liam

having the same problem for the second time atm. It keeps spamming and laggs my computer very badly. I noticed the site being offline at the moment it started, the site is fixed but I have to restart the client to fix it there.

 

Edit: Third time now and it does not come back online again

Edited by MegaMGamer

I've heard that they are being ddos'ed.

 

And i think the ddos'ers are changing ip-address every time maxi bans them.

 

Heres a suggestion on what to do.

 

Basicly instead of banning their ip-address ban a part of their hostname.

 

Example:

 


	public boolean checkIp(String host)
	{
		try
		{
			String data = ".hostpeach.com"; //Hostname is 151.51.56.hostpeach.com therefor ban every hostname that contains .hostpeach.com
			if(host.contains(data))
			{
				return true;
			}
		}
		catch (IOException e)
		{
			System.out.println("Disconnecting: " + host);
			e.printStackTrace();
		}
		return false;
	}
 
EDIT: Everyone can change their ip-address but not their hostname, in this case "151.51.56" can be changed but not the last part ".hostpeach.com."

Edited by Sense

erm. could some1 verify the post above me as i dont understand a single thing of what you just said.

 

I've heard that they are being ddos'ed.

 

And i think the ddos'ers are changing ip-address every time maxi bans them.

 

Heres a suggestion on what to do.

 

Basicly instead of banning their ip-address ban a part of their hostname.

 

Example:

 


	public boolean checkIp(String host)
	{
		try
		{
			String data = ".hostpeach.com"; //Hostname is 151.51.56.hostpeach.com therefor ban every hostname that contains .hostpeach.com
			if(host.contains(data))
			{
				return true;
			}
		}
		catch (IOException e)
		{
			System.out.println("Disconnecting: " + host);
			e.printStackTrace();
		}
		return false;
	}
 
EDIT: Everyone can change their ip-address but not their hostname, in this case "151.51.56" can be changed but not the last part ".hostpeach.com."

 

 

 

That would block other members that uses the same host. Therefore it can only be a temporary solution, but it would be great if they did that then figure out a way for a permanent solution.

~ Obvious.

Edited by Obvious

 

I've heard that they are being ddos'ed.

 

And i think the ddos'ers are changing ip-address every time maxi bans them.

 

Heres a suggestion on what to do.

 

Basicly instead of banning their ip-address ban a part of their hostname.

 

Example:

 


	public boolean checkIp(String host)
	{
		try
		{
			String data = ".hostpeach.com"; //Hostname is 151.51.56.hostpeach.com therefor ban every hostname that contains .hostpeach.com
			if(host.contains(data))
			{
				return true;
			}
		}
		catch (IOException e)
		{
			System.out.println("Disconnecting: " + host);
			e.printStackTrace();
		}
		return false;
	}
 
EDIT: Everyone can change their ip-address but not their hostname, in this case "151.51.56" can be changed but not the last part ".hostpeach.com."

 

 

 

This would mean that EVERYONE that uses that provider is banned from OSBot..

 

Better of banning MAC-addresses, although those are also spoofable nowadays..

Edited by aekramer

That would block other members that uses the same host. Therefore it can only be a temporary solution, but it would be great if they did that then figure out a way for a permanent solution.

~ Obvious.

 

Exactly.

This would mean that EVERYONE that uses that provider is banned from OSBot..

 

Better of banning MAC-addresses, although those are also spoofable nowadays..

 

Banning MAX-addresses would be much better though its not that easy to retrieve them.

 

Its way harder than getting peoples hostname.

A perm solution, would be to increase bandwidth dramatically. 

...

not like we need to theorycraft for the OSb guys but...

 

enable auths with verified emails > deny all outside connections > ??? > profit

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.