Everything posted by Token
-
GE Data (get price etc. by item name) no external libraries required
Nice one, it eliminates the item id requirement from price queries which is really annoying when not owning the specific item (it can be retrieved from an item container) You can improve the caching to make it more memory friendly as that's really important when running lots of instances and the current one may take like 10 mb memory per instance versus an optimized cache which takes up like 1000 less memory (without data loss)
-
[ Mirror Mode guide / tutorial ]
Java programs have nothing to do with your PC architecture but the JVM architecture as they don't run directly on your device
-
Selling gold for bitcoins
Looking to sell a maximum of ~250m right now
-
Selling gold for bitcoins
Bitcoin only Not taking any other payment methods as I need bitcoins Price is negotiable, feel free to post below, PM me or contact me on skype (tokenscape)
-
OSBot stability with 20+ bots
Refrain from limiting the memory usage of a client. If it has to go above that limit doesn't mean it will simply stop at 512 mb and won't have any effect. It will actually make the client freeze because you are putting too much pressure on the garbage collector with your memory limit.
-
Jagex why?
Oh so you were actually botting pest control?
-
Jagex why?
What were you manually botting?
-
Misery of Darkness
Left one looks like a terrain generated by World Machine
-
[ Mirror Mode guide / tutorial ]
The problem with using OSBuddy may refer to your JVM architecture, namely 32 bit or 64 bit. If you can run OSBuddy in a 32 bit JVM you may be able to attach to it.
-
Computer Question
Yes it's a bad idea, install linux for now
- Selling profile views
-
Anyone know how to solve this issue?
Was java preinstalled on your device? Did you install the latest JRE version? Is the default version correctly set?
-
Anyone know how to solve this issue?
Start through command line and skip the boot interface
-
That moment when jagex mutes your bots
Because you lose control over your chatting algorithm and it starts spitting weeabo child porn things in mod mark's cc
-
RS07 GE Flipping
I'd honestly just use the OSBot client and add my own Grand Exchange plugin through a script Hint: there are lots of Grand Exchange configs which describe properties from how many items are in an offer in every box and how many items have already been sold, to their item ids which can be used to collect online data to alert you whenever you may be undercut by a flipping bot in order to maximize your profit without any effort. The OSBuddy client also uses these configs to collect data and I have them in my Grand Exchange API.
-
RS07 GE Flipping
Large quantity items but uncommon and P2P only so less accessible to flipping bots. Do NOT use OSBuddy or any client like that as they take data from your Grand Exchange interactions and upload it on their site from where flipping bots take it.
-
RS07 GE Flipping
I started at 9m and ended up with a 500m cash pile in like 1 month, but I also did herblore in the mean time
-
Client boxes configuration and text overlapped
Many people have reported this issue in latest client versions but until it's fixed what you can do is start OSBot from command line with the following syntax java -jar pathtojar -login osbotusername:osbotpassword -proxy ip:port:user:pass -bot username:pass:pin or for proxies based on ip authentication with no user/pass java -jar pathtojar -login osbotusername:osbotpassword -proxy ip:port -bot username:pass:pin and this also enables you to start osbot in a special mode for low resources/cpu usage by executing java -jar pathtojar -login osbotusername:osbotpassword -proxy ip:port:user:pass -bot username:pass:pin -allow lowresource,lowcpu where pathtojar is the full relative or absolute path to the osbot client jar including the jar file PS: pin must be entered, if your account doesnt have a pin, feel free to type 1234 or a random number
- Democratic Bot Party
-
Could not load stream library
Delete JRE, delete JDK Install latest versions and make sure they are suitable for your system
-
Banned on fresh account while logged into OSBuddy
There is no client side detection since 2013. You are free to play through any client with the same ban rates
- Democratic Bot Party
-
Could not load stream library
Has anything changed in your system? Did you update Java? Have you modified your system's environment variables?
-
Allowing reflection on cmd line
java -jar "osbot 2.4.71.jar" -login puzzled:password123 -bot email:password:0000 -allow lowresource,lowcpu,reflection
-
Sometimes my client ends up beeing stuck on logging in after i let them run for a while.
How jagex servers work is random, I'm pretty sure not even they know. They generally don't want people multilogging though as until a few years ago this was considered an offense even on separate worlds. Anything above 1 account per ip may result in a connection error.