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
This media is not supported in your browser
VIEW IN TELEGRAM
if (Carjump) {
auto objs = UObject::GetGlobalObjects();
for (int i = 0; i < objs.Num(); i++) {
auto Object = objs.GetByIndex(i);
if (isObjectInvalid(Object))//@NASHEDI_SRC
continue;
if (Object->IsA(UPhysicsSettings::StaticClass())) {
auto armp = (UPhysicsSettings *) Object;
armp->DefaultGravityZ = 9999.0f;
}
}
}for (int i = 0; i < Actors.size(); i++) {
if (!Actors[i]) continue;
if (Actors[i]->IsA(ASTExtraVehicleBase::StaticClass())) {
auto vehicleBase = (ASTExtraVehicleBase*)Actors[i];
auto vehicleChar = (ASTExtraWheeledVehicle*)Actors[i];
if (vehicleBase && vehicleChar) {
vehicleChar->ExtraBoostFactor = 999.0f;
}//@NASHEDI_SRC
}
}
if (HighJump)
{
UCharacterMovementComponent *CharacterMovement = g_LocalPlayer->CharacterMovement;
if (CharacterMovement)
{
CharacterMovement->JumpZVelocity = 850;
}}//@NASHEDI_SRC
โค9๐1
local t = {"libUE4.so:bss", "Cb"}
local tt = {0x1356b2}
local ttt = S_Pointer(t, tt, true)
gg.addListItems({{address = ttt, flags = 32, value = 4758429448663908272, freeze = true}})
local t = {"libUE4.so:bss", "Cb"}
local tt = {0x158a14}
local ttt = S_Pointer(t, tt, true)
gg.addListItems({{address = ttt, flags = 32, value = 4758429448663908272, freeze = true}})
Bypass ~ 64bit
Share but put the name on me
~Warriors
Credit :- Gamataru
๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
local tt = {0x1356b2}
local ttt = S_Pointer(t, tt, true)
gg.addListItems({{address = ttt, flags = 32, value = 4758429448663908272, freeze = true}})
local t = {"libUE4.so:bss", "Cb"}
local tt = {0x158a14}
local ttt = S_Pointer(t, tt, true)
gg.addListItems({{address = ttt, flags = 32, value = 4758429448663908272, freeze = true}})
Bypass ~ 64bit
Share but put the name on me
~Warriors
Credit :- Gamataru
๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
โค7
PATCH_LIB("libanogs.so","0x3A9D48","00 00 80 D2 C0 03 5F D6");
Offline/Online 10y Fixer After 2mb Update
๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
Offline/Online 10y Fixer After 2mb Update
๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
โค7
๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
โค3
ไฟกไปปไปฟ้ธก่
ฟ.zip
22.7 MB
๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
โค3
๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
โค1
1DM+_21.6.apk
53.5 MB
1DM PREMIUM MODDED BROWSER
๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
๐ Join : @ImGuiModMenu โญ
๐ Join : @ImGuiModMenu โญ
------------------------------------------
Share With Credits โญ
โค4