NOX MOD PUBG 🇮🇩
کانال بسته
905
مشترکین
اطلاعاتی وجود ندارد24 ساعت
-67 روز
-1530 روز
در حال بارگیری داده...
جذب مشترکین
ژوئن '26
ژوئن '260
در 0 کانالها
مه '26
+2
در 0 کانالها
Get PRO
آوریل '26
+5
در 0 کانالها
Get PRO
مارس '26
+4
در 0 کانالها
Get PRO
فوریه '26
+2
در 0 کانالها
Get PRO
ژانویه '26
+5
در 0 کانالها
Get PRO
دسامبر '25
+9
در 0 کانالها
Get PRO
نوامبر '25
+21
در 0 کانالها
Get PRO
اکتبر '25
+14
در 0 کانالها
Get PRO
سپتامبر '25
+33
در 0 کانالها
Get PRO
اوت '25
+21
در 0 کانالها
Get PRO
ژوئیه '25
+28
در 0 کانالها
Get PRO
ژوئن '25
+59
در 0 کانالها
Get PRO
مه '25
+95
در 0 کانالها
Get PRO
آوریل '25
+225
در 0 کانالها
Get PRO
مارس '25
+231
در 1 کانالها
Get PRO
فوریه '25
+48
در 1 کانالها
Get PRO
ژانویه '25
+140
در 4 کانالها
Get PRO
دسامبر '24
+41
در 2 کانالها
Get PRO
نوامبر '24
+642
در 3 کانالها
| تاریخ | رشد مشترکین | اشارات | کانالها | |
| 14 ژوئن | 0 | |||
| 13 ژوئن | 0 | |||
| 12 ژوئن | 0 | |||
| 11 ژوئن | 0 | |||
| 10 ژوئن | 0 | |||
| 09 ژوئن | 0 | |||
| 08 ژوئن | 0 | |||
| 07 ژوئن | 0 | |||
| 06 ژوئن | 0 | |||
| 05 ژوئن | 0 | |||
| 04 ژوئن | 0 | |||
| 03 ژوئن | 0 | |||
| 02 ژوئن | 0 | |||
| 01 ژوئن | 0 |
پستهای کانال
local function ESPTick()
if not Client then return end
local uCon = slua_GameFrontendHUD:GetPlayerController()
if not (Valid(uCon) and Game:IsClassOf(uCon, ASTExtraPlayerController)) then
return
end
local currentPawn = uCon:GetPlayerCharacterSafety()
if not Valid(currentPawn) then
return
end
local myTeamId = currentPawn.TeamID
local myPos = currentPawn:K2_GetActorLocation()
local HUD = uCon:GetHUD()
local now = os.clock()
local myEyePos = currentPawn:GetHeadLocation(false) or currentPawn:K2_GetActorLocation()
if now - lastPawnRefresh > 1.0 then
lastPawnRefresh = now
cachedPawns = Game:GetAllPlayerPawns() or {}
end
for idx, tPawn in pairs(cachedPawns) do
if Valid(tPawn) and tPawn ~= currentPawn and tPawn.TeamID ~= myTeamId then
local enemyPos = tPawn:K2_GetActorLocation()
local dx = enemyPos.X - myPos.X
local dy = enemyPos.Y - myPos.Y
local dz = enemyPos.Z - myPos.Z
local distM = math.sqrt(dx * dx + dy * dy + dz * dz) / 100
if IsPawnAlive(tPawn) then
local isAI = IsAI(tPawn)
if CONFIG.SHOW_AI == 0 and isAI then goto continue end
if distM <= CONFIG.DRAW_DISTANCE then
if CONFIG.NAME == 1 and HUD then
local fontSize = GetNameFontSize(distM, CONFIG.DRAW_DISTANCE, CONFIG.MIN_NAME_FONT,
CONFIG.MAX_NAME_FONT)
local name = GetDisplayName(tPawn)
local teamId = tPawn.TeamID or 0
local hp = tPawn.GetHealth and (tPawn:GetHealth() or 0) or tPawn.Health or 0
local maxHp = tPawn.GetHealthMax and (tPawn:GetHealthMax() or 100) or tPawn.HealthMax or 100
local hpPercent = maxHp > 0 and hp / maxHp or 0
-- Warna berdasarkan HP
local hpColor
if hpPercent < 0.001 then
hpColor = { R = 100, G = 100, B = 100, A = 255 }
elseif hpPercent < 0.3 then
hpColor = { R = 255, G = 0, B = 0, A = 255 }
elseif hpPercent < 0.6 then
hpColor = { R = 255, G = 255, B = 0, A = 255 }
else
hpColor = { R = 0, G = 255, B = 0, A = 255 }
end
local hpBarFilled = math.floor(hpPercent * 5)
local hpBarEmpty = 5 - hpBarFilled
local hpBar = string.rep("▃▃", hpBarFilled) .. string.rep("", hpBarEmpty)
local nameText
if teamId > 100 then
nameText = string.format("%s %.0fm", name, distM)
else
nameText = string.format("%s %.0fm", name, distM)
end
local namePos = {
X = 0,
Y = 0,
Z = GetZOffset(distM)
}
local hpPos = {
X = 0,
Y = 0,
Z = GetZOffset(distM) - 15
}
HUD:AddDebugText(
nameText,
tPawn,
0.3,
namePos,
namePos,
hpColor,
true,
false,
true,
nil,
fontSize,
true
)
HUD:AddDebugText(
hpBar,
tPawn,
0.3,
hpPos,
hpPos,
hpColor,
true,
false,
true,
nil,
fontSize,
true
)
end
end
end
end
::continue::
end
end
buat dengan
ProjectWorldLocationToScreen bisa?
| 2 | بدون متن... | 0 |
| 3 | بدون متن... | 0 |
| 4 | nox-pubgm-loader-32.apk | 0 |
| 5 | بدون متن... | 0 |
| 6 | test loader 32 bit all versions
pm @selaa89 | 0 |
| 7 | 32 Bit Loader | 0 |
| 8 | NOX MOD LOADER_1.0 (1).apk | 0 |
| 9 | ada yang mau coba loader 32? | 0 |
| 10 | very good hack bro | 0 |
| 11 | Runs butter 🧈 smooth | 0 |
| 12 | share & ss to get new key👍 | 0 |
| 13 | Key : - 1SJPBGW93CMYPGUK | 0 |
| 14 | NOX_PUBGM_LOADER-4.3.apk | 0 |
| 15 | loader & root done | 0 |
| 16 | IMGUI1.0.sh | 0 |
| 17 | Mau root or no root? | 0 |
| 18 | Udpate? | 0 |
| 19 | IAM BACK😘 | 0 |
اکنون در دسترس! پژوهش تلگرام ۲۰۲۵ — مهمترین بینشهای سال 
