Advertisement
NasuiAlexandra

FE FunSoMuch GUI V1.5

May 28th, 2022 (edited)
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.71 KB | None | 0 0
  1.  
  2.  
  3. local FeFunSoMuchGUIV15 = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local Credit = Instance.new("TextLabel")
  7. local MainScrollingFrame = Instance.new("ScrollingFrame")
  8. local c00lguireborn = Instance.new("TextButton")
  9. local chatspam = Instance.new("TextButton")
  10. local _1x1x1x1gui = Instance.new("TextButton")
  11. local ultimatetrollinggui = Instance.new("TextButton")
  12. local tubersadmin = Instance.new("TextButton")
  13. local sharkbitehacks = Instance.new("TextButton")
  14.  
  15.  
  16.  
  17. FeFunSoMuchGUIV15.Name = "Fe FunSoMuch GUI V1.5"
  18. FeFunSoMuchGUIV15.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. FeFunSoMuchGUIV15.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20. FeFunSoMuchGUIV15.ResetOnSpawn = false
  21.  
  22. Main.Name = "Main"
  23. Main.Parent = FeFunSoMuchGUIV15
  24. Main.BackgroundColor3 = Color3.fromRGB(245, 245, 245)
  25. Main.BorderSizePixel = 0
  26. Main.Position = UDim2.new(0.262564808, 0, 0.0775347948, 0)
  27. Main.Size = UDim2.new(0, 637, 0, 424)
  28. Main.Active = true
  29. Main.Draggable = true
  30.  
  31. Title.Name = "Title"
  32. Title.Parent = Main
  33. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  34. Title.BackgroundTransparency = 1.000
  35. Title.Size = UDim2.new(0, 637, 0, 32)
  36. Title.Font = Enum.Font.Roboto
  37. Title.Text = "Fe FunSoMuch GUI"
  38. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  39. Title.TextSize = 37.000
  40. Title.TextWrapped = true
  41.  
  42. Credit.Name = "Credit"
  43. Credit.Parent = Main
  44. Credit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  45. Credit.BackgroundTransparency = 1.000
  46. Credit.Position = UDim2.new(0, 0, 0.924528301, 0)
  47. Credit.Size = UDim2.new(0, 637, 0, 32)
  48. Credit.Font = Enum.Font.Roboto
  49. Credit.Text = "Credit By: FunSoMuchModder"
  50. Credit.TextColor3 = Color3.fromRGB(255, 255, 255)
  51. Credit.TextSize = 31.000
  52. Credit.TextWrapped = true
  53.  
  54. MainScrollingFrame.Name = "MainScrollingFrame"
  55. MainScrollingFrame.Parent = Main
  56. MainScrollingFrame.Active = true
  57. MainScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. MainScrollingFrame.BackgroundTransparency = 1.000
  59. MainScrollingFrame.BorderSizePixel = 0
  60. MainScrollingFrame.Position = UDim2.new(0, 0, 0.0754716992, 0)
  61. MainScrollingFrame.Size = UDim2.new(0, 637, 0, 360)
  62.  
  63. c00lguireborn.Name = "c00lguireborn"
  64. c00lguireborn.Parent = MainScrollingFrame
  65. c00lguireborn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  66. c00lguireborn.BackgroundTransparency = 1.000
  67. c00lguireborn.Position = UDim2.new(0.0455259047, 0, 0.0447685383, 0)
  68. c00lguireborn.Size = UDim2.new(0, 168, 0, 43)
  69. c00lguireborn.Font = Enum.Font.Oswald
  70. c00lguireborn.Text = "C00lgui Reborn"
  71. c00lguireborn.TextColor3 = Color3.fromRGB(255, 255, 255)
  72. c00lguireborn.TextSize = 29.000
  73. c00lguireborn.MouseButton1Down:Connect(function()
  74.     loadstring(game:GetObjects("rbxassetid://8127297852")[1].Source)()
  75. end)
  76.  
  77. chatspam.Name = "chatspam"
  78. chatspam.Parent = MainScrollingFrame
  79. chatspam.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  80. chatspam.BackgroundTransparency = 1.000
  81. chatspam.Position = UDim2.new(0.326530606, 0, 0.0447685383, 0)
  82. chatspam.Size = UDim2.new(0, 168, 0, 43)
  83. chatspam.Font = Enum.Font.Oswald
  84. chatspam.Text = "Chat Spam"
  85. chatspam.TextColor3 = Color3.fromRGB(255, 255, 255)
  86. chatspam.TextSize = 29.000
  87. chatspam.MouseButton1Down:Connect(function()
  88.     loadstring(game:HttpGet("https://pastebin.com/raw/QMeg6YKL",true))()
  89. end)
  90.  
  91. _1x1x1x1gui.Name = "1x1x1x1gui"
  92. _1x1x1x1gui.Parent = MainScrollingFrame
  93. _1x1x1x1gui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  94. _1x1x1x1gui.BackgroundTransparency = 1.000
  95. _1x1x1x1gui.Position = UDim2.new(0.621664047, 0, 0.0447685383, 0)
  96. _1x1x1x1gui.Size = UDim2.new(0, 168, 0, 43)
  97. _1x1x1x1gui.Font = Enum.Font.Oswald
  98. _1x1x1x1gui.Text = "1x1x1x1 gui"
  99. _1x1x1x1gui.TextColor3 = Color3.fromRGB(255, 255, 255)
  100. _1x1x1x1gui.TextSize = 29.000
  101. _1x1x1x1gui.MouseButton1Down:Connect(function()
  102.     loadstring(game:HttpGet("https://pastebin.com/raw/6FGvHq4N",true))()
  103. end)
  104.  
  105. ultimatetrollinggui.Name = "ultimatetrollinggui"
  106. ultimatetrollinggui.Parent = MainScrollingFrame
  107. ultimatetrollinggui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  108. ultimatetrollinggui.BackgroundTransparency = 1.000
  109. ultimatetrollinggui.Position = UDim2.new(0.0455259085, 0, 0.142645895, 0)
  110. ultimatetrollinggui.Size = UDim2.new(0, 168, 0, 43)
  111. ultimatetrollinggui.Font = Enum.Font.Oswald
  112. ultimatetrollinggui.Text = "Ultimate Trolling GUI"
  113. ultimatetrollinggui.TextColor3 = Color3.fromRGB(255, 255, 255)
  114. ultimatetrollinggui.TextSize = 29.000
  115. ultimatetrollinggui.MouseButton1Down:Connect(function()
  116.     loadstring(game:GetObjects("rbxassetid://2909645597")[1].Source)()
  117. end)
  118.  
  119. tubersadmin.Name = "tubersadmin"
  120. tubersadmin.Parent = MainScrollingFrame
  121. tubersadmin.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  122. tubersadmin.BackgroundTransparency = 1.000
  123. tubersadmin.Position = UDim2.new(0.357927799, 0, 0.142645895, 0)
  124. tubersadmin.Size = UDim2.new(0, 168, 0, 43)
  125. tubersadmin.Font = Enum.Font.Oswald
  126. tubersadmin.Text = "Tubers Admin"
  127. tubersadmin.TextColor3 = Color3.fromRGB(255, 255, 255)
  128. tubersadmin.TextSize = 29.000
  129. tubersadmin.MouseButton1Down:Connect(function()
  130.     loadstring(game:HttpGet("https://pastebin.com/raw/TsJQHSBk",true))()
  131. end)
  132.  
  133. sharkbitehacks.Name = "sharkbitehacks"
  134. sharkbitehacks.Parent = MainScrollingFrame
  135. sharkbitehacks.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  136. sharkbitehacks.BackgroundTransparency = 1.000
  137. sharkbitehacks.Position = UDim2.new(0.621664047, 0, 0.142645895, 0)
  138. sharkbitehacks.Size = UDim2.new(0, 168, 0, 43)
  139. sharkbitehacks.Font = Enum.Font.Oswald
  140. sharkbitehacks.Text = "Sharkbite Hacks"
  141. sharkbitehacks.TextColor3 = Color3.fromRGB(255, 255, 255)
  142. sharkbitehacks.TextSize = 29.000
  143. sharkbitehacks.MouseButton1Down:Connect(function()
  144.     loadstring(game:HttpGet("https://raw.githubusercontent.com/LOOF-sys/Roblox-Shit/main/SharkBite.lua",true))()
  145. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement