Random Stuff Forums
 

Go Back   Random Stuff Forums > The Archives > Archives

Archives Old useless posts are moved here.

 
 
LinkBack Thread Tools Display Modes
  #1  
Old 10-02-2009, 08:51 AM
The_Flames (Offline)
New Member
 
Join Date: Nov 2008
Posts: 2
The_Flames is an unknown quantity at this point
Default XBot

The bot is stable, easy to use and very efficient, it uses next to no CPU and has many different features users of RSBot are having to manually add to their scripts, the main features of the bot are:

* IRC Managers
* Optional GUI choice- Light GUI or Standard
* Command line manager instead
* Stable, quick and reliable event manager
* Great painting system as default, without the need for a stupid over complicated system


The bot is written in Java, and we are soon hoping to grow the memberbase of our site http://xbot-rs.co.uk as to allow us to get a good enough amount of people for the closed beta test in the near future (Hopefully within the next week or two).


Examples of the scripts are:

import java.awt.Graphics;

import com.xbot.core.bot.script.Script;
import com.xbot.core.bot.script.wrappers.XNPC;

/**
 * Created by IntelliJ IDEA. User: Administrator Date: Dec 16, 2008 Time:
 * 3:06:29 PM
 */
public class XPickPocket extends Script {
	@Override
	public void doRepaint(Graphics g) {
		g.drawString("Running XPickPocket by Synt[a]x", 10, 10);
	}

	@Override
	public boolean loop() {
		XNPC npc = findNPC(1);
		if (npc != null && npc.isMoving() == 0) {
			npc.doAction("Pickpocket");
		}
		return true; // To change body of implemented methods use File |
		// Settings | File Templates.
	}

	@Override
	public void onExit() {
		// BYE
	}

	@Override
	public void onStart() {
	}

	@Override
	public int runInterval() {
		return 4000; // To change body of implemented methods use File |
		// Settings | File Templates.
	}

	@Override
	public int runStatus() {
		return 1; // To change body of implemented methods use File | Settings |
		// File Templates.
	}

	@Override
	public String theAuthor() {
		return "Synt[a]x"; // To change body of implemented methods use File |
		// Settings | File Templates.
	}

	@Override
	public String theDescription() {
		return "LOLWAT"; // To change body of implemented methods use File |
		// Settings | File Templates.
	}

	@Override
	public String theScriptName() {
		return "XPickPocket"; // To change body of implemented methods use
		// File | Settings | File Templates.
	}

	@Override
	public String theVersion() {
		return "1.0"; // To change body of implemented methods use File |
		// Settings | File Templates.
	}
}
As you can see from the commenting, its a pretty simple scripting engine.

If you're interested you can hop over to http://xbot-rs.co.uk

Thanks for reading.
  #2  
Old 11-02-2009, 12:09 AM
blumblebee's Avatar
blumblebee (Offline)
New Member
 
Join Date: May 2007
Posts: 27
blumblebee is an unknown quantity at this point
Default

is this the same "The_Flames" From RSbot? If so I might be somewhat interested,

Last edited by blumblebee; 11-02-2009 at 12:10 AM..
  #3  
Old 11-02-2009, 03:13 PM
(Offline)
Rogue
 
Join Date: Feb 2007
Location: Virginia
Posts: 2,670
Justin has a little shameless behaviour in the past
Default

Originally Posted by blumblebee View Post
is this the same "The_Flames" From RSbot? If so I might be somewhat interested,
It is.
__________________

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 08:50 PM.

Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Copyright © 2006 - 2012, Rsforums.org