Results 1 to 6 of 6
  1. #1
    HottyHacker's Avatar
    Join Date
    Nov 2013
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0

    Help Programming/Coding Hacking Program?

    Hey guys!
    I'm new to this site and I was coding a program today and I can't figure out how to do this. I am needing help in developing my own Password hacking program in notepad to run in CMD. I want to have this program able to run on my computer so I can get my password, I got hacked out of my Roblox account and the person changed my Password and Email so I'm locked out! I can't contact Roblox for help and in no way am I going to give up the account I had lots of money on it! So my plan is to hack the hacker and get my account back.... and probably also pull one over on some of my friends! So my question was that if anyone COULD help, can you please assisst me in programming this application?


    Thanks in advance!
    - HottyHacker

    (P.S. I save my programs to my desktop in batch files and run them with CMD and I only have Notepad if that helps)

  2. #2
    abuckau907's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    other side of the wire
    Posts
    1,342
    Reputation
    162
    Thanks
    239
    My Mood
    Cold
    Quote Originally Posted by HottyHacker View Post
    .
    If it was that easy to do, no account would be safe. For all intents and purposes, it's not possible.
    Are you talking about brute-force guessing the password? And the game is browser-based? At most you're going to get ~1000 login-attempts per second (?) and a 10 character password (a-z, A-Z, 0-9 = 26 + 26 + 10 == 62 distinct characters, 10 places) has 62^10, or 8.3929937e+17 unique passwords; 8 with 17 0's behind it. That's a lot of password guesses. If the password is 12 characters, it's 62^12, or 3.2262668e+21 unique combinations. To calculate the max time it would take, 62^10 = 8e17, divided by the number of guesses per seconds(assume 1000) would make 8e+17 become 8e+14. 800000000000000 seconds. Or 2.5 years.
    Using a 'pre-made password file' will cut down the number of guesses dramatically, but chances are high it won't contain the password.

    And "programming in batch script" (which is what you're doing w/ that 'notepad code') won't get you as far as learning a real language.
    Last edited by abuckau907; 11-03-2013 at 09:05 PM.
    'Some things that can be counted, don't matter. And some things that matter, can't be counted' - A.E.
    --
     

    My posts have some inaccuracies/are wrong/wrong keyword(s) used.
    They're (maybe) pretty close, and I hope they helped you, not created confusion. Take with grain of salt.

    -if you give rep, please leave a comment, else it means less.

  3. #3
    themisterniceguy's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    the basement
    Posts
    139
    Reputation
    10
    Thanks
    105
    My Mood
    Bitchy
    erhm, i would advise to use a real coding program, not notepad ...
    Proud member since 2012, 4th year of service in the MPGH army
    C# Specialist



    S A D B O Y S




  4. #4
    utherson601's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Behind Closed Doors
    Posts
    55
    Reputation
    10
    Thanks
    7
    My Mood
    Yeehaw
    Either way, you may as well not try it, the person who hacked the account, will, and i repeat this, WILL DO IT AGAIN, you should have had a more secure password and a more secure login (shouldn't have given it out at all) and separate passwords for everything, but in the end, if someone has a powerful enough computer they will get in.
    Making something crack a net password is a little difficult, due to most games having a max logins per attempt/allocated time. so if its set at even 50, per hour, you are looking at 670017 years(at most) for a 7? digit password. that's not counting if they just block your ip from accessing the login server(normally happens around the 300 attempts mark) pushing your time up while you change your ip.
    "He who joyfully marches to music rank and file, has already earned my contempt. He has been given a large brain by mistake, since for him the spinal cord would surely suffice"-Eistein

  5. #5
    SinisterKid's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Notepad? Don't tell me you're trying to make a password-hacking program with Batch...
    Batch is not exactly a programming language, it's just a set of CMD commands. You will not get far with that. Learn a real programming language
    like C++ or Visual Basic. I know 7 e.e
    Even if you know one, it will still be very hard to make a password-retrieving program. If I was you, I would just deal with it. There is nothing you can do.
    Sorry to tell you the bad news D:
    --Sinister

  6. #6
    KOTwarrior's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Lol, he might mean Notepad++. Notepad can be used to code, just save the file with the proper extension.

Similar Threads

  1. Help source code hack
    By -Dreamer- in forum Crossfire Coding Help & Discussion
    Replies: 3
    Last Post: 02-22-2013, 12:03 PM
  2. [Solved] Help/Request!- ALL HACK PROGRAMERS READ.
    By daemonte5 in forum CrossFire Help
    Replies: 17
    Last Post: 06-13-2012, 09:04 AM
  3. [Help Request] Easy Help with coding hacks? like the easiest hacks?
    By 0pticisback in forum Combat Arms EU Help
    Replies: 5
    Last Post: 12-22-2011, 05:19 AM
  4. help me code hacks
    By rossdlf in forum Combat Arms Coding Help & Discussion
    Replies: 13
    Last Post: 11-07-2010, 07:16 PM
  5. Help with CrossFire hacks (Programming)
    By Nitrous in forum General Hacking
    Replies: 0
    Last Post: 07-27-2009, 06:25 PM

Tags for this Thread