Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local A = 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")
- local TextButton_5 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.Active = true
- Main.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
- Main.BorderColor3 = Color3.new(0.239216, 0.239216, 0.239216)
- Main.Position = UDim2.new(0.273722619, 0, 0.249003977, 0)
- Main.Size = UDim2.new(0, 172, 0, 266)
- Main.Draggable = true
- A.Name = "A"
- A.Parent = Main
- A.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- A.BorderColor3 = Color3.new(0.239216, 0.239216, 0.239216)
- A.Size = UDim2.new(0, 172, 0, 27)
- TextLabel.Parent = A
- TextLabel.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- TextLabel.BorderColor3 = Color3.new(0.239216, 0.239216, 0.239216)
- TextLabel.Size = UDim2.new(0, 172, 0, 27)
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.Text = "GUI Made By Ex Ryuuz"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- TextButton.Parent = Main
- TextButton.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
- TextButton.Position = UDim2.new(0.122093022, 0, 0.13526386, 0)
- TextButton.Size = UDim2.new(0, 130, 0, 31)
- TextButton.Font = Enum.Font.Cartoon
- TextButton.Text = "Strength"
- TextButton.TextColor3 = Color3.new(1, 1, 1)
- TextButton.TextSize = 18
- TextButton.TextWrapped = true
- TextButton.MouseButton1Down:connect(function()
- --AutoFarm Strength
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait(0.1)
- local A_1 = "Stat"
- local A_2 = "Strength"-- pick up your item for autofarm
- game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
- end
- end)
- TextButton_2.Parent = Main
- TextButton_2.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
- TextButton_2.Position = UDim2.new(0.122093022, 0, 0.295177788, 0)
- TextButton_2.Size = UDim2.new(0, 130, 0, 31)
- TextButton_2.Font = Enum.Font.Cartoon
- TextButton_2.Text = "Durability"
- TextButton_2.TextColor3 = Color3.new(1, 1, 1)
- TextButton_2.TextSize = 18
- TextButton_2.TextWrapped = true
- TextButton_2.MouseButton1Down:connect(function()
- --AutoFarm Durability
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait(0.1)
- local A_1 = "Stat"
- local A_2 = "Durability"-- pick up your item for autofarm
- game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
- end
- end)
- TextButton_3.Parent = Main
- TextButton_3.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
- TextButton_3.Position = UDim2.new(0.122093022, 0, 0.470355123, 0)
- TextButton_3.Size = UDim2.new(0, 130, 0, 31)
- TextButton_3.Font = Enum.Font.Cartoon
- TextButton_3.Text = "Chakra"
- TextButton_3.TextColor3 = Color3.new(1, 1, 1)
- TextButton_3.TextSize = 18
- TextButton_3.TextWrapped = true
- TextButton_3.MouseButton1Down:connect(function()
- --AutoFarm Chakra
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait(0.1)
- local A_1 = "Stat"
- local A_2 = "Chakra"-- pick up your item for autofarm
- game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
- end
- end)
- TextButton_4.Parent = Main
- TextButton_4.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
- TextButton_4.Position = UDim2.new(0.119207337, 0, 0.845969319, 0)
- TextButton_4.Size = UDim2.new(0, 130, 0, 31)
- TextButton_4.Font = Enum.Font.Cartoon
- TextButton_4.Text = "Close"
- TextButton_4.TextColor3 = Color3.new(1, 1, 1)
- TextButton_4.TextSize = 18
- TextButton_4.TextWrapped = true
- TextButton_4.MouseButton1Down:connect(function()
- Main.Visible = false
- end)
- TextButton_5.Parent = Main
- TextButton_5.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
- TextButton_5.Position = UDim2.new(0.119207263, 0, 0.630296588, 0)
- TextButton_5.Size = UDim2.new(0, 130, 0, 31)
- TextButton_5.Font = Enum.Font.Cartoon
- TextButton_5.Text = "Sword"
- TextButton_5.TextColor3 = Color3.new(1, 1, 1)
- TextButton_5.TextSize = 18
- TextButton_5.TextWrapped = true
- TextButton_5.MouseButton1Down:connect(function()
- --AutoFarm Sword
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait(0.1)
- local A_1 = "Stat"
- local A_2 = "Sword"-- pick up your item for autofarm
- game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
- end
- end)
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement