| View previous topic :: View next topic |
| Author |
Message |
TerryDonahugh Master Cheater
Reputation: 0
Joined: 12 Sep 2007 Posts: 412 Location: .nl
|
Posted: Sun Sep 16, 2007 6:26 am Post subject: [RELEASE] Terry's Fisherman's Friend (Gaia fishing bot+src) |
|
|
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 |
|
 |
SciExTron Grandmaster Cheater Supreme
Reputation: 3
Joined: 28 Jun 2007 Posts: 1012 Location: Inferno
|
Posted: Sun Sep 16, 2007 7:40 am Post subject: |
|
|
You are doing good job +REP
*Off-Topic*
I like linux users.
_________________
Anonymous, click my userbars.
 |
|
| Back to top |
|
 |
TerryDonahugh Master Cheater
Reputation: 0
Joined: 12 Sep 2007 Posts: 412 Location: .nl
|
Posted: Sun Sep 16, 2007 8:13 am Post subject: |
|
|
| SciExTron wrote: | You are doing good job +REP
*Off-Topic*
I like linux users.  |
Thanks, I appreciate the +rep 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.
_________________
|
|
| Back to top |
|
 |
oOoNyquiloOo Grandmaster Cheater Supreme
Reputation: 0
Joined: 18 Jun 2006 Posts: 1420
|
Posted: Sun Sep 16, 2007 2:20 pm Post subject: |
|
|
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 |
|
 |
TerryDonahugh Master Cheater
Reputation: 0
Joined: 12 Sep 2007 Posts: 412 Location: .nl
|
Posted: Sun Sep 16, 2007 2:49 pm Post subject: |
|
|
| 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.
_________________
|
|
| Back to top |
|
 |
Wasney Advanced Cheater Reputation: 0
Joined: 29 Aug 2007 Posts: 50
|
Posted: Sun Sep 16, 2007 2:56 pm Post subject: |
|
|
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...
|
|
| Back to top |
|
 |
TerryDonahugh Master Cheater
Reputation: 0
Joined: 12 Sep 2007 Posts: 412 Location: .nl
|
Posted: Sun Sep 16, 2007 3:05 pm Post subject: |
|
|
| 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!)
_________________
|
|
| Back to top |
|
 |
oOoNyquiloOo Grandmaster Cheater Supreme
Reputation: 0
Joined: 18 Jun 2006 Posts: 1420
|
Posted: Sun Sep 16, 2007 3:22 pm Post subject: |
|
|
*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 |
|
 |
TerryDonahugh Master Cheater
Reputation: 0
Joined: 12 Sep 2007 Posts: 412 Location: .nl
|
Posted: Sun Sep 16, 2007 3:33 pm Post subject: |
|
|
| 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.
_________________
|
|
| Back to top |
|
 |
oOoNyquiloOo Grandmaster Cheater Supreme
Reputation: 0
Joined: 18 Jun 2006 Posts: 1420
|
Posted: Sun Sep 16, 2007 3:43 pm Post subject: |
|
|
| Yeah, that's what I was thinking.
|
|
| Back to top |
|
 |
TerryDonahugh Master Cheater
Reputation: 0
Joined: 12 Sep 2007 Posts: 412 Location: .nl
|
Posted: Mon Sep 17, 2007 3:11 am Post subject: |
|
|
So has anyone actually used it already?
_________________
|
|
| Back to top |
|
 |
oOoNyquiloOo Grandmaster Cheater Supreme
Reputation: 0
Joined: 18 Jun 2006 Posts: 1420
|
Posted: Mon Sep 17, 2007 3:21 am Post subject: |
|
|
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.....
|
|
| Back to top |
|
 |
TerryDonahugh Master Cheater
Reputation: 0
Joined: 12 Sep 2007 Posts: 412 Location: .nl
|
Posted: Mon Sep 17, 2007 3:30 am Post subject: |
|
|
Could you post or PM the exact error?
_________________
|
|
| Back to top |
|
 |
rawk0r Cheater
Reputation: 0
Joined: 09 Jan 2007 Posts: 42
|
|
| Back to top |
|
 |
Wasney Advanced Cheater Reputation: 0
Joined: 29 Aug 2007 Posts: 50
|
Posted: Mon Sep 17, 2007 12:39 pm Post subject: |
|
|
| 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 |
|
 |
|