Auto Talker for RSBot

Discussion in 'RuneScape 3 Cheating' started by timk777, Nov 17, 2008.

Auto Talker for RSBot
  1. Unread #1 - Nov 17, 2008 at 9:50 PM
  2. timk777
    Joined:
    Feb 19, 2007
    Posts:
    156
    Referrals:
    0
    Sythe Gold:
    0

    timk777 Active Member

    Auto Talker for RSBot

    Are there any RSBot auto-talkers? I tried looking for one and can't find any. I want to advertise my site. Anyway, if you do find one could someone please upload a .java file or post the source?


    Thanks =D
     
  3. Unread #2 - Nov 17, 2008 at 9:57 PM
  4. Darkspirith
    Joined:
    Jan 22, 2007
    Posts:
    1,742
    Referrals:
    2
    Sythe Gold:
    0

    Darkspirith Guru
    Banned

    Auto Talker for RSBot

    Save as ATalker.java. Btw, requesting scripts is against the rules but I'll help you out.

    I DID NOT CREATE THIS.

    Code:
    import com.speljohan.rsbot.script.Script;
    
    
    public class ATalker extends Script {
    
        public String Sentence;
    
        public double getVersion() {
            return 0.1;
        }
    
        public String getName() {
            return ("ATalker");
        }
    
        public String getScriptCategory() {
            return ("Talkers");
        }
    
        public String getAuthor() {
            return ("Pyro");
        }
    
            public boolean onStart(String[] args) {
                     Sentence = args[0];
                 return true;
            }
    
            public int loop() {
                    sendText(Sentence, true);
                    return (random(1500,3600));
            }
    }
    return random(500,750);	
    		case 3:				
    				return walkToCookingSpot();
    		case 4:
    				if (!inventoryContains(whatToCook)) progress = 0;
    				if (!waitForAnimation(2000) && inventoryContains(whatToCook)) {
    					return cook();
    				} else {
    				return random(50,100);
    				}
     
  5. Unread #3 - Nov 17, 2008 at 10:14 PM
  6. timk777
    Joined:
    Feb 19, 2007
    Posts:
    156
    Referrals:
    0
    Sythe Gold:
    0

    timk777 Active Member

    Auto Talker for RSBot

    Seriously? Sorry I didn't think that would be against the rules but I can understand why because there would be 4 million requests. Thanks though.

    Sorry Mawdz, delete if you'd like.
     
< new to rsbot | i'm 40 inches plus and i'm black ... yes my dick >

Users viewing this thread
1 guest


 
 
Adblock breaks this site