ADVERTISEMENTREMOVE ADS
Game icon

Open Source | Infinite Money

Script preview thumbnail
Script Preview

Description

------ Features ------

[+] Infinite Money

[+] Delete Effects: deletes the effects when u enable infinite money.

To get more money, you need to actually play the game. Like buy buttons and stuff.

Features:

  • Infinite Money
  • Delete Effects
ADVERTISEMENTREMOVE ADS
32 Lines • 1.07 KiB
Verified
Raw
local L = loadstring(game:HttpGet("https://raw.githubusercontent.com/Turtle-Brand/Turtle-Lib/main/source.lua"))()
local W = L:Window("Steal Candy From Babies")
----------------------------------------------------------------------------------------------------------------------------
local player = game:GetService("Players").LocalPlayer
W:Toggle("Infinite Money", false, function(bool)
inf = bool
while inf do
game:GetService("MarketplaceService"):SignalPromptProductPurchaseFinished(player.UserId, 1912955903, true)
task.wait(0.1)
end
end)
local gui = player:FindFirstChild("PlayerGui") and player.PlayerGui:FindFirstChild("Effects")
if gui then
gui.Enabled = true
end
W:Toggle("Delete Effects", false, function(state)
if gui then
gui.Enabled = not state
end
end)
----------------------------------------------------------------------------------------------------------------------------
W:Label("https://discord.gg/GzQGE9rr26", Color3.fromRGB(10, 218, 255))
W:Label("Credits to ExploitFin", Color3.fromRGB(127, 143, 166))
ADVERTISEMENTREMOVE ADS

Comments

2 comments
to add a comment
lo

This script works for Xeno.

1
0
lo

I also got the badge "Save Charlie" in just five minutes and fifty-four seconds.

1
0
ADVERTISEMENTREMOVE ADS