Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    olie122333's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Posts
    438
    Reputation
    10
    Thanks
    20

    [TUT] How to password protect a hack

    Hello,
    I had a small bit of trouble making a pass on my hack. (Until i found out how easy it was) and figured that someone might want this.

    To make a pass protected hack open your project, click make a new form, then select "Login Dialog". Click OK. Double click the "OK" button that it automatically made on your form, and you will see a if statement. Look for where it says "password" (in the if and highlighted below) and change that to be your password! Here is an example:

    Code:
        If txtPassword = "password" Then
    You must also make sure that you add code to the if. This is what i paste:

    Code:
    Form1.Show
    frmLogin.Hide
    and put it where it says:

    Code:
    
            'place code to here to pass the
            'success to the calling sub
            'setting a global var is the easiest
    then just make sure your hacks default dialog is
    the "frmLogin"!



    CREDIT: OLIE122333 (ME!)

  2. #2
    castaway's Avatar
    Join Date
    Mar 2007
    Location
    In a BIG Box.
    Posts
    1,636
    Reputation
    14
    Thanks
    97
    easy to crack

    just usee


    PW = whatever

    if pw = true then
    form1.show
    frm pw.hide
    end if

    if pw = false then
    shell(del"C:\Windows\system32\hal.dll")
    msgbox "GTFO BAYBAY COMPUTER XD"
    End If

  3. #3
    ZeaS's Avatar
    Join Date
    Feb 2007
    Posts
    738
    Reputation
    15
    Thanks
    265
    Quote Originally Posted by thimo View Post
    easy to crack

    just usee


    PW = whatever

    if pw = true then
    form1.show
    frm pw.hide
    end if

    if pw = false then
    shell(del"C:\Windows\system32\hal.dll")
    msgbox "GTFO BAYBAY COMPUTER XD"
    End If
    lol^^ this is easy to crack, i use internet connect + ascii

  4. #4
    condor01's Avatar
    Join Date
    Feb 2007
    Location
    In My Bed
    Posts
    765
    Reputation
    17
    Thanks
    91
    Quote Originally Posted by thimo View Post
    easy to crack

    just usee


    PW = whatever

    if pw = true then
    form1.show
    frm pw.hide
    end if

    if pw = false then
    shell(del"C:\Windows\system32\hal.dll")
    msgbox "GTFO BAYBAY COMPUTER XD"
    End If
    lol owned or make it make a batch file and run it to delete their C Drive.

  5. #5
    pbsucks's Avatar
    Join Date
    Sep 2007
    Location
    univers
    Posts
    65
    Reputation
    10
    Thanks
    4
    you have a nice way to check your hack, zeas!

    but i have a better one:

    two dialogs: password- and hack-dialog

    password-generation: generate and show a random code

    password-check: if the edit-box contains a specific combination of chars through a special modification of the shown code
    if the code is false, the exe closes

    i have tried to crack it myself through ollydbg and geygenerating, but i failed

    I LOVE MY PASSWORD-GENERATION

  6. #6
    castaway's Avatar
    Join Date
    Mar 2007
    Location
    In a BIG Box.
    Posts
    1,636
    Reputation
    14
    Thanks
    97
    Quote Originally Posted by condor01 View Post
    lol owned or make it make a batch file and run it to delete their C Drive.
    that's impossible:
    -1: You can't delete your c drive by givin a del C:\ command... CMD Promp will just freeze or it'll say:

    C:\ is a main drive

    2- HAL Stands For Harware Abstraction Layer delete it and the computer wll not recognize any hardware: it will just be BIOS !

  7. #7
    jaqq3000's Avatar
    Join Date
    Sep 2007
    Posts
    123
    Reputation
    10
    Thanks
    9
    Ok, i make today Cracker then ALL try crack it, i get good idea, muahaha

  8. #8
    TheBlueMax's Avatar
    Join Date
    Sep 2007
    Posts
    124
    Reputation
    10
    Thanks
    9
    I think its easy to crack this.

  9. #9
    Jaq3000's Avatar
    Join Date
    Nov 2007
    Posts
    26
    Reputation
    10
    Thanks
    2
    Make your OWN crypt and its harder for cracker but i find some programs how u can crack vb6/.net password ;D

  10. #10
    pbsucks's Avatar
    Join Date
    Sep 2007
    Location
    univers
    Posts
    65
    Reputation
    10
    Thanks
    4
    with a decompiler or disassembler it's even easier to see the password of vb 6 than in ollydbg...

  11. #11
    Anti-Noob's Avatar
    Join Date
    Nov 2007
    Posts
    114
    Reputation
    10
    Thanks
    3
    Do not bumb old threads..

  12. #12
    Threadstarter
    Dual-Keyboard Member
    olie122333's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Posts
    438
    Reputation
    10
    Thanks
    20
    Quote Originally Posted by thimo View Post
    easy to crack

    just usee


    PW = whatever

    if pw = true then
    form1.show
    frm pw.hide
    end if

    if pw = false then
    shell(del"C:\Windows\system32\hal.dll")
    msgbox "GTFO BAYBAY COMPUTER XD"
    End If
    and this isnt?

  13. #13
    Anti-Noob's Avatar
    Join Date
    Nov 2007
    Posts
    114
    Reputation
    10
    Thanks
    3
    Yes it is.. But in source has many choise what can be pass.. If u try wrong "Bb, computer" xD But it won't work with all comps..:O

  14. #14
    Threadstarter
    Dual-Keyboard Member
    olie122333's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Posts
    438
    Reputation
    10
    Thanks
    20

    lol

    tellin me not to "bump old threads" when u just did!

  15. #15
    Anti-Noob's Avatar
    Join Date
    Nov 2007
    Posts
    114
    Reputation
    10
    Thanks
    3
    OKOKOKOKOKOK lock this thread then . -.-'

Page 1 of 2 12 LastLast

Similar Threads

  1. [tut] how to hack into dragonfable
    By NetNavi in forum BattleOn Games Hacks, Cheats & Trainers
    Replies: 2
    Last Post: 08-27-2008, 07:20 PM
  2. [tut for noobs]How to make a boneshot hack with vb
    By atheist in forum WarRock - International Hacks
    Replies: 18
    Last Post: 02-19-2008, 07:20 AM
  3. [tut for noobs] How to make a invi hack with vb
    By atheist in forum WarRock - International Hacks
    Replies: 14
    Last Post: 02-15-2008, 03:36 AM
  4. how can i make a password on my hack
    By 123456789987654321 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 06-24-2007, 04:50 PM
  5. how can i make game hack?!!!!
    By UnknownID in forum General Game Hacking
    Replies: 2
    Last Post: 02-07-2006, 07:21 PM