Will this script work on redesky?
- 
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()); } } }
- 
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()); } } }@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 
- 
@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 @co丶dynamic My pc doesn't have enough memory to use a IDE or smth, so i can't check.... 
 :brain:
- 
@co丶dynamic My pc doesn't have enough memory to use a IDE or smth, so i can't check.... 
 :brain:@gabriel just use IDE in console like nano/vim 
 extremely less mem cost xd

