-
Posts
501 -
Joined
-
Last visited
-
Days Won
3
Pseudo last won the day on January 8
Pseudo had the most liked content!
About Pseudo

Recent Profile Visitors
3723 profile views
Pseudo's Achievements
-
Faunaspook reacted to a post in a topic: User Input Interface
-
Temi Shobulo started following Pseudo
-
RSMasterGuard reacted to a post in a topic: Moving items in inventory
-
The only cases I've heard of are people that alch slayer rings and Ethereum braces.
-
Pseudo reacted to a post in a topic: Alcher that can withdraw from bank..?
-
Pseudo reacted to a post in a topic: Aiming for 70 Agility but...
-
Pseudo reacted to a post in a topic: very clearly stated why you banned you can
-
Pseudo reacted to a post in a topic: very clearly stated why you banned you can
-
Pseudo reacted to a post in a topic: very clearly stated why you banned you can
-
Hans Zimmer reacted to a post in a topic: Moving items in inventory
-
Runecheap.com is a reliable vendor in my experience. (Apologies if I shouldn't be linking external sources, staff. Feel free to remove if so).
-
Pseudo reacted to a post in a topic: DreamBot v3.11.2
-
xpDad reacted to a post in a topic: Handling multiple activities/skills
-
Purely down to your own design choices, whatever you find easiest to manage/maintain.
-
Pseudo reacted to a post in a topic: DreamBot v3.10.7
-
https://dreambot.org/forums/index.php?/forum/96-tutorials/
-
Pseudo reacted to a post in a topic: Sub Undead Druids AIO [Up to 500k/h] [Level 3] [AIO] [Integrated Muling] [Advanced Antiban] [Quick Start/CLI]
-
Marzfisch reacted to a post in a topic: How to create button on GUI (paint)
-
Pseudo reacted to a post in a topic: F2P Picker Script
-
Pseudo reacted to a post in a topic: Pseudo's Fly Fisher [Three-ticking] [Restocking] [Variable mouse settings]
-
spacekees reacted to a post in a topic: Runescape map with coordinates
-
Explv.github.io
-
Haven't been active recently, anyone used this lately and can confirm it's still working/have any issues to report?
-
Yeah as I said before, can you show your declaration of 'item'?
-
- Show us where you're assigning a value to 'item'. - Why are you iterating 28 times? - You should be sleeping (dynamically) upon interaction to avoid 'spam clicking'.
-
Axolotl reacted to a post in a topic: How to get the Equipment of Target
-
You'd more than likely have to use a hiscores query.
-
Guevara reacted to a post in a topic: Osbot or Dreambot ?
-
kamilo reacted to a post in a topic: Switching from java to Python
-
Python is well worth learning irrespective of whether your intended application is botting or otherwise.
-
Even if the NPC isn't visible in the scene you ought to be able to determine its location if it's loaded in the region.
-
[code] Keyboard.pressShift(); for (int i : dropOrder) {//dropOrder being an array of type int[] of the order you want to drop the items Item item = Inventory.getItemInSlot(i); if (item != null //any further criteria can be added here) { if (item.interact()) { //sleep(s)? } } Keyboard.releaseShift(); [/code]
-
https://www.javatpoint.com/java-jspinner#:~:text=The object of JSpinner class,value from an ordered sequence.
-
New scripter need some tips on walking and randomness.
Pseudo replied to Vogelbekdier's topic in Support
Walking.getDestination is what you need bud. Sleep until X tiles from destination tile before continuing the walking cycle. -
Nonsense ^.