Fake traffic generator

ok im still trying to figurout how to use this program can you be specific for instant everytime i start the command shell it close up i did what you said made the notepad script insert all my proxies into it but im stock when it came to this parts

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

could you explaine it better because notepad dont have any columns

thankx
 
Last edited:
is it possible to for you to code this script into a working windows app im willing to pay for it thankx man
 
Hey kilroy,

Many thanks for this....

Like most of the people here I'm a complete noob when it comes to this
so I'm going to suggest something that might help everyone here if you
don't mind doing it.

Is it possible you could go over how to setup and get the software running
via video? just host it on youtube or something.

I'm just asking, thanks for the free stuff here.

l8er,
 
Hey kilroy,

First, Thanks for creating and sharing this program. Very nice and useful!!!

Second, I would like to add to the last two post about some type of visual layout of the instructions will be useful for the Windows base users. Maybe screenshot images with your instructions converting all into a pdf. That way it can be easily created and posted here. We don't want the rest of the Viewing World to see this.:cool:

Success for All!!!
 
No luck, even running it from command prompt. Still get
Code:
--23:24:04--  http://ca.youtube.com/watch?v=*****
           => `tmp'
Connecting to 78.88.180.100:8000... failed: Connection timed out.
Retrying.

--23:24:24--  http://ca.youtube.com/watch?v=****
  (try: 2) => `tmp'
Connecting to 78.88.180.100:8000... failed: Connection timed out.
Retrying.

--23:24:44--  http://ca.youtube.com/watch?v=*****
  (try: 3) => `tmp'
Connecting to 78.88.180.100:8000... failed: Connection timed out.
Giving up.

This is the most common error I get. Could you put in a function that skips the proxy after 3 tries? I'm thinking it's just slow connecting proxies.
 
Gosh, so many comments during my days off :D
Sorry guys, I am currently moving to another place and therefore without a good reliable Internet connection. (I am presently in the office abusing our professionnal access :rolleyes:
Ok, I will create some screenshot as soon as I get a new connection (and some free times as well as I am quiet busy with professionnal stuffs at this time)
I am thinking about coding a little C Windows/Linux program in the future, so that it will make easier for you to run the script without having to mess with the infamous-and-obsolet-MSDOS

For the meantime, few further explanations:

- don't run the traffic.cmd as it requieres some parameters in order to grab the URL
- you build a run.cmd that calls traffic.cmd with the suitable parameters
- markj, this is a common error you will get using proxies. This means the proxy has been shutdown and therefore the script won't be able to grab the URL. Caution proxies TTL (Time-to-live) are very short, most of the time only few hours, therefore you must update often your list. There is already a function that skip the proxy, it uses one of the parameter of the wget tool = wget -t 3 -T 20 says to try 3 attempts and set timeout to 20 seconds. You can change this at your own convenience in the traffic.cmd; for instance: wget -t 2 -T 10 (2 attempts and set timeout to 10 seconds).

Hope this helps.

Regards
Kilroy.
 
thank you for your time kilroy looking forward to that keep us updated and hope you like the new place you moved to.
cheers
 
:( i sitll dont get how to use this
can someone please help me out
 
hashir just stay tune kilroy will keep us updated he just moved he said so be patiente
 
I understand the basics of what this script is doing, but in order for a a youtube video to count a hit as a "view", doesn't the viewer have to view the video in it's entirety? is their a parameter (perhaps TTL, i'm not sure) that will instruct wget to stay on the youtube video page for a specific amount of time, so that it can be counted as a view?
 
proroy is waiting for kilroy's return :D lol :p .

I am not so sure as to how to use this thing, probably the screenshots will make it easier.:)
 
Hey I have been following your directions (the linux ones, I have fedora 9) and when I execute the SH file it just comes up blank... P.S. I have PPM ads... will this work for those? They're videos so they need to al least load the videos when they visit.
 
better solution for you cygwin folks is to use vmware wokstation to run linux. This will save you a bunch of headaches associated with cygwin.

For the people needing proxies, public lists are somewhat useful for this task, but many of these proxies are too busy to be used (show up as dead when they are busy). Better to find a private or semi private source.
 
I download your windows excel file its got a colum for proxy ip and one for the port.

how the *&^% do you split this list

http://www.freeproxy.ru/download/lists/goodproxy.txt

into to colums?

Awk....

If you guys want to get Sh*t done, learn Linux
 
Will this script just increase the counter or it may look legimate for increasing views also i.e. it stays on the article for say 30 seconds and then disconnect.
Is it possible to keep the connection for 30 seconds and then disconnect it ?

Thanks
 
Back
Top