Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. -- Farewell Infortality. -- Version: 2.82 -- Instances: local ScreenGui = Instance.new("ScreenGui") local GuiFrame = Instance.new("Frame") local Credits = Instance.new("TextButton") local Credits2 = Instance.new("TextButton") local Statchange = Instance.new("TextButton") local Clicktp = Instance.new("TextButton") local Noclip = Instance.new("TextButton") local Dribbles = Instance.new("TextButton") local Gymaimbot = Instance.new("TextButton") local Ctrdelete = Instance.new("TextButton") local Autobreak = Instance.new("TextButton") local Autosteal = Instance.new("TextButton") local TextBox = Instance.new("TextBox") local Closegui = Instance.new("TextButton") local TextButton = Instance.new("TextButton") local Admin = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.CoreGui GuiFrame.Name = "GuiFrame" GuiFrame.Parent = ScreenGui GuiFrame.BackgroundColor3 = Color3.new(1, 1, 1) GuiFrame.BorderColor3 = Color3.new(0.0431373, 0.0666667, 0.0862745) GuiFrame.BorderSizePixel = 6 GuiFrame.Position = UDim2.new(0.63147974, 0, 0.113964684, 0) GuiFrame.Size = UDim2.new(0, 255, 0, 389) GuiFrame.Visible = false Credits.Name = "Credits" Credits.Parent = GuiFrame Credits.BackgroundColor3 = Color3.new(1, 1, 1) Credits.BorderColor3 = Color3.new(0, 0, 0) Credits.BorderSizePixel = 4 Credits.Position = UDim2.new(0, 0, 0.0719794333, 0) Credits.Size = UDim2.new(0, 255, 0, 39) Credits.Font = Enum.Font.GothamBlack Credits.Text = "RB WORLD2 REPLICATIONS GUI V1.0" Credits.TextColor3 = Color3.new(0, 0, 0) Credits.TextSize = 14 Credits2.Name = "Credits2" Credits2.Parent = GuiFrame Credits2.BackgroundColor3 = Color3.new(1, 1, 1) Credits2.BorderColor3 = Color3.new(0, 0, 0) Credits2.BorderSizePixel = 4 Credits2.Position = UDim2.new(0, 0, 0.871288061, 0) Credits2.Size = UDim2.new(0, 255, 0, 50) Credits2.Font = Enum.Font.GothamBlack Credits2.Text = "THIS GUI WAS MADE BY TURINGGLOBE74" Credits2.TextColor3 = Color3.new(0, 0, 0) Credits2.TextSize = 12 Statchange.Name = "Stat change" Statchange.Parent = GuiFrame Statchange.BackgroundColor3 = Color3.new(1, 1, 1) Statchange.BorderSizePixel = 3 Statchange.Position = UDim2.new(0, 0, 0.202322483, 0) Statchange.Size = UDim2.new(0, 137, 0, 50) Statchange.Font = Enum.Font.GothamBlack Stat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement