1. Click here to join our community discord server.

Awesome javascript

Discussion in 'Off Topic' started by Popshotz, Apr 1, 2011.

  1. Popshotz

    Popshotz Guest

    Copy paste this into any web page - preferably one with lots of writing, this website works pretty well.


    Code:
    javascript:var i,s,ss=['http://kathack.com/js/kh.js','http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js'];for(i=0;i!=ss.length;i++){s=document.createElement('script');s.src=ss[i];document.body.appendChild(s);}void(0);
     
  2. LEGEND

    LEGEND Senior Member

    Working, it is not.
     
  3. Popshotz

    Popshotz Guest

    Well then, go here.
    http://kathack.com/
     
  4. LEGEND

    LEGEND Senior Member

    Hahaha! This is well good like. I just wiped a whole essay away.

    Sometimes you come out with the most random shiz ever Pops.
     
  5. L1teHawk

    L1teHawk Senior Member

    You need to surround them in [noparse]
    Code:
     ... 
    [/noparse] tags for them to parse properly. Like this:

    Code:
    javascript:var i,s,ss=['http://kathack.com/js/kh.js','http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js'];for(i=0;i!=ss.length;i++){s=document.createElement('script');s.src=ss[i];document.body.appendChild(s);}void(0);
    
    It's vBulletin's fault that the code extends past the box, but that's still accurate.
     
  6. Mr Zombie

    Mr Zombie Senior Member

    loool nice :D