Funlight 5 - GERMAN R63 EMULATOR

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1

    config Funlight 5 - GERMAN R63 EMULATOR

    Funlight 5

    Here is a video :

    Funlight 5 Spot
    YouTube VIDEO

    More Infos and Download at
    Funlight 5 Homepage

    NOTICE!
    I dont read this thread anymore. When you have questions or other please contact me at funhabbo@live.de


  2. #2
    ส็็็็็็็ Bloodraven is offline
    MemberRank
    Sep 2009 Join Date
    AntarcticaLocation
    2,414Posts

    Re: Funlight 5 - GERMAN R63 EMULATOR

    Your an idiot... I decompiled this and it looks like the battle banzai is Wichards one...

    P.S Why rename every emulator, You claimed your debbo 3.5 was funlight 4...

  3. #3
    Ultra Light Beam Makarov is offline
    MemberRank
    Apr 2010 Join Date
    GothamLocation
    3,622Posts

    Re: Funlight 5 - GERMAN R63 EMULATOR

    To bad it isn't english, good job though.

  4. #4

    Re: Funlight 5 - GERMAN R63 EMULATOR

    Quote Originally Posted by -Jordan- View Post
    Your an idiot... I decompiled this and it looks like the battle banzai is Wichards one...

    P.S Why rename every emulator, You claimed your debbo 3.5 was funlight 4...
    nonono Debbo V3.5 isnt Funlight 4!

    Funlight 4 is a r63 emu and the banzai in this emu is von wichard, but i added in the next build a achievementsystem.

    Your Life is boring what? Decompile every Emulator?

  5. #5
    Live Ocottish Sverlord Joopie is online now
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    Re: Funlight 5 - GERMAN R63 EMULATOR

    Quote Originally Posted by Lukadora View Post
    nonono Debbo V3.5 isnt Funlight 4!

    Funlight 4 is a r63 emu and the banzai in this emu is von wichard, but i added in the next build a achievementsystem.

    Your Life is boring what? Decompile every Emulator?
    *sig*

    You may not release uber as closed source, I think i gonna make a bot to make doush answers

  6. #6
    Ultra Light Beam Makarov is offline
    MemberRank
    Apr 2010 Join Date
    GothamLocation
    3,622Posts

    Re: Funlight 5 - GERMAN R63 EMULATOR

    Your license check is horrible
    PHP Code:
    uint num uint.Parse(UberEnvironment.GetConfig().data["lic1"]) + uint.Parse(UberEnvironment.GetConfig().data["lic2"]);
            
    string item UberEnvironment.GetConfig().data["lic1"];
            if (
    item.Contains("69") || num == 0xd881)
    {

    Mine:(Old One)
    PHP Code:
    /// <summary>  
            /// Check's the user's License  
            /// </summary>  
            
    private static void LicenseCheck()  
            {  
                
    /*Notes*/  
                //Very insecure will be re-written.  
                //Possibly will go by Forum  
                //Forum test is commented out.  
                
    int pause 1300;  
                
    string SQL IO.workingDirectory + @"\config\mysql.ini";  
                
    dbKey IO.readINI("license""key"SQL);  
                
    keyName IO.readINI("license""name"SQL);  
                
    //forumUser = IO.readINI("forum", "name", SQL);  
                //forumPass = IO.readINI("forum", "pw", SQL);  
                
    Thread.Sleep(pause);  
                
    Out.WriteBlank();  
                
    Console.WriteLine("Would you like your license checked online or offline?");  
                
    string type Console.ReadLine();  
                
    Out.WriteBlank();  
                if (
    type == "offline")  
                {  
                    
    Console.WriteLine("Checking your license..");  
                    
    Thread.Sleep(pause);  
                    
    Out.WriteBlank();  
                    
    string key dbKey;  
                    
    string name keyName;  
                    
    string asertisk "-";  
                    if (
    dbKey.Length == 19 && key.Contains(asertisk))  
                    {  
                        
    Console.WriteLine("License [***************] has been accepted");  
                        
    Thread.Sleep(pause);  
                        
    Out.WriteBlank();  
                        if (
    keyName.Length && name.Contains(asertisk))  
                        {  
                            
    Console.WriteLine("Name [ " keyName " ] has been accepted");  
                            
    Thread.Sleep(pause);  
                            
    Out.WriteBlank();  
                            
    Boot();  
                        }  
                        else  
                        {  
                            
    Console.WriteLine("Your name is invalid");  
                            
    Shutdown(10);  
                        }  
                    }  
                    else  
                    {  
                        
    Console.WriteLine("Your license is invalid");  
                        
    Shutdown(10);  
                    }  
                }  
                if (
    type == "online")  
                {  
                    
    Console.WriteLine("Checking your license..");  
                    
    Thread.Sleep(pause);  

                    
    /*if (forumUser.Length == 0)  
                    {  
                        Console.WriteLine("Seems you didn't specify your MyForumt.com Username, would you like me to write one in for you?");  
                        string choice = Console.ReadLine();  
                        Out.WriteBlank();  
                        if (choice == "yes")  
                        {  
                            Console.WriteLine("Ok, username?");  
                            string name = Console.ReadLine();  
                            IO.writeINI("forum", "name", name, SQL);  
                            Console.WriteLine("Done, proceeding with the process!");  
                            Out.WriteBlank();  
                        }  
                        if (choice == "no")  
                        {  
                            Shutdown(7);  
                        }  
                    }  
                    if (forumUser.Length == 0)  
                    {  
                        Console.WriteLine("Seems you didn't specify your Dev-Studios.net Password, would you like me to write one in for you?");  
                        string choice = Console.ReadLine();  
                        Out.WriteBlank();  
                        if (choice == "yes")  
                        {  
                            Console.WriteLine("Ok, password?");  
                            string pw = Console.ReadLine();  
                            //hotelName = IO.readINI("hotel", "hotelname", SQL);  
                            IO.writeINI("forum", "pw", pw, SQL);  
                            Console.WriteLine("Done, proceeding with the process!");  
                            Out.WriteBlank();  
                        }  
                        if (choice == "no")  
                        {  
                            Shutdown(7);  
                        }  
                        Console.WriteLine("Checking your license now..");  
                        Thread.Sleep(pause);  
                    }*/  
                    
    if (dbKey.Length 19)  
                    {  
                        
    Console.WriteLine("Your license is invalid");  
                        
    Shutdown(10);  
                    }  
                    else  
                    {  
                        
    string[] license = new string[6];  
                        
    license[0] = new WebClient().DownloadString("http://YOURURL/LICENSEFILE");  
                        
    license[1] = dbKey;  
                        
    license[2] = keyName;  

                        if (
    license[0].Contains(license[1] + ";" license[2]))  
                        {  
                            
    Console.WriteLine("License Key : [ " license[1] + " ] Accepted");  
                            
    Boot();  
                        }  
                        else  
                        {  
                            
    Console.WriteLine("Your license is invalid, contact an administrator");  
                            
    Shutdown(5);  
                        }  
                    }  
                }  
            }  

    -----------------------------------------New 
    Shutdown!-----------------------------------------  
            
    /// <summary>  
            /// Rewritten by Cobe, basically the programmer chooses how many seconds the emulator will shutdown in.  
            /// </summary>  
            
    public static void Shutdown(int second)  
            {  
                
    Out.WriteBlank();  
                if(
    serverMonitor.IsAlive)  
                    
    serverMonitor.Abort();  
                
    int time second 1000;  
                
    Out.WriteLine("Emulator shutting down in " second " seconds");  
                
    Thread.Sleep(time);  
                
    Console.Beep(1400,1000);  
                
    Environment.Exit(2);  
            }  

    --------------------------------
    Required Namespace---------------------------------------------  
    using System.Net;  

    --------------------------------
    Required Strings-----------------------------------------------  
    //Put these after "public static string dbPassword;"  
            
    public static string keyName;  
            public static 
    string dbKey
    Convert it to UberEmulator yourself

  7. #7
    Enthusiast iPlay is offline
    MemberRank
    May 2011 Join Date
    41Posts

    Re: Funlight 5 - GERMAN R63 EMULATOR

    This is a renamed Uber Emulator. Shit.
    @ Tr0ll.™: nice.

  8. #8
    C# | C++ Emerica is offline
    MemberRank
    Oct 2010 Join Date
    GermanyLocation
    437Posts

    Re: Funlight 5 - GERMAN R63 EMULATOR

    Quote Originally Posted by Tr0ll.™ View Post
    Your license check is horrible
    PHP Code:
    uint num uint.Parse(UberEnvironment.GetConfig().data["lic1"]) + uint.Parse(UberEnvironment.GetConfig().data["lic2"]);
            
    string item UberEnvironment.GetConfig().data["lic1"];
            if (
    item.Contains("69") || num == 0xd881)
    {

    Mine:(Old One)
    PHP Code:
    /// <summary>  
            /// Check's the user's License  
            /// </summary>  
            
    private static void LicenseCheck()  
            {  
                
    /*Notes*/  
                //Very insecure will be re-written.  
                //Possibly will go by Forum  
                //Forum test is commented out.  
                
    int pause 1300;  
                
    string SQL IO.workingDirectory + @"\config\mysql.ini";  
                
    dbKey IO.readINI("license""key"SQL);  
                
    keyName IO.readINI("license""name"SQL);  
                
    //forumUser = IO.readINI("forum", "name", SQL);  
                //forumPass = IO.readINI("forum", "pw", SQL);  
                
    Thread.Sleep(pause);  
                
    Out.WriteBlank();  
                
    Console.WriteLine("Would you like your license checked online or offline?");  
                
    string type Console.ReadLine();  
                
    Out.WriteBlank();  
                if (
    type == "offline")  
                {  
                    
    Console.WriteLine("Checking your license..");  
                    
    Thread.Sleep(pause);  
                    
    Out.WriteBlank();  
                    
    string key dbKey;  
                    
    string name keyName;  
                    
    string asertisk "-";  
                    if (
    dbKey.Length == 19 && key.Contains(asertisk))  
                    {  
                        
    Console.WriteLine("License [***************] has been accepted");  
                        
    Thread.Sleep(pause);  
                        
    Out.WriteBlank();  
                        if (
    keyName.Length && name.Contains(asertisk))  
                        {  
                            
    Console.WriteLine("Name [ " keyName " ] has been accepted");  
                            
    Thread.Sleep(pause);  
                            
    Out.WriteBlank();  
                            
    Boot();  
                        }  
                        else  
                        {  
                            
    Console.WriteLine("Your name is invalid");  
                            
    Shutdown(10);  
                        }  
                    }  
                    else  
                    {  
                        
    Console.WriteLine("Your license is invalid");  
                        
    Shutdown(10);  
                    }  
                }  
                if (
    type == "online")  
                {  
                    
    Console.WriteLine("Checking your license..");  
                    
    Thread.Sleep(pause);  

                    
    /*if (forumUser.Length == 0)  
                    {  
                        Console.WriteLine("Seems you didn't specify your MyForumt.com Username, would you like me to write one in for you?");  
                        string choice = Console.ReadLine();  
                        Out.WriteBlank();  
                        if (choice == "yes")  
                        {  
                            Console.WriteLine("Ok, username?");  
                            string name = Console.ReadLine();  
                            IO.writeINI("forum", "name", name, SQL);  
                            Console.WriteLine("Done, proceeding with the process!");  
                            Out.WriteBlank();  
                        }  
                        if (choice == "no")  
                        {  
                            Shutdown(7);  
                        }  
                    }  
                    if (forumUser.Length == 0)  
                    {  
                        Console.WriteLine("Seems you didn't specify your Dev-Studios.net Password, would you like me to write one in for you?");  
                        string choice = Console.ReadLine();  
                        Out.WriteBlank();  
                        if (choice == "yes")  
                        {  
                            Console.WriteLine("Ok, password?");  
                            string pw = Console.ReadLine();  
                            //hotelName = IO.readINI("hotel", "hotelname", SQL);  
                            IO.writeINI("forum", "pw", pw, SQL);  
                            Console.WriteLine("Done, proceeding with the process!");  
                            Out.WriteBlank();  
                        }  
                        if (choice == "no")  
                        {  
                            Shutdown(7);  
                        }  
                        Console.WriteLine("Checking your license now..");  
                        Thread.Sleep(pause);  
                    }*/  
                    
    if (dbKey.Length 19)  
                    {  
                        
    Console.WriteLine("Your license is invalid");  
                        
    Shutdown(10);  
                    }  
                    else  
                    {  
                        
    string[] license = new string[6];  
                        
    license[0] = new WebClient().DownloadString("http://YOURURL/LICENSEFILE");  
                        
    license[1] = dbKey;  
                        
    license[2] = keyName;  

                        if (
    license[0].Contains(license[1] + ";" license[2]))  
                        {  
                            
    Console.WriteLine("License Key : [ " license[1] + " ] Accepted");  
                            
    Boot();  
                        }  
                        else  
                        {  
                            
    Console.WriteLine("Your license is invalid, contact an administrator");  
                            
    Shutdown(5);  
                        }  
                    }  
                }  
            }  

    -----------------------------------------New 
    Shutdown!-----------------------------------------  
            
    /// <summary>  
            /// Rewritten by Cobe, basically the programmer chooses how many seconds the emulator will shutdown in.  
            /// </summary>  
            
    public static void Shutdown(int second)  
            {  
                
    Out.WriteBlank();  
                if(
    serverMonitor.IsAlive)  
                    
    serverMonitor.Abort();  
                
    int time second 1000;  
                
    Out.WriteLine("Emulator shutting down in " second " seconds");  
                
    Thread.Sleep(time);  
                
    Console.Beep(1400,1000);  
                
    Environment.Exit(2);  
            }  

    --------------------------------
    Required Namespace---------------------------------------------  
    using System.Net;  

    --------------------------------
    Required Strings-----------------------------------------------  
    //Put these after "public static string dbPassword;"  
            
    public static string keyName;  
            public static 
    string dbKey
    Convert it to UberEmulator yourself
    But if someone crack your Source, he or she has the link to your licence Server, so it isn't save to.
    Encode your URL, and it's saver than this.

    But, why did he add a Licence System to a Copy & Paste Emulator !?!?

  9. #9
    Ultra Light Beam Makarov is offline
    MemberRank
    Apr 2010 Join Date
    GothamLocation
    3,622Posts

    Re: Funlight 5 - GERMAN R63 EMULATOR

    I just said that's my old one.. Obviously it's obfuscated and encrypted :S

    I released that on my forum, and somehow it got everywhere but here, so..
    Last edited by Makarov; 11-06-11 at 12:37 PM.

  10. #10
    C# | C++ Emerica is offline
    MemberRank
    Oct 2010 Join Date
    GermanyLocation
    437Posts

    Re: Funlight 5 - GERMAN R63 EMULATOR

    Quote Originally Posted by Tr0ll.™ View Post
    I just said that's my old one.. Obviously it's obfuscated and encrypted :S

    I released that on my forum, and somehow it got everywhere but here, so..
    Your System is 1000 Times better than this "FUNLIGHT" System

  11. #11
    Account Upgraded | Title Enabled! simoneihg is offline
    MemberRank
    Dec 2010 Join Date
    PalermoLocation
    243Posts

    Re: Funlight 5 - GERMAN R63 EMULATOR

    Post it open-source so we can update the codes with better codes, all uber edit should be open-source :S

  12. #12
    C# / Java Programmer scottstamp851 is offline
    MemberRank
    Jan 2007 Join Date
    EverywhereLocation
    504Posts

    Re: Funlight 5 - GERMAN R63 EMULATOR

    It's Wichard's edit, this isn't a release, it's a rip and a rename of a project which specifically prohibits such activites through a license agreement.

    @OP: Get the fuck out.

  13. #13
    Enthusiast FreakDevHotel is offline
    MemberRank
    Jun 2011 Join Date
    38Posts

    config Re: Funlight 5 - GERMAN R63 EMULATOR

    Quote Originally Posted by Tr0ll.™ View Post
    Your license check is horrible
    PHP Code:
    uint num uint.Parse(UberEnvironment.GetConfig().data["lic1"]) + uint.Parse(UberEnvironment.GetConfig().data["lic2"]);
            
    string item UberEnvironment.GetConfig().data["lic1"];
            if (
    item.Contains("69") || num == 0xd881)
    {

    Mine:(Old One)
    PHP Code:
    /// <summary>  
            /// Check's the user's License  
            /// </summary>  
            
    private static void LicenseCheck()  
            {  
                
    /*Notes*/  
                //Very insecure will be re-written.  
                //Possibly will go by Forum  
                //Forum test is commented out.  
                
    int pause 1300;  
                
    string SQL IO.workingDirectory + @"\config\mysql.ini";  
                
    dbKey IO.readINI("license""key"SQL);  
                
    keyName IO.readINI("license""name"SQL);  
                
    //forumUser = IO.readINI("forum", "name", SQL);  
                //forumPass = IO.readINI("forum", "pw", SQL);  
                
    Thread.Sleep(pause);  
                
    Out.WriteBlank();  
                
    Console.WriteLine("Would you like your license checked online or offline?");  
                
    string type Console.ReadLine();  
                
    Out.WriteBlank();  
                if (
    type == "offline")  
                {  
                    
    Console.WriteLine("Checking your license..");  
                    
    Thread.Sleep(pause);  
                    
    Out.WriteBlank();  
                    
    string key dbKey;  
                    
    string name keyName;  
                    
    string asertisk "-";  
                    if (
    dbKey.Length == 19 && key.Contains(asertisk))  
                    {  
                        
    Console.WriteLine("License [***************] has been accepted");  
                        
    Thread.Sleep(pause);  
                        
    Out.WriteBlank();  
                        if (
    keyName.Length && name.Contains(asertisk))  
                        {  
                            
    Console.WriteLine("Name [ " keyName " ] has been accepted");  
                            
    Thread.Sleep(pause);  
                            
    Out.WriteBlank();  
                            
    Boot();  
                        }  
                        else  
                        {  
                            
    Console.WriteLine("Your name is invalid");  
                            
    Shutdown(10);  
                        }  
                    }  
                    else  
                    {  
                        
    Console.WriteLine("Your license is invalid");  
                        
    Shutdown(10);  
                    }  
                }  
                if (
    type == "online")  
                {  
                    
    Console.WriteLine("Checking your license..");  
                    
    Thread.Sleep(pause);  

                    
    /*if (forumUser.Length == 0)  
                    {  
                        Console.WriteLine("Seems you didn't specify your MyForumt.com Username, would you like me to write one in for you?");  
                        string choice = Console.ReadLine();  
                        Out.WriteBlank();  
                        if (choice == "yes")  
                        {  
                            Console.WriteLine("Ok, username?");  
                            string name = Console.ReadLine();  
                            IO.writeINI("forum", "name", name, SQL);  
                            Console.WriteLine("Done, proceeding with the process!");  
                            Out.WriteBlank();  
                        }  
                        if (choice == "no")  
                        {  
                            Shutdown(7);  
                        }  
                    }  
                    if (forumUser.Length == 0)  
                    {  
                        Console.WriteLine("Seems you didn't specify your Dev-Studios.net Password, would you like me to write one in for you?");  
                        string choice = Console.ReadLine();  
                        Out.WriteBlank();  
                        if (choice == "yes")  
                        {  
                            Console.WriteLine("Ok, password?");  
                            string pw = Console.ReadLine();  
                            //hotelName = IO.readINI("hotel", "hotelname", SQL);  
                            IO.writeINI("forum", "pw", pw, SQL);  
                            Console.WriteLine("Done, proceeding with the process!");  
                            Out.WriteBlank();  
                        }  
                        if (choice == "no")  
                        {  
                            Shutdown(7);  
                        }  
                        Console.WriteLine("Checking your license now..");  
                        Thread.Sleep(pause);  
                    }*/  
                    
    if (dbKey.Length 19)  
                    {  
                        
    Console.WriteLine("Your license is invalid");  
                        
    Shutdown(10);  
                    }  
                    else  
                    {  
                        
    string[] license = new string[6];  
                        
    license[0] = new WebClient().DownloadString("http://YOURURL/LICENSEFILE");  
                        
    license[1] = dbKey;  
                        
    license[2] = keyName;  

                        if (
    license[0].Contains(license[1] + ";" license[2]))  
                        {  
                            
    Console.WriteLine("License Key : [ " license[1] + " ] Accepted");  
                            
    Boot();  
                        }  
                        else  
                        {  
                            
    Console.WriteLine("Your license is invalid, contact an administrator");  
                            
    Shutdown(5);  
                        }  
                    }  
                }  
            }  

    -----------------------------------------New 
    Shutdown!-----------------------------------------  
            
    /// <summary>  
            /// Rewritten by Cobe, basically the programmer chooses how many seconds the emulator will shutdown in.  
            /// </summary>  
            
    public static void Shutdown(int second)  
            {  
                
    Out.WriteBlank();  
                if(
    serverMonitor.IsAlive)  
                    
    serverMonitor.Abort();  
                
    int time second 1000;  
                
    Out.WriteLine("Emulator shutting down in " second " seconds");  
                
    Thread.Sleep(time);  
                
    Console.Beep(1400,1000);  
                
    Environment.Exit(2);  
            }  

    --------------------------------
    Required Namespace---------------------------------------------  
    using System.Net;  

    --------------------------------
    Required Strings-----------------------------------------------  
    //Put these after "public static string dbPassword;"  
            
    public static string keyName;  
            public static 
    string dbKey
    Convert it to UberEmulator yourself
    I know this is a UberEmulator Edit but i find this is a Good Realase

  14. #14
    ส็็็็็็็ Bloodraven is offline
    MemberRank
    Sep 2009 Join Date
    AntarcticaLocation
    2,414Posts

    Re: Funlight 5 - GERMAN R63 EMULATOR

    Quote Originally Posted by Lukadora View Post
    nonono Debbo V3.5 isnt Funlight 4!

    Funlight 4 is a r63 emu and the banzai in this emu is von wichard, but i added in the next build a achievementsystem.

    Your Life is boring what? Decompile every Emulator?
    Nop I enjoy my life unlike you who just sits in a padded room 24/7 renaming emulators, Am I right? I decompiled this emulator to prove to everyone how much of an idiot you actually are.

  15. #15
    BFH Experience Loader Mininova is offline
    MemberRank
    Oct 2007 Join Date
    WonderlandLocation
    724Posts

    Re: Funlight 5 - GERMAN R63 EMULATOR

    Quote Originally Posted by Lukadora View Post
    nonono Debbo V3.5 isnt Funlight 4!

    Funlight 4 is a r63 emu and the banzai in this emu is von wichard, but i added in the next build a achievementsystem.

    Your Life is boring what? Decompile every Emulator?
    achievementsystem from me ? xD

    Ok,
    UberEdit from Wichard
    +
    Codes in this Forum
    =
    NoobLight 5 ^^

    Come on , this is against the Rules of UberEMU which MUST open-source released



Page 1 of 2 12 LastLast

Advertisement