Advertisement
Guest User

Build to Survive trolling GUI (not mine)

a guest
Feb 3rd, 2021
2,153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.39 KB | None | 0 0
  1. -- [[ Built to Troll Gui by Uctron ]]
  2.  
  3. -- Variables
  4.  
  5. local ToggleGuis = true
  6.  
  7. -- Objects
  8.  
  9. local BuilttoTrollGui = Instance.new("ScreenGui")
  10. local Toggle = Instance.new("TextButton")
  11. local Menu = Instance.new("Frame")
  12. local GameX = Instance.new("TextButton")
  13. local Players = Instance.new("TextButton")
  14. local Tools = Instance.new("TextButton")
  15. local Fun = Instance.new("TextButton")
  16. local PlayersFrame = Instance.new("Frame")
  17. local Kill = Instance.new("TextButton")
  18. local Kick = Instance.new("TextButton")
  19. local Punish = Instance.new("TextButton")
  20. local Ragdoll = Instance.new("TextButton")
  21. local TeleportTo = Instance.new("TextButton")
  22. local Victim = Instance.new("TextBox")
  23. local GameFrame = Instance.new("Frame")
  24. local ClearBases = Instance.new("TextButton")
  25. local ClearWorkspace = Instance.new("TextButton")
  26. local RemoveMobs = Instance.new("TextButton")
  27. local RemoveCages = Instance.new("TextButton")
  28. local PermRemoveMobs = Instance.new("TextButton")
  29. local Shutdown = Instance.new("TextButton")
  30. local ToolsFrame = Instance.new("Frame")
  31. local AllBtools = Instance.new("TextButton")
  32. local Move = Instance.new("TextButton")
  33. local Copy = Instance.new("TextButton")
  34. local Delete = Instance.new("TextButton")
  35. local Shutdown_2 = Instance.new("Frame")
  36. local Question = Instance.new("TextLabel")
  37. local Normal = Instance.new("TextButton")
  38. local Full = Instance.new("TextButton")
  39. local Close = Instance.new("TextButton")
  40. local FunFrame = Instance.new("Frame")
  41. local CreateDeadClone = Instance.new("TextButton")
  42. local SpamHeadClones = Instance.new("TextButton")
  43. local SpamLimbClones = Instance.new("TextButton")
  44. local Credit = Instance.new("TextLabel")
  45.  
  46. -- Properties
  47.  
  48. BuilttoTrollGui.Name = "Built to Troll Gui"
  49. BuilttoTrollGui.Parent = game.CoreGui
  50. BuilttoTrollGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  51.  
  52. Toggle.Name = "Toggle"
  53. Toggle.Parent = BuilttoTrollGui
  54. Toggle.BackgroundColor3 = Color3.new(0, 0, 0)
  55. Toggle.BorderColor3 = Color3.new(0, 0, 0)
  56. Toggle.BorderSizePixel = 0
  57. Toggle.Position = UDim2.new(0, 0, 0.634069383, 0)
  58. Toggle.Size = UDim2.new(0, 126, 0, 24)
  59. Toggle.Font = Enum.Font.Garamond
  60. Toggle.Text = "Built to Troll"
  61. Toggle.TextColor3 = Color3.new(0, 1, 1)
  62. Toggle.TextScaled = true
  63. Toggle.TextSize = 14
  64. Toggle.TextWrapped = true
  65.  
  66. Menu.Name = "Menu"
  67. Menu.Parent = Toggle
  68. Menu.Active = true
  69. Menu.BackgroundColor3 = Color3.new(0, 0, 0)
  70. Menu.BackgroundTransparency = 0.5
  71. Menu.BorderColor3 = Color3.new(0, 1, 1)
  72. Menu.BorderSizePixel = 2
  73. Menu.Draggable = true
  74. Menu.Position = UDim2.new(0, game.Players.LocalPlayer:GetMouse().ViewSizeX/2.5, 0, -game.Players.LocalPlayer:GetMouse().ViewSizeY/2)
  75. Menu.Size = UDim2.new(0, 500, 0, 28)
  76. Menu.Visible = true
  77.  
  78. GameX.Name = "Game"
  79. GameX.Parent = Menu
  80. GameX.BackgroundColor3 = Color3.new(0, 0, 0)
  81. GameX.BorderColor3 = Color3.new(0, 0, 0)
  82. GameX.BorderSizePixel = 0
  83. GameX.Size = UDim2.new(0, 100, 0, 28)
  84. GameX.Font = Enum.Font.Garamond
  85. GameX.Text = "Game | +"
  86. GameX.TextColor3 = Color3.new(0, 1, 1)
  87. GameX.TextScaled = true
  88. GameX.TextSize = 14
  89. GameX.TextWrapped = true
  90.  
  91. Players.Name = "Players"
  92. Players.Parent = Menu
  93. Players.BackgroundColor3 = Color3.new(0, 0, 0)
  94. Players.BorderColor3 = Color3.new(0, 0, 0)
  95. Players.BorderSizePixel = 0
  96. Players.Position = UDim2.new(0.26699999, 0, 0, 0)
  97. Players.Size = UDim2.new(0, 100, 0, 28)
  98. Players.Font = Enum.Font.Garamond
  99. Players.Text = "Players | +"
  100. Players.TextColor3 = Color3.new(0, 1, 1)
  101. Players.TextScaled = true
  102. Players.TextSize = 14
  103. Players.TextWrapped = true
  104.  
  105. Tools.Name = "Tools"
  106. Tools.Parent = Menu
  107. Tools.BackgroundColor3 = Color3.new(0, 0, 0)
  108. Tools.BorderColor3 = Color3.new(0, 0, 0)
  109. Tools.BorderSizePixel = 0
  110. Tools.Position = UDim2.new(0.532999992, 0, 0, 0)
  111. Tools.Size = UDim2.new(0, 100, 0, 28)
  112. Tools.Font = Enum.Font.Garamond
  113. Tools.Text = "Tools | +"
  114. Tools.TextColor3 = Color3.new(0, 1, 1)
  115. Tools.TextScaled = true
  116. Tools.TextSize = 14
  117. Tools.TextWrapped = true
  118.  
  119. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  120. Fun.Name = "Fun"
  121. Fun.Parent = Menu
  122. Fun.BackgroundColor3 = Color3.new(0, 0, 0)
  123. Fun.BorderColor3 = Color3.new(0, 0, 0)
  124. Fun.BorderSizePixel = 0
  125. Fun.Position = UDim2.new(0.800000012, 0, 0, 0)
  126. Fun.Size = UDim2.new(0, 100, 0, 28)
  127. Fun.Font = Enum.Font.Garamond
  128. Fun.Text = "Fun | +"
  129. Fun.TextColor3 = Color3.new(0, 1, 1)
  130. Fun.TextScaled = true
  131. Fun.TextSize = 14
  132. Fun.TextWrapped = true
  133. end
  134.  
  135. PlayersFrame.Name = "PlayersFrame"
  136. PlayersFrame.Parent = Menu
  137. PlayersFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  138. PlayersFrame.BorderColor3 = Color3.new(0, 1, 1)
  139. PlayersFrame.BorderSizePixel = 0
  140. PlayersFrame.Position = UDim2.new(0.267246945, 0, 0.995716333, 0)
  141. PlayersFrame.Size = UDim2.new(0, 100, 0, 223)
  142. PlayersFrame.Visible = false
  143.  
  144. Kill.Name = "Kill"
  145. Kill.Parent = PlayersFrame
  146. Kill.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  147. Kill.BorderColor3 = Color3.new(0, 0, 0)
  148. Kill.BorderSizePixel = 0
  149. Kill.Size = UDim2.new(0, 100, 0, 25)
  150. Kill.Font = Enum.Font.Garamond
  151. Kill.Text = "Kill"
  152. Kill.TextColor3 = Color3.new(0, 0, 0)
  153. Kill.TextScaled = true
  154. Kill.TextSize = 14
  155. Kill.TextWrapped = true
  156.  
  157. Kick.Name = "Kick"
  158. Kick.Parent = PlayersFrame
  159. Kick.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  160. Kick.BorderColor3 = Color3.new(0, 0, 0)
  161. Kick.BorderSizePixel = 0
  162. Kick.Position = UDim2.new(0, 0, 0.174887896, 0)
  163. Kick.Size = UDim2.new(0, 100, 0, 25)
  164. Kick.Font = Enum.Font.Garamond
  165. Kick.Text = "Kick"
  166. Kick.TextColor3 = Color3.new(0, 0, 0)
  167. Kick.TextScaled = true
  168. Kick.TextSize = 14
  169. Kick.TextWrapped = true
  170.  
  171. Punish.Name = "Punish"
  172. Punish.Parent = PlayersFrame
  173. Punish.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  174. Punish.BorderColor3 = Color3.new(0, 0, 0)
  175. Punish.BorderSizePixel = 0
  176. Punish.Position = UDim2.new(0, 0, 0.356031367, 0)
  177. Punish.Size = UDim2.new(0, 100, 0, 25)
  178. Punish.Font = Enum.Font.Garamond
  179. Punish.Text = "Punish"
  180. Punish.TextColor3 = Color3.new(0, 0, 0)
  181. Punish.TextScaled = true
  182. Punish.TextSize = 14
  183. Punish.TextWrapped = true
  184.  
  185. Ragdoll.Name = "Ragdoll"
  186. Ragdoll.Parent = PlayersFrame
  187. Ragdoll.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  188. Ragdoll.BorderColor3 = Color3.new(0, 0, 0)
  189. Ragdoll.BorderSizePixel = 0
  190. Ragdoll.Position = UDim2.new(0, 0, 0.533632338, 0)
  191. Ragdoll.Size = UDim2.new(0, 100, 0, 25)
  192. Ragdoll.Font = Enum.Font.Garamond
  193. Ragdoll.Text = "Ragdoll"
  194. Ragdoll.TextColor3 = Color3.new(0, 0, 0)
  195. Ragdoll.TextScaled = true
  196. Ragdoll.TextSize = 14
  197. Ragdoll.TextWrapped = true
  198.  
  199. TeleportTo.Name = "Teleport To"
  200. TeleportTo.Parent = PlayersFrame
  201. TeleportTo.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  202. TeleportTo.BorderColor3 = Color3.new(0, 0, 0)
  203. TeleportTo.BorderSizePixel = 0
  204. TeleportTo.Position = UDim2.new(0, 0, 0.713004529, 0)
  205. TeleportTo.Size = UDim2.new(0, 100, 0, 25)
  206. TeleportTo.Font = Enum.Font.Garamond
  207. TeleportTo.Text = "Teleport To"
  208. TeleportTo.TextColor3 = Color3.new(0, 0, 0)
  209. TeleportTo.TextScaled = true
  210. TeleportTo.TextSize = 14
  211. TeleportTo.TextWrapped = true
  212.  
  213. Victim.Parent = PlayersFrame
  214. Victim.BackgroundColor3 = Color3.new(0, 0.196078, 0.196078)
  215. Victim.BorderColor3 = Color3.new(0, 0, 0)
  216. Victim.BorderSizePixel = 0
  217. Victim.ClearTextOnFocus = false
  218. Victim.PlaceholderText = "Victim"
  219. Victim.PlaceholderColor3 = Color3.new(0, .8, .8)
  220. Victim.Position = UDim2.new(0, 0, 0.887892365, 0)
  221. Victim.Size = UDim2.new(0, 100, 0, 25)
  222. Victim.Font = Enum.Font.Garamond
  223. Victim.Name = "Victim"
  224. Victim.Text = ""
  225. Victim.TextColor3 = Color3.new(0, 1, 1)
  226. Victim.TextScaled = true
  227. Victim.TextSize = 14
  228. Victim.TextStrokeTransparency = 0
  229. Victim.TextWrapped = true
  230.  
  231. GameFrame.Name = "GameFrame"
  232. GameFrame.Parent = Menu
  233. GameFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  234. GameFrame.BorderColor3 = Color3.new(0, 1, 1)
  235. GameFrame.BorderSizePixel = 0
  236. GameFrame.Position = UDim2.new(0, 0, 1, 0)
  237. GameFrame.Size = UDim2.new(0, 100, 0, 223)
  238. GameFrame.Visible = false
  239.  
  240. ClearBases.Name = "Clear Bases"
  241. ClearBases.Parent = GameFrame
  242. ClearBases.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  243. ClearBases.BorderColor3 = Color3.new(0, 0, 0)
  244. ClearBases.BorderSizePixel = 0
  245. ClearBases.Size = UDim2.new(0, 100, 0, 25)
  246. ClearBases.Font = Enum.Font.Garamond
  247. ClearBases.Text = "Clear Bases"
  248. ClearBases.TextColor3 = Color3.new(0, 0, 0)
  249. ClearBases.TextScaled = true
  250. ClearBases.TextSize = 14
  251. ClearBases.TextWrapped = true
  252.  
  253. ClearWorkspace.Name = "Clear Workspace"
  254. ClearWorkspace.Parent = GameFrame
  255. ClearWorkspace.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  256. ClearWorkspace.BorderColor3 = Color3.new(0, 0, 0)
  257. ClearWorkspace.BorderSizePixel = 0
  258. ClearWorkspace.Position = UDim2.new(0, 0, 0.174887896, 0)
  259. ClearWorkspace.Size = UDim2.new(0, 100, 0, 25)
  260. ClearWorkspace.Font = Enum.Font.Garamond
  261. ClearWorkspace.Text = "Clear Workspace"
  262. ClearWorkspace.TextColor3 = Color3.new(0, 0, 0)
  263. ClearWorkspace.TextScaled = true
  264. ClearWorkspace.TextSize = 14
  265. ClearWorkspace.TextWrapped = true
  266.  
  267. RemoveMobs.Name = "Remove Mobs"
  268. RemoveMobs.Parent = GameFrame
  269. RemoveMobs.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  270. RemoveMobs.BorderColor3 = Color3.new(0, 0, 0)
  271. RemoveMobs.BorderSizePixel = 0
  272. RemoveMobs.Position = UDim2.new(0, 0, 0.353031367, 0)
  273. RemoveMobs.Size = UDim2.new(0, 100, 0, 25)
  274. RemoveMobs.Font = Enum.Font.Garamond
  275. RemoveMobs.Text = "Remove Mobs"
  276. RemoveMobs.TextColor3 = Color3.new(0, 0, 0)
  277. RemoveMobs.TextScaled = true
  278. RemoveMobs.TextSize = 14
  279. RemoveMobs.TextWrapped = true
  280.  
  281. RemoveCages.Name = "Remove Cages"
  282. RemoveCages.Parent = GameFrame
  283. RemoveCages.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  284. RemoveCages.BorderColor3 = Color3.new(0, 0, 0)
  285. RemoveCages.BorderSizePixel = 0
  286. RemoveCages.Position = UDim2.new(0, 0, 0.533632338, 0)
  287. RemoveCages.Size = UDim2.new(0, 100, 0, 25)
  288. RemoveCages.Font = Enum.Font.Garamond
  289. RemoveCages.Text = "Remove Cages"
  290. RemoveCages.TextColor3 = Color3.new(0, 0, 0)
  291. RemoveCages.TextScaled = true
  292. RemoveCages.TextSize = 14
  293. RemoveCages.TextWrapped = true
  294.  
  295. PermRemoveMobs.Name = "Perm Remove Mobs"
  296. PermRemoveMobs.Parent = GameFrame
  297. PermRemoveMobs.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  298. PermRemoveMobs.BorderColor3 = Color3.new(0, 0, 0)
  299. PermRemoveMobs.BorderSizePixel = 0
  300. PermRemoveMobs.Position = UDim2.new(0, 0, 0.713004529, 0)
  301. PermRemoveMobs.Size = UDim2.new(0, 100, 0, 25)
  302. PermRemoveMobs.Font = Enum.Font.Garamond
  303. PermRemoveMobs.Text = "Perm Remove Mobs"
  304. PermRemoveMobs.TextColor3 = Color3.new(0, 0, 0)
  305. PermRemoveMobs.TextScaled = true
  306. PermRemoveMobs.TextSize = 14
  307. PermRemoveMobs.TextWrapped = true
  308.  
  309. Shutdown.Name = "Shutdown"
  310. Shutdown.Parent = GameFrame
  311. Shutdown.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  312. Shutdown.BorderColor3 = Color3.new(0, 0, 0)
  313. Shutdown.BorderSizePixel = 0
  314. Shutdown.Position = UDim2.new(0, 0, 0.887892365, 0)
  315. Shutdown.Size = UDim2.new(0, 100, 0, 25)
  316. Shutdown.Font = Enum.Font.Garamond
  317. Shutdown.Text = "Shutdown"
  318. Shutdown.TextColor3 = Color3.new(0, 0, 0)
  319. Shutdown.TextScaled = true
  320. Shutdown.TextSize = 14
  321. Shutdown.TextWrapped = true
  322.  
  323. ToolsFrame.Name = "ToolsFrame"
  324. ToolsFrame.Parent = Menu
  325. ToolsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  326. ToolsFrame.BorderColor3 = Color3.new(0, 1, 1)
  327. ToolsFrame.BorderSizePixel = 0
  328. ToolsFrame.Position = UDim2.new(0.533540155, 0, 0.995716333, 0)
  329. ToolsFrame.Size = UDim2.new(0, 100, 0, 144)
  330. ToolsFrame.Visible = false
  331.  
  332. AllBtools.Name = "All Btools"
  333. AllBtools.Parent = ToolsFrame
  334. AllBtools.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  335. AllBtools.BorderColor3 = Color3.new(0, 0, 0)
  336. AllBtools.BorderSizePixel = 0
  337. AllBtools.Size = UDim2.new(0, 100, 0, 25)
  338. AllBtools.Font = Enum.Font.Garamond
  339. AllBtools.Text = "All Btools"
  340. AllBtools.TextColor3 = Color3.new(0, 0, 0)
  341. AllBtools.TextScaled = true
  342. AllBtools.TextSize = 14
  343. AllBtools.TextWrapped = true
  344.  
  345. Move.Name = "Move"
  346. Move.Parent = ToolsFrame
  347. Move.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  348. Move.BorderColor3 = Color3.new(0, 0, 0)
  349. Move.BorderSizePixel = 0
  350. Move.Position = UDim2.new(0, 0, 0.270165687, 0)
  351. Move.Size = UDim2.new(0, 100, 0, 25)
  352. Move.Font = Enum.Font.Garamond
  353. Move.Text = "Move"
  354. Move.TextColor3 = Color3.new(0, 0, 0)
  355. Move.TextScaled = true
  356. Move.TextSize = 14
  357. Move.TextWrapped = true
  358.  
  359. Copy.Name = "Copy"
  360. Copy.Parent = ToolsFrame
  361. Copy.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  362. Copy.BorderColor3 = Color3.new(0, 0, 0)
  363. Copy.BorderSizePixel = 0
  364. Copy.Position = UDim2.new(0, 0, 0.547999983, 0)
  365. Copy.Size = UDim2.new(0, 100, 0, 25)
  366. Copy.Font = Enum.Font.Garamond
  367. Copy.Text = "Copy"
  368. Copy.TextColor3 = Color3.new(0, 0, 0)
  369. Copy.TextScaled = true
  370. Copy.TextSize = 14
  371. Copy.TextWrapped = true
  372.  
  373. Delete.Name = "Delete"
  374. Delete.Parent = ToolsFrame
  375. Delete.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  376. Delete.BorderColor3 = Color3.new(0, 0, 0)
  377. Delete.BorderSizePixel = 0
  378. Delete.Position = UDim2.new(0, 0, 0.827000022, 0)
  379. Delete.Size = UDim2.new(0, 100, 0, 25)
  380. Delete.Font = Enum.Font.Garamond
  381. Delete.Text = "Delete"
  382. Delete.TextColor3 = Color3.new(0, 0, 0)
  383. Delete.TextScaled = true
  384. Delete.TextSize = 14
  385. Delete.TextWrapped = true
  386.  
  387. Shutdown_2.Name = "Shutdown"
  388. Shutdown_2.Parent = Menu
  389. Shutdown_2.BackgroundColor3 = Color3.new(0, 0.501961, 0.501961)
  390. Shutdown_2.BorderColor3 = Color3.new(0, 0, 0)
  391. Shutdown_2.BorderSizePixel = 0
  392. Shutdown_2.Position = UDim2.new(0.617149055, 0, 10.504281, 0)
  393. Shutdown_2.Size = UDim2.new(0, 282, 0, 145)
  394. Shutdown_2.Visible = false
  395.  
  396. Question.Name = "Question"
  397. Question.Parent = Shutdown_2
  398. Question.BackgroundColor3 = Color3.new(0, 0, 0)
  399. Question.BorderColor3 = Color3.new(0, 0, 0)
  400. Question.BorderSizePixel = 3
  401. Question.Size = UDim2.new(0, 282, 0, 52)
  402. Question.Font = Enum.Font.Gotham
  403. Question.Text = "Would you like to run a normal shutdown or a full shutdown?"
  404. Question.TextColor3 = Color3.new(0, 1, 1)
  405. Question.TextScaled = true
  406. Question.TextSize = 14
  407. Question.TextWrapped = true
  408.  
  409. Normal.Name = "Normal"
  410. Normal.Parent = Shutdown_2
  411. Normal.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  412. Normal.BorderColor3 = Color3.new(0, 0, 0)
  413. Normal.BorderSizePixel = 0
  414. Normal.Position = UDim2.new(0.0212765932, 0, 0.627586186, 0)
  415. Normal.Size = UDim2.new(0, 100, 0, 25)
  416. Normal.Font = Enum.Font.Garamond
  417. Normal.Text = "Normal"
  418. Normal.TextColor3 = Color3.new(0, 0, 0)
  419. Normal.TextScaled = true
  420. Normal.TextSize = 14
  421. Normal.TextWrapped = true
  422.  
  423. Full.Name = "Full"
  424. Full.Parent = Shutdown_2
  425. Full.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  426. Full.BorderColor3 = Color3.new(0, 0, 0)
  427. Full.BorderSizePixel = 0
  428. Full.Position = UDim2.new(0.6241135, 0, 0.627586186, 0)
  429. Full.Size = UDim2.new(0, 100, 0, 25)
  430. Full.Font = Enum.Font.Garamond
  431. Full.Text = "Full"
  432. Full.TextColor3 = Color3.new(0, 0, 0)
  433. Full.TextScaled = true
  434. Full.TextSize = 14
  435. Full.TextWrapped = true
  436.  
  437. Close.Name = "Close"
  438. Close.Parent = Shutdown_2
  439. Close.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  440. Close.BorderColor3 = Color3.new(0, 0, 0)
  441. Close.BorderSizePixel = 0
  442. Close.Position = UDim2.new(0.453900754, 0, 0.827586234, 0)
  443. Close.Size = UDim2.new(0, 25, 0, 25)
  444. Close.Font = Enum.Font.Garamond
  445. Close.Text = "✕"
  446. Close.TextColor3 = Color3.new(0, 0, 0)
  447. Close.TextSize = 25
  448. Close.TextWrapped = true
  449.  
  450. FunFrame.Name = "FunFrame"
  451. FunFrame.Parent = Menu
  452. FunFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  453. FunFrame.BorderColor3 = Color3.new(0, 1, 1)
  454. FunFrame.BorderSizePixel = 0
  455. FunFrame.Position = UDim2.new(0.799820483, 0, 0.995716274, 0)
  456. FunFrame.Size = UDim2.new(0, 100, 0, 103)
  457. FunFrame.Visible = false
  458.  
  459. CreateDeadClone.Name = "Create Dead Clone"
  460. CreateDeadClone.Parent = FunFrame
  461. CreateDeadClone.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  462. CreateDeadClone.BorderColor3 = Color3.new(0, 0, 0)
  463. CreateDeadClone.BorderSizePixel = 0
  464. CreateDeadClone.Size = UDim2.new(0, 100, 0, 25)
  465. CreateDeadClone.Font = Enum.Font.Garamond
  466. CreateDeadClone.Text = "Create Dead Clone"
  467. CreateDeadClone.TextColor3 = Color3.new(0, 0, 0)
  468. CreateDeadClone.TextScaled = true
  469. CreateDeadClone.TextSize = 14
  470. CreateDeadClone.TextWrapped = true
  471.  
  472. SpamHeadClones.Name = "Spam Head Clones"
  473. SpamHeadClones.Parent = FunFrame
  474. SpamHeadClones.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  475. SpamHeadClones.BorderColor3 = Color3.new(0, 0, 0)
  476. SpamHeadClones.BorderSizePixel = 0
  477. SpamHeadClones.Position = UDim2.new(0, 0, 0.377999988, 0)
  478. SpamHeadClones.Size = UDim2.new(0, 100, 0, 25)
  479. SpamHeadClones.Font = Enum.Font.Garamond
  480. SpamHeadClones.Text = "Spam Head Clones"
  481. SpamHeadClones.TextColor3 = Color3.new(0, 0, 0)
  482. SpamHeadClones.TextScaled = true
  483. SpamHeadClones.TextSize = 14
  484. SpamHeadClones.TextWrapped = true
  485.  
  486. SpamLimbClones.Name = "Spam Limb Clones - R6 Only"
  487. SpamLimbClones.Parent = FunFrame
  488. SpamLimbClones.BackgroundColor3 = Color3.new(0, 0.784314, 0.784314)
  489. SpamLimbClones.BorderColor3 = Color3.new(0, 0, 0)
  490. SpamLimbClones.BorderSizePixel = 0
  491. SpamLimbClones.Position = UDim2.new(0, 0, 0.765592214, 0)
  492. SpamLimbClones.Size = UDim2.new(0, 100, 0, 25)
  493. SpamLimbClones.Font = Enum.Font.Garamond
  494. SpamLimbClones.Text = "Spam Limb Clones"
  495. SpamLimbClones.TextColor3 = Color3.new(0, 0, 0)
  496. SpamLimbClones.TextScaled = true
  497. SpamLimbClones.TextSize = 14
  498. SpamLimbClones.TextWrapped = true
  499.  
  500. Credit.Name = "Credit"
  501. Credit.Parent = Toggle
  502. Credit.BackgroundColor3 = Color3.new(0, 0, 0)
  503. Credit.BackgroundTransparency = 1
  504. Credit.BorderColor3 = Color3.new(0, 0, 0)
  505. Credit.BorderSizePixel = 0
  506. Credit.Position = UDim2.new(0, 0, 1, 0)
  507. Credit.Size = UDim2.new(0, 126, 0, 24)
  508. Credit.Font = Enum.Font.Gotham
  509. Credit.Text = "By Uctron"
  510. Credit.TextColor3 = Color3.new(0, 0.784314, 0.784314)
  511. Credit.TextSize = 14
  512. Credit.TextStrokeTransparency = 0
  513. Credit.TextWrapped = true
  514. Credit.TextXAlignment = Enum.TextXAlignment.Left
  515.  
  516. local ButtonSound = Instance.new("Sound")
  517. ButtonSound.SoundId = "rbxassetid://2499155192"
  518. ButtonSound.Volume = 1
  519. ButtonSound.Name = "BTTSound"
  520. ButtonSound.Parent = BuilttoTrollGui
  521.  
  522. function GetPlayer(String)
  523. local Found = {}
  524. local strl = String:lower()
  525. if strl == "all" then
  526. for i,v in pairs(game.Players:GetPlayers()) do
  527. table.insert(Found,v.Name)
  528. end
  529. elseif strl == "others" then
  530. for i,v in pairs(game.Players:GetPlayers()) do
  531. if v.Name ~= game.Players.LocalPlayer.Name then
  532. table.insert(Found,v.Name)
  533. end
  534. end
  535. elseif strl == "me" then
  536. for i,v in pairs(game.Players:GetPlayers()) do
  537. if v.Name == game.Players.LocalPlayer.Name then
  538. table.insert(Found,v.Name)
  539. end
  540. end
  541. else
  542. for i,v in pairs(game.Players:GetPlayers()) do
  543. if v.Name:lower():sub(1, #String) == String:lower() then
  544. table.insert(Found,v.Name)
  545. end
  546. end
  547. end
  548. return Found
  549. end
  550.  
  551. ClearBases.MouseButton1Click:Connect(function()
  552. for GetBases,_1 in pairs(workspace:FindFirstChild("Bases"):GetChildren()) do
  553. if _1:IsA("Model") then
  554. for BaseStorages,_2 in pairs(_1:FindFirstChild("Blocks"):GetChildren()) do
  555. if _2:IsA("BasePart") then
  556. game.ReplicatedStorage.PlayerEvents["e"..game.Players.LocalPlayer.UserId].DestroyItem:FireServer(_2)
  557. end
  558. end
  559. end
  560. end
  561. end)
  562.  
  563. ClearWorkspace.MouseButton1Click:Connect(function()
  564. for _,Clear in pairs(workspace:GetDescendants()) do BasePart = Clear
  565. if BasePart:IsA("BasePart") then
  566. game.ReplicatedStorage.PlayerEvents["e"..game.Players.LocalPlayer.UserId].DestroyItem:FireServer(Clear)
  567. end
  568. end
  569. end)
  570.  
  571. PermRemoveMobs.MouseButton1Click:Connect(function()
  572. if workspace:FindFirstChild("Mobs") then
  573. game.ReplicatedStorage.PlayerEvents["e"..game.Players.LocalPlayer.UserId].DestroyItem:FireServer(workspace.Mobs)
  574. end
  575. end)
  576.  
  577. RemoveCages.MouseButton1Click:Connect(function()
  578. if workspace:FindFirstChild("Cages") then
  579. game.ReplicatedStorage.PlayerEvents["e"..game.Players.LocalPlayer.UserId].DestroyItem:FireServer(workspace.Cages)
  580. end
  581. end)
  582.  
  583. RemoveMobs.MouseButton1Click:Connect(function()
  584. for i,v in pairs(workspace.Mobs:GetChildren()) do
  585. if v:IsA("Model") then
  586. game.ReplicatedStorage.PlayerEvents["e"..game.Players.LocalPlayer.UserId].DestroyItem:FireServer(v)
  587. end
  588. end
  589. end)
  590.  
  591. Shutdown.MouseButton1Click:Connect(function()
  592. Shutdown_2.Visible = true
  593. end)
  594.  
  595. Close.MouseButton1Click:Connect(function()
  596. Shutdown_2.Visible = false
  597. end)
  598.  
  599. Normal.MouseButton1Click:Connect(function()
  600. for _,Shutdown in pairs(game.Players:GetPlayers()) do
  601. game.ReplicatedStorage.PlayerEvents["e"..game.Players.LocalPlayer.UserId].DestroyItem:FireServer(Shutdown)
  602. end
  603. end)
  604.  
  605. Full.MouseButton1Click:Connect(function()
  606. for _,Shutdown in pairs(game:GetDescendants()) do Bypass1 = Shutdown Bypass2 = Shutdown Bypass3 = Shutdown Bypass4 = Shutdown
  607. if Bypass1.Name ~= "PlayerEvents" and Bypass2.Name ~= "e"..game.Players.LocalPlayer.UserId and Bypass3.Name ~= "PlaceItem" and Bypass4.Name ~= "DestroyItem" then
  608. game.ReplicatedStorage.PlayerEvents["e"..game.Players.LocalPlayer.UserId].DestroyItem:FireServer(Shutdown)
  609. end
  610. end
  611. end)
  612.  
  613. Kick.MouseButton1Click:Connect(function()
  614. for i,v in pairs(GetPlayer(Victim.Text)) do
  615. if game.Players:FindFirstChild(v) then
  616. game.ReplicatedStorage.PlayerEvents["e"..game.Players.LocalPlayer.UserId].DestroyItem:FireServer(game.Players:FindFirstChild(v))
  617. end
  618. end
  619. end)
  620.  
  621. Kill.MouseButton1Click:Connect(function()
  622. for i,v in pairs(GetPlayer(Victim.Text)) do
  623. if game.Players:FindFirstChild(v) then
  624. if game.Players:FindFirstChild(v).Character then
  625. if game.Players[v].Character:FindFirstChild("Torso") then
  626. if game.Players[v].Character.Torso:FindFirstChild("Neck") then
  627. game.ReplicatedStorage.PlayerEvents["e"..game.Players.LocalPlayer.UserId].DestroyItem:FireServer(game.Players[v].Character.Torso.Neck)
  628. end
  629. elseif game.Players[v].Character:FindFirstChild("UpperTorso") then
  630. game.ReplicatedStorage.PlayerEvents["e"..game.Players.LocalPlayer.UserId].DestroyItem:FireServer(game.Players[v].Character.UpperTorso)
  631. end
  632. end
  633. end
  634. end
  635. end)
  636.  
  637. Punish.MouseButton1Click:Connect(function()
  638. for i,v in pairs(GetPlayer(Victim.Text)) do
  639. if game.Players:FindFirstChild(v) then
  640. if game.Players:FindFirstChild(v).Character then
  641. game.ReplicatedStorage.PlayerEvents["e"..game.Players.LocalPlayer.UserId].DestroyItem:FireServer(game.Players[v].Character)
  642. end
  643. end
  644. end
  645. end)
  646.  
  647. Ragdoll.MouseButton1Click:Connect(function()
  648. for i,v in pairs(GetPlayer(Victim.Text)) do
  649. if game.Players:FindFirstChild(v) then
  650. if game.Players:FindFirstChild(v).Character then
  651. if game.Players:FindFirstChild(v).Character:FindFirstChild("Humanoid") then
  652. game.ReplicatedStorage.PlayerEvents["e"..game.Players.LocalPlayer.UserId].DestroyItem:FireServer(game.Players[v].Character.Humanoid)
  653. end
  654. end
  655. end
  656. end
  657. end)
  658.  
  659. TeleportTo.MouseButton1Click:Connect(function()
  660. for i,v in pairs(GetPlayer(Victim.Text)) do
  661. if game.Players:FindFirstChild(v) then
  662. if game.Players[v].Character:FindFirstChild("HumanoidRootPart") and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  663. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v].Character.HumanoidRootPart.CFrame
  664. end
  665. end
  666. end
  667. end)
  668.  
  669. AllBtools.MouseButton1Click:Connect(function()
  670. local LP, Camera, UIS = game:GetService('Players')['LocalPlayer'], workspace['CurrentCamera'], game:GetService('UserInputService')
  671. local Char, Mouse = LP['Character'], LP:GetMouse()
  672. local Humanoid, Root = Char:FindFirstChildWhichIsA('Humanoid'), Char['HumanoidRootPart']
  673.  
  674. local Tools = {
  675. ['Move'] = Instance.new('Tool');
  676. ['Clone'] = Instance.new('Tool');
  677. ['Destroy'] = Instance.new('Tool');
  678. }
  679.  
  680. Tools['Move'].TextureId = 'rbxassetid://1048129653'; Tools['Clone'].TextureId = 'rbxasset://Textures/Clone.png'; Tools['Destroy'].TextureId = 'http://www.roblox.com/asset/?id=14808588'; for K,V in next, Tools do V['RequiresHandle'] = false end
  681.  
  682. Tools['Move'].Parent = LP.Backpack
  683. Tools['Clone'].Parent = LP.Backpack
  684. Tools['Destroy'].Parent = LP.Backpack
  685.  
  686. local Delete = function(Obj)
  687. game:GetService('ReplicatedStorage').PlayerEvents['e'..LP['UserId']].DestroyItem:FireServer(Obj)
  688. end
  689.  
  690. local Place = function(CFrame,Obj)
  691. game:GetService('ReplicatedStorage').PlayerEvents['e'..LP['UserId']].PlaceItem:FireServer(CFrame,Obj)
  692. end
  693.  
  694. local IgnoreList = {};
  695.  
  696. for K,V in next, workspace:GetDescendants() do
  697. if V:IsA('Part') or V:IsA('BasePart') then
  698. if rawequal(V['Transparency'],1) then
  699. table.insert(IgnoreList,V)
  700. end
  701. end
  702. end
  703.  
  704. for K,V in next, Char:GetDescendants() do
  705. if V:IsA('Part') or V:IsA('BasePart') then
  706. table.insert(IgnoreList,V)
  707. end
  708. end
  709.  
  710. workspace.DescendantAdded:Connect(function(Obj)
  711. if Obj:IsA('Part') or Obj:IsA('BasePart') then
  712. if rawequal(Obj['Transparency'],1) then
  713. table.insert(IgnoreList,Obj)
  714. end
  715. end
  716. end)
  717.  
  718. local PointInfo = function(X,Y)
  719. local RayA = Camera:ScreenPointToRay(X,Y); local RayB = Ray.new(RayA.Origin, RayA.Direction * 1.0e3)
  720. local Target, Position = workspace:FindPartOnRayWithIgnoreList(RayB, IgnoreList)
  721. return {Target,Position}
  722. end
  723.  
  724. Tools['Destroy'].Deactivated:Connect(function()
  725. local Obj = PointInfo(Mouse.X,Mouse.Y)[1]
  726. Delete(Obj)
  727. end)
  728.  
  729. Tools['Clone'].Equipped:Connect(function(Mouse)
  730. Mouse.Icon = "rbxasset://textures/CloneCursor.png"
  731. end)
  732.  
  733. Tools['Clone'].Unequipped:Connect(function()
  734. game.Players.LocalPlayer:GetMouse().Icon = ""
  735. end)
  736.  
  737. Tools['Destroy'].Equipped:Connect(function(Mouse)
  738. Mouse.Icon = "rbxasset://textures/HammerCursor.png"
  739. end)
  740.  
  741. Tools['Destroy'].Unequipped:Connect(function()
  742. game.Players.LocalPlayer:GetMouse().Icon = ""
  743. end)
  744.  
  745. local Moving;
  746. Tools['Move'].Activated:Connect(function()
  747. Moving = PointInfo(Mouse.X,Mouse.Y)[1]
  748. table.insert(IgnoreList,Moving); local ObjInList = #IgnoreList
  749. repeat Mouse.Move:Wait()
  750. Moving.CFrame = CFrame.new(PointInfo(Mouse.X,Mouse.Y)[2] + Vector3.new(0,Moving.Size.Y/2,0))
  751. until #UIS:GetMouseButtonsPressed() < 1
  752. IgnoreList[ObjInList] = nil
  753. end)
  754.  
  755. Tools['Move'].Deactivated:Connect(function()
  756. Delete(Moving); Place(Moving.CFrame,Moving)
  757. end)
  758.  
  759. Tools['Clone'].Activated:Connect(function()
  760. Moving = PointInfo(Mouse.X,Mouse.Y)[1]
  761. wait(.2)
  762. table.insert(IgnoreList,Moving); local ObjInList = #IgnoreList
  763. if #UIS:GetMouseButtonsPressed() > 0 then
  764. repeat game:GetService('RunService').RenderStepped:Wait()
  765. Moving.CFrame = CFrame.new(PointInfo(Mouse.X,Mouse.Y)[2] + Vector3.new(0,Moving.Size.Y/2,0))
  766. until #UIS:GetMouseButtonsPressed() < 1
  767. Place(Moving.CFrame,Moving)
  768. else
  769. Place(Moving.CFrame + Vector3.new(0,Moving.Size.Y,0), Moving)
  770. end
  771. IgnoreList[ObjInList] = nil
  772. end)
  773. end)
  774.  
  775. Copy.MouseButton1Click:Connect(function()
  776. local CopyTool = Instance.new("Tool")
  777.  
  778. CopyTool.Name = "CopyTool"
  779. CopyTool.RequiresHandle = false
  780. CopyTool.Activated:Connect(function()
  781. game.ReplicatedStorage.PlayerEvents["e"..game.Players.LocalPlayer.UserId].PlaceItem:FireServer(game.Players.LocalPlayer:GetMouse().Target.CFrame+Vector3.new(0,game.Players.LocalPlayer:GetMouse().Target.Size.Y,0),game.Players.LocalPlayer:GetMouse().Target)
  782. end)
  783.  
  784. CopyTool.Equipped:Connect(function(Mouse)
  785. Mouse.Icon = "rbxasset://textures/CloneCursor.png"
  786. end)
  787.  
  788. CopyTool.Unequipped:Connect(function()
  789. game.Players.LocalPlayer:GetMouse().Icon = ""
  790. end)
  791.  
  792. CopyTool.TextureId = "rbxasset://Textures/Clone.png"
  793. CopyTool.Parent = game.Players.LocalPlayer.Backpack
  794. end)
  795.  
  796. Move.MouseButton1Click:Connect(function()
  797. local MoveTool = Instance.new("Tool")
  798.  
  799. local Moving
  800. local Target
  801.  
  802. MoveTool.Name = "MoveTool"
  803. MoveTool.RequiresHandle = false
  804. MoveTool.Activated:Connect(function()
  805. Moving = true
  806. Target = game.Players.LocalPlayer:GetMouse().Target
  807. repeat
  808. game.Players.LocalPlayer:GetMouse().Move:Wait()
  809. Target.CFrame = CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.p)
  810. game.Players.LocalPlayer:GetMouse().TargetFilter = Target
  811. until Moving == false
  812. end)
  813. MoveTool.Deactivated:Connect(function()
  814. Moving = false
  815. game.ReplicatedStorage.PlayerEvents["e"..game.Players.LocalPlayer.UserId].DestroyItem:FireServer(Target)
  816. game.ReplicatedStorage.PlayerEvents["e"..game.Players.LocalPlayer.UserId].PlaceItem:FireServer(Target.CFrame,Target)
  817. end)
  818.  
  819. MoveTool.TextureId = "rbxassetid://1048129653"
  820. MoveTool.Parent = game.Players.LocalPlayer.Backpack
  821. end)
  822.  
  823. Delete.MouseButton1Click:Connect(function()
  824. local DeleteTool = Instance.new("Tool")
  825.  
  826. DeleteTool.Name = "DeleteTool"
  827. DeleteTool.RequiresHandle = false
  828. DeleteTool.Activated:Connect(function()
  829. game.ReplicatedStorage.PlayerEvents["e"..game.Players.LocalPlayer.UserId].DestroyItem:FireServer(game.Players.LocalPlayer:GetMouse().Target)
  830. end)
  831.  
  832. DeleteTool.Equipped:Connect(function(Mouse)
  833. Mouse.Icon = "rbxasset://textures/HammerCursor.png"
  834. end)
  835.  
  836. DeleteTool.Unequipped:Connect(function()
  837. game.Players.LocalPlayer:GetMouse().Icon = ""
  838. end)
  839.  
  840. DeleteTool.TextureId = "http://www.roblox.com/asset/?id=14808588"
  841. DeleteTool.Parent = game.Players.LocalPlayer.Backpack
  842. end)
  843.  
  844. CreateDeadClone.MouseButton1Click:Connect(function()
  845. Plr = game.Players.LocalPlayer
  846. Char = Plr.Character
  847. Head = Char:FindFirstChild("Head")
  848. Torso = Char:FindFirstChild("Torso")
  849. L_A = Char:FindFirstChild("Left Arm")
  850. R_A = Char:FindFirstChild("Right Arm")
  851. L_L = Char:FindFirstChild("Left Leg")
  852. local R_L = Char:FindFirstChild("Right Leg")
  853. Create = game.ReplicatedStorage.PlayerEvents["e"..Plr.UserId].PlaceItem
  854.  
  855. if Head and Torso and L_A and R_A and L_L and R_L then
  856.  
  857. Head.Anchored = true
  858. Create:FireServer(Head.CFrame, Head)
  859. Create:FireServer(Torso.CFrame, Torso)
  860. Create:FireServer(L_A.CFrame, L_A)
  861. Create:FireServer(R_A.CFrame, R_A)
  862. Create:FireServer(L_L.CFrame, L_L)
  863. Create:FireServer(R_L.CFrame, R_L)
  864.  
  865. if Torso:FindFirstChild("Neck") then
  866. Torso:FindFirstChild("Neck"):Destroy()
  867. end
  868. else
  869. warn("Missing BasePart!")
  870. end
  871. end)
  872.  
  873. SpamHeadClones.MouseButton1Click:Connect(function()
  874. GetHumanoid = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  875.  
  876. function CloneHead()
  877. CreateX = game.Players.LocalPlayer.Character:FindFirstChild("Head").CFrame.X
  878. CreateY = game.Players.LocalPlayer.Character:FindFirstChild("Head").CFrame.Y
  879. CreateZ = game.Players.LocalPlayer.Character:FindFirstChild("Head").CFrame.Z
  880. Initialize_Coordinates =
  881. {
  882. Initialize_XCoordinate = 0;
  883. Initialize_YCoordinate = 1;
  884. Initialize_ZCoordinate = 2
  885. }
  886. Initialize_Coordinates.Initialize_XCoordinate = CreateX
  887. Initialize_Coordinates.Initialize_YCoordinate = CreateY
  888. Initialize_Coordinates.Initialize_ZCoordinate = CreateZ
  889.  
  890. game.ReplicatedStorage.PlayerEvents["e"..game.Players.LocalPlayer.UserId].PlaceItem:FireServer(CFrame.new(Initialize_Coordinates.Initialize_XCoordinate,Initialize_Coordinates.Initialize_YCoordinate,Initialize_Coordinates.Initialize_ZCoordinate),game.Players.LocalPlayer.Character:FindFirstChild("Head"))
  891. end
  892.  
  893. function EndSpam()
  894. Spam:Disconnect()
  895. end
  896.  
  897. local Hint = Instance.new("Hint")
  898. Hint.Text = "Reset to stop"
  899. spawn(function()
  900. wait(3)
  901. Hint:Destroy()
  902. end)
  903.  
  904. Spam = game.RunService.Heartbeat:Connect(CloneHead)
  905. GetHumanoid.Died:Connect(EndSpam)
  906. end)
  907.  
  908. SpamLimbClones.MouseButton1Click:Connect(function()
  909. Plr = game.Players.LocalPlayer
  910. Char = Plr.Character
  911. Torso = Char:FindFirstChild("Torso")
  912. GetHumanoid = Char:FindFirstChild("Humanoid")
  913.  
  914. Create = game.ReplicatedStorage.PlayerEvents["e"..Plr.UserId].PlaceItem
  915.  
  916. L_A = Char["Left Arm"]
  917. R_A = Char["Right Arm"]
  918. L_L = Char["Left Leg"]
  919. R_L = Char["Right Leg"]
  920.  
  921. local Hint = Instance.new("Hint")
  922. Hint.Text = "Reset to stop"
  923. spawn(function()
  924. wait(3)
  925. Hint:Destroy()
  926. end)
  927.  
  928. Limbs =
  929. {
  930. LeftArm = 0;
  931. RightArm = 1;
  932. LeftLeg = 2;
  933. RightLeg = 3
  934. }
  935.  
  936. Limbs.LeftArm = L_A
  937. Limbs.RightArm = R_A
  938. Limbs.LeftLeg = L_L
  939. Limbs.RightLeg = R_L
  940.  
  941. function CloneLimbs()
  942. LeftArmCoordinate = Limbs.LeftArm.CFrame
  943. RightArmCoordinate = Limbs.RightArm.CFrame
  944. LeftLegCoordinate = Limbs.LeftLeg.CFrame
  945. RightLegCoordinate = Limbs.RightLeg.CFrame
  946.  
  947. Create:FireServer(LeftArmCoordinate, Limbs.LeftArm)
  948. Create:FireServer(RightArmCoordinate, Limbs.RightArm)
  949. Create:FireServer(LeftLegCoordinate, Limbs.LeftLeg)
  950. Create:FireServer(RightLegCoordinate, Limbs.RightLeg)
  951. end
  952.  
  953. Loop = game.RunService.Heartbeat:Connect(CloneLimbs)
  954. GetHumanoid.Died:Connect(function() Loop:Disconnect() end)
  955. end)
  956.  
  957. GameX.MouseButton1Click:Connect(function()
  958. GameFrame.Visible = not GameFrame.Visible
  959. end)
  960.  
  961. Players.MouseButton1Click:Connect(function()
  962. PlayersFrame.Visible = not PlayersFrame.Visible
  963. end)
  964.  
  965. Tools.MouseButton1Click:Connect(function()
  966. ToolsFrame.Visible = not ToolsFrame.Visible
  967. end)
  968.  
  969. Fun.MouseButton1Click:Connect(function()
  970. FunFrame.Visible = not FunFrame.Visible
  971. end)
  972.  
  973. Toggle.MouseButton1Click:Connect(function()
  974. ToggleGuis = not ToggleGuis
  975. if ToggleGuis == true then
  976. GameFrame.Visible = false
  977. PlayersFrame.Visible = false
  978. ToolsFrame.Visible = false
  979. FunFrame.Visible = false
  980. Shutdown_2.Visible = false
  981. Menu.Visible = true
  982. elseif ToggleGuis == false then
  983. GameFrame.Visible = false
  984. PlayersFrame.Visible = false
  985. ToolsFrame.Visible = false
  986. FunFrame.Visible = false
  987. Shutdown_2.Visible = false
  988. Menu.Visible = false
  989. end
  990. end)
  991.  
  992. for i,v in pairs(BuilttoTrollGui:GetDescendants()) do
  993. if v:IsA("TextButton") then
  994. CreateButtonSoundClone = ButtonSound:Clone()
  995. CreateButtonSoundClone.Parent = v
  996. v.MouseButton1Click:Connect(function()
  997. CreateButtonSoundClone:Play()
  998. end)
  999. end
  1000. end
  1001.  
  1002. function Toggling()
  1003. if GameFrame.Visible == true then
  1004. GameX.Text = "Game | -"
  1005. elseif GameFrame.Visible == false then
  1006. GameX.Text = "Game | +"
  1007. end
  1008. if PlayersFrame.Visible == true then
  1009. Players.Text = "Players | -"
  1010. elseif PlayersFrame.Visible == false then
  1011. Players.Text = "Players | +"
  1012. end
  1013. if ToolsFrame.Visible == true then
  1014. Tools.Text = "Tools | -"
  1015. elseif ToolsFrame.Visible == false then
  1016. Tools.Text = "Tools | +"
  1017. end
  1018. if FunFrame.Visible == true then
  1019. Fun.Text = "Fun | -"
  1020. elseif FunFrame.Visible == false then
  1021. Fun.Text = "Fun | +"
  1022. end
  1023. end
  1024.  
  1025. game.RunService.Heartbeat:Connect(Toggling)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement