ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
[✈️] Build A Plane
685 Views

Infinite Money

[✈️] Build A PlaneUploaded by
2 months ago
Please login to perform these actions:

Description

Just execute it and wait it doesnt give u like 999999 money on execute so be patient https://discord.gg/8wSP7XedR8

View Raw
Edited By: megaskidwtf Download


Comments
5
Original message deleted
User profile picture
megaskidwtf 2 months ago
@pukeeeina ?
User profile picture
TheSandMan 2 months ago
local ReplicatedStorage = game:GetService("ReplicatedStorage") local UserInputService = game:GetService("UserInputService") local enabled = false UserInputService.InputBegan:Connect(function(input, gameProcessed) if gameProcessed then return end if input.KeyCode == Enum.KeyCode.T then enabled = not enabled if enabled then print("Super Farmer ENABLED") task.spawn(function() _G.aqua = _G.aqua or {} _G.aqua.superfarmer = true game:GetService("CoreGui").PurchasePromptApp.Enabled = false for i = 1, 300 do task.spawn(function() while _G.aqua.superfarmer and task.wait() do ReplicatedStorage:WaitForChild("Remotes"):WaitForChild("EventEvents"):WaitForChild("S*EvilEye"):InvokeServer() ReplicatedStorage:WaitForChild("Remotes"):WaitForChild("EventEvents"):WaitForChild("KillEvilEye"):InvokeServer() end end) end for i = 1, 80 do task.spawn(function() while _G.aqua.superfarmer and task.wait() do ReplicatedStorage:WaitForChild("Remotes"):WaitForChild("SpinEvents"):WaitForChild("PurchaseSpin"):InvokeServer() ReplicatedStorage:WaitForChild("Remotes"):WaitForChild("SpinEvents"):WaitForChild("PerformSpin"):InvokeServer() end end) end end) else print("Super Farmer DISABLED") if _G.aqua then _G.aqua.superfarmer = false end end end end) print("Press T to toggle") --- All of the Prints are in the console Bro
TheSandMan's profile pictureTheSandManlocal ReplicatedStorage = game:GetService("Replica...
User profile picture
megaskidwtf 2 months ago
@TheSandMan its lit open source just modify it sherlock
megaskidwtf's profile picturemegaskidwtf@TheSandMan its lit open source just modify it she...
User profile picture
TheSandMan 2 months ago
@megaskidwtf i added a toggle broham
User profile picture
megaskidwtf 2 months ago
Give me a like and follow come on
Please Login to add a comment.