 | |
02-01-2010
|
#1 | | Junior
Join Date: Jan 2010
Gender:
Posts: 3,260
Thanks: 80
Thanked 290 Times in 176 Posts
Credits: 12,514, Level: 23 | | Notepad Tricks Most common tricks used on Notepad is either HTML Coding or .Batch File Coding
Basic HTML HTML Code: <html>
<body>
<h1>MPGG Rocks</h1>
</body>
</html
Basic .Batch Code: @echo off
Echo Hello
pause
Meanings of a Batch File
In DOS, OS/2, and Microsoft Windows, a batch file is a text file containing a series of commands intended to be executed by the command
A file containing a series of instructions to be carried out by the operating system
Is an ASCII text file which contains a series of commands. These commands run sequentially
HTML Meanings
hypertext markup language: a set of tags and rules (conforming to SGML) for using them in developing hypertext documents
An acronym for HyperText Markup Language, HTML codes are interpreted by the web browser to format documents in a particular way.
The most widely used set of conventions for creating hypertext documents. The evolving HTML standards are used for creation of World Wide Web documents and others. .Batch Tricks
@ECHO off
:Begin
msg * Hi
msg * MPGH Rules!?
msg * Mhhmm
msg * thats right
msg * Manually turn off your comp to get this off your comp but yu will never get it out of your head! MPGH RULES!
GOTO BEGIN
Save it as MPGH.bat and send it too a friend
@echo off
:loop
Start calc.exe
echo MPGH RULES!
goto loop
Save it as you did before and send it Shut down a comp
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s
Save and send 
There a kazillions more but they're for you to work out. Other Tricks with VBS Open up Friends CD ROM Continously!
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Save it as anything.vbs and send Toggle Friends Caps lock over and over again!
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Save and send Scare a freind
WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500
WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! " Press Backspace over and over!
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
Save and send Write your a fool on your friends Keyboard
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop
Save and send
Go to the HTML Tutorial and look at the two stickies for the HTML part Code: @echo off
Echo Hope you enjoyed the tut!
pause
|
| |
02-01-2010
|
#2 | | AlterIW
Join Date: Mar 2008 Location: Holland
Gender:
Posts: 1,636
Thanks: 927
Thanked 750 Times in 431 Posts
Credits: 10,424, Level: 21 | | These are not notepad tricks you r-tard...
__________________ "Mel & Hell, Owning MW2 since .180 ^^" |
| |
02-01-2010
|
#3 |
Join Date: Feb 2009 Location: Somewhere B/w NY & Miami
Gender:
Posts: 7,191
Thanks: 407
Thanked 3,437 Times in 1,367 Posts
My Mood: Credits: 33,950, Level: 31 | | ease up <.<
__________________ Because I am a woman, I must make unusual efforts to succeed. If I fail, no one will say, "She doesn't have what it takes." They will say, "Women don't have what it takes." ~Clare Boothe Luce 
Click this to help expand this VoidFront colony! Gifts/Requests Want to know why your thread/post was deleted/closed/moved read Here Stupid PMs=spam, spam=ban. Save yourself the trouble. |
| |
02-04-2010
|
#4 | | H4X0R Member
Join Date: Sep 2009
Gender:
Posts: 247
Thanks: 62
Thanked 8 Times in 8 Posts
My Mood: Credits: 1,465, Level: 21 | | Quote:
Originally Posted by Hell_Demon These are not notepad tricks you r-tard... | ^^^^^^^^^^
__________________ blahh |
| |
02-08-2010
|
#5 | | 0 To 60 In 3.5 ♫
Join Date: Nov 2009
Gender:
Posts: 3,269
Thanks: 390
Thanked 351 Times in 266 Posts
My Mood: Credits: 11,157, Level: 22 | | this don't work for Win7 because you can't turn it into a .Bat?
+ ( a bit off topic ) why is Liz banned?
__________________ I READ BOTH PM'S & VM'S
I'm Not Paralyzed But I Seem To Be Struck By You |
| |
02-08-2010
|
#6 | | NextGen1's name is Richard.
Join Date: Feb 2009 Location: Lolland!
Gender:
Posts: 2,340
Thanks: 348
Thanked 521 Times in 337 Posts
My Mood: Credits: 12,039, Level: 22 | | Here's a fun one:
Do
Msgbox("You're awesome(ly retarded)")
loop
Save as .vbs
__________________ MSN: mpghlolland@hotmail.ca Quote:
Originally Posted by NextGen1 Thats just how we roll  | Quote:
Originally Posted by NextGen1
Homie don't play that  | |
| |
02-12-2010
|
#7 |
Join Date: Oct 2008 Location: Kickin it at Microsoft
Gender:
Posts: 2,099
Thanks: 61
Thanked 211 Times in 128 Posts
My Mood: Credits: 8,839, Level: 20 | | hah. thanks the only one i didnt know what the cd drive. thanks
__________________ Need Help With Coding or Something??? MSN me zmansquared@hotmail.com
I am the one and only Microsoft Fag!!!
Quote:
Originally Posted by Arhk
All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
~
Take this Pic everyone!
next- |
| |
02-12-2010
|
#8 | | Newb
Join Date: Oct 2009
Gender:
Posts: 46
Thanks: 1
Thanked 1 Time in 1 Post
My Mood: | Quote:
Originally Posted by solice12 this don't work for Win7 because you can't turn it into a .Bat?
+ ( a bit off topic ) why is Liz banned? | go to file> save as...>then at files or somethin g you will see text files *.txt change it to *.*, and type in the name something.bat. Dont forget ".bat" else it wont work ^^ |
| |
02-13-2010
|
#9 | | Junior Threadstarter
Join Date: Jan 2010
Gender:
Posts: 3,260
Thanks: 80
Thanked 290 Times in 176 Posts
Credits: 12,514, Level: 23 | | How arnt they Notepad tricks -.- |
| |
02-18-2010
|
#10 | | Advanced Member
Join Date: Dec 2008
Gender:
Posts: 143
Thanks: 19
Thanked 24 Times in 14 Posts
My Mood: Credits: 2,395, Level: 13 | | Cool . Thx for tut |
| | | | |