Jump to content

Pug

Trade With Caution
  • Posts

    443
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by Pug

  1. smell that? smells like bullshit.
  2. do you even use the java libraries? you should have a look at the java docs and extend your knowledge, you will find you dont need tool kits then.
  3. Pug

    sotw

    without sounding like a gfx wanker, i actually prefer the first one, feels like it has alot more depth?
  4. found a bug with the new client version. if you have bank tabs turned off the clients banking functions including withdrawAll(), depositAll() dont work. as soon as i turned the tabs back on my script works fine
  5. nice additions, well done guys
  6. this is how i have it set up in my script, just thought i would provide the idea will be up to others how they want to use it, thanks for the feedback though Purple
  7. the most basic way would be to just call it in your on loop method like: public int onLoop() throws InterruptedException { findMod(); return 10; } but im sure others can comeup with better ways to implement this. just idea on a basic concept i had an hour ago yah i thought this, i myself am usually using the other screen for scripting whilst botting on my spare screen. So im always near the computer. what about an email alternative for those who are out ? idk.
  8. was looking in the snippets section earlier for something unrelated and came across the snippet by another user [enter name here] sorry i forgot your name. Anyway i thought instead of logging out or saying something it would be better to play a sound to alert the script user to come back to the pc. So if anyone wants, here: // Mod Alert public void findMod() throws InterruptedException { List<Player> players = client.getLocalPlayers(); for(Player p : players) { String currentuser = p.getName(); if(currentuser.startsWith("Mod ")) { try { java.applet.AudioClip clip = java.applet.Applet.newAudioClip( new java.net.URL("http://www.runeinfinity.com/railroadCrossingBell.wav")); clip.play(); warn("THERE IS A MOD IN THE AREA, KEEP A CLOSE EYE ON YOUR SCREEN FOR A FEW MINUTES PLEASE."); sleep(10000); clip.stop(); } catch (java.net.MalformedURLException murle) { System.out.println(murle); } } } } thoughts welcome. trolls will be reported. ^_^
  9. oh nice a i love the Loading screen whilst injecting, Sexxyyy. guna try this out now, will post bugs found etc.
  10. http://osbot.org/forum/topic/45153-pug-runecrafter-pro/
  11. hey guys i need the following: an account with: - membership - 60 Runecrafting - All pouches I want to add the abyss & pouch support to my rc script which im trying to make AIO If someone can help il try and sort out them getting the script for free or a voucher or something? thanks.
  12. not guna lie thats up there with the best logo's for a paint ive seen in a while. near Pug quality some might say ;) i love it anyway gg
×
×
  • Create New...