You Tube Posted April 28, 2020 Posted April 28, 2020 If someone could modify this script to hop around worlds and say 1 line, I will pay! Or if someone could make me a script that hops worlds and says 1 line of text ill pay well please contact me.
Hybris Posted April 28, 2020 Posted April 28, 2020 6 hours ago, You Tube said: If someone could modify this script to hop around worlds and say 1 line, I will pay! Or if someone could make me a script that hops worlds and says 1 line of text ill pay well please contact me. Add me Janne#1565
BravoTaco Posted April 28, 2020 Posted April 28, 2020 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); } } }