Everything posted by Chris
-
4 Accounts banned at same time...
clay is high banrate ,,,
-
Open for request..
want to test a earth runecrafter for me? if so add my skype: osbotsinatra1
-
Cant load my local scripts
Can anyone teach me GUIs?
-
Need reliable efficient questers
Skype: osbotsinatra1
-
Price check pure
45 attack (Quested) 63 Strength 1 Defence 44 range 73 mage No email attatched
-
Account w/o registered email, up to 50M+
41-63-1 44 range 73 mage 53 hp no email registered Quested 41 attack atm
-
FREE BETA, DREAMSCRIPTS LIVE!
thx /*not postcount*/
-
Open for request..
Do you have an account that can do this? I would love to attempt this.
-
Muffins Amulet Stringer [140k+ Magic Xp/Hr] [Easy To Use]
Nice. Glad to know you fixed your issues m9
-
Whats wrong with my scripts logic?
try to keep it somewhat clean. for example (Credit to Isolate) State getState() { if (skills.getStatic(Skill.THIEVING) >= 5) { if (TEA_STALL_AREA.contains(myPlayer())) { if (inventory.contains("Cup of tea")) { return State.DROP; } else { return State.STEAL; } }else{ return State.WALK_STALL; } }else{ return State.POCKET; } and have functions private void Pick() throws InterruptedException { NPC npc = npcs.closest("Man"); if (npc != null){ if (npc.exists() && (!myPlayer().isAnimating()) && npc.isOnScreen()){ Status = "Interacting: Pickpocket"; npc.interact("Pickpocket"); sleep(random(300,600)); }else{ camera.toEntity(npc); } } } case POCKET: Status = "IDLE"; Pick(); break;
-
PPOSB - AIO Hunter
- My New Signature
how about fire on the sides and not the top? idk still looks good- When RS Gets Srs AF
- What style of script is best for new script writers?
import org.osbot.rs07.api.model.Entity; import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.awt.*; @ScriptManifest(author = "Sinatra", info = "The best bot ever", name = "SPOCKET", version = 1.0, logo = "") public class Spocket extends Script { public void onStart() { } private enum State{ STEAL,DROP } State getState() { if (inventory.contains("Cup of tea")) { return State.DROP; } return State.STEAL; } private void Thieve(){ Entity T_STALL = objects.closest("Tea stall"); if (T_STALL != null && (!myPlayer().isAnimating())){ T_STALL.interact("Steal-from"); } } private void drop(){ log("Dropping shit tea"); inventory.drop("Cup of tea"); } @Override public int onLoop() throws InterruptedException { switch(getState()){ case STEAL: Thieve(); sleep(random(300,600)); break; case DROP: drop(); sleep(random(300,600)); break; } return random(100, 250); } @Override public void onExit() { } @Override public void onPaint(Graphics2D g) { } } Deciding to fix it just for the tea stall :P- Need 1-40 Ranged Cannoned
add my skype: osbotsinatra1 can do this cheap and quick.- What style of script is best for new script writers?
hmm i'll look into it later c: going to bed and dont have time to test :p- What style of script is best for new script writers?
Criticize my work http://gyazo.com/3d3e6da2620a5bfa04f32ae41a59a5e6 Want it to: 1.Thieve till level 5 2. once its level 5 go to varrock 3. thieve tea stall- What style of script is best for new script writers?
Yeah i started with the logic loop style but might switch to the state method- curious 10-55....
- curious 10-55....
- What style of script is best for new script writers?
Post examples if you want *scripting*- curious 10-55....
with cannon it will be faster- I don't know what to say
i too hate washed out jeans- curious 10-55....
- Price this f2p pking acc please
- My New Signature