Everything posted by Valkyr
-
OSBot 2.3.29 - Banking, ItemDefinitions, Trading and more
Wicked! Loving this update guys!
-
Can't seem to connect to the cb. Any ideas why?
Hope you fix it m8
- Need help with Walking!
-
What happens when...
eat max cash stack then eat yourself geepee dupe confirmed
-
FREE PAINT FOR BOT SCRIPTS
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!
-
How nice can you be?
Profile pic made me lol
-
Is your script using too much RAM? Here's the SOLUTION
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
-
Is your script using too much RAM? Here's the SOLUTION
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.
-
is there a wc/fletcher out there free or buyable?
Oh nice! PowerChopper or AIO? :P
-
is there a wc/fletcher out there free or buyable?
http://osbot.org/forum/topic/64015-vpowerfletcher/?hl=vpowerfletcher Edit: Oops. VPowerFletcher doesn't bank.
-
Post your taskbars!
- Scripting Framework - WebWalking, API
Its diabolical but its also the only way- Chatbox down
- Scripting Framework - WebWalking, API
Thanks ;o Not gonna lie using text IO instead of serialization has actually fixed a couple of performance issues- LocalScripts in Linux don't get seen
Never use root as your primary account. OT: If you're not logging in with root, move it to the user's home folder.- Post your taskbars!
Noobuntu I'll edit with mine l8r m8- SDN Scripter to Java Poet change?
If this happened I'd have to change my name to Skald. Viking master race! (Skald = poet)- Scripts
- Best pest control bot?
I have one in the store, the one in the downloadable script section has had a broken link for a long time now.- Firing butler.
I think he's getting misclicks when unnoting via butler and its accidentally firing it- Using more than one client
Correct, non-VIPs can have up to 2 tabs, unless they've changed it.- Scripting Framework - WebWalking, API
Valkyr's AIO Framework As those active in the CB may know, I've been working on a WebWalking framework for a short while now, to work in conjunction with my existing framework that I have been using and working on since before OSB1. The purpose of this project is to make scripting as simple and manageable as possible, such that there will not really be much that the script will need to handle itself (such as Dialogues, not worth implementing unless I were to write a questing script); also making debugging far easier and efficient. Anyway, I'm going to be recording my progress here so that everyone can see what I have in store for the foreseeable future. When this project is completed my plan is to release at the very least an AIO Fighter and Woodcutter (*groan*), either for free or a very low price, mainly to gauge/demonstrate the ability of my framework. Current Features WebWalker Pathfinding (A*) - 100% Find/interact Closest (Bank/NPC/Object/Ground Item) - 100% Regional Web Builder - 100% City Locations - 100% Dungeon Locations - 0% Minigame Locations - 0% Teleporting - 0% Walker Class - 100% Obstacle Handling - 100% Serialization - 100% <-- Unsupported .txt I/O - 100% Script Framework Tree/Node Structure - 100% Tabbed GUI - 100% Anti-ban - 100% Anti-pattern - 100% Loot Tracker w/ Zybez prices - 100% Media- just bought my first glass rig
So was I...- just bought my first glass rig
It's a Marihuana insuffulation device. You use it to inject "bong weeds" into your veins.- Osbot Auto Login
- Scripting Framework - WebWalking, API