Everything posted by Easy
-
Is Mod matk just talking shit or is it actually true that most bots get banned on tutorial island?
Most bots must be f2p, which explains why the f2p ban rate is significantly higher than the p2p.
-
CLI Failing to download SDN Script?
Your release thread was all I could find regarding the usage of cli, the last place I would have thought to look was the front page of the forum
- CLI Failing to download SDN Script?
-
CLI Failing to download SDN Script?
updated thread, still not working after taking your advice
-
CLI Failing to download SDN Script?
(I'm trying to run a local script) Starts up osbot, logs into my osbot account, then generates an error saying that the bot failed to initialize. Commands I'm using: java -jar "osbot 2.4.104.jar" -login Flamo:HIDDEN -bot HIDDEN@[member='gmail'].com:HIDDEN:1234 -debug 5005 -script TabFarmer:mule,317 Script manifest I'm using: @ScriptManifest(author = "Flamo", version = 0.03, info = "Tab maker that supports muling, hosting, and tab making.", logo = "", name = "TabFarmer") Debug logs: C:\Users\HIDDEN\Desktop>java -jar "osbot 2.4.104.jar" -login Flamo:HIDDEN -b ot HIDDEN@[member='gmail'].com:HIDDEN:1234 -debug 5005 -script TabFarmer:Mule,317 Debug enabled on port 5005 Starting local script with name: TabFarmer [DEBUG][12/18 02:22:28 AM]: Injected 2 field list filters [DEBUG][12/18 02:22:28 AM]: Injected 2 field filters [DEBUG][12/18 02:22:28 AM]: Injected 2 method list filters [DEBUG][12/18 02:22:28 AM]: Injected 3 method filters In debug mode! Listening for transport dt_socket at address: 5005 Stealth injection class-filter enabled! [DEBUG][12/18 02:22:29 AM]: OSBot is now ready! [INFO][12/18 02:22:31 AM]: Loaded 4 RS accounts! Loaded 2 local scripts and 1 SDN scripts. [INFO][12/18 02:22:32 AM]: Welcome to OSBot 2.4.104! [INFO][12/18 02:22:37 AM]: Updated injection hooks for client revision : 129! [DEBUG][Bot #1][12/18 02:22:37 AM]: Initializing stealth injection bot... [INFO][Bot #1][12/18 02:22:38 AM]: Downloading latest RS2 old-school client para meters... Bot failed to initialize! If you are running OSBot from command-line, ensure tha t the world you entered is valid! If the world you entered is valid, please chec k the OSBot forums for online/offline status.java.net.UnknownHostException: olds chool317.runescape.com at java.net.AbstractPlainSocketImpl.connect(Unknown Source) [INFO][12/18 02:22:38 AM]: Started bot #1 at java.net.PlainSocketImpl.conn ect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(UnknownSource) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at org.osbot.Lpt8.IIIIiiiIIIiI(wo:195) at org.osbot.rs07.RS07Parameters.IIIIiiiIIIiI(dp:18) at org.osbot.rs07.RS07Parameters.<init>(dp:249) at org.osbot.core.inject.RS07ClientInjector.inject(yx:75) at org.osbot.rs07.Bot.initialize(ne:439) at org.osbot.Lpt1.run(rv:124) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
-
im going to a party tomorrow, how to get girls?11!
grab em by the pussy
- 48H Bid on Sick Sig Top Bid wins
- 12 days of gfxmas
-
[PC] Unmolested obby mauler [Quested]
About $30, I personally wouldn't pay any more than that
-
How to implement an action after a random amount of time has passed
private Timer worldHoppingTimer = new Timer(); public int onLoop() { if (worldHoppingTimer.isActive()) { //do something here int hour = 3600000; int minHours = 1 * hour; int maxHours = 3 * hour; worldHoppingTimer.setTimeout(random(minHours, minHours)); //set the timer to go off in 1 - 3 hours (just an example) } return 100; } public class Timer { private long timeout; public Timer() { timeout = System.currentTimeMillis(); } public boolean isActive() { return timeout > System.currentTimeMillis(); } public void setTimeout(long timeout) { this.timeout = timeout + System.currentTimeMillis(); } public long getElapsedTime() { return System.currentTimeMillis() - timeout; } public String getElapsedToString() { return Format.msToString(getElapsedTime()); } public long getPerHour(long value) { return value * 3600000 / getElapsedTime(); } }
-
Xmas Logo Voting
You're definitely being that guy
-
Private RSPS Scripts - Flamo's Scripting Shop
Can you lift my messaging system restriction? I think you disabled it when you locked this thread
-
Private RSPS Scripts - Flamo's Scripting Shop
Thank you.
-
Private RSPS Scripts - Flamo's Scripting Shop
Turns out that it doesn't matter
-
Private RSPS Scripts - Flamo's Scripting Shop
Runescape private servers have nothing to do with both osrs and osbot
-
Private RSPS Scripts - Flamo's Scripting Shop
Wanna destroy your favourite private server's economy? I'm now accepting RSPS script requests Skype: dan.flamo Original private scripting thread -> http://osbot.org/forum/topic/110654-cheap-flamos-private-script-shop-quick-cheap-experienced-flawless-scripts-off-site-experience/#entry1246731
-
Influx Needs SOME WORK!
Thanks for the postcount, friend
-
Time and Space Complexity of itertools.permuations
Not as hard as finding the matrixes for world to screen xd
-
:frog:
- [Private Script Request] Paying Alot of Money
I wrote the bot. The problem is that it's an actual script, so you'll need to start up the osbot client to run it. Also, the script only supports mirror client, so you'll need VIP as well. My price is 50M 07.- [Private Script Request] Paying Alot of Money
Windows, mac os and linux support. Basically, he wants the program to be made in java, a multi-platform language.- [Private Script Request] Paying Alot of Money
So you want a bot that will reply whenever possible, once per thread, with responses based off of keywords found in the thread and title?- free postcount
- Trouble Burying Bones
Yeah, I'd love to give you a explanation as to why your code is bad. https://www.teamspeak.com/downloads Install teamspeak, join "elitescripts.org" and poke me "Danny" in the java channel. I'm not going to waste my time writing a longwinded post that you won't understand when I could speak to you and clear things up in a fraction of the time.- Trouble Burying Bones
Yes, it is horrible. The script will fail to run properly and/or crash so frequently that it wouldn't even be worth running. I could waste my time listing out everything that's wrong with this script if I wanted to. My comment has nothing to do with myself, it's about letting him know that he needs to improve if he wants to write a script that won't crash or spam click random rs entities. - [Private Script Request] Paying Alot of Money