CCBlueX Forum

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

    Will this script work on redesky?

    ScriptAPI
    5
    6
    206
    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.
    • G
      Gabriel last edited by

      I am currently recoding RedeskyHelper by cancername, by using MineFCAutoThings originally made by ChocoPie, and converted to core by CzechHek of course.
      I added credits to me, for editing it for redesky, and cancername for the idea.
      I will be trying to find a way to do captcha aswell, but for now only Register and login.
      If this works, someone tell me.
      I will be happy to help in most issues with the script.

      ///api_version=2
      (script = registerScript({
          name: "RedeskyHelper",
          version: "0.2",
          authors: ["Choco", "CzechHek", "cancer", "Gabriel"]
      })).import("Core.lib");
      
      module = {
          values: [
              Password = value.createText("Login", "gabriel")
          ],
          onPacket: function (event) {
              if ((packet = event.getPacket()) instanceof S45PacketTitle) {
                  (message = packet.getChatComponent().getUnformattedText()).contains("/register <password> <password>) && mc.thePlayer.sendChatMessage("/register " + Password.get + " " + Password.get());
                  message.contains("/login <password>") && mc.thePlayer.sendChatMessage("/login " + Password.get());
              }
          }
      }
      
      C 1 Reply Last reply Reply Quote 0
      • C
        Co丶Dynamic @Gabriel last edited by

        @gabriel said in Will this script work on redesky?:

        <password>)

        you forgot " here

        What's more, I think it's better to check it yourself before post it

        G 1 Reply Last reply Reply Quote 0
        • G
          Gabriel @Co丶Dynamic last edited by

          @co丶dynamic My pc doesn't have enough memory to use a IDE or smth, so i can't check....
          :brain:

          qwq Liulihaocai 1 Reply Last reply Reply Quote 0
          • Litely
            Litely last edited by

            no
            //8chars

            1 Reply Last reply Reply Quote 0
            • qwq Liulihaocai
              qwq Liulihaocai @Gabriel last edited by

              @gabriel just use IDE in console like nano/vim
              extremely less mem cost xd

              1 Reply Last reply Reply Quote 1
              • A
                Aftery last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 1
                • 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