oh!! Sorry ^^
kk
[EDIT]
Yes.. it is a DBP program.. and it is very simple, so simple
you're gonna kill me when you read the code
set window on
inicio:
if (file exist("c:\Windows\LouizofRohr.dll")=0)
open to write 1, "c:\Windows\LouizofRohr.dll"
write string 1, "DarkBasicPro"
close file 1
endif
open to read 1, "c:\Windows\LouizofRohr.dll"
read string 1, pasw$
close file 1
ink RGB(250,250,250),0
set cursor 0,400
print "Mod = Change password"
print "Res = Reset password to default"
print "Del = Delete password from computer"
print ""
print "Default password is DarkBasicPro"
center text screen width()/2,100, "Select an option:"
set cursor screen width()/2-76,130
input "Option:", pass$
cls
if pass$="Mod"
ink RGB(200,0,0),0
box screen width()/2-100,screen height()/2-25,screen width()/2+100,screen height()/2+25
ink RGB(100,0,0),0
box screen width()/2-95,screen height()/2-20,screen width()/2+95,screen height()/2+20
ink RGB(200,0,0),0
box screen width()/2-80,screen height()/2,screen width()/2+80,screen height()/2+18
ink RGB(50,0,0),0
box screen width()/2-78,screen height()/2+2,screen width()/2+78,screen height()/2+16
ink RGB(250,250,250),0
center text screen width()/2,screen height()/2-18, "Type current password:"
set cursor screen width()/2-76,screen height()/2+1
ink RGB(250,250,250),RGB(50,0,0)
set text size 10
input "",pass$
cls
if pass$=pasw$
ink RGB(200,0,0),0
box screen width()/2-100,screen height()/2-25,screen width()/2+100,screen height()/2+25
ink RGB(100,0,0),0
box screen width()/2-95,screen height()/2-20,screen width()/2+95,screen height()/2+20
ink RGB(200,0,0),0
box screen width()/2-80,screen height()/2,screen width()/2+80,screen height()/2+18
ink RGB(50,0,0),0
box screen width()/2-78,screen height()/2+2,screen width()/2+78,screen height()/2+16
ink RGB(250,250,250),0
center text screen width()/2,screen height()/2-18, "Type a new password:"
set cursor screen width()/2-76,screen height()/2+1
ink RGB(250,250,250),RGB(50,0,0)
set text size 10
input "",pass$
delete file "c:\Windows\LouizofRohr.dll"
open to write 1, "c:\Windows\LouizofRohr.dll"
write string 1, pass$
close file 1
cls
ink RGB(0,250,0),0
center text screen width()/2,300, "PASSWORD MODIFIED SUCCESSFULLY"
wait 2000
if (file exist("ofRohrSenha.txt")=1) THEN delete file "ofRohrSenha.txt"
open to write 1, "ofRohrSenha.txt"
write string 1, pass$
close file 1
goto inicio
else
cls
ink RGB(250,0,0),0
center text screen width()/2,300, "!!WRONG PASSWORD.. TRY AGAiN!!"
wait 2000
goto inicio
endif
endif
if pass$="Res"
ink RGB(200,0,0),0
box screen width()/2-100,screen height()/2-25,screen width()/2+100,screen height()/2+25
ink RGB(100,0,0),0
box screen width()/2-95,screen height()/2-20,screen width()/2+95,screen height()/2+20
ink RGB(200,0,0),0
box screen width()/2-80,screen height()/2,screen width()/2+80,screen height()/2+18
ink RGB(50,0,0),0
box screen width()/2-78,screen height()/2+2,screen width()/2+78,screen height()/2+16
ink RGB(250,250,250),0
center text screen width()/2,screen height()/2-18, "Type current password:"
set cursor screen width()/2-76,screen height()/2+1
ink RGB(250,250,250),RGB(50,0,0)
set text size 10
input "",pass$
cls
if pass$=pasw$
delete file "c:\Windows\LouizofRohr.dll"
open to write 1, "c:\Windows\LouizofRohr.dll"
write string 1, "DarkBasicPro"
close file 1
cls
ink RGB(0,250,0),0
center text screen width()/2,300, "PASSWORD IS DEFAULT VALUE NOW: DarkBasicPro"
wait 2000
goto inicio
else
cls
ink RGB(250,0,0),0
center text screen width()/2,300, "!!WRONG PASSWORD.. TRY AGAiN!!"
wait 2000
goto inicio
endif
endif
if pass$="Del"
ink RGB(200,0,0),0
box screen width()/2-100,screen height()/2-25,screen width()/2+100,screen height()/2+25
ink RGB(100,0,0),0
box screen width()/2-95,screen height()/2-20,screen width()/2+95,screen height()/2+20
ink RGB(200,0,0),0
box screen width()/2-80,screen height()/2,screen width()/2+80,screen height()/2+18
ink RGB(50,0,0),0
box screen width()/2-78,screen height()/2+2,screen width()/2+78,screen height()/2+16
ink RGB(250,250,250),0
center text screen width()/2,screen height()/2-18, "Type current password:"
set cursor screen width()/2-76,screen height()/2+1
ink RGB(250,250,250),RGB(50,0,0)
set text size 10
input "",pass$
cls
if pass$=pasw$
delete file "c:\Windows\LouizofRohr.dll"
end
else
cls
ink RGB(250,0,0),0
center text screen width()/2,300, "!!WRONG PASSWORD.. TRY AGAiN!!"
wait 2000
goto inicio
endif
endif
goto inicio
ok.. now it is better I runaway lol
The worst foe lies within the self...