Jump to content

Recommended Posts

Posted (edited)

I have made some scripts for gaia for making gold, i was wondering if anyone else has different scripts they would like to share?

This is to post on forums automatically

Edited by Valik
Code removed.
Posted

that script would not stop when you want it to, because your not increasing the value of $y

Global $y = 0
Do
;something to do in here
$y = $y + 1
Until $y = 10 ;<- value to stop at

but you could also make it smaller by going:

For $y = 0 To 10 ;<- value to stop at
;something to do in here
Next

that would just loop everything in the statement until $y = the number, like the Do ... Until but a bit smaller.

but yea, as Manadar said, forum spambots are frowned upon ALOT...

Posted

Well if you guys would give me a chance before reporting me. It's not spamming there is a topic on Gaia just for bumping, so what the bot does is go straight to that forum and i collect gold. So it's not spamming, thank you for the script advice.

Posted

Still, their terms of use say this:

3. Gaia Online may contain robot exclusion headers. You agree that you will not use any robot, spider, scraper, or other automated means to access Gaia Online for any purpose without our express written permission or bypass our robot exclusion headers or other measures we may use to prevent or restrict access to Gaia Online.

You didn't think there'd be a rule against botting?

Kinda stupid ...

Posted

Does it not occur to you that even were the site to allowed botting to bump this particular thread, that publicly posting a spambot is a stupid idea because idiots would pick it up and use it for other things?

Guest
This topic is now closed to further replies.
×
×
  • Create New...