***


SUBMITTED BY: Guest

DATE: March 22, 2014, 12:42 a.m.

FORMAT: Text only

SIZE: 765 Bytes

HITS: 1992

  1. ;Very very basic Bing Rewards AutoHotkey Auto Clicking Script
  2. ;This is for use with clicking the related images links
  3. ;AutoHotkey: http://q.gs/67WBw
  4. ;Please read the user's tutorial before implementing this script
  5. q & p:: ;when you press and p together
  6. Loop 30 ;the script will loop thirty times (= 15 clicks)
  7. {
  8. Click ;clicks where ever the mouse is currently at
  9. Sleep, 30000 ;the script then rests for 30 seconds before repeating
  10. ;you can edit this to whatever you want, where 1000 = 1 second
  11. }
  12. return ;the script then ends
  13. ;make sure once you have done all the clicks, you exit AutoHotkey
  14. ;as the q button will not work until you do
  15. ;Happy earning!

comments powered by Disqus