Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- '********************************************
- ' Click_down.vbs
- '********************************************
- Set WshShell = CreateObject("Wscript.Shell")
- WshShell.AppActivate("binary")
- WScript.Sleep 250
- WshShell.SendKeys "^l"
- WScript.Sleep 250
- WshShell.SendKeys "javascript:document.getElementById{(}'dwn_button'{)}.click{(}{)};document.getElementById{(}'invest_now_button'{)}.click{(}{)};"
- WScript.Sleep 500
- WshShell.SendKeys "{ENTER}"
- '********************************************
- ' Click_up.vbs
- '********************************************
- Set WshShell = CreateObject("Wscript.Shell")
- WshShell.AppActivate("binary")
- WScript.Sleep 250
- WshShell.SendKeys "^l"
- WScript.Sleep 250
- WshShell.SendKeys "javascript:document.getElementById{(}'up_button'{)}.click{(}{)};document.getElementById{(}'invest_now_button'{)}.click{(}{)};"
- WScript.Sleep 500
- WshShell.SendKeys "{ENTER}"
Advertisement
Add Comment
Please, Sign In to add comment