CCBlueX Forum

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

    [Script] Kill Insults For Minemora

    Scripts
    5
    13
    340
    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.
    • kumri owo
      kumri owo last edited by kumri owo

      This Is A Script I Made For Minemora - (mc.minemora.net, They Have Like The Worst Ever Anticheat)

      It Basically Insults The Opponent You Kill.

      I Only Tested This For KitPvP/Solo-Skywars, So It Might Not Work For Anything Else

      If Needed You Can Change The Script To Work For Different Stuff.

      I WIll Update It Later To Add Different Servers

      Huge Thanks To: @Ali00035 For Helping Me To Get The Script To Work

      Changelog:

      • V1.0 - Release
      • V1.0.1 - Fix For When You Kill A Player It Chats Zombie Instead Of The Player Name
      • V1.1 - Fixed A Bug That Prevented From The Message Appearing In Minemora

      Added Basic Messages, Works For Minemora

      ----Script----

      /// api_version=2
      var RedeskyWords = [
          "Oops, Sorry My Config Is To Good",
          "Sorry I Guess Im Just To Good",
          "Im not Hacking I Just Have A Good Gaming Chair",
          "Next Time, Think Twice Before Going Up Against Me",
          "Sorry, JK",
          "Why All Of The Players, Are so bad?",
          "Want A I Chance Against Me? - https://www.youtube.com/watch?v=dQw4w9WgXcQ",
          "Your Welcome",
          "Want To Also Hack Like This? - https://www.youtube.com/watch?v=dQw4w9WgXcQ",
          "Better Luck Next Time (:",
          "I Give You My Uwu",
          "Oops I Barely Tried On That One", 
          "Sorry Can't Do Anything About The Kill, But I Can Give You A UwU",
          "At Least Pretend To Try Next Time"
      ];
      var script = registerScript({ 
          name: "Kill Insults",
          version: "1.0.0",
          authors: ["CutieHacker"]
      });
      
      script.registerModule({
      	name: "KillInsults",
      	category: "Misc",
      	description: "Insults people when you kill them" },
      	function (module) {
          	module.on("enable", function() {
      		
              		target = null;
          	});
      	module.on("attack", function(event)
      	{ 
              target = event.getTargetEntity();
              if (target != null) {
                  if (target.isDead) {
      
      
                      mc.thePlayer.sendChatMessage(RedeskyWords[Math.floor(Math.random() * (RedeskyWords.length + 1))].replace("%name%", target.getName()));
                      target = null;
                  }
              }
      	});
      });
      
      Ali00035 1 Reply Last reply Reply Quote 0
      • ybyyby_ awa
        ybyyby_ awa last edited by

        good work

        1 Reply Last reply Reply Quote 0
        • ybyyby_ awa
          ybyyby_ awa last edited by

          very cool

          kumri owo 2 Replies Last reply Reply Quote 0
          • kumri owo
            kumri owo @ybyyby_ awa last edited by

            @ybyyby180 It Dosent work right now but Im about to fix im so sorry

            1 Reply Last reply Reply Quote 0
            • kumri owo
              kumri owo @ybyyby_ awa last edited by

              @ybyyby180 Ok It should work right now sorry about that!

              1 Reply Last reply Reply Quote 0
              • Ali00035
                Ali00035 Banned @kumri owo last edited by

                @uwu_cutiehacker said in [Script] Kill Insults For Minemora:

                Huge Thanks To: @Ali00035 For Helping Me To Get The Script To Work

                😄

                1 Reply Last reply Reply Quote 0
                • MysticCheats
                  MysticCheats last edited by

                  Does this script also work on other servers?

                  melih_gmc2 1 Reply Last reply Reply Quote 0
                  • melih_gmc2
                    melih_gmc2 @MysticCheats last edited by

                    @mysticcheats should work, this is originally for redesky and the code is something that is universal and does not just detect chat messages

                    kumri owo 1 Reply Last reply Reply Quote 0
                    • kumri owo
                      kumri owo @melih_gmc2 last edited by

                      @melih_gmc2 yea I made this for redesky but like I now do minemora so yea

                      melih_gmc2 1 Reply Last reply Reply Quote 0
                      • melih_gmc2
                        melih_gmc2 @kumri owo last edited by

                        @r-i-s-e i'm pretty sure i saw something similar to this script that was made for redesky in like march-april 2021 by gabriel

                        Ali00035 kumri owo 2 Replies Last reply Reply Quote 0
                        • Ali00035
                          Ali00035 Banned @melih_gmc2 last edited by

                          @melih_gmc2 said in [Script] Kill Insults For Minemora:

                          @r-i-s-e i'm pretty sure i saw something similar to this script that was made for redesky in like march-april 2021 by gabriel

                          It is.

                          melih_gmc2 1 Reply Last reply Reply Quote 0
                          • melih_gmc2
                            melih_gmc2 @Ali00035 last edited by

                            @ali00035 nah this code is different but the other acted the same

                            1 Reply Last reply Reply Quote 0
                            • kumri owo
                              kumri owo @melih_gmc2 last edited by

                              @melih_gmc2 yes , the code would not work for me so i fixed it

                              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