Ulimated Trolling gui - Pastebin.com (2024)

  1. -- GUI MADE BY ANIMUS CREDITS TO WHOEVER MADE THE SCRIPTS

  2. -- GRAB KNIFE V4 AND GRAB KNIFE V3 IS NON FE IDK HOW TO MAKE IT FE AND SOME SCRIPTS WORK ON SOME GAMES

  3. -- IF THE R6 BUTTON DOESN'T WORK JOIN A GAME THAT HAS R6 AND MAKE SURE THE SCRIPTS WORK ON THAT GAME

  4. -- WHEN CLICKING THE R6 BUTTON MAKE SURE TO EXECUTE THE SCRIPT AGAIN!

  5. -- ENJOY THE GUI!!!

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

  7. local exploitgui = Instance.new("Frame")

  8. local topbar = Instance.new("Frame")

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

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

  11. local robloxusername = Instance.new("TextBox")

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

  13. local R6 = Instance.new("TextButton")

  14. local Xester = Instance.new("TextButton")

  15. local Pharaoh = Instance.new("TextButton")

  16. local sad*stGenociderV2 = Instance.new("TextButton")

  17. local grabknifev4 = Instance.new("TextButton")

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

  19. local brutaloverlord = Instance.new("TextButton")

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

  21. local kitchengun = Instance.new("TextButton")

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

  23. local admin1 = Instance.new("TextButton")

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

  25. local BanHammer = Instance.new("TextButton")

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

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

  28. --Properties:

  29. ScreenGui.Parent = game.Players.leighton5129:WaitForChild("PlayerGui")

  30. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

  31. exploitgui.Name = "exploitgui"

  32. exploitgui.Parent = ScreenGui

  33. exploitgui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)

  34. exploitgui.BorderColor3 = Color3.new(0, 0, 0)

  35. exploitgui.BorderSizePixel = 5

  36. exploitgui.Position = UDim2.new(0.312587917, 0, 0.245187297, 0)

  37. exploitgui.Size = UDim2.new(0, 741, 0, 387)

  38. exploitgui.SizeConstraint = Enum.SizeConstraint.RelativeXX

  39. exploitgui.Active = true

  40. exploitgui.Draggable = true

  41. topbar.Name = "topbar"

  42. topbar.Parent = exploitgui

  43. topbar.BackgroundColor3 = Color3.new(0.290196, 0.294118, 0.298039)

  44. topbar.Size = UDim2.new(0, 741, 0, 44)

  45. guimadebyanimus.Name = "guimadebyanimus"

  46. guimadebyanimus.Parent = topbar

  47. guimadebyanimus.BackgroundColor3 = Color3.new(0, 1, 0)

  48. guimadebyanimus.BorderColor3 = Color3.new(0, 0, 0)

  49. guimadebyanimus.Position = UDim2.new(0.117408909, 0, 0, 0)

  50. guimadebyanimus.Size = UDim2.new(0, 567, 0, 44)

  51. guimadebyanimus.Font = Enum.Font.SourceSans

  52. guimadebyanimus.Text = "FE Trolling Gui by Animus."

  53. guimadebyanimus.TextColor3 = Color3.new(0, 0, 0)

  54. guimadebyanimus.TextScaled = true

  55. guimadebyanimus.TextSize = 14

  56. guimadebyanimus.TextWrapped = true

  57. information.Name = "information"

  58. information.Parent = topbar

  59. information.BackgroundColor3 = Color3.new(1, 1, 0)

  60. information.Position = UDim2.new(0.0175438598, 0, 7.63636351, 0)

  61. information.Size = UDim2.new(0, 391, 0, 40)

  62. information.Font = Enum.Font.GothamBlack

  63. information.Text = "The Gui will be updated soon! make sure to always check in announcements for updates about this Gui!"

  64. information.TextColor3 = Color3.new(0, 0, 0)

  65. information.TextScaled = true

  66. information.TextSize = 14

  67. information.TextWrapped = true

  68. robloxusername.Name = "robloxusername"

  69. robloxusername.Parent = information

  70. robloxusername.BackgroundColor3 = Color3.new(1, 1, 1)

  71. robloxusername.Position = UDim2.new(1.41688013, 0, 0, 0)

  72. robloxusername.Size = UDim2.new(0, 163, 0, 40)

  73. robloxusername.Font = Enum.Font.SourceSans

  74. robloxusername.Text = ""

  75. robloxusername.TextColor3 = Color3.new(0, 0, 0)

  76. robloxusername.TextScaled = true

  77. robloxusername.TextSize = 14

  78. robloxusername.TextWrapped = true

  79. information2.Name = "information2"

  80. information2.Parent = robloxusername

  81. information2.BackgroundColor3 = Color3.new(1, 1, 1)

  82. information2.Position = UDim2.new(-0.920245409, 0, 0.0250000004, 0)

  83. information2.Size = UDim2.new(0, 141, 0, 39)

  84. information2.Font = Enum.Font.SourceSans

  85. information2.Text = "Put your Roblox Username here:"

  86. information2.TextColor3 = Color3.new(0, 0, 0)

  87. information2.TextScaled = true

  88. information2.TextSize = 14

  89. information2.TextWrapped = true

  90. R6.Name = "R6"

  91. R6.Parent = topbar

  92. R6.BackgroundColor3 = Color3.new(1, 1, 1)

  93. R6.Size = UDim2.new(0, 55, 0, 44)

  94. R6.Font = Enum.Font.Highway

  95. R6.Text = "R6"

  96. R6.TextColor3 = Color3.new(0, 0, 0)

  97. R6.TextScaled = true

  98. R6.TextSize = 14

  99. R6.TextWrapped = true

  100. R6.MouseButton1Click:connect(function()

  101. loadstring(game:GetObjects("rbxassetid://2948790056")[1].Source)()

  102. end)

  103. Xester.Name = "Xester"

  104. Xester.Parent = exploitgui

  105. Xester.BackgroundColor3 = Color3.new(1, 1, 1)

  106. Xester.Position = UDim2.new(0.0175438598, 0, 0.149870798, 0)

  107. Xester.Size = UDim2.new(0, 180, 0, 48)

  108. Xester.Font = Enum.Font.SciFi

  109. Xester.Text = "Xester"

  110. Xester.TextColor3 = Color3.new(0, 0, 0)

  111. Xester.TextScaled = true

  112. Xester.TextSize = 14

  113. Xester.TextWrapped = true

  114. Xester.MouseButton1Click:connect(function()

  115. loadstring(game:GetObjects("rbxassetid://2948676681")[1].Source)()

  116. end)

  117. Pharaoh.Name = "Pharaoh"

  118. Pharaoh.Parent = exploitgui

  119. Pharaoh.BackgroundColor3 = Color3.new(1, 1, 1)

  120. Pharaoh.Position = UDim2.new(0.0170264244, 0, 0.470284224, 0)

  121. Pharaoh.Size = UDim2.new(0, 180, 0, 50)

  122. Pharaoh.Font = Enum.Font.SciFi

  123. Pharaoh.Text = "Pharaoh"

  124. Pharaoh.TextColor3 = Color3.new(0, 0, 0)

  125. Pharaoh.TextScaled = true

  126. Pharaoh.TextSize = 14

  127. Pharaoh.TextWrapped = true

  128. Pharaoh.MouseButton1Click:connect(function()

  129. loadstring(game:GetObjects("rbxassetid://2948685406")[1].Source)()

  130. end)

  131. sad*stGenociderV2.Name = "sad*stGenociderV2"

  132. sad*stGenociderV2.Parent = exploitgui

  133. sad*stGenociderV2.BackgroundColor3 = Color3.new(1, 1, 1)

  134. sad*stGenociderV2.Position = UDim2.new(0.378070176, 0, 0.304909557, 0)

  135. sad*stGenociderV2.Size = UDim2.new(0, 180, 0, 50)

  136. sad*stGenociderV2.Font = Enum.Font.SciFi

  137. sad*stGenociderV2.Text = "sad*st Genocider V2"

  138. sad*stGenociderV2.TextColor3 = Color3.new(0, 0, 0)

  139. sad*stGenociderV2.TextScaled = true

  140. sad*stGenociderV2.TextSize = 14

  141. sad*stGenociderV2.TextWrapped = true

  142. sad*stGenociderV2.MouseButton1Click:connect(function()

  143. loadstring(game:GetObjects("rbxassetid://2948705574")[1].Source)()

  144. end)

  145. grabknifev4.Name = "grabknife v4"

  146. grabknifev4.Parent = exploitgui

  147. grabknifev4.BackgroundColor3 = Color3.new(1, 1, 1)

  148. grabknifev4.Position = UDim2.new(0.741071463, 0, 0.142540038, 0)

  149. grabknifev4.Size = UDim2.new(0, 180, 0, 50)

  150. grabknifev4.Font = Enum.Font.SciFi

  151. grabknifev4.Text = "Grab Knife V4"

  152. grabknifev4.TextColor3 = Color3.new(0, 0, 0)

  153. grabknifev4.TextScaled = true

  154. grabknifev4.TextSize = 14

  155. grabknifev4.TextWrapped = true

  156. grabknifev4.MouseButton1Click:connect(function()

  157. loadstring(game:GetObjects("rbxassetid://2948738890")[1].Source)()

  158. end)

  159. GenociderGun.Name = "GenociderGun"

  160. GenociderGun.Parent = exploitgui

  161. GenociderGun.BackgroundColor3 = Color3.new(1, 1, 1)

  162. GenociderGun.Position = UDim2.new(0.740373313, 0, 0.304909557, 0)

  163. GenociderGun.Size = UDim2.new(0, 180, 0, 50)

  164. GenociderGun.Font = Enum.Font.SciFi

  165. GenociderGun.Text = "Genocider Gun"

  166. GenociderGun.TextColor3 = Color3.new(0, 0, 0)

  167. GenociderGun.TextScaled = true

  168. GenociderGun.TextSize = 14

  169. GenociderGun.TextWrapped = true

  170. GenociderGun.MouseButton1Click:connect(function()

  171. loadstring(game:GetObjects("rbxassetid://2948745060")[1].Source)()

  172. end)

  173. brutaloverlord.Name = "brutaloverlord"

  174. brutaloverlord.Parent = exploitgui

  175. brutaloverlord.BackgroundColor3 = Color3.new(1, 1, 1)

  176. brutaloverlord.Position = UDim2.new(0.378070295, 0, 0.144702882, 0)

  177. brutaloverlord.Size = UDim2.new(0, 180, 0, 50)

  178. brutaloverlord.Font = Enum.Font.SciFi

  179. brutaloverlord.Text = "Brutal Overlord"

  180. brutaloverlord.TextColor3 = Color3.new(0, 0, 0)

  181. brutaloverlord.TextScaled = true

  182. brutaloverlord.TextSize = 14

  183. brutaloverlord.TextWrapped = true

  184. brutaloverlord.MouseButton1Click:connect(function()

  185. loadstring(game:GetObjects("rbxassetid://2948749381")[1].Source)()

  186. end)

  187. Cop.Name = "Cop"

  188. Cop.Parent = exploitgui

  189. Cop.BackgroundColor3 = Color3.new(1, 1, 1)

  190. Cop.Position = UDim2.new(0.378048539, 0, 0.468121439, 0)

  191. Cop.Size = UDim2.new(0, 180, 0, 50)

  192. Cop.Font = Enum.Font.SciFi

  193. Cop.Text = "Cop"

  194. Cop.TextColor3 = Color3.new(0, 0, 0)

  195. Cop.TextScaled = true

  196. Cop.TextSize = 14

  197. Cop.TextWrapped = true

  198. Cop.MouseButton1Click:connect(function()

  199. loadstring(game:GetObjects("rbxassetid://2948752358")[1].Source)()

  200. end)

  201. kitchengun.Name = "kitchengun"

  202. kitchengun.Parent = exploitgui

  203. kitchengun.BackgroundColor3 = Color3.new(1, 1, 1)

  204. kitchengun.Position = UDim2.new(0.739023745, 0, 0.640826881, 0)

  205. kitchengun.Size = UDim2.new(0, 180, 0, 50)

  206. kitchengun.Font = Enum.Font.SciFi

  207. kitchengun.Text = "Kitchen Gun"

  208. kitchengun.TextColor3 = Color3.new(0, 0, 0)

  209. kitchengun.TextScaled = true

  210. kitchengun.TextSize = 14

  211. kitchengun.TextWrapped = true

  212. kitchengun.MouseButton1Click:connect(function()

  213. loadstring(game:GetObjects("rbxassetid://2948760108")[1].Source)()

  214. end)

  215. FEkillGui.Name = "FEkillGui"

  216. FEkillGui.Parent = exploitgui

  217. FEkillGui.BackgroundColor3 = Color3.new(1, 1, 1)

  218. FEkillGui.Position = UDim2.new(0.376720667, 0, 0.640826821, 0)

  219. FEkillGui.Size = UDim2.new(0, 180, 0, 50)

  220. FEkillGui.Font = Enum.Font.SciFi

  221. FEkillGui.Text = "FE Kill Gui"

  222. FEkillGui.TextColor3 = Color3.new(0, 0, 0)

  223. FEkillGui.TextScaled = true

  224. FEkillGui.TextSize = 14

  225. FEkillGui.TextWrapped = true

  226. FEkillGui.MouseButton1Click:connect(function()

  227. loadstring(game:GetObjects("rbxassetid://2913152340")[1].Source)()

  228. end)

  229. admin1.Name = "admin1"

  230. admin1.Parent = exploitgui

  231. admin1.BackgroundColor3 = Color3.new(1, 1, 1)

  232. admin1.Position = UDim2.new(0.0163751841, 0, 0.638664126, 0)

  233. admin1.Size = UDim2.new(0, 180, 0, 50)

  234. admin1.Font = Enum.Font.SciFi

  235. admin1.Text = "FE Infinite Yield Admin"

  236. admin1.TextColor3 = Color3.new(0, 0, 0)

  237. admin1.TextScaled = true

  238. admin1.TextSize = 14

  239. admin1.TextWrapped = true

  240. admin1.MouseButton1Click:connect(function()

  241. loadstring(game:GetObjects("rbxassetid://2948768479")[1].Source)()

  242. end)

  243. GrabKnifeV3.Name = "GrabKnife V3"

  244. GrabKnifeV3.Parent = exploitgui

  245. GrabKnifeV3.BackgroundColor3 = Color3.new(1, 1, 1)

  246. GrabKnifeV3.Position = UDim2.new(0.0170265436, 0, 0.304909587, 0)

  247. GrabKnifeV3.Size = UDim2.new(0, 180, 0, 50)

  248. GrabKnifeV3.Font = Enum.Font.SciFi

  249. GrabKnifeV3.Text = "Grab Knife V3"

  250. GrabKnifeV3.TextColor3 = Color3.new(0, 0, 0)

  251. GrabKnifeV3.TextScaled = true

  252. GrabKnifeV3.TextSize = 14

  253. GrabKnifeV3.TextWrapped = true

  254. GrabKnifeV3.MouseButton1Click:connect(function()

  255. loadstring(game:GetObjects("rbxassetid://2948772047")[1].Source)()

  256. end)

  257. BanHammer.Name = "BanHammer"

  258. BanHammer.Parent = exploitgui

  259. BanHammer.BackgroundColor3 = Color3.new(1, 1, 1)

  260. BanHammer.Position = UDim2.new(0.73974365, 0, 0.467700243, 0)

  261. BanHammer.Size = UDim2.new(0, 180, 0, 50)

  262. BanHammer.Font = Enum.Font.SciFi

  263. BanHammer.Text = "Ban Hammer"

  264. BanHammer.TextColor3 = Color3.new(0, 0, 0)

  265. BanHammer.TextScaled = true

  266. BanHammer.TextSize = 14

  267. BanHammer.TextWrapped = true

  268. BanHammer.MouseButton1Click:connect(function()

  269. loadstring(game:GetObjects("rbxassetid://2948778602")[1].Source)()

  270. end)

  271. opengui.Name = "opengui"

  272. opengui.Parent = ScreenGui

  273. opengui.BackgroundColor3 = Color3.new(1, 1, 0)

  274. opengui.BorderColor3 = Color3.new(0, 0, 0)

  275. opengui.Position = UDim2.new(0.0321981609, 0, 0.49140048, 0)

  276. opengui.Size = UDim2.new(0, 200, 0, 50)

  277. opengui.Visible = false

  278. opengui.Style = Enum.ButtonStyle.RobloxButtonDefault

  279. opengui.Font = Enum.Font.SourceSansBold

  280. opengui.Text = "Open Gui"

  281. opengui.TextColor3 = Color3.new(1, 0, 0)

  282. opengui.TextScaled = true

  283. opengui.TextSize = 14

  284. opengui.TextWrapped = true

  285. TextLabel.Parent = ScreenGui

  286. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)

  287. TextLabel.Position = UDim2.new(0.038236618, 0, 0.450859964, 0)

  288. TextLabel.Size = UDim2.new(0, 243, 0, 96)

  289. TextLabel.Font = Enum.Font.SourceSans

  290. TextLabel.Text = "grab knife v4 and grab knife v3 is non fe so idk how to make it fe and some scripts will work on some games"

  291. TextLabel.TextColor3 = Color3.new(0, 0, 0)

  292. TextLabel.TextScaled = true

  293. TextLabel.TextSize = 14

  294. TextLabel.TextWrapped = true

  295. TextLabel.Active = true

  296. TextLabel.Draggable = true

  297. -- [{END OF THE SCRIPT}] --

  298. -- WHEN CLICKING THE R6 BUTTON MAKE SURE TO EXECUTE THE SCRIPT AGAIN!

Ulimated Trolling gui - Pastebin.com (2024)
Top Articles
Latest Posts
Article information

Author: Mrs. Angelic Larkin

Last Updated:

Views: 6021

Rating: 4.7 / 5 (67 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Mrs. Angelic Larkin

Birthday: 1992-06-28

Address: Apt. 413 8275 Mueller Overpass, South Magnolia, IA 99527-6023

Phone: +6824704719725

Job: District Real-Estate Facilitator

Hobby: Letterboxing, Vacation, Poi, Homebrewing, Mountain biking, Slacklining, Cabaret

Introduction: My name is Mrs. Angelic Larkin, I am a cute, charming, funny, determined, inexpensive, joyous, cheerful person who loves writing and wants to share my knowledge and understanding with you.