A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

Gaiaonline "Tip"

1.3k views · started by Taz ·
#1
Gaiaonline "Tip"
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.
#2
Time to abuse it :)

It looks promising I guess :P

Edit :

Or not o.O
#3
Time to make a tip bot
#4
TEMPTii wrote:
Time to make a tip bot


How would that work out?
#5
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.
#6
TEMPTii wrote:
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.


To be honest doesn't sound like a good program sounds very slow.
#7
Taz wrote:
To be honest doesn't sound like a good program sounds very slow.


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.
#8
TEMPTii wrote:
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.

dont you think that this would have high ban rate?
#9
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.
#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.
#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 repeat :)
#12
Bman wrote:
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 :)


sounds pretty good, alittle basic, but it does sound like it would work great.
like mentioned before, It should have multiple accounts to do this, or it won't work at its full potential =/
#13
Bman show me how to multi-thread. I already know how, but maybe you know moar features of it than I.

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

Anything else?
#14
wow how does this code work please ? ^^
#15
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.
#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.
#17
TEMPTii wrote:
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.


i kinda keep getting errors when i paste the code and i add a button to the form ^^"
EDIT :oh hi bman ^^
#18
Dummy!! wrote:
i kinda keep getting errors when i paste the code and i add a button to the form ^^"
EDIT :oh hi bman ^^


That was just a basic idea of code. its not going to work.

You can google some examples of multi threading, since I wont be able to help anybody tonight because of development.
#19
thnx and good luck ^^
#20
Pm me if you g0ot bot