- Katılım
- 8 Şub 2022
- Konular
- 110
- Mesajlar
- 675
- Online süresi
- 2mo 19d
- Reaksiyon Skoru
- 767
- Altın Konu
- 5
- Başarım Puanı
- 175
- Yaş
- 29
- MmoLira
- 16,253
- DevLira
- 0
ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!
[CODE lang="cpp" title="Kullanımı"]struct c_players
{
float x;
float y;
float z;
int IsDead;
DWORD SkillHacks;
}c_players;
uintptr_t LocalPlayer = Base + Client->GameClient->C_LocalPlayer;
uintptr_t IsDed = ReadMemory<uintptr_t>(ReadMemory<uintptr_t>(LocalPlayer) + Client->GameClient->C_Addr) + Client->GameClient->C_IsDead;
c_players.IsDead = ReadMemory<int>(IsDed);[/CODE]
[CODE lang="cpp" title="memory"]template <typename T>
T ReadMemory(DWORD_PTR address, T* value = nullptr, bool isWrite = false) {
if (isWrite) {
if (!IsBadWritePtr(reinterpret_cast<void*>(address), sizeof(T))) {
*(T*)address = *value;
return *value;
}
}
else {
if (!IsBadReadPtr(reinterpret_cast<void*>(address), sizeof(T))) {
return *(T*)address;
}
}
T def{};
return def;
}[/CODE]
[CODE lang="cpp" title="C++"]static bool SendChatPacket(DWORD NkStream, const char* text, BYTE Type)
{
try
{
typedef bool(__thiscall* tSendChatPacket)(DWORD NkStream, const char* c_szChat, BYTE byType);
tSendChatPacket SendChatPacket = (tSendChatPacket)packet_addresses::SendChatPacketCall;
return SendChatPacket(NkStream, text, Type);
}
catch (...) {}
}[/CODE]
[CODE lang="cpp" title="C++"]DWORD WINAPI AutoRevive(HMODULE hModule)
{
DWORD ölüm = 0;
while (true)
{
if (AutoRevives == 1)
{
if (c_players.IsDead == 1)
{
if (ölüm == 0)
{
ölüm = GetTickCount();
}
else if (GetTickCount() - ölüm >= 9000) // 9 saniye
{
Packet::SendChatPacket(packet_addresses::SendChatPacketMov, "/restart_here", 0);
ölüm = 0;
}
}
else
{
ölüm = 0;
}
}
Sleep(100);
}
}
[/CODE]
basit ce yapa bilirsiniz
{
float x;
float y;
float z;
int IsDead;
DWORD SkillHacks;
}c_players;
uintptr_t LocalPlayer = Base + Client->GameClient->C_LocalPlayer;
uintptr_t IsDed = ReadMemory<uintptr_t>(ReadMemory<uintptr_t>(LocalPlayer) + Client->GameClient->C_Addr) + Client->GameClient->C_IsDead;
c_players.IsDead = ReadMemory<int>(IsDed);[/CODE]
[CODE lang="cpp" title="memory"]template <typename T>
T ReadMemory(DWORD_PTR address, T* value = nullptr, bool isWrite = false) {
if (isWrite) {
if (!IsBadWritePtr(reinterpret_cast<void*>(address), sizeof(T))) {
*(T*)address = *value;
return *value;
}
}
else {
if (!IsBadReadPtr(reinterpret_cast<void*>(address), sizeof(T))) {
return *(T*)address;
}
}
T def{};
return def;
}[/CODE]
[CODE lang="cpp" title="C++"]static bool SendChatPacket(DWORD NkStream, const char* text, BYTE Type)
{
try
{
typedef bool(__thiscall* tSendChatPacket)(DWORD NkStream, const char* c_szChat, BYTE byType);
tSendChatPacket SendChatPacket = (tSendChatPacket)packet_addresses::SendChatPacketCall;
return SendChatPacket(NkStream, text, Type);
}
catch (...) {}
}[/CODE]
[CODE lang="cpp" title="C++"]DWORD WINAPI AutoRevive(HMODULE hModule)
{
DWORD ölüm = 0;
while (true)
{
if (AutoRevives == 1)
{
if (c_players.IsDead == 1)
{
if (ölüm == 0)
{
ölüm = GetTickCount();
}
else if (GetTickCount() - ölüm >= 9000) // 9 saniye
{
Packet::SendChatPacket(packet_addresses::SendChatPacketMov, "/restart_here", 0);
ölüm = 0;
}
}
else
{
ölüm = 0;
}
}
Sleep(100);
}
}
[/CODE]
basit ce yapa bilirsiniz
- Katılım
- 13 Ocak 2020
- Konular
- 1,420
- Mesajlar
- 9,979
- Çözüm
- 81
- Online süresi
- 1y 1mo
- Reaksiyon Skoru
- 7,266
- Altın Konu
- 309
- TM Yaşı
- 6 Yıl 4 Ay 24 Gün
- Başarım Puanı
- 393
- MmoLira
- 6,141
- DevLira
- 15
Teşekkürler
- Katılım
- 8 Eki 2017
- Konular
- 2,420
- Mesajlar
- 10,263
- Çözüm
- 89
- Online süresi
- 4mo 8h
- Reaksiyon Skoru
- 4,207
- Altın Konu
- 244
- Başarım Puanı
- 422
- MmoLira
- 7,171
- DevLira
- 15
Paylasım için teşekkürler
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 12
- Görüntüleme
- 1K
Metin2 Hile İstek
Metin2 GF SendItemPickupPacket
- Cevaplar
- 10
- Görüntüleme
- 771
- Cevaplar
- 18
- Görüntüleme
- 5K
- 5.00 yıldız(lar) 1 Değerlendirme
- Cevaplar
- 4
- Görüntüleme
- 329