Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- as a chat marco:
- /goto inventory.php?ftext=___'; top.mainpane.location.onunload = function(){ top.mainpane.frameElement.contentDocument.forms[2].children[0].value += 'boop' } ; z='
- as an equivalent(?) javascript...script?
- top.mainpane.location = 'inventory.php?ftext=___';
- top.mainpane.location.onunload = function(){
- top.mainpane.frameElement.contentDocument.forms[2].children[0].value += 'boop'
- };
- z=''
Advertisement
Add Comment
Please, Sign In to add comment