jwjsnsns

...

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