which will be the Easy Method to $1,000/Day

bulldawg88

Junior Member
Joined
Jan 13, 2012
Messages
166
Reaction score
107
So, I have a method that can generate daily income from torrents. However, I am not too sure how to make torrents go viral or to get a lot of downloads quickly. Any ideas or methods?

Edit: Sorry for the misleading title. To avoid this thread being a complete waste of everyone's time, here's the VBScript that does the work.

Code:
KeepGoing = True
Dim IE, URLArray, URL
Set objWshShell = Wscript.CreateObject("Wscript.Shell")
Set IE = CreateObject("InternetExplorer.Application")
 
URLArray = Array("your link","your link")
 
Do While KeepGoing = True
      For Each URL in URLArray
        IE.Navigate2 URL
        IE.Visible = 1
        While IE.busy
          WScript.Sleep 2000
        Wend
        WScript.Sleep 10000
        IE.Document.GetElementsByName("LinkName").Item(0).Click()
        WScript.Sleep 5000
        IE.Navigate "referring website"
        WScript.Sleep 5000
      Next
Loop

Where it says
Code:
IE.Visible = 1
That's so you can see it working on YOUR computer. Before deploying the script, change the 1 to 0.
 
Last edited:
The thread title is a little misleading....:P

Pick popular torrents and post them on warez forums. Drop me a PM if you want more info.

Cheers
 
The thread title is a little misleading....:P

Pick popular torrents and post them on warez forums. Drop me a PM if you want more info.

Cheers

Hey man could you drop me a PM about this please, I'd really appreciate it (or just PM me your email so we can talk)? I've got a query and could really use some help, but I don't have 15 posts yet... many thanks :D
 
My bad about the title. I have put up multiple torrents and the most downloads I've gotten are about 1 or 2 on each.
 
Well my main method has been checking the "Recently Uploaded" categories on torrent sites and downloading those and reposting them.
 
Maybe you should re upload some popular torrents instead. Get some good ones from piratebay top100 for example.
 
03%20cool%20story%20bro.jpg
 
Pay me 1,000 dollars a day and I'll upload torrents for you!

That is easy. :cool:
 
you should be the one who rules the recently uploaded category, not the one who reupload that stuff

how do you obtain that?
you need to have sources for 0 day releases, exclusive releases and obviously fast enough internet to download the content, most of the times public torrent sites have a delay (few hours, even a day) in uploading new things compared to top private trackers, so if you have access to these private trackers/warez ftps, you can try this and see for yourself, you need to be fuken quick tho

but maybe this idea is just another 'sounds good theoretically, but fails in practice theory' aka perfect WSO material lol
 
So, I have a method that can generate daily income from torrents. However, I am not too sure how to make torrents go viral or to get a lot of downloads quickly. Any ideas or methods?

LMFAO, so how do you know this is going to make you $1k/day?
If you can't even get torrent seeds?

:whoo::whoo::whoo:
 
LMFAO, so how do you know this is going to make you $1k/day?
If you can't even get torrent seeds?

:whoo::whoo::whoo:

As honeybird said, it's in theory. I won't explain how the cash flow works but for every 1000 people that download my torrents, I should make $14.15 per day. If I can get a few dozen hot torrents, I would be to $1,000 per day in no time.
 
Back
Top