Advertisement
gulaschkanone

a little thing

Jan 24th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Save this as <mafia dir>\relay\hash.ash:
  2.  
  3. void main() {
  4. write(my_hash());
  5. }
  6.  
  7.  
  8. Use this as a bookmarklet: (select and drag onto bookmarks bar, or however your browser handles bookmarks that aren't links)
  9.  
  10. javascript:(function(){var x=new XMLHttpRequest();x.open('GET','hash.php',true);x.onreadystatechange=function(){if(x.readyState==4){top.chatpane.pwdhash=x.responseText;}};x.send(null);})();
  11.  
  12. What this will do: Update your chat pwdhash, to prevent the "password hash mismatch" or whatever, without having to refresh the whole chatpane
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement