Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const alt1ClickButton = () => {
  2.     const button = document.getElementById('solvebutton');
  3.     if (button) {
  4.         button.click();
  5.     }
  6. }
  7. window.alt1.events.alt1pressed.push(alt1ClickButton);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement