Reflection Bot 2.5

Discussion in 'RuneScape Classic' started by thestorm, Feb 28, 2012.

Thread Status:
Not open for further replies.
Reflection Bot 2.5
  1. Unread #41 - May 20, 2012 at 8:31 AM
  2. deamonkind
    Joined:
    May 2, 2011
    Posts:
    13
    Referrals:
    0
    Sythe Gold:
    0

    deamonkind Newcomer

    Reflection Bot 2.5

    Jobe I dont think Storm updates this bot anymore.

    Go on aposbot forum. There are plenty of good free scripts such as fire giants, a fatigue script and a dragon script
     
  3. Unread #42 - May 20, 2012 at 10:26 AM
  4. Jobe
    Joined:
    Feb 15, 2008
    Posts:
    45
    Referrals:
    1
    Sythe Gold:
    0

    Jobe Member

    Reflection Bot 2.5

    Yes but Apos isnt working for me.. I have put my auths in bot propeties, and still when i start run.bat i get error


    Code:
    C:\Users\Jonas\Downloads\Apos>java -cp bot.jar;lib/rsclassic.jar;lib/bis.jar;./S
    cripts/; BotLoader
    Attempting to authenticate...Error authenticating.. check your internet connecti
    on and/or firewall
    
    C:\Users\Jonas\Downloads\Apos>pause
    
    My firewall is fine so as my internet..
     
  5. Unread #43 - May 27, 2012 at 2:56 AM
  6. Vistaster
    Joined:
    Feb 1, 2010
    Posts:
    23
    Referrals:
    0
    Sythe Gold:
    0

    Vistaster Newcomer

    Reflection Bot 2.5

    This bot isn't the best, but it is currently working with the latest link posted in this thread by Storm.

    Here is a tiny contribution.

    Code:
    //AIO gem cutter v1
    //Banks at most bankers
    //Made for public use
    //Made for ReflectionBot2.5
    //Cuts Sapphires, Emeralds, Rubys, Diamonds, & Dragonstones
    
    package scripts;
    
    import bot.Bot;
    import bot.Script;
    
    import javax.swing.JOptionPane;
    
    public class CutStoner extends Script implements Runnable {
    
    	private int itemToWithdraw;
    	private int itemToDeposit;
    	
    	public void init(String params) {
          System.out.println("..::StonerCuts~::.. by Vistaster");
    	}
    
    
    	
    	private int loop() throws Exception {
    		if (invContains(itemToWithdraw)) {
    			if (!rf.isSleeping()) {
    				useItemOnItem(itemToWithdraw, 167);
    				return (random(610, 800));
    			}
    		} else {
    			if (bankOpen()) {
    				withdraw(itemToWithdraw, 28);
    				wait(random(650, 800));
    				depositAll(itemToDeposit);
    				wait(random(650, 800));
    				return (600);
    			} else {
    				openBank();
    				return (2000);
    			}
    		}
    		return 800;
    	}
    	
    	public void start() {
    		Object[] options = { "Sapphire", "Emerald", "Ruby",
    				"Diamond", "Dragonstone"};
    
    		String res1 = (String) JOptionPane.showInputDialog(null, "",
    				"CutStoner by Vistaster:: Choose gem type", JOptionPane.PLAIN_MESSAGE, null, options,
    				options[0]);
    
    		if (res1.equals("Sapphire")) {
    			itemToWithdraw = 160;
    			itemToDeposit = 164;
    		} else if (res1.equals("Emerald")) {
    			itemToWithdraw = 159;
    			itemToDeposit = 163;
    		} else if (res1.equals("Ruby")) {
    			itemToWithdraw = 158;
    			itemToDeposit = 162;
    		} else if (res1.equals("Diamond")) {
    			itemToWithdraw = 157;
    			itemToDeposit = 161;
    		} else if (res1.equals("Dragonstone")) {
    			itemToWithdraw = 542;
    			itemToDeposit = 523;
    		}
    
    		scriptThread = new Thread(this);
    		initialize();
    	}
    	
    	public void run() {
    		while (Bot.scriptRunning) {
    			try {
    				if (rf.isLoggedIn() && !rf.isSleeping())
    					Thread.sleep(loop());
    				else Thread.sleep(200);
    			} catch (Exception e) {
    				e.printStackTrace();
    			}
    		}
    	}
    
    	public void stop() {
    		kill();
    	}
    }
    
    Also to create a script compiler that is easy to use, open a new text pad and enter in the following:
    Code:
    javac -cp bot.jar; Scripts/*.java
    pause
    
    
    Save this ^fileabove^ as "compile_scripts.bat"

    Here to help, with what I can!
     
  7. Unread #44 - Jun 6, 2012 at 8:16 PM
  8. Kryptix
    Joined:
    Mar 23, 2009
    Posts:
    64
    Referrals:
    0
    Sythe Gold:
    0

    Kryptix Member

    Reflection Bot 2.5

  9. Unread #45 - Dec 28, 2012 at 12:56 AM
  10. mario4755
    Joined:
    Nov 21, 2009
    Posts:
    308
    Referrals:
    1
    Sythe Gold:
    0

    mario4755 Forum Addict
    Trade With Caution

    Reflection Bot 2.5

    Thanks Storm! You be Missed
     
  11. Unread #46 - Jan 5, 2013 at 3:50 PM
  12. txtaylorb
    Joined:
    Nov 16, 2011
    Posts:
    38
    Referrals:
    0
    Sythe Gold:
    0

    txtaylorb Member
    Banned

    Reflection Bot 2.5

    SCAM! He hacked my account!
     
< Rsps Fp Is Like Rsc | New Fun staking and pking server!!!!!!!!!!!! >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site