ilum 2 script 2021 -- GUI By Flawm3ng0 -- -- Instances: local Ilum2 = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextButton = Instance.new("TextButton") local TextButton_2 = Instance.new("TextButton") local TextButton_3 = Instance.new("TextButton") local TextButton_4 = Instance.new("TextButton") ilum 2 script 2021 How to use it? ilum 2 script 2021 local TextButton_5 = Instance.new("TextButton") local TextButton_6 = Instance.new("TextButton") local TextButton_7 = Instance.new("TextButton") local Open = Instance.new("TextButton") --Properties: Ilum2.Name = "Ilum 2" Ilum2.Parent = game.CoreGui Ilum2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ilum 2 script 2021 PasteShr ilum 2 script 2021 Frame.Parent = Ilum2 Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(-0.219999999, 0, 0.206, 0) Frame.Size = UDim2.new(0.200000003, 0, 0.300000012, 0) Frame.Active = true Frame.Draggable = true TextLabel.Parent = Frame ilum 2 script 2021 How to use it? ilum 2 script 2021 TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.Size = UDim2.new(1, 0, 0.150000006, 0) TextLabel.Font = Enum.Font.Cartoon TextLabel.Text = "Ilum 2" TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0) TextLabel.TextScaled = true TextLabel.TextSize = 14.000 TextLabel.TextWrapped = true ilum 2 script 2021 How to get it for free? ilum 2 script 2021 TextButton.Parent = Frame TextButton.BackgroundColor3 = Color3.fromRGB(190, 14, 2) TextButton.BorderColor3 = Color3.fromRGB(57, 57, 57) TextButton.BorderSizePixel = 3 TextButton.Position = UDim2.new(0.025716383, 0, 0.186084121, 0) TextButton.Size = UDim2.new(0.400000006, 0, 0.140000001, 0) TextButton.Font = Enum.Font.Cartoon TextButton.Text = "Agrinium" TextButton.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton.TextSize = 28.000 ilum 2 script 2021 How to get it? ilum 2 script 2021 TextButton.TextWrapped = true TextButton.MouseButton1Click:connect(function() _G.AutoMineFarm = true; -- Change to false to stop mining (Execute without the lower part of script.) while wait() do if _G.AutoMineFarm then local ores = game:GetService("Workspace").Ores.Agrinium:GetChildren() -- Change Ore to what ever ur trying to get. local LocalPlayer = game:GetService("Players").LocalPlayer ilum 2 script 2021 PasteShr ilum 2 script 2021 for i, child in ipairs(ores) do LocalPlayer.Character.HumanoidRootPart.CFrame = child.Rock.CFrame + Vector3.new(0, 10, 0) for count = 1, 20 do -- Mining Laser Check local ToolOnPlayer = LocalPlayer.Character:FindFirstChildWhichIsA("BackpackItem") if ToolOnPlayer and ToolOnPlayer.Name == "Mining Laser" then game:GetService("ReplicatedStorage").Mine:InvokeServer(child, LocalPlayer.Character["Mining Laser"].Client.Settings) else ilum 2 script 2021 How to use it? ilum 2 script 2021 -- Force Equip Tool LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):EquipTool(LocalPlayer.Backpack["Mining Laser"]) -- Then back to the loop. end end end end end end) ilum 2 script 2021 How to get it for free? ilum 2 script 2021 TextButton_2.Parent = Frame TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 170, 0) TextButton_2.BorderColor3 = Color3.fromRGB(57, 57, 57) TextButton_2.BorderSizePixel = 3 TextButton_2.Position = UDim2.new(0.55841291, 0, 0.186084121, 0) TextButton_2.Size = UDim2.new(0.400000006, 0, 0.140000001, 0) TextButton_2.Font = Enum.Font.Cartoon TextButton_2.Text = "Explode" TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_2.TextSize = 32.000 ilum 2 script 2021 How to dowload it? ilum 2 script 2021 TextButton_2.TextWrapped = true TextButton_2.MouseButton1Click:connect(function() _G.AutoMineFarm = true; -- Change to false to stop mining (Execute without the lower part of script.) while wait() do if _G.AutoMineFarm then local ores = game:GetService("Workspace").Ores.Explode:GetChildren() -- Change Ore to what ever ur trying to get. local LocalPlayer = game:GetService("Players").LocalPlayer ilum 2 script 2021 How to get it for free? ilum 2 script 2021 for i, child in ipairs(ores) do LocalPlayer.Character.HumanoidRootPart.CFrame = child.Rock.CFrame + Vector3.new(0, 10, 0) for count = 1, 20 do -- Mining Laser Check local ToolOnPlayer = LocalPlayer.Character:FindFirstChildWhichIsA("BackpackItem") if ToolOnPlayer and ToolOnPlayer.Name == "Mining Laser" then game:GetService("ReplicatedStorage").Mine:InvokeServer(child, LocalPlayer.Character["Mining Laser"].Client.Settings) else ilum 2 script 2021 How to get it? ilum 2 script 2021 -- Force Equip Tool LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):EquipTool(LocalPlayer.Backpack["Mining Laser"]) -- Then back to the loop. end end end end end end) ilum 2 script 2021 How to get it for free? ilum 2 script 2021 TextButton_3.Parent = Frame TextButton_3.BackgroundColor3 = Color3.fromRGB(0, 85, 255) TextButton_3.BorderColor3 = Color3.fromRGB(57, 57, 57) TextButton_3.BorderSizePixel = 3 TextButton_3.Position = UDim2.new(0.025716383, 0, 0.380258858, 0) TextButton_3.Size = UDim2.new(0.400000006, 0, 0.140000001, 0) TextButton_3.Font = Enum.Font.Cartoon TextButton_3.Text = "Alum" TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_3.TextSize = 32.000 ilum 2 script 2021 How to get it for free? ilum 2 script 2021 TextButton_3.TextWrapped = true TextButton_3.MouseButton1Click:connect(function() _G.AutoMineFarm = true; -- Change to false to stop mining (Execute without the lower part of script.) while wait() do if _G.AutoMineFarm then local ores = game:GetService("Workspace").Ores.Alum:GetChildren() -- Change Ore to what ever ur trying to get. local LocalPlayer = game:GetService("Players").LocalPlayer ilum 2 script 2021 How to use it? ilum 2 script 2021 for i, child in ipairs(ores) do LocalPlayer.Character.HumanoidRootPart.CFrame = child.Rock.CFrame + Vector3.new(0, 10, 0) for count = 1, 20 do -- Mining Laser Check local ToolOnPlayer = LocalPlayer.Character:FindFirstChildWhichIsA("BackpackItem") if ToolOnPlayer and ToolOnPlayer.Name == "Mining Laser" then game:GetService("ReplicatedStorage").Mine:InvokeServer(child, LocalPlayer.Character["Mining Laser"].Client.Settings) else ilum 2 script 2021 How to use it? ilum 2 script 2021 -- Force Equip Tool LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):EquipTool(LocalPlayer.Backpack["Mining Laser"]) -- Then back to the loop. end end end end end end) ilum 2 script 2021 How to get it? ilum 2 script 2021 TextButton_4.Parent = Frame TextButton_4.BackgroundColor3 = Color3.fromRGB(0, 195, 0) TextButton_4.BorderColor3 = Color3.fromRGB(57, 57, 57) TextButton_4.BorderSizePixel = 3 TextButton_4.Position = UDim2.new(0.55841291, 0, 0.380258858, 0) TextButton_4.Size = UDim2.new(0.400000006, 0, 0.140000001, 0) TextButton_4.Font = Enum.Font.Cartoon TextButton_4.Text = "Barium" TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_4.TextSize = 32.000 ilum 2 script 2021 How to get it for free? ilum 2 script 2021 TextButton_4.TextWrapped = true TextButton_4.MouseButton1Click:connect(function() _G.AutoMineFarm = true; -- Change to false to stop mining (Execute without the lower part of script.) while wait() do if _G.AutoMineFarm then local ores = game:GetService("Workspace").Ores.Barium:GetChildren() -- Change Ore to what ever ur trying to get. local LocalPlayer = game:GetService("Players").LocalPlayer ilum 2 script 2021 How to get it for free? ilum 2 script 2021 for i, child in ipairs(ores) do LocalPlayer.Character.HumanoidRootPart.CFrame = child.Rock.CFrame + Vector3.new(0, 10, 0) for count = 1, 20 do -- Mining Laser Check local ToolOnPlayer = LocalPlayer.Character:FindFirstChildWhichIsA("BackpackItem") if ToolOnPlayer and ToolOnPlayer.Name == "Mining Laser" then game:GetService("ReplicatedStorage").Mine:InvokeServer(child, LocalPlayer.Character["Mining Laser"].Client.Settings) else ilum 2 script 2021 How to get it? ilum 2 script 2021 -- Force Equip Tool LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):EquipTool(LocalPlayer.Backpack["Mining Laser"]) -- Then back to the loop. end end end end end end) ilum 2 script 2021 PasteShr ilum 2 script 2021 TextButton_5.Parent = Frame TextButton_5.BackgroundColor3 = Color3.fromRGB(126, 126, 126) TextButton_5.BorderColor3 = Color3.fromRGB(57, 57, 57) TextButton_5.BorderSizePixel = 3 TextButton_5.Position = UDim2.new(0.297134459, 0, 0.566343009, 0) TextButton_5.Size = UDim2.new(0.400000006, 0, 0.150000006, 0) TextButton_5.Font = Enum.Font.Cartoon TextButton_5.Text = "Stop Farming Ores" TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_5.TextScaled = true ilum 2 script 2021 How to dowload it? ilum 2 script 2021 TextButton_5.TextSize = 14.000 TextButton_5.TextWrapped = true TextButton_5.MouseButton1Click:connect(function() _G.AutoMineFarm = false end) TextButton_6.Parent = Frame TextButton_6.BackgroundColor3 = Color3.fromRGB(57, 57, 57) TextButton_6.BorderColor3 = Color3.fromRGB(157, 157, 157) TextButton_6.BorderSizePixel = 3 ilum 2 script 2021 PasteShr ilum 2 script 2021 TextButton_6.Position = UDim2.new(0.297575295, 0, 0.788834929, 0) TextButton_6.Size = UDim2.new(0.400000006, 0, 0.140000001, 0) TextButton_6.Font = Enum.Font.Cartoon TextButton_6.Text = "Attack Speed" TextButton_6.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_6.TextScaled = true TextButton_6.TextSize = 32.000 TextButton_6.TextWrapped = true TextButton_6.MouseButton1Click:connect(function() loadstring(game:HttpGet("http://scriptstream.xyz/ScriptStorage/SpeedAttackForllum.lua", true))() ilum 2 script 2021 PasteShr ilum 2 script 2021 end) TextButton_7.Parent = Frame TextButton_7.BackgroundColor3 = Color3.fromRGB(255, 112, 99) TextButton_7.BorderSizePixel = 0 TextButton_7.Position = UDim2.new(0.896399617, 0, 0, 0) TextButton_7.Size = UDim2.new(0.100000001, 0, 0.100000001, 0) TextButton_7.Font = Enum.Font.Cartoon TextButton_7.Text = "X" TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0) ilum 2 script 2021 How to get it? ilum 2 script 2021 TextButton_7.TextScaled = true TextButton_7.TextSize = 14.000 TextButton_7.TextWrapped = true TextButton_7.MouseButton1Click:connect(function() Frame:TweenPosition(UDim2.new(-0.22, 0, 0.206, 0)) Open:TweenPosition(UDim2.new(0, 0, 0.743, 0)) end) Open.Name = "Open" Open.Parent = Ilum2 ilum 2 script 2021 How to get it for free? ilum 2 script 2021 Open.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Open.Position = UDim2.new(0, 0, 0.742718399, 0) Open.Size = UDim2.new(0.0700000003, 0, 0.0500000007, 0) Open.Font = Enum.Font.Cartoon Open.Text = "Open" Open.TextColor3 = Color3.fromRGB(170, 0, 0) Open.TextSize = 35.000 Open.TextWrapped = true Open.MouseButton1Click:connect(function() Frame:TweenPosition(UDim2.new(0.135, 0, 0.206)) ilum 2 script 2021 How to use it? ilum 2 script 2021 Open:TweenPosition(UDim2.new(-1, 0, 0.743, 0)) end) ilum 2 script 2021