Spodwasgangster

FE Admin, Ban, kick, btools

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