Advertisement
wolfsniper16

Untitled

Oct 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.81
  3.  
  4. -- Objects
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local AFrame = Instance.new("Frame")
  8. local AButton = Instance.new("ImageButton")
  9. local BButton = Instance.new("ImageButton")
  10. local CButton = Instance.new("ImageButton")
  11. local BFrame = Instance.new("Frame")
  12. local PFScript = Instance.new("TextButton")
  13.  
  14. -- Properties
  15.  
  16. ScreenGui.Parent = game.CoreGui
  17.  
  18.  
  19. AFrame.Name = "AFrame"
  20. AFrame.Visible = false
  21. AFrame.Parent = ScreenGui
  22. AFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  23. AFrame.Position = UDim2.new(0.0824999809, 0, 0.056782335, 0)
  24. AFrame.Size = UDim2.new(0, 429, 0, 281)
  25. AFrame.Style = Enum.FrameStyle.RobloxRound
  26.  
  27. AButton.Name = "AButton"
  28. AButton.Visible = false
  29. AButton.Parent = ScreenGui
  30. AButton.BackgroundColor3 = Color3.new(1, 1, 1)
  31. AButton.BackgroundTransparency = 1
  32. AButton.Position = UDim2.new(0.00437500002, 0, 0.301261812, 0)
  33. AButton.Size = UDim2.new(0, 82, 0, 78)
  34. AButton.Image = "rbxassetid://1148934460"
  35.  
  36. BButton.Name = "BButton"
  37. BButton.Visible = false
  38. BButton.Parent = ScreenGui
  39. BButton.BackgroundColor3 = Color3.new(0.5, 0, 0.301, 0)
  40. BButton.BackgroundTransparency = 1
  41. BButton.Position = UDim2.new(0,999,0)
  42. BButton.Size = UDim2.new(0, 82, 0, 78)
  43. BButton.Image = "rbxassetid://1148934575"
  44.  
  45. CButton.Name = "CButton"
  46. CButton.Parent = ScreenGui
  47. CButton.BackgroundColor3 = Color3.new(1, 1, 1)
  48. CButton.BackgroundTransparency = 1
  49. CButton.Position = UDim2.new(0, 0, 0.876971602, 0)
  50. CButton.Size = UDim2.new(0, 82, 0, 78)
  51. CButton.Image = "rbxassetid://81555932"
  52.  
  53. BFrame.Name = "BFrame"
  54. BFrame.Visible = false
  55. BFrame.Parent = ScreenGui
  56. BFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  57. BFrame.Position = UDim2.new(0.0825000033, 0, 0.53785485, 0)
  58. BFrame.Size = UDim2.new(0, 429, 0, 281)
  59. BFrame.Style = Enum.FrameStyle.RobloxRound
  60.  
  61. PFScript.Name = "PFScript"
  62. PFScript.Parent = AFrame
  63. PFScript.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  64. PFScript.BackgroundTransparency = 0.64999997615814
  65. PFScript.BorderColor3 = Color3.new(0.207843, 0, 0)
  66. PFScript.BorderSizePixel = 0
  67. PFScript.Position = UDim2.new(0.036, 0, 0.0488958992, 0)
  68. PFScript.Size = UDim2.new(0, 384, 0, 50)
  69. PFScript.SizeConstraint = Enum.SizeConstraint.RelativeYY
  70. PFScript.Font = Enum.Font.SciFi
  71. PFScript.Text = "Racists PF Script"
  72. PFScript.TextColor3 = Color3.new(0, 0, 0)
  73. PFScript.TextSize = 14
  74.  
  75. -- Scripts
  76.  
  77. CButton.MouseButton1Down:connect(function()
  78. BButton.Visible = true
  79. BButton:TweenPosition(UDim2.new(0.111874998, 0, 0.876971602, 0), 'In', 1)
  80. AButton:TweenPosition(UDim2.new(0.0558749996, 0, 0.876709759, 0), 'In', 1)
  81. AButton.Visible = true
  82. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement