script

script |1| TabCode.Net, Programming, Database, Networks, Hacking, System Security, Operating Systems, Applications, Softwares ...
  1. How to close right click

    How to close right click Put the code in the desired section: <script> $(document).bind('copy', function(e){ return false; }); </script> <script> $(document).bind('copy', function(e){ alert('Warning! Copying the contents of the TabCode.Net forum is prohibited.'); return...
  2. How to make keyboard lights go crazy in windows

    At every keyboard, you can find 3 LEDs which is used to indicate the state of the lock screen or Numlock or Capslock button.what if we press all these 3 keys 10 times a sec? it WiLl wrItE SOme ThiNg LiKe thIs.with the help of some visual basic code we can make a virus or script to do the same...
Back
Top