Jump to content

Team Capes Auto type


Recommended Posts

Posted

Hmm interesting, you would only need like 10 lines of code to do this.

private void hopWorldsAndSayText(String text, boolean useF2PWorlds) {
    if (useF2PWorlds) {
        if (getWorlds().hopToF2PWorld()) {
            getKeyboard().typeString(text, true);
        }
    } else {
        if (getWorlds().hopToP2PWorld()) {
            getKeyboard().typeString(text, true);
        }
    }
}

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...