Jump to content

CLoud

Members
  • Posts

    20
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by CLoud

  1. I'm able to log into windows 10 when I'm at the keyboard but when I connect over VNC my password doesnt work. Any one else with this problem?
  2. Whats your favorite music to listen to in the background when you're coding or botting if any?
  3. Sorry didnt see your other responses. Im interacting with the rat and if it's succesful then run the conditional sleep. If not. Try again. I'm sleeping until the rat isnt under attack in the original post. Then when it was dead it was no longer under attack. Thus I'd stop sleeping. But it didnt work well with ranged.
  4. Works perfect! Thank you! Didnt realize it would be that easy
  5. I'm having trouble using conditional sleeps. This is what I have so far which works for Melee but keeps clicking when using ranged. new ConditionalSleep(30000) { public boolean condition() throws InterruptedException { return rat.isUnderAttack(); } }.sleep(); Anyone got any ideas? Would be greatly appreciated!
  6. Yeah seems to not be too bad. Just gotta babysit. Last time I ran the script tho I got banned about 10 minutes in for some reason. No idea if it was the scripts fault.
  7. Bump. Can confirm. Romeo bug is still there. Edit: looks like sometimes its able to bypass it. Forgot one of my bots was running it and he ended up logging out outside GE so I guess it works sometimes?
  8. Managed to figure it out. Actually just moved to a different way. This was part of my GE script and sellItem wasnt working then I realized Im getting the same error and realized I had a capital on an Item name. Thanks for you guy's help!
  9. How do I avoid it then? With just a try/catch?
  10. Hello! So whenever I try to type a string to the keyboard I get this error. getKeyboard().typeString("250", true); [ERROR][Bot #1][07/31 02:25:53 PM]: Error in script executor! java.lang.NullPointerException at core.Main.onLoop(Main.java:386) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(kl:223) at java.lang.Thread.run(Unknown Source) I've tried keyboard.typeString() and getKeyboard().typeString() but nothing seems to be working. Anyone got any ideas?
  11. Ah didnt know you didnt have to have them yourself. I'll look into this for sure! ?
  12. That sounds like something I can try to support. Only problem I don't have a Gilded alter or Phials to test on. If I can get a hold of an account with both I'll see what I can do!
  13. Hey guys! Just finished up my first script hoping that many of you will use it! Keep in mind this probably not the best script. I wouldn't use it on your main. I've included as much anti-bot evasion as I could but again, my first script. Its not that much. Features: ~530 Bones per hour Collecting bones Burying the bones or Banking the bones Anti-Bot Pickup ("'Accidentally' picking up random items") Banking to the nearest bank Images: How To Use: Start anywhere you'd like to collect bones with either junk in your inventory or nothing in your inventory. (It will all be dropped) Bugs/Concerns: Sometimes walking to the bank will get a little confused about its path but will always find its way around. XP/h Might not be correct due to collecting a full inv then burying them all. Future Plans: Different types of bones (Currently only supports normal) Adding "Actions Left:" Adding tele support Download: Download file is attached OR https://drive.google.com/open?id=1UoXF35XG2eIfsvqjtfvbW39BPvEy-hwS ZorudaPrayerBot1.0.jar
  14. Referring to OP's work it looks like VARROCK_EAST is assigned to FALADOR_EAST instead of VARROCK_EAST. Just a heads up
×
×
  • Create New...