Everything posted by Token
- Trading API unpredictable
-
getPlayerObjectFromName
Can’t check if that works as I’m on phone atm, but the idea is those weird characters should be in java’s horizontal whitespace character class, but not in the general whitespace class \s. P.S. Replace the double quote characters, I don’t have that on iphone keyboard
- Trading API unpredictable
-
Moving soon.
You still have them if you look in the script list inside the client, they won’t show on the scripts page on the site because they are not currently on the store. There shouldn’t be any issue with IP changes.
-
Checking if model is outdated broken on mirror mode ?
Are the results affected by the reaction time value?
-
OSRS Scouting Bot
I've moved this to the correct section @supuLi
-
Botting and Probability
https://en.wikipedia.org/wiki/Brainfuck
-
Botting and Probability
Unpredictable behavior
-
Botting and Probability
Your bots will become too savage
-
Botting and Probability
Use 69 as upper bound, it will determine a sluttish behavior of the bots, best anti-ban tl;dr; Using a random range of 100 values requires (at least) 100 times the data and computational power to apply a regression algorithm. Using randoms in scripts is not completely pointless.
-
WebWalkEvent / WalkingEvent
It uses less resources (RAM and CPU)
-
WebWalkEvent / WalkingEvent
WalkingEvent only works in the local loaded region (104x104 tiles), WebWalkEvent can walk anywhere on runesecape and it is also able to use teleports, obstacles, gliders, etc.
-
Login code: -2
Yes the login response code should be returned by the server, so if it's not in there it most likely failed to make a connection to jagex's servers
-
Login code: -2
I'm not aware of any -2 code unless it's new, but it's very likely that's a script error. Here's the possible login codes, there may be 1 more because of the recently added "You were disconnected from the server" interface but I'm not sure
-
Hello, when it comes to botting I'm a complete fish
Welcome to OSBot @Grimgor , anything is possible but don't expect it to be easy to achieve. Goldfarming has a steep learning curve, so don't be disappointed if it will take several attempts/bans until you find some methods that work for you.
-
Stealth Builder
Does it sit at falador printing that message and not do anything else?
-
Osbot is stuck (Linux Mint)
Install oracle jdk 8, make sure you are not using openjdk as this is not supported
-
Stealth NMZ
I'll think of something to make it work
-
Stealth NMZ
Sure I'll find some way to put them in there next to prayer potions, I guess they are useful before people have points for absorptions and overloads
-
OSBot Setup Tutorial
Windows Setup Mac Setup Adding and Running a Script Credits to @Mio for the videos
-
Linux Sleep Scheduler (Save Electricity)
Yes I figured that from what you said, but the application controlling the system vs system controlling application is just about design principles. You can also register your application as a service. Doing it from the service side may spare you from executing system commands from java which is usually quite annoying, and can run into tons of issues depending on distribution. My only concern was the cost of having a jvm running in the background doing this check for when to wake up, which could also impact the electricity usage of the system.
-
Linux Sleep Scheduler (Save Electricity)
I never thought about this, nice idea. I would design the system to launch the bot manager on startup instead, write a linux service that manages sleeping and starting/stopping the bot manager. This helps if there are any additional reboots in the future since services can be scheduled to automatically start with the kernel.
-
Stealth NMZ
In the beginning, use prayer potions until you have a decent amount of points, then switch to absorptions. Check guides on youtube/reddit for boss setups.
-
Stealth NMZ
I don't think I've ever seen that, is it enabling Aarg on customizable dreams? Can you send me the setup printed in the logger when you start the script? There's a long list of all settings printed just when you click start Hard customizable dreams with high point bosses, I'm not sure what's best setup for points but there are long debates over that on reddit
-
Inconsistent Behavior with Keyboard Input
Click on the client window before typing, make sure the application is actually on the foreground (owns focus), clicking the operating system task bar results in focus loss