Showing posts with label Notepad. Show all posts
Showing posts with label Notepad. Show all posts

Saturday, 3 December 2011

Falling Matrix Code Effect - Create Using Notepad

Some time u see the Falling Matrix Code Effect Background or Wallpaper Just like this
Falling Matrix Code Effect - Create Using Notepad, falling matrix, falling numbers

Now By these trick u will be able to create ur Own like this Effect.
The trick start from here :
1) Open Notepad
2) Copy the Following Code given in the box below.


3) And then save it as " Anything.bat "
4) For default we use Matrix.bat..
5) Save the file as Matrix.bat
6) Dont forget to select the location while saving.

That its the trick is done. Go to that file Double click and open it.

Wait for the next post.

Even screen shot it to create ur wallpaper..

Monday, 28 November 2011

How can a virus be created (information)

As a Request by our users we will be giving u tricks how to create a virus.
OK remember create this virus on ur OWN RISK.
virus creation, how can a virus be created

What will this Virus Do ?
- It will Destroy The "My Document Folder"

The trick start frm here:
1) Open notepad .Start → Accessories → Notepad

2) Copy / Paste the code given below.
     in the box


3) Then Save it
4) Go in option → Save As.
5) Enter Name whatever u want and just in the end type ".bat"
6) Eg. Save it as "Virus.bat"

Now remember give this file to someone else don't try to open it. Otherwise ur own file will be deleted.

U may send it through Pen-drives, Mail etc..
Again Do it on ur own Risk..

Wait for more we are gonna give u more tricks later

Monday, 21 November 2011

Create ur own Calculator

It really bores when u have do simple calculation such as additions and subtractions..
but the digits are so much that it cant be done orally so u have to search a calculator. But then u have to minimize
the internet browser → go in searching calculator in ur computer → then enter number
ohhh such a long processs

This trick will show u how to create ur own calculator.
In this trick it is to create a webpage with a calculator.. so u don't have to close/minimize ur browser..

The trick is basic a designing a webpage..ur own webpage it is damn easy..we will help u at step with images..
 The trick start from here:

notepad logo
1) Open notepad (click here for more info) normally.


2) Copy the following code in the box :

I know its something some people may only understand. In simple words it is a code. continue the follwing steps.
3) Click on file → Save as
mytrickytricks.blogspot.com - Create ur own Calculator

4) Choose location we suggest/default Desktop. see on the left of the following image.↓
mytrickytricks.blogspot.com - Create ur own Calculator


5) Type there "Calculator.html" or whatever u like but remember in the end type " .html "
mytrickytricks.blogspot.com - Create ur own Calculator

6) Click on save and done u can use it with ur mouse to enter numbers.

Even bookmark it if u want it to appear it in the toolbar of ur browser so need to search also..
That's it..
Wait for the next tricks

Friday, 2 September 2011

A Simple Locker like Folder..

In this trick u will be able to create a folder which will act like a locker well this is also a program creation but don't worry its very very easy to create it..I recommend that u do all the things which are been told here to do step by step and properly and if any mistake's occurs then comment here..We will surely find a solution.
how to lock a folder, folder locker, lock a folder using notepad
http://mytrickytricks.blogspot.com

The tricks start from here:
how to lock a folder, folder locker, lock a folder using notepad
http://mytrickytricks.blogspot.com

  • Same way from Start Menu → All programs → Accessories → Notepad.
  • As shown in the below pic..icon will be like the above pic..

how to lock a folder, folder locker, lock a folder using notepad
http://mytrickytricks.blogspot.com
  • If you not able to do with above method do the following..
  • Go in RUN →A window will be seen (as below pic) 
  • Type → notepad (as shown below)
how to lock a folder, folder locker, lock a folder using notepad
http://mytrickytricks.blogspot.com
  • Then notepad application gets open then just copy the following script from below :
  • Just copy from here the text which is been highlighted :
Title Password Verification.Enter UR PassWord (forgot password visit ) http://mytrickytricks.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==PASSWORD goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
  • Paste the above thing in notepad only that thing..from the word "Title" to ":End"
how to lock a folder, folder locker, lock a folder using notepad
http://mytrickytricks.blogspot.com
  • After you paste it there above u can see that i have highlighted with yellow on password there..just remove/delete it and type which ever password u want..such as trickytricks etc..what u want this will be use to log in in to ur locker
  • Go in File → Save → choose your path such as if u want it on desktop or any other local disk..
  • After that go on file name type Locker.bat & below that there is "save as type" change it to "All files"
how to lock a folder, folder locker, lock a folder using notepad
http://mytrickytricks.blogspot.com
  • Then the trick is done u will see a file name as locker wit such an icon in windows 7 other icon is given below

how to lock a folder, folder locker, lock a folder using notepad
http://mytrickytricks.blogspot.com
  • Double Click on it a window will open such as the below

how to lock a folder, folder locker, lock a folder using notepad
http://mytrickytricks.blogspot.com
  • If u read it carefully it asking for password enter password which u have enter ..if not edited anything then type PASSWORD (only if u have not edited anything only saved it when we told u)

how to lock a folder, folder locker, lock a folder using notepad
In windows Xp
how to lock a folder, folder locker, lock a folder using notepad
In windows 7
http://mytrickytricks.blogspot.com




  • A folder name as locker is been seen just copy paste whatever things u want to hide and then close it open again locker.bat..(double click to open)
  • Type Y in that done ur locker is created and to open it again open locker.bat enter ur password..the folder will be seen..ur have created a locker...with out any software..

how to lock a folder, folder locker, lock a folder using notepad


  • Extra Things :
  • If you have kept view hidden files and ffolder it will look like this above its will not open don't worry it will open only with password i.e is locker.bat
  • the name of the file locker.bat its not neccesarry u can name it any thing..
  • if you want something to edit..then right click on locker.bat → 2option edit u will get the notepad version there if you want to change the title..edit it remove it..but don't remove the word title from its neccesary...
  • then u can even change the lock facility..such as u type y to lock ..just edit it nd change it..there are four  places were u can change it they are ..
  • f %cho%==Y goto LOCK edit the Y in this nd enter whatever u want
    if %cho%==y goto LOCKedit the Y in this nd enter whatever u want
    if %cho%==n goto END in this end means do ot lock..u can change it and enete there lock / change n  
    if %cho%==N goto END
  • If u hav delete or remove the locker.bat nd paste it somewhere the locker file will also go wit it so be careful
  • and the main thing if you forgotten the password then there is only one way to get it back go on locker.bat right click on it → edit..then the place of password u will get it..
  • There is a software based on this theory only its knows as folder locker..we will bring that setup here on it..free but later...any promblem comment here or on facebook we will help

NAVI

Trying to make things Simple and Perfect | No animals were harmed in making of this blog !