Jump to content

itzDot

Members
  • Posts

    1098
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by itzDot

  1. lmao that's hilarious
  2. itzDot

    99 Fishing Goal

    gl on the progress
  3. itzDot

    Devs

    who are you referring too as devs ?
  4. how much ram you got ?
  5. no i think he just means there is a big ass banner while he's botting
  6. lmao is that even possible buying csgo skins from amazon? lmao is that even possible buying csgo skins from amazon?
  7. since yesterday my bot stopped working it and i get this error if someone could help, i don't know what the problem is.. because the code wasn't changed and it worked perfectly fine before yesterday, was there a new update for osbot or something? *NVM works fine on my laptop its just some bugs with eclipse project folders when transferring between two pc
  8. lol.. this is just basically goes to google types in "whats my ip" and fetches the result. people are getting that lazy?
  9. nvm you need to switch up the returns with chop and drop
  10. for GUI aka form its simple create a seperate class just for GUI which extends JFrame public class GUI extends JFrame { //fields go here //constructor public GUI() { } } ////on main script class in start method envoke the GUI class
  11. check out pia their decent
  12. is there anyway I can disable the random mouse & camera movements that are made by the client
  13. VIP status would help me allot, because while I'm working on my scripts, the VIP status would help me to test the limits of how long I can run my scripts without it getting any error(s)/ban by using the mirror client.
  14. alright thanks for the heads up
  15. just a little tip no need to make two if statements like that. if (tree != null) if (!myPlayer().isAnimating()) // how to decide which mode to be return State.CHOPPING_LOGS; instead do if (tree != null && !myPlayer().isAnimating()) return State.CHOPPING_LOGS;
  16. hey idk what causes this issue but once a while my script fails to drop the log and instead clicks use, and then it just stops droping the logs and moves onto different task, the method im using to drop the logs is inventory.dropAll(treeType);
  17. Hi i used IntelliJ as my IDE and now i finished the foundation of my script and i wanted to test it out, but I don't know how to test out my script using IntelliJ. If someone could help me it would great, thanks in advance.
×
×
  • Create New...