Fake traffic generator

Hello again,

Since many of you are using Windows, I just coded a new release of the script especially for windows users.

The archive file contains:

- wget for Windows
- the DLL needed for wget
- a script of mine that will run wget with all the suitable parameters: traffic.cmd
- the Excel file

Instructions:

- Create a directory and extract there all the files
- In this directory, create a script file with Notepad (Call it run.cmd for instance)
- Fetch as many proxy addresses as you can
- Copy them inside the Excel file (Column A)
- Don't forget the proxy ports as well (Column B)
- Drag column C up to the end of the file
- Select column C (starting C9, traffic.cmd ...)
- Copy the column
- Paste the data inside your script file (run.cmd)
- Save the file
- Run the script file (run.cmd)
- Wait watching your last porn torrent :rolleyes:
- That's all folks

You can have information about the running operations, check the file called "log" in the directory.

Let me know.

Regards
Where would you get the proxy addresses from? I know of things like hidemyass*com that hide your ip when you're visiting sites. Where would you get proxy addresses from?
 
Kilroy this script is awesome!

I am however running into the same issue of the script stopping after first request.

I made a second script called run.cmd with all the traffic.cmd calls in it from the excel sheet.

I started a command prompt and called run.cmd from there.

No luck.

If you can get this to work I will buy you a high class prostitute for two nights!

Or give thanks and rep or something...


Hello,

you should not run the script from the GUI. Rather run it using a command shell. Go to start, run, type "cmd" and chdir to the suitable directory, the one where you stored my files.

Let me know.
 
For anybody else who is using the windows script and having the problem where it runs one and then stops, here's how I got around that.

First copy and paste column C of the spreadsheet to notepad and save as run.txt in the same folder as the other files.

Open command prompt and run the following

for /f "tokens=*" %A in (run.txt) do %A


Like a charm. Thanks again to Kilroy!
 
If you need to run Linux on a Windows machine, you can install Ubuntu (Linux version) by using Wubi and you will then have Linux in a VM.
 
I think I'll just buy some traffic. My computer doesnt need anymore files.
 
For anybody else who is using the windows script and having the problem where it runs one and then stops, here's how I got around that.

First copy and paste column C of the spreadsheet to notepad and save as run.txt in the same folder as the other files.

Open command prompt and run the following

for /f "tokens=*" %A in (run.txt) do %A


Like a charm. Thanks again to Kilroy!
Sorry, I can't understand the second part... How do you run the for /f command in cmd?? Just type it??? But that doesn't work?? Really appreciate if anyone can help... thanks is advance :)
 
This post is more or less two-years old, do the software still works today? Youtube have already updated. But anyway, there is harm in trying for few hits :)
 
Protip:

To take a list of proxies that looks like this

Code:
108.7.77.155:3435
12.176.136.154:1787
173.208.163.155:25568
173.208.163.155:30644
173.208.163.155:35569
173.208.163.155:4484

and turn it into 2 columns (1 for IP, 1 for port), do the following.

  1. Open proxy list in Notepad.
  2. Ctrl+A to select all.
  3. Ctrl+H for "Replace" command.
  4. In the first box, type ":" (without quotes, of course).
  5. In the second box, type "," (again without quotes).
  6. Hit the "Replace All" button.


    Your list should now look like this:

    Code:
    108.7.77.155,3435
    12.176.136.154,1787
    173.208.163.155,25568
    173.208.163.155,30644
    173.208.163.155,35569
    173.208.163.155,4484
  7. Save this text file as "yourfilename.csv".
  8. Open in Excel.

Tada!
 
For anybody else who is using the windows script and having the problem where it runs one and then stops, here's how I got around that.

First copy and paste column C of the spreadsheet to notepad and save as run.txt in the same folder as the other files.

Open command prompt and run the following

for /f "tokens=*" %A in (run.txt) do %A


Like a charm. Thanks again to Kilroy!
Oh I got it... In case anyone of you need help on this, may refer to here: h*ttp://forum.*lowyat.net/*index.php?showtopic=*1710303
(Remove the "*"):D
 
does it is adsense safe
my website is monetized with adsense does fake traffic result in getting banned my adsense account:eek:
 
I tried the exact same steps given here.. I get the below error in the log. It is been running for a while now and I didnt get a single view..


Connecting to 82.127.76.7:80... failed: Connection timed out.
Retrying.

Connecting to 82.127.76.7:80... failed: Connection timed out.
Giving up.

I have tried both the steps creating run.txt and running the command and the other is running through traffic.cmd..


Any help will be highly appreciated.
 
I tried to increse the views of one of the ezine articles.. the log showed that it was fine but i could not get the number of views increased in numbers.. I tried the same with Youtube video as well.. But it worked only for about 20 views and then stopped..

Is there any reason why???
 
Back
Top