[V14] [C#] [FROM SCRATCH] Project Chop V2 [FROM SCRATCH] [C#] [V14]

Page 1 of 7 1234567 LastLast
Results 1 to 15 of 95
  1. #1
    Account Upgraded | Title Enabled! AWA is offline
    MemberRank
    Feb 2008 Join Date
    1,320Posts

    [V14] [C#] [FROM SCRATCH] Project Chop V2 [FROM SCRATCH] [C#] [V14]

    This is the new and better version of my own emulator!
    It is still in developement, and is far from done. It is currently open source. (Code is abit messy atm)
    Here are a kind of list with features:
    PHP Code:
                mRequestHandlers[196] = new requestHandler(PONG);
                
    mRequestHandlers[202] = new requestHandler(GENERATEKEY);
                
    mRequestHandlers[206] = new requestHandler(INIT_CRYPTO);
                
    mRequestHandlers[49] = new requestHandler(GDATE);
                
    mRequestHandlers[42] = new requestHandler(APPROVENAME);
                
    mRequestHandlers[203] = new requestHandler(APPROVE_PASSWORD);
                
    mRequestHandlers[197] = new requestHandler(APPROVEEMAIL);
                
    mRequestHandlers[46] = new requestHandler(AC);
                
    mRequestHandlers[131] = new requestHandler(COPPA_REG_GETREALTIME);
                
    mRequestHandlers[43] = new requestHandler(REGISTER);
                
    mRequestHandlers[4] = new requestHandler(TRY_LOGIN);
                
    mRequestHandlers[7] = new requestHandler(GET_INFO);
                
    mRequestHandlers[8] = new requestHandler(GET_CREDITS);
                
    mRequestHandlers[150] = new requestHandler(NAVIGATE);

                
    // console
                
    mRequestHandlers[12] = new requestHandler(FRIENDLIST_INIT);
                
    mRequestHandlers[36] = new requestHandler(MESSENGER_MOTTO);
                
    mRequestHandlers[37] = new requestHandler(MESSENGER_ACCEPTBUDDY);
                
    mRequestHandlers[38] = new requestHandler(MESSENGER_DECLINEBUDDY);
                
    mRequestHandlers[39] = new requestHandler(MESSENGER_REQUESTBUDDY);
                
    mRequestHandlers[40] = new requestHandler(MESSENGER_REMOVEBUDDY);
                
    mRequestHandlers[41] = new requestHandler(FINDUSER);

                
    mRequestHandlers[157] = new requestHandler(GETAVAILABLEBADGES);
                
    mRequestHandlers[129] = new requestHandler(REDEEM_VOUCHER);

                
    // habbo club
                
    mRequestHandlers[26] = new requestHandler(SCR_GET_USER_INFO);
                
    mRequestHandlers[190] = new requestHandler(SCR_BUY);

                
    // navigator
                
    mRequestHandlers[182] = new requestHandler(GETINTERST);
                
    mRequestHandlers[2] = new requestHandler(room_directory);
                
    mRequestHandlers[126] = new requestHandler(GETROOMAD);
                
    mRequestHandlers[60] = new requestHandler(G_HMAP);
                
    mRequestHandlers[61] = new requestHandler(G_USRS);
                
    mRequestHandlers[62] = new requestHandler(G_OBJS);
                
    mRequestHandlers[64] = new requestHandler(G_STAT);
                
    mRequestHandlers[75] = new requestHandler(MOVE);
                
    mRequestHandlers[93] = new requestHandler(DANCE);
                
    mRequestHandlers[94] = new requestHandler(WAVE);

                
    // CFH
                
    mRequestHandlers[237] = new requestHandler(GET_PENDING_CALLS_FOR_HELP);
                
    mRequestHandlers[238] = new requestHandler(DELETE_PENDING_CALLS_FOR_HELP);
                
    mRequestHandlers[86] = new requestHandler(CALL_FOR_HELP);
                
    mRequestHandlers[199] = new requestHandler(MESSAGETOCALLER);
                
    mRequestHandlers[198] = new requestHandler(CHANGECALLCATEGORY);
                
    mRequestHandlers[48] = new requestHandler(PICK_CRYFORHELP);
                
    mRequestHandlers[323] = new requestHandler(FOLLOW_CRYFORHELP); 
    There are alot of bugs, so post all bugs you find and I will try to fix them!
    Pictures are coming!
    Download links:
    Free File Hosting Made Simple - MediaFire

    How to setup:

    1. Make a MySQL database and import chopdb.sql to it.
    2. Open the config.ini file (Emulator\bin\Debug) and edit the MySQL details.
    3. Start Chop.exe.
    4. Open Client.html in your browser
    5. You're done, go register an user!

    (Only public rooms works)

    Demo/Test hotel:
    http://178.63.85.148/Client.html
    Last edited by AWA; 15-11-10 at 05:22 PM.


  2. #2
    Member SlowwRetro is offline
    MemberRank
    Oct 2010 Join Date
    CanadaLocation
    62Posts

    Re: [V14] [C#] [FROM SCRATCH] Project Chop V2 [FROM SCRATCH] [C#] [V14]

    Nice Work Im goignt to test it out!

  3. #3
    JustLikeMeForNoReason Kaan2106 is offline
    MemberRank
    Nov 2007 Join Date
    282Posts

    Re: [V14] [C#] [FROM SCRATCH] Project Chop V2 [FROM SCRATCH] [C#] [V14]

    sounds nice but why v14 ? why don't v18 ?

  4. #4
    Account Upgraded | Title Enabled! AWA is offline
    MemberRank
    Feb 2008 Join Date
    1,320Posts

    Re: [V14] [C#] [FROM SCRATCH] Project Chop V2 [FROM SCRATCH] [C#] [V14]

    Quote Originally Posted by Kaan2106 View Post
    sounds nice but why v14 ? why don't v18 ?
    v18/r18 has the new figure system, and I wanted to create an emulator for a client before that.

  5. #5
    JustLikeMeForNoReason Kaan2106 is offline
    MemberRank
    Nov 2007 Join Date
    282Posts

    Re: [V14] [C#] [FROM SCRATCH] Project Chop V2 [FROM SCRATCH] [C#] [V14]

    ah cool, but what is with teleporters? or sth. other furnis? :O (i don't have got any v14 retros only v18 and the teleporters are yellow borded and won't work :S)

  6. #6
    Account Upgraded | Title Enabled! AWA is offline
    MemberRank
    Feb 2008 Join Date
    1,320Posts

    Re: [V14] [C#] [FROM SCRATCH] Project Chop V2 [FROM SCRATCH] [C#] [V14]

    Teleporters will work, but I have not started making flats yet. (Only publics)
    I'm gonna code a SSO-support to the server, so somebody could make a CMS like PHPRetro.

  7. #7
    JustLikeMeForNoReason Kaan2106 is offline
    MemberRank
    Nov 2007 Join Date
    282Posts

    Re: [V14] [C#] [FROM SCRATCH] Project Chop V2 [FROM SCRATCH] [C#] [V14]

    hm... a cms like "zabboweb" ?

    http://rapidshare.com/files/64861005...web-v0.2.1.zip

    but it has many errors :S

  8. #8
    Account Upgraded | Title Enabled! AWA is offline
    MemberRank
    Feb 2008 Join Date
    1,320Posts

    Re: [V14] [C#] [FROM SCRATCH] Project Chop V2 [FROM SCRATCH] [C#] [V14]

    No CMS is made for my emulator.

  9. #9
    Account Upgraded | Title Enabled! Sledmore is offline
    MemberRank
    Jun 2009 Join Date
    1,133Posts

    Re: [V14] [C#] [FROM SCRATCH] Project Chop V2 [FROM SCRATCH] [C#] [V14]

    Aha, Thanks for this! Going to set it up right now tbh, and test it out ;D.

    -EDIT-

    I don't see where to put the MYSQL details in config.ini? (I'm a retard :) )
    Last edited by Sledmore; 13-11-10 at 05:00 PM.

  10. #10
    Iron like a Lion in Zion! vLife is offline
    Super ModRank
    Apr 2009 Join Date
    The BahamasLocation
    3,788Posts

    Re: [V14] [C#] [FROM SCRATCH] Project Chop V2 [FROM SCRATCH] [C#] [V14]

    I second to that Sledmore.

  11. #11
    Account Upgraded | Title Enabled! No0b is offline
    MemberRank
    Jul 2010 Join Date
    Michigan, USLocation
    1,426Posts

    Re: [V14] [C#] [FROM SCRATCH] Project Chop V2 [FROM SCRATCH] [C#] [V14]

    I third that cause this is nice very

  12. #12
    Member PixelDev is offline
    MemberRank
    Nov 2010 Join Date
    AustraliaLocation
    78Posts

    Re: [V14] [C#] [FROM SCRATCH] Project Chop V2 [FROM SCRATCH] [C#] [V14]

    Nice, going To try it now can i see screenies

  13. #13
    Account Upgraded | Title Enabled! AWA is offline
    MemberRank
    Feb 2008 Join Date
    1,320Posts

    Re: [V14] [C#] [FROM SCRATCH] Project Chop V2 [FROM SCRATCH] [C#] [V14]

    Oops, uploaded old file without mysql settings in config!

  14. #14
    Iron like a Lion in Zion! vLife is offline
    Super ModRank
    Apr 2009 Join Date
    The BahamasLocation
    3,788Posts

    Re: [V14] [C#] [FROM SCRATCH] Project Chop V2 [FROM SCRATCH] [C#] [V14]

    Alright just reply with download link updated when you swapped out with the new one.

  15. #15
    Account Upgraded | Title Enabled! AWA is offline
    MemberRank
    Feb 2008 Join Date
    1,320Posts

    Re: [V14] [C#] [FROM SCRATCH] Project Chop V2 [FROM SCRATCH] [C#] [V14]

    Chop V2.rar is the right.



Page 1 of 7 1234567 LastLast

Advertisement