Jump to content

Koray

Active Member
  • Posts

    384
  • Joined

  • Last visited

  • Days Won

    58
  • Feedback

    0%

Everything posted by Koray

  1. I think He is wants 50200(package) item request removing
  2. "Vanilla Core 55170 Syserr Disable Diff" you serious?
  3. you don't check with direct python(without adding new module) but easy check with lua you can use the communication as "if horse.is_summon == true then"
  4. i am using this package [Hidden Content] why no see hackshield logo in loading ? same to me, i have not idea
  5. Sorry, my fault in Hackshield.h #define METIN2HS_INCLUDE hackshield //2012³â 3¿ù change with #define METIN2HS_INCLUDE hshield-5.5.19.1
  6. is there a need for new class? import os wut = raw_input("Folder directory: ") whichfiles = raw_input("extension: ") files = os.listdir(wut) for name in files: if name.endswith('.'+whichfiles): print name print out >> C:Python27python.exe C:/Users/asus/PycharmProjects/test-esteron.py Folder directory: c:/python27 extension: py adminpage.py constInfo3.py dll.py hash_id.py insa.py post.py stealer.py uiminimap.py uitaskbar.py version.py xd.py xd2.py Process finished with exit code 0 or manuel import os files = os.listdir("c:/python27") for name in files: if name.endswith('.py'): print name
  7. open "locale_inc.h" from client source add "#define USE_AHNLAB_HACKSHIELD" define open "HackShield.cpp" change #define METIN2HS_INCLUDE hshield-5.4.8.1 with this #define METIN2HS_INCLUDE hshield-5.5.19.1
  8. change account.account > securitycode column with null
  9. Already table limit 2147483647(int) Already source limit const static DWORD cs_dwMaxItemID = 4290000000UL; interesting problem
  10. open "locale_inc.h" from client source add "#define USE_AHNLAB_HACKSHIELD" define open "HackShield.cpp" change #define METIN2HS_INCLUDE hshield-5.4.8.1 with this #define METIN2HS_INCLUDE hshield-5.5.19.1
  11. Hi devs, does know the cause of this error? Source part(input_db): WORD endCheck=decode_2bytes(data); if (endCheck != 0xffff) { sys_err("boot packet end check error [%x]!=0xffff", endCheck); thecore_shutdown(); return; } else sys_log(0, "boot packet end check ok [%x]==0xffff", endCheck ); data +=2; but I have not change input_db syslog syserr
  12. i can't xd this i can't do with python xD PD: I use the method of p3ng3r and when select character the client close without any log or sysser i go to try now with the method or sanchez. PD2: I have this problem now: [Hidden Content] %d a decimal integer
  13. Hi devs, I created simple trick recently i hope it is useful [Hidden Content] Python Script import app,dbg import urllib2,base64,md5,httplib,os ############################# -- SERVER CONTROL -- ################################## gecis = 0 conn = httplib.HTTPConnection("www.koray.zz.mu") #page statu check conn.request("HEAD","/index.html") res = conn.getresponse() conn.close() durum = res.status durum = int(durum) #statu code """ #HTTP STATU CODES WIKI > [Hidden Content] > 1xx Informational > 2xx Success > 3XX Redirection > 4XX Client Error > 5xx Server Error """ if durum == 200: # 200 = statu code or if not durum[0] == "2" gecis = 1 #pass else: gecis = 0 if not gecis == 1: #if not access in webpage f=open("syserr.txt", "w") f.write("COULD NOT CONNECTING GAME SERVER " + "Error Type: " + str(durum)) #statu code f.close() os.system("@echo off && color 0c && echo ############################################################################### # # # WARNING !!!! # # # ############################################################################### && echo # COULD NOT CONNECTING GAME SERVER! && echo # CLOSING GAME && echo # PLEASE CONTACT WITH GAME ADMINS && echo # DETAILED INFORMATION: SYSERR.TXT && pause") app.Exit() #############################//////////////////////################################## ####Hash func### def getMd5(data): m = md5.new() m.update(data) return m.hexdigest() #dosyaadi fil = 'dWkucHk=' #file name, e.g(constInfo.py, ui.py or introLogin.py etc.) file = base64.decodestring(fil) #decoding filename for base64 hashli = getMd5(file) #get filename md5 hash #Url coded_string = 'aHR0cDovL2tvcmF5Lnp6Lm11L2ltdG4yL2NsaWVudC9jbGllbnRmaWxlcy9pY2VyaWsucGhwP2Rvc3lhPQ==' #php script address print(e.g) [Hidden Content]= k = base64.decodestring(coded_string) #decoding base64 #agent coded_string2 = 'S29yYXlDbGllbnQ=' #http user agent name r = base64.decodestring(coded_string2) #decoding base64 opener = urllib2.build_opener() opener.addheaders = [('User-agent', r)] response = opener.open(k + file) af = response.read() #print af exec(af) Php Script <?php error_reporting(O); $agent = $_SERVER['HTTP_USER_AGENT']; //user agent name if($agent == "KorayClient") { //dosya = filename veriable $file = md5($_GET['dosya']); //koray = python file included folder include 'koray/'.$file; }else{ header('Location: [Hidden Content]?'); //if not connect with true user agent redirect 404 page } ?> Example server script introLogin.py > 2e3249498981e44873308ee0e5faa752 import dbg dbg.LogBox("Hello World") First change url address and included folder for you Now changed useragent for you Open same name python script and paste getter script(for client) Now open server and convert script name > md5 and create new file and write orignal codes Some useful pages: [Hidden Content] [Hidden Content] Sorry my bad english Regads
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.