Subscribe to RSS Feed

Oh hai thar everybody! was kinda bored this weekend not much to do with HB at them moment, just some minor stuff anyways,
out boredom i wrote some new stuff on MrFishIt for a change, i have been kinda busy the last months so i haven’t been able to code a lot on MrFishIt :)

What does this mean?
You can customize all and or load new states into the engine and it will run them accordingly eg. StateCast;

using System;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Medusa.Finite_State_Machine;
using Medusa.Helpers;
using Medusa.Logic.Combat;
using Medusa.Memory_Read_Write_Inject.Lua;
using Medusa.Object_Dumping_Enumeration;

namespace MrFishIt.States
{
    public class StateCast : IState
    {
        #region Implementation of IState

        public string StatusText { get { return "Cast"; } }

        public int Priority { get { return 4; } }

        public bool NeedToRun
        {
            get
            {
                return !Medusa.Logic.Fishing.Fishing.IsFishing;
             }
         }

        public void Run()
        {
            // Adding some lua just for fun, like DoEmote("Dance");
            Lua.DoString("DoEmote(\"Dance\")");
            Thread.Sleep(1000);            

            var spell = (from b in ObjectManager.Me.KnownSpells.Values
                         where
                             b.ID == 7620 ||
                             b.ID == 7731 ||
                             b.ID == 7732 ||
                             b.ID == 18248 ||
                             b.ID == 33095 ||
                             b.ID == 51294 ||
                             b.ID == 62734

                         select b).FirstOrDefault();

            if (spell != null)
            {
                Logging.Write("[Fishing]: Casting");
                SpellManager.CastSpellById(spell.ID);

                var rand = new Random();
                int waitTime = rand.Next(500, 1500);

                var watch = new Stopwatch();
                watch.Start();

                while (ObjectManager.Me.ChanneledCasting == 0 &&
                         watch.ElapsedMilliseconds <= waitTime)
                    Thread.Sleep(1);

                watch.Reset();
            }
        }

        #endregion
    }
}

notice line 32? Some random ass lua i added and now it will start dancing and then wait one second before casting ! how kewl is that ? o_O

And here’s the download :)

MrFishIt 4.2.3

