Showing posts with label NOTEPAD TRICK. Show all posts
Showing posts with label NOTEPAD TRICK. Show all posts

Thursday, 3 July 2014

ImTOO Video Editor 2.2.0.20120901 + Portable - video editing

1 comment
soft98
















ImTOO Video Editor 2.2.0.20120901 includes 3 parts Video Joiner, Video Splitter and Video Cutter Joiner, you can be a part of two or more video files to paste together in a video store. Splitter can also enter part time or number you wish to convert video files into equal parts in a few movies into fragments of equal length in terms of volume and time into. In addition, the department Cutter can split a video file by specifying the beginning and end of the cut. Some video formats that the software they are supported, including AVI, MPEG, MP4, WMV, 3GP, H.264/MPEG-4 AVC, H.264/PSP AVC, MOV, ASF, etc is. Working with the program is very easy and fast to do any of the selection process has been. Other features of this program can include the image resizing, automatic shutdown system after the end of the selection process, the effects video file and investment on.

Key Features of ImTOO Video Editor :
  • View Videos Supported Software Environment
  • Save the output file in a format where multiple video formats to be imported.
  • All supported formats AVI, MPEG, 3GP, WMV
  • As editable videos
  • With a different shell

Description Cracking (If you did not perform the following steps to face after a nasty vicious serial connection):
  1. DisableActivation.bat run the file and do the job correctly Czech to step down.
  2. Hosts file in the path C: \ WINDOWS \ system32 \ drivers \ etc, open with Notepad and add the following code:

 127.0.0.1 localhost                   
 127.0.0.1 www.imtoo.com               
 127.0.0.1 online.imtoo.com            
 127.0.0.1 service2.xilisoft.net       


DOWNLOAD LINKS
Read More...

Tuesday, 23 July 2013

HOW TO MAKE FAKE VIRUS USING NOTEPAD

Leave a Comment
Hello friends, how are you. Today I am going to share a trick to make a virus using notepad. This virus will help you to fool your friends. This is only for fun it'll not harm their's PC. So friends lets make your friends fool. But you have to follow these steps to make this trick working..

STEP.1 First of all open notepad.
               

STEP.2 Now copy and paste following code into notepad
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop
                                        


STEP.3 Now press CTRL + S to save this file.
                                       

STEP.4 Now give any interesting name to it with .vbs extension
e.g. AngryBird.vbs 
                                        

STEP.5 PASS IT TO YOUR FRIEND AND MAKE THEM FOOL
                                     
                              ENJOY IT 
IF YOU FOUND ANY PROBLEM PLEASE                               COMMENT
Read More...

HOW TO CHECK YOUR PC IS MALE/FEMALE USING NOTEPAD

Leave a Comment
Hi there, today i'm here with a funny PC trick. I hope you'll enjoy it. This trick will help you to know the gender of your PC. This trick will tell you that your PC is male or female. Here are some simple steps which can help you to understand this trick

STEP.1 Open notepad in your PC.
           

STEP.2 Now  type the below code in notepad
CreateObject("SAPI.SpVoice").Speak"i love you"
                                         

STEP.3 Save the file as gender.vbs on your desktop
                                       

STEP.4 Now click on this saved file & check in which voice your computer says i love you.
                                     

                                              ENJOY 
  IF YOU FOUND ANY PROBLEM PLEASE                              COMMENT BELOW
Read More...

HOW TO CHECK YOUR ANTIVIRUS IS REAL OR FAKE

Leave a Comment
Hello friends, how are you. I hope you are enjoying tricks on way2crackit.blogspot.com, We are very happy to share tricks with you and we promise you to share as much tricks as we can. Today we have one new trick for you to check your antivirus. This trick will help you check that your antivirus is real or fake or you can say that your antivirus is working or not , here are some steps just follow them and enjoy

STEP.1 First of all press WINDOWS KEY + R to open run command and write NOTEPAD here to open notepad.
             

STEP.2 Now copy and paste the below code into your notepad.
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
                                   

STEP.3 After that press CTRL + S to save this file, here save this file as W2C.vbs on your DESKTOP
                                         

STEP.4 If your antivirus is real then it can allow you to save this file on your desktop i.e. It will detect as virus and delete it and if your antivirus is fake then it will allow you  to save this file.


                                          ENJOY IT 
      IF YOU FOUND ANY PROBLEM PLEASE                             COMMENT
Read More...

Thursday, 18 July 2013

HOW TO ADD SHUTDOWN MENU TO RIGHT CLICK ON DESKTOP

Leave a Comment
                                             

HI FRIENDS THIS IS GOVIND.TODAY I AM SHARING HOW TO ADD POWER MENU IN RIGHT CLICK ON DESKTOP.THIS IS VERY SIMPLE FOLLOW THE BELOW STEP:-

STEP.1 OPEN NOTEPAD

STEP.2 PASTE THE CODE WRITTEN BELOW

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]
"MUIVerb"="Power Menu"
"SubCommands"="lock;logoff;switch;sleep;hibernate;restart;safemode;shutdown;hybridshutdown"
"Icon"="shell32.dll,215"
"Position"="bottom"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]
@="Lock"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]
@="Rundll32 User32.dll,LockWorkStation"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\logoff]
@="Log Off"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\logoff\command]
@="Shutdown -l"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\switch]
@="Switch User"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\switch\command]
@="tsdiscon.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\sleep]
@="Sleep"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\sleep\command]
@="rundll32.exe powrprof.dll,SetSuspendState Sleep"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hibernate]
@="Hibernate"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hibernate\command]
@="Shutdown -h"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\restart]
@="Restart"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\restart\command]
@="Shutdown -r -f -t 00"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\safemode]
@="Restart with Boot Options Menu"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\safemode\command]
@="Shutdown -r -o -f -t 00"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown]
@="Shut Down"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown\command]
@="Shutdown -s -f -t 00"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hybridshutdown]
@="Shut Down (Hybrid)"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hybridshutdown\command]
@="Shutdown -s -f -t 00 -hybrid"

