Magnet Simulator 2 Script | AUTO FARM INFINITE COINS, AUTO SELL, AUTO UPDRADE | OPEN SOURCE

_G.AutoFarm = true; -- Basicaly infinite coins _G.AutoSell = true; -- Automaticaly sells collected coins _G.AutoStorage = true; --Automaticaly upgrades coin storage _G.AutoSpeed = true; --Automaticaly upgrades player speed -- Get best sell place local BestSell = nil for i,v in pairs(workspace.Rings:GetChildren()) do local Formatted = tonumber(string.split(tostring(v), 'x')[2]) if BestSell == nil and Formatted ~= nil then BestSell = v end print(Formatted) if Formatted ~= nil and Formatted > tonumber(string.split(tostring(BestSell), 'x')[2]) then BestSell = v end end game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = BestSell.Touch.CFrame -- Handle pseudo infinite coins/auto farm spawn(function() while true do if _G.AutoFarm == false then return end firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, BestSell.Touch, 0) wait() firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, BestSell.Touch, 1) wait(.1) for i = 1, 2 do game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Coins:GetChildren()[math.random(1,#workspace.Coins:GetChildren())]:FindFirstChildWhichIsA('BasePart').CFrame wait(.05) end wait() end end) -- Handle auto storage spawn(function() while wait(.1) do if _G.AutoStorage == false then return end game.ReplicatedStorage.Events.GameEvents.UpgradeStorage:FireServer() end end) -- Handle auto speed spawn(function() while wait(.1) do if _G.AutoSpeed == false then return end game.ReplicatedStorage.Events.GameEvents.UpgradeSpeed:FireServer() end end)

Continue ReadingMagnet Simulator 2 Script | AUTO FARM INFINITE COINS, AUTO SELL, AUTO UPDRADE | OPEN SOURCE

SPACE SAILORS Script | AUTO ORE FARM

local resetEggs = function() local rootPart = game.Players.LocalPlayer.Character.PrimaryPart firetouchinterest(rootPart,game.Workspace.Stage6.RebirthButton,0) firetouchinterest(rootPart,game.Workspace.Stage6.RebirthButton,1) end for i,v in pairs (game.Workspace.Eggs:GetChildren()) do local s,e = pcall(function() v:GetPropertyChangedSignal("Transparency"):Connect(function() if v.Transparency == 0 then task.wait() fireclickdetector(v.Mouse.ClickDetector) resetEggs() end end) fireclickdetector(v.Mouse.ClickDetector) end) end

Continue ReadingSPACE SAILORS Script | AUTO ORE FARM

Roblox Script – SUPPORT UKRAINE GUI #Ukraine #SupportUkraine

local resetEggs = function() local rootPart = game.Players.LocalPlayer.Character.PrimaryPart firetouchinterest(rootPart,game.Workspace.Stage6.RebirthButton,0) firetouchinterest(rootPart,game.Workspace.Stage6.RebirthButton,1) end for i,v in pairs (game.Workspace.Eggs:GetChildren()) do local s,e = pcall(function() v:GetPropertyChangedSignal("Transparency"):Connect(function() if v.Transparency == 0 then task.wait() fireclickdetector(v.Mouse.ClickDetector) resetEggs() end end) fireclickdetector(v.Mouse.ClickDetector) end) end

Continue ReadingRoblox Script – SUPPORT UKRAINE GUI #Ukraine #SupportUkraine

Epic Egg Hunt 2021 Script | Ruin Easter for little kids!

local resetEggs = function() local rootPart = game.Players.LocalPlayer.Character.PrimaryPart firetouchinterest(rootPart,game.Workspace.Stage6.RebirthButton,0) firetouchinterest(rootPart,game.Workspace.Stage6.RebirthButton,1) end for i,v in pairs (game.Workspace.Eggs:GetChildren()) do local s,e = pcall(function() v:GetPropertyChangedSignal("Transparency"):Connect(function() if v.Transparency == 0 then task.wait() fireclickdetector(v.Mouse.ClickDetector) resetEggs() end end) fireclickdetector(v.Mouse.ClickDetector) end) end

Continue ReadingEpic Egg Hunt 2021 Script | Ruin Easter for little kids!

Streaming Simulator Script | BEST COMPUTER, MONITOR, CAMERA & MORE!

Created by m0thra Features: best computer game.ReplicatedStorage.UpgradeEquip:FireServer("Trigon Computer") best monitor game.ReplicatedStorage.UpgradeEquip:FireServer("Tesla Monitor") best camera game.ReplicatedStorage.UpgradeEquip:FireServer("UFO Camera") best chair game.ReplicatedStorage.UpgradeEquip:FireServer("Super Cozy Cushion") free energy  game.ReplicatedStorage.RewardEnergy:FireServer(1000) free miner refresh game.ReplicatedStorage.RefreshMiner:FireServer() auto give gamepasses…

Continue ReadingStreaming Simulator Script | BEST COMPUTER, MONITOR, CAMERA & MORE!

Roblox Script – MANIPULATE LAYERED CLOTHING

local LP = game:GetService('Players').LocalPlayer local CachedClothing = { 'Jacket-TrenchCoat-White', 'Jacket-Leather-Brown', 'Jacket-Suit-Gray', 'Jacket-Denim-Blue-8516609675', 'Jacket-Hoodie-Orange_6984765766' } local function GetAccessory() local LC = LP and LP.Character.Parent and LP.Character or nil if LC then for _, v in next, LC:GetChildren() do if v:IsA('Accessory') and table.find(CachedClothing, v.Name) then return v end end end end local function ManipulateLayeredAccessories(Instruction) local LC, Instruction = LP and LP.Character.Parent and LP.Character or nil, type(Instruction) == 'number' and Instruction or nil if LC and Instruction then if Instruction == 1 then local Accessory = GetAccessory() if Accessory and Accessory.Name == 'Jacket-TrenchCoat-White' then local SurfaceAppearance = Accessory:FindFirstChild('SurfaceAppearance', true) if SurfaceAppearance then SurfaceAppearance:Destroy() end elseif Accessory and Accessory.Name ~= 'Jacket-TrenchCoat-White' then error('invalid attempt to \'ManipulateLayeredAccessories\' (found layered accessory, but it is not the white trenchcoat)') end elseif Instruction == 2 then local Accessory = GetAccessory() local Handle = Accessory and Accessory:FindFirstChild('Handle') or nil local AccessoryWeld = Handle and Handle:FindFirstChild('AccessoryWeld') or nil if Accessory and AccessoryWeld then AccessoryWeld:Destroy() wait(.5) for i = 1, 50 do if Handle and Handle.Parent then Handle.Velocity = Vector3.new(0, 1e9, 0); task.wait() else break end end end end end end ManipulateLayeredAccessories(1) -- Makes your trench-coat red if you have one equipped. wait(2) ManipulateLayeredAccessories(2) -- Makes part of your torso and limbs invisible, and works with any layered clothing asset.

Continue ReadingRoblox Script – MANIPULATE LAYERED CLOTHING

Starving Artists Script | ART CLONER

local function assemblePayload(targetEasel) local cells = {} local name = targetEasel.ArtInfo.Frame.Info.ArtName.Text local frameColor = targetEasel.ArtInfo.Frame.Info.Frame.BackgroundColor3:ToHex() local grid = targetEasel.Canvas.SurfaceGui.Grid for i = 1, 1024 do cells[i] = grid[i].BackgroundColor3:ToHex() end local payload = {} payload["FrameColor"] = frameColor payload["Name"] = name payload["Cells"] = cells return(payload) end local function clonePainting(targetEasel) local payload = assemblePayload(targetEasel) local remote = game.ReplicatedStorage.Remotes.CreateArt remote:InvokeServer(payload) end local mouse = game.Players.LocalPlayer:GetMouse() local debounce = false mouse.Button1Down:Connect(function() if (mouse.Target) then if (mouse.Target.Name == "Canvas" and not debounce) then clonePainting(mouse.Target.Parent) debounce = true end end end) mouse.Button1Up:Connect(function() if (debounce) then debounce = false end end)

Continue ReadingStarving Artists Script | ART CLONER

Rebirth Champions X Script | AUTO FARM – OPEN SOURCE

getgenv().AutoTap = true getgenv().AutoRebirth1 = true local ReplicatedStorage = game:GetService("ReplicatedStorage") local AutoRebirth = {[1] = 1} -- you can change the value. spawn(function() while AutoTap do wait(0.01) ReplicatedStorage.Events.Click3:FireServer() end end) spawn(function() while AutoRebirth1 do wait(0.1) ReplicatedStorage.Events.Rebirth:FireServer(unpack(AutoRebirth)) end end)

Continue ReadingRebirth Champions X Script | AUTO FARM – OPEN SOURCE