Idiotic Investing MESS EVERYONE UP SCRIPT

Created by BananasRule 

Features:

  • MESS EVERYONE UP
local bid = game:GetService("ReplicatedStorage").RoundInfo["1"]
local BidValue = nil
if bid.Value == 400 then
BidValue = 400
else
BidValue = bid.Value - 100
end
pcall(function()
for i, v in pairs(game:GetService("ReplicatedStorage").PlayerInfo:GetChildren()) do
if v.Name ~= game.Players.LocalPlayer.Name then
if BidValue < v.RoundInfo.Credits.Value then
game:GetService("ReplicatedStorage").Screw_Event:InvokeServer(v.Name)
end
end
end
end)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!