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. 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.
  3. 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:
  4. http://osbot.org/forum/user/229593-needhelpquick/ Also known as Profile who has been banned. Adding his own confirmation too.
  5. Yes its lost. If the script creator removed it ofc.
  6. 51-60 mining, Fremmy trials, Shilo village and lunars. post prices below
  7. Vilius

    1:36:27

    dat zed build doe
  8. 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.
  9. NPC npc = npcs.closest("Frog"); This needs to be moved to your attack case.
  10. Why am I not in any of your lists?
  11. Oh thats interesting, I'm sure @ProjectPact will be intrigued :P
  12. Because I'm getting a cup of tea, brb in 2mins. EDIT: Back
  13. 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
  14. 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
  15. 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...