[SCRIPT] KillSults
-
Introduction
KillSults are a script for insulting everyone you kill.
This script is made for redesky, even tho it works on other servers, it also sometimes messages the players you kill, asking their cheat.How to use the code
Just make a .txt file, name it to whatever you want, but change the .txt to .js and copy the code, done!
Credits
- qwq Liulihaocai for making the script originally (https://forums.ccbluex.net/user/qwq-liulihaocai)
- skidma for fixing the script (https://forums.ccbluex.net/user/skidma)
Code
var target; var EntityPlayer = Java.type('net.minecraft.entity.player.EntityPlayer'); var RedeskyWords = [ "/tell %name% What client? To respond do /r (message)", "Config issue %name%", "Vai foder te para o caralho %name%", "Increve-se ao 'Coccocoa's Helper' no youtube", "Vai te foder %name%", "O anticheat melhor, AAC", "Vips fodem penis.", "Servidor lixo, vai foder vc mesmo.", "Don't use j75's config. Use mine! Sub me on yt, Coccocoa's Helper.", "Win every HvH with my new config! Get on my channel, Coccocoa's Helper.", "Você tem de pegar um hack, eu recommendo o liquidbounce.net", "Servidor de lx cheio de vips.", "Você é um resto de aborto %name%" ] var script = registerScript({ name: "KillSults", version: "1.0", authors: ["Gabriel"] }); script.registerModule({ name: "KillSults", description: "Insults people when you kill them.", category: "Misc", settings: { Mode: Setting.list({ name: "Mode", default: "Redesky", values: ["L", "Redesky"] }), } }, function (module) { module.on("enable", function () { target = null; }) module.on("attack", function (event) { if (event.getTargetEntity() instanceof EntityPlayer) { target = event.getTargetEntity(); } }) module.on("update", function () { module.tag = module.settings.Mode.get(); if (target != null) { if (target.isDead) { switch (module.settings.Mode.get()) { case "L": mc.thePlayer.sendChatMessage("L " + target.getName()); break; case "Redesky": mc.thePlayer.sendChatMessage(RedeskyWords[parseInt(Math.random() * RedeskyWords.length)].replace(/%name%/, target.getName())); break; } target = null; } } }) })
-
this is the worst killsults ever
-
@sigma-allah you can change the killsults messages.
-
@gabriel said in [SCRIPT] KillSults:
@sigma-allah you can change the killsults messages.
i have 1 iq not 0 iq man you don't need to say that
-
@sigma-allah I know, just saying
-
@sigma-allah Not that, changing the messages in the CODE of the script is even easier.
-
how tf can you get errors while making this
-
@sigma-allah It was a error by the script maker, the killsults didnt show up at all, i did not even see the SCRIPT showing up in script manager
-
The script dosen't work (no message)
-
@skidmalover Show me a video of it.