Eqwkuxx Miners Haven Mobile Script
Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts a popular scripting and programming language.
Instruction
1.Open Roblox And Start Playing 2.Click The Blue Circle To Copy The Script Code 3.Paste The Script Code Into Your Executor 4.Then Execute The Script Code 5.Enjoy
Script Code
if game.PlaceId == 258258996 then local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))() local Window = OrionLib:MakeWindow({Name = "Clovers collecting by eqwkuxx <-- (discord)", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"}) local Tab = Window:MakeTab({ Name = "Clovers Farm", Icon = "rbxassetid://4483345998", PremiumOnly = false }) Tab:AddButton({ Name = "Golden", Callback = function() local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart rootPart.CFrame = game:GetService("Workspace").Clovers.Gold.CFrame end }) Tab:AddButton({ Name = "Diamond", Callback = function() local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart rootPart.CFrame = game:GetService("Workspace").Clovers.Diamond.CFrame end }) Tab:AddButton({ Name = "Regular", Callback = function() local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart rootPart.CFrame = game:GetService("Workspace").Clovers.Regular.CFrame end }) Tab:AddButton({ Name = "Rainbow", Callback = function() local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart rootPart.CFrame = game:GetService("Workspace").Clovers.Rainbow.CFrame end }) end OrionLib:Init()