Jump to content

Apaec

Scripter III
  • Posts

    11153
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Started out here, found a reputable scripter and annoyed them alot with questions!
  2. Okay, After checking it seems you didn't reach the usage threshold to warrant no further trials, so i've gone ahead and enabled another 12 hours to your account. Enjoy! (: -Apa
  3. Sure, but of which script? (: It seems you've already had a trial of the SandCrabs script but any other is available! -Apa
  4. You know you're in safe hands when public void antiBanMode() throws InterruptedException { camera.movePitch(random(0, getState() == BotState.PICKING_CABAGE ? 360 : 0)); sleep(random(500, 900)); camera.moveYaw(random(0, getState() == BotState.PICKING_CABAGE ? 360 : 0)); sleep(random(500, 900)); int randomTabs = random(0, 125); if (getState() == BotState.PICKING_CABAGE) { switch (randomTabs) { case 0: getTabs().open(Tab.EMOTES); break; case 1: getTabs().open(Tab.ATTACK); break; case 2: getTabs().open(Tab.FRIENDS); break; case 3: getTabs().open(Tab.CLANCHAT); break; case 4: getTabs().open(Tab.EQUIPMENT); break; case 5: getTabs().open(Tab.IGNORES); break; case 6: getTabs().open(Tab.INVENTORY); break; case 7: getTabs().open(Tab.LOGOUT); break; case 8: getTabs().open(Tab.PRAYER); break; case 9: getTabs().open(Tab.SKILLS); break; case 10: getTabs().open(Tab.MAGIC); break; } return; } }
  5. This may or may not work, it's pretty tough for me to test since I do not get Ads, but try enabling/disabling human input and interacting with the 'X'?
  6. Are you sure that's the cursor? It looks suspiciously like the 'X' button for Ads which non-paying members are subject to!
  7. I didn't realise there was a default mouse crosshair
  8. Uhh, perhaps. It would be a little tough to implement since it is never guarenteed that fish are available. Since salmon and trout are so cheap however, you may as well buy them yourself! If enough people show interest, this is certainly something I can add, but it's deviating from the theme of the script somewhat! Cheers -Apa
  9. I am not using webwalking, But as i've mentioned before, despite the path being the same, factors like latency, camera orientation, mouse position etc will impact which exact tiles are clicked on when interacting with the minimap. As a result, the tiles clicked on are going to be pretty scattered. I can assure you that how a bot walks along a particular path isn't going to solely get you banned! -Apa
  10. He could, although users could try and fake this news to exploit getting trials so he should be cautious doing so !
  11. The scripter can't do anything since the store is handled by OSBot.
  12. Hmm, have you tried enabling/disabling human input? I know everyone is saying buy VIP, but there should be another solution to this haha... Let me know -Apa
  13. Hey, Cheers for the suggestion, I do want to but I feel like adding all these extras would warrant a slightly higher price tag since the methods are so profitable! I would also not like to take custom away from other scripters whom have written specific scripts for this stuff. That being said, I do have plans in the future to add other methods of cooking, but it appears to be a question of adding one then having adding to add them all so I am quite wary about this! -Apa
  14. I don't have an account with a high enough construction. Besides, if you do, then I wouldn't suggest botting on it lol
  15. Yea, Crab Claw Island is supported! (:
  16. Apaec

    Salty

    That's the thing about free scripts; you never hear about how useful it has been and never get a thank you. You only get replies in your inbox when something isn't working.
  17. If you're looking for a simple solution and don't want to go through the hassle of creating your own GUI, and this is the only data you want to input, consider using a JOptionPane. Just remember to check the data that's inputted and ensure that it's valid, and if not pop the option pane up again! -Apa
  18. I think he meant admiring haha! But maybe i'm wrong -Apa
  19. Woo that's awesome progress!!! (: And yeah, a recent OSBot interaction update causes this to happen. Not sure why it was added, probably for stability etc, I trust the devs know what they're doing! Maybe it will be changed in future though; we shall see. Cheers! -Apa
  20. Awesome (: And no problem, let me know if it happens again!! -Apa
  21. f9 (or options>console>
  22. That's odd! What are you cooking, and is there anything logged in the console?
×
×
  • Create New...