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

Saturday, December 7, 2013

.VBS - Notepad Fun Tricks

.VBS - Notepad Fun Tricks 

 salam from mohammed faizan

Step 1Copy and paste the following into Notepad...

Step2: SAVE IT AS filename.VBS AND ENJOY!





HAVE A GOOD DAY.VBS

name=inputbox("Whats your name?")

msgbox("Have a good day, ") + name

SAVE IT AS HAVE A GOOD DAY.VBS AND ENJOY!


PASSWWORD PROTECT A .VBS SCRIPT

pass=inputbox("Password?")

if pass="fish" then msgbox("Correct Password!") else msgbox("Incorrect Password!")

The password for this is fish
Save it as Password.vbs And enjoy!


MAKE A MESSAGE BOX (NOTEPAD MODE)

msgbox("Hello!")

msgbox("Hello, Again!")

To make the "  hold shift and 2

Inside the (" ") Type what you want it to say



MAKE A MESSAGE BOX LOOP

DO

msgbox("VIRUS!")

LOOP



HACKTOOL VBS - MESSAGE BOX MAKER

msgbox("HackTool VBS - Message box maker")

msg=inputbox("Enter a message...")

msgbox(" ") + msg



HACKTOOL VBS - ANNOYING MESSAGE BOX MAKER

msgbox("HackTool VBS - Annoying Message box maker

msg=inputbox("Enter a message...")

DO

msgbox(" ") + msg

Loop



HACKTOOL VBS - CALCULATOR_*

msgbox("HackTool VBS - Calculator - *")

num1=inputbox("Number 1...")

num2=inputbox("Number 2...")

msgbox num1*num2


Save it as Cal.vbs



HACKTOOL VBS - QUESTION MAKER

msgbox("HackTool VBS - Question Box")

msg=inputbox("Enter a question...")

msgb=inputbox("Enter a message box message... ( message will be before answer) ")

answer=inputbox(" ") + msg

msgbox (" ") + msg + (" ") + answer

Save it as Question.vbs


OPEN A PROGRAM

Set shell=CreateObject("wscript.shell")
Shell.Run("Notepad.exe")


Save it as run.vbs and enjoy!

NOTE:

Paint is known as "MSPAINT"!

This one opens notepad.



OPEN A PROGRAM IF PASSWORD IS CORRECT

Set shell=CreateObject("wscript.shell")
pass=inputbox("Enter a Password")
if pass="1234" then Shell.Run("Notepad.exe") else msgbox("Incorrect Password!")

The text in blue is what you want the password to be.

The text in red is what program you want to open.

Save it as runpass.vbs and enjoy!


OPEN A LOT OF PROGRAMS AT ONCE

Set shell=CreateObject("wscript.shell")
Shell.Run("Notepad.exe")

Set shell=CreateObject("wscript.shell")
Shell.Run("MSPaint")

Set shell=CreateObject("wscript.shell")
Shell.Run("CMD.exe")

THIS WILL OPEN Notepad, Paint and CMD.

Save it as Opener.vbs and enjoy.
 

10 Most dangerous scripts to prank your friends

10 Most dangerous scripts to prank your friends 

salam from Mohammed faizan

prank your friends



=======================================
ALL OF THEZE COMMANDZ ARE TO BE TYPED IN NOTEPAD...

=======================================

1) Convey your friend a little message and shut down his / her computer:
Type :
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s
Save it as "Anything.BAT" in All Files and send it.

=========================================

2) Toggle your friend's Caps Lock button simultaneously:
Type :
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Save it as "Anything.VBS" and send it.
clcik here for more

=========================================
3) Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!
Type :
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 it.

===========================================
4) Frustrate your friend by making this VBScript hit Enter simultaneously:
Type :
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Save it as "Anything.VBS" and send it.

================================================== =
5) Open Notepad, slowly type "Hello, how are you? I am good thanks" and freak your friend out:
Type :
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! "
Save it as "Anything.VBS" and send it.

================================================== =========
6) Frustrate your friend by making this VBScript hit Backspace simultaneously:
Type :
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
Save it as "Anything.VBS" and send it.

================================================== =======
7) Hack your friend's keyboard and make him type "You are a fool" simultaneously:
Type :
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop
Save it as "Anything.VBS" and send it.

================================================== ==
8. Open Notepad continually in your friend's computer:
Type :
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save it as "Anything.BAT" and send it.

================================================== ====
9) Hard prank: Pick your poison batch file. It asks your friend to choose a number between 1-5 and then does a certain action:

1: Shutdown
2: Restart
3: Wipes out your hard drive (BEWARE)
4: Net send
5: Messages then shutdown

