Advertisement
yojimbos_law

Guide for a Deck awesomemenu.php button

Jul 14th, 2015
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Step one: create a chat macro which will henceforth be referred
  2. to as '/cheat':
  3. /goto inv_use.php?whichitem=8382&cheat=1&pwd='+pwdhash+'
  4.  
  5. Step two: make a custom macro button in the top menu that executes
  6. /cheat
  7.  
  8. Step three: make a second custom macro button that executes the following:
  9. /goto main.php';pwdhash=$('form').find($('input[name=pwd]')).attr('value');t='
  10.  
  11. #this grabs your password hash when clicked. You need to click it
  12. #once each session to make top menu macros involving '+pwdhash+' work.
  13.  
  14. Step four: that's all.
  15.  
  16.  
  17. Credits:
  18. greycat for the /cheat macro
  19. sausssage for the silly pwdhash bit.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement