Jump to content




[Minecraft in ComputerCraft] [Multiplayer with http] Original Minecraft Launcher [FlashCraftLauncher] [FCL]

game computer networking

18 replies to this topic

#1 LabyStudio

  • Members
  • 39 posts

Posted 13 July 2013 - 11:35 AM

[Minecraft in ComputerCraft] & [LabyOS] Original Minecraft Launcher [FlashCraftLauncher] [FCL] Not finished!

Posted Image

About FlashCraftLauncher
Flashcraft Launcher is a program
where you can play Minecraft (2D)
together (Rednet). (comming soon)
It is also an operating system.
sorry for my bad english

Features:
- Original minecraft launcher [1.6.2]
- Premium login [http://login.minecraft.net]
- changelog
- Autoupdate
- Minecraft in (ComputerCraft/Minecraft)
- LabyOS [Operating system]
- Cracked support [comming soon]
- Feedback function

Changelog:
Pastebin

Status:
LabyOS: 02% completed!
FlashCraft: 00% completed!
FCLauncher: 99% completed!

Login Code:
print("")
name = read()
print("")
password = read()
testfor = http.get("http://login.minecraft.net/?user=" ..name.. "&password=" ..password.. "&version=12") -- check login data
printresult = testfor.readAll()
if printresult == "Bad login" then
print("Bad login")
else
print("Welcome")
end

YouTube Video:
Comming soon!

Screenshot:
Spoiler

Downloads:
-FlashCraftLauncher 0.1 (Development)
Download: pastebin get FqZwgAeQ Launcher
Programs: Launcher=yes FlashCraft=no LabyOS=no

-FlashCraftLauncher 0.2 (Beta)
Download: Comming soon! (Autoupdate)
Programs: Launcher=yes FlashCraft=no LabyOS=yes


Other programs:
-Old LabyOS: LabyOS in Minecraft
-SimpleSetup: Setup maker [Tool]



Feedback please ;)/>

#2 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 13 July 2013 - 06:21 PM

Next time just edit the original post, don't make a second one for no reason.

#3 LabyStudio

  • Members
  • 39 posts

Posted 13 July 2013 - 08:42 PM

 Lyqyd, on 13 July 2013 - 06:21 PM, said:

Next time just edit the original post, don't make a second one for no reason.

Sorry, I could not edit the title :/

#4 Dave-ee Jones

  • Members
  • 456 posts
  • LocationVan Diemen's Land

Posted 15 July 2013 - 01:29 AM

Nice login system. Very original and I like the way it uses actual Minecraft logins :) Brilliant.
Nice GUI too. :)

Might use the Minecraft user login on my own OS.
How do you make the updater?

#5 LabyStudio

  • Members
  • 39 posts

Posted 15 July 2013 - 04:34 AM

Updater:
if fs.exists(".minecraft/bin/minecraft/menu/screen") then
print("[Client] (Pastebin) Updating..")
fs.delete(".minecraft/bin/minecraft/menu/screen") end
term.setTextColor(colors.white)
shell.run("pastebin get HzryNrQ6 .minecraft/bin/minecraft/menu/screen") -- Download file (Update)
term.setCursorPos(1,2)
print("[Client] Updated.")


#6 Dave-ee Jones

  • Members
  • 456 posts
  • LocationVan Diemen's Land

Posted 15 July 2013 - 05:02 AM

 LabyStudio, on 15 July 2013 - 04:34 AM, said:

Updater:
if fs.exists(".minecraft/bin/minecraft/menu/screen") then
print("[Client] (Pastebin) Updating..")
fs.delete(".minecraft/bin/minecraft/menu/screen") end
term.setTextColor(colors.white)
shell.run("pastebin get HzryNrQ6 .minecraft/bin/minecraft/menu/screen") -- Download file (Update)
term.setCursorPos(1,2)
print("[Client] Updated.")

I meant, how do people make an updater that you don't even need to download? It just looks on pastebin for something and if it finds something out of place it updates...

I know how to make one that you download though. (Like that)

#7 LabyStudio

  • Members
  • 39 posts

Posted 15 July 2013 - 05:12 AM

 AutoLocK, on 15 July 2013 - 05:02 AM, said:

 LabyStudio, on 15 July 2013 - 04:34 AM, said:

