Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. ScriptAPI
  3. Will this script work on redesky?

Will this script work on redesky?

Scheduled Pinned Locked Moved ScriptAPI
6 Posts 5 Posters 1.6k Views
  • 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 Offline
    G Offline
    Gabriel
    wrote on last edited by
    #1

    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
    0
    • G Gabriel

      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 Offline
      C Offline
      Co丶Dynamic
      wrote on last edited by
      #2

      @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
      0
      • C Co丶Dynamic

        @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 Offline
        G Offline
        Gabriel
        wrote on last edited by
        #3

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

        qwq LiulihaocaiQ 1 Reply Last reply
        0
        • LitelyL Offline
          LitelyL Offline
          Litely
          wrote on last edited by
          #4

          no
          //8chars

          1 Reply Last reply
          0
          • G Gabriel

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

            qwq LiulihaocaiQ Offline
            qwq LiulihaocaiQ Offline
            qwq Liulihaocai
            wrote on last edited by
            #5

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

            1 Reply Last reply
            1
            • A Offline
              A Offline
              Aftery
              wrote on last edited by
              #6
              This post is deleted!
              1 Reply Last reply
              1

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              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
              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups