Jump to content

hreyvirtue

Members
  • Posts

    62
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by hreyvirtue

  1. If you're on 2.5.35 then world hopping is bugged, download the latest dev version and it'll fix itself
  2. I still get banned even with new proxies Probably just a bad provider or just unlucky
  3. That happens when you copy and paste something from a forum Try retyping the whole code you copied
  4. Yeah same here Usually banned before even getting 7qp so I don't think its entirely related to my script rip
  5. I'm not going to be home for a couple days but the muling process is just recognizing that your mule is trading with you (onmessage) And then banking (simple copy and paste your banking method) And then trading; which the get trade api is pretty straightforward https://osbot.org/api/org/osbot/rs07/api/Trade.html All you need to do is declare your mule by using Mule = getplayers.closest("") and then mule.interact(Trade with"); also if it's not trading or recognizing your mule and your mule has a space use a replaceall for the spaces and replace with "/u00a0" Also you need to getamount of the item you're trading Or just use a placeholder number like 100,000 Up to you Hopefully this helps at all Good luck =}
  6. The mule system allows you go to onto your mule and manually trade the bot and it'll withdraw jow, trade you and accept & yea
  7. I use an auto clicker to click in place of the button
  8. When inputting name, it's case sensitive, Post proggies if you use, thanks
  9. hreyvirtue

    7qp F2P Quester

    You can use it now, whenever the script goes to talk to duke, just press 2 and itll proceed as normal
  10. I think this is the right forum, but buying all jugs 3gp ea thanks contact via discord: Local Raccoon Lover#1337
  11. Ever since around Friday, my suicide accounts(20+ banned) have gone from lasting 16-20 hours on average to barely lasting 2 hours; The scripts used haven't changed, i've tried changing VPNs, i've tried using the random.dat tool to remove all runescape-related files, but to no avail. Am I just getting really unlucky? Any advice appreciated, thanks
  12. This week I decided to try and learn how to make a GUI, and by doing so I created a monster killer that allows you to type what monster you want to kill and what item you want to pick up. Case sensitive, by the way. I don't see this as a script worth using to "suicide bot" or even to train an account(for extended periods), but I do see it being useful for very minor tasks like looting, very minimal slayer, or if you simply want to learn off of it and take whatever you can from it, it's up to you really. If looting is used in popular areas (on an ironman), the script will endlessly loop picking up items that you can't pick up because you're an ironman btw. "Preview" of script: If youtube links aren't allowed, just tell me and i'll delete As usual, please leave feedback whether it's negative or positive, I appreciate any Thanks, Main.java AIO Killer.jar
  13. It was my first option, but didn't work so I tried the other way. is this the wrong one? And i've tried 270,16 (white border around bow string) to no avail
  14. I'm trying to make a flax bot, but it just refuses to acknowledge the "would you like to spin" widget on screen; the code: RS2Widget wouldyouliketospin = getWidgets().getWidgetContainingText("spin"); //spin RS2Widget spin= getWidgets().get(270, 5); if (getInventory().contains("Flax")) { //Does inventory contain flax? if (!Wheel_Area.contains(myPlayer())) { //Are we near the Spinning Wheel? log("In wheel area"); if (wheel != null) { //Is the Spinning Wheel in clickable distance? wheel.interact("Spin"); //Spin boy new ConditionalSleep(5000){ @Override public boolean condition(){ return myPlayer().isAnimating() || !wheel.exists(); } }.sleep(); log("Beginning to spin flax"); if (spin != null) { //Choose Bowstring this.getKeyboard().typeKey('3'); log("Spinning flax"); } else { log("I broke"); All it does is return "I broke"; what am I doing wrong? I've tried putting in the widget id for the bowstring button as well, with no success Thanks for your help Ignore my awful coding btw thx
×
×
  • Create New...