Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > World of Warcraft > WoW Bots
You last visited: Today at 03:28

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release]MrFishIt - Fishbot

Discussion on [Release]MrFishIt - Fishbot within the WoW Bots forum part of the World of Warcraft category.

Reply
 
Old   #1
 
ChiII's Avatar
 
elite*gold: 101
Join Date: Jun 2008
Posts: 241
Received Thanks: 63
[Release]MrFishIt - Fishbot



Erstmal im Voraus, dieser Thread wurde mit Erlaubnis vom Original Poster auf ******* hierher kopiert.
Alle thanks gehen zu Nesox
Hier nochmal sein Blog


Ich werde den Thread immer up to date halten





Deutsch
Zur zeit Up to Date und funktioniert mit 4.0.3.13329

Installation
1. Downloade und entpacke die Datein in ein beliebiges Verzeichnis
2. Das neuste .Net Framework mit Service Packs herunterladen

How to
1. WoW als Administrator ausführen
2. Mr. Fishit als Administrator ausführen
3. In WoW einloggen
4. Zu einem Angelplatz deiner Wahl gehen
5. Mr. Fishiht einstellen
6. Start Knopf drücken. Das ist der große graue Knopf oben Links.
7. Habt Spaß.

Wie Mr. Fishit arbeitet
Es liest/schreib von/zu WoW um zu interagieren.
Es guckt ob man tot ist oder lebt.
Funktioniert mit Vista X64/XP und Windows 7

Credits

Hier nochmal sein Blog

Cypher
Apoc
Shynd for his blog
MaiN for doing all the lua
Seifer for writing the ToS
Robske for the JChat chatreader
And everybody else in the memory editing section



English
Currently updated and working with 4.0.3.13329

Installation
1.Download and extract the files to a folder
2.Make sure you have the latest .Net Framework including service packs

Usage
1.Start wow as Administrator
2.Start MrFishIt as Administrator
3.Log into your World of Warcraft account
4.Go to you favorite fishing spot
5.Setup the options as you wish select lure options for stopping etc...
6.Press start it's the big grey button in the top left corner
6.Enjoy!

How It Works
It Read/Writes from/to wow to get Object's and to Interact with them (no ****ing color recognition )
It check's if your dead alive etc. Works on Vista x64/Xp/Windows7

Credits

His Blog

Cypher
Apoc
Shynd for his blog
MaiN for doing all the lua
Seifer for writing the ToS
Robske for the JChat chatreader
And everybody else in the memory editing section

Legal Note And Misc


Quote:
Terms of Service

The use of this product comes with no liability whatsoever from it’s developer and/or
distributors.
You agree to use our services at your own risk, and that the developer and/or distributors are
in no way responsible for any damage or harm caused from this application, in any way,
shape or form. This includes, but is not limited to suspension/bans of accounts our software
may have been used on, or any other form of restriction of access.

This product is free, and you will not be billed for usage. If you have paid for your copy,
please delete it from your hard drive(s), and obtain a genuine copy from one of our verified
distributors.

We reserve the right to gather non-personal, system specific information regarding usage of
our software. Your information will not be sold, handed out or in any other way shared with
third parties.

This software is copyrighted, and may not be modified or decompiled in any way, shape or
form.

These terms of service may be updated from time to time. Although we will do our best to
inform you of any changes made, it is in your own interest, as well as your own responsibility
to read these terms on a regular basis. Changes are effective immediately, with or without
your agreement. May you disagree on these terms in any point in the future, you are to
install and remove the software in it’s entity, and are not permitted to use it.
The Downloads






Useful Addons




Donate
If you like this application and would like to see further updates please consider donating,
gamecards, accounts or an ammount to my paypal







Mini tutorial on how to write a plugin

Mini tutorial on how to write a plugin:
1. Reference Medusa and Medusa.Plugin and Medusa the rest speaks of itself!
2. Documentaion included and you can ofcourse use the intellisense and the object browse

Code:
using System;
using Medusa.Memory_Read_Write_Inject.Lua;
using Medusa.Object_Dumping_Enumeration;
using Medusa.Plugin;

namespace WGBotter
{
    public class WGBotter : Extension
    {
        #region Overrides of Extension

        private byte FrameLimiter { get; set; }

        public override void Pulse()
        {
            if (++FrameLimiter % 10 == 0)
            {
                if (ObjectManager.Me != null &&   ObjectManager.Me.RealZoneText == "Wintergrasp")
                {
                    Lua.DoString("StaticPopup1Button1:Click()   StaticPopup2Button1:Click() LeaveParty()");
                }

                FrameLimiter = 0;
            }
        }

        public override string Name
        {
            get { return "Wg Botter"; }
        }

        public override string Author
        {
            get { return "Nesox"; }
        }

        public override Version Version
        {
            get { return new Version(1, 0, 0); }
        }

        #endregion
    }
}
ChiII is offline  
Thanks
21 Users
Old 07/06/2010, 13:11   #2
 
[InRente]'s Avatar
 