Updater:
if fs.exists(".minecraft/bin/minecraft/menu/screen") then
print("[Client] (Pastebin) Updating..")
fs.delete(".minecraft/bin/minecraft/menu/screen") end
term.setTextColor(colors.white)
shell.run("pastebin get HzryNrQ6 .minecraft/bin/minecraft/menu/screen") -- Download file (Update)
term.setCursorPos(1,2)
print("[Client] Updated.")

I meant, how do people make an updater that you don't even need to download? It just looks on pastebin for something and if it finds something out of place it updates...

I know how to make one that you download though. (Like that)


Do you mean how to change the code on pastebin?
Sorry I can not so good english :/

#8 1lann

  • Members
  • 516 posts
  • LocationSeattle

Posted 15 July 2013 - 05:15 AM

I think it would be better if you didn't require a premium account login, so people won't feel so insecure putting their username and password details. And yes I completely understand the source is visible and can be seen it does nothing bad, but just for paranoid people, and just in case someone doesn't take advantage of this and make their own version...

Oh and also at least localize the username and password variables, else some other program can just steal it. (You should localize all the variables)

#9 LabyStudio

  • Members
  • 39 posts

Posted 15 July 2013 - 05:19 AM

 1lann, on 15 July 2013 - 05:15 AM, said:

I think it would be better if you didn't require a premium account login, so people won't feel so insecure putting their username and password details. And yes I completely understand the source is visible and can be seen it does nothing bad, but just for paranoid people, and just in case someone doesn't take advantage of this and make their own version...

Oh and also at least localize the username and password variables, else some other program can just steal it. (You should localize all the variables)

I'm already working on a "cracked" version ;)


I would later create a 2D Minecraft where you can play on the Internet.
That is why you need the premium account that no player appears twice

#10 LabyStudio

  • Members
  • 39 posts

Posted 15 July 2013 - 05:42 AM

Quote

Oh and also at least localize the username and password variables, else some other program can just steal it. (You should localize all the variables)

done.

#11 Tjakka5

  • Members
  • 256 posts

Posted 15 July 2013 - 06:47 AM

This seems realy nice, is it okay if I make my own launcher looking like this? Just for fun?

#12 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 15 July 2013 - 11:20 AM

 LabyStudio, on 13 July 2013 - 08:42 PM, said:

 Lyqyd, on 13 July 2013 - 06:21 PM, said:

Next time just edit the original post, don't make a second one for no reason.

Sorry, I could not edit the title :/

Click "use full editor"

#13 LabyStudio

  • Members
  • 39 posts

Posted 15 July 2013 - 11:28 AM

 ZudoHackz, on 15 July 2013 - 11:20 AM, said:

 LabyStudio, on 13 July 2013 - 08:42 PM, said:

 Lyqyd, on 13 July 2013 - 06:21 PM, said:

Next time just edit the original post, don't make a second one for no reason.

Sorry, I could not edit the title :/

Click "use full editor"

yes, I've just seen xD

#14 H4X0RZ

  • Members
  • 1,315 posts
  • LocationGermany

Posted 15 July 2013 - 04:17 PM

Do you speak german laby?

#15 LabyStudio

  • Members
  • 39 posts

Posted 15 July 2013 - 05:03 PM

 Freack100, on 15 July 2013 - 04:17 PM, said:

Do you speak german laby?
yes

#16 MKlegoman357

  • Members
  • 1,170 posts
  • LocationKaunas, Lithuania

Posted 16 July 2013 - 06:23 AM

Maybe you shouldn't "crack" your own Minecraft by yourself. Just make a working Minecraft version so other people could hack it. I would really like to "crack" Minecraft by my self. :P/>

#17 AlktatStudios

  • Banned
  • 52 posts
  • LocationThe Galaxy

Posted 06 November 2013 - 09:49 AM

Found a bug.

After you select Premium, and Log In Again,

It makes you click OK to select a new backround color. When I do, and select a new one, this comes up in the middle of the screen.
bios:339: [string "b"]:38: ',' expected


#18 deleted

  • Members
  • 82 posts

Posted 08 November 2013 - 07:39 PM

im getting the same error

#19 TheOddByte

    Lazy Coder

  • Members
  • 1,607 posts
  • LocationSweden

Posted 09 November 2013 - 01:01 PM

Hey, Cool program.. I have some improvements/suggestions if you'd like ;)
Spoiler

Edited by Hellkid98, 09 November 2013 - 01:02 PM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users