Jump to content
Araştır
  • Diğer seçenekler ...
Sonuçları bul ...
Sonuçları bul ...
Arcturus

[0x72] WIZ_HACKTOOL yardım

Önerilen Mesajlar

haydi ama biri yardım etsin void CUser::HackTool(Packet & pkt)
{
// Geçici -> Veritabanına bağlanması gerekiyor.
// -> CENGLYY.
Packet result(WIZ_HACKTOOL, uint8(0x01));
result << uint16(16) // kaç adet sayı
<< result << (std::string)"cheatengine-x86_64.exe"
<< result << (std::string)"Cheat Engine.exe"
<< result << (std::string)"Cheat Engine"
<< result << (std::string)"Window Hide Tool.exe"
<< result << (std::string)"CapsLock.exe"
<< result << (std::string)"winrar4.exe"
<< result << (std::string)"winrar33.exe"
<< result << (std::string)"Mozilla.exe"
<< result << (std::string)"pedalv9.0.exe"
<< result << (std::string)"Smart Utility Makro.exe"
<< result << (std::string)"kuduzinek.exe"
<< result << (std::string)"synapse.exe"
<< result << (std::string)"PCHunter64.exe"
<< result << (std::string)"PCHunter32.exe"
<< result << (std::string)"Kuduzsinek.exe"
<< result << (std::string)"CapsLock_1_.exe";
Send(&result);
}

bu paketi nereye ekleyeceğim ve bundan başka neler eklemem lazım

İletiyi paylaş


Link to post
Sitelerde Paylaş

 

 

User.h >

 

 

void HackTool(Packet & pkt);

 

 


Loginhandler.cpp >

 

 

 

 

 

void CUser::HackTool(Packet & pkt)
{
// Geçici -> Veritabanına bağlanması gerekiyor.
// -> CENGLYY.
Packet result(WIZ_HACKTOOL, uint8(0x01));
result << uint16(16) // kaç adet sayı
<< result << (std::string)"cheatengine-x86_64.exe"
<< result << (std::string)"Cheat Engine.exe"
<< result << (std::string)"Cheat Engine"
<< result << (std::string)"Window Hide Tool.exe"
<< result << (std::string)"CapsLock.exe"
<< result << (std::string)"winrar4.exe"
<< result << (std::string)"winrar33.exe"
<< result << (std::string)"Mozilla.exe"
<< result << (std::string)"pedalv9.0.exe"
<< result << (std::string)"Smart Utility Makro.exe"
<< result << (std::string)"kuduzinek.exe"
<< result << (std::string)"synapse.exe"
<< result << (std::string)"PCHunter64.exe"
<< result << (std::string)"PCHunter32.exe"
<< result << (std::string)"Kuduzsinek.exe"
<< result << (std::string)"CapsLock_1_.exe";
Send(&result);
}

 



Ayrıca DB üzerindede HACKTOOLS adında tablo oluşturacaksın. burada result larda yazan değerleri aynı şekilde o tabloya geçireceksin sanırım birde bu tabloyu okuması için bazı işlemler var SRC ya eklenmesi gereken

 

İletiyi paylaş


Link to post
Sitelerde Paylaş

×
×
  • Yeni Oluştur...