elite*gold: 23
The Black Market: 146/0/0
Join Date: Sep 2009
Posts: 1,965
Received Thanks: 696
danke dafür funtzt ales nur das wg botter plugin mag noch nich ^^
[InRente] is offline  
Old 07/06/2010, 13:17   #3
 
ChiII's Avatar
 
elite*gold: 101
Join Date: Jun 2008
Posts: 241
Received Thanks: 63
Edit: In der aktuellsten Version im Post oben geht das WG Plugin wieder einwandfrei


jo in der aktuellen Version will das WG plugin leider nicht, wird aber noch gefixxt soweit ich weiss.

Bis das Plugin von Mr. Fishit wieder geladen wird empfehle ich das Makro auf Taste 1 zu legen
Quote:
/click StaticPopup1Button1
/click StaticPopup2Button1
/script LeaveParty()
und dieses Au3 script

Code:
HotKeySet("{F5}", "TogglePause")
HotKeySet("{ESC}", "Terminate")

Global $Paused, $WinTitle ='World of Warcraft'
TogglePause()

While 1 
If WinExists($WinTitle) Then
ControlSend($WinTitle, "", "", "1", 1)
Sleep(1500)
ControlSend($WinTitle, "", "", "1", 1)
Sleep(15000)
Else
MsgBox(0, "WoW Client not found!", "WoW isn't running! Please start up WoW then run this script!" &@CRLF& "Closing script now.", "", "")
Exit
EndIf
WEnd

Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script has been paused! F5 - Pause | ESC - Exit',0,0)
WEnd
ToolTip("")
EndFunc

Func Terminate()
Exit 0
EndFunc
Hier die exe


F5 pausiert den Script
ESC beendet ihn
ChiII is offline  
Thanks
1 User
Old 07/06/2010, 14:26   #4
 
elite*gold: 0
Join Date: Aug 2009
Posts: 7
Received Thanks: 2
Auf jedenfall finde ich den bot ebenfalls klasse !
Allerdings ist es so, das ich mir letztens Windows 7 installiert hab.
Ich bin mir nicht sicher ob das dass Problem ist aber wenn ich das genau so mache wie du das da oben beschreiben hast und auf den Start Knopf drücke, kommt bei mir Error-Fenster in dem steht "Current build of wow is not supported! - [11403]"
Das bedeutet dann wohl soviel wie ... "Aktuelle Aufbau von wow wird nicht unterstützt" was bedeutet das ich entweder mein WoW (3.3.2) auf die aktuellste Version hoch patche?
oder gibt es noch einen Bot der auch mit der Version läuft :S

wäre nett wenn mir einer helfen könnte.
Leo

PS: sry bei rechtschreib-fehlern
leonardxxx is offline  
Old 07/06/2010, 14:28   #5
 
ChiII's Avatar
 
elite*gold: 101
Join Date: Jun 2008
Posts: 241
Received Thanks: 63
Der Bot funktioniert nur mit der aktuellen Version von WoW
Aber hier eine ältere Version die bei 3.3.2 funktionieren müsste
ChiII is offline  
Old 07/06/2010, 14:31   #6
 
elite*gold: 0
Join Date: Aug 2009
Posts: 7
Received Thanks: 2
Hi Leute
Ich finde den Bot ebenfalls klasse !
Allerdings habe ich seit dem ich Windows 7 hab ein Problem.
Wenn ich auf den Start-Knopf klickt, kommt dort immer ein Error-Fenster in dem Steht "Current build of wow is not supported" was soviel bedeutet wie "Aktuelle Aufbau von wow wird nicht unterstützt".
Würde das für mich bedeuten, das ich mein WoW (3.3.2) auf die aktuellste Version hochpatche ?
Oder gibt es einen Bot der auch mit der Version arbeitet

Wäre nett wenn ihr mir helft

Leo
leonardxxx is offline  
Old 07/06/2010, 15:24   #7
 
[InRente]'s Avatar
 
elite*gold: 23
The Black Market: 146/0/0
Join Date: Sep 2009
Posts: 1,965
Received Thanks: 696
Quote:
Originally Posted by leonardxxx View Post
Hi Leute
Ich finde den Bot ebenfalls klasse !
Allerdings habe ich seit dem ich Windows 7 hab ein Problem.
Wenn ich auf den Start-Knopf klickt, kommt dort immer ein Error-Fenster in dem Steht "Current build of wow is not supported" was soviel bedeutet wie "Aktuelle Aufbau von wow wird nicht unterstützt".
Würde das für mich bedeuten, das ich mein WoW (3.3.2) auf die aktuellste Version hochpatche ?
Oder gibt es einen Bot der auch mit der Version arbeitet

Wäre nett wenn ihr mir helft

Leo
nein das heist nur du gehst auf die hersteller seite und lädst dir die richtige version runter auser du willst auf dem neusten patch zocken

hier mal ein link

*edit da war jemand schneller nich gesehen sry
[InRente] is offline  
Thanks
1 User
Old 07/06/2010, 15:28   #8
 
ChiII's Avatar
 
