• 0

    posted a message on MineC# Launcher v1.1.3 - a .net Minecraft Launcher

    Sure, will try to add a portable version in v1.1.4

    Posted in: Minecraft Tools
  • 0

    posted a message on MineC# Launcher v1.1.3 - a .net Minecraft Launcher
    @joppiesaus Thanks,
    Of Course I will do that!
    I will add that to version 1.1.4
    Posted in: Minecraft Tools
  • 0

    posted a message on MineC# Launcher v1.1.3 - a .net Minecraft Launcher
    Updated to 1.1.3

    Version 1.1.3:
    • Updated Stats version to 3.0
    • * Added language
    • Settings Version is now 4.0 (added last joined server)
    • Fixed missing Language String issue
    • Fixed glichty TabControl bug
    • Fixed the title of the texturepack window
    • Fixed script errors
    • Fixed mc://start
    • Fixed random appearing exception at start
    • Added mc://debug to use the debug mode
    • Added mc://ip:port for joining to a server
    • Added the option to join a server
    • Added Snapshot downloader
    • New way for launching Minecraft
    • Checks now if the statistics server is down, this will prevent a crash
    • Readded Splash Text
    • Code optimations
    • Checking now for Java.exe
    • Downgraded LWJGL from 2.8.5 to 2.8.4, this fixes some bugs (force update is required to apply it)
    • GUI improvements
    Posted in: Minecraft Tools
  • 0

    posted a message on MineC# Launcher v1.1.3 - a .net Minecraft Launcher
    It would be nice if you can make a translation!
    Just P.M me :P

    Well, this isn't hard to make, you only need some C# knowledge :D
    I learned everything by testing, didn't use tutorials or something.
    If you know the syntax, you can make everything you want with C#
    Posted in: Minecraft Tools
  • 0

    posted a message on MineC# Launcher v1.1.3 - a .net Minecraft Launcher
    Fixed the most of the known bugs, update is coming soon
    Posted in: Minecraft Tools
  • 0

    posted a message on MineC# Launcher v1.1.3 - a .net Minecraft Launcher
    Quote from smiba

    It will cost 1 (or 2) HTTP requests less. I'm sure there will be a better performance

    (And you could use string2() = string.split(":"c) or something to split 1 response in more strings)

    Ok, thanks :D

    EDIT: I'm using a Costum Tabcontrol now. This should also fix the glitchy TabControl bug.
    Screenshot:
    Posted in: Minecraft Tools
  • 0

    posted a message on List of Mods for 1.8.9
    Can you add my MineC# Launcher?
    Posted in: Minecraft Mods
  • 0

    posted a message on MineC# Launcher v1.1.3 - a .net Minecraft Launcher
    Hmm...Currently it receives the data (like Changelog & Version) from a .txt hosted on my dropbox account
    Is it a better idea if I use the stats generator php for that?
    Posted in: Minecraft Tools
  • 0

    posted a message on MineC# Launcher v1.1.3 - a .net Minecraft Launcher
    @joppiesaus Thanks for the feedback

    Tab control glitches: I dont know why that happens, this must be a bug from Windows... I'm already trying to fix it
    Script errors: Defaultly, Windows uses IE 6/7 for the WebBrowser in the Windows Forms. And IE 6/7 has many script errors. I will also try to fix that

    I will also add the feature to select the .minecraft directory :)
    Posted in: Minecraft Tools
  • 0

    posted a message on MineC# Launcher v1.1.3 - a .net Minecraft Launcher
    Quote from smiba

    You know this is easy 'fixable'. Just make him download the contents of a file to a string.

    Like http://*dropbox*/topic.txt - Which contains "http://www.minecraft...inec-launcher/"



    Do you use a obfuscator?

    1) Thanks, I will use that next time :)
    2) Yes, but its really easy to deobfuscate if you use the right programs...

    Edit: Download is now available, have fun!

    Edit2: Someone was stupid enough to abuse the statistics. I disabled them.

    Edit3: I made a new protection against spam attacks. Re-enabled the anonymous statistics.
    Posted in: Minecraft Tools
  • 1

    posted a message on MineC# Launcher v1.1.3 - a .net Minecraft Launcher
    I made my own Minecraft Launcher!
    It only supports Premium user.
    That means there is no support for non-premium or cracked user.

    Screenshots:










    (The Screenshots are from version 1.1.3)

    Snapshot downloader by joppiesaus

    Download v1.1.3: Mediafire (direct link)

    Virustotal (Virus Scan): *Click Me*


    Features:
    • Force update
    • Using official Minecraft Update Server
    • Standalone Launcher
    • Start with browser (mc://start)
    • All data is encrypted saved
    • Minecraft news
    • Allocate RAM to java settings
    • Forum browser
    • Save and load Settings
    • Forum browser
    • Show the minecraft log
    • Latest LWJGL
    • Skin preview
    • Authentificates with login.minecraft.net
    • Choose Minecraft Texturepack
    • Support for Mojang Accounts
    • Update check
    • Setup (Installer)
    • Debug mode (-debug Parameter or mc://debug)
    • Select Path to java
    • Anonymous Statistics
    • Multi-Threading
    • Loading screen
    • Multilingual (supports german and english)
    • Join a server with mc://ip:port !
    Requirements:
    • .net Framework 4 or up
    • Administrator rights (see @FAQ)
    • A minecraft premium account
    ToDo:
    • More backgrounds
    • Splash Texts
    • Basic mod installer
    • Fix the known bugs
    • Add the option to select the .minecraft folder
    • Add the option to download a Snapshot
    • Post your ideas!
    Please report bugs and post feedback!


    Known bugs:
    • Sometimes, a random exception appears at the start. Ignore it. I'm trying to fix it
    • Splash text is a bit glitchy
    FAQ:
    Q: Can I delete the files inside the .minecraft/MineC# Launcher/ folder?
    A: The natives.tar and the ressources.zip are files which are generated from minecraft download or update. You can delete them. But the settings.dat is needed for the settings. If you delete it, all settings will be lost!

    Q: I get an error if I try to start minecraft: "Couldn't create Java Virtual Machine"
    A: You allocated too much RAM. Allocate less to fix it

    Q: Is there a cracked function?
    A: No, and there will never be a cracked function

    Q: Why does it need administrator rights?
    A: Because it needs to add registry entrys (protocol registration for mc://start, setup etc...)

    Q: Are you going to publish the source code?
    A: No.

    Q: Which minecraft versions does it support?
    A: All versions.

    Q: Is there a support for Mac OS X or Linux?
    A: Currently, there is no support for it. But maybe later i will add support with the Mono Framework.


    Changelog:
    Version 1.1.3:
    • Updated Stats version to 3.0
    • * Added language
    • Settings Version is now 4.0 (added last joined server)
    • Fixed missing Language String issue
    • Fixed glichty TabControl bug
    • Fixed the title of the texturepack window
    • Fixed script errors
    • Fixed mc://start
    • Fixed random appearing exception at start
    • Added mc://debug to use the debug mode
    • Added mc://ip:port for joining to a server
    • Added the option to join a server
    • Added Snapshot downloader
    • New way for launching Minecraft
    • Checks now if the statistics server is down, this will prevent a crash
    • Readded Splash Text
    • Code optimations
    • Checking now for Java.exe
    • Downgraded LWJGL from 2.8.5 to 2.8.4, this fixes some bugs (force update is required to apply it)
    • GUI improvements
    Version 1.1.2:
    • Loading Screen
    • Updated Config Version to 3
    • Launcher checks now the Internet Connection
    • Using HTTP POST for anonymous Statistics
    • Removed old using statements
    • Fixed anonymous statistics bug
    • Multilanguage (supports german and english)
    • Bugfixes
    WARNING: YOU ARE NOT ALLOWED TO DECOMPILE THIS LAUNCHER!


    This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
    Posted in: Minecraft Tools
  • 0

    posted a message on Macro/Keybind Mod Scripts
    Quote from bkauf2

    Anyone know how I can make one to do this command in a loop every 4 seconds?: /pwarp 4

    $${
    DO; 
        wait(4);
        ECHO("/pwarp 4");
    LOOP;
    }$$
    Posted in: Content Packs
  • 0

    posted a message on Macro / Keybind Mod
    Quote from Barkas92

    Thanks!


    Have fun! :)
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    Quote from Barkas92

    Hello I need some help
    Im using`this automining macro
    if(automine);
    log("Automine Disabled");
    unset(automine);
    else;
    log("Automine Enabled");
    set(automine);
    do;
    	 key(attack);
    while(automine);
    endif;

    Could you tell me how to make another macro that would change my tool if it gets destroyed or is low on durability?

    use this:

    if(automine);
    log(&cAutomine Disabled.);
    unset(automine);
    stop();
    else;
    if(!automine);
    	 log(&aAutomine Enabled...);
    	 set(automine);
    	 do;
    		 do(15);
    			 key(attack);
    		 loop;
    		 PICK(274)
    	 loop;
    endif;
    endif;

    This will pick a stone Pickaxe. If you want to change it, change PICK(274) to PICK(*ID*)
    IDs: http://www.minecraft...em_ids#Item_IDs
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    Quote from tylerterror333

    I love this mod but is there anyways to get it to work with the Magic Launcher? When I add LiteLoader to the list of mods it comes up with errors.


    Could you post an image/screenshot?
    Maybe you can try to change the order of the mods.
    Posted in: Minecraft Mods
  • To post a comment, please .