Jump to content

b4k4l1m

Members
  • Posts

    78
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by b4k4l1m

  1. Hi how much is this main worth +-, I dont want to sell it just want a price check. gif. Qp.mp4
  2. Repetetive skills such as fletching, mining, smithing where the actions your character performs are always the same, can be done by mouserecorder. Just record 1 action yourself and let the mouserecoder run that action for like x amount. I did use this and didnt got a single ban.. but thats my experience it's stil considered as using a macro and reason for a ban.
  3. Wrong. @Chuckle did it for me, and now I can quash bans for myself!
  4. If botted on proxy or vpn then its possible yes
  5. just wait, pm me when it doesnt get squashed
  6. pm me when your ban doesnt get squashed
  7. Thanks, this worked for me. Now i have to figure out how to let the bot fill the inv and then drop all items, now its dropping immediately when 1 tea is in inv.
  8. import org.osbot.rs07.api.model.Entity; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.awt.*; @ScriptManifest(author = "You", info = "My first script", name = "Tea thiever", version = 0, logo = "") public class Main extends Script { @Override public void onStart() { log("Welcome to Simple Tea Thiever by Apaec."); log("If you experience any issues while running this script please report them to me on the forums."); log("Enjoy the script, gain some thieving levels!."); } private enum State { STEAL, DROP, WAIT }; private State getState() { Entity stall = getObjects().closest("Tea stall"); if (!inventory.isEmpty()) return State.DROP; if (stall != null) return State.STEAL; return State.WAIT; } @Override public int onLoop() throws InterruptedException { switch (getState()) { case STEAL: Entity stall = getObjects().closest("Tea stall"); if (stall != null) { stall.interact("Steal-from"); } break; case DROP: inventory.dropAll(); break; case WAIT: sleep(random(500, 700)); break; } return random(200, 300); } @Override public void onExit() { log("Thanks for running my Tea Thiever!"); } @Override public void onPaint(Graphics2D g) { } }
  9. I followed your guide and started the tea stall script but it just stands there and does nothing. I changed RS2Object to entity maybe cuz of this? But if i write RS2Object it does underline in red..?
  10. Well if you need some help getting your account quashed you can send me a private message. If you believe its 'trashtalk' go ahead believe that.
  11. Yes i am its not that form linked above in the comments
  12. https://gyazo.com/394a7bc578b7dbfe8cd9e7fe8fc96178 It helps if the account that got banned is played on a different ip then your home ip, otherwise the chance of getting it quashed is little to none
  13. It does works sometimes there's actually a way to get your account back without that form.
  14. You simply dont have to click continue just continue alching and it skips the level up interface
  15. Tyty I made a couple mills profit doing yew logs to longbow(u) to yew longbows. No loss
  16. I see, can you pm about this when youve tried it out. If this works it will open many other skills for me :p
  17. Nice, i have 45m nmz points lol its sad you cant buy unlimited herb boxes :p. Did you already try out that image option?
  18. I did the same with another ghost mouse. Got me 99's in combat skills at nmz with dh and absorb + rapid heal flick. I also tried mining, thieving, herblore, fletching, cooking, crafting, smithing and it works fine. I only got a 2 day ban once and that was cuz i was like doing nmz 20+ hours a day, and obv that isnt doable for a normal human being except lynix titan :p. I might try murgee if that image option works so I can try skills like woodcutting and fishing etc.
  19. Can i get a free trial?
  20. Hi guys!, Since two weeks I'm having this issue with OSBot, when I open OSBot client and fill in my username and password i cant click on the ''launch'' button it is hidden. And the status says: ''cannot connect to OSBot!'' -> as you can see in the picture below. I have already tried to delete OSBot and reinstall it but it still does the same thing.. Can anyone solve this problem for me please ?
×
×
  • Create New...