-- Dead Rails Gamepass Unlocker Script for KRNL -- Mở khóa tất cả các vật phẩm gamepass (súng, máy bay, kho lưu trữ) -- Thoàn - 2025
local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer local ReplicatedStorage = game:GetService("ReplicatedStorage") local Workspace = game:GetService("Workspace")
-- Hàm cấp quyền sở hữu vật phẩm function unlockGamepasses() -- Bypass kiểm tra gamepass local gamepassList = { ["Shotgun"] = true, ["PlaneGun"] = true, ["ExtraStorage"] = true }
-- Giả lập mua gamepass hookmetamethod(game, "__namecall", newcclosure(function(self, ...) local args = {...} local method = getnamecallmethod() if method == "InvokeServer" and self.Name == "OwnsGamepass" then local passName = args[1] if gamepassList[passName] then return true end end return self:InvokeServer(...) end))
print("[+] Đã mở khóa 3 Gamepass!") end
-- Hàm thêm vũ khí vào balo function giveWeapons() local weaponsFolder = ReplicatedStorage:WaitForChild("Weapons") local backpack = LocalPlayer:WaitForChild("Backpack")
for _, toolName in pairs({"Shotgun", "PlaneGun"}) do local tool = weaponsFolder:FindFirstChild(toolName) if tool then local clone = tool:Clone() clone.Parent = backpack print("[+] Đã thêm vũ khí: " .. toolName) end end end
-- Hàm tăng kho lưu trữ function increaseStorage() local stats = LocalPlayer:FindFirstChild("Stats") if stats and stats:FindFirstChild("Storage") then stats.Storage.Value = stats.Storage.Value + 5 print("[+] Tăng kho lưu trữ thêm 5 ô.") end end
-- Thực thi script unlockGamepasses() wait(1) giveWeapons() wait(1) increaseStorage()
local horseModel = game.ServerStorage.Horse -- Đảm bảo có model ngựa trong ServerStorage local horseClone = horseModel:Clone()
-- Hàm tạo con ngựa cho người chơi local function createHorseForPlayer(player) local character = player.Character or player.CharacterAdded:Wait() local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
-- Chắc chắn là ngựa không xuyên qua vật thể horseClone:SetPrimaryPartCFrame(humanoidRootPart.CFrame * CFrame.new(0, 5, 0)) horseClone.Parent = workspace
-- Đảm bảo ngựa có thể di chuyển và không bị rơi local humanoid = horseClone:WaitForChild("Humanoid") humanoid.PlatformStand = true -- Tắt di chuyển mặc định của ngựa
-- Cài đặt cưỡi cho người chơi local seat = horseClone:WaitForChild("Seat") -- Đảm bảo rằng ngựa có một chỗ ngồi local seatWeld = Instance.new("WeldConstraint") seatWeld.Parent = seat seatWeld.Part0 = humanoidRootPart seatWeld.Part1 = seat
-- Cho phép người chơi cưỡi con ngựa seat.Occupant = character.Humanoid end
repeat wait() until game:IsLoaded() and game.Players.LocalPlayer getgenv().team = "Pirates" loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/e0c7fcf6c077fc23475cf4ce4db58e42.lua"))()
_G.TekkitConfig = { AutoFarm = false, AutoReload = false, AutoRetry = false, AutoFarmOptions = {"Delete Map", "Open Key Chest", "Faster Hover", "Riskier Hover"} --Remove or Add any options to enable/disable them. All options are on in this example. } loadstring(game:HttpGet("https://raw.githubusercontent.com/zerunquist/TekkitAotr/refs/heads/main/main"))()
https://krnl.cat/checkpointv2/c1?hwid=c86df8e275ee74b07722b2660b4b4ff6ee2d65609cdd5554abfb3d5f0cf94d370ed3ff9e9a62b0247ef9711046ffa504
Trả lờiXóaJijh
Xóahttps://krnl.cat/checkpointv2/v1?hwid=6371e167a897000a2e3ef575280643f6bb2574511d1826474266037571ce3cc3d4438265251eb0bd89db2fe209c52a1e
Xóa2b03-d2ec-c55f-07d0
Xóahttps://modsfire.com/Kbh8TCw5zx60A1r
Xóaloadstring(game:HttpGet("https://raw.githubusercontent.com/HuySad/Huy-Sad1/refs/heads/main/Scriptdemo.lua.txt"))()
Xóa-- Dead Rails Gamepass Unlocker Script for KRNL
Xóa-- Mở khóa tất cả các vật phẩm gamepass (súng, máy bay, kho lưu trữ)
-- Thoàn - 2025
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Workspace = game:GetService("Workspace")
-- Hàm cấp quyền sở hữu vật phẩm
function unlockGamepasses()
-- Bypass kiểm tra gamepass
local gamepassList = {
["Shotgun"] = true,
["PlaneGun"] = true,
["ExtraStorage"] = true
}
-- Giả lập mua gamepass
hookmetamethod(game, "__namecall", newcclosure(function(self, ...)
local args = {...}
local method = getnamecallmethod()
if method == "InvokeServer" and self.Name == "OwnsGamepass" then
local passName = args[1]
if gamepassList[passName] then
return true
end
end
return self:InvokeServer(...)
end))
print("[+] Đã mở khóa 3 Gamepass!")
end
-- Hàm thêm vũ khí vào balo
function giveWeapons()
local weaponsFolder = ReplicatedStorage:WaitForChild("Weapons")
local backpack = LocalPlayer:WaitForChild("Backpack")
for _, toolName in pairs({"Shotgun", "PlaneGun"}) do
local tool = weaponsFolder:FindFirstChild(toolName)
if tool then
local clone = tool:Clone()
clone.Parent = backpack
print("[+] Đã thêm vũ khí: " .. toolName)
end
end
end
-- Hàm tăng kho lưu trữ
function increaseStorage()
local stats = LocalPlayer:FindFirstChild("Stats")
if stats and stats:FindFirstChild("Storage") then
stats.Storage.Value = stats.Storage.Value + 5
print("[+] Tăng kho lưu trữ thêm 5 ô.")
end
end
-- Thực thi script
unlockGamepasses()
wait(1)
giveWeapons()
wait(1)
increaseStorage()
loadstring(game:HttpGet("https://raw.githubusercontent.com/IncognitoScripts/DeadRails/refs/heads/main/HorseClass"))()
Xóalocal horseModel = game.ServerStorage.Horse -- Đảm bảo có model ngựa trong ServerStorage
Xóalocal horseClone = horseModel:Clone()
-- Hàm tạo con ngựa cho người chơi
local function createHorseForPlayer(player)
local character = player.Character or player.CharacterAdded:Wait()
local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
-- Chắc chắn là ngựa không xuyên qua vật thể
horseClone:SetPrimaryPartCFrame(humanoidRootPart.CFrame * CFrame.new(0, 5, 0))
horseClone.Parent = workspace
-- Đảm bảo ngựa có thể di chuyển và không bị rơi
local humanoid = horseClone:WaitForChild("Humanoid")
humanoid.PlatformStand = true -- Tắt di chuyển mặc định của ngựa
-- Cài đặt cưỡi cho người chơi
local seat = horseClone:WaitForChild("Seat") -- Đảm bảo rằng ngựa có một chỗ ngồi
local seatWeld = Instance.new("WeldConstraint")
seatWeld.Parent = seat
seatWeld.Part0 = humanoidRootPart
seatWeld.Part1 = seat
-- Cho phép người chơi cưỡi con ngựa
seat.Occupant = character.Humanoid
end
game.Players.PlayerAdded:Connect(function(player)
player.CharacterAdded:Connect(function()
createHorseForPlayer(player)
end)
end)
https://krnl.cat/checkpointv2/v1?hwid=c86df8e275ee74b07722b2660b4b4ff6ee2d65609cdd5554abfb3d5f0cf94d370ed3ff9e9a62b0247ef9711046ffa504
Trả lờiXóagetgenv().Key = "MARU-0AMV8-B6SJ-GB0Q-AA2O7-N2UY0"
Xóagetgenv().id = "1177920279901646972"
getgenv().Script_Mode = "Kaitun_Script"
loadstring(game:HttpGet("https://raw.githubusercontent.com/xshiba/MaruBitkub/main/Mobile.lua"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/HuySad/Huy-Sad1/refs/heads/main/Scriptdemo.lua.txt"))()
Xóa1c6b-35ce-91aa-372a
Trả lờiXóahttps://www.mediafire.com/file/3zvo5ahig6ajjs0/F1_VM_Azura_Gamer-64gp_.apk/file
XóaLkpXUsjmmFxxxWoeXQVrmHOgjpdCgYtQ
Trả lờiXóa435c-cd91-9fbd-fdda
Trả lờiXóahttps://krnl.cat/checkpointv2/v1?hwid=21546f070cb2f86c3fb540aaa800ef8c1f00cd78ca9d018abc2b3ccc1f4925c878e0072241590de2316beed9d355b1ee
Trả lờiXóaUtvju
Trả lờiXóaNhận xét này đã bị tác giả xóa.
Xóaloadstring(game:HttpGet("https://raw.githubusercontent.com/LuaCrack/Min/refs/heads/main/MinXoE"))()
Trả lờiXóahttps://turbolite.xyz/roblox5
Trả lờiXóahttps://turbolite.xyz/roblox3
Trả lờiXóahttps://krnl.cat/checkpointv2/v1?hwid=de9a7f671159d691f3ac35eb5c1cda3b205f277148a6bc448486835b15ea8f34b609e2f18c6c71a58df2d911100c184f
Trả lờiXóa54ec-be69-3549-6456
Trả lờiXóa54ec-be69-3549-6456
Trả lờiXóahttps://www.mediafire.com/file/1tsgtdcvx4jwdcc/MCPE_1.21.80_OFICIAL_By_DowL1nk.apk/file
Trả lờiXóa
Trả lờiXóaKarleneMathixkf15709s@wkey.us|Truong3979
loadstring(game:HttpGet("https://raw.githubusercontent.com/Bubu2k/Rubutv/refs/heads/main/RuBuV4.lua"))()
Trả lờiXóahttps://auth.platorelay.com/M2Qav0mH3yRY%2F0oXH1kTJNi5sTgdnqtx5IBznUKotj6e797%2FcRYIQAqOqhVOe5sZ85nEtMujAjRr0CNggiN5cdOdahrL9YWM1F9VL8TmqQm08QHaB4jH2VYfDWiFaWGukvAidVbRamL9cFqLR7pb4A9o2Zy6BdRq7PZSDrEqO%2BOXJM34e2SI0Jk9rJG%2FynGjXGxca3YNurzdf4%2BnoPY52WvD3tppRNm%2BmUuS0%2FCUWg7a0C7sA5IyeaK8KM1xpIrNvmwppSeAhNK%2BogncZI4XUp03JMdjvuCl2OE5pGwatYCgZ8kTmZxFuPLMI90WQgs45DWUiLHE34QFZJCqB9YOQwVHzeqN5VyEmQs8eiWjoDp3aLvLxhlRODCDnXuumcG3Blo4QO6IRgqP2L2yiruoj4%2BawPYSS1S86yLjr7RJ4HA6pDoonYUtBimTse2synCNly%2Bx1BBc6MWjWUnxTFnuTRfGt0HF4XBDqu660%2FufekoRCTMDXQhOBg6dIOg%3D
Trả lờiXóarepeat wait() until game:IsLoaded() and game.Players.LocalPlayer
Trả lờiXóagetgenv().team = "Pirates"
loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/e0c7fcf6c077fc23475cf4ce4db58e42.lua"))()
https://link4m.com/go/sdAQIe
Trả lờiXóa94b011b7913a5ecf
Trả lờiXóahttps://krnl.cat/checkpointv2/v1?hwid=6abec942e1399743b6ef7dca9f71834c4d85be785d55fd9bc04bc9323df88c640a3b3cff4013c8fd2066a89f792dd980
Trả lờiXóa53a6-480d-7e9a-7027
Trả lờiXóaFREE_ddfdd479d77bafe112a67aa754beab19
Trả lờiXóaFREE_c8b34cdeb8fa6abeee5bed94548080d9
Trả lờiXóahttps://auth.platorelay.com/jyQx6l0sanEqPYwYhCdqP9i5sTgdnqtx5IBznUKotj6e797%2FcRYIQAqOqhVOe5sZ85nEtMujAjRrxw1N2zVXQImJRyOV9Yai1UpWHcPnqQKh8j%2FdFYvpxVQeJEqAfXGLyechbVbSU2HvcHOcULhI3VNoyoPiBupPs%2BJFN%2Bg8AvTIJ%2FP8NHGI38ApvILm3nGjXGxca3YNurzdf4%2BnoPY52WvD3tppRNm%2BmUuS0%2FCUWg7a0C7sA5RHaaK8KM1xpIrNvmwppSeAhNK%2BogncZI4XUp03JMdjvuCl2OE5pGwatYCgZ8kTmZxFuPLMI90WQgs45DWUiLHE34QFZJCqB9YOQwVHzeqN5VyEmQs8eiWjoDp3aLvLxhlBPD2DnXupmvu3Blo4QO6IRgqP2L2yiruoj4%2BawPYSS1S86yLjr7RJ4HA6pDoonYU9AiSTse2ryUaNl3%2B69SwZ3Mm%2BfB%2F7RnDIfijEmz6031J2l%2BjPl%2FKPW2gqMlcERzJnXBjFUfw%3D
Trả lờiXóahttps://www.mediafire.com/file/tpodr7kb7fzvg1o/Login_Roblox_VNG_V2.668.apk/file
Trả lờiXóahttps://www.mediafire.com/file/89fngf7gxtq1hls/Delta_X_VNG_V32_%2528V2.668%2529.apk/file
Xóaloadstring(game:HttpGet("https://raw.githubusercontent.com/JustLevel/goombahub/main/AriseCrossover.lua"))()
Trả lờiXóahttps://link4m.com/fC2Adxan
Trả lờiXóahttps://auth.platorelay.com/r7PpAg453bl1uKiYakcDkti5sTgdnqtx5IBznUKotj6e797%2FcRYIQAqOqhVOe5sZ85nEtMujAjRr0TNv2CNpRMOJeiSP9qic1EpGP4jlzwqj5hHSS4vp1R8LDX%2FbaXKukecLZgzFVGK2Z12fD65x9E18yoy6BcRm7PVsDrU%2FO%2B%2BXJPP8NnGIy8ArkZbjy2GjXGxca3YNurzdf4%2BnoPY52WvD3tppRNm%2BmUuS0%2FCUWg7a0C7sA5IyeaK8KM1xpIrNvmwppSeAhNK%2BogncZI4XUp03JMdjvuCl2OE5pGwatYCgZ8kTmZxFuPLMI90WQgs45DWUiLHE34QFZJCqB9YOQwVHzeqN5VyEmQs8eiWjoDp3aLvLxhlBND%2BDjUmrmsG3Blo4QO6IRgqP2L2yiruoj4%2BawPYSS1S86yLjr7RJ4HA6pDoonYU9CiaTofGpyXCNlxqQzXYGh%2B3%2BZnXHcnDZfwP9iziB4UhXudH0396cQzwnLVoIemR2ESyoVMY%3D
Trả lờiXóahttps://drive.google.com/file/d/1Erz5HL9UMo2jIwNaua9NwSC_PPLqkuiw/view?usp=drivesdk
Trả lờiXóahttps://mobile.codex.lol?token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJod2lkIjoiMmIxODg4MzFjYWVjOTYyOSIsImlkIjoiMDJlMWQ3YWFlNGYzMTQ5YjdiNzY2ODI0ZDQzYjY4ZWMyOGVkY2E1ODRjZGNmMzhjNWYzM2FjZjIzMTUxNTkzZSIsInR5cGUiOiJzZXNzaW9uIiwiaWF0IjoxNzQ1ODc3OTUwLCJleHAiOjE3NDU4ODE1NTB9.Ko2pZJQ1el6V_OaoXbhRX03ioy-5nN3Gn7cWXf693so0QTZLIfILwDtUAFQEftXs7Rs8UXi3nhbyD8pWi_lbEyrUK9h7XwtKx4M16XR54Xct9xe-Qt9mE5i7IYAiI0QvOGGQbzPHAM3gsimQIPPaAUP774lAmoTpXjgsiD0Az2zt2hftI4QaohEk8wnEGJWdVgpWAfMOPHqzFUhC7NZK4uhwexXKpmkHHyeiWUA9VB6QXId4gVamnHyK11JApe3FGXYNGky8gwJa6dRWqpCE9GGBPgnalVL_ApbVQfLj-pGYNEo95L3UAx49Vxyb4DBIHrA07zyhdTxTWABky4oMow
Trả lờiXóahttps://auth.platorelay.com/oER9irrSFk6VtHIv0dOLxNi5sTgdnqtx5IBznUKotj6e797%2FcRYIQAqOqhVOe5sZ85nEtMujAjRr0w10giJAUIqdRBmV4ZaY1UpWMJznuRLr5i%2F8SovHwg8fUnPbaU%2BDgucMZgzGU2HtcF2PDLp2%2BA9r85C9Bvpls%2BFsPLc8O%2BjIM8rgfXCmz8QrkpW5yUujXGxca3YNurzdf4%2BnoPY52WvD3tppRNm%2BmUuS0%2FCUWg7a0C7sA5IyeaK8KM1xpIrNvmwppSeAhNK%2BogncZI4XUp03JMdjvuCl2OE5pGwatYCgZ8kTmZxFuPLMI90WQgs45DWUiLHE34QFZJCqB9YOQwVHzeqN5VyEmQs8eiWjoDp3aLvLxhlBFnKCjVGrmcG3Blo4QO6IRgqP2L2yiruoj4%2BawPYSS1S86yLjr7RJ4HA6pDoonYUDAimRseGpynCNly%2BR03I4xez4QEXcVX3CXx3SoCiB5UpLu82xgKimSjZjIVNfWWUQNguWDc4%3D
Trả lờiXóahttps://eroasmr.com/video/softly-spoken-asian-massage-with-a-happy-ending/
Trả lờiXóahttps://krnl.cat/checkpointv2/v1?hwid=c3273cb845f160eb2751191a199b992af6563c80fbd321e71ebe8d5c4c837a3c8a20b6edb1888cd25aafd7080e95b17f
Trả lờiXóahttps://spdmteam.com/key-system-1?hwid=9a05e21d70ddc1ae&zone=Europe/Rome&os=android
Trả lờiXóahttps://auth.platorelay.com/WKCI9JhkwqA9kKXq8U3L99i5sTgdnqtx5IBznUKotj6e797%2FcRYIQAqOqhVOe5sZ85nEtMujAjRr0TBghyNqQ9eeVyjM4qiPj0loK8DxqhLt8jj0T4vHwVQIN2iEfk%2B5g%2FMMYgjGel%2Fqc02fR65251NryZ%2BmBcRX%2FPVFPLErKO%2BXM8rgenO238I9vLDg3WGjXGxca3YNurzdf4%2BnoPY52WvD3tppRNm%2BmUuS0%2FCUWg7a0C7sA5IyeaK8KM1xpIrNvmwppSeAhNK%2BogncZI4XUp03JMdjvuCl2OE5pGwatYCgZ8kTmZxFuPLMI90WQgs45DWUiLHE34QFZJCqB9YOQwVHzeqN5VyEmQs8eiWjoDp3aLvLxhl%2FLHWAs3fhmtG3Blo4QO6IRgqP2L2yiruoj4%2BawPYSS1S86yLjr7RJ4HA6pDoonYUDEmySn%2BnjyS2Nl3%2BR93ICz%2BiPKnbAfmDeTCPpmBK6zlBVltPbgq6eYzsQeylYV2R8MSqOX%2FQ%3D
Trả lờiXóa
Trả lờiXóa_G.TekkitConfig = {
AutoFarm = false,
AutoReload = false,
AutoRetry = false,
AutoFarmOptions = {"Delete Map", "Open Key Chest", "Faster Hover", "Riskier Hover"}
--Remove or Add any options to enable/disable them. All options are on in this example.
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/zerunquist/TekkitAotr/refs/heads/main/main"))()
https://ads.luarmor.net/get_key?for=Kicia_V2__Linkvertise-ovgXmLTYGpby
Trả lờiXóa9444fb5e-541e-4379-a076-1fb33572a419
Trả lờiXóahttps://krnl.cat/checkpointv2/v1?hwid=af1b91d2383deff8eab781cc91efb45e298cf39baad88c1ca23ec25039babf06b7f1388af032427d491593f7838da540
Trả lờiXóahttps://krnl.cat/checkpointv2/v1?hwid=ec91de13779457de049ea896f86ebe02036fc83490ce439e376f511c6b0276b7f65d66170c51212820db680305a1087b
Trả lờiXóa