Everything posted by Joseph
-
Got Hacked
I should of done it but i was to lazy, and a little cocky, though no one could hack me. Now im starting from the bottom, once again :c
-
Got Hacked
Suck today i just lost 3m, my white phat, all my dueling ring 200, 2k pure ess, dragon weapon, rune armour. It either has to be because of vinsert or simba getting hacked. I used the same password on both my email and forum account. They were able to log in to my email, change my password. and some how by pass the Jagex account guardian. I thought jagex account guardian was going to help me out. Man, its a piece of shii.
- Slime collector
- Slime collector
- Slime collector
- Slime collector
-
Easy walking with TilePaths
Could you explain to me how to add this into my script, because this walking is killing me -.-"
- Slime collector
-
Quick Help
first of all this is wronge section it here where you post issuse http://osbot.org/forum/forum/158-issues/
-
bot state skeleton script
import org.osbot.script.Script; import org.osbot.script.ScriptManifest; @ScriptManifest(name = "", author = "", version = 1D, info="") public class test extends Script { enum State { FIRST, SECOND, THIRD; } private State state; public void onStart(){ if(client.getInventory().isFull()){ state = State.FIRST; } } public int onLoop() throws InterruptedException{ switch (state){ case FIRST: return first(); case SECOND: return second(); case THIRD: return third(); } return random(10, 20); } int first() throws InterruptedException { return 0; } int second() throws InterruptedException{ // TODO Auto-generated method stub return 0; } int third() throws InterruptedException{ // TODO Auto-generated method stub return 0; } } ----------> "state = State.FIRST;" <------------------- using this will help you switch between your botstates
- Slime collector
- Slime collector
- Slime collector
- Slime collector
-
Slime collector
slime collector works hand to hand with Ecto-funtus prayer http://osbot.org/forum/topic/5058-ectofuntuns-prayer/ credits go to @Debot for paint. Items needed: Lots and Lots of Buckets, ghost speaking necklace, and ectophial. if you like this script then, click the like button. post all and any bugs found ASAP. Change log: V 0.1 release yo public, added paint. V 0.2 fixed chill status. Also the script will stop and log you out once your out of buckets. V 1.0 rewrote the whole script. Add walk path. removed short cut v 1.5 change all game object ids to names, fixed trap door and stairs. Future changes: turn your running on < its bugged atm Gui add short cut < need an account with 58+ agility. Pm if you have the requirement and would lend me your account for a few mins Bugs: scrolling to item is bugged. isn't my fault nor the script. link v 1.5: http://up.ht/16Rr2v0 Instructions: Start off in the bank of Ecto. Wear your ghost speaking necklace. "Have your ectophial in your inventory!". Start the script. Important: have your bucket, bucket of slime, near the top of the bank.
- Ectofuntuns prayer
- Ectofuntuns prayer
- Making GUI Live
- Ectofuntuns prayer
- Ectofuntuns prayer
- API Link
-
Crazy Quester
I suggest doing 1-3 f2p quest to try to get use to coding quest. And also create a GUI.
- Ectofuntuns prayer
- Ectofuntuns prayer
- Useful Entity related methods