Advertisement
RyanDolan123

Manabe Madlibs Rate Limit Remover

Jun 21st, 2014
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // made by your friend @ryandolan123 on twitter
  2. // paste into inspect element console
  3. // enjoy <3
  4.  
  5. jQuery.inArray = function() { // oh no, I'm abusing jQuery as my injection standpoint <3
  6.     document.cookie = "PHPSESSID=; expires=Thu, 1 Jan 1970 00:00:00 GMT; path=/"; // delete cookies
  7.     return -1; // This also stops client-side curse filters, but the server could still stop you
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement