[Release]First Python Fishbot for EVERY Server + Sourcecode
Discussion on [Release]First Python Fishbot for EVERY Server + Sourcecode within the Metin2 Hacks, Bots, Cheats, Exploits & Macros forum part of the Metin2 category.
Don`t work for me , please can you tell me why? I put that 2 files in my metin2 folder and i run the game , but when i connect to my account nothing happend , please help me to make this work
Don`t work for me , please can you tell me why? I put that 2 files in my metin2 folder and i run the game , but when i connect to my account nothing happend , please help me to make this work
Use the python module loader or rename the py file into "logininfo.py"
@Hemoglobien²10 bei mir öffnet sich folgendes wenn ich den fishbot.py* mit den Python Loader starten will :
Was soll ich machen ?
Danke im Voraus für die Hilfe
Und wenn ich dann doch schaffe den Hack zu injizieren kommt eine Fehlermeldung, dass er die Exe nicht injected hat .
[Python-Modul]EXP-Donator (kompatibel mit Python Loader) 11/23/2013 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 27 Replies Moin,
da man mich danach gefragt hat und ich sowieso mal ein Beispiel für die Benutzung meines Python Loaders veröffentlichen wollte, habe ich die Gelegenheit genutzt und euch eben einen EXP-Spendebot geschrieben.
Man kann ihn einfach mit dem oben verlinkten Python Module Loader laden und ihn mit F5 aktivieren/deaktivieren.
Sobald ihr mehr als 99 Erfahrungspunkte habt (man kann nur in 100er Schritten spenden), werden alle Erfahrungspunkte an eure Gilde gespendet.
Wer Lust hat und...
[Python-Release]All Pm log 04/23/2012 - Metin2 PServer Guides & Strategies - 6 Replies This is a very simple thing, maybe to be used in combination with another.I want them in a folder called "log" are written all pm that i receive.
That said, it acts in a simple, well follow the steps:
1) Create a folder "log" in the directory of the client.
2) Search: def OnRecvWhisper
3)Replace this : def OnRecvWhisper(self, mode, name, line):
if mode == chat.WHISPER_TYPE_GM:
self.interface.RegisterGameMasterName(name)
chat.AppendWhisper(mode, name,...
[Release] (Incompleted) Django/Python server management files 12/29/2011 - Shaiya PServer Guides & Releases - 11 Replies DOWNLOAD IS DOWN BOTTOM (AS ATTACHMENT)
To put a long story short, I was going to enter the world of managing a Shaiya Private server and I saw alot of horribly coded sites, and aidsriffic ways of managing the server, so I figured.. Why not write my own way of managing the server, all from a Web control panel.
The only worthy pre-existing code which someone out there (that actually knows a little about coding) is the models data which replicates the Shaiya SQL Server structure, basically...