You Tube Posted April 28, 2020 Share 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. Quote Link to comment Share on other sites More sharing options...
Muffins Posted April 28, 2020 Share Posted April 28, 2020 add me on discord @ SheepWaffle#9819 Quote Link to comment Share on other sites More sharing options...
Hybris Posted April 28, 2020 Share 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 Quote Link to comment Share on other sites More sharing options...
BravoTaco Posted April 28, 2020 Share 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); } } } Quote Link to comment Share on other sites More sharing options...