Ultimate Trolling GUI - Pastebin.com (2023)

  1. -- Gui to Lua

  2. -- Version: 3.2

  3. -- Instances:

  4. local UTG_V2 = Instance.new("ScreenGui")

  5. local Main = Instance.new("Frame")

  6. local UIGradient = Instance.new("UIGradient")

  7. local UICorner = Instance.new("UICorner")

  8. local Title = Instance.new("TextLabel")

  9. local SubTitile = Instance.new("TextLabel")

  10. local Welcome = Instance.new("TextLabel")

  11. local UICorner_2 = Instance.new("UICorner")

  12. local Credits = Instance.new("TextLabel")

  13. local UICorner_3 = Instance.new("UICorner")

  14. local OptionListFrame = Instance.new("Frame")

  15. local OptionList = Instance.new("ScrollingFrame")

  16. local Sonic = Instance.new("TextButton")

  17. local UICorner_4 = Instance.new("UICorner")

  18. local Gale = Instance.new("TextButton")

  19. local UICorner_5 = Instance.new("UICorner")

  20. local Among_Us = Instance.new("TextButton")

  21. local UICorner_6 = Instance.new("UICorner")

  22. local Killbot = Instance.new("TextButton")

  23. local UICorner_7 = Instance.new("UICorner")

  24. local NekoMaid = Instance.new("TextButton")

  25. local UICorner_8 = Instance.new("UICorner")

  26. local Smug = Instance.new("TextButton")

  27. local UICorner_9 = Instance.new("UICorner")

  28. local ShadowBlade = Instance.new("TextButton")

  29. local UICorner_10 = Instance.new("UICorner")

  30. local SwordStand = Instance.new("TextButton")

  31. local UICorner_11 = Instance.new("UICorner")

  32. local Neptunion = Instance.new("TextButton")

  33. local UICorner_12 = Instance.new("UICorner")

  34. local RbNeptunion = Instance.new("TextButton")

  35. local UICorner_13 = Instance.new("UICorner")

  36. local Wall = Instance.new("TextButton")

  37. local UICorner_14 = Instance.new("UICorner")

  38. local achroGlicher = Instance.new("TextButton")

  39. local UICorner_15 = Instance.new("UICorner")

  40. local FlamingCube = Instance.new("TextButton")

  41. local UICorner_16 = Instance.new("UICorner")

  42. local Spider = Instance.new("TextButton")

  43. local UICorner_17 = Instance.new("UICorner")

  44. local Cop = Instance.new("TextButton")

  45. local UICorner_18 = Instance.new("UICorner")

  46. local Chips = Instance.new("TextButton")

  47. local UICorner_19 = Instance.new("UICorner")

  48. local Joy = Instance.new("TextButton")

  49. local UICorner_20 = Instance.new("UICorner")

  50. local UMD = Instance.new("TextButton")

  51. local UICorner_21 = Instance.new("UICorner")

  52. local Chill = Instance.new("TextButton")

  53. local UICorner_22 = Instance.new("UICorner")

  54. local Grapple = Instance.new("TextButton")

  55. local UICorner_23 = Instance.new("UICorner")

  56. local ServerAdmin = Instance.new("TextButton")

  57. local UICorner_24 = Instance.new("UICorner")

  58. local Ender = Instance.new("TextButton")

  59. local UICorner_25 = Instance.new("UICorner")

  60. local Ban = Instance.new("TextButton")

  61. local UICorner_26 = Instance.new("UICorner")

  62. local Netless = Instance.new("TextButton")

  63. local UICorner_27 = Instance.new("UICorner")

  64. local Shadow = Instance.new("Frame")

  65. local UICorner_28 = Instance.new("UICorner")

  66. local TextLabel = Instance.new("TextLabel")

  67. local AntiReport = Instance.new("TextButton")

  68. local UICorner_29 = Instance.new("UICorner")

  69. local Shadow_2 = Instance.new("Frame")

  70. local UICorner_30 = Instance.new("UICorner")

  71. local TextLabel_2 = Instance.new("TextLabel")

  72. local X = Instance.new("TextButton")

  73. local UICorner_31 = Instance.new("UICorner")

  74. local OpenUTG = Instance.new("TextButton")

  75. --Properties:

  76. UTG_V2.Name = "UTG_V2"

  77. UTG_V2.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")

  78. UTG_V2.ResetOnSpawn = false

  79. Main.Name = "Main"

  80. Main.Parent = UTG_V2

  81. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  82. Main.BorderColor3 = Color3.fromRGB(27, 42, 53)

  83. Main.BorderSizePixel = 0

  84. Main.Position = UDim2.new(0.0592107326, 0, 0.0301492307, 0)

  85. Main.Size = UDim2.new(0, 451, 0, 534)

  86. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(137, 0, 254)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(223, 0, 255))}

  87. UIGradient.Parent = Main

  88. UICorner.CornerRadius = UDim.new(0, 5)

  89. UICorner.Parent = Main

  90. Title.Name = "Title"

  91. Title.Parent = Main

  92. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  93. Title.BackgroundTransparency = 1.000

  94. Title.Position = UDim2.new(0.0711524412, 0, -0.00186577276, 0)

  95. Title.Size = UDim2.new(0, 385, 0, 54)

  96. Title.Font = Enum.Font.SourceSans

  97. Title.Text = "ULTIMATE TROLLING GUI V2"

  98. Title.TextColor3 = Color3.fromRGB(255, 255, 255)

  99. Title.TextScaled = true

  100. Title.TextSize = 38.000

  101. Title.TextWrapped = true

  102. SubTitile.Name = "SubTitile"

  103. SubTitile.Parent = Title

  104. SubTitile.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  105. SubTitile.BackgroundTransparency = 1.000

  106. SubTitile.Position = UDim2.new(-0.285957217, 0, 0.388888925, 0)

  107. SubTitile.Size = UDim2.new(0, 611, 0, 54)

  108. SubTitile.Font = Enum.Font.SourceSans

  109. SubTitile.Text = "FE UTG is back! And is now V2! Thx for using! :)"

  110. SubTitile.TextColor3 = Color3.fromRGB(255, 255, 255)

  111. SubTitile.TextSize = 20.000

  112. Welcome.Name = "Welcome"

  113. Welcome.Parent = Main

  114. Welcome.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  115. Welcome.Position = UDim2.new(0.0505445786, 0, 0.114676468, 0)

  116. Welcome.Size = UDim2.new(0, 403, 0, 36)

  117. Welcome.Font = Enum.Font.SourceSansBold

  118. Welcome.Text = "Welcome to the brand new FE UTG! Made by Bulkez"

  119. Welcome.TextColor3 = Color3.fromRGB(0, 0, 0)

  120. Welcome.TextScaled = true

  121. Welcome.TextSize = 14.000

  122. Welcome.TextWrapped = true

  123. UICorner_2.Parent = Welcome

  124. Credits.Name = "Credits"

  125. Credits.Parent = Main

  126. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  127. Credits.Position = UDim2.new(0.0527422242, 0, 0.772552848, 0)

  128. Credits.Size = UDim2.new(0, 405, 0, 44)

  129. Credits.Font = Enum.Font.SourceSansBold

  130. Credits.Text = "Made by Blukez also credit to the original script creators also thx FO10 :)"

  131. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)

  132. Credits.TextScaled = true

  133. Credits.TextSize = 14.000

    (Video) ULTIMATE TROLLING GUI/UTG V3 (script in discription)

  134. Credits.TextWrapped = true

  135. UICorner_3.Parent = Credits

  136. OptionListFrame.Name = "OptionListFrame"

  137. OptionListFrame.Parent = Main

  138. OptionListFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  139. OptionListFrame.BackgroundTransparency = 1.000

  140. OptionListFrame.Position = UDim2.new(0.0279720332, 0, 0.191011235, 0)

  141. OptionListFrame.Size = UDim2.new(0, 403, 0, 711)

  142. OptionList.Name = "OptionList"

  143. OptionList.Parent = OptionListFrame

  144. OptionList.Active = true

  145. OptionList.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  146. OptionList.Position = UDim2.new(0.0351866931, 0, 0.00994348992, 0)

  147. OptionList.Size = UDim2.new(0, 402, 0, 296)

  148. Sonic.Name = "Sonic"

  149. Sonic.Parent = OptionList

  150. Sonic.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  151. Sonic.Position = UDim2.new(0.0231197979, 0, 0.00696475245, 0)

  152. Sonic.Size = UDim2.new(0, 370, 0, 50)

  153. Sonic.Font = Enum.Font.SourceSans

  154. Sonic.Text = "Sonic"

  155. Sonic.TextColor3 = Color3.fromRGB(255, 255, 255)

  156. Sonic.TextScaled = true

  157. Sonic.TextSize = 14.000

  158. Sonic.TextWrapped = true

  159. UICorner_4.Parent = Sonic

  160. Gale.Name = "Gale"

  161. Gale.Parent = OptionList

  162. Gale.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  163. Gale.Position = UDim2.new(0.0231197979, 0, 0.0506699458, 0)

  164. Gale.Size = UDim2.new(0, 370, 0, 50)

  165. Gale.Font = Enum.Font.SourceSans

  166. Gale.Text = "Gale"

  167. Gale.TextColor3 = Color3.fromRGB(255, 255, 255)

  168. Gale.TextScaled = true

  169. Gale.TextSize = 14.000

  170. Gale.TextWrapped = true

  171. UICorner_5.Parent = Gale

  172. Among_Us.Name = "Among_Us"

  173. Among_Us.Parent = OptionList

  174. Among_Us.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  175. Among_Us.Position = UDim2.new(0.0231197979, 0, 0.092793569, 0)

  176. Among_Us.Size = UDim2.new(0, 370, 0, 50)

  177. Among_Us.Font = Enum.Font.SourceSans

  178. Among_Us.Text = "Among us"

  179. Among_Us.TextColor3 = Color3.fromRGB(255, 255, 255)

  180. Among_Us.TextScaled = true

  181. Among_Us.TextSize = 14.000

  182. Among_Us.TextWrapped = true

  183. UICorner_6.Parent = Among_Us

  184. Killbot.Name = "Killbot"

  185. Killbot.Parent = OptionList

  186. Killbot.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  187. Killbot.Position = UDim2.new(0.0231197979, 0, 0.1349172, 0)

  188. Killbot.Size = UDim2.new(0, 370, 0, 50)

  189. Killbot.Font = Enum.Font.SourceSans

  190. Killbot.Text = "Killbot"

  191. Killbot.TextColor3 = Color3.fromRGB(255, 255, 255)

  192. Killbot.TextScaled = true

  193. Killbot.TextSize = 14.000

  194. Killbot.TextWrapped = true

  195. UICorner_7.Parent = Killbot

  196. NekoMaid.Name = "NekoMaid"

  197. NekoMaid.Parent = OptionList

  198. NekoMaid.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  199. NekoMaid.Position = UDim2.new(0.0231197979, 0, 0.177534401, 0)

  200. NekoMaid.Size = UDim2.new(0, 370, 0, 50)

  201. NekoMaid.Font = Enum.Font.SourceSans

  202. NekoMaid.Text = "Neko Maid"

  203. NekoMaid.TextColor3 = Color3.fromRGB(255, 255, 255)

  204. NekoMaid.TextScaled = true

  205. NekoMaid.TextSize = 14.000

  206. NekoMaid.TextWrapped = true

  207. UICorner_8.Parent = NekoMaid

  208. Smug.Name = "Smug"

  209. Smug.Parent = OptionList

  210. Smug.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  211. Smug.Position = UDim2.new(0.0231197979, 0, 0.22079052, 0)

  212. Smug.Size = UDim2.new(0, 370, 0, 50)

  213. Smug.Font = Enum.Font.SourceSans

  214. Smug.Text = "Smug Dance V6"

  215. Smug.TextColor3 = Color3.fromRGB(255, 255, 255)

  216. Smug.TextScaled = true

  217. Smug.TextSize = 14.000

  218. Smug.TextWrapped = true

  219. UICorner_9.Parent = Smug

  220. ShadowBlade.Name = "ShadowBlade"

  221. ShadowBlade.Parent = OptionList

  222. ShadowBlade.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  223. ShadowBlade.Position = UDim2.new(0.0231197979, 0, 0.263522238, 0)

  224. ShadowBlade.Size = UDim2.new(0, 370, 0, 50)

  225. ShadowBlade.Font = Enum.Font.SourceSans

  226. ShadowBlade.Text = "Shadow Blade"

  227. ShadowBlade.TextColor3 = Color3.fromRGB(255, 255, 255)

  228. ShadowBlade.TextScaled = true

  229. ShadowBlade.TextSize = 14.000

  230. ShadowBlade.TextWrapped = true

  231. UICorner_10.Parent = ShadowBlade

  232. SwordStand.Name = "SwordStand"

  233. SwordStand.Parent = OptionList

  234. SwordStand.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  235. SwordStand.Position = UDim2.new(0.0231197979, 0, 0.304071069, 0)

  236. SwordStand.Size = UDim2.new(0, 370, 0, 50)

  237. SwordStand.Font = Enum.Font.SourceSans

  238. SwordStand.Text = "Sword Stand"

  239. SwordStand.TextColor3 = Color3.fromRGB(255, 255, 255)

  240. SwordStand.TextScaled = true

  241. SwordStand.TextSize = 14.000

  242. SwordStand.TextWrapped = true

  243. UICorner_11.Parent = SwordStand

  244. Neptunion.Name = "Neptunion"

  245. Neptunion.Parent = OptionList

  246. Neptunion.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  247. Neptunion.Position = UDim2.new(0.0231197979, 0, 0.347187638, 0)

  248. Neptunion.Size = UDim2.new(0, 370, 0, 50)

  249. Neptunion.Font = Enum.Font.SourceSans

  250. Neptunion.Text = "Neptunion V"

  251. Neptunion.TextColor3 = Color3.fromRGB(255, 255, 255)

  252. Neptunion.TextScaled = true

  253. Neptunion.TextSize = 14.000

  254. Neptunion.TextWrapped = true

  255. UICorner_12.Parent = Neptunion

  256. RbNeptunion.Name = "RbNeptunion"

  257. RbNeptunion.Parent = OptionList

  258. RbNeptunion.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  259. RbNeptunion.Position = UDim2.new(0.0231197979, 0, 0.390972137, 0)

  260. RbNeptunion.Size = UDim2.new(0, 370, 0, 50)

  261. RbNeptunion.Font = Enum.Font.SourceSans

  262. RbNeptunion.Text = "RB Neptunion"

  263. RbNeptunion.TextColor3 = Color3.fromRGB(255, 255, 255)

  264. RbNeptunion.TextScaled = true

  265. RbNeptunion.TextSize = 14.000

  266. RbNeptunion.TextWrapped = true

    (Video) ROBLOX FE Ultimate Trolling GUI/UTG (Pastebin) Exploit 2022 (WORKING)

  267. UICorner_13.Parent = RbNeptunion

  268. Wall.Name = "Wall"

  269. Wall.Parent = OptionList

  270. Wall.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  271. Wall.Position = UDim2.new(0.0231197979, 0, 0.434192657, 0)

  272. Wall.Size = UDim2.new(0, 370, 0, 50)

  273. Wall.Font = Enum.Font.SourceSans

  274. Wall.Text = "Wall"

  275. Wall.TextColor3 = Color3.fromRGB(255, 255, 255)

  276. Wall.TextScaled = true

  277. Wall.TextSize = 14.000

  278. Wall.TextWrapped = true

  279. UICorner_14.Parent = Wall

  280. achroGlicher.Name = "achroGlicher"

  281. achroGlicher.Parent = OptionList

  282. achroGlicher.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  283. achroGlicher.Position = UDim2.new(0.0231197979, 0, 0.47801882, 0)

  284. achroGlicher.Size = UDim2.new(0, 370, 0, 50)

  285. achroGlicher.Font = Enum.Font.SourceSans

  286. achroGlicher.Text = "Achromatic Glicher"

  287. achroGlicher.TextColor3 = Color3.fromRGB(255, 255, 255)

  288. achroGlicher.TextScaled = true

  289. achroGlicher.TextSize = 14.000

  290. achroGlicher.TextWrapped = true

  291. UICorner_15.Parent = achroGlicher

  292. FlamingCube.Name = "FlamingCube"

  293. FlamingCube.Parent = OptionList

  294. FlamingCube.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  295. FlamingCube.Position = UDim2.new(0.0231197979, 0, 0.521497488, 0)

  296. FlamingCube.Size = UDim2.new(0, 370, 0, 50)

  297. FlamingCube.Font = Enum.Font.SourceSans

  298. FlamingCube.Text = "Flaming Cube"

  299. FlamingCube.TextColor3 = Color3.fromRGB(255, 255, 255)

  300. FlamingCube.TextScaled = true

  301. FlamingCube.TextSize = 14.000

  302. FlamingCube.TextWrapped = true

  303. UICorner_16.Parent = FlamingCube

  304. Spider.Name = "Spider"

  305. Spider.Parent = OptionList

  306. Spider.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  307. Spider.Position = UDim2.new(0.0231197979, 0, 0.564180851, 0)

  308. Spider.Size = UDim2.new(0, 370, 0, 50)

  309. Spider.Font = Enum.Font.SourceSans

  310. Spider.Text = "Spider"

  311. Spider.TextColor3 = Color3.fromRGB(255, 255, 255)

  312. Spider.TextScaled = true

  313. Spider.TextSize = 14.000

  314. Spider.TextWrapped = true

  315. UICorner_17.Parent = Spider

  316. Cop.Name = "Cop"

  317. Cop.Parent = OptionList

  318. Cop.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  319. Cop.Position = UDim2.new(0.0231197979, 0, 0.606966078, 0)

  320. Cop.Size = UDim2.new(0, 370, 0, 50)

  321. Cop.Font = Enum.Font.SourceSans

  322. Cop.Text = "Cop"

  323. Cop.TextColor3 = Color3.fromRGB(255, 255, 255)

  324. Cop.TextScaled = true

  325. Cop.TextSize = 14.000

  326. Cop.TextWrapped = true

  327. UICorner_18.Parent = Cop

  328. Chips.Name = "Chips"

  329. Chips.Parent = OptionList

  330. Chips.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  331. Chips.Position = UDim2.new(0.0231197979, 0, 0.649766564, 0)

  332. Chips.Size = UDim2.new(0, 370, 0, 50)

  333. Chips.Font = Enum.Font.SourceSans

  334. Chips.Text = "Chips"

  335. Chips.TextColor3 = Color3.fromRGB(255, 255, 255)

  336. Chips.TextScaled = true

  337. Chips.TextSize = 14.000

  338. Chips.TextWrapped = true

  339. UICorner_19.Parent = Chips

  340. Joy.Name = "Joy"

  341. Joy.Parent = OptionList

  342. Joy.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  343. Joy.Position = UDim2.new(0.0231197979, 0, 0.69195044, 0)

  344. Joy.Size = UDim2.new(0, 370, 0, 50)

  345. Joy.Font = Enum.Font.SourceSans

  346. Joy.Text = ":Joy:"

  347. Joy.TextColor3 = Color3.fromRGB(255, 255, 255)

  348. Joy.TextScaled = true

  349. Joy.TextSize = 14.000

  350. Joy.TextWrapped = true

  351. UICorner_20.Parent = Joy

  352. UMD.Name = "UMD"

  353. UMD.Parent = OptionList

  354. UMD.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  355. UMD.Position = UDim2.new(0.0231197979, 0, 0.732523978, 0)

  356. UMD.Size = UDim2.new(0, 370, 0, 50)

  357. UMD.Font = Enum.Font.SourceSans

  358. UMD.Text = "Ultimate meme dance"

  359. UMD.TextColor3 = Color3.fromRGB(255, 255, 255)

  360. UMD.TextScaled = true

  361. UMD.TextSize = 14.000

  362. UMD.TextWrapped = true

  363. UICorner_21.Parent = UMD

  364. Chill.Name = "Chill"

  365. Chill.Parent = OptionList

  366. Chill.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  367. Chill.Position = UDim2.new(0.0231197979, 0, 0.772394419, 0)

  368. Chill.Size = UDim2.new(0, 370, 0, 50)

  369. Chill.Font = Enum.Font.SourceSans

  370. Chill.Text = "Chill"

  371. Chill.TextColor3 = Color3.fromRGB(255, 255, 255)

  372. Chill.TextScaled = true

  373. Chill.TextSize = 14.000

  374. Chill.TextWrapped = true

  375. UICorner_22.Parent = Chill

  376. Grapple.Name = "Grapple"

  377. Grapple.Parent = OptionList

  378. Grapple.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  379. Grapple.Position = UDim2.new(0.0231197979, 0, 0.815179646, 0)

  380. Grapple.Size = UDim2.new(0, 370, 0, 50)

  381. Grapple.Font = Enum.Font.SourceSans

  382. Grapple.Text = "Grapple"

  383. Grapple.TextColor3 = Color3.fromRGB(255, 255, 255)

  384. Grapple.TextScaled = true

  385. Grapple.TextSize = 14.000

  386. Grapple.TextWrapped = true

  387. UICorner_23.Parent = Grapple

  388. ServerAdmin.Name = "ServerAdmin"

  389. ServerAdmin.Parent = OptionList

  390. ServerAdmin.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  391. ServerAdmin.Position = UDim2.new(0.0231197979, 0, 0.858780205, 0)

  392. ServerAdmin.Size = UDim2.new(0, 370, 0, 50)

  393. ServerAdmin.Font = Enum.Font.SourceSans

  394. ServerAdmin.Text = "Server Admin"

  395. ServerAdmin.TextColor3 = Color3.fromRGB(255, 255, 255)

  396. ServerAdmin.TextScaled = true

  397. ServerAdmin.TextSize = 14.000

  398. ServerAdmin.TextWrapped = true

  399. UICorner_24.Parent = ServerAdmin

    (Video) Roblox Trolling gui Very rare R15. And R6 Secret Overpowerd Roblox trolling gui

  400. Ender.Name = "Ender"

  401. Ender.Parent = OptionList

  402. Ender.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  403. Ender.Position = UDim2.new(0.0231197979, 0, 0.902380705, 0)

  404. Ender.Size = UDim2.new(0, 370, 0, 50)

  405. Ender.Font = Enum.Font.SourceSans

  406. Ender.Text = "Ender"

  407. Ender.TextColor3 = Color3.fromRGB(255, 255, 255)

  408. Ender.TextScaled = true

  409. Ender.TextSize = 14.000

  410. Ender.TextWrapped = true

  411. UICorner_25.Parent = Ender

  412. Ban.Name = "Ban"

  413. Ban.Parent = OptionList

  414. Ban.BackgroundColor3 = Color3.fromRGB(170, 0, 255)

  415. Ban.Position = UDim2.new(0.0231197979, 0, 0.945981264, 0)

  416. Ban.Size = UDim2.new(0, 370, 0, 50)

  417. Ban.Font = Enum.Font.SourceSans

  418. Ban.Text = "Ban Hammer"

  419. Ban.TextColor3 = Color3.fromRGB(255, 255, 255)

  420. Ban.TextScaled = true

  421. Ban.TextSize = 14.000

  422. Ban.TextWrapped = true

  423. UICorner_26.Parent = Ban

  424. Netless.Name = "Netless"

  425. Netless.Parent = Main

  426. Netless.BackgroundColor3 = Color3.fromRGB(77, 156, 115)

  427. Netless.BorderSizePixel = 0

  428. Netless.Position = UDim2.new(0.51807934, 0, 0.868913829, 0)

  429. Netless.Size = UDim2.new(0, 195, 0, 57)

  430. Netless.ZIndex = 2

  431. Netless.Font = Enum.Font.GothamSemibold

  432. Netless.Text = ""

  433. Netless.TextColor3 = Color3.fromRGB(255, 255, 255)

  434. Netless.TextScaled = true

  435. Netless.TextSize = 14.000

  436. Netless.TextWrapped = true

  437. UICorner_27.Parent = Netless

  438. Shadow.Name = "Shadow"

  439. Shadow.Parent = Netless

  440. Shadow.BackgroundColor3 = Color3.fromRGB(58, 118, 86)

  441. Shadow.BorderSizePixel = 0

  442. Shadow.Size = UDim2.new(1, 0, 1, 4)

  443. UICorner_28.Parent = Shadow

  444. TextLabel.Parent = Netless

  445. TextLabel.AnchorPoint = Vector2.new(0.5, 0.5)

  446. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  447. TextLabel.BackgroundTransparency = 1.000

  448. TextLabel.BorderColor3 = Color3.fromRGB(27, 42, 53)

  449. TextLabel.BorderSizePixel = 0

  450. TextLabel.Position = UDim2.new(0.5, 0, 0.49999997, 0)

  451. TextLabel.Size = UDim2.new(1, -20, 1, -20)

  452. TextLabel.ZIndex = 2

  453. TextLabel.Font = Enum.Font.GothamSemibold

  454. TextLabel.Text = "Netless (Use AFTER any scripts)"

  455. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)

  456. TextLabel.TextScaled = true

  457. TextLabel.TextSize = 14.000

  458. TextLabel.TextWrapped = true

  459. AntiReport.Name = "AntiReport"

  460. AntiReport.Parent = Main

  461. AntiReport.BackgroundColor3 = Color3.fromRGB(77, 156, 115)

  462. AntiReport.BorderSizePixel = 0

  463. AntiReport.Position = UDim2.new(0.0489794947, 0, 0.868913829, 0)

  464. AntiReport.Size = UDim2.new(0, 197, 0, 57)

  465. AntiReport.ZIndex = 2

  466. AntiReport.Font = Enum.Font.GothamSemibold

  467. AntiReport.Text = ""

  468. AntiReport.TextColor3 = Color3.fromRGB(255, 255, 255)

  469. AntiReport.TextScaled = true

  470. AntiReport.TextSize = 14.000

  471. AntiReport.TextWrapped = true

  472. UICorner_29.Parent = AntiReport

  473. Shadow_2.Name = "Shadow"

  474. Shadow_2.Parent = AntiReport

  475. Shadow_2.BackgroundColor3 = Color3.fromRGB(58, 118, 86)

  476. Shadow_2.BorderSizePixel = 0

  477. Shadow_2.Size = UDim2.new(1, 0, 1, 4)

  478. UICorner_30.Parent = Shadow_2

  479. TextLabel_2.Parent = AntiReport

  480. TextLabel_2.AnchorPoint = Vector2.new(0.5, 0.5)

  481. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  482. TextLabel_2.BackgroundTransparency = 1.000

  483. TextLabel_2.BorderColor3 = Color3.fromRGB(27, 42, 53)

  484. TextLabel_2.BorderSizePixel = 0

  485. TextLabel_2.Position = UDim2.new(0.5, 0, 0.5, 0)

  486. TextLabel_2.Size = UDim2.new(1, -20, 1, -20)

  487. TextLabel_2.ZIndex = 2

  488. TextLabel_2.Font = Enum.Font.GothamSemibold

  489. TextLabel_2.Text = "AntiReport"

  490. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  491. TextLabel_2.TextScaled = true

  492. TextLabel_2.TextSize = 14.000

  493. TextLabel_2.TextWrapped = true

  494. X.Name = "X"

  495. X.Parent = Main

  496. X.BackgroundColor3 = Color3.fromRGB(251, 98, 92)

  497. X.BorderSizePixel = 0

  498. X.Position = UDim2.new(0.927937925, 0, -0.0262172297, 0)

  499. X.Size = UDim2.new(0, 47, 0, 45)

  500. X.ZIndex = 2

  501. X.Font = Enum.Font.GothamSemibold

  502. X.Text = "X"

  503. X.TextColor3 = Color3.fromRGB(255, 255, 255)

  504. X.TextSize = 32.000

  505. X.TextWrapped = true

  506. UICorner_31.CornerRadius = UDim.new(1, 0)

  507. UICorner_31.Parent = X

  508. OpenUTG.Name = "OpenUTG"

  509. OpenUTG.Parent = UTG_V2

  510. OpenUTG.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  511. OpenUTG.BackgroundTransparency = 1.000

  512. OpenUTG.Position = UDim2.new(0.79603678, 0, 0.698529005, 0)

  513. OpenUTG.Size = UDim2.new(0, 165, 0, 62)

  514. OpenUTG.Visible = false

  515. OpenUTG.Font = Enum.Font.SourceSans

  516. OpenUTG.Text = "Open UTG"

  517. OpenUTG.TextColor3 = Color3.fromRGB(255, 255, 255)

  518. OpenUTG.TextScaled = true

  519. OpenUTG.TextSize = 14.000

  520. OpenUTG.TextWrapped = true

  521. -- Scripts:

  522. local function MBUQEV_fake_script() -- Main.DraggableScript

  523. local script = Instance.new('LocalScript', Main)

  524. local UIS = game:GetService('UserInputService')

  525. local frame = script.Parent

  526. local dragToggle = nil

  527. local dragSpeed = 0.25

  528. local dragStart = nil

  529. local startPos = nil

  530. local function updateInput(input)

  531. local delta = input.Position - dragStart

  532. local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,

    (Video) ROBLOX FE Ultimate Trolling GUI Showcase

  533. startPos.Y.Scale, startPos.Y.Offset + delta.Y)

  534. game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()

  535. end

  536. frame.InputBegan:Connect(function(input)

  537. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then

  538. dragToggle = true

  539. dragStart = input.Position

  540. startPos = frame.Position

  541. input.Changed:Connect(function()

  542. if input.UserInputState == Enum.UserInputState.End then

  543. dragToggle = false

  544. end

  545. end)

  546. end

  547. end)

  548. UIS.InputChanged:Connect(function(input)

  549. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then

  550. if dragToggle then

  551. updateInput(input)

  552. end

  553. end

  554. end)

  555. end

  556. coroutine.wrap(MBUQEV_fake_script)()

  557. local function NWAVVF_fake_script() -- Netless.NetlessScript

  558. local script = Instance.new('LocalScript', Netless)

  559. script.Parent.MouseButton1Click:Connect(function()

  560. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do

  561. if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then

  562. game:GetService("RunService").Heartbeat:connect(function()

  563. v.Velocity = Vector3.new(0,35,0)

  564. wait(0.5)

  565. end)

  566. end

  567. end

  568. game:GetService("StarterGui"):SetCore("SendNotification", {

  569. Title = "Notification";

  570. Text = "Netless activated";

  571. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})

  572. Duration = 16;

  573. end)

  574. end

  575. coroutine.wrap(NWAVVF_fake_script)()

  576. local function WSBO_fake_script() -- X.CloseUTGScript

  577. local script = Instance.new('LocalScript', X)

  578. script.Parent.MouseButton1Click:Connect(function()

  579. script.Parent.Parent.Parent.Main.Visible = false

  580. script.Parent.Parent.Parent.OpenUTG.Visible = true

  581. end)

  582. end

  583. coroutine.wrap(WSBO_fake_script)()

  584. local function KZZCO_fake_script() -- OpenUTG.OpenUTGScript

  585. local script = Instance.new('LocalScript', OpenUTG)

  586. script.Parent.MouseButton1Click:Connect(function()

  587. script.Parent.Parent.Main.Visible = true

  588. script.Parent.Visible = false

  589. end)

  590. end

  591. coroutine.wrap(KZZCO_fake_script)()

  592. AntiReport.MouseButton1Click:Connect(function()

  593. setfflag("AbuseReportScreenshotPercentage", 0)

  594. setfflag("DFFlagAbuseReportScreenshot", "False")

  595. print("Anti-Report loaded")

  596. end)

  597. Among_Us.MouseButton1Click:Connect(function()

  598. loadstring(game:HttpGet("https://pastebin.com/raw/JXUMavf3", true))()

  599. end)

  600. Ban.MouseButton1Click:Connect(function()

  601. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/killermaster9999mega/thing/main/README.md"))()

  602. end)

  603. Chill.MouseButton1Click:Connect(function()

  604. loadstring(game:HttpGetAsync("https://pastebin.com/raw/XmHFdTij"))()

  605. end)

  606. Chips.MouseButton1Click:Connect(function()

  607. loadstring(game:HttpGetAsync("https://pastebin.com/raw/b289ts36"))()

  608. end)

  609. Cop.MouseButton1Click:Connect(function()

  610. loadstring(game:HttpGetAsync("https://pastebin.com/raw/VAA5Mf60"))()

  611. end)

  612. Ender.MouseButton1Click:Connect(function()

  613. loadstring(game:HttpGetAsync("https://pastebin.com/raw/bndCgupK"))()

  614. end)

  615. FlamingCube.MouseButton1Click:Connect(function()

  616. loadstring(game:HttpGet("https://pastebin.com/raw/D7pigANg"))()

  617. end)

  618. Gale.MouseButton1Click:Connect(function()

  619. loadstring(game:HttpGet(("https://pastebin.com/raw/PjJNLaFa"), true))()

  620. end)

  621. Grapple.MouseButton1Click:Connect(function()

  622. loadstring(game:HttpGetAsync("https://pastebin.com/raw/AyASkDEG"))()

  623. end)

  624. Joy.MouseButton1Click:Connect(function()

  625. loadstring(game:HttpGetAsync("https://pastebin.com/raw/LEAQuKj0"))()

  626. end)

  627. Killbot.MouseButton1Click:Connect(function()

  628. loadstring(game:HttpGetAsync("https://pastebin.com/raw/G24tcRXA"))()

  629. end)

  630. NekoMaid.MouseButton1Click:Connect(function()

  631. loadstring(game:HttpGetAsync("https://paste.ee/d/6bCwm/0"))()

  632. end)

  633. Neptunion.MouseButton1Click:Connect(function()

  634. loadstring(game:HttpGetAsync("https://pastebin.com/raw/t0Mkc33N"))()

  635. end)

  636. RbNeptunion.MouseButton1Click:Connect(function()

  637. loadstring(game:HttpGetAsync("https://pastebin.com/raw/gDi503fB"))()

  638. end)

  639. ServerAdmin.MouseButton1Click:Connect(function()

  640. loadstring(game:HttpGet("https://raw.githubusercontent.com/ONEReverseCard/My-Scripts/main/Netless%20Server%20Admin.md"))()

  641. end)

  642. ShadowBlade.MouseButton1Click:Connect(function()

  643. loadstring(game:HttpGetAsync("https://pastebin.com/raw/kMYThpNG"))()

  644. end)

  645. Smug.MouseButton1Click:Connect(function()

  646. loadstring(game:HttpGetAsync("https://pastebin.com/raw/ZuKy7HFF"))()

  647. end)

  648. Sonic.MouseButton1Click:Connect(function()

  649. loadstring(game:HttpGetAsync("https://pastebin.com/raw/SyF5t70A"))()

  650. end)

  651. Spider.MouseButton1Click:Connect(function()

  652. loadstring(game:HttpGetAsync("https://pastebin.com/raw/txsk1LJg"))()

  653. end)

  654. SwordStand.MouseButton1Click:Connect(function()

  655. loadstring(game:HttpGetAsync("https://paste.ee/r/NwGVX/0"))()

  656. end)

  657. UMD.MouseButton1Click:Connect(function()

  658. loadstring(game:HttpGetAsync("https://pastebin.com/raw/0QfjMKrF"))()

  659. end)

  660. Wall.MouseButton1Click:Connect(function()

  661. loadstring(game:HttpGetAsync("https://pastebin.com/raw/AY6kA2AV"))()

  662. end)

  663. achroGlicher.MouseButton1Click:Connect(function()

  664. loadstring(game:HttpGetAsync("https://pastebin.com/raw/T7cmny7C"))()

  665. end)

    (Video) New FE Gui (Xordon Hub) Roblox Exploiting

