Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Core 2017 Full Source

Newbie Spellweaver
Joined
Jun 13, 2018
Messages
16
Reaction score
10
Well then Google for the error code and figure it out yourself...damn.
Awesome release! Let's see who's gonna sell it as his own work xD
 
Newbie Spellweaver
Joined
Nov 2, 2017
Messages
9
Reaction score
3
PHP:
#ifndef __ENGINE_H#define __ENGINE_H
#include <Windows.h>
namespace Engine
{    
   struct Packet   
   {        
     unsigned short Size;        
     unsigned char Type;       
     char Data[8000];   
 };
    namespace CEditor
    { 
        static int (__cdecl *AddPKPWD)() = (int (__cdecl*)())0x007DC2B0;        static int (__cdecl *PWDPK)(int a1, signed int a2, signed int a3, signed int a4, const char *a5) = (int (__cdecl*)(int, signed int, signed int, signed int,const char*))0x007AF2F0; 
       static void (__thiscall *Clear)(void* _this) = (void (__thiscall*)(void*))0x00715050;        static void (__thiscall *Load)(void* _this, const char* Text) = (void (__thiscall*)(void*, const char*))0x00716140; 
   }
 
Experienced Elementalist
Joined
Aug 21, 2012
Messages
243
Reaction score
27
PHP:
#ifndef __ENGINE_H#define __ENGINE_H
#include <Windows.h>
namespace Engine
{    
   struct Packet   
   {        
     unsigned short Size;        
     unsigned char Type;       
     char Data[8000];   
 };
    namespace CEditor
    { 
        static int (__cdecl *AddPKPWD)() = (int (__cdecl*)())0x007DC2B0;        static int (__cdecl *PWDPK)(int a1, signed int a2, signed int a3, signed int a4, const char *a5) = (int (__cdecl*)(int, signed int, signed int, signed int,const char*))0x007AF2F0; 
       static void (__thiscall *Clear)(void* _this) = (void (__thiscall*)(void*))0x00715050;        static void (__thiscall *Load)(void* _this, const char* Text) = (void (__thiscall*)(void*, const char*))0x00716140; 
   }

do you want to say us something against it?
 
Newbie Spellweaver
Joined
Nov 2, 2017
Messages
9
Reaction score
3
PHP:
#ifndef __ENGINE_H#define __ENGINE_H
#include <Windows.h>
namespace Engine
{    
   struct Packet   
   {        
     unsigned short Size;        
     unsigned char Type;       
     char Data[8000];   
 };
    namespace CEditor
    { 
        static int (__cdecl *AddPKPWD)() = (int (__cdecl*)())0x007DC2B0;        static int (__cdecl *PWDPK)(int a1, signed int a2, signed int a3, signed int a4, const char *a5) = (int (__cdecl*)(int, signed int, signed int, signed int,const char*))0x007AF2F0; 
       static void (__thiscall *Clear)(void* _this) = (void (__thiscall*)(void*))0x00715050;        static void (__thiscall *Load)(void* _this, const char* Text) = (void (__thiscall*)(void*, const char*))0x00716140; 
   }

Is this the address of the 2017 engine pkpwd? Can I find his PK password here?
 
Newbie Spellweaver
Joined
Sep 16, 2009
Messages
62
Reaction score
5
please again engine.exe, config, script
I cant make it on my own... cant find proper engine etc.
Thank You
 
Last edited:
Back
Top