Jump to content

[Amazing Money Maker - Open Source - Muy good script] Joke Bot


Recommended Posts

Posted (edited)

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

Edited by Medusaa
  • Like 2
Posted
9 hours ago, dragonite3000 said:

where the download @? i'll donate part of what I make lol

It says on the thread that I won't pre-compile a jar due to the fact that it'd only contain 1 joke. If you send me a list of jokes (Already in the required code "format" (jOkEs.add("joke1p1:joke1p2");)) I can do it

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...