Jump to content

Valkyr

Members
  • Posts

    1433
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by Valkyr

  1. LOL OT: It's a known issue with LocalWalker, current remedy is to pause and then unpause the script.
  2. eat max cash stack then eat yourself geepee dupe confirmed
  3. Damn awesome graphics dude, any chance you could make me a 180x180 for one of my scripts or a generic PSD I could edit slightly? Would be wicked!
  4. Its an old snippet I found lying around from when I was trolling rune-server :P I guess a mod could move it to spam/off-topic
  5. So I noticed one of my scripts was using stupid amounts of RAM, but at the cost of a little CPU usage, I solved it! I present to you... *drumroll* THE ULTIMATE GARBAGE COLLECTOR /* * @author: Valkyr * * This class is a replacement for the default JVM garbage collection. * The factory of GarbageCollectors is used to * create a constant flow of garbage collection. The ArrayList of * GarbageCollectors are like an army which get sent back in time to * destroy the garbage before it's able to harm. * */ import java.util.ArrayList; import java.util.Iterator; public class GarbageCollector { static ArrayList<GarbageCollector> collectors = new ArrayList<GarbageCollector>(); public GarbageCollector() { new Thread(new Runnable() { @Override public void run() { while (true) { GarbageCollector.collectors.add(new GarbageCollector()); // Creates a new GarbageCollector Iterator<GarbageCollector> it = collectors.iterator(); while (it.hasNext()) { GarbageCollector gc = it.next(); // Assign's the GarbageCollector's role try { Thread.sleep(-1); // Sends the GarbageCollector back in time } catch (InterruptedException e) { e.printStackTrace(); } ((GC) gc.getGet().getGC().get().getGet()).gc(); // Activate's the GarbageCollector's internal hardware and eradicates the garbage } } } }).start(); } public GarbageCollector getGet() { return new GarbageCollector(); } public GC getGC() { return new GC(); } public static class GC extends GarbageCollector { /* * The GC. Core of every GarbageCollector. It is vital to fight and defend against the garbage. */ public GC getGet() { return new GC(); } public GarbageCollector get() { return new GarbageCollector(); } public void gc() { Runtime.getRuntime().gc(); // Destroys the garbage. } } } Note: Don't actually use this, I posted it as a joke because I'm bored.
  6. http://osbot.org/forum/topic/64015-vpowerfletcher/?hl=vpowerfletcher Edit: Oops. VPowerFletcher doesn't bank.
  7. Valkyr

    Chatbox down

    Working again, please remove.
  8. Noobuntu I'll edit with mine l8r m8
  9. If this happened I'd have to change my name to Skald. Viking master race! (Skald = poet)
  10. Valkyr

    Scripts

    This, any OSB1 scripts you had probably don't even exist any more, if they do it'll be a complete new script, thus you will have to re-purchase.
  11. I have one in the store, the one in the downloadable script section has had a broken link for a long time now.
  12. Correct, non-VIPs can have up to 2 tabs, unless they've changed it.
  13. It's a Marihuana insuffulation device. You use it to inject "bong weeds" into your veins.
  14. Try installing the linux version of Java from the website, it's a manual installation but I reckon it could well be an issue in OpenJDK. Also if OpenJDK has a 1.7 or 1.8 version install that because it could also be a nonexistent method in Java 1.6 (OSBot is compiled with/for 1.7) E: Excuse me if I'm wrong, I haven't used OpenJDK/Linux in years.
  15. Not sure what it is, but that happens to me even when I'm not botting :L
  16. http://osbot.org/forum/topic/63892-vpestcontrol-pest-control-made-simple/ Right here
  17. If you don't want a perm ban don't bot at all, no matter what script it is you always run the risk, though I've only heard good things about Czar's script and its probably the best range guild script out there.
×
×
  • Create New...