Everything posted by Medusa
-
[Amazing Money Maker - Open Source - Muy good script] Joke Bot
So I just saw a thread on here and got inspiration to make this. It's really just a bot that accepts anything for jokes. It banks upon reaching a full inventory. It's opensource (Here) I was gonna comment in the code (And I did... Two places), but I ended up saying fuck it and not doing that. Oh and it also cancels trades which have been idle for 30 seconds. To add more jokes to the bot, you wanna copy my example in the onStart() method. @Override public void onStart() throws InterruptedException { jOkEs.add("Why did the chicken cross the road?:To get to the other side"); } The jokes are supposed to be 2 parts like the one shown above. The different "links" are separated by a colon (:). So if I wanna add a joke like this: A llama kicked me out of my house. Alpaca my bags. It'd look like this in onStart() jOkEs.add("A llama kicked me out of my house.:Alpaca my bags."); While writing this thread, I realise that I forgot to make the bot send messages when it isn't doing shit (Like advertising), so you'll have to add that yourself (Like 1 line of code). Other than that, enjoy. Written in 5 minutes or smth like that. Not gonna compile a jar cuz it would only have 1 joke. Feel free to donate some of the sick profit you've made using this script (You'll end up making bills). My BTC address is here: 1MEDUSArXACrEw1RNktAdyxuDpAWqzwbdt
- $$$ AMAZING BOT F2P/P2P $$$
-
Selling Overwatch for PC (Battle.Net)
You telling me I paid for that shitty game, and now it's free?
-
cant download
u do the big open with java
-
Account Creator - Beta
Seems kinda sad to do it like that. Why not have an option for user input on passwords?
-
Check if account is banned?
If he is trying to check on a "force-logout" if he is banned, it might be easier to just check a login state. Or am I just retarded?
-
Check if account is banned?
Maybe check login states when logging in? Or just text on screen.
-
Verified Emails - Ban Rate
Get 100 post count and make a thread. Then you can do services or smth for people and gain rep that way.
-
Verified Emails - Ban Rate
Doesn't really matter imo
-
Teleporting to GE/Outside of House
Yea that's part of what I meant with my comment. Didn't express myself properly
-
Teleporting to GE/Outside of House
Does that script actually work? I feel like it'd be much easier for you if you switched to task based scripts, instead of throwing it all in the onLoop method.
-
LF Someone to hand level league account
Ah. My connection to NA servers is shit, so I can't do it
-
LF Someone to hand level league account
I see you already have a lot of people wanting to do this for you lol. I'm willing to do it for not that much, but I'd like to know what region you want this on.
-
How can I recover my password from cookies or client?
Pretty sure OSBot encrypts your login information (The one used for "OSBot - Boot"). Also, in your browser you are still logged in due to the cookie. Pretty sure there is no way to restore your password from that.
-
VPS Startout Can't Launch OSBot with Java?
Not sure it'd make a difference, but maybe try to run it through terminal using java -jar. It might be able to give you more information.
-
rsos gold crach
Reason for this is most likely what Juggles said. Know a few people who have been making bills from master farmer in the last 14 days or so.
-
Botted for only 6 hours last night and boom banned
Responding to a month old thread ?
-
Mule script not wroking
Not actually trying to help with your problem, but in future scripts you might wanna use this It's a great guide on how to actually do task based scripting, instead of storing all of your code inside the onLoop() method.
- [Open Source] Account Creator - Alpha
-
Botting
Yea. I know a lot of people who have been running shit for days
-
Botting
Pretty sure anti-cheat team is on holidays. That's why you're able to bot like crazy
-
Buying 7 day membership trial accounts
What are you willing to pay per account?
-
[Open Source] Account Creator - Alpha
theme: dual email1: email@gmail.com onlyOneEmail: 1 password1: passowrd onlyOnePassword: 1 day: 13 month: 01 year: 1999 create-submit: create g-recaptcha-response: That's the new parameters it needs to send. Headers might have something to do with it, but I don't know. Could just be the website connection that times out or smth though. Idk
-
Twitch Prime
Lmfao. Best free twitch prime guide ever.
-
How can I bot on an alt without my main getting banned?
I don't think your main can be banned if you're not interacting with your bots from it. If you want to be safe, use another PC with a different IP (So proxy, VPN or other internet connection)