Skip to content

crazywifi/FakeTrafficByProxy

Repository files navigation

FakeTrafficByProxy

Send Fake Traffic by Free Proxies

How to use this code?

Command:

python3 FakeTrafficByProxy.py URL

Example:

python3 FakeTrafficByProxy.py https://lazyhacker22.blogspot.com/

Alt text

Need to change the highlighted data in the script before using it according to your website server response

Alt text

Alt text

How to compile py file to exe?

c:\Python3\Scripts\pyinstaller.exe --add-data "C:\Python3\Lib\site-packages\pyfiglet\fonts;./pyfiglet/fonts" -i icon.ico --onefile FakeTrafficByProxy.py