Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[RELEASE] Terry's Fisherman's Friend (Gaia fishing bot+src)
Goto page 1, 2, 3 ... 49, 50, 51  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Flash Games -> Gaia Online
View previous topic :: View next topic  
Author Message
TerryDonahugh
Master Cheater
Reputation: 0

Joined: 12 Sep 2007
Posts: 412
Location: .nl

PostPosted: Sun Sep 16, 2007 6:26 am    Post subject: [RELEASE] Terry's Fisherman's Friend (Gaia fishing bot+src) This post has 36 review(s) Reply with quote

Hey,

I decided to patch up and release an old project I made for Gaia Fishing. It is my fishing bot.

This bot does NOT use flash. It simulates the flash client by connecting directly on to the game servers using sockets. I release it to show you that it is possible and not that hard. I hope someone will learn from this (it comes with python source)

I guess it is not that hard to detect this bot. It always catches the best possible fish configuration. It never fails to catch a fish. It never catches trash.

Oh you need Python installed to run it. Read the enclosed readme.txt for details.
Enjoy.

FAQ
- You need Python 2.4 or 2.5. Get it here: http://python.org/ftp/python/2.5.1/python-2.5.1.msi
- The type of rod does not matter. Basic rod is good enough.
- Bait type matters. Bait A gives you the best fish.
- Catching rares is only possible when the server generates a rare fish event. There is no way to force this.
- The bot only fishes in the Durem Reclamation Facility.
- The bot can not go faster.
- The password prompt has no echo. Your input is invisible just type your password and press enter.
- The sources are in Python, it should not be that hard to read and change. If you made any interesting changes please post them.

Important! Read before posting!
Before you post anything in this thread, make sure you have read all posts first. Chances are your 'OMG LOL IT DOES NOT WORKSES WTF!?!!1' question has already been answered at least twice.

If you still can not get it to work then try reading http://forum.cheatengine.org/viewtopic.php?t=135690 first.

This thread is to discuss the bot. Please do not post your fishing stats, avatars or anything of that nonsense.

Bot has been removed, use the 1.5 version instead. http://forum.cheatengine.org/viewtopic.php?t=146658&


Last edited by TerryDonahugh on Fri Nov 30, 2007 4:28 am; edited 11 times in total
Back to top
View user's profile Send private message Send e-mail MSN Messenger
SciExTron
Grandmaster Cheater
Reputation: 2

Joined: 28 Jun 2007
Posts: 992
Location: Inferno

PostPosted: Sun Sep 16, 2007 7:40 am    Post subject: Reply with quote

You are doing good job +REP
*Off-Topic*
I like linux users. Laughing

_________________

Back to top
View user's profile Send private message
TerryDonahugh
Master Cheater
Reputation: 0

Joined: 12 Sep 2007
Posts: 412
Location: .nl

PostPosted: Sun Sep 16, 2007 8:13 am    Post subject: This post has 1 review(s) Reply with quote

SciExTron wrote:
You are doing good job +REP
*Off-Topic*
I like linux users. Laughing


Thanks, I appreciate the +rep Smile Unfortunately I haven't seen that much Linux users around here in the flash forums. I should install windows some day to check out the great work by other forum users.

_________________
Hello? Mule Farm
Back to top
View user's profile Send private message Send e-mail MSN Messenger
oOoNyquiloOo
Grandmaster Cheater Supreme
Reputation: 0

Joined: 18 Jun 2006
Posts: 1420

PostPosted: Sun Sep 16, 2007 2:20 pm    Post subject: This post has 1 review(s) Reply with quote

O____O Sounds incredible.

What computer languages can do what your bot does?

There are soooo many computer languages out there. I don't know which one to train under. Which do you think is the best? I'm going into computer engineering and I don't know what I should train under.
Back to top
View user's profile Send private message
TerryDonahugh
Master Cheater
Reputation: 0

Joined: 12 Sep 2007
Posts: 412
Location: .nl

PostPosted: Sun Sep 16, 2007 2:49 pm    Post subject: Reply with quote

oOoNyquiloOo wrote:
O____O Sounds incredible.

What computer languages can do what your bot does?

There are soooo many computer languages out there. I don't know which one to train under. Which do you think is the best? I'm going into computer engineering and I don't know what I should train under.


Well, you can basically write in anything you like. I am mainly a C++ coder but I've learned that for this kind of jobs that (scripting) languages with a rich standard library are better suited.

I really like Python for its simple syntax, good containers, string handling and standard library that comes with http/cookie/xml handling. Programming stuff like this in C++ is possible but would cost me much more time and I really don't need the extra CPU cycles.

_________________
Hello? Mule Farm
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Wasney
Advanced Cheater
Reputation: 0

Joined: 29 Aug 2007
Posts: 50

PostPosted: Sun Sep 16, 2007 2:56 pm    Post subject: Reply with quote

Sounds like fun...so this will run under Linux? I hate having to leave Windows running for the other bot...so many random problems like updater's and such.


Off-topic...I'm a Ubuntu user...Very Happy
Back to top
View user's profile Send private message
TerryDonahugh
Master Cheater
Reputation: 0

