Jump to content

mackabro2

Premium
  • Posts

    79
  • Joined

  • Feedback

    0%

Everything posted by mackabro2

  1. Guys have protecion lalaker and m2bob ? Thanks
  2. std::string GetExeFileName() { char buffer[MAX_PATH]; GetModuleFileName(NULL, buffer, MAX_PATH); return std::string(buffer); } std::string GetExePath() { std::string f = GetExeFileName(); return f.substr(0, f.find_last_of("\\/")); } string baseLogDir = GetExePath(); baseLogDir += "\\conta.txt"; char* PubLogFile = _strdup(baseLogDir.c_str()); GetFirstLineFromFile("conta.txt") or GetFirstLineFromFile(PubLogFile) client crash error ?????? thanks ken
  3. Help create a function that opens a file and get the first line I will go from an example in python but I need it in c ++ logininfo = open("account1.cfg", "r").read().split() logininfo[0]
  4. [Hidden Content] guys how to change the size of the blue
  5. Could someone get me the link to download the xml generator that needs this topic? [Hidden Content]
  6. The versions that are available to extract not the official mob_proto
  7. Can anyone help me to get the name of the player who died kill local vid = npc.get_vid() local old = pc.select(vid) local nome = pc.select(old) pc.select(old) local nomedoplauer = pc.get_name() say("You killed the "..nomedoplauer.." congratulations") I tried as well but did not catch
  8. Help configure paymentwall in website please
  9. 'NoneType' object has no attribute '__getitem__'
  10. Unknown packet header: 100, last: 251 250 help fix
  11. When I compile the eix and epk the file is much larger than when compile other extractor does anyone know how to build it smaller
  12. He replaced the ui.py with the one I sent to him, and told me "everything is now ok". Yeah thanks bro
  13. new error ./Extra/root/ui.py [Hidden Content] introselect [Hidden Content]
  14. [Hidden Content] [Hidden Content] I put the uiscript in Cython but it's still pulling in python if I boot the uiscript with python client opens if I get him the error of not having found someone help?
×
×
  • 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.