46 Responses to “ MrFishIt 4.2.3 – Arbitrary loading of states ! ”

  1. Dustin
    November 8, 2009 at 04:39

    Here is a StateCast.cs file for anyone interested in uninterrupted Wintergrasp fishing:
    http://www.mediafire.com/?ohwvgwzymmi

    Thanks for the update, Nesox. Great work, as always.

  2. Hardcawk
    November 8, 2009 at 11:03

    The link to mediafire is not working at the moment.

  3. Nesox
    November 8, 2009 at 14:15

    Yea i know, had some problem with uploading files on the blog so i had to use mediafire;
    but it’s hosted on the blog now so it should work :)

  4. Wobbuffet
    November 8, 2009 at 16:43

    Could you fix that you don’t have to close and restart the tracking after every loading screen?
    Love your products! Tyvm

  5. Baas
    November 9, 2009 at 18:07

    Thanks alot, this really is a great device:)
    I like it alot, but what happends if the new patch comes out, how are you sure its a safe bot?

    Thanks

  6. Equ1n0x
    November 10, 2009 at 02:21

    Great Work once again, man. To this day i am baffled by the amazing simplicity of mrfishit, and its shiny gooey

  7. Arispis
    November 10, 2009 at 12:59

    Thanks Nesox!

  8. hasanchop
    November 10, 2009 at 19:30

    Great work as always.. all my epic mounted alts give great praise to you. On a side note.. what did you code this in?

  9. hasanchop
    November 10, 2009 at 19:30

    er what did you code mrfishit in? if you don’t mind me asking…

  10. Nesox
    November 10, 2009 at 20:58

    Well, if you look at the states you would have noticed it’s in C# o.O so it’s coded in C#

  11. Terreur
    November 11, 2009 at 00:14

    @ Dustin
    The WG thingy doesn’t seem to work, still getting throwed out of WG when I’m trying to bot there, what would be a good line to auto accept the WG queue, join the battle and leave party?

    Thanks in advance.

    And Nesox, thanks for the awesome bot! =D

  12. aE
    November 14, 2009 at 08:22

    Does this work with windows 7 64 bit? ultimte

  13. Wobbuffet
    November 14, 2009 at 18:29

    MrTrackit is not working with the new patch again :(

  14. Hybrid
    November 15, 2009 at 06:09

    Awesome tool, babysat fished in WG for 4 hours while i did laundry cleaned and other shit, makes fishing painless will donate for this one to keep it going.

  15. Hybrid
    November 19, 2009 at 01:16

    Hey hopefully you get this but looks liek the wow update that just finished downloading today makes it so that wow crashes with mrfishit gives you fatel error window and askes to report ect.

  16. Dustin
    November 20, 2009 at 04:48

    Hybrid, the StateCast file should work. I’ve modified mine a bit from what I had posted earlier.

    Perhaps try this:

    http://www.mediafire.com/?zfxowyzjozm

    I am fishing in Wintergrasp as I type this message, using that state cast and the latest Mr. FishIt version.

  17. Dustin
    November 20, 2009 at 04:49

    Err, sorry. Meant for Terreur

  18. Jaimes
    November 22, 2009 at 07:59

    this bot found WoW Spanish or only english version?

  19. Selle
    November 24, 2009 at 21:34

    Whats the buttem numbers?.. like:
    1. fishing pool 2. lura 3. fishing

  20. Emil
    November 28, 2009 at 14:46

    Jag får inte igång den “/ det står att “program avslutas” lust att hjälpa mig? :S Kör Vista 32bit och SP 2, dock har jag laddat ner Fame 3.5 men ser inte om den funkar. Tog också hem det andra programmet. Skulle vara väldigt tacksam om du skickade ett mail till mig och sa vad jag kan göra :S. Hade SP 1 innan och testade men funkade inte :S

  21. Wobbuffet
    November 30, 2009 at 22:56

    When are you going to update it? MrTrackit is not working anymore :<
    I gotta keep spamming the annoying "/castsequence find herbs, find minerals" macro I made as a backup :S

  22. weeezle
    December 1, 2009 at 19:12

    I heard that this program isnt safe anymore because it use somhting in the game or how i could explane it. is it true or can i start use it again. last ver i used was 4.2.2

  23. flashguy
    December 3, 2009 at 16:27

    Hey, I love your site. It seems most people don’t really bother writing articles that lack substance nowadays.

  24. Mak
    December 7, 2009 at 14:28

    Sup with the latest update? doesn’t work for me..

  25. Whi
    December 10, 2009 at 15:13

    hey @all,

    i have a problem, the new wow patch is 3.3 is now working but my mrfishit don’t work since patchday? what can i do?

    thanks for answer

  26. Sans
    December 18, 2009 at 15:34

    Mr Fishit works perfectly with 3.3

  27. Quatchie
    December 19, 2009 at 21:40

    Hey just wondering if anyone could point me towards a working state that allows you to fish wintergrasp uninterupted. thanks

  28. Morte
    December 27, 2009 at 11:38

    Hello I was wondering is there a way to make it loot low level items from fish, Like if i start Fish on a new character fish level 1. It will not loot none of the fish.

    But it’s working perfect in like Outlands, Northrend

    I tried looking at StateLooting.cs see if i had to add the items to a list or something.

    If anyone can help me out.

    Thanks

  29. ScrooLoose
    December 28, 2009 at 19:01

    Does anyone have a link that works to Dustin’s Wintergrasp cast state?

  30. Seifer
    December 28, 2009 at 20:35

    You know “arbitrary” means random, right? ;)

  31. Morte
    December 29, 2009 at 20:03

    Nope i had no clue so there is no way to make it loot specific fish.

  32. Morte
    January 19, 2010 at 01:35

    Hello again I was wondering if anyone here has any idea why when i open MrFishIt it takes like 5-10 Minutes to load the application?

    is there so sorta Hotfix for Dot Net i need to download or something.

    Thanks

  33. Best Bath Store
    September 15, 2010 at 18:13

    Thats one of that write-up which it truly is worth to bookmark. Definitely wonderful article.

  34. organizacje charytatywne
    October 22, 2010 at 03:48

    This is awesome poste for a long period i ‘ve ever study. Can i have your contact please? I have somthing to ask. Merci.

  35. Laura Smithson
    December 10, 2010 at 03:33

    I am really loving the theme/design of your weblog. Do you ever run into any web browser compatibility issues? A few of my blog visitors have complained about my site not working correctly in Explorer but looks great in Opera. Do you have any advice to help fix this issue?

  36. ladies purses
    December 31, 2010 at 23:47

    Any opportunity you can advocate a good feed reader? I need to follow your site to keep up with what you write.

  37. chapa3
    January 3, 2011 at 02:02

    Ok so I am not going to lie with you, I just need a backlink. Thanks for understanding!

  38. Barney Kobler
    January 14, 2011 at 19:05

    Hello, i think that i saw you visited my website so i came to “return the favor”.I’m trying to find things to enhance my web site!I suppose its ok to use a few of your ideas!!

  39. Londa Nichlos
    February 13, 2011 at 11:45

    I seemed to be aware about this previously, but nonetheless there are some useful bits which completed the picture to me, thank you!

  40. Barbara Fairall
    May 28, 2011 at 07:58

    After looking at your article I browsed the site a bit and noticed you aren’t ranking nearly as well in Google as you could be. I own a handful of blogs myself and I think you should have a look here: http://www.commissioncrusherz.net/ You’ll find it’s a very nice tool that will bring you a lot more targeted visitors. Keep up the nice posts

  41. weight control
    June 18, 2011 at 09:34

    Most people don’t agree with you 100% but you do make some valid points

  42. Reuben Angarola
    August 2, 2011 at 02:59

    This is actually healthful web page. I prefer this content from it. There are numerous methods for development. In the beginning, you need to elaborate the next with increased information. 2nd, you might think about asking and also task meeting of more professionals. Its fantastic website looked after azines deserving of additional consciousness. Foster the superb perform. I am content.

  43. Cordrendexdot
    November 9, 2011 at 20:45

    Международная Финансовая сеть МММ-2011 работает и платит более 10 месяцев и успешно платит вкладчикам.
    Вновь зарегистрированные участники могут получить бесплатные 20 долларов, которые в дальнейшем могут снять и положить на

    долгосрочный депозит.
    Прибыль от 20 до 75% в месяц.
    За “3 месяца” вклад увеличивается в 3 раза
    За “6 месяцев” в 12 раз.
    За “1 год” в 130 раз!
    Высокодоходные вклады можете купить на бирже МММ-2011, так же можете попробовать себя в сфере спекуляций, на бирже уже

    сегодня зарабатывают до 100.000 рублей в неделю.
    Это вам не Форекс, с его обманной политикой, где получают прибыль только 5-10% участников, в МММ-2011 зарабатывают Все!

    Реклама во всех городах России!

    “Сергей Мавроди”

    [b]Регистрация здесь[/b] >> http://mmm-invest.biz

    ПС: Есть сомнения? Поищите в Интернете отрицательные отзывы, их нет? Потому что всё работает.

  44. wronawilliams
    December 11, 2011 at 09:55

    to buy to get new coupon , for special offer

Leave a Reply