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.

Program Idea

852 views · started by Chad ·
#1
Program Idea
I was thinking Trainee's and the Team can make something similar to Modio except for Gaia and other online games. We can also start making xbox modding tools. It really doesn't look that hard and I have a few examples. Maybe we can do something with PS3 as well. As I don't have a PS3, I'll have to be excluded from that.

I've already started the base and everything else for this.
#2
So adding lots of bots together?
#3
Yes. I was thinking we can add a 'Submit' function. That way if they wanted to they could submit a programs source code and after review, we can add it.
#4
Why not just make a real multibot. And make it a base for .dll bots. Then have a folder and import all dll's in that folder at startup. There for, they can add and remove bots without download a completely new program.
#5
MattSmith wrote:
Why not just make a real multibot. And make it a base for .dll bots. Then have a folder and import all dll's in that folder at startup. There for, they can add and remove bots without download a completely new program.


They wouldn't have to completely re-download it. It would have an auto update feature. I dislike having it do dll's because if they released the dll and encrypted it, they could make it log accounts and we would have no idea. It is more 'official' if we manually do it.

The program will be free like modio. However, if they want they can buy a 'premium' feature which will act just like underground and have better programs. When they buy the 'premium' feature, all funds earned will go towards LG on LG's paypal.
#6
I'm up for this :)

I can start developing bot's for it, and maybe a plugin function.
#7
Chad wrote:
They wouldn't have to completely re-download it. It would have an auto update feature. I dislike having it do dll's because if they released the dll and encrypted it, they could make it log accounts and we would have no idea. It is more 'official' if we manually do it.

The program will be free like modio. However, if they want they can buy a 'premium' feature which will act just like underground and have better programs. When they buy the 'premium' feature, all funds earned will go towards LG on LG's paypal.

Have them send you the source to the dll... Then you release it. Manually adding it could / will make it very messy code. Very bad habbit.
#8
Looks like we've switched over to Java. If you want the Java HTTP Wrappers they are in the public programming source codes section.
#9
I think we need to develop some java game libraries. Not just classes but maybe a whole framework for making web based game bots :)
#10
No need to do an entire embeded framework. To much work for 0 gain when you could just use a class on the project.
#11
MattSmith wrote:
No need to do an entire embeded framework. To much work for 0 gain when you could just use a class on the project.


Eh, probably right. I just thought it was a good idea :P