Advertisement
faef

Roblox FE Trolling Gui (Revised)

Feb 21st, 2020
69,765
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.40 KB | None | 0 0
  1. -- this is the third time i had to revise this ok?
  2. -- so i fixed the problem about it not loading :)
  3. local adwa = Instance.new("ScreenGui")
  4. local lolwe = Instance.new("Frame")
  5. local ewqre = Instance.new("Frame")
  6. local Fly = Instance.new("TextButton")
  7. local Animations = Instance.new("TextButton")
  8. local Fling = Instance.new("TextButton")
  9. local Admin = Instance.new("TextButton")
  10. local Noclip = Instance.new("TextButton")
  11. local Bypass = Instance.new("TextButton")
  12. local TextLabel = Instance.new("TextLabel")
  13.  
  14.  
  15. --Properties:
  16.  
  17. adwa.Name = "adwa"
  18. adwa.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. adwa.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. lolwe.Name = "lolwe"
  22. lolwe.Parent = adwa
  23. lolwe.BackgroundColor3 = Color3.fromRGB(203, 46, 255)
  24. lolwe.BorderSizePixel = 0
  25. lolwe.Position = UDim2.new(0.0529355146, 0, 0.308764935, 0)
  26. lolwe.Size = UDim2.new(0, 355, 0, 213)
  27. lolwe.Draggable = true
  28. lolwe.Active = true
  29.  
  30. ewqre.Name = "ewqre"
  31. ewqre.Parent = lolwe
  32. ewqre.BackgroundColor3 = Color3.fromRGB(147, 27, 186)
  33. ewqre.BorderSizePixel = 0
  34. ewqre.Size = UDim2.new(0, 355, 0, 23)
  35.  
  36. Fly.Name = "Fly"
  37. Fly.Parent = lolwe
  38. Fly.BackgroundColor3 = Color3.fromRGB(141, 37, 167)
  39. Fly.BorderSizePixel = 0
  40. Fly.Position = UDim2.new(0.152112678, 0, 0.234741777, 0)
  41. Fly.Size = UDim2.new(0, 108, 0, 31)
  42. Fly.Font = Enum.Font.Cartoon
  43. Fly.Text = "Fly (R6)"
  44. Fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  45. Fly.TextSize = 14.000
  46. Fly.MouseButton1Down:connect(function()
  47. loadstring(game:HttpGet("https://pastebin.com/raw/7rXZ9VNc", true))()
  48. end)
  49.  
  50. Animations.Name = "Animations"
  51. Animations.Parent = lolwe
  52. Animations.BackgroundColor3 = Color3.fromRGB(141, 37, 167)
  53. Animations.BorderSizePixel = 0
  54. Animations.Position = UDim2.new(0.58309859, 0, 0.234741777, 0)
  55. Animations.Size = UDim2.new(0, 108, 0, 31)
  56. Animations.Font = Enum.Font.Cartoon
  57. Animations.Text = "Animations"
  58. Animations.TextColor3 = Color3.fromRGB(0, 0, 0)
  59. Animations.TextSize = 14.000
  60. Animations.MouseButton1Down:connect(function()
  61.     loadstring(game:HttpGet("https://pastebin.com/raw/vrDfzbiA", true))()
  62. end)
  63.  
  64. Fling.Name = "Fling"
  65. Fling.Parent = lolwe
  66. Fling.BackgroundColor3 = Color3.fromRGB(141, 37, 167)
  67. Fling.BorderSizePixel = 0
  68. Fling.Position = UDim2.new(0.152112663, 0, 0.455399036, 0)
  69. Fling.Size = UDim2.new(0, 108, 0, 31)
  70. Fling.Font = Enum.Font.Cartoon
  71. Fling.Text = "Invisible Fling"
  72. Fling.TextColor3 = Color3.fromRGB(0, 0, 0)
  73. Fling.TextSize = 14.000
  74. Fling.MouseButton1Down:connect(function()
  75.     loadstring(game:HttpGet("https://pastebin.com/raw/Lpn5rUDp", true))()
  76. end)
  77.  
  78. Admin.Name = "Admin"
  79. Admin.Parent = lolwe
  80. Admin.BackgroundColor3 = Color3.fromRGB(141, 37, 167)
  81. Admin.BorderSizePixel = 0
  82. Admin.Position = UDim2.new(0.58309859, 0, 0.455399036, 0)
  83. Admin.Size = UDim2.new(0, 108, 0, 31)
  84. Admin.Font = Enum.Font.Cartoon
  85. Admin.Text = "Reviz Admin"
  86. Admin.TextColor3 = Color3.fromRGB(0, 0, 0)
  87. Admin.TextSize = 14.000
  88. Admin.MouseButton1Down:connect(function()
  89.     loadstring(game:HttpGet("https://pastebin.com/raw/ibFPdiF7", true))()
  90. end)
  91.  
  92. Noclip.Name = "Noclip"
  93. Noclip.Parent = lolwe
  94. Noclip.BackgroundColor3 = Color3.fromRGB(141, 37, 167)
  95. Noclip.BorderSizePixel = 0
  96. Noclip.Position = UDim2.new(0.152112663, 0, 0.657276988, 0)
  97. Noclip.Size = UDim2.new(0, 108, 0, 31)
  98. Noclip.Font = Enum.Font.Cartoon
  99. Noclip.Text = "Noclip"
  100. Noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
  101. Noclip.TextScaled = false
  102. Noclip.TextSize = 14.000
  103. Noclip.TextWrapped = true
  104. Noclip.MouseButton1Down:connect(function()
  105.     loadstring(game:HttpGet("https://pastebin.com/raw/w0XEUW3y", true))()
  106. end)
  107.  
  108. Bypass.Name = "Bypass"
  109. Bypass.Parent = lolwe
  110. Bypass.BackgroundColor3 = Color3.fromRGB(141, 37, 167)
  111. Bypass.BorderSizePixel = 0
  112. Bypass.Position = UDim2.new(0.58309859, 0, 0.657276988, 0)
  113. Bypass.Size = UDim2.new(0, 108, 0, 31)
  114. Bypass.Font = Enum.Font.Cartoon
  115. Bypass.Text = "Chat Bypass"
  116. Bypass.TextColor3 = Color3.fromRGB(0, 0, 0)
  117. Bypass.TextSize = 14.000
  118. Bypass.MouseButton1Down:connect(function()
  119.     loadstring(game:HttpGet("https://pastebin.com/raw/w530MeVS", true))()
  120. end)
  121.  
  122. TextLabel.Parent = lolwe
  123. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  124. TextLabel.BackgroundTransparency = 1.000
  125. TextLabel.BorderSizePixel = 0
  126. TextLabel.Position = UDim2.new(0.287323952, 0, 0, 0)
  127. TextLabel.Size = UDim2.new(0, 151, 0, 23)
  128. TextLabel.Font = Enum.Font.Cartoon
  129. TextLabel.Text = "FE Gui by Sain (revised 3rd time)"
  130. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  131. TextLabel.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement