-
Content Count
482 -
Joined
-
Last visited
-
Days Won
1
Pseudo last won the day on October 10 2018
Pseudo had the most liked content!
About Pseudo

-
Rank
Super Member
Recent Profile Visitors
2618 profile views
-
There's several programs you can find online that will do this for you. For example RBtray.
-
It's all speculative to be honest, just bot the skills you'd like to see progress in your preferred order is all I'd say. Also note that the bot detection is far, far superior than it was years ago. Don't expect to bot long hours day in da out and not get hit! Best of luck.
-
Pseudo reacted to a post in a topic: How do you terminate a script?
-
Nice job my man.
-
Pseudo reacted to a post in a topic: Saving RAM across Clients with Class Data Sharing
-
Pseudo reacted to a post in a topic: [DB3] # AIO Crabs [FLAWLESS] [SMART REAGGRO] [AMMONITE CRABS] [SAND CRABS] [ROCK CRABS] [SWAMP CRABS]
-
Pseudo reacted to a post in a topic: World Walker - A second layer on top of the DB's Web
-
Pseudo reacted to a post in a topic: Returned from ~2/3 years ago to continue scripting, almost finished my first one:
-
Pseudo reacted to a post in a topic: DreamBot v3.3.8
-
^ This. Nobody here is going to tell you osb is better (partly because we're biased, mostly because it's shit).
-
As an extra add (this is more of a query than anything), is it possible that the glory (assuming it's the wall mounted one), could be categorized as a WallObject not a GameObject?
-
Pseudo reacted to a post in a topic: How to slow down actions?
-
Cursor speed is set in the client settings, or there's a method in the mouse class iirc. Also opt to use dynamic sleeping, that'll make a difference. if (Bank.withdraw("Manta ray", 5)) { Timing.waitCondition(() -> Inventory.contains("Manta ray"), 1200); }
-
yeeter01 reacted to a post in a topic: How to use the code from an older script?
-
Not sure why you're bumping a thread that's over 2 years old, but.. @dushanesully
-
As Cloakd said it's generally down to preference. But if you're creating a big project, then a decent framework/code structure is key to writing a script you can work with comfortably.
-
Already written one locally, though am I right in saying as of yet rewards haven't been released?
-
tjet reacted to a post in a topic: Coming back from 2004
-
Im A Baller reacted to a post in a topic: Coming back from 2004
-
Not remotely possible to hazard a guess at ban rates. The jagex anti-cheat is a thousand times better than it was back in them days. It's possible to make substantial gains/progress botting now a days, but it'll require a lot of trial and error.
-
Pseudo reacted to a post in a topic: DreamBot v3.3.7
-
Yeah nice catch!
-
Pseudo reacted to a post in a topic: getBank().isOpen() not working for me.
-
Generally I've found in my personal scripts that the issue with strings not drawing is a logical error on my part, that's not to say it necessarily is in yours, but it may be worth double checking the method in question is operating as expected. (Try printing the result to the log). As for blurry text, I've found toggling Anti aliasing to be a big help, see below. Within onPaint: [code] Graphics2D g = (Graphics2D) graphics; g.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_ON); [/code]
-
You're welcome. Keep at it!
-
kolmassammas reacted to a post in a topic: getBank().isOpen() not working for me.
-
You have zero logic to your code, so it'll always try to execute all of those actions, in that order, constantly, so that's the biggest problem. You need to structure your code. Secondly you ought to now use DB3's static API. [code] private void exampleBankingMethod() { GameObject bank = GameObjects.closest("Bank booth"); if (!Bank.isOpen()) { // Check if bank ISN'T open if (bank != null) { // Check the bank booth exists/isn't null if (bank.isOnScreen()) { //Bank exists and we can see it if (bank.interact("Bank")) { //if we clicked th
-
Pseudo reacted to a post in a topic: DreamBot v3.3.6
-
You need to create a thread for the script in the correct sub-forum then C+P the link of that into the request. @ABOOD221