Lost and found random for Rsbot (Fixed) By me

Discussion in 'RuneScape 3 Cheating' started by Pivotnewb, Dec 18, 2008.

Lost and found random for Rsbot (Fixed) By me
  1. Unread #1 - Dec 18, 2008 at 10:23 AM
  2. Pivotnewb
    Joined:
    Feb 23, 2008
    Posts:
    257
    Referrals:
    1
    Sythe Gold:
    0

    Pivotnewb Forum Addict
    Banned

    Lost and found random for Rsbot (Fixed) By me

    Heh Im forever_madness on www.rsbot.org im a well known scripter (I think)
    Well I dunno if it works 100% So I need testers so will somone gladly test it :love:
    Here you go
    *Apparantly what made it not work before was that the guy (budda) who supposedly fixed it forgot to put in the (FindObject) Method so It wouldnt look at anything*
    Post your results
    Code:
    import com.speljohan.rsbot.script.Random;
    import com.speljohan.rsbot.script.wrappers.*;
    
    public class LostAndFound extends Random {
    
    	public static final RSTile LOSTANDFOUND = new RSTile(2338, 4747);
    	public int[] APPENDAGEID = {8994, 8995, 8996, 8997};
    	public String getName() {
    		return "LostAndFound";
    	}
    
    	public int loop() {
    		if (!(distanceTo(LOSTANDFOUND) <= 9) && APPENDAGEID != null) {
    	    RSObject APPENDAGE = findObject(APPENDAGEID);
    		atObject(APPENDAGE, "Operate");
    			wait(random(500, 1000));
    			for (int i = 0; i < 2; i++) {
    				clickMouse(300, 450, true);
    				wait(random(1500, 2000));
    			}
    			return -1;
    		}
    		return -1;
    	}
    
    	public boolean activateCondition() {
    		if (!isLoggedIn()) {
    			return false;
    		}
    		getNearestNPCByID(2470);
    		if (distanceTo(LOSTANDFOUND) <= 25) {
    			return true;
    		}
    		return false;
    	}
    
    	public String getAuthor() {
    		return "Forever_madness; Fixed by Budda Then refixed by Forever";
    	}
    
    	public double getVersion() {
    		return 1;
    	}
    }
    
     
  3. Unread #2 - Dec 18, 2008 at 11:22 AM
  4. alexfromyo
    Joined:
    Apr 21, 2008
    Posts:
    33
    Referrals:
    0
    Sythe Gold:
    0

    alexfromyo Member

    Lost and found random for Rsbot (Fixed) By me

    What does this actualy do ? :s
     
  5. Unread #3 - Dec 19, 2008 at 1:24 PM
  6. liverpoolfan
    Joined:
    Nov 16, 2008
    Posts:
    205
    Referrals:
    1
    Sythe Gold:
    0

    liverpoolfan Active Member
    Banned

    Lost and found random for Rsbot (Fixed) By me

    whats this?
     
< Caught botting! | What do you do while botting? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site