Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • 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 339 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
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
    • C Offline
      C Offline
      Co丶Dynamic
      replied to Gabriel 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
      • G Offline
        G Offline
        Gabriel
        replied to Co丶Dynamic 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
          • qwq LiulihaocaiQ Offline
            qwq LiulihaocaiQ Offline
            qwq Liulihaocai
            replied to Gabriel 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

              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