Videos

1. ROBLOX Ultimate Trolling GUI V3 FE Script Hub
(MastersMZ)
2. Roblox UTG trolling hack script FE Admin Pastebin 2022 May (Works in any game!)
(Ice Tea)
3. roblox trolling gui fe script pastebin
(roblox scripts pastebin)
4. Arcues X *OP* SCRIPT Troll Gui *PASTEBIN WORKING 2022*
(SUPERSONIC GAMERZ)
5. Ultimate TROLLING GUI Showcase (WORKS ON EVERYTHING)
(FGLY)
6. Trolling GUI Script! ✅WORKING!✅(Script in Desc)
(Crxcker Xploits)
Top Articles
Latest Posts
Article information

Author: Ray Christiansen

Last Updated: 02/24/2023

Views: 6114

Rating: 4.9 / 5 (69 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Ray Christiansen

Birthday: 1998-05-04

Address: Apt. 814 34339 Sauer Islands, Hirtheville, GA 02446-8771

Phone: +337636892828

Job: Lead Hospitality Designer

Hobby: Urban exploration, Tai chi, Lockpicking, Fashion, Gunsmithing, Pottery, Geocaching

Introduction: My name is Ray Christiansen, I am a fair, good, cute, gentle, vast, glamorous, excited person who loves writing and wants to share my knowledge and understanding with you.