STEP.3 SAVE THIS FILE AS NAME.REG
                

                                         A SCREEN OF THIS TYPE WILL APPEAR

STEP.4 AFTER SAVING OPEN THE FILE FROM WHERE YOU HAD SAVED

STEP.5 WHEN YOU OPEN THE FILE A SCREEN OF THIS TYPE APPEAR
                                              

STEP.6 CLICK YES.AND THIS WAY YOU CAN ADD POWER BUTTOM IN YOUR RIGHT CLICK ON DESKTOP

           IF YOU FOUND ANY PROBLEM PLZ                      
                               COMMENT



Read More...

Sunday, 26 May 2013

HOW CAN YOU USE IDM AFTER BLOCKING

Leave a Comment
HI FRIENDS NOW-A-DAY ALMOST EVERY GUYS USES INTERNET DOWNLOAD MANAGER(IDM).IF YOU DON'T HAVE INTERNET DOWN LOAD MANAGER YOU CAN DOWNLOAD FROM HERE CLICK HERE TO DOWNLOAD .IDM IS VERY FAST AND POWERFUL DOWNLOAD MANAGER .IDM GIVES 29 DAYS TRIAL PERIOD.AFTER TRIAL PERIOD IDM IS BLOCKED AND TELL YOU TO BUY IT.SO,TODAY I AM TELLING YOU HOW CAN YOU USE IDM AFTER BLOCK.NO SOFTWARE NEEDED THIS IS SIMPLY BY USING NOTEPAD.NOW FOLLOW THE GIVEN BELOW STEPS:-


STEP.1 FIRST OF ALL DOWNLOAD IDM FROM HERE CLICK HERE TO DOWNLOAD

STEP.2 AFTER 29 DAYS ITS TRIAL PERIOD IS OVER SO, REGISTER IT WITH ANY FAKE SERIAL NUMBER BELOW ARE SOME SERIAL NUMBER YOU CAN CHOOSE ANY

1.N3QM3-BQBR3-EWKOZ-WJ6TC   

2: VQ6UH-CS1K6-7WN2V-IY2NA

3: S375D-1TPSQ-Q2330-8CQR9

4: 8283W-AIF1X-8S8IA-QOU2J

5.SV8SX-FAFRT-0HZGT-6UG7S

6.YGF6Z-EHXJ3-GXSKJ-5XI8B

7.BBY1Q-XPXXW-793UP-HPMLZ

8.AMX7L-7B4Y3-P3OQK-HKFXT

9.TE78G-A9DU5-ZF5J2-CWFNO

10.OR77C-WH4AQ-PU0PH-6E9LF

11.7G7QY-NZWKQ-23KRA-RAMQ4

STEP.3 NOW GOTO DIRECTORY
                                  C:\\windows\system32\drivers\etc\hosts. 
STEP.4 NOW EDIT THE hosts FILE USING NOTEPAD
STEP.5 IN LAST LINE OF NOTEPAD PASTE THE GIVEN CODE
                                     127.0.0.1 www.internetdownloadmanager.com 
STEP.5 RE REGISTER IDM WITH THE SAME SERIAL NUMBER. NOW IDM IS OPEN AND USE IT.DURING THIS PROCESS DON'T CONNECT YOUR COMPUTER WITH INTERNET.IF YOU FACE ANY PROBLEM DURING THESE PROCESS PLEASE COMMENT
                                                    DON'T FORGET TO SAY THANX 
IF YOU WANT UPDATE WITH OUR TRICKS PLEASE LIKE OUR FACE BOOK FAN PAGE 

Read More...

HOW TO INCREASE COMPUTER'S SPEED USING NOTEPAD

Leave a Comment
HELLO! FRIENDS WHAT'S UP TODAY I AM TELLING YOU HOW CAN YOU INCREASE YOUR COMPUTER SPEED WITHOUT ANY SOFTWARE THIS IS SIMPLY BY NOTEPAD FRIENDS YOU ARE SHOCKED BUT THIS IS REAL.I KNOW YOU ALL GUYS WANTS TO KNOW.THIS IS VERY SIMPLE, NOW FOLLOW THE STEPS THAT IS GIVEN BELOW



  HOW TO INCREASE COMPUTER'S SPEED USING NOTEPAD

STEP 1:
First of all open NOTEPAD in your computer. [ WINDOW + R and then type NOTEPAD]

STEP 2:
Now copy and paste given code in notepad
mystring=(80000000)

STEP 3:
Save this file as anyname.vbe [e.g BoostUp.vbe] on your desktop

STEP 4:
Now you'll get below type of icon on your desktop                                                                                                                 

STEP 5:
Now whenever you feel your computer is slow just click on that icon which I mentioned in 4th Step.
That's It..


        NEVER FORGET TO SAY THANKS
IF YOU FOUND ANY PROBLEM PLEASE                            COMMENT
Read More...