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 Frame = Instance.new("Frame")
- 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")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.853587091, 0, 0.0196560193, 0)
- Frame.Size = UDim2.new(0, 179, 0, 311)
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(0.74902, 0.74902, 0.74902)
- TextButton.Position = UDim2.new(0.0501198173, 0, 0.116707608, 0)
- TextButton.Size = UDim2.new(0, 161, 0, 29)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Fruit StatAdd"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 14
- TextButton.MouseButton1Click:connect(function()
- local Remote = game.ReplicatedStorage.RemoteEvents['StatAdd+']
- local Arguments = {
- [1] = "DFLevel"
- }
- Remote:FireServer(unpack(Arguments))
- end)
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.new(0.74902, 0.74902, 0.74902)
- TextButton_2.Position = UDim2.new(0.0501198173, 0, 0.251755834, 0)
- TextButton_2.Size = UDim2.new(0, 161, 0, 29)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Defense StatAdd"
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextSize = 14
- TextButton_2.MouseButton1Click:connect(function()
- local Remote = game.ReplicatedStorage.RemoteEvents['StatAdd+']
- local Arguments = {
- [1] = "Defense"
- }
- Remote:FireServer(unpack(Arguments))
- end)
- TextButton_3.Parent = Frame
- TextButton_3.BackgroundColor3 = Color3.new(0.74902, 0.74902, 0.74902)
- TextButton_3.Position = UDim2.new(0.0501198173, 0, 0.386804044, 0)
- TextButton_3.Size = UDim2.new(0, 161, 0, 29)
- TextButton_3.Font = Enum.Font.SourceSans
- TextButton_3.Text = "Attack StatAdd"
- TextButton_3.TextColor3 = Color3.new(0, 0, 0)
- TextButton_3.TextSize = 14
- TextButton_3.MouseButton1Click:connect(function()
- local Remote = game.ReplicatedStorage.RemoteEvents['StatAdd+']
- local Arguments = {
- [1] = "Strength"
- }
- Remote:FireServer(unpack(Arguments))
- end)
- TextButton_4.Parent = Frame
- TextButton_4.BackgroundColor3 = Color3.new(0.74902, 0.74902, 0.74902)
- TextButton_4.Position = UDim2.new(0.0501198173, 0, 0.521852314, 0)
- TextButton_4.Size = UDim2.new(0, 161, 0, 29)
- TextButton_4.Font = Enum.Font.SourceSans
- TextButton_4.Text = "Weapon StatAdd"
- TextButton_4.TextColor3 = Color3.new(0, 0, 0)
- TextButton_4.TextSize = 14
- TextButton_4.MouseButton1Click:connect(function()
- local Remote = game.ReplicatedStorage.RemoteEvents['StatAdd+']
- local Arguments = {
- [1] = "WeaponLevel"
- }
- Remote:FireServer(unpack(Arguments))
- end)
- TextButton_5.Parent = Frame
- TextButton_5.BackgroundColor3 = Color3.new(0.74902, 0.74902, 0.74902)
- TextButton_5.Position = UDim2.new(0.0501198173, 0, 0.862688303, 0)
- TextButton_5.Size = UDim2.new(0, 161, 0, 29)
- TextButton_5.Font = Enum.Font.SourceSans
- TextButton_5.Text = "Leveling"
- TextButton_5.TextColor3 = Color3.new(0, 0, 0)
- TextButton_5.TextSize = 14
- TextButton_5.MouseButton1Click:connect(function()
- local Remote = game.ReplicatedStorage.RemoteEvents['Stat+']
- local Arguments = {
- [1] = -13,
- [2] = Workspace
- }
- Remote:InvokeServer(unpack(Arguments))
- end)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.0971843302, 0, 0.675075233, 0)
- TextLabel.Size = UDim2.new(0, 143, 0, 41)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Made by shinji#2067"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- -- Scripts:
- Frame.Draggable = true
- Frame.Active = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement