Advertisement
gesrhtewntwaenta

Untitled

Nov 9th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Open = Instance.new("TextButton")
  6. local Frame = Instance.new("Frame")
  7. local TextButton = Instance.new("TextButton")
  8. local TextButton_2 = Instance.new("TextButton")
  9. --Properties:
  10. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11.  
  12. Open.Name = "Open"
  13. Open.Parent = ScreenGui
  14. Open.BackgroundColor3 = Color3.new(0.27451, 0.407843, 1)
  15. Open.BorderColor3 = Color3.new(1, 1, 1)
  16. Open.Position = UDim2.new(0, 0, 0.954545438, 0)
  17. Open.Size = UDim2.new(0, 94, 0, 37)
  18. Open.Font = Enum.Font.SourceSans
  19. Open.TextColor3 = Color3.new(0, 0, 0)
  20. Open.TextSize = 14
  21.  
  22. Frame.Parent = ScreenGui
  23. Frame.Active = true
  24. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  25. Frame.Position = UDim2.new(0.491433024, 0, 0.414004922, 0)
  26. Frame.Size = UDim2.new(0, 249, 0, 202)
  27. Frame.Visible = false
  28.  
  29. TextButton.Parent = Frame
  30. TextButton.BackgroundColor3 = Color3.new(0.101961, 0.0745098, 1)
  31. TextButton.Position = UDim2.new(0.232931733, 0, 0.376237631, 0)
  32. TextButton.Size = UDim2.new(0, 132, 0, 50)
  33. TextButton.Font = Enum.Font.SourceSans
  34. TextButton.Text = "FE Fling"
  35. TextButton.TextColor3 = Color3.new(0, 0, 0)
  36. TextButton.TextSize = 14
  37.  
  38. TextButton_2.Parent = Frame
  39. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  40. TextButton_2.BorderColor3 = Color3.new(0, 0, 0)
  41. TextButton_2.Position = UDim2.new(0.831325293, 0, 0, 0)
  42. TextButton_2.Size = UDim2.new(0, 42, 0, 33)
  43. TextButton_2.Font = Enum.Font.SourceSans
  44. TextButton_2.Text = "X"
  45. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  46. TextButton_2.TextSize = 14
  47. -- Scripts:
  48. function SCRIPT_FMRB80_FAKESCRIPT() -- Open.Script
  49. getfenv().script = Instance.new('Script', Open)
  50.  
  51. script.Parent.MouseButton1Click:Connect(function()
  52. game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame.Visible = true
  53. game.Players.LocalPlayer.PlayerGui.Open.Visible = false
  54. end)
  55.  
  56. end
  57. coroutine.resume(coroutine.create(SCRIPT_FMRB80_FAKESCRIPT))
  58. function SCRIPT_SNJX71_FAKESCRIPT() -- TextButton.Script
  59. getfenv().script = Instance.new('Script', TextButton)
  60.  
  61. script.Parent.MouseButton1Click:Connect(function()
  62. loadstring(game:HttpGet("https://pastebin.com/raw/pr37QN3v", true))()
  63. end)
  64.  
  65. end
  66. coroutine.resume(coroutine.create(SCRIPT_SNJX71_FAKESCRIPT))
  67. function SCRIPT_KZFY87_FAKESCRIPT() -- TextButton_2.Script
  68. getfenv().script = Instance.new('Script', TextButton_2)
  69.  
  70. script.Parent.MouseButton1Click:Connect(function()
  71. game.Players.LocalPlayer.PlayerGui.ScreenGui.Open.Visible = true
  72. game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame.Visible = false
  73. end)
  74.  
  75. end
  76. coroutine.resume(coroutine.create(SCRIPT_KZFY87_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement