Advertisement
kkDav1337

Automatic Start Tor with Loop (10 Seconds Loop)

Dec 6th, 2019
15,873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.20 KB | None | 0 0
  1. @echo off
  2. :loop
  3. set username=YOURUSERNAME
  4. set website=https://google.com
  5. start C:\Users\%username%\Desktop\TorBrowser\Browser\firefox.exe %website%
  6. timeout /t 10
  7. taskkill /f /im firefox.exe /t
  8. goto loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement