𝗔𝗕𝗜𝗥 𝗢𝗙𝗙𝗜𝗖𝗜𝗔𝗟 [🇧🇩]
Ir al canal en Telegram
𝗔𝗕𝗜𝗥 𝗢𝗙𝗙𝗜𝗖𝗜𝗔𝗟 [🇧🇩] Starting From : 01 January , 2021 Working On : PUBGM Lite Region : Bangladesh ❣ No Selling Posts, Everything is Free 𝗢𝗪𝗡𝗘𝗥 : @WIZARD_AF
Mostrar más1 851
Suscriptores
Sin datos24 horas
Sin datos7 días
+130 días
Carga de datos en curso...
Canales Similares
Nube de Etiquetas
Menciones Entrantes y Salientes
---
---
---
---
---
---
Atraer Suscriptores
marzo '25
marzo '25
+1
en 0 canales
febrero '25
+109
en 4 canales
Get PRO
enero '25
+207
en 10 canales
Get PRO
diciembre '24
+27
en 0 canales
Get PRO
noviembre '24
+35
en 1 canales
Get PRO
octubre '24
+23
en 2 canales
Get PRO
septiembre '24
+29
en 5 canales
Get PRO
agosto '24
+22
en 3 canales
Get PRO
julio '24
+25
en 6 canales
Get PRO
junio '24
+119
en 24 canales
Get PRO
mayo '24
+258
en 23 canales
Get PRO
abril '24
+452
en 32 canales
Get PRO
marzo '24
+335
en 28 canales
Get PRO
febrero '24
+291
en 18 canales
Get PRO
enero '24
+70
en 6 canales
Get PRO
diciembre '23
+27
en 3 canales
Get PRO
noviembre '23
+99
en 11 canales
Get PRO
octubre '23
+741
en 10 canales
Get PRO
septiembre '23
+895
en 12 canales
| Fecha | Crecimiento de Suscriptores | Menciones | Canales | |
| 03 marzo | +1 | |||
| 02 marzo | 0 | |||
| 01 marzo | 0 |
Publicaciones del Canal
🇺 🇮 - CLICKHERE
⚡PUBG LITE⚡
~ Bit > 32
~ Version > 0.27.0
~ Type > Imgui
~ No Lag / No Crash
~ Smooth ui / ESP
~ Aimbot / Bullet Track
~ SDK Based Features
Pass -
@ALFAS_XD
https://t.me/ALL_SRC_2
https://t.me/ALL_SRC_2| 2 | Sin texto... | 1 |
| 3 | PASSWORD:- ADITYAxPAMPA
REAL ORIGINAL SRC
⭕️ UI CLICK HERE
CREDIT @DEVILCHEAT_OP
LACK BY @DEVILFLASH_OP
https://t.me/ALL_SRC_2
https://t.me/ALL_SRC_2 | 1 |
| 4 | SRC UPLOAD SOON | 1 |
| 5 | UI CLICK HERE | 1 |
| 6 | New src coming soon ❤️ | 1 |
| 7 | ImDrawList* draw_list = ImGui::GetWindowDrawList();
ImVec2 p = ImGui::GetCursorScreenPos();
float width = ImGui::GetWindowWidth();
float height = ImGui::GetWindowHeight();
// Circle banane ke liye
int numCircles = 12;
float radius = height / 3;
float angleStep = 3.14159f * 2 / numCircles;
// Sare color add karne ke liye
ImU32 colors[] = {
IM_COL32(255, 0, 0, 255), // Lal
IM_COL32(0, 255, 0, 255), // Hara
IM_COL32(0, 0, 255, 255), // Neela
IM_COL32(255, 255, 0, 255), // Pila
IM_COL32(128, 0, 128, 255), // Magenta
IM_COL32(0, 255, 255, 255), // Cyan
IM_COL32(128, 0, 0, 255), // Gulabi
IM_COL32(0, 128, 0, 255), // Olive
IM_COL32(0, 0, 128, 255), // Navy
IM_COL32(128, 128, 128, 255), // Gray
IM_COL32(255, 128, 0, 255), // Narangi
IM_COL32(0, 128, 128, 255) // Teal
};
// Background mein black color add karne ke liye
ImU32 backgroundColor = IM_COL32(0, 0, 0, 255); // Black
// Background ko black color se fill karne ke liye
draw_list->AddRectFilled(ImVec2(p.x, p.y), ImVec2(p.x + width, p.y + height), backgroundColor);
// Circle ko gol gol ghumaane ke liye
static float angle = 0;
angle += 0.5f; // Speed badha di gayi hai
for (int i = 0; i < numCircles; i++) {
float circleAngle = i * angleStep + angle;
ImVec2 circleCenter = ImVec2(p.x + width / 2 + cos(circleAngle) * radius * 0.8f, p.y + height / 2 + sin(circleAngle) * radius * 0.8f);
float circleRadius = height / 20;
// Circle banane ke liye
draw_list->AddCircleFilled(circleCenter, circleRadius, colors[i % 12], 32);
// Dusra circle banane ke liye
draw_list->AddCircleFilled(circleCenter, circleRadius / 2, colors[(i + 1) % 12], 32);
} | 1 |
| 8 | if (totalEnemies + totalBots < 10)
s += " ";
else s += " ";
s += std::to_string((int) totalEnemies + totalBots);
draw->AddRectFilled(ImVec2(glWidth / 2 - 60.f, 40), ImVec2(glWidth / 2 + 60.f, 105), IM_COL32(255, 0, 0, 80), 15.0f);
draw->AddRect(ImVec2(glWidth / 2 - 60.f, 40), ImVec2(glWidth / 2 + 60.f, 105), IM_COL32(255, 0, 0, 255), 15.0f, 0,2.5f);
draw->AddText(nullptr, ((float) density / 12.5f), ImVec2(glWidth / 2 - 50.f, 50), IM_COL32(255, 255, 255, 255), s.c_str());
} else{
std::string s;
s += "CLEAR";
draw->AddRectFilled(ImVec2(glWidth / 2 - 60.f, 40), ImVec2(glWidth / 2 + 60.f, 105), IM_COL32(0, 255, 0, 80), 15.0f);
draw->AddRect(ImVec2(glWidth / 2 - 60.f, 40), ImVec2(glWidth / 2 + 60.f, 105), IM_COL32(0, 255, 0, 255), 15.0f, 0, 2.5f);
draw->AddText(nullptr, ((float) density / 12.5f), ImVec2(glWidth / 2 - 50.f, 50), IM_COL32(255, 255, 255, 255), s.c_str());
} | 1 |
| 9 | UI CLICK HERE
PASSWORD : TG::@NARUTOO_OG | 1 |
| 10 | Sin texto... | 1 |
| 11 | PUBGLITE SERVER BASED SKIN
NO CRASH IN LOBBY ENJOY
if (SkinServer) {
static bool miricheat = false;
if (!miricheat && Cheat::localController && Cheat::localPlayer) {
auto World = GetWorld();
if(!World) return;
auto GameState = World->GameState;
if (!GameState) return;
bool isInFight = Cheat::localController->IsInFight();
bool isLobby = !isInFight && !Cheat::localController->bIsSpectating && !Cheat::localController->bIsObserver;
if (isInFight || isLobby) {
Cheat::localPlayer->RPC_Client_ChangeRectiftAvatar(EAvatarSlotType::EAvatarSlotType__EAvatarSlotType_ClothesEquipemtSlot, 1400687, true);//mummy suit
miricheat = true;
} else {
miricheat = false;
}
}
}
REGARDS
MIRI_CHEAT | 1 |
| 12 | https://t.me/ALL_SRC_2/361 | 1 |
| 13 | Sin texto... | 1 |
| 14 | Sin texto... | 1 |
| 15 | ZONE SRC LEAK .
x32
LİTE
UI CLICK HERE
PASSWORD : @BYxTEXAS & @wortersyxyz | 1 |
| 16 | sticker.webp | 1 |
| 17 | 🆕🤩🤩🤩🤩 🤩🤩🤩 🤩🤩🤩
🟢JUMP FLYING 🔴
PASSWORD:- ADITYAxPAMPA
⭕️ UI CLICK HERE
CREDIT @DEVILCHEAT_OP
LACK BY @DEVILFLASH_OP
https://t.me/ALL_SRC_2
https://t.me/ALL_SRC_2 | 1 |
| 18 | REACTION ❤️ UPLOAD SOON | 1 |
| 19 | ALL GUN KILL MESSAGES
SERVER SKIN
AUTO FIRE
UI CLICK HERE
No password
https://t.me/ALL_SRC_2
https://t.me/ALL_SRC_2 | 1 |
| 20 | Sin texto... | 1 |
