CCBlueX Forum

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

    rickroll killsult (?)

    Scripts
    2
    2
    332
    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.
    • skiddermaster412
      skiddermaster412 Banned last edited by skiddermaster412

      // api_version=2
      var script = registerScript({
          name: "ricks your roll",
          version: "1.0",
          authors: ["gato"]
      });
      
      script.registerModule({
          name: "rickroll",
          category: "Fun", 
          description: "unsex your sex",
      	tag: "sex"
      }, function (v) {
          var a = 0;
          var g = [
              "We're no strangers to love",
              "You know the rules and so do I",
              "A full commitment's what I'm thinking of",
              "You wouldn't get this from any other guy",
              "I just wanna tell you how I'm feeling",
              "Gotta make you understand",
              "Never gonna give you up",
              "Never gonna let you down",
              "Never gonna run around and desert you",
              "Never gonna make you cry",
              "Never gonna say goodbye",
              "Never gonna tell a lie and hurt you",
              "We've known each other for so long",
              "Your heart's been aching but you're too shy to say it",
              "Inside we both know what's been going on",
              "We know the game and we're gonna play it",
              "And if you ask me how I'm feeling",
              "Don't tell me you're too blind to see",
              "Never gonna give you up",
              "Never gonna let you down",
              "Never gonna run around and desert you",
              "Never gonna make you cry",
              "Never gonna say goodbye",
              "Never gonna tell a lie and hurt you",
              "Never gonna give you up",
              "Never gonna let you down",
              "Never gonna run around and desert you",
              "Never gonna make you cry",
              "Never gonna say goodbye",
              "Never gonna tell a lie and hurt you",
              "Never gonna give, never gonna give",
              "We've known each other for so long",
              "Your heart's been aching but you're too shy to say it",
              "Inside we both know what's been going on",
              "We know the game and we're gonna play it",
              "I just wanna tell you how I'm feeling",
              "Gotta make you understand",
              "Never gonna give you up",
              "Never gonna let you down",
              "Never gonna run around and desert you",
              "Never gonna make you cry",
              "Never gonna say goodbye",
              "Never gonna tell a lie and hurt you",
              "Never gonna give you up",
              "Never gonna let you down",
              "Never gonna run around and desert you",
              "Never gonna make you cry",
              "Never gonna say goodbye",
              "Never gonna tell a lie and hurt you",
              "Never gonna give you up",
              "Never gonna let you down",
              "Never gonna run around and desert you",
              "Never gonna make you cry",
              "Never gonna say goodbye"
          ]
          var t = new (Java.type("net.ccbluex.liquidbounce.utils.timer.MSTimer"))();
          v.on("enable", function(){
              a = 0;
              t.reset();
          });
          v.on("world", function(){
              a = 0;
          });
          v.on("packet", function(e) {
              var message = "foi morto por "+mc.thePlayer.getName();
              packet = e.getPacket(), packet instanceof Java.type("net.minecraft.network.play.server.S02PacketChat") && packet.getChatComponent().getUnformattedText().contains(message) && t.hasTimePassed(50) && (mc.thePlayer.sendChatMessage(g[a]), a++, t.reset());
              a > g.length && (a = 0);
          });
      });
      

      1984

      1 Reply Last reply Reply Quote 1
      • gamerjuice
        gamerjuice last edited by

        yes yes yes

        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