CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    How to create working KillSults ?

    Scripts
    4
    9
    350
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Vadim Nagetss
      Vadim Nagetss last edited by

      How to create working KillSults ?

      Plumer Man FaaatPotato CookieChinese 3 Replies Last reply Reply Quote 0
      • Plumer Man
        Plumer Man @Vadim Nagetss last edited by

        @vadim-nagetss

        Step 1. Skid

        Vadim Nagetss 1 Reply Last reply Reply Quote 1
        • FaaatPotato
          FaaatPotato @Vadim Nagetss last edited by FaaatPotato

          @vadim-nagetss

          you could skid it from here
          fbb91730-d43e-4307-9ca8-959d1b368d79-image.png

          and just change the @all method of the server you want to use it on

          1 Reply Last reply Reply Quote 0
          • Vadim Nagetss
            Vadim Nagetss @Plumer Man last edited by

            @plumer-man AutoL no working!

            FaaatPotato 1 Reply Last reply Reply Quote 0
            • FaaatPotato
              FaaatPotato @Vadim Nagetss last edited by

              @vadim-nagetss yes because you need to change something in the code and make sure to use a liquidbounce version wich is supporting the script

              1 Reply Last reply Reply Quote 0
              • CookieChinese
                CookieChinese @Vadim Nagetss last edited by

                @vadim-nagetss https://forums.ccbluex.net/topic/299/automessage-9-0-base-by-cookie-mumy/17?_=1633178999179

                Vadim Nagetss 2 Replies Last reply Reply Quote 0
                • Vadim Nagetss
                  Vadim Nagetss @CookieChinese last edited by

                  @cookiechinese thank!

                  1 Reply Last reply Reply Quote 0
                  • Vadim Nagetss
                    Vadim Nagetss @CookieChinese last edited by

                    @cookiechinese and in which tab is the function located ?

                    Plumer Man 1 Reply Last reply Reply Quote 0
                    • Plumer Man
                      Plumer Man @Vadim Nagetss last edited by

                      @vadim-nagetss

                      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;
                                  }
                              }
                          })
                      })
                      
                      
                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post
                      About
                      • Terms of Service
                      • Privacy Policy
                      • Status
                      • Contact Us
                      Downloads
                      • Releases
                      • Source code
                      • License
                      Docs
                      • Tutorials
                      • CustomHUD
                      • AutoSettings
                      • ScriptAPI
                      Community
                      • Forum
                      • Guilded
                      • YouTube
                      • Twitter
                      • D.Tube