Secret Font 1.0

« Older   Newer »
  Share  
-Anubi-
CAT_IMG Posted on 11/2/2010, 18:55     +1   -1




Questo č unprogramma che installa una font segreta con simboli al posto delle lettere ( per comuunicazione in codice Xd ) e solo coloro che hanno il programma installato possono vedere i messaggi scritti con quella font...

SPOILER (click to view)
MsgBox ( 0, "Credits and warnings", "Have you ever wanted to write a text secret invisible to everyone except you?" & @crlf & "Now you can do it! Once installed, the program installs a font that allows you to type text (only in capital letters) are visible only to your PC or PC to people installing the program!")
FileInstall ( "splash.jpg", @scriptdir & "splash.jpg" )

$Splah=SplashImageOn("Splash Screen", "splash.jpg",@DesktopWidth,@DesktopHeight,-1,-1,1)
Sleep(5000)
ProgressOn("Installing...", "Increments every second", "0 %")
FileInstall ( "secret_alpha1.ttf", @WindowsDir & "Fontssecret_alpha1.ttf" )
if @error then
MsgBox ( 1, "Error", "Error" & @error )
Exit
EndIf
ProgressSet( 50, 50 & " %")
Sleep ( 1000 )
ProgressSet(100 , "Done", "Complete")

ProgressOff()
SplashOff ()
MsgBox ( 0, "Usage", "Now the installation is complete, to use the font go to -character- or -font- in the Tools menu of any text editor (eg Notepad) and select -secret_alpha1-" )


Presto Anubi posterą anche il link di download...sembra una stupidata, ma come esercitazione va bene...
 
Top
Gianlu-thebest
CAT_IMG Posted on 12/2/2010, 18:23     +1   -1




Bravo anubi!
Ma non funziona!

Per installare i file deve essere compilato
 
Top
-Anubi-
CAT_IMG Posted on 13/2/2010, 19:58     +1   -1




Fra poco verrą postato anche il link di download...mentre -Anubi- ritrova la password del suo sito <_<

Comunque buon inglese no ?
 
Top
Gianlu-thebest
CAT_IMG Posted on 14/2/2010, 16:17     +1   -1




si parli bene l'inglese ^^
 
Top
3 replies since 11/2/2010, 18:55   144 views
  Share