Skip to content

Instantly share code, notes, and snippets.

@madux
Created August 11, 2017 14:20
Show Gist options
  • Save madux/01052ef399b64e183766b358a4d17957 to your computer and use it in GitHub Desktop.
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.
#-------------------------------------------------------------------------------
# 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