Type :
@echo off
title The end of the world
cd C:\
:menu
cls
echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press 'x' then your PC will be formatted. Do not come crying to me when you fried your computer or if you lost your project etc...
pause
echo Pick your poison:
echo 1. Die this way (Wimp)
echo 2. Die this way (WIMP!)
echo 3. DO NOT DIE THIS WAY
echo 4. Die this way (you're boring)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two
Save it as "Anything.BAT" and send it.

================================================== ======
You might wanna have to change the Icon of the file before sending it to your friend, so right click the file, click Properties, click on the 'Change' Icon and change the icon from there.

To Stop this ->
Go To Task Manager and End wscript.exe process.

Sunday, November 24, 2013

How To Hack Google

How To Hack Google



1st Hack :-

Viewing  Security Cameras Using Google :-

>> Open Google And Type :

inurl:"viewerframe?mode=motion"

In The Search Bar ,Open Any Results Shown To See Other's Security Cameras.

2nd Hack :-

Viewing Motion Security Video Cameras Using Google :-

>> Open Google And Type :

intitle:"Live View / - AXIS"

In The Search Bar ,Open Any Results Shown To See Other Online Video Cameras.

3rd Hack :-

Unspidered Sites Using Google :-

>> Open Google And Tye :

"robots.txt" "disallow:" filetype:txt

In The Search Bar,Open Any Results Shown To See Hidden Web Page.

4th Hack :-

Frontpage User Info Using Google :-

>> Open Google And Tye :

inurl:_vti_pvt "service.pwd"

In The Search Bar,Open Any Results Shown To See Other Frontpage User Info.

5th Hack :-

PHP Photo Album Hack Using Google :-

>> Open Google And Tye :

inurl:"phphotoalbum/upload"

In The Search Bar,Open Any Results Shown To Upload / Download Other's Photos

6th Hack :-

VNC User INFO Using Google :-

>> Open Google And Tye :

"vnc desktop"inurl:5800

In The Search Bar,Open Any Results Shown To Make Bruteforce Attack To Access Others Computers.

7th Hack :-

Accessing Printers Using Google :-

>> Open Google And Tye :

inurl:"port_255" -htm

In The Search Bar,Open Any Results Shown To Configure Any Documents On Other Network Printers.

8th Hack :-

PHP Admin Account Hack Using Google :-

>> Open Google And Tye :

intitle:phpMyAdmin "Welcome to phpMyAdmin"***" "running on * as root@*"

In The Search Bar,Open Any Results Shown To Go To Somebody's Web Page Admin Accounts.

How To Continually Pop The CD / DVD Drive

How To Continually Pop The CD / DVD Drive

                          

Boomtrick.blogspot.com

Follow These Steps :-

Open Notepad.

Copy the code given below onto the notepad file:-

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”.

Now open the file and see the magic! 

The file will continuously force the CD rom to pop out! 
And If you have more than one then it pops out all of them!

How To Lock USB Ports

How To Lock USB Ports

                      

To do this you have to make a registry tweak that will prevent writing to the usb port in 

Windows XP.

1) Go to Start Than Run and type 'Regedit'.

2) Navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control.

3) Here add a new folder on the left pane by right clicking on it and selecting 'New Key'.

4) Name this folder 'StorageDevicePolicies'.

5) Click this new folder and in the window on the right create a new DWORD value, 

    label it and Write Protect, give it a value of '1'.

6) Now users will not be able to write any data on the USB.

To turn it off just set the value to '0'

 

Saturday, October 19, 2013

BEST TROJAN

BEST TROJAN

Welcome to "HACKING begins - An approach to introduce people with the truth of HACKING". 
Best List Of TROJAN
Be a real hacker - PROFESSIONAL, and change the trend of HACKING.

Thanks & Regards:

Thursday, October 3, 2013

Funny computer tricks

Funny computer tricks to make fun.....


This Article contains some interesting computer tricks which I have learnt over the past few years. I hope all of you enjoy them!
1. Folder Without A Name
Do you know that it is possible to create a folder without a name? Indeed, you can create a folder without any name at all! Follow the steps below to create a folder without any name:
·         Firstly, remove the old name. (right click , rename and click delete) 
·         Then , press and hold down the ALT button and type 0160, then press Enter.
Important: Make sure you have switched on the number pad of your computer when you type "0160".

3. Increase your Computer Speed
This trick will help your computer work faster than ever before. To increase the speed of your computer, please follow the steps below:
·         Go to start, click run and then type “regedit”
·         Select "HKEY_CURRENT_USER”, then select control panel folder and after that select the desktop folder. Make sure you do it correctly.
·         You will see "registry setting" on your right hand side. After, select "menu show delay”, then right click on it and select "modify".
·         You will find "edit string option" where the "default value data is 400". Change the Value Data to 000.
·         Restart you computer after completing the above process. You will notice a significant change in your computers’ speed!
3. Notepad Trick
Open notepad and type .LOG in capital letters and press ENTER. You can record the exact date and time by using this trick.
4. Reserved Keyword Trick
Do you know that it is not possible make a folder with the name "con”? No matter how many times you try to make a folder with the name "Con", you won't be able to do it.
The reason: Con is a "reserved keyword" used by DOS, so you can't create a folder with that keyword. However, there is a way to create a folder with the name “CON”. To do this, go to the command prompt and type "MD \\.\E:\CON” . This will create a folder named CON in the drive of your Computer.

5. Strange Font
Open your notepad and increase the font size to 72, then change the font to Windings. Afterwards, type your name in capital letters. You’ll be surprised to see some peculiar symbols!

6. Desktop Wallpaper Prank
Take a screen shot of your desktop and then open the image and set it as your desktop background. Now, hide all the icons from your desktop. Also, unlock the task-bar. Now your desktop will look exactly the same as before, but all of the icons will not be clickable! This trick could easily confuse anyone and is a fun trick to play on some friends.

7. Microsoft Word Trick
Simply open up Microsoft Word and type =Rand (200, 99), then press enter. Hopefully you enjoy the magic!
I hope all of you have enjoyed reading these interesting tricks. Make sure you rate and post a comment. Thanks for reading my article!