Joined: 12 Sep 2007
Posts: 412
Location: .nl

PostPosted: Sun Sep 16, 2007 3:05 pm    Post subject: Reply with quote

Wasney wrote:
Sounds like fun...so this will run under Linux?


Yes, it runs on Linux. I could try to produce an .exe for the Windows users out there so that they don't have to install Python. Then again, I released it to show people it can be done not for people to use it extensively (yes I am very naive here!)

_________________
Hello? Mule Farm
Back to top
View user's profile Send private message Send e-mail MSN Messenger
oOoNyquiloOo
Grandmaster Cheater Supreme
Reputation: 0

Joined: 18 Jun 2006
Posts: 1420

PostPosted: Sun Sep 16, 2007 3:22 pm    Post subject: Reply with quote

*kinda reading the source code.*

Trying to figure out if I'm reading this right; so it runs using firefox as its "user-agent"

Does a window open up when you run this or does it run from the python command-line or gui?
Back to top
View user's profile Send private message
TerryDonahugh
Master Cheater
Reputation: 0

Joined: 12 Sep 2007
Posts: 412
Location: .nl

PostPosted: Sun Sep 16, 2007 3:33 pm    Post subject: Reply with quote

oOoNyquiloOo wrote:
*kinda reading the source code.*

Trying to figure out if I'm reading this right; so it runs using firefox as its "user-agent"

Does a window open up when you run this or does it run from the python command-line or gui?


No, that is the user-agent string. The user-agent string is part of any http request. The bot would be very easy to detect if I did not set the user-agent string. This way any http request made by the bot looks one that comes from a firefox browser. It does not use firefox or any other browser at all.

_________________
Hello? Mule Farm
Back to top
View user's profile Send private message Send e-mail MSN Messenger
oOoNyquiloOo
Grandmaster Cheater Supreme
Reputation: 0

Joined: 18 Jun 2006
Posts: 1420

PostPosted: Sun Sep 16, 2007 3:43 pm    Post subject: Reply with quote

Yeah, that's what I was thinking.
Back to top
View user's profile Send private message
TerryDonahugh
Master Cheater
Reputation: 0

Joined: 12 Sep 2007
Posts: 412
Location: .nl

PostPosted: Mon Sep 17, 2007 3:11 am    Post subject: Reply with quote

So has anyone actually used it already? Smile
_________________
Hello? Mule Farm
Back to top
View user's profile Send private message Send e-mail MSN Messenger
oOoNyquiloOo
Grandmaster Cheater Supreme
Reputation: 0

Joined: 18 Jun 2006
Posts: 1420

PostPosted: Mon Sep 17, 2007 3:21 am    Post subject: Reply with quote

lol.. so this is what I did..
Downloaded Python 2.5

Ran the python gui.

Opened ffriend.py module..

Whoops.. didn't run

Goes back to the command line

Enters in ffriend.py username* password*
.. invalid variable or not defined or something

.. tries login.py

I gave up. As much as I want to see how your program runs I'd rather work on my own in the time to figure it by myself lol.


Wouldn't be bad to see the program run tho..... Wink Rolling Eyes
Back to top
View user's profile Send private message
TerryDonahugh
Master Cheater
Reputation: 0

Joined: 12 Sep 2007
Posts: 412
Location: .nl

PostPosted: Mon Sep 17, 2007 3:30 am    Post subject: Reply with quote

Could you post or PM the exact error?
_________________
Hello? Mule Farm
Back to top
View user's profile Send private message Send e-mail MSN Messenger
rawk0r
Cheater
Reputation: 0

Joined: 09 Jan 2007
Posts: 42

PostPosted: Mon Sep 17, 2007 11:05 am    Post subject: Reply with quote

oOoNyquiloOo wrote:
lol.. so this is what I did..
Downloaded Python 2.5

Ran the python gui.

Opened ffriend.py module..

Whoops.. didn't run

Goes back to the command line

Enters in ffriend.py username* password*
.. invalid variable or not defined or something

.. tries login.py

I gave up. As much as I want to see how your program runs I'd rather work on my own in the time to figure it by myself lol.


Wouldn't be bad to see the program run tho..... Wink Rolling Eyes

Are you running on windows? if so, just throw the files into your python directory, navigate there in the command propmt, and use the syntax line given in the readme.



On another note, tried it out, and I must say that what you have done here is simple amazing.


Edit:
Here is a screenshot of it in action. It works amazingly fast and requires very little resources.



fishing.PNG
 Description:
 Filesize:  13.13 KB
 Viewed:  57809 Time(s)

fishing.PNG



_________________


Last edited by rawk0r on Tue Sep 18, 2007 8:58 pm; edited 4 times in total
Back to top
View user's profile Send private message
Wasney
Advanced Cheater
Reputation: 0

Joined: 29 Aug 2007
Posts: 50

PostPosted: Mon Sep 17, 2007 12:39 pm    Post subject: Reply with quote

I have a question. You said this wont catch trash...Now does it just never get it, or does it let the trash go once it hooks it?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Flash Games -> Gaia Online All times are GMT - 6 Hours
Goto page 1, 2, 3 ... 49, 50, 51  Next
Page 1 of 51

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum



Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki