Everything posted by Nicholas
-
Do not Buy from a iarnieee = skype
he might have separate usernames but he is a scammer, he said he uses OS, so yeah
-
420's Shop RS OSGP
waiting for more money atm, just got scammed of 1.5 only got 1m left
-
[Video] Getting started, and Helping with adding scripts!+account issuses
exactly! :P so it is case sensitive
-
Picking up arrows [code]
this may help a lot of AIO fighter/combat scripts
-
AutoFletcher
the bot just sits there with everything in the invy (using yews longs,stringing them in v.1.2.2)
-
Flawless scripts?
ive never seen a script go over 5 for me and that was dark agility, and the script i used was "Dark Agility" and there goes my grammar :P
-
[Video] Getting started, and Helping with adding scripts!+account issuses
PM me if something didnt get covered or you want me to help with somthing else, or express your opinions here!
-
420's Shop RS OSGP
Prices will differ due to: Stock, and Prices all around Current Stock: 1.5-2m Current Price: 7$/m Skype: Nickbull17 (2 L's and a 1) Please Vouch afterward Please Don't post scam unless A) you have proof it was me, an imposter scammed you I do not accept refunds unless it has a good excuse Must go first i will not scam Due to the reason this is the only bot i trust atm Vouches will be active soon add on skype and we will discuss everything further i WILL NOT DENY A REQUEST FOR A MM BUT IT HAS TO BE KATI OR ANY ADMIN I WILL NOT GO 2nd, its not worth getting scammed (if you don't believe me ^^^)
-
buying RS membership card with OSGP
if someone is willing to go through a middle man than i will do still looking, skype me Nickbull17
-
Final ETA on Randoms + SDN
Yay!! hopefully fletching/eating/running will be supported now (only some fletching api is bad)
-
buying RS membership card with OSGP
buying a rs membership card (will not go first) for 1 month (price is negotiable) please post if you are willing to sell one, i need one within 2 days (you can trust me because this is the only bot i use and i dont wanna get banned :P) skype me: nickbull17 if your interested
- Scam Report on Angel
-
[07] Membership shop [07]
How many you'd like: 1 (30 day if you have any) Will you go first: No Will you vouch afterwards: hell yes
-
Higuybye's Leveling Service.
you relize people have bots to level for them... its like trying to sell candy OUTSIDE a candy store...
- Flame'sCathyFisher
-
[JAVA] Beginners Guide To Java by RSBP
dang!right off of java's website!!
-
script help.. finished but wont load
its not loading can someone tell me why? and how do you make it a groovy file?
-
script help.. finished but wont load
ok ive finished my script (kinda) this is my first script and i used a skeleton from a vinsert script but i made it so it worked for edgeville, but it wont load at all import java.awt.*import javax.swing.JComboBox;import javax.swing.JOptionPane;import javax.swing.JPanel;@Scriptmanifest(name = "420eYew V0.1", author = "Nick", version = 1.0D, info="" )public class eYew420 extends Script { int bankId = 57 int[] treeId = 1309 enum State { IDLE, Chopping, Walking_To_Bank, BANKING, Pin, Walking_to_Yews } def state = State.IDLE def currentTree = null void onsStart() { if (client.getInventory().isfull()) state = State.Walking_To_Bank } int onLoop() { switch (state) { case State.IDLE: return onIdle() case State.Chopping: return onChopping() case State.Walking_To_Bank: return walkToBank() case State.BANKING: return bank() case State.Walking_to_Yews: return walkToYews() } return 3000 + random(2000) } int onIdle() { if (client.getInventory().isFill()) { state = State.Walking_to_bank //client.moveCamraToEntity(closestObjct(bankId)) return 800 + gRandom(800, 400) } currentTree = closestObjest(treeIds) if(currentTree != null) { log ("closest yew tree: (${currentTree.getX(}), ${currentTree.getY()}") selectEntityOption(currentTree, "Chop down", "Yew") if (random(5) == 0) { client.moveCamraToEntity(currentTree) sleep(700 + gRandom) } } return 1500 + gRandom(2000, 500); } int onChopping () { if (client.getInventory().isFull()) { state = State.Walking_to_Bank //client.moveCamraToEntity(closerObjects(bankId)) return 800+ gRandom(800,400) } if (random(30) == 0 && currentTree != null && currentTree.exsists()) client.moveCamraToEntity(currentTree) if (currentTree = null) { state = State.IDLE log("Chopped down Yew!") return 500 + gRandom(1000,500) } if (!currentTree.exists()) { state = State.IDLE currentTree = null log("Chopped down Yew!") } return 500 + gRandom(1000, 500) } int walkToBank() { selectEntityOption(closestObject(bankId), "Bank", "Bank booth") if (myX() <= 2756 && myX() >= 3429 && myY() >= 2816 && myY() <= 3436) { return 800 + gRandom(500, 200) } sleep(1000 + gRandom(300, 50)) if (client.getBank().isOpen()) state = State.BANKING return 500 + gRandom(1000, 400) } int bank() { client.getBank() depositALL() state = state.Walking_to_Yews def Tree = closestObject(treeIds) //if (tree != null) { //client.moveCamraToEntity(tree) return 500 + gRandom(700, 300) } int walkToYews() { log ("Walking to Yew Trees") currentTree - closestObject(treeIds) if (currentTree != null) { log("CLosest Yew Tree : ($[currentTree.getX()], $[currentTree.getY()])") selectEntityOption(currentTree, "Chop down", "yew") client.moveCameraToEntity(currentTree) } return 2000 + gRandom(800, 300) } void onMessage (String message) { if (message == "You swing your axe at the tree.") { log("Chopping down Yew tree!") state = State.CHOPPING } else if (message == "You get some logs.") { state = State.IDLE } else if (message == "Your inventory is too full to hold any more logs.") { state = State.WALK_TO_BANK } } }
- Flax Picker
-
Like my new OS TuT video? need advice
thanks, and if you where to watch my other videos you would get the intro with the clicking
-
Like my new OS TuT video? need advice
Please give me some pointers, new to you-tubing
-
Im New Here But My Bot Says Osbot Has Been Updated ? Was Using Fine 5 Mins Ago
update!