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.

Just finished a new hack.

794 views · started by GAMEchief ·
#1
Just finished a new hack.
The friend list generator Boobearsh requested. But the best part is I finally created a Gaia Online framework so that I can use it to instantly be done with the hardest part of any scripts I make in the future. So to Helllllllll with Gaiaaaaaaaaa.

if ($gaia_online->login('username', 'password')) { echo 'The login provided is valid!'; }
else { echo $gaia_online->error; }

Fark yeah.
#2
Good job. I'll look forward to using it.. maybe.
#3
gonna release?
#4
yeah any release or for silver only:(
#5
Not sure. I may put it in Silver in order to get into the programming team whenever the admins get back. I'ma let Boobearsh beta test and shit, since he's paying me for it, and it was his request. If it comes out stable, it'll share (not open source for you guys, though).

The only thing I've done with it is, you put in a user's username and password, and it scans the friends list and retrieves all the usernames.

Outputs in CSL, which is what PMs use:
Usernames: a list, of a bunch, of usernames, that are, friends with, whomevers account, you put in

Copy-paste to "Send PM" and you can then easily send a message to the user's entire friend list.

And surely I can do a lot cooler shit. Mostly page scanners, probably. The login validator will be great for almost anything. Beyond that, not sure what all I want to do with it.
#6
If you feel like getting fancy, make a page scanner that finds aquarium tank links, goes to them and looks for 'active=true' in the url.

Instant bootygrab bot is instant.
#7
I guess I could. But page scanners run kinda slow.
#8
GAMEchief wrote:
I guess I could. But page scanners run kinda slow.


O please do it would be realy Great if you did nice neew bot
Just wondering How much do you make off booty grabing
#9
I don't make anything, 'cause I don't play Gaia, so I wouldn't know. I just make hacks to see if I can - to improve my coding ability.