creeperwill9

Untitled

Mar 9th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.68 KB | None | 0 0
  1. local msggui = Instance.new("ScreenGui", game.CoreGui)
  2. local msg = Instance.new("TextLabel", msggui)
  3. msg.Size = UDim2.new(1, 0, 0, 0)
  4. msg.BackgroundTransparency = 0.3
  5. msg.BackgroundColor3 = Color3.new(0, 0, 0)
  6. msg.BorderSizePixel = 0
  7. msg.TextColor3 = Color3.new(255, 255, 255)
  8. msg.Font = "ArialBold"
  9. msg.FontSize = "Size24"
  10. msg.Text = ""
  11. msg.Visible = true
  12. msg:TweenSize(UDim2.new(1, 0, 1, 0), "Out", "Bounce", 1.2)
  13. repeat wait() until msg.Size == UDim2.new(1, 0, 1, 0)
  14. msg.Text = "Welcome " .. game.Players.LocalPlayer.Name
  15. wait(2)
  16. msg.Text = "Loaded 34 modes!"
  17. wait(2)
  18. if game.Workspace.FilteringEnabled == false then
  19. msg.TextColor3 = Color3.new(0, 255, 0)
  20. msg.Text = "Filtering is Disabled!"
  21. elseif game.Workspace.FilteringEnabled == true then
  22. msg.TextColor3 = Color3.new(255, 0, 0)
  23. msg.Text = "Filtering is Enabled!"
  24. end
  25. wait(2)
  26. msggui:Destroy()
  27. local plr = game.Players.LocalPlayer
  28. local mouse = plr:GetMouse()
  29. local kind = "kill"
  30. local lastkind = "none"
  31. local name = "none"
  32. local plrchosen = false
  33. local mt = false
  34. local modelMode = true
  35. local selection = Instance.new("SelectionBox", game.CoreGui)
  36. selection.Color = BrickColor.new("Bright red")
  37. selection.SurfaceColor3 = Color3.new(150, 0, 0)
  38. selection.SurfaceTransparency = 0.7
  39. local disabled = false
  40. local char = game.Workspace:FindFirstChild(plr.Name)
  41. local gui = Instance.new("ScreenGui", game.CoreGui)
  42. gui.Name = "MCSMenu"
  43. local bg = Instance.new("ScrollingFrame", gui)
  44. bg.Name = "BG"
  45. bg.BackgroundColor3 = Color3.new(0, 0, 0)
  46. bg.BackgroundTransparency = 0.5
  47. bg.BorderColor3 = Color3.new(255, 255, 255)
  48. bg.BorderSizePixel = 1
  49. bg.Size = UDim2.new(0, 300, 0, 0)
  50. bg.Position = UDim2.new(0.5, -150, 0, 40)
  51. bg.CanvasSize = UDim2.new(0, 0, 0.2, 405)
  52. bg.ScrollBarThickness = 5
  53. bg.Visible = false
  54. local hint = Instance.new("TextLabel", gui)
  55. hint.Name = "Hint"
  56. hint.BackgroundColor3 = Color3.new(0, 0, 0)
  57. hint.BackgroundTransparency = 0.5
  58. hint.BorderColor3 = Color3.new(255, 255, 255)
  59. hint.BorderSizePixel = 1
  60. hint.Size = UDim2.new(0, 1000, 0, 30)
  61. hint.Position = UDim2.new(0.5, -500, 0, 5)
  62. hint.TextColor3 = Color3.new(255, 255, 255)
  63. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Kill"
  64. hint.Font = "ArialBold"
  65. hint.FontSize = "Size18"
  66. hint.Visible = true
  67. local value = Instance.new("TextBox", gui)
  68. value.Name = "value"
  69. value.BackgroundColor3 = Color3.new(0, 0, 0)
  70. value.BackgroundTransparency = 0.5
  71. value.BorderColor3 = Color3.new(255, 255, 255)
  72. value.BorderSizePixel = 1
  73. value.Size = UDim2.new(0, 150, 0, 50)
  74. value.Position = UDim2.new(0.5, -50, 0.5, -25)
  75. value.Font = "ArialBold"
  76. value.FontSize = "Size18"
  77. value.TextColor3 = Color3.new(255, 255, 255)
  78. value.Visible = false
  79. local tb1 = Instance.new("TextButton", bg)
  80. tb1.BackgroundColor3 = Color3.new(0, 0, 0)
  81. tb1.BackgroundTransparency = 0.5
  82. tb1.BorderSizePixel = 0
  83. tb1.TextColor3 = Color3.new(255, 255, 255)
  84. tb1.Name = "kill"
  85. tb1.Font = "ArialBold"
  86. tb1.FontSize = "Size18"
  87. tb1.Size = UDim2.new(0.5, 0, 0, 40)
  88. tb1.Position = UDim2.new(0, 0, 0, 0)
  89. tb1.Text = "Kill"
  90. local tb2 = Instance.new("TextButton", bg)
  91. tb2.BackgroundColor3 = Color3.new(0, 0, 0)
  92. tb2.BackgroundTransparency = 0.5
  93. tb2.BorderSizePixel = 0
  94. tb2.TextColor3 = Color3.new(255, 255, 255)
  95. tb2.Name = "kick"
  96. tb2.Font = "ArialBold"
  97. tb2.FontSize = "Size18"
  98. tb2.Size = UDim2.new(0.5, 0, 0, 40)
  99. tb2.Position = UDim2.new(0.5, 0, 0, 0)
  100. tb2.Text = "Kick"
  101. local tb3 = Instance.new("TextButton", bg)
  102. tb3.BackgroundColor3 = Color3.new(0, 0, 0)
  103. tb3.BackgroundTransparency = 0.5
  104. tb3.BorderSizePixel = 0
  105. tb3.TextColor3 = Color3.new(255, 255, 255)
  106. tb3.Name = "punish"
  107. tb3.Font = "ArialBold"
  108. tb3.FontSize = "Size18"
  109. tb3.Size = UDim2.new(0.5, 0, 0, 40)
  110. tb3.Position = UDim2.new(0, 0, 0, 40)
  111. tb3.Text = "Punish"
  112. local tb4 = Instance.new("TextButton", bg)
  113. tb4.BackgroundColor3 = Color3.new(0, 0, 0)
  114. tb4.BackgroundTransparency = 0.5
  115. tb4.BorderSizePixel = 0
  116. tb4.TextColor3 = Color3.new(255, 255, 255)
  117. tb4.Name = "god"
  118. tb4.Font = "ArialBold"
  119. tb4.FontSize = "Size18"
  120. tb4.Size = UDim2.new(0.5, 0, 0, 40)
  121. tb4.Position = UDim2.new(0.5, 0, 0, 40)
  122. tb4.Text = "God"
  123. local tb5 = Instance.new("TextButton", bg)
  124. tb5.BackgroundColor3 = Color3.new(0, 0, 0)
  125. tb5.BackgroundTransparency = 0.5
  126. tb5.BorderSizePixel = 0
  127. tb5.TextColor3 = Color3.new(255, 255, 255)
  128. tb5.Name = "sgod"
  129. tb5.Font = "ArialBold"
  130. tb5.FontSize = "Size18"
  131. tb5.Size = UDim2.new(0.5, 0, 0, 40)
  132. tb5.Position = UDim2.new(0, 0, 0, 80)
  133. tb5.Text = "SGod"
  134. local tb6 = Instance.new("TextButton", bg)
  135. tb6.BackgroundColor3 = Color3.new(0, 0, 0)
  136. tb6.BackgroundTransparency = 0.5
  137. tb6.BorderSizePixel = 0
  138. tb6.TextColor3 = Color3.new(255, 255, 255)
  139. tb6.Name = "goto"
  140. tb6.Font = "ArialBold"
  141. tb6.FontSize = "Size18"
  142. tb6.Size = UDim2.new(0.5, 0, 0, 40)
  143. tb6.Position = UDim2.new(0.5, 0, 0, 80)
  144. tb6.Text = "Goto"
  145. local tb7 = Instance.new("TextButton", bg)
  146. tb7.BackgroundColor3 = Color3.new(0, 0, 0)
  147. tb7.BackgroundTransparency = 0.5
  148. tb7.BorderSizePixel = 0
  149. tb7.TextColor3 = Color3.new(255, 255, 255)
  150. tb7.Name = "bring"
  151. tb7.Font = "ArialBold"
  152. tb7.FontSize = "Size18"
  153. tb7.Size = UDim2.new(0.5, 0, 0, 40)
  154. tb7.Position = UDim2.new(0, 0, 0, 120)
  155. tb7.Text = "Bring"
  156. local tb8 = Instance.new("TextButton", bg)
  157. tb8.BackgroundColor3 = Color3.new(0, 0, 0)
  158. tb8.BackgroundTransparency = 0.5
  159. tb8.BorderSizePixel = 0
  160. tb8.TextColor3 = Color3.new(255, 255, 255)
  161. tb8.Name = "stun/unstun"
  162. tb8.Font = "ArialBold"
  163. tb8.FontSize = "Size18"
  164. tb8.Size = UDim2.new(0.5, 0, 0, 40)
  165. tb8.Position = UDim2.new(0.5, 0, 0, 120)
  166. tb8.Text = "Stun/Unstun"
  167. local tb9 = Instance.new("TextButton", bg)
  168. tb9.BackgroundColor3 = Color3.new(0, 0, 0)
  169. tb9.BackgroundTransparency = 0.5
  170. tb9.BorderSizePixel = 0
  171. tb9.TextColor3 = Color3.new(255, 255, 255)
  172. tb9.Name = "rarms"
  173. tb9.Font = "ArialBold"
  174. tb9.FontSize = "Size18"
  175. tb9.Size = UDim2.new(0.5, 0, 0, 40)
  176. tb9.Position = UDim2.new(0, 0, 0, 160)
  177. tb9.Text = "Remove Arms"
  178. local tb10 = Instance.new("TextButton", bg)
  179. tb10.BackgroundColor3 = Color3.new(0, 0, 0)
  180. tb10.BackgroundTransparency = 0.5
  181. tb10.BorderSizePixel = 0
  182. tb10.TextColor3 = Color3.new(255, 255, 255)
  183. tb10.Name = "rlegs"
  184. tb10.Font = "ArialBold"
  185. tb10.FontSize = "Size18"
  186. tb10.Size = UDim2.new(0.5, 0, 0, 40)
  187. tb10.Position = UDim2.new(0.5, 0, 0, 160)
  188. tb10.Text = "Remove Legs"
  189. local tb11 = Instance.new("TextButton", bg)
  190. tb11.BackgroundColor3 = Color3.new(0, 0, 0)
  191. tb11.BackgroundTransparency = 0.5
  192. tb11.BorderSizePixel = 0
  193. tb11.TextColor3 = Color3.new(255, 255, 255)
  194. tb11.Name = "rlimbs"
  195. tb11.Font = "ArialBold"
  196. tb11.FontSize = "Size18"
  197. tb11.Size = UDim2.new(0.5, 0, 0, 40)
  198. tb11.Position = UDim2.new(0, 0, 0, 200)
  199. tb11.Text = "Remove Limbs"
  200. local tb12 = Instance.new("TextButton", bg)
  201. tb12.BackgroundColor3 = Color3.new(0, 0, 0)
  202. tb12.BackgroundTransparency = 0.5
  203. tb12.BorderSizePixel = 0
  204. tb12.TextColor3 = Color3.new(255, 255, 255)
  205. tb12.Name = "rhats"
  206. tb12.Font = "ArialBold"
  207. tb12.FontSize = "Size18"
  208. tb12.Size = UDim2.new(0.5, 0, 0, 40)
  209. tb12.Position = UDim2.new(0.5, 0, 0, 200)
  210. tb12.Text = "Remove Hats"
  211. local tb13 = Instance.new("TextButton", bg)
  212. tb13.BackgroundColor3 = Color3.new(0, 0, 0)
  213. tb13.BackgroundTransparency = 0.5
  214. tb13.BorderSizePixel = 0
  215. tb13.TextColor3 = Color3.new(255, 255, 255)
  216. tb13.Name = "rface"
  217. tb13.Font = "ArialBold"
  218. tb13.FontSize = "Size18"
  219. tb13.Size = UDim2.new(0.5, 0, 0, 40)
  220. tb13.Position = UDim2.new(0, 0, 0, 240)
  221. tb13.Text = "Remove Face"
  222. local tb14 = Instance.new("TextButton", bg)
  223. tb14.BackgroundColor3 = Color3.new(0, 0, 0)
  224. tb14.BackgroundTransparency = 0.5
  225. tb14.BorderSizePixel = 0
  226. tb14.TextColor3 = Color3.new(255, 255, 255)
  227. tb14.Name = "naked"
  228. tb14.Font = "ArialBold"
  229. tb14.FontSize = "Size18"
  230. tb14.Size = UDim2.new(0.5, 0, 0, 40)
  231. tb14.Position = UDim2.new(0.5, 0, 0, 240)
  232. tb14.Text = "Naked"
  233. local tb15 = Instance.new("TextButton", bg)
  234. tb15.BackgroundColor3 = Color3.new(0, 0, 0)
  235. tb15.BackgroundTransparency = 0.5
  236. tb15.BorderSizePixel = 0
  237. tb15.TextColor3 = Color3.new(255, 255, 255)
  238. tb15.Name = "sit"
  239. tb15.Font = "ArialBold"
  240. tb15.FontSize = "Size18"
  241. tb15.Size = UDim2.new(0.5, 0, 0, 40)
  242. tb15.Position = UDim2.new(0, 0, 0, 280)
  243. tb15.Text = "Sit"
  244. local tb16 = Instance.new("TextButton", bg)
  245. tb16.BackgroundColor3 = Color3.new(0, 0, 0)
  246. tb16.BackgroundTransparency = 0.5
  247. tb16.BorderSizePixel = 0
  248. tb16.TextColor3 = Color3.new(255, 255, 255)
  249. tb16.Name = "jump"
  250. tb16.Font = "ArialBold"
  251. tb16.FontSize = "Size18"
  252. tb16.Size = UDim2.new(0.5, 0, 0, 40)
  253. tb16.Position = UDim2.new(0.5, 0, 0, 280)
  254. tb16.Text = "Jump"
  255. local tb17 = Instance.new("TextButton", bg)
  256. tb17.BackgroundColor3 = Color3.new(0, 0, 0)
  257. tb17.BackgroundTransparency = 0.5
  258. tb17.BorderSizePixel = 0
  259. tb17.TextColor3 = Color3.new(255, 255, 255)
  260. tb17.Name = "fling"
  261. tb17.Font = "ArialBold"
  262. tb17.FontSize = "Size18"
  263. tb17.Size = UDim2.new(0.5, 0, 0, 40)
  264. tb17.Position = UDim2.new(0, 0, 0, 320)
  265. tb17.Text = "Fling"
  266. local tb18 = Instance.new("TextButton", bg)
  267. tb18.BackgroundColor3 = Color3.new(0, 0, 0)
  268. tb18.BackgroundTransparency = 0.5
  269. tb18.BorderSizePixel = 0
  270. tb18.TextColor3 = Color3.new(255, 255, 255)
  271. tb18.Name = "outofbody"
  272. tb18.Font = "ArialBold"
  273. tb18.FontSize = "Size18"
  274. tb18.Size = UDim2.new(0.5, 0, 0, 40)
  275. tb18.Position = UDim2.new(0.5, 0, 0, 320)
  276. tb18.Text = "Out of Body"
  277. local tb19 = Instance.new("TextButton", bg)
  278. tb19.BackgroundColor3 = Color3.new(0, 0, 0)
  279. tb19.BackgroundTransparency = 0.5
  280. tb19.BorderSizePixel = 0
  281. tb19.TextColor3 = Color3.new(255, 255, 255)
  282. tb19.Name = "stools"
  283. tb19.Font = "ArialBold"
  284. tb19.FontSize = "Size18"
  285. tb19.Size = UDim2.new(0.5, 0, 0, 40)
  286. tb19.Position = UDim2.new(0, 0, 0, 360)
  287. tb19.Text = "Steal Tools"
  288. local tb20 = Instance.new("TextButton", bg)
  289. tb20.BackgroundColor3 = Color3.new(0, 0, 0)
  290. tb20.BackgroundTransparency = 0.5
  291. tb20.BorderSizePixel = 0
  292. tb20.TextColor3 = Color3.new(255, 255, 255)
  293. tb20.Name = "rtools"
  294. tb20.Font = "ArialBold"
  295. tb20.FontSize = "Size18"
  296. tb20.Size = UDim2.new(0.5, 0, 0, 40)
  297. tb20.Position = UDim2.new(0.5, 0, 0, 360)
  298. tb20.Text = "Remove Tools"
  299. local tb21 = Instance.new("TextButton", bg)
  300. tb21.BackgroundColor3 = Color3.new(0, 0, 0)
  301. tb21.BackgroundTransparency = 0.5
  302. tb21.BorderSizePixel = 0
  303. tb21.TextColor3 = Color3.new(255, 255, 255)
  304. tb21.Name = "ctools"
  305. tb21.Font = "ArialBold"
  306. tb21.FontSize = "Size18"
  307. tb21.Size = UDim2.new(0.5, 0, 0, 40)
  308. tb21.Position = UDim2.new(0, 0, 0, 400)
  309. tb21.Text = "Copy Tools"
  310. local tb22 = Instance.new("TextButton", bg)
  311. tb22.BackgroundColor3 = Color3.new(0, 0, 0)
  312. tb22.BackgroundTransparency = 0.5
  313. tb22.BorderSizePixel = 0
  314. tb22.TextColor3 = Color3.new(255, 255, 255)
  315. tb22.Name = "delete"
  316. tb22.Font = "ArialBold"
  317. tb22.FontSize = "Size18"
  318. tb22.Size = UDim2.new(0.5, 0, 0, 40)
  319. tb22.Position = UDim2.new(0.5, 0, 0, 400)
  320. tb22.Text = "Delete"
  321. local tb23 = Instance.new("TextButton", bg)
  322. tb23.BackgroundColor3 = Color3.new(0, 0, 0)
  323. tb23.BackgroundTransparency = 0.5
  324. tb23.BorderSizePixel = 0
  325. tb23.TextColor3 = Color3.new(255, 255, 255)
  326. tb23.Name = "walkspeed"
  327. tb23.Font = "ArialBold"
  328. tb23.FontSize = "Size18"
  329. tb23.Size = UDim2.new(0.5, 0, 0, 40)
  330. tb23.Position = UDim2.new(0, 0, 0, 440)
  331. tb23.Text = "Walkspeed"
  332. local tb24 = Instance.new("TextButton", bg)
  333. tb24.BackgroundColor3 = Color3.new(0, 0, 0)
  334. tb24.BackgroundTransparency = 0.5
  335. tb24.BorderSizePixel = 0
  336. tb24.TextColor3 = Color3.new(255, 255, 255)
  337. tb24.Name = "jumpheight"
  338. tb24.Font = "ArialBold"
  339. tb24.FontSize = "Size18"
  340. tb24.Size = UDim2.new(0.5, 0, 0, 40)
  341. tb24.Position = UDim2.new(0.5, 0, 0, 440)
  342. tb24.Text = "Jumpheight"
  343. local tb25 = Instance.new("TextButton", bg)
  344. tb25.BackgroundColor3 = Color3.new(0, 0, 0)
  345. tb25.BackgroundTransparency = 0.5
  346. tb25.BorderSizePixel = 0
  347. tb25.TextColor3 = Color3.new(255, 255, 255)
  348. tb25.Name = "maxhealth"
  349. tb25.Font = "ArialBold"
  350. tb25.FontSize = "Size18"
  351. tb25.Size = UDim2.new(0.5, 0, 0, 40)
  352. tb25.Position = UDim2.new(0, 0, 0, 480)
  353. tb25.Text = "Maxhealth"
  354. local tb26 = Instance.new("TextButton", bg)
  355. tb26.BackgroundColor3 = Color3.new(0, 0, 0)
  356. tb26.BackgroundTransparency = 0.5
  357. tb26.BorderSizePixel = 0
  358. tb26.TextColor3 = Color3.new(255, 255, 255)
  359. tb26.Name = "health"
  360. tb26.Font = "ArialBold"
  361. tb26.FontSize = "Size18"
  362. tb26.Size = UDim2.new(0.5, 0, 0, 40)
  363. tb26.Position = UDim2.new(0.5, 0, 0, 480)
  364. tb26.Text = "Health"
  365. local tb27 = Instance.new("TextButton", bg)
  366. tb27.BackgroundColor3 = Color3.new(0, 0, 0)
  367. tb27.BackgroundTransparency = 0.5
  368. tb27.BorderSizePixel = 0
  369. tb27.TextColor3 = Color3.new(255, 255, 255)
  370. tb27.Name = "team"
  371. tb27.Font = "ArialBold"
  372. tb27.FontSize = "Size18"
  373. tb27.Size = UDim2.new(0.5, 0, 0, 40)
  374. tb27.Position = UDim2.new(0, 0, 0, 520)
  375. tb27.Text = "Team"
  376. local tb28 = Instance.new("TextButton", bg)
  377. tb28.BackgroundColor3 = Color3.new(0, 0, 0)
  378. tb28.BackgroundTransparency = 0.5
  379. tb28.BorderSizePixel = 0
  380. tb28.TextColor3 = Color3.new(255, 255, 255)
  381. tb28.Name = "freeze"
  382. tb28.Font = "ArialBold"
  383. tb28.FontSize = "Size18"
  384. tb28.Size = UDim2.new(0.5, 0, 0, 40)
  385. tb28.Position = UDim2.new(0.5, 0, 0, 520)
  386. tb28.Text = "Freeze: On/Off"
  387. local tb29 = Instance.new("TextButton", bg)
  388. tb29.BackgroundColor3 = Color3.new(0, 0, 0)
  389. tb29.BackgroundTransparency = 0.5
  390. tb29.BorderSizePixel = 0
  391. tb29.TextColor3 = Color3.new(255, 255, 255)
  392. tb29.Name = "anchor"
  393. tb29.Font = "ArialBold"
  394. tb29.FontSize = "Size18"
  395. tb29.Size = UDim2.new(0.5, 0, 0, 40)
  396. tb29.Position = UDim2.new(0, 0, 0, 560)
  397. tb29.Text = "Anchor: On/Off"
  398. local tb30 = Instance.new("TextButton", bg)
  399. tb30.BackgroundColor3 = Color3.new(0, 0, 0)
  400. tb30.BackgroundTransparency = 0.5
  401. tb30.BorderSizePixel = 0
  402. tb30.TextColor3 = Color3.new(255, 255, 255)
  403. tb30.Name = "collide"
  404. tb30.Font = "ArialBold"
  405. tb30.FontSize = "Size18"
  406. tb30.Size = UDim2.new(0.5, 0, 0, 40)
  407. tb30.Position = UDim2.new(0.5, 0, 0, 560)
  408. tb30.Text = "Collide: On/Off"
  409. local tb31 = Instance.new("TextButton", bg)
  410. tb31.BackgroundColor3 = Color3.new(0, 0, 0)
  411. tb31.BackgroundTransparency = 0.5
  412. tb31.BorderSizePixel = 0
  413. tb31.TextColor3 = Color3.new(255, 255, 255)
  414. tb31.Name = "kidnap"
  415. tb31.Font = "ArialBold"
  416. tb31.FontSize = "Size18"
  417. tb31.Size = UDim2.new(0.5, 0, 0, 40)
  418. tb31.Position = UDim2.new(0, 0, 0, 600)
  419. tb31.Text = "Kidnap: On/Off"
  420. local tb32 = Instance.new("TextButton", bg)
  421. tb32.BackgroundColor3 = Color3.new(0, 0, 0)
  422. tb32.BackgroundTransparency = 0.5
  423. tb32.BorderSizePixel = 0
  424. tb32.TextColor3 = Color3.new(255, 255, 255)
  425. tb32.Name = "fire"
  426. tb32.Font = "ArialBold"
  427. tb32.FontSize = "Size18"
  428. tb32.Size = UDim2.new(0.5, 0, 0, 40)
  429. tb32.Position = UDim2.new(0.5, 0, 0, 600)
  430. tb32.Text = "Fire: On/Off"
  431. local tb33 = Instance.new("TextButton", bg)
  432. tb33.BackgroundColor3 = Color3.new(0, 0, 0)
  433. tb33.BackgroundTransparency = 0.5
  434. tb33.BorderSizePixel = 0
  435. tb33.TextColor3 = Color3.new(255, 255, 255)
  436. tb33.Name = "smoke"
  437. tb33.Font = "ArialBold"
  438. tb33.FontSize = "Size18"
  439. tb33.Size = UDim2.new(0.5, 0, 0, 40)
  440. tb33.Position = UDim2.new(0, 0, 0, 640)
  441. tb33.Text = "Smoke: On/Off"
  442. local tb34 = Instance.new("TextButton", bg)
  443. tb34.BackgroundColor3 = Color3.new(0, 0, 0)
  444. tb34.BackgroundTransparency = 0.5
  445. tb34.BorderSizePixel = 0
  446. tb34.TextColor3 = Color3.new(255, 255, 255)
  447. tb34.Name = "sparkles"
  448. tb34.Font = "ArialBold"
  449. tb34.FontSize = "Size18"
  450. tb34.Size = UDim2.new(0.5, 0, 0, 40)
  451. tb34.Position = UDim2.new(0.5, 0, 0, 640)
  452. tb34.Text = "Sparkles: On/Off"
  453. mouse.Move:connect(function()
  454. if game.CoreGui:FindFirstChild("SelectionBox") ~= nil then
  455. if disabled == false then
  456. local target = mouse.Target
  457. if not target then
  458. selection.Adornee = nil
  459. elseif modelMode then
  460. if mt == true then
  461. selection.Adornee = target
  462. if kind == "anchor" then
  463. if target.Anchored == true then
  464. selection.Color = BrickColor.new("Bright green")
  465. selection.SurfaceColor3 = Color3.new(0, 150, 0)
  466. elseif target.Anchored == false then
  467. selection.Color = BrickColor.new("Bright red")
  468. selection.SurfaceColor3 = Color3.new(150, 0, 0)
  469. end
  470. elseif kind == "collide" then
  471. if target.CanCollide == true then
  472. selection.Color = BrickColor.new("Bright green")
  473. selection.SurfaceColor3 = Color3.new(0, 150, 0)
  474. elseif target.CanCollide == false then
  475. selection.Color = BrickColor.new("Bright red")
  476. selection.SurfaceColor3 = Color3.new(150, 0, 0)
  477. end
  478. end
  479. else
  480. selection.Color = BrickColor.new("Bright red")
  481. selection.SurfaceColor3 = Color3.new(150, 0, 0)
  482. if target.Parent:FindFirstChild("Humanoid") then
  483. selection.Adornee = target.Parent
  484. elseif target.Parent.Parent:FindFirstChild("Humanoid") then
  485. selection.Adornee = target.Parent.Parent
  486. else
  487. selection.Adornee = nil
  488. end
  489. end
  490. else
  491. selection.Adornee = nil
  492. end
  493. elseif disabled == true then
  494. selection.Adornee = nil
  495. end
  496. end
  497. if value.Visible == true then
  498. if game.Players:FindFirstChild(name) == nil then
  499. name = "none"
  500. value.Visible = false
  501. end
  502. end
  503. end)
  504. mouse.Button1Down:connect(function()
  505. if mouse.Target ~= nil then
  506. if kind == "kill" then
  507. local tp = mouse.Target.Parent
  508. if tp:FindFirstChild("Humanoid") then
  509. tp:BreakJoints()
  510. elseif tp.Parent:FindFirstChild("Humanoid") then
  511. tp.Parent:BreakJoints()
  512. end
  513. elseif kind == "kick" then
  514. local tp = mouse.Target.Parent
  515. if tp:FindFirstChild("Humanoid") then
  516. local plrr = game.Players:FindFirstChild(tp.Name)
  517. plrr:Remove()
  518. elseif tp.Parent:FindFirstChild("Humanoid") then
  519. local plrr = game.Players:FindFirstChild(tp.Parent.Name)
  520. plrr:Remove()
  521. end
  522. elseif kind == "punish" then
  523. local tp = mouse.Target.Parent
  524. if tp:FindFirstChild("Humanoid") then
  525. tp:Destroy()
  526. elseif tp.Parent:FindFirstChild("Humanoid") then
  527. tp.Parent:Destroy()
  528. end
  529. elseif kind == "god" then
  530. local tp = mouse.Target.Parent
  531. if tp:FindFirstChild("Humanoid") then
  532. tp.Humanoid.MaxHealth = math.huge
  533. tp.Humanoid.Health = math.huge
  534. elseif tp.Parent:FindFirstChild("Humanoid") then
  535. tp.Parent.Humanoid.MaxHealth = math.huge
  536. tp.Parent.Humanoid.Health = math.huge
  537. end
  538. elseif kind == "sgod" then
  539. local tp = mouse.Target.Parent
  540. if tp:FindFirstChild("Humanoid") then
  541. tp.Humanoid.MaxHealth = 1000000000
  542. tp.Humanoid.Health = 1000000000
  543. elseif tp.Parent:FindFirstChild("Humanoid") then
  544. tp.Parent.Humanoid.MaxHealth = 1000000000
  545. tp.Parent.Humanoid.Health = 1000000000
  546. end
  547. elseif kind == "goto" then
  548. local tp = mouse.Target.Parent
  549. if tp:FindFirstChild("Humanoid") then
  550. plr.Character:MoveTo(tp.Head.Position)
  551. elseif tp.Parent:FindFirstChild("Humanoid") then
  552. plr.Character:MoveTo(tp.Parent.Head.Position)
  553. end
  554. elseif kind == "bring" then
  555. local tp = mouse.Target.Parent
  556. if tp:FindFirstChild("Humanoid") then
  557. tp:MoveTo(plr.Character.Head.Position)
  558. elseif tp.Parent:FindFirstChild("Humanoid") then
  559. tp.Parent:MoveTo(plr.Character.Head.Position)
  560. end
  561. elseif kind == "stun/unstun" then
  562. local tp = mouse.Target.Parent
  563. if tp:FindFirstChild("Humanoid") then
  564. if tp.Humanoid.PlatformStand == false then
  565. tp.Humanoid.PlatformStand = true
  566. elseif tp.Humanoid.PlatformStand == true then
  567. tp.Humanoid.PlatformStand = false
  568. end
  569. elseif tp.Parent:FindFirstChild("Humanoid") then
  570. if tp.Parent.Humanoid.PlatformStand == false then
  571. tp.Parent.Humanoid.PlatformStand = true
  572. elseif tp.Parent.Humanoid.PlatformStand == true then
  573. tp.Parent.Humanoid.PlatformStand = false
  574. end
  575. end
  576. elseif kind == "rarms" then
  577. local tp = mouse.Target.Parent
  578. if tp:FindFirstChild("Humanoid") then
  579. if tp:FindFirstChild("Left Arm") then
  580. tp["Left Arm"]:Destroy()
  581. end
  582. if tp:FindFirstChild("Right Arm") then
  583. tp["Right Arm"]:Destroy()
  584. end
  585. elseif tp.Parent:FindFirstChild("Humanoid") then
  586. if tp.Parent:FindFirstChild("Left Arm") then
  587. tp.Parent["Left Arm"]:Destroy()
  588. end
  589. if tp.Parent:FindFirstChild("Right Arm") then
  590. tp.Parent["Right Arm"]:Destroy()
  591. end
  592. end
  593. elseif kind == "rlegs" then
  594. local tp = mouse.Target.Parent
  595. if tp:FindFirstChild("Humanoid") then
  596. if tp:FindFirstChild("Left Leg") then
  597. tp["Left Leg"]:Destroy()
  598. end
  599. if tp:FindFirstChild("Right Leg") then
  600. tp["Right Leg"]:Destroy()
  601. end
  602. elseif tp.Parent:FindFirstChild("Humanoid") then
  603. if tp.Parent:FindFirstChild("Left Leg") then
  604. tp.Parent["Left Leg"]:Destroy()
  605. end
  606. if tp.Parent:FindFirstChild("Right Leg") then
  607. tp.Parent["Right Leg"]:Destroy()
  608. end
  609. end
  610. elseif kind == "rlimbs" then
  611. local tp = mouse.Target.Parent
  612. if tp:FindFirstChild("Humanoid") then
  613. if tp:FindFirstChild("Left Leg") then
  614. tp["Left Leg"]:Destroy()
  615. end
  616. if tp:FindFirstChild("Right Leg") then
  617. tp["Right Leg"]:Destroy()
  618. end
  619. if tp:FindFirstChild("Left Arm") then
  620. tp["Left Arm"]:Destroy()
  621. end
  622. if tp:FindFirstChild("Right Arm") then
  623. tp["Right Arm"]:Destroy()
  624. end
  625. elseif tp.Parent:FindFirstChild("Humanoid") then
  626. if tp.Parent:FindFirstChild("Left Leg") then
  627. tp.Parent["Left Leg"]:Destroy()
  628. end
  629. if tp.Parent:FindFirstChild("Right Leg") then
  630. tp.Parent["Right Leg"]:Destroy()
  631. end
  632. if tp.Parent:FindFirstChild("Left Arm") then
  633. tp.Parent["Left Arm"]:Destroy()
  634. end
  635. if tp.Parent:FindFirstChild("Right Arm") then
  636. tp.Parent["Right Arm"]:Destroy()
  637. end
  638. end
  639. elseif kind == "rhats" then
  640. local tp = mouse.Target.Parent
  641. if tp:FindFirstChild("Humanoid") then
  642. if tp.Head:FindFirstChild("HeadWeld") then
  643. repeat
  644. tp.Head.HeadWeld:Destroy()
  645. wait()
  646. until tp.Head:FindFirstChild("HeadWeld") == nil
  647. end
  648. elseif tp.Parent:FindFirstChild("Humanoid") then
  649. if tp.Parent.Head:FindFirstChild("HeadWeld") then
  650. repeat
  651. tp.Parent.Head.HeadWeld:Destroy()
  652. wait()
  653. until tp.Parent.Head:FindFirstChild("HeadWeld") == nil
  654. end
  655. end
  656. elseif kind == "rface" then
  657. local tp = mouse.Target.Parent
  658. if tp:FindFirstChild("Humanoid") then
  659. if tp.Head:FindFirstChild("face") then
  660. tp.Head.face:Destroy()
  661. end
  662. elseif tp.Parent:FindFirstChild("Humanoid") then
  663. if tp.Parent.Head:FindFirstChild("face") then
  664. tp.Parent.Head.face:Destroy()
  665. end
  666. end
  667. elseif kind == "naked" then
  668. local tp = mouse.Target.Parent
  669. if tp:FindFirstChild("Humanoid") then
  670. if tp:FindFirstChild("Shirt") then
  671. tp.Shirt:Destroy()
  672. end
  673. if tp:FindFirstChild("Pants") then
  674. tp.Pants:Destroy()
  675. end
  676. local bc = tp:FindFirstChild("Body Colors")
  677. if bc ~= nil then
  678. bc.HeadColor = BrickColor.new("Nougat")
  679. bc.LeftArmColor = BrickColor.new("Nougat")
  680. bc.RightArmColor = BrickColor.new("Nougat")
  681. bc.LeftLegColor = BrickColor.new("Nougat")
  682. bc.RightLegColor = BrickColor.new("Nougat")
  683. bc.TorsoColor = BrickColor.new("Nougat")
  684. end
  685. elseif tp.Parent:FindFirstChild("Humanoid") then
  686. if tp.Parent:FindFirstChild("Shirt") then
  687. tp.Parent.Shirt:Destroy()
  688. end
  689. if tp.Parent:FindFirstChild("Pants") then
  690. tp.Parent.Pants:Destroy()
  691. end
  692. local bc = tp.Parent:FindFirstChild("Body Colors")
  693. if bc ~= nil then
  694. bc.HeadColor = BrickColor.new("Nougat")
  695. bc.LeftArmColor = BrickColor.new("Nougat")
  696. bc.RightArmColor = BrickColor.new("Nougat")
  697. bc.LeftLegColor = BrickColor.new("Nougat")
  698. bc.RightLegColor = BrickColor.new("Nougat")
  699. bc.TorsoColor = BrickColor.new("Nougat")
  700. end
  701. end
  702. elseif kind == "sit" then
  703. local tp = mouse.Target.Parent
  704. if tp:FindFirstChild("Humanoid") then
  705. tp.Humanoid.Sit = true
  706. elseif tp.Parent:FindFirstChild("Humanoid") then
  707. tp.Parent.Humanoid.Sit = true
  708. end
  709. elseif kind == "jump" then
  710. local tp = mouse.Target.Parent
  711. if tp:FindFirstChild("Humanoid") then
  712. tp.Humanoid.Jump = true
  713. elseif tp.Parent:FindFirstChild("Humanoid") then
  714. tp.Parent.Humanoid.Jump = true
  715. end
  716. elseif kind == "fling" then
  717. local tp = mouse.Target.Parent
  718. if tp:FindFirstChild("Humanoid") then
  719. local b = Instance.new("BodyPosition")
  720. b.position = Vector3.new(500, 500, 500)
  721. b.maxForce = Vector3.new(35000, 35000, 35000)
  722. b.Parent = tp.Torso
  723. elseif tp.Parent:FindFirstChild("Humanoid") then
  724. local b = Instance.new("BodyPosition")
  725. b.position = Vector3.new(500, 500, 500)
  726. b.maxForce = Vector3.new(35000, 35000, 35000)
  727. b.Parent = tp.Parent.Torso
  728. end
  729. elseif kind == "outofbody" then
  730. local tp = mouse.Target.Parent
  731. if tp:FindFirstChild("Humanoid") then
  732. if tp.HumanoidRootPart:FindFirstChild("RootJoint") then
  733. tp.HumanoidRootPart.RootJoint:Destroy()
  734. end
  735. elseif tp.Parent:FindFirstChild("Humanoid") then
  736. if tp.Parent.HumanoidRootPart:FindFirstChild("RootJoint") then
  737. tp.Parent.HumanoidRootPart.RootJoint:Destroy()
  738. end
  739. end
  740. elseif kind == "stools" then
  741. local tp = mouse.Target.Parent
  742. if tp:FindFirstChild("Humanoid") then
  743. local plrr = game.Players:FindFirstChild(tp.Name)
  744. for _,v in pairs(plrr.Backpack:GetChildren()) do
  745. v.Parent = plr.Backpack
  746. end
  747. elseif tp.Parent:FindFirstChild("Humanoid") then
  748. local plrr = game.Players:FindFirstChild(tp.Parent.Name)
  749. for _,v in pairs(plrr.Backpack:GetChildren()) do
  750. v.Parent = plr.Backpack
  751. end
  752. end
  753. elseif kind == "rtools" then
  754. local tp = mouse.Target.Parent
  755. if tp:FindFirstChild("Humanoid") then
  756. local plrr = game.Players:FindFirstChild(tp.Name)
  757. for _,v in pairs(plrr.Backpack:GetChildren()) do
  758. v:Destroy()
  759. end
  760. elseif tp.Parent:FindFirstChild("Humanoid") then
  761. local plrr = game.Players:FindFirstChild(tp.Parent.Name)
  762. for _,v in pairs(plrr.Backpack:GetChildren()) do
  763. v:Destroy()
  764. end
  765. end
  766. elseif kind == "ctools" then
  767. local tp = mouse.Target.Parent
  768. if tp:FindFirstChild("Humanoid") then
  769. local plrr = game.Players:FindFirstChild(tp.Name)
  770. for _,v in pairs(plrr.Backpack:GetChildren()) do
  771. v:Clone().Parent = plr.Backpack
  772. end
  773. elseif tp.Parent:FindFirstChild("Humanoid") then
  774. local plrr = game.Players:FindFirstChild(tp.Parent.Name)
  775. for _,v in pairs(plrr.Backpack:GetChildren()) do
  776. v:Clone().Parent = plr.Backpack
  777. end
  778. end
  779. elseif kind == "delete" then
  780. local tp = mouse.Target
  781. tp:Destroy()
  782. elseif kind == "walkspeed" then
  783. local tp = mouse.Target.Parent
  784. if tp:FindFirstChild("Humanoid") then
  785. name = tp.Name
  786. plrchosen = true
  787. value.Visible = true
  788. value.Text = "Walkspeed Value"
  789. elseif tp.Parent:FindFirstChild("Humanoid") then
  790. name = tp.Parent.Name
  791. plrchosen = true
  792. value.Visible = true
  793. value.Text = "Walkspeed Value"
  794. end
  795. elseif kind == "jumpheight" then
  796. local tp = mouse.Target.Parent
  797. if tp:FindFirstChild("Humanoid") then
  798. name = tp.Name
  799. plrchosen = true
  800. value.Visible = true
  801. value.Text = "Jumpheight Value"
  802. elseif tp.Parent:FindFirstChild("Humanoid") then
  803. name = tp.Parent.Name
  804. plrchosen = true
  805. value.Visible = true
  806. value.Text = "Jumpheight Value"
  807. end
  808. elseif kind == "maxhealth" then
  809. local tp = mouse.Target.Parent
  810. if tp:FindFirstChild("Humanoid") then
  811. name = tp.Name
  812. plrchosen = true
  813. value.Visible = true
  814. value.Text = "Maxhealth Value"
  815. elseif tp.Parent:FindFirstChild("Humanoid") then
  816. name = tp.Parent.Name
  817. plrchosen = true
  818. value.Visible = true
  819. value.Text = "Maxhealth Value"
  820. end
  821. elseif kind == "health" then
  822. local tp = mouse.Target.Parent
  823. if tp:FindFirstChild("Humanoid") then
  824. name = tp.Name
  825. plrchosen = true
  826. value.Visible = true
  827. value.Text = "Health Value"
  828. elseif tp.Parent:FindFirstChild("Humanoid") then
  829. name = tp.Parent.Name
  830. plrchosen = true
  831. value.Visible = true
  832. value.Text = "Health Value"
  833. end
  834. elseif kind == "team" then
  835. local tp = mouse.Target.Parent
  836. if tp:FindFirstChild("Humanoid") then
  837. local plrr = game.Players:FindFirstChild(tp.Name)
  838. name = tp.Name
  839. plrchosen = true
  840. value.Visible = true
  841. value.Text = "Team Value"
  842. elseif tp.Parent:FindFirstChild("Humanoid") then
  843. name = tp.Parent.Name
  844. plrchosen = true
  845. value.Visible = true
  846. value.Text = "Team Value"
  847. end
  848. elseif kind == "freeze" then
  849. local tp = mouse.Target.Parent
  850. if tp:FindFirstChild("Humanoid") then
  851. if tp.Torso.Anchored == false then
  852. tp.Torso.Anchored = true
  853. elseif tp.Torso.Anchored == true then
  854. tp.Torso.Anchored = false
  855. end
  856. elseif tp.Parent:FindFirstChild("Humanoid") then
  857. if tp.Parent.Torso.Anchored == false then
  858. tp.Parent.Torso.Anchored = true
  859. elseif tp.Parent.Torso.Anchored == true then
  860. tp.Parent.Torso.Anchored = false
  861. end
  862. end
  863. elseif kind == "anchor" then
  864. local tp = mouse.Target
  865. if tp.Anchored == false then
  866. tp.Anchored = true
  867. elseif tp.Anchored == true then
  868. tp.Anchored = false
  869. end
  870. elseif kind == "collide" then
  871. local tp = mouse.Target
  872. if tp.CanCollide == false then
  873. tp.CanCollide = true
  874. elseif tp.CanCollide == true then
  875. tp.CanCollide = false
  876. end
  877. elseif kind == "kidnap" then
  878. local tp = mouse.Target.Parent
  879. if tp:FindFirstChild("Humanoid") then
  880. local name = Instance.new("StringValue", gui)
  881. name.Name = tp.Name
  882. if tp.Torso:FindFirstChild("BodyPosition") then
  883. name:Destroy()
  884. tp.Torso.BodyPosition:Destroy()
  885. else
  886. local b = Instance.new("BodyPosition")
  887. b.maxForce = Vector3.new(15000, 15000, 15000)
  888. b.Parent = tp.Torso
  889. repeat
  890. if tp == nil then
  891. name:Destroy()
  892. end
  893. if tp.Torso:FindFirstChild("BodyPosition") == nil then
  894. name:Destroy()
  895. end
  896. if tp.Humanoid.Health == 0 then
  897. name:Destroy()
  898. if tp.Torso:FindFirstChild("BodyPosition") ~= nil then
  899. tp.Torso.BodyPosition:Destroy()
  900. end
  901. end
  902. if plr.Character == nil then
  903. name:Destroy()
  904. if tp.Torso:FindFirstChild("BodyPosition") ~= nil then
  905. tp.Torso.BodyPosition:Destroy()
  906. end
  907. end
  908. if plr.Character.Humanoid.Health == 0 then
  909. name:Destroy()
  910. if tp.Torso:FindFirstChild("BodyPosition") ~= nil then
  911. tp.Torso.BodyPosition:Destroy()
  912. end
  913. end
  914. b.position = plr.Character.Torso.Position
  915. wait()
  916. until name == nil
  917. end
  918. elseif tp.Parent:FindFirstChild("Humanoid") then
  919. local name = Instance.new("StringValue", gui)
  920. name.Name = tp.Parent.Name
  921. if tp.Parent.Torso:FindFirstChild("BodyPosition") then
  922. name:Destroy()
  923. tp.Parent.Torso.BodyPosition:Destroy()
  924. else
  925. local b = Instance.new("BodyPosition")
  926. b.maxForce = Vector3.new(25000, 25000, 25000)
  927. b.Parent = tp.Parent.Torso
  928. repeat
  929. if tp.Parent == nil then
  930. name:Destroy()
  931. end
  932. if tp.Parent.Torso:FindFirstChild("BodyPosition") == nil then
  933. name:Destroy()
  934. end
  935. if tp.Parent.Humanoid.Health == 0 then
  936. name:Destroy()
  937. if tp.Parent.Torso:FindFirstChild("BodyPosition") ~= nil then
  938. tp.Parent.Torso.BodyPosition:Destroy()
  939. end
  940. end
  941. if plr.Character == nil then
  942. name:Destroy()
  943. if tp.Parent.Torso:FindFirstChild("BodyPosition") ~= nil then
  944. tp.Parent.Torso.BodyPosition:Destroy()
  945. end
  946. end
  947. if plr.Character.Humanoid.Health == 0 then
  948. name:Destroy()
  949. if tp.Parent.Torso:FindFirstChild("BodyPosition") ~= nil then
  950. tp.Parent.Torso.BodyPosition:Destroy()
  951. end
  952. end
  953. b.position = plr.Character.Torso.Position
  954. wait()
  955. until name == nil
  956. end
  957. end
  958. elseif kind == "fire" then
  959. local tp = mouse.Target.Parent
  960. if tp:FindFirstChild("Humanoid") then
  961. if tp.Head:FindFirstChild("Fire") ~= nil then
  962. tp.Head.Fire:Destroy()
  963. elseif tp.Head:FindFirstChild("Fire") == nil then
  964. local hfire = Instance.new("Fire", tp.Head)
  965. hfire.Heat = 0
  966. hfire.Size = 4
  967. end
  968. if tp.Torso:FindFirstChild("Fire") ~= nil then
  969. tp.Torso.Fire:Destroy()
  970. elseif tp.Torso:FindFirstChild("Fire") == nil then
  971. local tfire = Instance.new("Fire", tp.Torso)
  972. tfire.Heat = 0
  973. tfire.Size = 4
  974. end
  975. if tp:FindFirstChild("Left Arm") ~= nil then
  976. if tp["Left Arm"]:FindFirstChild("Fire") ~= nil then
  977. tp["Left Arm"].Fire:Destroy()
  978. elseif tp["Left Arm"]:FindFirstChild("Fire") == nil then
  979. local lafire = Instance.new("Fire", tp["Left Arm"])
  980. lafire.Heat = 0
  981. lafire.Size = 4
  982. end
  983. end
  984. if tp:FindFirstChild("Right Arm") ~= nil then
  985. if tp["Right Arm"]:FindFirstChild("Fire") ~= nil then
  986. tp["Right Arm"].Fire:Destroy()
  987. elseif tp["Right Arm"]:FindFirstChild("Fire") == nil then
  988. local rafire = Instance.new("Fire", tp["Right Arm"])
  989. rafire.Heat = 0
  990. rafire.Size = 4
  991. end
  992. end
  993. if tp:FindFirstChild("Left Leg") ~= nil then
  994. if tp["Left Leg"]:FindFirstChild("Fire") ~= nil then
  995. tp["Left Leg"].Fire:Destroy()
  996. elseif tp["Left Leg"]:FindFirstChild("Fire") == nil then
  997. local lefire = Instance.new("Fire", tp["Left Leg"])
  998. lefire.Heat = 0
  999. lefire.Size = 4
  1000. end
  1001. end
  1002. if tp:FindFirstChild("Right Leg") ~= nil then
  1003. if tp["Right Leg"]:FindFirstChild("Fire") ~= nil then
  1004. tp["Right Leg"].Fire:Destroy()
  1005. elseif tp["Right Leg"]:FindFirstChild("Fire") == nil then
  1006. local lefire = Instance.new("Fire", tp["Right Leg"])
  1007. lefire.Heat = 0
  1008. lefire.Size = 4
  1009. end
  1010. end
  1011. elseif tp.Parent:FindFirstChild("Humanoid") then
  1012. if tp.Parent.Head:FindFirstChild("Fire") ~= nil then
  1013. tp.Parent.Head.Fire:Destroy()
  1014. elseif tp.Parent.Head:FindFirstChild("Fire") == nil then
  1015. local hfire = Instance.new("Fire", tp.Parent.Head)
  1016. hfire.Heat = 0
  1017. hfire.Size = 4
  1018. end
  1019. if tp.Parent.Torso:FindFirstChild("Fire") ~= nil then
  1020. tp.Parent.Torso.Fire:Destroy()
  1021. elseif tp.Parent.Torso:FindFirstChild("Fire") == nil then
  1022. local tfire = Instance.new("Fire", tp.Parent.Torso)
  1023. tfire.Heat = 0
  1024. tfire.Size = 4
  1025. end
  1026. if tp.Parent:FindFirstChild("Left Arm") ~= nil then
  1027. if tp.Parent["Left Arm"]:FindFirstChild("Fire") ~= nil then
  1028. tp.Parent["Left Arm"].Fire:Destroy()
  1029. elseif tp.Parent["Left Arm"]:FindFirstChild("Fire") == nil then
  1030. local lafire = Instance.new("Fire", tp.Parent["Left Arm"])
  1031. lafire.Heat = 0
  1032. lafire.Size = 4
  1033. end
  1034. end
  1035. if tp.Parent:FindFirstChild("Right Arm") ~= nil then
  1036. if tp.Parent["Right Arm"]:FindFirstChild("Fire") ~= nil then
  1037. tp.Parent["Right Arm"].Fire:Destroy()
  1038. elseif tp.Parent["Right Arm"]:FindFirstChild("Fire") == nil then
  1039. local rafire = Instance.new("Fire", tp.Parent["Right Arm"])
  1040. rafire.Heat = 0
  1041. rafire.Size = 4
  1042. end
  1043. end
  1044. if tp.Parent:FindFirstChild("Left Leg") ~= nil then
  1045. if tp.Parent["Left Leg"]:FindFirstChild("Fire") ~= nil then
  1046. tp.Parent["Left Leg"].Fire:Destroy()
  1047. elseif tp.Parent["Left Leg"]:FindFirstChild("Fire") == nil then
  1048. local lefire = Instance.new("Fire", tp.Parent["Left Leg"])
  1049. lefire.Heat = 0
  1050. lefire.Size = 4
  1051. end
  1052. end
  1053. if tp.Parent:FindFirstChild("Right Leg") ~= nil then
  1054. if tp.Parent["Right Leg"]:FindFirstChild("Fire") ~= nil then
  1055. tp.Parent["Right Leg"].Fire:Destroy()
  1056. elseif tp.Parent["Right Leg"]:FindFirstChild("Fire") == nil then
  1057. local lefire = Instance.new("Fire", tp.Parent["Right Leg"])
  1058. lefire.Heat = 0
  1059. lefire.Size = 4
  1060. end
  1061. end
  1062. end
  1063. elseif kind == "smoke" then
  1064. local tp = mouse.Target.Parent
  1065. if tp:FindFirstChild("Humanoid") then
  1066. if tp.Head:FindFirstChild("Smoke") ~= nil then
  1067. tp.Head.Smoke:Destroy()
  1068. elseif tp.Head:FindFirstChild("Smoke") == nil then
  1069. local hsmoke = Instance.new("Smoke", tp.Head)
  1070. end
  1071. if tp.Torso:FindFirstChild("Smoke") ~= nil then
  1072. tp.Torso.Smoke:Destroy()
  1073. elseif tp.Torso:FindFirstChild("Smoke") == nil then
  1074. local tsmoke = Instance.new("Smoke", tp.Torso)
  1075. end
  1076. if tp:FindFirstChild("Left Arm") ~= nil then
  1077. if tp["Left Arm"]:FindFirstChild("Smoke") ~= nil then
  1078. tp["Left Arm"].Smoke:Destroy()
  1079. elseif tp["Left Arm"]:FindFirstChild("Smoke") == nil then
  1080. local lasmoke = Instance.new("Smoke", tp["Left Arm"])
  1081. end
  1082. end
  1083. if tp:FindFirstChild("Right Arm") ~= nil then
  1084. if tp["Right Arm"]:FindFirstChild("Smoke") ~= nil then
  1085. tp["Right Arm"].Smoke:Destroy()
  1086. elseif tp["Right Arm"]:FindFirstChild("Smoke") == nil then
  1087. local rasmoke = Instance.new("Smoke", tp["Right Arm"])
  1088. end
  1089. end
  1090. if tp:FindFirstChild("Left Leg") ~= nil then
  1091. if tp["Left Leg"]:FindFirstChild("Smoke") ~= nil then
  1092. tp["Left Leg"].Smoke:Destroy()
  1093. elseif tp["Left Leg"]:FindFirstChild("Smoke") == nil then
  1094. local lesmoke = Instance.new("Smoke", tp["Left Leg"])
  1095. end
  1096. end
  1097. if tp:FindFirstChild("Right Leg") ~= nil then
  1098. if tp["Right Leg"]:FindFirstChild("Smoke") ~= nil then
  1099. tp["Right Leg"].Smoke:Destroy()
  1100. elseif tp["Right Leg"]:FindFirstChild("Smoke") == nil then
  1101. local lesmoke = Instance.new("Smoke", tp["Right Leg"])
  1102. end
  1103. end
  1104. elseif tp.Parent:FindFirstChild("Humanoid") then
  1105. if tp.Parent.Head:FindFirstChild("Smoke") ~= nil then
  1106. tp.Parent.Head.Smoke:Destroy()
  1107. elseif tp.Parent.Head:FindFirstChild("Smoke") == nil then
  1108. local hsmoke = Instance.new("Smoke", tp.Parent.Head)
  1109. end
  1110. if tp.Parent.Torso:FindFirstChild("Smoke") ~= nil then
  1111. tp.Parent.Torso.Smoke:Destroy()
  1112. elseif tp.Parent.Torso:FindFirstChild("Smoke") == nil then
  1113. local tsmoke = Instance.new("Smoke", tp.Parent.Torso)
  1114. end
  1115. if tp.Parent:FindFirstChild("Left Arm") ~= nil then
  1116. if tp.Parent["Left Arm"]:FindFirstChild("Smoke") ~= nil then
  1117. tp.Parent["Left Arm"].Smoke:Destroy()
  1118. elseif tp.Parent["Left Arm"]:FindFirstChild("Smoke") == nil then
  1119. local lasmoke = Instance.new("Smoke", tp.Parent["Left Arm"])
  1120. end
  1121. end
  1122. if tp.Parent:FindFirstChild("Right Arm") ~= nil then
  1123. if tp.Parent["Right Arm"]:FindFirstChild("Smoke") ~= nil then
  1124. tp.Parent["Right Arm"].Smoke:Destroy()
  1125. elseif tp.Parent["Right Arm"]:FindFirstChild("Smoke") == nil then
  1126. local rasmoke = Instance.new("Smoke", tp.Parent["Right Arm"])
  1127. end
  1128. end
  1129. if tp.Parent:FindFirstChild("Left Leg") ~= nil then
  1130. if tp.Parent["Left Leg"]:FindFirstChild("Smoke") ~= nil then
  1131. tp.Parent["Left Leg"].Smoke:Destroy()
  1132. elseif tp.Parent["Left Leg"]:FindFirstChild("Smoke") == nil then
  1133. local lesmoke = Instance.new("Smoke", tp.Parent["Left Leg"])
  1134. end
  1135. end
  1136. if tp.Parent:FindFirstChild("Right Leg") ~= nil then
  1137. if tp.Parent["Right Leg"]:FindFirstChild("Smoke") ~= nil then
  1138. tp.Parent["Right Leg"].Smoke:Destroy()
  1139. elseif tp.Parent["Right Leg"]:FindFirstChild("Smoke") == nil then
  1140. local lesmoke = Instance.new("Smoke", tp.Parent["Right Leg"])
  1141. end
  1142. end
  1143. end
  1144. elseif kind == "sparkles" then
  1145. local tp = mouse.Target.Parent
  1146. if tp:FindFirstChild("Humanoid") then
  1147. if tp.Head:FindFirstChild("Sparkles") ~= nil then
  1148. tp.Head.Sparkles:Destroy()
  1149. elseif tp.Head:FindFirstChild("Sparkles") == nil then
  1150. local hspark = Instance.new("Sparkles", tp.Head)
  1151. end
  1152. if tp.Torso:FindFirstChild("Sparkles") ~= nil then
  1153. tp.Torso.Sparkles:Destroy()
  1154. elseif tp.Torso:FindFirstChild("Sparkles") == nil then
  1155. local tspark = Instance.new("Sparkles", tp.Torso)
  1156. end
  1157. if tp:FindFirstChild("Left Arm") ~= nil then
  1158. if tp["Left Arm"]:FindFirstChild("Sparkles") ~= nil then
  1159. tp["Left Arm"].Sparkles:Destroy()
  1160. elseif tp["Left Arm"]:FindFirstChild("Sparkles") == nil then
  1161. local laspark = Instance.new("Sparkles", tp["Left Arm"])
  1162. end
  1163. end
  1164. if tp:FindFirstChild("Right Arm") ~= nil then
  1165. if tp["Right Arm"]:FindFirstChild("Sparkles") ~= nil then
  1166. tp["Right Arm"].Sparkles:Destroy()
  1167. elseif tp["Right Arm"]:FindFirstChild("Sparkles") == nil then
  1168. local raspark = Instance.new("Sparkles", tp["Right Arm"])
  1169. end
  1170. end
  1171. if tp:FindFirstChild("Left Leg") ~= nil then
  1172. if tp["Left Leg"]:FindFirstChild("Sparkles") ~= nil then
  1173. tp["Left Leg"].Sparkles:Destroy()
  1174. elseif tp["Left Leg"]:FindFirstChild("Sparkles") == nil then
  1175. local lespark = Instance.new("Sparkles", tp["Left Leg"])
  1176. end
  1177. end
  1178. if tp:FindFirstChild("Right Leg") ~= nil then
  1179. if tp["Right Leg"]:FindFirstChild("Sparkles") ~= nil then
  1180. tp["Right Leg"].Sparkles:Destroy()
  1181. elseif tp["Right Leg"]:FindFirstChild("Sparkles") == nil then
  1182. local lespark = Instance.new("Sparkles", tp["Right Leg"])
  1183. end
  1184. end
  1185. elseif tp.Parent:FindFirstChild("Humanoid") then
  1186. if tp.Parent.Head:FindFirstChild("Sparkles") ~= nil then
  1187. tp.Parent.Head.Sparkles:Destroy()
  1188. elseif tp.Parent.Head:FindFirstChild("Sparkles") == nil then
  1189. local hspark = Instance.new("Sparkles", tp.Parent.Head)
  1190. end
  1191. if tp.Parent.Torso:FindFirstChild("Sparkles") ~= nil then
  1192. tp.Parent.Torso.Sparkles:Destroy()
  1193. elseif tp.Parent.Torso:FindFirstChild("Sparkles") == nil then
  1194. local tspark = Instance.new("Sparkles", tp.Parent.Torso)
  1195. end
  1196. if tp.Parent:FindFirstChild("Left Arm") ~= nil then
  1197. if tp.Parent["Left Arm"]:FindFirstChild("Sparkles") ~= nil then
  1198. tp.Parent["Left Arm"].Sparkles:Destroy()
  1199. elseif tp.Parent["Left Arm"]:FindFirstChild("Sparkles") == nil then
  1200. local laspark = Instance.new("Sparkles", tp.Parent["Left Arm"])
  1201. end
  1202. end
  1203. if tp.Parent:FindFirstChild("Right Arm") ~= nil then
  1204. if tp.Parent["Right Arm"]:FindFirstChild("Sparkles") ~= nil then
  1205. tp.Parent["Right Arm"].Sparkles:Destroy()
  1206. elseif tp.Parent["Right Arm"]:FindFirstChild("Sparkles") == nil then
  1207. local raspark = Instance.new("Sparkles", tp.Parent["Right Arm"])
  1208. end
  1209. end
  1210. if tp.Parent:FindFirstChild("Left Leg") ~= nil then
  1211. if tp.Parent["Left Leg"]:FindFirstChild("Sparkles") ~= nil then
  1212. tp.Parent["Left Leg"].Sparkles:Destroy()
  1213. elseif tp.Parent["Left Leg"]:FindFirstChild("Sparkles") == nil then
  1214. local lespark = Instance.new("Sparkles", tp.Parent["Left Leg"])
  1215. end
  1216. end
  1217. if tp.Parent:FindFirstChild("Right Leg") ~= nil then
  1218. if tp.Parent["Right Leg"]:FindFirstChild("Sparkles") ~= nil then
  1219. tp.Parent["Right Leg"].Sparkles:Destroy()
  1220. elseif tp.Parent["Right Leg"]:FindFirstChild("Sparkles") == nil then
  1221. local lespark = Instance.new("Sparkles", tp.Parent["Right Leg"])
  1222. end
  1223. end
  1224. end
  1225. end
  1226. end
  1227. end)
  1228. tb1.MouseButton1Click:connect(function()
  1229. kind = "kill"
  1230. mt = false
  1231. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Kill"
  1232. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1233. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1234. bg.Visible = false
  1235. disabled = false
  1236. end)
  1237. tb2.MouseButton1Click:connect(function()
  1238. kind = "kick"
  1239. mt = false
  1240. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Kick"
  1241. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1242. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1243. bg.Visible = false
  1244. disabled = false
  1245. end)
  1246. tb3.MouseButton1Click:connect(function()
  1247. kind = "punish"
  1248. mt = false
  1249. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Punish"
  1250. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1251. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1252. bg.Visible = false
  1253. disabled = false
  1254. end)
  1255. tb4.MouseButton1Click:connect(function()
  1256. kind = "god"
  1257. mt = false
  1258. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: God"
  1259. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1260. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1261. bg.Visible = false
  1262. disabled = false
  1263. end)
  1264. tb5.MouseButton1Click:connect(function()
  1265. kind = "sgod"
  1266. mt = false
  1267. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: SGod"
  1268. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1269. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1270. bg.Visible = false
  1271. disabled = false
  1272. end)
  1273. tb6.MouseButton1Click:connect(function()
  1274. kind = "goto"
  1275. mt = false
  1276. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Goto"
  1277. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1278. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1279. bg.Visible = false
  1280. disabled = false
  1281. end)
  1282. tb7.MouseButton1Click:connect(function()
  1283. kind = "bring"
  1284. mt = false
  1285. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Bring"
  1286. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1287. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1288. bg.Visible = false
  1289. disabled = false
  1290. end)
  1291. tb8.MouseButton1Click:connect(function()
  1292. kind = "stun/unstun"
  1293. mt = false
  1294. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Stun/Unstun"
  1295. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1296. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1297. bg.Visible = false
  1298. disabled = false
  1299. end)
  1300. tb9.MouseButton1Click:connect(function()
  1301. kind = "rarms"
  1302. mt = false
  1303. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Remove Arms"
  1304. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1305. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1306. bg.Visible = false
  1307. disabled = false
  1308. end)
  1309. tb10.MouseButton1Click:connect(function()
  1310. kind = "rlegs"
  1311. mt = false
  1312. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Remove Legs"
  1313. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1314. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1315. bg.Visible = false
  1316. disabled = false
  1317. end)
  1318. tb11.MouseButton1Click:connect(function()
  1319. kind = "rlimbs"
  1320. mt = false
  1321. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Remove Limbs"
  1322. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1323. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1324. bg.Visible = false
  1325. disabled = false
  1326. end)
  1327. tb12.MouseButton1Click:connect(function()
  1328. kind = "rhats"
  1329. mt = false
  1330. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Remove Hats"
  1331. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1332. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1333. bg.Visible = false
  1334. disabled = false
  1335. end)
  1336. tb13.MouseButton1Click:connect(function()
  1337. kind = "rface"
  1338. mt = false
  1339. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Remove Face"
  1340. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1341. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1342. bg.Visible = false
  1343. disabled = false
  1344. end)
  1345. tb14.MouseButton1Click:connect(function()
  1346. kind = "naked"
  1347. mt = false
  1348. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Naked"
  1349. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1350. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1351. bg.Visible = false
  1352. disabled = false
  1353. end)
  1354. tb15.MouseButton1Click:connect(function()
  1355. kind = "sit"
  1356. mt = false
  1357. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Sit"
  1358. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1359. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1360. bg.Visible = false
  1361. disabled = false
  1362. end)
  1363. tb16.MouseButton1Click:connect(function()
  1364. kind = "jump"
  1365. mt = false
  1366. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Jump"
  1367. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1368. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1369. bg.Visible = false
  1370. disabled = false
  1371. end)
  1372. tb17.MouseButton1Click:connect(function()
  1373. kind = "fling"
  1374. mt = false
  1375. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Fling"
  1376. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1377. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1378. bg.Visible = false
  1379. disabled = false
  1380. end)
  1381. tb18.MouseButton1Click:connect(function()
  1382. kind = "outofbody"
  1383. mt = false
  1384. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Out of Body"
  1385. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1386. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1387. bg.Visible = false
  1388. disabled = false
  1389. end)
  1390. tb19.MouseButton1Click:connect(function()
  1391. kind = "stools"
  1392. mt = false
  1393. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Steal Tools"
  1394. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1395. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1396. bg.Visible = false
  1397. disabled = false
  1398. end)
  1399. tb20.MouseButton1Click:connect(function()
  1400. kind = "rtools"
  1401. mt = false
  1402. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Remove Tools"
  1403. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1404. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1405. bg.Visible = false
  1406. disabled = false
  1407. end)
  1408. tb21.MouseButton1Click:connect(function()
  1409. kind = "ctools"
  1410. mt = false
  1411. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Copy Tools"
  1412. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1413. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1414. bg.Visible = false
  1415. disabled = false
  1416. end)
  1417. tb22.MouseButton1Click:connect(function()
  1418. selection.Color = BrickColor.new("Bright red")
  1419. selection.SurfaceColor3 = Color3.new(150, 0, 0)
  1420. kind = "delete"
  1421. mt = true
  1422. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Delete"
  1423. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1424. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1425. bg.Visible = false
  1426. disabled = false
  1427. end)
  1428. tb23.MouseButton1Click:connect(function()
  1429. kind = "walkspeed"
  1430. mt = false
  1431. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Walkspeed"
  1432. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1433. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1434. bg.Visible = false
  1435. disabled = false
  1436. end)
  1437. tb24.MouseButton1Click:connect(function()
  1438. kind = "jumpheight"
  1439. mt = false
  1440. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Jumpheight"
  1441. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1442. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1443. bg.Visible = false
  1444. disabled = false
  1445. end)
  1446. tb25.MouseButton1Click:connect(function()
  1447. kind = "maxhealth"
  1448. mt = false
  1449. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Maxhealth"
  1450. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1451. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1452. bg.Visible = false
  1453. disabled = false
  1454. end)
  1455. tb26.MouseButton1Click:connect(function()
  1456. kind = "health"
  1457. mt = false
  1458. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Health"
  1459. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1460. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1461. bg.Visible = false
  1462. disabled = false
  1463. end)
  1464. tb27.MouseButton1Click:connect(function()
  1465. kind = "team"
  1466. mt = false
  1467. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Team"
  1468. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1469. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1470. bg.Visible = false
  1471. disabled = false
  1472. end)
  1473. tb28.MouseButton1Click:connect(function()
  1474. kind = "freeze"
  1475. mt = false
  1476. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Freeze: On/Off"
  1477. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1478. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1479. bg.Visible = false
  1480. disabled = false
  1481. end)
  1482. tb29.MouseButton1Click:connect(function()
  1483. kind = "anchor"
  1484. mt = true
  1485. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Anchor: On/Off"
  1486. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1487. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1488. bg.Visible = false
  1489. disabled = false
  1490. end)
  1491. tb30.MouseButton1Click:connect(function()
  1492. kind = "collide"
  1493. mt = true
  1494. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Collide: On/Off"
  1495. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1496. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1497. bg.Visible = false
  1498. disabled = false
  1499. end)
  1500. tb31.MouseButton1Click:connect(function()
  1501. kind = "kidnap"
  1502. mt = false
  1503. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Kidnap: On/Off"
  1504. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1505. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1506. bg.Visible = false
  1507. disabled = false
  1508. end)
  1509. tb32.MouseButton1Click:connect(function()
  1510. kind = "fire"
  1511. mt = false
  1512. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Fire: On/Off"
  1513. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1514. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1515. bg.Visible = false
  1516. disabled = false
  1517. end)
  1518. tb33.MouseButton1Click:connect(function()
  1519. kind = "smoke"
  1520. mt = false
  1521. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Smoke: On/Off"
  1522. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1523. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1524. bg.Visible = false
  1525. disabled = false
  1526. end)
  1527. tb34.MouseButton1Click:connect(function()
  1528. kind = "sparkles"
  1529. mt = false
  1530. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Sparkles: On/Off"
  1531. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1532. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1533. bg.Visible = false
  1534. disabled = false
  1535. end)
  1536. mouse.KeyDown:connect(function(key)
  1537. if key == "z" or key == "Z" then
  1538. bg.Visible = true
  1539. bg:TweenSize(UDim2.new(0, 300, 0, 400), "Out", "Quad", 0.5)
  1540. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 400)
  1541. elseif key == "x" or key == "X" then
  1542. disabled = true
  1543. lastkind = kind
  1544. kind = "disabled"
  1545. hint.Text = "Mouse Click Script | Press Z to switch mode | Press X to disable the script | Press C to hide/show the hint | Mode: Disabled"
  1546. bg:TweenSize(UDim2.new(0, 300, 0, 0), "Out", "Quad", 0.5)
  1547. repeat wait() until bg.Size == UDim2.new(0, 300, 0, 0)
  1548. bg.Visible = false
  1549. elseif key:byte() == 13 then
  1550. if kind == "walkspeed" then
  1551. local child = game.Workspace:FindFirstChild(name)
  1552. if value.Text == "Walkspeed Value" or value.Text == "" then
  1553. else
  1554. if plrchosen == true then
  1555. child.Humanoid.WalkSpeed = value.Text
  1556. value.Visible = false
  1557. name = "none"
  1558. plrchosen = false
  1559. end
  1560. end
  1561. elseif kind == "jumpheight" then
  1562. local child = game.Workspace:FindFirstChild(name)
  1563. if value.Text == "Jumpheight Value" or value.Text == "" then
  1564. else
  1565. if plrchosen == true then
  1566. child.Humanoid.JumpPower = value.Text
  1567. value.Visible = false
  1568. name = "none"
  1569. plrchosen = false
  1570. end
  1571. end
  1572. elseif kind == "maxhealth" then
  1573. local child = game.Workspace:FindFirstChild(name)
  1574. if value.Text == "Maxhealth Value" or value.Text == "" then
  1575. else
  1576. if plrchosen == true then
  1577. child.Humanoid.MaxHealth = value.Text
  1578. value.Visible = false
  1579. name = "none"
  1580. plrchosen = false
  1581. end
  1582. end
  1583. elseif kind == "health" then
  1584. local child = game.Workspace:FindFirstChild(name)
  1585. if value.Text == "Health Value" or value.Text == "" then
  1586. else
  1587. if plrchosen == true then
  1588. child.Humanoid.Health = value.Text
  1589. value.Visible = false
  1590. name = "none"
  1591. plrchosen = false
  1592. end
  1593. end
  1594. elseif kind == "team" then
  1595. local plrr = game.Players:FindFirstChild(name)
  1596. if value.Text == "Team Value" or value.Text == "" then
  1597. else
  1598. if plrchosen == true then
  1599. local t = game.Teams
  1600. if t:FindFirstChild(value.Text) then
  1601. local te = t:FindFirstChild(value.Text)
  1602. local tc = te.TeamColor
  1603. plrr.TeamColor = tc
  1604. value.Visible = false
  1605. name = "none"
  1606. plrchosen = false
  1607. end
  1608. end
  1609. end
  1610. end
  1611. elseif key == "c" or key == "C" then
  1612. if hint.Visible == true then
  1613. hint:TweenPosition(UDim2.new(0.5, -500, 0, -65), "Out", "Bounce", 0.5)
  1614. repeat wait() until hint.Position == UDim2.new(0.5, -500, 0, -65)
  1615. hint.Visible = false
  1616. elseif hint.Visible == false then
  1617. hint.Visible = true
  1618. hint:TweenPosition(UDim2.new(0.5, -500, 0, 5), "Out", "Bounce", 0.5)
  1619. repeat wait() until hint.Position == UDim2.new(0.5, -500, 0, 5)
  1620. end
  1621. end
  1622. end)
Add Comment
Please, Sign In to add comment