Everything posted by Token
-
Stuck - script won't start
Post this on stackoverflow with osbot tag, I don't think anyone on this forum can make this script work
-
Our loop of life
But one day you will throw an InterruptedException
-
♪♫♫ ♪♪ ♫ ♫♫♫ ♪♪
- Oh, well.. I respect all of you but for real?
I don't see why a teacher would require to know their students' genders. For gym classes, students should be able to choose whatever gender they feel they belong to. If a guy thinks he's a woman, he may aswell join the women's gym group.- He never replied :(
You probably crashed his browser- New emoji suggestions
- Smooth walking in areas where Webwalking doesn't extend to
LinkedList<Position> path = new LinkedList<Position>(); ... WalkingEvent e = new WalkingEvent(); e.setMinDistanceThreshold(2); e.setMiniMapDistanceThreshold(2); e.setPath(path); execute(e); Put positions closer together, max minimap radius - 1 distance between them otherwise it won't find a path to them- Stealth Quester Proggie
- Staff AMA (Ask Me Anything) @Solution
Will you delete my warning points since 75% of them are completely taken out of context- Simple bot issue
Post more technical details, location of the VPS/client or the CPU usage are not relevant/describe a possible cause. JRE/JDK/JVM versions are critical, along with the default memory allocation, other JVM flags provided at boot phase and most importantly, the operating system, distribution running on the VM and virtualization technologies used. Start the client in debug mode and observe the output. Does this lag only occur on the loading screen?- OSBot Online - 14 October
Webwalking is still not working properly- getHitBarLoopCycle()
- About to lose my spot :(
I think if you delete the warning points I got from @Dex he will drop to 4th place Idk It's worth a shot- Whenever I'm mentioned...
Profile Settings > Notification Options- Real talk, where do you expect yourself within 5 years?
on the cover of forbes magazine- getHitBarLoopCycle()
You may want to state what you want to use it for, otherwise we cannot help you use it The API docs are very clear when it comes to this method- C - comparing 2 strings
There is a strcmp(char* a, char* b) function in string.h, returns 0 if they are equal, 1 if first is greater and -1 if its lesser- Objects.get(ln:138) ArrayIndexOutOfBoundsException: -156
According to the stacktrace the offending line is not in your code. If your code meets common sense standards such as following the API documentation on that method, what you encounter is an error in the API. The only error you can produce on your side with that code is by attempting to call it for a x-y pair which is not on the minimap. If this is not the case feel free to make a thread in the Client Bugs & Suggestions section.- How not to get HACKED 101
SecureRandom random = new SecureRandom(); String password = new BigInteger(130, random).toString(32); System.out.println(password); Copy/paste the output and save it in a secure location such as a sheet of paper. Better than any password generation site on the internet.- How not to get HACKED 101
A pass phrase is the worst idea you can possible have for a password, speaking from my experience on "the dark side". Every single password cracking tool like the famous "John the Ripper" will be testing all possible combinations of words that satisfy a length requirement from a dictionary even before testing for short and easy "random strings" like ies29kf. PS: password cracking dictionaries work against all words in all languages as these dictionaries have terrabytes of data to store every combination of literals that humans understand- OSBot 2.4.90 - GrandExchange, Containers, more
What's the different between isEmptyExcept() and onlyContains() ?- [combat]NPC filtering pls halp
You importe wrong List, there is java.awt.List and java.util.List- [combat]NPC filtering pls halp
ctrl + shift + o is the eclipse shortcut for imports- What scripts does osbot need ?
List<NPC> noobs = npcs.getAll().stream().filter(n -> !n.isUnderAttack()).collect(Collectors.toList());- What scripts does osbot need ?
profile pic uploader - Oh, well.. I respect all of you but for real?