27e59096975d3ccba32ec182a12c16c8a6f3a3e5
oh wow this is such a simple fix how am i so dumb and not know this it's from https://github.com/OpenNBS/OpenNoteBlockStudio/blob/master/scripts/selection_transpose/selection_transpose.gml if you are lazy to find it this seems to also be the method evilbot is using
ChomeNS Bot Java
A Java verison of ChomeNS Bot.
Cum piling
You will see that the exploits plugin is missing because I gitignored it to prevent exploit leaks
To make this cum pie just make ExploitsPlugin.java in the plugins folder and add this code:
package land.chipmunk.chayapak.chomens_bot.plugins;
import land.chipmunk.chayapak.chomens_bot.Bot;
import java.util.UUID;
public class ExploitsPlugin {
public ExploitsPlugin (Bot bot) {}
public void kick (UUID uuid) {}
public void pcrash (UUID uuid) {}
}
Then at the root of the project run ./gradlew shadowJar for Linux or gradlew.bat shadowJar for Windows
The .jar file will be at build/libs, to run the bot do java -jar chomens_bot-rolling-all.jar
Languages
Java
100%