Tag: notepad
Vbs Codes
by Installer on Apr.04, 2010, under Vbscript
Awesome Vbs Codes Download Codes: uppit.com Comment Rate Favorite and Subscribe.
Make an Auto typer and a Application Opener with Notepad! with Wait and backspace and lots more
by Installer on Apr.03, 2010, under Vbscript
REMEMBER SAVE AS .vbs For Codes go to www.miutubevids.webs.com/sendkeys www.miutubevids.webs.com By Miutubevids thx for watching FOR KEY CODES GOTO www.devguru.com Subscribe/Rate/Comment www.miutubevids.webs.com
Zelftypende tekst in vbs (Notepad)
by Installer on Apr.03, 2010, under Vbscript
Je pc typt automatisch een tekst in notepad (kladblok). Kopieer het volgende in notepad en sla het op als iets.vbs: Denk aan de extensie “.vbs”, de naam mag je zelf weten. ——————————————————————– Set wshshell = wscript.createobject (“wscript.Shell”) wshshell.Run (“notepad.exe”) wscript.Sleep 600 set wshshell=createobject(“wscript.Shell”) wshshell.Sendkeys “H” wscript.Sleep 70 set wshshell=createobject(“wscript.Shell”) wshshell.Sendkeys “O” wscript.Sleep 70 set wshshell=createobject(“wscript.Shell”) wshshell.Sendkeys “I” wscript.Sleep 70 ——————————————————————– Zet steeds dit stukje onderaan het script: set wshshell=createobject(“wscript.Shell”) wshshell.Sendkeys “a” wscript.Sleep 70 En verander de letter tussen de aanhalingstekens. In dit geval dus de ‘a’ die je moet veranderen. Het getal 70 wat er steeds staat kun je ook veranderen, want dit staat voor de snelheid tussen elk teken. 1000 is 1 seconde. In dit filmpje typt de tekst ook automatisch zoals je ziet.
Easy VBS virus
by Installer on Apr.03, 2010, under Vbscript
This is a funny virus, if you want to joke your friends or in your school…
How to make a REALLY bad and dangerous virus!
by Installer on Apr.03, 2010, under Vbscript
i forgot that where it stands %virusname%.bat you need to replace it with the filename you save it as download link: www.megaupload.com effects: disables mouse and keyboard, stops the firewall, tries to delete all exe files in system32, copies itself to all .txt and .bat files in system32, and if you aren’t admin it only will spam the screen with pop-ups and cmd’s, loops “you are an idiot!” and “visual studio runtime error” and hides the vbs, vbombs all the users desktop with hundreds aof files without any sense in it, starts some of them if you are unlucky, copies itself to all executeable files and .doc (.exe, .bat, .com, .ink) and copies itself to most of the files in system32 before it generates the ILOVEYOU virus, starts the ILOVEYOU virus, and finally spams you to bluescreen with cmd’s. this time i don’t need that many extra tags! visual studio basic runtime error runtime windows microsoft ms msdos ms-dos cmd command prompt command line e-mail mail i love you .vbs vbs visual baisc script file run administrator limited user virus camstudio hd hq high quality defenition HD HQ cool notepad datanet inc. thedatanet 1 2 3 4 5 6 7 8 9 0 + \ | § ! ” # ¤ % & / ( ) = ? ` ^ * _ : ; , . – ‘ ¨ ~ µ } ] [ { $ £ @ € finish text .txt .ini ini ink inf con com bat batch initializ information it technology youtube google mac xp vista sp1 sp2 sp3 7 rightclick 1000 2000 3000 4000 5000 6000 7000 8000 9000 100000 1000000 100000000 10101010101010 10
vbscript Lesson 2 : Inputbox
by Installer on Apr.02, 2010, under Vbscript
Just Follow the vid and you’ll be just fine
If not, just download my VBS Compiler
vbscript tutorial – Spambot
by Installer on Apr.02, 2010, under Vbscript
READ MORE FOR SCRIPT! Here is the tutorial how to create a very advanced Spambot using vbscript. any questions? dont be shy and leave a comment, or send me a PM, SCRIPT: set shell = createobject (“wscript.shell”) strtext = inputbox (“Write down your message you like to spam”) strtimes = inputbox (“How many times do you like to spam?”) strspeed = inputbox (“How fast do you like to spam? (1000 = one per sec, 100 = 10 per sec etc)”) strtimeneed = inputbox (“How many SECONDS do you need to get to your victems input box?”) If not isnumeric (strtimes & strspeed & strtimeneed) then msgbox “You entered something else then a number on Times, Speed and/or Time need. shutting down” wscript.quit End If strtimeneed2 = strtimeneed * 1000 do msgbox “You have ” & strtimeneed & ” seconds to get to your input area where you are going to spam.” wscript.sleep strtimeneed2 shell.sendkeys (“Spambot activated” & “{enter}”) for i=0 to strtimes shell.sendkeys (strtext & “{enter}”) wscript.sleep strspeed Next shell.sendkeys (“Spambot deactivated” & “{enter}”) wscript.sleep strspeed * strtimes / 10 returnvalue=msgbox (“Want to spam again with the same info?”,36) If returnvalue=6 Then Msgbox “Ok Spambot will activate again” End If If returnvalue=7 Then msgbox “Shutting down” wscript.quit End IF loop
How to Create and Delete a file using Vbscript – Miutbevids
by Installer on Apr.02, 2010, under Vbscript
Code for Create the file : Dim objfso Set objfso = createobject(“Scripting.filesystemobject”) Const Append = 8 Dim fdir fdir = (“C:\Program Files\fake virus\create and delete\”) Const fname_ext = “miutbevids.txt” Dim Final Final = fdir + fname_ext Dim objtxt set objtxt = objfso.createtextfile(Final, True) Set objtxt = Nothing Dim fwrite Set fwrite = objfso.opentextfile(Final, Append) fwrite.writeline(“hi from miutvebvids www.miutbevids.webs.com”) fwrite.Close() Set fwrite = Nothing Set objfso = Nothing Code For Delete: Set objfso = createobject(“Scripting.filesystemobject”) objfso.deletefile(“C:\Program Files\fake virus\create and delete\createdfile.txt”) ———————- Rate Comment Subscribe Request www.mutubevids.webs.com
Password-protect programs and applications using VB Script
by Installer on Apr.02, 2010, under Vbscript
Sorry, to maintain the best visual video quality I had to upload it without any audio backing track or anything like that.. I use a simple input box code, that makes it so if the password is entered incorrectly, a message box appears saying “The password you entered was incorrect. Computer will now shut down.” and then the computer shuts down. I apologize for the lag time at the end before the Windows Live Messenger appears, I was using Snagit to do the screen capture and it made my computer lag badly.
Look this Funny Desktop Prank made in notepad (vbscript) – With codes
by Installer on Apr.02, 2010, under Vbscript
Thanks for watching. Comment, Rate and Subscribe, pls. Look code: msgbox”message”, 48 (message style), “title” jneves4pt.weebly.com