ADVERTISEMENTREMOVE ADS
INFINITE CASH | OP SCRIPT
47,942 views

Script Preview
Description
THIS ONLY WORKS ON PAID EXECUTORS
Swift executor is free with 100% sunc Swift
This script uses advanced functions like hookmetamethod and getrawmetatable thats why it wont work on executors with low unc
join my discord for more scriptssss https://discord.gg/dmyAajpVKw
anways enjoy
Features:
- Infinite Cash
ADVERTISEMENTREMOVE ADS
141 Lines β’ 4.47 KiB
Verified
getgenv().cachedUUID = nil
getgenv().cachedAmount = nil
local function HookUUID()
if getgenv().uuidHooked then return end
getgenv().uuidHooked = true
local mt = getrawmetatable(game)
local oldNamecall = mt.__namecall
setreadonly(mt, false)
mt.__namecall = newcclosure(function(self, ...)
local args = { ... }
if getnamecallmethod() == "FireServer" and tostring(self) == "Remote" and args[1] == "Launch Complete" then
cachedUUID = args[2]
cachedAmount = args[3]
warn("π¦ UUID Captured:", cachedUUID)
end
return oldNamecall(self, ...)
end)
setreadonly(mt, true)
end
HookUUID()
local Fluent = loadstring(game:HttpGet("https://github.com/dawid-scripts/Fluent/releases/latest/download/main.lua"))()
local SaveManager = loadstring(game:HttpGet("https://raw.githubusercontent.com/dawid-scripts/Fluent/master/Addons/SaveManager.lua"))()
local InterfaceManager = loadstring(game:HttpGet("https://raw.githubusercontent.com/dawid-scripts/Fluent/master/Addons/InterfaceManager.lua"))()
local Window = Fluent:CreateWindow({
Title = "Launch A Gun To Space",
SubTitle = "by Flames/Aura",
TabWidth = 160,
Size = UDim2.fromOffset(580, 460),
Acrylic = true,
Theme = "Darker",
MinimizeKey = Enum.KeyCode.LeftControl
})
local Tabs = {
Main = Window:AddTab({ Title = "Main", Icon = "rocket" }),
Settings = Window:AddTab({ Title = "Settings", Icon = "settings" })
}
local Options = Fluent.Options
Fluent:Notify({
Title = "Auto UUID",
Content = "Launch your gun once!",
Duration = 8
})
Tabs.Main:AddParagraph({
Title = "Instructions",
Content = "BEFORE YOU DO INFINITE CASH JUST JUMP OFF THE BUILDING ONCE UNTIL YOU LANDED \nTHIS ONLY WORKS ON PAID EXECUTORS DOWNLOAD SWIFT ITS FREE AND HAS 100% SUNC"
})
local cashLoop = false
local CashToggle = Tabs.Main:AddToggle("InfiniteCashToggle", {
Title = "Infinite Cash",
Default = false,
Description = "Loops gun launch with captured UUID."
})
CashToggle:OnChanged(function(enabled)
cashLoop = enabled
if enabled then
task.spawn(function()
while cashLoop and task.wait(0.2) do
if cachedUUID then
local args = {
[1] = "Launch Complete",
[2] = cachedUUID,
[3] = cachedAmount or 100000000000
}
game:GetService("ReplicatedStorage"):WaitForChild("Network"):WaitForChild("Remote"):FireServer(unpack(args))
print("π° Infinite Cash Fired! UUID:", cachedUUID)
end
end
end)
end
end)
local levelLoop = false
local AutoLevelGunToggle = Tabs.Main:AddToggle("AutoLevelGunToggle", {
Title = "Auto Level Gun",
Default = false,
Description = "Loops gun leveling."
})
AutoLevelGunToggle:OnChanged(function(enabled)
levelLoop = enabled
if enabled then
task.spawn(function()
while levelLoop and task.wait(0.2) do
local args = {
[1] = "Buy Level"
}
game:GetService("ReplicatedStorage"):WaitForChild("Network"):WaitForChild("Remote"):FireServer(unpack(args))
print("π§ Gun Leveled")
end
end)
end
end)
local floorLoop = false
local UpgradeFloorToggle = Tabs.Main:AddToggle("UpgradeFloorToggle", {
Title = "Auto Upgrade Floor",
Default = false,
Description = "Loops floor upgrade purchase."
})
UpgradeFloorToggle:OnChanged(function(enabled)
floorLoop = enabled
if enabled then
task.spawn(function()
while floorLoop and task.wait(0.2) do
local args = {
[1] = "Buy 3 Floors"
}
game:GetService("ReplicatedStorage"):WaitForChild("Network"):WaitForChild("Remote"):FireServer(unpack(args))
print("π’ Floors Upgraded")
end
end)
end
end)
SaveManager:SetLibrary(Fluent)
InterfaceManager:SetLibrary(Fluent)
SaveManager:IgnoreThemeSettings()
SaveManager:SetIgnoreIndexes({})
InterfaceManager:SetFolder("FluentScriptHub")
SaveManager:SetFolder("FluentScriptHub/LaunchGunToSpace")
InterfaceManager:BuildInterfaceSection(Tabs.Settings)
SaveManager:BuildConfigSection(Tabs.Settings)
Window:SelectTab(1)
SaveManager:LoadAutoloadConfig()
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments
bro spent money on rscripts
@photon im supporting the dev im a nice guy
@Aura I mean they did do a good job on the website's UI
pls add xeno
@AliGhazi not possible it needs multiple C functions
works really good on zenith
@Aura pls add xeno
@AliGhazi not possible xeno unc is to low
@Aura well is there a other alternative?
@AliGhazi swift
@Aura either is my pc tweaking or swifts discord doesnt exist anymore and it doesnt want to download
@AliGhazi swift discord got termed
That's amazing. I've alreadyGot 1000 floors.
Is there a hell kitchen?
is it just me or is delta not working for this? nor codex for me
@yyplayer Just you it works with delta for me