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.
Results 1 to 20 of 20
Thread: Gaiaonline "Tip"
- 02 Aug. 2010 07:01pm #1
- Age
- 97
- Join Date
- Nov. 2009
- Location
- In the computer
- Posts
- 11,186
- Reputation
- 1029
- LCash
- 0.00
- Awards
Gaiaonline "Tip"
- 02 Aug. 2010 07:09pm #2
Time to abuse it
It looks promising I guess
Edit :
Or not o.OLast edited by Bman; 02 Aug. 2010 at 07:13pm.
Shh, I'm watching My little pony.
- 02 Aug. 2010 07:10pm #3
Error: Title Not Found
- Age
- 29
- Join Date
- Dec. 2009
- Location
- Hell
- Posts
- 2,248
- Reputation
- 248
- LCash
- 0.00
Time to make a tip bot
- 02 Aug. 2010 07:14pm #4
- Age
- 97
- Join Date
- Nov. 2009
- Location
- In the computer
- Posts
- 11,186
- Reputation
- 1029
- LCash
- 0.00
- Awards
- 02 Aug. 2010 07:19pm #5
Error: Title Not Found
- Age
- 29
- Join Date
- Dec. 2009
- Location
- Hell
- Posts
- 2,248
- Reputation
- 248
- LCash
- 0.00
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.
- 02 Aug. 2010 07:21pm #6
- Age
- 97
- Join Date
- Nov. 2009
- Location
- In the computer
- Posts
- 11,186
- Reputation
- 1029
- LCash
- 0.00
- Awards
- 02 Aug. 2010 07:27pm #7
Error: Title Not Found
- Age
- 29
- Join Date
- Dec. 2009
- Location
- Hell
- Posts
- 2,248
- Reputation
- 248
- LCash
- 0.00
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.
- 02 Aug. 2010 08:01pm #8
- 02 Aug. 2010 08:07pm #9
Error: Title Not Found
- Age
- 29
- Join Date
- Dec. 2009
- Location
- Hell
- Posts
- 2,248
- Reputation
- 248
- LCash
- 0.00
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.
- 03 Aug. 2010 01:18am #10
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.
- 03 Aug. 2010 01:33am #11
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 repeatShh, I'm watching My little pony.
- 03 Aug. 2010 01:37am #12
- 03 Aug. 2010 01:43am #13
Error: Title Not Found
- Age
- 29
- Join Date
- Dec. 2009
- Location
- Hell
- Posts
- 2,248
- Reputation
- 248
- LCash
- 0.00
Bman show me how to multi-thread. I already know how, but maybe you know moar features of it than I.
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
- 03 Aug. 2010 01:49am #14
- 03 Aug. 2010 01:54am #15
Error: Title Not Found
- Age
- 29
- Join Date
- Dec. 2009
- Location
- Hell
- Posts
- 2,248
- Reputation
- 248
- LCash
- 0.00
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.
- 03 Aug. 2010 01:59am #16
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.Shh, I'm watching My little pony.
- 03 Aug. 2010 02:06am #17
- 03 Aug. 2010 02:09am #18
- 03 Aug. 2010 02:11am #19
- 03 Aug. 2010 02:48am #20
Pm me if you g0ot bot