THEWORLDISOP1

Funk trol

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