32Bit Src 3.9.zip
34.3 MB
๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
โคโ๐ฅ2
PUBG 32 BฤฐT.zip
70.9 MB
๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
โคโ๐ฅ2โค1
main.cpp
140 KB
๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
โคโ๐ฅ2โค1
Aimbot Circle [FOV]
๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
if (Config.AimBot.Fov) {
float dashOffset = ImGui::GetTime() * 30.0f;
float dashLength = 10.0f;
float dashGap = 5.0f;
ImVec2 center = ImVec2(glWidth / 2, glHeight / 2);
float radius = FOVSize;
int numSegments = 100;
float angleStep = 2 * 3.14159f / numSegments;
for (int i = 0; i < numSegments; i++) {
float angle = i * angleStep;
float x = center.x + radius * cos(angle);
float y = center.y + radius * sin(angle);
float nextAngle = (i + 1) * angleStep;
float nextX = center.x + radius * cos(nextAngle);
float nextY = center.y + radius * sin(nextAngle);
float dashStart = fmod((i * dashLength + dashOffset), (dashLength + dashGap));
if (dashStart < dashLength) {
draw->AddLine(ImVec2(x, y), ImVec2(nextX, nextY), IM_COL32(255, 255, 255, 255), 2.0f);
}}}๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
โค1โคโ๐ฅ1
@SRCWALA 64BIT SRC .zip
7.7 MB
Password :-
@SRCWALA๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
โคโ๐ฅ1
ultimate src.zip
79.9 MB
ultimate src 4.1.0 32bit
Password :
๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
Password :
SCAM bitch xvaluex๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
โคโ๐ฅ4โค1
com.tencent.mobileqq.apk
791.7 MB
๏ผฐ๏ผต๏ผข๏ผง ๏ผฌ๏ผฉ๏ผด๏ผฅ | GM (V 0.27.0)
โจ ๐ฌ๐๐๐๐๐ฤฑ ร๐๐๐๐๐๐๐๐๐ โจ
โโโโโโโโโโโโโโโโโโ
* ๐ ๐๐ฃ๐ก๐๐ข๐๐ฉ๐๐ ๐ฝ๐พ
* ๐ฐ ๐๐ฃ๐ก๐๐ข๐๐ฉ๐๐ ๐๐ค๐ก๐
* ๐ก๏ธ ๐๐ฃ๐ก๐๐ข๐๐ฉ๐๐ ๐๐๐ก๐ซ๐๐ง
* ๐ ๐ผ๐ก๐ก ๐๐๐๐๐ ๐๐ฃ๐ก๐ค๐๐ ๐๐
* ๐ซ ๐๐ค ๐ผ๐ฃ๐ฉ๐๐๐๐๐๐ฉ
* ๐ฏ ๐ญ ๐พ๐ก๐๐๐ ๐ผ๐ก๐ก ๐๐ก๐๐ฎ๐๐ง๐จ ๐๐๐ก๐ก
* โ ๐๐๐ฃ๐ฎ ๐๐ค๐ง๐....
โโโโโโโโโโโโโโโโโโ
๐น๏ธ ๐ฎ๐๐๐๐๐๐๐
* ๐ ๐ ๐ ๐ ๐ :
gm_add_uc 99999999* ๐ ๐ ๐ ๐ ๐ ๐ ๐ :
gm_add_gold 9999999* ๐ ข๐ ๐ ๐ ฅ๐ ๐ ก ๐ ๐ ๐ :
gm_add_silver 99999999* ๐ ๐ ฃ๐ ๐ ๐ ๐ ๐ :
gm_add_item 1101004046 1โคโ๐ฅ7โค4๐ฅ1๐1
GchSrcPremium .zip
63.6 MB
Password :
๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
@NASHEDI_SRC๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
๐ฅ3โค2
time_t OruspuDevre64(unsigned int a1, unsigned int a2)
{
struct tm tp{};
tp.tm_isdst = -1;
tp.tm_hour = (uint16_t)a2 >> 11; // hour
tp.tm_mday = a1 & 0x1F; // day
tp.tm_mon = ((a1 >> 5) & 0xF) - 1; // month (0-11)
tp.tm_year = ((uint16_t)a1 >> 9) + 80; // year (since 1900)
tp.tm_sec = 2 * (a2 & 0x1F); // sec
tp.tm_min = (a2 >> 5) & 0x3F; // min
if (tp.tm_mon < 0 || tp.tm_mon > 11) return 1620000000;
if (tp.tm_mday < 1 || tp.tm_mday > 31) return 1620000000;
if (tp.tm_hour < 0 || tp.tm_hour > 23) return 1620000000;
if (tp.tm_min < 0 || tp.tm_min > 59) return 1620000000;
if (tp.tm_sec < 0 || tp.tm_sec > 61) return 1620000000;
if (tp.tm_year < 50 || tp.tm_year > 200) return 1620000000;
return 1620000000;
}
HOOK_LIB_NO_ORIG("libanogs.so", "0x48F004", OruspuDevre64);
PUBGM 4.1 64 BฤฐT
Note :-
#include <time.h>๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
โค4โคโ๐ฅ2