elite*gold: 101
Join Date: Jun 2008
Posts: 241
Received Thanks: 63
hab ich unter seinem ersten post schon

btt: Neuste Version oben eingefügt

WG Botting soll wieder funktionieren ich teste es gleich

Edit: Es funktioniert wieder
ChiII is offline  
Thanks
1 User
Old 07/06/2010, 15:30   #9
 
[InRente]'s Avatar
 
elite*gold: 23
The Black Market: 146/0/0
Join Date: Sep 2009
Posts: 1,965
Received Thanks: 696
Quote:
Originally Posted by Killekuh89 View Post
hab ich unter seinem ersten post schon

btt: Neuste Version oben eingefügt

WG Botting soll wieder funktionieren ich teste es gleich
direkt saugen danke für die news
[InRente] is offline  
Old 07/07/2010, 12:50   #10
 
elite*gold: 0
Join Date: Jul 2009
Posts: 57
Received Thanks: 9
also wie ich das jetzt verstanden hab mit Mr. Fish It und TW.

ich suche mir in TW einen spot (z.B. ) und Mr Fish It nimmt dann automatisch die BG-Einladung an, ist die schlacht zuende, leavt man automatisch die gruppe.

richtig? ^^
Icyy is offline  
Old 07/07/2010, 13:34   #11
 
[InRente]'s Avatar
 
elite*gold: 23
The Black Market: 146/0/0
Join Date: Sep 2009
Posts: 1,965
Received Thanks: 696
Quote:
Originally Posted by Icyy View Post
also wie ich das jetzt verstanden hab mit Mr. Fish It und TW.

ich suche mir in TW einen spot (z.B. ) und Mr Fish It nimmt dann automatisch die BG-Einladung an, ist die schlacht zuende, leavt man automatisch die gruppe.

richtig? ^^
fast wenn du in 1k w stehst akzeptierst du die einladung und leavst sofort die gruppe

wenn dich ein spieler einlädt geht dies so schnell von statt das bei dem spieler nichmal steht das du die einladung angenommen / abgelehnt hast
[InRente] is offline  
Thanks
1 User
Old 07/07/2010, 14:00   #12
 
———'s Avatar
 
elite*gold: 81
Join Date: Mar 2010
Posts: 718
Received Thanks: 353
Wird man während einer bestehenden Schlacht nicht sowieso aus 1kW raus geportet, wenn man nicht in einem Schlachtzug ist?
——— is offline  
Thanks
1 User
Old 07/07/2010, 14:49   #13
 
[InRente]'s Avatar
 
elite*gold: 23
The Black Market: 146/0/0
Join Date: Sep 2009
Posts: 1,965
Received Thanks: 696
nein wenn du animmst und dann leavst passiert nichts
[InRente] is offline  
Thanks
1 User
Old 07/10/2010, 05:36   #14
 
elite*gold: 29
Join Date: Jun 2010
Posts: 503
Received Thanks: 159
Warum hat MrFishit eigentlich keine off funktion bei whisper? Das mit den Sound ist ja ganz nett aber man hockt ja nicht immer vorm PC... und zum Teil kommt der Alarm nicht bei jeden whisper durch.
Dann heist es jeden Tag die Log Files abchecken ob was vorgefallen ist. Hab heute ein Whisper bekommen den ich nicht identifizieren kann. Kein Text, kein Absender.
Wie siehts aus wenn dich ein GM anflüstert steht das dann dort?

[18:51:33] [Chat]: whisper [Bartina ] 
[18:51:33] [Chat]: whisper [Bartina ] 
PvPmage is offline  
Thanks
1 User
Old 07/10/2010, 11:14   #15
 
ChaosRain's Avatar
 
elite*gold: 11
Join Date: Jan 2008
Posts: 231
Received Thanks: 44
Quote:
Originally Posted by PvPmage View Post
Warum hat MrFishit eigentlich keine off funktion bei whisper? Das mit den Sound ist ja ganz nett aber man hockt ja nicht immer vorm PC... und zum Teil kommt der Alarm nicht bei jeden whisper durch.
Dann heist es jeden Tag die Log Files abchecken ob was vorgefallen ist. Hab heute ein Whisper bekommen den ich nicht identifizieren kann. Kein Text, kein Absender.
Wie siehts aus wenn dich ein GM anflüstert steht das dann dort?

[18:51:33] [Chat]: whisper [Bartina ] 
[18:51:33] [Chat]: whisper [Bartina ] 
also ich angel immer da wo mich niemand finden kann (unstuck funktion benutzen) ich mach dann immer z.b /afk weg im krankenhaus, bald wieder da .. wenn mich dann leute anschreiben kommt halt die meldung und dann lassen sie mich in ruhe, ohne ein ticket zu schreiben oder derartiges, weil sie mich ja nicht finden können

mache das jetzt ca. 1 monat so und bisher nix passiert( lasse über nacht angeln )
ChaosRain is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
[Release] MrFishIt 4.2.9 – Updated for 3.3.5.12340
07/05/2010 - WoW Bots - 0 Replies
plz löschen



All times are GMT +2. The time now is 03:28.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.