the password code looks very familiar...
the password code looks very familiar...
note that any clear text password in VB6 can be cracked by anyone with a little brain in about 2 minutes
(if you don't believe it, make one and send it to me)
Hmmm you're thinking of using a decompiler... if I really wanted to I could easily encrypt the entire file and you wouldn't be able to decompile anything... yes I know it can be done because I do it with others that are made this way, but if you can do this, then I don't see why you're not trusted to have the hack... but it can be stopped the way you're thinking.
personaly i prefer to just encrypt the password into an md5 hash.
works perfectly![]()
so..............
this is the wright code??:
Code:Private Sub Command1_Click() Dim gun As Long Dim gun1 As Long Dim gun2 As Long Call ReadALong("WarRock", &H896E28, gun) gun1 = gun + &H4C gun2 = Text1 Call WriteALong("WarRock", gun1, gun2) End Sub