struct DaniTRDev
{
std::tring_view m_name { "Dani" };
std::initializer_list<const char*> m_knownAs
{
"OsiKaSuKe", //actual
"Mr. Metal Punch",
"Snoopy Do Do",
"C0D3X"
}
std::string_view m_location { "Spain" };
/*Skill, level*/
std::map<const char*, const char*> m_skills
{
{ "C++", "mid" },
{ "C", "mid" },
{ "Node.Js", "junior" },
{ "HTML & CSS", "junior" },
{ "Reverse engineering", "mid-advanced" }
}
}
C++, C, HTML and CSS developer.
Reverse engineer and game developer amateur.
Popular repositories Loading
-
-
InternalMenuTemplate
InternalMenuTemplate Public archiveThis is a mod menu template which you can use in any game with minimal changes.
-
VMP-HandlerDumper
VMP-HandlerDumper PublicThis is a script that with a few changes will dump each VM handler and its associated VM opcode. It has been tested in VMP 3.5.1.
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.