Navigation

    CCBlueX Forum

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

    Fly For Minemora

    Requests
    3
    72
    54
    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.
    • CutieHacker
      CutieHacker @stolen nft last edited by

      @ali00035 gotta say they have bad anticheat, but good staff team XD

      stolen nft 1 Reply Last reply Reply Quote 0
      • stolen nft
        stolen nft @CutieHacker last edited by

        @cutiehacker said in Fly For Minemora:

        @ali00035 gotta say they have bad anticheat, but good staff team XD

        Lol.

        CutieHacker 1 Reply Last reply Reply Quote 0
        • CutieHacker
          CutieHacker @stolen nft last edited by

          @ali00035 Can you help me look at my script, I dont get why it works

          CutieHacker 1 Reply Last reply Reply Quote 0
          • CutieHacker
            CutieHacker @CutieHacker last edited by

            @cutiehacker Im tring to make a new version of my script but it wont work:

            /// 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;
                        }
                    }
            	});
            });
            
            stolen nft 2 Replies Last reply Reply Quote 0
            • stolen nft
              stolen nft @CutieHacker last edited by

              @cutiehacker Doesn't it work on the client?

              CutieHacker 2 Replies Last reply Reply Quote 0
              • CutieHacker
                CutieHacker @stolen nft last edited by

                @ali00035 no It does not work on LB, well maybe it does idk, I have this very strange bug that if I reload my scripts nothing changes, I have to exit minecraft make a error in the code, load minecraft back up again then exit again, fix the error, and load it back up for the script to properly update

                stolen nft 1 Reply Last reply Reply Quote 0
                • CutieHacker
                  CutieHacker @stolen nft last edited by

                  @ali00035 Also About The Fly, I Found A Fly That Works Sometimes But Not Always, Its Called Minemora In The Fly On FDP Client But The Fly Speed Is To Fast, Its Needs To Be Slower, Is There Like Anyway Like To Make It Slower?

                  1 Reply Last reply Reply Quote 0
                  • stolen nft
                    stolen nft @CutieHacker last edited by

                    @cutiehacker said in Fly For Minemora:

                    @ali00035 no It does not work on LB, well maybe it does idk, I have this very strange bug that if I reload my scripts nothing changes, I have to exit minecraft make a error in the code, load minecraft back up again then exit again, fix the error, and load it back up for the script to properly update

                    Did you check the launcher console?

                    CutieHacker 2 Replies Last reply Reply Quote 0
                    • stolen nft
                      stolen nft @CutieHacker last edited by

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • CutieHacker
                        CutieHacker @stolen nft last edited by

                        @ali00035 no it has nothing really to do with the console

                        1 Reply Last reply Reply Quote 0
                        • CutieHacker
                          CutieHacker @stolen nft last edited by

                          @ali00035 just wondering do you happen end to know minemora's anticheat?

                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post