Advertisement
faef

Roblox FE Trolling Gui

Feb 20th, 2020
7,143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.60 KB | None | 0 0
  1. -- i had to revise this lmao- sain
  2. local coolgui = Instance.new("ScreenGui")
  3. local main = Instance.new("Frame")
  4. local dragthing = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local underdragthing = Instance.new("Frame")
  7. local Admin = Instance.new("TextButton")
  8. local Fly = Instance.new("TextButton")
  9. local Fling = Instance.new("TextButton")
  10. local Gui = Instance.new("TextButton")
  11.  
  12.  
  13. -- Objects
  14.  
  15. coolgui.Name = "coolgui"
  16. coolgui.Parent = game.CoreGui
  17.  
  18. main.Name             = "main"
  19. main.Parent           = coolgui
  20. main.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  21. main.BorderSizePixel  = 0
  22. main.Position         = UDim2.new(0, 0, 0, 0)
  23. main.Size             = UDim2.new(0, 351, 0, 244)
  24. main.Draggable        = true
  25. main.Active = true
  26.  
  27. dragthing.Name             = "dragthing"
  28. dragthing.Parent           = main
  29. dragthing.BackgroundColor3 = Color3.fromRGB(61, 113, 255)
  30. dragthing.BorderSizePixel  = 0
  31. dragthing.Size             = UDim2.new(0, 351, 0, 38)
  32.  
  33. TextLabel.Parent = dragthing
  34. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  35. TextLabel.BackgroundTransparency = 1.000
  36. TextLabel.BorderSizePixel = 0
  37. TextLabel.Size = UDim2.new(0, 186, 0, 38)
  38. TextLabel.Font = Enum.Font.Cartoon
  39. TextLabel.Text = "TrollGUI by Sain (Revized)"
  40. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  41. TextLabel.TextSize = 14.000
  42.  
  43. underdragthing.Name = "underdragthing"
  44. underdragthing.Parent = main
  45. underdragthing.BackgroundColor3 = Color3.fromRGB(23, 44, 97)
  46. underdragthing.BorderSizePixel = 0
  47. underdragthing.Position = UDim2.new(0, 0, 0.155737698, 0)
  48. underdragthing.Size = UDim2.new(0, 351, 0, 10)
  49.  
  50. Admin.Name = "Admin"
  51. Admin.Parent = main
  52. Admin.BackgroundColor3 = Color3.fromRGB(40, 66, 136)
  53. Admin.BorderSizePixel = 0
  54. Admin.Position = UDim2.new(0.0911680907, 0, 0.27868852, 0)
  55. Admin.Size = UDim2.new(0, 141, 0, 52)
  56. Admin.Font = Enum.Font.Cartoon
  57. Admin.Text = "Reviz Admin"
  58. Admin.TextColor3 = Color3.fromRGB(0, 0, 0)
  59. Admin.TextScaled = true
  60. Admin.TextSize = 14.000
  61. Admin.TextWrapped = true
  62. Admin.MouseButton1Down:connect(function()
  63. loadstring(game:HttpGet(("https://pastebin.com/raw/ibFPdiF7"),true))()
  64. end)
  65.  
  66. Fly.Name = "Fly"
  67. Fly.Parent = main
  68. Fly.BackgroundColor3 = Color3.fromRGB(40, 66, 136)
  69. Fly.BorderSizePixel = 0
  70. Fly.Position = UDim2.new(0.529914498, 0, 0.27868852, 0)
  71. Fly.Size = UDim2.new(0, 141, 0, 52)
  72. Fly.Font = Enum.Font.Cartoon
  73. Fly.Text = "Fly (R6)"
  74. Fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  75. Fly.TextScaled = true
  76. Fly.TextSize = 14.000
  77. Fly.TextWrapped = true
  78. Fly.MouseButton1Down:connect(function()
  79. loadstring(game:HttpGet("https://pastebin.com/raw/7rXZ9VNc", true))()
  80. end)
  81.  
  82. Fling.Name = "Fling"
  83. Fling.Parent = main
  84. Fling.BackgroundColor3 = Color3.fromRGB(40, 66, 136)
  85. Fling.BorderSizePixel = 0
  86. Fling.Position = UDim2.new(0.091168046, 0, 0.606557369, 0)
  87. Fling.Size = UDim2.new(0, 141, 0, 52)
  88. Fling.Font = Enum.Font.Cartoon
  89. Fling.Text = "Invisible Fling"
  90. Fling.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. Fling.TextScaled = true
  92. Fling.TextSize = 14.000
  93. Fling.TextWrapped = true
  94. Fling.MouseButton1Down:connect(function()
  95. loadstring(game:HttpGet("https://pastebin.com/raw/Lpn5rUDp", true))()
  96. end)
  97.  
  98.  
  99. Gui.Name = "Gui"
  100. Gui.Parent = main
  101. Gui.BackgroundColor3 = Color3.fromRGB(40, 66, 136)
  102. Gui.BorderSizePixel = 0
  103. Gui.Position = UDim2.new(0.529914439, 0, 0.606557369, 0)
  104. Gui.Size = UDim2.new(0, 141, 0, 52)
  105. Gui.Font = Enum.Font.Cartoon
  106. Gui.Text = "Arosia GUI"
  107. Gui.TextColor3 = Color3.fromRGB(0, 0, 0)
  108. Gui.TextScaled = true
  109. Gui.TextSize = 14.000
  110. Gui.TextWrapped = true
  111. Gui.MouseButton1Down:connect(function()
  112. loadstring(game:HttpGet("https://pastebin.com/raw/qthdC3pa"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement