Created
August 11, 2017 14:20
-
-
Save madux/01052ef399b64e183766b358a4d17957 to your computer and use it in GitHub Desktop.
The Application is a hack tool to increase website traffic in less than 15 minutes, use it wisely.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#------------------------------------------------------------------------------- | |
# Name: module1 | |
# Purpose: | |
# | |
# Author: kingston | |
# | |
# Created: 20/02/2017 | |
# Copyright: (c) kingston 2017 | |
# Licence: <your licence> | |
#------------------------------------------------------------------------------- | |
from time import sleep | |
import webbrowser | |
import os | |
a=0 | |
while True: | |
webbrowser.open_new("http://foolando.blogspot.com") | |
sleep(10) | |
os.system("killall 'Google Chrome'") | |
a=a+0 | |
sleep(10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment