Advertisement
tturley23

Dorito 1.7

May 6th, 2018
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 375.01 KB | None | 0 0
  1.  
  2.  
  3.  -- Objects
  4.  
  5. local DoritoV10 = Instance.new("ScreenGui")
  6. local Login = Instance.new("Frame")
  7. local User = Instance.new("TextBox")
  8. local Version = Instance.new("TextLabel")
  9. local Dorito = Instance.new("TextLabel")
  10. local Password = Instance.new("TextBox")
  11. local Login_2 = Instance.new("TextButton")
  12. local Selection = Instance.new("Frame")
  13. local Dorito_2 = Instance.new("TextLabel")
  14. local FE = Instance.new("TextButton")
  15. local NONFE = Instance.new("TextButton")
  16. local CREDITS = Instance.new("TextButton")
  17. local FE_2 = Instance.new("Frame")
  18. local Selections = Instance.new("ScrollingFrame")
  19. local Admin = Instance.new("TextButton")
  20. local FE_3 = Instance.new("TextLabel")
  21. local Close = Instance.new("TextButton")
  22. local NONFE_2 = Instance.new("Frame")
  23. local Selections_2 = Instance.new("ScrollingFrame")
  24. local GrabKnife = Instance.new("TextButton")
  25. local FreeCandyS = Instance.new("TextButton")
  26. local NONFE_3 = Instance.new("TextLabel")
  27. local Close_2 = Instance.new("TextButton")
  28. local Credits = Instance.new("Frame")
  29. local Credits_2 = Instance.new("TextLabel")
  30. local CreditChange = Instance.new("TextLabel")
  31. local Close_4 = Instance.new("TextButton")
  32. local FreeCandy = Instance.new("Frame")
  33. local FreeCandy_2 = Instance.new("TextLabel")
  34. local Target = Instance.new("TextBox")
  35. local Execute = Instance.new("TextButton")
  36. local Close_5 = Instance.new("TextButton")
  37.  
  38. -- Properties
  39.  
  40. DoritoV10.Name = "DoritoV1.0"
  41. DoritoV10.Parent = game.Players.LocalPlayer.PlayerGui
  42.  
  43. Login.Name = "Login"
  44. Login.Parent = DoritoV10
  45. Login.Active = true
  46. Login.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  47. Login.BorderColor3 = Color3.new(0.207843, 0, 0)
  48. Login.Position = UDim2.new(0.0528026, 0, 0.288209617, 0)
  49. Login.Size = UDim2.new(0.17140536, 0, 0.5, 0)
  50. Login.Style = Enum.FrameStyle.RobloxRound
  51. Login.Draggable = true
  52.  
  53. User.Name = "User"
  54. User.Parent = Login
  55. User.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  56. User.Position = UDim2.new(-0.0379146934, 0, 0.169294462, 0)
  57. User.Size = UDim2.new(1.0710901, 0, 0.109215014, 0)
  58. User.Font = Enum.Font.Code
  59. User.Text = "USERNAME"
  60. User.TextColor3 = Color3.new(0.0313726, 0.054902, 0.207843)
  61. User.TextScaled = true
  62. User.TextSize = 14
  63. User.TextWrapped = true
  64.  
  65. Version.Name = "Version"
  66. Version.Parent = Login
  67. Version.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  68. Version.BackgroundTransparency = 0.80000001192093
  69. Version.BorderColor3 = Color3.new(0, 1, 0)
  70. Version.BorderSizePixel = 5
  71. Version.Position = UDim2.new(0.00584980845, 0, 0.660566568, 0)
  72. Version.Size = UDim2.new(0.971563995, 0, 0.327645063, 0)
  73. Version.Font = Enum.Font.Highway
  74. Version.Text = "V: 1.7"
  75. Version.TextColor3 = Color3.new(1, 0.666667, 0)
  76. Version.TextScaled = true
  77. Version.TextSize = 14
  78. Version.TextWrapped = true
  79.  
  80. Dorito.Name = "Dorito"
  81. Dorito.Parent = Login
  82. Dorito.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  83. Dorito.BackgroundTransparency = 1
  84. Dorito.Position = UDim2.new(0.0805687234, 0, 0.0238907859, 0)
  85. Dorito.Size = UDim2.new(0.819905221, 0, 0.0989761129, 0)
  86. Dorito.Font = Enum.Font.SourceSans
  87. Dorito.Text = "Dorito"
  88. Dorito.TextColor3 = Color3.new(1, 0.666667, 0)
  89. Dorito.TextSize = 40
  90. Dorito.TextWrapped = true
  91.  
  92. Password.Name = "Password"
  93. Password.Parent = Login
  94. Password.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  95. Password.Position = UDim2.new(-0.0379146934, 0, 0.325581402, 0)
  96. Password.Size = UDim2.new(1.0710901, 0, 0.109215014, 0)
  97. Password.Font = Enum.Font.Code
  98. Password.Text = "PASSWORD"
  99. Password.TextColor3 = Color3.new(0.0313726, 0.054902, 0.207843)
  100. Password.TextScaled = true
  101. Password.TextSize = 14
  102. Password.TextWrapped = true
  103.  
  104. Login_2.Name = "Login"
  105. Login_2.Parent = Login
  106. Login_2.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  107. Login_2.Position = UDim2.new(0.0568720363, 0, 0.494186044, 0)
  108. Login_2.Size = UDim2.new(0.872037888, 0, 0.104651161, 0)
  109. Login_2.Font = Enum.Font.SourceSans
  110. Login_2.Text = "Login"
  111. Login_2.TextScaled = true
  112. Login_2.TextSize = 14
  113. Login_2.TextWrapped = true
  114.  
  115. Selection.Name = "Selection"
  116. Selection.Parent = DoritoV10
  117. Selection.Active = true
  118. Selection.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  119. Selection.BackgroundTransparency = 0.40000000596046
  120. Selection.Position = UDim2.new(0.253763437, 0, 0.238241315, 0)
  121. Selection.Size = UDim2.new(0.184229389, 0, 0.273006141, 0)
  122. Selection.Visible = false
  123. Selection.Draggable = true
  124.  
  125. Dorito_2.Name = "Dorito"
  126. Dorito_2.Parent = Selection
  127. Dorito_2.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  128. Dorito_2.BackgroundTransparency = 0.5
  129. Dorito_2.Size = UDim2.new(1, 0, 0.227424756, 0)
  130. Dorito_2.Font = Enum.Font.SourceSans
  131. Dorito_2.Text = "Dorito"
  132. Dorito_2.TextColor3 = Color3.new(1, 0.666667, 0)
  133. Dorito_2.TextScaled = true
  134. Dorito_2.TextSize = 14
  135. Dorito_2.TextWrapped = true
  136.  
  137. FE.Name = "FE"
  138. FE.Parent = Selection
  139. FE.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  140. FE.Position = UDim2.new(0.0505836569, 0, 0.332431436, 0)
  141. FE.Size = UDim2.new(0.898832679, 0, 0.180602014, 0)
  142. FE.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  143. FE.Font = Enum.Font.SourceSans
  144. FE.Text = "FE"
  145. FE.TextColor3 = Color3.new(1, 0, 0)
  146. FE.TextSize = 14
  147.  
  148. NONFE.Name = "NONFE"
  149. NONFE.Parent = Selection
  150. NONFE.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  151. NONFE.Position = UDim2.new(0.0505836532, 0, 0.580449224, 0)
  152. NONFE.Size = UDim2.new(0.898832679, 0, 0.157190636, 0)
  153. NONFE.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  154. NONFE.Font = Enum.Font.SourceSans
  155. NONFE.Text = "NON-FE"
  156. NONFE.TextColor3 = Color3.new(1, 0, 0)
  157. NONFE.TextSize = 14
  158.  
  159. CREDITS.Name = "CREDITS"
  160. CREDITS.Parent = Selection
  161. CREDITS.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  162. CREDITS.Position = UDim2.new(0.0505836532, 0, 0.804391682, 0)
  163. CREDITS.Size = UDim2.new(0.898832679, 0, 0.157190636, 0)
  164. CREDITS.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  165. CREDITS.Font = Enum.Font.SourceSans
  166. CREDITS.Text = "Credits"
  167. CREDITS.TextColor3 = Color3.new(1, 0, 0)
  168. CREDITS.TextSize = 14
  169.  
  170. FE_2.Name = "FE"
  171. FE_2.Parent = DoritoV10
  172. FE_2.Active = true
  173. FE_2.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  174. FE_2.BackgroundTransparency = 0.30000001192093
  175. FE_2.Position = UDim2.new(0.496344447, 0, 0.238719061, 0)
  176. FE_2.Size = UDim2.new(0, 204, 0, 321)
  177. FE_2.Visible = false
  178. FE_2.Draggable = true
  179.  
  180. Selections.Name = "Selections"
  181. Selections.Parent = FE_2
  182. Selections.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  183. Selections.Position = UDim2.new(0.0735294148, 0, 0.143302187, 0)
  184. Selections.Size = UDim2.new(0, 174, 0, 260)
  185.  
  186. Admin.Name = "Admin"
  187. Admin.Parent = Selections
  188. Admin.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  189. Admin.Position = UDim2.new(0.0287356321, 0, 0.0230769236, 0)
  190. Admin.Size = UDim2.new(0, 151, 0, 25)
  191. Admin.Font = Enum.Font.SourceSans
  192. Admin.Text = "Admin (S)"
  193. Admin.TextScaled = true
  194. Admin.TextSize = 14
  195. Admin.TextWrapped = true
  196.  
  197. FE_3.Name = "FE"
  198. FE_3.Parent = FE_2
  199. FE_3.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  200. FE_3.BackgroundTransparency = 0.40000000596046
  201. FE_3.BorderColor3 = Color3.new(0, 0, 0)
  202. FE_3.Size = UDim2.new(0, 204, 0, 33)
  203. FE_3.Font = Enum.Font.SourceSans
  204. FE_3.Text = "FE"
  205. FE_3.TextColor3 = Color3.new(1, 0.666667, 0)
  206. FE_3.TextScaled = true
  207. FE_3.TextSize = 14
  208. FE_3.TextWrapped = true
  209.  
  210. Close.Name = "Close"
  211. Close.Parent = FE_2
  212. Close.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  213. Close.Position = UDim2.new(0.813725471, 0, 0, 0)
  214. Close.Size = UDim2.new(0, 38, 0, 33)
  215. Close.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  216. Close.Font = Enum.Font.Highway
  217. Close.Text = "X"
  218. Close.TextColor3 = Color3.new(1, 0, 0)
  219. Close.TextSize = 30
  220. Close.TextWrapped = true
  221.  
  222. NONFE_2.Name = "NONFE"
  223. NONFE_2.Parent = DoritoV10
  224. NONFE_2.Active = true
  225. NONFE_2.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  226. NONFE_2.BackgroundTransparency = 0.30000001192093
  227. NONFE_2.Position = UDim2.new(0.692120254, 0, 0.238719061, 0)
  228. NONFE_2.Size = UDim2.new(0, 204, 0, 321)
  229. NONFE_2.Visible = false
  230. NONFE_2.Draggable = true
  231.  
  232. Selections_2.Name = "Selections"
  233. Selections_2.Parent = NONFE_2
  234. Selections_2.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  235. Selections_2.Position = UDim2.new(0.0735294148, 0, 0.143302187, 0)
  236. Selections_2.Size = UDim2.new(0, 174, 0, 260)
  237. Selections_2.HorizontalScrollBarInset = Enum.ScrollBarInset.ScrollBar
  238.  
  239. GrabKnife.Name = "GrabKnife"
  240. GrabKnife.Parent = Selections_2
  241. GrabKnife.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  242. GrabKnife.Position = UDim2.new(0.0289999992, 0, 0.023, 0)
  243. GrabKnife.Size = UDim2.new(0, 151, 0, 25)
  244. GrabKnife.Font = Enum.Font.SourceSans
  245. GrabKnife.Text = "GrabKnife (S)"
  246. GrabKnife.TextScaled = true
  247. GrabKnife.TextSize = 14
  248. GrabKnife.TextWrapped = true
  249.  
  250. FreeCandyS.Name = "FreeCandy (S)"
  251. FreeCandyS.Parent = Selections_2
  252. FreeCandyS.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  253. FreeCandyS.Position = UDim2.new(0.0289999992, 0, 0.0729999989, 0)
  254. FreeCandyS.Size = UDim2.new(0, 151, 0, 25)
  255. FreeCandyS.Font = Enum.Font.SourceSans
  256. FreeCandyS.Text = "FreeCandy (S)"
  257. FreeCandyS.TextScaled = true
  258. FreeCandyS.TextSize = 14
  259. FreeCandyS.TextWrapped = true
  260.  
  261. NONFE_3.Name = "NONFE"
  262. NONFE_3.Parent = NONFE_2
  263. NONFE_3.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  264. NONFE_3.BackgroundTransparency = 0.40000000596046
  265. NONFE_3.BorderColor3 = Color3.new(0, 0, 0)
  266. NONFE_3.Size = UDim2.new(0, 204, 0, 33)
  267. NONFE_3.Font = Enum.Font.SourceSans
  268. NONFE_3.Text = "NON-FE"
  269. NONFE_3.TextColor3 = Color3.new(1, 0.666667, 0)
  270. NONFE_3.TextScaled = true
  271. NONFE_3.TextSize = 14
  272. NONFE_3.TextWrapped = true
  273.  
  274. Close_2.Name = "Close"
  275. Close_2.Parent = NONFE_2
  276. Close_2.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  277. Close_2.Position = UDim2.new(0.813725471, 0, 0, 0)
  278. Close_2.Size = UDim2.new(0, 38, 0, 33)
  279. Close_2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  280. Close_2.Font = Enum.Font.Highway
  281. Close_2.Text = "X"
  282. Close_2.TextColor3 = Color3.new(1, 0, 0)
  283. Close_2.TextSize = 30
  284. Close_2.TextWrapped = true
  285.  
  286. Credits.Name = "Credits"
  287. Credits.Parent = DoritoV10
  288. Credits.Active = true
  289. Credits.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  290. Credits.Position = UDim2.new(0.235580832, 0, 0.624454141, 0)
  291. Credits.Size = UDim2.new(0, 341, 0, 317)
  292. Credits.Visible = false
  293. Credits.Style = Enum.FrameStyle.DropShadow
  294. Credits.Draggable = true
  295.  
  296. Credits_2.Name = "Credits"
  297. Credits_2.Parent = Credits
  298. Credits_2.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  299. Credits_2.BackgroundTransparency = 1
  300. Credits_2.Position = UDim2.new(0.0263929628, 0, 1.86264515e-09, 0)
  301. Credits_2.Size = UDim2.new(0, 308, 0, 80)
  302. Credits_2.Font = Enum.Font.Highway
  303. Credits_2.Text = "Credits"
  304. Credits_2.TextColor3 = Color3.new(0.0235294, 0.0352941, 0.207843)
  305. Credits_2.TextScaled = true
  306. Credits_2.TextSize = 14
  307. Credits_2.TextWrapped = true
  308.  
  309. CreditChange.Name = "CreditChange"
  310. CreditChange.Parent = Credits
  311. CreditChange.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  312. CreditChange.BackgroundTransparency = 1
  313. CreditChange.Position = UDim2.new(0.0249266867, 0, 0.233438477, 0)
  314. CreditChange.Size = UDim2.new(0, 308, 0, 218)
  315. CreditChange.Font = Enum.Font.Highway
  316. CreditChange.Text = "script changes this text"
  317. CreditChange.TextColor3 = Color3.new(0, 0, 0)
  318. CreditChange.TextScaled = true
  319. CreditChange.TextSize = 14
  320. CreditChange.TextWrapped = true
  321.  
  322. Close_4.Name = "Close"
  323. Close_4.Parent = Credits
  324. Close_4.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  325. Close_4.Position = UDim2.new(0.865102649, 0, 0.00946372282, 0)
  326. Close_4.Size = UDim2.new(0.126099706, 0, 0.135646686, 0)
  327. Close_4.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  328. Close_4.Font = Enum.Font.SourceSansBold
  329. Close_4.Text = "X"
  330. Close_4.TextColor3 = Color3.new(1, 0, 0.0156863)
  331. Close_4.TextSize = 30
  332. Close_4.TextWrapped = true
  333.  
  334. FreeCandy.Name = "FreeCandy"
  335. FreeCandy.Parent = DoritoV10
  336. FreeCandy.Active = true
  337. FreeCandy.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  338. FreeCandy.BackgroundTransparency = 0.30000001192093
  339. FreeCandy.Position = UDim2.new(0.625507712, 0, 0.724890828, 0)
  340. FreeCandy.Size = UDim2.new(0.194265231, 0, 0.265848666, 0)
  341. FreeCandy.Visible = false
  342.  
  343. FreeCandy_2.Name = "FreeCandy"
  344. FreeCandy_2.Parent = FreeCandy
  345. FreeCandy_2.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  346. FreeCandy_2.BackgroundTransparency = 0.5
  347. FreeCandy_2.Size = UDim2.new(1, 0, 0.256756753, 0)
  348. FreeCandy_2.Font = Enum.Font.SourceSans
  349. FreeCandy_2.Text = "Free Candy      "
  350. FreeCandy_2.TextColor3 = Color3.new(1, 0.666667, 0)
  351. FreeCandy_2.TextSize = 45
  352. FreeCandy_2.TextWrapped = true
  353. FreeCandy_2.TextXAlignment = Enum.TextXAlignment.Left
  354.  
  355. Target.Name = "Target"
  356. Target.Parent = FreeCandy
  357. Target.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  358. Target.Position = UDim2.new(0, 0, 0.317307711, 0)
  359. Target.Size = UDim2.new(1, 0, 0.230769232, 0)
  360. Target.Font = Enum.Font.SourceSans
  361. Target.Text = "Target Name"
  362. Target.TextColor3 = Color3.new(0, 0, 0)
  363. Target.TextScaled = true
  364. Target.TextSize = 14
  365. Target.TextWrapped = true
  366.  
  367. Execute.Name = "Execute"
  368. Execute.Parent = FreeCandy
  369. Execute.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  370. Execute.BorderSizePixel = 5
  371. Execute.Position = UDim2.new(0.0376569033, 0, 0.639344275, 0)
  372. Execute.Size = UDim2.new(0.945606709, 0, 0.240437165, 0)
  373. Execute.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  374. Execute.Font = Enum.Font.Highway
  375. Execute.Text = "Kidnap"
  376. Execute.TextSize = 50
  377. Execute.TextWrapped = true
  378.  
  379. Close_5.Name = "Close"
  380. Close_5.Parent = FreeCandy
  381. Close_5.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  382. Close_5.Position = UDim2.new(0.811715484, 0, 0.0163934417, 0)
  383. Close_5.Size = UDim2.new(0.171548113, 0, 0.202185795, 0)
  384. Close_5.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  385. Close_5.Font = Enum.Font.SourceSansBold
  386. Close_5.Text = "X"
  387. Close_5.TextColor3 = Color3.new(1, 0, 0.0156863)
  388. Close_5.TextSize = 30
  389. Close_5.TextWrapped = true
  390.  
  391. -- Scripts
  392.  
  393. Login_2.MouseButton1Click:Connect(function()
  394.     if (User.Text == "Admin" and Password.Text == "trinity209") then
  395.         Login.Visible = false
  396.         Selection.Visible = true
  397.     end
  398.    
  399.     if (User.Text == "accuratescript1" and Password.Text == "thisisinbeta141") then
  400.         Login.Visible = false
  401.         Selection.Visible = true
  402.     end
  403. end)
  404.  
  405. Selection.FE.MouseButton1Click:connect(function()
  406.     DoritoV10.FE.Visible = true
  407. end)
  408.  
  409. Selection.NONFE.MouseButton1Click:connect(function()
  410.     DoritoV10.NONFE.Visible = true
  411. end)
  412.  
  413. Selection.CREDITS.MouseButton1Click:connect(function()
  414.     DoritoV10.Credits.Visible = true
  415. end)
  416.  
  417. FreeCandyS.MouseButton1Click:connect(function()
  418.     DoritoV10.FreeCandy.Visible = true
  419.     DoritoV10.FreeCandy.Draggable = true
  420. end)
  421.  
  422. Close.MouseButton1Click:connect(function()
  423.     FE_2.Visible = false
  424. end)
  425.  
  426. Close_2.MouseButton1Click:connect(function()
  427.     NONFE_2.Visible = false
  428. end)
  429.  
  430. Close_4.MouseButton1Click:connect(function()
  431.     Credits.Visible = false
  432. end)
  433.  
  434. Close_5.MouseButton1Click:connect(function()
  435.     FreeCandy.Visible = false
  436. end)
  437.  
  438. GrabKnife.MouseButton1Click:connect(function()
  439.     math.randomseed(tick())
  440. local player = game.Players.LocalPlayer
  441. local rekt = {}
  442. local paralyzed = false
  443. local curpoint = nil
  444. local curpart = nil
  445. local finishnum = 1
  446. local zombiemode = false
  447. local zombies = {}
  448. local lastgui = nil
  449. local mouse = player:GetMouse()
  450.  
  451. function getplr(char)
  452.     local plr = nil
  453.     for i,v in pairs(game.Players:GetChildren()) do
  454.         if v.Character == char then
  455.             plr = v
  456.         end
  457.     end
  458.     return plr
  459. end
  460.  
  461. function bleed(frick)
  462.     while frick.Parent ~= nil do
  463.     local reeee = coroutine.wrap(function()
  464.     local thing = Instance.new('Part',game.Workspace)
  465.     thing.Size = Vector3.new(0.2,0.2,0.2)
  466.     thing.CFrame = frick.CFrame
  467.     thing.Shape = Enum.PartType.Ball
  468.     thing.CFrame = frick.CFrame
  469.     thing.Transparency = 1
  470.     thing.BrickColor = BrickColor.new('Maroon')
  471.     thing.Material = Enum.Material.SmoothPlastic
  472.     thing.Name = "Blood"
  473.     thing.CanCollide =false
  474.     local rawrxd = Instance.new('BodyForce',thing)
  475.     rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  476.     local coru = coroutine.wrap(function()
  477.         wait(0.01)
  478.         rawrxd:Destroy()
  479.     end)
  480.     coru()
  481.     local ree = Instance.new('ParticleEmitter',thing)
  482.     ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.fromRGB(100,0,0)),ColorSequenceKeypoint.new(1,Color3.fromRGB(100,0,0))})
  483.     ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
  484.     ree.Texture = 'rbxassetid://867743272'
  485.     ree.Lifetime = NumberRange.new(0.4)
  486.     ree.Rate = 50
  487.     ree.LockedToPart = true
  488.     ree.Speed = NumberRange.new(0, 2)  
  489.    
  490.     thing.Touched:connect(function(tou)
  491.         if tou.Parent and tou.Parent:IsA('Tool') == false and tou.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Name ~= "Blood" and tou.Parent.Name ~= "Projectile" and tou.Parent.Name ~= "big ass knife" and tou.Parent ~= player.Character and tou.Parent.ClassName ~= "Accessory" and tou.Parent.Name ~= "bitch ass knife" then
  492.             local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
  493.             thing:Destroy()
  494.             if tou.Name == "BloodPuddle" then
  495.                 local reee = tou.CFrame
  496.                 if tou.Transparency > -0.2 then
  497.                     tou.Transparency = tou.Transparency -0.1
  498.                 end
  499.                 if tou.Size.X < 10 then
  500.                     tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
  501.                     tou.CFrame = reee
  502.                 end
  503.             else
  504.                 local bloodlol = Instance.new('Part',workspace)
  505.                 bloodlol.Size=Vector3.new(1,0.2,1)
  506.                 bloodlol.Name = "BloodPuddle"
  507.                 bloodlol.Anchored = true
  508.                 bloodlol.CanCollide = false
  509.                 bloodlol.Material = Enum.Material.SmoothPlastic
  510.                 bloodlol.BrickColor = BrickColor.new('Maroon')
  511.                 local cyl = Instance.new('CylinderMesh',bloodlol)
  512.                 cyl.Scale = Vector3.new(1,0.1,1)
  513.                 bloodlol.CFrame = CFrame.new(pos)
  514.                 local coru=coroutine.wrap(function()
  515.                     while bloodlol.Parent ~= nil do
  516.                         if bloodlol.Transparency < 1 then
  517.                             bloodlol.Transparency = bloodlol.Transparency+0.05
  518.                         else
  519.                             bloodlol:Destroy()
  520.                         end
  521.                         wait(0.1)
  522.                     end
  523.                 end)
  524.                 coru()
  525.             end
  526.         end
  527.     end)
  528.     local coru = coroutine.wrap(function()
  529.         wait(1)
  530.         thing:Destroy()
  531.     end)
  532.     coru()
  533.     end)
  534.     reeee()
  535.     wait()
  536.     end
  537. end
  538.  
  539. function killz(playa,hitz,kneef,explode,pool,head,charred,override)
  540.     local soundy = false
  541.     local heyy = hitz
  542.     if hitz == "Right Arm" then
  543.     local Limb = playa:FindFirstChild("Right Arm")
  544.     local ters = playa:FindFirstChild('Torso')
  545.         if Limb and ters then
  546.             if ters:FindFirstChild('Right Shoulder') then ters["Right Shoulder"]:Destroy() end
  547.             for i,v in pairs(Limb:GetChildren()) do
  548.                 if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  549.                     v:Destroy()
  550.                 end
  551.             end
  552.             Limb.CFrame = ters.CFrame * CFrame.new(1.5, 0, 0)
  553.             local Joint = Instance.new("Rotate")
  554.             Joint.Name = "RightShoulder"
  555.             Joint.Part0 = ters
  556.             Joint.Part1 = Limb
  557.             Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  558.             Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  559.             Joint.Parent = ters
  560.             if charred and zombiemode == false then
  561.                 Limb.BrickColor = BrickColor.new('Black')
  562.                 local fire = Instance.new('Fire',Limb)
  563.                 fire.Heat = 5
  564.                 fire.Size = 5
  565.                 game:GetService('Debris'):AddItem(fire,2)
  566.                 local coru=coroutine.wrap(function()
  567.                     wait(2)
  568.                     for i,v in pairs(Limb:GetChildren()) do
  569.                         if v:IsA('ParticleEmitter') then
  570.                             v:Destroy()
  571.                         end
  572.                     end
  573.                 end)
  574.                 coru()
  575.             end
  576.             local B = Instance.new("Part")
  577.             B.TopSurface = 0
  578.             B.BottomSurface = 0
  579.             B.formFactor = "Symmetric"
  580.             B.Size = Vector3.new(1, 1, 1)
  581.             B.Transparency = 1
  582.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  583.             B.Parent = playa
  584.             local W = Instance.new("Weld")
  585.             W.Part0 = Limb
  586.             W.Part1 = B
  587.             W.C0 = CFrame.new(0, -0.5, 0)
  588.             W.Parent = Limb
  589.             if kneef then
  590.             local coru = coroutine.wrap(function()
  591.                 local uno = Instance.new('Part',workspace)
  592.                     local dos = Instance.new('Part',workspace)
  593.                     uno.CFrame = playa:FindFirstChild(hitz).CFrame
  594.                     dos.CFrame = kneef["big ass knife"].CFrame
  595.                     local weld = Instance.new('Weld',kneef["big ass knife"])
  596.                     weld.Part0 = playa:FindFirstChild(hitz)
  597.                     weld.Part1 = kneef["big ass knife"]
  598.                     weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  599.                     uno:Destroy()
  600.                     dos:Destroy()
  601.                     playa:FindFirstChild(hitz).Anchored = false
  602.                     for i, v in pairs(kneef:GetChildren()) do
  603.                         if v:IsA('BasePart') then
  604.                         v.Anchored = false
  605.                         end
  606.                     end
  607.                     if zombiemode == false or override then
  608.                     wait()
  609.                     end
  610.                     if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  611.                         kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  612.                     end
  613.                     local bleedpart = Instance.new("Part", kneef)
  614.                     bleedpart.CanCollide = false
  615.                     bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  616.                     bleedpart.CFrame = kneef["big ass knife"].CFrame
  617.                     bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  618.                     bleedpart.Transparency = 1
  619.    
  620.                     local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  621.                     bleedpartweld.Part0 = kneef["big ass knife"]
  622.                     bleedpartweld.Part1 = bleedpart
  623.                     bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  624.                     local coru = coroutine.wrap(function()
  625.                     bleed(bleedpart)
  626.                     end)
  627.                     coru()
  628.                     game:GetService('Debris'):AddItem(bleedpart,2)
  629.             end)
  630.             coru()
  631.             end
  632.         end
  633.     elseif hitz == "Left Arm" then
  634.         local Limb = playa:FindFirstChild("Left Arm")
  635.     local ters = playa:FindFirstChild('Torso')
  636.         if Limb and ters then
  637.             if ters:FindFirstChild('Left Shoulder') then ters["Left Shoulder"]:Destroy() end
  638.             for i,v in pairs(Limb:GetChildren()) do
  639.                 if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  640.                     v:Destroy()
  641.                 end
  642.             end
  643.             Limb.CFrame = ters.CFrame * CFrame.new(-1.5, 0, 0)
  644.             local Joint = Instance.new("Rotate")
  645.             Joint.Name = "LeftShoulder"
  646.             Joint.Part0 = ters
  647.             Joint.Part1 = Limb
  648.             Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  649.             Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  650.             Joint.Parent = ters
  651.             if charred and zombiemode == false then
  652.                 Limb.BrickColor = BrickColor.new('Black')
  653.                 local fire = Instance.new('Fire',Limb)
  654.                 fire.Heat = 5
  655.                 fire.Size = 5
  656.                 game:GetService('Debris'):AddItem(fire,2)
  657.                 local coru=coroutine.wrap(function()
  658.                     wait(2)
  659.                     for i,v in pairs(Limb:GetChildren()) do
  660.                         if v:IsA('ParticleEmitter') then
  661.                             v:Destroy()
  662.                         end
  663.                     end
  664.                 end)
  665.                 coru()
  666.             end
  667.  
  668.             local B = Instance.new("Part")
  669.             B.TopSurface = 0
  670.             B.BottomSurface = 0
  671.             B.formFactor = "Symmetric"
  672.             B.Size = Vector3.new(1, 1, 1)
  673.             B.CanCollide = true
  674.             B.Transparency = 1
  675.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  676.             B.Parent = playa
  677.             local W = Instance.new("Weld")
  678.             W.Part0 = ters
  679.             W.Part1 = B
  680.             W.C0 = CFrame.new(0, -0.5, 0)
  681.             W.Parent = Limb
  682.             if kneef then
  683.             local coru = coroutine.wrap(function()
  684.                 local uno = Instance.new('Part',workspace)
  685.                     local dos = Instance.new('Part',workspace)
  686.                     uno.CFrame = playa:FindFirstChild(hitz).CFrame
  687.                     dos.CFrame = kneef["big ass knife"].CFrame
  688.                     local weld = Instance.new('Weld',kneef["big ass knife"])
  689.                     weld.Part0 = playa:FindFirstChild(hitz)
  690.                     weld.Part1 = kneef["big ass knife"]
  691.                     weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  692.                     uno:Destroy()
  693.                     dos:Destroy()
  694.                     playa:FindFirstChild(hitz).Anchored = false
  695.                     for i, v in pairs(kneef:GetChildren()) do
  696.                         if v:IsA('BasePart') then
  697.                         v.Anchored = false
  698.                         end
  699.                     end
  700.                     if zombiemode == false or override then
  701.                     wait()
  702.                     end
  703.                     if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  704.                         kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  705.                     end
  706.                     local bleedpart = Instance.new("Part", kneef)
  707.                     bleedpart.CanCollide = false
  708.                     bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  709.                     bleedpart.CFrame = kneef["big ass knife"].CFrame
  710.                     bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  711.                     bleedpart.Transparency = 1
  712.    
  713.                     local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  714.                     bleedpartweld.Part0 = kneef["big ass knife"]
  715.                     bleedpartweld.Part1 = bleedpart
  716.                     bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  717.                     local coru = coroutine.wrap(function()
  718.                     bleed(bleedpart)
  719.                     end)
  720.                     coru()
  721.                     game:GetService('Debris'):AddItem(bleedpart,2)
  722.             end)
  723.             coru()
  724.             end
  725.         end
  726.     elseif hitz == "Right Leg" then
  727.         local Limb = playa:FindFirstChild("Right Leg")
  728.     local ters = playa:FindFirstChild('Torso')
  729.         if Limb and ters then
  730.             if ters:FindFirstChild('Right Hip') then ters["Right Hip"]:Destroy() end
  731.             for i,v in pairs(Limb:GetChildren()) do
  732.                 if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  733.                     v:Destroy()
  734.                 end
  735.             end
  736.             Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  737.             local Joint = Instance.new("Rotate")
  738.             Joint.Name = "Right Hip"
  739.             Joint.Part0 = ters
  740.             Joint.Part1 = Limb
  741.             Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  742.             Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  743.             Joint.Parent = ters
  744.             if charred and zombiemode == false then
  745.                 Limb.BrickColor = BrickColor.new('Black')
  746.                 local fire = Instance.new('Fire',Limb)
  747.                 fire.Heat = 5
  748.                 fire.Size = 5
  749.                 game:GetService('Debris'):AddItem(fire,2)
  750.                 local coru=coroutine.wrap(function()
  751.                     wait(2)
  752.                     for i,v in pairs(Limb:GetChildren()) do
  753.                         if v:IsA('ParticleEmitter') then
  754.                             v:Destroy()
  755.                         end
  756.                     end
  757.                 end)
  758.                 coru()
  759.             end
  760.             local B = Instance.new("Part")
  761.             B.TopSurface = 0
  762.             B.BottomSurface = 0
  763.             B.formFactor = "Symmetric"
  764.             B.Size = Vector3.new(1, 1, 1)
  765.             B.Transparency = 1
  766.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  767.             B.Parent = playa
  768.             local W = Instance.new("Weld")
  769.             W.Part0 = Limb
  770.             W.Part1 = B
  771.             W.C0 = CFrame.new(0, -0.5, 0)
  772.             W.Parent = Limb
  773.             if kneef then
  774.             local coru = coroutine.wrap(function()
  775.                 local uno = Instance.new('Part',workspace)
  776.                 local dos = Instance.new('Part',workspace)
  777.                 uno.CFrame = playa:FindFirstChild(hitz).CFrame
  778.                 dos.CFrame = kneef["big ass knife"].CFrame
  779.                 local weld = Instance.new('Weld',kneef["big ass knife"])
  780.                 weld.Part0 = playa:FindFirstChild(hitz)
  781.                 weld.Part1 = kneef["big ass knife"]
  782.                 weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  783.                 uno:Destroy()
  784.                 dos:Destroy()
  785.                 playa:FindFirstChild(hitz).Anchored = false
  786.                 for i, v in pairs(kneef:GetChildren()) do
  787.                     if v:IsA('BasePart') then
  788.                         v.Anchored = false
  789.                         end
  790.                     end
  791.                     if zombiemode == false or override then
  792.                     wait()
  793.                     end
  794.                     if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  795.                         kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  796.                     end
  797.                     local bleedpart = Instance.new("Part", kneef)
  798.                     bleedpart.CanCollide = false
  799.                     bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  800.                     bleedpart.CFrame = kneef["big ass knife"].CFrame
  801.                     bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  802.                     bleedpart.Transparency = 1
  803.    
  804.                     local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  805.                     bleedpartweld.Part0 = kneef["big ass knife"]
  806.                     bleedpartweld.Part1 = bleedpart
  807.                     bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  808.                     local coru = coroutine.wrap(function()
  809.                     bleed(bleedpart)
  810.                     end)
  811.                     coru()
  812.                     game:GetService('Debris'):AddItem(bleedpart,2)
  813.             end)
  814.             coru()
  815.             end
  816.             if playa then
  817.                 table.insert(rekt,playa)
  818.             end
  819.         end
  820.     elseif hitz == "Left Leg" then
  821.         local Limb = playa:FindFirstChild("Left Leg")
  822.     local ters = playa:FindFirstChild('Torso')
  823.         if Limb and ters then
  824.             if ters:FindFirstChild('Left Hip') then ters["Left Hip"]:Destroy() end
  825.             for i,v in pairs(Limb:GetChildren()) do
  826.                 if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  827.                     v:Destroy()
  828.                 end
  829.             end
  830.         Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  831.             Limb.CFrame = ters.CFrame * CFrame.new(-0.5, -2, 0)
  832.             local Joint = Instance.new("Rotate")
  833.             Joint.Name = "LeftHip"
  834.             Joint.Part0 = ters
  835.             Joint.Part1 = Limb
  836.             Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  837.             Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  838.             Joint.Parent = ters
  839.             if charred and zombiemode == false then
  840.                 Limb.BrickColor = BrickColor.new('Black')
  841.                 local fire = Instance.new('Fire',Limb)
  842.                 fire.Heat = 5
  843.                 fire.Size = 5
  844.                 game:GetService('Debris'):AddItem(fire,2)
  845.                 local coru=coroutine.wrap(function()
  846.                     wait(2)
  847.                     for i,v in pairs(Limb:GetChildren()) do
  848.                         if v:IsA('ParticleEmitter') then
  849.                             v:Destroy()
  850.                         end
  851.                     end
  852.                 end)
  853.                 coru()
  854.             end
  855.  
  856.             local B = Instance.new("Part")
  857.             B.TopSurface = 0
  858.             B.BottomSurface = 0
  859.             B.formFactor = "Symmetric"
  860.             B.Size = Vector3.new(1, 1, 1)
  861.             B.Transparency = 1
  862.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  863.             B.Parent = playa
  864.             local W = Instance.new("Weld")
  865.             W.Part0 = Limb
  866.             W.Part1 = B
  867.             W.C0 = CFrame.new(0, -0.5, 0)
  868.             W.Parent = Limb
  869.             Limb.CanCollide = false
  870.             if kneef then
  871.             local coru = coroutine.wrap(function()
  872.                 local uno = Instance.new('Part',workspace)
  873.                     local dos = Instance.new('Part',workspace)
  874.                     uno.CFrame = playa:FindFirstChild(hitz).CFrame
  875.                     dos.CFrame = kneef["big ass knife"].CFrame
  876.                     local weld = Instance.new('Weld',kneef["big ass knife"])
  877.                     weld.Part0 = playa:FindFirstChild(hitz)
  878.                     weld.Part1 = kneef["big ass knife"]
  879.                     weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  880.                     uno:Destroy()
  881.                     dos:Destroy()
  882.                     playa:FindFirstChild(hitz).Anchored = false
  883.                     for i, v in pairs(kneef:GetChildren()) do
  884.                         if v:IsA('BasePart') then
  885.                         v.Anchored = false
  886.                         end
  887.                     end
  888.                     if zombiemode == false or override then
  889.                     wait()
  890.                     end
  891.                     if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  892.                         kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  893.                     end
  894.                     local bleedpart = Instance.new("Part", kneef)
  895.                     bleedpart.CanCollide = false
  896.                     bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  897.                     bleedpart.CFrame = kneef["big ass knife"].CFrame
  898.                     bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  899.                     bleedpart.Transparency = 1
  900.    
  901.                     local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  902.                     bleedpartweld.Part0 = kneef["big ass knife"]
  903.                     bleedpartweld.Part1 = bleedpart
  904.                     bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  905.                     local coru = coroutine.wrap(function()
  906.                     bleed(bleedpart)
  907.                     end)
  908.                     coru()
  909.                     game:GetService('Debris'):AddItem(bleedpart,2)
  910.             end)
  911.             coru()
  912.             end
  913.             if playa then
  914.                 table.insert(rekt,playa)
  915.             end
  916.         end
  917.     elseif playa then
  918.         if finishnum ~= 1 then
  919.             local coru=coroutine.wrap(function()
  920.             player.Character.Head.Psycho.Playing = true
  921.             wait(3)
  922.             player.Character.Head.Psycho.Playing = false
  923.             end)
  924.             coru()
  925.         end
  926.         local playa2 = playa
  927.         playa.Archivable = true
  928.         local playa = playa:Clone()
  929.         playa.Archivable = false
  930.         playa2:Destroy()
  931.         playa.Parent = workspace
  932.         local Gibs = game.Workspace
  933.         local Torso = playa.Torso
  934.         local Head = playa:FindFirstChild("Head")
  935.         local function Scan(ch)
  936.         local e
  937.         for e = 1,#ch do
  938.             Scan(ch[e]:GetChildren())
  939.             if (ch[e].ClassName == "Weld" and ch[e]:FindFirstChild('Part1') and ch[e].Part1.Name ~= 'Projectile') or ch[e].ClassName == "Motor6D" or ch[e].ClassName == "Rotate" or (ch[e]:IsA('BasePart') and ch[e].Size == Vector3.new(1, 1, 1)) then
  940.                 ch[e]:remove()
  941.             end
  942.         end
  943.         end
  944.     Scan(playa:GetChildren())
  945.         if playa:FindFirstChild('HumanoidRootPart') and (zombiemode == false or override) then
  946.             playa:FindFirstChild('HumanoidRootPart'):Destroy()
  947.         end
  948.         local hum2 = playa:FindFirstChildOfClass("Humanoid")
  949.     if zombiemode == true and override == false then
  950.         soundy = true
  951.     end
  952.     if string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie" then
  953.         override = true
  954.     end
  955.     if hum2 ~= nil then
  956.         hum2.Name = "Humanoid2"
  957.         hum2.Health = 0
  958.         if zombiemode == false or override == true then
  959.             table.insert(rekt,hum2.Parent)
  960.         else
  961.             local gyro = Instance.new('BodyGyro',Torso)
  962.             hum2.PlatformStand = false
  963.             for i,v in pairs(hum2.Parent.Torso:GetChildren()) do
  964.                 if v:IsA('BodyGyro') then v:Destroy() end
  965.             end
  966.             if playa:FindFirstChild('HumanoidRootPart') then
  967.                 hum2.Parent.HumanoidRootPart.CFrame = hum2.Parent.Torso.CFrame
  968.                 local weldcrucial = Instance.new('Weld',hum2.Parent.HumanoidRootPart)
  969.                 weldcrucial.Part0 = hum2.Parent.HumanoidRootPart
  970.                 weldcrucial.Part1 = hum2.Parent.Torso
  971.             end
  972.         end
  973.     end
  974.     local ch = playa:GetChildren()
  975.     local i
  976.     for i = 1,#ch do
  977.         if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  978.             ch[i]:remove()
  979.         end
  980.     end
  981.  
  982.         if Head then
  983.             local Neck = Instance.new("Weld")
  984.             Neck.Name = "Neck"
  985.             Neck.Part0 = Torso
  986.             Neck.Part1 = Head
  987.             if pool then
  988.                 local part = Instance.new('Part',Torso)
  989.                 part.Position = Vector3.new(0,10,0)
  990.                 part.Size = Vector3.new(0.2,0.2,0.2)
  991.                 part.Transparency = 1
  992.                 part.CanCollide = false
  993.                 local we = Instance.new('Weld',Torso)
  994.                 we.Part0 = Torso
  995.                 we.Part1 = part
  996.                 we.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  997.                 local coru=coroutine.wrap(function()
  998.                 bleed(part)
  999.                 end)
  1000.                 coru()
  1001.             end
  1002.             if head == false or head == nil then
  1003.                 Neck.C0 = CFrame.new(0, 1.5, 0)
  1004.             else
  1005.                 Neck.C0 = CFrame.new(0, 1.5, 0.2)*CFrame.Angles(0.5, 0.25, 0.25)
  1006.                 local bleedpart = Instance.new("Part", Torso)
  1007.                 bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  1008.                 bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  1009.                 bleedpart.CanCollide = false
  1010.                 bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  1011.                 bleedpart.Transparency = 1
  1012.    
  1013.                 local bleedpartweld = Instance.new("Weld", Torso)
  1014.                 bleedpartweld.Part0 = Torso
  1015.                 bleedpartweld.Part1 = bleedpart
  1016.                 bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  1017.                 local coru = coroutine.wrap(function()
  1018.                 bleed(bleedpart)
  1019.                 end)
  1020.                 coru()
  1021.             end
  1022.             Neck.C1 = CFrame.new()
  1023.             Neck.Parent = Torso
  1024.         end
  1025.         local Limb = playa:FindFirstChild("Right Arm")
  1026.         if Limb then
  1027.  
  1028.             Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  1029.             local Joint = Instance.new("Rotate")
  1030.             Joint.Name = "RightShoulder"
  1031.             Joint.Part0 = Torso
  1032.             Joint.Part1 = Limb
  1033.             Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1034.             Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1035.             Joint.Parent = Torso
  1036.  
  1037.             local B = Instance.new("Part")
  1038.             B.TopSurface = 0
  1039.             B.BottomSurface = 0
  1040.             B.formFactor = "Symmetric"
  1041.             B.Size = Vector3.new(1, 1, 1)
  1042.             B.Transparency = 1
  1043.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1044.             B.Parent = playa
  1045.             local W = Instance.new("Weld")
  1046.             W.Part0 = Limb
  1047.             W.Part1 = B
  1048.             W.C0 = CFrame.new(0, -0.5, 0)
  1049.             W.Parent = Limb
  1050.         end
  1051.         local Limb = playa:FindFirstChild("Left Arm")
  1052.         if Limb then
  1053.    
  1054.             Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  1055.             local Joint = Instance.new("Rotate")
  1056.             Joint.Name = "LeftShoulder"
  1057.             Joint.Part0 = Torso
  1058.             Joint.Part1 = Limb
  1059.             Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1060.             Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1061.             Joint.Parent = Torso
  1062.  
  1063.             local B = Instance.new("Part")
  1064.             B.TopSurface = 0
  1065.             B.BottomSurface = 0
  1066.             B.formFactor = "Symmetric"
  1067.             B.Size = Vector3.new(1, 1, 1)
  1068.             B.Transparency = 1
  1069.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1070.             B.Parent = playa
  1071.             local W = Instance.new("Weld")
  1072.             W.Part0 = Limb
  1073.             W.Part1 = B
  1074.             W.C0 = CFrame.new(0, -0.5, 0)
  1075.             W.Parent = Limb
  1076.         end
  1077.         local Limb = playa:FindFirstChild("Right Leg")
  1078.         if Limb then
  1079.             Limb.CanCollide = false
  1080.             Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  1081.             local Joint = Instance.new("Rotate")
  1082.             Joint.Name = "RightHip"
  1083.             Joint.Part0 = Torso
  1084.             Joint.Part1 = Limb
  1085.             Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1086.             Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1087.             Joint.Parent = Torso
  1088.  
  1089.             local B = Instance.new("Part")
  1090.             B.TopSurface = 0
  1091.             B.BottomSurface = 0
  1092.             B.formFactor = "Symmetric"
  1093.             B.Size = Vector3.new(1, 1, 1)
  1094.             B.Transparency = 1
  1095.             B.CanCollide = true
  1096.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1097.             B.Parent = playa
  1098.             local W = Instance.new("Weld")
  1099.             W.Part0 = Limb
  1100.             W.Part1 = B
  1101.             W.C0 = CFrame.new(0, -0.5, 0)
  1102.             W.Parent = Limb
  1103.         end
  1104.         local Limb = playa:FindFirstChild("Left Leg")
  1105.         if Limb then
  1106.             Limb.CanCollide = false
  1107.             Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  1108.             local Joint = Instance.new("Rotate")
  1109.             Joint.Name = "LeftHip"
  1110.             Joint.Part0 = Torso
  1111.             Joint.Part1 = Limb
  1112.             Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1113.             Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1114.             Joint.Parent = Torso
  1115.  
  1116.             local B = Instance.new("Part")
  1117.             B.TopSurface = 0
  1118.             B.BottomSurface = 0
  1119.             if zombiemode == false or override then
  1120.             B.CanCollide = true
  1121.             end
  1122.             B.formFactor = "Symmetric"
  1123.             B.Size = Vector3.new(1, 1, 1)
  1124.             B.Transparency = 1
  1125.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1126.             B.Parent = playa
  1127.             local W = Instance.new("Weld")
  1128.             W.Part0 = Limb
  1129.             W.Part1 = B
  1130.             W.C0 = CFrame.new(0, -0.5, 0)
  1131.             W.Parent = Limb
  1132.         end
  1133.         --[[
  1134.         local Bar = Instance.new("Part")
  1135.         Bar.TopSurface = 0
  1136.         Bar.BottomSurface = 0
  1137.         Bar.formFactor = "Symmetric"
  1138.         Bar.Size = Vector3.new(1, 1, 1)
  1139.         Bar.Transparency = 1
  1140.         Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  1141.         Bar.Parent = playa
  1142.         local Weld = Instance.new("Weld")
  1143.         Weld.Part0 = Torso
  1144.         Weld.Part1 = Bar
  1145.         Weld.C0 = CFrame.new(0, 0.5, 0)
  1146.         Weld.Parent = Torso
  1147.         --]]
  1148.         playa.Parent = Gibs
  1149.         if kneef and explode == nil then
  1150.             local coru = coroutine.wrap(function()
  1151.                 if playa:FindFirstChild(hitz) then
  1152.                     local uno = Instance.new('Part',workspace)
  1153.                     local dos = Instance.new('Part',workspace)
  1154.                     uno.CFrame = playa:FindFirstChild(hitz).CFrame
  1155.                     dos.CFrame = kneef["big ass knife"].CFrame
  1156.                     local weld = Instance.new('Weld',kneef["big ass knife"])
  1157.                     weld.Part0 = playa:FindFirstChild(hitz)
  1158.                     weld.Part1 = kneef["big ass knife"]
  1159.                     weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  1160.                     uno:Destroy()
  1161.                     dos:Destroy()
  1162.                     playa:FindFirstChild(hitz).Anchored = false
  1163.                     for i, v in pairs(kneef:GetChildren()) do
  1164.                         if v:IsA('BasePart') then
  1165.                         v.Anchored = false
  1166.                         end
  1167.                     end
  1168.                     if explode == nil or explode == false then
  1169.                     local bleedpart = Instance.new("Part", kneef)
  1170.                     bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  1171.                     bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  1172.                     bleedpart.CanCollide = false
  1173.                     bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  1174.                     bleedpart.Transparency = 1
  1175.    
  1176.                     local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  1177.                     bleedpartweld.Part0 = kneef["big ass knife"]
  1178.                     bleedpartweld.Part1 = bleedpart
  1179.                     bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  1180.                     local coru = coroutine.wrap(function()
  1181.                     bleed(bleedpart)
  1182.                     end)
  1183.                     coru()
  1184.                     end
  1185.                     end
  1186.                     if zombiemode == false or override then
  1187.                     wait()
  1188.                     end
  1189.                     if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  1190.                         kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  1191.                     end
  1192.             end)
  1193.             coru()
  1194.         end
  1195.         if explode then
  1196.             local movevector = CFrame.new(explode.Position,Torso.Position).lookVector
  1197.             local repulse = Instance.new('BodyForce',Torso)
  1198.             repulse.Force = movevector*10000 + Vector3.new(0,5000,0)
  1199.             game.Debris:AddItem(repulse,0.05)
  1200.         end
  1201.         if charred and zombiemode == false then
  1202.             for i,v in pairs(playa:GetChildren()) do
  1203.                 if v:IsA('BasePart') then
  1204.                     v.BrickColor = BrickColor.Black()
  1205.                     local fire = Instance.new('Fire',v)
  1206.                     fire.Size = 5
  1207.                     fire.Heat = 5
  1208.                 elseif v:IsA('Accessory') then
  1209.                     for a,c in pairs(v:GetChildren()) do
  1210.                         if c:IsA('BasePart') then
  1211.                             c.BrickColor = BrickColor.Black()
  1212.                             local fire = Instance.new('Fire',v)
  1213.                             fire.Size = 5
  1214.                             fire.Heat = 5
  1215.                             for o,p in pairs(c:GetChildren()) do
  1216.                                 if p:IsA("SpecialMesh") then
  1217.                                     p.TextureId = ""
  1218.                                 end
  1219.                             end
  1220.                         end
  1221.                     end
  1222.                 end
  1223.             end
  1224.         end
  1225.         if soundy then
  1226.             local sound = Instance.new('Sound',Head)
  1227.             sound.SoundId = 'rbxassetid://903640857'
  1228.             sound.Volume = 1
  1229.             sound:Play()
  1230.             sound.Ended:connect(function()
  1231.                 sound:Destroy()
  1232.                 local ambient = Instance.new('Sound',Head)
  1233.                 ambient.Volume = 0.25
  1234.                 ambient.Looped = true
  1235.                 ambient.SoundId = 'rbxassetid://903641031'
  1236.                 ambient:Play()
  1237.             end)
  1238.         end
  1239.         if override then
  1240.             if (string.len(hum2.Parent.Name) < 9 or string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie") and zombiemode == true and #zombies < 10 then
  1241.                 local coru = coroutine.wrap(function()
  1242.                     wait(4.5)
  1243.                     hum2.Parent.Name = hum2.Parent.Name.."'s Zombie"
  1244.                     hum2.HipHeight = 0.2
  1245.                     wait(0.5)
  1246.                     killz(hum2.Parent,"Head",nil,nil,false,false,false,false)
  1247.                 end)
  1248.                 coru()
  1249.             else
  1250.                 game:GetService('Debris'):AddItem(playa, 12)
  1251.             end
  1252.         else
  1253.             hum2.Health = 0
  1254.             table.insert(zombies,playa)
  1255.             local attack = Instance.new('Sound',Head)
  1256.             attack.SoundId = 'rbxassetid://903641424'
  1257.             attack.Volume = 2
  1258.             for i,v in pairs(playa:GetChildren()) do
  1259.                 if v:IsA('BasePart') and v:FindFirstChildOfClass('TouchTransmitter') == nil then
  1260.                     v.Touched:connect(function(hit)
  1261.                         if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') then
  1262.                             local found = false
  1263.                             if hit.Parent == player.Character then
  1264.                                 found = true
  1265.                             end
  1266.                             for a,c in pairs(zombies) do
  1267.                                 if c == hit.Parent then
  1268.                                     found = true
  1269.                                 end
  1270.                             end
  1271.                             if found == false and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 then
  1272.                                 attack:Play()
  1273.                                 if hit.Parent:FindFirstChildOfClass('Humanoid').Health - 2 <= 0 then
  1274.                                     hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  1275.                                     wait()
  1276.                                     killz(hit.Parent,"Head")
  1277.                                 else
  1278.                                     hit.Parent:FindFirstChildOfClass('Humanoid'):TakeDamage(2)
  1279.                                 end
  1280.                             end
  1281.                         end
  1282.                     end)
  1283.                 end
  1284.             end
  1285.             local coru = coroutine.wrap(function()
  1286.                 wait(2)
  1287.                 for i,v in pairs(playa:GetChildren()) do
  1288.                 if v:IsA('BasePart') then
  1289.                     for a,c in pairs(v:GetChildren()) do
  1290.                         if c:IsA('Fire') or c:IsA('ParticleEmitter') then
  1291.                             c:Destroy()
  1292.                         end
  1293.                     end
  1294.                 elseif v:IsA('Accessory') then
  1295.                     for a,c in pairs(v:GetChildren()) do
  1296.                         if c:IsA('BasePart') then
  1297.                             for b,d in pairs(c:GetChildren()) do
  1298.                                 if d:IsA('Fire') or d:IsA('ParticleEmitter') then
  1299.                                     d:Destroy()
  1300.                                 end
  1301.                             end
  1302.                         end
  1303.                     end
  1304.                 end
  1305.             end
  1306.             end)
  1307.             coru()
  1308.         end
  1309.     end
  1310. end
  1311.  
  1312. mouse.KeyDown:connect(function(key)
  1313.     if key == "t" and mouse.Target then
  1314.         local hum = mouse.Target.Parent:FindFirstChildOfClass('Humanoid')
  1315.         if hum == nil then hum = mouse.Target.Parent.Parent:FindFirstChildOfClass('Humanoid') end
  1316.         if curpoint == nil then
  1317.             if hum and hum.Parent:FindFirstChild('Head') then
  1318.                 curpart = hum.Parent.Head
  1319.             else
  1320.                 curpart = nil
  1321.                 curpoint = mouse.Hit.p
  1322.             end
  1323.             if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  1324.             notify("ZOMBIE TARGET SET",false)
  1325.         else
  1326.             curpart = nil
  1327.             curpoint = nil
  1328.             if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  1329.             notify("ZOMBIE TARGET REMOVED",false)
  1330.         end
  1331.     elseif key == "y" then
  1332.         for o,p in pairs(zombies) do
  1333.             local coru = coroutine.wrap(function()
  1334.             if p:FindFirstChild('Torso') then
  1335.             killz(p,"Head",nil,nil,false,false,false,true)
  1336.             else
  1337.             table.remove(zombies,o)
  1338.             end
  1339.             end)
  1340.             coru()
  1341.             wait()
  1342.         end
  1343.         for i,v in pairs(zombies) do
  1344.             table.remove(zombies,i)
  1345.         end
  1346.         if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  1347.         notify("ZOMBIES TERMINATED",false)
  1348.     end
  1349. end)
  1350.  
  1351. function nub()
  1352. repeat wait() until player.Character and player.Character:FindFirstChild('Torso')
  1353. local me = player.Character
  1354. local point = me.HumanoidRootPart
  1355. local playergui = player.PlayerGui
  1356. local rightshoulderz = me.Torso["Right Shoulder"]:Clone()
  1357. local leftshoulderz = me.Torso["Left Shoulder"]:Clone()
  1358. local torsojoint = me.HumanoidRootPart["RootJoint"]:Clone()
  1359. local lefthipz = me.Torso["Left Hip"]:Clone()
  1360. local righthipz = me.Torso["Right Hip"]:Clone()
  1361. local mode = "kill"
  1362. local lerpz = false
  1363. local active = false
  1364. local acting = false
  1365. local hit = false
  1366. local canClick = true
  1367. local stabbing = false
  1368. local grabbing = false
  1369. local finishing = false
  1370. local kyssing = false
  1371. local canbackgroundmusic = true
  1372. local cancolorfilter = true
  1373. local spinboolean = false
  1374. local grabbed = nil
  1375. local doing = false
  1376. local rightshoulder = nil
  1377. local leftshoulder = nil
  1378. local headweld = nil
  1379. local knifeparts = {}
  1380. local usable = true
  1381. finishnum = 1
  1382.  
  1383. function notify(msg,forever)
  1384.     local doit = coroutine.wrap(function()
  1385.         local gui = Instance.new('ScreenGui',playergui)
  1386.         gui.Name = "Notification"
  1387.         local frame = Instance.new('Frame',gui)
  1388.         frame.Position = UDim2.new(0,0,0,0)
  1389.         frame.Size = UDim2.new(1,0,0.2,0)
  1390.         frame.BackgroundTransparency = 1
  1391.         local txt = Instance.new('TextLabel',frame)
  1392.         txt.TextColor3 = Color3.new(255,255,255)
  1393.         txt.TextStrokeColor3 = Color3.new(0, 0, 0)
  1394.         txt.TextStrokeTransparency = 0
  1395.         txt.BackgroundTransparency = 1
  1396.         txt.Text = ""
  1397.         txt.Size = UDim2.new(1,0,0.3,0)
  1398.         txt.Position = UDim2.new(0,0,0.4,0)
  1399.         txt.TextScaled = true
  1400.         txt.Font = "Code"
  1401.         txt.TextXAlignment = "Center"
  1402.         local tap = Instance.new("Sound")
  1403.         tap.Parent = gui
  1404.         tap.SoundId = "rbxassetid://147982968"
  1405.         tap.TimePosition = 0.1
  1406.         local str = msg
  1407.         local len = string.len(str)
  1408.         for i=1,len do
  1409.             txt.Text = string.sub(str,1,i)
  1410.             pitche = math.random(20, 40)/10
  1411.             tap.PlaybackSpeed = pitche
  1412.             tap:Play()
  1413.             wait(0.01)
  1414.         end
  1415.         if forever == false then
  1416.             wait(1)
  1417.             while txt.TextTransparency < 1 do
  1418.                 txt.TextTransparency = txt.TextTransparency + 0.1
  1419.                 txt.TextStrokeTransparency = txt.TextStrokeTransparency + 0.1
  1420.                 wait(0.001)
  1421.             end
  1422.             gui:Destroy()
  1423.         end
  1424.     end)
  1425.     doit()
  1426. end
  1427.  
  1428. wait(0.5)
  1429. notify("PRESS [Z] TO EQUIP KNIFE || Created by mustardfoot and Tollonis",true)
  1430. local laugh = Instance.new('Sound',me.Head)
  1431. laugh.SoundId = 'rbxassetid://378827985'
  1432. laugh.Name = "Psycho"
  1433. laugh.Volume = 5
  1434. -- 1 - bitch ass knife
  1435. local obj1 = Instance.new("Model")
  1436. obj1.Name = "bitch ass knife"
  1437. obj1.Parent = game.Workspace
  1438.  
  1439. -- 2 - Grab
  1440. local obj2 = Instance.new("Part")
  1441. obj2.CFrame = CFrame.new(Vector3.new(20.4525032, 6.14501333, -134.399979)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1442. obj2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1443. obj2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1444. obj2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1445. obj2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1446. obj2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1447. obj2.Material = Enum.Material.Concrete
  1448. obj2.Size = Vector3.new(1, 0.25, 0.25)
  1449. obj2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1450. obj2.Anchored = true
  1451. obj2.BrickColor = BrickColor.new("Black")
  1452. obj2.Friction = 0.30000001192093
  1453. obj2.Shape = Enum.PartType.Cylinder
  1454. obj2.Name = "Grab"
  1455. obj2.Parent = obj1
  1456.  
  1457. -- 3 - handletopcap
  1458. local obj3 = Instance.new("Part")
  1459. obj3.CFrame = CFrame.new(Vector3.new(19.9725456, 6.14502859, -134.399933)) * CFrame.Angles(0, 1.5707963705063, 0)
  1460. obj3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1461. obj3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1462. obj3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1463. obj3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1464. obj3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1465. obj3.Material = Enum.Material.Concrete
  1466. obj3.Size = Vector3.new(0.349999994, 0.349999994, 0.349999994)
  1467. obj3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1468. obj3.Anchored = true
  1469. obj3.BrickColor = BrickColor.new("Black")
  1470. obj3.Friction = 0.30000001192093
  1471. obj3.Shape = Enum.PartType.Ball
  1472. obj3.Name = "handletopcap"
  1473. obj3.Parent = obj1
  1474.  
  1475. -- 4 - handlebottomcap
  1476. local obj4 = Instance.new("Part")
  1477. obj4.CFrame = CFrame.new(Vector3.new(20.9725285, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  1478. obj4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1479. obj4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1480. obj4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1481. obj4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1482. obj4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1483. obj4.Material = Enum.Material.Concrete
  1484. obj4.Size = Vector3.new(0.25, 0.25, 0.25)
  1485. obj4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1486. obj4.Anchored = true
  1487. obj4.BrickColor = BrickColor.new("Black")
  1488. obj4.Friction = 0.30000001192093
  1489. obj4.Shape = Enum.PartType.Ball
  1490. obj4.Name = "handlebottomcap"
  1491. obj4.Parent = obj1
  1492.  
  1493. -- 5 - handleguardmid
  1494. local obj5 = Instance.new("Part")
  1495. obj5.CFrame = CFrame.new(Vector3.new(19.9474983, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  1496. obj5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1497. obj5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1498. obj5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1499. obj5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1500. obj5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1501. obj5.Material = Enum.Material.Concrete
  1502. obj5.Size = Vector3.new(0.349999994, 0.349999994, 0.100000001)
  1503. obj5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1504. obj5.Anchored = true
  1505. obj5.BrickColor = BrickColor.new("Black")
  1506. obj5.Friction = 0.30000001192093
  1507. obj5.Shape = Enum.PartType.Block
  1508. obj5.Name = "handleguardmid"
  1509. obj5.Parent = obj1
  1510.  
  1511. -- 6 - handleguardcap1
  1512. local obj6 = Instance.new("Part")
  1513. obj6.CFrame = CFrame.new(Vector3.new(19.9474983, 6.32502794, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1514. obj6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1515. obj6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1516. obj6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1517. obj6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1518. obj6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1519. obj6.Material = Enum.Material.Concrete
  1520. obj6.Size = Vector3.new(0.100000001, 0.349999994, 0.349999994)
  1521. obj6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1522. obj6.Anchored = true
  1523. obj6.BrickColor = BrickColor.new("Black")
  1524. obj6.Friction = 0.30000001192093
  1525. obj6.Shape = Enum.PartType.Cylinder
  1526. obj6.Name = "handleguardcap1"
  1527. obj6.Parent = obj1
  1528.  
  1529. -- 7 - handleguardcap2
  1530. local obj7 = Instance.new("Part")
  1531. obj7.CFrame = CFrame.new(Vector3.new(19.9474983, 5.97502899, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1532. obj7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1533. obj7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1534. obj7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1535. obj7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1536. obj7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1537. obj7.Material = Enum.Material.Concrete
  1538. obj7.Size = Vector3.new(0.100000009, 0.349999994, 0.349999994)
  1539. obj7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1540. obj7.Anchored = true
  1541. obj7.BrickColor = BrickColor.new("Black")
  1542. obj7.Friction = 0.30000001192093
  1543. obj7.Shape = Enum.PartType.Cylinder
  1544. obj7.Name = "handleguardcap2"
  1545. obj7.Parent = obj1
  1546.  
  1547. -- 8 - big ass knife
  1548. local obj8 = Instance.new("Part")
  1549. obj8.CFrame = CFrame.new(Vector3.new(18.4375095, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  1550. obj8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1551. obj8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1552. obj8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1553. obj8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1554. obj8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1555. obj8.Material = Enum.Material.Metal
  1556. obj8.Size = Vector3.new(0.0500000007, 0.280000001, 0.839999795)
  1557. obj8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1558. obj8.Anchored = true
  1559. obj8.BrickColor = BrickColor.new("Lily white")
  1560. obj8.Friction = 0.30000001192093
  1561. obj8.Shape = Enum.PartType.Block
  1562. obj8.Name = "big ass knife"
  1563. obj8.Parent = obj1
  1564.  
  1565. -- 9 - Mesh
  1566. local obj9 = Instance.new("BlockMesh")
  1567. obj9.Scale = Vector3.new(0.5, 1, 1)
  1568. obj9.Parent = obj8
  1569.  
  1570. -- 10 - big ass knife
  1571. local obj10 = Instance.new("Part")
  1572. obj10.CFrame = CFrame.new(Vector3.new(19.7425137, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  1573. obj10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1574. obj10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1575. obj10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1576. obj10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1577. obj10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1578. obj10.Material = Enum.Material.Metal
  1579. obj10.Size = Vector3.new(0.0500000007, 0.280000001, 0.289999962)
  1580. obj10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1581. obj10.Anchored = true
  1582. obj10.BrickColor = BrickColor.new("Lily white")
  1583. obj10.Friction = 0.30000001192093
  1584. obj10.Shape = Enum.PartType.Block
  1585. obj10.Name = "big ass knife"
  1586. obj10.Parent = obj1
  1587. local knife = obj10
  1588.  
  1589. -- 11 - Mesh
  1590. local obj11 = Instance.new("BlockMesh")
  1591. obj11.Scale = Vector3.new(0.5, 1, 1)
  1592. obj11.Parent = obj10
  1593.  
  1594. -- 12 - big ass knife
  1595. local obj12 = Instance.new("Part")
  1596. obj12.CFrame = CFrame.new(Vector3.new(19.1075306, 6.08502865, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  1597. obj12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1598. obj12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1599. obj12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1600. obj12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1601. obj12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1602. obj12.Material = Enum.Material.Metal
  1603. obj12.Size = Vector3.new(0.0500000007, 0.159999996, 0.979999959)
  1604. obj12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1605. obj12.Anchored = true
  1606. obj12.BrickColor = BrickColor.new("Lily white")
  1607. obj12.Friction = 0.30000001192093
  1608. obj12.Shape = Enum.PartType.Block
  1609. obj12.Name = "big ass knife"
  1610. obj12.Parent = obj1
  1611.  
  1612. -- 13 - Mesh
  1613. local obj13 = Instance.new("BlockMesh")
  1614. obj13.Scale = Vector3.new(0.5, 1, 1)
  1615. obj13.Parent = obj12
  1616.  
  1617. -- 14 - serration
  1618. local obj14 = Instance.new("WedgePart")
  1619. obj14.CFrame = CFrame.new(Vector3.new(19.4963322, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1620. obj14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1621. obj14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1622. obj14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1623. obj14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1624. obj14.Material = Enum.Material.Metal
  1625. obj14.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1626. obj14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1627. obj14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1628. obj14.Anchored = true
  1629. obj14.BrickColor = BrickColor.new("Lily white")
  1630. obj14.Friction = 0.30000001192093
  1631. obj14.Name = "serration"
  1632. obj14.Parent = obj1
  1633.  
  1634. -- 15 - Mesh
  1635. local obj15 = Instance.new("BlockMesh")
  1636. obj15.Scale = Vector3.new(0.5, 1, 1)
  1637. obj15.Parent = obj14
  1638.  
  1639. -- 16 - serration
  1640. local obj16 = Instance.new("WedgePart")
  1641. obj16.CFrame = CFrame.new(Vector3.new(19.2763138, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1642. obj16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1643. obj16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1644. obj16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1645. obj16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1646. obj16.Material = Enum.Material.Metal
  1647. obj16.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1648. obj16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1649. obj16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1650. obj16.Anchored = true
  1651. obj16.BrickColor = BrickColor.new("Lily white")
  1652. obj16.Friction = 0.30000001192093
  1653. obj16.Name = "serration"
  1654. obj16.Parent = obj1
  1655.  
  1656. -- 17 - Mesh
  1657. local obj17 = Instance.new("BlockMesh")
  1658. obj17.Scale = Vector3.new(0.5, 1, 1)
  1659. obj17.Parent = obj16
  1660.  
  1661. -- 18 - serration
  1662. local obj18 = Instance.new("WedgePart")
  1663. obj18.CFrame = CFrame.new(Vector3.new(19.3863068, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1664. obj18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1665. obj18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1666. obj18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1667. obj18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1668. obj18.Material = Enum.Material.Metal
  1669. obj18.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1670. obj18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1671. obj18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1672. obj18.Anchored = true
  1673. obj18.BrickColor = BrickColor.new("Lily white")
  1674. obj18.Friction = 0.30000001192093
  1675. obj18.Name = "serration"
  1676. obj18.Parent = obj1
  1677.  
  1678. -- 19 - Mesh
  1679. local obj19 = Instance.new("BlockMesh")
  1680. obj19.Scale = Vector3.new(0.5, 1, 1)
  1681. obj19.Parent = obj18
  1682.  
  1683. -- 20 - serration
  1684. local obj20 = Instance.new("WedgePart")
  1685. obj20.CFrame = CFrame.new(Vector3.new(19.5963173, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1686. obj20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1687. obj20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1688. obj20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1689. obj20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1690. obj20.Material = Enum.Material.Metal
  1691. obj20.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1692. obj20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1693. obj20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1694. obj20.Anchored = true
  1695. obj20.BrickColor = BrickColor.new("Lily white")
  1696. obj20.Friction = 0.30000001192093
  1697. obj20.Name = "serration"
  1698. obj20.Parent = obj1
  1699.  
  1700. -- 21 - Mesh
  1701. local obj21 = Instance.new("BlockMesh")
  1702. obj21.Scale = Vector3.new(0.5, 1, 1)
  1703. obj21.Parent = obj20
  1704.  
  1705. -- 22 - serration
  1706. local obj22 = Instance.new("WedgePart")
  1707. obj22.CFrame = CFrame.new(Vector3.new(19.1663074, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1708. obj22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1709. obj22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1710. obj22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1711. obj22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1712. obj22.Material = Enum.Material.Metal
  1713. obj22.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1714. obj22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1715. obj22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1716. obj22.Anchored = true
  1717. obj22.BrickColor = BrickColor.new("Lily white")
  1718. obj22.Friction = 0.30000001192093
  1719. obj22.Name = "serration"
  1720. obj22.Parent = obj1
  1721.  
  1722. -- 23 - Mesh
  1723. local obj23 = Instance.new("BlockMesh")
  1724. obj23.Scale = Vector3.new(0.5, 1, 1)
  1725. obj23.Parent = obj22
  1726.  
  1727. -- 24 - serration
  1728. local obj24 = Instance.new("WedgePart")
  1729. obj24.CFrame = CFrame.new(Vector3.new(18.9663048, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1730. obj24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1731. obj24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1732. obj24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1733. obj24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1734. obj24.Material = Enum.Material.Metal
  1735. obj24.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1736. obj24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1737. obj24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1738. obj24.Anchored = true
  1739. obj24.BrickColor = BrickColor.new("Lily white")
  1740. obj24.Friction = 0.30000001192093
  1741. obj24.Name = "serration"
  1742. obj24.Parent = obj1
  1743.  
  1744. -- 25 - Mesh
  1745. local obj25 = Instance.new("BlockMesh")
  1746. obj25.Scale = Vector3.new(0.5, 1, 1)
  1747. obj25.Parent = obj24
  1748.  
  1749. -- 26 - serration
  1750. local obj26 = Instance.new("WedgePart")
  1751. obj26.CFrame = CFrame.new(Vector3.new(18.8562984, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1752. obj26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1753. obj26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1754. obj26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1755. obj26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1756. obj26.Material = Enum.Material.Metal
  1757. obj26.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1758. obj26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1759. obj26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1760. obj26.Anchored = true
  1761. obj26.BrickColor = BrickColor.new("Lily white")
  1762. obj26.Friction = 0.30000001192093
  1763. obj26.Name = "serration"
  1764. obj26.Parent = obj1
  1765.  
  1766. -- 27 - Mesh
  1767. local obj27 = Instance.new("BlockMesh")
  1768. obj27.Scale = Vector3.new(0.5, 1, 1)
  1769. obj27.Parent = obj26
  1770.  
  1771. -- 28 - serration
  1772. local obj28 = Instance.new("WedgePart")
  1773. obj28.CFrame = CFrame.new(Vector3.new(19.0663071, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1774. obj28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1775. obj28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1776. obj28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1777. obj28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1778. obj28.Material = Enum.Material.Metal
  1779. obj28.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1780. obj28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1781. obj28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1782. obj28.Anchored = true
  1783. obj28.BrickColor = BrickColor.new("Lily white")
  1784. obj28.Friction = 0.30000001192093
  1785. obj28.Name = "serration"
  1786. obj28.Parent = obj1
  1787.  
  1788. -- 29 - Mesh
  1789. local obj29 = Instance.new("BlockMesh")
  1790. obj29.Scale = Vector3.new(0.5, 1, 1)
  1791. obj29.Parent = obj28
  1792.  
  1793. -- 30 - knifetip1
  1794. local obj30 = Instance.new("WedgePart")
  1795. obj30.CFrame = CFrame.new(Vector3.new(18.0163059, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1796. obj30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1797. obj30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1798. obj30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1799. obj30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1800. obj30.Material = Enum.Material.Metal
  1801. obj30.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1802. obj30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1803. obj30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1804. obj30.Anchored = true
  1805. obj30.BrickColor = BrickColor.new("Lily white")
  1806. obj30.Friction = 0.30000001192093
  1807. obj30.Name = "knifetip1"
  1808. obj30.Parent = obj1
  1809.  
  1810. -- 31 - Mesh
  1811. local obj31 = Instance.new("BlockMesh")
  1812. obj31.Scale = Vector3.new(0.5, 1, 1)
  1813. obj31.Parent = obj30
  1814.  
  1815. -- 32 - redstuff
  1816. local obj32 = Instance.new("Part")
  1817. obj32.CFrame = CFrame.new(Vector3.new(19.9470005, 5.9749999, -134.399994)) * CFrame.Angles(-0, 0, -0)
  1818. obj32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1819. obj32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1820. obj32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1821. obj32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1822. obj32.Material = Enum.Material.SmoothPlastic
  1823. obj32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1824. obj32.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  1825. obj32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1826. obj32.BrickColor = BrickColor.new("Institutional white")
  1827. obj32.Friction = 0.30000001192093
  1828. obj32.Shape = Enum.PartType.Cylinder
  1829. obj32.Name = "redstuff"
  1830. obj32.Anchored = true
  1831. obj32.Parent = obj1
  1832.  
  1833.  
  1834. -- 33 - redstuff
  1835. local obj33 = Instance.new("Part")
  1836. obj33.CFrame = CFrame.new(Vector3.new(18.9800053, 6.1400156, -134.404984)) * CFrame.Angles(-0, 0, -0)
  1837. obj33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1838. obj33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1839. obj33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1840. obj33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1841. obj33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1842. obj33.Material = Enum.Material.SmoothPlastic
  1843. obj33.Size = Vector3.new(1.81999993, 0.100000001, 0.0500000007)
  1844. obj33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1845. obj33.BrickColor = BrickColor.new("Institutional white")
  1846. obj33.Friction = 0.30000001192093
  1847. obj33.Shape = Enum.PartType.Block
  1848. obj33.Name = "redstuff"
  1849. obj33.Anchored = true
  1850. obj33.Parent = obj1
  1851.  
  1852. -- 34 - redstuff
  1853. local obj34 = Instance.new("Part")
  1854. obj34.CFrame = CFrame.new(Vector3.new(19.9470005, 6.32499981, -134.399994)) * CFrame.Angles(-0, 0, -0)
  1855. obj34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1856. obj34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1857. obj34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1858. obj34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1859. obj34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1860. obj34.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  1861. obj34.Material = Enum.Material.SmoothPlastic
  1862. obj34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1863. obj34.BrickColor = BrickColor.new("Institutional white")
  1864. obj34.Friction = 0.30000001192093
  1865. obj34.Shape = Enum.PartType.Cylinder
  1866. obj34.Name = "redstuff"
  1867. obj34.Anchored = true
  1868. obj34.Parent = obj1
  1869.  
  1870. -- 35 - redstuff
  1871. local obj35 = Instance.new("Part")
  1872. obj35.CFrame = CFrame.new(Vector3.new(19.8830166, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  1873. obj35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1874. obj35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1875. obj35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1876. obj35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1877. obj35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1878. obj35.Size = Vector3.new(0.0500000007, 0.319999993, 0.319999993)
  1879. obj35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1880. obj35.BrickColor = BrickColor.new("Institutional white")
  1881. obj35.Friction = 0.30000001192093
  1882. obj35.Shape = Enum.PartType.Cylinder
  1883. obj35.Material = Enum.Material.SmoothPlastic
  1884. obj35.Name = "redstuff"
  1885. obj35.Anchored = true
  1886. obj35.Parent = obj1
  1887.  
  1888. -- 36 - redstuff
  1889. local obj36 = Instance.new("Part")
  1890. obj36.CFrame = CFrame.new(Vector3.new(20.9430103, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  1891. obj36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1892. obj36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1893. obj36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1894. obj36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1895. obj36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1896. obj36.Material = Enum.Material.SmoothPlastic
  1897. obj36.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  1898. obj36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1899. obj36.BrickColor = BrickColor.new("Institutional white")
  1900. obj36.Friction = 0.30000001192093
  1901. obj36.Shape = Enum.PartType.Cylinder
  1902. obj36.Name = "redstuff"
  1903. obj36.Anchored = true
  1904. obj36.Parent = obj1
  1905.  
  1906. -- 37 - redstuff
  1907. local obj37 = Instance.new("WedgePart")
  1908. obj37.CFrame = CFrame.new(Vector3.new(18.066288, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1909. obj37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1910. obj37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1911. obj37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1912. obj37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1913. obj37.Material = Enum.Material.SmoothPlastic
  1914. obj37.Size = Vector3.new(0.0500000007, 0.0700000003, 0.0700000003)
  1915. obj37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1916. obj37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1917. obj37.Anchored = true
  1918. obj37.BrickColor = BrickColor.new("Institutional white")
  1919. obj37.Friction = 0.30000001192093
  1920. obj37.Name = "redstuff"
  1921. obj37.Anchored = true
  1922. obj37.Parent = obj1
  1923.  
  1924. -- 38 - redstuff
  1925. local obj38 = Instance.new("Part")
  1926. obj38.CFrame = CFrame.new(Vector3.new(20.1230125, 6.14501476, -134.399979)) * CFrame.Angles(-0, 0, -0)
  1927. obj38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1928. obj38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1929. obj38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1930. obj38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1931. obj38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1932. obj38.Material = Enum.Material.SmoothPlastic
  1933. obj38.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  1934. obj38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1935. obj38.BrickColor = BrickColor.new("Institutional white")
  1936. obj38.Friction = 0.30000001192093
  1937. obj38.Shape = Enum.PartType.Cylinder
  1938. obj38.Name = "redstuff"
  1939. obj38.Anchored = true
  1940. obj38.Parent = obj1
  1941.  
  1942. local function recurse(objnum)
  1943.     table.insert(knifeparts,{objnum,objnum.Parent})
  1944.     for i,v in pairs(objnum:GetChildren()) do
  1945.         recurse(v)
  1946.     end
  1947. end
  1948.  
  1949. recurse(obj1)
  1950.  
  1951. local audio = Instance.new('Sound',knife)
  1952. audio.Volume = 2
  1953.  
  1954. local audio2 = Instance.new('Sound',knife)
  1955. audio2.Volume = 2
  1956.  
  1957. local holdpart = Instance.new("Part")
  1958. holdpart.Parent = me
  1959. holdpart.Size = Vector3.new(0.4, 0.4, 0.2)
  1960. holdpart.Position = me.Head.Position + Vector3.new(0, 1, 0)
  1961. holdpart.BrickColor = BrickColor.new("Burnt Sienna")
  1962.  
  1963. local previous = nil
  1964. for i,v in pairs(obj1:GetChildren()) do
  1965.     if v:IsA('BasePart') then
  1966.         if previous then
  1967.             local weld = Instance.new('Weld',v)
  1968.             weld.Part0 = v
  1969.             weld.Part1 = previous
  1970.             weld.C0 = v.CFrame:inverse() * previous.CFrame
  1971.             previous.Anchored = false
  1972.             previous.CanCollide = false
  1973.             local vee = v
  1974.             weld.AncestryChanged:connect(function(mez,par)
  1975.                 wait()
  1976.                 weld.Parent = vee
  1977.             end)
  1978.         end
  1979.         previous = v
  1980.     end
  1981. end
  1982. previous.Anchored = false
  1983. previous.CanCollide = false
  1984.  
  1985. local holdpartweld = Instance.new("Weld", me.Torso)
  1986. holdpartweld.Part0 = me.Torso
  1987. holdpartweld.Part1 = holdpart
  1988. holdpartweld.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1, -0.8, 0.15)
  1989.  
  1990. holdpartweld.AncestryChanged:connect(function(mez,par)
  1991.     if par ~= me.Torso then
  1992.         wait()
  1993.         holdpartweld.Parent = me.Torso
  1994.     end
  1995. end)
  1996.  
  1997. local knifeweld = Instance.new('Weld',me.Torso)
  1998. knifeweld.Part0 = me.Torso
  1999. knifeweld.Part1 = obj2
  2000. knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  2001. knifeweld.AncestryChanged:connect(function(mez,par)
  2002.     if par ~= me.Torso then
  2003.         wait()
  2004.         knifeweld.Parent = me.Torso
  2005.     end
  2006. end)
  2007. local ScreenGui = Instance.new("ScreenGui")
  2008. local CustomizeGui = Instance.new("Frame")
  2009. local Customize = Instance.new("TextLabel")
  2010. local ClosestColor = Instance.new("TextLabel")
  2011. local Line = Instance.new("TextLabel")
  2012. local Color = Instance.new("ImageLabel")
  2013. local Close = Instance.new("TextButton")
  2014. local RedHue = Instance.new("TextLabel")
  2015. local GreenHue = Instance.new("TextLabel")
  2016. local RedInput = Instance.new("TextBox")
  2017. local BlueHue = Instance.new("TextLabel")
  2018. local GreenInput = Instance.new("TextBox")
  2019. local TransInput = Instance.new("TextBox")
  2020. local BlueInput = Instance.new("TextBox")
  2021. local Message = Instance.new("TextLabel")
  2022. local Message2 = Instance.new("TextLabel")
  2023. local TrailTransparency = Instance.new("TextLabel")
  2024. local TrailInput = Instance.new("TextBox")
  2025. local MusicOption = Instance.new("TextButton")
  2026. local ScreenOption = Instance.new("TextButton")
  2027. local ScreenOptionTxt = Instance.new("TextLabel")
  2028. local MusicOptionTxt = Instance.new("TextLabel")
  2029.  
  2030. -- Properties
  2031.  
  2032. ScreenGui.Parent = playergui
  2033.  
  2034. CustomizeGui.Name = "CustomizeGui"
  2035. CustomizeGui.Parent = ScreenGui
  2036. CustomizeGui.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  2037. CustomizeGui.BackgroundTransparency = 0.5
  2038. CustomizeGui.BorderColor3 = Color3.new(0, 0, 0)
  2039. CustomizeGui.BorderSizePixel = 2
  2040. CustomizeGui.Position = UDim2.new(0, 0, 0.5, 0)
  2041. CustomizeGui.Size = UDim2.new(0.449999988, 0, 0.449999988, 0)
  2042.  
  2043. Customize.Name = "Customize"
  2044. Customize.Parent = CustomizeGui
  2045. Customize.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  2046. Customize.BackgroundTransparency = 0.75
  2047. Customize.BorderSizePixel = 0
  2048. Customize.Size = UDim2.new(1, 0, 0.200000003, 0)
  2049. Customize.FontSize = Enum.FontSize.Size28
  2050. Customize.Text = "ACCENT COLOR CUSTOMIZATION"
  2051. Customize.TextColor3 = Color3.new(1, 1, 1)
  2052. Customize.TextScaled = true
  2053. Customize.TextSize = 25
  2054. Customize.TextStrokeTransparency = 0.5
  2055. Customize.TextWrapped = true
  2056.  
  2057. ClosestColor.Name = "ClosestColor"
  2058. ClosestColor.Parent = CustomizeGui
  2059. ClosestColor.BackgroundColor3 = Color3.new(1, 1, 1)
  2060. ClosestColor.BackgroundTransparency = 1
  2061. ClosestColor.Position = UDim2.new(0, 0, 0.850000024, 0)
  2062. ClosestColor.Size = UDim2.new(1, 0, 0.150000006, 0)
  2063. ClosestColor.Font = Enum.Font.SourceSansLight
  2064. ClosestColor.FontSize = Enum.FontSize.Size32
  2065. ClosestColor.Text = "Your color is closest to Institutional White"
  2066. ClosestColor.TextColor3 = Color3.new(1, 1, 1)
  2067. ClosestColor.TextSize = 30
  2068. ClosestColor.TextStrokeTransparency = 0.5
  2069.  
  2070. Line.Name = "Line"
  2071. Line.Parent = CustomizeGui
  2072. Line.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2073. Line.BackgroundTransparency = 0.5
  2074. Line.BorderColor3 = Color3.new(0, 0, 0)
  2075. Line.BorderSizePixel = 0
  2076. Line.Position = UDim2.new(0, 0, 0.200000003, 0)
  2077. Line.Size = UDim2.new(1, 0, 0.0299999993, 0)
  2078. Line.Font = Enum.Font.SourceSans
  2079. Line.FontSize = Enum.FontSize.Size14
  2080. Line.Text = " "
  2081. Line.TextSize = 14
  2082.  
  2083. Color.Name = "Color"
  2084. Color.Parent = CustomizeGui
  2085. Color.BackgroundColor3 = Color3.new(1, 1, 1)
  2086. Color.BorderSizePixel = 0
  2087. Color.Position = UDim2.new(0.699999988, 0, 0.419999987, 0)
  2088. Color.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  2089. Color.SizeConstraint = Enum.SizeConstraint.RelativeYY
  2090.  
  2091. MusicOption.Parent = CustomizeGui
  2092. MusicOption.Name = "MusicOption"
  2093. MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  2094. MusicOption.BorderSizePixel = 1
  2095. MusicOption.Position = UDim2.new(0.01, 0, -0.12, 0)
  2096. MusicOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  2097. MusicOption.Text = ""
  2098. MusicOption.BackgroundTransparency = 0.5
  2099.  
  2100. ScreenOption.Parent = CustomizeGui
  2101. ScreenOption.Name = "ScreenOption"
  2102. ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  2103. ScreenOption.BorderSizePixel = 1
  2104. ScreenOption.Position = UDim2.new(0.01, 0, -0.23, 0)
  2105. ScreenOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  2106. ScreenOption.Text = ""
  2107. ScreenOption.BackgroundTransparency = 0.5
  2108.  
  2109. ScreenOptionTxt.Name = "ScreenOptionTxt"
  2110. ScreenOptionTxt.Parent = CustomizeGui
  2111. ScreenOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  2112. ScreenOptionTxt.BackgroundTransparency = 1
  2113. ScreenOptionTxt.Position = UDim2.new(0.07, 0, -0.23, 0)
  2114. ScreenOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  2115. ScreenOptionTxt.Font = Enum.Font.SourceSans
  2116. ScreenOptionTxt.FontSize = Enum.FontSize.Size24
  2117. ScreenOptionTxt.Text = "Psychopath Red Filter"
  2118. ScreenOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  2119. ScreenOptionTxt.TextScaled = true
  2120. ScreenOptionTxt.TextSize = 20
  2121. ScreenOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  2122. ScreenOptionTxt.TextStrokeTransparency = 0.5
  2123. ScreenOptionTxt.TextWrapped = true
  2124. ScreenOptionTxt.TextXAlignment = "Left"
  2125.  
  2126. MusicOptionTxt.Name = "MusicOptionTxt"
  2127. MusicOptionTxt.Parent = CustomizeGui
  2128. MusicOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  2129. MusicOptionTxt.BackgroundTransparency = 1
  2130. MusicOptionTxt.Position = UDim2.new(0.07, 0, -0.12, 0)
  2131. MusicOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  2132. MusicOptionTxt.Font = Enum.Font.SourceSans
  2133. MusicOptionTxt.FontSize = Enum.FontSize.Size24
  2134. MusicOptionTxt.Text = "Psychopath Background Music"
  2135. MusicOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  2136. MusicOptionTxt.TextScaled = true
  2137. MusicOptionTxt.TextSize = 20
  2138. MusicOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  2139. MusicOptionTxt.TextStrokeTransparency = 0.5
  2140. MusicOptionTxt.TextWrapped = true
  2141. MusicOptionTxt.TextXAlignment = "Left"
  2142.  
  2143. Close.Name = "Close"
  2144. Close.Parent = CustomizeGui
  2145. Close.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  2146. Close.BackgroundTransparency = 0.5
  2147. Close.BorderColor3 = Color3.new(0, 0, 0)
  2148. Close.BorderSizePixel = 2
  2149. Close.Position = UDim2.new(1.005, 0, 0, 0)
  2150. Close.Size = UDim2.new(0.100000001, 0, 0.2, 0)
  2151. Close.Font = Enum.Font.SourceSans
  2152. Close.FontSize = Enum.FontSize.Size14
  2153. Close.Text = "X"
  2154. Close.TextColor3 = Color3.new(1, 1, 1)
  2155. Close.TextScaled = true
  2156. Close.TextSize = 14
  2157. Close.TextStrokeTransparency = 0
  2158. Close.TextWrapped = true
  2159.  
  2160. RedHue.Name = "RedHue"
  2161. RedHue.Parent = CustomizeGui
  2162. RedHue.BackgroundColor3 = Color3.new(1, 1, 1)
  2163. RedHue.BackgroundTransparency = 1
  2164. RedHue.Position = UDim2.new(0.100000001, 0, 0.400000006, 0)
  2165. RedHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  2166. RedHue.Font = Enum.Font.SourceSans
  2167. RedHue.FontSize = Enum.FontSize.Size24
  2168. RedHue.Text = "RED Hue Value: "
  2169. RedHue.TextColor3 = Color3.new(1, 1, 1)
  2170. RedHue.TextScaled = true
  2171. RedHue.TextSize = 20
  2172. RedHue.TextStrokeColor3 = Color3.new(1, 0, 0)
  2173. RedHue.TextStrokeTransparency = 0.75
  2174. RedHue.TextWrapped = true
  2175.  
  2176. GreenHue.Name = "GreenHue"
  2177. GreenHue.Parent = CustomizeGui
  2178. GreenHue.BackgroundColor3 = Color3.new(1, 1, 1)
  2179. GreenHue.BackgroundTransparency = 1
  2180. GreenHue.Position = UDim2.new(0.100000001, 0, 0.5, 0)
  2181. GreenHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  2182. GreenHue.Font = Enum.Font.SourceSans
  2183. GreenHue.FontSize = Enum.FontSize.Size24
  2184. GreenHue.Text = "GREEN Hue Value:"
  2185. GreenHue.TextColor3 = Color3.new(1, 1, 1)
  2186. GreenHue.TextScaled = true
  2187. GreenHue.TextSize = 20
  2188. GreenHue.TextStrokeColor3 = Color3.new(0, 1, 0)
  2189. GreenHue.TextStrokeTransparency = 0.75
  2190. GreenHue.TextWrapped = true
  2191.  
  2192. RedInput.Name = "RedInput"
  2193. RedInput.Parent = CustomizeGui
  2194. RedInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2195. RedInput.BackgroundTransparency = 0.5
  2196. RedInput.BorderSizePixel = 0
  2197. RedInput.Position = UDim2.new(0.419999987, 0, 0.425000007, 0)
  2198. RedInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  2199. RedInput.Font = Enum.Font.SourceSans
  2200. RedInput.FontSize = Enum.FontSize.Size14
  2201. RedInput.Text = "255"
  2202. RedInput.TextColor3 = Color3.new(1, 1, 1)
  2203. RedInput.TextSize = 14
  2204. RedInput.TextStrokeTransparency = 0
  2205.  
  2206. BlueHue.Name = "BlueHue"
  2207. BlueHue.Parent = CustomizeGui
  2208. BlueHue.BackgroundColor3 = Color3.new(1, 1, 1)
  2209. BlueHue.BackgroundTransparency = 1
  2210. BlueHue.Position = UDim2.new(0.100000001, 0, 0.600000024, 0)
  2211. BlueHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  2212. BlueHue.Font = Enum.Font.SourceSans
  2213. BlueHue.FontSize = Enum.FontSize.Size24
  2214. BlueHue.Text = "BLUE Hue Value:"
  2215. BlueHue.TextColor3 = Color3.new(1, 1, 1)
  2216. BlueHue.TextScaled = true
  2217. BlueHue.TextSize = 20
  2218. BlueHue.TextStrokeColor3 = Color3.new(0, 0, 1)
  2219. BlueHue.TextStrokeTransparency = 0.75
  2220. BlueHue.TextWrapped = true
  2221.  
  2222. TrailTransparency.Name = "TrailTransparency"
  2223. TrailTransparency.Parent = CustomizeGui
  2224. TrailTransparency.BackgroundColor3 = Color3.new(1, 1, 1)
  2225. TrailTransparency.BackgroundTransparency = 1
  2226. TrailTransparency.Position = UDim2.new(0.090000001, 0, 0.700000024, 0)
  2227. TrailTransparency.Size = UDim2.new(0.310000012, 0, 0.100000001, 0)
  2228. TrailTransparency.Font = Enum.Font.SourceSans
  2229. TrailTransparency.FontSize = Enum.FontSize.Size24
  2230. TrailTransparency.Text = "Trail Transparency:"
  2231. TrailTransparency.TextColor3 = Color3.new(1, 1, 1)
  2232. TrailTransparency.TextScaled = true
  2233. TrailTransparency.TextSize = 20
  2234. TrailTransparency.TextStrokeColor3 = Color3.new(0, 0, 0)
  2235. TrailTransparency.TextWrapped = true
  2236.  
  2237. GreenInput.Name = "GreenInput"
  2238. GreenInput.Parent = CustomizeGui
  2239. GreenInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2240. GreenInput.BackgroundTransparency = 0.5
  2241. GreenInput.BorderSizePixel = 0
  2242. GreenInput.Position = UDim2.new(0.419999987, 0, 0.524999976, 0)
  2243. GreenInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  2244. GreenInput.Font = Enum.Font.SourceSans
  2245. GreenInput.FontSize = Enum.FontSize.Size14
  2246. GreenInput.Text = "255"
  2247. GreenInput.TextColor3 = Color3.new(1, 1, 1)
  2248. GreenInput.TextSize = 14
  2249. GreenInput.TextStrokeTransparency = 0
  2250.  
  2251. TransInput.Name = "TransInput"
  2252. TransInput.Parent = CustomizeGui
  2253. TransInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2254. TransInput.BackgroundTransparency = 0.5
  2255. TransInput.BorderSizePixel = 0
  2256. TransInput.Position = UDim2.new(0.419999987, 0, 0.725000024, 0)
  2257. TransInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  2258. TransInput.Font = Enum.Font.SourceSans
  2259. TransInput.FontSize = Enum.FontSize.Size14
  2260. TransInput.Text = "50"
  2261. TransInput.TextColor3 = Color3.new(1, 1, 1)
  2262. TransInput.TextSize = 14
  2263. TransInput.TextStrokeTransparency = 0
  2264.  
  2265. BlueInput.Name = "BlueInput"
  2266. BlueInput.Parent = CustomizeGui
  2267. BlueInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2268. BlueInput.BackgroundTransparency = 0.5
  2269. BlueInput.BorderSizePixel = 0
  2270. BlueInput.Position = UDim2.new(0.419999987, 0, 0.625, 0)
  2271. BlueInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  2272. BlueInput.Font = Enum.Font.SourceSans
  2273. BlueInput.FontSize = Enum.FontSize.Size14
  2274. BlueInput.Text = "255"
  2275. BlueInput.TextColor3 = Color3.new(1, 1, 1)
  2276. BlueInput.TextSize = 14
  2277. BlueInput.TextStrokeTransparency = 0
  2278.  
  2279. Message.Name = "Message"
  2280. Message.Parent = CustomizeGui
  2281. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  2282. Message.BackgroundTransparency = 1
  2283. Message.Position = UDim2.new(0, 0, 0.2500004, 0)
  2284. Message.Size = UDim2.new(1, 0, 0.100000006, 0)
  2285. Message.Font = Enum.Font.SourceSans
  2286. Message.FontSize = Enum.FontSize.Size18
  2287. Message.Text = "|| Inputs must be values ||"
  2288. Message.TextColor3 = Color3.new(1, 1, 1)
  2289. Message.TextScaled = true
  2290. Message.TextSize = 15
  2291. Message.TextStrokeTransparency = 0.75
  2292. Message.TextWrapped = true
  2293.  
  2294. local attun = Instance.new("Attachment", knife)
  2295. attun.Position = Vector3.new(0, 0.1, -1.75)
  2296. local atdos = Instance.new("Attachment", knife)
  2297. atdos.Position = Vector3.new(0, -0.1, 0.5)
  2298. local trail = Instance.new("Trail", knife)
  2299. trail.LightEmission = 0.5
  2300. trail.Attachment0 = attun
  2301. trail.Attachment1 = atdos
  2302. trail.Lifetime = 0.175
  2303. trail.MinLength = 0
  2304. trail.Enabled = false
  2305.  
  2306. function updatez()
  2307.     local rc = tonumber(RedInput.Text)
  2308.     local gc = tonumber(GreenInput.Text)
  2309.     local bc = tonumber(BlueInput.Text)
  2310.     local tcupd = tonumber(TransInput.Text)
  2311.     if rc == nil then
  2312.         rc = 0
  2313.     end
  2314.     if gc == nil then
  2315.         gc = 0
  2316.     end
  2317.     if bc == nil then
  2318.         bc = 0
  2319.     end
  2320.     if tcupd == nil then
  2321.         tcupd = 0
  2322.     end
  2323.     local tc = tcupd/100
  2324.     Color.BackgroundColor3 = Color3.fromRGB(rc,gc,bc)
  2325.     ClosestColor.Text = "Your color is closest to "..tostring(BrickColor.new(Color3.fromRGB(rc,gc,bc)))
  2326.     obj32.Color = Color3.fromRGB(rc,gc,bc)
  2327.     obj33.Color = Color3.fromRGB(rc,gc,bc)
  2328.     obj34.Color = Color3.fromRGB(rc,gc,bc)
  2329.     obj35.Color = Color3.fromRGB(rc,gc,bc)
  2330.     obj36.Color = Color3.fromRGB(rc,gc,bc)
  2331.     obj37.Color = Color3.fromRGB(rc,gc,bc)
  2332.     obj38.Color = Color3.fromRGB(rc,gc,bc)
  2333.     trail.Color = ColorSequence.new(Color3.fromRGB(rc, gc, bc))
  2334.     trail.Transparency = NumberSequence.new(tc)
  2335.     TrailTransparency.TextStrokeTransparency = tc
  2336. end
  2337.  
  2338. RedInput.Changed:connect(function(val)
  2339.     if val == "Text" and tonumber(RedInput.Text) then
  2340.         RedInput.Text = tostring(tonumber(RedInput.Text))
  2341.         if tonumber(RedInput.Text) > 255 then
  2342.             RedInput.Text = '255'
  2343.         end
  2344.     elseif val == "Text" then
  2345.         RedInput.Text = ""
  2346.     end
  2347.     updatez()
  2348. end)
  2349. GreenInput.Changed:connect(function(val)
  2350.     if val == "Text" and tonumber(GreenInput.Text) then
  2351.         GreenInput.Text = tostring(tonumber(GreenInput.Text))
  2352.         if tonumber(GreenInput.Text) > 255 then
  2353.             GreenInput.Text = '255'
  2354.         end
  2355.     elseif val == "Text" then
  2356.         GreenInput.Text = ""
  2357.     end
  2358.     updatez()
  2359. end)
  2360. BlueInput.Changed:connect(function(val)
  2361.     if val == "Text" and tonumber(BlueInput.Text) then
  2362.         BlueInput.Text = tostring(tonumber(BlueInput.Text))
  2363.         if tonumber(BlueInput.Text) > 255 then
  2364.             BlueInput.Text = '255'
  2365.         end
  2366.     elseif val == "Text" then
  2367.         BlueInput.Text = ""
  2368.     end
  2369.     updatez()
  2370. end)
  2371. TransInput.Changed:connect(function(val)
  2372.     if val == "Text" and tonumber(TransInput.Text) then
  2373.         TransInput.Text = tostring(tonumber(TransInput.Text))
  2374.         if tonumber(TransInput.Text) > 100 then
  2375.             TransInput.Text = '100'
  2376.         end
  2377.     elseif val == "Text" then
  2378.         TransInput.Text = ""
  2379.     end
  2380.     updatez()
  2381. end)
  2382.  
  2383. Close.MouseButton1Click:connect(function()
  2384.     if lerpz == false then
  2385.         lerpz = true
  2386.         if Close.Text ~= "+" then
  2387.             CustomizeGui:TweenPosition(UDim2.new(-0.45,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  2388.             for i=1,10 do
  2389.                 Close.TextTransparency = i/10
  2390.                 Close.TextStrokeTransparency = i/10
  2391.                 wait(0.01)
  2392.             end
  2393.             Close.Text = "+"
  2394.             for i=1,10 do
  2395.                 Close.TextTransparency = (10-i+1)/10
  2396.                 Close.TextStrokeTransparency = (10-i+1)/10
  2397.                 wait(0.01)
  2398.             end
  2399.             lerpz = false
  2400.         else
  2401.             CustomizeGui:TweenPosition(UDim2.new(0,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  2402.             for i=1,10 do
  2403.                 Close.TextTransparency = i/10
  2404.                 Close.TextStrokeTransparency = i/10
  2405.                 wait(0.01)
  2406.             end
  2407.             Close.Text = "X"
  2408.             for i=1,10 do
  2409.                 Close.TextTransparency = (10-i+1)/10
  2410.                 Close.TextStrokeTransparency = (10-i+1)/10
  2411.                 wait(0.01)
  2412.             end
  2413.             lerpz = false
  2414.         end
  2415.     end
  2416. end)
  2417.  
  2418. MusicOption.MouseButton1Click:connect(function()
  2419.     if canbackgroundmusic == true then
  2420.         canbackgroundmusic = false
  2421.         MusicOption.BackgroundColor3 = Color3.new(1, 0, 0)
  2422.     else
  2423.         canbackgroundmusic = true
  2424.         MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  2425.     end
  2426. end)
  2427.  
  2428. ScreenOption.MouseButton1Click:connect(function()
  2429.     if cancolorfilter == true then
  2430.         cancolorfilter = false
  2431.         ScreenOption.BackgroundColor3 = Color3.new(1, 0, 0)
  2432.     else
  2433.         cancolorfilter = true
  2434.         ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  2435.     end
  2436. end)
  2437.  
  2438. function equip()
  2439.     local doit = coroutine.wrap(function()
  2440.     if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  2441.         acting = true
  2442.         local arm = me["Right Arm"]
  2443.         local arm2 = me["Left Arm"]
  2444.         local tors = me.Torso
  2445.         local weld = Instance.new('Weld',arm)
  2446.         weld.Part0 = arm
  2447.         weld.Part1 = tors
  2448.         weld.C0 = CFrame.new(-1.5,0,0)
  2449.         local weld2 = Instance.new("Weld", arm2)
  2450.         weld2.Part0 = arm2
  2451.         weld2.Part1 = tors
  2452.         weld2.C0 = CFrame.new(1.5, 0, 0)
  2453.         wait(0.001)
  2454.         for i = 0,1,0.1 do
  2455.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  2456.             weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  2457.             weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  2458.             wait(0.001)
  2459.         end
  2460.         wait(0.15)
  2461.         trail.Enabled = true
  2462.         for i = 0,1,0.1 do
  2463.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  2464.             weld.C0 = weld.C0:lerp(CFrame.new(-0.5,2,0)*CFrame.Angles(0,0,-1.55),i)
  2465.             weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  2466.             wait(0.001)
  2467.         end
  2468.         trail.Enabled = false
  2469.         wait(0.2)
  2470.         for i = 0,1,0.1 do
  2471.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  2472.             weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  2473.             wait(0.001)
  2474.         end
  2475.         weld:Destroy()
  2476.         weld2:Remove()
  2477.         if tors ~= nil then
  2478.             rightshoulderz:Clone().Parent = me.Torso
  2479.             leftshoulderz:Clone().Parent = me.Torso
  2480.         end
  2481.     end
  2482.     acting = false
  2483.     end)
  2484.     doit()
  2485. end
  2486.  
  2487. function kysnigga()
  2488.     if kyssing == true then return end
  2489.     kyssing = true
  2490.     acting = true
  2491.     decearingTHING = math.random(1, 100)
  2492.     if decearingTHING == 4 then
  2493.         decearingEGG = Instance.new("Sound", me.Torso)
  2494.         decearingEGG.SoundId = "rbxassetid://138084557"
  2495.         decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  2496.         decearingEGG.TimePosition = 0.2
  2497.         decearingEGG:Play()
  2498.     end
  2499.     me.Humanoid.WalkSpeed = 0
  2500.     me.Humanoid.JumpPower = 0
  2501.    
  2502.     local rightarm = Instance.new("Weld", me.Torso)
  2503.     rightarm.Part0 = me.Torso
  2504.     rightarm.Part1 = me["Right Arm"]
  2505.     rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  2506.    
  2507.     local leftarm = Instance.new("Weld", me.Torso)
  2508.     leftarm.Part0 = me.Torso
  2509.     leftarm.Part1 = me["Left Arm"]
  2510.     leftarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1.5, 0, 0)
  2511.    
  2512.     local tors = Instance.new("Weld", me.HumanoidRootPart)
  2513.     tors.Part0 = me.HumanoidRootPart
  2514.     tors.Part1 = me.Torso
  2515.     tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  2516.    
  2517.     local rightleg = Instance.new("Weld", me.Torso)
  2518.     rightleg.Part0 = me.Torso
  2519.     rightleg.Part1 = me["Right Leg"]
  2520.     rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  2521.    
  2522.     local leftleg = Instance.new("Weld", me.Torso)
  2523.     leftleg.Part0 = me.Torso
  2524.     leftleg.Part1 = me["Left Leg"]
  2525.     leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  2526.    
  2527.     for i = 0, 1, 0.03 do
  2528.         tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-10), 0, 0), i)
  2529.         leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  2530.         rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  2531.         rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), i)
  2532.         wait()
  2533.     end
  2534.     for i = 0, 1, 0.03 do
  2535.         tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(5), 0, 0), i)
  2536.         leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  2537.         rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  2538.         rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(-35)), i)
  2539.         leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(35)), i)
  2540.         knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  2541.         wait()
  2542.     end
  2543.     local bleedzer = Instance.new('Part',me.Torso)
  2544.     bleedzer.CFrame = me.Torso.CFrame
  2545.     bleedzer.Size = Vector3.new(0.1,0.1,0.1)
  2546.     bleedzer.Transparency = 1
  2547.     bleedzer.CanCollide = false
  2548.     local weld = Instance.new('Weld',bleedzer)
  2549.     weld.Part0 = bleedzer
  2550.     weld.Part1 = me.Torso
  2551.     weld.C0= CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),0,0)
  2552.     local woodpekker = coroutine.wrap(function()
  2553.         bleed(bleedzer)
  2554.     end)
  2555.     woodpekker()
  2556.     audio.SoundId = "rbxassetid://199977936"
  2557.     audio.PlaybackSpeed = 1.5
  2558.     audio:Play()
  2559.     audio2.SoundId = "rbxassetid://220834019"
  2560.     audio2.PlaybackSpeed = 1
  2561.     audio2.TimePosition = 0.1
  2562.     audio2:Play()
  2563.     for i = 0, 1, 0.1 do
  2564.         tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2565.         leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2566.         rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2567.         rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  2568.         leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  2569.         knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  2570.         wait()
  2571.     end
  2572.     wait(1)
  2573.     audio.SoundId = "rbxassetid://210943487"
  2574.     audio.TimePosition = 0.2
  2575.     audio.PlaybackSpeed = 0.75
  2576.     audio:Play()
  2577.     for i = 0, 1, 0.03 do
  2578.         tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2579.         leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2580.         rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2581.         rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  2582.         leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  2583.         knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  2584.         wait()
  2585.     end
  2586.     for i = 0, 1, 0.03 do
  2587.         rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  2588.         leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  2589.         knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  2590.         wait()
  2591.     end
  2592.     wait(0.24)
  2593.     if me:FindFirstChildOfClass('Humanoid') then
  2594.         me:FindFirstChildOfClass('Humanoid').Health = 0
  2595.     end
  2596.     wait(0.01)
  2597.     killz(me,me.Torso.Name,nil,nil,true)
  2598.    
  2599.     tors:Remove()
  2600.     rightarm:Remove()
  2601.     rightleg:Remove()
  2602.     leftleg:Remove()
  2603.     leftarm:Remove()
  2604.     rightshoulderz:Clone().Parent = me.Torso
  2605.     leftshoulderz:Clone().Parent = me.Torso
  2606.     torsojoint:Clone().Parent = me.HumanoidRootPart
  2607.     lefthipz:Clone().Parent = me.Torso
  2608.     righthipz:Clone().Parent = me.Torso
  2609.     me.Humanoid.JumpPower = 50
  2610.     me.Humanoid.WalkSpeed = 16
  2611.     acting = false
  2612.     canClick = true
  2613.     doing = false
  2614.     hit = false
  2615.     kyssing = false
  2616.     if decearingTHING == 4 then
  2617.         decearingEGG:Remove()
  2618.     end
  2619. end
  2620.  
  2621. function bleedout()
  2622.     local doit = coroutine.wrap(function()
  2623.         local targe = grabbed
  2624.         local num = 0
  2625.         while targe and targe:FindFirstChildOfClass('Humanoid') and targe:FindFirstChildOfClass('Humanoid').Health > 0 and num < 11 do
  2626.             if targe.Head:FindFirstChild('Died') then
  2627.                 tone = math.random(6, 12) / 10
  2628.                 targe.Head.Died.PlaybackSpeed = tone
  2629.                 targe.Head.Died:Play()
  2630.             else
  2631.                 local deathsound = Instance.new('Sound',targe.Head)
  2632.                 deathsound.Name = "Died"
  2633.                 deathsound.SoundId = 'rbxasset://sounds/uuhhh.mp3'
  2634.                 deathsound.Volume = 0.65
  2635.                 deathsound.EmitterSize = 5
  2636.                 deathsound.MaxDistance = 150
  2637.                 tone = math.random(5, 15) / 10
  2638.                 targe.Head.Died.PlaybackSpeed = tone
  2639.                 targe.Head.Died:Play()
  2640.             end
  2641.             targe:FindFirstChildOfClass('Humanoid').Health = targe:FindFirstChildOfClass('Humanoid').Health - 7
  2642.             num = num+1
  2643.             wait(0.325)
  2644.         end
  2645.         targe:FindFirstChildOfClass('Humanoid').Health = 0
  2646.         wait()
  2647.         killz(targe,'Head',nil,nil,false,true)
  2648.         wait(2)
  2649.         targe:Remove()
  2650.     end)
  2651.     doit()
  2652. end
  2653.  
  2654. function liedown()
  2655.     local doit = coroutine.wrap(function()
  2656.     local targe = grabbed
  2657.         wait(2)
  2658.         if targe and targe:FindFirstChildOfClass('Humanoid') then
  2659.             targe:FindFirstChildOfClass('Humanoid').PlatformStand = false
  2660.         end
  2661.     end)
  2662.     doit()
  2663. end
  2664.  
  2665. function grab()
  2666.     local doit = coroutine.wrap(function()
  2667.     acting = true
  2668.     me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  2669.     local arm = me["Right Arm"]
  2670.     local tors = me.Torso
  2671.     local arm2 = me["Left Arm"]
  2672.     local humanroot = me.HumanoidRootPart
  2673.     local weld2 = Instance.new('Weld',arm)
  2674.     weld2.Part0 = arm
  2675.     weld2.Part1 = tors
  2676.     weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  2677.     local weld3 = Instance.new('Weld',arm2)
  2678.     weld3.Part0 = arm2
  2679.     weld3.Part1 = tors
  2680.     weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  2681.     for i = 0,1,0.05 do
  2682.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
  2683.         weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  2684.         weld3.C0 = weld3.C0:lerp(CFrame.new(1.2,1.3,0)*CFrame.Angles(0,0,1.2),i)
  2685.         knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), -1.55) * CFrame.new(0, 0.95, 0)
  2686.         wait(0.01)
  2687.     end
  2688.     grabbing = true
  2689.     trail.Enabled = true
  2690.     for i = 0,1,0.10 do
  2691.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
  2692.         weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  2693.         weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  2694.         wait(0.01)
  2695.     end
  2696.     trail.Enabled = false
  2697.     wait(0.5)
  2698.     grabbing = false
  2699.     me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  2700.     if grabbed == nil then
  2701.         for i = 0,1,0.1 do
  2702.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil then return end
  2703.             weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  2704.             weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  2705.             knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  2706.             wait(0.001)
  2707.         end
  2708.         weld2:Destroy()
  2709.         weld3:Destroy()
  2710.         rightshoulderz:Clone().Parent = me.Torso
  2711.             leftshoulderz:Clone().Parent = me.Torso
  2712.         acting = false
  2713.         canClick = true
  2714.     end
  2715.     end)
  2716.     doit()
  2717. end
  2718.  
  2719. function kill()
  2720.     paralyzed = false
  2721.     if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then hardrelease() return end
  2722.     targetweld = grabbed.Torso.TargetWeld
  2723.     targetweld2 = nil
  2724.     local reee = grabbed:FindFirstChild("Left Arm")
  2725.     if reee and reee:FindFirstChild("Weld") then
  2726.         targetweld2 = reee.Weld
  2727.     end
  2728.     for i, v in pairs(grabbed:GetChildren()) do
  2729.         if v.Name == "Part" then
  2730.             v.CanCollide = true
  2731.         end
  2732.     end
  2733.     targetweld3pt = grabbed:FindFirstChild("Right Arm")
  2734.     local targetrightshoulder = rightshoulder
  2735.     local targetleftshoulder = leftshoulder
  2736.     local targetweld3 = Instance.new("Weld", targetweld3pt)
  2737.     targetweld3.Part0 = grabbed.Torso
  2738.     targetweld3.Part1 = targetweld3pt
  2739.     targetweld3.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  2740.    
  2741.     local doit = coroutine.wrap(function()
  2742.     local arm = me["Right Arm"]
  2743.     local tors = grabbed.Torso
  2744.     local arm2 = me["Left Arm"]
  2745.     if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  2746.     doing = true
  2747.     local weld2 = arm:FindFirstChildOfClass('Weld')
  2748.     local weld3 = arm2:FindFirstChildOfClass('Weld')
  2749.     local humanroot = me.HumanoidRootPart
  2750.    
  2751.     for i = 0,1,0.1 do
  2752.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2753.         weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.9, 0, -1.4), i)
  2754.         weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 0.5, -0.5)* CFrame.Angles(-1.5, 0.4, 1.1), i)
  2755.         wait(0.01)
  2756.     end
  2757.    
  2758.     audio:Stop()
  2759.     audio.SoundId = "rbxassetid://517040733"
  2760.     tone = math.random(1, 3)
  2761.     if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.3 end
  2762.     if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  2763.     if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.2 end
  2764.     audio:Play()
  2765.    
  2766.     local bleedpart = Instance.new("Part", grabbed)
  2767.     bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2768.     bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2769.     bleedpart.CanCollide = false
  2770.     bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  2771.     bleedpart.Transparency = 1
  2772.    
  2773.     local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  2774.     bleedpartweld.Part0 = grabbed.Torso
  2775.     bleedpartweld.Part1 = bleedpart
  2776.     bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  2777.     local coru=coroutine.wrap(function()
  2778.     bleed(bleedpart)
  2779.     end)
  2780.     coru()
  2781.    
  2782.     local slightthrow = Instance.new("BodyThrust", grabbed.Torso)
  2783.     slightthrow.Force = Vector3.new(0, 0, -2500)
  2784.    
  2785.     local slightthrow2 = Instance.new("BodyAngularVelocity", grabbed.Torso)
  2786.     slightthrow2.AngularVelocity = Vector3.new(0, -1000, 0)
  2787.     slightthrow2.MaxTorque = Vector3.new(1000, 1000, 1000)
  2788.    
  2789.     if grabbed:FindFirstChildOfClass('Humanoid') then
  2790.         grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  2791.     end
  2792.    
  2793.     killz(grabbed,'Left Leg')
  2794.     killz(grabbed,'Left Arm')
  2795.     killz(grabbed,'Right Leg')
  2796.     killz(grabbed,'Right Arm')
  2797.    
  2798.     trail.Enabled = true
  2799.    
  2800.     for i = 0,1,0.2 do
  2801.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2802.         weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 0, -1.4), i)
  2803.         weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  2804.         wait(0.01)
  2805.     end
  2806.    
  2807.     trail.Enabled = false
  2808.    
  2809.     bleedout()
  2810.    
  2811.     rightshoulderz:Clone().Parent = me.Torso
  2812.         leftshoulderz:Clone().Parent = me.Torso
  2813.     grabbed = nil
  2814.    
  2815.     if humanroot:FindFirstChild('Holder') then
  2816.         humanroot.Holder:Destroy()
  2817.     end
  2818.    
  2819.     wait(0.2)
  2820.     slightthrow:Remove()
  2821.     slightthrow2:Remove()
  2822.     for i = 0,1,0.05 do
  2823.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2824.         weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  2825.         weld3.C0 = weld3.C0:lerp(CFrame.new(1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  2826.         knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  2827.         wait(0.01)
  2828.     end
  2829.    
  2830.     weld2:Destroy()
  2831.     weld3:Destroy()
  2832.     targetweld = nil
  2833.     targetweld2 = nil
  2834.     targetweld3 = nil
  2835.     rightshoulderz:Clone().Parent = me.Torso
  2836.     leftshoulderz:Clone().Parent = me.Torso
  2837.     acting = false
  2838.     canClick = true
  2839.     doing = false
  2840.     end)
  2841.     doit()
  2842. end
  2843.  
  2844. function finish()
  2845.     if finishing == true then return end
  2846.     finishing = true
  2847.     acting = true
  2848.     decearingTHING = math.random(1, 100)
  2849.     if decearingTHING == 4 then
  2850.         decearingEGG = Instance.new("Sound", me.Torso)
  2851.         decearingEGG.SoundId = "rbxassetid://138084557"
  2852.         decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  2853.         decearingEGG.TimePosition = 0.2
  2854.         decearingEGG:Play()
  2855.     end
  2856.     me.Humanoid.WalkSpeed = 0
  2857.     me.Humanoid.JumpPower = 0
  2858.    
  2859.     local rightarm = Instance.new("Weld", me.Torso)
  2860.     rightarm.Part0 = me.Torso
  2861.     rightarm.Part1 = me["Right Arm"]
  2862.     rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  2863.    
  2864.     local tors = Instance.new("Weld", me.HumanoidRootPart)
  2865.     tors.Part0 = me.HumanoidRootPart
  2866.     tors.Part1 = me.Torso
  2867.     tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  2868.    
  2869.     local rightleg = Instance.new("Weld", me.Torso)
  2870.     rightleg.Part0 = me.Torso
  2871.     rightleg.Part1 = me["Right Leg"]
  2872.     rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  2873.    
  2874.     local leftleg = Instance.new("Weld", me.Torso)
  2875.     leftleg.Part0 = me.Torso
  2876.     leftleg.Part1 = me["Left Leg"]
  2877.     leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  2878.    
  2879.     for i = 0, 1, 0.05 do
  2880.         tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), 0, 0), i)
  2881.         leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  2882.         rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  2883.         rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0) * CFrame.Angles(math.rad(179), math.rad(179), 0), i)
  2884.         wait()
  2885.     end
  2886.     for i=1,finishnum do
  2887.         local num1 = 0.5
  2888.         local num2 = 0.5
  2889.         local num3 = 0.25
  2890.     if finishnum ~= 1 then
  2891.         num3 = 0
  2892.     end
  2893.     trail.Enabled = true
  2894.     for i = 0, 1, num1 do
  2895.         tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-60), 0, 0), i)
  2896.         leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(0), 0, 0), i)
  2897.         rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(10), 0, 0), i)
  2898.         rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, -1) * CFrame.Angles(math.rad(160), math.rad(150), 0), i)
  2899.         wait()
  2900.     end
  2901.     wait()
  2902.     for i = 0, 1, num2 do
  2903.         tors.C0 = tors.C0:lerp(CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2904.         leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(-30), 0, 0), i)
  2905.         rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2906.         rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0.2) * CFrame.Angles(math.rad(250), math.rad(180), 0), i)
  2907.         wait()
  2908.     end
  2909.     trail.Enabled = false
  2910.     wait(num3)
  2911.     end
  2912.     wait()
  2913.     for i = 0, 1, 0.05 do
  2914.         tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), i)
  2915.         leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  2916.         rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  2917.         rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0), i)
  2918.         wait()
  2919.     end
  2920.     tors:Remove()
  2921.     rightarm:Remove()
  2922.     rightleg:Remove()
  2923.     leftleg:Remove()
  2924.     rightshoulderz:Clone().Parent = me.Torso
  2925.     leftshoulderz:Clone().Parent = me.Torso
  2926.     torsojoint:Clone().Parent = me.HumanoidRootPart
  2927.     lefthipz:Clone().Parent = me.Torso
  2928.     righthipz:Clone().Parent = me.Torso
  2929.     me.Humanoid.JumpPower = 50
  2930.     me.Humanoid.WalkSpeed = 16
  2931.     acting = false
  2932.     canClick = true
  2933.     doing = false
  2934.     hit = false
  2935.     finishing = false
  2936.     if decearingTHING == 4 then
  2937.         decearingEGG:Remove()
  2938.     end
  2939. end
  2940.  
  2941. function throw()
  2942.     if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
  2943.     paralyzed = false
  2944.     targetweld = grabbed.Torso.TargetWeld
  2945.     local ree = grabbed:FindFirstChild("Left Arm")
  2946.     targetweld2 =nil
  2947.     if ree and ree:FindFirstChild("Weld") then
  2948.         targetweld2 = ree.Weld
  2949.     end
  2950.    
  2951.     for i, v in pairs(grabbed:GetChildren()) do
  2952.         if v.Name == "Part" then
  2953.             v.CanCollide = true
  2954.         end
  2955.     end
  2956.    
  2957.    
  2958.     local doit = coroutine.wrap(function()
  2959.     local arm = me["Right Arm"]
  2960.     local tors = grabbed.Torso
  2961.     local arm2 = me["Left Arm"]
  2962.     local targrightshoulder = rightshoulder
  2963.    
  2964.     local targleftshoulder = leftshoulder
  2965.     if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  2966.     doing = true
  2967.     local weld2 = arm:FindFirstChildOfClass('Weld')
  2968.     local weld3 = arm2:FindFirstChildOfClass('Weld')
  2969.     local humanroot = me.HumanoidRootPart
  2970.    
  2971.     for i = 0,1,0.2 do
  2972.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2973.         weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 1, -1.4), i)
  2974.         weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  2975.         targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  2976.         if targetweld2 then
  2977.             targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  2978.         end
  2979.         wait(0.01)
  2980.     end
  2981.    
  2982.     audio:Stop()
  2983.     audio.SoundId = "rbxassetid://536642316"
  2984.     tone = math.random(1, 3)
  2985.     if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.08 end
  2986.     if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  2987.     if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.12 end
  2988.     audio:Play()
  2989.    
  2990.     local slightthrow = Instance.new("BodyVelocity", grabbed.Torso)
  2991.     slightthrow.Velocity = Vector3.new(0,20,0)+(me.Torso.CFrame.lookVector*20)
  2992.     slightthrow.P = 5000
  2993.     slightthrow.MaxForce = Vector3.new(9000001,9000001,9000001)
  2994.     local point = grabbed.Torso.Position
  2995.     local aaaaaa = grabbed
  2996.     liedown()
  2997.    
  2998.     rightshoulderz:Clone().Parent = me.Torso
  2999.             leftshoulderz:Clone().Parent = me.Torso
  3000.     grabbed = nil
  3001.    
  3002.     if humanroot:FindFirstChild('Holder') then
  3003.         humanroot.Holder:Destroy()
  3004.     end
  3005.     local coru = coroutine.wrap(function()
  3006.         while aaaaaa and aaaaaa:FindFirstChild('Torso') and (aaaaaa.Torso.Position-point).magnitude < 5 do wait(0.001) end
  3007.         if aaaaaa:FindFirstChildOfClass('Humanoid') then
  3008.             aaaaaa:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
  3009.             aaaaaa:FindFirstChildOfClass('Humanoid').JumpPower = 50
  3010.             aaaaaa:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  3011.         end
  3012.         slightthrow:Remove()
  3013.     end)
  3014.     coru()
  3015.    
  3016.     for i = 0,1,0.05 do
  3017.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  3018.         weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3019.         weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  3020.         wait(0.01)
  3021.     end
  3022.     weld2:Destroy()
  3023.     weld3:Destroy()
  3024.     targetweld:Remove()
  3025.     if targetweld2 then
  3026.         targetweld2:Remove()
  3027.     end
  3028.     if rightshoulder then
  3029.     rightshoulder:Clone().Parent = tors
  3030.     end
  3031.     if leftshoulder then
  3032.     leftshoulder:Clone().Parent = tors
  3033.     end
  3034.     headweld:Clone().Parent = tors
  3035.     rightshoulderz:Clone().Parent = me.Torso
  3036.             leftshoulderz:Clone().Parent = me.Torso
  3037.     acting = false
  3038.     canClick = true
  3039.     doing = false
  3040.     end)
  3041.     doit()
  3042. end
  3043.  
  3044. cfn,ang,mr,int=CFrame.new,CFrame.Angles,math.rad,Instance.new
  3045. bc=BrickColor.new
  3046. local minimumsize = Vector3.new(0.7,0.7,0.7)
  3047. local surface_between_splitted_parts = 'SmoothNoOutlines'
  3048. local fragmentable = workspace
  3049. local list = {}
  3050. local brickcount = 0
  3051. local storage = {}
  3052. local fillup = 1000
  3053. local maximumstorage = 2000
  3054. local storage_position = Vector3.new(0,0,5000)
  3055. local stored_partsize = Vector3.new(1,1,1)
  3056. local parts_created_per_frame = 5
  3057.  
  3058. local minimumsize = Vector3.new(0.7,0.7,0.7)
  3059. local surface_between_splitted_parts = 'SmoothNoOutlines'
  3060. local fragmentable = workspace
  3061. local list = {}
  3062. local brickcount = 0
  3063. local storage = {}
  3064. local fillup = 1000
  3065. local maximumstorage = 2000
  3066. local storage_position = Vector3.new(0,0,5000)
  3067. local stored_partsize = Vector3.new(1,1,1)
  3068. local parts_created_per_frame = 5
  3069.  
  3070.  
  3071. function fragmentate(cframe,size,color,explosion_position,explosion_blastradius,backsurface,bottomsurface,frontsurface,leftsurface,rightsurface,topsurface,transparency,reflectance,material)
  3072.     local xi = size.X >= minimumsize.X*(1+explosion_blastradius/16) and 2 or 1
  3073.     local yi = size.Y >= minimumsize.Y*(1+explosion_blastradius/16) and 2 or 1
  3074.     local zi = size.Z >= minimumsize.Z*(1+explosion_blastradius/16) and 2 or 1
  3075.     if xi == 1 and yi == 1 and zi == 1 or (cframe.p-explosion_position).magnitude > size.magnitude/2 + explosion_blastradius then
  3076.         if xi == 1 and yi == 1 and zi == 1 then return end
  3077.         if #storage > 0 then
  3078.             local p = storage[1]
  3079.             p.BrickColor = color
  3080.             p.Size = size
  3081.             p.Anchored = false
  3082.             p.BackSurface = backsurface
  3083.             p.BottomSurface = bottomsurface
  3084.             p.FrontSurface = frontsurface
  3085.             p.LeftSurface = leftsurface
  3086.             p.RightSurface = rightsurface
  3087.             p.TopSurface = topsurface
  3088.             p.Transparency = transparency
  3089.             p.CFrame = cframe
  3090.             p.Reflectance = reflectance
  3091.             p.Material = material
  3092.             game:GetService('Debris'):AddItem(p,30)
  3093.             p:BreakJoints()
  3094.             table.remove(storage,1)
  3095.         else
  3096.             local p = Instance.new("Part",fragmentable)
  3097.             p.BrickColor = color
  3098.             p.FormFactor = "Custom"
  3099.             p.Size = size
  3100.             p.BackSurface = backsurface
  3101.             p.BottomSurface = bottomsurface
  3102.             p.FrontSurface = frontsurface
  3103.             p.LeftSurface = leftsurface
  3104.             p.RightSurface = rightsurface
  3105.             p.TopSurface = topsurface
  3106.             p.Transparency = transparency
  3107.             p.Material = material
  3108.             if p.Transparency>0.285 then
  3109.                 p.Anchored = false
  3110.             else
  3111.                 p.Anchored=false
  3112.                 p.Material='Wood'
  3113.                 game:GetService('Debris'):AddItem(p,10)
  3114.             end
  3115.             p.CFrame = cframe
  3116.             p.Reflectance = reflectance
  3117.             p:BreakJoints()
  3118.         end
  3119.         return
  3120.     end
  3121.     local mody = math.random(-125,125)/1000
  3122.     for y = 1,yi do
  3123.         if math.random()> 0.5 then
  3124.             local modx = math.random(-125,125)/1000
  3125.             for x = 1,xi do
  3126.                 local modz = math.random(-125,125)/1000
  3127.                 for z = 1,zi do --offset = x/xi-0.75+modx)
  3128.                     fragmentate(cframe*CFrame.new(size.X*(xi==1 and 0 or x/xi-0.75+modx),size.Y*(yi==1 and 0 or y/yi-0.75+mody),size.Z*(zi==1 and 0 or z/zi-0.75+modz)),
  3129.                         Vector3.new(xi == 2 and size.X*(1-2*math.abs(x/xi-0.75+modx)) or size.X,yi == 2 and size.Y*(1-2*math.abs(y/yi-0.75+mody)) or size.Y,
  3130.                         zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z or mustardfoot_was_here),color,explosion_position,explosion_blastradius,
  3131.                         z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
  3132.                         z==2 and surface_between_splitted_parts or frontsurface,x==2 and surface_between_splitted_parts or leftsurface,x~=xi and surface_between_splitted_parts or rightsurface,
  3133.                         y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
  3134.                 end
  3135.                
  3136.             end
  3137.         else
  3138.             local modz = math.random(-125,125)/1000
  3139.             for z = 1,zi do
  3140.                 local modx = math.random(-125,125)/1000
  3141.                 for x = 1,xi do
  3142.                     fragmentate(cframe*CFrame.new(size.X*(xi==1 and 0 or x/xi-0.75+modx),size.Y*(yi==1 and 0 or y/yi-0.75+mody),size.Z*(zi==1 and 0 or z/zi-0.75+modz)),
  3143.                         Vector3.new(xi == 2 and size.X*(1-2*math.abs(x/xi-0.75+modx)) or size.X,yi == 2 and size.Y*(1-2*math.abs(y/yi-0.75+mody)) or size.Y,
  3144.                         zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z),color,explosion_position,explosion_blastradius,
  3145.                         z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
  3146.                         z==2 and surface_between_splitted_parts or frontsurface,x==2 and surface_between_splitted_parts or leftsurface,x~=xi and surface_between_splitted_parts or rightsurface,
  3147.                         y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
  3148.                 end
  3149.             end
  3150.         end
  3151.     end            
  3152. end
  3153.  
  3154. function start_fragmentation(position,radius,nuh)
  3155.     local search = Region3.new(position-Vector3.new(radius,radius,radius)*1.1,position+Vector3.new(radius,radius,radius)*1.1)
  3156.     repeat
  3157.     local finish = false
  3158.     local parts = workspace:FindPartsInRegion3WithIgnoreList(search,list,100)
  3159.     for i = 1,#parts do
  3160.         table.insert(list,1,parts[i])
  3161.     end
  3162.     finish = true
  3163.     until #parts < 100 and finish
  3164.     local t = tick()
  3165.     for i = 1,#list do
  3166.         local p = list[i]
  3167.         if p:IsA('UnionOperation') == false and p:IsA('CornerWedgePart') == false and p:IsA('TrussPart') == false and p:IsA('WedgePart') == false and p.Parent and p.Parent ~= obj1 and p.Parent.Name ~= "Projectile" and p:IsDescendantOf(fragmentable) and p:GetMass()<50000 and p.Transparency>0.285 and p.Name~='Base' and p.Parent:FindFirstChildOfClass('Humanoid') == nil and p.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and p:IsDescendantOf(me)==false then
  3168.             fragmentate(p.CFrame,p.Size,p.BrickColor,position,radius,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
  3169.             if #storage < maximumstorage and p.Shape == "Block" then
  3170.                 p.Anchored = false
  3171.                 p.FormFactor = "Custom"
  3172.                 p.Size = stored_partsize
  3173.                 p.Position = storage_position
  3174.                 table.insert(storage,1,p)
  3175.             else
  3176.                 p:Destroy()
  3177.             end
  3178.         end
  3179.         if nuh == false and p.Parent and p.Parent ~= obj1 and p.Parent.Name ~= "Projectile" and p:IsDescendantOf(fragmentable) and p:GetMass()<53000 and p.Transparency<0.05 and p.Name~='Base' and tostring(p.Material)=='Enum.Material.Wood' and p:IsDescendantOf(me)==false then
  3180.             fragmentate(p.CFrame,p.Size,p.BrickColor,position,radius,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
  3181.             if #storage < maximumstorage and p.Shape == "Block" then
  3182.                 p.Anchored = false
  3183.                 p.Material='Wood'
  3184.                 p.FormFactor = "Custom"
  3185.                 p.Size = stored_partsize
  3186.                 p.Position = storage_position
  3187.                 table.insert(storage,1,p)
  3188.             else
  3189.                 p:Destroy()
  3190.             end
  3191.         end
  3192.     end
  3193.     list = {}
  3194. end
  3195.  
  3196.  
  3197. function fling()
  3198. local doit = coroutine.wrap(function()
  3199. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') then
  3200.     acting = true
  3201.     for i=1,finishnum do
  3202.     local weld2 = Instance.new('Weld',me["Right Arm"])
  3203.     weld2.Part0 = me["Right Arm"]
  3204.     weld2.Part1 = me["Torso"]
  3205.     weld2.C0 = CFrame.new(-1.5,0,0)
  3206.     if finishnum == 1 then
  3207.     for i = 0,1,0.05 do
  3208.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3209.         weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  3210.         wait(0.01)
  3211.     end
  3212.     end
  3213.     audio.SoundId = "rbxassetid://166083610"
  3214.     audio.PlaybackSpeed = 1
  3215.     audio.TimePosition = 0.1
  3216.     audio:Play()
  3217.     if finishnum == 1 then
  3218.     for i = 0,1,0.5 do
  3219.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3220.         weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  3221.         wait(0.001)
  3222.     end
  3223.     end
  3224.     weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3225.     local knofe = obj1:Clone()
  3226.     for i, v in pairs(obj1:GetChildren()) do
  3227.         if v:IsA('BasePart') then
  3228.         v.Transparency = 1
  3229.         end
  3230.     end
  3231.     knofe.Parent = workspace
  3232.     knofe.Name = "Projectile"
  3233.     knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3234.     knofe:FindFirstChild("Trail", true).Enabled = true
  3235.     local heck = Instance.new('BodyVelocity',knofe.Grab)
  3236.     heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  3237.     local coru = coroutine.wrap(function()
  3238.         wait(0.45)
  3239.         if heck then
  3240.             heck:Destroy()
  3241.         end
  3242.     end)
  3243.     coru()
  3244.     local able = true
  3245.     knofe["big ass knife"].Touched:connect(function(hit)
  3246.         if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Transparency < 1 and knofe.Grab.CanCollide == false and hit.Parent ~= me and hit.Parent.Parent ~= me then
  3247.             local thing = hit.Parent:FindFirstChildOfClass('Humanoid')
  3248.             local ree = hit.Parent
  3249.             if thing == nil then
  3250.                 ree = hit.Parent.Parent
  3251.             end
  3252.             if ree:FindFirstChildOfClass('Humanoid').Health > 0 then
  3253.                 knofe:FindFirstChild("Trail", true).Enabled = false
  3254.                 game:GetService('Debris'):AddItem(knofe,5)
  3255.                 tone = math.random(1, 3)
  3256.                 local sound = Instance.new('Sound',knofe.Grab)
  3257.                 if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  3258.                 if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  3259.                 if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  3260.                 sound.PlaybackSpeed = 1
  3261.                 sound:Play()
  3262.                 for i, v in pairs(knofe:GetChildren()) do
  3263.                     if v:IsA('BasePart') then
  3264.                     v.CanCollide = true
  3265.                     v.Anchored = true
  3266.                     end
  3267.                 end
  3268.                 hit.Anchored = true
  3269.                 if ree:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  3270.                     ree:FindFirstChildOfClass('Humanoid').Health = 0
  3271.                 end
  3272.                 wait()
  3273.                 killz(ree,hit.Name,knofe)
  3274.             else
  3275.                 knofe:FindFirstChild("Trail", true).Enabled = false
  3276.                 heck.Velocity = Vector3.new(0,0,0)
  3277.                 heck:Destroy()
  3278.                 game:GetService('Debris'):AddItem(knofe,5)
  3279.                 tone = math.random(1, 3)
  3280.                 local sound = Instance.new('Sound',knofe.Grab)
  3281.                 if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  3282.                 if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  3283.                 if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  3284.                 sound.PlaybackSpeed = 1
  3285.                 sound:Play()
  3286.                 for i, v in pairs(knofe:GetChildren()) do
  3287.                     if v:IsA('BasePart') then
  3288.                     v.Anchored = false
  3289.                     end
  3290.                 end
  3291.                 hit.Anchored = true
  3292.                 wait(0.001)
  3293.                 hit.Anchored = false
  3294.                 for i, v in pairs(knofe:GetChildren()) do
  3295.                     if v:IsA('BasePart') then
  3296.                     v.Anchored = false
  3297.                     end
  3298.                 end
  3299.                 if knofe then
  3300.                     local coru = coroutine.wrap(function()
  3301.                         if hit then
  3302.                             local uno = Instance.new('Part',workspace)
  3303.                             local dos = Instance.new('Part',workspace)
  3304.                             uno.CFrame = hit.CFrame
  3305.                             dos.CFrame = knofe["big ass knife"].CFrame
  3306.                             local weld = Instance.new('Weld',knofe["big ass knife"])
  3307.                             weld.Part0 = hit
  3308.                             weld.Part1 = knofe["big ass knife"]
  3309.                             weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3310.                             uno:Destroy()
  3311.                             dos:Destroy()
  3312.                         end
  3313.                     end)
  3314.                     coru()
  3315.                 end
  3316.             end
  3317.         elseif hit.Parent and hit.Parent ~= me and hit.Parent.Parent ~= me and hit.CanCollide and knofe.Grab.CanCollide == false then
  3318.             if hit.Transparency and (hit.Transparency<=0.285 or hit:GetMass()<=3000) then
  3319.                 knofe:FindFirstChild("Trail", true).Enabled = false
  3320.                 local sound = Instance.new('Sound',knofe.Grab)
  3321.                 sound.SoundId = 'rbxassetid://267585646'
  3322.                 sound:Play()
  3323.                 for i,v in pairs(knofe:GetChildren()) do
  3324.                     if v:IsA('BasePart') then
  3325.                         v.Anchored = true
  3326.                     end
  3327.                 end
  3328.                 wait()
  3329.                 heck.Velocity = Vector3.new(0,0,0)
  3330.                 heck:Destroy()
  3331.                 local uno = Instance.new('Part',workspace)
  3332.                             local dos = Instance.new('Part',workspace)
  3333.                             uno.CFrame = hit.CFrame
  3334.                             dos.CFrame = knofe["big ass knife"].CFrame
  3335.                             local weld = Instance.new('Weld',knofe["big ass knife"])
  3336.                             weld.Part0 = hit
  3337.                             weld.Part1 = knofe["big ass knife"]
  3338.                             weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3339.                             uno:Destroy()
  3340.                             dos:Destroy()
  3341.                             for i,v in pairs(knofe:GetChildren()) do
  3342.                     if v:IsA('BasePart') then
  3343.                         v.Anchored = false
  3344.                     end
  3345.                 end
  3346.                 game:GetService('Debris'):AddItem(knofe,5)
  3347.                 for i,v in pairs(knofe:GetChildren()) do
  3348.                     if v:IsA('BasePart') then
  3349.                     v.CanCollide = true
  3350.                     end
  3351.                 end
  3352.             end
  3353.             if hit.Parent and hit.Transparency>0.285 and able == true and hit:GetMass()<3000 and hit.Parent:FindFirstChildOfClass('Humanoid') == nil and (hit.Parent.Parent == nil or hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil) then
  3354.                 knofe:FindFirstChild("Trail", true).Enabled = false
  3355.                 able = false
  3356.                 local sound = Instance.new('Sound',knofe.Grab)
  3357.                 sound.SoundId = 'rbxassetid://144884907'
  3358.                 sound:Play()
  3359.                 local coru = coroutine.wrap(function()
  3360.                     start_fragmentation(knofe["big ass knife"].Position,1.25,knofe)
  3361.                 end)
  3362.                 coru()
  3363.             end
  3364.         end
  3365.     end)
  3366.     if finishnum == 1 then
  3367.     for i= 0,1,0.1 do
  3368.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3369.         weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3370.         wait(0.001)
  3371.     end
  3372.     else
  3373.         for i= 0,1,0.5 do
  3374.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3375.         weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3376.         wait(0.001)
  3377.     end
  3378.     end
  3379.     for i,v in pairs(obj1:GetChildren()) do
  3380.         if v:IsA('BasePart') then
  3381.         v.Transparency = 0
  3382.         end
  3383.     end
  3384.     weld2:Destroy()
  3385.     rightshoulderz:Clone().Parent = me.Torso
  3386.     end
  3387.     acting = false
  3388.     canClick = true
  3389. end
  3390. end)
  3391. doit()
  3392. end
  3393.  
  3394. function instasplode()
  3395.     local coru = coroutine.wrap(function()
  3396.         acting = true
  3397.         for i=1,1 do
  3398.         local weld2 = Instance.new('Weld',me["Right Arm"])
  3399.         weld2.Part0 = me["Right Arm"]
  3400.         weld2.Part1 = me["Torso"]
  3401.         weld2.C0 = CFrame.new(-1.5,0,0)
  3402.         if finishnum == 1 then
  3403.         for i = 0,1,0.05 do
  3404.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3405.             weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  3406.             wait(0.01)
  3407.         end
  3408.         end
  3409.         weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  3410.         audio.SoundId = "rbxassetid://166083610"
  3411.         audio.PlaybackSpeed = 1
  3412.         audio.TimePosition = 0.1
  3413.         audio:Play()
  3414.         if finishnum == 1 then
  3415.         for i = 0,1,0.5 do
  3416.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3417.             weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  3418.             wait(0.001)
  3419.         end
  3420.         end
  3421.         weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3422.         local knofe = obj1:Clone()
  3423.         for i,v in pairs(obj1:GetChildren()) do
  3424.             if v:IsA('BasePart') then
  3425.             v.Transparency = 1
  3426.             end
  3427.         end
  3428.         knofe.Parent = workspace
  3429.         knofe.Name = "Projectile"
  3430.         knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3431.         knofe:FindFirstChild("Trail", true).Enabled = false
  3432.         fireofjesUS = Instance.new("Fire", knofe.Grab)
  3433.         local heck = Instance.new('BodyVelocity',knofe.Grab)
  3434.         heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  3435.         local coru = coroutine.wrap(function()
  3436.             wait(0.45)
  3437.             if heck then
  3438.                 heck:Destroy()
  3439.             end
  3440.         end)
  3441.         coru()
  3442.         knofe["big ass knife"].Touched:connect(function(hit)
  3443.             if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
  3444.                 heck.Velocity = Vector3.new(0,0,0)
  3445.                 heck:Destroy()
  3446.                 for i,v in pairs(knofe:GetChildren()) do
  3447.                     if v:IsA('BasePart') then
  3448.                     v.CanCollide = true
  3449.                     end
  3450.                 end
  3451.                 local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  3452.                 if hum == nil then
  3453.                     hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  3454.                 end
  3455.                 if knofe then
  3456.                     local coru = coroutine.wrap(function()
  3457.                         if hit then
  3458.                             local uno = Instance.new('Part',workspace)
  3459.                             local dos = Instance.new('Part',workspace)
  3460.                             uno.CFrame = hit.CFrame
  3461.                             dos.CFrame = knofe["big ass knife"].CFrame
  3462.                             local weld = Instance.new('Weld',knofe["big ass knife"])
  3463.                             weld.Part0 = hit
  3464.                             weld.Part1 = knofe["big ass knife"]
  3465.                             weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3466.                             uno:Destroy()
  3467.                             dos:Destroy()
  3468.                         end
  3469.                     end)
  3470.                     coru()
  3471.                 end
  3472.                     local sound = Instance.new('Sound',knofe.Grab)
  3473.                     sound.Name = "BOOM"
  3474.                     sound.EmitterSize = 25
  3475.                     sound.SoundId = 'rbxassetid://476477344'
  3476.                     sound.Volume = 0.5
  3477.                     sound:Play()
  3478.                     local exppart = Instance.new("Part", game.Workspace)
  3479.                     exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  3480.                     exppart.Anchored = true
  3481.                     exppart.CanCollide = false
  3482.                     exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  3483.                     exppart.Transparency = 1
  3484.                     local expaccent = Instance.new("ParticleEmitter", exppart)
  3485.                     expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  3486.                     expaccent.LightEmission = 0.2
  3487.                     expaccent.LightInfluence = 0.3
  3488.                     expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  3489.                     expaccent.Acceleration = Vector3.new(0, 30, 0)
  3490.                     expaccent.Drag = 15
  3491.                     expaccent.LockedToPart = false
  3492.                     expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  3493.                     expaccent.Rate = 2000
  3494.                     expaccent.Speed = NumberRange.new(0,0)
  3495.                     expaccent.SpreadAngle = Vector2.new(360, 360)
  3496.                     expaccent:Clone().Parent = exppart
  3497.                     expaccent:Clone().Parent = exppart
  3498.                     local exp = Instance.new('Explosion',game.Workspace)
  3499.                     exp.Position = knofe["big ass knife"].Position
  3500.                     exp.ExplosionType = Enum.ExplosionType.NoCraters
  3501.                     exp.BlastRadius = 5
  3502.                     exp.Visible = false
  3503.                     exp.BlastPressure = 0
  3504.                     exp.DestroyJointRadiusPercent = 0
  3505.                     exp.Hit:connect(function(hit)
  3506.                         if hit.Parent and hit.Parent ~= me and hit.Parent.Name ~= "bitch ass knife" then
  3507.                             wait(0.001)
  3508.                             tgt = hit
  3509.                             local coru=coroutine.wrap(function(tgtt)
  3510.                                 local fireofgods = Instance.new("Fire", tgtt)
  3511.                                 fireofgods.Size = 0
  3512.                                 fireofgods.Heat = 0
  3513.                                 local fireofgodsaccent = expaccent:Clone()
  3514.                                 fireofgodsaccent.Parent = hit
  3515.                                 fireofgodsaccent.Rate = 0
  3516.                                 fireofgodsaccent.Speed = NumberRange.new(5, 50)
  3517.                                 fireofgodsaccent.SpreadAngle = Vector2.new(45, 45)
  3518.                                 fireofgodsaccent.Acceleration = Vector3.new(0, 20, 0)
  3519.                                
  3520.                                 while fireofgods.Size < 10 do
  3521.                                     fireofgods.Size = fireofgods.Size + 0.1
  3522.                                     fireofgods.Heat = fireofgods.Heat + 0.1
  3523.                                     fireofgodsaccent.Rate = fireofgodsaccent.Rate + 1
  3524.                                     wait()
  3525.                                 end
  3526.                                 if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  3527.                                     hit:BreakJoints()
  3528.                                 elseif hit.Parent and hit.Parent:IsA('Accessory') then
  3529.                                     for i,v in pairs(hit:GetChildren()) do
  3530.                                         if v:IsA('SpecialMesh') then
  3531.                                             v.TextureId = ""
  3532.                                         end
  3533.                                     end
  3534.                                 end
  3535.                                 hit.BrickColor = BrickColor.new("Black")
  3536.                                 for i,v in pairs(hit.Parent:GetChildren()) do
  3537.                                     if v:IsA('Shirt') or v:IsA('Pants') then
  3538.                                         v:Destroy()
  3539.                                     end
  3540.                                 end
  3541.                                
  3542.                                 while fireofgods.Size > 5 do
  3543.                                     fireofgods.Size = fireofgods.Size - 0.1
  3544.                                     fireofgods.Heat = fireofgods.Heat - 0.1
  3545.                                     wait()
  3546.                                 end
  3547.                                 fireofgods:Destroy()
  3548.                                 if hit.Parent then
  3549.                                     if hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  3550.                                         local p = hit
  3551.                                         fragmentate(p.CFrame,p.Size,p.BrickColor,p.Position,0.01,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
  3552.                                         hit:Remove()
  3553.                                     elseif hit.Parent:FindFirstChildOfClass('Humanoid') ~= nil then
  3554.                                         print(hit.Name)
  3555.                                         if hit.Name == "Torso" or hit.Name == "Head" then
  3556.                                             print('ohhh YAAAA')
  3557.                                             hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  3558.                                         end
  3559.                                         wait()
  3560.                                         killz(hit.Parent,hit.Name,nil,nil,false,false,true)
  3561.                                     end
  3562.                                 end
  3563.                             end)
  3564.                             coru(tgt)
  3565.                         end
  3566.                     end)
  3567.                     local explosionaccenttimeout = coroutine.wrap(function()
  3568.                         wait(0.2)
  3569.                         for i, exploodn in pairs(exppart:GetChildren()) do
  3570.                             exploodn.Enabled = false
  3571.                         end
  3572.                         wait(2)
  3573.                         for i, exploodn in pairs(exppart:GetChildren()) do
  3574.                             exploodn:Remove()
  3575.                         end
  3576.                     end)
  3577.                     explosionaccenttimeout()
  3578.                     for i,v in pairs(knofe:GetChildren()) do
  3579.                         if v:IsA('BasePart') then
  3580.                         v.Transparency = 1
  3581.                         end
  3582.                     end
  3583.                     exp.AncestryChanged:connect(function() knofe:Destroy() end)
  3584.                 coru()
  3585.             end
  3586.         end)
  3587.         if finishnum == 1 then
  3588.         for i= 0,1,0.1 do
  3589.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3590.             weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3591.             wait(0.001)
  3592.         end
  3593.         else
  3594.             wait(0.1)
  3595.         end
  3596.         weld2.C0 = CFrame.new(-1.5,0,0)
  3597.         for i,v in pairs(obj1:GetChildren()) do
  3598.             if v:IsA('BasePart') then
  3599.             v.Transparency = 0
  3600.             end
  3601.         end
  3602.         weld2:Destroy()
  3603.         rightshoulderz:Clone().Parent = me.Torso
  3604.         end
  3605.         acting = false
  3606.         canClick = true
  3607.     end)
  3608.     coru()
  3609. end
  3610.  
  3611. function fireworkit()
  3612.     local coru = coroutine.wrap(function()
  3613.         acting = true
  3614.         local ree = 1
  3615.         if finishnum > 1 then
  3616.             ree = 3
  3617.         end
  3618.         for i=1,ree do
  3619.         local weld2 = Instance.new('Weld',me["Right Arm"])
  3620.         weld2.Part0 = me["Right Arm"]
  3621.         weld2.Part1 = me["Torso"]
  3622.         weld2.C0 = CFrame.new(-1.5,0,0)
  3623.         weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  3624.         audio.SoundId = "rbxassetid://166083610"
  3625.         audio.PlaybackSpeed = 1
  3626.         audio.TimePosition = 0.1
  3627.         audio:Play()
  3628.         weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3629.         local knofe = obj1:Clone()
  3630.         for i,v in pairs(obj1:GetChildren()) do
  3631.             if v:IsA('BasePart') then
  3632.             v.Transparency = 1
  3633.             end
  3634.         end
  3635.         local sound = Instance.new('Sound',knofe.Grab)
  3636.         sound.Volume = 0.25
  3637.         sound.EmitterSize = 200
  3638.         sound.MaxDistance = 300
  3639.         sound.SoundId = 'rbxassetid://551051176'
  3640.         sound:Play()
  3641.         knofe.Parent = workspace
  3642.         knofe.Name = "Projectile"
  3643.         knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3644.         local partic = Instance.new('ParticleEmitter',knofe.Grab)
  3645.         partic.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,0,0)),ColorSequenceKeypoint.new(0.4,Color3.fromRGB(255,125,0)),ColorSequenceKeypoint.new(0.8,Color3.new(1,1,0)),ColorSequenceKeypoint.new(1,Color3.new(1,1,1))})
  3646.         partic.LightEmission = 0.5
  3647.         partic.LightInfluence = 0
  3648.         partic.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.15)})
  3649.         partic.Rotation = NumberRange.new(0,90)
  3650.         partic.SpreadAngle = Vector2.new(5,5)
  3651.         partic.Speed = NumberRange.new(20)
  3652.         partic.Texture = 'rbxassetid://603193846'
  3653.         partic.EmissionDirection = Enum.NormalId.Left
  3654.         partic.Lifetime = NumberRange.new(0.5,1)
  3655.         partic.Rate = 100
  3656.         local heck = Instance.new('BodyVelocity',knofe.Grab)
  3657.         heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*240
  3658.         local coru=coroutine.wrap(function()
  3659.         wait(1.2)
  3660.             sound:Destroy()
  3661.             local sound2 = Instance.new('Sound',workspace)
  3662.             sound2.SoundId = 'rbxassetid://138080762'
  3663.             sound2:Play()
  3664.             if heck then
  3665.                 heck:Destroy()
  3666.             end
  3667.             for i,v in pairs(knofe:GetChildren()) do
  3668.                 v.Anchored = true
  3669.             end
  3670.             partic.Enabled = false
  3671.             local colorscheme = math.random(1,4)
  3672.             --1 - red & orange
  3673.             --2 - blue & pink
  3674.             --3 - green & purple
  3675.             --4 - blue, red, white
  3676.             local colar1 = Color3.fromRGB(255,0,0)
  3677.             local colar2 = Color3.fromRGB(255,125,0)
  3678.             local colar3 = Color3.fromRGB(255,255,255)
  3679.             if colorscheme == 2 then
  3680.                 colar1 = Color3.fromRGB(0,132,255)
  3681.                 colar2 = Color3.fromRGB(243,105,255)
  3682.             elseif colorscheme == 3 then
  3683.                 colar1 = Color3.fromRGB(76,255,0)
  3684.                 colar2 = Color3.fromRGB(128,0,255)
  3685.             elseif colorscheme == 4 then
  3686.                 colar2 = Color3.fromRGB(0,132,255)
  3687.             end
  3688.             local partic2 = Instance.new('ParticleEmitter',knofe.Grab)
  3689.             partic2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar1),ColorSequenceKeypoint.new(1,colar1)})
  3690.             partic2.LightEmission = 0.5
  3691.             partic2.LightInfluence = 0
  3692.             partic2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.1)})
  3693.             partic2.Rotation = NumberRange.new(0,90)
  3694.             partic2.SpreadAngle = Vector2.new(180,180)
  3695.             partic2.Speed = NumberRange.new(20)
  3696.             partic2.Texture = 'rbxassetid://603193846'
  3697.             partic2.EmissionDirection = Enum.NormalId.Right
  3698.             partic2.Lifetime = NumberRange.new(2,2.5)
  3699.             partic2.Rate = 1000
  3700.             partic2.Drag = 1
  3701.             local partic3 = partic2:Clone()
  3702.             partic3.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar2),ColorSequenceKeypoint.new(1,colar2)})
  3703.             partic3.Parent = knofe.Grab
  3704.             if colorscheme == 4 then
  3705.                 local partic4 = partic2:Clone()
  3706.                 partic4.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar3),ColorSequenceKeypoint.new(1,colar3)})
  3707.                 partic4.Parent = knofe.Grab
  3708.             end
  3709.             wait(1)
  3710.             for i,v in pairs(knofe.Grab:GetChildren()) do
  3711.                 if v:IsA('ParticleEmitter') then
  3712.                     v.Enabled = false
  3713.                 end
  3714.             end
  3715.             sound:Destroy()
  3716.             wait(2)
  3717.             knofe:Destroy()
  3718.         end)
  3719.         coru()
  3720.         wait(0.1)
  3721.         weld2.C0 = CFrame.new(-1.5,0,0)
  3722.         for i,v in pairs(obj1:GetChildren()) do
  3723.             if v:IsA('BasePart') then
  3724.             v.Transparency = 0
  3725.             end
  3726.         end
  3727.         weld2:Destroy()
  3728.         rightshoulderz:Clone().Parent = me.Torso
  3729.         end
  3730.         acting = false
  3731.         canClick = true
  3732.     end)
  3733.     coru()
  3734. end
  3735.  
  3736. function paralyze()
  3737.     local coru = coroutine.wrap(function()
  3738.         if paralyzed == true then return end
  3739.         paralyzed = true
  3740.         local arm = me["Right Arm"]
  3741.         local tors = grabbed.Torso
  3742.         local arm2 = me["Left Arm"]
  3743.         if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  3744.         doing = true
  3745.         local weld2 = arm:FindFirstChildOfClass('Weld')
  3746.         local weld3 = arm2:FindFirstChildOfClass('Weld')
  3747.         local humanroot = me.HumanoidRootPart
  3748.         for i = 0,1,0.075 do
  3749.             weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-2, 0, -1.5), i)
  3750.             weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  3751.             wait(0.01)
  3752.         end
  3753.         for i = 0,1,0.30 do
  3754.             weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-0.75, 0, -1.75), i)
  3755.             weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  3756.             wait(0.01)
  3757.         end
  3758.         killz(grabbed,'Left Leg')
  3759.         killz(grabbed,'Left Arm')
  3760.         killz(grabbed,'Right Leg')
  3761.         killz(grabbed,'Right Arm')
  3762.        
  3763.         for i, v in pairs(grabbed:GetChildren()) do
  3764.             if v.Name == "Part" then
  3765.                 v.CanCollide = false
  3766.             end
  3767.         end
  3768.        
  3769.         audio:Stop()
  3770.         audio.SoundId = "rbxassetid://2801263"
  3771.         tone = math.random(1, 3)
  3772.         if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0 end
  3773.         if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0 end
  3774.         if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0 end
  3775.         audio:Play()
  3776.        
  3777.         local bleedpart = Instance.new("Part", grabbed)
  3778.         bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  3779.         bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  3780.         bleedpart.CanCollide = false
  3781.         bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  3782.         bleedpart.Transparency = 1
  3783.        
  3784.         local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  3785.         bleedpartweld.Part0 = grabbed.Torso
  3786.         bleedpartweld.Part1 = bleedpart
  3787.         bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  3788.         local cuntruu=coroutine.wrap(function()
  3789.             bleed(bleedpart)
  3790.         end)
  3791.         local thicc = coroutine.wrap(function()
  3792.             wait(3)
  3793.             bleedpart:Remove()
  3794.         end)
  3795.         cuntruu()
  3796.         thicc()
  3797.    
  3798.         for i = 0,1,0.075 do
  3799.             weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  3800.             weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  3801.             wait(0.01)
  3802.         end
  3803.         acting = true
  3804.         canClick = true
  3805.         doing = false
  3806.     end)
  3807.     coru()
  3808. end
  3809.  
  3810. function explode()
  3811.     local coru = coroutine.wrap(function()
  3812.         acting = true
  3813.         for i=1,finishnum do
  3814.         local weld2 = Instance.new('Weld',me["Right Arm"])
  3815.         weld2.Part0 = me["Right Arm"]
  3816.         weld2.Part1 = me["Torso"]
  3817.         weld2.C0 = CFrame.new(-1.5,0,0)
  3818.         if finishnum == 1 then
  3819.         for i = 0,1,0.05 do
  3820.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3821.             weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  3822.             wait(0.01)
  3823.         end
  3824.         end
  3825.         weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  3826.         audio.SoundId = "rbxassetid://166083610"
  3827.         audio.PlaybackSpeed = 1
  3828.         audio.TimePosition = 0.1
  3829.         audio:Play()
  3830.         if finishnum == 1 then
  3831.         for i = 0,1,0.5 do
  3832.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3833.             weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  3834.             wait(0.001)
  3835.         end
  3836.         end
  3837.         weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3838.         local knofe = obj1:Clone()
  3839.         for i,v in pairs(obj1:GetChildren()) do
  3840.             if v:IsA('BasePart') then
  3841.             v.Transparency = 1
  3842.             end
  3843.         end
  3844.         knofe.Parent = workspace
  3845.         knofe.Name = "Projectile"
  3846.         knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3847.         knofe:FindFirstChild("Trail", true).Enabled = false
  3848.         local heck = Instance.new('BodyVelocity',knofe.Grab)
  3849.         heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  3850.         local coru = coroutine.wrap(function()
  3851.             wait(0.45)
  3852.             if heck then
  3853.                 heck:Destroy()
  3854.             end
  3855.         end)
  3856.         coru()
  3857.         knofe["big ass knife"].Touched:connect(function(hit)
  3858.             if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
  3859.                 heck.Velocity = Vector3.new(0,0,0)
  3860.                 heck:Destroy()
  3861.                 for i,v in pairs(knofe:GetChildren()) do
  3862.                     if v:IsA('BasePart') then
  3863.                     v.CanCollide = true
  3864.                     end
  3865.                 end
  3866.                 local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  3867.                 if hum == nil then
  3868.                     hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  3869.                 end
  3870.                 if hum then
  3871.                     tone = math.random(1, 3)
  3872.                     local sound = Instance.new('Sound',knofe.Grab)
  3873.                     if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  3874.                     if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  3875.                     if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  3876.                     sound.PlaybackSpeed = 1
  3877.                     sound:Play()
  3878.                 else
  3879.                     local sound = Instance.new('Sound',knofe.Grab)
  3880.                     sound.SoundId = 'rbxassetid://267585646'
  3881.                     sound:Play()
  3882.                 end
  3883.                 if knofe then
  3884.                     local coru = coroutine.wrap(function()
  3885.                         if hit then
  3886.                             local uno = Instance.new('Part',workspace)
  3887.                             local dos = Instance.new('Part',workspace)
  3888.                             uno.CFrame = hit.CFrame
  3889.                             dos.CFrame = knofe["big ass knife"].CFrame
  3890.                             local weld = Instance.new('Weld',knofe["big ass knife"])
  3891.                             weld.Part0 = hit
  3892.                             weld.Part1 = knofe["big ass knife"]
  3893.                             weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3894.                             uno:Destroy()
  3895.                             dos:Destroy()
  3896.                         end
  3897.                     end)
  3898.                     coru()
  3899.                 end
  3900.                 local coru = coroutine.wrap(function()
  3901.                     for i=1,15,0.7 do
  3902.                         local sound = Instance.new('Sound',knofe.Grab)
  3903.                         if knofe then
  3904.                             if knofe.serration.BrickColor == BrickColor.new('Really red') then
  3905.                                 for i, v in pairs(knofe:GetChildren()) do
  3906.                                     if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
  3907.                                         v.BrickColor = BrickColor.new('Lily white')
  3908.                                         v.Material = Enum.Material.SmoothPlastic
  3909.                                     end
  3910.                                 end
  3911.                             else
  3912.                                 for i,v in pairs(knofe:GetChildren()) do
  3913.                                     if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
  3914.                                         v.BrickColor = BrickColor.new('Really red')
  3915.                                         v.Material = Enum.Material.Neon
  3916.                                         sound.SoundId = 'rbxassetid://300473653'
  3917.                                         sound.Volume = 0.75
  3918.                                         sound.TimePosition = 0.05
  3919.                                         sound.EmitterSize = 25
  3920.                                         sound.PlaybackSpeed = 1
  3921.                                         sound:Play()
  3922.                                     end
  3923.                                 end
  3924.                             end
  3925.                             wait(1/i)
  3926.                             sound:Destroy()
  3927.                         end
  3928.                     end
  3929.                     local sound = Instance.new('Sound',knofe.Grab)
  3930.                     sound.Name = "BOOM"
  3931.                     sound.EmitterSize = 25
  3932.                     sound.SoundId = 'rbxassetid://12222084'
  3933.                     sound.TimePosition = 0.1
  3934.                     sound.Volume = 0.5
  3935.                     sound:Play()
  3936.                     local exppart = Instance.new("Part", game.Workspace)
  3937.                     exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  3938.                     exppart.Anchored = true
  3939.                     exppart.CanCollide = false
  3940.                     exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  3941.                     exppart.Transparency = 1
  3942.                     local expaccent = Instance.new("ParticleEmitter", exppart)
  3943.                     expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  3944.                     expaccent.LightEmission = 0.2
  3945.                     expaccent.LightInfluence = 0.3
  3946.                     expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  3947.                     expaccent.Acceleration = Vector3.new(0, -8, 0)
  3948.                     expaccent.Drag = 15
  3949.                     expaccent.LockedToPart = true
  3950.                     expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  3951.                     expaccent.Rate = 2000
  3952.                     expaccent.Speed = NumberRange.new(10, 150)
  3953.                     expaccent.SpreadAngle = Vector2.new(360, 360)
  3954.                    
  3955.                     local exp = Instance.new('Explosion',game.Workspace)
  3956.                     exp.Position = knofe["big ass knife"].Position
  3957.                     exp.ExplosionType = Enum.ExplosionType.NoCraters
  3958.                     exp.BlastRadius = 10
  3959.                     exp.BlastPressure = 100000
  3960.                     exp.DestroyJointRadiusPercent = 1
  3961.                     exp.Hit:connect(function(hit)
  3962.                         if hit.Parent and hit.Parent ~= me and hit.Parent:FindFirstChildOfClass('Humanoid') then
  3963.                             if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  3964.                                 hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  3965.                             end
  3966.                             wait(0.001)
  3967.                             local coru=coroutine.wrap(function()
  3968.                             killz(hit.Parent,'Head',knofe,exp)
  3969.                             end)
  3970.                             coru()
  3971.                         elseif hit.Parent and hit.Parent ~= workspace and hit.Parent ~= me then
  3972.                             if hit.Parent.Name ~= "Projectile" then
  3973.                                 hit.Parent:BreakJoints()
  3974.                             end
  3975.                         elseif hit.Parent and hit.Parent ~= me then
  3976.                             hit:BreakJoints()
  3977.                         end
  3978.                     end)
  3979.                     local explosionaccenttimeout = coroutine.wrap(function()
  3980.                         wait(0.2)
  3981.                         expaccent.Enabled = false
  3982.                         wait(2)
  3983.                         exppart:Remove()
  3984.                     end)
  3985.                     explosionaccenttimeout()
  3986.                     for i,v in pairs(knofe:GetChildren()) do
  3987.                         if v:IsA('BasePart') then
  3988.                         v.Transparency = 1
  3989.                         end
  3990.                     end
  3991.                     exp.AncestryChanged:connect(function() knofe:Destroy() end)
  3992.                 end)
  3993.                 coru()
  3994.             end
  3995.         end)
  3996.         if finishnum == 1 then
  3997.         for i= 0,1,0.1 do
  3998.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3999.             weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  4000.             wait(0.001)
  4001.         end
  4002.         else
  4003.             wait(0.1)
  4004.         end
  4005.         weld2.C0 = CFrame.new(-1.5,0,0)
  4006.         for i,v in pairs(obj1:GetChildren()) do
  4007.             if v:IsA('BasePart') then
  4008.             v.Transparency = 0
  4009.             end
  4010.         end
  4011.         weld2:Destroy()
  4012.         rightshoulderz:Clone().Parent = me.Torso
  4013.         end
  4014.         acting = false
  4015.         canClick = true
  4016.     end)
  4017.     coru()
  4018. end
  4019.  
  4020. function release()
  4021.     if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
  4022.     targetweld = grabbed.Torso.TargetWeld
  4023.     local ree= grabbed:FindFirstChild("Left Arm")
  4024.     targetweld2 = nil
  4025.     if ree and ree:FindFirstChild("Weld") then
  4026.         targetweld2 = ree.Weld
  4027.     end
  4028.     for i, v in pairs(grabbed:GetChildren()) do
  4029.         if v.Name == "Part" then
  4030.             v.CanCollide = true
  4031.         end
  4032.     end
  4033.     paralyzed = false
  4034.     local doit = coroutine.wrap(function()
  4035.     local arm = me["Right Arm"]
  4036.     local tors = grabbed.Torso
  4037.     local arm2 = me["Left Arm"]
  4038.     if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  4039.     doing = true
  4040.     local weld2 = arm:FindFirstChildOfClass('Weld')
  4041.     local weld3 = arm2:FindFirstChildOfClass('Weld')
  4042.     local humanroot = me.HumanoidRootPart
  4043.    
  4044.     if grabbed:FindFirstChildOfClass('Humanoid') then
  4045.         grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
  4046.     end
  4047.    
  4048.     rightshoulderz:Clone().Parent = me.Torso
  4049.     leftshoulderz:Clone().Parent = me.Torso
  4050.     if grabbed:FindFirstChildOfClass('Humanoid') then
  4051.         grabbed:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
  4052.         grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 50
  4053.         grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  4054.         grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
  4055.     end
  4056.     grabbed = nil
  4057.    
  4058.     if humanroot:FindFirstChild('Holder') then
  4059.         humanroot.Holder:Destroy()
  4060.     end
  4061.    
  4062.     for i = 0,1,0.1 do
  4063.         if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  4064.         weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  4065.         weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  4066.         targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  4067.         if targetweld2 then
  4068.             targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  4069.         end
  4070.         wait(0.01)
  4071.     end
  4072.    
  4073.     knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0.2)
  4074.     weld2:Destroy()
  4075.     weld3:Destroy()
  4076.     targetweld:Remove()
  4077.     if targetweld2 then
  4078.         targetweld2:Remove()
  4079.     end
  4080.     if rightshoulder then
  4081.     rightshoulder:Clone().Parent = tors
  4082.     end
  4083.     if leftshoulder then
  4084.     leftshoulder:Clone().Parent = tors
  4085.     end
  4086.     headweld:Clone().Parent = tors
  4087.     rightshoulderz:Clone().Parent = me.Torso
  4088.             leftshoulderz:Clone().Parent = me.Torso
  4089.     acting = false
  4090.     canClick = true
  4091.     doing = false
  4092.     end)
  4093.     doit()
  4094. end
  4095.  
  4096. function stabwithpassion()
  4097.     local doit = coroutine.wrap(function()
  4098.         if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
  4099.             acting = true
  4100.             me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 10
  4101.             local arm = me["Right Arm"]
  4102.             local tors = me.Torso
  4103.             local arm2 = me["Left Arm"]
  4104.             local humanroot = me.HumanoidRootPart
  4105.             local weld = Instance.new('Weld',tors)
  4106.             weld.Part0 = tors
  4107.             weld.Part1 = humanroot
  4108.             weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  4109.             local weld2 = Instance.new('Weld',arm)
  4110.             weld2.Part0 = arm
  4111.             weld2.Part1 = tors
  4112.             weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  4113.             local weld3 = Instance.new('Weld',arm2)
  4114.             weld3.Part0 = arm2
  4115.             weld3.Part1 = tors
  4116.             weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  4117.  
  4118.             for i = 0,1,0.15 do
  4119.                 if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  4120.                 weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(20),0),i)
  4121.                 weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  4122.                 knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(90), -1.55) * CFrame.new(0, 0.95, 0), i)
  4123.                 wait(0.01)
  4124.             end
  4125.             wait(0.001)
  4126.             trail.Enabled = true
  4127.             stabbing = true
  4128.             audio2.SoundId = 'rbxassetid://608537390'
  4129.             audio2:Play()
  4130.             for i = 0,1,0.2 do
  4131.                 if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  4132.                 weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(-45),0),i)
  4133.                 weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,-1)*CFrame.Angles(math.rad(-90),0,-1),i)
  4134.                 wait(0.01)
  4135.             end
  4136.             trail.Enabled = false
  4137.             wait(0.1)
  4138.             me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 10
  4139.             stabbing = false
  4140.             wait(0.001)
  4141.             for i = 0,1,0.075 do
  4142.                 if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  4143.                 weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  4144.                 weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  4145.                 weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  4146.                 knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  4147.                 wait(0.01)
  4148.             end
  4149.         weld:Destroy()
  4150.         weld2:Destroy()
  4151.         weld3:Destroy()
  4152.         torsojoint:Clone().Parent = humanroot
  4153.         rightshoulderz:Clone().Parent = me.Torso
  4154.         leftshoulderz:Clone().Parent = me.Torso
  4155.         canClick = true
  4156.         hit = false
  4157.         acting = false
  4158.         end
  4159.     end)
  4160.     doit()
  4161. end
  4162.  
  4163. function stab()
  4164.     local doit = coroutine.wrap(function()
  4165.         if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
  4166.             acting = true
  4167.             me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  4168.             local arm = me["Right Arm"]
  4169.             local tors = me.Torso
  4170.             local arm2 = me["Left Arm"]
  4171.             local humanroot = me.HumanoidRootPart
  4172.             local weld = Instance.new('Weld',tors)
  4173.             weld.Part0 = tors
  4174.             weld.Part1 = humanroot
  4175.             weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  4176.             local weld2 = Instance.new('Weld',arm)
  4177.             weld2.Part0 = arm
  4178.             weld2.Part1 = tors
  4179.             weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  4180.             local weld3 = Instance.new('Weld',arm2)
  4181.             weld3.Part0 = arm2
  4182.             weld3.Part1 = tors
  4183.             weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  4184.  
  4185.             for i = 0,1,0.1 do
  4186.                 if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  4187.                 weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  4188.                 weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  4189.                 wait(0.01)
  4190.             end
  4191.             wait(0.001)
  4192.             trail.Enabled = true
  4193.             stabbing = true
  4194.             audio2.SoundId = 'rbxassetid://608537390'
  4195.             audio2:Play()
  4196.             for i = 0,1,0.25 do
  4197.                 if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  4198.                 weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,-0.3,0),i)
  4199.                 weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,0.5)*CFrame.Angles(-0.5,0,-0.5),i)
  4200.                 wait(0.01)
  4201.             end
  4202.             trail.Enabled = false
  4203.             wait(0.1)
  4204.             me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  4205.             for i = 0,1,0.25 do
  4206.                 if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  4207.                 weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  4208.                 weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.6,-0.3)*CFrame.Angles(0.5,0,-0.5),i)
  4209.                 wait(0.01)
  4210.             end
  4211.             stabbing = false
  4212.             wait(0.001)
  4213.             for i = 0,1,0.05 do
  4214.                 if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  4215.                 weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  4216.                 weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  4217.                 weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  4218.                 wait(0.01)
  4219.             end
  4220.         weld:Destroy()
  4221.         weld2:Destroy()
  4222.         weld3:Destroy()
  4223.         torsojoint:Clone().Parent = humanroot
  4224.         rightshoulderz:Clone().Parent = me.Torso
  4225.         leftshoulderz:Clone().Parent = me.Torso
  4226.         canClick = true
  4227.         hit = false
  4228.         acting = false
  4229.         end
  4230.     end)
  4231.     doit()
  4232. end
  4233. function hardrelease()
  4234.     rightshoulderz:Clone().Parent = me.Torso
  4235.     leftshoulderz:Clone().Parent = me.Torso
  4236.     if me:FindFirstChild('Right Arm') then
  4237.     for i,v in pairs(me["Right Arm"]:GetChildren()) do
  4238.         if v:IsA('Weld') then
  4239.             v:Destroy()
  4240.         end
  4241.     end
  4242.     end
  4243.     if me:FindFirstChild('Left Arm') then
  4244.     for i,v in pairs(me["Left Arm"]:GetChildren()) do
  4245.         if v:IsA('Weld') then
  4246.             v:Destroy()
  4247.         end
  4248.     end
  4249.     end
  4250.     acting = false
  4251.     canClick = true
  4252.     doing = false
  4253.     grabbed = nil
  4254. end
  4255. function unequip()
  4256.     local doit = coroutine.wrap(function()
  4257.     if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  4258.         acting = true
  4259.         local arm = me["Right Arm"]
  4260.         local arm2 = me["Left Arm"]
  4261.         local tors = me.Torso
  4262.         local weld = Instance.new('Weld',arm)
  4263.         weld.Part0 = arm
  4264.         weld.Part1 = tors
  4265.         weld.C0 = CFrame.new(-1.5,0,0)
  4266.         local weld2 = Instance.new("Weld", arm2)
  4267.         weld2.Part0 = arm2
  4268.         weld2.Part1 = tors
  4269.         weld2.C0 = CFrame.new(1.5, 0, 0)
  4270.         wait(0.001)
  4271.         trail.Enabled = true
  4272.         for i = 0,1,0.1 do
  4273.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  4274.             weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  4275.             weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  4276.             wait(0.001)
  4277.         end
  4278.         trail.Enabled = false
  4279.         wait(0.25)
  4280.         for i = 0,1,0.1 do
  4281.             if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  4282.             weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  4283.             weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  4284.             wait(0.01)
  4285.         end
  4286.         weld:Destroy()
  4287.         weld2:Remove()
  4288.         if tors ~= nil then
  4289.             rightshoulderz:Clone().Parent = me.Torso
  4290.             leftshoulderz:Clone().Parent = me.Torso
  4291.         end
  4292.         acting = false
  4293.     end
  4294.     end)
  4295.     doit()
  4296. end
  4297.  
  4298. mouse.KeyDown:connect(function(key)
  4299.     if usable == true then
  4300.     if key == "z" then
  4301.         if active == false and acting == false then
  4302.             active = true
  4303.             if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4304.             notify("KNIFE EQUIPPED",false)
  4305.             audio:Stop()
  4306.             audio.SoundId = 'rbxassetid://608618332'
  4307.             equip()
  4308.             wait(0.6)
  4309.             audio:Play()
  4310.             knifeweld.Part0 = me["Right Arm"]
  4311.             knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  4312.         elseif acting == false then
  4313.             active = false
  4314.             if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4315.             audio:Stop()
  4316.             audio.SoundId = 'rbxassetid://608538233'
  4317.             unequip()
  4318.             notify("KNIFE UNEQUIPPED",false)
  4319.             wait(0.3)
  4320.             audio:Play()
  4321.             knifeweld.Part0 = me.Torso
  4322.             knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  4323.             canClick = true
  4324.         end
  4325.     elseif key == "f" then
  4326.         if mode == 'kill' or active == false then return end
  4327.         mode = "kill"
  4328.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4329.         notify("MODE || KILL || [F]",false)
  4330.     elseif key == "e" then
  4331.         if mode == 'throw' or active == false then return end
  4332.         mode = "throw"
  4333.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4334.         notify("MODE || PUSH || [E]",false)
  4335.     elseif key == "q" then
  4336.         if mode == 'release' or active == false then return end
  4337.         mode = "release"
  4338.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4339.         notify("MODE || RELEASE || [Q]",false)
  4340.     elseif key == "x" then
  4341.         if mode == 'stab' or active == false or acting == true then return end
  4342.         mode = "stab"
  4343.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4344.         notify("MODE || STAB || [X]",false)
  4345.     elseif key == "c" then
  4346.         if mode == 'fling' or active == false or acting == true then return end
  4347.         mode = "fling"
  4348.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4349.         notify("MODE || THROW || [C]",false)
  4350.     elseif key == "b" then
  4351.         if mode == 'instasplode' or active == false or acting == true then return end
  4352.         mode = "instasplode"
  4353.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4354.         notify("MODE || MOLOTOV || [B]",false)
  4355.     elseif key == "r" then
  4356.         if mode == 'paralyze' or active == false then return end
  4357.         mode = "paralyze"
  4358.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4359.         notify("MODE || PARALYZE || [R]",false)
  4360.     elseif key == "v" then
  4361.         if mode == 'explode' or active == false or acting == true then return end
  4362.         mode = "explode"
  4363.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4364.         notify("MODE || EXPLODE || [V]",false)
  4365.     elseif key == "k" then
  4366.         if mode == 'suicide' or active == false or acting == true then return end
  4367.         mode = "suicide"
  4368.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4369.         notify("MODE || SUICIDE || [K]",false)
  4370.     elseif key == "h" then
  4371.         if mode == 'firework' or active == false or acting == true then return end
  4372.         mode = "firework"
  4373.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4374.         notify("MODE || FIREWORK || [H]",false)
  4375.     elseif key == "g" then
  4376.         if mode == 'finish' or active == false then return end
  4377.         mode = "finish"
  4378.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4379.         local welp = "ON"
  4380.         if finishnum == 1 then
  4381.             welp = "OFF"
  4382.         end
  4383.         notify("MODE || FINISH || [G] || "..welp,false)
  4384.     elseif key == "n" then
  4385.         if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4386.         if zombiemode == false then
  4387.             notify("ZOMBIE MODE ON || [N]",false)
  4388.             zombiemode = true
  4389.         else
  4390.             notify("ZOMBIE MODE OFF || [N]",false)
  4391.             zombiemode = false
  4392.         end
  4393.     elseif key == "m" then
  4394.         if finishnum == 1 then
  4395.             finishnum = 15
  4396.             if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4397.             notify("PSYCHOPATH MODE ON || [M]",false)
  4398.             if cancolorfilter then
  4399.             local Sp00kyGui = Instance.new("ScreenGui")
  4400.             local ImageLabel = Instance.new("ImageLabel")
  4401.  
  4402.             -- Properties
  4403.  
  4404.             Sp00kyGui.Parent = playergui
  4405.             Sp00kyGui.Name = "REEEEEEEE"
  4406.  
  4407.             ImageLabel.Parent = Sp00kyGui
  4408.             ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4409.             ImageLabel.BackgroundTransparency = 1
  4410.             ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  4411.             ImageLabel.Image = "rbxassetid://74443700"
  4412.             ImageLabel.ImageColor3 = Color3.new(1, 0, 0)
  4413.             end
  4414.             if canbackgroundmusic == true then
  4415.                 local sound = Instance.new('Sound',playergui)
  4416.                 sound.Name = 'PSYCHOPAAAATH'
  4417.                 sound.SoundId = 'rbxassetid://220875210'
  4418.                 sound.Looped = true
  4419.                 sound.Volume = 0.5
  4420.                 sound:Play()
  4421.             end
  4422.         else
  4423.             finishnum = 1
  4424.             if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4425.             notify("PSYCHOPATH MODE OFF || [M]",false)
  4426.             for i,v in pairs(playergui:GetChildren()) do
  4427.                 if v.Name == "REEEEEEEE" then
  4428.                     v:Destroy()
  4429.                 end
  4430.             end
  4431.             local thisniggarighthere = playergui:FindFirstChild('PSYCHOPAAAATH')
  4432.             if thisniggarighthere then thisniggarighthere:Destroy() end
  4433.         end
  4434.     end
  4435.     end
  4436. end)
  4437.  
  4438. mouse.Button1Down:connect(function()
  4439.     if active == false or usable == false then return end
  4440.     if canClick == true and acting == false then
  4441.         if mode == "stab" and finishnum == 1 then
  4442.             canClick = false
  4443.             stab()
  4444.         elseif mode == "stab" and finishnum == 15 then
  4445.             canClick = false
  4446.             stabwithpassion()
  4447.         elseif mode == "fling" then
  4448.             canClick = false
  4449.             fling()
  4450.         elseif mode == "explode" then
  4451.             canClick = false
  4452.             explode()
  4453.         elseif mode == "instasplode" then
  4454.             canClick = false
  4455.             instasplode()
  4456.         elseif mode == "finish" then
  4457.             canClick = false
  4458.             finish()
  4459.         elseif mode == "suicide" then
  4460.             canClick = false
  4461.             kysnigga()
  4462.         elseif mode == "firework" then
  4463.             canClick = false
  4464.             fireworkit()
  4465.         else
  4466.             canClick = false
  4467.             grab()
  4468.         end
  4469.     else
  4470.         if grabbed ~= nil and doing == false then
  4471.             if mode == "release" then
  4472.                 if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4473.                 release()
  4474.                 else
  4475.                 hardrelease()
  4476.                 end
  4477.             elseif mode == "kill" then
  4478.                 if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4479.                 kill()
  4480.                 else
  4481.                 hardrelease()
  4482.                 end
  4483.             elseif mode == "paralyze" then
  4484.                 if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4485.                 paralyze()
  4486.                 else
  4487.                 hardrelease()
  4488.                 end
  4489.             elseif mode == "throw" then
  4490.                 if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4491.                 throw()
  4492.                 else
  4493.                 hardrelease()
  4494.                 end
  4495.             elseif mode == "explode" then
  4496.                 if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4497.                 throw()
  4498.                 else
  4499.                 hardrelease()
  4500.                 end
  4501.             end
  4502.         end
  4503.     end
  4504. end)
  4505.  
  4506. knife.Touched:connect(function(hitz)
  4507.     if hitz.Parent and hitz.Parent:FindFirstChildOfClass("Humanoid") and hitz.Parent:FindFirstChild('Torso') and acting == true then
  4508.         if mode == "stab" and stabbing == true and hit == false then
  4509.             hit = true
  4510.             tone = math.random(1, 3)
  4511.             audio:Stop()
  4512.             if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  4513.             if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  4514.             if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  4515.             audio.PlaybackSpeed = 1
  4516.             audio:Play()
  4517.             killz(hitz.Parent,'Left Leg')
  4518.             killz(hitz.Parent,'Left Arm')
  4519.             killz(hitz.Parent,'Right Leg')
  4520.             killz(hitz.Parent,'Right Arm')
  4521.         elseif mode == "finish" and finishing == true then
  4522.             print('PSYCHOPATH MODE REEEEEEEEEEEEEEEE')
  4523.             tone = math.random(1, 3)
  4524.             audio:Stop()
  4525.             if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  4526.             if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  4527.             if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  4528.             audio.PlaybackSpeed = 1
  4529.             audio:Play()
  4530.             if hit == false then
  4531.                 hitz.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  4532.                 wait()
  4533.                 killz(hitz.Parent,'Head',nil,false,true)
  4534.             end
  4535.             hit = true
  4536.         elseif grabbed == nil and grabbing == true and hit == false then
  4537.             if hitz.Parent:FindFirstChildOfClass("Humanoid").Health > 0 and hitz.Parent:FindFirstChild('Torso') and hitz.Parent.Torso:FindFirstChild('Neck') then
  4538.             grabbed = hitz.Parent
  4539.             local weldz = Instance.new('Weld',point)
  4540.             weldz.Name = "Holder"
  4541.             weldz.Part0 = point
  4542.             weldz.Part1 = hitz.Parent.Torso
  4543.             weldz.C0 = CFrame.new(0,0,-1.2)
  4544.             end
  4545.         end
  4546.     end
  4547. end)
  4548.  
  4549. player.CharacterAdded:connect(function()
  4550.     usable = false
  4551.     for i,v in pairs(playergui:GetChildren()) do
  4552.         if v.Name == "REEEEEEEE" or v.Name == 'PSYCHOPAAAATH' then
  4553.             v:Destroy()
  4554.         end
  4555.     end
  4556. end)
  4557. while usable do
  4558.     local coru = coroutine.wrap(function()
  4559.         for i,v in pairs(knifeparts) do
  4560.             local function try()
  4561.                 if v[1].Parent ~= v[2] then
  4562.                     v[1].Parent = v[2]
  4563.                 end
  4564.             end
  4565.             pcall(try)
  4566.         end
  4567.     if grabbed ~= nil then
  4568.         if grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4569.             for i,v in pairs(grabbed:GetChildren()) do
  4570.                 if v:IsA('Tool') then
  4571.                     local model = Instance.new('Model',workspace)
  4572.                     v.Parent = model
  4573.                     model:TranslateBy(Vector3.new(3,0,0))
  4574.                 end
  4575.             end
  4576.             grabbed:FindFirstChildOfClass('Humanoid').Name = "Hoomanoid"
  4577.             grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 0
  4578.             grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 0
  4579.             grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4580.             grabweld = grabbed.Torso:FindFirstChild("TargetWeld")
  4581.             if grabweld ~= nil then return end
  4582.             grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4583.             if grabbed.Torso:FindFirstChild('Left Shoulder') then
  4584.             leftshoulder = grabbed.Torso["Left Shoulder"]:Clone()
  4585.             end
  4586.             if grabbed.Torso:FindFirstChild('Right Shoulder') then
  4587.             rightshoulder = grabbed.Torso["Right Shoulder"]:Clone()
  4588.             end
  4589.             headweld = grabbed.Torso["Neck"]:Clone()
  4590.             local targetweld = Instance.new('Weld',grabbed.Torso)
  4591.             targetweld.Part0 = grabbed.Torso
  4592.             targetweld.Part1 = grabbed.Head
  4593.             targetweld.Name = "TargetWeld"
  4594.             targetweld.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(0, 0, 0)
  4595.             if grabbed:FindFirstChild('Left Arm') then
  4596.             local targetweld2 = Instance.new('Weld',grabbed["Left Arm"])
  4597.             targetweld2.Part0 = grabbed.Torso
  4598.             targetweld2.Part1 = grabbed["Left Arm"]
  4599.             targetweld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  4600.             end
  4601.            
  4602.             for i = 0,1,0.1 do
  4603.                 if me:FindFirstChild("Left Arm") == nil or me:FindFirstChild("Torso") == nil or targetweld == nil then return end
  4604.                 targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0.25, 0, 0), i)
  4605.                 if targetweld2 then
  4606.                     targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0.5, 0)*CFrame.Angles(0, 0, -0.55), i)
  4607.                 end
  4608.                 wait(0.001)
  4609.             end
  4610.         end
  4611.     end
  4612.     end)
  4613.     coru()
  4614.     wait()
  4615. end
  4616.  
  4617. end
  4618. local coru=coroutine.wrap(function()
  4619. nub()
  4620. end)
  4621. coru()
  4622.  
  4623. player.CharacterAppearanceLoaded:connect(function()
  4624.     local coru =coroutine.wrap(function()
  4625.         nub()
  4626.     end)
  4627.     coru()
  4628. end)
  4629.  
  4630. while true do
  4631.     local coru=coroutine.wrap(function()
  4632.     if grabbed then
  4633.         v:FindFirstChildOfClass('Humanoid').Jump = false
  4634.         v:FindFirstChildOfClass('Humanoid').Sit = false
  4635.         v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  4636.         v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4637.         v:FindFirstChildOfClass('Humanoid').Name = "No escape."
  4638.     end
  4639.     for i,v in pairs(rekt) do
  4640.         if v and v:FindFirstChildOfClass('Humanoid') then
  4641.             for a,c in pairs(v:GetChildren()) do
  4642.                 if c:IsA('Tool') then
  4643.                     local model = Instance.new('Model',workspace)
  4644.                     c.Parent = model
  4645.                     model:TranslateBy(Vector3.new(3,0,0))
  4646.                 end
  4647.             end
  4648.             v:FindFirstChildOfClass('Humanoid').Jump = false
  4649.             v:FindFirstChildOfClass('Humanoid').Sit = false
  4650.             v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  4651.             v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4652.             v:FindFirstChildOfClass('Humanoid').Name = "No escape."
  4653.             local thing = getplr(v)
  4654.             if thing then
  4655.                 thing.CameraMinZoomDistance = 3
  4656.             end
  4657.         else
  4658.             local thing = getplr(v)
  4659.             if thing then
  4660.                 thing.CameraMinZoomDistance = 0.5
  4661.             end
  4662.             table.remove(rekt,i)
  4663.         end
  4664.     end
  4665.     end)
  4666.     coru()
  4667.     local coru2 = coroutine.wrap(function()
  4668.         if curpart then
  4669.             curpoint = curpart.CFrame.p
  4670.         end
  4671.         if lastgui then
  4672.             lastgui:Destroy()
  4673.             lastgui = nil
  4674.         end
  4675.         if curpoint then
  4676.             lastgui = Instance.new('BillboardGui',player.PlayerGui)
  4677.             lastgui.AlwaysOnTop = true
  4678.             lastgui.MaxDistance = 0
  4679.             lastgui.Size = UDim2.new(5,0,5,0)
  4680.             if curpart == nil then
  4681.                 lastgui.Adornee = workspace
  4682.                 lastgui.StudsOffsetWorldSpace = curpoint
  4683.             else
  4684.                 lastgui.Adornee = curpart
  4685.             end
  4686.             local cross = Instance.new('ImageLabel',lastgui)
  4687.             cross.BackgroundTransparency = 1
  4688.             cross.Size = UDim2.new(1,0,1,0)
  4689.             cross.Image = 'rbxassetid://316279304'
  4690.             for i,v in pairs(zombies) do
  4691.                 if v:FindFirstChildOfClass('Humanoid') then
  4692.                     v:FindFirstChildOfClass('Humanoid').WalkToPoint = curpoint
  4693.                 end
  4694.             end
  4695.         else
  4696.             for i,v in pairs(zombies) do
  4697.                 if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChild('Head') then
  4698.                     v:FindFirstChildOfClass('Humanoid').WalkToPoint = v.Head.Position
  4699.                 end
  4700.             end
  4701.         end
  4702.     end)
  4703.     coru2()
  4704.     wait()
  4705. end
  4706. end)
  4707.  
  4708. FreeCandy.Execute.MouseButton1Click:connect(function()
  4709.    
  4710. Victim = FreeCandy.Target.Text
  4711. o1 = Instance.new("Model")
  4712. o2 = Instance.new("Part")
  4713. o3 = Instance.new("CylinderMesh")
  4714. o4 = Instance.new("Part")
  4715. o5 = Instance.new("SpecialMesh")
  4716. o6 = Instance.new("Part")
  4717. o7 = Instance.new("SpecialMesh")
  4718. o8 = Instance.new("Part")
  4719. o9 = Instance.new("BlockMesh")
  4720. o10 = Instance.new("Part")
  4721. o11 = Instance.new("BlockMesh")
  4722. o12 = Instance.new("Part")
  4723. o13 = Instance.new("Part")
  4724. o14 = Instance.new("BlockMesh")
  4725. o15 = Instance.new("Part")
  4726. o16 = Instance.new("SpecialMesh")
  4727. o17 = Instance.new("Part")
  4728. o18 = Instance.new("SpecialMesh")
  4729. o19 = Instance.new("Part")
  4730. o20 = Instance.new("SpecialMesh")
  4731. o21 = Instance.new("Sound")
  4732. o22 = Instance.new("Part")
  4733. o23 = Instance.new("BlockMesh")
  4734. o24 = Instance.new("Part")
  4735. o25 = Instance.new("SpecialMesh")
  4736. o26 = Instance.new("Part")
  4737. o27 = Instance.new("BlockMesh")
  4738. o28 = Instance.new("Part")
  4739. o29 = Instance.new("SpecialMesh")
  4740. o30 = Instance.new("Part")
  4741. o31 = Instance.new("BlockMesh")
  4742. o32 = Instance.new("Part")
  4743. o33 = Instance.new("BlockMesh")
  4744. o34 = Instance.new("Part")
  4745. o35 = Instance.new("BlockMesh")
  4746. o36 = Instance.new("Part")
  4747. o37 = Instance.new("BlockMesh")
  4748. o38 = Instance.new("Part")
  4749. o39 = Instance.new("Part")
  4750. o40 = Instance.new("BlockMesh")
  4751. o41 = Instance.new("Part")
  4752. o42 = Instance.new("BlockMesh")
  4753. o43 = Instance.new("Part")
  4754. o44 = Instance.new("BlockMesh")
  4755. o45 = Instance.new("Part")
  4756. o46 = Instance.new("SpecialMesh")
  4757. o47 = Instance.new("Part")
  4758. o48 = Instance.new("BlockMesh")
  4759. o49 = Instance.new("Part")
  4760. o50 = Instance.new("BlockMesh")
  4761. o51 = Instance.new("Part")
  4762. o52 = Instance.new("BlockMesh")
  4763. o53 = Instance.new("Part")
  4764. o54 = Instance.new("SpecialMesh")
  4765. o55 = Instance.new("Part")
  4766. o56 = Instance.new("SpecialMesh")
  4767. o57 = Instance.new("Part")
  4768. o58 = Instance.new("BlockMesh")
  4769. o59 = Instance.new("Part")
  4770. o60 = Instance.new("BlockMesh")
  4771. o61 = Instance.new("Part")
  4772. o62 = Instance.new("BlockMesh")
  4773. o63 = Instance.new("Part")
  4774. o64 = Instance.new("Part")
  4775. o65 = Instance.new("Part")
  4776. o66 = Instance.new("BlockMesh")
  4777. o67 = Instance.new("Part")
  4778. o68 = Instance.new("BlockMesh")
  4779. o69 = Instance.new("Part")
  4780. o70 = Instance.new("BlockMesh")
  4781. o71 = Instance.new("Part")
  4782. o72 = Instance.new("BlockMesh")
  4783. o73 = Instance.new("Part")
  4784. o74 = Instance.new("SpecialMesh")
  4785. o75 = Instance.new("Decal")
  4786. o76 = Instance.new("Part")
  4787. o77 = Instance.new("Part")
  4788. o78 = Instance.new("BlockMesh")
  4789. o79 = Instance.new("Part")
  4790. o80 = Instance.new("SpecialMesh")
  4791. o81 = Instance.new("Decal")
  4792. o82 = Instance.new("Part")
  4793. o83 = Instance.new("SpecialMesh")
  4794. o84 = Instance.new("Humanoid")
  4795. o85 = Instance.new("Part")
  4796. o86 = Instance.new("Part")
  4797. o87 = Instance.new("Part")
  4798. o88 = Instance.new("Decal")
  4799. o89 = Instance.new("Motor6D")
  4800. o90 = Instance.new("Motor6D")
  4801. o91 = Instance.new("Motor6D")
  4802. o92 = Instance.new("Motor6D")
  4803. o93 = Instance.new("Motor6D")
  4804. o94 = Instance.new("Part")
  4805. o95 = Instance.new("Part")
  4806. o96 = Instance.new("Part")
  4807. o97 = Instance.new("Part")
  4808. o98 = Instance.new("Part")
  4809. o99 = Instance.new("Decal")
  4810. o100 = Instance.new("Motor6D")
  4811. o101 = Instance.new("Motor6D")
  4812. o102 = Instance.new("Motor6D")
  4813. o103 = Instance.new("Part")
  4814. o104 = Instance.new("Part")
  4815. o105 = Instance.new("Part")
  4816. o106 = Instance.new("Part")
  4817. o107 = Instance.new("Part")
  4818. o108 = Instance.new("CylinderMesh")
  4819. o109 = Instance.new("Part")
  4820. o110 = Instance.new("CylinderMesh")
  4821. o111 = Instance.new("Part")
  4822. o112 = Instance.new("CylinderMesh")
  4823. o113 = Instance.new("Part")
  4824. o114 = Instance.new("CylinderMesh")
  4825. o115 = Instance.new("Part")
  4826. o116 = Instance.new("CylinderMesh")
  4827. o117 = Instance.new("Part")
  4828. o118 = Instance.new("CylinderMesh")
  4829. o119 = Instance.new("Part")
  4830. o120 = Instance.new("CylinderMesh")
  4831. o121 = Instance.new("Part")
  4832. o122 = Instance.new("SpecialMesh")
  4833. o123 = Instance.new("Part")
  4834. o1.Name = " "
  4835. o1.Parent = workspace
  4836. o2.Parent = o1
  4837. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  4838. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  4839. o2.Anchored = true
  4840. o2.FormFactor = Enum.FormFactor.Symmetric
  4841. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  4842. o2.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  4843. o3.Parent = o2
  4844. o4.Parent = o1
  4845. o4.BrickColor = BrickColor.new("Institutional white")
  4846. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  4847. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  4848. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4849. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  4850. o4.Anchored = true
  4851. o4.FormFactor = Enum.FormFactor.Plate
  4852. o4.Size = Vector3.new(1, 2.4000001, 2)
  4853. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  4854. o4.BackSurface = Enum.SurfaceType.Weld
  4855. o4.BottomSurface = Enum.SurfaceType.Weld
  4856. o4.LeftSurface = Enum.SurfaceType.Weld
  4857. o4.TopSurface = Enum.SurfaceType.Weld
  4858. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4859. o5.Parent = o4
  4860. o5.MeshType = Enum.MeshType.Wedge
  4861. o6.Parent = o1
  4862. o6.Material = Enum.Material.SmoothPlastic
  4863. o6.BrickColor = BrickColor.new("Really black")
  4864. o6.Transparency = 0.5
  4865. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  4866. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  4867. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4868. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  4869. o6.Anchored = true
  4870. o6.FormFactor = Enum.FormFactor.Plate
  4871. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  4872. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  4873. o6.BackSurface = Enum.SurfaceType.Weld
  4874. o6.BottomSurface = Enum.SurfaceType.Weld
  4875. o6.LeftSurface = Enum.SurfaceType.Weld
  4876. o6.RightSurface = Enum.SurfaceType.Weld
  4877. o6.TopSurface = Enum.SurfaceType.Weld
  4878. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4879. o7.Parent = o6
  4880. o7.MeshType = Enum.MeshType.Wedge
  4881. o8.Parent = o1
  4882. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  4883. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  4884. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  4885. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4886. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  4887. o8.Anchored = true
  4888. o8.FormFactor = Enum.FormFactor.Custom
  4889. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  4890. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  4891. o8.BackSurface = Enum.SurfaceType.Weld
  4892. o8.BottomSurface = Enum.SurfaceType.Weld
  4893. o8.FrontSurface = Enum.SurfaceType.Weld
  4894. o8.LeftSurface = Enum.SurfaceType.Weld
  4895. o8.RightSurface = Enum.SurfaceType.Weld
  4896. o8.TopSurface = Enum.SurfaceType.Weld
  4897. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  4898. o9.Parent = o8
  4899. o10.Parent = o1
  4900. o10.BrickColor = BrickColor.new("Institutional white")
  4901. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  4902. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  4903. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4904. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  4905. o10.Anchored = true
  4906. o10.CanCollide = false
  4907. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  4908. game.Players[Victim].Character.Humanoid.JumpPower = 0
  4909. o10.FormFactor = Enum.FormFactor.Plate
  4910. o10.Size = Vector3.new(14, 0.400000006, 1)
  4911. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  4912. o10.BackSurface = Enum.SurfaceType.Weld
  4913. o10.BottomSurface = Enum.SurfaceType.Weld
  4914. o10.FrontSurface = Enum.SurfaceType.Weld
  4915. o10.LeftSurface = Enum.SurfaceType.Weld
  4916. o10.RightSurface = Enum.SurfaceType.Weld
  4917. o10.TopSurface = Enum.SurfaceType.Weld
  4918. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4919. o11.Parent = o10
  4920. o12.Name = "DOOR"
  4921. o12.Parent = o1
  4922. o12.BrickColor = BrickColor.new("Institutional white")
  4923. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  4924. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  4925. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4926. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  4927. o12.Anchored = true
  4928. o12.CanCollide = false
  4929. o12.FormFactor = Enum.FormFactor.Plate
  4930. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  4931. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  4932. o12.BottomSurface = Enum.SurfaceType.Weld
  4933. o12.LeftSurface = Enum.SurfaceType.Weld
  4934. o12.RightSurface = Enum.SurfaceType.Weld
  4935. o12.TopSurface = Enum.SurfaceType.Weld
  4936. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4937. o13.Parent = o1
  4938. o13.BrickColor = BrickColor.new("White")
  4939. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  4940. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  4941. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4942. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  4943. o13.Anchored = true
  4944. o13.FormFactor = Enum.FormFactor.Plate
  4945. o13.Size = Vector3.new(7, 4.80000019, 1)
  4946. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  4947. o13.BackSurface = Enum.SurfaceType.Weld
  4948. o13.BottomSurface = Enum.SurfaceType.Weld
  4949. o13.FrontSurface = Enum.SurfaceType.Weld
  4950. o13.LeftSurface = Enum.SurfaceType.Weld
  4951. o13.RightSurface = Enum.SurfaceType.Weld
  4952. o13.TopSurface = Enum.SurfaceType.Weld
  4953. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  4954. o14.Parent = o13
  4955. o15.Parent = o1
  4956. o15.BrickColor = BrickColor.new("Institutional white")
  4957. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  4958. o15.Rotation = Vector3.new(90, 89.960434, -90)
  4959. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4960. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  4961. o15.Anchored = true
  4962. o15.CanCollide = false
  4963. o15.FormFactor = Enum.FormFactor.Plate
  4964. o15.Size = Vector3.new(10, 0.400000006, 1)
  4965. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  4966. o15.BackSurface = Enum.SurfaceType.Weld
  4967. o15.BottomSurface = Enum.SurfaceType.Weld
  4968. o15.TopSurface = Enum.SurfaceType.Weld
  4969. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4970. o16.Parent = o15
  4971. o16.MeshType = Enum.MeshType.Wedge
  4972. o17.Parent = o1
  4973. o17.BrickColor = BrickColor.new("Institutional white")
  4974. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  4975. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  4976. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4977. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  4978. o17.Anchored = true
  4979. o17.FormFactor = Enum.FormFactor.Plate
  4980. o17.Size = Vector3.new(1, 2.4000001, 2)
  4981. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  4982. o17.BackSurface = Enum.SurfaceType.Weld
  4983. o17.BottomSurface = Enum.SurfaceType.Weld
  4984. o17.RightSurface = Enum.SurfaceType.Weld
  4985. o17.TopSurface = Enum.SurfaceType.Weld
  4986. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4987. o18.Parent = o17
  4988. o18.MeshType = Enum.MeshType.Wedge
  4989. o19.Parent = o1
  4990. o19.BrickColor = BrickColor.new("Institutional white")
  4991. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  4992. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  4993. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4994. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  4995. o19.Anchored = true
  4996. o19.FormFactor = Enum.FormFactor.Plate
  4997. o19.Size = Vector3.new(10, 1.20000005, 3)
  4998. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  4999. o19.BackSurface = Enum.SurfaceType.Weld
  5000. o19.BottomSurface = Enum.SurfaceType.Weld
  5001. o19.TopSurface = Enum.SurfaceType.Weld
  5002. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5003. o20.Parent = o19
  5004. o20.MeshType = Enum.MeshType.Wedge
  5005. o21.Parent = o19
  5006. o21.SoundId = "rbxassetid://532147820"
  5007. o21.Looped = true
  5008. o22.Parent = o1
  5009. o22.BrickColor = BrickColor.new("Institutional white")
  5010. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  5011. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  5012. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5013. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  5014. o22.Anchored = true
  5015. o22.FormFactor = Enum.FormFactor.Plate
  5016. o22.Size = Vector3.new(2, 2.4000001, 1)
  5017. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  5018. o22.BackSurface = Enum.SurfaceType.Weld
  5019. o22.BottomSurface = Enum.SurfaceType.Weld
  5020. o22.FrontSurface = Enum.SurfaceType.Weld
  5021. o22.LeftSurface = Enum.SurfaceType.Weld
  5022. o22.RightSurface = Enum.SurfaceType.Weld
  5023. o22.TopSurface = Enum.SurfaceType.Weld
  5024. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5025. o23.Parent = o22
  5026. o24.Parent = o1
  5027. o24.BrickColor = BrickColor.new("Institutional white")
  5028. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  5029. o24.Rotation = Vector3.new(-0, -90, 0)
  5030. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5031. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  5032. o24.Anchored = true
  5033. o24.FormFactor = Enum.FormFactor.Plate
  5034. o24.Size = Vector3.new(1, 2.79999995, 1)
  5035. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  5036. o24.BackSurface = Enum.SurfaceType.Weld
  5037. o24.BottomSurface = Enum.SurfaceType.Weld
  5038. o24.TopSurface = Enum.SurfaceType.Weld
  5039. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5040. o25.Parent = o24
  5041. o25.MeshType = Enum.MeshType.Wedge
  5042. o26.Parent = o1
  5043. o26.BrickColor = BrickColor.new("Institutional white")
  5044. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  5045. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  5046. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5047. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  5048. o26.Anchored = true
  5049. o26.FormFactor = Enum.FormFactor.Plate
  5050. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  5051. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  5052. o26.BackSurface = Enum.SurfaceType.Weld
  5053. o26.BottomSurface = Enum.SurfaceType.Weld
  5054. o26.FrontSurface = Enum.SurfaceType.Weld
  5055. o26.LeftSurface = Enum.SurfaceType.Weld
  5056. o26.RightSurface = Enum.SurfaceType.Weld
  5057. o26.TopSurface = Enum.SurfaceType.Weld
  5058. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5059. o27.Parent = o26
  5060. o28.Parent = o1
  5061. o28.BrickColor = BrickColor.new("Institutional white")
  5062. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  5063. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  5064. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5065. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  5066. o28.Anchored = true
  5067. o28.FormFactor = Enum.FormFactor.Plate
  5068. o28.Size = Vector3.new(1, 2.79999995, 1)
  5069. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  5070. o28.BackSurface = Enum.SurfaceType.Weld
  5071. o28.BottomSurface = Enum.SurfaceType.Weld
  5072. o28.TopSurface = Enum.SurfaceType.Weld
  5073. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5074. o29.Parent = o28
  5075. o29.MeshType = Enum.MeshType.Wedge
  5076. o30.Parent = o1
  5077. o30.BrickColor = BrickColor.new("Institutional white")
  5078. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  5079. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  5080. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5081. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  5082. o30.Anchored = true
  5083. o30.FormFactor = Enum.FormFactor.Plate
  5084. o30.Size = Vector3.new(2, 2.4000001, 1)
  5085. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  5086. o30.BackSurface = Enum.SurfaceType.Weld
  5087. o30.BottomSurface = Enum.SurfaceType.Weld
  5088. o30.FrontSurface = Enum.SurfaceType.Weld
  5089. o30.LeftSurface = Enum.SurfaceType.Weld
  5090. o30.RightSurface = Enum.SurfaceType.Weld
  5091. o30.TopSurface = Enum.SurfaceType.Weld
  5092. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5093. o31.Parent = o30
  5094. o32.Parent = o1
  5095. o32.BrickColor = BrickColor.new("Dark stone grey")
  5096. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  5097. o32.Rotation = Vector3.new(90, 89.960434, -90)
  5098. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5099. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  5100. o32.Anchored = true
  5101. o32.FormFactor = Enum.FormFactor.Plate
  5102. o32.Size = Vector3.new(8, 2.4000001, 1)
  5103. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  5104. o32.BottomSurface = Enum.SurfaceType.Weld
  5105. o32.TopSurface = Enum.SurfaceType.Weld
  5106. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5107. o33.Parent = o32
  5108. o33.Offset = Vector3.new(0, 0, 0.5)
  5109. o33.Scale = Vector3.new(1, 1, 2)
  5110. o34.Parent = o1
  5111. o34.BrickColor = BrickColor.new("Institutional white")
  5112. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  5113. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  5114. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5115. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  5116. o34.Anchored = true
  5117. o34.FormFactor = Enum.FormFactor.Plate
  5118. o34.Size = Vector3.new(3, 1.20000005, 10)
  5119. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  5120. o34.BackSurface = Enum.SurfaceType.Weld
  5121. o34.BottomSurface = Enum.SurfaceType.Weld
  5122. o34.FrontSurface = Enum.SurfaceType.Weld
  5123. o34.LeftSurface = Enum.SurfaceType.Weld
  5124. o34.RightSurface = Enum.SurfaceType.Weld
  5125. o34.TopSurface = Enum.SurfaceType.Weld
  5126. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5127. o35.Parent = o34
  5128. o36.Parent = o1
  5129. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  5130. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  5131. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  5132. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5133. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  5134. o36.Anchored = true
  5135. o36.FormFactor = Enum.FormFactor.Custom
  5136. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  5137. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  5138. o36.BackSurface = Enum.SurfaceType.Weld
  5139. o36.BottomSurface = Enum.SurfaceType.Weld
  5140. o36.FrontSurface = Enum.SurfaceType.Weld
  5141. o36.LeftSurface = Enum.SurfaceType.Weld
  5142. o36.RightSurface = Enum.SurfaceType.Weld
  5143. o36.TopSurface = Enum.SurfaceType.Weld
  5144. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  5145. o37.Parent = o36
  5146. o38.Parent = o1
  5147. o38.BrickColor = BrickColor.new("Institutional white")
  5148. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  5149. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  5150. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5151. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  5152. o38.Anchored = true
  5153. o38.CanCollide = false
  5154. o38.FormFactor = Enum.FormFactor.Plate
  5155. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  5156. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  5157. o38.BottomSurface = Enum.SurfaceType.Weld
  5158. o38.LeftSurface = Enum.SurfaceType.Weld
  5159. o38.RightSurface = Enum.SurfaceType.Weld
  5160. o38.TopSurface = Enum.SurfaceType.Weld
  5161. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5162. o39.Parent = o1
  5163. o39.BrickColor = BrickColor.new("Really red")
  5164. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  5165. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  5166. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5167. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  5168. o39.Anchored = true
  5169. o39.FormFactor = Enum.FormFactor.Plate
  5170. o39.Size = Vector3.new(1, 1.20000005, 1)
  5171. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  5172. o39.BackSurface = Enum.SurfaceType.Weld
  5173. o39.BottomSurface = Enum.SurfaceType.Weld
  5174. o39.FrontSurface = Enum.SurfaceType.Weld
  5175. o39.LeftSurface = Enum.SurfaceType.Weld
  5176. o39.RightSurface = Enum.SurfaceType.Weld
  5177. o39.TopSurface = Enum.SurfaceType.Weld
  5178. o39.Color = Color3.new(1, 0, 0)
  5179. o40.Parent = o39
  5180. o41.Parent = o1
  5181. o41.BrickColor = BrickColor.new("Institutional white")
  5182. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  5183. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  5184. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5185. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  5186. o41.Anchored = true
  5187. o41.FormFactor = Enum.FormFactor.Plate
  5188. o41.Size = Vector3.new(1, 0.800000012, 1)
  5189. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  5190. o41.BackSurface = Enum.SurfaceType.Weld
  5191. o41.BottomSurface = Enum.SurfaceType.Weld
  5192. o41.FrontSurface = Enum.SurfaceType.Weld
  5193. o41.LeftSurface = Enum.SurfaceType.Weld
  5194. o41.RightSurface = Enum.SurfaceType.Weld
  5195. o41.TopSurface = Enum.SurfaceType.Weld
  5196. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5197. o42.Parent = o41
  5198. o43.Parent = o1
  5199. o43.BrickColor = BrickColor.new("Institutional white")
  5200. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  5201. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  5202. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5203. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  5204. o43.Anchored = true
  5205. o43.CanCollide = false
  5206. o43.FormFactor = Enum.FormFactor.Plate
  5207. o43.Size = Vector3.new(14, 0.400000006, 8)
  5208. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  5209. o43.BackSurface = Enum.SurfaceType.Weld
  5210. o43.BottomSurface = Enum.SurfaceType.Weld
  5211. o43.FrontSurface = Enum.SurfaceType.Weld
  5212. o43.LeftSurface = Enum.SurfaceType.Weld
  5213. o43.RightSurface = Enum.SurfaceType.Weld
  5214. o43.TopSurface = Enum.SurfaceType.Weld
  5215. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5216. o44.Parent = o43
  5217. o45.Parent = o1
  5218. o45.BrickColor = BrickColor.new("Really black")
  5219. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  5220. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  5221. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5222. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  5223. o45.Anchored = true
  5224. o45.CanCollide = false
  5225. o45.FormFactor = Enum.FormFactor.Plate
  5226. o45.Size = Vector3.new(3, 2.79999995, 1)
  5227. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  5228. o45.BackSurface = Enum.SurfaceType.Weld
  5229. o45.BottomSurface = Enum.SurfaceType.Weld
  5230. o45.TopSurface = Enum.SurfaceType.Weld
  5231. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5232. o46.Parent = o45
  5233. o46.MeshType = Enum.MeshType.Wedge
  5234. o47.Parent = o1
  5235. o47.BrickColor = BrickColor.new("Institutional white")
  5236. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  5237. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  5238. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5239. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  5240. o47.Anchored = true
  5241. o47.FormFactor = Enum.FormFactor.Plate
  5242. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  5243. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  5244. o47.BackSurface = Enum.SurfaceType.Weld
  5245. o47.BottomSurface = Enum.SurfaceType.Weld
  5246. o47.FrontSurface = Enum.SurfaceType.Weld
  5247. o47.LeftSurface = Enum.SurfaceType.Weld
  5248. o47.RightSurface = Enum.SurfaceType.Weld
  5249. o47.TopSurface = Enum.SurfaceType.Weld
  5250. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5251. o48.Parent = o47
  5252. o49.Parent = o1
  5253. o49.BrickColor = BrickColor.new("White")
  5254. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  5255. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  5256. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5257. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  5258. o49.Anchored = true
  5259. o49.FormFactor = Enum.FormFactor.Plate
  5260. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  5261. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  5262. o49.BackSurface = Enum.SurfaceType.Weld
  5263. o49.BottomSurface = Enum.SurfaceType.Weld
  5264. o49.FrontSurface = Enum.SurfaceType.Weld
  5265. o49.LeftSurface = Enum.SurfaceType.Weld
  5266. o49.RightSurface = Enum.SurfaceType.Weld
  5267. o49.TopSurface = Enum.SurfaceType.Weld
  5268. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  5269. o50.Parent = o49
  5270. o51.Parent = o1
  5271. o51.BrickColor = BrickColor.new("Institutional white")
  5272. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  5273. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  5274. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5275. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  5276. o51.Anchored = true
  5277. o51.FormFactor = Enum.FormFactor.Plate
  5278. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  5279. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  5280. o51.BackSurface = Enum.SurfaceType.Weld
  5281. o51.BottomSurface = Enum.SurfaceType.Weld
  5282. o51.FrontSurface = Enum.SurfaceType.Weld
  5283. o51.LeftSurface = Enum.SurfaceType.Weld
  5284. o51.RightSurface = Enum.SurfaceType.Weld
  5285. o51.TopSurface = Enum.SurfaceType.Weld
  5286. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5287. o52.Parent = o51
  5288. o53.Parent = o1
  5289. o53.BrickColor = BrickColor.new("Institutional white")
  5290. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  5291. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  5292. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5293. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  5294. o53.Anchored = true
  5295. o53.CanCollide = false
  5296. o53.FormFactor = Enum.FormFactor.Plate
  5297. o53.Size = Vector3.new(2, 2.79999995, 1)
  5298. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  5299. o53.BackSurface = Enum.SurfaceType.Weld
  5300. o53.BottomSurface = Enum.SurfaceType.Weld
  5301. o53.TopSurface = Enum.SurfaceType.Weld
  5302. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5303. o54.Parent = o53
  5304. o54.MeshType = Enum.MeshType.Wedge
  5305. o55.Parent = o1
  5306. o55.BrickColor = BrickColor.new("Really black")
  5307. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  5308. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  5309. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5310. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  5311. o55.Anchored = true
  5312. o55.CanCollide = false
  5313. o55.FormFactor = Enum.FormFactor.Plate
  5314. o55.Size = Vector3.new(3, 2.79999995, 1)
  5315. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  5316. o55.BackSurface = Enum.SurfaceType.Weld
  5317. o55.BottomSurface = Enum.SurfaceType.Weld
  5318. o55.TopSurface = Enum.SurfaceType.Weld
  5319. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5320. o56.Parent = o55
  5321. o56.MeshType = Enum.MeshType.Wedge
  5322. o57.Parent = o1
  5323. o57.BrickColor = BrickColor.new("Institutional white")
  5324. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  5325. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  5326. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5327. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  5328. o57.Anchored = true
  5329. o57.CanCollide = false
  5330. o57.FormFactor = Enum.FormFactor.Plate
  5331. o57.Size = Vector3.new(1, 2, 8)
  5332. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  5333. o57.BackSurface = Enum.SurfaceType.Weld
  5334. o57.BottomSurface = Enum.SurfaceType.Weld
  5335. o57.FrontSurface = Enum.SurfaceType.Weld
  5336. o57.LeftSurface = Enum.SurfaceType.Weld
  5337. o57.RightSurface = Enum.SurfaceType.Weld
  5338. o57.TopSurface = Enum.SurfaceType.Weld
  5339. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5340. o58.Parent = o57
  5341. o59.Parent = o1
  5342. o59.BrickColor = BrickColor.new("Institutional white")
  5343. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  5344. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  5345. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5346. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  5347. o59.Anchored = true
  5348. o59.FormFactor = Enum.FormFactor.Plate
  5349. o59.Size = Vector3.new(1, 0.800000012, 1)
  5350. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  5351. o59.BackSurface = Enum.SurfaceType.Weld
  5352. o59.BottomSurface = Enum.SurfaceType.Weld
  5353. o59.FrontSurface = Enum.SurfaceType.Weld
  5354. o59.LeftSurface = Enum.SurfaceType.Weld
  5355. o59.RightSurface = Enum.SurfaceType.Weld
  5356. o59.TopSurface = Enum.SurfaceType.Weld
  5357. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5358. o60.Parent = o59
  5359. o61.Parent = o1
  5360. o61.BrickColor = BrickColor.new("Institutional white")
  5361. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  5362. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  5363. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5364. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  5365. o61.Anchored = true
  5366. o61.CanCollide = false
  5367. o61.FormFactor = Enum.FormFactor.Plate
  5368. o61.Size = Vector3.new(14, 0.400000006, 1)
  5369. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  5370. o61.BackSurface = Enum.SurfaceType.Weld
  5371. o61.BottomSurface = Enum.SurfaceType.Weld
  5372. o61.FrontSurface = Enum.SurfaceType.Weld
  5373. o61.LeftSurface = Enum.SurfaceType.Weld
  5374. o61.RightSurface = Enum.SurfaceType.Weld
  5375. o61.TopSurface = Enum.SurfaceType.Weld
  5376. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5377. o62.Parent = o61
  5378. o63.Parent = o1
  5379. o63.BrickColor = BrickColor.new("Institutional white")
  5380. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  5381. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  5382. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5383. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  5384. o63.Anchored = true
  5385. o63.CanCollide = false
  5386. o63.FormFactor = Enum.FormFactor.Plate
  5387. o63.Size = Vector3.new(1, 4.80999994, 1)
  5388. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  5389. o63.BottomSurface = Enum.SurfaceType.Weld
  5390. o63.LeftSurface = Enum.SurfaceType.Weld
  5391. o63.RightSurface = Enum.SurfaceType.Weld
  5392. o63.TopSurface = Enum.SurfaceType.Weld
  5393. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5394. o64.Parent = o1
  5395. o64.BrickColor = BrickColor.new("Institutional white")
  5396. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  5397. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  5398. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5399. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  5400. o64.Anchored = true
  5401. o64.CanCollide = false
  5402. o64.FormFactor = Enum.FormFactor.Plate
  5403. o64.Size = Vector3.new(1, 2.4000001, 1)
  5404. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  5405. o64.BottomSurface = Enum.SurfaceType.Weld
  5406. o64.LeftSurface = Enum.SurfaceType.Weld
  5407. o64.RightSurface = Enum.SurfaceType.Weld
  5408. o64.TopSurface = Enum.SurfaceType.Weld
  5409. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5410. o65.Parent = o1
  5411. o65.BrickColor = BrickColor.new("Institutional white")
  5412. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  5413. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  5414. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5415. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  5416. o65.Anchored = true
  5417. o65.FormFactor = Enum.FormFactor.Plate
  5418. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  5419. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  5420. o65.BackSurface = Enum.SurfaceType.Weld
  5421. o65.BottomSurface = Enum.SurfaceType.Weld
  5422. o65.FrontSurface = Enum.SurfaceType.Weld
  5423. o65.LeftSurface = Enum.SurfaceType.Weld
  5424. o65.RightSurface = Enum.SurfaceType.Weld
  5425. o65.TopSurface = Enum.SurfaceType.Weld
  5426. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5427. o66.Parent = o65
  5428. o67.Parent = o1
  5429. o67.BrickColor = BrickColor.new("Really red")
  5430. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  5431. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  5432. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5433. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  5434. o67.Anchored = true
  5435. o67.FormFactor = Enum.FormFactor.Plate
  5436. o67.Size = Vector3.new(1, 1.20000005, 1)
  5437. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  5438. o67.BackSurface = Enum.SurfaceType.Weld
  5439. o67.BottomSurface = Enum.SurfaceType.Weld
  5440. o67.FrontSurface = Enum.SurfaceType.Weld
  5441. o67.LeftSurface = Enum.SurfaceType.Weld
  5442. o67.RightSurface = Enum.SurfaceType.Weld
  5443. o67.TopSurface = Enum.SurfaceType.Weld
  5444. o67.Color = Color3.new(1, 0, 0)
  5445. o68.Parent = o67
  5446. o69.Parent = o1
  5447. o69.BrickColor = BrickColor.new("Institutional white")
  5448. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  5449. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  5450. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5451. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  5452. o69.Anchored = true
  5453. o69.CanCollide = false
  5454. o69.FormFactor = Enum.FormFactor.Plate
  5455. o69.Size = Vector3.new(1, 0.400000006, 10)
  5456. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  5457. o69.BackSurface = Enum.SurfaceType.Weld
  5458. o69.BottomSurface = Enum.SurfaceType.Weld
  5459. o69.FrontSurface = Enum.SurfaceType.Weld
  5460. o69.LeftSurface = Enum.SurfaceType.Weld
  5461. o69.RightSurface = Enum.SurfaceType.Weld
  5462. o69.TopSurface = Enum.SurfaceType.Weld
  5463. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5464. o70.Parent = o69
  5465. o71.Parent = o1
  5466. o71.BrickColor = BrickColor.new("Really black")
  5467. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  5468. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  5469. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5470. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  5471. o71.Anchored = true
  5472. o71.FormFactor = Enum.FormFactor.Custom
  5473. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  5474. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  5475. o71.BackSurface = Enum.SurfaceType.Weld
  5476. o71.BottomSurface = Enum.SurfaceType.Weld
  5477. o71.FrontSurface = Enum.SurfaceType.Weld
  5478. o71.LeftSurface = Enum.SurfaceType.Weld
  5479. o71.RightSurface = Enum.SurfaceType.Weld
  5480. o71.TopSurface = Enum.SurfaceType.Weld
  5481. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5482. o72.Parent = o71
  5483. o73.Name = "Head"
  5484. o73.Parent = o1
  5485. o73.Material = Enum.Material.SmoothPlastic
  5486. o73.BrickColor = BrickColor.new("Institutional white")
  5487. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  5488. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5489. o73.Anchored = true
  5490. o73.FormFactor = Enum.FormFactor.Symmetric
  5491. o73.Size = Vector3.new(2, 1, 1)
  5492. o73.CFrame = CFrame.new(99.207077, 7.026577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5493. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5494. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5495. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5496. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5497. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5498. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5499. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5500. o74.Parent = o73
  5501. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  5502. o75.Name = "face"
  5503. o75.Parent = o73
  5504. o75.Texture = "rbxasset://textures/face.png"
  5505. o76.Parent = o1
  5506. o76.BrickColor = BrickColor.new("Institutional white")
  5507. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  5508. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  5509. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5510. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  5511. o76.Anchored = true
  5512. o76.CanCollide = false
  5513. o76.FormFactor = Enum.FormFactor.Plate
  5514. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  5515. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  5516. o76.BottomSurface = Enum.SurfaceType.Weld
  5517. o76.LeftSurface = Enum.SurfaceType.Weld
  5518. o76.RightSurface = Enum.SurfaceType.Weld
  5519. o76.TopSurface = Enum.SurfaceType.Weld
  5520. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5521. o77.Parent = o1
  5522. o77.BrickColor = BrickColor.new("Institutional white")
  5523. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  5524. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  5525. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5526. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  5527. o77.Anchored = true
  5528. o77.FormFactor = Enum.FormFactor.Plate
  5529. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  5530. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  5531. o77.BackSurface = Enum.SurfaceType.Weld
  5532. o77.BottomSurface = Enum.SurfaceType.Weld
  5533. o77.FrontSurface = Enum.SurfaceType.Weld
  5534. o77.LeftSurface = Enum.SurfaceType.Weld
  5535. o77.RightSurface = Enum.SurfaceType.Weld
  5536. o77.TopSurface = Enum.SurfaceType.Weld
  5537. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5538. o78.Parent = o77
  5539. o79.Name = "Head"
  5540. o79.Parent = o1
  5541. o79.Material = Enum.Material.SmoothPlastic
  5542. o79.BrickColor = BrickColor.new("Institutional white")
  5543. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  5544. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5545. o79.Anchored = true
  5546. o79.FormFactor = Enum.FormFactor.Symmetric
  5547. o79.Size = Vector3.new(2, 1, 1)
  5548. o79.CFrame = CFrame.new(103.10894, 7.49666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  5549. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5550. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5551. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5552. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5553. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5554. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5555. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5556. o80.Parent = o79
  5557. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  5558. o81.Name = "face"
  5559. o81.Parent = o79
  5560. o81.Texture = "rbxasset://textures/face.png"
  5561. o82.Name = "Handle"
  5562. o82.Parent = o1
  5563. o82.Material = Enum.Material.SmoothPlastic
  5564. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  5565. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5566. o82.Anchored = true
  5567. o82.CanCollide = false
  5568. o82.FormFactor = Enum.FormFactor.Symmetric
  5569. o82.Size = Vector3.new(2, 2, 2)
  5570. o82.CFrame = CFrame.new(103.10894, 7.34666729, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  5571. o82.BottomSurface = Enum.SurfaceType.Smooth
  5572. o82.TopSurface = Enum.SurfaceType.Smooth
  5573. o83.Parent = o82
  5574. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  5575. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  5576. o83.MeshType = Enum.MeshType.FileMesh
  5577. o84.Parent = o1
  5578. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  5579. o84.RightLeg = o94
  5580. o84.LeftLeg = o96
  5581. o84.Torso = o87
  5582. o84.Health = 0
  5583. o84.MaxHealth = 0
  5584. o85.Name = "TPPART"
  5585. o85.Parent = o1
  5586. o85.Transparency = 1
  5587. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  5588. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  5589. o85.Anchored = true
  5590. o85.CanCollide = false
  5591. o85.Size = Vector3.new(4, 1, 2)
  5592. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  5593. o86.Name = "TPPART2"
  5594. o86.Parent = o1
  5595. o86.Transparency = 1
  5596. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  5597. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  5598. o86.Anchored = true
  5599. o86.CanCollide = false
  5600. o86.Size = Vector3.new(4, 1, 2)
  5601. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  5602. o87.Name = "Torso"
  5603. o87.Parent = o1
  5604. o87.Material = Enum.Material.SmoothPlastic
  5605. o87.BrickColor = BrickColor.new("Navy blue")
  5606. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  5607. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5608. o87.Anchored = true
  5609. o87.FormFactor = Enum.FormFactor.Symmetric
  5610. o87.Size = Vector3.new(2, 2, 1)
  5611. o87.CFrame = CFrame.new(99.207077, 5.526577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5612. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5613. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5614. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5615. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5616. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5617. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5618. o87.Color = Color3.new(0, 0.12549, 0.376471)
  5619. o88.Name = "roblox"
  5620. o88.Parent = o87
  5621. o89.Name = "Right Shoulder"
  5622. o89.Parent = o87
  5623. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5624. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5625. o89.Part0 = o87
  5626. o89.Part1 = o95
  5627. o89.DesiredAngle = -0.062025275081396
  5628. o89.MaxVelocity = 0.15000000596046
  5629. o90.Name = "Left Shoulder"
  5630. o90.Parent = o87
  5631. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5632. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5633. o90.Part0 = o87
  5634. o90.Part1 = o97
  5635. o90.DesiredAngle = -0.062025275081396
  5636. o90.MaxVelocity = 0.15000000596046
  5637. o91.Name = "Right Hip"
  5638. o91.Parent = o87
  5639. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5640. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5641. o91.Part0 = o87
  5642. o91.Part1 = o94
  5643. o91.DesiredAngle = 0.062025275081396
  5644. o91.MaxVelocity = 0.10000000149012
  5645. o92.Name = "Left Hip"
  5646. o92.Parent = o87
  5647. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5648. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5649. o92.Part0 = o87
  5650. o92.Part1 = o96
  5651. o92.DesiredAngle = 0.062025275081396
  5652. o92.MaxVelocity = 0.10000000149012
  5653. o93.Name = "Neck"
  5654. o93.Parent = o87
  5655. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5656. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5657. o93.Part0 = o87
  5658. o93.Part1 = o73
  5659. o93.MaxVelocity = 0.10000000149012
  5660. o94.Name = "Right Leg"
  5661. o94.Parent = o1
  5662. o94.Material = Enum.Material.SmoothPlastic
  5663. o94.BrickColor = BrickColor.new("Navy blue")
  5664. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  5665. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5666. o94.Anchored = true
  5667. o94.CanCollide = false
  5668. o94.FormFactor = Enum.FormFactor.Symmetric
  5669. o94.Size = Vector3.new(1, 2, 1)
  5670. o94.CFrame = CFrame.new(99.215416, 3.526577, 14.7047863, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5671. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5672. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5673. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5674. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5675. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5676. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5677. o94.Color = Color3.new(0, 0.12549, 0.376471)
  5678. o95.Name = "Right Arm"
  5679. o95.Parent = o1
  5680. o95.Material = Enum.Material.SmoothPlastic
  5681. o95.BrickColor = BrickColor.new("Maroon")
  5682. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  5683. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5684. o95.Anchored = true
  5685. o95.CanCollide = false
  5686. o95.FormFactor = Enum.FormFactor.Symmetric
  5687. o95.Size = Vector3.new(1, 2, 1)
  5688. o95.CFrame = CFrame.new(99.2321014, 5.526577, 13.7049236, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5689. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5690. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5691. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5692. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5693. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5694. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5695. o95.Color = Color3.new(0.458824, 0, 0)
  5696. o96.Name = "Left Leg"
  5697. o96.Parent = o1
  5698. o96.Material = Enum.Material.SmoothPlastic
  5699. o96.BrickColor = BrickColor.new("Navy blue")
  5700. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  5701. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5702. o96.Anchored = true
  5703. o96.CanCollide = false
  5704. o96.FormFactor = Enum.FormFactor.Symmetric
  5705. o96.Size = Vector3.new(1, 2, 1)
  5706. o96.CFrame = CFrame.new(99.1987381, 3.526577, 15.7046452, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5707. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5708. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5709. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5710. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5711. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5712. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5713. o96.Color = Color3.new(0, 0.12549, 0.376471)
  5714. o97.Name = "Left Arm"
  5715. o97.Parent = o1
  5716. o97.Material = Enum.Material.SmoothPlastic
  5717. o97.BrickColor = BrickColor.new("Maroon")
  5718. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  5719. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5720. o97.Anchored = true
  5721. o97.CanCollide = false
  5722. o97.FormFactor = Enum.FormFactor.Symmetric
  5723. o97.Size = Vector3.new(1, 2, 1)
  5724. o97.CFrame = CFrame.new(99.1820602, 5.526577, 16.7045078, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5725. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5726. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5727. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5728. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5729. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5730. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5731. o97.Color = Color3.new(0.458824, 0, 0)
  5732. o98.Name = "Torso"
  5733. o98.Parent = o1
  5734. o98.Material = Enum.Material.SmoothPlastic
  5735. o98.BrickColor = BrickColor.new("Navy blue")
  5736. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  5737. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5738. o98.Anchored = true
  5739. o98.FormFactor = Enum.FormFactor.Symmetric
  5740. o98.Size = Vector3.new(2, 2, 1)
  5741. o98.CFrame = CFrame.new(103.10894, 5.99666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  5742. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5743. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5744. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5745. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5746. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5747. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5748. o98.Color = Color3.new(0, 0.12549, 0.376471)
  5749. o99.Name = "roblox"
  5750. o99.Parent = o98
  5751. o100.Name = "Right Hip"
  5752. o100.Parent = o98
  5753. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5754. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5755. o100.Part0 = o98
  5756. o100.Part1 = o103
  5757. o100.DesiredAngle = 0.062025275081396
  5758. o100.MaxVelocity = 0.10000000149012
  5759. o101.Name = "Left Hip"
  5760. o101.Parent = o98
  5761. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5762. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5763. o101.Part0 = o98
  5764. o101.Part1 = o105
  5765. o101.DesiredAngle = 0.062025275081396
  5766. o101.MaxVelocity = 0.10000000149012
  5767. o102.Name = "Neck"
  5768. o102.Parent = o98
  5769. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5770. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5771. o102.Part0 = o98
  5772. o102.Part1 = o79
  5773. o102.MaxVelocity = 0.10000000149012
  5774. o103.Name = "Right Leg"
  5775. o103.Parent = o1
  5776. o103.Material = Enum.Material.SmoothPlastic
  5777. o103.BrickColor = BrickColor.new("Really black")
  5778. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  5779. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5780. o103.Anchored = true
  5781. o103.CanCollide = false
  5782. o103.FormFactor = Enum.FormFactor.Symmetric
  5783. o103.Size = Vector3.new(1, 2, 1)
  5784. o103.CFrame = CFrame.new(103.608864, 3.99666739, 15.2130556, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  5785. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5786. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5787. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5788. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5789. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5790. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5791. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5792. o104.Name = "Right Arm"
  5793. o104.Parent = o1
  5794. o104.Material = Enum.Material.SmoothPlastic
  5795. o104.BrickColor = BrickColor.new("Maroon")
  5796. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  5797. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  5798. o104.Anchored = true
  5799. o104.CanCollide = false
  5800. o104.FormFactor = Enum.FormFactor.Symmetric
  5801. o104.Size = Vector3.new(1, 2, 1)
  5802. o104.CFrame = CFrame.new(104.615349, 5.89646101, 14.8330393, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  5803. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5804. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5805. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5806. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5807. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5808. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5809. o104.Color = Color3.new(0.458824, 0, 0)
  5810. o105.Name = "Left Leg"
  5811. o105.Parent = o1
  5812. o105.Material = Enum.Material.SmoothPlastic
  5813. o105.BrickColor = BrickColor.new("Really black")
  5814. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  5815. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5816. o105.Anchored = true
  5817. o105.CanCollide = false
  5818. o105.FormFactor = Enum.FormFactor.Symmetric
  5819. o105.Size = Vector3.new(1, 2, 1)
  5820. o105.CFrame = CFrame.new(102.609009, 3.99666739, 15.1963739, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  5821. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5822. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5823. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5824. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5825. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5826. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5827. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5828. o106.Name = "Left Arm"
  5829. o106.Parent = o1
  5830. o106.Material = Enum.Material.SmoothPlastic
  5831. o106.BrickColor = BrickColor.new("Maroon")
  5832. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  5833. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  5834. o106.Anchored = true
  5835. o106.CanCollide = false
  5836. o106.FormFactor = Enum.FormFactor.Symmetric
  5837. o106.Size = Vector3.new(1, 2, 1)
  5838. o106.CFrame = CFrame.new(101.617271, 5.96075201, 14.6924496, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  5839. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5840. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5841. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5842. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5843. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5844. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5845. o106.Color = Color3.new(0.458824, 0, 0)
  5846. o107.Parent = o1
  5847. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  5848. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  5849. o107.Anchored = true
  5850. o107.FormFactor = Enum.FormFactor.Symmetric
  5851. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  5852. o107.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  5853. o108.Parent = o107
  5854. o109.Parent = o1
  5855. o109.BrickColor = BrickColor.new("Really black")
  5856. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  5857. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  5858. o109.Anchored = true
  5859. o109.FormFactor = Enum.FormFactor.Symmetric
  5860. o109.Size = Vector3.new(3, 1.20000005, 3)
  5861. o109.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  5862. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5863. o110.Parent = o109
  5864. o111.Parent = o1
  5865. o111.BrickColor = BrickColor.new("Really black")
  5866. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  5867. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  5868. o111.Anchored = true
  5869. o111.FormFactor = Enum.FormFactor.Symmetric
  5870. o111.Size = Vector3.new(3, 1.20000005, 3)
  5871. o111.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  5872. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5873. o112.Parent = o111
  5874. o113.Parent = o1
  5875. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  5876. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  5877. o113.Anchored = true
  5878. o113.FormFactor = Enum.FormFactor.Symmetric
  5879. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  5880. o113.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  5881. o114.Parent = o113
  5882. o115.Parent = o1
  5883. o115.BrickColor = BrickColor.new("Really black")
  5884. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  5885. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  5886. o115.Anchored = true
  5887. o115.FormFactor = Enum.FormFactor.Symmetric
  5888. o115.Size = Vector3.new(3, 1.20000005, 3)
  5889. o115.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  5890. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5891. o116.Parent = o115
  5892. o117.Parent = o1
  5893. o117.BrickColor = BrickColor.new("Really black")
  5894. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  5895. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  5896. o117.Anchored = true
  5897. o117.FormFactor = Enum.FormFactor.Symmetric
  5898. o117.Size = Vector3.new(3, 1.20000005, 3)
  5899. o117.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  5900. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5901. o118.Parent = o117
  5902. o119.Parent = o1
  5903. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  5904. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  5905. o119.Anchored = true
  5906. o119.FormFactor = Enum.FormFactor.Symmetric
  5907. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  5908. o119.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  5909. o120.Parent = o119
  5910. o121.Name = "Handle"
  5911. o121.Parent = o1
  5912. o121.Material = Enum.Material.SmoothPlastic
  5913. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  5914. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5915. o121.Anchored = true
  5916. o121.CanCollide = false
  5917. o121.FormFactor = Enum.FormFactor.Symmetric
  5918. o121.Size = Vector3.new(2, 2, 2)
  5919. o121.CFrame = CFrame.new(99.207077, 6.8765769, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5920. o121.BottomSurface = Enum.SurfaceType.Smooth
  5921. o121.TopSurface = Enum.SurfaceType.Smooth
  5922. o122.Parent = o121
  5923. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  5924. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  5925. o122.MeshType = Enum.MeshType.FileMesh
  5926. o123.Name = "RPPART"
  5927. o123.Parent = o1
  5928. o123.Transparency = 1
  5929. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  5930. o123.Rotation = Vector3.new(-90, 0, -0)
  5931. o123.Anchored = true
  5932. o123.CanCollide = false
  5933. o123.Size = Vector3.new(4, 1, 2)
  5934. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  5935. function MoveY(model, Position)
  5936.     for _,part in pairs (model:GetChildren()) do
  5937.         if part.ClassName == "Part" then
  5938.             part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  5939.         end
  5940.     end
  5941. end
  5942. function MoveX(model, Position)
  5943.     for _,part in pairs (model:GetChildren()) do
  5944.         if part.ClassName == "Part" then
  5945.             part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  5946.         end
  5947.     end
  5948. end
  5949. function MoveSpawn(model, PLAYERPOS)
  5950.     for _,part in pairs (model:GetChildren()) do
  5951.         if part.ClassName == "Part" then
  5952.             part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  5953.         end
  5954.     end
  5955. end
  5956. function MoveZ(model, Position)
  5957.     for _,part in pairs (model:GetChildren()) do
  5958.         if part.ClassName == "Part" then
  5959.             part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  5960.         end
  5961.     end
  5962. end
  5963. function MoveZPart(Part, Position)
  5964.             Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  5965. end
  5966. function MoveXPart(Part, Position)
  5967.             Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  5968. end
  5969. game.Players[Victim].Character.HumanoidRootPart.Anchored = true
  5970. OMGCREEPY = Instance.new("Sound")
  5971. OMGCREEPY.Parent = o1
  5972. OMGCREEPY.Volume = .5
  5973. OMGCREEPY.SoundId = "rbxassetid://177775134"
  5974. for i,v in pairs (o1:GetChildren()) do
  5975.     if v:IsA("Part") then
  5976.         v.Material = "SmoothPlastic"
  5977.         v.BackSurface = "SmoothNoOutlines"
  5978.         v.FrontSurface = "SmoothNoOutlines"
  5979.         v.BottomSurface = "SmoothNoOutlines"
  5980.         v.LeftSurface = "SmoothNoOutlines"
  5981.         v.RightSurface = "SmoothNoOutlines"
  5982.         v.TopSurface = "SmoothNoOutlines"
  5983.     end
  5984. end
  5985. OMGCREEPY:Play()
  5986. o21:Play()
  5987.     MoveSpawn(o1,game.Players[Victim].Character.HumanoidRootPart.Position)
  5988. for i=1,51 do
  5989. MoveX(o1,-3)
  5990. wait(.05)
  5991. end
  5992. wait(.5)
  5993.     MoveZPart(o12,-1)
  5994.     wait(.2)
  5995. for i=1,6 do
  5996.     MoveXPart(o12,1)
  5997.     wait(.1)
  5998. end
  5999. wait(.5)
  6000. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  6001. wait(.5)
  6002. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  6003. wait(.5)
  6004.     MoveZPart(o12,1)
  6005.     wait(.2)
  6006.  
  6007. for i=1,6 do
  6008.     MoveXPart(o12,-1)
  6009.     wait(.1)
  6010. end
  6011. for i=1,50 do
  6012. MoveX(o1,-3)
  6013. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  6014. wait(.05)
  6015. end
  6016. game.Players[Victim].Character.Head.face.Texture = "rbxassetid://629925029"
  6017. game.Players[Victim].Character.HumanoidRootPart.CFrame = o123.CFrame
  6018. SCREAM = Instance.new("Sound")
  6019. SCREAM.Parent = game.Players[Victim].Character.Head
  6020. SCREAM.SoundId = "rbxassetid://138167455"
  6021. SCREAM:Play()
  6022. wait(2.5)
  6023. game.Players[Victim].Character.Head.BrickColor = BrickColor.new("Maroon")
  6024.     MoveZPart(o12,-1)
  6025.     wait(.2)
  6026. for i=1,6 do
  6027.     MoveXPart(o12,1)
  6028.     wait(.1)
  6029. end
  6030. wait(.5)
  6031. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  6032. wait(.5)
  6033.     MoveZPart(o12,1)
  6034.     wait(.2)
  6035. for i=1,6 do
  6036.     MoveXPart(o12,-1)
  6037.     wait(.1)
  6038. end
  6039. game.Players[Victim].Character.Humanoid.Health = 0
  6040. player = game.Players[Victim]
  6041. char = player.Character
  6042.             char.Archivable = true
  6043.             local rg = char:Clone()
  6044.             rg.HumanoidRootPart:Destroy()
  6045.             rg.Name = ""
  6046.             rg.Humanoid.MaxHealth = 0
  6047.             for i, v in pairs(rg.Torso:GetChildren()) do
  6048.                 if v:IsA("Motor6D") then
  6049.                     v:Destroy()
  6050.                 end
  6051.             end
  6052.            
  6053.             local n = Instance.new("Glue", rg.Torso)
  6054.             n.Name = "Neck"
  6055.             n.Part0 = rg.Torso
  6056.             n.Part1 = rg.Head
  6057.             n.C0 = CFrame.new(0, 1, 0)
  6058.             n.C1 = CFrame.new(0, -0.5, 0)
  6059.            
  6060.             local rs = Instance.new("Glue", rg.Torso)
  6061.             rs.Name = "Right Shoulder"
  6062.             rs.Part0 = rg.Torso
  6063.             rs.Part1 = rg["Right Arm"]
  6064.             rs.C0 = CFrame.new(1.5, 0.5, 0)
  6065.             rs.C1 = CFrame.new(0, 0.5, 0)
  6066.             local ls = Instance.new("Glue", rg.Torso)
  6067.             ls.Name = "Left Shoulder"
  6068.             ls.Part0 = rg.Torso
  6069.             ls.Part1 = rg["Left Arm"]
  6070.             ls.C0 = CFrame.new(-1.5, 0.5, 0)
  6071.             ls.C1 = CFrame.new(0, 0.5, 0)
  6072.            
  6073.             local rh = Instance.new("Glue", rg.Torso)
  6074.             rh.Name = "Right Hip"
  6075.             rh.Part0 = rg.Torso
  6076.             rh.Part1 = rg["Right Leg"]
  6077.             rh.C0 = CFrame.new(0.5, -1, 0)
  6078.             rh.C1 = CFrame.new(0, 1, 0)
  6079.             local lh = Instance.new("Glue", rg.Torso)
  6080.             lh.Name = "Left Hip"
  6081.             lh.Part0 = rg.Torso
  6082.             lh.Part1 = rg["Left Leg"]
  6083.             lh.C0 = CFrame.new(-0.5, -1, 0)
  6084.             lh.C1 = CFrame.new(0, 1, 0)
  6085.             char.Torso:Destroy()
  6086.             char.Head:Destroy()
  6087.             char["Left Leg"]:Destroy()
  6088.             char["Left Arm"]:Destroy()
  6089.             char["Right Leg"]:Destroy()
  6090.             char["Right Arm"]:Destroy()
  6091.             rg.Parent = game.Workspace
  6092.             rg.Head.BrickColor = BrickColor.new("Maroon")
  6093. function DEATH ()
  6094. OHHNELLY = Instance.new("Part")
  6095. OHHNELLY.Parent = workspace
  6096. OHHNELLY.Anchored = false
  6097. OHHNELLY.Material = Enum.Material.SmoothPlastic
  6098. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  6099. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6100. OHHNELLY.Position = rg.Head.Position
  6101. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  6102. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6103. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6104. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6105. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6106. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6107. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6108. end
  6109. for i=1,20 do
  6110. DEATH()
  6111. MoveX(o1,-3)
  6112. wait(.05)
  6113. end
  6114. o1:Destroy()
  6115. end)
  6116.  
  6117. Admin.MouseButton1Click:connect(function()
  6118.     -- Creator: illremember#3799
  6119.  
  6120. -- Credits to infinite yield, harkinian, dex creators
  6121.  
  6122. prefix = ";"
  6123. wait(0.3)
  6124. Commands = {
  6125.     '[-] cmdbar is shown when ; is pressed.',
  6126.     '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  6127.     '[2] bring [plr] -- You need a tool! Will bring player to you',
  6128.     '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  6129.     '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  6130.     '[5] attach [plr] -- You need a tool! Attaches you to player',
  6131.     '[6] unattach [plr] -- Attempts to unattach you from a player',
  6132.     '[7] follow [plr] -- Makes you follow behind the player',
  6133.     '[8] unfollow',
  6134.     '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  6135.     '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  6136.     '[11] untrail',
  6137.     '[12] orbit [plr] -- Makes you orbit the player',
  6138.     '[13] unorbit',
  6139.     '[14] fling [plr] -- Makes you fling the player',
  6140.     '[15] unfling',
  6141.     '[16] fecheck -- Checks if the game is FE or not',
  6142.     '[17] void [plr] -- Teleports player to the void',
  6143.     '[18] noclip -- Gives you noclip to walk through walls',
  6144.     '[19] clip -- Removes noclip',
  6145.     '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  6146.     '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  6147.     '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  6148.     '[23] default -- Changes your speed, jumppower and hipheight to default values',
  6149.     '[24] annoy [plr] -- Loop teleports you to the player',
  6150.     '[25] unannoy',
  6151.     '[26] headwalk [plr] -- Loop teleports you to the player head',
  6152.     '[27] unheadwalk',
  6153.     '[28] nolimbs -- Removes your arms and legs',
  6154.     '[29] god -- Gives you FE Godmode',
  6155.     '[30] drophats -- Drops your accessories',
  6156.     '[31] droptool -- Drops any tool you have equipped',
  6157.     '[32] loopdhats -- Loop drops your accessories',
  6158.     '[33] unloopdhats',
  6159.     '[34] loopdtool -- Loop drops any tools you have equipped',
  6160.     '[35] unloopdtool',
  6161.     '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  6162.     '[37] view [plr] -- Changes your camera to the player character',
  6163.     '[38] unview',
  6164.     '[39] goto [plr] -- Teleports you to player',
  6165.     '[40] fly -- Allows you to fly, credit to Infinite Yield',
  6166.     '[41] unfly',
  6167.     '[42] chat [msg] -- Makes you chat a message',
  6168.     '[43] spam [msg] -- Spams a message',
  6169.     '[44] unspam',
  6170.     '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  6171.     '[46] pmspam [plr] -- Spams a player in private message',
  6172.     '[47] unpmspam',
  6173.     '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  6174.     '[49] uncfreeze [plr]',
  6175.     '[50] unlockws -- Unlocks the workspace',
  6176.     '[51] lockws -- Locks the workspace',
  6177.     '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  6178.     '[53] pstand -- Enables platform stand',
  6179.     '[54] unpstand -- Disables platform stand',
  6180.     '[55] blockhead -- Removes your head mesh',
  6181.     '[56] sit',
  6182.     '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
  6183.     '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  6184.     '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  6185.     '[60] cmds -- Prints all commands',
  6186.     '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  6187.     '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  6188.     '[63] spinner -- Makes you spin',
  6189.     '[64] nospinner',
  6190.     '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  6191.     '[66] noreach -- Removes reach, must have tool equipped',
  6192.     '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  6193.     '[68] tp me [plr] -- Alternative to goto',
  6194.     '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  6195.     '[70] uncbring',
  6196.     '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  6197.     '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  6198.     '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  6199.     '[74] unglitch -- Unglitches you',
  6200.     '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  6201.     '[76] explorer -- Loads up DEX',
  6202.     '[77] reset -- Resets your character.',
  6203.     '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  6204.     '[79] animgui -- Loads up Energize animations GUI',
  6205.     '[80] savepos -- Saves your current position',
  6206.     '[81] loadpos -- Teleports you to your saved position',
  6207.     '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  6208.     '[83] unbang',
  6209.     '[84] delcmdbar -- Removes the command bar completely',
  6210.     '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  6211.     '[86] shutdown -- Uses harkinians script to shutdown server',
  6212.     '[87] respawn -- If grespawn doesnt work you can use respawn',
  6213.     '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  6214.     '[89] getplrs -- Prints all players in game',
  6215.     '[90] deldecal -- Deletes all decals client sided',
  6216.     '[91] opfinality -- Loads in my FE GUI Opfinality',
  6217.     '[92] remotes -- Prints all remotes in the game in the console when added',
  6218.     '[93] noremotes -- Stops printing remotes',
  6219.     '[94] tpdefault -- Stops all loop teleports to a player',
  6220.     '[95] stopsit -- Will not allow you to sit',
  6221.     '[96] gosit -- Allows you to sit',
  6222.     '[97] clicktp -- Enables click tp',
  6223.     '[98] noclicktp -- Disables click tp',
  6224.     '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  6225.     '[100] toolsoff -- Stops ;toolson',
  6226.     '[101] version -- Gets the admin version',
  6227.     '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  6228.     '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  6229.     '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  6230.     '[105] clickdel -- Delete any block you press q on, client sided',
  6231.     '[106] noclickdel -- Stops clickdel',
  6232.     '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  6233.     '[108] unlooprhats -- Stops loop removing mesh',
  6234.     '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  6235.     '[110] unlooprtool -- Stops loop removing mesh',
  6236.     '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  6237.     '[112] age [plr] -- Makes you chat the account age of the player',
  6238.     '[113] id [plr] -- Makes you chat the account ID of the player',
  6239.     '[114] .age [plr] -- Privately shows you the account age of the player',
  6240.     '[115] .id [plr] -- Privately shows you the account ID of the player',
  6241.     '[116] gameid -- Shows the game ID',
  6242.     '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  6243.     '[118] removefog -- Removes fog, client sided',
  6244.     '[119] disable -- Disables your character by removing humanoid',
  6245.     '[120] enable -- Enables your character by adding humanoid',
  6246.     '[121] prefix [key] -- Changes the prefix used, default is ;',
  6247.     '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
  6248.     '[123] flyspeed [num] -- Change your fly speed, default is 1',
  6249.     '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  6250.     '[125] uncarpet -- Stops carpet player',
  6251.     '[126] stare [plr] -- Turns your character to stare at another player',
  6252.     '[127] unstare -- Stops stare player',
  6253.     '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  6254.     '[129] unlogchat -- Disables logchat',
  6255.     '[130] fixcam -- Fixes/resets your camera',
  6256.     '[131] unstate -- Stops changing state',
  6257. }
  6258. speedget = 1
  6259.  
  6260. lplayer = game:GetService("Players").LocalPlayer
  6261.  
  6262. lplayer.CharacterAdded:Connect(function(character)
  6263.     spin = false
  6264.     flying = false
  6265.     staring = false
  6266.     banpl = false
  6267. end)
  6268.  
  6269. function change()
  6270.     prefix = prefix
  6271.     speedfly = speedfly
  6272. end
  6273.  
  6274. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  6275.     local Found = {}
  6276.     local strl = String:lower()
  6277.     if strl == "all" then
  6278.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6279.             table.insert(Found,v)
  6280.         end
  6281.     elseif strl == "others" then
  6282.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6283.             if v.Name ~= lplayer.Name then
  6284.                 table.insert(Found,v)
  6285.             end
  6286.         end  
  6287.     elseif strl == "me" then
  6288.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6289.             if v.Name == lplayer.Name then
  6290.                 table.insert(Found,v)
  6291.             end
  6292.         end  
  6293.     else
  6294.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6295.             if v.Name:lower():sub(1, #String) == String:lower() then
  6296.                 table.insert(Found,v)
  6297.             end
  6298.         end    
  6299.     end
  6300.     return Found    
  6301. end
  6302.  
  6303. local Mouse = lplayer:GetMouse()
  6304.  
  6305. spin = false
  6306. followed = false
  6307. traill = false
  6308. noclip = false
  6309. annoying = false
  6310. hwalk = false
  6311. droppinghats = false
  6312. droppingtools = false
  6313. flying = false
  6314. spamdelay = 1
  6315. spamming = false
  6316. spammingpm = false
  6317. cbringing = false
  6318. remotes = true
  6319. added = true
  6320. binds = false
  6321. stopsitting = false
  6322. clickgoto = false
  6323. gettingtools = false
  6324. removingmeshhats = false
  6325. removingmeshtool = false
  6326. clickdel = false
  6327. staring = false
  6328. chatlogs = false
  6329. banpl = false
  6330. changingstate = false
  6331. statechosen = 0
  6332.  
  6333. adminversion = "Reviz Admin by illremember, Version 2.0"
  6334.  
  6335. flying = false
  6336. speedfly = 1
  6337.  
  6338. function plrchat(plr, chat)
  6339. print(plr.Name..": "..tick().."\n"..chat)
  6340. end
  6341.  
  6342. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6343. v.Chatted:connect(function(chat)
  6344. if chatlogs then
  6345. plrchat(v, chat)
  6346. end
  6347. end)
  6348. end
  6349. game:GetService("Players").PlayerAdded:connect(function(plr)
  6350. plr.Chatted:connect(function(chat)
  6351. if chatlogs then
  6352. plrchat(plr, chat)
  6353. end
  6354. end)
  6355. end)
  6356.  
  6357.  
  6358. local ScreenGui = Instance.new("ScreenGui")
  6359. local Frame = Instance.new("Frame")
  6360. local CMDBAR = Instance.new("TextBox")
  6361. ScreenGui.Parent = game:GetService("CoreGui")
  6362. Frame.Parent = ScreenGui
  6363. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  6364. Frame.BackgroundTransparency = 0.3
  6365. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  6366. Frame.Size = UDim2.new(0, 200, 0, 40)
  6367. Frame.Active = true
  6368. Frame.Draggable = true
  6369. CMDBAR.Name = "CMDBAR"
  6370. CMDBAR.Parent = Frame
  6371. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  6372. CMDBAR.BackgroundTransparency = 0.20000000298023
  6373. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  6374. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  6375. CMDBAR.Font = Enum.Font.SourceSansLight
  6376. CMDBAR.FontSize = Enum.FontSize.Size14
  6377. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  6378. CMDBAR.TextScaled = true
  6379. CMDBAR.TextSize = 14
  6380. CMDBAR.TextWrapped = true
  6381. CMDBAR.Text = "Press ; to type, Enter to execute"
  6382.  
  6383. local CMDS = Instance.new("ScreenGui")
  6384. local CMDSFRAME = Instance.new("Frame")
  6385. local ScrollingFrame = Instance.new("ScrollingFrame")
  6386. local TextLabel = Instance.new("TextLabel")
  6387. local closegui = Instance.new("TextButton")
  6388. CMDS.Name = "CMDS"
  6389. CMDS.Parent = game:GetService("CoreGui")
  6390. CMDSFRAME.Name = "CMDSFRAME"
  6391. CMDSFRAME.Parent = CMDS
  6392. CMDSFRAME.Active = true
  6393. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  6394. CMDSFRAME.BorderSizePixel = 0
  6395. CMDSFRAME.Draggable = true
  6396. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  6397. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  6398. CMDSFRAME.Visible = false
  6399. ScrollingFrame.Parent = CMDSFRAME
  6400. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  6401. ScrollingFrame.BorderSizePixel = 0
  6402. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  6403. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  6404. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  6405. TextLabel.Parent = ScrollingFrame
  6406. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  6407. TextLabel.BackgroundTransparency = 1
  6408. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  6409. TextLabel.Font = Enum.Font.SourceSans
  6410. TextLabel.FontSize = Enum.FontSize.Size18
  6411. TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
  6412. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  6413. TextLabel.TextSize = 15
  6414. TextLabel.TextWrapped = true
  6415. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  6416. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  6417. closegui.Name = "closegui"
  6418. closegui.Parent = CMDSFRAME
  6419. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  6420. closegui.BorderSizePixel = 0
  6421. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  6422. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  6423. closegui.Font = Enum.Font.SourceSansBold
  6424. closegui.FontSize = Enum.FontSize.Size24
  6425. closegui.Text = "X"
  6426. closegui.TextColor3 = Color3.new(1, 1, 1)
  6427. closegui.TextSize = 20
  6428.  
  6429. closegui.MouseButton1Click:connect(function()
  6430.     CMDSFRAME.Visible = false
  6431. end)
  6432.  
  6433. game:GetService('RunService').Stepped:connect(function()
  6434.     if spin then
  6435.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  6436.     end
  6437.     if followed then
  6438.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  6439.     end
  6440.     if traill then
  6441.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  6442.     end
  6443.     if annoying then
  6444.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  6445.     end
  6446.     if hwalk then
  6447.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  6448.     end
  6449.     if staring then
  6450.         lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  6451.     end
  6452. end)
  6453. game:GetService('RunService').Stepped:connect(function()
  6454.     if noclip then
  6455.         if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  6456.             lplayer.Character.Head.CanCollide = false
  6457.             lplayer.Character.Torso.CanCollide = false
  6458.             lplayer.Character["Left Leg"].CanCollide = false
  6459.             lplayer.Character["Right Leg"].CanCollide = false
  6460.         else
  6461.             lplayer.Character.Humanoid:ChangeState(11)
  6462.         end
  6463.     end
  6464.     if changingstate then
  6465.         lplayer.Character.Humanoid:ChangeState(statechosen)
  6466.     end
  6467. end)
  6468. game:GetService('RunService').Stepped:connect(function()
  6469.     if droppinghats then
  6470.         for i,v in pairs(lplayer.Character:GetChildren()) do
  6471.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6472.                 v.Parent = workspace
  6473.             end
  6474.         end
  6475.     end
  6476.     if droppingtools then
  6477.         for i,v in pairs(lplayer.Character:GetChildren()) do
  6478.             if (v:IsA("Tool")) then
  6479.                 v.Parent = workspace
  6480.             end
  6481.         end
  6482.     end
  6483.     if removingmeshhats then
  6484.         for i,v in pairs(lplayer.Character:GetChildren()) do
  6485.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6486.                 v.Handle.Mesh:Destroy()
  6487.             end
  6488.         end
  6489.     end
  6490.     if removingmeshtool then
  6491.         for i,v in pairs(lplayer.Character:GetChildren()) do
  6492.             if (v:IsA("Tool")) then
  6493.                 v.Handle.Mesh:Destroy()
  6494.             end
  6495.         end
  6496.     end
  6497. end)
  6498. game:GetService('RunService').Stepped:connect(function()
  6499.     if banpl then
  6500.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  6501.     end
  6502. end)
  6503. game:GetService('RunService').Stepped:connect(function()
  6504.     if stopsitting then
  6505.         lplayer.Character.Humanoid.Sit = false
  6506.     end
  6507. end)
  6508.  
  6509. plr = lplayer
  6510. hum = plr.Character.HumanoidRootPart
  6511. mouse = plr:GetMouse()
  6512. mouse.KeyDown:connect(function(key)
  6513.     if key == "e" then
  6514.         if mouse.Target then
  6515.             if clickgoto then
  6516.                 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  6517.             elseif clickdel then
  6518.                 mouse.Target:Destroy()
  6519.             end
  6520.         end
  6521.     end
  6522. end)
  6523.  
  6524. game:GetService("Workspace").ChildAdded:connect(function(part)
  6525.     if gettingtools then
  6526.         if part:IsA("Tool") then
  6527.             part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6528.         end
  6529.     end
  6530. end)
  6531.  
  6532. lplayer.Chatted:Connect(function(msg)
  6533.     if string.sub(msg, 1, 6) == (prefix.."kill ") then
  6534.         if string.sub(msg, 7) == "me" then
  6535.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  6536.         else
  6537.             for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  6538.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6539.                 lplayer.Character.Humanoid.Name = 1
  6540.                 local l = lplayer.Character["1"]:Clone()
  6541.                 l.Parent = lplayer.Character
  6542.                 l.Name = "Humanoid"
  6543.                 wait(0.1)
  6544.                 lplayer.Character["1"]:Destroy()
  6545.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6546.                 lplayer.Character.Animate.Disabled = true
  6547.                 wait(0.1)
  6548.                 lplayer.Character.Animate.Disabled = false
  6549.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6550.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6551.                 lplayer.Character.Humanoid:EquipTool(v)
  6552.                 end
  6553.                 local function tp(player,player2)
  6554.                 local char1,char2=player.Character,player2.Character
  6555.                 if char1 and char2 then
  6556.                 char1:MoveTo(char2.Head.Position)
  6557.                 end
  6558.                 end
  6559.                 wait(0.1)
  6560.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6561.                 wait(0.2)
  6562.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6563.                 wait(0.5)
  6564.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  6565.                 wait(0.7)
  6566.                 tp(lplayer,game:GetService("Players")[v.Name])
  6567.                 wait(0.7)
  6568.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  6569.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  6570.                 Title = "Tools needed!";
  6571.                 Text = "You need a tool in your backpack for this command!";
  6572.                 })
  6573.             end
  6574.         end
  6575.     end
  6576.     if string.sub(msg, 1, 7) == (prefix.."bring ") then
  6577.         for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  6578.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6579.             lplayer.Character.Humanoid.Name = 1
  6580.             local l = lplayer.Character["1"]:Clone()
  6581.             l.Parent = lplayer.Character
  6582.             l.Name = "Humanoid"
  6583.             wait(0.1)
  6584.             lplayer.Character["1"]:Destroy()
  6585.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6586.             lplayer.Character.Animate.Disabled = true
  6587.             wait(0.1)
  6588.             lplayer.Character.Animate.Disabled = false
  6589.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6590.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6591.             lplayer.Character.Humanoid:EquipTool(v)
  6592.             end
  6593.             local function tp(player,player2)
  6594.             local char1,char2=player.Character,player2.Character
  6595.             if char1 and char2 then
  6596.             char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  6597.             end
  6598.             end
  6599.             local function getout(player,player2)
  6600.             local char1,char2=player.Character,player2.Character
  6601.             if char1 and char2 then
  6602.             char1:MoveTo(char2.Head.Position)
  6603.             end
  6604.             end
  6605.             tp(game:GetService("Players")[v.Name], lplayer)
  6606.             wait(0.2)
  6607.             tp(game:GetService("Players")[v.Name], lplayer)
  6608.             wait(0.5)
  6609.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  6610.             wait(0.5)
  6611.             getout(lplayer, game:GetService("Players")[v.Name])
  6612.             wait(0.3)
  6613.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  6614.             game:GetService("StarterGui"):SetCore("SendNotification", {
  6615.             Title = "Tools needed!";
  6616.             Text = "You need a tool in your backpack for this command!";
  6617.             })
  6618.         end
  6619.     end
  6620.     if string.sub(msg, 1, 6) == (prefix.."spin ") then
  6621.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6622.             lplayer.Character.Humanoid.Name = 1
  6623.             local l = lplayer.Character["1"]:Clone()
  6624.             l.Parent = lplayer.Character
  6625.             l.Name = "Humanoid"
  6626.             wait(0.1)
  6627.             lplayer.Character["1"]:Destroy()
  6628.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6629.             lplayer.Character.Animate.Disabled = true
  6630.             wait(0.1)
  6631.             lplayer.Character.Animate.Disabled = false
  6632.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6633.             lplayer.Character.Animate.Disabled = false
  6634.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6635.             lplayer.Character.Humanoid:EquipTool(v)
  6636.             end
  6637.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6638.             spinplr = v
  6639.             wait(0.5)
  6640.             spin = true
  6641.             game:GetService("StarterGui"):SetCore("SendNotification", {
  6642.             Title = "Tools needed!";
  6643.             Text = "You need a tool in your backpack for this command!";
  6644.             })
  6645.         end
  6646.     end
  6647.     if string.sub(msg, 1, 7) == (prefix.."unspin") then
  6648.         spin = false
  6649.     end
  6650.     if string.sub(msg, 1, 8) == (prefix.."attach ") then
  6651.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6652.             lplayer.Character.Humanoid.Name = 1
  6653.             local l = lplayer.Character["1"]:Clone()
  6654.             l.Parent = lplayer.Character
  6655.             l.Name = "Humanoid"
  6656.             wait(0.1)
  6657.             lplayer.Character["1"]:Destroy()
  6658.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6659.             lplayer.Character.Animate.Disabled = true
  6660.             wait(0.1)
  6661.             lplayer.Character.Animate.Disabled = false
  6662.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6663.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6664.             lplayer.Character.Humanoid:EquipTool(v)
  6665.             end
  6666.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6667.             wait(0.3)
  6668.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6669.             attplr = v
  6670.             game:GetService("StarterGui"):SetCore("SendNotification", {
  6671.             Title = "Tools needed!";
  6672.             Text = "You need a tool in your backpack for this command!";
  6673.             })
  6674.         end
  6675.     end
  6676.     if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  6677.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  6678.             local function getout(player,player2)
  6679.             local char1,char2=player.Character,player2.Character
  6680.             if char1 and char2 then
  6681.             char1:MoveTo(char2.Head.Position)
  6682.             end
  6683.             end
  6684.             getout(lplayer, game:GetService("Players")[v.Name])
  6685.         end
  6686.     end
  6687.     if string.sub(msg, 1, 8) == (prefix.."follow ") then
  6688.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6689.             followed = true
  6690.             flwplr = v
  6691.         end
  6692.     end
  6693.     if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  6694.         followed = false
  6695.     end
  6696.     if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  6697.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  6698.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6699.             lplayer.Character.Humanoid.Name = 1
  6700.             local l = lplayer.Character["1"]:Clone()
  6701.             l.Parent = lplayer.Character
  6702.             l.Name = "Humanoid"
  6703.             wait(0.1)
  6704.             lplayer.Character["1"]:Destroy()
  6705.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6706.             lplayer.Character.Animate.Disabled = true
  6707.             wait(0.1)
  6708.             lplayer.Character.Animate.Disabled = false
  6709.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6710.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6711.             lplayer.Character.Humanoid:EquipTool(v)
  6712.             end
  6713.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6714.             wait(0.2)
  6715.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6716.             wait(0.6)
  6717.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  6718.             wait(0.6)
  6719.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  6720.             game:GetService("StarterGui"):SetCore("SendNotification", {
  6721.             Title = "Tools needed!";
  6722.             Text = "You need a tool in your backpack for this command!";
  6723.             })
  6724.         end
  6725.     end
  6726.     if string.sub(msg, 1, 7) == (prefix.."trail ") then
  6727.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6728.             traill = true
  6729.             trlplr = v
  6730.         end
  6731.     end
  6732.     if string.sub(msg, 1, 8) == (prefix.."untrail") then
  6733.         traill = false
  6734.     end
  6735.     if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  6736.         if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  6737.             lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6738.         else
  6739.             for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6740.                 local o = Instance.new("RocketPropulsion")
  6741.                 o.Parent = lplayer.Character.HumanoidRootPart
  6742.                 o.Name = "Orbit"
  6743.                 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  6744.                 o:Fire()
  6745.                 noclip = true
  6746.             end
  6747.         end
  6748.     end
  6749.     if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  6750.         lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  6751.         noclip = false
  6752.     end
  6753.     if string.sub(msg, 1, 7) == (prefix.."fling ") then
  6754.         if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  6755.             lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6756.         else
  6757.             for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6758.                 local y = Instance.new("RocketPropulsion")
  6759.                 y.Parent = lplayer.Character.HumanoidRootPart
  6760.                 y.CartoonFactor = 1
  6761.                 y.MaxThrust = 800000
  6762.                 y.MaxSpeed = 1000
  6763.                 y.ThrustP = 200000
  6764.                 y.Name = "Fling"
  6765.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  6766.                 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  6767.                 y:Fire()
  6768.                 noclip = true
  6769.             end
  6770.         end
  6771.     end
  6772.     if string.sub(msg, 1, 8) == (prefix.."unfling") then
  6773.         noclip = false
  6774.         lplayer.Character.HumanoidRootPart.Fling:Destroy()
  6775.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  6776.         wait(0.4)
  6777.         lplayer.Character.HumanoidRootPart.Fling:Destroy()
  6778.     end
  6779.     if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  6780.         if game:GetService("Workspace").FilteringEnabled == true then
  6781.             warn("FE is Enabled (Filtering Enabled)")
  6782.             game:GetService("StarterGui"):SetCore("SendNotification", {
  6783.                 Title = "FE is Enabled";
  6784.                 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  6785.             })
  6786.         else
  6787.             warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  6788.             game:GetService("StarterGui"):SetCore("SendNotification", {
  6789.                 Title = "FE is Disabled";
  6790.                 Text = "Filtering Disabled. Consider using a different admin script.";
  6791.             })
  6792.         end
  6793.     end
  6794.     if string.sub(msg, 1, 6) == (prefix.."void ") then
  6795.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6796.             lplayer.Character.Humanoid.Name = 1
  6797.             local l = lplayer.Character["1"]:Clone()
  6798.             l.Parent = lplayer.Character
  6799.             l.Name = "Humanoid"
  6800.             wait(0.1)
  6801.             lplayer.Character["1"]:Destroy()
  6802.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6803.             lplayer.Character.Animate.Disabled = true
  6804.             wait(0.1)
  6805.             lplayer.Character.Animate.Disabled = false
  6806.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6807.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6808.             lplayer.Character.Humanoid:EquipTool(v)
  6809.             end
  6810.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6811.             wait(0.2)
  6812.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6813.             wait(0.6)
  6814.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  6815.             game:GetService("StarterGui"):SetCore("SendNotification", {
  6816.             Title = "Tools needed!";
  6817.             Text = "You need a tool in your backpack for this command!";
  6818.             })
  6819.         end
  6820.     end
  6821.     if string.sub(msg, 1, 7) == (prefix.."noclip") then
  6822.         noclip = true
  6823.         game:GetService("StarterGui"):SetCore("SendNotification", {
  6824.         Title = "Noclip enabled";
  6825.         Text = "Type ;clip to disable";
  6826.         })
  6827.     end
  6828.     if string.sub(msg, 1, 5) == (prefix.."clip") then
  6829.         noclip = false
  6830.         game:GetService("StarterGui"):SetCore("SendNotification", {
  6831.         Title = "Noclip disabled";
  6832.         Text = "Type ;noclip to enable";
  6833.         })
  6834.     end
  6835.     if string.sub(msg, 1, 7) == (prefix.."speed ") then
  6836.         lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  6837.     end
  6838.     if string.sub(msg, 1, 4) == (prefix.."ws ") then
  6839.         lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  6840.     end
  6841.     if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  6842.         lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  6843.     end
  6844.     if string.sub(msg, 1, 4) == (prefix.."hh ") then
  6845.         lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  6846.     end
  6847.     if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  6848.         lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  6849.     end
  6850.     if string.sub(msg, 1, 4) == (prefix.."jp ") then
  6851.         lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  6852.     end
  6853.     if string.sub(msg, 1, 8) == (prefix.."default") then
  6854.         lplayer.Character.Humanoid.JumpPower = 50
  6855.         lplayer.Character.Humanoid.WalkSpeed = 16
  6856.         lplayer.Character.Humanoid.HipHeight = 0
  6857.     end
  6858.     if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  6859.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6860.             annoying = true
  6861.             annplr = v
  6862.         end
  6863.     end
  6864.     if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  6865.         annoying = false
  6866.     end
  6867.     if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  6868.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  6869.             hwalk = true
  6870.             hdwplr = v
  6871.         end
  6872.     end
  6873.     if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  6874.         hwalk = false
  6875.     end
  6876.     if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  6877.         lplayer.Character["Left Leg"]:Destroy()
  6878.         lplayer.Character["Left Arm"]:Destroy()
  6879.         lplayer.Character["Right Leg"]:Destroy()
  6880.         lplayer.Character["Right Arm"]:Destroy()
  6881.     end
  6882.     if string.sub(msg, 1, 4) == (prefix.."god") then
  6883.         lplayer.Character.Humanoid.Name = 1
  6884.         local l = lplayer.Character["1"]:Clone()
  6885.         l.Parent = lplayer.Character
  6886.         l.Name = "Humanoid"
  6887.         wait(0.1)
  6888.         lplayer.Character["1"]:Destroy()
  6889.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6890.         lplayer.Character.Animate.Disabled = true
  6891.         wait(0.1)
  6892.         lplayer.Character.Animate.Disabled = false
  6893.         lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6894.         game:GetService("StarterGui"):SetCore("SendNotification", {
  6895.         Title = "FE Godmode enabled";
  6896.         Text = "Use ;grespawn or ;respawn to remove";
  6897.         })
  6898.     end
  6899.     if string.sub(msg, 1, 9) == (prefix.."drophats") then
  6900.         for i,v in pairs(lplayer.Character:GetChildren()) do
  6901.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6902.                 v.Parent = workspace
  6903.             end
  6904.         end
  6905.     end
  6906.     if string.sub(msg, 1, 9) == (prefix.."droptool") then
  6907.         for i,v in pairs(lplayer.Character:GetChildren()) do
  6908.             if (v:IsA("Tool")) then
  6909.                 v.Parent = workspace
  6910.             end
  6911.         end
  6912.     end
  6913.     if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  6914.         droppinghats = true
  6915.         game:GetService("StarterGui"):SetCore("SendNotification", {
  6916.         Title = "Loop Drop Enabled";
  6917.         Text = "Type ;unloopdhats to disable";
  6918.         })
  6919.     end
  6920.     if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  6921.         droppinghats = false
  6922.         game:GetService("StarterGui"):SetCore("SendNotification", {
  6923.         Title = "Loop Drop Disabled";
  6924.         Text = "Type ;loopdhats to enable.";
  6925.         })
  6926.     end
  6927.     if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  6928.         droppingtools = true
  6929.         game:GetService("StarterGui"):SetCore("SendNotification", {
  6930.         Title = "Loop Drop Enabled";
  6931.         Text = "Type ;unloopdtool to disable";
  6932.         })
  6933.     end
  6934.     if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  6935.         droppingtools = false
  6936.         game:GetService("StarterGui"):SetCore("SendNotification", {
  6937.         Title = "Loop Drop Disabled";
  6938.         Text = "Type ;loopdtool to enable.";
  6939.         })
  6940.     end
  6941.     if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  6942.         Local = game:GetService('Players').LocalPlayer
  6943.         Char  = Local.Character
  6944.         touched,tpdback = false, false
  6945.         box = Instance.new('Part',workspace)
  6946.         box.Anchored = true
  6947.         box.CanCollide = true
  6948.         box.Size = Vector3.new(10,1,10)
  6949.         box.Position = Vector3.new(0,10000,0)
  6950.         box.Touched:connect(function(part)
  6951.             if (part.Parent.Name == Local.Name) then
  6952.                 if touched == false then
  6953.                     touched = true
  6954.                     function apply()
  6955.                         if script.Disabled ~= true then
  6956.                             no = Char.HumanoidRootPart:Clone()
  6957.                             wait(.25)
  6958.                             Char.HumanoidRootPart:Destroy()
  6959.                             no.Parent = Char
  6960.                             Char:MoveTo(loc)
  6961.                             touched = false
  6962.                         end end
  6963.                     if Char then
  6964.                         apply()
  6965.                     end
  6966.                 end
  6967.             end
  6968.         end)
  6969.         repeat wait() until Char
  6970.         loc = Char.HumanoidRootPart.Position
  6971.         Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  6972.         game:GetService("StarterGui"):SetCore("SendNotification", {
  6973.         Title = "Invisibility enabled!";
  6974.         Text = "Reset or use ;respawn to remove.";
  6975.         })
  6976.     end
  6977.     if string.sub(msg, 1, 6) == (prefix.."view ") then
  6978.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6979.             if game:GetService("Players")[v.Name].Character.Humanoid then
  6980.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  6981.             else
  6982.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  6983.             end
  6984.         end
  6985.     end
  6986.     if string.sub(msg, 1, 7) == (prefix.."unview") then
  6987.         if lplayer.Character.Humanoid then
  6988.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  6989.         else
  6990.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  6991.         end
  6992.     end
  6993.     if string.sub(msg, 1, 6) == (prefix.."goto ") then
  6994.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6995.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6996.         end
  6997.     end
  6998.     if string.sub(msg, 1, 4) == (prefix.."fly") then
  6999.     repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  7000.     repeat wait() until Mouse
  7001.    
  7002.     local T = lplayer.Character.HumanoidRootPart
  7003.     local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  7004.     local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  7005.     local SPEED = speedget
  7006.    
  7007.     local function fly()
  7008.         flying = true
  7009.         local BG = Instance.new('BodyGyro', T)
  7010.         local BV = Instance.new('BodyVelocity', T)
  7011.         BG.P = 9e4
  7012.         BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  7013.         BG.cframe = T.CFrame
  7014.         BV.velocity = Vector3.new(0, 0.1, 0)
  7015.         BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  7016.         spawn(function()
  7017.         repeat wait()
  7018.         lplayer.Character.Humanoid.PlatformStand = true
  7019.         if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  7020.         SPEED = 50
  7021.         elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  7022.         SPEED = 0
  7023.         end
  7024.         if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  7025.         BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  7026.         lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  7027.         elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  7028.         BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  7029.         else
  7030.         BV.velocity = Vector3.new(0, 0.1, 0)
  7031.         end
  7032.         BG.cframe = workspace.CurrentCamera.CoordinateFrame
  7033.                 until not flying
  7034.                 CONTROL = {F = 0, B = 0, L = 0, R = 0}
  7035.                 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  7036.                 SPEED = 0
  7037.                 BG:destroy()
  7038.                 BV:destroy()
  7039.                 lplayer.Character.Humanoid.PlatformStand = false
  7040.             end)
  7041.         end
  7042.     Mouse.KeyDown:connect(function(KEY)
  7043.         if KEY:lower() == 'w' then
  7044.             CONTROL.F = speedfly
  7045.         elseif KEY:lower() == 's' then
  7046.             CONTROL.B = -speedfly
  7047.         elseif KEY:lower() == 'a' then
  7048.             CONTROL.L = -speedfly
  7049.         elseif KEY:lower() == 'd' then
  7050.             CONTROL.R = speedfly
  7051.         end
  7052.     end)
  7053.     Mouse.KeyUp:connect(function(KEY)
  7054.         if KEY:lower() == 'w' then
  7055.             CONTROL.F = 0
  7056.         elseif KEY:lower() == 's' then
  7057.             CONTROL.B = 0
  7058.         elseif KEY:lower() == 'a' then
  7059.             CONTROL.L = 0
  7060.         elseif KEY:lower() == 'd' then
  7061.             CONTROL.R = 0
  7062.         end
  7063.     end)
  7064.     fly()
  7065.     end
  7066.     if string.sub(msg, 1, 6) == (prefix.."unfly") then
  7067.         flying = false
  7068.         lplayer.Character.Humanoid.PlatformStand = false
  7069.     end
  7070.     if string.sub(msg, 1, 6) == (prefix.."chat ") then
  7071.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  7072.     end
  7073.     if string.sub(msg, 1, 6) == (prefix.."spam ") then
  7074.         spamtext = (string.sub(msg, 7))
  7075.         spamming = true
  7076.     end
  7077.     if string.sub(msg, 1, 7) == (prefix.."unspam") then
  7078.         spamming = false
  7079.     end
  7080.     if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  7081.         spamdelay = (string.sub(msg, 11))
  7082.     end
  7083.     if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  7084.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7085.             pmspammed = v.Name
  7086.             spammingpm = true
  7087.         end
  7088.     end
  7089.     if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  7090.         spammingpm = false
  7091.     end
  7092.     if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  7093.         for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  7094.             v.Character["Left Leg"].Anchored = true
  7095.             v.Character["Left Arm"].Anchored = true
  7096.             v.Character["Right Leg"].Anchored = true
  7097.             v.Character["Right Arm"].Anchored = true
  7098.             v.Character.Torso.Anchored = true
  7099.             v.Character.Head.Anchored = true
  7100.         end
  7101.     end
  7102.     if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  7103.         for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  7104.             v.Character["Left Leg"].Anchored = false
  7105.             v.Character["Left Arm"].Anchored = false
  7106.             v.Character["Right Leg"].Anchored = false
  7107.             v.Character["Right Arm"].Anchored = false
  7108.             v.Character.Torso.Anchored = false
  7109.             v.Character.Head.Anchored = false
  7110.         end
  7111.     end
  7112.     if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  7113.         local a = game:GetService("Workspace"):getChildren()
  7114.         for i = 1, #a do
  7115.             if a[i].className == "Part" then
  7116.                 a[i].Locked = false
  7117.             elseif a[i].className == "Model" then
  7118.                 local r = a[i]:getChildren()
  7119.                 for i = 1, #r do
  7120.                     if r[i].className == "Part" then
  7121.                     r[i].Locked = false
  7122.                     end
  7123.                 end
  7124.             end
  7125.         end
  7126.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7127.         Title = "Success!";
  7128.         Text = "Workspace unlocked. Use ;lockws to lock.";
  7129.         })
  7130.     end
  7131.     if string.sub(msg, 1, 7) == (prefix.."lockws") then
  7132.         local a = game:GetService("Workspace"):getChildren()
  7133.         for i = 1, #a do
  7134.             if a[i].className == "Part" then
  7135.                 a[i].Locked = true
  7136.             elseif a[i].className == "Model" then
  7137.                 local r = a[i]:getChildren()
  7138.                 for i = 1, #r do
  7139.                     if r[i].className == "Part" then
  7140.                     r[i].Locked = true
  7141.                     end
  7142.                 end
  7143.             end
  7144.         end
  7145.     end
  7146.     if string.sub(msg, 1, 7) == (prefix.."btools") then
  7147.         local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  7148.         Clone_T.BinType = "Clone"
  7149.         local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  7150.         Destruct.BinType = "Hammer"
  7151.         local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  7152.         Hold_T.BinType = "Grab"
  7153.     end
  7154.     if string.sub(msg, 1, 7) == (prefix.."pstand") then
  7155.         lplayer.Character.Humanoid.PlatformStand = true
  7156.     end
  7157.     if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  7158.         lplayer.Character.Humanoid.PlatformStand = false
  7159.     end
  7160.     if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  7161.         lplayer.Character.Head.Mesh:Destroy()
  7162.     end
  7163.     if string.sub(msg, 1, 4) == (prefix.."sit") then
  7164.         lplayer.Character.Humanoid.Sit = true
  7165.     end
  7166.     if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  7167.         local function bringobjw()
  7168.         for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  7169.         if obj.Name == (string.sub(msg, 11)) then
  7170.         obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7171.         obj.CanCollide = false
  7172.         obj.Transparency = 0.7
  7173.         wait()
  7174.         obj.CFrame = lplayer.Character["Left Leg"].CFrame
  7175.         wait()
  7176.         obj.CFrame = lplayer.Character["Right Leg"].CFrame
  7177.         wait()
  7178.         obj.CFrame = lplayer.Character["Head"].CFrame
  7179.         end
  7180.         end
  7181.         end
  7182.         while wait() do
  7183.             bringobjw()
  7184.         end
  7185.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7186.         Title = "BringObj";
  7187.         Text = "BringObj enabled.";
  7188.         })
  7189.     end
  7190.     if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  7191.         vis = (string.sub(msg, 8))
  7192.         local a = game:GetService("Workspace"):GetDescendants()
  7193.         for i = 1, #a do
  7194.             if a[i].className == "Part" then
  7195.                 a[i].Transparency = vis
  7196.             elseif a[i].className == "Model" then
  7197.                 local r = a[i]:getChildren()
  7198.                 for i = 1, #r do
  7199.                     if r[i].className == "Part" then
  7200.                     r[i].Transparency = vis
  7201.                     end
  7202.                 end
  7203.             end
  7204.         end
  7205.     end
  7206.     if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  7207.         loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  7208.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7209.         Title = "Success!";
  7210.         Text = "HyperTotal GUI Loaded!";
  7211.         })
  7212.     end
  7213.     if string.sub(msg, 1, 5) == (prefix.."cmds") then
  7214.         CMDSFRAME.Visible = true
  7215.     end
  7216.     if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  7217.         for i,v in pairs(lplayer.Character:GetChildren()) do
  7218.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7219.                 v.Handle.Mesh:Destroy()
  7220.             end
  7221.         end
  7222.     end
  7223.     if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  7224.         for i,v in pairs(lplayer.Character:GetChildren()) do
  7225.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7226.                 v.Handle.Mesh:Destroy()
  7227.             end
  7228.         end
  7229.     end
  7230.     if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  7231.         for i,v in pairs(lplayer.Character:GetChildren()) do
  7232.             if (v:IsA("Tool")) then
  7233.                 v.Handle.Mesh:Destroy()
  7234.             end
  7235.         end
  7236.     end
  7237.     if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  7238.         for i,v in pairs(lplayer.Character:GetChildren()) do
  7239.             if (v:IsA("Tool")) then
  7240.                 v.Handle.Mesh:Destroy()
  7241.             end
  7242.         end
  7243.     end
  7244.     if string.sub(msg, 1, 8) == (prefix.."spinner") then
  7245.         local p = Instance.new("RocketPropulsion")
  7246.         p.Parent = lplayer.Character.HumanoidRootPart
  7247.         p.Name = "Spinner"
  7248.         p.Target = lplayer.Character["Left Arm"]
  7249.         p:Fire()
  7250.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7251.         Title = "Spinner enabled";
  7252.         Text = "Type ;nospinner to disable.";
  7253.         })
  7254.     end
  7255.     if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  7256.         lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  7257.     end
  7258.     if string.sub(msg, 1, 7) == (prefix.."reachd") then
  7259.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  7260.             if v:isA("Tool") then
  7261.                 local a = Instance.new("SelectionBox",v.Handle)
  7262.                 a.Adornee = v.Handle
  7263.                 v.Handle.Size = Vector3.new(0.5,0.5,60)
  7264.                 v.GripPos = Vector3.new(0,0,0)
  7265.                 lplayer.Character.Humanoid:UnequipTools()
  7266.             end
  7267.         end
  7268.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7269.         Title = "Reach applied!";
  7270.         Text = "Applied to equipped sword. Use ;noreach to disable.";
  7271.         })
  7272.     end
  7273.     if string.sub(msg, 1, 7) == (prefix.."reach ") then
  7274.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  7275.             if v:isA("Tool") then
  7276.                 handleSize = v.Handle.Size
  7277.                 wait()
  7278.                 local a = Instance.new("SelectionBox",v.Handle)
  7279.                 a.Name = "a"
  7280.                 a.Adornee = v.Handle
  7281.                 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  7282.                 v.GripPos = Vector3.new(0,0,0)
  7283.                 lplayer.Character.Humanoid:UnequipTools()
  7284.             end
  7285.         end
  7286.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7287.         Title = "Reach applied!";
  7288.         Text = "Applied to equipped sword. Use ;noreach to disable.";
  7289.         })
  7290.     end
  7291.     if string.sub(msg, 1, 8) == (prefix.."noreach") then
  7292.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  7293.             if v:isA("Tool") then
  7294.                 v.Handle.a:Destroy()
  7295.                 v.Handle.Size = handleSize
  7296.             end
  7297.         end
  7298.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7299.         Title = "Reach removed!";
  7300.         Text = "Removed reach from equipped sword.";
  7301.         })
  7302.     end
  7303.     if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  7304.         for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  7305.             lplayer.Character.Humanoid.Name = 1
  7306.             local l = lplayer.Character["1"]:Clone()
  7307.             l.Parent = lplayer.Character
  7308.             l.Name = "Humanoid"
  7309.             wait(0.1)
  7310.             lplayer.Character["1"]:Destroy()
  7311.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7312.             lplayer.Character.Animate.Disabled = true
  7313.             wait(0.1)
  7314.             lplayer.Character.Animate.Disabled = false
  7315.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7316.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7317.             lplayer.Character.Humanoid:EquipTool(v)
  7318.             end
  7319.             wait(0.1)
  7320.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7321.             wait(0.2)
  7322.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7323.             wait(0.5)
  7324.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  7325.             game:GetService("StarterGui"):SetCore("SendNotification", {
  7326.             Title = "Tools needed!";
  7327.             Text = "You need a tool in your backpack for this command!";
  7328.             })
  7329.         end
  7330.     end
  7331.     if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  7332.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  7333.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7334.         end
  7335.     end
  7336.     if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  7337.         if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  7338.             cbringall = true
  7339.         else
  7340.             for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7341.                 brplr = v.Name
  7342.             end
  7343.         end
  7344.         cbring = true
  7345.     end
  7346.     if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  7347.         cbring = false
  7348.         cbringall = false
  7349.     end
  7350.     if string.sub(msg, 1, 6) == (prefix.."swap ") then
  7351.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7352.             local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7353.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7354.             lplayer.Character.Humanoid.Name = 1
  7355.             local l = lplayer.Character["1"]:Clone()
  7356.             l.Parent = lplayer.Character
  7357.             l.Name = "Humanoid"
  7358.             wait(0.1)
  7359.             lplayer.Character["1"]:Destroy()
  7360.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7361.             lplayer.Character.Animate.Disabled = true
  7362.             wait(0.1)
  7363.             lplayer.Character.Animate.Disabled = false
  7364.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7365.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7366.             lplayer.Character.Humanoid:EquipTool(v)
  7367.             end
  7368.             local function tp(player,player2)
  7369.             local char1,char2=player.Character,player2.Character
  7370.             if char1 and char2 then
  7371.             char1:MoveTo(char2.Head.Position)
  7372.             end
  7373.             end
  7374.             wait(0.1)
  7375.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7376.             wait(0.2)
  7377.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7378.             wait(0.5)
  7379.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  7380.             wait(0.6)
  7381.             tp(lplayer, game:GetService("Players")[v.Name])
  7382.             wait(0.4)
  7383.             lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  7384.             game:GetService("StarterGui"):SetCore("SendNotification", {
  7385.             Title = "Tools needed!";
  7386.             Text = "You need a tool in your backpack for this command!";
  7387.             })
  7388.         end
  7389.     end
  7390.     if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  7391.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7392.             lplayer.Character.Humanoid.Name = 1
  7393.             local l = lplayer.Character["1"]:Clone()
  7394.             l.Parent = lplayer.Character
  7395.             l.Name = "Humanoid"
  7396.             wait(0.1)
  7397.             lplayer.Character["1"]:Destroy()
  7398.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7399.             lplayer.Character.Animate.Disabled = true
  7400.             wait(0.1)
  7401.             lplayer.Character.Animate.Disabled = false
  7402.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7403.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7404.             lplayer.Character.Humanoid:EquipTool(v)
  7405.             end
  7406.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7407.             wait(0.3)
  7408.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7409.             wait(0.4)
  7410.             b = Instance.new("BodyForce")
  7411.             b.Parent = lplayer.Character.HumanoidRootPart
  7412.             b.Name = "Glitch"
  7413.             b.Force = Vector3.new(100000000,5000,0)
  7414.             game:GetService("StarterGui"):SetCore("SendNotification", {
  7415.             Title = "Tools needed!";
  7416.             Text = "You need a tool in your backpack for this command!";
  7417.             })
  7418.         end
  7419.     end
  7420.     if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  7421.         lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  7422.         lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  7423.         b = Instance.new("BodyForce")
  7424.         b.Parent = lplayer.Character.HumanoidRootPart
  7425.         b.Name = "unGlitch"
  7426.         b.Force = Vector3.new(0,-5000000,0)
  7427.         wait(2)
  7428.         lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  7429.     end
  7430.     if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  7431.         lplayer.Character.Humanoid.Health = 0
  7432.         wait(1)
  7433.         lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  7434.         lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  7435.     end
  7436.     if string.sub(msg, 1, 9) == (prefix.."explorer") then
  7437.         loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  7438.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7439.         Title = "Success!";
  7440.         Text = "DEX Explorer has loaded.";
  7441.         })
  7442.     end
  7443.     if string.sub(msg, 1, 6) == (prefix.."anim ") then
  7444.         local Anim = Instance.new("Animation")
  7445.         Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  7446.         local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  7447.         track:Play(.1, 1, 1)
  7448.     end
  7449.     if string.sub(msg, 1, 8) == (prefix.."animgui") then
  7450.         loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  7451.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7452.         Title = "Success!";
  7453.         Text = "Energize Animations GUI has loaded.";
  7454.         })
  7455.     end
  7456.     if string.sub(msg, 1, 8) == (prefix.."savepos") then
  7457.         saved = lplayer.Character.HumanoidRootPart.CFrame
  7458.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7459.         Title = "Position Saved";
  7460.         Text = "Use ;loadpos to return to saved position.";
  7461.         })
  7462.     end
  7463.     if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  7464.         lplayer.Character.HumanoidRootPart.CFrame = saved
  7465.     end
  7466.     if string.sub(msg, 1, 6) == (prefix.."bang ") then
  7467.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7468.             local Anim2 = Instance.new("Animation")
  7469.             Anim2.AnimationId = "rbxassetid://148840371"
  7470.             local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  7471.             track2:Play(.1, 1, 1)
  7472.             bplrr = v.Name
  7473.             banpl = true
  7474.         end
  7475.     end
  7476.     if string.sub(msg, 1, 7) == (prefix.."unbang") then
  7477.         banpl = false
  7478.     end
  7479.     if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  7480.         local function bringmodw()
  7481.         for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  7482.         if obj.Name == (string.sub(msg, 11)) then
  7483.         for i,ch in pairs(obj:GetDescendants()) do
  7484.         if (ch:IsA("BasePart")) then
  7485.         ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7486.         ch.CanCollide = false
  7487.         ch.Transparency = 0.7
  7488.         wait()
  7489.         ch.CFrame = lplayer.Character["Left Leg"].CFrame
  7490.         wait()
  7491.         ch.CFrame = lplayer.Character["Right Leg"].CFrame
  7492.         wait()
  7493.         ch.CFrame = lplayer.Character["Head"].CFrame
  7494.         end
  7495.         end
  7496.         end
  7497.         end
  7498.         end
  7499.         while wait() do
  7500.             bringmodw()
  7501.         end
  7502.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7503.         Title = "BringMod";
  7504.         Text = "BringMod enabled.";
  7505.         })
  7506.     end
  7507.     if string.sub(msg, 1, 8) == (prefix.."respawn") then
  7508.         local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  7509.         local hum = Instance.new('Humanoid', mod)
  7510.         local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  7511.         lplayer.Character = mod
  7512.     end
  7513.     if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  7514.         game:GetService'RunService'.Stepped:Connect(function()
  7515.         pcall(function()
  7516.             for i,v in pairs(game:GetService'Players':GetPlayers()) do
  7517.                 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  7518.                     for _,x in pairs(v.Character.Head:GetChildren()) do
  7519.                         if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  7520.                     end
  7521.                 end
  7522.             end
  7523.         end)
  7524.         end)
  7525.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7526.         Title = "Attempting Shutdown";
  7527.         Text = "Shutdown Attempt has begun.";
  7528.         })
  7529.     end
  7530.     if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  7531.         objtodel = (string.sub(msg, 9))
  7532.         for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  7533.             if v.Name == objtodel then
  7534.                 v:Destroy()
  7535.             end
  7536.         end
  7537.     end
  7538.     if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  7539.         for i,v in pairs(game:GetService("Players"):GetPlayers())do
  7540.             print(v)
  7541.         end
  7542.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7543.         Title = "Printed";
  7544.         Text = "Players have been printed to console. (F9)";
  7545.         })
  7546.     end
  7547.     if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  7548.         for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  7549.             if (v:IsA("Decal")) then
  7550.                 v:Destroy()
  7551.             end
  7552.         end
  7553.     end
  7554.     if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  7555.         loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  7556.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7557.         Title = "Success!";
  7558.         Text = "OpFinality GUI has loaded.";
  7559.         })
  7560.     end
  7561.     if string.sub(msg, 1, 8) == (prefix.."remotes") then
  7562.         remotes = true
  7563.         added = true
  7564.         game.DescendantAdded:connect(function(rmt)
  7565.         if added == true then
  7566.         if remotes == true then
  7567.         if rmt:IsA("RemoteEvent") then
  7568.         print("A RemoteEvent was added!")
  7569.         print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  7570.         print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  7571.         end end end
  7572.         end)
  7573.         game.DescendantAdded:connect(function(rmtfnctn)
  7574.         if added == true then
  7575.         if remotes == true then
  7576.         if rmtfnctn:IsA("RemoteFunction") then
  7577.         warn("A RemoteFunction was added!")
  7578.         warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  7579.         print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  7580.         end end end
  7581.         end)
  7582.        
  7583.         game.DescendantAdded:connect(function(bndfnctn)
  7584.         if added == true then
  7585.         if binds == true then
  7586.         if bndfnctn:IsA("BindableFunction") then
  7587.         print("A BindableFunction was added!")
  7588.         print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  7589.         print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  7590.         end end end
  7591.         end)
  7592.        
  7593.         game.DescendantAdded:connect(function(bnd)
  7594.         if added == true then
  7595.         if binds == true then
  7596.         if bnd:IsA("BindableEvent") then
  7597.         warn("A BindableEvent was added!")
  7598.         warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  7599.         print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  7600.         end end end
  7601.         end)
  7602.        
  7603.        
  7604.         if binds == true then
  7605.         for i,v in pairs(game:GetDescendants()) do
  7606.         if v:IsA("BindableFunction") then
  7607.         print(" game." .. v:GetFullName() .. " | BindableFunction")
  7608.         print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  7609.         end end
  7610.         for i,v in pairs(game:GetDescendants()) do
  7611.         if v:IsA("BindableEvent") then
  7612.         warn(" game." .. v:GetFullName() .. " | BindableEvent")
  7613.         print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  7614.         end end
  7615.         else
  7616.         print("Off")
  7617.         end
  7618.         if remotes == true then
  7619.         for i,v in pairs(game:GetDescendants()) do
  7620.         if v:IsA("RemoteFunction") then
  7621.         warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  7622.         print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  7623.         end end
  7624.         wait()
  7625.         for i,v in pairs(game:GetDescendants()) do
  7626.         if v:IsA("RemoteEvent") then
  7627.         print(" game." .. v:GetFullName() .. " | RemoteEvent")
  7628.         print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  7629.         end end
  7630.         else
  7631.         print("Off")
  7632.         end
  7633.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7634.         Title = "Printing Remotes";
  7635.         Text = "Type ;noremotes to disable.";
  7636.         })
  7637.     end
  7638.     if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  7639.         remotes = false
  7640.         added = false
  7641.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7642.         Title = "Printing Remotes Disabled";
  7643.         Text = "Type ;remotes to enable.";
  7644.         })
  7645.     end
  7646.     if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  7647.         spin = false
  7648.         followed = false
  7649.         traill = false
  7650.         noclip = false
  7651.         annoying = false
  7652.         hwalk = false
  7653.         cbringing = false
  7654.     end
  7655.     if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  7656.         stopsitting = true
  7657.     end
  7658.     if string.sub(msg, 1, 6) == (prefix.."gosit") then
  7659.         stopsitting = false
  7660.     end
  7661.     if string.sub(msg, 1, 8) == (prefix.."version") then
  7662.         print(adminversion)
  7663.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7664.         Title = "Version";
  7665.         Text = adminversion;
  7666.         })
  7667.     end
  7668.     if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  7669.         clickgoto = true
  7670.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7671.         Title = "Click TP";
  7672.         Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  7673.         })
  7674.     end
  7675.     if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  7676.         clickdel = true
  7677.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7678.         Title = "Click Delete";
  7679.         Text = "Press E to delete part at mouse, ;noclickdel to stop";
  7680.         })
  7681.     end
  7682.     if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  7683.         clickdel = false
  7684.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7685.         Title = "Click Delete";
  7686.         Text = "Click delete has been disabled.";
  7687.         })
  7688.     end
  7689.     if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  7690.         clickgoto = false
  7691.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7692.         Title = "Click TP";
  7693.         Text = "Click TP has been disabled.";
  7694.         })
  7695.     end
  7696.     if string.sub(msg, 1, 8) == (prefix.."toolson") then
  7697.         gettingtools = true
  7698.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7699.         Title = "Tools Enabled";
  7700.         Text = "Automatically colleting tools dropped.";
  7701.         })
  7702.     end
  7703.     if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  7704.         gettingtools = false
  7705.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7706.         Title = "Tools Disabled";
  7707.         Text = "Click TP has been disabled.";
  7708.         })
  7709.     end
  7710.     if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  7711.         ScreenGui:Destroy()
  7712.     end
  7713.     if string.sub(msg, 1, 6) == (prefix.."reset") then
  7714.         lplayer.Character.Head:Destroy()
  7715.     end
  7716.     if string.sub(msg, 1, 7) == (prefix.."state ") then
  7717.         statechosen = string.sub(msg, 8)
  7718.         changingstate = true
  7719.     end
  7720.     if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  7721.         game:GetService("Workspace").Gravity = string.sub(msg, 10)
  7722.     end
  7723.     if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  7724.         removingmeshhats = true
  7725.     end
  7726.     if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  7727.         removingmeshhats = false
  7728.     end
  7729.     if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  7730.         removingmeshtool = true
  7731.     end
  7732.     if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  7733.         removingmeshtool = false
  7734.     end
  7735.     if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  7736.         for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  7737.             if v:IsA("Tool") then
  7738.                 for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  7739.                     v.Parent = player.Character
  7740.                 end
  7741.             end
  7742.         end
  7743.     end
  7744.     if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  7745.         for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  7746.             if v:IsA("Tool") then
  7747.                 v.Parent = lplayer.Character
  7748.                 wait()
  7749.                 for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  7750.                     v.Parent = player.Character
  7751.                 end
  7752.             end
  7753.         end
  7754.     end
  7755.     if string.sub(msg, 1, 5) == (prefix.."age ") then
  7756.         for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  7757.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  7758.         end
  7759.     end
  7760.     if string.sub(msg, 1, 4) == (prefix.."id ") then
  7761.         for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  7762.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  7763.         end
  7764.     end
  7765.     if string.sub(msg, 1, 6) == (prefix..".age ") then
  7766.         for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  7767.             game:GetService("StarterGui"):SetCore("SendNotification", {
  7768.             Title = player.AccountAge.." Days";
  7769.             Text = "Account age of "..player.Name;
  7770.             })
  7771.         end
  7772.     end
  7773.     if string.sub(msg, 1, 5) == (prefix..".id ") then
  7774.         for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  7775.             game:GetService("StarterGui"):SetCore("SendNotification", {
  7776.             Title = player.UserId.." ID";
  7777.             Text = "Account ID of "..player.Name;
  7778.             })
  7779.         end
  7780.     end
  7781.     if string.sub(msg, 1, 7) == (prefix.."gameid") then
  7782.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7783.         Title = "Game ID";
  7784.         Text = "Game ID: ".. game.GameId;
  7785.         })
  7786.     end
  7787.     if string.sub(msg, 1, 4) == (prefix.."pgs") then
  7788.         local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  7789.         if pgscheck == true then
  7790.             game:GetService("StarterGui"):SetCore("SendNotification", {
  7791.             Title = "PGSPhysicsSolverEnabled";
  7792.             Text = "PGS is Enabled!";
  7793.             })
  7794.         else
  7795.             game:GetService("StarterGui"):SetCore("SendNotification", {
  7796.             Title = "PGSPhysicsSolverEnabled";
  7797.             Text = "PGS is Disabled!";
  7798.             })
  7799.         end
  7800.     end
  7801.     if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  7802.         for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  7803.             if v:IsA("Part") then
  7804.                 if v.Transparency == 1 then
  7805.                     if v.Name ~= "HumanoidRootPart" then
  7806.                         v:Destroy()
  7807.                     end
  7808.                 end
  7809.             end
  7810.         end
  7811.     end
  7812.     if string.sub(msg, 1, 10) == (prefix.."removefog") then
  7813.         game:GetService("Lighting").FogStart = 0
  7814.         game:GetService("Lighting").FogEnd = 9999999999999
  7815.     end
  7816.     if string.sub(msg, 1, 8) == (prefix.."disable") then
  7817.         lplayer.Character.Humanoid.Parent = lplayer
  7818.     end
  7819.     if string.sub(msg, 1, 7) == (prefix.."enable") then
  7820.         lplayer.Humanoid.Parent = lplayer.Character
  7821.     end
  7822.     if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  7823.         prefix = (string.sub(msg, 9, 9))
  7824.         wait(0.1)
  7825.         change()
  7826.         wait(0.1)
  7827.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7828.         Title = "Prefix changed!";
  7829.         Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  7830.         })
  7831.     end
  7832.     if string.sub(msg, 1, 12) == (";resetprefix") then
  7833.         prefix = ";"
  7834.         wait(0.1)
  7835.         change()
  7836.         wait(0.1)
  7837.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7838.         Title = "Prefix changed!";
  7839.         Text = "Prefix is now "..prefix..". Make sure it's one key!";
  7840.         })
  7841.     end
  7842.     if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  7843.         speedfly = string.sub(msg, 11)
  7844.         wait()
  7845.         change()
  7846.     end
  7847.     if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  7848.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7849.             local Anim3 = Instance.new("Animation")
  7850.             Anim3.AnimationId = "rbxassetid://282574440"
  7851.             local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  7852.             track3:Play(.1, 1, 1)
  7853.             bplrr = v.Name
  7854.             banpl = true
  7855.         end
  7856.     end
  7857.     if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  7858.         banpl = false
  7859.     end
  7860.     if string.sub(msg, 1, 7) == (prefix.."stare ") then
  7861.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  7862.             staring = true
  7863.             stareplr = v
  7864.         end
  7865.     end
  7866.     if string.sub(msg, 1, 8) == (prefix.."unstare") then
  7867.         staring = false
  7868.     end
  7869.     if string.sub(msg, 1, 8) == (prefix.."logchat") then
  7870.         chatlogs = true
  7871.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7872.         Title = "LogChat enabled";
  7873.         Text = "Now logging all player chat.";
  7874.         })
  7875.     end
  7876.     if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  7877.         chatlogs = false
  7878.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7879.         Title = "LogChat disabled";
  7880.         Text = "Stopped logging all player chat.";
  7881.         })
  7882.     end
  7883.     if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  7884.         game:GetService("Workspace").CurrentCamera:Destroy()
  7885.         wait(0.1)
  7886.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  7887.         game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  7888.         lplayer.CameraMinZoomDistance = 0.5
  7889.         lplayer.CameraMaxZoomDistance = 400
  7890.         lplayer.CameraMode = "Classic"
  7891.     end
  7892.     if string.sub(msg, 1, 8) == (prefix.."unstate") then
  7893.         changingstate = false
  7894.     end
  7895. end)
  7896.  
  7897. local function tp()
  7898.     for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  7899.         if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  7900.             if player.Name == brplr then
  7901.                 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  7902.             end
  7903.         end
  7904.     end
  7905. end
  7906. local function tpall()
  7907.     for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  7908.         if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  7909.             player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  7910.         end
  7911.     end
  7912. end
  7913. spawn(function()
  7914.     while wait(spamdelay) do
  7915.         if spamming == true then
  7916.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  7917.         end
  7918.     end
  7919. end)
  7920. spawn(function()
  7921.     while wait(spamdelay) do
  7922.         if spammingpm == true then
  7923.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  7924.         end
  7925.     end
  7926. end)
  7927. spawn(function()
  7928.     while wait() do
  7929.         if cbring == true then
  7930.             tp()
  7931.         end
  7932.     end
  7933. end)
  7934. spawn(function()
  7935.     while wait() do
  7936.         if cbringall == true then
  7937.             tpall()
  7938.         end
  7939.     end
  7940. end)
  7941.  
  7942. Mouse.KeyDown:connect(function(Key)
  7943.     if Key == prefix then
  7944.         CMDBAR:CaptureFocus()
  7945.     end
  7946. end)
  7947.  
  7948. CMDBAR.FocusLost:connect(function(enterPressed)
  7949.     if enterPressed then
  7950.         if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  7951.             if string.sub(CMDBAR.Text, 6) == "me" then
  7952.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  7953.             else
  7954.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  7955.                     local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7956.                     lplayer.Character.Humanoid.Name = 1
  7957.                     local l = lplayer.Character["1"]:Clone()
  7958.                     l.Parent = lplayer.Character
  7959.                     l.Name = "Humanoid"
  7960.                     wait(0.1)
  7961.                     lplayer.Character["1"]:Destroy()
  7962.                     game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7963.                     lplayer.Character.Animate.Disabled = true
  7964.                     wait(0.1)
  7965.                     lplayer.Character.Animate.Disabled = false
  7966.                     lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7967.                     for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7968.                     lplayer.Character.Humanoid:EquipTool(v)
  7969.                     end
  7970.                     local function tp(player,player2)
  7971.                     local char1,char2=player.Character,player2.Character
  7972.                     if char1 and char2 then
  7973.                     char1:MoveTo(char2.Head.Position)
  7974.                     end
  7975.                     end
  7976.                     wait(0.1)
  7977.                     lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7978.                     wait(0.2)
  7979.                     lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7980.                     wait(0.5)
  7981.                     lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  7982.                     wait(0.7)
  7983.                     tp(lplayer,game:GetService("Players")[v.Name])
  7984.                     wait(0.7)
  7985.                     lplayer.Character.HumanoidRootPart.CFrame = NOW
  7986.                     game:GetService("StarterGui"):SetCore("SendNotification", {
  7987.                     Title = "Tools needed!";
  7988.                     Text = "You need a tool in your backpack for this command!";
  7989.                     })
  7990.                 end
  7991.             end
  7992.         end
  7993.         if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  7994.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  7995.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7996.                 lplayer.Character.Humanoid.Name = 1
  7997.                 local l = lplayer.Character["1"]:Clone()
  7998.                 l.Parent = lplayer.Character
  7999.                 l.Name = "Humanoid"
  8000.                 wait(0.1)
  8001.                 lplayer.Character["1"]:Destroy()
  8002.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8003.                 lplayer.Character.Animate.Disabled = true
  8004.                 wait(0.1)
  8005.                 lplayer.Character.Animate.Disabled = false
  8006.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8007.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8008.                 lplayer.Character.Humanoid:EquipTool(v)
  8009.                 end
  8010.                 local function tp(player,player2)
  8011.                 local char1,char2=player.Character,player2.Character
  8012.                 if char1 and char2 then
  8013.                 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  8014.                 end
  8015.                 end
  8016.                 local function getout(player,player2)
  8017.                 local char1,char2=player.Character,player2.Character
  8018.                 if char1 and char2 then
  8019.                 char1:MoveTo(char2.Head.Position)
  8020.                 end
  8021.                 end
  8022.                 tp(game:GetService("Players")[v.Name], lplayer)
  8023.                 wait(0.2)
  8024.                 tp(game:GetService("Players")[v.Name], lplayer)
  8025.                 wait(0.5)
  8026.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  8027.                 wait(0.5)
  8028.                 getout(lplayer, game:GetService("Players")[v.Name])
  8029.                 wait(0.3)
  8030.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  8031.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8032.                 Title = "Tools needed!";
  8033.                 Text = "You need a tool in your backpack for this command!";
  8034.                 })
  8035.             end
  8036.         end
  8037.         if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  8038.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8039.                 lplayer.Character.Humanoid.Name = 1
  8040.                 local l = lplayer.Character["1"]:Clone()
  8041.                 l.Parent = lplayer.Character
  8042.                 l.Name = "Humanoid"
  8043.                 wait(0.1)
  8044.                 lplayer.Character["1"]:Destroy()
  8045.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8046.                 lplayer.Character.Animate.Disabled = true
  8047.                 wait(0.1)
  8048.                 lplayer.Character.Animate.Disabled = false
  8049.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8050.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8051.                 lplayer.Character.Humanoid:EquipTool(v)
  8052.                 end
  8053.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8054.                 spinplr = v
  8055.                 wait(0.5)
  8056.                 spin = true
  8057.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8058.                 Title = "Tools needed!";
  8059.                 Text = "You need a tool in your backpack for this command!";
  8060.                 })
  8061.             end
  8062.         end
  8063.         if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  8064.             spin = false
  8065.         end
  8066.         if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  8067.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8068.                 lplayer.Character.Humanoid.Name = 1
  8069.                 local l = lplayer.Character["1"]:Clone()
  8070.                 l.Parent = lplayer.Character
  8071.                 l.Name = "Humanoid"
  8072.                 wait(0.1)
  8073.                 lplayer.Character["1"]:Destroy()
  8074.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8075.                 lplayer.Character.Animate.Disabled = true
  8076.                 wait(0.1)
  8077.                 lplayer.Character.Animate.Disabled = false
  8078.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8079.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8080.                 lplayer.Character.Humanoid:EquipTool(v)
  8081.                 end
  8082.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8083.                 wait(0.3)
  8084.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8085.                 attplr = v
  8086.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8087.                 Title = "Tools needed!";
  8088.                 Text = "You need a tool in your backpack for this command!";
  8089.                 })
  8090.             end
  8091.         end
  8092.         if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  8093.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  8094.                 local function getout(player,player2)
  8095.                 local char1,char2=player.Character,player2.Character
  8096.                 if char1 and char2 then
  8097.                 char1:MoveTo(char2.Head.Position)
  8098.                 end
  8099.                 end
  8100.                 getout(lplayer, game:GetService("Players")[v.Name])
  8101.             end
  8102.         end
  8103.         if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  8104.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8105.                 followed = true
  8106.                 flwplr = v
  8107.             end
  8108.         end
  8109.         if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  8110.             followed = false
  8111.         end
  8112.         if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  8113.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  8114.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  8115.                 lplayer.Character.Humanoid.Name = 1
  8116.                 local l = lplayer.Character["1"]:Clone()
  8117.                 l.Parent = lplayer.Character
  8118.                 l.Name = "Humanoid"
  8119.                 wait(0.1)
  8120.                 lplayer.Character["1"]:Destroy()
  8121.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8122.                 lplayer.Character.Animate.Disabled = true
  8123.                 wait(0.1)
  8124.                 lplayer.Character.Animate.Disabled = false
  8125.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8126.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8127.                 lplayer.Character.Humanoid:EquipTool(v)
  8128.                 end
  8129.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8130.                 wait(0.2)
  8131.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8132.                 wait(0.6)
  8133.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  8134.                 wait(0.6)
  8135.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  8136.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8137.                 Title = "Tools needed!";
  8138.                 Text = "You need a tool in your backpack for this command!";
  8139.                 })
  8140.             end
  8141.         end
  8142.         if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  8143.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8144.                 traill = true
  8145.                 trlplr = v
  8146.             end
  8147.         end
  8148.         if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  8149.             traill = false
  8150.         end
  8151.         if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  8152.             if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  8153.                 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8154.             else
  8155.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8156.                     local o = Instance.new("RocketPropulsion")
  8157.                     o.Parent = lplayer.Character.HumanoidRootPart
  8158.                     o.Name = "Orbit"
  8159.                     o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  8160.                     o:Fire()
  8161.                     noclip = true
  8162.                 end
  8163.             end
  8164.         end
  8165.         if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  8166.             lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  8167.             noclip = false
  8168.         end
  8169.         if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  8170.             if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  8171.                 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8172.             else
  8173.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8174.                     local y = Instance.new("RocketPropulsion")
  8175.                     y.Parent = lplayer.Character.HumanoidRootPart
  8176.                     y.CartoonFactor = 1
  8177.                     y.MaxThrust = 800000
  8178.                     y.MaxSpeed = 1000
  8179.                     y.ThrustP = 200000
  8180.                     y.Name = "Fling"
  8181.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  8182.                     y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  8183.                     y:Fire()
  8184.                     noclip = true
  8185.                 end
  8186.             end
  8187.         end
  8188.         if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  8189.             noclip = false
  8190.             lplayer.Character.HumanoidRootPart.Fling:Destroy()
  8191.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  8192.             wait(0.4)
  8193.             lplayer.Character.HumanoidRootPart.Fling:Destroy()
  8194.         end
  8195.         if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  8196.             if game:GetService("Workspace").FilteringEnabled == true then
  8197.                 warn("FE is Enabled (Filtering Enabled)")
  8198.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8199.                     Title = "FE is Enabled";
  8200.                     Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  8201.                 })
  8202.             else
  8203.                 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  8204.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8205.                     Title = "FE is Disabled";
  8206.                     Text = "Filtering Disabled. Consider using a different admin script.";
  8207.                 })
  8208.             end
  8209.         end
  8210.         if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  8211.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8212.                 lplayer.Character.Humanoid.Name = 1
  8213.                 local l = lplayer.Character["1"]:Clone()
  8214.                 l.Parent = lplayer.Character
  8215.                 l.Name = "Humanoid"
  8216.                 wait(0.1)
  8217.                 lplayer.Character["1"]:Destroy()
  8218.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8219.                 lplayer.Character.Animate.Disabled = true
  8220.                 wait(0.1)
  8221.                 lplayer.Character.Animate.Disabled = false
  8222.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8223.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8224.                 lplayer.Character.Humanoid:EquipTool(v)
  8225.                 end
  8226.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8227.                 wait(0.2)
  8228.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8229.                 wait(0.6)
  8230.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  8231.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8232.                 Title = "Tools needed!";
  8233.                 Text = "You need a tool in your backpack for this command!";
  8234.                 })
  8235.             end
  8236.         end
  8237.         if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  8238.             noclip = true
  8239.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8240.             Title = "Noclip enabled";
  8241.             Text = "Type ;clip to disable";
  8242.             })
  8243.         end
  8244.         if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  8245.             noclip = false
  8246.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8247.             Title = "Noclip disabled";
  8248.             Text = "Type ;noclip to enable";
  8249.             })
  8250.         end
  8251.         if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  8252.             lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  8253.         end
  8254.         if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  8255.             lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  8256.         end
  8257.         if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  8258.             lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  8259.         end
  8260.         if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  8261.             lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  8262.         end
  8263.         if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  8264.             lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  8265.         end
  8266.         if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  8267.             lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  8268.         end
  8269.         if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  8270.             lplayer.Character.Humanoid.JumpPower = 50
  8271.             lplayer.Character.Humanoid.WalkSpeed = 16
  8272.             lplayer.Character.Humanoid.HipHeight = 0
  8273.         end
  8274.         if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  8275.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8276.                 annoying = true
  8277.                 annplr = v
  8278.             end
  8279.         end
  8280.         if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  8281.             annoying = false
  8282.         end
  8283.         if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  8284.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  8285.                 hwalk = true
  8286.                 hdwplr = v
  8287.             end
  8288.         end
  8289.         if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  8290.             hwalk = false
  8291.         end
  8292.         if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  8293.             lplayer.Character["Left Leg"]:Destroy()
  8294.             lplayer.Character["Left Arm"]:Destroy()
  8295.             lplayer.Character["Right Leg"]:Destroy()
  8296.             lplayer.Character["Right Arm"]:Destroy()
  8297.         end
  8298.         if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  8299.             lplayer.Character.Humanoid.Name = 1
  8300.             local l = lplayer.Character["1"]:Clone()
  8301.             l.Parent = lplayer.Character
  8302.             l.Name = "Humanoid"
  8303.             wait(0.1)
  8304.             lplayer.Character["1"]:Destroy()
  8305.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8306.             lplayer.Character.Animate.Disabled = true
  8307.             wait(0.1)
  8308.             lplayer.Character.Animate.Disabled = false
  8309.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8310.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8311.             Title = "FE Godmode enabled";
  8312.             Text = "Use ;grespawn or ;respawn to remove.";
  8313.             })
  8314.         end
  8315.         if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  8316.             for i,v in pairs(lplayer.Character:GetChildren()) do
  8317.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  8318.                     v.Parent = workspace
  8319.                 end
  8320.             end
  8321.         end
  8322.         if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  8323.             for i,v in pairs(lplayer.Character:GetChildren()) do
  8324.                 if (v:IsA("Tool")) then
  8325.                     v.Parent = workspace
  8326.                 end
  8327.             end
  8328.         end
  8329.         if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  8330.             droppinghats = true
  8331.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8332.             Title = "Loop Drop Enabled";
  8333.             Text = "Type ;unloopdhats to disable";
  8334.             })
  8335.         end
  8336.         if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  8337.             droppinghats = false
  8338.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8339.             Title = "Loop Drop Disabled";
  8340.             Text = "Type ;loopdhats to enable.";
  8341.             })
  8342.         end
  8343.         if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  8344.             droppingtools = true
  8345.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8346.             Title = "Loop Drop Enabled";
  8347.             Text = "Type ;unloopdtool to disable";
  8348.             })
  8349.         end
  8350.         if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  8351.             droppingtools = false
  8352.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8353.             Title = "Loop Drop Disabled";
  8354.             Text = "Type ;loopdtool to enable.";
  8355.             })
  8356.         end
  8357.         if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  8358.             Local = game:GetService('Players').LocalPlayer
  8359.             Char  = Local.Character
  8360.             touched,tpdback = false, false
  8361.             box = Instance.new('Part',workspace)
  8362.             box.Anchored = true
  8363.             box.CanCollide = true
  8364.             box.Size = Vector3.new(10,1,10)
  8365.             box.Position = Vector3.new(0,10000,0)
  8366.             box.Touched:connect(function(part)
  8367.                 if (part.Parent.Name == Local.Name) then
  8368.                     if touched == false then
  8369.                         touched = true
  8370.                         function apply()
  8371.                             if script.Disabled ~= true then
  8372.                                 no = Char.HumanoidRootPart:Clone()
  8373.                                 wait(.25)
  8374.                                 Char.HumanoidRootPart:Destroy()
  8375.                                 no.Parent = Char
  8376.                                 Char:MoveTo(loc)
  8377.                                 touched = false
  8378.                             end end
  8379.                         if Char then
  8380.                             apply()
  8381.                         end
  8382.                     end
  8383.                 end
  8384.             end)
  8385.             repeat wait() until Char
  8386.             loc = Char.HumanoidRootPart.Position
  8387.             Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  8388.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8389.             Title = "Invisibility enabled!";
  8390.             Text = "Reset or use ;respawn to remove.";
  8391.             })
  8392.         end
  8393.         if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  8394.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8395.                 if game:GetService("Players")[v.Name].Character.Humanoid then
  8396.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  8397.                 else
  8398.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  8399.                 end
  8400.             end
  8401.         end
  8402.         if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  8403.             if lplayer.Character.Humanoid then
  8404.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  8405.             else
  8406.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  8407.             end
  8408.         end
  8409.         if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  8410.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8411.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8412.             end
  8413.         end
  8414.         if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  8415.         repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  8416.         repeat wait() until Mouse
  8417.        
  8418.         local T = lplayer.Character.HumanoidRootPart
  8419.         local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  8420.         local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  8421.         local SPEED = speedget
  8422.        
  8423.         local function fly()
  8424.             flying = true
  8425.             local BG = Instance.new('BodyGyro', T)
  8426.             local BV = Instance.new('BodyVelocity', T)
  8427.             BG.P = 9e4
  8428.             BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  8429.             BG.cframe = T.CFrame
  8430.             BV.velocity = Vector3.new(0, 0.1, 0)
  8431.             BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  8432.             spawn(function()
  8433.             repeat wait()
  8434.             lplayer.Character.Humanoid.PlatformStand = true
  8435.             if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  8436.             SPEED = 50
  8437.             elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  8438.             SPEED = 0
  8439.             end
  8440.             if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  8441.             BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  8442.             lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  8443.             elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  8444.             BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  8445.             else
  8446.             BV.velocity = Vector3.new(0, 0.1, 0)
  8447.             end
  8448.             BG.cframe = workspace.CurrentCamera.CoordinateFrame
  8449.                     until not flying
  8450.                     CONTROL = {F = 0, B = 0, L = 0, R = 0}
  8451.                     lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  8452.                     SPEED = 0
  8453.                     BG:destroy()
  8454.                     BV:destroy()
  8455.                     lplayer.Character.Humanoid.PlatformStand = false
  8456.                 end)
  8457.             end
  8458.         Mouse.KeyDown:connect(function(KEY)
  8459.             if KEY:lower() == 'w' then
  8460.                 CONTROL.F = speedfly
  8461.             elseif KEY:lower() == 's' then
  8462.                 CONTROL.B = -speedfly
  8463.             elseif KEY:lower() == 'a' then
  8464.                 CONTROL.L = -speedfly
  8465.             elseif KEY:lower() == 'd' then
  8466.                 CONTROL.R = speedfly
  8467.             end
  8468.         end)
  8469.         Mouse.KeyUp:connect(function(KEY)
  8470.             if KEY:lower() == 'w' then
  8471.                 CONTROL.F = 0
  8472.             elseif KEY:lower() == 's' then
  8473.                 CONTROL.B = 0
  8474.             elseif KEY:lower() == 'a' then
  8475.                 CONTROL.L = 0
  8476.             elseif KEY:lower() == 'd' then
  8477.                 CONTROL.R = 0
  8478.             end
  8479.         end)
  8480.         fly()
  8481.         end
  8482.         if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  8483.             flying = false
  8484.             lplayer.Character.Humanoid.PlatformStand = false
  8485.         end
  8486.         if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  8487.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  8488.         end
  8489.         if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  8490.             spamtext = (string.sub(CMDBAR.Text, 6))
  8491.             spamming = true
  8492.         end
  8493.         if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  8494.             spamming = false
  8495.         end
  8496.         if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  8497.             spamdelay = (string.sub(CMDBAR.Text, 10))
  8498.         end
  8499.         if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  8500.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8501.                 pmspammed = v.Name
  8502.                 spammingpm = true
  8503.             end
  8504.         end
  8505.         if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  8506.             spammingpm = false
  8507.         end
  8508.         if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  8509.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  8510.                 v.Character["Left Leg"].Anchored = true
  8511.                 v.Character["Left Arm"].Anchored = true
  8512.                 v.Character["Right Leg"].Anchored = true
  8513.                 v.Character["Right Arm"].Anchored = true
  8514.                 v.Character.Torso.Anchored = true
  8515.                 v.Character.Head.Anchored = true
  8516.             end
  8517.         end
  8518.         if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  8519.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  8520.                 v.Character["Left Leg"].Anchored = false
  8521.                 v.Character["Left Arm"].Anchored = false
  8522.                 v.Character["Right Leg"].Anchored = false
  8523.                 v.Character["Right Arm"].Anchored = false
  8524.                 v.Character.Torso.Anchored = false
  8525.                 v.Character.Head.Anchored = false
  8526.             end
  8527.         end
  8528.         if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  8529.             local a = game:GetService("Workspace"):getChildren()
  8530.             for i = 1, #a do
  8531.                 if a[i].className == "Part" then
  8532.                     a[i].Locked = false
  8533.                 elseif a[i].className == "Model" then
  8534.                     local r = a[i]:getChildren()
  8535.                     for i = 1, #r do
  8536.                         if r[i].className == "Part" then
  8537.                         r[i].Locked = false
  8538.                         end
  8539.                     end
  8540.                 end
  8541.             end
  8542.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8543.             Title = "Success!";
  8544.             Text = "Workspace unlocked. Use ;lockws to lock.";
  8545.             })
  8546.         end
  8547.         if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  8548.             local a = game:GetService("Workspace"):getChildren()
  8549.             for i = 1, #a do
  8550.                 if a[i].className == "Part" then
  8551.                     a[i].Locked = true
  8552.                 elseif a[i].className == "Model" then
  8553.                     local r = a[i]:getChildren()
  8554.                     for i = 1, #r do
  8555.                         if r[i].className == "Part" then
  8556.                         r[i].Locked = true
  8557.                         end
  8558.                     end
  8559.                 end
  8560.             end
  8561.         end
  8562.         if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  8563.             local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  8564.             Clone_T.BinType = "Clone"
  8565.             local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  8566.             Destruct.BinType = "Hammer"
  8567.             local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  8568.             Hold_T.BinType = "Grab"
  8569.         end
  8570.         if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  8571.             lplayer.Character.Humanoid.PlatformStand = true
  8572.         end
  8573.         if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  8574.             lplayer.Character.Humanoid.PlatformStand = false
  8575.         end
  8576.         if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  8577.             lplayer.Character.Head.Mesh:Destroy()
  8578.         end
  8579.         if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  8580.             lplayer.Character.Humanoid.Sit = true
  8581.         end
  8582.         if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  8583.             local function bringobjw()
  8584.             for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  8585.             if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  8586.             obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8587.             obj.CanCollide = false
  8588.             obj.Transparency = 0.7
  8589.             wait()
  8590.             obj.CFrame = lplayer.Character["Left Leg"].CFrame
  8591.             wait()
  8592.             obj.CFrame = lplayer.Character["Right Leg"].CFrame
  8593.             wait()
  8594.             obj.CFrame = lplayer.Character["Head"].CFrame
  8595.             end
  8596.             end
  8597.             end
  8598.             while wait() do
  8599.                 bringobjw()
  8600.             end
  8601.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8602.             Title = "BringObj";
  8603.             Text = "BringObj enabled.";
  8604.             })
  8605.         end
  8606.         if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  8607.             vis = (string.sub(CMDBAR.Text, 7))
  8608.             local a = game:GetService("Workspace"):GetDescendants()
  8609.             for i = 1, #a do
  8610.                 if a[i].className == "Part" then
  8611.                     a[i].Transparency = vis
  8612.                 elseif a[i].className == "Model" then
  8613.                     local r = a[i]:getChildren()
  8614.                     for i = 1, #r do
  8615.                         if r[i].className == "Part" then
  8616.                         r[i].Transparency = vis
  8617.                         end
  8618.                     end
  8619.                 end
  8620.             end
  8621.         end
  8622.         if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  8623.             loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  8624.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8625.             Title = "Success!";
  8626.             Text = "HyperTotal GUI Loaded!";
  8627.             })
  8628.         end
  8629.         if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  8630.             CMDSFRAME.Visible = true
  8631.         end
  8632.         if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  8633.             for i,v in pairs(lplayer.Character:GetChildren()) do
  8634.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  8635.                     v.Handle.Mesh:Destroy()
  8636.                 end
  8637.             end
  8638.         end
  8639.         if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  8640.             for i,v in pairs(lplayer.Character:GetChildren()) do
  8641.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  8642.                     v.Handle.Mesh:Destroy()
  8643.                 end
  8644.             end
  8645.         end
  8646.         if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  8647.             for i,v in pairs(lplayer.Character:GetChildren()) do
  8648.                 if (v:IsA("Tool")) then
  8649.                     v.Handle.Mesh:Destroy()
  8650.                 end
  8651.             end
  8652.         end
  8653.         if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  8654.             for i,v in pairs(lplayer.Character:GetChildren()) do
  8655.                 if (v:IsA("Tool")) then
  8656.                     v.Handle.Mesh:Destroy()
  8657.                 end
  8658.             end
  8659.         end
  8660.         if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  8661.             local p = Instance.new("RocketPropulsion")
  8662.             p.Parent = lplayer.Character.HumanoidRootPart
  8663.             p.Name = "Spinner"
  8664.             p.Target = lplayer.Character["Left Arm"]
  8665.             p:Fire()
  8666.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8667.             Title = "Spinner enabled";
  8668.             Text = "Type ;nospinner to disable.";
  8669.             })
  8670.         end
  8671.         if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  8672.             lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  8673.         end
  8674.         if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  8675.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  8676.                 if v:isA("Tool") then
  8677.                     local a = Instance.new("SelectionBox",v.Handle)
  8678.                     a.Adornee = v.Handle
  8679.                     v.Handle.Size = Vector3.new(0.5,0.5,60)
  8680.                     v.GripPos = Vector3.new(0,0,0)
  8681.                     lplayer.Character.Humanoid:UnequipTools()
  8682.                 end
  8683.             end
  8684.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8685.             Title = "Reach applied!";
  8686.             Text = "Applied to equipped sword. Use ;noreach to disable.";
  8687.             })
  8688.         end
  8689.         if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  8690.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  8691.                 if v:isA("Tool") then
  8692.                     local a = Instance.new("SelectionBox",v.Handle)
  8693.                     a.Name = "Reach"
  8694.                     a.Adornee = v.Handle
  8695.                     v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  8696.                     v.GripPos = Vector3.new(0,0,0)
  8697.                     lplayer.Character.Humanoid:UnequipTools()
  8698.                 end
  8699.             end
  8700.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8701.             Title = "Reach applied!";
  8702.             Text = "Applied to equipped sword. Use ;noreach to disable.";
  8703.             })
  8704.         end
  8705.         if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  8706.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  8707.                 if v:isA("Tool") then
  8708.                     v.Handle.Reach:Destroy()
  8709.                 end
  8710.             end
  8711.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8712.             Title = "Reach removed!";
  8713.             Text = "Removed reach from equipped sword.";
  8714.             })
  8715.         end
  8716.         if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  8717.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  8718.                 lplayer.Character.Humanoid.Name = 1
  8719.                 local l = lplayer.Character["1"]:Clone()
  8720.                 l.Parent = lplayer.Character
  8721.                 l.Name = "Humanoid"
  8722.                 wait(0.1)
  8723.                 lplayer.Character["1"]:Destroy()
  8724.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8725.                 lplayer.Character.Animate.Disabled = true
  8726.                 wait(0.1)
  8727.                 lplayer.Character.Animate.Disabled = false
  8728.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8729.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8730.                 lplayer.Character.Humanoid:EquipTool(v)
  8731.                 end
  8732.                 wait(0.1)
  8733.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8734.                 wait(0.2)
  8735.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8736.                 wait(0.5)
  8737.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  8738.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8739.                 Title = "Tools needed!";
  8740.                 Text = "You need a tool in your backpack for this command!";
  8741.                 })
  8742.             end
  8743.         end
  8744.         if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  8745.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8746.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8747.             end
  8748.         end
  8749.         if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  8750.             if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  8751.                 cbringall = true
  8752.             else
  8753.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8754.                     brplr = v.Name
  8755.                 end
  8756.             end
  8757.             cbring = true
  8758.         end
  8759.         if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  8760.             cbring = false
  8761.             cbringall = false
  8762.         end
  8763.         if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  8764.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8765.                 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8766.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  8767.                 lplayer.Character.Humanoid.Name = 1
  8768.                 local l = lplayer.Character["1"]:Clone()
  8769.                 l.Parent = lplayer.Character
  8770.                 l.Name = "Humanoid"
  8771.                 wait(0.1)
  8772.                 lplayer.Character["1"]:Destroy()
  8773.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8774.                 lplayer.Character.Animate.Disabled = true
  8775.                 wait(0.1)
  8776.                 lplayer.Character.Animate.Disabled = false
  8777.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8778.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8779.                 lplayer.Character.Humanoid:EquipTool(v)
  8780.                 end
  8781.                 local function tp(player,player2)
  8782.                 local char1,char2=player.Character,player2.Character
  8783.                 if char1 and char2 then
  8784.                 char1:MoveTo(char2.Head.Position)
  8785.                 end
  8786.                 end
  8787.                 wait(0.1)
  8788.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8789.                 wait(0.2)
  8790.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8791.                 wait(0.5)
  8792.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  8793.                 wait(0.6)
  8794.                 tp(lplayer, game:GetService("Players")[v.Name])
  8795.                 wait(0.4)
  8796.                 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  8797.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8798.                 Title = "Tools needed!";
  8799.                 Text = "You need a tool in your backpack for this command!";
  8800.                 })
  8801.             end
  8802.         end
  8803.         if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  8804.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8805.                 lplayer.Character.Humanoid.Name = 1
  8806.                 local l = lplayer.Character["1"]:Clone()
  8807.                 l.Parent = lplayer.Character
  8808.                 l.Name = "Humanoid"
  8809.                 wait(0.1)
  8810.                 lplayer.Character["1"]:Destroy()
  8811.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8812.                 lplayer.Character.Animate.Disabled = true
  8813.                 wait(0.1)
  8814.                 lplayer.Character.Animate.Disabled = false
  8815.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8816.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8817.                 lplayer.Character.Humanoid:EquipTool(v)
  8818.                 end
  8819.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8820.                 wait(0.3)
  8821.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8822.                 wait(0.4)
  8823.                 b = Instance.new("BodyForce")
  8824.                 b.Parent = lplayer.Character.HumanoidRootPart
  8825.                 b.Name = "Glitch"
  8826.                 b.Force = Vector3.new(100000000,5000,0)
  8827.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8828.                 Title = "Tools needed!";
  8829.                 Text = "You need a tool in your backpack for this command!";
  8830.                 })
  8831.             end
  8832.         end
  8833.         if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  8834.             lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  8835.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  8836.             b = Instance.new("BodyForce")
  8837.             b.Parent = lplayer.Character.HumanoidRootPart
  8838.             b.Name = "unGlitch"
  8839.             b.Force = Vector3.new(0,-5000000,0)
  8840.             wait(2)
  8841.             lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  8842.         end
  8843.         if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  8844.             lplayer.Character.Humanoid.Health = 0
  8845.             wait(1)
  8846.             lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  8847.             lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  8848.         end
  8849.         if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  8850.             loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  8851.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8852.             Title = "Success!";
  8853.             Text = "DEX Explorer has loaded.";
  8854.             })
  8855.         end
  8856.         if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  8857.             local Anim = Instance.new("Animation")
  8858.             Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  8859.             local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  8860.             track:Play(.1, 1, 1)
  8861.         end
  8862.         if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  8863.             loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  8864.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8865.             Title = "Success!";
  8866.             Text = "Energize Animations GUI has loaded.";
  8867.             })
  8868.         end
  8869.         if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  8870.             saved = lplayer.Character.HumanoidRootPart.CFrame
  8871.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8872.             Title = "Position Saved";
  8873.             Text = "Use ;loadpos to return to saved position.";
  8874.             })
  8875.         end
  8876.         if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  8877.             lplayer.Character.HumanoidRootPart.CFrame = saved
  8878.         end
  8879.         if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  8880.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8881.                 local Anim2 = Instance.new("Animation")
  8882.                 Anim2.AnimationId = "rbxassetid://148840371"
  8883.                 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  8884.                 track2:Play(.1, 1, 1)
  8885.                 bplrr = v.Name
  8886.                 banpl = true
  8887.             end
  8888.         end
  8889.         if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  8890.             banpl = false
  8891.         end
  8892.         if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  8893.             local function bringmodw()
  8894.             for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  8895.             if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  8896.             for i,ch in pairs(obj:GetDescendants()) do
  8897.             if (ch:IsA("BasePart")) then
  8898.             ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8899.             ch.CanCollide = false
  8900.             ch.Transparency = 0.7
  8901.             wait()
  8902.             ch.CFrame = lplayer.Character["Left Leg"].CFrame
  8903.             wait()
  8904.             ch.CFrame = lplayer.Character["Right Leg"].CFrame
  8905.             wait()
  8906.             ch.CFrame = lplayer.Character["Head"].CFrame
  8907.             end
  8908.             end
  8909.             end
  8910.             end
  8911.             end
  8912.             while wait() do
  8913.                 bringmodw()
  8914.             end
  8915.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8916.             Title = "BringMod";
  8917.             Text = "BringMod enabled.";
  8918.             })
  8919.         end
  8920.         if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  8921.             local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  8922.             local hum = Instance.new('Humanoid', mod)
  8923.             local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  8924.             lplayer.Character = mod
  8925.         end
  8926.         if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  8927.             game:GetService'RunService'.Stepped:Connect(function()
  8928.             pcall(function()
  8929.                 for i,v in pairs(game:GetService'Players':GetPlayers()) do
  8930.                     if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  8931.                         for _,x in pairs(v.Character.Head:GetChildren()) do
  8932.                             if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  8933.                         end
  8934.                     end
  8935.                 end
  8936.             end)
  8937.             end)
  8938.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8939.             Title = "Attempting Shutdown";
  8940.             Text = "Shutdown Attempt has begun.";
  8941.             })
  8942.         end
  8943.         if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  8944.             objtodel = (string.sub(CMDBAR.Text, 8))
  8945.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  8946.                 if v.Name == objtodel then
  8947.                     v:Destroy()
  8948.                 end
  8949.             end
  8950.         end
  8951.         if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  8952.             for i,v in pairs(game:GetService("Players"):GetPlayers())do
  8953.                 print(v)
  8954.             end
  8955.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8956.             Title = "Printed";
  8957.             Text = "Players have been printed to console. (F9)";
  8958.             })
  8959.         end
  8960.         if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  8961.             for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  8962.                 if (v:IsA("Decal")) then
  8963.                     v:Destroy()
  8964.                 end
  8965.             end
  8966.         end
  8967.         if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  8968.             loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  8969.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8970.             Title = "Success!";
  8971.             Text = "OpFinality GUI has loaded.";
  8972.             })
  8973.         end
  8974.         if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  8975.             remotes = true
  8976.             added = true
  8977.             game.DescendantAdded:connect(function(rmt)
  8978.             if added == true then
  8979.             if remotes == true then
  8980.             if rmt:IsA("RemoteEvent") then
  8981.             print("A RemoteEvent was added!")
  8982.             print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  8983.             print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  8984.             end end end
  8985.             end)
  8986.             game.DescendantAdded:connect(function(rmtfnctn)
  8987.             if added == true then
  8988.             if remotes == true then
  8989.             if rmtfnctn:IsA("RemoteFunction") then
  8990.             warn("A RemoteFunction was added!")
  8991.             warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  8992.             print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  8993.             end end end
  8994.             end)
  8995.            
  8996.             game.DescendantAdded:connect(function(bndfnctn)
  8997.             if added == true then
  8998.             if binds == true then
  8999.             if bndfnctn:IsA("BindableFunction") then
  9000.             print("A BindableFunction was added!")
  9001.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  9002.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  9003.             end end end
  9004.             end)
  9005.            
  9006.             game.DescendantAdded:connect(function(bnd)
  9007.             if added == true then
  9008.             if binds == true then
  9009.             if bnd:IsA("BindableEvent") then
  9010.             warn("A BindableEvent was added!")
  9011.             warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  9012.             print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  9013.             end end end
  9014.             end)
  9015.            
  9016.            
  9017.             if binds == true then
  9018.             for i,v in pairs(game:GetDescendants()) do
  9019.             if v:IsA("BindableFunction") then
  9020.             print(" game." .. v:GetFullName() .. " | BindableFunction")
  9021.             print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  9022.             end end
  9023.             for i,v in pairs(game:GetDescendants()) do
  9024.             if v:IsA("BindableEvent") then
  9025.             warn(" game." .. v:GetFullName() .. " | BindableEvent")
  9026.             print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  9027.             end end
  9028.             else
  9029.             print("Off")
  9030.             end
  9031.             if remotes == true then
  9032.             for i,v in pairs(game:GetDescendants()) do
  9033.             if v:IsA("RemoteFunction") then
  9034.             warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  9035.             print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  9036.             end end
  9037.             wait()
  9038.             for i,v in pairs(game:GetDescendants()) do
  9039.             if v:IsA("RemoteEvent") then
  9040.             print(" game." .. v:GetFullName() .. " | RemoteEvent")
  9041.             print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  9042.             end end
  9043.             else
  9044.             print("Off")
  9045.             end
  9046.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9047.             Title = "Printing Remotes";
  9048.             Text = "Type ;noremotes to disable.";
  9049.             })
  9050.         end
  9051.         if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  9052.             remotes = false
  9053.             added = false
  9054.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9055.             Title = "Printing Remotes Disabled";
  9056.             Text = "Type ;remotes to enable.";
  9057.             })
  9058.         end
  9059.         if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  9060.             spin = false
  9061.             followed = false
  9062.             traill = false
  9063.             noclip = false
  9064.             annoying = false
  9065.             hwalk = false
  9066.             cbringing = false
  9067.         end
  9068.         if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  9069.             stopsitting = true
  9070.         end
  9071.         if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  9072.             stopsitting = false
  9073.         end
  9074.         if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  9075.             print(adminversion)
  9076.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9077.             Title = "Version";
  9078.             Text = adminversion;
  9079.             })
  9080.         end
  9081.         if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  9082.             clickgoto = true
  9083.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9084.             Title = "Click TP";
  9085.             Text = "Press E to teleport to mouse position";
  9086.             })
  9087.         end
  9088.         if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  9089.             clickgoto = false
  9090.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9091.             Title = "Click TP";
  9092.             Text = "Click TP has been disabled.";
  9093.             })
  9094.         end
  9095.         if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  9096.             gettingtools = true
  9097.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9098.             Title = "Tools Enabled";
  9099.             Text = "Automatically colleting tools dropped.";
  9100.             })
  9101.         end
  9102.         if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  9103.             gettingtools = false
  9104.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9105.             Title = "Tools Disabled";
  9106.             Text = "Click TP has been disabled.";
  9107.             })
  9108.         end
  9109.         if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  9110.             ScreenGui:Destroy()
  9111.         end
  9112.         if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  9113.             lplayer.Character.Head:Destroy()
  9114.         end
  9115.         if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  9116.             statechosen = string.sub(CMDBAR.Text, 7)
  9117.             changingstate = true
  9118.         end
  9119.         if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  9120.             game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  9121.         end
  9122.         if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  9123.         removingmeshhats = true
  9124.         end
  9125.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  9126.             removingmeshhats = false
  9127.         end
  9128.         if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  9129.             removingmeshtool = true
  9130.         end
  9131.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  9132.             removingmeshtool = false
  9133.         end
  9134.         if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  9135.             for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  9136.                 if v:IsA("Tool") then
  9137.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  9138.                         v.Parent = player.Character
  9139.                     end
  9140.                 end
  9141.             end
  9142.         end
  9143.         if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  9144.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  9145.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  9146.             end
  9147.         end
  9148.         if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  9149.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  9150.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  9151.             end
  9152.         end
  9153.         if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  9154.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  9155.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  9156.                 Title = player.AccountAge.." Days";
  9157.                 Text = "Account age of "..player.Name;
  9158.                 })
  9159.             end
  9160.         end
  9161.         if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  9162.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  9163.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  9164.                 Title = player.UserId.." ID";
  9165.                 Text = "Account ID of "..player.Name;
  9166.                 })
  9167.             end
  9168.         end
  9169.         if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  9170.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9171.             Title = "Game ID";
  9172.             Text = "Game ID: ".. game.GameId;
  9173.             })
  9174.         end
  9175.         if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  9176.             local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  9177.             if pgscheck == true then
  9178.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  9179.                 Title = "PGSPhysicsSolverEnabled";
  9180.                 Text = "PGS is Enabled!";
  9181.                 })
  9182.             else
  9183.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  9184.                 Title = "PGSPhysicsSolverEnabled";
  9185.                 Text = "PGS is Disabled!";
  9186.                 })
  9187.             end
  9188.         end
  9189.         if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  9190.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  9191.                 if v:IsA("Part") then
  9192.                     if v.Transparency == 1 then
  9193.                         if v.Name ~= "HumanoidRootPart" then
  9194.                             v:Destroy()
  9195.                         end
  9196.                     end
  9197.                 end
  9198.             end
  9199.         end
  9200.         if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  9201.             game:GetService("Lighting").FogStart = 0
  9202.             game:GetService("Lighting").FogEnd = 9999999999999
  9203.         end
  9204.         if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  9205.             lplayer.Character.Humanoid.Parent = lplayer
  9206.         end
  9207.         if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  9208.             lplayer.Humanoid.Parent = lplayer.Character
  9209.         end
  9210.         if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  9211.             for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  9212.                 if v:IsA("Tool") then
  9213.                     v.Parent = lplayer.Character
  9214.                     wait()
  9215.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  9216.                         v.Parent = player.Character
  9217.                     end
  9218.                 end
  9219.             end
  9220.         end
  9221.         if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  9222.             speedfly = string.sub(CMDBAR.Text, 10)
  9223.             wait()
  9224.             change()
  9225.         end
  9226.         if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  9227.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  9228.                 local Anim3 = Instance.new("Animation")
  9229.                 Anim3.AnimationId = "rbxassetid://282574440"
  9230.                 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  9231.                 track3:Play(.1, 1, 1)
  9232.                 bplrr = v.Name
  9233.                 banpl = true
  9234.             end
  9235.         end
  9236.         if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  9237.             banpl = false
  9238.         end
  9239.         if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  9240.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  9241.                 staring = true
  9242.                 stareplr = v
  9243.             end
  9244.         end
  9245.         if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  9246.             staring = false
  9247.         end
  9248.         if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  9249.             chatlogs = true
  9250.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9251.             Title = "LogChat enabled";
  9252.             Text = "Now logging all player chat.";
  9253.             })
  9254.         end
  9255.         if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  9256.             chatlogs = false
  9257.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9258.             Title = "LogChat disabled";
  9259.             Text = "Stopped logging all player chat.";
  9260.             })
  9261.         end
  9262.         if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  9263.             game:GetService("Workspace").CurrentCamera:Destroy()
  9264.             wait(0.1)
  9265.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  9266.             game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  9267.             lplayer.CameraMinZoomDistance = 0.5
  9268.             lplayer.CameraMaxZoomDistance = 400
  9269.             lplayer.CameraMode = "Classic"
  9270.         end
  9271.         if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  9272.             changingstate = false
  9273.         end
  9274.         CMDBAR.Text = ""
  9275.     end
  9276. end)
  9277.  
  9278. wait(0.3)
  9279. game:GetService("StarterGui"):SetCore("SendNotification", {
  9280.     Title = "Loaded successfully!";
  9281.     Text = "Reviz Admin V2 by illremember";
  9282. })
  9283. wait(0.1)
  9284. print("Reviz Admin V2 loaded!")
  9285. if game:GetService("Workspace").FilteringEnabled == true then
  9286.     warn("FE is Enabled (Filtering Enabled)")
  9287.     game:GetService("StarterGui"):SetCore("SendNotification", {
  9288.         Title = "FE is Enabled";
  9289.         Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  9290.     })
  9291. else
  9292.     warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  9293.     game:GetService("StarterGui"):SetCore("SendNotification", {
  9294.         Title = "FE is Disabled";
  9295.         Text = "Filtering Disabled. Consider using a different admin script.";
  9296.     })
  9297. end
  9298.  
  9299. local intro = Instance.new("ScreenGui")
  9300. local Frame = Instance.new("Frame")
  9301. local ImageLabel = Instance.new("ImageLabel")
  9302. intro.Parent = game:GetService("CoreGui")
  9303. Frame.Parent = intro
  9304. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  9305. Frame.BackgroundTransparency = 1
  9306. Frame.Size = UDim2.new(1, 0, 0, 300)
  9307. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  9308. ImageLabel.Parent = Frame
  9309. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  9310. ImageLabel.BackgroundTransparency = 1
  9311. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  9312. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  9313. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  9314. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  9315. wait(3.01)
  9316. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  9317. wait(5.01)
  9318. intro:Destroy()
  9319. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement