Register for your free account! | Forgot your password?

You last visited: Today at 15:26

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

Advertisement



Client modding :D

Discussion on Client modding :D within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 75
Join Date: Oct 2010
Posts: 588
Received Thanks: 66
Client modding :D

Hallo ich würde mich fragen wie man so ein ingame hack wie kamarun oder so programirt für p server zb yangdropper oder so was habe gutes modding wissen und kenne mich halbwegs mit programieren aus
clemgregor is offline  
Old 12/21/2011, 14:09   #2
 
Critone's Avatar
 
elite*gold: 149
Join Date: Feb 2010
Posts: 1,297
Received Thanks: 345
Ein IngameHack wird mit in der Sprache "Phyton" geschrieben
Critone is offline  
Old 12/21/2011, 14:11   #3
 
elite*gold: 75
Join Date: Oct 2010
Posts: 588
Received Thanks: 66
aha gibt es auch ein tut für einsteiger die hacks machen wolle

Ist nicht das Phyton : import glob
import os
import stat

def GetSpeed(name):
lines = open(name).readlines()

inp = 0
beg = 0
end = 0
for line in lines:
if "DirectInput" in line:
inp = float(line.strip().split()[1])
if "AttackingStartTime" in line:
beg = float(line.strip().split()[1])
if "AttackingEndTime" in line:
end = float(line.strip().split()[1])

return inp, beg, end

def GetComboList(job):
print job
os.chdir(job)
dirList = os.listdir(".")

folders = [name for name in dirList if stat.S_ISDIR(os.stat(name).st_mode)]

for folder in folders:
os.chdir(folder)

comboList = []
for name in glob.glob("*.msa"):
if "combo" in name:
comboList.append("\t" + " ".join((name, "%.2f (%.2f-%.2f)" % (GetSpeed(name)))))

if comboList:
print folder
print "\n".join(comboList)
os.chdir("..")

os.chdir("..")

GetComboList("warrior");
GetComboList("assassin");
GetComboList("sura");
GetComboList("shaman");
clemgregor is offline  
Old 12/21/2011, 14:59   #4





 
Marcoly's Avatar
 
elite*gold: 440
The Black Market: 1196/3/0
Join Date: May 2011
Posts: 10,932
Received Thanks: 11,778
Quote:
Originally Posted by clemgregor View Post
aha gibt es auch ein tut für einsteiger die hacks machen wolle
Würde dir emfehlen diesbezüglich ein Buch zu kaufen
oder in einer Bücherei nachzufragen, die meisten Büchereien
haben gute und aktuelle Bücher zum Thema Python.


Quote:
Originally Posted by clemgregor View Post
Ist nicht das Phyton :

Ja.

MfG Marco_A
Marcoly is offline  
Reply




All times are GMT +2. The time now is 15:26.


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.