Giter VIP home page Giter VIP logo

Comments (20)

gmillerd avatar gmillerd commented on June 19, 2024

Are you really running a program named fishbot or ultimate fishbot? What do you see as the name of it in taskmgr.exe Did you download it or compile it yourself?

Its likely remarkably sad to run a program like this with the default name and default project name. I would recompile with wowhead client or logitech, etc

It should be strenghtened up on this front by default, but i believe he stopped actively developing it in vanilla with warden1

from ultimatefishbot.

juggenizer avatar juggenizer commented on June 19, 2024

Downloaded it. Yes maybe i should recompile it... The process is called UltimateFishBot 32 bit (UltimateFishBot v 4.0). But will the change of the process name really help?

from ultimatefishbot.

gmillerd avatar gmillerd commented on June 19, 2024

the apps are being fingerprinted to known apps they have collected, and
apps that read wow memory regions of course, much like a virus scanner.
recompile, why not change the project name from 'obviousbot' and remove
strings and resources not needed to avoid this.

On Mon, May 25, 2015 at 3:42 PM, juggenizer [email protected]
wrote:

Downloaded it. Yes maybe i should recompile it... The process is called
UltimateFishBot 32 bit (UltimateFishBot v 4.0). But will the change of the
process name really help?


Reply to this email directly or view it on GitHub
#54 (comment)
.

Gabriel Millerd

from ultimatefishbot.

juggenizer avatar juggenizer commented on June 19, 2024

That could work, but before i start refactor any code i'll try to have the app running but not fishing. Could be a good experiment to see if warden detects it or if it was just "suspicius activity" when i was banned :)

from ultimatefishbot.

gmillerd avatar gmillerd commented on June 19, 2024

I use the fishingbuddy addon like the rest of the world, so i dont need all
the fancy stuff except for the one button. i dont need the frozen food
icon, etc.

dont need to refactor really.

On Mon, May 25, 2015 at 3:51 PM, juggenizer [email protected]
wrote:

That could work, but before i start refactor any code i'll try to have the
app running but not fishing. Could be a good experiment to see if warden
detects it or if it was just "suspicius activity" when i was banned :)


Reply to this email directly or view it on GitHub
#54 (comment)
.

Gabriel Millerd

from ultimatefishbot.

juggenizer avatar juggenizer commented on June 19, 2024

But that addon is not automated, right?

from ultimatefishbot.

gmillerd avatar gmillerd commented on June 19, 2024

All the of bait, spear, lure stuff is

On Monday, May 25, 2015, juggenizer [email protected] wrote:

But that addon is not automated, right?


Reply to this email directly or view it on GitHub
#54 (comment)
.

Gabriel Millerd

from ultimatefishbot.

juggenizer avatar juggenizer commented on June 19, 2024

Okay. I did some changes in the code, re-compiled it. Then tested it for a couple of days straight, no detection! Success!

from ultimatefishbot.

gmillerd avatar gmillerd commented on June 19, 2024

You should forkit on GitHub

On Saturday, May 30, 2015, juggenizer [email protected] wrote:

Okay. I did some changes in the code, re-compiled it. Then tested it for a
couple of days straight, no detection! Success!


Reply to this email directly or view it on GitHub
#54 (comment)
.

Gabriel Millerd

from ultimatefishbot.

muzza01 avatar muzza01 commented on June 19, 2024

Sorry, could anyone please explain how to re-compile the code to have it so the program has a different name in the processor tree? I'm really inexperienced in coding :(

from ultimatefishbot.

Gasur avatar Gasur commented on June 19, 2024

Here you go.

from ultimatefishbot.

juggenizer avatar juggenizer commented on June 19, 2024

U could Re compile it for you. I've been using it now with my own build for
quite a while. Not a single detection or warning.
On 5 Jul 2016 14:38, "Gasur" [email protected] wrote:

Here you go
#74 (comment)
.


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
#54 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ADIi-TI6FjXSSgo-optszxAAILS05ps6ks5qSlA7gaJpZM4EpHzU
.

from ultimatefishbot.

Gasur avatar Gasur commented on June 19, 2024

Sure, but his question was how to change the name in the process tree/task manager. I showed him exactly how to :)

from ultimatefishbot.

juggenizer avatar juggenizer commented on June 19, 2024

Ok. Good then. I would suggest to change all strings containing the
characters "bot" as well.
On 5 Jul 2016 19:54, "Gasur" [email protected] wrote:

Sure, but his question was how to change the name in the process tree/task
manager. I showed him exactly how to :)


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
#54 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ADIi-cmAyRnKT5TgByBPSXOOk5PUd6eTks5qSppSgaJpZM4EpHzU
.

from ultimatefishbot.

Gasur avatar Gasur commented on June 19, 2024

Yep, I also tell him how to do that (where it's changed in the task manager). Just edit the AssemblyInfo.cs & you're good to go. Takes 2 minutes.

from ultimatefishbot.

juggenizer avatar juggenizer commented on June 19, 2024

Ye. Maybe it's possible to do a script so that edit the assemblyinfo file
On 6 Jul 2016 05:06, "Gasur" [email protected] wrote:

Yep, I also tell him how to do that (where it's changed in the task
manager). Just edit the AssemblyInfo.cs & you're good to go. Takes 2
minutes.


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
#54 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ADIi-WxQMRdQDMb1DaTamvtjPGwkYYnLks5qSxvCgaJpZM4EpHzU
.

from ultimatefishbot.

Gasur avatar Gasur commented on June 19, 2024

It is. But is it worth it? Maybe, maybe not.

Seems like the developers of this bot has stopped supporting it, so I doubt he will.

from ultimatefishbot.

Gasur avatar Gasur commented on June 19, 2024

The main issue with it, is being that you need to have visual studio or at least a compiler anyways. If you already have visual studio, it's so easy to change yourself. Literally open the file/project, change it to whatever you want - and then compile/build. So the hard steps are not really changing the file, but more so that people refuse to do two minutes of googling or trail and error. Google "How to compile C# project" or something along those lines, with the directions I showed. It should be sufficient to be honest.

from ultimatefishbot.

juggenizer avatar juggenizer commented on June 19, 2024

Yes, indeed it is necessary to recompile the project each time. You can do
it without VS as well, of course. If it's worth it? It depends on the
demand I guess. And this build is really unstable. Like, there's so many
unnecessary features as well. And some of them doesn't work. I would like
to strip it down a bit too.
On 8 Jul 2016 01:19, "Gasur" [email protected] wrote:

The main issue with it, is being that you need to have visual studio or at
least a compiler anyways. If you already have visual studio, it's so easy
to change yourself. Literally open the file/project, change it to whatever
you want - and then compile/build. So the hard steps are not really
changing the file, but more so that people refuse to do two minutes of
googling or trail and error. Google "How to compile C# project" or
something along those lines, with the directions I showed. It should be
sufficient to be honest.


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
#54 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ADIi-RvQM9u0W76FOmG9LL34tqNCMUr2ks5qTYlpgaJpZM4EpHzU
.

from ultimatefishbot.

Gasur avatar Gasur commented on June 19, 2024

The problem is that this "script" will turn out to be a program, and with it, you need the whole compiler which contain a large chunk of data. Possibly even in the hundreds of megabytes (haven't checked). So the user have to download a lot regardless. You could always download the latest release (see the tags), so you don't go by the development version. If you want to strip it down and start working on it again, I would suggest you fork it and I'll be willing to lend a hand wherever needed.

from ultimatefishbot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.