ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 2978

Stealth Server KV Status Checker

by Giths - 04-19-2018 - 08:22 PM
#1
A lot of people are going around forums and social media claiming they made the KV Status checker function and trying to sell it for stupid amounts. To be honest it's not hard to figure it out yourself. The code is literally in any leaked source, you just need to create a function out of it. So here you go, leechers!

void TRGStatusKV() {
DWORD x, Status;
XNetLogonGetExtendedStatus(&x, &Status);
if (Status == 0x8015190DL) {
XNotifyUI(L"KV Banned");
}
else
{
XNotifyUI(L"KV Unbanned");

}
if (Status == 0x80151903L) {
XNotifyUI(L"Unable To Get KV Status, Connection Error");
}
else
{
XNotifyUI(L"Unable To Get KV Status, Error Unknown");
}
}

Please don't claim this as your own work, because we both know it's not :)
Enjoy the leak! :P
Reply
#2
thanks you nigga :)
Reply
#3
XNetLogonGetExtendedStatus
Reply
#4
do you know how to make a kv day counting part? looking more for that but ty for sharing tho!

(04-19-2018 - 08:22 PM)Giths Wrote: A lot of people are going around forums and social media claiming they made the KV Status checker function and trying to sell it for stupid amounts. To be honest it's not hard to figure it out yourself. The code is literally in any leaked source, you just need to create a function out of it. So here you go, leechers!

void TRGStatusKV() {
DWORD x, Status;
XNetLogonGetExtendedStatus(&x, &Status);
if (Status == 0x8015190DL) {
XNotifyUI(L"KV Banned");
}
else
{
XNotifyUI(L"KV Unbanned");

}
if (Status == 0x80151903L) {
XNotifyUI(L"Unable To Get KV Status, Connection Error");
}
else
{
XNotifyUI(L"Unable To Get KV Status, Error Unknown");
}
}

Please don't claim this as your own work, because we both know it's not :)
Enjoy the leak! :P
do you know how to make a kv day counting part? looking more for that but ty for sharing tho!
Reply
#5
Thx man thx for the hard work
Reply

Users browsing: 2 Guest(s)