First you will create new file name in " ClientLib " IFDiscordGuide.h in Header Files , and another one IFDiscordGuide.cpp in Source Files.
Code in IFDiscordGuide.h
IFDiscordGuide.cpp . Code
Next Step go to DevKit_DLL and open DllMain.cpp file then added this
include ,
then in // Inject all the new objects added this code
then go to AlramGuideMgrWnd.cpp in ClientLib , Source Files, added this #include
and this in same file
Last thing Ginterface.cpp in ClientLib , Source File
added this #include
and this code also
also added this in AfterOnCreate
also added this in GInterface.h in ClientLib
Credits: florian0 / Goosxc
Code in IFDiscordGuide.h
IFDiscordGuide.cpp . Code
Next Step go to DevKit_DLL and open DllMain.cpp file then added this
include ,
then in // Inject all the new objects added this code
then go to AlramGuideMgrWnd.cpp in ClientLib , Source Files, added this #include
and this in same file
Last thing Ginterface.cpp in ClientLib , Source File
added this #include
and this code also
also added this in AfterOnCreate
also added this in GInterface.h in ClientLib
Credits: florian0 / Goosxc