Jump to content

Vilius

Scripter II
  • Posts

    1495
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Vilius

  1. so you are going to dry it out?
  2. Looks weird
  3. Username and Password are the same on osbot client and forums. And if your password contains special chars, i.e !@#$%^&*() you should change your password so it doesnt contain that.
  4. Vilius

    :)

    Created an applet which read users positions on login into runescape and drew it on a map grid tiles how many people are in that tile. Pic:
  5. http://osbot.org/forum/user/229593-needhelpquick/ Also known as Profile who has been banned. Adding his own confirmation too.
  6. Yes its lost. If the script creator removed it ofc.
  7. Vilius

    :)

    Nice
  8. Wrong jar man.
  9. 51-60 mining, Fremmy trials, Shilo village and lunars. post prices below
  10. Vilius

    1:36:27

    dat zed build doe
  11. g.drawString("" + xpGained, 1, 1); The numbers in that code mean the x, y position of the paint, you need to change it to somethin like 1,15 to draw it correctly. Because it draws text from the bottom up.
  12. NPC npc = npcs.closest("Frog"); This needs to be moved to your attack case.
  13. Why am I not in any of your lists?
  14. Oh thats interesting, I'm sure @ProjectPact will be intrigued :P
  15. neither
  16. Because I'm getting a cup of tea, brb in 2mins. EDIT: Back
  17. Thats great to know
  18. windows10?
  19. class GUI{ MethodProvider m; public GUI(MethodProvider m){ this.m = m; } //example method private Position getPos(){ return m.myPlayer().getPosition(); } } class YourScript extends Script{ GUI gui = new GUI(this); public void onStart(){ gui.setVisible(true); } } Something like that should work
  20. Alright so spotify is doing this thingy mabob. You can create a new account, get the 7 week trial and they will give you offer for 0.99$ 3 months of spotify premium. If you do that, just cancel the subscription so you wont be charged 7$ after 3 months pls like if dis helped u
  21. if(!getPrayer().isActivated(PrayerButton.PIETY)){ getPrayer().set(PrayerButton.PIETY, true); }else{ getPrayer().set(PrayerButton.PIETY, false); } This is just the basics, modify irpt how you like
×
×
  • Create New...