Applescript YouTube Bot


SUBMITTED BY: Guest

DATE: May 5, 2013, 10:56 a.m.

FORMAT: Text only

SIZE: 907 Bytes

HITS: 48353

  1. display dialog "Welcome To Pcpro101's Youtube Bot. The Maximum Views This Bot Can Give Is A Total View Count Of 300. Check The Video Link You Want Views On, If Its Already On 300 Or More, This Bot Can't Give Any More.
  2. Video Link" default answer "Enter Here..."
  3. set link to (text returned of result)
  4. display dialog "Number Of Views To Give
  5. (More Views Costs More Time!)" default answer "View Amount"
  6. set views to (text returned of result)
  7. display dialog "Delay (seconds) Between Views
  8. (Faster Views Requires Faster Connection)" default answer "Enter Delay Here..."
  9. set dlay to (text returned of result)
  10. repeat views times
  11. tell application "Safari" to open location link
  12. delay dlay
  13. tell application "Safari"
  14. close window 1
  15. delay 0.5
  16. end tell
  17. end repeat
  18. -please donate to me! :D
  19. 1Hkoxuj4P2t1BcBavHYaRCkCmcWccdwMv9

comments powered by Disqus