What do you guys think of it?
If you haven't seen it its in the forums.
It's like rep but when you tip them you give them 25 gold.
Printable View
What do you guys think of it?
If you haven't seen it its in the forums.
It's like rep but when you tip them you give them 25 gold.
Time to abuse it :)
It looks promising I guess :P
Edit :
Or not o.O
Time to make a tip bot
Ugh, I just saw. The tip takes from one's account. It could be used as a sapping method I guess. Login to a list of active accounts (with proxy) and tip your posts a lot in extremely small increments. I bet boob could make a shit-ton.
Multithreading. And it could be profittable if you have like 50 accounts.
50 x 25 = 1,250
1,250 x 6 tpm = 7,500
If I can get a good one working you could pretty much sap about 8,000 gold from a list of 50 accounts per 1-2 minutes. This would also help for boob's account list...
In retrospect, this is a very shrewd farming method that I think I'll look into. If I could combine my Arena Voter with a refresher and DC grabber (which I have) and maybe an autoposter (but the captcha's a bitch) and then put in a sapper, this could be the new mulefarm.
I've thought ahead. The majority of the tips will of course go to one person, but there will be random posts that it will tip to every so often. This defeats the bot accusation. Spreading the tips around is always good. Also, more accounts means less tips from the same person which makes the equation: Larger account List = Lower Ban rate making Boob's giant lists more profitable.
this sounds amazing ._.
I want to try working on making abot, this sounds easy enough.
log on mule1 from list
navigate to topic
give tip
post "Bump"
wander the site
switch to mule2 login cookie from list
loop etc.
I already have a tip bot done.
Its not very good, but it works alright with my multithreaded arena voter...
Vote until 25 gold : Tip.
Account getting gold makes new post.
Vote until 25gold : tip.
Rinse repeat :)
Bman show me how to multi-thread. I already know how, but maybe you know moar features of it than I.
Anything else?Code:Imports System.IO
Public Class Form1
Private Sub Threadwork
Dim i as integer
For i = 0 to 100
msgbox(i)
next i
End Sub
Private Sub Button1_Click() Handles button1.click
Dim thread1 As Thread
thread1 = New Thread(AddressOf Me.BackWorker)
t.Start()
End Sub
End Class
wow how does this code work please ? ^^
Creates a private sub called threadwork. Threadwork does a specific thing on its own thread.
Pressing button1 will create a new thread. This thread will call Threadwork (should have been addressof.threadwork) and initiate it on a seperate thread each time you press the button. Test out the code, you'll see.
Im using C# But, You would use a for loop, until specified number of threads are started.
I let the user input the amount they want.
And to whom asked :
It is multiple accounts.
thnx and good luck ^^
Pm me if you g0ot bot