ImCoolBruh65

build to survive script

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