Everything posted by Token
- how many bots?
-
#rip bitcoin and coinbase
I did, IRS only targeted coinbase. There is nothing on coinbase to take.
-
#rip bitcoin and coinbase
That's coinbase though, people who use coinbase don't actually do anything illegal, they just trade bitcoins 24/7
-
Selling gold for BTC
Add my skype: tokenscape
- Quick Switching Hotkeys
-
CPU advice to run multiple bots
Don't look that much at clock rates and check the architecture instead. I personally own both Ivy Bridge and Haswell CPUs, and at a lower clock rate, the Haswell one outputs double performance when it comes to botting. I believe i7 hyperthreading may also be useful because the JVM runs at least 25 threads.
- Selling gold for BTC
-
Selling gold for BTC
It's already lower than anyone else sells even on the forums, not gold sites
-
Selling gold for BTC
Only accepting BTC A middleman will be used PM/post/skype Current stock: N/A Rate is $1.10/m Skype: tokenscape
-
"java heap space"
Are you attempting to run 2 bots in 1 client?
-
[ANSWERED] Automatically adding accounts to OSBot
Just start bots with -bot flag from CLI, you don't need OSBot to store them anywhere
-
Paint Calculations
That's not something you want to fix... I wish my profit would exceed 31 bits
-
OSBot/RSBots questions.
Jagex is not able to detect you are running an un-official client
-
Interrupting main loop
@@Override public void onStart() { ExecutorService executor = Executors.newCachedThreadPool(); executor.submit(() -> { while (bot.getScriptExecutor().isRunning()) { if (... condition to interrupt ...) { bot.getEventExecutor().interrupt(); } try { Thread.sleep(100); } catch (InterruptedException e) { log(Throwables.getStackTraceAsString(e)); } } }); } @@Override public int onLoop() { log("Executing loop"); execute(new Event() { @@Override public int execute() { try { sleep(10000); } catch (InterruptedException e) { setFailed(); } setFinished(); return -1; } }); return statement; }
-
Veni, vidi, vici
- Having troubles with loading up the Client?
Yes but earlier in the shitbox I told you to click out of the OSBot window and click back on it and you said it disappears- Having troubles with loading up the Client?
But the window is still there so there shouldn't be any error message yet- Having troubles with loading up the Client?
That's in a fresh terminal as you switched to /home in that one The full path is cd /home/<USER>/Downloads- Having troubles with loading up the Client?
It's cd Downloads- Having troubles with loading up the Client?
As I told you earler in the shitbox, run OSBot from a terminal and post the error messages when it disappears- CleverBot Implementation for Scripts
Responses are not instant, I'm using the same API as you. CleverBot generates a limited set of responses for every message you give. I use a recursive algorithm with a variable depth to ensure a larger pool of messages. You should query CleverBot on a separate thread using a Callable<String> to provide a Future<String> for when the processing is done.- needing some serious advice
I think you misunderstood the role of university. It won't find you a job, it will just give you a diploma that proves you have the minimum knowledge a programmer requires. MINIMUM is not what you need in the industry.- needing some serious advice
So if I get your post right, you have no experience and you don't have skills either? Go for an internship instead of a job.- Mirror Mode with Virmach/VPSGaming
I'm not the creator of mirror mode so I can't provide more accurate insight into this problem but judging from the error message you can try the following 1. Install the latest JDK http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 2. Make sure the JAVA_HOME environment variable is set on your system Windows: Press super + r start cmd execute the command "where java" Linux: execute "which java" The output should contain a line for the JDK folder, not only JRE (if you also have JRE installed) 3. Go to {JDK}/lib/ and look for the file tools.jar which contains the Attach API used to attach to Java processes If this one is missing, you can find it on google but it should be included in the JDK Make sure the JVM you are attaching to is supported by mirror mode- yep, farewell aswell
Yep. We can ban you all day long. We won't ever get rid of you. - Having troubles with loading up the Client?