Jump to content
Banner 730x90px boost

Search the Community

Showing results for tags 'python'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Administration
    • Register
    • Docs
    • Announcements
    • Security
  • Community
    • Projects
    • Feedback
    • Servers management
  • Counter-Strike: 2
    • Discussions
  • Counter-Strike: 1.6
    • Servers
    • Discussions
    • Tutorials
    • AMX Mod X
    • Resources
  • Metin2
    • Metin2 Plague
  • PHOTOSHOP
    • Area for Photoshop
  • OLDS ⚬ IT
    • Resurse Jocuri
    • Resurse Webmasteri
    • Operating Systems
  • ZONA INTERZISA
    • Vechi

Categories

  • Counter-Strike: 1.6
    • Servers
    • Client

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Tara


Oras


Steam

Found 3 results

  1. import http.client import json conn = http.client.HTTPSConnection("gapi.pbcv.dev") payload = json.dumps({ "servers": [ "1.12.255.158:27015", "1.12.68.111:27015", "101.34.54.110:27015", "101.35.158.231:27015", "101.42.152.105:27015", "101.43.186.121:27015", "101.43.193.98:27015", "101.43.207.27:27015", "103.167.246.186:27015", "103.179.44.152:27015", "103.193.138.228:27015", "103.195.101.155:27015", "103.214.68.23:27015", "103.73.65.135:27015", "103.73.66.161:27015", "104.131.24.108:27015", "104.153.109.15:27015", "104.153.109.21:27015", "104.153.109.24:27015", "104.153.109.28:27015", "104.156.224.131:27015", "104.156.224.132:27015", "104.156.224.133:27015", "104.156.224.134:27015", "104.156.224.148:27015", "104.156.224.149:27015", "104.156.224.150:27015", "104.197.144.154:27015", "104.223.121.242:27015", "107.173.89.31:27015", "108.181.1.219:27015", "108.61.170.233:27015", "108.61.69.68:27015", "108.61.88.76:27015", "109.123.108.107:27015", "109.123.108.125:27015", "109.123.248.92:27015", "109.163.232.50:27015", "109.163.232.52:27015", "109.174.60.21:27015", "109.195.103.47:27015", "109.230.149.6:27015", "109.248.59.75:27015", "109.74.75.48:27015", "109.87.149.194:27015", "111.230.44.179:27015", "112.74.189.250:27015", "116.202.49.32:27015", "116.203.65.9:27015", "118.70.132.119:27015", "119.203.67.30:27015", "119.29.240.119:27015", "119.45.129.78:27015", "119.45.19.82:27015", "119.91.157.193:27015" ] }) headers = { 'Content-Type': 'application/json', 'Cache-Control': 'no-cache', 'Accept': '*/*', 'Accept-Encoding': 'gzip,deflate', 'Connection': 'keep-alive', 'X-API-Token': 'FREE', 'Agent': 'Mozilla/5.0 (compatible; GApiPlugin/1.0; +https://gapi.pbcv.dev)', 'Authorization': 'Bearer apitestoken' } conn.request("POST", "/get/multiple", payload, headers) res = conn.getresponse() data = res.read() print(data.decode("utf-8")) Pentru cei care au cumparat pachetul pro: 'X-API-Token': 'FREE' Poate fi inlocuit cu tokenul vostru.
  2. Acest system a fost cumparat cu 250 de cate Furia007 si postat gratis, enjoy. demo: download: https://mega.nz/#!MXZzlSRC!QbyPuzHLi3JZrXU8ThsniaAOrbEu-HoguXaFC_V5EdM
  3. Slot pentru talismane. --- ---- We OPENING gamesour by> Common> Servise.h --- --- We are adding #define AHMET_TILSIM_SYSTE I --- ---- We OPENING gamesour by> Common> item_length.h 'we are looking ITEM_BELT; below --- --- We are adding C ++: #ifdef AHMET_TILSIM_SYSTEM "ITEM_PENDANT", #endif We OPENING ---- --- We are searching for GameSource> Common> length.h WEAR_BELT; below --- --- We are adding C ++: #ifdef AHMET_TILSIM_SYSTEM WEAR_PENDANT, #endif --- OPEN --- GameSource> DB> ProtoReader.cpp '"ITEM_BELT", Understand Gold; We are adding --- --- C ++: #ifdef AHMET_TILSIM_SYSTEM "ITEM_PENDANT", #endif --- OPEN --- GameSource> GameSource> char_item.cpp 'case ITEM_BELT: search. Below --- --- We are adding C ++: #ifdef AHMET_TILSIM_SYSTEM case ITEM_PENDANT: #endif We open --- --- gamesour by> gamesour by> item.cpp 'int CITEM :: findequipcell (LPCHARACT ch, int icandidatecell) .. we are looking ITEM_BELT bottom &&! = Gettype () next --- --- are adding C ++: && ITEM_PENDANT != GetType() We OPEN --- --- gamesour by> gamesour by> item.cpp 'else if (GetType () == ITEM_BELT) we are looking below --- --- We are adding C ++: #ifdef AHMET_TILSIM_SYSTEM else if (GetType() == ITEM_PENDANT) return WEAR_PENDANT; #endif --- We are opening --- GameSource> GameSource> item.cpp 'search for case ITEM_BELT:'. below --- --- We are adding C ++: #ifdef AHMET_TILSIM_SYSTEM case ITEM_PENDANT: #endif --- Game SOURCE WITH CUT OUT İŞİMİZ CLİENT SOURCE --- --- --- OPENING clientsour ACE / gamelib / ıtemdata.h 'we are looking ITEM_TYPE_BELT' below --- --- We are adding C ++: #ifdef AHMET_TILSIM_SYSTEM ITEM_TYPE_PENDANT, #endif --- OPEN --- ClientSource / UserInterface / GameType.h 'const DWORD c_Equipment_Belt = c_New_Equipment_Start + 2; 'We are looking below --- --- We are adding C ++: #ifdef AHMET_TILSIM_SYSTEM const DWORD c_Equipment_Pendant = c_New_Equipment_Start + 3;; #endif --- OPEN --- ClientSource / UserInterface / Locale_inc.h 'available biere --- EXPLORE --- C ++: #define AHMET_TILSIM_SYSTEM --- OPEN --- ClientSource / UserInterface / PythonitemModule.cpp 'PyModule_AddIntConstant (poModule, "EQUIPMENT_BELT", c_Equipment_Belt); 'We are looking below --- --- We are adding C ++: #ifdef AHMET_TILSIM_SYSTEM PyModule_AddIntConstant(poModule, "EQUIPMENT_PENDANT", c_Equipment_Pendant); #endif --- OPEN --- ClientSource / UserInterface / PythonitemModule.cpp 'PyModule_AddIntConstant (poModule, "ITEM_TYPE_BELT", CItemData :: ITEM_TYPE_BELT); 'We are looking below --- --- We are adding C ++: #ifdef AHMET_TILSIM_SYSTEM PyModule_AddIntConstant(poModule, "ITEM_TYPE_PENDANT", CItemData::ITEM_TYPE_PENDANT); #endif --- CLİENT SOURCE WITH CUT OUT OPEN İŞİMİZ we DUMP_PROTO SOURCE --- --- --- OPENING We DUMP_PROTO / ıtemcsvreader.cpp '#include "ıtemcsvreader.cpp" to voting under --- --- We are adding Code: #define AHMET_TILSIM_SYSTEM We OPEN --- --- DUMP_PROTO / ıtemcsvreader.cpp ' "ITEM_RING", "bottom to voting --- --- We are adding C ++: #ifdef AHMET_TILSIM_SYSTEM "ITEM_PENDANT", #endif ---- WE OPEN THE ROOT TO OUR ROOT - WE OPEN --- Root / uitooltip.py Open. 'Elif item.ıtem_type_rıng itemtype ==' to voting under --- --- We are adding Python: elif item.ITEM_TYPE_PENDANT == itemType: self.__AppendLimitInformation() self.__AppendAffectInformation() self.__AppendAttributeInformation(attrSlot) --- OPEN --- locale_en / locale / es / ui / inventorywindow.py '{"index": item.EQUIPMENT_BELT, "x": 39, "y": 106, "width": 32, "height": 32}, 'we're under search --- we're exposing --- Python: {"index":item.EQUIPMENT_PENDANT, "x":115, "y":145, "width":32, "height":32},

×
×
  • Create New...