Fefio92142

Untitled

Feb 28th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 490.40 KB | None | 0 0
  1. local PopesHubPublic = Instance.new("ScreenGui")
  2. local Drag = Instance.new("Frame")
  3. local Contents = Instance.new("Frame")
  4. local Button1 = Instance.new("TextButton")
  5. local Button2 = Instance.new("TextButton")
  6. local Button3 = Instance.new("TextButton")
  7. local Button4 = Instance.new("TextButton")
  8. local Button5 = Instance.new("TextButton")
  9. local Button6 = Instance.new("TextButton")
  10. local Button7 = Instance.new("TextButton")
  11. local Button8 = Instance.new("TextButton")
  12. local Button9 = Instance.new("TextButton")
  13. local Button10 = Instance.new("TextButton")
  14. local TopText = Instance.new("TextLabel")
  15. local Close = Instance.new("TextButton")
  16.  
  17. PopesHubPublic.Name = "Pope's Hub (Public)"
  18. PopesHubPublic.Parent = game.CoreGui
  19.  
  20. Drag.Name = "Drag"
  21. Drag.Parent = PopesHubPublic
  22. Drag.Active = true
  23. Drag.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  24. Drag.BorderSizePixel = 0
  25. Drag.ZIndex = 3
  26. Drag.Draggable = true
  27. Drag.Position = UDim2.new(0, 230, 0, 110)
  28. Drag.Size = UDim2.new(0, 395, 0, 50)
  29.  
  30. Contents.Name = "Contents"
  31. Contents.Parent = Drag
  32. Contents.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  33. Contents.BackgroundTransparency = 0.5
  34. Contents.BorderSizePixel = 0
  35. Contents.Position = UDim2.new(0, 0, 0, 50)
  36. Contents.Size = UDim2.new(0, 395, 0, 255)
  37.  
  38. Button1.Name = "Glock"
  39. Button1.Parent = Contents
  40. Button1.BackgroundColor3 = Color3.new(1, 1, 1)
  41. Button1.BorderSizePixel = 0
  42. Button1.Position = UDim2.new(0, 5, 0, 5)
  43. Button1.Size = UDim2.new(0, 190, 0, 45)
  44. Button1.Font = Enum.Font.SciFi
  45. Button1.Text = "Glock"
  46. Button1.FontSize = Enum.FontSize.Size18
  47. Button1.TextSize = 18
  48.  
  49. Button2.Name = "Draw Tool"
  50. Button2.Parent = Contents
  51. Button2.BackgroundColor3 = Color3.new(1, 1, 1)
  52. Button2.BorderSizePixel = 0
  53. Button2.Position = UDim2.new(0, 200, 0, 5)
  54. Button2.Size = UDim2.new(0, 190, 0, 45)
  55. Button2.Font = Enum.Font.SciFi
  56. Button2.Text = "Draw Tool"
  57. Button2.FontSize = Enum.FontSize.Size18
  58. Button2.TextSize = 18
  59.  
  60. Button3.Name = "GenkaddaOmega"
  61. Button3.Parent = Contents
  62. Button3.BackgroundColor3 = Color3.new(1, 1, 1)
  63. Button3.BorderSizePixel = 0
  64. Button3.Position = UDim2.new(0, 5, 0, 55)
  65. Button3.Size = UDim2.new(0, 190, 0, 45)
  66. Button3.Font = Enum.Font.SciFi
  67. Button3.Text = "GenkaddaOmega"
  68. Button3.FontSize = Enum.FontSize.Size18
  69. Button3.TextSize = 18
  70.  
  71. Button4.Name = "Rocky2u's Admin"
  72. Button4.Parent = Contents
  73. Button4.BackgroundColor3 = Color3.new(1, 1, 1)
  74. Button4.BorderSizePixel = 0
  75. Button4.Position = UDim2.new(0, 200, 0, 55)
  76. Button4.Size = UDim2.new(0, 190, 0, 45)
  77. Button4.Font = Enum.Font.SciFi
  78. Button4.Text = "Rocky2u's Admin"
  79. Button4.FontSize = Enum.FontSize.Size18
  80. Button4.TextSize = 18
  81.  
  82. Button5.Name = "Dex"
  83. Button5.Parent = Contents
  84. Button5.BackgroundColor3 = Color3.new(1, 1, 1)
  85. Button5.BorderSizePixel = 0
  86. Button5.Position = UDim2.new(0, 5, 0, 105)
  87. Button5.Size = UDim2.new(0, 190, 0, 45)
  88. Button5.Font = Enum.Font.SciFi
  89. Button5.Text = "Dex"
  90. Button5.FontSize = Enum.FontSize.Size18
  91. Button5.TextSize = 18
  92.  
  93. Button6.Name = "Zombie Infection"
  94. Button6.Parent = Contents
  95. Button6.BackgroundColor3 = Color3.new(1, 1, 1)
  96. Button6.BorderSizePixel = 0
  97. Button6.Position = UDim2.new(0, 200, 0, 105)
  98. Button6.Size = UDim2.new(0, 190, 0, 45)
  99. Button6.Font = Enum.Font.SciFi
  100. Button6.Text = "Zombie Infection"
  101. Button6.FontSize = Enum.FontSize.Size18
  102. Button6.TextSize = 18
  103.  
  104. Button7.Name = "Follow"
  105. Button7.Parent = Contents
  106. Button7.BackgroundColor3 = Color3.new(1, 1, 1)
  107. Button7.BorderSizePixel = 0
  108. Button7.Position = UDim2.new(0, 5, 0, 155)
  109. Button7.Size = UDim2.new(0, 190, 0, 45)
  110. Button7.Font = Enum.Font.SciFi
  111. Button7.Text = "Follow"
  112. Button7.FontSize = Enum.FontSize.Size18
  113. Button7.TextSize = 18
  114.  
  115. Button8.Name = "LT2 Gui"
  116. Button8.Parent = Contents
  117. Button8.BackgroundColor3 = Color3.new(1, 1, 1)
  118. Button8.BorderSizePixel = 0
  119. Button8.Position = UDim2.new(0, 200, 0, 155)
  120. Button8.Size = UDim2.new(0, 190, 0, 45)
  121. Button8.Font = Enum.Font.SciFi
  122. Button8.Text = "LT2 Gui"
  123. Button8.FontSize = Enum.FontSize.Size18
  124. Button8.TextSize = 18
  125.  
  126. Button9.Name = "Raspy's Apoc Gui"
  127. Button9.Parent = Contents
  128. Button9.BackgroundColor3 = Color3.new(1, 1, 1)
  129. Button9.BorderSizePixel = 0
  130. Button9.Position = UDim2.new(0, 5, 0, 205)
  131. Button9.Size = UDim2.new(0, 190, 0, 45)
  132. Button9.Font = Enum.Font.SciFi
  133. Button9.Text = "Raspy's Apoc Gui"
  134. Button9.FontSize = Enum.FontSize.Size18
  135. Button9.TextSize = 18
  136.  
  137. Button10.Name = "Fencing Reach"
  138. Button10.Parent = Contents
  139. Button10.BackgroundColor3 = Color3.new(1, 1, 1)
  140. Button10.BorderSizePixel = 0
  141. Button10.Position = UDim2.new(0, 200, 0, 205)
  142. Button10.Size = UDim2.new(0, 190, 0, 45)
  143. Button10.Font = Enum.Font.SciFi
  144. Button10.Text = "Fencing Reach"
  145. Button10.FontSize = Enum.FontSize.Size18
  146. Button10.TextSize = 18
  147.  
  148. TopText.Name = "TopText"
  149. TopText.Parent = Drag
  150. TopText.ZIndex = 3
  151. TopText.BackgroundColor3 = Color3.new(1, 1, 1)
  152. TopText.BackgroundTransparency = 1
  153. TopText.BorderSizePixel = 0
  154. TopText.Size = UDim2.new(1, 0, 1, 0)
  155. TopText.Font = Enum.Font.SciFi
  156. TopText.FontSize = Enum.FontSize.Size28
  157. TopText.Text = "Pope's Hub"
  158. TopText.TextColor3 = Color3.new(1, 1, 1)
  159. TopText.TextSize = 28
  160.  
  161. Close.Name = "Close"
  162. Close.Parent = Drag
  163. Close.ZIndex = 3
  164. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  165. Close.BackgroundTransparency = 1
  166. Close.Position = UDim2.new(0, 370, 0, 5)
  167. Close.Size = UDim2.new(0, 20, 0, 20)
  168. Close.Font = Enum.Font.SourceSansLight
  169. Close.FontSize = Enum.FontSize.Size32
  170. Close.Text = "X"
  171. Close.TextColor3 = Color3.new(1, 1, 1)
  172. Close.TextSize = 32
  173.  
  174. Button1.MouseButton1Down:connect(function()
  175.  
  176. local Scale = game.Players.LocalPlayer.Character.Torso.Size.X/2*(game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted") ~= nil and game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted").Scale.Z or 1)*0.8
  177. local Speed = 20*Scale
  178. local Gravity = 0.1
  179.  
  180. local Player = game.Players.LocalPlayer
  181. local Character = Player.Character
  182. local Humanoid = Character.Humanoid
  183. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,false)
  184. local Torso = Character.HumanoidRootPart
  185. local Mouse = game.Players.LocalPlayer:GetMouse()
  186. local RenderStepped = game:GetService("RunService").RenderStepped
  187. local Camera = Workspace.CurrentCamera
  188. Camera:ClearAllChildren()
  189. local Model = Instance.new("Model",Character)
  190. local IgnoreList = {Character,Workspace.Terrain}
  191.  
  192. local Part0Joint = CFrame.new(Vector3.new(1,0.75,0)*Scale*1.25)
  193. local Part1Joint = CFrame.new(Vector3.new(-0.5,0.75,0)*Scale*1.25)
  194. local RotationOffset = CFrame.Angles(math.rad(90),math.rad(0),0)
  195. local Gangster = false
  196.  
  197. local Part0JointHead = CFrame.new(Vector3.new(0,1,0)*Scale*1.25)
  198. local Part1JointHead = CFrame.new(Vector3.new(0,-0.5,0)*Scale*1.25)
  199. local RotationOffsetHead = CFrame.Angles(0,0,0)
  200.  
  201. local Handle = Instance.new("Part",Model)
  202. Handle.CanCollide = false
  203. Handle.Name = "Handle"
  204. Handle.Position = Vector3.new(0,100,0)
  205. Handle:BreakJoints()
  206. Handle.FormFactor = "Custom"
  207. Handle.Size = Vector3.new(0.2,0.2,0.2)
  208. Handle.TopSurface = "SmoothNoOutlines"
  209. Handle.BottomSurface = "SmoothNoOutlines"
  210. Handle.FrontSurface = "SmoothNoOutlines"
  211. Handle.BackSurface = "SmoothNoOutlines"
  212. Handle.RightSurface = "SmoothNoOutlines"
  213. Handle.LeftSurface = "SmoothNoOutlines"
  214. Handle.BrickColor = BrickColor.new("Black")
  215. local Mesh = Instance.new("BlockMesh",Handle)
  216. Mesh.Scale = Vector3.new(0.25,1,0.4) / 0.2 * Scale
  217. local HandleWeld = Instance.new("Motor6D")
  218. HandleWeld.Part0 = Character["Right Arm"]
  219. HandleWeld.Part1 = Handle
  220. HandleWeld.C0 = CFrame.new(Vector3.new(0,-1,0)*Scale) * CFrame.Angles(math.rad(-105),0,0)
  221. HandleWeld.Parent = Handle
  222.  
  223. local Part = Instance.new("Part",Model)
  224. Part.CanCollide = false
  225. Part.Position = Vector3.new(0,100,0)
  226. Part:BreakJoints()
  227. Part.FormFactor = "Custom"
  228. Part.Size = Vector3.new(0.2,0.2,0.2)
  229. Part.TopSurface = "SmoothNoOutlines"
  230. Part.BottomSurface = "SmoothNoOutlines"
  231. Part.FrontSurface = "SmoothNoOutlines"
  232. Part.BackSurface = "SmoothNoOutlines"
  233. Part.RightSurface = "SmoothNoOutlines"
  234. Part.LeftSurface = "SmoothNoOutlines"
  235. Part.BrickColor = BrickColor.new("Black")
  236. local Mesh = Instance.new("CylinderMesh",Part)
  237. Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale
  238. local PartWeld = Instance.new("Motor6D")
  239. PartWeld.Part0 = Handle
  240. PartWeld.Part1 = Part
  241. PartWeld.C0 = CFrame.new(Vector3.new(-0.115,-0.475,-0.190)*Scale) * CFrame.Angles(0,0,0)
  242. PartWeld.Parent = Part
  243.  
  244. local Part = Instance.new("Part",Model)
  245. Part.CanCollide = false
  246. Part.Position = Vector3.new(0,100,0)
  247. Part:BreakJoints()
  248. Part.FormFactor = "Custom"
  249. Part.Size = Vector3.new(0.2,0.2,0.2)
  250. Part.TopSurface = "SmoothNoOutlines"
  251. Part.BottomSurface = "SmoothNoOutlines"
  252. Part.FrontSurface = "SmoothNoOutlines"
  253. Part.BackSurface = "SmoothNoOutlines"
  254. Part.RightSurface = "SmoothNoOutlines"
  255. Part.LeftSurface = "SmoothNoOutlines"
  256. Part.BrickColor = BrickColor.new("Black")
  257. local Mesh = Instance.new("CylinderMesh",Part)
  258. Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale
  259. local PartWeld = Instance.new("Motor6D")
  260. PartWeld.Part0 = Handle
  261. PartWeld.Part1 = Part
  262. PartWeld.C0 = CFrame.new(Vector3.new(0.115,-0.475,0.190)*Scale) * CFrame.Angles(0,0,0)
  263. PartWeld.Parent = Part
  264.  
  265. local Part = Instance.new("Part",Model)
  266. Part.CanCollide = false
  267. Part.Position = Vector3.new(0,100,0)
  268. Part:BreakJoints()
  269. Part.FormFactor = "Custom"
  270. Part.Size = Vector3.new(0.2,0.2,0.2)
  271. Part.TopSurface = "SmoothNoOutlines"
  272. Part.BottomSurface = "SmoothNoOutlines"
  273. Part.FrontSurface = "SmoothNoOutlines"
  274. Part.BackSurface = "SmoothNoOutlines"
  275. Part.RightSurface = "SmoothNoOutlines"
  276. Part.LeftSurface = "SmoothNoOutlines"
  277. Part.BrickColor = BrickColor.new("Black")
  278. local Mesh = Instance.new("CylinderMesh",Part)
  279. Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale
  280. local PartWeld = Instance.new("Motor6D")
  281. PartWeld.Part0 = Handle
  282. PartWeld.Part1 = Part
  283. PartWeld.C0 = CFrame.new(Vector3.new(-0.115,-0.475,0.190)*Scale) * CFrame.Angles(0,0,0)
  284. PartWeld.Parent = Part
  285.  
  286. local Part = Instance.new("Part",Model)
  287. Part.CanCollide = false
  288. Part.Position = Vector3.new(0,100,0)
  289. Part:BreakJoints()
  290. Part.FormFactor = "Custom"
  291. Part.Size = Vector3.new(0.2,0.2,0.2)
  292. Part.TopSurface = "SmoothNoOutlines"
  293. Part.BottomSurface = "SmoothNoOutlines"
  294. Part.FrontSurface = "SmoothNoOutlines"
  295. Part.BackSurface = "SmoothNoOutlines"
  296. Part.RightSurface = "SmoothNoOutlines"
  297. Part.LeftSurface = "SmoothNoOutlines"
  298. Part.BrickColor = BrickColor.new("Black")
  299. local Mesh = Instance.new("CylinderMesh",Part)
  300. Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale
  301. local PartWeld = Instance.new("Motor6D")
  302. PartWeld.Part0 = Handle
  303. PartWeld.Part1 = Part
  304. PartWeld.C0 = CFrame.new(Vector3.new(0.115,-0.475,-0.190)*Scale) * CFrame.Angles(0,0,0)
  305. PartWeld.Parent = Part
  306.  
  307. local Part = Instance.new("Part",Model)
  308. Part.CanCollide = false
  309. Part.Position = Vector3.new(0,100,0)
  310. Part:BreakJoints()
  311. Part.FormFactor = "Custom"
  312. Part.Size = Vector3.new(0.2,0.2,0.2)
  313. Part.TopSurface = "SmoothNoOutlines"
  314. Part.BottomSurface = "SmoothNoOutlines"
  315. Part.FrontSurface = "SmoothNoOutlines"
  316. Part.BackSurface = "SmoothNoOutlines"
  317. Part.RightSurface = "SmoothNoOutlines"
  318. Part.LeftSurface = "SmoothNoOutlines"
  319. Part.BrickColor = BrickColor.new("Black")
  320. local Mesh = Instance.new("BlockMesh",Part)
  321. Mesh.Scale = Vector3.new(0.23,0.2,0.1) / 0.2 * Scale
  322. local PartWeld = Instance.new("Motor6D")
  323. PartWeld.Part0 = Handle
  324. PartWeld.Part1 = Part
  325. PartWeld.C0 = CFrame.new(Vector3.new(0,-0.475,-0.175)*Scale) * CFrame.Angles(0,0,0)
  326. PartWeld.Parent = Part
  327.  
  328. local Part = Instance.new("Part",Model)
  329. Part.CanCollide = false
  330. Part.Position = Vector3.new(0,100,0)
  331. Part:BreakJoints()
  332. Part.FormFactor = "Custom"
  333. Part.Size = Vector3.new(0.2,0.2,0.2)
  334. Part.TopSurface = "SmoothNoOutlines"
  335. Part.BottomSurface = "SmoothNoOutlines"
  336. Part.FrontSurface = "SmoothNoOutlines"
  337. Part.BackSurface = "SmoothNoOutlines"
  338. Part.RightSurface = "SmoothNoOutlines"
  339. Part.LeftSurface = "SmoothNoOutlines"
  340. Part.BrickColor = BrickColor.new("Black")
  341. local Mesh = Instance.new("BlockMesh",Part)
  342. Mesh.Scale = Vector3.new(0.23,0.2,0.1) / 0.2 * Scale
  343. local PartWeld = Instance.new("Motor6D")
  344. PartWeld.Part0 = Handle
  345. PartWeld.Part1 = Part
  346. PartWeld.C0 = CFrame.new(Vector3.new(0,-0.475,0.175)*Scale) * CFrame.Angles(0,0,0)
  347. PartWeld.Parent = Part
  348.  
  349. local Part = Instance.new("Part",Model)
  350. Part.CanCollide = false
  351. Part.Position = Vector3.new(0,100,0)
  352. Part:BreakJoints()
  353. Part.FormFactor = "Custom"
  354. Part.Size = Vector3.new(0.2,0.2,0.2)
  355. Part.TopSurface = "SmoothNoOutlines"
  356. Part.BottomSurface = "SmoothNoOutlines"
  357. Part.FrontSurface = "SmoothNoOutlines"
  358. Part.BackSurface = "SmoothNoOutlines"
  359. Part.RightSurface = "SmoothNoOutlines"
  360. Part.LeftSurface = "SmoothNoOutlines"
  361. Part.BrickColor = BrickColor.new("Black")
  362. local Mesh = Instance.new("BlockMesh",Part)
  363. Mesh.Scale = Vector3.new(0.1,0.2,0.38) / 0.2 * Scale
  364. local PartWeld = Instance.new("Motor6D")
  365. PartWeld.Part0 = Handle
  366. PartWeld.Part1 = Part
  367. PartWeld.C0 = CFrame.new(Vector3.new(-0.1,-0.475,0)*Scale) * CFrame.Angles(0,0,0)
  368. PartWeld.Parent = Part
  369.  
  370. local Part = Instance.new("Part",Model)
  371. Part.CanCollide = false
  372. Part.Position = Vector3.new(0,100,0)
  373. Part:BreakJoints()
  374. Part.FormFactor = "Custom"
  375. Part.Size = Vector3.new(0.2,0.2,0.2)
  376. Part.TopSurface = "SmoothNoOutlines"
  377. Part.BottomSurface = "SmoothNoOutlines"
  378. Part.FrontSurface = "SmoothNoOutlines"
  379. Part.BackSurface = "SmoothNoOutlines"
  380. Part.RightSurface = "SmoothNoOutlines"
  381. Part.LeftSurface = "SmoothNoOutlines"
  382. Part.BrickColor = BrickColor.new("Black")
  383. local Mesh = Instance.new("BlockMesh",Part)
  384. Mesh.Scale = Vector3.new(0.1,0.2,0.38) / 0.2 * Scale
  385. local PartWeld = Instance.new("Motor6D")
  386. PartWeld.Part0 = Handle
  387. PartWeld.Part1 = Part
  388. PartWeld.C0 = CFrame.new(Vector3.new(0.1,-0.475,0)*Scale) * CFrame.Angles(0,0,0)
  389. PartWeld.Parent = Part
  390.  
  391. local Part = Instance.new("Part",Model)
  392. Part.CanCollide = false
  393. Part.Position = Vector3.new(0,100,0)
  394. Part:BreakJoints()
  395. Part.FormFactor = "Custom"
  396. Part.Size = Vector3.new(0.2,0.2,0.2)
  397. Part.TopSurface = "SmoothNoOutlines"
  398. Part.BottomSurface = "SmoothNoOutlines"
  399. Part.FrontSurface = "SmoothNoOutlines"
  400. Part.BackSurface = "SmoothNoOutlines"
  401. Part.RightSurface = "SmoothNoOutlines"
  402. Part.LeftSurface = "SmoothNoOutlines"
  403. Part.BrickColor = BrickColor.new("Black")
  404. local Mesh = Instance.new("BlockMesh",Part)
  405. Mesh.Scale = Vector3.new(0.1,0.3,0.05) / 0.2 * Scale
  406. local PartWeld = Instance.new("Motor6D")
  407. PartWeld.Part0 = Handle
  408. PartWeld.Part1 = Part
  409. PartWeld.C0 = CFrame.Angles(math.rad(15),0,0) * CFrame.new(Vector3.new(0,0.25,-0.75)*Scale) * CFrame.Angles(math.rad(-10),0,0)
  410. PartWeld.Parent = Part
  411.  
  412. local Part = Instance.new("Part",Model)
  413. Part.CanCollide = false
  414. Part.Position = Vector3.new(0,100,0)
  415. Part:BreakJoints()
  416. Part.FormFactor = "Custom"
  417. Part.Size = Vector3.new(0.2,0.2,0.2)
  418. Part.TopSurface = "SmoothNoOutlines"
  419. Part.BottomSurface = "SmoothNoOutlines"
  420. Part.FrontSurface = "SmoothNoOutlines"
  421. Part.BackSurface = "SmoothNoOutlines"
  422. Part.RightSurface = "SmoothNoOutlines"
  423. Part.LeftSurface = "SmoothNoOutlines"
  424. Part.BrickColor = BrickColor.new("Black")
  425. local Mesh = Instance.new("BlockMesh",Part)
  426. Mesh.Scale = Vector3.new(0.1,0.05,0.625) / 0.2 * Scale
  427. local PartWeld = Instance.new("Motor6D")
  428. PartWeld.Part0 = Handle
  429. PartWeld.Part1 = Part
  430. PartWeld.C0 = CFrame.Angles(math.rad(15),0,0) * CFrame.new(Vector3.new(0,0.1,-0.435)*Scale)
  431. PartWeld.Parent = Part
  432.  
  433. for i = 0,80,10 do
  434. local Part = Instance.new("Part",Model)
  435. Part.CanCollide = false
  436. Part.Position = Vector3.new(0,100,0)
  437. Part:BreakJoints()
  438. Part.FormFactor = "Custom"
  439. Part.Size = Vector3.new(0.2,0.2,0.2)
  440. Part.TopSurface = "SmoothNoOutlines"
  441. Part.BottomSurface = "SmoothNoOutlines"
  442. Part.FrontSurface = "SmoothNoOutlines"
  443. Part.BackSurface = "SmoothNoOutlines"
  444. Part.RightSurface = "SmoothNoOutlines"
  445. Part.LeftSurface = "SmoothNoOutlines"
  446. Part.BrickColor = BrickColor.new("Black")
  447. local Mesh = Instance.new("BlockMesh",Part)
  448. Mesh.Scale = Vector3.new(0.25,0.15,0.03555*2) / 0.2 * Scale
  449. local PartWeld = Instance.new("Motor6D")
  450. PartWeld.Part0 = Handle
  451. PartWeld.Part1 = Part
  452. PartWeld.C0 = CFrame.new(Vector3.new(0,0.15,0.315)*Scale) * CFrame.Angles(math.rad(i-65),0,0) * CFrame.new(Vector3.new(0,0.2,0)*Scale)
  453. PartWeld.Parent = Part
  454. end
  455.  
  456. local Barrel = Instance.new("Part",Model)
  457. Barrel.CanCollide = false
  458. Barrel.Position = Vector3.new(0,100,0)
  459. Barrel:BreakJoints()
  460. Barrel.FormFactor = "Custom"
  461. Barrel.Size = Vector3.new(0.2,0.2,0.2)
  462. Barrel.TopSurface = "SmoothNoOutlines"
  463. Barrel.BottomSurface = "SmoothNoOutlines"
  464. Barrel.FrontSurface = "SmoothNoOutlines"
  465. Barrel.BackSurface = "SmoothNoOutlines"
  466. Barrel.RightSurface = "SmoothNoOutlines"
  467. Barrel.LeftSurface = "SmoothNoOutlines"
  468. Barrel.BrickColor = BrickColor.new("Black")
  469. local Mesh = Instance.new("BlockMesh",Barrel)
  470. Mesh.Scale = Vector3.new(0.25,0.2,2) / 0.2 * Scale
  471. local BarrelWeld = Instance.new("Motor6D")
  472. BarrelWeld.Part0 = Handle
  473. BarrelWeld.Part1 = Barrel
  474. BarrelWeld.C0 = CFrame.Angles(math.rad(15),0,0) * CFrame.new(Vector3.new(0,0.5,-0.7)*Scale)
  475. BarrelWeld.Parent = Barrel
  476.  
  477. local Barrel1 = Barrel
  478.  
  479. local Barrel2 = Instance.new("Part",Model)
  480. Barrel2.CanCollide = false
  481. Barrel2.Position = Vector3.new(0,100,0)
  482. Barrel2:BreakJoints()
  483. Barrel2.FormFactor = "Custom"
  484. Barrel2.Size = Vector3.new(0.2,0.2,0.2)
  485. Barrel2.TopSurface = "SmoothNoOutlines"
  486. Barrel2.BottomSurface = "SmoothNoOutlines"
  487. Barrel2.FrontSurface = "SmoothNoOutlines"
  488. Barrel2.BackSurface = "SmoothNoOutlines"
  489. Barrel2.RightSurface = "SmoothNoOutlines"
  490. Barrel2.LeftSurface = "SmoothNoOutlines"
  491. Barrel2.BrickColor = BrickColor.new("Really black")
  492. local Mesh = Instance.new("BlockMesh",Barrel2)
  493. Mesh.Scale = Vector3.new(0.25,0.25,2) / 0.2 * Scale
  494. local Barrel2Weld = Instance.new("Motor6D")
  495. Barrel2Weld.Part0 = Barrel
  496. Barrel2Weld.Part1 = Barrel2
  497. Barrel2Weld.C0 = CFrame.new(Vector3.new(0,0.225,0)*Scale)
  498. Barrel2Weld.Parent = Barrel2
  499.  
  500. local RealBarrel = Instance.new("Part",Model)
  501. RealBarrel.CanCollide = false
  502. RealBarrel.Position = Vector3.new(0,100,0)
  503. RealBarrel:BreakJoints()
  504. RealBarrel.FormFactor = "Custom"
  505. RealBarrel.Size = Vector3.new(0.2,0.2,0.2)
  506. RealBarrel.TopSurface = "SmoothNoOutlines"
  507. RealBarrel.BottomSurface = "SmoothNoOutlines"
  508. RealBarrel.FrontSurface = "SmoothNoOutlines"
  509. RealBarrel.BackSurface = "SmoothNoOutlines"
  510. RealBarrel.RightSurface = "SmoothNoOutlines"
  511. RealBarrel.LeftSurface = "SmoothNoOutlines"
  512. RealBarrel.BrickColor = BrickColor.new("Dark grey metallic")
  513. local Mesh = Instance.new("CylinderMesh",RealBarrel)
  514. Mesh.Scale = Vector3.new(0.2,2,0.2) / 0.2 * Scale
  515. local RealBarrelWeld = Instance.new("Motor6D")
  516. RealBarrelWeld.Part0 = Barrel
  517. RealBarrelWeld.Part1 = RealBarrel
  518. RealBarrelWeld.C0 = CFrame.new(Vector3.new(0,0.1,-0.01)*Scale) * CFrame.Angles(math.rad(-90),0,0)
  519. RealBarrelWeld.Parent = RealBarrel
  520.  
  521. for i = 1,75,15 do
  522. local Part = Instance.new("Part",Model)
  523. Part.CanCollide = false
  524. Part.Position = Vector3.new(0,100,0)
  525. Part:BreakJoints()
  526. Part.FormFactor = "Custom"
  527. Part.Size = Vector3.new(0.2,0.2,0.2)
  528. Part.TopSurface = "SmoothNoOutlines"
  529. Part.BottomSurface = "SmoothNoOutlines"
  530. Part.FrontSurface = "SmoothNoOutlines"
  531. Part.BackSurface = "SmoothNoOutlines"
  532. Part.RightSurface = "SmoothNoOutlines"
  533. Part.LeftSurface = "SmoothNoOutlines"
  534. Part.BrickColor = BrickColor.new("Black")
  535. local Mesh = Instance.new("BlockMesh",Part)
  536. Mesh.Scale = Vector3.new(0.05,0.065,0.05) / 0.2 * Scale
  537. local PartWeld = Instance.new("Motor6D")
  538. PartWeld.Part0 = Handle
  539. PartWeld.Part1 = Part
  540. PartWeld.C0 = CFrame.new(Vector3.new(0,0.525,-0.515)*Scale) * CFrame.Angles(math.rad(i),0,0) * CFrame.new(Vector3.new(0,0,0.2)*Scale)
  541. PartWeld.Parent = Part
  542. end
  543.  
  544. local Part = Instance.new("Part",Model)
  545. Part.CanCollide = false
  546. Part.Position = Vector3.new(0,100,0)
  547. Part:BreakJoints()
  548. Part.FormFactor = "Custom"
  549. Part.Size = Vector3.new(0.2,0.2,0.2)
  550. Part.TopSurface = "SmoothNoOutlines"
  551. Part.BottomSurface = "SmoothNoOutlines"
  552. Part.FrontSurface = "SmoothNoOutlines"
  553. Part.BackSurface = "SmoothNoOutlines"
  554. Part.RightSurface = "SmoothNoOutlines"
  555. Part.LeftSurface = "SmoothNoOutlines"
  556. Part.BrickColor = BrickColor.new("Really black")
  557. local Mesh = Instance.new("BlockMesh",Part)
  558. Mesh.Scale = Vector3.new(0.05,0.11,0.1) / 0.2 * Scale
  559. local PartWeld = Instance.new("Motor6D")
  560. PartWeld.Part0 = Barrel2
  561. PartWeld.Part1 = Part
  562. PartWeld.C0 = CFrame.new(Vector3.new(0.06,0.135,0.925)*Scale)
  563. PartWeld.Parent = Part
  564.  
  565. local Part = Instance.new("Part",Model)
  566. Part.CanCollide = false
  567. Part.Position = Vector3.new(0,100,0)
  568. Part:BreakJoints()
  569. Part.FormFactor = "Custom"
  570. Part.Size = Vector3.new(0.2,0.2,0.2)
  571. Part.TopSurface = "SmoothNoOutlines"
  572. Part.BottomSurface = "SmoothNoOutlines"
  573. Part.FrontSurface = "SmoothNoOutlines"
  574. Part.BackSurface = "SmoothNoOutlines"
  575. Part.RightSurface = "SmoothNoOutlines"
  576. Part.LeftSurface = "SmoothNoOutlines"
  577. Part.BrickColor = BrickColor.new("Really black")
  578. local Mesh = Instance.new("BlockMesh",Part)
  579. Mesh.Scale = Vector3.new(0.05,0.11,0.1) / 0.2 * Scale
  580. local PartWeld = Instance.new("Motor6D")
  581. PartWeld.Part0 = Barrel2
  582. PartWeld.Part1 = Part
  583. PartWeld.C0 = CFrame.new(Vector3.new(-0.06,0.135,0.925)*Scale)
  584. PartWeld.Parent = Part
  585.  
  586. local Part = Instance.new("Part",Model)
  587. Part.CanCollide = false
  588. Part.Position = Vector3.new(0,100,0)
  589. Part:BreakJoints()
  590. Part.FormFactor = "Custom"
  591. Part.Size = Vector3.new(0.2,0.2,0.2)
  592. Part.TopSurface = "SmoothNoOutlines"
  593. Part.BottomSurface = "SmoothNoOutlines"
  594. Part.FrontSurface = "SmoothNoOutlines"
  595. Part.BackSurface = "SmoothNoOutlines"
  596. Part.RightSurface = "SmoothNoOutlines"
  597. Part.LeftSurface = "SmoothNoOutlines"
  598. Part.BrickColor = BrickColor.new("Really black")
  599. local Mesh = Instance.new("BlockMesh",Part)
  600. Mesh.Scale = Vector3.new(0.025,0.1,0.1) / 0.2 * Scale
  601. local PartWeld = Instance.new("Motor6D")
  602. PartWeld.Part0 = Barrel2
  603. PartWeld.Part1 = Part
  604. PartWeld.C0 = CFrame.new(Vector3.new(0,0.135,-0.925)*Scale)
  605. PartWeld.Parent = Part
  606.  
  607. local Part = Instance.new("Part",Model)
  608. Part.CanCollide = false
  609. Part.Position = Vector3.new(0,100,0)
  610. Part:BreakJoints()
  611. Part.FormFactor = "Custom"
  612. Part.Size = Vector3.new(0.2,0.2,0.2)
  613. Part.Transparency = 1
  614. Part.TopSurface = "SmoothNoOutlines"
  615. Part.BottomSurface = "SmoothNoOutlines"
  616. Part.FrontSurface = "SmoothNoOutlines"
  617. Part.BackSurface = "SmoothNoOutlines"
  618. Part.RightSurface = "SmoothNoOutlines"
  619. Part.LeftSurface = "SmoothNoOutlines"
  620. Part.BrickColor = BrickColor.new("Really black")
  621. local Mesh = Instance.new("BlockMesh",Part)
  622. Mesh.Scale = Vector3.new(0.1,0.1,0.1) / 0.2 * Scale
  623. local PartWeld = Instance.new("Motor6D")
  624. PartWeld.Part0 = Barrel
  625. PartWeld.Part1 = Part
  626. PartWeld.C0 = CFrame.new(Vector3.new(0,0,-5)*Scale)
  627. PartWeld.Parent = Part
  628.  
  629. local Light = Instance.new("PointLight",Part)
  630. Light.Color = BrickColor.new("Gold").Color
  631. Light.Enabled = true
  632. Light.Shadows = true
  633. Light.Brightness = 0
  634. Light.Range = 6
  635.  
  636. local Part = Instance.new("Part",Model)
  637. Part.Material = "Neon"
  638. Part.CanCollide = false
  639. Part.Position = Vector3.new(0,100,0)
  640. Part:BreakJoints()
  641. Part.FormFactor = "Custom"
  642. Part.Size = Vector3.new(0.2,0.2,0.2)
  643. Part.TopSurface = "SmoothNoOutlines"
  644. Part.BottomSurface = "SmoothNoOutlines"
  645. Part.FrontSurface = "SmoothNoOutlines"
  646. Part.BackSurface = "SmoothNoOutlines"
  647. Part.RightSurface = "SmoothNoOutlines"
  648. Part.LeftSurface = "SmoothNoOutlines"
  649. Part.BrickColor = BrickColor.new("Bright yellow")
  650. Part.Transparency = 0.25
  651. local RecoilMesh = Instance.new("SpecialMesh",Part)
  652. RecoilMesh.MeshType = "FileMesh"
  653. RecoilMesh.MeshId = "http://www.roblox.com/Asset/?id=1323306"
  654. RecoilMesh.TextureId = "http://www.roblox.com/Asset/?id=98896228"
  655. RecoilMesh.Scale = Vector3.new(0.175,0,0.175) * Scale
  656. local PartWeld = Instance.new("Motor6D")
  657. PartWeld.Part0 = RealBarrel
  658. PartWeld.Part1 = Part
  659. PartWeld.C0 = CFrame.new(Vector3.new(0,0.95,0)*Scale)
  660. PartWeld.Parent = Part
  661.  
  662. function ShootBullet(Target,barrel)
  663. local barrel = barrel or Barrel
  664. local Bullet = Instance.new("Part",Workspace)
  665. Barrel.CanCollide = false
  666. Bullet.FormFactor = "Custom"
  667. Bullet.Size = Vector3.new(0.2,0.2,5)*Scale
  668. Bullet.TopSurface = "Smooth"
  669. Bullet.BottomSurface = "Smooth"
  670. Bullet.Anchored = true
  671. Bullet.CanCollide = false
  672. Bullet.CFrame = CFrame.new((barrel.CFrame*CFrame.new(0,0,-barrel.Size.Z*barrel.Mesh.Scale.Z/2)).p,Target)*CFrame.new(0,0,-Bullet.Size.Z/2)
  673. Bullet.Transparency = 0.1
  674. Bullet.BrickColor = BrickColor.new("Gold")
  675. --[[local Mesh = Instance.new("SpecialMesh",Bullet)
  676. Mesh.MeshType = "FileMesh"
  677. Mesh.Scale = Vector3.new(0.5,0.5,0.2)
  678. Mesh.MeshId = "http://www.roblox.com/asset/?id=2697549"
  679. --Mesh.TextureId = "http://www.roblox.com/asset/?id=2697544"]]
  680. local Mesh = Instance.new("BlockMesh",Bullet)
  681. Mesh.Scale = Vector3.new(0.2,0.2,5)*Scale/Bullet.Size
  682. IgnoreList[#IgnoreList+1] = Bullet
  683. RenderStepped:wait()
  684. for i = Speed,1000,Speed do -- Loop to do the bullet movement and stuff.
  685. local ray,Hit,Pos,SurfaceNormal;
  686. ray = Ray.new(Bullet.Position,((Bullet.CFrame*CFrame.Angles(math.rad(-Gravity),0,0)*CFrame.new(0,0,-Speed)).p-Bullet.Position).unit*Speed)
  687. Hit,Pos,SurfaceNormal = Workspace:FindPartOnRayWithIgnoreList(ray,IgnoreList)
  688. Bullet.CFrame = Bullet.CFrame*CFrame.Angles(math.rad(-Gravity),0,0)*CFrame.new(0,0,-Speed)
  689. if Hit ~= nil then
  690. local Hum = Hit.Parent:FindFirstChild("Humanoid") or Hit.Parent.Parent:FindFirstChild("Humanoid") or (Hit.Parent.Parent.Parent ~= nil and Hit.Parent.Parent.Parent:FindFirstChild("Humanoid"))
  691. if Hum ~= nil then
  692. Hum:TakeDamage((((Gangster and math.random(99999,99999) or math.random(99999,99999))*Scale)/100)*Hum.MaxHealth)
  693. end
  694. break
  695. end
  696. RenderStepped:wait()
  697. end
  698. Bullet:Destroy()
  699. end
  700.  
  701. Mouse.Button1Down:connect(function()
  702. if not Down and not DB then
  703. Down = true
  704. while Down do
  705. if Humanoid.Health == 0 then break end
  706. if not DB then
  707. DB = true
  708. local Sound = Instance.new("Sound",Barrel)
  709. Sound.SoundId = "http://www.roblox.com/Asset/?id=165946426" -- 132373574
  710. Sound.Volume = 5*Scale
  711. Sound.Pitch = (math.random(70,110)/100)/((Scale < 0.25 and 0.25) or (Scale > 4 and 4) or Scale)
  712. Sound:Play()
  713. Spawn(function()
  714. ShootBullet(Mouse.Hit.p,Barrel1)
  715. end)
  716. RecoilMesh.VertexColor = Vector3.new(1,math.random(160,245)/255,20/255)
  717. PartWeld.C0 = PartWeld.C0 * CFrame.Angles(0,math.rad(math.random(-40,40)),0)
  718. local Shell = Instance.new("Part",Workspace)
  719. Shell.FormFactor = "Custom"
  720. Shell.BrickColor = BrickColor.new("Bright yellow")
  721. Shell.Size = Vector3.new(0.2,0.5,0.2)*Scale
  722. Shell.CFrame = Barrel.CFrame*CFrame.new(0.5,0.5,0)*CFrame.Angles(math.rad(-90),0,0)
  723. Shell.Velocity = ((Barrel.CFrame*CFrame.new(5,0,math.random(-2,2))).p-Barrel.CFrame.p)*5*Scale
  724. local Mesh = Instance.new("CylinderMesh",Shell)
  725. Mesh.Scale = Vector3.new(0.2,0.5,0.2)*Scale/Shell.Size
  726. Spawn(function()
  727. wait(5)
  728. Shell:Destroy()
  729. end)
  730. for i = 1,20,7.5 do
  731. RotationOffset = RotationOffset*CFrame.Angles(math.rad(7.5),0,0)
  732. Part1Joint = Part1Joint*CFrame.new(Vector3.new(0,-0.15,0)*Scale)
  733. Barrel2Weld.C0 = Barrel2Weld.C0*CFrame.new(Vector3.new(0,0,0.15)*Scale)
  734. Light.Brightness = Light.Brightness+38
  735. RecoilMesh.Scale = RecoilMesh.Scale+(Vector3.new(0,0.375,0)*Scale)
  736. RenderStepped:wait()
  737. end
  738. wait(0.02)
  739. for i = 1,20,3.75 do
  740. RotationOffset = RotationOffset*CFrame.Angles(math.rad(-3.75),0,0)
  741. Part1Joint = Part1Joint*CFrame.new(Vector3.new(0,0.075,0)*Scale)
  742. Barrel2Weld.C0 = Barrel2Weld.C0*CFrame.new(Vector3.new(0,0,-0.075)*Scale)
  743. Light.Brightness = Light.Brightness-19
  744. RecoilMesh.Scale = RecoilMesh.Scale+(Vector3.new(0,-0.1875,0)*Scale)
  745. RenderStepped:wait()
  746. end
  747. wait(0.02)
  748. DB = false
  749. end
  750. end
  751. end
  752. end)
  753.  
  754. Mouse.Button1Up:connect(function()
  755. Down = false
  756. end)
  757.  
  758. Mouse.KeyDown:connect(function(Key)
  759. if Key:lower() == "g" and not DB then
  760. DB = true
  761. if Gangster == true then
  762. for i = 1,70,5 do
  763. RotationOffset = RotationOffset*CFrame.Angles(0,math.rad(-5),0)
  764. RenderStepped:wait()
  765. end
  766. Gangster = false
  767. else
  768. for i = 1,70,5 do
  769. RotationOffset = RotationOffset*CFrame.Angles(0,math.rad(5),0)
  770. RenderStepped:wait()
  771. end
  772. Gangster = true
  773. end
  774. DB = false
  775. end
  776. end)
  777.  
  778. local Weld = Instance.new("Weld")
  779. Weld.Part0 = Torso
  780. Weld.Part1 = Character["Right Arm"]
  781. Weld.Parent = Torso
  782.  
  783. local Weld2 = Instance.new("Weld")
  784. Weld2.Part0 = Torso
  785. Weld2.Part1 = Character.Head
  786. Weld2.Parent = Torso
  787.  
  788. local RA = Character["Right Arm"]
  789.  
  790. game:GetService("RunService"):BindToRenderStep("Pistol",Enum.RenderPriority.Character.Value,function()
  791. local Point = Torso.CFrame:vectorToObjectSpace(Mouse.Hit.p-Torso.CFrame.p)
  792. if Point.Z > 0 then
  793. if Point.X > 0 then
  794. Torso.CFrame = CFrame.new(Torso.Position,Vector3.new(Mouse.Hit.X,Torso.Position.Y,Mouse.Hit.Z))*CFrame.Angles(0,math.rad(90),0)
  795. elseif Point.X < 0 then
  796. Torso.CFrame = CFrame.new(Torso.Position,Vector3.new(Mouse.Hit.X,Torso.Position.Y,Mouse.Hit.Z))*CFrame.Angles(0,math.rad(-90),0)
  797. end
  798. end
  799.  
  800. local CFr = (Torso.CFrame*Part0Joint):toObjectSpace(CFrame.new((Torso.CFrame*Part0Joint).p,Mouse.Hit.p))--RayEnd))
  801. Weld.C0 = Part0Joint * (CFr-CFr.p) * RotationOffset
  802. Weld.C1 = Part1Joint
  803. Weld.Part0 = Torso
  804. Weld.Part1 = RA
  805. local CFr = (Torso.CFrame*Part0JointHead):toObjectSpace(CFrame.new((Torso.CFrame*Part0JointHead).p,Mouse.Hit.p))--RayEnd))
  806. Weld2.C0 = Part0JointHead * (CFr-CFr.p) * RotationOffsetHead
  807. Weld2.C1 = Part1JointHead
  808. Weld2.Part0 = Torso
  809. Weld2.Part1 = Character.Head
  810. local Last = Scale
  811. Scale = game.Players.LocalPlayer.Character.Torso.Size.X/2*(game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted") ~= nil and game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted").Scale.Z or 1)*0.8
  812. Speed = 20*Scale
  813. if Scale ~= Last then
  814. Part0Joint = CFrame.new(Vector3.new(1,0.75,0)*Scale*1.25)
  815. Part1Joint = CFrame.new(Vector3.new(-0.5,0.75,0)*Scale*1.25)
  816. Part0JointHead = CFrame.new(Vector3.new(0,1,0)*Scale*1.25)
  817. Part1JointHead = CFrame.new(Vector3.new(0,-0.5,0)*Scale*1.25)
  818. end
  819. end)
  820. end)
  821.  
  822. Button2.MouseButton1Down:connect(function()
  823. me = game.Players.LocalPlayer
  824. char = me.Character
  825. hold = false
  826. thickness = 0.1
  827. maxt = 10
  828. bricks = {}
  829.  
  830. color = BrickColor.new("Black")
  831. colors = {}
  832. for i=0,63,1 do
  833. table.insert(colors, BrickColor.palette(i))
  834. end
  835.  
  836. function checkt()
  837. if thickness < 0.1 then
  838. thickness = 0.1
  839. end
  840. if thickness > maxt then
  841. thickness = maxt
  842. end
  843. end
  844.  
  845. function makegui()
  846. local maxx = 200
  847. local x = 0
  848. local y = 0
  849. local g = Instance.new("ScreenGui")
  850. g.Name = "Colors"
  851. local fr = Instance.new("Frame",g)
  852. fr.Position = UDim2.new(0, 10, 0.3, 0)
  853. fr.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  854. fr.BorderColor3 = Color3.new(0,0,0)
  855. local txt = nil
  856. local txt2 = nil
  857. local txt3 = nil
  858. for i,v in pairs(colors) do
  859. local gah = Instance.new("TextButton",fr)
  860. gah.Position = UDim2.new(0, x + 3, 0, y + 3)
  861. gah.Size = UDim2.new(0, 25, 0, 25)
  862. gah.BackgroundColor = v
  863. gah.BorderColor3 = Color3.new(0,0,0)
  864. gah.Text = ""
  865. gah.MouseButton1Down:connect(function()
  866. color = v
  867. txt.Text = v.Name
  868. end)
  869. gah.MouseEnter:connect(function()
  870. txt2.Text = v.Name
  871. end)
  872. gah.MouseLeave:connect(function() txt2.Text = ""
  873. end)
  874. x = x + 28
  875. if x >= maxx then
  876. x = 0
  877. y = y + 28
  878. end
  879. end
  880. fr.Size = UDim2.new(0, maxx + 27, 0, y + 40)
  881. txt = Instance.new("TextLabel",fr)
  882. txt.Size = UDim2.new(0.95, 0, 0, 35)
  883. txt.Position = UDim2.new(0.025, 0, 0, y + 3)
  884. txt.Text = color.Name
  885. txt.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  886. txt.BorderColor3 = Color3.new(0, 0, 0)
  887. txt.TextColor3 = Color3.new(1, 1, 1)
  888. txt.FontSize = "Size24"
  889. txt.Font = "ArialBold"
  890. txt.TextYAlignment = "Bottom"
  891. txt.TextXAlignment = "Left"
  892. txt2 = Instance.new("TextLabel",txt)
  893. txt2.Size = UDim2.new(1, 0, 0, 0)
  894. txt2.Text = color.Name
  895. txt2.BackgroundTransparency = 1
  896. txt2.TextColor3 = Color3.new(1, 1, 1)
  897. txt2.FontSize = "Size12"
  898. txt2.TextYAlignment = "Top"
  899. txt2.TextXAlignment = "Right"
  900. txt3 = Instance.new("TextLabel",fr)
  901. txt3.Size = UDim2.new(0.5, 0, 0, 25)
  902. txt3.Position = UDim2.new(0.25, 0, 1, 0)
  903. txt3.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  904. txt3.BorderColor3 = Color3.new(0,0,0)
  905. txt3.TextColor3 = Color3.new(1,1,1)
  906. txt3.FontSize = "Size12"
  907. txt3.Text = thickness
  908. g.Parent = me.PlayerGui
  909. coroutine.resume(coroutine.create(function()
  910. while g.Parent ~= nil do
  911. txt3.Text = thickness
  912. wait()
  913. end
  914. end))
  915. end
  916.  
  917. function remgui()
  918. for i,v in pairs(me.PlayerGui:children()) do
  919. if v.Name == "Colors" then v:remove() end
  920. end
  921. end
  922.  
  923. if script.Parent.className ~= "HopperBin" then
  924. h = Instance.new("HopperBin",me.Backpack)
  925. h.Name = "Draw"
  926. script.Parent = h
  927. end
  928.  
  929. bin = script.Parent
  930.  
  931. function weld(p1, p2)
  932. local w = Instance.new("Weld")
  933. w.Part0 = p2
  934. w.Part1 = p1
  935. w.C0 = p2.CFrame:toObjectSpace(p1.CFrame)
  936. w.Parent = p2
  937. end
  938.  
  939. function B1D(mouse)
  940. hold = true
  941. coroutine.resume(coroutine.create(function()
  942. mouse.Button1Up:wait()
  943. hold = false
  944. end))
  945. local p = Instance.new("Part",char)
  946. p.formFactor = "Custom"
  947. p.Size = Vector3.new(1,0.5,0.5)
  948. p.Anchored = true
  949. p.TopSurface = 0
  950. p.BottomSurface = 0
  951. p.CanCollide = false
  952. p.BrickColor = color
  953. p.Locked = true
  954. local m = Instance.new("BlockMesh",p)
  955. local targ = mouse.Target
  956. table.insert(bricks, p)
  957. local pos = mouse.Hit.p
  958. while hold do
  959. local mag = (pos - mouse.Hit.p).magnitude
  960. m.Scale = Vector3.new(thickness, 0.4, (mag+(thickness/3))*2)
  961. p.CFrame = CFrame.new(pos, mouse.Hit.p) * CFrame.new(0, 0, -mag/2 - thickness/5)
  962. if mag > thickness/2+0.1 then
  963. B1D(mouse)
  964. if targ ~= nil then
  965. if targ.Anchored == false then
  966. p.Anchored = false
  967. weld(p, targ)
  968. end
  969. end
  970. break
  971. end
  972. wait()
  973. end
  974. end
  975.  
  976. bin.Selected:connect(function(mouse)
  977. makegui()
  978. mouse.KeyDown:connect(function(key)
  979. key = key:lower()
  980. local kh = true
  981. coroutine.resume(coroutine.create(function()
  982. mouse.KeyUp:wait()
  983. kh = false
  984. end))
  985. if key == "q" then
  986. while kh do
  987. thickness = thickness - 0.1
  988. checkt()
  989. wait()
  990. end
  991. elseif key == "e" then
  992. while kh do
  993. thickness = thickness + 0.1
  994. checkt()
  995. wait()
  996. end
  997. elseif key == "z" then
  998. while kh do
  999. if #bricks > 0 then
  1000. bricks[#bricks]:remove()
  1001. table.remove(bricks, #bricks)
  1002. end
  1003. wait()
  1004. end
  1005. elseif key == "f" then
  1006. for i = #bricks, 1, -1 do
  1007. bricks[i]:remove()
  1008. table.remove(bricks, i)
  1009. end
  1010. end
  1011. end)
  1012. mouse.Button1Down:connect(function()
  1013. B1D(mouse)
  1014. end)
  1015. end)
  1016.  
  1017. bin.Deselected:connect(function()
  1018. remgui()
  1019. end)
  1020. end)
  1021.  
  1022. Button3.MouseButton1Down:connect(function()
  1023. --[[Genkadda_Omega (WIP) by Citrus]]--
  1024. --[[Version 2]]--
  1025.  
  1026.  
  1027. --[[Thank you to Fang and Asriel/Frisk for helping fix cero and adding the nightshift blast]]--
  1028. --[[Thank you to PixelFir3 for the gauntlet]]--
  1029. --[[And thank you to TheDarkRevenant for making the original Genkadda!]]--
  1030.  
  1031.  
  1032.  
  1033. --[[ TODO List:
  1034.  
  1035. Fix Cero beam angle (it's a bit off compared to the other one)
  1036. Redo some animations entirely
  1037. Make a toggle for turning future voice sfx on/off(?)
  1038. More attacks, including alternate attacks when dashing
  1039. Remove any redundant bits and generally clean up
  1040. Make the charge (C) grab someone when Z or X is held
  1041.  
  1042.  
  1043. Changes:
  1044.  
  1045. v2:
  1046. - Added a few customization/configuration settings
  1047. - Added basic alternating attacks (Q)
  1048. - Added a charge attack
  1049. - Added a boost jump
  1050. - Hood n' cape
  1051. - Added a throw and kick
  1052. - While not grabbing someone, press X to kick.
  1053. - While grabbing someone, press X to throw them.
  1054.  
  1055. - Puncture attack with R in boosted mode, good for hitting low enemies if aimed correctly
  1056. - Damage markers
  1057. - Modified boosted mode's Q move to swing three times
  1058. - Melee attacks leave you floating properly in boosted mode
  1059.  
  1060.  
  1061. v1:
  1062. - Added a boosted/holy mode that can be toggled with H
  1063. - While in this mode, attacks are altered
  1064. - Rushing spin attack
  1065. - Different dashing animation
  1066.  
  1067. - Added Cero Beam and Nightshift Blast from Zerioth
  1068. - Added other, larger beam
  1069. - Made the standard two swipes with q actually hit both times
  1070.  
  1071. Controls:
  1072.  
  1073. Q = Two sword swipes/Alternating sword attacks
  1074. E = Slap
  1075. R = Overhead downwards swing/Sting jab
  1076. T = Pelvic thrust
  1077. Y = Nightshift blast
  1078. G = Spinning attack/Boost spin
  1079. C = Cero beam/Charge attack
  1080. V = Large beam
  1081. Z = Grab
  1082. X = Kick (When not holding someone)/Throw (When holding someone)
  1083. Left Ctrl = Sprint/Dash
  1084. N = Boost jump
  1085. F = Toggle flight
  1086.  
  1087. H = Switch between dark/light (boosted) mode
  1088.  
  1089.  
  1090. Configuration:]]
  1091.  
  1092. BoostedAlwaysDashes = false --[[ Set to true to always dash when boosted. ]]
  1093.  
  1094. BoostedColorScheme = "Pastel light blue" --[[ BrickColor for use in boosted mode ]]
  1095.  
  1096. Profanity = false --[[ Enables/disables Genkadda's profanity when slapping someone or pressing L ]]
  1097.  
  1098. AirHumpDamage = false --[[ Pressing T does damage. (Possibly buggy?) ]]
  1099.  
  1100. Hood = true --[[ Equips hood ]]
  1101.  
  1102. Cape = true --[[ Equips cape ]]
  1103.  
  1104. ---------------------------------------------------------------------------------------------------------------------------
  1105.  
  1106. ---------------------------------------------------------------------------------------------------------------------------
  1107. local p = game.Players.LocalPlayer
  1108. local char = p.Character
  1109. local mouse = p:GetMouse()
  1110. local larm = char["Left Arm"]
  1111. local rarm = char["Right Arm"]
  1112. local lleg = char["Left Leg"]
  1113. local rleg = char["Right Leg"]
  1114. local hed = char.Head
  1115. local torso = char.Torso
  1116. ----------------------------------------------
  1117. z = Instance.new("Sound", torso)
  1118. z.SoundId = "rbxassetid://475091702" -- Put Music ID Here.
  1119. z.Looped = true
  1120. z.Volume = 1
  1121. wait(.1)
  1122. z:Play()
  1123. ---------------------------------------------
  1124. local hum = char.Humanoid
  1125. local cam = game.Workspace.CurrentCamera
  1126. local root = char.HumanoidRootPart
  1127. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  1128. local vt=Vector3.new
  1129. local deb = false
  1130. local CanAttack = true
  1131. local shot = 0
  1132. local animpose = "Idle"
  1133. local lastanimpose = "Idle"
  1134. local stanceToggle = "Normal"
  1135. local l = game:GetService("Lighting")
  1136. local rs = game:GetService("RunService").RenderStepped
  1137. math.randomseed(os.time())
  1138. hum.MaxHealth = 9001
  1139. wait(1)
  1140. hum.Health = 9001
  1141.  
  1142. for i,v in pairs (hed:GetChildren()) do
  1143. if v:IsA("Sound") then
  1144. v:Destroy()
  1145. end
  1146. end
  1147. --game:service'InsertService':LoadAsset(16469427):children()[1].Parent = char
  1148. --char.Reaper.Handle.Mesh.TextureId = "http://www.roblox.com/asset/?id=176349813"
  1149.  
  1150.  
  1151. Mesh2 = function(par,num,x,y,z)
  1152. local msh = _
  1153. if num == 1 then
  1154. msh = Instance.new("CylinderMesh",par)
  1155. elseif num == 2 then
  1156. msh = Instance.new("SpecialMesh",par)
  1157. msh.MeshType = 3
  1158. elseif num == 3 then
  1159. msh = Instance.new("BlockMesh",par)
  1160. elseif num == 4 then
  1161. msh = Instance.new("SpecialMesh",par)
  1162. msh.MeshType = "Torso"
  1163. elseif type(num) == 'string' then
  1164. msh = Instance.new("SpecialMesh",par)
  1165. msh.MeshId = num
  1166. end
  1167. msh.Scale = Vector3.new(x,y,z)
  1168. return msh
  1169. end
  1170.  
  1171. Weld2 = function(p0,p1,x,y,z,rx,ry,rz,par)
  1172. local w = Instance.new('Motor',par or p0)
  1173. w.Part0 = p0
  1174. w.Part1 = p1
  1175. w.C1 = CFrame.new(x,y,z)*CFrame.Angles(rx,ry,rz)
  1176. return w
  1177. end
  1178.  
  1179. function NoOutline(Part)
  1180. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  1181. end
  1182.  
  1183. function part(formfactor,parent,reflectance,transparency,brickcolor,name,size)
  1184. local fp=Instance.new("Part")
  1185. fp.formFactor=formfactor
  1186. fp.Parent=parent
  1187. fp.Reflectance=reflectance
  1188. fp.Transparency=transparency
  1189. fp.CanCollide=false
  1190. fp.Locked=true
  1191. fp.BrickColor=brickcolor
  1192. fp.Name=name
  1193. fp.Size=size
  1194. fp.Position=torso.Position
  1195. NoOutline(fp)
  1196. fp.Material="SmoothPlastic"
  1197. fp:BreakJoints()
  1198. return fp
  1199. end
  1200.  
  1201. if Hood == true then
  1202. for _,v in pairs(char:GetChildren()) do if v.ClassName=="Hat" then v:remove() end end
  1203. local hat = part(3,char,0,0,BrickColor.new("Really black"),"Hood",vt(0.5,1,1.02))
  1204. Mesh2(hat,'http://www.roblox.com/asset/?id=16952952',1.05,1.05,1.05) --hood
  1205. Weld2(char.Head,hat,0,-.25,0,0,0,0,hat)
  1206. end
  1207.  
  1208.  
  1209. if Cape == true then
  1210.  
  1211. local verlet = {}
  1212. verlet.step_time = 1 / 50
  1213. verlet.gravity = Vector3.new(0, -150, 0)
  1214.  
  1215. local char = game.Players.LocalPlayer.Character
  1216. local torso = char:WaitForChild("Torso")
  1217. local parts = {}
  1218. local render = game:GetService("RunService").RenderStepped
  1219.  
  1220. wait()
  1221.  
  1222. local point = {}
  1223. local link = {}
  1224. local rope = {}
  1225.  
  1226. local function ccw(A,B,C)
  1227. return (C.y-A.y) * (B.x-A.x) > (B.y-A.y) * (C.x-A.x)
  1228. end
  1229.  
  1230. local function intersect(A,B,C,D)
  1231. return ccw(A,C,D) ~= ccw(B,C,D) and ccw(A,B,C) ~= ccw(A,B,D)
  1232. end
  1233.  
  1234. local function vec2(v)
  1235. return Vector2.new(v.x, v.z)
  1236. end
  1237.  
  1238. function point:step()
  1239. if not self.fixed then
  1240. local derivative = (self.position - self.last_position) * 0.95
  1241. self.last_position = self.position
  1242. self.position = self.position + derivative + ((verlet.gravity + (torso.CFrame.lookVector * -90)) * verlet.step_time ^ 2) --//
  1243. --[[local torsoP = torso.CFrame * CFrame.new(-1, 0, 0.5)
  1244. local torsoE = torso.CFrame * CFrame.new(1, 0, 0.5)
  1245. local pointE = self.position + torso.CFrame.lookVector * 100
  1246. local doIntersect = intersect(vec2(torsoP.p), vec2(torsoE.p), vec2(self.position), vec2(pointE))
  1247. if not doIntersect then
  1248. self.postition = self.position - torso.CFrame.lookVector * 10
  1249. end]]
  1250. end
  1251. end
  1252.  
  1253. function link:step()
  1254. for i = 1, 1 do
  1255. local distance = self.point1.position - self.point2.position
  1256. local magnitude = distance.magnitude
  1257. local differance = (self.length - magnitude) / magnitude
  1258. local translation = ((self.point1.fixed or self.point2.fixed) and 1 or 0.6) * distance * differance
  1259. if not self.point1.fixed then
  1260. self.point1.position = self.point1.position + translation
  1261. end
  1262. if not self.point2.fixed then
  1263. self.point2.position = self.point2.position - translation
  1264. end
  1265. end
  1266. end
  1267.  
  1268. function verlet.new(class, a, b, c)
  1269. if class == "Point" then
  1270. local new = {}
  1271. setmetatable(new, {__index = point})
  1272. new.class = class
  1273. new.position = a or Vector3.new()
  1274. new.last_position = new.position
  1275. new.velocity = verlet.gravity
  1276. new.fixed = false
  1277. return new
  1278. elseif class == "Link" then
  1279. local new = {}
  1280. setmetatable(new, {__index = link})
  1281. new.class = class
  1282. new.point1 = a
  1283. new.point2 = b
  1284. new.length = c or (a.position - b.position).magnitude
  1285. return new
  1286. elseif class == "Rope" then
  1287. local new = {}
  1288. setmetatable(new, {__index = link})
  1289. new.class = class
  1290. new.start_point = a
  1291. new.finish_point = b
  1292. new.points = {}
  1293. new.links = {}
  1294. local inc = (b - a) / 10
  1295. for i = 0, 10 do
  1296. table.insert(new.points, verlet.new("Point", a + (i * inc)))
  1297. end
  1298. for i = 2, #new.points do
  1299. table.insert(new.links, verlet.new("Link", new.points[i - 1], new.points[i]))
  1300. end
  1301. return new
  1302. end
  1303. end
  1304.  
  1305. local tris = {}
  1306. local triParts = {}
  1307.  
  1308. local function GetDiscoColor(hue)
  1309. local section = hue % 1 * 3
  1310. local secondary = 0.5 * math.pi * (section % 1)
  1311. if section < 1 then
  1312. return Color3.new(0, 0, 0)
  1313. elseif section < 2 then
  1314. return Color3.new(0, 0, 0)
  1315. else
  1316. return Color3.new(0, 0, 0)
  1317. end
  1318. end
  1319.  
  1320. local function setupPart(part)
  1321. part.Anchored = true
  1322. part.FormFactor = 3
  1323. part.CanCollide = false
  1324. part.TopSurface = 10
  1325. part.BottomSurface = 10
  1326. part.LeftSurface = 10
  1327. part.RightSurface = 10
  1328. part.FrontSurface = 10
  1329. part.BackSurface = 10
  1330. part.Material = "Neon"
  1331. local m = Instance.new("SpecialMesh", part)
  1332. m.MeshType = "Wedge"
  1333. m.Scale = Vector3.new(0.2, 1, 1)
  1334. return part
  1335. end
  1336.  
  1337. local function CFrameFromTopBack(at, top, back)
  1338. local right = top:Cross(back)
  1339. return CFrame.new(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
  1340. end
  1341.  
  1342. local function drawTri(parent, a, b, c)
  1343. local this = {}
  1344. local mPart1 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
  1345. local mPart2 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
  1346. function this:Set(a, b, c)
  1347. local ab, bc, ca = b-a, c-b, a-c
  1348. local abm, bcm, cam = ab.magnitude, bc.magnitude, ca.magnitude
  1349. local edg1 = math.abs(0.5 + ca:Dot(ab)/(abm*abm))
  1350. local edg2 = math.abs(0.5 + ab:Dot(bc)/(bcm*bcm))
  1351. local edg3 = math.abs(0.5 + bc:Dot(ca)/(cam*cam))
  1352. if edg1 < edg2 then
  1353. if edg1 >= edg3 then
  1354. a, b, c = c, a, b
  1355. ab, bc, ca = ca, ab, bc
  1356. abm = cam
  1357. end
  1358. else
  1359. if edg2 < edg3 then
  1360. a, b, c = b, c, a
  1361. ab, bc, ca = bc, ca, ab
  1362. abm = bcm
  1363. else
  1364. a, b, c = c, a, b
  1365. ab, bc, ca = ca, ab, bc
  1366. abm = cam
  1367. end
  1368. end
  1369.  
  1370. local len1 = -ca:Dot(ab)/abm
  1371. local len2 = abm - len1
  1372. local width = (ca + ab.unit*len1).magnitude
  1373.  
  1374. local maincf = CFrameFromTopBack(a, ab:Cross(bc).unit, -ab.unit)
  1375.  
  1376. if len1 > 0.2 then
  1377. mPart1.Parent = parent
  1378. mPart1.Size = Vector3.new(0.2, width, len1)
  1379. mPart1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  1380. else
  1381. mPart1.Parent = nil
  1382. end
  1383.  
  1384. if len2 > 0.2 then
  1385. mPart2.Parent = parent
  1386. mPart2.Size = Vector3.new(0.2, width, len2)
  1387. mPart2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  1388. else
  1389. mPart2.Parent = nil
  1390. end
  1391. end
  1392. function this:SetProperty(prop, value)
  1393. mPart1[prop] = value
  1394. mPart2[prop] = value
  1395. end
  1396. this:Set(a, b, c)
  1397. function this:Destroy()
  1398. mPart1:Destroy()
  1399. mPart2:Destroy()
  1400. end
  1401. this.p1 = mPart1
  1402. this.p2 = mPart2
  1403. this.p1.BrickColor = BrickColor.new(GetDiscoColor(math.noise(0.5, 0.5, this.p1.CFrame.Y * 0.5 + time())))
  1404. this.p2.BrickColor = BrickColor.new(GetDiscoColor(math.noise(0.5, 0.5, this.p2.CFrame.Y * 0.5 + time())))
  1405. return this
  1406. end
  1407.  
  1408. function verlet.draw(object, id)
  1409. if object.class == "Point" then
  1410. local part = parts[id]
  1411. part.BrickColor = BrickColor.new(255, 0, 0)
  1412. part.Transparency = 0
  1413. part.formFactor = 3
  1414. part.Anchored = true
  1415. part.CanCollide = false
  1416. part.TopSurface = 0
  1417. part.BottomSurface = 0
  1418. part.Size = Vector3.new(0.35, 0.35, 0.35)
  1419. part.Material = "Neon"
  1420. part.CFrame = CFrame.new(object.position)
  1421. part.Parent = torso
  1422. return part
  1423. elseif object.class == "Link" then
  1424. local part = parts[id]
  1425. local dist = (object.point1.position - object.point2.position).magnitude
  1426. part.Size = Vector3.new(0.2, 0.2, dist)
  1427. part.CFrame = CFrame.new(object.point1.position, object.point2.position) * CFrame.new(0, 0, dist * -0.5)
  1428. part.Parent = torso
  1429. return part
  1430. end
  1431. end
  1432.  
  1433. function verlet.clear()
  1434. for _, v in pairs(workspace:GetChildren()) do
  1435. if v.Name == "Part" then
  1436. v:Destroy()
  1437. end
  1438. end
  1439. end
  1440.  
  1441. local points = {}
  1442. local links = {}
  1443.  
  1444. for x = 0, 2 do
  1445. points[x] = {}
  1446. for y = 0, 3 do
  1447. points[x][y] = verlet.new("Point", torso.Position + Vector3.new(x * 0.8 - 2, 2 - y * 0.8, 5 + y * 0.4))
  1448. points[x][y].fixed = y == 0
  1449. end
  1450. end
  1451.  
  1452. for x = 1, 2 do
  1453. for y = 0, 3 do
  1454. links[#links + 1] = verlet.new("Link", points[x][y], points[x - 1][y], 1 + y * 0.08)
  1455. end
  1456. end
  1457.  
  1458. for x = 0, 2 do
  1459. for y = 1, 3 do
  1460. links[#links + 1] = verlet.new("Link", points[x][y], points[x][y - 1], 1.2 + y * 0.03)
  1461. end
  1462. end
  1463.  
  1464. render:connect(function()
  1465. for x = 0, 2 do
  1466. for y = 0, 3 do
  1467. if y == 0 then
  1468. points[x][y].position = (torso.CFrame * CFrame.new(x * 1 - 1, 1, 0.5)).p
  1469. else
  1470. points[x][y]:step()
  1471. end
  1472. end
  1473. end
  1474. for i = 1, #links do
  1475. links[i]:step()
  1476. end
  1477. for i = 1, #tris do
  1478. triParts[#triParts + 1] = tris[i].p1
  1479. triParts[#triParts + 1] = tris[i].p2
  1480. end
  1481. tris = {}
  1482. for x = 1, 2 do
  1483. for y = 1, 3 do
  1484. tris[#tris + 1] = drawTri(torso, points[x - 1][y - 1].position, points[x - 1][y].position, points[x][y - 1].position)
  1485. tris[#tris + 1] = drawTri(torso, points[x][y].position, points[x - 1][y].position, points[x][y - 1].position)
  1486. end
  1487. end
  1488. end)
  1489. end
  1490. ----------------------------------------------------
  1491. --[[Additional Variables]]
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497. local lightspeed = math.random(0.1,0.2)
  1498. local holy = false -- Is in holy/boosted form?
  1499. local eColors = {"Dark indigo", "Really black"}
  1500. local idz = {"161006212", "161006195"}
  1501. local Effects={}
  1502. local attackvalue = 1
  1503.  
  1504. hs = Instance.new("Sound",torso)
  1505. hs.SoundId = "http://www.roblox.com/asset/?id=149560784"
  1506. hs.Pitch = 1.2
  1507. hs.Volume = 0.6
  1508. hs.Looped = true
  1509.  
  1510. ds = Instance.new("Sound",torso)
  1511. ds.SoundId = "http://roblox.com/asset/?id=149560784"
  1512. ds.Pitch = 0.3
  1513. ds.Volume = 0.4
  1514. ds.Looped = true
  1515.  
  1516.  
  1517. ds:play()
  1518.  
  1519.  
  1520. if holy == false then
  1521. eColors = {"Dark indigo", "Really black"}
  1522. else if holy == true then
  1523. eColors = {BoostedColorScheme}
  1524. end
  1525. end
  1526.  
  1527. local ptz = {0.7, 0.8, 0.9, 1}
  1528. local ptz2 = {1.5, 1.6, 1.7, 1.8, 1.9, 2}
  1529.  
  1530.  
  1531. partic2 = Instance.new("ParticleEmitter",torso)
  1532. partic2.Color = ColorSequence.new(Color3.new(100/225,100/255,100/255),Color3.new(100/255,100/255,100/255))
  1533. partic2.LightEmission = .95
  1534. partic2.VelocityInheritance = 0.2
  1535. partic2.Rate = 300
  1536. partic2.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  1537. partic2.Lifetime = NumberRange.new(0.1,0.2)
  1538. partic2.RotSpeed = NumberRange.new(100,100)
  1539. partic2.Speed = NumberRange.new(2,6)
  1540. partic2.Enabled = false
  1541. partic2.LockedToPart = false
  1542.  
  1543.  
  1544.  
  1545.  
  1546. ----------------------------------------------------
  1547. --[[Additional Functions]]
  1548.  
  1549. cf=CFrame.new
  1550. vt=Vector3.new
  1551.  
  1552. function swait(num)
  1553. if num==0 or num==nil then
  1554. game:service'RunService'.Stepped:wait(0)
  1555. else
  1556. for i=0,num do
  1557. game:service'RunService'.Stepped:wait(0)
  1558. end
  1559. end
  1560. end
  1561.  
  1562. so = function(id,par,vol,pit)
  1563. coroutine.resume(coroutine.create(function()
  1564. local sou = Instance.new("Sound",par or workspace)
  1565. sou.Volume=vol
  1566. sou.Pitch=pit or 1
  1567. sou.SoundId=id
  1568. swait()
  1569. sou:play()
  1570. game:GetService("Debris"):AddItem(sou,6)
  1571. end))
  1572. end
  1573.  
  1574. ----------------------------------------------------
  1575. function newRay(start,face,range,wat)
  1576. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  1577. hit,pos=game.Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  1578. return rey,hit,pos
  1579. end
  1580.  
  1581. ----------------------------------------------------
  1582.  
  1583. lmod = Instance.new("Model",char)
  1584.  
  1585. function Landing()
  1586. part=Instance.new('Part',lmod)
  1587. part.Anchored=true
  1588. part.CanCollide=false
  1589. part.FormFactor='Custom'
  1590. part.Size=Vector3.new(.2,.2,.2)
  1591. part.CFrame=root.CFrame*CFrame.new(0,-2,0)
  1592. part.Transparency=.7
  1593. part.BrickColor=BrickColor.new('Institutional white')
  1594. mesh=Instance.new('SpecialMesh',part)
  1595. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  1596. mesh.Scale=Vector3.new(8,3,8)
  1597.  
  1598. for i,v in pairs(FindNearestTorso(torso.CFrame.p,20))do
  1599. if v:FindFirstChild('Humanoid') then
  1600. v.Humanoid:TakeDamage(math.random(20,30))
  1601. v.Humanoid.PlatformStand = true
  1602. coroutine.resume(coroutine.create(function()
  1603. wait(2)
  1604. v.Humanoid.PlatformStand = false
  1605. end))
  1606. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  1607. end
  1608. end
  1609.  
  1610. coroutine.resume(coroutine.create(function()
  1611. for i=0,3.8,0.05 do
  1612. wait()
  1613. part.CFrame=part.CFrame
  1614. part.Transparency=i + 0.5
  1615. mesh.Scale=mesh.Scale+Vector3.new(1, -0.1 ,1)
  1616. end
  1617. part.Parent = nil
  1618. end))
  1619. end
  1620. ----------------------------------------------------
  1621. hs1 = Instance.new("Sound",hed)
  1622. hs1.Volume=1
  1623. hs1.Looped = false
  1624. hs1.Pitch = 1
  1625. hs1.SoundId = "http://roblox.com/asset/?id=419372077"
  1626.  
  1627. hs2 = Instance.new("Sound",hed)
  1628. hs2.Volume=1
  1629. hs2.Looped = false
  1630. hs2.Pitch = 1
  1631. hs2.SoundId = "http://roblox.com/asset/?id=419378177"
  1632.  
  1633.  
  1634. local DGU = function(p,txt)
  1635. hs1:Play()
  1636. hs2:Play()
  1637. local par = Instance.new("Part",game.Workspace)
  1638. par.Transparency = 1
  1639. par.Anchored = true
  1640. par.CFrame = p.CFrame
  1641. par.CanCollide = false
  1642. game.Debris:AddItem(par,10)
  1643. local f = Instance.new("BillboardGui",par)
  1644. f.Size = UDim2.new(1.2,0,1.2,0)
  1645. f.AlwaysOnTop = true
  1646. f.StudsOffset = Vector3.new(0,2,0)
  1647. local fr = Instance.new("Frame",f)
  1648. fr.BackgroundTransparency = 1
  1649. fr.Size = UDim2.new(1,0,1,0)
  1650. fr.ClipsDescendants = true
  1651. local fe = Instance.new("TextLabel",fr)
  1652. fe.Size = UDim2.new(1,0,1,0)
  1653. fe.BackgroundTransparency = 1
  1654.  
  1655. if holy ~= true then
  1656. fe.TextColor3 = BrickColor.new("Royal purple").Color
  1657. else
  1658. fe.TextColor3 = BrickColor.new(BoostedColorScheme).Color
  1659. end
  1660.  
  1661. fe.TextStrokeTransparency = 0
  1662. fe.Text = txt
  1663. fe.TextScaled = true
  1664. fe.Font = "Legacy"
  1665. fe.Position = UDim2.new(0,0,1,0)
  1666. fe:TweenPosition(UDim2.new(0,0,0,0),"In","Linear",.5)
  1667. wait(2)
  1668. fe:TweenPosition(UDim2.new(0,0,-1,0),"In","Linear",.4)
  1669. for i = 0,10 do
  1670. wait()
  1671. fe.TextTransparency = fe.TextTransparency + .1
  1672. end
  1673. end
  1674.  
  1675.  
  1676.  
  1677. makeui = function(color,txt)
  1678. local par = Instance.new("Part",game.Workspace)
  1679. par.Transparency = 1
  1680. par.Anchored = true
  1681. par.CFrame = char.Head.CFrame
  1682. par.CanCollide = false
  1683. game.Debris:AddItem(par,10)
  1684. local f = Instance.new("BillboardGui",par)
  1685. f.Size = UDim2.new(1.2,0,1.2,0)
  1686. f.AlwaysOnTop = true
  1687. f.StudsOffset = Vector3.new(0,4,0)
  1688. local fr = Instance.new("Frame",f)
  1689. fr.BackgroundTransparency = 1
  1690. fr.Size = UDim2.new(2,0,2,0)
  1691. fr.ClipsDescendants = true
  1692. local fe = Instance.new("TextLabel",fr)
  1693. fe.Size = UDim2.new(1,0,1,0)
  1694. fe.BackgroundTransparency = 1
  1695. fe.TextColor3 = Color3.new(255,255,255)
  1696. fe.TextStrokeTransparency = 0
  1697. fe.Text = txt
  1698. fe.TextScaled = true
  1699. fe.Font = "SourceSansBold"
  1700. game.Debris:AddItem(f,4)
  1701. fe.Position = UDim2.new(0,0,1,0)
  1702. fe:TweenPosition(UDim2.new(0,0,0,0),"In","Linear",.5)
  1703. wait(2)
  1704. fe:TweenPosition(UDim2.new(0,0,-1,0),"In","Linear",.4)
  1705. for i = 0,10 do
  1706. wait()
  1707. fe.TextTransparency = fe.TextTransparency + .1
  1708. end
  1709. end
  1710.  
  1711.  
  1712.  
  1713. ----------------------------------------------------
  1714. Debounces = {
  1715. CanAttack = true;
  1716. CanJoke = true;
  1717. NoIdl = false;
  1718. Slashing = false;
  1719. Slashed = false;
  1720. Slapping = false;
  1721. Slapped = false;
  1722. ks = false;
  1723. }
  1724.  
  1725. local Touche = {char.Name, }
  1726. ----------------------------------------------------
  1727. function HasntTouched(plrname)
  1728. local ret = true
  1729. for _, v in pairs(Touche) do
  1730. if v == plrname then
  1731. ret = false
  1732. end
  1733. end
  1734. return ret
  1735. end
  1736. ----------------------------------------------------
  1737. function weld5(part0, part1, c0, c1)
  1738. weeld=Instance.new("Weld", part0)
  1739. weeld.Part0=part0
  1740. weeld.Part1=part1
  1741. weeld.C0=c0
  1742. weeld.C1=c1
  1743. return weeld
  1744. end
  1745. ----------------------------------------------------
  1746. mod=Instance.new('Model',char)
  1747.  
  1748. function Burst()
  1749. part=Instance.new('Part',mod)
  1750. part.Anchored=true
  1751. part.CanCollide=false
  1752. part.FormFactor='Custom'
  1753. part.Size=Vector3.new(.2,.2,.2)
  1754. part.CFrame=root.CFrame*CFrame.new(0,1,0)*CFrame.Angles(math.rad(90),0,0)
  1755. part.Transparency=.7
  1756.  
  1757. if holy ~= true then
  1758. part.BrickColor=BrickColor.new('Really black')
  1759. else
  1760. part.BrickColor=BrickColor.new(BoostedColorScheme)
  1761. end
  1762.  
  1763. mesh=Instance.new('SpecialMesh',part)
  1764. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  1765. mesh.Scale=Vector3.new(10,5,10)
  1766. part2=part:clone()
  1767. part2.Parent=mod
  1768.  
  1769. if holy ~= true then
  1770. part2.BrickColor=BrickColor.new('Dark indigo')
  1771. else
  1772. part2.BrickColor=BrickColor.new(BoostedColorScheme)
  1773. end
  1774.  
  1775. mesh2=mesh:clone()
  1776. mesh2.Parent=part2
  1777. mesh2.Scale=Vector3.new(5,2.5,5)
  1778. coroutine.resume(coroutine.create(function()
  1779. for i=0,1,0.1 do
  1780. wait()
  1781. part.CFrame=part.CFrame
  1782. part.Transparency=i
  1783. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  1784. part2.CFrame=part2.CFrame
  1785. part2.Transparency=i
  1786. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  1787. end
  1788. part.Parent=nil
  1789. part2.Parent=nil
  1790. end))
  1791. end
  1792. ----------------------------------------------------
  1793. mod4 = Instance.new("Model",char)
  1794.  
  1795. ptez = {0.7, 0.8, 0.9, 1}
  1796.  
  1797. function FindNearestTorso(Position,Distance,SinglePlayer)
  1798. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1799. local List = {}
  1800. for i,v in pairs(workspace:GetChildren())do
  1801. if v:IsA("Model")then
  1802. if v:findFirstChild("Torso")then
  1803. if v ~= char then
  1804. if(v.Torso.Position -Position).magnitude <= Distance then
  1805. table.insert(List,v)
  1806. end
  1807. end
  1808. end
  1809. end
  1810. end
  1811. return List
  1812. end
  1813.  
  1814. function Slam()
  1815. part=Instance.new('Part',mod4)
  1816. part.Anchored=true
  1817. part.CanCollide=false
  1818. part.FormFactor='Custom'
  1819. part.Size=Vector3.new(.2,.2,.2)
  1820. part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
  1821. part.Transparency=.7
  1822.  
  1823. if holy ~= true then
  1824. part.BrickColor=BrickColor.new('Really black')
  1825. else
  1826. part.BrickColor=BrickColor.new(BoostedColorScheme)
  1827. end
  1828.  
  1829. mesh=Instance.new('SpecialMesh',part)
  1830. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  1831. mesh.Scale=Vector3.new(3,3,3)
  1832. part2=Instance.new('Part',mod4)
  1833. part2.Anchored=true
  1834. part2.CanCollide=false
  1835. part2.FormFactor='Custom'
  1836. part2.Size=Vector3.new(.2,.2,.2)
  1837. part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
  1838. part2.Transparency=.7
  1839.  
  1840. if holy ~= true then
  1841. part2.BrickColor=BrickColor.new('Dark indigo')
  1842. else
  1843. part2.BrickColor=BrickColor.new(BoostedColorScheme)
  1844. end
  1845.  
  1846. mesh2=Instance.new('SpecialMesh',part2)
  1847. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  1848. mesh2.Scale=Vector3.new(3,1.5,3)
  1849.  
  1850. wait(.1)
  1851. --x:Play()
  1852. --x1:Play()
  1853. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  1854. if v:FindFirstChild('Humanoid') and holy == true then
  1855. holyslamdmg = math.random(99999999,99999999)
  1856. v.Humanoid:TakeDamage(holyslamdmg)
  1857. coroutine.resume(coroutine.create(function()
  1858. wait(2)
  1859. v.Humanoid.PlatformStand = false
  1860. end))
  1861. elseif v:FindFirstChild('Humanoid') and holy ~= true then
  1862. slamdmg = math.random(65,75)
  1863. v.Humanoid:TakeDamage(slamdmg)
  1864. coroutine.resume(coroutine.create(function()
  1865. wait(2)
  1866. v.Humanoid.PlatformStand = false
  1867. end))
  1868. end
  1869. so("http://roblox.com/asset/?id=206082327", torso, 1, 1)
  1870. so("http://roblox.com/asset/?id=142070127", torso, 1, 0.7)
  1871. so("http://roblox.com/asset/?id=263610111", torso, 1, 1)
  1872. so("http://roblox.com/asset/?id=263610131", torso, 1, 1)
  1873. so("http://roblox.com/asset/?id=166221646", torso,1,1)
  1874. so("http://roblox.com/asset/?id=200632875", torso, 1, 1)
  1875. end
  1876.  
  1877.  
  1878.  
  1879. coroutine.resume(coroutine.create(function()
  1880. for i=0,0.62,0.13 do
  1881. wait()
  1882. part.CFrame=part.CFrame
  1883. part.Transparency=i
  1884. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  1885. part2.CFrame=part2.CFrame
  1886. part2.Transparency=i
  1887. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  1888. end
  1889. part.Parent=nil
  1890. part2.Parent=nil
  1891. end))
  1892. end
  1893. ----------------------------------------------------PUNCH FUNC
  1894. function Punch()
  1895. part=Instance.new('Part',mod4)
  1896. part.Anchored=true
  1897. part.CanCollide=false
  1898. part.FormFactor='Custom'
  1899. part.Size=Vector3.new(.2,.2,.2)
  1900. part.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(0),0,0)
  1901. part.Transparency=.7
  1902.  
  1903. part.BrickColor=BrickColor.new('Really black')
  1904. mesh=Instance.new('SpecialMesh',part)
  1905. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  1906. mesh.Scale=Vector3.new(3,3,3)
  1907. part2=Instance.new('Part',mod4)
  1908. part2.Anchored=true
  1909. part2.CanCollide=false
  1910.  
  1911. part2.FormFactor='Custom'
  1912. part2.Size=Vector3.new(.2,.2,.2)
  1913. part2.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(90),0,0)
  1914. part2.Transparency=.7
  1915. part2.BrickColor=BrickColor.new('Dark indigo')
  1916. mesh2=Instance.new('SpecialMesh',part2)
  1917. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  1918. mesh2.Scale=Vector3.new(3,1.5,3)
  1919. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  1920. if v:FindFirstChild('Humanoid') then
  1921. v.Humanoid:TakeDamage(math.random(2,6))
  1922. end
  1923. end
  1924. coroutine.resume(coroutine.create(function()
  1925. for i=0,0.62,0.4 do
  1926. wait()
  1927. part.CFrame=part.CFrame
  1928. part.Transparency=i
  1929. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  1930. part2.CFrame=part2.CFrame
  1931. part2.Transparency=i
  1932. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  1933. end
  1934. part.Parent=nil
  1935. part2.Parent=nil
  1936. end))
  1937. end
  1938. ----------------------------------------------------
  1939. GroundWave = function()
  1940. local HandCF2 = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  1941. local Colors = {"Dark indigo", "Really black"}
  1942. local wave = Instance.new("Part", torso)
  1943.  
  1944. if holy == false then
  1945. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1946. else
  1947. wave.BrickColor = BrickColor.new(BoostedColorScheme)
  1948. end
  1949.  
  1950. wave.Anchored = true
  1951. wave.CanCollide = false
  1952. wave.Material = "Neon"
  1953. wave.Locked = true
  1954. wave.Size = Vector3.new(1, 1, 1)
  1955. wave.TopSurface = "Smooth"
  1956. wave.BottomSurface = "Smooth"
  1957. wave.Transparency = 0.35
  1958. wave.CFrame = HandCF2
  1959. wm = Instance.new("SpecialMesh", wave)
  1960. wm.MeshId = "rbxassetid://3270017"
  1961. coroutine.wrap(function()
  1962. for i = 1, 14, 1 do
  1963. wm.Scale = Vector3.new(1 + i*1.1, 1 + i*1.1, 1)
  1964. wave.Size = wm.Scale
  1965. wave.CFrame = HandCF2
  1966. wave.Transparency = i/14
  1967. wait()
  1968. end
  1969. wait()
  1970. wave:Destroy()
  1971. end)()
  1972. end
  1973. --------------------------------------------------------------------
  1974. Magik = function()
  1975. Spawn(function()
  1976. local function lerp(a,b,c)
  1977. return a+(b-a)*c
  1978. end
  1979. local function rndRange(rng)
  1980. return math.random(-rng*1000,rng*1000)/1000
  1981. end
  1982. local magik = Instance.new("Part", larm)
  1983. local Colors = {"Dark indigo", "Really black"}
  1984. magik.Anchored = true
  1985. magik.Locked = true
  1986. magik.Material = "Neon"
  1987. magik.FormFactor = "Custom"
  1988. magik.Size = Vector3.new(1.2, 1.2, 1.2)
  1989. magik.TopSurface = "Smooth"
  1990. magik.BottomSurface = "Smooth"
  1991. magik.Transparency = 0
  1992. magik.CanCollide = false
  1993.  
  1994. if holy == false then
  1995. magik.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1996. else
  1997. magik.BrickColor = BrickColor.new(BoostedColorScheme)
  1998. end
  1999.  
  2000. local mr = math.rad
  2001. local rnx,rny,rnz = mr(rndRange(180)),mr(rndRange(180)),mr(rndRange(180))
  2002. local cf = larm.CFrame * CFrame.new(0, -.8, 0) * CFrame.Angles(rnx,rny,rnz)
  2003. magik.CFrame = cf
  2004. for i = 0, 1, .05 do
  2005. local newTrans = lerp(0.5, 1, i)
  2006. local ns = lerp(1,1.2,i)
  2007. magik.Transparency = newTrans
  2008. magik.Size = Vector3.new(ns,ns,ns)
  2009. magik.CFrame = cf
  2010. rs:wait()
  2011. end
  2012. magik:Destroy()
  2013. wait()
  2014. end)
  2015. end
  2016. ----------------------------------------------------
  2017. Magik2 = function()
  2018. Spawn(function()
  2019. if stanceToggle == "Melee" then
  2020. local function lerp(a,b,c)
  2021. return a+(b-a)*c
  2022. end
  2023. local function rndRange(rng)
  2024. return math.random(-rng*1000,rng*1000)/1000
  2025. end
  2026. local magik2 = Instance.new("Part", rarm)
  2027. local Colors = {"Dark indigo", "Really black"}
  2028. magik2.Anchored = true
  2029. magik2.Locked = true
  2030. magik2.FormFactor = "Custom"
  2031. magik2.Size = Vector3.new(1.2, 1.2, 1.2)
  2032. magik2.TopSurface = "Smooth"
  2033. magik2.BottomSurface = "Smooth"
  2034. magik2.Transparency = 0
  2035. magik2.Material = "Neon"
  2036. magik2.CanCollide = false
  2037.  
  2038. if holy == false then
  2039. magik2.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  2040. else
  2041. magik2.BrickColor = BrickColor.new(BoostedColorScheme)
  2042. end
  2043.  
  2044. local mr = math.rad
  2045. local rnx,rny,rnz = mr(rndRange(180)),mr(rndRange(180)),mr(rndRange(180))
  2046. local cf = rarm.CFrame * CFrame.new(0, -.8, 0) * CFrame.Angles(rnx,rny,rnz)
  2047. magik2.CFrame = cf
  2048. for i = 0, 1, .05 do
  2049. local newTrans = lerp(0.5, 1, i)
  2050. local ns = lerp(1,1.2,i)
  2051. magik2.Transparency = newTrans
  2052. magik2.Size = Vector3.new(ns,ns,ns)
  2053. magik2.CFrame = cf
  2054. rs:wait()
  2055. end
  2056. magik2:Destroy()
  2057. elseif stanceToggle ~= "Melee" then
  2058. wait()
  2059. end
  2060. end)
  2061. end
  2062. ----------------------------------------------------
  2063. function lerp(a, b, t) -- Linear interpolation
  2064. return a + (b - a)*t
  2065. end
  2066.  
  2067. function slerp(a, b, t) --Spherical interpolation
  2068. dot = a:Dot(b)
  2069. if dot > 0.99999 or dot < -0.99999 then
  2070. return t <= 0.5 and a or b
  2071. else
  2072. r = math.acos(dot)
  2073. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  2074. end
  2075. end
  2076.  
  2077. function matrixInterpolate(a, b, t)
  2078. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  2079. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  2080. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  2081. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  2082. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  2083. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  2084. local t = v1:Dot(v2)
  2085. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  2086. return CFrame.new()
  2087. end
  2088. return CFrame.new(
  2089. v0.x, v0.y, v0.z,
  2090. v1.x, v1.y, v1.z,
  2091. v2.x, v2.y, v2.z,
  2092. v3.x, v3.y, v3.z)
  2093. end
  2094.  
  2095. function Tween(a,b,c)
  2096. return a+(b-a)*c
  2097. end
  2098. ----------------------------------------------------
  2099. function genWeld(a,b)
  2100. local w = Instance.new("Weld",a)
  2101. w.Part0 = a
  2102. w.Part1 = b
  2103. return w
  2104. end
  2105. function weld(a, b)
  2106. local weld = Instance.new("Weld")
  2107. weld.Name = "W"
  2108. weld.Part0 = a
  2109. weld.Part1 = b
  2110. weld.C0 = a.CFrame:inverse() * b.CFrame
  2111. weld.Parent = a
  2112. return weld;
  2113. end
  2114. ----------------------------------------------------
  2115. function Lerp(c1,c2,al)
  2116. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  2117. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  2118. for i,v in pairs(com1) do
  2119. com1[i] = v+(com2[i]-v)*al
  2120. end
  2121. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  2122. end
  2123. ----------------------------------------------------
  2124.  
  2125. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  2126. local wld = Instance.new("Weld", wp1)
  2127. wld.Part0 = wp0
  2128. wld.Part1 = wp1
  2129. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  2130. end
  2131. ----------------------------------------------------
  2132. newWeld(torso, larm, -1.5, 0.5, 0)
  2133. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  2134. newWeld(torso, rarm, 1.5, 0.5, 0)
  2135. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  2136. newWeld(torso, hed, 0, 1.5, 0)
  2137. newWeld(torso, lleg, -0.5, -1, 0)
  2138. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  2139. newWeld(torso, rleg, 0.5, -1, 0)
  2140. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  2141. newWeld(root, torso, 0, -1, 0)
  2142. torso.Weld.C1 = CFrame.new(0, -1, 0)
  2143. ----------------------------------------------------
  2144. --local SIDz = {"167985102, 163752916"}--181449739, 167161785, 148274436, 167985102, 163752916
  2145. z = Instance.new("Sound",char) --music
  2146. z.SoundId = "rbxassetid://0"--..SIDz[math.random(1,#SIDz)]
  2147. z.Looped = true
  2148. z.Volume = 1
  2149. z.Pitch = .72
  2150. wait(1)
  2151. z:Play()
  2152.  
  2153.  
  2154. hum.WalkSpeed = 10
  2155. hum.JumpPower=70
  2156.  
  2157.  
  2158.  
  2159.  
  2160.  
  2161. --[[partic = Instance.new("ParticleEmitter",hed)
  2162. partic.Color = ColorSequence.new(Color3.new(15/225,0,225/45),Color3.new(20/255,0,205/255))
  2163. partic.LightEmission = .95
  2164. partic.VelocityInheritance = 0
  2165. partic.Rate = 300
  2166. partic.Texture = "rbxassetid:// 241650934" --56561915392079955
  2167. partic.Lifetime = NumberRange.new(0.1,0.2)
  2168. partic.RotSpeed = NumberRange.new(100,100)
  2169. partic.Speed = NumberRange.new(2,6)
  2170. partic.Enabled = true
  2171. partic.LockedToPart = true]]
  2172.  
  2173. --Nah
  2174.  
  2175. ----------------------------------------------------
  2176.  
  2177. ----------------------------------------------------
  2178. local m = Instance.new("Model")
  2179. m.Name = "Genkadda"
  2180. p1 = Instance.new("Part", m)
  2181. p1.Material = "Metal"
  2182. p1.BrickColor = BrickColor.new("Really black")
  2183. p1.Name = "BladePart"
  2184. p1.FormFactor = Enum.FormFactor.Symmetric
  2185. p1.Size = Vector3.new(1, 1, 1)
  2186. p1.CFrame = CFrame.new(103.003883, 10.755723, -7.61905956, 5.61699271e-005, -7.1823597e-006, 0.999998987, -0.984785616, -0.173714966, 3.55839729e-005, 0.173720747, -0.984761655, 5.9530139e-006)
  2187. p1.CanCollide = false
  2188. p1.Locked = true
  2189. p1.Elasticity = 0
  2190. p1.BottomSurface = Enum.SurfaceType.Smooth
  2191. p1.TopSurface = Enum.SurfaceType.Smooth
  2192. b1 = Instance.new("BlockMesh", p1)
  2193. b1.Name = "Mesh"
  2194. b1.Scale = Vector3.new(0.299999923, 1, 0.120000005)
  2195. p2 = Instance.new("Part", m)
  2196. p2.Material = "Metal"
  2197. p2.BrickColor = BrickColor.new("Really black")
  2198. p2.FormFactor = Enum.FormFactor.Symmetric
  2199. p2.Size = Vector3.new(1, 1, 1)
  2200. p2.CFrame = CFrame.new(103.00399, 10.7255898, -6.52608919, 0.00135809346, 0.00169118668, -0.999996662, 0.965820193, 0.259168088, 0.0017684648, 0.259154975, -0.965800881, -0.00130418094)
  2201. p2.CanCollide = false
  2202. p2.Locked = true
  2203. p2.Elasticity = 0
  2204. p2.BottomSurface = Enum.SurfaceType.Smooth
  2205. p2.TopSurface = Enum.SurfaceType.Smooth
  2206. b2 = Instance.new("BlockMesh", p2)
  2207. b2.Name = "Mesh"
  2208. b2.Scale = Vector3.new(0.099999927, 0.699999928, 0.099999927)
  2209. p3 = Instance.new("Part", m)
  2210. p3.Material = "Metal"
  2211. p3.BrickColor = BrickColor.new("Really black")
  2212. p3.FormFactor = Enum.FormFactor.Symmetric
  2213. p3.Size = Vector3.new(1, 2, 1)
  2214. p3.CFrame = CFrame.new(103.004028, 11.1456547, -6.819067, 1.43263023e-005, -2.88564479e-006, 0.999998987, -0.882936299, -0.469471544, -7.18829688e-006, 0.469469696, -0.882911503, 1.35099981e-005)
  2215. p3.CanCollide = false
  2216. p3.Locked = true
  2217. p3.Elasticity = 0
  2218. p3.BottomSurface = Enum.SurfaceType.Smooth
  2219. p3.TopSurface = Enum.SurfaceType.Smooth
  2220. b3 = Instance.new("BlockMesh", p3)
  2221. b3.Name = "Mesh"
  2222. b3.Scale = Vector3.new(0.099999927, 0.699999928, 0.099999927)
  2223. p4 = Instance.new("Part", m)
  2224. p4.Material = "Metal"
  2225. p4.BrickColor = BrickColor.new("Really black")
  2226. p4.Name = "BladePart"
  2227. p4.FormFactor = Enum.FormFactor.Symmetric
  2228. p4.Size = Vector3.new(1, 1, 1)
  2229. p4.CFrame = CFrame.new(103.003372, 10.965373, -6.66876507, 1.57370523e-005, -6.04354591e-006, 0.999996603, -0.965898931, -0.25886938, -7.14969246e-006, 0.258875549, -0.965874314, 1.58735529e-005)
  2230. p4.CanCollide = false
  2231. p4.Locked = true
  2232. p4.Elasticity = 0
  2233. p4.BottomSurface = Enum.SurfaceType.Smooth
  2234. p4.TopSurface = Enum.SurfaceType.Smooth
  2235. b4 = Instance.new("BlockMesh", p4)
  2236. b4.Name = "Mesh"
  2237. b4.Scale = Vector3.new(0.299999923, 1, 0.120000005)
  2238. p5 = Instance.new("Part", m)
  2239. p5.Material = "Metal"
  2240. p5.BrickColor = BrickColor.new("Really black")
  2241. p5.Name = "Hilt"
  2242. p5.FormFactor = Enum.FormFactor.Custom
  2243. p5.Size = Vector3.new(1, 0.400000006, 1.60000014)
  2244. p5.CFrame = CFrame.new(103.003395, 11.0653381, -6.1687479, -0.99999404, 5.54991711e-005, -0.000617815298, -0.000594727404, -0.000124425016, 0.999983907, 2.66434654e-005, 0.999962509, 0.000109782166)
  2245. p5.CanCollide = false
  2246. p5.Locked = true
  2247. p5.BottomSurface = Enum.SurfaceType.Smooth
  2248. p5.TopSurface = Enum.SurfaceType.Smooth
  2249. b5 = Instance.new("BlockMesh", p5)
  2250. b5.Name = "Mesh"
  2251. b5.Scale = Vector3.new(0.299999923, 0.399999917, 0.799999952)
  2252. p6 = Instance.new("Part", m)
  2253. p6.Material = "Metal"
  2254. p6.BrickColor = BrickColor.new("Really black")
  2255. p6.Name = "Handle"
  2256. p6.FormFactor = Enum.FormFactor.Custom
  2257. p6.Size = Vector3.new(1.29999995, 1, 1)
  2258. p6.CFrame = CFrame.new(103.000061, 11.0688219, -5.5480547, -1.23393656e-005, -1.36360759e-005, 0.999994218, 5.37017331e-006, 0.999984086, -9.45257489e-006, -0.999962509, -9.28580994e-006, 1.64470257e-005)
  2259. p6.CanCollide = false
  2260. p6.Locked = true
  2261. p6.BottomSurface = Enum.SurfaceType.Smooth
  2262. p6.TopSurface = Enum.SurfaceType.Smooth
  2263. b6 = Instance.new("SpecialMesh", p6)
  2264. b6.MeshType = Enum.MeshType.Cylinder
  2265. b6.Name = "Mesh"
  2266. b6.Scale = Vector3.new(1, 0.200000003, 0.200000003)
  2267. p7 = Instance.new("Part", m)
  2268. p7.Material = "Metal"
  2269. p7.BrickColor = BrickColor.new("Really black")
  2270. p7.FormFactor = Enum.FormFactor.Symmetric
  2271. p7.Size = Vector3.new(1, 1, 1)
  2272. p7.CFrame = CFrame.new(103.000099, 11.0688391, -4.79808855, -0.000332629686, 0.00429873355, -0.99998492, -4.5920292e-006, 0.999974728, 0.00432178052, 0.999962449, -8.49941443e-006, -0.000361445156)
  2273. p7.CanCollide = false
  2274. p7.Locked = true
  2275. b7 = Instance.new("SpecialMesh", p7)
  2276. b7.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  2277. b7.TextureId = ""
  2278. b7.MeshType = Enum.MeshType.FileMesh
  2279. b7.Name = "Mesh"
  2280. b7.Scale = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2281. p8 = Instance.new("Part", m)
  2282. p8.Material = "Metal"
  2283. p8.BrickColor = BrickColor.new("Really black")
  2284. p8.Name = "BladePart"
  2285. p8.FormFactor = Enum.FormFactor.Symmetric
  2286. p8.Size = Vector3.new(1, 1, 1)
  2287. p8.CFrame = CFrame.new(103.003326, 10.6254845, -8.59870911, -2.92104669e-005, -1.10579058e-005, 0.999994218, -0.996175766, -0.0871899351, -5.3152442e-005, 0.0872026458, -0.996152997, 2.03179661e-005)
  2288. p8.CanCollide = false
  2289. p8.Locked = true
  2290. p8.Elasticity = 0
  2291. p8.BottomSurface = Enum.SurfaceType.Smooth
  2292. p8.TopSurface = Enum.SurfaceType.Smooth
  2293. b8 = Instance.new("BlockMesh", p8)
  2294. b8.Name = "Mesh"
  2295. b8.Scale = Vector3.new(0.299999923, 1, 0.120000005)
  2296. p9 = Instance.new("Part", m)
  2297. p9.Material = "Metal"
  2298. p9.BrickColor = BrickColor.new("Really black")
  2299. p9.Name = "BladePart"
  2300. p9.FormFactor = Enum.FormFactor.Symmetric
  2301. p9.Size = Vector3.new(1, 1, 1)
  2302. p9.CFrame = CFrame.new(103.003311, 10.625597, -9.51878738, -2.59891603e-005, -1.34348729e-005, 0.999994218, -0.996185422, 0.087079078, -4.78096408e-005, -0.0870626047, -0.996165276, 1.31400229e-005)
  2303. p9.CanCollide = false
  2304. p9.Locked = true
  2305. p9.Elasticity = 0
  2306. p9.BottomSurface = Enum.SurfaceType.Smooth
  2307. p9.TopSurface = Enum.SurfaceType.Smooth
  2308. b9 = Instance.new("BlockMesh", p9)
  2309. b9.Name = "Mesh"
  2310. b9.Scale = Vector3.new(0.299999923, 1, 0.120000005)
  2311. p10 = Instance.new("Part", m)
  2312. p10.Material = "Metal"
  2313. p10.BrickColor = BrickColor.new("Really black")
  2314. p10.Name = "BladeTip"
  2315. p10.FormFactor = Enum.FormFactor.Symmetric
  2316. p10.Size = Vector3.new(1, 1, 2)
  2317. p10.CFrame = CFrame.new(103.00309, 11.1081867, -11.6109829, -0.999994099, -0.000455793255, 4.643387e-005, 0.00045133481, -0.965918779, -0.25878337, 0.000134008093, -0.258763671, 0.965901971)
  2318. p10.CanCollide = false
  2319. p10.Locked = true
  2320. p10.Elasticity = 0
  2321. p10.BottomSurface = Enum.SurfaceType.Smooth
  2322. p10.TopSurface = Enum.SurfaceType.Smooth
  2323. b10 = Instance.new("SpecialMesh", p10)
  2324. b10.MeshType = Enum.MeshType.Wedge
  2325. b10.Name = "Mesh"
  2326. b10.Scale = Vector3.new(0.119999997, 0.299999923, 0.699999928)
  2327. p11 = Instance.new("Part", m)
  2328. p11.Material = "Metal"
  2329. p11.BrickColor = BrickColor.new("Really black")
  2330. p11.Name = "BladePart"
  2331. p11.FormFactor = Enum.FormFactor.Symmetric
  2332. p11.Size = Vector3.new(1, 1, 1)
  2333. p11.CFrame = CFrame.new(103.003296, 10.7956495, -10.4587727, 2.83485351e-005, -1.54050977e-005, 0.999994218, -0.96592474, 0.258761972, 8.27970416e-006, -0.258742362, -0.965907693, 2.1241216e-005)
  2334. p11.CanCollide = false
  2335. p11.Locked = true
  2336. p11.Elasticity = 0
  2337. p11.BottomSurface = Enum.SurfaceType.Smooth
  2338. p11.TopSurface = Enum.SurfaceType.Smooth
  2339. b11 = Instance.new("BlockMesh", p11)
  2340. b11.Name = "Mesh"
  2341. b11.Scale = Vector3.new(0.299999923, 1, 0.120000005)
  2342. p12 = Instance.new("Part", m)
  2343. p12.Material = "Metal"
  2344. p12.BrickColor = BrickColor.new("Really black")
  2345. p12.Name = "BladeTip2"
  2346. p12.FormFactor = Enum.FormFactor.Custom
  2347. p12.Size = Vector3.new(1, 1, 2.4000001)
  2348. p12.CFrame = CFrame.new(102.999977, 10.6319504, -10.4398403, -0.999994218, -5.5769262e-005, 6.55075928e-005, 4.61044419e-006, 0.882887006, 0.469551951, -0.000112806956, 0.469529003, -0.882874727)
  2349. p12.CanCollide = false
  2350. p12.Locked = true
  2351. p12.Elasticity = 0
  2352. p12.BottomSurface = Enum.SurfaceType.Smooth
  2353. p12.TopSurface = Enum.SurfaceType.Smooth
  2354. b12 = Instance.new("SpecialMesh", p12)
  2355. b12.MeshType = Enum.MeshType.Wedge
  2356. b12.Name = "Mesh"
  2357. b12.Scale = Vector3.new(0.119999997, 0.239999995, 0.699999928)
  2358. p13 = Instance.new("Part", m)
  2359. p13.Material = "Metal"
  2360. p13.BrickColor = BrickColor.new("Medium stone grey")
  2361. p13.Transparency = 1
  2362. p13.Name = "HitBox"
  2363. p13.FormFactor = Enum.FormFactor.Custom
  2364. p13.Size = Vector3.new(6.0999999, 0.400000006, 1.5999999)
  2365. p13.CFrame = CFrame.new(103.009995, 10.9988394, -9.2679081, 1.22519814e-005, -0.999994218, 1.36361559e-005, -5.27501106e-006, 9.45320426e-006, -0.999984264, 0.999962687, -1.65344682e-005, 9.20891762e-006)
  2366. p13.CanCollide = false
  2367. p13.Locked = true
  2368. p13.BottomSurface = Enum.SurfaceType.Smooth
  2369. p13.TopSurface = Enum.SurfaceType.Smooth
  2370. w1 = Instance.new("Weld", p1)
  2371. w1.Name = "Part_Weld"
  2372. w1.Part0 = p1
  2373. w1.C0 = CFrame.new(11.9124546, -5.63626003, -103.00383, 4.33940659e-005, -0.984795153, 0.173719674, 1.85460614e-009, -0.173719659, -0.984795094, 1, 4.27345876e-005, -7.53657105e-006)
  2374. w1.Part1 = p2
  2375. w1.C1 = CFrame.new(-8.80891991, -9.26009178, 102.975845, 0.00136663229, 0.965830803, 0.259170175, 0.00170310249, 0.25916782, -0.965830863, -0.999997616, 0.00176132878, -0.00129072159)
  2376. w2 = Instance.new("Weld", p2)
  2377. w2.Name = "Part_Weld"
  2378. w2.Part0 = p2
  2379. w2.C0 = CFrame.new(-8.80891991, -9.26009178, 102.975845, 0.00136663229, 0.965830803, 0.259170175, 0.00170310249, 0.25916782, -0.965830863, -0.999997616, 0.00176132878, -0.00129072159)
  2380. w2.Part1 = p3
  2381. w2.C1 = CFrame.new(13.0439634, -0.78926897, -103.003448, -4.37113883e-008, -0.88294369, 0.469478935, 0, -0.469478935, -0.88294369, 1, -3.85946954e-008, 2.05215755e-008)
  2382. w3 = Instance.new("Weld", p3)
  2383. w3.Name = "BladePart_Weld"
  2384. w3.Part0 = p3
  2385. w3.C0 = CFrame.new(13.0439634, -0.78926897, -103.003448, -4.37113883e-008, -0.88294369, 0.469478935, 0, -0.469478935, -0.88294369, 1, -3.85946954e-008, 2.05215755e-008)
  2386. w3.Part1 = p4
  2387. w3.C1 = CFrame.new(12.3193283, -3.60437131, -103.003067, 2.38418579e-006, -0.965907753, 0.258877277, 0, -0.258874893, -0.965907753, 0.999997616, 0, 2.38418579e-006)
  2388. w4 = Instance.new("Weld", p4)
  2389. w4.Name = "Hilt_Weld"
  2390. w4.Part0 = p4
  2391. w4.C0 = CFrame.new(12.3193283, -3.60437131, -103.003067, 2.38418579e-006, -0.965907753, 0.258877277, 0, -0.258874893, -0.965907753, 0.999997616, 0, 2.38418579e-006)
  2392. w4.Part1 = p5
  2393. w4.C1 = CFrame.new(103.010277, 6.16758585, -11.003541, -0.999999821, -0.00060418935, 4.31301851e-005, 4.32021443e-005, -0.000119086159, 1, -0.000604184228, 0.999999821, 0.000119112243)
  2394. w5 = Instance.new("Weld", p5)
  2395. w5.Name = "Handle_Weld"
  2396. w5.Part0 = p5
  2397. w5.C0 = CFrame.new(103.010277, 6.16758585, -11.003541, -0.999999821, -0.00060418935, 4.31301851e-005, 4.32021443e-005, -0.000119086159, 1, -0.000604184228, 0.999999821, 0.000119112243)
  2398. w5.Part1 = p6
  2399. w5.C1 = CFrame.new(-5.54999733, -11.0699978, -103, -4.37113883e-008, 2.98366913e-008, -1, 0, 1, 2.98366913e-008, 1, 1.3042032e-015, -4.37113883e-008)
  2400. w6 = Instance.new("Weld", p6)
  2401. w6.Name = "Part_Weld"
  2402. w6.Part0 = p6
  2403. w6.C0 = CFrame.new(-5.54999733, -11.0699978, -103, -4.37113883e-008, 2.98366913e-008, -1, 0, 1, 2.98366913e-008, 1, 1.3042032e-015, -4.37113883e-008)
  2404. w6.Part1 = p7
  2405. w6.C1 = CFrame.new(4.83552647, -11.5140886, 102.949669, -0.000344927335, 7.4505806e-007, 0.99999994, 0.00431239465, 0.999990702, 7.4505806e-007, -0.999990642, 0.00431239465, -0.000344927335)
  2406. w7 = Instance.new("Weld", p7)
  2407. w7.Name = "BladePart_Weld"
  2408. w7.Part0 = p7
  2409. w7.C0 = CFrame.new(4.83552647, -11.5140886, 102.949669, -0.000344927335, 7.4505806e-007, 0.99999994, 0.00431239465, 0.999990702, 7.4505806e-007, -0.999990642, 0.00431239465, -0.000344927335)
  2410. w7.Part1 = p8
  2411. w7.C1 = CFrame.new(11.3406382, -7.6414094, -103.0028, -4.38670977e-005, -0.996191144, 0.0871966407, 1.91451011e-009, -0.0871966407, -0.996191144, 1, -4.36998489e-005, 3.82696771e-006)
  2412. w8 = Instance.new("Weld", p8)
  2413. w8.Name = "BladePart_Weld"
  2414. w8.Part0 = p8
  2415. w8.C0 = CFrame.new(11.3406382, -7.6414094, -103.0028, -4.38670977e-005, -0.996191144, 0.0871966407, 1.91451011e-009, -0.0871966407, -0.996191144, 1, -4.36998489e-005, 3.82696771e-006)
  2416. w8.Part1 = p9
  2417. w8.C1 = CFrame.new(9.76131344, -10.4100504, -103.002922, -3.85031162e-005, -0.996201694, -0.0870751292, 1.47589729e-009, 0.0870751366, -0.996201754, 1, -3.83570004e-005, -3.35119148e-006)
  2418. w9 = Instance.new("Weld", p9)
  2419. w9.Name = "BladeTip_Weld"
  2420. w9.Part0 = p9
  2421. w9.C0 = CFrame.new(9.76131344, -10.4100504, -103.002922, -3.85031162e-005, -0.996201694, -0.0870751292, 1.47589729e-009, 0.0870751366, -0.996201754, 1, -3.83570004e-005, -3.35119148e-006)
  2422. w9.Part1 = p10
  2423. w9.C1 = CFrame.new(102.999939, 7.7735939, 14.0892649, -0.999999881, 0.000441889424, 0.000150508567, -0.000465785735, -0.965935588, -0.258782327, 3.10284122e-005, -0.258782327, 0.965935647)
  2424. w10 = Instance.new("Weld", p10)
  2425. w10.Name = "BladePart_Weld"
  2426. w10.Part0 = p10
  2427. w10.C0 = CFrame.new(102.999939, 7.7735939, 14.0892649, -0.999999881, 0.000441889424, 0.000150508567, -0.000465785735, -0.965935588, -0.258782327, 3.10284122e-005, -0.258782327, 0.965935647)
  2428. w10.Part1 = p11
  2429. w10.C1 = CFrame.new(7.72030354, -12.8984127, -103.003448, 1.83585671e-005, -0.965941429, -0.258760989, 3.25545535e-010, 0.258760959, -0.96594137, 1, 1.77332167e-005, 4.7507956e-006)
  2430. w11 = Instance.new("Weld", p11)
  2431. w11.Name = "BladeTip2_Weld"
  2432. w11.Part0 = p11
  2433. w11.C0 = CFrame.new(7.72030354, -12.8984127, -103.003448, 1.83585671e-005, -0.965941429, -0.258760989, 3.25545535e-010, 0.258760959, -0.96594137, 1, 1.77332167e-005, 4.7507956e-006)
  2434. w11.Part1 = p12
  2435. w11.C1 = CFrame.new(102.999031, -4.47981405, -14.2206001, -1, -4.84334305e-006, -9.63198472e-005, -4.95036402e-005, 0.882903397, 0.469554722, 8.27668991e-005, 0.469554722, -0.882903397)
  2436. w12 = Instance.new("Weld", p12)
  2437. w12.Name = "HitBox_Weld"
  2438. w12.Part0 = p12
  2439. w12.C0 = CFrame.new(102.999031, -4.47981405, -14.2206001, -1, -4.84334305e-006, -9.63198472e-005, -4.95036402e-005, 0.882903397, 0.469554722, 8.27668991e-005, 0.469554722, -0.882903397)
  2440. w12.Part1 = p13
  2441. w12.C1 = CFrame.new(9.27000427, 103.009995, 10.9999933, -4.37113883e-008, -4.37113883e-008, 1, -1, 1.91068547e-015, -4.37113883e-008, 0, -1, -4.37113883e-008)
  2442. w13 = Instance.new("Weld", p13)
  2443. w13.Name = "Weld"
  2444. w13.Part0 = p13
  2445. w13.C0 = CFrame.new(9.27000427, 103.009995, 10.9999933, -4.37113883e-008, -4.37113883e-008, 1, -1, 1.91068547e-015, -4.37113883e-008, 0, -1, -4.37113883e-008)
  2446. m.Parent = char
  2447. m:MakeJoints()
  2448. ----------------------------------------------------
  2449. local cor = Instance.new("Part", char.Genkadda)
  2450. cor.Name = "Thingy"
  2451. cor.Locked = true
  2452. cor.BottomSurface = 0
  2453. cor.CanCollide = false
  2454. cor.Size = Vector3.new(1, 9, 1)
  2455. cor.Transparency = 1
  2456. cor.TopSurface = 0
  2457. corw = Instance.new("Weld", cor)
  2458. corw.Part0 = rarm
  2459. corw.Part1 = cor
  2460. corw.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-90), math.rad(0), math.rad(90))
  2461. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2462. weld1 = Instance.new("Weld", char.Genkadda)
  2463. weld1.Part0 = cor
  2464. weld1.Part1 = p6
  2465. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  2466.  
  2467. ----------------------------------------------------
  2468.  
  2469.  
  2470.  
  2471. cmod=Instance.new('Model',char)
  2472.  
  2473. function charge()
  2474. hed.Velocity=hed.CFrame.lookVector*200
  2475. part=Instance.new('Part',cmod)
  2476. part.Anchored=true
  2477. part.CanCollide=false
  2478. part.FormFactor='Custom'
  2479. part.Size=Vector3.new(.2,.2,.2)
  2480. part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
  2481. part.Transparency=.7
  2482. part.BrickColor=BrickColor.new('Institutional white')
  2483. mesh=Instance.new('SpecialMesh',part)
  2484. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  2485. mesh.Scale=Vector3.new(6,2,6)
  2486. part2=part:clone()
  2487. part2.Parent=cmod
  2488. part2.BrickColor=BrickColor.new(BoostedColorScheme)
  2489. mesh2=mesh:clone()
  2490. mesh2.Parent=part2
  2491. mesh2.Scale=Vector3.new(20,10,20)
  2492. part3=part2:clone()
  2493. part3.Parent = cmod
  2494. part3.BrickColor=BrickColor.new('Institutional white')
  2495. mesh3=mesh2:clone()
  2496. mesh2.Parent=part3
  2497. mesh3.Scale=Vector3.new(30,200,30)
  2498. coroutine.resume(coroutine.create(function()
  2499. for i=0,1,0.1 do
  2500. wait()
  2501. part.CFrame=part.CFrame
  2502. part.Transparency=i
  2503. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  2504. part2.CFrame=part2.CFrame
  2505. part2.Transparency=i
  2506. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  2507. part3.CFrame=part3.CFrame
  2508. part3.Transparency=i
  2509. mesh3.Scale=mesh3.Scale+Vector3.new(1,1,1)
  2510. end
  2511. part.Parent=nil
  2512. part2.Parent=nil
  2513. part3.Parent = nil
  2514. end))
  2515. end
  2516.  
  2517.  
  2518.  
  2519.  
  2520.  
  2521.  
  2522. function ChargeAttack()
  2523. if Debounces.CanAttack == true then
  2524. Debounces.CanAttack = false
  2525. Debounces.on = true
  2526. Debounces.NoIdl = true
  2527. chrg = lleg.Touched:connect(function(ht)
  2528. hit = ht.Parent
  2529. if ht and hit:IsA("Model") then
  2530. if hit:FindFirstChild("Humanoid") then
  2531. if hit.Name ~= p.Name then
  2532. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2533. Debounces.Slashed = true]]--
  2534. chargedp = hit:FindFirstChild("Humanoid")
  2535. hit:FindFirstChild("Humanoid"):TakeDamage(5)
  2536. hit:FindFirstChild("Humanoid").PlatformStand = true
  2537. coroutine.resume(coroutine.create(function()
  2538. wait(2)
  2539. chargedp.PlatformStand = false
  2540. end))
  2541. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  2542. --Debounces.Slashed = false
  2543. --end
  2544. end
  2545. end
  2546. elseif ht and hit:IsA("Hat") then
  2547. if hit.Parent.Name ~= p.Name then
  2548. if hit.Parent:FindFirstChild("Humanoid") then
  2549. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  2550. Debounces.Slashed = true]]--
  2551. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  2552. hit:FindFirstChild("Humanoid").PlatformStand = true
  2553. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  2554. --Debounces.Slashed = false
  2555. end
  2556. end
  2557. end
  2558. end)
  2559.  
  2560. so("http://www.roblox.com/asset/?id=199145659",hed,1,1.5)
  2561.  
  2562.  
  2563. for i = 1, 14 do
  2564. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.5)
  2565. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1, 0.6, -.4)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.5)
  2566. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.5)
  2567. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.5)
  2568. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.4, -0.7, -0.2) * CFrame.Angles(-0.2, 5, math.rad(5)), 0.2)
  2569. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.4, -0.8, 0.1) * CFrame.Angles(-0.3, 0, math.rad(10)), 0.2)
  2570. if Debounces.on == false then break end
  2571. wait()
  2572. end
  2573. Debounces.Slashing = true
  2574. so("http://roblox.com/asset/?id=200633077",hed,1,ptz2[math.random(1,#ptz2)])
  2575. coroutine.resume(coroutine.create(function()
  2576. for i = 1, 14 do
  2577. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad (90),math.rad(-40),math.rad(80)), 0.35)
  2578. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad (- 70)), 0.35)
  2579. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-90), math.rad(0)), 0.35)
  2580. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -0.2, -1) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)), 0.35)
  2581. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.35)
  2582. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.35)
  2583. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles (math.rad(0), math.rad(-30), math.rad(0)), 0.35)
  2584. if Debounces.on == false then break end
  2585. wait()
  2586. end
  2587. end))
  2588. partic2.Enabled = true
  2589. charge()
  2590. z = Instance.new("Sound",hed)
  2591. z.SoundId = "rbxassetid://200632875"
  2592. z.Volume = 1.5
  2593. z.Pitch = .8
  2594. z1 = Instance.new("Sound",hed)
  2595. z1.SoundId = "rbxassetid://200632875"
  2596. z1.Volume = 1.5
  2597. z1.Pitch = .9
  2598. z:Play()
  2599. z1:Play()
  2600. wait(0.5)
  2601. partic2.Enabled = false
  2602. z:Destroy()
  2603. z1:Destroy()
  2604. chrg:disconnect()
  2605. Debounces.Slashing = false
  2606. cor.Weld.C1 = CFrame.Angles(0,0,0)
  2607. if Debounces.CanAttack == false then
  2608. Debounces.CanAttack = true
  2609. Debounces.on = false
  2610. Debounces.NoIdl = false
  2611. end
  2612. end
  2613. end
  2614. ----------------------------------------------------
  2615. ----------------------------------------------------
  2616. function CeroBeam()
  2617. if Debounces.CanAttack == true then
  2618. Debounces.CanAttack = false
  2619. Debounces.NoIdl = true
  2620. Debounces.on = true
  2621. char.Humanoid.WalkSpeed = .01
  2622. Debounces.on = true
  2623. Vanish()
  2624.  
  2625. xx = Instance.new("Sound")
  2626. xx.SoundId = "http://www.roblox.com/asset/?id=199145659"
  2627. xx.Parent = char.Head
  2628. xx.Looped = false
  2629. xx.Pitch = .88
  2630. xx.Volume = 1
  2631. wait(.1)
  2632. xx:Play()
  2633.  
  2634. if holy == true then
  2635. so("http://roblox.com/asset/?id=231917788",hed,1,1)
  2636. else
  2637. end
  2638.  
  2639.  
  2640. if holy ~= true then
  2641. for i = 1, 20 do
  2642. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(-18), 0, math.rad(-20)), 0.3)
  2643. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(65), 0, math.rad(-40)), 0.3)
  2644. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.3)
  2645. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(8), 0, math.rad(10)), 0.3)
  2646. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-10), math.rad(-70), 0), 0.6)
  2647. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(84), 0), 0.4)
  2648. if Debounces.on==false then break end
  2649. wait()
  2650. end
  2651. wait(1)
  2652. else
  2653. for i = 1, 5 do
  2654. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(-18), 0, math.rad(-20)), 0.3)
  2655. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(65), 0, math.rad(-40)), 0.3)
  2656. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.3)
  2657. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(8), 0, math.rad(10)), 0.3)
  2658. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-10), math.rad(-70), 0), 0.6)
  2659. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(84), 0), 0.4)
  2660. if Debounces.on==false then break end
  2661. wait()
  2662. end
  2663. wait(1)
  2664. end
  2665.  
  2666. x = Instance.new("Sound")
  2667. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  2668. x2 = Instance.new("Sound")
  2669. x2.SoundId = "http://www.roblox.com/asset/?id=183763506"
  2670. x.Parent = char.Head
  2671. x2.Parent = char.Head
  2672. x.Looped = false
  2673. x2.Looped = false
  2674. x.Pitch = .88
  2675. x.Volume = 1
  2676. x2.Pitch = .88
  2677. x2.Volume = 1
  2678. wait(.1)
  2679. x:Play()
  2680. x2:Play()
  2681. Debounces.on = false
  2682. Debounces.Here = false
  2683.  
  2684. for i = 1, 6 do
  2685. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(-12)), 0.4)
  2686. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(90), 0, math.rad(101)), 0.4)
  2687. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-6)), 0.4)
  2688. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(6)), 0.4)
  2689. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-8), math.rad(-84), 0), 0.4)
  2690. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.4)
  2691. wait()
  2692. end
  2693. local rng = Instance.new("Part", char)
  2694. rng.Anchored = true
  2695.  
  2696. if holy ~= true then
  2697. rng.BrickColor = BrickColor.new("Really black")
  2698. else
  2699. rng.BrickColor = BrickColor.new(BoostedColorScheme)
  2700. end
  2701.  
  2702. rng.CanCollide = false
  2703. rng.FormFactor = 3
  2704. rng.Name = "Ring"
  2705. rng.Size = Vector3.new(1, 1, 1)
  2706. rng.Transparency = 0.35
  2707. rng.TopSurface = 0
  2708. rng.BottomSurface = 0
  2709. rng.Material = "Neon"
  2710. local rngm = Instance.new("SpecialMesh", rng)
  2711. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2712. rngm.Scale = Vector3.new(10, 10, 1)
  2713. local bem = Instance.new("Part", char)
  2714. bem.Anchored = true
  2715.  
  2716. if holy ~= true then
  2717. bem.BrickColor = BrickColor.new("Really black")
  2718. else
  2719. bem.BrickColor = BrickColor.new(BoostedColorScheme)
  2720. end
  2721.  
  2722. bem.Material = "Neon"
  2723. bem.CanCollide = false
  2724. bem.FormFactor = 3
  2725. bem.Name = "Beam" .. shot
  2726. bem.Size = Vector3.new(1, 1, 1)
  2727. bem.Transparency = 0.35
  2728. bem.TopSurface = 0
  2729. bem.BottomSurface = 0
  2730. local bemm = Instance.new("SpecialMesh", bem)
  2731. bemm.MeshType = 4
  2732. bemm.Scale = Vector3.new(1, 4, 4)
  2733. local out = Instance.new("Part", char)
  2734. out.Anchored = true
  2735.  
  2736. if holy ~= true then
  2737. out.BrickColor = BrickColor.new("Really black")
  2738. else
  2739. out.BrickColor = BrickColor.new(BoostedColorScheme)
  2740. end
  2741.  
  2742. out.Material = "Neon"
  2743. out.CanCollide = false
  2744. out.FormFactor = 3
  2745. out.Name = "Out"
  2746. out.Size = Vector3.new(1, 1, 1)
  2747. out.Transparency = 0.35
  2748. out.TopSurface = 0
  2749. out.BottomSurface = 0
  2750. local outm = Instance.new("SpecialMesh", out)
  2751. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  2752. outm.Scale = Vector3.new(2, 2, 2)
  2753. local bnd = Instance.new("Part", char)
  2754. bnd.Anchored = true
  2755.  
  2756. if holy ~= true then
  2757. bnd.BrickColor = BrickColor.new("Really black")
  2758. else
  2759. bnd.BrickColor = BrickColor.new(BoostedColorScheme)
  2760. end
  2761.  
  2762. bnd.Material = "Neon"
  2763. bnd.CanCollide = false
  2764. bnd.FormFactor = 3
  2765. bnd.Name = "BEnd"
  2766. bnd.Size = Vector3.new(1, 1, 1)
  2767. bnd.Transparency = 0.35
  2768. bnd.TopSurface = 0
  2769. bnd.BottomSurface = 0
  2770. local bndm = Instance.new("SpecialMesh", bnd)
  2771. bndm.MeshType = 3
  2772. bndm.Scale = Vector3.new(4, 4, 4)
  2773. out.CFrame = rarm.CFrame * CFrame.new(0, -1.75, 0)
  2774. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  2775. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  2776. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  2777. Debounces.Shewt = true
  2778. coroutine.wrap(function()
  2779. for i = 1, 20, 0.2 do
  2780. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  2781. rng.Transparency = i/20
  2782. wait()
  2783. end
  2784. wait()
  2785. rng:Destroy()
  2786. end)()
  2787. if Debounces.Shewt == true then
  2788. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht) --Here
  2789. print("Hit")
  2790. hit = ht.Parent
  2791. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  2792. print("Yes")
  2793. if HasntTouched(hit.Name) == true and deb == false then
  2794. deb = true
  2795. coroutine.wrap(function()
  2796. hit:FindFirstChild("Humanoid").PlatformStand = true
  2797. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 140
  2798. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(18,63))
  2799. wait(1)
  2800. hit:FindFirstChild("Humanoid").PlatformStand = false
  2801. end)()
  2802. table.insert(Touche, hit.Name)
  2803. deb = false
  2804. end
  2805. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  2806. print("Yes")
  2807. if HasntTouched(hit.Parent.Name) == true and deb == false then
  2808. deb = true
  2809. coroutine.wrap(function()
  2810. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  2811. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 140
  2812. wait(1)
  2813. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  2814. end)()
  2815. table.insert(Touche, hit.Parent.Name)
  2816. deb = false
  2817. for i, v in pairs(Touche) do
  2818. print(v)
  2819. end
  2820. end
  2821. end
  2822. end)
  2823. end
  2824. for i = 0, 200, 7 do
  2825. bem.Size = Vector3.new(i, 1, 1)
  2826. bem.CFrame = rarm.CFrame * CFrame.new(0, -2.5 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  2827. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 0)
  2828. wait()
  2829. end
  2830. wait()
  2831. Debounces.Shewt = false
  2832. bem:Destroy()
  2833. out:Destroy()
  2834. bnd:Destroy()
  2835. char.Humanoid.WalkSpeed = 10
  2836. Debounces.Ready = false
  2837. for i, v in pairs(Touche) do
  2838. table.remove(Touche, i)
  2839. end
  2840. wait()
  2841. table.insert(Touche, char.Name)
  2842. Debounces.NoIdl = false
  2843. if Debounces.CanAttack == false then
  2844. Debounces.CanAttack = true
  2845. cor.Weld.C1 = CFrame.Angles(0,0,0)
  2846.  
  2847.  
  2848. Debounces.on = false
  2849. Appear()
  2850. end
  2851. end
  2852. end
  2853. ----------------------------------------------------
  2854.  
  2855. function Kick()
  2856.  
  2857. if Debounces.CanAttack == true then
  2858. Debounces.CanAttack = false
  2859. Debounces.NoIdl = true
  2860. Debounces.on = true
  2861. Debounces.ks = true
  2862. rleg.Touched:connect(function(ht)
  2863. hit = ht.Parent
  2864. if ht and hit:IsA("Model") then
  2865. if hit:FindFirstChild("Humanoid") then
  2866. if hit.Name ~= p.Name then
  2867. if Debounces.Slapping == true and Debounces.Slapped == false then
  2868. Debounces.Slapped = true
  2869. if Debounces.ks==true then
  2870. z = Instance.new("Sound",hed)
  2871. z.SoundId = "rbxassetid://169380538"
  2872. z.Volume = 1
  2873. z:Play()
  2874. Debounces.ks=false
  2875. end
  2876. hit:FindFirstChild("Humanoid"):TakeDamage(10)
  2877. hit:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 90
  2878. wait(.5)
  2879. Debounces.Slapped = false
  2880. z:Destroy()
  2881. end
  2882. end
  2883. end
  2884. elseif ht and hit:IsA("Hat") then
  2885. if hit.Parent.Name ~= p.Name then
  2886. if hit.Parent:FindFirstChild("Humanoid") then
  2887. if Debounces.Slapping == true and Debounces.Slapped == false then
  2888. Debounces.Slapped = true
  2889. if Debounces.ks==true then
  2890. z = Instance.new("Sound",hed)
  2891. z.SoundId = "rbxassetid://169380525"
  2892. z.Volume = 1
  2893. z:Play()
  2894. z2 = Instance.new("Sound",char)
  2895. z2.SoundId = "rbxassetid://200632136"
  2896. z2.Pitch = z1.Pitch
  2897. z2.Volume = 1
  2898. z3 = Instance.new("Sound",char)
  2899. z3.SoundId = "rbxassetid://200632136"
  2900. z3.Pitch = z1.Pitch
  2901. z3.Volume = 1
  2902. z1:Play()
  2903. z2:Play()
  2904. z3:Play()
  2905. Debounces.ks=false
  2906. end
  2907. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
  2908. wait(.5)
  2909. Debounces.Slapped = false
  2910. z:Destroy()
  2911. z1:Destroy()
  2912. z2:Destroy()
  2913. z3:Destroy()
  2914. end
  2915. end
  2916. end
  2917. end
  2918. end)
  2919.  
  2920. if holy == true then
  2921. hum.WalkSpeed = 1
  2922. for i = 1, 14 do
  2923. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.7)
  2924. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-16),math.rad(0), math.rad(0)), 0.7)
  2925. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(40), 0,math.rad(-20)), 0.7)
  2926. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(-40),math.rad(0), math.rad(20)), 0.7)
  2927. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.6) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  2928. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.5, -0.5) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  2929. if Debounces.on==false then break end
  2930. rs:wait(2)
  2931. end
  2932. Debounces.Slapping = true
  2933. for i = 1, 20 do
  2934. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(10),math.rad(-10),math.rad(10)),0.7)
  2935. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(16),math.rad(0), math.rad(0)), 0.7)
  2936. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(40), 0,math.rad(-20)), 0.7)
  2937. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(-40),math.rad(0), math.rad(20)), 0.7)
  2938. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  2939. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.5) * CFrame.Angles(math.rad(80), 0, 0), 0.7)
  2940. if Debounces.on==false then break end
  2941. rs:wait(2)
  2942. end
  2943. elseif holy ~= true then
  2944. hum.WalkSpeed = 1
  2945. for i = 1, 14 do
  2946. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.7)
  2947. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-16),math.rad(0), math.rad(0)), 0.7)
  2948. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(40), 0,math.rad(-20)), 0.7)
  2949. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(-40),math.rad(0), math.rad(20)), 0.7)
  2950. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.6) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  2951. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.5, -0.5) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  2952. if Debounces.on==false then break end
  2953. rs:wait(2)
  2954. end
  2955. z = Instance.new("Sound",hed)
  2956. z.SoundId = "rbxassetid://169445092"
  2957. z.Volume = 1
  2958. wait(0.1)
  2959. z:Play()
  2960. Debounces.Slapping = true
  2961. for i = 1, 20 do
  2962. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(10),math.rad(-10),math.rad(10)),0.7)
  2963. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(16),math.rad(0), math.rad(0)), 0.7)
  2964. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(40), 0,math.rad(-20)), 0.7)
  2965. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(-40),math.rad(0), math.rad(20)), 0.7)
  2966. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  2967. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.5) * CFrame.Angles(math.rad(80), 0, 0), 0.7)
  2968. if Debounces.on==false then break end
  2969. rs:wait(2)
  2970. end
  2971. end
  2972.  
  2973. if BoostedAlwaysDashes == true and holy == true then
  2974. hum.WalkSpeed = 50
  2975. elseif BoostedAlwaysDashes == false and holy == true then
  2976. hum.WalkSpeed = 10
  2977. elseif holy == false then
  2978. hum.WalkSpeed = 10
  2979. end
  2980.  
  2981. Debounces.Slapping = false
  2982. if Debounces.CanAttack == false then
  2983. Debounces.CanAttack = true
  2984. Debounces.NoIdl = false
  2985. Debounces.on = false
  2986. end
  2987. end
  2988. end
  2989.  
  2990. function Throw()
  2991. if Grab == true then
  2992. Grab = false
  2993. stanceToggle = "Normal"
  2994. for i = 1, 16 do
  2995. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(20)), 0.3)
  2996. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(140),math.rad(0),math.rad(-50)), 0.3)
  2997. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
  2998. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.3)
  2999. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(-20)), 0.3)
  3000. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3)
  3001. if Debounces.on == false then end
  3002. rs:wait()
  3003. end
  3004. for i = 1, 16 do
  3005. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(20)), 0.3)
  3006. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,1.5,-.4)*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(20)), 0.3)
  3007. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(-10),0), 0.3)
  3008. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.3)
  3009. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.3)
  3010. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-15), math.rad(-15), math.rad(20)), 0.3)
  3011. if Debounces.on == false then end
  3012. rs:wait()
  3013. end
  3014. if gp ~= nil then
  3015.  
  3016. coroutine.resume(coroutine.create(function()
  3017. tossed = gp:FindFirstChild("Torso").Parent.Humanoid
  3018. wait(3)
  3019. tossed.PlatformStand = false
  3020. end))
  3021.  
  3022. z3 = Instance.new("Sound",torso)
  3023. z3.SoundId = "rbxassetid://200632136"
  3024. z3.Pitch = 0.7
  3025. z3.Volume = 1
  3026. z3:Play()
  3027.  
  3028. for i,v in pairs(larm:GetChildren()) do
  3029. if v.Name == "asd" and v:IsA("Weld") then
  3030. v:Remove()
  3031. end
  3032. end
  3033. bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  3034. bv.maxForce = Vector3.new(400000, 400000, 400000)
  3035. bv.P = 125000
  3036. bv.velocity = char.Head.CFrame.lookVector * 70
  3037.  
  3038.  
  3039.  
  3040. for i = 1, 12 do
  3041. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6, 0, -.75)*CFrame.Angles(math.rad(120),math.rad(0),math.rad(20)), 0.5)
  3042. if Debounces.on == false then end
  3043. wait()
  3044. end
  3045. ht=nil
  3046. Spawn(function()
  3047. wait(0.5)
  3048. bv:Destroy()
  3049. end)
  3050. stanceToggle = "Normal"
  3051. Debounces.on = false
  3052. Debounces.NoIdl = false
  3053. elseif ht == nil then wait()
  3054. Grab = false
  3055. Debounces.on = false
  3056. Debounces.NoIdl = false
  3057. end
  3058. end
  3059. end
  3060.  
  3061. ---------------------------------------------------- Gauntlet
  3062.  
  3063. m=Instance.new('Model',char)
  3064.  
  3065.  
  3066. local function weldBetween(a, b)
  3067. local weldd = Instance.new("ManualWeld")
  3068. weldd.Part0 = a
  3069. weldd.Part1 = b
  3070. weldd.C0 = CFrame.new()
  3071. weldd.C1 = b.CFrame:inverse() * a.CFrame
  3072. weldd.Parent = a
  3073. return weldd
  3074. end
  3075.  
  3076. it=Instance.new
  3077.  
  3078. function nooutline(part)
  3079. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  3080. end
  3081.  
  3082. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  3083. local fp=it("Part")
  3084. fp.formFactor=formfactor
  3085. fp.Parent=parent
  3086. fp.Reflectance=reflectance
  3087. fp.Transparency=transparency
  3088. fp.CanCollide=false
  3089. fp.Locked=true
  3090. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  3091. fp.Name=name
  3092. fp.Size=size
  3093. fp.Position=char.Torso.Position
  3094. nooutline(fp)
  3095. fp.Material=material
  3096. fp:BreakJoints()
  3097. return fp
  3098. end
  3099.  
  3100. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  3101. local mesh=it(Mesh)
  3102. mesh.Parent=part
  3103. if Mesh=="SpecialMesh" then
  3104. mesh.MeshType=meshtype
  3105. mesh.MeshId=meshid
  3106. end
  3107. mesh.Offset=offset
  3108. mesh.Scale=scale
  3109. return mesh
  3110. end
  3111.  
  3112. function weld(parent,part0,part1,c0,c1)
  3113. local weld=it("Weld")
  3114. weld.Parent=parent
  3115. weld.Part0=part0
  3116. weld.Part1=part1
  3117. weld.C0=c0
  3118. weld.C1=c1
  3119. return weld
  3120. end
  3121.  
  3122. MN=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Royal purple","Handle",Vector3.new(1.09732866, 2.19465828, 1.09732854))
  3123. MNweld=weld(m,char["Right Arm"],MN,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0323486328, -0.0509860516, -0.00120401382, -0.00500982394, 0.00520668458, 0.999973893, -0.00739898486, 0.999958873, -0.00524367485, -0.999960065, -0.00742506143, -0.0049710935))
  3124. TR7=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Eggplant","TR7",Vector3.new(1.09732866, 0.274332285, 1.09732854))
  3125. TR7weld=weld(m,MN,TR7,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, 0.68581605, 0.000279426575, 1.00000381, 0.000690042973, -0.000169841573, 0.000690029934, -0.999999702, -0.000261242967, -0.000170052983, 0.000261111214, -1.00000393))
  3126. mesh("SpecialMesh",TR7,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.02999997, 1.02999997))
  3127. MD9=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","MD9",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  3128. MD9weld=weld(m,MN,MD9,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.741846681, 0.199262142, 1.00000405, -6.92205504e-06, 0.000154254027, 4.65649646e-05, 0.965939224, -0.25876984, -0.000147186685, 0.258768767, 0.965943158))
  3129. mesh("SpecialMesh",MD9,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.411340922, 1.01999998))
  3130. MD1=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","MD1",Vector3.new(0.237408489, 0.259352177, 0.518704116))
  3131. MD1weld=weld(m,MN,MD1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.402763367, -0.974855185, 0.682875633, 0.99988991, -0.0150081124, -0.00168980728, 0.0149988253, 0.999872923, -0.00539785437, 0.00177063467, 0.00537188631, 0.999988079))
  3132. mesh("SpecialMesh",MD1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1.00999999))
  3133. MD10=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","MD10",Vector3.new(1.09732866, 0.274332285, 1.09732854))
  3134. MD10weld=weld(m,MN,MD10,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28881836e-05, -0.960148811, -0.000584125519, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  3135. mesh("SpecialMesh",MD10,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1.00999999, 1.00999999))
  3136. MD11=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","MD11",Vector3.new(0.266768694, 1.09732914, 0.658397138))
  3137. MD11weld=weld(m,MN,MD11,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.493839264, -0.274354219, 4.24385071e-05, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  3138. mesh("SpecialMesh",MD11,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.415454358, 1, 1.00999999))
  3139. MD12=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","MD12",Vector3.new(0.266768694, 1.09732914, 0.658397138))
  3140. MD12weld=weld(m,MN,MD12,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.493812561, -0.274300575, -0.000376224518, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  3141. mesh("SpecialMesh",MD12,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.415454358, 1, 1.00999999))
  3142. MD13=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","MD13",Vector3.new(1.09732866, 0.822996795, 1.09732854))
  3143. MD13weld=weld(m,MN,MD13,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.90734863e-05, 0.68582201, 0.000464439392, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  3144. mesh("SpecialMesh",MD13,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1.00999999, 1.00999999))
  3145. MD14=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","MD14",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  3146. MD14weld=weld(m,MN,MD14,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.90734863e-05, 0.603547096, 0.000416755676, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  3147. mesh("SpecialMesh",MD14,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.411340922, 1.04999995))
  3148. MD15=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","MD15",Vector3.new(1.09732866, 0.274332285, 1.09732854))
  3149. MD15weld=weld(m,MN,MD15,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.62939453e-05, 0.137180567, -4.529953e-05, -1.0000037, -0.000862163957, 0.000179466791, -0.000862103421, 0.999999523, 0.000520790287, -0.000179945491, 0.000520619913, -1.00000381))
  3150. mesh("SpecialMesh",MD15,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1.00999999, 1.00999999))
  3151. MD16=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","MD16",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  3152. MD16weld=weld(m,MN,MD16,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.86645508e-05, 0.932742357, 0.000658988953, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  3153. mesh("SpecialMesh",MD16,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.411340922, 1.04999995))
  3154. MD19=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","MD19",Vector3.new(1.09732866, 0.274332285, 1.09732854))
  3155. MD19weld=weld(m,MN,MD19,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, 0.68581605, 0.000279426575, 1.00000381, 0.000690042973, -0.000169841573, 0.000690029934, -0.999999702, -0.000261242967, -0.000170052983, 0.000261111214, -1.00000393))
  3156. mesh("SpecialMesh",MD19,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.01999998, 1.01999998))
  3157. MD18=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","MD18",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  3158. MD18weld=weld(m,MN,MD18,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.52587891e-05, -0.246893644, -0.00013256073, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  3159. mesh("SpecialMesh",MD18,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.411340922, 1.01999998))
  3160. MD2=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","MD2",Vector3.new(0.2574085, 0.259352177, 0.518704116))
  3161. MD2weld=weld(m,MN,MD2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.392555237, -0.573539257, 1.09872949, 0.999886394, -0.0152528733, -0.00162532134, 0.0119883548, 0.710953057, 0.70314008, -0.00956933573, -0.703074038, 0.71105516))
  3162. mesh("SpecialMesh",MD2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1.00999999))
  3163. MD3=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","MD3",Vector3.new(0.247408509, 0.259352177, 0.518704116))
  3164. MD3weld=weld(m,MN,MD3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.397964478, -0.817667723, 0.487944126, 0.999890864, -0.0149886403, -0.00193861127, 0.0139457425, 0.964460015, -0.263861924, 0.00582473399, 0.26380372, 0.964563668))
  3165. mesh("SpecialMesh",MD3,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1.00999999))
  3166. MD4=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","MD4",Vector3.new(0.247408509, 0.259352177, 0.518704116))
  3167. MD4weld=weld(m,MN,MD4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.422103882, -0.82026124, 0.507567406, 0.999890864, -0.0149886403, -0.00193861127, 0.0139457425, 0.964460015, -0.263861924, 0.00582473399, 0.26380372, 0.964563668))
  3168. mesh("SpecialMesh",MD4,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1.00999999))
  3169. MD5=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","MD5",Vector3.new(0.2574085, 0.259352177, 0.518704116))
  3170. MD5weld=weld(m,MN,MD5,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.427509308, -0.557831764, 1.11046171, 0.999886394, -0.0152528733, -0.00162532134, 0.0119883548, 0.710953057, 0.70314008, -0.00956933573, -0.703074038, 0.71105516))
  3171. mesh("SpecialMesh",MD5,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1.00999999))
  3172. MD6=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","MD6",Vector3.new(0.237408489, 0.259352177, 0.518704116))
  3173. MD6weld=weld(m,MN,MD6,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.417263031, -0.972257376, 0.702233315, 0.99988991, -0.0150081124, -0.00168980728, 0.0149988253, 0.999872923, -0.00539785437, 0.00177063467, 0.00537188631, 0.999988079))
  3174. mesh("SpecialMesh",MD6,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1.00999999))
  3175. MD7=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","MD7",Vector3.new(1.09732866, 0.274332285, 1.09732854))
  3176. MD7weld=weld(m,MN,MD7,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, 0.68581605, 0.000279426575, 1.00000381, 0.000690042973, -0.000169841573, 0.000690029934, -0.999999702, -0.000261242967, -0.000170052983, 0.000261111214, -1.00000393))
  3177. mesh("SpecialMesh",MD7,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1.00999999, 1.00999999))
  3178. MD8=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","MD8",Vector3.new(1.09732866, 0.274332285, 1.09732854))
  3179. MD8weld=weld(m,MN,MD8,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28881836e-05, -0.960148811, -0.000584125519, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  3180. mesh("SpecialMesh",MD8,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.01999998, 1.01999998))
  3181. TR1=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Eggplant","TR1",Vector3.new(0.266768694, 0.54866457, 0.548664272))
  3182. TR1weld=weld(m,MN,TR1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.548826218, 0.30154109, 4.57763672e-05, -0.000205519143, -0.0001726388, -1, -4.31765802e-05, 1, -0.00017263052, 1, 4.314119e-05, -0.000205526594))
  3183. mesh("SpecialMesh",TR1,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.415454358, 0.700000048, 0.700000048))
  3184. TR2=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Eggplant","TR2",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  3185. TR2weld=weld(m,MN,TR2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28881836e-05, 0.741921067, 0.198978901, 1.00000405, -2.92747281e-05, -1.7457176e-05, 2.37242784e-05, 0.965939343, -0.258769363, 2.44602561e-05, 0.25876832, 0.965943277))
  3186. mesh("SpecialMesh",TR2,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.0822681859, 1.02999997))
  3187. TR3=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Eggplant","TR3",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  3188. TR3weld=weld(m,MN,TR3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.81469727e-05, 0.603546381, 0.000186920166, 1.00000787, -8.63452442e-05, -2.6775524e-07, 8.62879679e-05, 1, -2.05411197e-07, 2.68686563e-07, 2.3024586e-07, 1.00000775))
  3189. mesh("SpecialMesh",TR3,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.0822681859, 1.05999994))
  3190. TR4=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Eggplant","TR4",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  3191. TR4weld=weld(m,MN,TR4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000106811523, 0.93274045, 0.000304222107, 1.00000787, -8.63452442e-05, -2.6775524e-07, 8.62879679e-05, 1, -2.05411197e-07, 2.68686563e-07, 2.3024586e-07, 1.00000775))
  3192. mesh("SpecialMesh",TR4,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.0822681859, 1.05999994))
  3193. TR5=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Eggplant","TR5",Vector3.new(1.09732866, 0.274332285, 1.09732854))
  3194. TR5weld=weld(m,MN,TR5,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28881836e-05, -0.960148811, -0.000584125519, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  3195. mesh("SpecialMesh",TR5,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.02999997, 1.02999997))
  3196. TR6=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Eggplant","TR6",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  3197. TR6weld=weld(m,MN,TR6,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.52587891e-05, -0.246893644, -0.00013256073, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  3198. mesh("SpecialMesh",TR6,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.0822681859, 1.02999997))
  3199. MD21=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","MD21",Vector3.new(0.266768694, 0.54866457, 0.548664272))
  3200. MD21weld=weld(m,MN,MD21,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.548921585, 0.301375628, 0.000118255615, -0.000262488145, -9.39509191e-05, -1.00000393, -0.000154611655, 1, -9.38984886e-05, 1.00000393, 0.000154557638, -0.000262471847))
  3201. mesh("SpecialMesh",MD21,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.411340952, 0.900000036, 0.900000036))
  3202.  
  3203. --[[TG1=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Handle",Vector3.new(0.231713057, 0.953130603, 0.953130603))
  3204. TG1weld=weld(m,char["HumanoidRootPart"],TG1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.042350769, 2.25753069, -2.74072218, -0.0144443018, -0.00148237997, 0.999894559, 0.138804898, -0.99031961, 0.000536966661, 0.990214407, 0.138798028, 0.0145102367))
  3205. mesh("SpecialMesh",TG1,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.415454358, 0.5, 0.5))]]
  3206.  
  3207.  
  3208. local edit = function(name,mat,col)
  3209. name.Material = mat
  3210. name.BrickColor = BrickColor.new(col)
  3211. end
  3212.  
  3213. local dark = function()
  3214. edit(TR1,"Neon","Royal purple")
  3215. edit(TR2,"Neon","Royal purple")
  3216. edit(TR3,"Neon","Royal purple")
  3217. edit(TR4,"Neon","Royal purple")
  3218. edit(TR5,"Neon","Royal purple")
  3219. edit(TR6,"Neon","Royal purple")
  3220. edit(TR7,"Neon","Royal purple")
  3221. edit(MN,"Neon","Royal purple")
  3222. --
  3223.  
  3224.  
  3225. end
  3226. local light = function()
  3227. edit(TR1,"Neon",BoostedColorScheme)
  3228. edit(TR2,"Neon",BoostedColorScheme)
  3229. edit(TR3,"Neon",BoostedColorScheme)
  3230. edit(TR4,"Neon",BoostedColorScheme)
  3231. edit(TR5,"Neon",BoostedColorScheme)
  3232. edit(TR6,"Neon",BoostedColorScheme)
  3233. edit(TR7,"Neon",BoostedColorScheme)
  3234. edit(MN,"Neon",BoostedColorScheme)
  3235. --
  3236.  
  3237. end
  3238.  
  3239.  
  3240. dark()
  3241.  
  3242.  
  3243.  
  3244. ----------------------------------------------------
  3245. --ATTACK FUNCTIONS--
  3246. ----------------------------------------------------
  3247.  
  3248. function slashattack1()
  3249. attackvalue = 2
  3250.  
  3251. if holy == true then
  3252. for i = 1, 10 do
  3253. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad (60),math.rad(70),math.rad(70)), 0.2)
  3254. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0) *CFrame.Angles(math.rad(-20),math.rad(0),math.rad (-40)), 0.2)
  3255. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-50), math.rad(0)), 0.2)
  3256. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(-.4, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(70), math.rad(0)), 0.2)
  3257. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.2)
  3258. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.2)
  3259. if Debounces.on == false then break end
  3260. rs:wait(2)
  3261. end
  3262. else
  3263. for i = 1, 20 do
  3264. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad (60),math.rad(70),math.rad(70)), 0.2)
  3265. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0) *CFrame.Angles(math.rad(-20),math.rad(0),math.rad (-40)), 0.2)
  3266. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-50), math.rad(0)), 0.2)
  3267. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(-.4, -1, 0) * CFrame.Angles(math.rad(0), math.rad(70), math.rad(0)), 0.2)
  3268. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.2)
  3269. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.2)
  3270. if Debounces.on == false then break end
  3271. rs:wait(2)
  3272. end
  3273. end
  3274.  
  3275. z = Instance.new("Sound", hed)
  3276. z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  3277. z.Pitch = ptz[math.random(1,#ptz)]
  3278. z.Volume = 1
  3279. wait(.01)
  3280. z:Play()
  3281.  
  3282. if holy == true then
  3283. --so("http://roblox.com/asset/?id=231917788",hed,1,1.7)
  3284. so("http://roblox.com/asset/?id=200633077",hed,1,ptz2[math.random(1,#ptz2)])
  3285. else
  3286. so("http://roblox.com/asset/?id=200633029",hed,1,ptz2[math.random(1,#ptz2)])
  3287. end
  3288.  
  3289. Debounces.Slashing = true
  3290.  
  3291. if holy == true then
  3292.  
  3293. for i = 1, 10 do
  3294. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.65, 0) * CFrame.Angles(math.rad(-40),math.rad(-50),math.rad(40)), 0.3)
  3295. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2, 0.65, -.3) * CFrame.Angles(math.rad(65),math.rad(-20),math.rad(30)), 0.3)
  3296. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-9),math.rad(35), math.rad(0)), 0.3)
  3297. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -0.2, 1) * CFrame.Angles(math.rad(0), math.rad(-65), math.rad(0)), 0.3)
  3298. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-10)), 0.3)
  3299. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(10)), 0.3)
  3300. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles (math.rad(-50), math.rad(30), math.rad(0)), 0.35)
  3301. if Debounces.on == false then break end
  3302. rs:wait(2)
  3303. end
  3304.  
  3305.  
  3306. z1 = Instance.new("Sound", hed)
  3307. z1.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  3308. z1.Pitch = ptz[math.random(1,#ptz)]
  3309. z1.Volume = 1
  3310. wait(.01)
  3311. z1:Play()
  3312.  
  3313. if holy == true then
  3314. --so("http://roblox.com/asset/?id=231917788",hed,1,1.7)
  3315. so("http://roblox.com/asset/?id=200633077",hed,1,ptz2[math.random(1,#ptz2)])
  3316. else
  3317. so("http://roblox.com/asset/?id=200633029",hed,1,ptz2[math.random(1,#ptz2)])
  3318. end
  3319.  
  3320. else
  3321.  
  3322. end
  3323.  
  3324. if holy == true then
  3325. for i = 1, 360, 48 do
  3326. torso.Weld.C1 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(i), math.rad(0))
  3327. rs:wait(4)
  3328. torso.Weld.C1 = CFrame.new(0, -1, 0)
  3329. end
  3330. else
  3331. end
  3332.  
  3333. if holy == true then
  3334.  
  3335. for i = 1, 10 do
  3336. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.65, 0) * CFrame.Angles(math.rad(40),math.rad(20),math.rad(-20)), 0.3)
  3337. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0) *CFrame.Angles(math.rad(-20),math.rad(0),math.rad (-40)), 0.2)
  3338. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-50), math.rad(0)), 0.2)
  3339. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(-.4, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(70), math.rad(0)), 0.2)
  3340. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.2)
  3341. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.2)
  3342. if Debounces.on == false then break end
  3343. rs:wait(2)
  3344. end
  3345.  
  3346. else
  3347.  
  3348. for i = 1, 20 do
  3349. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.65, 0) * CFrame.Angles(math.rad(-40),math.rad(-20),math.rad(40)), 0.3)
  3350. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2, 0.65, -.3) * CFrame.Angles(math.rad(65),math.rad(-20),math.rad(30)), 0.3)
  3351. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-9),math.rad(35), math.rad(0)), 0.3)
  3352. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(0), math.rad(-65), math.rad(0)), 0.3)
  3353. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-10)), 0.3)
  3354. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(10)), 0.3)
  3355. if Debounces.on == false then break end
  3356. rs:wait(2)
  3357. end
  3358.  
  3359. end
  3360. z1 = Instance.new("Sound", hed)
  3361. z1.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  3362. z1.Pitch = ptz[math.random(1,#ptz)]
  3363. z1.Volume = 1
  3364. wait(.01)
  3365. z1:Play()
  3366.  
  3367. if holy == true then
  3368. --so("http://roblox.com/asset/?id=231917788",hed,1,1.7)
  3369. so("http://roblox.com/asset/?id=200633077",hed,1,ptz2[math.random(1,#ptz2)])
  3370. else
  3371. so("http://roblox.com/asset/?id=200633029",hed,1,ptz2[math.random(1,#ptz2)])
  3372. end
  3373.  
  3374. Debounces.Slashing = true
  3375.  
  3376. for i = 1, 26 do
  3377. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad (90),math.rad(-40),math.rad(80)), 0.35)
  3378. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad (- 70)), 0.35)
  3379. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-90), math.rad(0)), 0.35)
  3380. if holy == true then
  3381. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -0.2, -1) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)), 0.35)
  3382. else
  3383. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)), 0.35)
  3384. end
  3385. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.35)
  3386. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.35)
  3387. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles (math.rad(0), math.rad(-30), math.rad(0)), 0.35)
  3388. if Debounces.on == false then break end
  3389. rs:wait(2)
  3390. end
  3391.  
  3392. end
  3393.  
  3394. ---[[Secondary attack swipes]]
  3395.  
  3396. function slashattack2()
  3397. attackvalue = 1
  3398.  
  3399. if holy == true then
  3400. for i = 1, 10 do
  3401. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad (60),math.rad(70),math.rad(70)), 0.2)
  3402. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0) *CFrame.Angles(math.rad(-20),math.rad(0),math.rad (-40)), 0.2)
  3403. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-50), math.rad(0)), 0.2)
  3404. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(-.4, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(70), math.rad(0)), 0.2)
  3405. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.2)
  3406. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.2)
  3407. if Debounces.on == false then break end
  3408. rs:wait(2)
  3409. end
  3410. else
  3411. for i = 1, 20 do
  3412. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad (60),math.rad(70),math.rad(70)), 0.2)
  3413. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0) *CFrame.Angles(math.rad(-20),math.rad(0),math.rad (-40)), 0.2)
  3414. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-50), math.rad(0)), 0.2)
  3415. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(-.4, -1, 0) * CFrame.Angles(math.rad(0), math.rad(70), math.rad(0)), 0.2)
  3416. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.2)
  3417. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.2)
  3418. if Debounces.on == false then break end
  3419. rs:wait(2)
  3420. end
  3421. end
  3422.  
  3423. z = Instance.new("Sound", hed)
  3424. z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  3425. z.Pitch = ptz[math.random(1,#ptz)]
  3426. z.Volume = 1
  3427. wait(.01)
  3428. z:Play()
  3429.  
  3430. if holy == true then
  3431. --so("http://roblox.com/asset/?id=231917788",hed,1,1.7)
  3432. so("http://roblox.com/asset/?id=200633077",hed,1,ptz2[math.random(1,#ptz2)])
  3433. else
  3434. so("http://roblox.com/asset/?id=200633029",hed,1,ptz2[math.random(1,#ptz2)])
  3435. end
  3436.  
  3437. Debounces.Slashing = true
  3438.  
  3439. if holy == true then
  3440.  
  3441. for i = 1, 10 do
  3442. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.65, 0) * CFrame.Angles(math.rad(-40),math.rad(-50),math.rad(40)), 0.3)
  3443. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2, 0.65, -.3) * CFrame.Angles(math.rad(65),math.rad(-20),math.rad(30)), 0.3)
  3444. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-9),math.rad(35), math.rad(0)), 0.3)
  3445. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -0.2, 1) * CFrame.Angles(math.rad(0), math.rad(-65), math.rad(0)), 0.3)
  3446. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-10)), 0.3)
  3447. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(10)), 0.3)
  3448. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles (math.rad(-50), math.rad(30), math.rad(0)), 0.35)
  3449. if Debounces.on == false then break end
  3450. rs:wait(2)
  3451. end
  3452.  
  3453.  
  3454. z1 = Instance.new("Sound", hed)
  3455. z1.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  3456. z1.Pitch = ptz[math.random(1,#ptz)]
  3457. z1.Volume = 1
  3458. wait(.01)
  3459. z1:Play()
  3460.  
  3461. if holy == true then
  3462. --so("http://roblox.com/asset/?id=231917788",hed,1,1.7)
  3463. so("http://roblox.com/asset/?id=200633077",hed,1,ptz2[math.random(1,#ptz2)])
  3464. else
  3465. so("http://roblox.com/asset/?id=200633029",hed,1,ptz2[math.random(1,#ptz2)])
  3466. end
  3467.  
  3468. else
  3469.  
  3470. end
  3471.  
  3472.  
  3473.  
  3474. if holy == true then
  3475.  
  3476. for i = 1, 10 do
  3477. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.65, 0) * CFrame.Angles(math.rad(-40),math.rad(-20),math.rad(40)), 0.3)
  3478. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2, 0.65, -.3) * CFrame.Angles(math.rad(65),math.rad(-20),math.rad(30)), 0.3)
  3479. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-50), math.rad(0)), 0.2)
  3480. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(-.4, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(70), math.rad(0)), 0.2)
  3481. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.2)
  3482. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.2)
  3483. if Debounces.on == false then break end
  3484. rs:wait(2)
  3485. end
  3486.  
  3487. else
  3488.  
  3489. for i = 1, 20 do
  3490. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.65, 0) * CFrame.Angles(math.rad(-40),math.rad(-20),math.rad(40)), 0.3)
  3491. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2, 0.65, -.3) * CFrame.Angles(math.rad(65),math.rad(-20),math.rad(30)), 0.3)
  3492. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-9),math.rad(35), math.rad(0)), 0.3)
  3493. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(0), math.rad(-65), math.rad(0)), 0.3)
  3494. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-10)), 0.3)
  3495. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(10)), 0.3)
  3496. if Debounces.on == false then break end
  3497. rs:wait(2)
  3498. end
  3499.  
  3500. end
  3501. z1 = Instance.new("Sound", hed)
  3502. z1.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  3503. z1.Pitch = ptz[math.random(1,#ptz)]
  3504. z1.Volume = 1
  3505. wait(.01)
  3506. z1:Play()
  3507.  
  3508. if holy == true then
  3509. --so("http://roblox.com/asset/?id=231917788",hed,1,1.7)
  3510. so("http://roblox.com/asset/?id=200633077",hed,1,ptz2[math.random(1,#ptz2)])
  3511. else
  3512. so("http://roblox.com/asset/?id=200633029",hed,1,ptz2[math.random(1,#ptz2)])
  3513. end
  3514.  
  3515. Debounces.Slashing = true
  3516.  
  3517. for i = 1, 26 do
  3518. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad (90),math.rad(-40),math.rad(80)), 0.35)
  3519. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad (- 70)), 0.35)
  3520. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-90), math.rad(0)), 0.35)
  3521. if holy == true then
  3522. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -0.2, -1) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)), 0.35)
  3523. else
  3524. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)), 0.35)
  3525. end
  3526. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.35)
  3527. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.35)
  3528. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles (math.rad(0), math.rad(-30), math.rad(0)), 0.35)
  3529. if Debounces.on == false then break end
  3530. rs:wait(2)
  3531. end
  3532.  
  3533. end
  3534. ----------------------------------------------------
  3535. function Vanish()
  3536. for i = 1, 10 do wait()
  3537. for i,v in pairs(char.Genkadda:GetChildren()) do
  3538. if v:IsA("Part") or v:IsA("WedgePart") then
  3539. if v.Name ~= "HitBox" or v.Name ~= "Thingy" then
  3540. v.Transparency = v.Transparency + 0.1
  3541. end
  3542. end
  3543. end
  3544. end
  3545. end
  3546. ----------------------------------------------------
  3547. function Appear()
  3548. for i = 1, 10 do wait()
  3549. for i,v in pairs(char.Genkadda:GetChildren()) do
  3550. if v:IsA("Part") or v:IsA("WedgePart") then
  3551. if v.Name ~= "HitBox" or v.Name ~= "Thingy" then
  3552. v.Transparency = v.Transparency - 0.1
  3553. end
  3554. end
  3555. end
  3556. end
  3557. end
  3558. ----------------------------------------------------
  3559. local player = game.Players.LocalPlayer
  3560. local pchar = player.Character
  3561. local mouse = player:GetMouse()
  3562. local cam = workspace.CurrentCamera
  3563.  
  3564. local rad = math.rad
  3565.  
  3566. local keysDown = {}
  3567. local flySpeed = 0
  3568. local MAX_FLY_SPEED = 150
  3569.  
  3570. local canFly = false
  3571. local flyToggled = false
  3572.  
  3573. local forward, side = 0, 0
  3574. local lastForward, lastSide = 0, 0
  3575.  
  3576. local floatBP = Instance.new("BodyPosition")
  3577. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  3578. local flyBV = Instance.new("BodyVelocity")
  3579. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3580. local turnBG = Instance.new("BodyGyro")
  3581. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  3582.  
  3583. mouse.KeyDown:connect(function(key)
  3584. keysDown[key] = true
  3585.  
  3586. if key == "f" then
  3587. flyToggled = not flyToggled
  3588.  
  3589. if not flyToggled then
  3590. stanceToggle = "Normal"
  3591. floatBP.Parent = nil
  3592. flyBV.Parent = nil
  3593. turnBG.Parent = nil
  3594. root.Velocity = Vector3.new()
  3595. pchar.Humanoid.PlatformStand = false
  3596. end
  3597. end
  3598.  
  3599. end)
  3600. mouse.KeyUp:connect(function(key)
  3601. keysDown[key] = nil
  3602. end)
  3603.  
  3604. local function updateFly()
  3605.  
  3606. if not flyToggled then return end
  3607.  
  3608. lastForward = forward
  3609. lastSide = side
  3610.  
  3611. forward = 0
  3612. side = 0
  3613.  
  3614. if keysDown.w then
  3615. forward = forward + 1
  3616. end
  3617. if keysDown.s then
  3618. forward = forward - 1
  3619. end
  3620. if keysDown.a then
  3621. side = side - 1
  3622. end
  3623. if keysDown.d then
  3624. side = side + 1
  3625. end
  3626.  
  3627.  
  3628. canFly = (forward ~= 0 or side ~= 0)
  3629.  
  3630. if canFly then
  3631. stanceToggle = "Floating"
  3632. turnBG.Parent = root
  3633. floatBP.Parent = nil
  3634. flyBV.Parent = root
  3635.  
  3636. flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  3637. if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  3638. else
  3639. floatBP.position = root.Position
  3640. floatBP.Parent = root
  3641.  
  3642. flySpeed = flySpeed - 1
  3643. if flySpeed < 0 then flySpeed = 0 end
  3644. end
  3645.  
  3646. local camCF = cam.CoordinateFrame
  3647. local in_forward = canFly and forward or lastForward
  3648. local in_side = canFly and side or lastSide
  3649.  
  3650. flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
  3651. in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  3652.  
  3653. turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
  3654. 0)
  3655. end
  3656.  
  3657. game:service'RunService'.RenderStepped:connect(function()
  3658. if flyToggled then
  3659. pchar.Humanoid.PlatformStand = true
  3660. end
  3661. updateFly()
  3662. end)
  3663. ----------------------------------------------------
  3664. p13.Touched:connect(function(ht)
  3665. hit = ht.Parent
  3666. if ht and hit:IsA("Model") then
  3667. if hit:FindFirstChild("Humanoid") then
  3668. if hit.Name ~= p.Name then
  3669. randmg = math.random(20,25)
  3670. if Debounces.Slashing == true and Debounces.Slashed == false then
  3671. Debounces.Slashed = true
  3672. hit:FindFirstChild("Humanoid"):TakeDamage(randmg)
  3673. wait(.3)
  3674. Debounces.Slashed = false
  3675. end
  3676. end
  3677. end
  3678. elseif ht and hit:IsA("Hat") then
  3679. if hit.Parent.Name ~= p.Name then
  3680. if hit.Parent:FindFirstChild("Humanoid") then
  3681. randmg = math.random(20,25)
  3682. if Debounces.Slashing == true and Debounces.Slashed == false then
  3683. Debounces.Slashed = true
  3684. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(randmg)
  3685. wait(.3)
  3686. Debounces.Slashed = false
  3687. end
  3688. end
  3689. end
  3690. end
  3691. end)
  3692.  
  3693. p13.Touched:connect(function(ht)
  3694. hit = ht.Parent
  3695. if ht and hit:IsA("Model") then
  3696. if hit:FindFirstChild("Humanoid") then
  3697. if hit.Name ~= p.Name and hit:FindFirstChild("Humanoid").Health > 0 then
  3698. if Debounces.Slashing == true and Debounces.Slashed == false then
  3699. DGU(hit:FindFirstChild("Head"),randmg)
  3700. else
  3701. end
  3702. else
  3703. end
  3704. end
  3705. end
  3706. end)
  3707.  
  3708.  
  3709.  
  3710. ----------------------------------------------------
  3711. idz = {"161006212", "161006195"}
  3712. mouse.KeyDown:connect(function(key)
  3713. if key == "q" then
  3714. if Debounces.CanAttack == true then
  3715. Debounces.CanAttack = false
  3716. Debounces.NoIdl = true
  3717. Debounces.on = true
  3718.  
  3719. if attackvalue == 1 then
  3720. slashattack1()
  3721. elseif attackvalue == 2 then
  3722. slashattack2()
  3723. end
  3724.  
  3725. Debounces.Slashing = false
  3726. z:Destroy()
  3727. z1:Destroy()
  3728. cor.Weld.C1 = CFrame.Angles(0,0,0)
  3729. if Debounces.CanAttack == false then
  3730. Debounces.CanAttack = true
  3731. Debounces.NoIdl = false
  3732. Debounces.on = false
  3733. end
  3734. end
  3735. end
  3736. end)
  3737. -------------------------------
  3738. pts = {4, 4.2, 4.4, 4.6, 4.8, 5, 5.2, 5.4}
  3739. mouse.KeyDown:connect(function(key)
  3740. if key == "e" then
  3741. if Debounces.CanAttack == true then
  3742. Debounces.CanAttack = false
  3743. Debounces.NoIdl = true
  3744. Debounces.on = true
  3745. Debounces.ks = true
  3746. larm.Touched:connect(function(ht)
  3747. hit = ht.Parent
  3748. if ht and hit:IsA("Model") then
  3749. if hit:FindFirstChild("Humanoid") then
  3750. if hit.Name ~= p.Name then
  3751. if Debounces.Slapping == true and Debounces.Slapped == false then
  3752. Debounces.Slapped = true
  3753. if Debounces.ks==true then
  3754. z = Instance.new("Sound",hed)
  3755. z.SoundId = "rbxassetid://169380525"
  3756. z.Volume = 1
  3757. z:Play()
  3758. z1 = Instance.new("Sound",char)
  3759. z1.SoundId = "rbxassetid://261010715"
  3760. z1.Pitch = pts[math.random(1,#pts)]
  3761. z1.Volume = 1
  3762. z2 = Instance.new("Sound",char)
  3763. z2.SoundId = "rbxassetid://261010715"
  3764. z2.Pitch = z1.Pitch
  3765. z2.Volume = 1
  3766. z3 = Instance.new("Sound",char)
  3767. z3.SoundId = "rbxassetid://261010715"
  3768. z3.Pitch = z1.Pitch
  3769. z3.Volume = 1
  3770. if Profanity == true then
  3771. z1:Play()
  3772. z2:Play()
  3773. z3:Play()
  3774. else end
  3775. Debounces.ks=false
  3776. end
  3777. hit:FindFirstChild("Humanoid"):TakeDamage(10)
  3778. hit:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 90
  3779. wait(.5)
  3780. Debounces.Slapped = false
  3781. z:Destroy()
  3782. z1:Destroy()
  3783. z2:Destroy()
  3784. z3:Destroy()
  3785. end
  3786. end
  3787. end
  3788. elseif ht and hit:IsA("Hat") then
  3789. if hit.Parent.Name ~= p.Name then
  3790. if hit.Parent:FindFirstChild("Humanoid") then
  3791. if Debounces.Slapping == true and Debounces.Slapped == false then
  3792. Debounces.Slapped = true
  3793. if Debounces.ks==true then
  3794. z = Instance.new("Sound",hed)
  3795. z.SoundId = "rbxassetid://169380525"
  3796. z.Volume = 1
  3797. z:Play()
  3798. z1 = Instance.new("Sound",char)
  3799. z1.SoundId = "rbxassetid://261010715"
  3800. z1.Pitch = pts[math.random(1,#pts)]
  3801. z1.Volume = 1
  3802. z2 = Instance.new("Sound",char)
  3803. z2.SoundId = "rbxassetid://261010715"
  3804. z2.Pitch = z1.Pitch
  3805. z2.Volume = 1
  3806. z3 = Instance.new("Sound",char)
  3807. z3.SoundId = "rbxassetid://261010715"
  3808. z3.Pitch = z1.Pitch
  3809. z3.Volume = 1
  3810. z1:Play()
  3811. z2:Play()
  3812. z3:Play()
  3813. Debounces.ks=false
  3814. end
  3815. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
  3816. wait(.5)
  3817. Debounces.Slapped = false
  3818. z:Destroy()
  3819. z1:Destroy()
  3820. z2:Destroy()
  3821. z3:Destroy()
  3822. end
  3823. end
  3824. end
  3825. end
  3826. end)
  3827. for i = 1, 14 do
  3828. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3, 0.5, -.3) * CFrame.Angles(math.rad(50), 0, math.rad(40)), 0.5)
  3829. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), 0, math.rad(40)), 0.5)
  3830. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.5)
  3831. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)), 0.5)
  3832. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
  3833. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
  3834. if Debounces.on==false then break end
  3835. rs:wait(2)
  3836. end
  3837. Debounces.Slapping = true
  3838. for i = 1, 20 do
  3839. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3, 0.7, .3) * CFrame.Angles(math.rad(50), 0, math.rad(-110)), 0.6)
  3840. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), 0, math.rad(40)), 0.6)
  3841. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-70), math.rad(0)), 0.6)
  3842. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(0), math.rad(70), math.rad(0)), 0.6)
  3843. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
  3844. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
  3845. if Debounces.on==false then break end
  3846. rs:wait(2)
  3847. end
  3848. Debounces.Slapping = false
  3849. if Debounces.CanAttack == false then
  3850. Debounces.CanAttack = true
  3851. Debounces.NoIdl = false
  3852. Debounces.on = false
  3853. end
  3854. end
  3855. end
  3856. end)
  3857. -------------------------------
  3858. mouse.KeyDown:connect(function(key)
  3859. if key == "r" then
  3860. if Debounces.CanAttack == true then
  3861. Debounces.CanAttack = false
  3862. Debounces.NoIdl = true
  3863. Debounces.on = true
  3864. if holy ~= true then
  3865. for i = 1, 20 do
  3866. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.1, 0.6, -.4) * CFrame.Angles(math.rad(130), 0, math.rad(40)), 0.3)
  3867. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.1, 0.6, -.4) * CFrame.Angles(math.rad(130), 0, math.rad(-40)), 0.3)
  3868. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), 0, 0), 0.3)
  3869. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(50), 0, 0), 0.3)
  3870. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, 0), 0.3)
  3871. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.2, -.5) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
  3872. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, -.2, 0) * CFrame.Angles (math.rad(40), math.rad(0), math.rad(0)), 0.35)
  3873. if Debounces.on==false then break end
  3874. rs:wait(2)
  3875. end
  3876. else
  3877. for i = 1, 10 do
  3878. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2, 0.65, -.3) * CFrame.Angles(math.rad(65),math.rad(-20),math.rad(30)), 0.3)
  3879. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(40)), 0.2)
  3880. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, 0, -1) * CFrame.Angles(math.rad(0), 0, math.rad(-10)), 0.6)
  3881. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(10)), 0.6)
  3882. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-10), math.rad(18), 0), 0.6)
  3883. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-60), math.rad(-10)), 0.6)
  3884. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles (math.rad(40), math.rad(0), math.rad(0)), 0.35)
  3885. if Debounces.on==false then break end
  3886. rs:wait(2)
  3887. end
  3888. end
  3889. Debounces.Slashing = true
  3890.  
  3891.  
  3892.  
  3893. z = Instance.new("Sound",hed)
  3894. z.SoundId = "rbxassetid://206083107"
  3895. z.Pitch = .75
  3896. z.Volume = .65
  3897. wait(0.1)
  3898. z:Play()
  3899. z1 = Instance.new("Sound", hed)
  3900. z1.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  3901. z1.Pitch = ptz[math.random(1,#ptz)]
  3902. z1.Volume = 1
  3903. wait(.01)
  3904. z1:Play()
  3905.  
  3906. if holy == true then
  3907. so("http://roblox.com/asset/?id=200633077",hed,1,ptz2[math.random(1,#ptz2)])
  3908. else
  3909. so("http://roblox.com/asset/?id=200633029",hed,1,ptz2[math.random(1,#ptz2)])
  3910. end
  3911.  
  3912. if holy ~= true then
  3913. for i = 1, 20 do
  3914. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.1, 0.6, -.4) * CFrame.Angles(math.rad(50), 0, math.rad(40)), 0.3)
  3915. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.1, 0.6, -.4) * CFrame.Angles(math.rad(50), 0, math.rad(-40)), 0.3)
  3916. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2, 0) * CFrame.Angles(math.rad(-30), 0, 0), 0.3)
  3917. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(10), 0, 0), 0.3)
  3918. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0, -.7) * CFrame.Angles(math.rad(20), 0, 0), 0.3)
  3919. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.1) * CFrame.Angles(math.rad(-40), 0, 0), 0.3)
  3920. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, -.2, 0) * CFrame.Angles (math.rad(40), math.rad(-20), math.rad(20)), 0.35)
  3921. if Debounces.on==false then break end
  3922. rs:wait(2)
  3923. end
  3924. else
  3925. for i = 1, 10 do
  3926. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(-21), math.rad(50), math.rad(-40)), 0.46)
  3927. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, 0.5, 0.5) * CFrame.Angles(math.rad(0), 0, math.rad(18)), 0.6)
  3928. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(-14), 0, math.rad(-10)), 0.6)
  3929. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(6), 0, math.rad(10)), 0.6)
  3930. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-14), math.rad(-36), 0), 0.6)
  3931. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(36), 0), 0.6)
  3932. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles (math.rad(40), math.rad(-20), math.rad(20)), 0.35)
  3933. if Debounces.on==false then break end
  3934. rs:wait(2)
  3935. end
  3936. end
  3937. Debounces.Slashing = false
  3938. cor.Weld.C1 = CFrame.Angles(0,0,0)
  3939. if Debounces.CanAttack == false then
  3940. Debounces.CanAttack = true
  3941. Debounces.NoIdl = false
  3942. Debounces.on = false
  3943. end
  3944. end
  3945. end
  3946. end)
  3947. -------------------------------
  3948. mouse.KeyDown:connect(function(key)
  3949. if key == "t" then
  3950. if Debounces.CanAttack == true then
  3951. Debounces.CanAttack = false
  3952. Debounces.NoIdl = true
  3953. Debounces.on = true
  3954. Debounces.ks = true
  3955.  
  3956. if AirHumpDamage == true then
  3957. torso.Touched:connect(function(ht)
  3958. hit = ht.Parent
  3959. if ht and hit:IsA("Model") then
  3960. if hit:FindFirstChild("Humanoid") then
  3961. if hit.Name ~= p.Name then
  3962. if Debounces.Slapping == true and Debounces.Slapped == false then
  3963. Debounces.Slapped = true
  3964. if Debounces.ks==true then
  3965. so("http://www.roblox.com/asset/?id=169380528",torso,0.4,1)
  3966. so("http://www.roblox.com/asset/?id=169380538",torso,0.4,1)
  3967. Debounces.ks=false
  3968. end
  3969. hit:FindFirstChild("Humanoid"):TakeDamage(10)
  3970. hit:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 1
  3971. wait(.5)
  3972. Debounces.Slapped = false
  3973. end
  3974. end
  3975. end
  3976. elseif ht and hit:IsA("Hat") then
  3977. if hit.Parent.Name ~= p.Name then
  3978. if hit.Parent:FindFirstChild("Humanoid") then
  3979. if Debounces.Slapping == true and Debounces.Slapped == false then
  3980. Debounces.Slapped = true
  3981. if Debounces.ks==true then
  3982. so("http://www.roblox.com/asset/?id=169380528",torso,0.4,1)
  3983. so("http://www.roblox.com/asset/?id=169380538",torso,0.4,1)
  3984. Debounces.ks=false
  3985. end
  3986. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
  3987. wait(.5)
  3988. Debounces.Slapped = false
  3989. end
  3990. end
  3991. end
  3992. end
  3993. end)
  3994. end
  3995. for i = 1,20 do
  3996. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(0)), 0.2)
  3997. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(0)), 0.2)
  3998. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(0),0), 0.2)
  3999. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, .4) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.2)
  4000. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-10)), 0.2)
  4001. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(10)), 0.2)
  4002. if Debounces.on==false then break end
  4003. rs:wait(2)
  4004. end
  4005.  
  4006. if AirHumpDamage == true then
  4007. Debounces.Slapping = true
  4008. end
  4009.  
  4010. for i = 1,20 do
  4011. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(0)), 0.2)
  4012. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(0)), 0.2)
  4013. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-20),math.rad(0),0), 0.2)
  4014. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -.4) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4015. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-10)), 0.2)
  4016. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(10)), 0.2)
  4017. if Debounces.on==false then break end
  4018. rs:wait(2)
  4019. end
  4020.  
  4021.  
  4022. if AirHumpDamage == true then
  4023. Debounces.Slapping = false
  4024. end
  4025. if Debounces.CanAttack == false then
  4026. Debounces.CanAttack = true
  4027. Debounces.NoIdl = false
  4028. Debounces.on = false
  4029. end
  4030. end
  4031. end
  4032. end)
  4033. -------------------------------
  4034. local ptz3 = {0.5, 0.6, 0.7}
  4035. mouse.KeyDown:connect(function(key)
  4036. if key == "g" then
  4037. if Debounces.CanAttack == true then
  4038. Debounces.CanAttack = false
  4039. Debounces.NoIdl = true
  4040. Debounces.on = true
  4041. Debounces.Slashing = true
  4042.  
  4043. z = Instance.new("Sound", hed)
  4044. z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  4045. z.Pitch = ptz[math.random(1,#ptz)]
  4046. z.Volume = 1
  4047.  
  4048.  
  4049. if holy == true then
  4050. eColors = {BoostedColorScheme}
  4051.  
  4052.  
  4053. for i,v in pairs(char.Genkadda:GetChildren()) do
  4054. if v:IsA("Part") or v:IsA("WedgePart") then
  4055. if v.Name ~= "HitBox" or v.Name ~= "Thingy" then
  4056. v.BrickColor = BrickColor.new(BoostedColorScheme)
  4057. v.Material = "Neon"
  4058. end
  4059. end
  4060. end
  4061.  
  4062.  
  4063. char.Humanoid.WalkSpeed = 50
  4064.  
  4065. GroundWave()
  4066. so("http://roblox.com/asset/?id=200633077",hed,1,ptz3[math.random(1,#ptz3)])
  4067. so("http://www.roblox.com/asset/?id=241816017",hed,1,0.5)
  4068. so("http://www.roblox.com/asset/?id=241816017",hed,1,1)
  4069.  
  4070.  
  4071. else
  4072. so("http://roblox.com/asset/?id=200633029",hed,1,0.9)
  4073. end
  4074.  
  4075.  
  4076. for i = 1, 8 do
  4077. z:play()
  4078. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-90)), 0.8)
  4079. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), 0, math.rad(90)), 0.8)
  4080. if holy ~= true then
  4081. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, 0, 0), 0.8)
  4082. else
  4083. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -0.2, 0) * CFrame.Angles(0, 0, 0), 0.8)
  4084. end
  4085. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(0, 0, 0), 0.8)
  4086. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.8)
  4087. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.8)
  4088. if Debounces.on==false then break end
  4089. rs:wait(2)
  4090. end
  4091. if holy == true then
  4092. for i = 1, 2880, 48 do
  4093. torso.Weld.C1 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(i), math.rad(0))
  4094. rs:wait(4)
  4095. end
  4096. else
  4097. for i = 1, 1440, 48 do
  4098. torso.Weld.C1 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(i), math.rad(0))
  4099. rs:wait(4)
  4100. end
  4101. end
  4102.  
  4103.  
  4104.  
  4105.  
  4106. torso.Weld.C1 = CFrame.new(0, -1, 0)
  4107. Debounces.Slashing = false
  4108.  
  4109. if Debounces.CanAttack == false then
  4110. Debounces.CanAttack = true
  4111. Debounces.NoIdl = false
  4112. Debounces.on = false
  4113.  
  4114.  
  4115.  
  4116. if BoostedAlwaysDashes == true and holy == true then
  4117. char.Humanoid.WalkSpeed = 50
  4118. elseif BoostedAlwaysDashes == false and holy == true then
  4119. char.Humanoid.WalkSpeed = 10
  4120. elseif BoostedAlwaysDashes == true and holy == false then
  4121. char.Humanoid.WalkSpeed = 10
  4122. end
  4123.  
  4124.  
  4125. end
  4126.  
  4127.  
  4128.  
  4129. end
  4130.  
  4131.  
  4132.  
  4133. end
  4134.  
  4135.  
  4136. end)
  4137. ----------------------------------------------------
  4138. pt = {6.6, 6.8, 7, 7.2, 7.4}
  4139. mouse.KeyDown:connect(function(key)
  4140. if key == "l" then
  4141. if Debounces.CanJoke == true then
  4142. Debounces.CanJoke = false
  4143. if Profanity == true then
  4144. u = Instance.new("Sound",char)
  4145. u.SoundId = "http://www.roblox.com/asset/?id=261303790"
  4146. u.Pitch = pt[math.random(1,#pt)]
  4147. u.Volume = 1
  4148. u2 = Instance.new("Sound",char)
  4149. u2.SoundId = "http://www.roblox.com/asset/?id=261303790"
  4150. u2.Pitch = u.Pitch
  4151. u2.Volume = 1
  4152. u3 = Instance.new("Sound",char)
  4153. u3.SoundId = "http://www.roblox.com/asset/?id=261303790"
  4154. u3.Pitch = u.Pitch
  4155. u3.Volume = 1
  4156. wait(.01)
  4157. u:Play()
  4158. u2:Play()
  4159. u3:Play()
  4160. wait(1.5)
  4161. u:Destroy()
  4162. u2:Destroy()
  4163. u3:Destroy()
  4164. else end
  4165. if Debounces.CanJoke == false then
  4166. Debounces.CanJoke = true
  4167. end
  4168. end
  4169. end
  4170. end)
  4171. ------------------------------- Conditional Grab/Kick Key
  4172.  
  4173. mouse.KeyDown:connect(function(key)
  4174.  
  4175. if key == "x" then
  4176. if Grab ~= true then
  4177. Kick()
  4178. elseif Grab == true then
  4179. Throw()
  4180. end
  4181. end
  4182.  
  4183. end)
  4184.  
  4185.  
  4186. ----------------------------------------------------Cero
  4187. mouse.KeyDown:connect(function(key)
  4188. if key == "c" then
  4189. if holy ~= true then
  4190. CeroBeam()
  4191. else
  4192. ChargeAttack()
  4193. end
  4194. end
  4195. end)
  4196. -------------------------------
  4197.  
  4198. ----------------------------------------------------EDIT END
  4199. Grab = false
  4200. mouse.KeyDown:connect(function(key)
  4201. if key == "z" then
  4202. Debounces.on = true
  4203. Debounces.NoIdl = true
  4204. Debounces.ks = true
  4205. if Grab == false then
  4206. gp = nil
  4207. for i = 1, 20 do
  4208. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(20)), 0.2)
  4209. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-80)), 0.2)
  4210. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
  4211. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
  4212. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(30), math.rad(-20)), 0.2)
  4213. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-15), math.rad(20)), 0.2)
  4214. if Debounces.on == false then break end
  4215. rs:wait(2)
  4216. end
  4217. con1=larm.Touched:connect(function(hit) -- this is grab
  4218. ht = hit.Parent
  4219. hum1=ht:FindFirstChild('Humanoid')
  4220. if hum1 ~= nil then
  4221. if Debounces.ks==true then
  4222. z = Instance.new("Sound",hed)
  4223. z.SoundId = "rbxassetid://200632821"
  4224. z.Volume = 1
  4225. z:Play()
  4226. Debounces.ks=false
  4227. end
  4228. hum1.PlatformStand=true
  4229. gp = ht
  4230. Grab = true
  4231. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,1.5),CFrame.new(0,0,0))
  4232. asd.Parent = larm
  4233. asd.Name = "asd"
  4234. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
  4235. stanceToggle = "Grabbed"
  4236. --[[elseif hum1 == nil then
  4237. con1:disconnect()
  4238. wait() return]]--
  4239. end
  4240. end)
  4241. for i = 1, 20 do
  4242. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(20)), 0.2)
  4243. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(20)), 0.2)
  4244. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(30),0), 0.2)
  4245. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-30), 0), 0.2)
  4246. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.2)
  4247. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.2)
  4248. if Debounces.on == false then break end
  4249. rs:wait(2)
  4250. end
  4251. con1:disconnect()
  4252. Debounces.on = false
  4253. Debounces.NoIdl = false
  4254. elseif Grab == true then
  4255. Grab = false
  4256. --[[for i = 1, 16 do
  4257. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(0),math.rad(50),math.rad(60)), 0.3)
  4258. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,-.5)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(-60)), 0.3)
  4259. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
  4260. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
  4261. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.3)
  4262. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3)
  4263. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
  4264. if Debounces.on == false then end
  4265. rs:wait()
  4266. end]]--
  4267. for i = 1, 16 do
  4268. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(20)), 0.3)
  4269. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(140),math.rad(0),math.rad(-50)), 0.3)
  4270. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
  4271. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.3)
  4272. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(-20)), 0.3)
  4273. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3)
  4274. if Debounces.on == false then end
  4275. rs:wait()
  4276. end
  4277.  
  4278. Slam()
  4279.  
  4280. coroutine.resume(coroutine.create(function()
  4281. if holy == true then
  4282. DGU(larm, holyslamdmg)
  4283. elseif holy ~= true then
  4284. DGU(larm, slamdmg)
  4285. end
  4286. end))
  4287.  
  4288. if gp ~= nil then
  4289. for i,v in pairs(larm:GetChildren()) do
  4290. if v.Name == "asd" and v:IsA("Weld") then
  4291. v:Remove()
  4292. end
  4293. end
  4294. for i = 1, 16 do
  4295. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(20)), 0.3)
  4296. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,-.4)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(20)), 0.3)
  4297. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(20),0), 0.3)
  4298. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-60), math.rad(-30), 0), 0.3)
  4299. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(80), math.rad(30), math.rad(-20)), 0.3)
  4300. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(70), math.rad(-15), math.rad(20)), 0.3)
  4301. if Debounces.on == false then end
  4302. rs:wait()
  4303. end
  4304. stanceToggle = "Normal"
  4305. --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  4306. bv.maxForce = Vector3.new(400000, 400000, 400000)
  4307. bv.P = 125000
  4308. bv.velocity = char.Head.CFrame.lookVector * 200]]--
  4309. ht=nil
  4310. Debounces.on = false
  4311. Debounces.NoIdl = false
  4312. elseif ht == nil then wait()
  4313. Grab = false
  4314. Debounces.on = false
  4315. Debounces.NoIdl = false
  4316. end
  4317. end
  4318. end
  4319. end)
  4320. ----------------------------------------------------
  4321. Charging = false
  4322. chargewait = false
  4323. mouse.KeyDown:connect(function(key)
  4324. if key == "h" then
  4325. if Charging == false and chargewait == false then
  4326. Charging = true
  4327. chargewait = true
  4328. if Debounces.CanAttack == true then
  4329. Debounces.CanAttack = false
  4330. Debounces.NoIdl = true
  4331. Debounces.on = true
  4332.  
  4333.  
  4334. if holy ~= true then
  4335. holy = true
  4336. else holy = false
  4337. end
  4338.  
  4339.  
  4340. for i = 1,20 do
  4341. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.65,-.4)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(-40)), 0.2)
  4342. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.65,-.4)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(40)), 0.2)
  4343. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  4344. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  4345. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, .4, -0.8) * CFrame.Angles(math.rad(-6), math.rad(0), math.rad(0)), 0.2)
  4346. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, .4, -0.8) * CFrame.Angles(math.rad(-6), math.rad(0), math.rad(0)), 0.2)
  4347. if Debounces.on == false then break end
  4348. rs:wait()
  4349. end
  4350. pt=Instance.new('Part',torso)
  4351. pt.Anchored=true
  4352. pt.CanCollide=false
  4353. pt.Locked = true
  4354. pt.Material = "Neon"
  4355. pt.FormFactor='Custom'
  4356. pt.Size=Vector3.new(1,1,1)
  4357. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  4358. pt.Transparency=.6
  4359.  
  4360. if holy == true then
  4361. pt.BrickColor=BrickColor.new(BoostedColorScheme)
  4362. else
  4363. pt.BrickColor = BrickColor.new("Really black")
  4364. end
  4365.  
  4366. msh=Instance.new('SpecialMesh',pt)
  4367. msh.MeshId='http://www.roblox.com/asset/?id=20329976'
  4368. msh.Scale=Vector3.new(8,4,8)
  4369. pt2=pt:clone()
  4370. pt2.Parent = torso
  4371. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  4372.  
  4373. if holy == true then
  4374. pt2.BrickColor=BrickColor.new(BoostedColorScheme)
  4375. else
  4376. pt2.BrickColor = BrickColor.new("Royal purple")
  4377. end
  4378.  
  4379.  
  4380. msh2=msh:clone()
  4381. msh2.Parent=pt2
  4382. msh2.Scale=Vector3.new(10,5,10)
  4383.  
  4384. custommath={25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,-25,-26,-27,-28,-29,-30,-31,-32,-33,-34,-35,-36,-37,-38,-39,-40,-41,-42,-43,-44,-45,-46,-47,-48,-49,-50,-51,-52,-53,-54,-55,-56,-57,-58,-59,-60,-61,-62,-63,-64,-65,-66,-67,-68,-69,-70,-71,-72,-73,-74,-75,-76,-77,-78,-79,-80,-81,-82,-83,-84,-85,-86,-87,-88,-89,-90,-91,-92,-93,-94,-95,-96,-97,-98,-99,-100}
  4385.  
  4386. bl = Instance.new("Part", char)
  4387. bl.Locked = true
  4388. bl.Name = "Shell"
  4389.  
  4390. if holy == true then
  4391. bl.BrickColor = BrickColor.new(BoostedColorScheme)
  4392. else
  4393. bl.BrickColor = BrickColor.new("Really black")
  4394. end
  4395.  
  4396. bl.Anchored = true
  4397. bl.Material = "Neon"
  4398. bl.CanCollide = false
  4399. bl.Transparency = 0
  4400. bl.Reflectance = 0
  4401. bl.BottomSurface = 0
  4402. bl.TopSurface = 0
  4403. bl.Shape = 0
  4404. blm = Instance.new("SpecialMesh",bl)
  4405. blm.MeshType = "Sphere"
  4406. blm.Scale = Vector3.new(1,1,1)
  4407.  
  4408. so("http://www.roblox.com/asset/?id=340722848",hed,2,1.2)
  4409. so("http://www.roblox.com/asset/?id=340722848",torso,0.5,0.8)
  4410. so("http://roblox.com/asset/?id=168586621",torso,1,0.5)
  4411.  
  4412.  
  4413.  
  4414.  
  4415. if holy == true then
  4416. light()
  4417. ds:stop()
  4418. hs:play()
  4419. eColors = {BoostedColorScheme}
  4420. for i,v in pairs(char.Genkadda:GetChildren()) do
  4421. if v:IsA("Part") or v:IsA("WedgePart") then
  4422. if v.Name ~= "HitBox" or v.Name ~= "Thingy" then
  4423. v.BrickColor = BrickColor.new(BoostedColorScheme)
  4424. v.Material = "Neon"
  4425. end
  4426. end
  4427. end
  4428.  
  4429.  
  4430. else
  4431. dark()
  4432. hs:stop()
  4433. ds:play()
  4434. eColors = {"Dark indigo", "Really black"}
  4435. for i,v in pairs(char.Genkadda:GetChildren()) do
  4436. if v:IsA("Part") or v:IsA("WedgePart") then
  4437. if v.Name ~= "HitBox" or v.Name ~= "Thingy" then
  4438. v.BrickColor = BrickColor.new("Really black")
  4439. v.Material = "Metal"
  4440. end
  4441. end
  4442. end
  4443.  
  4444. end
  4445.  
  4446. coroutine.resume(coroutine.create(function()
  4447. for i=1, math.huge, 4 do
  4448. if Charging == true then
  4449. rs:wait()
  4450. bl.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  4451. blm.Scale = blm.Scale + Vector3.new(0.5, 0.5, 0.5)
  4452. bl.Transparency = bl.Transparency + 0.05
  4453. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2),0)
  4454. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2),0)
  4455. msh.Scale = msh.Scale + Vector3.new(0.05,0,0.05)
  4456. msh2.Scale = msh2.Scale + Vector3.new(0.05,0,0.05)
  4457. elseif Charging == false then break
  4458. end
  4459. end
  4460. end))
  4461.  
  4462.  
  4463. repeat
  4464. local p = Instance.new('Part',torso)
  4465. p.formFactor = 'Custom'
  4466. p.Size = Vector3.new(1,1,1)
  4467.  
  4468. if holy == true then
  4469. p.BrickColor = BrickColor.new(BoostedColorScheme)
  4470. else
  4471. p.BrickColor = BrickColor.new("Really black")
  4472. end
  4473.  
  4474. p.CanCollide = false
  4475. p.Transparency = 0
  4476. p.Anchored = true
  4477. p.Locked=true
  4478. p.Material = "Neon"
  4479. s = math.random(1,40)/10
  4480. local m = Instance.new("BlockMesh",p)
  4481. m.Scale = Vector3.new(s,s,s)
  4482. p.CFrame = torso.CFrame*CFrame.new(custommath[math.random(1,#custommath)]/10,-math.random(5,7),custommath[math.random(1,#custommath)]/10)*CFrame.Angles(math.random(),math.random(),math.random())
  4483. --[[coroutine.wrap(function()
  4484. wait(2)
  4485. while Charging == true do
  4486. wait(2)
  4487. GroundWave1()
  4488. wait(2)
  4489. end
  4490. end)()]]--
  4491. Spawn(function()
  4492. while rs:wait() do
  4493. if Charging == true then
  4494. rarm.Weld.C0 = CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(math.random(-36,-20)),math.rad(math.random(-30,-20)),math.rad(math.random(30,50)))
  4495. larm.Weld.C0 = CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(math.random(-36,-20)),math.rad(math.random(20,30)),math.rad(math.random(-50,-30)))
  4496. hed.Weld.C0 = CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(math.random(26,34)),math.rad(math.random(-5,5)),math.rad(0))
  4497. torso.Weld.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(10), math.rad(math.random(-4,4)), math.rad(0))
  4498. lleg.Weld.C0 = CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(math.random(-10,-6)), math.rad(math.random(10,20)), math.rad(math.random(-20,-10)))
  4499. rleg.Weld.C0 = CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(math.random(-10,-6)), math.rad(math.random(-20,-10)), math.rad(math.random(10,20)))
  4500. elseif Charging == false then break
  4501. end
  4502. end
  4503. end)
  4504. Spawn(function()
  4505. while rs:wait() do
  4506. if p.Transparency >= 1 then p:Destroy() break end
  4507. p.CFrame = p.CFrame*CFrame.Angles(math.rad(2),math.rad(2),math.rad(2))+Vector3.new(0,0.2,0)
  4508. p.Transparency = p.Transparency+0.01
  4509. end
  4510. end)
  4511. wait(.3)
  4512.  
  4513.  
  4514. until Charging == false
  4515. end
  4516. end
  4517. end
  4518. end)
  4519.  
  4520. ----------------------------------------------------
  4521. mouse.KeyUp:connect(function(key)
  4522. if key == "h" then
  4523. if Charging == true and chargewait == true then
  4524. chargewait = false
  4525. wait(1)
  4526. Charging = false
  4527.  
  4528. --[[for i,v in pairs (torso:GetChildren()) do
  4529. if v:IsA("Sound") then
  4530. v:Destroy()
  4531. end
  4532. end]]
  4533.  
  4534. if holy == true and BoostedAlwaysDashes == true then
  4535. hum.WalkSpeed = 50
  4536. elseif holy == true and BoostedAlwaysDashes == false then
  4537. hum.WalkSpeed = 10
  4538. elseif holy == false then
  4539. hum.WalkSpeed = 10
  4540. end
  4541.  
  4542.  
  4543. --so("http://roblox.com/asset/?id=160867463",torso,1,0.7)
  4544.  
  4545. pt:Destroy()
  4546. pt2:Destroy()
  4547. bl:Destroy()
  4548. if Debounces.CanAttack == false then
  4549. Debounces.CanAttack = true
  4550. Debounces.NoIdl = false
  4551. Debounces.on = false
  4552. Debounces.grab = false
  4553.  
  4554. end
  4555. end
  4556. end
  4557. end)
  4558. ----------------------------------------------------
  4559. Sit = false
  4560. mouse.KeyDown:connect(function(key)
  4561. if key == "b" then
  4562. if Sit == false then
  4563. Sit = true
  4564. hum.WalkSpeed = 0.1
  4565. stanceToggle = "Sitting"
  4566. elseif Sit == true then
  4567. Sit = false
  4568. if holy ~= true then
  4569. hum.WalkSpeed = 10
  4570. elseif holy == true and BoostedAlwaysDashes == true then
  4571. hum.WalkSpeed = 50
  4572. elseif holy == true and BoostedAlwaysDashes == false then
  4573. hum.WalkSpeed = 10
  4574. end
  4575. stanceToggle = "Normal"
  4576. end
  4577. end
  4578. end)
  4579. -------------------------------
  4580. Melee = false
  4581. mouse.KeyDown:connect(function(key)
  4582. if key == "m" then
  4583. if Melee == false then
  4584. Melee = true
  4585. Vanish()
  4586. stanceToggle = "Melee"
  4587. elseif Melee == true then
  4588. Melee = false
  4589. Appear()
  4590. stanceToggle = "Normal"
  4591. end
  4592. end
  4593. end)
  4594. -------------------------------
  4595. mouse.KeyDown:connect(function(key)
  4596. if holy ~= true then
  4597. if string.byte(key) == 50 then
  4598. if Debounces.CanAttack == true then
  4599. if stanceToggle ~= "Floating" then
  4600. char.Humanoid.WalkSpeed = 60
  4601. Burst()
  4602. elseif Debounces.CanAttack == false then
  4603. elseif stanceToggle == "Floating" then
  4604. wait()
  4605. end
  4606. end
  4607. end
  4608.  
  4609. elseif holy == true then
  4610. if string.byte(key) == 50 then
  4611. if Debounces.CanAttack == true then
  4612. if stanceToggle ~= "Floating" then
  4613. char.Humanoid.WalkSpeed = 60
  4614. Burst()
  4615. elseif Debounces.CanAttack == false then
  4616. elseif stanceToggle == "Floating" then
  4617. wait()
  4618. end
  4619. end
  4620. end
  4621. end
  4622.  
  4623. end)
  4624.  
  4625. mouse.KeyUp:connect(function(key)
  4626. if string.byte(key) == 50 and holy ~= true then
  4627. char.Humanoid.WalkSpeed = 10
  4628. elseif string.byte(key) == 50 and holy == true then
  4629. char.Humanoid.WalkSpeed = 10
  4630. end
  4631. end)
  4632. -------------------------------
  4633. mouse.KeyDown:connect(function(key)
  4634. if key == "p" then
  4635. if CanAttack == true then
  4636. CanAttack = false
  4637. Debounces.NoIdl = true
  4638. Debounces.on = true
  4639. for i = 1, 20 do
  4640. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.2, -2.75) * CFrame.Angles(math.rad(90), math.rad(40), math.rad(0)), 0.6)
  4641. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1, 1, -.5) * CFrame.Angles(math.rad(130), math.rad(0), math.rad(40)), 0.3)
  4642. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, 1, -.5) * CFrame.Angles(math.rad(130), math.rad(0), math.rad(-40)), 0.3)
  4643. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(-10)), 0.6)
  4644. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(10)), 0.6)
  4645. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.6)
  4646. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 12, 0) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)), 0.2)
  4647. if Debounces.on == false then
  4648. break
  4649. end
  4650. wait()
  4651. end
  4652. wait()
  4653. z = Instance.new("Sound")
  4654. z.SoundId = "http://www.roblox.com/asset/?id=159218913"
  4655. z.Parent = char.Head
  4656. z.Looped = false
  4657. z.Pitch = 1
  4658. z.Volume = 1
  4659. wait(.01)
  4660. z:Play()
  4661. Debounces.Slashing = true
  4662. for i = 1, 20 do
  4663. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.2, -2.75) * CFrame.Angles(math.rad(90), math.rad(40), math.rad(0)), 0.6)
  4664. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1, .5, -.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(40)), 0.6)
  4665. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, .5, -.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-40)), 0.6)
  4666. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1.5, -.5) * CFrame.Angles(math.rad(-90), 0, math.rad(0)), 0.6)
  4667. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -.5, -1) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.6)
  4668. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.6)
  4669. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.6)
  4670. wait()
  4671. if Debounces.on == false then
  4672. break
  4673. end
  4674. wait()
  4675. end
  4676. Debounces.Slashing = false
  4677. Debounces.NoIdl = false
  4678. wait()
  4679. if CanAttack == false then
  4680. CanAttack = true
  4681. end
  4682. end
  4683. end
  4684. end)
  4685. ----------------------------------------------------
  4686. ----------------------------------------------------
  4687. mouse.KeyDown:connect(function(key)
  4688. if key == "v" then
  4689. if Debounces.CanAttack == true then
  4690. Debounces.CanAttack = false
  4691. Debounces.on = true
  4692. Debounces.NoIdl = true
  4693.  
  4694. if holy ~= true then
  4695. for i = 1, 15 do
  4696. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.2)
  4697. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.6)
  4698. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  4699. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.4)
  4700. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  4701. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  4702. if Debounces.on == false then break end
  4703. rs:wait(2.7)
  4704. end
  4705. so("http://roblox.com/asset/?id=231917788",hed,1,0.7)
  4706. x = Instance.new("Sound",char.Head)
  4707. x.SoundId = "rbxassetid://183763515"
  4708. x.Pitch = 0.7
  4709. x.Volume = .8
  4710. x3 = Instance.new("Sound",char.Head)
  4711. x3.SoundId = "rbxassetid://183763487"
  4712. x3.Pitch = 1
  4713. x3.Volume = .8
  4714. wait(.1)
  4715. x:Play()
  4716. x3:Play()
  4717.  
  4718. else
  4719.  
  4720. for i = 1, 15 do
  4721. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.2)
  4722. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.6)
  4723. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  4724. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.4)
  4725. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.2, -0.5) * CFrame.Angles(-0.2, 0, math.rad(-10)), 0.2)
  4726. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.7, 0.1) * CFrame.Angles(-0.3, 0, math.rad(10)), 0.2)
  4727. if Debounces.on == false then break end
  4728. rs:wait(2.7)
  4729. end
  4730. so("http://roblox.com/asset/?id=231917788",hed,1,0.7)
  4731. x = Instance.new("Sound",char.Head)
  4732. x.SoundId = "rbxassetid://183763515"
  4733. x.Pitch = 0.7
  4734. x.Volume = .8
  4735. x3 = Instance.new("Sound",char.Head)
  4736. x3.SoundId = "rbxassetid://183763487"
  4737. x3.Pitch = 1
  4738. x3.Volume = .8
  4739. wait(.1)
  4740. x:Play()
  4741. x3:Play()
  4742.  
  4743. end
  4744.  
  4745. if holy == true then
  4746. so("http://roblox.com/asset/?id=233091161",hed,1,0.6)
  4747. so("http://roblox.com/asset/?id=2233091183",hed,1,1)
  4748. else
  4749. end
  4750.  
  4751. Debounces.on = false
  4752. Debounces.Here = false
  4753. shot = shot + 1
  4754. local rng = Instance.new("Part", larm)
  4755. rng.Anchored = true
  4756.  
  4757. if holy ~= true then
  4758. rng.BrickColor = BrickColor.new("Dark indigo")
  4759. else
  4760. rng.BrickColor = BrickColor.new(BoostedColorScheme)
  4761. end
  4762.  
  4763. rng.Material = "Neon"
  4764. rng.CanCollide = false
  4765. rng.FormFactor = 3
  4766. rng.Name = "Ring"
  4767. rng.Size = Vector3.new(1, 1, 1)
  4768. rng.Transparency = 0.35
  4769. rng.TopSurface = 0
  4770. rng.BottomSurface = 0
  4771. rng2 = rng:clone()
  4772. rng3 = rng2:clone()
  4773. rng4 = rng2:clone()
  4774. local rngm = Instance.new("SpecialMesh", rng)
  4775. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4776. rngm.Scale = Vector3.new(10, 10, 1)
  4777. rngm2 = rngm:clone()
  4778. rngm2.Scale = Vector3.new(5, 5, 3)
  4779. rngm3=rngm2:clone()
  4780. rngm3.Parent = rng3
  4781. rngm3.Scale = Vector3.new(8, 8, 1)
  4782. rngm4 = rngm2:clone()
  4783. rngm4.Parent = rng4
  4784. rngm4.Scale = Vector3.new(6, 6, 1)
  4785. local bem = Instance.new("Part", larm)
  4786. bem.Anchored = true
  4787.  
  4788. if holy == false then
  4789. bem.BrickColor = BrickColor.new("Really black")
  4790. else
  4791. bem.BrickColor = BrickColor.new(BoostedColorScheme)
  4792. end
  4793.  
  4794. bem.CanCollide = false
  4795. bem.Material = "Neon"
  4796. bem.FormFactor = 3
  4797. bem.Name = "Beam" .. shot
  4798. bem.Size = Vector3.new(1, 1, 1)
  4799. bem.Transparency = 0.35
  4800. bem.TopSurface = 0
  4801. bem.BottomSurface = 0
  4802. local bemm = Instance.new("SpecialMesh", bem)
  4803. bemm.MeshType = 4
  4804. bemm.Scale = Vector3.new(1, 4, 4)
  4805. local out = Instance.new("Part", larm)
  4806. out.Anchored = true
  4807. out.Material = "Neon"
  4808.  
  4809. coroutine.wrap(function()
  4810. for i = 1, 10, 0.5 do
  4811. bem.Transparency = (i/16)
  4812. out.Transparency = (i/16)
  4813. wait()
  4814. end
  4815. end)()
  4816.  
  4817. if holy == false then
  4818. out.BrickColor = BrickColor.new("Really black")
  4819. else
  4820. out.BrickColor = BrickColor.new(BoostedColorScheme)
  4821. end
  4822.  
  4823. out.CanCollide = false
  4824. out.FormFactor = 3
  4825. out.Name = "Out"
  4826. out.Size = Vector3.new(4, 4, 4)
  4827. out.Transparency = 0.35
  4828. out.TopSurface = 0
  4829. out.BottomSurface = 0
  4830. local outm = Instance.new("SpecialMesh", out)
  4831. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  4832. outm.Scale = Vector3.new(6, 4, 6)
  4833. local bnd = Instance.new("Part", larm)
  4834. bnd.Anchored = true
  4835. bnd.BrickColor = BrickColor.new("Really red")
  4836. bnd.CanCollide = false
  4837. bnd.FormFactor = 3
  4838. bnd.Name = "Bend"
  4839. bnd.Size = Vector3.new(1, 1, 1)
  4840. bnd.Transparency = 1
  4841. bnd.TopSurface = 0
  4842. bnd.BottomSurface = 0
  4843. local bndm = Instance.new("SpecialMesh", bnd)
  4844. bndm.MeshType = 3
  4845. bndm.Scale = Vector3.new(8, 8, 8)
  4846. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  4847. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  4848. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  4849. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  4850. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  4851. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  4852. Debounces.Shewt = true
  4853. coroutine.wrap(function()
  4854. for i = 1, 20, 0.2 do
  4855. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  4856. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  4857. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  4858. rng.Transparency = i/20
  4859. rng3.Transparency = 1/24
  4860. rng4.Transparency = i/26
  4861. wait()
  4862. end
  4863. wait()
  4864. rng:Destroy()
  4865. end)()
  4866. if Debounces.Shewt == true then
  4867. larm:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  4868. hit = ht.Parent
  4869. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  4870. if HasntTouched(hit.Name) == true and deb == false then
  4871. deb = true
  4872. coroutine.wrap(function()
  4873. hit:FindFirstChild("Humanoid").PlatformStand = true
  4874. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4875. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  4876. end)()
  4877. table.insert(Touche, hit.Name)
  4878. deb = false
  4879. end
  4880. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  4881. if HasntTouched(hit.Parent.Name) == true and deb == false then
  4882. deb = true
  4883. coroutine.wrap(function()
  4884. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  4885. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4886. wait(1)
  4887. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  4888. end)()
  4889. table.insert(Touche, hit.Parent.Name)
  4890. deb = false
  4891. for i, v in pairs(Touche) do
  4892. print(v)
  4893. end
  4894. end
  4895. end
  4896. end)
  4897. end
  4898. for i = 0, 260, 8 do
  4899. bem.Size = Vector3.new(i, 3, 3)
  4900. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  4901. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  4902. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  4903. bnd.Size = Vector3.new(1,1,1)
  4904. bndm.Scale = Vector3.new(8,8,8)
  4905. if i % 10 == 0 then
  4906. local newRng = rng2:Clone()
  4907. newRng.Parent = larm
  4908. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  4909. local newRngm = rngm2:clone()
  4910. newRngm.Parent=newRng
  4911. coroutine.wrap(function()
  4912. for i = 1, 10, 0.5 do
  4913. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  4914. newRng.Transparency = i/10
  4915. wait()
  4916. end
  4917. wait()
  4918. newRng:Destroy()
  4919. end)()
  4920. coroutine.wrap(function()
  4921. for i = 1, 10, 0.5 do
  4922. bem.Transparency = bem.Transparency + 0.005
  4923. out.Transparency = out.Transparency + 0.005
  4924. wait()
  4925. end
  4926. end)()
  4927. end
  4928. wait()
  4929. end
  4930. wait()
  4931. Debounces.Shewt = false
  4932. bem:Destroy()
  4933. out:Destroy()
  4934. bnd:Destroy()
  4935. Debounces.Ready = false
  4936. for i, v in pairs(Touche) do
  4937. table.remove(Touche, i)
  4938. end
  4939. wait()
  4940. table.insert(Touche, char.Name)
  4941. Debounces.NoIdl = false
  4942. if Debounces.CanAttack == false then
  4943. Debounces.CanAttack = true
  4944. end
  4945. end
  4946. end
  4947. end)
  4948. ----------------------------------------------------
  4949. ----------------------------------------------------
  4950. mouse.KeyDown:connect(function(key)
  4951. if key == "n" then
  4952. if holy == true then
  4953. hum.WalkSpeed = 0
  4954. if Debounces.CanAttack == true then
  4955. Debounces.CanAttack = false
  4956. Debounces.on = true
  4957. Debounces.NoIdl = true
  4958. wait(.1)
  4959. so("http://www.roblox.com/asset/?id=169445572",hed,1.5,1.5)
  4960. so("http://www.roblox.com/asset/?id=169380495",hed,1.5,1.5)
  4961. for i = 1, 20 do
  4962. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.6,-.2) *CFrame.Angles (math.rad (45),math.rad(0),math.rad(32)), 0.2)
  4963. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,1,0)*CFrame.Angles(math.rad (0),math.rad(0),math.rad(-20)), 0.2)
  4964. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad (- 8),math.rad(-40), math.rad(-8)),0.2)
  4965. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.5, 0) * CFrame.Angles (math.rad (-50), math.rad(40), math.rad(0)), 0.2)
  4966. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, .4, -.6) * CFrame.Angles (math.rad (30), 0, math.rad(20)), 0.2)
  4967. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1, 0) * CFrame.Angles (math.rad(- 10), math.rad(-40), math.rad(0)), 0.2)
  4968. if Debounces.on == false then break end
  4969. wait()
  4970. end
  4971. wait(0.5)
  4972. local rng = Instance.new("Part", char)
  4973. rng.Anchored = true
  4974. rng.BrickColor = BrickColor.new("Institutional white")
  4975. rng.CanCollide = false
  4976. rng.FormFactor = 3
  4977. rng.Name = "Ring"
  4978. rng.Size = Vector3.new(1, 1, 1)
  4979. rng.Transparency = 0.5
  4980. rng.TopSurface = 0
  4981. rng.BottomSurface = 0
  4982. rng.Position = torso.Position - Vector3.new(0,2,0)
  4983. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  4984. local rngm = Instance.new("SpecialMesh", rng)
  4985. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4986. rngm.Scale = Vector3.new(1, 1, 2)
  4987. x = Instance.new("Sound",torso)
  4988. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  4989. x.Looped = false
  4990. x.Pitch = .7
  4991. x.Volume = 2
  4992. x:Play()
  4993. partic2.Enabled = true
  4994. coroutine.wrap(function()
  4995. for i = 1, 60, 8 do
  4996. rngm.Scale = Vector3.new(1.2 + i*1.1, 1.2 + i*1.1, 1)
  4997. rng.Transparency = i/60
  4998. wait()
  4999. end
  5000. wait()
  5001. rng:Destroy()
  5002. end)()
  5003. hum.WalkSpeed = 50
  5004. BV = Instance.new("BodyVelocity", torso)
  5005. BV.maxForce = Vector3.new(0,200000,0)
  5006. BV.P = 100000
  5007. BV.velocity = Vector3.new(0,150,0)
  5008. for i = 1, 20 do
  5009. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(20),math.rad(0), math.rad(0)),0.7)
  5010. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.7)
  5011. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  5012. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(20)), 0.7)
  5013. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  5014. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.5) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  5015. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, 200, 0), 0.3)
  5016. if Debounces.on == false then break end
  5017. wait()
  5018. end
  5019. x:Destroy()
  5020. BV:Destroy()
  5021.  
  5022. coroutine.resume(coroutine.create(function()
  5023. for i = 1, 2880, 48 do
  5024. torso.Weld.C1 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(i), math.rad(0), math.rad(0))
  5025. rs:wait(4)
  5026. end
  5027. torso.Weld.C1 = CFrame.new(0, -1, 0)
  5028. end))
  5029.  
  5030. for i = 1, 30 do
  5031. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  5032. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-16), math.rad (0), math.rad(0)), 0.3)
  5033. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  5034. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  5035. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -1) * CFrame.Angles(math.rad(20), 0, 0), 0.3)
  5036. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.6) * CFrame.Angles(math.rad(-30), 0, 0), 0.3)
  5037. if Debounces.on == false then break end
  5038. wait()
  5039. end
  5040.  
  5041. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  5042. for i = 1, 30 do
  5043. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-18),math.rad(0), math.rad(0)),0.3)
  5044. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-13), math.rad (0), math.rad(0)), 0.3)
  5045. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-60)), 0.3)
  5046. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(60)), 0.3)
  5047. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -0.6) * CFrame.Angles(math.rad(10), 0, 0), 0.3)
  5048. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.4) * CFrame.Angles(math.rad(-20), 0, 0), 0.3)
  5049. if Debounces.on == false then break end
  5050. wait()
  5051. end
  5052. end
  5053. local ry,ht,ps=nil,nil,nil
  5054. while ht==nil do
  5055. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  5056. wait()
  5057. end
  5058. Landing()
  5059. z = Instance.new("Sound",torso)
  5060. z.SoundId = "rbxassetid://142070127"
  5061. z.Volume = 2
  5062. wait(.1)
  5063. z:Play()
  5064. partic2.Enabled = false
  5065. hum.WalkSpeed = 0
  5066. for i = 1, 25 do
  5067. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0.3) *CFrame.Angles (math.rad(120),math.rad(10),math.rad(32)), 0.2)
  5068. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,1,0)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-20)), 0.2)
  5069. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad (-8),math.rad(-40), math.rad(-8)),0.2)
  5070. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-50), math.rad(40), math.rad(0)), 0.2)
  5071. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, 0, -.6) * CFrame.Angles(math.rad(30), 0, math.rad(20)), 0.2)
  5072. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-40), math.rad(0)), 0.2)
  5073. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 229.5, 0), 0.3)
  5074. if Debounces.on == false then break end
  5075. wait()
  5076. end
  5077. wait(0.2)
  5078. Debounces.on = false
  5079. Debounces.NoIdl = false
  5080. cor.Weld.C1 = CFrame.Angles(0,0,0)
  5081. if holy == true and BoostedAlwaysDashes == true then
  5082. hum.WalkSpeed = 50
  5083. elseif holy == true and BoostedAlwaysDashes == false then
  5084. hum.WalkSpeed = 10
  5085. elseif holy ~= true then
  5086. hum.WalkSpeed = 10
  5087. end
  5088. if Debounces.CanAttack == false then
  5089. Debounces.CanAttack = true
  5090. end
  5091. end
  5092. end
  5093. elseif holy ~= true then
  5094. end
  5095. end)
  5096. ----------------------------------------------------
  5097. ----------------------------------------------------
  5098. mouse.KeyDown:connect(function(key)
  5099. if key == "y" then
  5100. if CanAttack == true then
  5101. CanAttack = false
  5102. Debounces.NoIdl = true
  5103. Debounces.on = true
  5104. for i = 1, 20 do
  5105. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.2)
  5106. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.2)
  5107. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, 0.5, -1) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.2)
  5108. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, 0.5, -1) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.2)
  5109. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-26), math.rad(0), 0), 0.2)
  5110. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  5111. if Debounces.on == false then
  5112. break
  5113. end
  5114. wait()
  5115. end
  5116. wait()
  5117. if Daytime == true then
  5118. Daytime = false
  5119. l.TimeOfDay = 24
  5120. else
  5121. Daytime = true
  5122. l.TimeOfDay = 12
  5123. l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  5124. end
  5125. char.Humanoid.MaxHealth = math.huge
  5126. c = Instance.new("Sound")
  5127. c.SoundId = "http://www.roblox.com/asset/?id=152758283"
  5128. c.Parent = m
  5129. c.Looped = false
  5130. if Daytime == true then
  5131. c.Pitch = -1
  5132. elseif Daytime == false then
  5133. c.Pitch = 1.12
  5134. end
  5135. c.Volume = 1
  5136. wait(.01)
  5137. c:Play()
  5138. local Shockwave = function()
  5139. local Wave = Instance.new("Part", game.Workspace--[[?]])
  5140. Wave.Name = "Shockwave"
  5141. Wave.BrickColor = BrickColor.new("Really black")
  5142. Wave.Size = Vector3.new(1, 1, 1)
  5143. Wave.Shape = "Ball"
  5144. Wave.CanCollide = false
  5145. Wave.Anchored = true
  5146. Wave.TopSurface = 0
  5147. Wave.BottomSurface = 0
  5148. Wave.Touched:connect(function(hit)
  5149. print(hit.Name)
  5150. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  5151. if hit.Parent.Name ~= char.Name then
  5152. print("Damaged " .. hit.Parent.Name)
  5153. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  5154. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  5155. end
  5156. end
  5157. end)
  5158.  
  5159. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  5160.  
  5161. Delay(0, function()
  5162. --
  5163. -- Okay.
  5164. if Daytime == false then
  5165. for i = 1, 38, 1 do
  5166. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  5167. Wave.CFrame = char.Torso.CFrame
  5168. local t = i / 38
  5169. Wave.Transparency = t
  5170. wait()
  5171. end
  5172. else
  5173. for i = 38, 1, -1 do
  5174. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  5175. Wave.CFrame = char.Torso.CFrame
  5176. local t = i / 38
  5177. Wave.Transparency = t
  5178. wait()
  5179. end
  5180. end
  5181. Wave:Destroy()
  5182. end)
  5183. Delay(0, function()
  5184. while wait() do
  5185. if Wave ~= nil then
  5186. Wave.CFrame = char.Torso.CFrame
  5187. else
  5188. break
  5189. end
  5190. end
  5191. end)
  5192. end
  5193.  
  5194. Shockwave()
  5195.  
  5196. for i = 1, 20 do
  5197. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .5, 0) * CFrame.Angles(math.rad(120), 0, math.rad(-100)), 0.6)
  5198. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .5, 0) * CFrame.Angles(math.rad(120), 0, math.rad(100)), 0.6)
  5199. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-20)), 0.6)
  5200. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(20)), 0.6)
  5201. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(35), math.rad(0), 0), 0.6)
  5202. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.6)
  5203. wait()
  5204. if Debounces.on == false then
  5205. break
  5206. end
  5207. wait()
  5208. end
  5209. wait(2)
  5210. Debounces.NoIdl = false
  5211. if CanAttack == false then
  5212. CanAttack = true
  5213. wait()
  5214. end
  5215. end -- for the canattack thing
  5216. end
  5217. end)
  5218. -------------------------------
  5219. local animpose = "Idle"
  5220. local lastanimpose = "Idle"
  5221. local grab = false
  5222. local sine = 0
  5223. local change = 1
  5224. local val = 0
  5225. local ffing = false
  5226. local jump = false
  5227. -------------------------------
  5228. --[[if stanceToggle == "Sitting" then
  5229. if wait(math.random(1,2)) == 1 then
  5230. stanceToggle = "Sitting2"
  5231. wait(8)
  5232. stanceToggle = "Sitting"
  5233. end
  5234. end]]--
  5235. -------------------------------
  5236. game:GetService("RunService").RenderStepped:connect(function()
  5237. if char.Humanoid.Jump == true then
  5238. jump = true
  5239. else
  5240. jump = false
  5241. end
  5242. char.Humanoid.FreeFalling:connect(function(f)
  5243. if f then
  5244. ffing = true
  5245. else
  5246. ffing = false
  5247. end
  5248. end)
  5249. sine = sine + change
  5250. if jump == true then
  5251. animpose = "Jumping"
  5252. elseif ffing == true then
  5253. animpose = "Freefalling"
  5254. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  5255. animpose = "Idle"
  5256. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  5257. animpose = "Walking"
  5258. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  5259. animpose = "Running"
  5260. end
  5261. if animpose ~= lastanimpose then
  5262. sine = 0
  5263. if Debounces.NoIdl == false then
  5264. if stanceToggle == "Normal" and holy ~= true then
  5265. for i = 1, 2 do
  5266. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(40)), 0.2)
  5267. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-20)), 0.2)
  5268. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.2)
  5269. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
  5270. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.2)
  5271. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-15), math.rad(20)), 0.2)
  5272. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  5273. end
  5274. elseif stanceToggle == "Sitting" then
  5275. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65+0.1*math.cos(sine/30),0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(20+2*math.cos(sine/30))), 0.2)
  5276. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2, 0.5, -.54) * CFrame.Angles(math.rad(88), 0, math.rad(48)), 0.6)
  5277. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2, 0) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
  5278. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-20), math.sin(sine/60)/3, 0), 0.3)
  5279. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0, -1) * CFrame.Angles(math.rad(-6), 0, 0), 0.3)
  5280. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.1) * CFrame.Angles(math.rad(-56), 0, 0), 0.3)
  5281. elseif stanceToggle == "Floating" then
  5282. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.4)
  5283. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.4)
  5284. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(0),0), 0.2)
  5285. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1-0.4*math.cos(sine/14), 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.05)
  5286. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8-2*math.cos(sine/14))), 0.4)
  5287. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8+2*math.cos(sine/14))), 0.4)
  5288. wait()
  5289. end
  5290. else
  5291. end
  5292. end
  5293. lastanimpose = animpose
  5294. if Debounces.NoIdl == false then
  5295. if animpose == "Idle" then
  5296. if stanceToggle == "Normal" and holy ~= true then
  5297. change = 0.5
  5298. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(40+2*math.cos(sine/14))), 0.2)
  5299. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-20-2*math.cos(sine/14))), 0.2)
  5300. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(50),0), 0.2)
  5301. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
  5302. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.2)
  5303. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-15), math.rad(20)), 0.2)
  5304. elseif stanceToggle == "Normal" and holy == true then
  5305. change = 0.8
  5306. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.4)
  5307. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.4)
  5308. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(0),0), 0.2)
  5309. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.05)
  5310. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8-2*math.cos(sine/14))), 0.4)
  5311. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.5) * CFrame.Angles(-0.5, 0, math.rad(8+2*math.cos(sine/14))), 0.4)
  5312. elseif stanceToggle == "Melee" and holy ~= true then
  5313. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(20+2*math.cos(sine/14))), 0.2)
  5314. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20-2*math.cos(sine/14))), 0.2)
  5315. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-20+1*math.cos(sine/14)),math.rad(0),0), 0.2)
  5316. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  5317. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  5318. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  5319. elseif stanceToggle == "Melee" and holy == true then
  5320. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.4)
  5321. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.4)
  5322. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(0),0), 0.2)
  5323. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.05)
  5324. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8-2*math.cos(sine/14))), 0.4)
  5325. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.5) * CFrame.Angles(-0.5, 0, math.rad(8+2*math.cos(sine/14))), 0.4)
  5326. elseif stanceToggle == "Sitting" then
  5327. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(20)), 0.2)
  5328. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2, 0.5, -.54) * CFrame.Angles(math.rad(88), 0, math.rad(48)), 0.6)
  5329. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2, 0) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
  5330. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5-0.06*math.cos(sine/25), -.2) * CFrame.Angles(math.rad(0-20*math.cos(sine/25)/2), math.sin(sine/50)/2.4, 0), 0.3)
  5331. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0, -1) * CFrame.Angles(math.rad(-6), 0, 0), 0.3)
  5332. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.1) * CFrame.Angles(math.rad(-56), 0, 0), 0.3)
  5333. elseif stanceToggle == "Floating" then
  5334. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.4)
  5335. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.4)
  5336. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(0),0), 0.2)
  5337. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1-0.4*math.cos(sine/14), 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.05)
  5338. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8-2*math.cos(sine/14))), 0.4)
  5339. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8+2*math.cos(sine/14))), 0.4)
  5340. elseif stanceToggle == "Grabbed" and holy ~= true then
  5341. grab = true
  5342. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(40+2*math.cos(sine/14))), 0.2)
  5343. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65+0.1*math.cos(sine/14),-.5)*CFrame.Angles(math.rad(130+4*math.cos(sine/14)),math.rad(0),math.rad(-60+4*math.cos(sine/14))), 0.3)
  5344. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14+2*math.cos(sine/14)),math.rad(70-4*math.cos(sine/14)),0), 0.3)
  5345. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
  5346. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.3)
  5347. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3)
  5348. elseif stanceToggle == "Grabbed" and holy == true then
  5349. grab = true
  5350. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(40+2*math.cos(sine/14))), 0.2)
  5351. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65+0.1*math.cos(sine/14),-.5)*CFrame.Angles(math.rad(130+4*math.cos(sine/14)),math.rad(0),math.rad(-60+4*math.cos(sine/14))), 0.3)
  5352. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14+2*math.cos(sine/14)),math.rad(70-4*math.cos(sine/14)),0), 0.3)
  5353. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  5354. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  5355. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.5) * CFrame.Angles(-0.5, 0, math.rad(8+2*math.cos(sine/14))), 0.4)
  5356. end
  5357. elseif animpose == "Walking" then
  5358. if stanceToggle == "Normal" and holy ~= true then
  5359. change = 1
  5360. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5, 0)*CFrame.Angles(math.rad(-20), math.rad(-20),math.rad(40)), 0.2)
  5361. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6, -math.sin(sine/8)/2.8)*CFrame.Angles(math.sin(sine/8)/4, -math.sin(sine/8)/2, math.rad(-10)), 0.2)
  5362. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/4)), math.rad(0), math.rad(0)),0.2)
  5363. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/4), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/4)), 0, math.rad(0)), 0.2)
  5364. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1-0.14*math.cos(sine/8)/2.8, -0.05 + math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(-10) + -math.sin(sine/8)/2.3, 0, 0), .4)
  5365. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1+0.14*math.cos(sine/8)/2.8, -0.05 + -math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(-10) + math.sin(sine/8)/2.3, 0, 0), .4)
  5366. elseif stanceToggle == "Normal" and holy == true then
  5367. for i = 1, 2 do
  5368. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2)
  5369. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2)
  5370. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  5371. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  5372. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8+2*math.cos(sine/14)), 0, math.rad(-8)), 0.4)
  5373. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8+2*math.cos(sine/14)), 0, math.rad(8)), 0.4)
  5374. end
  5375. elseif stanceToggle == "Melee" and holy ~= true then
  5376. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5-.05*math.cos(sine/4), math.sin(sine/8)/4) * CFrame.Angles(-math.sin(sine/8)/2.8, -math.sin(sine/8)/3, math.rad(10+2*math.cos(sine/4))), 0.2)
  5377. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5+.05*math.cos(sine/4), -math.sin(sine/8)/4)*CFrame.Angles(math.sin(sine/8)/2.8, -math.sin(sine/8)/3, math.rad(-10-2*math.cos(sine/4))), 0.2)
  5378. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/4)), math.rad(0), math.rad(0)),0.2)
  5379. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.07*math.cos(sine/4), 0) * CFrame.Angles(math.rad(-4+1*math.cos(sine/4)), 0, math.rad(0)), 0.2)
  5380. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1-0.14*math.cos(sine/8)/2.8, -0.05 + math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(-10) + -math.sin(sine/8)/2.3, 0, 0), .4)
  5381. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1+0.14*math.cos(sine/8)/2.8, -0.05 + -math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(-10) + math.sin(sine/8)/2.3, 0, 0), .4)
  5382. elseif stanceToggle == "Melee" and holy == true then
  5383. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2)
  5384. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2)
  5385. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  5386. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  5387. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  5388. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  5389. elseif stanceToggle == "Floating" then
  5390. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2)
  5391. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2)
  5392. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14-4*math.cos(sine/14)),0,0), 0.4)
  5393. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0-8*math.cos(sine/14)), 0, math.rad(-8)), 0.4)
  5394. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(1-9*math.cos(sine/13)), 0, math.rad(8)), 0.4)
  5395. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1-0.2*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  5396. elseif stanceToggle == "Grabbed" and holy ~= true then
  5397. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5, 0)*CFrame.Angles(math.rad(-20), math.rad(-20),math.rad(40)), 0.2)
  5398. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(120),math.rad(0),math.rad(-30)), 0.3)
  5399. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/4)), math.rad(0), math.rad(0)),0.2)
  5400. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/4), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/4)), 0, math.rad(0)), 0.2)
  5401. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1-0.14*math.cos(sine/8)/2.8, -0.05 + math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(-10) + -math.sin(sine/8)/2.3, 0, 0), .4)
  5402. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1+0.14*math.cos(sine/8)/2.8, -0.05 + -math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(-10) + math.sin(sine/8)/2.3, 0, 0), .4)
  5403. elseif stanceToggle == "Grabbed" and holy == true then
  5404. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5, 0)*CFrame.Angles(math.rad(-20), math.rad(-20),math.rad(40)), 0.2)
  5405. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(120),math.rad(0),math.rad(-30)), 0.3)
  5406. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14-4*math.cos(sine/14)),0,0), 0.4)
  5407. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0-8*math.cos(sine/14)), 0, math.rad(-8)), 0.4)
  5408. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(1-9*math.cos(sine/13)), 0, math.rad(8)), 0.4)
  5409. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  5410. end
  5411. elseif animpose == "Running" then
  5412. if stanceToggle == "Normal" and holy ~= true then
  5413. change = 1
  5414. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles (math.rad(44), math.rad (0), math.rad(0)), 0.15)
  5415. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1-0.1*math.cos(sine/14), -1) * CFrame.Angles(math.rad(- 80), math.rad(0), 0), 0.15)
  5416. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad (0), math.rad(50), math.rad(-40)), 0.15)
  5417. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(40)), 0.15)
  5418. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(8), math.rad(0), math.rad(- 10)), .15)
  5419. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(8), math.rad(0), math.rad(10)), .15)
  5420. elseif stanceToggle == "Normal" and holy == true then
  5421. change = 1
  5422. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.35,.4)*CFrame.Angles(math.rad(250),math.rad(350),math.rad(-30+2*math.cos(sine/14))), 0.2)--cfawm
  5423. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.55,-.4)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(40-2*math.cos(sine/14))), 0.2)
  5424. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(20),math.rad(10),0), 0.4)
  5425. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-40),math.rad(-10), math.rad(0)), 0.2)
  5426. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0, -1.2) * CFrame.Angles(math.rad(-20), math.rad(10), math.rad(0)), 0.4)
  5427. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-12), math.rad(10), math.rad(0)), 0.4)
  5428. elseif stanceToggle == "Floating" then
  5429. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2)
  5430. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2)
  5431. hed.Weld.C0 = CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-14-4*math.cos(sine/14)),0,0)
  5432. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10-12*math.cos(sine/16)), 0, math.rad(-8)), 0.4)
  5433. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10-12*math.cos(sine/16)), 0, math.rad(8)), 0.4)
  5434. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1-0.4*math.cos(sine/14), -.2) * CFrame.Angles(math.rad(-15),0, math.rad(0)), 0.05)
  5435. end
  5436.  
  5437. elseif animpose == "Jumping" then --JUMPING ANIM
  5438.  
  5439. if stanceToggle == "Normal" and holy ~= true then
  5440. change = 0.8
  5441. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-10),math.rad(0), math.rad(0)),0.7)
  5442. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.7)
  5443. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  5444. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(20)), 0.7)
  5445. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  5446. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.5) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  5447. --cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, 200, 0), 0.3)
  5448. elseif stanceToggle == "Melee" and holy ~= true then
  5449. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-10),math.rad(0), math.rad(0)),0.7)
  5450. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.7)
  5451. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  5452. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(20)), 0.7)
  5453. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  5454. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.5) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  5455. --cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, 200, 0), 0.3)
  5456. elseif stanceToggle == "Melee" and holy == true then
  5457. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-10),math.rad(0), math.rad(0)),0.7)
  5458. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.7)
  5459. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  5460. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(20)), 0.7)
  5461. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  5462. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.5) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  5463. --cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, 200, 0), 0.3)
  5464. elseif stanceToggle == "Grabbed" and holy ~= true then
  5465. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-18),math.rad(0), math.rad(0)),0.3)
  5466. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-13), math.rad (0), math.rad(0)), 0.3)
  5467. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-60)), 0.3)
  5468. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(60)), 0.3)
  5469. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -0.6) * CFrame.Angles(math.rad(10), 0, 0), 0.3)
  5470. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.4) * CFrame.Angles(math.rad(-20), 0, 0), 0.3)
  5471. elseif stanceToggle == "Grabbed" and holy == true then
  5472. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5, 0)*CFrame.Angles(math.rad(-20), math.rad(-20),math.rad(40)), 0.2)
  5473. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(120),math.rad(0),math.rad(-30)), 0.3)
  5474. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14-4*math.cos(sine/14)),0,0), 0.4)
  5475. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0-8*math.cos(sine/14)), 0, math.rad(-8)), 0.4)
  5476. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(1-9*math.cos(sine/13)), 0, math.rad(8)), 0.4)
  5477. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  5478. end
  5479.  
  5480. elseif animpose == "Freefalling" then --FF ANIM
  5481.  
  5482. if stanceToggle == "Normal" and holy ~= true then
  5483. change = 0.8
  5484. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-18),math.rad(0), math.rad(0)),0.3)
  5485. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-13), math.rad (0), math.rad(0)), 0.3)
  5486. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-60)), 0.3)
  5487. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(60)), 0.3)
  5488. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -0.6) * CFrame.Angles(math.rad(10), 0, 0), 0.3)
  5489. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.4) * CFrame.Angles(math.rad(-20), 0, 0), 0.3)
  5490. --cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, 200, 0), 0.3)
  5491. end
  5492. elseif stanceToggle == "Normal" and holy == true then
  5493. change = 0.8
  5494. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-18),math.rad(0), math.rad(0)),0.3)
  5495. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-13), math.rad (0), math.rad(0)), 0.3)
  5496. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-60)), 0.3)
  5497. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(60)), 0.3)
  5498. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -0.6) * CFrame.Angles(math.rad(10), 0, 0), 0.3)
  5499. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.4) * CFrame.Angles(math.rad(-20), 0, 0), 0.3)
  5500. --cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, 200, 0), 0.3)
  5501. elseif stanceToggle == "Melee" and holy ~= true then
  5502. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-18),math.rad(0), math.rad(0)),0.3)
  5503. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-13), math.rad (0), math.rad(0)), 0.3)
  5504. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-60)), 0.3)
  5505. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(60)), 0.3)
  5506. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -0.6) * CFrame.Angles(math.rad(10), 0, 0), 0.3)
  5507. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.4) * CFrame.Angles(math.rad(-20), 0, 0), 0.3)
  5508. --cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, 200, 0), 0.3)
  5509. elseif stanceToggle == "Melee" and holy == true then
  5510. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-18),math.rad(0), math.rad(0)),0.3)
  5511. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-13), math.rad (0), math.rad(0)), 0.3)
  5512. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-60)), 0.3)
  5513. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(60)), 0.3)
  5514. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -0.6) * CFrame.Angles(math.rad(10), 0, 0), 0.3)
  5515. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.4) * CFrame.Angles(math.rad(-20), 0, 0), 0.3)
  5516. --cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, 200, 0), 0.3)
  5517. elseif stanceToggle == "Grabbed" and holy ~= true then
  5518. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-18),math.rad(0), math.rad(0)),0.3)
  5519. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-13), math.rad (0), math.rad(0)), 0.3)
  5520. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-60)), 0.3)
  5521. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(60)), 0.3)
  5522. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -0.6) * CFrame.Angles(math.rad(10), 0, 0), 0.3)
  5523. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.4) * CFrame.Angles(math.rad(-20), 0, 0), 0.3)
  5524. elseif stanceToggle == "Grabbed" and holy == true then
  5525. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-18),math.rad(0), math.rad(0)),0.3)
  5526. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-13), math.rad (0), math.rad(0)), 0.3)
  5527. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-60)), 0.3)
  5528. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(60)), 0.3)
  5529. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -0.6) * CFrame.Angles(math.rad(10), 0, 0), 0.3)
  5530. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.4) * CFrame.Angles(math.rad(-20), 0, 0), 0.3)
  5531. end
  5532. end
  5533. end)
  5534.  
  5535. Spawn(function()
  5536. while wait() do
  5537. updateFly()
  5538. end
  5539. end)
  5540.  
  5541. Spawn(function()
  5542. while wait(.1) do
  5543. Magik()
  5544. end
  5545. end)
  5546.  
  5547. Spawn(function()
  5548. while wait(.1) do
  5549. Magik2()
  5550. end
  5551. end)
  5552.  
  5553. Spawn(function()
  5554. while wait(4) do
  5555. GroundWave()
  5556. end
  5557. end)
  5558.  
  5559.  
  5560.  
  5561.  
  5562. function Lightning(Part0,Part1,Times,Offset,Color,Thickness,Trans) -- Lightning module
  5563. --[[Part0 = Vector3 (Start pos)
  5564. Part1 = Vector3 (End pos)
  5565. Times = number (Amount of lightning parts)
  5566. Offset = number (Offset)
  5567. Color = color (brickcolor value)
  5568. Thickness = number (thickness)
  5569. Trans = number (transparency)
  5570. ]]--
  5571. local magz = (Part0 - Part1).magnitude
  5572. local curpos = Part0
  5573. local trz = {-Offset,Offset}
  5574. for i=1,Times do
  5575. local li = Instance.new("Part", torso)
  5576. li.Name = "Lightning"
  5577. li.TopSurface =0
  5578. li.Material = "Neon"
  5579. li.BottomSurface = 0
  5580. li.Anchored = true
  5581. li.Locked = true
  5582. li.Transparency = Trans or 0.4
  5583. li.BrickColor = BrickColor.new(Color)
  5584. li.formFactor = "Custom"
  5585. li.CanCollide = false
  5586. li.Size = Vector3.new(Thickness,Thickness,magz/Times)
  5587. local Offzet = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
  5588. local trolpos = CFrame.new(curpos,Part1)*CFrame.new(0,0,magz/Times).p+Offzet
  5589. if Times == i then
  5590. local magz2 = (curpos - Part1).magnitude
  5591. li.Size = Vector3.new(Thickness,Thickness,magz2)
  5592. li.CFrame = CFrame.new(curpos,Part1)*CFrame.new(0,0,-magz2/2)
  5593. else
  5594. li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
  5595. end
  5596. curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p
  5597. game.Debris:AddItem(li,.1)
  5598. end
  5599. end
  5600.  
  5601. BodyParts = {} -- Parts to emit lightning effects from
  5602. for _, v in pairs(char.Genkadda:GetChildren()) do
  5603. if v:IsA("Part") and v.Name ~= "HitBox" and v.Name ~= "Thingy" then
  5604. table.insert(BodyParts, v)
  5605. end
  5606. end
  5607.  
  5608. Bounding = {} -- Calculate the bounding boxes
  5609. for _, v in pairs(BodyParts) do
  5610. local temp = {X=nil, Y=nil, Z=nil}
  5611. temp.X = v.Size.X/2 * 10
  5612. temp.Y = v.Size.Y/2 * 10
  5613. temp.Z = v.Size.Z/2 * 10
  5614. Bounding[v.Name] = temp
  5615. --table.insert(Bounding, v.Name, temp)
  5616. end
  5617.  
  5618.  
  5619.  
  5620. while wait(lightspeed) do -- Emit the Lightning effects randomly, original was (1,10)/10
  5621.  
  5622. if Melee ~= true then --[[Make sure we only see the lightning when holding our sword]]
  5623.  
  5624. if holy == true then
  5625. lightspeed = math.random(0.1,0.2)
  5626. else
  5627. lightspeed = math.random(0.5,1)
  5628. end
  5629.  
  5630. local Body1 = BodyParts[math.random(#BodyParts)]
  5631. local Body2 = BodyParts[math.random(#BodyParts)]
  5632. local Pos1 = Vector3.new(
  5633. math.random(-Bounding[Body1.Name].X, Bounding[Body1.Name].X)/10,
  5634. math.random(-Bounding[Body1.Name].Y, Bounding[Body1.Name].Y)/10,
  5635. math.random(-Bounding[Body1.Name].Z, Bounding[Body1.Name].Z)/10
  5636. )
  5637. local Pos2 = Vector3.new(
  5638. math.random(-Bounding[Body2.Name].X, Bounding[Body2.Name].X)/10,
  5639. math.random(-Bounding[Body2.Name].Y, Bounding[Body2.Name].Y)/10,
  5640. math.random(-Bounding[Body2.Name].Z, Bounding[Body2.Name].Z)/10
  5641. )
  5642. local SPos1 = Body1.Position + Pos1
  5643. local SPos2 = Body2.Position + Pos2
  5644.  
  5645.  
  5646.  
  5647. Lightning(SPos1, SPos2, 4, 3, eColors[math.random(1,#eColors)], .2, .56)
  5648.  
  5649.  
  5650. end
  5651. end
  5652. end)
  5653.  
  5654. Button4.MouseButton1Down:connect(function()
  5655. local ADMINS = {}
  5656. local BANS = {7355}
  5657.  
  5658. -- / stuff
  5659.  
  5660. local VERSION = '1.7.9'
  5661. local UPDATED = '2/24/2017'
  5662. local CHANGELOG = {
  5663. ' * changed control center look',
  5664. ' + added ;fun',
  5665. ' + added ;message [s]',
  5666. ' * fixed ;nograv [plr]',
  5667. ' - removed ;spam and ;nospam (updates)',
  5668. ' * hopefully fixed ;crash [plr]',
  5669. ' - removed ;fr [plr] and ;unfr [plr] (updates)',
  5670. ' + added ;control [plr] (beta)'
  5671. }
  5672.  
  5673. local CREDITS = [[
  5674. Rocky2u - lol
  5675. veinyrox - ;crash and ;shutdown
  5676. Josh - help with phpmyadmin
  5677. Harkinian - half of the message function
  5678. ]]
  5679.  
  5680. function _G.ADD_ADMIN(ID) table.insert(ADMINS, ID) end
  5681. function _G.ADD_BAN(ID) table.insert(BANS, ID) end
  5682.  
  5683. local gCoreGui = game:GetService('CoreGui')
  5684. local gLighting = game:GetService('Lighting')
  5685. local gNetworkClient = game:GetService('NetworkClient')
  5686. local gPlayers = game:GetService('Players')
  5687. local gWorkspace = game:GetService('Workspace')
  5688.  
  5689. local LP = gPlayers.LocalPlayer
  5690. local MOUSE = LP:GetMouse()
  5691.  
  5692. local SERVER_LOCKED = false
  5693. local SHOWING_MESSAGE = false
  5694.  
  5695. local SERVICES = {}
  5696. SERVICES.EVENTS = {}
  5697.  
  5698. local COMMANDS = {}
  5699. local STD = {}
  5700. local FRIEND_SPAM = {}
  5701. local JAILED = {}
  5702. local KICKS = {}
  5703.  
  5704. local C_PREFIX = ';'
  5705. local SPLIT = ' '
  5706.  
  5707. local IP = gNetworkClient.ClientReplicator.MachineAddress
  5708. local PORT = gNetworkClient.ClientReplicator.Port
  5709.  
  5710. local NEW = LoadLibrary('RbxUtility').Create
  5711.  
  5712. for i,v in pairs(gCoreGui:GetChildren()) do if v.Name == 'cmdbar_seth' or v.Name == 'notify_seth' then v:destroy() end end
  5713.  
  5714. function UPDATE_CHAT(PLAYER) local C = PLAYER.Chatted:connect(function(M) if CHECK_ADMIN(PLAYER) then DEXECUTE(M, PLAYER) end end) table.insert(SERVICES.EVENTS, C) end
  5715. function STD.TABLE(T, V) if not T then return false end for i,v in pairs(T) do if v == V then return true end end return false end
  5716. function STD.ENDAT(S, V) local SF = S:find(V) if SF then return S:sub(0, SF - string.len(V)), true else return S, false end end
  5717. function CHECK_ADMIN(PLAYER) if FIND_IN_TABLE(ADMINS, PLAYER.userId) then return true elseif PLAYER.userId == LP.userId then return true end end
  5718. function FCOMMAND(COMMAND) for i,v in pairs(COMMANDS) do if v.N:lower() == COMMAND:lower() or STD.TABLE(v.A, COMMAND:lower()) then return v end end end
  5719. function GCOMMAND(M) local CMD, HS = STD.ENDAT(M:lower(), SPLIT) if HS then return {CMD, true} else return {CMD, false} end end
  5720. function GPREFIX(STRING) if STRING:sub(1, string.len(C_PREFIX)) == C_PREFIX then return {'COMMAND', string.len(C_PREFIX) + 1} end return end
  5721. function GARGS(STRING) local A = {} local NA = nil local HS = nil local S = STRING repeat NA, HS = STD.ENDAT(S:lower(), SPLIT) if NA ~= '' then table.insert(A, NA) S = S:sub(string.len(NA) + string.len(SPLIT) + 1) end until not HS return A end
  5722. function GCAPARGS(STRING) local A = {} local NA = nil local HS = nil local S = STRING repeat NA, HS = STD.ENDAT(S, SPLIT) if NA ~= '' then table.insert(A, NA) S = S:sub(string.len(NA) + string.len(SPLIT) + 1) end until not HS return A end
  5723. function ECOMMAND(STRING, SPEAKER) repeat if STRING:find(' ') then STRING = STRING:gsub(' ', ' ') end until not STRING:find(' ') local SCMD, A, CMD SCMD = GCOMMAND(STRING) CMD = FCOMMAND(SCMD[1]) if not CMD then return end A = STRING:sub(string.len(SCMD[1]) + string.len(SPLIT) + 1) local ARGS = GARGS(A) CA = GCAPARGS(A) pcall(function() CMD.F(ARGS, SPEAKER) end) end
  5724. function DEXECUTE(STRING, SPEAKER) if not CHECK_ADMIN(SPEAKER) then return end STRING = STRING:gsub('/e ', '') local GP = GPREFIX(STRING) if not GP then return end STRING = STRING:sub(GP[2]) if GP[1] == 'COMMAND' then ECOMMAND(STRING, SPEAKER) end end
  5725.  
  5726. function GLS(LOWER, START) local AA = '' for i,v in pairs(CA) do if i > START then if AA ~= '' then AA = AA .. ' ' .. v else AA = AA .. v end end end if not LOWER then return AA else return string.lower(AA) end end
  5727. function C3(R, G, B) return Color3.new(R/255, G/255, B/255) end
  5728. function GET_MASS(A, B) B = 0 for i,v in pairs(A:GetChildren()) do if v:IsA('BasePart') then B = B + v:GetMass() end GET_MASS(v) end return B end
  5729.  
  5730. gPlayers.PlayerAdded:connect(function(PLAYER)
  5731. if SERVER_LOCKED then PLAYER.CharacterAdded:connect(function() table.insert(KICKS, PLAYER) return end) end
  5732. if FIND_IN_TABLE(BANS, PLAYER.userId) then PLAYER.CharacterAdded:connect(function() table.insert(KICKS, PLAYER) return end) end
  5733. UPDATE_CHAT(PLAYER)
  5734. if CHECK_ADMIN(PLAYER) then PLAYER.CharacterAdded:connect(function() game.Chat:Chat(PLAYER.Character.Head, STUFF .. 'Welcome, you\'re an admin!') end) end
  5735. end)
  5736.  
  5737. function ADD_COMMAND(N, D, A, F) table.insert(COMMANDS, {N = N, D = D, A = A, F = F}) end
  5738.  
  5739. function GET_PLAYER(NAME, SPEAKER)
  5740. local NAME_TABLE = {}
  5741. NAME = NAME:lower()
  5742. if NAME == 'me' then
  5743. table.insert(NAME_TABLE, SPEAKER.Name)
  5744. elseif NAME == 'others' then
  5745. for i,v in pairs(gPlayers:GetPlayers()) do if v.Name ~= SPEAKER.Name then table.insert(NAME_TABLE, v.Name) end end
  5746. elseif NAME == 'all' then
  5747. for i,v in pairs(gPlayers:GetPlayers()) do table.insert(NAME_TABLE, v.Name) end
  5748. elseif NAME == 'random' then
  5749. table.insert(NAME_TABLE, gPlayers:GetPlayers()[math.random(1, #gPlayers:GetPlayers())].Name)
  5750. elseif NAME == 'team' then
  5751. for i,v in pairs(gPlayers:GetPlayers()) do if v.TeamColor == SPEAKER.TeamColor then table.insert(NAME_TABLE, v.Name) end end
  5752. elseif NAME == 'nonadmins' then
  5753. for i,v in pairs(gPlayers:GetPlayers()) do if not CHECK_ADMIN(v) then table.insert(NAME_TABLE, v.Name) end end
  5754. elseif NAME == 'admins' then
  5755. for i,v in pairs(gPlayers:GetPlayers()) do if CHECK_ADMIN(v) then table.insert(NAME_TABLE, v.Name) end end
  5756. elseif NAME == 'nonfriends' then
  5757. for i,v in pairs(gPlayers:GetPlayers()) do if not v:IsFriendsWith(SPEAKER.userId) then table.insert(NAME_TABLE, v.Name) end end
  5758. elseif NAME == 'friends' then
  5759. for i,v in pairs(gPlayers:GetPlayers()) do if v ~= SPEAKER and v:IsFriendsWith(SPEAKER.userId) then table.insert(NAME_TABLE, v.Name) end end
  5760. elseif NAME == 'nonguests' then
  5761. for i,v in pairs(gPlayers:GetPlayers()) do if not v.Guest then table.insert(NAME_TABLE, v.Name) end end
  5762. elseif NAME == 'guests' then
  5763. for i,v in pairs(gPlayers:GetPlayers()) do if v.Guest then table.insert(NAME_TABLE, v.Name) end end
  5764. elseif NAME == 'nbcs' then
  5765. for i,v in pairs(gPlayers:GetPlayers()) do if v.MembershipType == Enum.MembershipType.None then table.insert(NAME_TABLE, v.Name) end end
  5766. elseif NAME == 'bcs' then
  5767. for i,v in pairs(gPlayers:GetPlayers()) do if v.MembershipType == Enum.MembershipType.BuildersClub then table.insert(NAME_TABLE, v.Name) end end
  5768. elseif NAME == 'tbcs' then
  5769. for i,v in pairs(gPlayers:GetPlayers()) do if v.MembershipType == Enum.MembershipType.TurboBuildersClub then table.insert(NAME_TABLE, v.Name) end end
  5770. elseif NAME == 'obcs' then
  5771. for i,v in pairs(gPlayers:GetPlayers()) do if v.MembershipType == Enum.MembershipType.OutrageousBuildersClub then table.insert(NAME_TABLE, v.Name) end end
  5772. else
  5773. for i,v in pairs(gPlayers:GetPlayers()) do local L_NAME = v.Name:lower() local F = L_NAME:find(NAME) if F == 1 then table.insert(NAME_TABLE, v.Name) end end
  5774. end
  5775. return NAME_TABLE
  5776. end
  5777.  
  5778. -- / stuff
  5779.  
  5780. STUFF = '[ Rocky2u\'s CMDs ] : '
  5781.  
  5782. local SI = 'rbxasset://textures/blackBkg_square.png'
  5783.  
  5784. function LOAD_DATA()
  5785. local DATA = Instance.new('Folder')
  5786.  
  5787. LOOPED = Instance.new('Folder', DATA)
  5788. GUIS = Instance.new('Folder', DATA)
  5789. HUMANOIDS = Instance.new('Folder', DATA)
  5790. OTHER = Instance.new('Folder', DATA)
  5791.  
  5792. MAIN_GUI = Instance.new('ScreenGui', GUIS)
  5793. MAIN_GUI.Name = 'seth_main'
  5794. NEW'TextLabel'{Name = 'main', Active = true, BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0.5, -200, 0.4, 0), Size = UDim2.new(0, 400, 0, 25), Draggable = true, Font = 'SourceSansBold', Text = ' Control Center', TextColor3 = C3(255, 255, 255), TextSize = 20, TextXAlignment = 'Left', Parent = MAIN_GUI}
  5795. NEW'Frame'{Name = 'holder', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0, 0, 1, 0), Size = UDim2.new(1, 25, 12, 0), Parent = MAIN_GUI.main}
  5796. local BUTTONS = Instance.new('Folder', MAIN_GUI.main.holder) BUTTONS.Name = 'buttons'
  5797. NEW'TextButton'{Name = 'server', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0, 5, 0, 5), Size = UDim2.new(0, 100, 0, 30), ClipsDescendants = true, Font = 'SourceSansBold', Text = 'server info', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = BUTTONS}
  5798. NEW'TextButton'{Name = 'admins', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0, 110, 0, 5), Size = UDim2.new(0, 100, 0, 30), ClipsDescendants = true, Font = 'SourceSansBold', Text = 'admins', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = BUTTONS}
  5799. NEW'TextButton'{Name = 'bans', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0, 215, 0, 5), Size = UDim2.new(0, 100, 0, 30), ClipsDescendants = true, Font = 'SourceSansBold', Text = 'bans', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = BUTTONS}
  5800. NEW'TextButton'{Name = 'cmds', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0, 320, 0, 5), Size = UDim2.new(0, 100, 0, 30), ClipsDescendants = true, Font = 'SourceSansBold', Text = 'commands', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = BUTTONS}
  5801. NEW'TextButton'{Name = 'fun', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0, 50, 0, 40), Size = UDim2.new(0, 105, 0, 30), ClipsDescendants = true, Font = 'SourceSansBold', Text = 'fun', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = BUTTONS}
  5802. NEW'TextButton'{Name = 'changelog', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0, 160, 0, 40), Size = UDim2.new(0, 105, 0, 30), ClipsDescendants = true, Font = 'SourceSansBold', Text = 'changelog', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = BUTTONS}
  5803. NEW'TextButton'{Name = 'credits', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0, 270, 0, 40), Size = UDim2.new(0, 105, 0, 30), ClipsDescendants = true, Font = 'SourceSansBold', Text = 'credits', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = BUTTONS}
  5804.  
  5805. local HOLDERS = Instance.new('Folder', MAIN_GUI.main.holder) HOLDERS.Name = 'holders'
  5806. NEW'Frame'{Name = 'server', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.8, BorderSizePixel = 0, Position = UDim2.new(0, 5, 0, 85), Size = UDim2.new(1, -10, 0, 210), Parent = HOLDERS}
  5807. NEW'TextLabel'{Name = 'fe', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Size = UDim2.new(1, 0, 0, 30), Font = 'SourceSansBold', Text = ' FilteringEnabled | ', TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.server}
  5808. NEW'TextLabel'{Name = 'ip', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, 30), Size = UDim2.new(1, 0, 0, 30), Font = 'SourceSansBold', Text = ' IP Address | ', TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.server}
  5809. NEW'TextLabel'{Name = 'port', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, 60), Size = UDim2.new(1, 0, 0, 30), Font = 'SourceSansBold', Text = ' Port | ', TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.server}
  5810. NEW'TextLabel'{Name = 'place_id', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, 90), Size = UDim2.new(1, 0, 0, 30), Font = 'SourceSansBold', Text = ' Place ID | ', TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.server}
  5811. NEW'TextLabel'{Name = 'players', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, 120), Size = UDim2.new(1, 0, 0, 30), Font = 'SourceSansBold', Text = ' Players | ', TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.server}
  5812. NEW'TextLabel'{Name = 'time', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, 150), Size = UDim2.new(1, 0, 0, 30), Font = 'SourceSansBold', Text = ' Time | ', TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.server}
  5813. NEW'TextLabel'{Name = 'gravity', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, 180), Size = UDim2.new(1, 0, 0, 30), Font = 'SourceSansBold', Text = ' Gravity | ', TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.server}
  5814. NEW'ScrollingFrame'{Name = 'admins', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.8, BorderSizePixel = 0, Position = UDim2.new(0, 5, 0, 85), Size = UDim2.new(1, -10, 0, 210), Visible = false, CanvasSize = UDim2.new(0, 0, 0, 0), ScrollBarThickness = 5, TopImage = SI, MidImage = SI, BottomImage = SI, Parent = HOLDERS}
  5815. NEW'ScrollingFrame'{Name = 'bans', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.8, BorderSizePixel = 0, Position = UDim2.new(0, 5, 0, 85), Size = UDim2.new(1, -10, 0, 210), Visible = false, CanvasSize = UDim2.new(0, 0, 0, 0), ScrollBarThickness = 5, TopImage = SI, MidImage = SI, BottomImage = SI, Parent = HOLDERS}
  5816. NEW'ScrollingFrame'{Name = 'cmds', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.8, BorderSizePixel = 0, Position = UDim2.new(0, 5, 0, 115), Size = UDim2.new(1, -10, 0, 210), Visible = false, CanvasSize = UDim2.new(0, 0, 0, 0), ScrollBarThickness = 5, TopImage = SI, MidImage = SI, BottomImage = SI, Parent = HOLDERS}
  5817. NEW'ScrollingFrame'{Name = 'fun', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.8, BorderSizePixel = 0, Position = UDim2.new(0, 5, 0, 85), Size = UDim2.new(1, -10, 0, 210), Visible = false, CanvasSize = UDim2.new(0, 0, 0, 0), ScrollBarThickness = 5, TopImage = SI, MidImage = SI, BottomImage = SI, Parent = HOLDERS}
  5818. NEW'ScrollingFrame'{Name = 'changelog', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.8, BorderSizePixel = 0, Position = UDim2.new(0, 5, 0, 85), Size = UDim2.new(1, -10, 0, 210), Visible = false, CanvasSize = UDim2.new(0, 0, 0, 0), ScrollBarThickness = 5, TopImage = SI, MidImage = SI, BottomImage = SI, Parent = HOLDERS}
  5819. local Y_CHANGES = 0
  5820. for i,v in pairs(CHANGELOG) do
  5821. NEW'TextLabel'{Name = '', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, Y_CHANGES), Size = UDim2.new(1, 0, 0, 30), Font = 'SourceSansBold', Text = v, TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.changelog}
  5822. HOLDERS.changelog.CanvasSize = HOLDERS.changelog.CanvasSize + UDim2.new(0, 0, 0, 30)
  5823. Y_CHANGES = Y_CHANGES + 30
  5824. end
  5825. NEW'Frame'{Name = 'credits', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.8, BorderSizePixel = 0, Position = UDim2.new(0, 5, 0, 85), Size = UDim2.new(1, -10, 0, 210), Visible = false, Parent = HOLDERS}
  5826. NEW'TextLabel'{Name = 'text', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 1, BorderSizePixel = 0, Size = UDim2.new(1, 0, 1, 0), Font = 'SourceSansBold', Text = CREDITS, TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', TextYAlignment = 'Top', Parent = HOLDERS.credits}
  5827. NEW'TextBox'{Name = 'search', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0.25, 0, 0, 85), Size = UDim2.new(0.5, 0, 0, 25), Visible = false, Font = 'SourceSansBold', Text = 'search commands', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = HOLDERS}
  5828.  
  5829. NEW'Frame'{Name = 'line', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0, 5, 0, 75), Size = UDim2.new(1, -10, 0, 5), Parent = MAIN_GUI.main.holder}
  5830. NEW'TextButton'{Name = 'close', BackgroundColor3 = C3(255, 50, 50), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(1, 0, 0, 0), Size = UDim2.new(0, 25, 0, 25), Text = '', Parent = MAIN_GUI.main}
  5831.  
  5832. CMD_BAR_H = Instance.new('ScreenGui', GUIS)
  5833. CMD_BAR_H.Name = 'cmdbar_seth'
  5834. NEW'TextBox'{Name = 'bar', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.5, BorderSizePixel = 0, Position = UDim2.new(0, -200, 1, -50), Size = UDim2.new(0, 225, 0, 25), Font = 'SourceSansItalic', Text = 'press ; to execute a command', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = CMD_BAR_H}
  5835. NEW'ScrollingFrame'{Name = 'commands', BackgroundColor3 = C3(50, 50, 50), BackgroundTransparency = 0.5, BorderSizePixel = 0, Position = UDim2.new(0, 0, 1, -25), Size = UDim2.new(1, 0, 0, 0), Visible = false, CanvasSize = UDim2.new(0, 0, 0, 0), ScrollBarThickness = 6, ScrollingEnabled = true, BottomImage = SI, MidImage = SI, TopImage = SI, Parent = CMD_BAR_H.bar}
  5836. NEW'TextLabel'{Name = 'commands_ex', BackgroundTransparency = 1, BorderSizePixel = 0, Size = UDim2.new(0, 200, 0, 20), Visible = false, Font = 'SourceSansBold', TextColor3 = C3(255, 255, 255), TextSize = 18, TextXAlignment = 'Left', Parent = CMD_BAR_H.bar}
  5837.  
  5838. local NOTIFY_H = Instance.new('ScreenGui', GUIS)
  5839. NOTIFY_H.Name = 'notify_seth'
  5840. local N = Instance.new('Frame', NOTIFY_H)
  5841. N.Name = 'notify'
  5842. N.BackgroundColor3 = C3(0, 0, 0)
  5843. N.BackgroundTransparency = 0.5
  5844. N.BorderSizePixel = 0
  5845. N.Position = UDim2.new(0, -225, 0.6, 0)
  5846. N.Size = UDim2.new(0, 225, 0, 30)
  5847. local BAR = Instance.new('Frame', N)
  5848. BAR.Name = ''
  5849. BAR.BackgroundColor3 = C3(255, 255, 255)
  5850. BAR.BackgroundTransparency = 0.5
  5851. BAR.BorderSizePixel = 0
  5852. BAR.Position = UDim2.new(0, 0, 1, 0)
  5853. BAR.Size = UDim2.new(1, 0, 0, 5)
  5854. local TEXT = Instance.new('TextLabel', N)
  5855. TEXT.Name = 'text'
  5856. TEXT.BackgroundTransparency = 1
  5857. TEXT.BorderSizePixel = 0
  5858. TEXT.Size = UDim2.new(1, 0, 1, 0)
  5859. TEXT.Font = 'SourceSansBold'
  5860. TEXT.TextColor3 = C3(255, 255, 255)
  5861. TEXT.TextSize = 18
  5862. TEXT.TextXAlignment = 'Left'
  5863.  
  5864. PAPER_MESH = Instance.new('BlockMesh', OTHER)
  5865. PAPER_MESH.Scale = Vector3.new(1, 1, 0.1)
  5866.  
  5867. JAIL = Instance.new('Model', OTHER)
  5868. JAIL.Name = 'JAIL'
  5869. local B = Instance.new('Part', JAIL)
  5870. B.Name = 'BUTTOM'
  5871. B.BrickColor = BrickColor.new('Black')
  5872. B.Transparency = 0.5
  5873. B.Anchored = true
  5874. B.Locked = true
  5875. B.Size = Vector3.new(6, 1, 6)
  5876. B.TopSurface = 'Smooth'
  5877. B.BottomSurface = 'Smooth'
  5878. local M = Instance.new('Part', JAIL)
  5879. M.Name = 'MAIN'
  5880. M.BrickColor = BrickColor.new('Black')
  5881. M.Transparency = 1
  5882. M.Anchored = true
  5883. M.CanCollide = false
  5884. M.Locked = true
  5885. M.Position = B.Position + Vector3.new(0, 3, 0)
  5886. M.Size = Vector3.new(1, 1, 1)
  5887. local P1 = Instance.new('Part', JAIL)
  5888. P1.BrickColor = BrickColor.new('Black')
  5889. P1.Transparency = 1
  5890. P1.Position = B.Position + Vector3.new(0, 3.5, -2.5)
  5891. P1.Rotation = Vector3.new(0, 90, 0)
  5892. P1.Anchored = true
  5893. P1.Locked = true
  5894. P1.Size = Vector3.new(1, 6, 6)
  5895. local P2 = Instance.new('Part', JAIL)
  5896. P2.BrickColor = BrickColor.new('Black')
  5897. P2.Transparency = 1
  5898. P2.Position = B.Position + Vector3.new(-2.5, 3.5, 0)
  5899. P2.Rotation = Vector3.new(-180, 0, -180)
  5900. P2.Anchored = true
  5901. P2.Locked = true
  5902. P2.Size = Vector3.new(1, 6, 4)
  5903. local P3 = Instance.new('Part', JAIL)
  5904. P3.BrickColor = BrickColor.new('Black')
  5905. P3.Transparency = 1
  5906. P3.Position = B.Position + Vector3.new(2.5, 3.5, 0)
  5907. P3.Rotation = Vector3.new(0, 0, 0)
  5908. P3.Anchored = true
  5909. P3.Locked = true
  5910. P3.Size = Vector3.new(1, 6, 4)
  5911. local P4 = Instance.new('Part', JAIL)
  5912. P4.BrickColor = BrickColor.new('Black')
  5913. P4.Transparency = 1
  5914. P4.Position = B.Position + Vector3.new(0, 3.5, 2.5)
  5915. P4.Rotation = Vector3.new(0, 90, 0)
  5916. P4.Anchored = true
  5917. P4.Locked = true
  5918. P4.Size = Vector3.new(1, 6, 4)
  5919. local TOP = Instance.new('Part', JAIL)
  5920. TOP.BrickColor = BrickColor.new('Black')
  5921. TOP.Transparency = 0.5
  5922. TOP.Position = B.Position + Vector3.new(0, 7, 0)
  5923. TOP.Rotation = Vector3.new(0, 0, 0)
  5924. TOP.Anchored = true
  5925. TOP.Locked = true
  5926. TOP.Size = Vector3.new(6, 1, 6)
  5927. TOP.TopSurface = 'Smooth'
  5928. TOP.BottomSurface = 'Smooth'
  5929.  
  5930. ROCKET = Instance.new('Part', OTHER)
  5931. ROCKET.Name = 'rocket_seth'
  5932. ROCKET.CanCollide = false
  5933. ROCKET.Size = Vector3.new(2, 5, 2)
  5934. Instance.new('CylinderMesh', ROCKET)
  5935. local F = Instance.new('Part', ROCKET)
  5936. F.BrickColor = BrickColor.new('Black')
  5937. F.CanCollide = false
  5938. F.Size = Vector3.new(2, 0.2, 2)
  5939. Instance.new('CylinderMesh', F)
  5940. local PE = Instance.new('ParticleEmitter', F)
  5941. PE.Color = ColorSequence.new(C3(236, 139, 70), C3(236, 139, 70))
  5942. PE.Size = NumberSequence.new(0.2)
  5943. PE.Texture = 'rbxassetid://17238048'
  5944. PE.LockedToPart = true
  5945. PE.Lifetime = NumberRange.new(0.2)
  5946. PE.Rate = 50
  5947. PE.Speed = NumberRange.new(-20)
  5948. local TOP = Instance.new('Part', ROCKET)
  5949. TOP.CanCollide = false
  5950. TOP.Shape = 'Ball'
  5951. TOP.Size = Vector3.new(2, 2, 2)
  5952. TOP.TopSurface = 'Smooth'
  5953. TOP.BottomSurface = 'Smooth'
  5954. local BF = Instance.new('BodyForce', ROCKET)
  5955. BF.Name = 'force'
  5956. BF.Force = Vector3.new(0, 0, 0)
  5957. local W1 = Instance.new('Weld', ROCKET)
  5958. W1.Part0 = ROCKET
  5959. W1.Part1 = F
  5960. W1.C1 = CFrame.new(0, 2.6, 0)
  5961. local W2 = Instance.new('Weld', ROCKET)
  5962. W2.Part0 = ROCKET
  5963. W2.Part1 = TOP
  5964. W2.C1 = CFrame.new(0, -2.6, 0)
  5965.  
  5966. ALIEN_H = Instance.new('Accessory', OTHER)
  5967. local H = Instance.new('Part', ALIEN_H)
  5968. H.Name = 'Handle'
  5969. H.Size = Vector3.new(2, 2.4, 2)
  5970. local HA = Instance.new('Attachment', H)
  5971. HA.Name = 'HatAttachment'
  5972. HA.Position = Vector3.new(0, 0.15, 0)
  5973. local SM = Instance.new('SpecialMesh', H)
  5974. SM.MeshId = 'rbxassetid://13827689'
  5975. SM.MeshType = 'FileMesh'
  5976. SM.Scale = Vector3.new(1, 1.02, 1)
  5977. SM.TextureId = 'rbxassetid://13827796'
  5978.  
  5979. local S = Instance.new('Model', OTHER) S.Name = 'swastika'
  5980. NEW'Part'{BrickColor = BrickColor.new('Really red'), Material = 'Plastic', Anchored = true, CanCollide = false, Size = Vector3.new(2, 2, 2), BottomSurface = 'Smooth', TopSurface = 'Smooth', Parent = S}
  5981. NEW'Part'{BrickColor = BrickColor.new('Really red'), Material = 'Plastic', Position = Vector3.new(0, 3, 0), Anchored = true, CanCollide = false, Size = Vector3.new(2, 4, 2), BottomSurface = 'Smooth', TopSurface = 'Smooth', Parent = S}
  5982. NEW'Part'{BrickColor = BrickColor.new('Really red'), Material = 'Plastic', Position = Vector3.new(3, 0, 0), Anchored = true, CanCollide = false, Size = Vector3.new(4, 2, 2), BottomSurface = 'Smooth', TopSurface = 'Smooth', Parent = S}
  5983. NEW'Part'{BrickColor = BrickColor.new('Really red'), Material = 'Plastic', Position = Vector3.new(0, -3, 0), Anchored = true, CanCollide = false, Size = Vector3.new(2, 4, 2), BottomSurface = 'Smooth', TopSurface = 'Smooth', Parent = S}
  5984. NEW'Part'{BrickColor = BrickColor.new('Really red'), Material = 'Plastic', Position = Vector3.new(-3, 0, 0), Anchored = true, CanCollide = false, Size = Vector3.new(4, 2, 2), BottomSurface = 'Smooth', TopSurface = 'Smooth', Parent = S}
  5985. NEW'Part'{BrickColor = BrickColor.new('Really red'), Material = 'Plastic', Position = Vector3.new(3, 4, 0), Anchored = true, CanCollide = false, Size = Vector3.new(4, 2, 2), BottomSurface = 'Smooth', TopSurface = 'Smooth', Parent = S}
  5986. NEW'Part'{BrickColor = BrickColor.new('Really red'), Material = 'Plastic', Position = Vector3.new(4, -3, 0), Anchored = true, CanCollide = false, Size = Vector3.new(2, 4, 2), BottomSurface = 'Smooth', TopSurface = 'Smooth', Parent = S}
  5987. NEW'Part'{BrickColor = BrickColor.new('Really red'), Material = 'Plastic', Position = Vector3.new(-3, -4, 0), Anchored = true, CanCollide = false, Size = Vector3.new(4, 2, 2), BottomSurface = 'Smooth', TopSurface = 'Smooth', Parent = S}
  5988. NEW'Part'{BrickColor = BrickColor.new('Really red'), Material = 'Plastic', Position = Vector3.new(-4, 3, 0), Anchored = true, CanCollide = false, Size = Vector3.new(2, 4, 2), BottomSurface = 'Smooth', TopSurface = 'Smooth', Parent = S}
  5989.  
  5990. CMD_BAR_H.Parent = gCoreGui
  5991. end
  5992.  
  5993. local RS = game:GetService('RunService').RenderStepped
  5994.  
  5995. function OPEN_MAIN()
  5996. SETH_MAIN = MAIN_GUI:Clone()
  5997.  
  5998. local BUTTONS = SETH_MAIN.main.holder.buttons
  5999. local HOLDERS = SETH_MAIN.main.holder.holders
  6000.  
  6001. for i,v in pairs(SETH_MAIN.main.holder.buttons:GetChildren()) do
  6002. v.MouseButton1Down:connect(function(X, Y)
  6003. OPEN_TAB(v.Name)
  6004. if not v:FindFirstChild('circle') then
  6005. local C = Instance.new('ImageLabel', v)
  6006. C.BackgroundTransparency = 1
  6007. C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, v.AbsolutePosition.X, 0, v.AbsolutePosition.Y)
  6008. C.Size = UDim2.new(0, 0, 0, 0)
  6009. C.ZIndex = v.ZIndex
  6010. C.Image = 'rbxassetid://200182847'
  6011. C.ImageColor3 = C3(0, 100, 255)
  6012. C.Name = 'circle'
  6013. C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  6014. for i = 0, 1, 0.03 do
  6015. C.ImageTransparency = i
  6016. RS:wait()
  6017. end
  6018. C:destroy()
  6019. end
  6020. end)
  6021. end
  6022.  
  6023. HOLDERS.server.place_id.Text = ' Place ID | ' .. game.PlaceId
  6024. game:GetService('RunService').Stepped:connect(function()
  6025. if SETH_MAIN:FindFirstChild('main') and HOLDERS:FindFirstChild('server') then
  6026. if not gWorkspace.FilteringEnabled then
  6027. HOLDERS.server.fe.Text = ' FilteringEnabled | false'
  6028. else
  6029. HOLDERS.server.fe.Text = ' FilteringEnabled | true'
  6030. end
  6031. HOLDERS.server.ip.Text = ' IP Address | ' .. IP
  6032. HOLDERS.server.port.Text = ' Port | ' .. PORT
  6033. HOLDERS.server.players.Text = ' Players | ' .. gPlayers.NumPlayers .. '/' .. gPlayers.MaxPlayers
  6034. HOLDERS.server.time.Text = ' Time | ' .. gLighting.TimeOfDay
  6035. HOLDERS.server.gravity.Text = ' Gravity | ' .. gWorkspace.Gravity
  6036. end
  6037. end)
  6038.  
  6039. function UPDATE_ADMINS()
  6040. HOLDERS.admins:ClearAllChildren()
  6041. HOLDERS.admins.CanvasSize = UDim2.new(0, 0, 0, 0)
  6042. local Y_ADMINS = 5
  6043. for i,v in pairs(ADMINS) do
  6044. NEW'TextLabel'{Name = v, BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, Y_ADMINS), Size = UDim2.new(1, -30, 0, 25), Font = 'SourceSansBold', TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.admins}
  6045. NEW'TextButton'{Name = 'update', BackgroundColor3 = C3(255, 50, 50), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(1, 0, 0, 0), Size = UDim2.new(0, 25, 0, 25), Text = '', Parent = HOLDERS.admins[v]}
  6046. HOLDERS.admins[v].update.MouseButton1Down:connect(function()
  6047. table.remove(ADMINS, i)
  6048. UPDATE_ADMINS()
  6049. end)
  6050. HOLDERS.admins.CanvasSize = HOLDERS.admins.CanvasSize + UDim2.new(0, 0, 0, 30)
  6051. Y_ADMINS = Y_ADMINS + 30
  6052. end
  6053. HOLDERS.admins.CanvasSize = HOLDERS.admins.CanvasSize + UDim2.new(0, 0, 0, 5)
  6054. spawn(function()
  6055. for i,v in pairs(HOLDERS.admins:GetChildren()) do
  6056. v.Text = ' ' .. gPlayers:GetNameFromUserIdAsync(v.Name)
  6057. end
  6058. end)
  6059. end
  6060. UPDATE_ADMINS()
  6061.  
  6062. function UPDATE_BANS()
  6063. HOLDERS.bans:ClearAllChildren()
  6064. HOLDERS.bans.CanvasSize = UDim2.new(0, 0, 0, 0)
  6065. local Y_BANS = 5
  6066. for i,v in pairs(BANS) do
  6067. NEW'TextLabel'{Name = v, BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, Y_BANS), Size = UDim2.new(1, -30, 0, 25), Font = 'SourceSansBold', Text = '', TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.bans}
  6068. NEW'TextButton'{Name = 'update', BackgroundColor3 = C3(255, 50, 50), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(1, 0, 0, 0), Size = UDim2.new(0, 25, 0, 25), Text = '', Parent = HOLDERS.bans[v]}
  6069. HOLDERS.bans[v].update.MouseButton1Down:connect(function()
  6070. table.remove(BANS, i)
  6071. UPDATE_BANS()
  6072. end)
  6073. HOLDERS.bans.CanvasSize = HOLDERS.bans.CanvasSize + UDim2.new(0, 0, 0, 30)
  6074. Y_BANS = Y_BANS + 30
  6075. end
  6076. HOLDERS.bans.CanvasSize = HOLDERS.bans.CanvasSize + UDim2.new(0, 0, 0, 5)
  6077. spawn(function()
  6078. for i,v in pairs(HOLDERS.bans:GetChildren()) do
  6079. v.Text = ' ' .. gPlayers:GetNameFromUserIdAsync(v.Name)
  6080. end
  6081. end)
  6082. end
  6083. UPDATE_BANS()
  6084.  
  6085. local function DISPLAY_CMDS()
  6086. local Y_COMMANDS = 0
  6087. for i,v in pairs(COMMANDS) do
  6088. NEW'TextLabel'{Name = '', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, Y_COMMANDS), Size = UDim2.new(1, 0, 0, 25), Font = 'SourceSansBold', Text = ' ' .. v.D, TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.cmds}
  6089. HOLDERS.cmds.CanvasSize = HOLDERS.cmds.CanvasSize + UDim2.new(0, 0, 0, 25)
  6090. Y_COMMANDS = Y_COMMANDS + 25
  6091. end
  6092. end
  6093. DISPLAY_CMDS()
  6094.  
  6095. HOLDERS.search.Changed:connect(function()
  6096. if SETH_MAIN:FindFirstChild('main') and SETH_MAIN.main.holder.holders:FindFirstChild('search') then
  6097. if HOLDERS.search.Text ~= 'search commands' and HOLDERS.search.Focused then
  6098. if HOLDERS.search.Text ~= '' then
  6099. if not HOLDERS.search.Text:find(' ') then
  6100. HOLDERS.cmds:ClearAllChildren()
  6101. HOLDERS.cmds.CanvasSize = UDim2.new(0, 0, 0, 0)
  6102. local Y_COMMANDS = 0
  6103. for i,v in pairs(COMMANDS) do
  6104. if v.N:find(HOLDERS.search.Text) then
  6105. HOLDERS.cmds.CanvasSize = HOLDERS.cmds.CanvasSize + UDim2.new(0, 0, 0, 25)
  6106. NEW'TextLabel'{Name = '', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, Y_COMMANDS), Size = UDim2.new(1, 0, 0, 25), Font = 'SourceSansBold', Text = ' ' .. v.D, TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.cmds}
  6107. HOLDERS.changelog.CanvasSize = HOLDERS.changelog.CanvasSize + UDim2.new(0, 0, 0, 25)
  6108. Y_COMMANDS = Y_COMMANDS + 25
  6109. end
  6110. end
  6111. end
  6112. else
  6113. HOLDERS.cmds:ClearAllChildren()
  6114. HOLDERS.cmds.CanvasSize = UDim2.new(0, 0, 0, 0)
  6115. DISPLAY_CMDS()
  6116. end
  6117. end
  6118. end
  6119. end)
  6120.  
  6121. local FUN = {'balefire', 'swastika', 'trowel', 'path giver', 'orbital strike'}
  6122. local Y_FUN = 5
  6123. for i,v in pairs(FUN) do
  6124. NEW'TextLabel'{Name = v, BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, Y_FUN), Size = UDim2.new(1, -50, 0, 25), Font = 'SourceSansBold', Text = ' ' .. v, TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.fun}
  6125. HOLDERS.fun.CanvasSize = HOLDERS.fun.CanvasSize + UDim2.new(0, 0, 0, 30)
  6126. Y_FUN = Y_FUN + 30
  6127. end
  6128. HOLDERS.fun.CanvasSize = HOLDERS.fun.CanvasSize + UDim2.new(0, 0, 0, 5)
  6129. for i,v in pairs(HOLDERS.fun:GetChildren()) do
  6130. NEW'TextButton'{Name = 'load', BackgroundColor3 = C3(50, 50, 255), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(1, 0, 0, 0), Size = UDim2.new(0, 45, 0, 25), ClipsDescendants = true, Font = 'SourceSansBold', Text = 'load', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = v}
  6131. v.load.MouseButton1Down:connect(function()
  6132. if v.Name == 'balefire' then LOAD_BALEFIRE()
  6133. elseif v.Name == 'swastika' then local S = OTHER.swastika:Clone() S.Parent = gWorkspace S:MoveTo(LP.Character.Head.Position + Vector3.new(0, 10, 0))
  6134. elseif v.Name == 'trowel' then LOAD_TROWEL()
  6135. elseif v.Name == 'path giver' then LOAD_PATH()
  6136. elseif v.Name == 'orbital strike' then LOAD_STRIKE()
  6137. end
  6138. end)
  6139. end
  6140.  
  6141. SETH_MAIN.main.close.MouseButton1Down:connect(function()
  6142. SETH_MAIN:destroy()
  6143. end)
  6144.  
  6145. SETH_MAIN.Parent = gCoreGui
  6146. end
  6147.  
  6148. LOAD_DATA()
  6149.  
  6150. --/ TOOLS
  6151.  
  6152. function LOAD_BALEFIRE()
  6153. local HB = Instance.new('HopperBin', LP.Backpack)
  6154. HB.Name = 'balefire'
  6155.  
  6156. local function BF(P)
  6157. for i = 1, 50 do
  6158. local E = Instance.new('Explosion', gWorkspace)
  6159. E.BlastRadius = 3
  6160. E.BlastPressure = 999999
  6161. E.Position = LP.Character.Torso.CFrame.p + ((P - LP.Character.Torso.CFrame.p).unit * 6 * i) + ((P - LP.Character.Torso.CFrame.p).unit * 7)
  6162. end
  6163. end
  6164.  
  6165. FIRED = false
  6166. local function FIRE(M)
  6167. if not FIRED then
  6168. FIRED = true
  6169. BF(M.Hit.p)
  6170. wait(0.25)
  6171. FIRED = false
  6172. end
  6173. end
  6174.  
  6175. HB.Selected:connect(function(M)
  6176. M.Button1Down:connect(function()
  6177. FIRE(M)
  6178. end)
  6179. end)
  6180. end
  6181.  
  6182. function LOAD_TROWEL()
  6183. local T = Instance.new('Tool', LP.Backpack) T.Name = 'trowel'
  6184. NEW'Part'{Name = 'Handle', Size = Vector3.new(1, 4.4, 1), Parent = T}
  6185. NEW'SpecialMesh'{MeshId = 'rbxasset://fonts/trowel.mesh', MeshType = 'FileMesh', TextureId = 'rbxasset://textures/TrowelTexture.png', Parent = T.Handle}
  6186. NEW'Sound'{Name = 'build', SoundId = 'rbxasset://sounds//bass.wav', Volume = 1, Parent = T.Handle}
  6187.  
  6188. local HEIGHT = 5
  6189. local SPEED = 0.05
  6190. local WIDTH = 15
  6191.  
  6192. function BRICK(CF, P, C)
  6193. local B = Instance.new('Part')
  6194. B.BrickColor = C
  6195. B.CFrame = CF * CFrame.new(P + B.Size / 2)
  6196. B.Parent = game.Workspace
  6197. B:MakeJoints()
  6198. B.Material = 'Neon'
  6199. return B, P + B.Size
  6200. end
  6201.  
  6202. function BW(CF)
  6203. local BC = BrickColor.Random()
  6204. local B = {}
  6205. assert(WIDTH > 0)
  6206. local Y = 0
  6207. while Y < HEIGHT do
  6208. local P
  6209. local X = -WIDTH / 2
  6210. while X < WIDTH / 2 do
  6211. local brick
  6212. brick, P = BRICK(CF, Vector3.new(X, Y, 0), BC)
  6213. X = P.x
  6214. table.insert(B, brick)
  6215. wait(SPEED)
  6216. end
  6217. Y = P.y
  6218. end
  6219. return B
  6220. end
  6221.  
  6222. function S(A)
  6223. if math.abs(A.x) > math.abs(A.z) then
  6224. if A.x > 0 then
  6225. return Vector3.new(1, 0, 0)
  6226. else
  6227. return Vector3.new(-1, 0, 0)
  6228. end
  6229. else
  6230. if A.z > 0 then
  6231. return Vector3.new(0, 0, 1)
  6232. else
  6233. return Vector3.new(0, 0, -1)
  6234. end
  6235. end
  6236. end
  6237.  
  6238. T.Enabled = true
  6239. T.Activated:connect(function()
  6240. if T.Enabled and LP.Character:FindFirstChild('Humanoid') then
  6241. T.Enabled = false
  6242. T.Handle.build:Play()
  6243. BW(CFrame.new(LP.Character.Humanoid.TargetPoint, LP.Character.Humanoid.TargetPoint + S((LP.Character.Humanoid.TargetPoint - LP.Character.Head.Position).unit)))
  6244. T.Enabled = true
  6245. end
  6246. end)
  6247. end
  6248.  
  6249. function LOAD_PATH()
  6250. local HB = Instance.new('HopperBin', LP.Backpack) HB.Name = 'path giver'
  6251.  
  6252. local function PATH(M, C)
  6253. if ENABLED and LP.Character then
  6254. if not gWorkspace:FindFirstChild('paths_seth') then Instance.new('Folder', gWorkspace).Name = 'paths_seth' end
  6255. local hit = M.Target
  6256. local point = M.Hit.p
  6257. local P = Instance.new('Part', gWorkspace.paths_seth)
  6258. P.BrickColor = C
  6259. P.Material = 'Neon'
  6260. P.Transparency = 0.75
  6261. P.Anchored = true
  6262. P.Size = Vector3.new(20, 1, 20)
  6263. P.Velocity = M.Hit.lookVector * 75
  6264. P.BottomSurface = 'Smooth'
  6265. P.TopSurface = 'Smooth'
  6266. P.CFrame = CFrame.new(LP.Character.Head.Position)
  6267. P.CFrame = CFrame.new(LP.Character.Torso.Position.x, LP.Character.Torso.Position.y - 4, LP.Character.Torso.Position.z)
  6268. P.CFrame = CFrame.new(P.Position, point)
  6269. wait()
  6270. PATH(M, C)
  6271. end
  6272. end
  6273.  
  6274. local function SELECTED(M)
  6275. M.Button1Down:connect(function() ENABLED = true PATH(M, BrickColor.Random()) end)
  6276. M.Button1Up:connect(function() ENABLED = false end)
  6277. M.KeyDown:connect(function(K) if K == 'r' then if gWorkspace:FindFirstChild('paths_seth') then gWorkspace.paths_seth:destroy() end end end)
  6278. end
  6279.  
  6280. HB.Selected:connect(SELECTED)
  6281. end
  6282.  
  6283. function LOAD_STRIKE()
  6284. local HB = Instance.new('HopperBin', LP.Backpack) HB.Name = 'orbital strike'
  6285.  
  6286. local function SHOOT(T)
  6287. if ENABLED then
  6288. local P0 = CFrame.new(0, 1500, 0)
  6289. P0 = P0 + ((P0 * CFrame.fromEulerAnglesXYZ(math.pi / 2, 0, 0)).lookVector * 0.5) + (P0 * CFrame.fromEulerAnglesXYZ(0, math.pi / 2, 0)).lookVector
  6290. local P1 = P0 + ((P0.p - T.Hit.p).unit * -2)
  6291. SATELITE.CFrame = CFrame.new((P0.p + P1.p) / 2, P0.p) * CFrame.fromEulerAnglesXYZ(-math.pi / 2, 0, 0)
  6292.  
  6293. local M = Instance.new('Model', gWorkspace)
  6294. NEW'Part'{BrickColor = BrickColor.new('Pink'), Material = 'Neon', CFrame = CFrame.new((SATELITE.CFrame.p + T.Hit.p) / 2, SATELITE.CFrame.p), Anchored = true, CanCollide = false, Size = Vector3.new(1, 1, 1), Parent = M}
  6295. NEW'BlockMesh'{Scale = Vector3.new(1, 1, (SATELITE.CFrame.p - T.Hit.p).magnitude), Parent = M.Part}
  6296. NEW'Explosion'{Position = T.Hit.p, BlastRadius = 20, Parent = gWorkspace}
  6297.  
  6298. for i = 1,10 do M.Part.Transparency = 0.5 + (i * 0.05) wait(0.05) end
  6299. M:destroy()
  6300. end
  6301. end
  6302.  
  6303. HB.Selected:connect(function(M)
  6304. if not gWorkspace:FindFirstChild('orbital_seth') then
  6305. SATELITE = Instance.new('Part', gWorkspace)
  6306. SATELITE.Name = 'orbital_seth'
  6307. SATELITE.Position = Vector3.new(0, 1500, 0)
  6308. SATELITE.Anchored = true
  6309. SATELITE.CanCollide = false
  6310. SATELITE.Size = Vector3.new(5, 16.8, 5)
  6311. NEW'SpecialMesh'{MeshId = 'rbxassetid://1064328', Scale = Vector3.new(0.2, 0.2, 0.2), Parent = SATELITE}
  6312. end
  6313. M.Button1Down:connect(function() ENABLED = true SHOOT(M) end)
  6314. M.Button1Up:connect(function() ENABLED = false end)
  6315. end)
  6316. end
  6317.  
  6318. function FIND_IN_TABLE(TABLE, NAME)
  6319. for i,v in pairs(TABLE) do
  6320. if v == NAME then
  6321. return true
  6322. end
  6323. end
  6324. return false
  6325. end
  6326.  
  6327. function GET_IN_TABLE(TABLE, NAME)
  6328. for i = 1, #TABLE do
  6329. if TABLE[i] == NAME then
  6330. return i
  6331. end
  6332. end
  6333. return false
  6334. end
  6335.  
  6336. local NOCLIP, JESUSFLY, SWIM = false, false, false
  6337.  
  6338. game:GetService('RunService').Stepped:connect(function()
  6339. if NOCLIP then
  6340. if LP.Character:FindFirstChild('Humanoid') then LP.Character.Humanoid:ChangeState(11) end
  6341. elseif JESUSFLY then
  6342. if LP.Character:FindFirstChild('Humanoid') then LP.Character.Humanoid:ChangeState(12) end
  6343. elseif SWIM then
  6344. if LP.Character:FindFirstChild('Humanoid') then LP.Character.Humanoid:ChangeState(4) end
  6345. end
  6346. for i,v in pairs(gPlayers:GetPlayers()) do if FIND_IN_TABLE(KICKS, v) then KICK(v) end end
  6347. end)
  6348.  
  6349. local NOTIFY_1 = false
  6350. local NOTIFY_2 = false
  6351.  
  6352. function NOTIFY(M, R, G, B)
  6353. spawn(function()
  6354. repeat wait() until not NOTIFY_1
  6355. local NOTIFY_SETH = GUIS.notify_seth:Clone() NOTIFY_SETH.Parent = gCoreGui
  6356. if NOTIFY_SETH then
  6357. NOTIFY_SETH.notify[''].BackgroundColor3 = C3(R, G, B)
  6358. NOTIFY_SETH.notify.text.Text = ' ' .. M
  6359. repeat wait() until not NOTIFY_1
  6360. NOTIFY_1 = true
  6361. wait(0.5)
  6362. NOTIFY_SETH.notify:TweenPosition(UDim2.new(0, 0, 0.6, 0), 'InOut', 'Quad', 0.4, false) wait(0.5)
  6363. wait(0.5)
  6364. repeat wait() until not NOTIFY_2
  6365. NOTIFY_1 = false
  6366. NOTIFY_SETH.notify:TweenPosition(UDim2.new(0, 0, 0.6, -40), 'InOut', 'Quad', 0.4, false) wait(0.5)
  6367. wait(0.5)
  6368. NOTIFY_2 = true
  6369. wait(2.5)
  6370. NOTIFY_SETH.notify:TweenPosition(UDim2.new(0, -225, 0.6, -40), 'InOut', 'Quad', 0.4, false) wait(0.5)
  6371. end
  6372. wait(1)
  6373. NOTIFY_SETH:destroy()
  6374. NOTIFY_2 = false
  6375. end)
  6376. end
  6377.  
  6378. function KICK(P)
  6379. spawn(function()
  6380. for i = 1,5 do
  6381. if P.Character and P.Character:FindFirstChild('HumanoidRootPart') and P.Character:FindFirstChild('Torso') then
  6382. P.Character.HumanoidRootPart.CFrame = CFrame.new(math.random(999000, 1001000), 1000000, 1000000)
  6383. local SP = Instance.new('SkateboardPlatform', P.Character) SP.Position = P.Character.HumanoidRootPart.Position SP.Transparency = 1
  6384. spawn(function()
  6385. repeat wait()
  6386. if P.Character and P.Character:FindFirstChild('HumanoidRootPart') then SP.Position = P.Character.HumanoidRootPart.Position end
  6387. until not gPlayers:FindFirstChild(P.Name)
  6388. end)
  6389. P.Character.Torso.Anchored = true
  6390. end
  6391. end
  6392. end)
  6393. end
  6394.  
  6395. gPlayers.PlayerRemoving:connect(function(P)
  6396. if FIND_IN_TABLE(KICKS, P) then
  6397. for i,v in pairs(KICKS) do if v == P then table.remove(KICKS, i) end end
  6398. NOTIFY('KICKED ' .. P.Name, 255, 255, 255)
  6399. end
  6400. if FIND_IN_TABLE(JAILED, P.Name) then
  6401. for i,v in pairs(JAILED) do if v == P.Name then table.remove(KICKS, i) end end
  6402. end
  6403. end)
  6404.  
  6405. function FIX_LIGHTING()
  6406. gLighting.Ambient = C3(0.5, 0.5, 0.5)
  6407. gLighting.Brightness = 1
  6408. gLighting.GlobalShadows = true
  6409. gLighting.Outlines = false
  6410. gLighting.TimeOfDay = 14
  6411. gLighting.FogEnd = 100000
  6412. end
  6413.  
  6414. function COLOR(PLAYER, BCOLOR)
  6415. for i,v in pairs(PLAYER.Character:GetChildren()) do if v:IsA('Shirt') or v:IsA('Pants') then v:destroy() elseif v:IsA('ShirtGraphic') then v.Archivable = false v.Graphic = '' end end
  6416. for i,v in pairs(PLAYER.Character.Head:GetChildren()) do if v:IsA('Decal') then v:destroy() end end
  6417. for i,v in pairs(PLAYER.Character:GetChildren()) do
  6418. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  6419. v.BrickColor = BrickColor.new(BCOLOR)
  6420. elseif v:IsA('Accessory') then
  6421. v.Handle.BrickColor = BrickColor.new(BCOLOR)
  6422. for a,b in pairs(v.Handle:GetChildren()) do
  6423. if b:IsA('SpecialMesh') then
  6424. b.TextureId = ''
  6425. end
  6426. end
  6427. end
  6428. end
  6429. end
  6430.  
  6431. function LAG(PLAYER)
  6432. local POS = CFrame.new(math.random(-100000, 100000), math.random(-100000, 100000), math.random(-100000, 100000))
  6433. spawn(function()
  6434. repeat wait()
  6435. if PLAYER and PLAYER.Character then
  6436. PLAYER.CameraMode = 'LockFirstPerson'
  6437. PLAYER.Character.HumanoidRootPart.CFrame = POS
  6438. PLAYER.Character.Torso.Anchored = true
  6439. Instance.new('ForceField', PLAYER.Character)
  6440. Instance.new('Smoke', PLAYER.Character.Head)
  6441. end
  6442. until not gPlayers:FindFirstChild(PLAYER.Name)
  6443. end)
  6444. end
  6445.  
  6446. local FLYING = false
  6447.  
  6448. if LP.Character and LP.Character:FindFirstChild('Humanoid') then
  6449. LP.Character.Humanoid.Died:connect(function() FLYING = false end)
  6450. end
  6451.  
  6452. function sFLY()
  6453. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('Torso') and LP.Character:FindFirstChild('Humanoid')
  6454. repeat wait() until MOUSE
  6455.  
  6456. local T = LP.Character.Torso
  6457. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  6458. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  6459. local SPEED = 0
  6460.  
  6461. local function FLY()
  6462. FLYING = true
  6463. local BG = Instance.new('BodyGyro', T)
  6464. local BV = Instance.new('BodyVelocity', T)
  6465. BG.P = 9e4
  6466. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  6467. BG.cframe = T.CFrame
  6468. BV.velocity = Vector3.new(0, 0.1, 0)
  6469. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  6470. spawn(function()
  6471. repeat wait()
  6472. LP.Character.Humanoid.PlatformStand = true
  6473. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  6474. SPEED = 50
  6475. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  6476. SPEED = 0
  6477. end
  6478. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  6479. BV.velocity = ((gWorkspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((gWorkspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - gWorkspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  6480. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  6481. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  6482. BV.velocity = ((gWorkspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((gWorkspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - gWorkspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  6483. else
  6484. BV.velocity = Vector3.new(0, 0.1, 0)
  6485. end
  6486. BG.cframe = gWorkspace.CurrentCamera.CoordinateFrame
  6487. until not FLYING
  6488. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  6489. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  6490. SPEED = 0
  6491. BG:destroy()
  6492. BV:destroy()
  6493. LP.Character.Humanoid.PlatformStand = false
  6494. end)
  6495. end
  6496.  
  6497. MOUSE.KeyDown:connect(function(KEY)
  6498. if KEY:lower() == 'w' then
  6499. CONTROL.F = 1
  6500. elseif KEY:lower() == 's' then
  6501. CONTROL.B = -1
  6502. elseif KEY:lower() == 'a' then
  6503. CONTROL.L = -1
  6504. elseif KEY:lower() == 'd' then
  6505. CONTROL.R = 1
  6506. end
  6507. end)
  6508.  
  6509. MOUSE.KeyUp:connect(function(KEY)
  6510. if KEY:lower() == 'w' then
  6511. CONTROL.F = 0
  6512. elseif KEY:lower() == 's' then
  6513. CONTROL.B = 0
  6514. elseif KEY:lower() == 'a' then
  6515. CONTROL.L = 0
  6516. elseif KEY:lower() == 'd' then
  6517. CONTROL.R = 0
  6518. end
  6519. end)
  6520. FLY()
  6521. end
  6522.  
  6523. function NOFLY()
  6524. FLYING = false
  6525. LP.Character.Humanoid.PlatformStand = false
  6526. end
  6527.  
  6528. function RESET_MODEL(MODEL)
  6529. for i,v in pairs(MODEL:GetChildren()) do
  6530. if v:IsA('Seat') and v.Name == 'FakeTorso' then
  6531. v:destroy()
  6532. elseif v:IsA('CharacterMesh') or v:IsA('Shirt') or v:IsA('Pants') or v:IsA('Accessory') then
  6533. v:destroy()
  6534. elseif v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  6535. v.Transparency = 0
  6536. elseif v:IsA('ShirtGraphic') then
  6537. v.Archivable = false
  6538. v.Graphic = ''
  6539. end
  6540. end
  6541. for i,v in pairs(MODEL.Torso:GetChildren()) do
  6542. if v:IsA('SpecialMesh') then
  6543. v:destroy()
  6544. end
  6545. end
  6546. if MODEL.Head:FindFirstChild('Mesh') then
  6547. MODEL.Head.Mesh:destroy()
  6548. end
  6549. if MODEL.Torso:FindFirstChild('Neck') then MODEL.Torso.Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(90), math.rad(180), 0) end
  6550. if MODEL.Torso:FindFirstChild('Left Shoulder') then MODEL.Torso['Left Shoulder'].C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(0, math.rad(-90), 0) end
  6551. if MODEL.Torso:FindFirstChild('Right Shoulder') then MODEL.Torso['Right Shoulder'].C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(0, math.rad(90), 0) end
  6552. if MODEL.Torso:FindFirstChild('Left Hip') then MODEL.Torso['Left Hip'].C0 = CFrame.new(-1, -1, 0) * CFrame.Angles(0, math.rad(-90), 0) end
  6553. if MODEL.Torso:FindFirstChild('Right Hip') then MODEL.Torso['Right Hip'].C0 = CFrame.new(1, -1, 0) * CFrame.Angles(0, math.rad(90), 0) end
  6554. end
  6555.  
  6556. function UPDATE_MODEL(MODEL, USERNAME)
  6557. local AppModel = gPlayers:GetCharacterAppearanceAsync(gPlayers:GetUserIdFromNameAsync(USERNAME))
  6558. MODEL.Name = USERNAME
  6559. for i,v in pairs(AppModel:GetChildren()) do
  6560. if v:IsA('SpecialMesh') or v:IsA('BlockMesh') or v:IsA('CylinderMesh') then
  6561. v.Parent = MODEL.Head
  6562. elseif v:IsA('Decal') then
  6563. if MODEL.Head:FindFirstChild('face') then
  6564. MODEL.Head.face.Texture = v.Texture
  6565. else
  6566. local FACE = Instance.new('Decal', MODEL.Head)
  6567. FACE.Texture = v.Texture
  6568. end
  6569. elseif v:IsA('BodyColors') or v:IsA('CharacterMesh') or v:IsA('Shirt') or v:IsA('Pants') or v:IsA('ShirtGraphic') then
  6570. if MODEL:FindFirstChild('Body Colors') then
  6571. MODEL['Body Colors']:destroy()
  6572. end
  6573. v.Parent = MODEL
  6574. elseif v:IsA('Accessory') then
  6575. v.Parent = MODEL
  6576. v.Handle.CFrame = MODEL.Head.CFrame * CFrame.new(0, MODEL.Head.Size.Y / 2, 0) * v.AttachmentPoint:inverse()
  6577. end
  6578. end
  6579. if not MODEL.Head:FindFirstChild('Mesh') then
  6580. local SM = Instance.new('SpecialMesh', MODEL.Head)
  6581. SM.MeshType = Enum.MeshType.Head
  6582. SM.Scale = Vector3.new(1.25, 1.25, 1.25)
  6583. end
  6584. end
  6585.  
  6586. function CREEPER(PLAYER)
  6587. for i,v in pairs(PLAYER.Character:GetChildren()) do
  6588. if v:IsA('Shirt') or v:IsA('Pants') then
  6589. v:destroy()
  6590. elseif v:IsA('ShirtGraphic') then
  6591. v.Archivable = false
  6592. v.Graphic = ''
  6593. end
  6594. end
  6595. for i,v in pairs(PLAYER.Character:GetChildren()) do
  6596. if v:IsA('Accessory') then
  6597. v:destroy()
  6598. end
  6599. end
  6600. PLAYER.Character.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  6601. PLAYER.Character.Torso['Right Shoulder'].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(90),0)
  6602. PLAYER.Character.Torso['Left Shoulder'].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(-90),0)
  6603. PLAYER.Character.Torso['Right Hip'].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(90),0)
  6604. PLAYER.Character.Torso['Left Hip'].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(-90),0)
  6605. for i,v in pairs(PLAYER.Character:GetChildren()) do
  6606. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  6607. v.BrickColor = BrickColor.new('Bright green')
  6608. end
  6609. end
  6610. end
  6611.  
  6612. function SHREK(PLAYER)
  6613. COLOR(PLAYER, 'Bright green')
  6614. for i,v in pairs(PLAYER.Character:GetChildren()) do
  6615. if v:IsA('Shirt') or v:IsA('Pants') or v:IsA('Accessory') or v:IsA('CharacterMesh') then
  6616. v:destroy()
  6617. elseif v:IsA('ShirtGraphic') then
  6618. v.Archivable = false
  6619. v.Graphic = ''
  6620. end
  6621. end
  6622. for i,v in pairs(PLAYER.Character.Head:GetChildren()) do
  6623. if v:IsA('Decal') or v:IsA('SpecialMesh') then
  6624. v:destroy()
  6625. end
  6626. end
  6627. if PLAYER.Character:FindFirstChild('Shirt Graphic') then
  6628. PLAYER.Character['Shirt Graphic'].Archivable = false
  6629. PLAYER.Character['Shirt Graphic'].Graphic = ''
  6630. end
  6631. local M = Instance.new('SpecialMesh', PLAYER.Character.Head)
  6632. local S = Instance.new('Shirt', PLAYER.Character)
  6633. local P = Instance.new('Pants', PLAYER.Character)
  6634. M.MeshType = 'FileMesh'
  6635. M.MeshId = 'rbxassetid://19999257'
  6636. M.Offset = Vector3.new(-0.1, 0.1, 0)
  6637. M.TextureId = 'rbxassetid://156397869'
  6638. S.ShirtTemplate = 'rbxassetid://133078194'
  6639. P.PantsTemplate = 'rbxassetid://133078204'
  6640. end
  6641.  
  6642. function DUCK(PLAYER)
  6643. for i,v in pairs(PLAYER.Character:GetChildren()) do
  6644. if v:IsA('Part') and v.Name ~= 'Torso' and v.Name ~= 'HumanoidRootPart' then
  6645. v.Transparency = 1
  6646. elseif v:IsA('Shirt') or v:IsA('Pants') or v:IsA('Accessory') then
  6647. v:destroy()
  6648. elseif v:IsA('ShirtGraphic') then
  6649. v.Archivable = false
  6650. v.Graphic = ''
  6651. end
  6652. end
  6653. local DUCK = Instance.new('SpecialMesh', PLAYER.Character.Torso)
  6654. DUCK.MeshType = 'FileMesh'
  6655. DUCK.MeshId = 'rbxassetid://9419831'
  6656. DUCK.TextureId = 'rbxassetid://9419827'
  6657. DUCK.Scale = Vector3.new(5, 5, 5)
  6658. if PLAYER.Character.Head:FindFirstChild('face') then
  6659. PLAYER.Character.Head.face.Transparency = 1
  6660. end
  6661. end
  6662.  
  6663. function DOG(PLAYER)
  6664. for i,v in pairs(PLAYER.Character:GetChildren()) do
  6665. if v:IsA('Shirt') or v:IsA('Pants') then
  6666. v:destroy()
  6667. elseif v:IsA('ShirtGraphic') then
  6668. v.Archivable = false
  6669. v.Graphic = ''
  6670. end
  6671. end
  6672. PLAYER.Character.Torso.Transparency = 1
  6673. PLAYER.Character.Torso.Neck.C0 = CFrame.new(0, -0.5, -2) * CFrame.Angles(math.rad(90), math.rad(180), 0)
  6674. PLAYER.Character.Torso['Right Shoulder'].C0 = CFrame.new(0.5, -1.5, -1.5) * CFrame.Angles(0, math.rad(90), 0)
  6675. PLAYER.Character.Torso['Left Shoulder'].C0 = CFrame.new(-0.5, -1.5, -1.5) * CFrame.Angles(0, math.rad(-90), 0)
  6676. PLAYER.Character.Torso['Right Hip'].C0 = CFrame.new(1.5, -1, 1.5) * CFrame.Angles(0, math.rad(90), 0)
  6677. PLAYER.Character.Torso['Left Hip'].C0 = CFrame.new(-1.5, -1, 1.5) * CFrame.Angles(0, math.rad(-90), 0)
  6678. local FakeTorso = Instance.new('Seat', PLAYER.Character)
  6679. local BF = Instance.new('BodyForce', FakeTorso)
  6680. local W = Instance.new('Weld', PLAYER.Character.Torso)
  6681. FakeTorso.Name = 'FakeTorso'
  6682. FakeTorso.TopSurface = 0
  6683. FakeTorso.BottomSurface = 0
  6684. FakeTorso.Size = Vector3.new(3,1,4)
  6685. FakeTorso.BrickColor = BrickColor.new('Brown')
  6686. FakeTorso.CFrame = PLAYER.Character.Torso.CFrame
  6687. BF.Force = Vector3.new(0, FakeTorso:GetMass() * 196.25, 0)
  6688. W.Part0 = PLAYER.Character.Torso
  6689. W.Part1 = FakeTorso
  6690. W.C0 = CFrame.new(0, -0.5, 0)
  6691. for i,v in pairs(PLAYER.Character:GetChildren()) do
  6692. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  6693. v.BrickColor = BrickColor.new('Brown')
  6694. end
  6695. end
  6696. end
  6697.  
  6698. function ALIEN(PLAYER)
  6699. for i,v in pairs(PLAYER.Character:GetChildren()) do
  6700. if v:IsA('Shirt') or v:IsA('Pants') or v:IsA('Accessory') then
  6701. v:destroy()
  6702. elseif v:IsA('ShirtGraphic') then
  6703. v.Archivable = false
  6704. v.Graphic = ''
  6705. elseif v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  6706. v.BrickColor = BrickColor.new('Fossil')
  6707. end
  6708. end
  6709. ALIEN_H:Clone().Parent = PLAYER.Character
  6710. end
  6711.  
  6712. function DECALSPAM(INSTANCE, ID)
  6713. for i,v in pairs(INSTANCE:GetChildren()) do
  6714. if v:IsA('BasePart') then
  6715. spawn(function()
  6716. local FACES = {'Back', 'Bottom', 'Front', 'Left', 'Right', 'Top'}
  6717. local CURRENT_FACE = 1
  6718. for i = 1, 6 do
  6719. local DECAL = Instance.new('Decal', v)
  6720. DECAL.Name = 'decal_seth'
  6721. DECAL.Texture = 'rbxassetid://' .. ID - 1
  6722. DECAL.Face = FACES[CURRENT_FACE]
  6723. CURRENT_FACE = CURRENT_FACE + 1
  6724. end
  6725. end)
  6726. end
  6727. DECALSPAM(v, ID)
  6728. end
  6729. end
  6730.  
  6731. function UNDECALSPAM(INSTANCE)
  6732. for i,v in pairs(INSTANCE:GetChildren()) do
  6733. if v:IsA('BasePart') then
  6734. for a,b in pairs(v:GetChildren()) do
  6735. if b:IsA('Decal') and b.Name == 'decal_seth' then
  6736. b:destroy()
  6737. end
  6738. end
  6739. end
  6740. UNDECALSPAM(v)
  6741. end
  6742. end
  6743.  
  6744. function CREATE_DONG(PLAYER, DONG_COLOR)
  6745. if PLAYER.Character:FindFirstChild('DONG') then
  6746. PLAYER.Character.DONG:destroy()
  6747. end
  6748. local D = Instance.new('Model', PLAYER.Character)
  6749. D.Name = 'DONG'
  6750.  
  6751. local BG = Instance.new('BodyGyro', PLAYER.Character.Torso)
  6752. local MAIN = Instance.new('Part', PLAYER.Character['DONG'])
  6753. local M1 = Instance.new('CylinderMesh', MAIN)
  6754. local W1 = Instance.new('Weld', PLAYER.Character.Head)
  6755. local P1 = Instance.new('Part', PLAYER.Character['DONG'])
  6756. local M2 = Instance.new('SpecialMesh', P1)
  6757. local W2 = Instance.new('Weld', P1)
  6758. local B1 = Instance.new('Part', PLAYER.Character['DONG'])
  6759. local M3 = Instance.new('SpecialMesh', B1)
  6760. local W3 = Instance.new('Weld', B1)
  6761. local B2 = Instance.new('Part', PLAYER.Character['DONG'])
  6762. local M4 = Instance.new('SpecialMesh', B2)
  6763. local W4 = Instance.new('Weld', B2)
  6764. MAIN.TopSurface = 0 MAIN.BottomSurface = 0 MAIN.Name = 'Main' MAIN.Size = Vector3.new(0.6, 2.5, 0.6) MAIN.BrickColor = BrickColor.new(DONG_COLOR) MAIN.Position = PLAYER.Character.Head.Position MAIN.CanCollide = false
  6765. W1.Part0 = MAIN W1.Part1 = PLAYER.Character.Head W1.C0 = CFrame.new(0, 0.25, 2.1) * CFrame.Angles(math.rad(45), 0, 0)
  6766. P1.Name = 'Mush' P1.BottomSurface = 0 P1.TopSurface = 0 P1.Size = Vector3.new(0.6, 0.6, 0.6) P1.CFrame = CFrame.new(MAIN.Position) P1.BrickColor = BrickColor.new('Pink') P1.CanCollide = false
  6767. M2.MeshType = 'Sphere'
  6768. W2.Part0 = MAIN W2.Part1 = P1 W2.C0 = CFrame.new(0, 1.3, 0)
  6769. B1.Name = 'Left Ball' B1.BottomSurface = 0 B1.TopSurface = 0 B1.CanCollide = false B1.Size = Vector3.new(1, 1, 1) B1.CFrame = CFrame.new(PLAYER.Character['Left Leg'].Position) B1.BrickColor = BrickColor.new(DONG_COLOR)
  6770. M3.Parent = B1 M3.MeshType = 'Sphere'
  6771. W3.Part0 = PLAYER.Character['Left Leg'] W3.Part1 = B1 W3.C0 = CFrame.new(0, 0.5, -0.5)
  6772. B2.Name = 'Right Ball' B2.BottomSurface = 0 B2.CanCollide = false B2.TopSurface = 0 B2.Size = Vector3.new(1, 1, 1) B2.CFrame = CFrame.new(PLAYER.Character['Right Leg'].Position) B2.BrickColor = BrickColor.new(DONG_COLOR)
  6773. M4.MeshType = 'Sphere'
  6774. W4.Part0 = PLAYER.Character['Right Leg'] W4.Part1 = B2 W4.C0 = CFrame.new(0, 0.5, -0.5)
  6775. end
  6776.  
  6777. function SCALE(C, S)
  6778. if tonumber(S) < 0.5 then S = 0.5 elseif tonumber(S) > 25 then S = 25 end
  6779.  
  6780. local HAT_CLONE = {}
  6781.  
  6782. for i,v in pairs(C:GetChildren()) do if v:IsA('Accessory') then local HC = v:Clone() table.insert(HAT_CLONE, HC) v:destroy() end end
  6783.  
  6784. local HEAD = C.Head
  6785. local TORSO = C.Torso
  6786. local LA = C['Left Arm']
  6787. local RA = C['Right Arm']
  6788. local LL = C['Left Leg']
  6789. local RL = C['Right Leg']
  6790. local HRP = C.HumanoidRootPart
  6791.  
  6792. HEAD.Size = Vector3.new(S * 2, S, S)
  6793. TORSO.Size = Vector3.new(S * 2, S * 2, S)
  6794. LA.Size = Vector3.new(S, S * 2, S)
  6795. RA.Size = Vector3.new(S, S * 2, S)
  6796. LL.Size = Vector3.new(S, S * 2, S)
  6797. RL.Size = Vector3.new(S, S * 2, S)
  6798. HRP.Size = Vector3.new(S * 2, S * 2, S)
  6799.  
  6800. local M1 = Instance.new('Motor6D', TORSO)
  6801. local M2 = Instance.new('Motor6D', TORSO)
  6802. local M3 = Instance.new('Motor6D', TORSO)
  6803. local M4 = Instance.new('Motor6D', TORSO)
  6804. local M5 = Instance.new('Motor6D', TORSO)
  6805. local M6 = Instance.new('Motor6D', HRP)
  6806.  
  6807. M1.Name = 'Neck' M1.Part0 = TORSO M1.Part1 = HEAD M1.C0 = CFrame.new(0, 1 * S, 0) * CFrame.Angles(-1.6, 0, 3.1) M1.C1 = CFrame.new(0, -0.5 * S, 0) * CFrame.Angles(-1.6, 0, 3.1)
  6808. M2.Name = 'Left Shoulder' M2.Part0 = TORSO M2.Part1 = LA M2.C0 = CFrame.new(-1 * S, 0.5 * S, 0) * CFrame.Angles(0, -1.6, 0) M2.C1 = CFrame.new(0.5 * S, 0.5 * S, 0) * CFrame.Angles(0, -1.6, 0)
  6809. M3.Name = 'Right Shoulder' M3.Part0 = TORSO M3.Part1 = RA M3.C0 = CFrame.new(1 * S, 0.5 * S, 0) * CFrame.Angles(0, 1.6, 0) M3.C1 = CFrame.new(-0.5 * S, 0.5 * S, 0) * CFrame.Angles(0, 1.6, 0)
  6810. M4.Name = 'Left Hip' M4.Part0 = TORSO M4.Part1 = LL M4.C0 = CFrame.new(-1 * S, -1 * S, 0) * CFrame.Angles(0, -1.6, 0) M4.C1 = CFrame.new(-0.5 * S, 1 * S, 0) * CFrame.Angles(0, -1.6, 0)
  6811. M5.Name = 'Right Hip' M5.Part0 = TORSO M5.Part1 = RL M5.C0 = CFrame.new(1 * S, -1 * S, 0) * CFrame.Angles(0, 1.6, 0) M5.C1 = CFrame.new(0.5 * S, 1 * S, 0) * CFrame.Angles(0, 1.6, 0)
  6812. M6.Name = 'RootJoint' M6.Part0 = HRP M6.Part1 = TORSO M6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1) M6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  6813.  
  6814. for i,v in pairs(HAT_CLONE) do v.Parent = C end
  6815. end
  6816.  
  6817. function CAPE(COLOR)
  6818. if LP.Character:FindFirstChild('Cape') then LP.Character.Cape:destroy() end
  6819.  
  6820. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('Torso')
  6821.  
  6822. local T = LP.Character.Torso
  6823.  
  6824. local C = Instance.new('Part', T.Parent)
  6825. C.Name = 'cape_seth'
  6826. C.Anchored = false
  6827. C.CanCollide = false
  6828. C.TopSurface = 0
  6829. C.BottomSurface = 0
  6830. C.BrickColor = BrickColor.new(COLOR)
  6831. C.Material = 'Neon'
  6832. C.Size = Vector3.new(0.2, 0.2, 0.2)
  6833.  
  6834. local M = Instance.new('BlockMesh', C)
  6835. M.Scale = Vector3.new(9, 17.5, 0.5)
  6836.  
  6837. local M1 = Instance.new('Motor', C)
  6838. M1.Part0 = C
  6839. M1.Part1 = T
  6840. M1.MaxVelocity = 1
  6841. M1.C0 = CFrame.new(0, 1.75, 0) * CFrame.Angles(0, math.rad(90), 0)
  6842. M1.C1 = CFrame.new(0, 1, .45) * CFrame.Angles(0, math.rad(90), 0)
  6843.  
  6844. local WAVE = false
  6845.  
  6846. repeat wait(1 / 44)
  6847. local ANG = 0.2
  6848. local oldMag = T.Velocity.magnitude
  6849. local MV = 0.1
  6850.  
  6851. if WAVE then
  6852. ANG = ANG + ((T.Velocity.magnitude / 10) * 0.05) + 1
  6853. WAVE = false
  6854. else
  6855. WAVE = false
  6856. end
  6857. ANG = ANG + math.min(T.Velocity.magnitude / 30, 1)
  6858. M1.MaxVelocity = math.min((T.Velocity.magnitude / 10), 0.04) + MV
  6859. M1.DesiredAngle = -ANG
  6860. if M1.CurrentAngle < -0.05 and M1.DesiredAngle > -.05 then
  6861. M1.MaxVelocity = 0.04
  6862. end
  6863. repeat
  6864. wait()
  6865. until M1.CurrentAngle == M1.DesiredAngle or math.abs(T.Velocity.magnitude - oldMag) >= (T.Velocity.magnitude / 10) + 1
  6866. if T.Velocity.magnitude < 0.1 then
  6867. wait(0.1)
  6868. end
  6869. until not C or C.Parent ~= T.Parent
  6870. end
  6871.  
  6872. function INFECT(PLAYER)
  6873. for i,v in pairs(PLAYER.Character:GetChildren()) do
  6874. Instance.new('Folder', PLAYER.Character).Name = 'infected_seth'
  6875. if v:IsA('Accessory') or v:IsA('Shirt') or v:IsA('Pants') then
  6876. v:destroy()
  6877. elseif v:IsA('ShirtGraphic') then
  6878. v.Archivable = false
  6879. v.Graphic = ''
  6880. end
  6881. end
  6882.  
  6883. if PLAYER.Character.Head:FindFirstChild('face') then
  6884. PLAYER.Character.Head.face.Texture = 'rbxassetid://7074882'
  6885. end
  6886.  
  6887. for i,v in pairs (PLAYER.Character:GetChildren()) do
  6888. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  6889. if v.Name == 'Head' or v.Name == 'Left Arm' or v.Name == 'Right Arm' then
  6890. v.BrickColor = BrickColor.new('Medium green')
  6891. elseif v.Name == 'Torso' or v.Name == 'Left Leg' or v.Name == 'Right Leg' then
  6892. v.BrickColor = BrickColor.new('Brown')
  6893. end
  6894. end
  6895. end
  6896.  
  6897. local T = PLAYER.Character.Torso.Touched:connect(function(TC)
  6898. if not TC.Parent:FindFirstChild('infected_seth') then
  6899. local GPFC = gPlayers:GetPlayerFromCharacter(TC.Parent)
  6900. if GPFC then
  6901. INFECT(GPFC)
  6902. end
  6903. end
  6904. end)
  6905. end
  6906.  
  6907. function fWeld(zName, zParent, zPart0, zPart1, zCoco, A, B, C, D, E, F)
  6908. local funcw = Instance.new('Weld') funcw.Name = zName funcw.Parent = zParent funcw.Part0 = zPart0 funcw.Part1 = zPart1
  6909. if (zCoco) then
  6910. funcw.C0 = CFrame.new(A, B, C) * CFrame.fromEulerAnglesXYZ(D, E, F)
  6911. else
  6912. funcw.C1 = CFrame.new(A, B, C) * CFrame.fromEulerAnglesXYZ(D, E, F)
  6913. end
  6914. return funcw
  6915. end
  6916.  
  6917. function BANG(VICTIM)
  6918. spawn(function()
  6919. local P1 = gPlayers.LocalPlayer.Character.Torso
  6920. local V1 = gPlayers[VICTIM].Character.Torso
  6921.  
  6922. V1.Parent.Humanoid.PlatformStand = true
  6923.  
  6924. P1['Left Shoulder']:destroy() local LA1 = Instance.new('Weld', P1) LA1.Part0 = P1 LA1.Part1 = P1.Parent['Left Arm'] LA1.C0 = CFrame.new(-1.5, 0, 0) LA1.Name = 'Left Shoulder'
  6925.  
  6926. P1['Right Shoulder']:destroy() local RS1 = Instance.new('Weld', P1) RS1.Part0 = P1 RS1.Part1 = P1.Parent['Right Arm'] RS1.C0 = CFrame.new(1.5, 0, 0) RS1.Name = 'Right Shoulder'
  6927.  
  6928. V1['Left Shoulder']:destroy() local LS2 = Instance.new('Weld', V1) LS2.Part0 = V1 LS2.Part1 = V1.Parent['Left Arm'] LS2.C0 = CFrame.new(-1.5, 0, 0) LS2.Name = 'Left Shoulder'
  6929.  
  6930. V1['Right Shoulder']:destroy() local RS2 = Instance.new('Weld', V1) RS2.Part0 = V1 RS2.Part1 = V1.Parent['Right Arm'] RS2.C0 = CFrame.new(1.5, 0, 0) RS2.Name = 'Right Shoulder'
  6931.  
  6932. V1['Left Hip']:destroy() local LH2 = Instance.new('Weld', V1) LH2.Part0 = V1 LH2.Part1 = V1.Parent['Left Leg'] LH2.C0 = CFrame.new(-0.5, -2, 0) LH2.Name = 'Left Hip'
  6933.  
  6934. V1['Right Hip']:destroy() local RH2 = Instance.new('Weld', V1) RH2.Part0 = V1 RH2.Part1 = V1.Parent['Right Leg'] RH2.C0 = CFrame.new(0.5, -2, 0) RH2.Name = 'Right Hip'
  6935.  
  6936. local D = Instance.new('Part', P1) D.TopSurface = 0 D.BottomSurface = 0 D.CanCollide = false D.BrickColor = BrickColor.new('Pastel brown') D.Shape = 'Ball' D.Size = Vector3.new(1, 1, 1)
  6937.  
  6938. local DM1 = Instance.new('SpecialMesh', D) DM1.MeshType = 'Sphere' DM1.Scale = Vector3.new(0.4, 0.4, 0.4)
  6939.  
  6940. fWeld('weld', P1, P1, D, true, -0.2, -1.3, -0.6, 0, 0, 0)
  6941.  
  6942. local D2 = D:Clone() D2.Parent = P1
  6943.  
  6944. fWeld('weld', P1, P1, D2, true, 0.2, -1.3, -0.6, 0, 0, 0)
  6945.  
  6946. local C = Instance.new('Part', P1) C.TopSurface = 0 C.BottomSurface = 0 C.CanCollide = false C.BrickColor = BrickColor.new('Pastel brown') C.Size = Vector3.new(0.4, 1.3, 0.4)
  6947.  
  6948. fWeld('weld', P1, P1, C, true, 0, -1, -0.52 + (-C.Size.y / 2), math.rad(-80), 0, 0)
  6949.  
  6950. local C2 = D:Clone() C2.BrickColor = BrickColor.new('Pink') C2.Mesh.Scale = Vector3.new(0.4, 0.62, 0.4) C2.Parent = P1
  6951.  
  6952. fWeld('weld', C, C, C2, true, 0, 0 + (C.Size.y / 2), 0, math.rad(-10), 0, 0)
  6953.  
  6954. local CM = Instance.new('CylinderMesh', C)
  6955.  
  6956. local BL = Instance.new('Part', V1) BL.TopSurface = 0 BL.BottomSurface = 0 BL.CanCollide = false BL.BrickColor = BrickColor.new('Pastel brown') BL.Shape = 'Ball' BL.Size = Vector3.new(1, 1, 1)
  6957.  
  6958. local DM2 = Instance.new('SpecialMesh', BL) DM2.MeshType = 'Sphere' DM2.Scale = Vector3.new(1.2, 1.2, 1.2)
  6959.  
  6960. fWeld('weld', V1, V1, BL, true, -0.5, 0.5, -0.6, 0, 0, 0)
  6961.  
  6962. local BR = Instance.new('Part', V1) BR.TopSurface = 0 BR.BottomSurface = 0 BR.CanCollide = false BR.BrickColor = BrickColor.new('Pastel brown') BR.Shape = 'Ball' BR.Size = Vector3.new(1, 1, 1)
  6963.  
  6964. local DM3 = Instance.new('SpecialMesh', BR) DM3.MeshType = 'Sphere' DM3.Scale = Vector3.new(1.2, 1.2, 1.2)
  6965.  
  6966. fWeld('weld', V1, V1, BR, true, 0.5, 0.5, -0.6, 0, 0, 0)
  6967.  
  6968. local BLN = Instance.new('Part', V1) BLN.TopSurface = 0 BLN.BottomSurface = 0 BLN.CanCollide = false BLN.BrickColor = BrickColor.new('Pink') BLN.Shape = 'Ball' BLN.Size = Vector3.new(1, 1, 1)
  6969.  
  6970. local DM4 = Instance.new('SpecialMesh', BLN) DM4.MeshType = 'Sphere' DM4.Scale = Vector3.new(0.2, 0.2, 0.2)
  6971.  
  6972. fWeld('weld', V1, V1, BLN, true, -0.5, 0.5, -1.2, 0, 0, 0)
  6973.  
  6974. local BRN = Instance.new('Part', V1) BRN.TopSurface = 0 BRN.BottomSurface = 0 BRN.CanCollide = false BRN.BrickColor = BrickColor.new('Pink') BRN.Shape = 'Ball' BRN.Size = Vector3.new(1, 1, 1)
  6975.  
  6976. local DM5 = Instance.new('SpecialMesh', BRN) DM5.MeshType = 'Sphere' DM5.Scale = Vector3.new(0.2, 0.2, 0.2)
  6977.  
  6978. fWeld('weld', V1, V1, BRN, true, 0.5, 0.5, -1.2, 0, 0, 0)
  6979.  
  6980. LH2.C1 = CFrame.new(0.2, 1.6, 0.4) * CFrame.Angles(3.9, -0.4, 0) RH2.C1 = CFrame.new(-0.2, 1.6, 0.4) * CFrame.Angles(3.9, 0.4, 0)
  6981. LS2.C1 = CFrame.new(-0.2, 0.9, 0.6) * CFrame.Angles(3.9, -0.2, 0) RS2.C1 = CFrame.new(0.2, 0.9, 0.6) * CFrame.Angles(3.9, 0.2, 0)
  6982. LA1.C1 = CFrame.new(-0.5, 0.7, 0) * CFrame.Angles(-0.9, -0.4, 0) RS1.C1 = CFrame.new(0.5, 0.7, 0) * CFrame.Angles(-0.9, 0.4, 0)
  6983.  
  6984. if P1:FindFirstChild('weldx') then P1.weldx:destroy() end
  6985.  
  6986. WE = fWeld('weldx', P1, P1, V1, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  6987.  
  6988. local N = V1.Neck N.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  6989. end)
  6990. spawn(function() while wait() do for i = 1, 6 do WE.C1 = WE.C1 * CFrame.new(0, -0.3, 0) end for i = 1, 6 do WE.C1 = WE.C1 * CFrame.new(0, 0.3, 0) end end end)
  6991. end
  6992.  
  6993. function RESPAWN(PLAYER)
  6994. local M = Instance.new('Model', gWorkspace) M.Name = 'respawn_seth'
  6995. local T = Instance.new('Part', M) T.Name = 'Torso' T.CanCollide = false T.Transparency = 1
  6996. Instance.new('Humanoid', M)
  6997. PLAYER.Character = M
  6998. end
  6999.  
  7000. function LOAD_MESSAGE(STRING)
  7001. gPlayers.LocalPlayer.CharacterAppearanceId = 20018
  7002. RESPAWN(LP)
  7003.  
  7004. R = false
  7005. LP.CharacterAdded:connect(function()
  7006. if not R then
  7007. wait(0.5)
  7008. if LP.Character:FindFirstChild('Humanoid') then
  7009. MAIN_HAT = LP.Character:FindFirstChild('BunnyEarsOfCaprice'):Clone()
  7010. end
  7011. R = true
  7012. end
  7013. end)
  7014. repeat wait() until R
  7015. RESPAWN(LP)
  7016. LP.CharacterAppearanceId = 0
  7017.  
  7018. if MAIN_HAT then
  7019. MAIN_HAT.Handle.CanCollide = true
  7020. local M = MAIN_HAT.Handle.BunnyTools.EggScript3:Clone()
  7021. local P = Instance.new('Part')
  7022. M.Disabled = false
  7023. M.Parent = P
  7024. MAIN_HAT.Handle.BunnyTools.EggMesh3:Clone().Parent = P
  7025. MAIN_HAT:destroy()
  7026. P.Parent = LP.Character
  7027. repeat wait() until LP:FindFirstChild('ChessMsg')
  7028. MG = LP:FindFirstChild('ChessMsg')
  7029. MG.Name = 'message_seth'
  7030. MG.Text = ''
  7031. MG.Parent = gWorkspace
  7032. MESSAGE(STRING)
  7033. P:destroy()
  7034. for i,v in pairs(gWorkspace:GetChildren()) do
  7035. if v:IsA('Part') and v.BrickColor == BrickColor.new('Bright red') and v.Reflectance == 0 and v.Transparency == 0 and not v.Anchored and v.CanCollide and v.Locked and v:FindFirstChild('Decal') and v.Size == Vector3.new(8, 0.4, 8) then
  7036. if v.Decal.Texture == 'http://www.roblox.com/asset/?id=1531000' and v.Transparency == 0 and v.Decal.Face == Enum.NormalId.Top then
  7037. v:destroy()
  7038. end
  7039. end
  7040. end
  7041. end
  7042. end
  7043.  
  7044. function MESSAGE(STRING)
  7045. if not SHOWING_MESSAGE then
  7046. spawn(function()
  7047. SHOWING_MESSAGE = true
  7048. MG.Text = STRING
  7049. wait(5)
  7050. MG.Text = ''
  7051. SHOWING_MESSAGE = false
  7052. end)
  7053. end
  7054. end
  7055.  
  7056. _G.CLICK_TP = false
  7057. local M_CTRL = false
  7058.  
  7059. MOUSE.KeyDown:connect(function(K) if K:byte() == 50 then M_CTRL = true end end)
  7060. MOUSE.KeyUp:connect(function(K) if K:byte() == 50 then M_CTRL = false end end)
  7061. MOUSE.Button1Down:connect(function() if _G.CLICK_TP and M_CTRL and MOUSE.Target and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') then LP.Character.HumanoidRootPart.CFrame = CFrame.new(MOUSE.Hit.p) + Vector3.new(0, 3, 0) end end)
  7062.  
  7063. gLighting.Outlines = false -- / outlines are gross
  7064.  
  7065. if FIND_IN_TABLE(BANS, LP.userId) then LP:Kick() end
  7066.  
  7067. for i,v in pairs(gPlayers:GetPlayers()) do if FIND_IN_TABLE(BANS, v.userId) then table.insert(KICKS, v) else UPDATE_CHAT(v) end end
  7068.  
  7069. -- / commands
  7070.  
  7071. ADD_COMMAND('ff','ff [plr]', {},
  7072. function(ARGS, SPEAKER)
  7073. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7074. for i,v in pairs(PLAYERS) do
  7075. Instance.new('ForceField', gPlayers[v].Character)
  7076. end
  7077. end)
  7078.  
  7079. ADD_COMMAND('unff','unff [plr]',{},
  7080. function(ARGS, SPEAKER)
  7081. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7082. for i,v in pairs(PLAYERS) do
  7083. for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  7084. if v:IsA('ForceField') then
  7085. v:destroy()
  7086. end
  7087. end
  7088. end
  7089. end)
  7090.  
  7091. ADD_COMMAND('fire','fire [plr] [r] [g] [b]',{},
  7092. function(ARGS, SPEAKER)
  7093. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7094. for i,v in pairs(PLAYERS) do
  7095. for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  7096. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  7097. local F = Instance.new('Fire', v)
  7098. if ARGS[2] and ARGS[3] and ARGS[4] then
  7099. F.Color = C3(ARGS[2], ARGS[3], ARGS[4])
  7100. F.SecondaryColor = C3(ARGS[2], ARGS[3], ARGS[4])
  7101. end
  7102. end
  7103. end
  7104. end
  7105. end)
  7106.  
  7107. ADD_COMMAND('unfire','unfire [plr]',{},
  7108. function(ARGS, SPEAKER)
  7109. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7110. for i,v in pairs(PLAYERS) do
  7111. local PCHAR = gPlayers[v].Character
  7112. for i,v in pairs(PCHAR:GetChildren()) do
  7113. for i,v in pairs(v:GetChildren()) do
  7114. if v:IsA('Fire') then
  7115. v:destroy()
  7116. end
  7117. end
  7118. end
  7119. end
  7120. end)
  7121.  
  7122. ADD_COMMAND('sp','sp [plr] [r] [g] [b]',{'sparkles'},
  7123. function(ARGS, SPEAKER)
  7124. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7125. for i,v in pairs(PLAYERS) do
  7126. for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  7127. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  7128. if ARGS[2] and ARGS[3] and ARGS[4] then
  7129. Instance.new('Sparkles', v).Color = C3(ARGS[2], ARGS[3], ARGS[4])
  7130. else
  7131. Instance.new('Sparkles', v)
  7132. end
  7133. end
  7134. end
  7135. end
  7136. end)
  7137.  
  7138. ADD_COMMAND('unsp','unsp [plr]',{'unsparkles'},
  7139. function(ARGS, SPEAKER)
  7140. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7141. for i,v in pairs(PLAYERS) do
  7142. for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  7143. for i,v in pairs(v:GetChildren()) do
  7144. if v:IsA('Sparkles') then
  7145. v:destroy()
  7146. end
  7147. end
  7148. end
  7149. end
  7150. end)
  7151.  
  7152. ADD_COMMAND('smoke','smoke [plr]',{},
  7153. function(ARGS, SPEAKER)
  7154. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7155. for i,v in pairs(PLAYERS) do
  7156. Instance.new('Smoke', gPlayers[v].Character.Torso)
  7157. end
  7158. end)
  7159.  
  7160. ADD_COMMAND('unsmoke','unsmoke [plr]',{},
  7161. function(ARGS, SPEAKER)
  7162. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7163. for i,v in pairs(PLAYERS) do
  7164. for i,v in pairs(gPlayers[v].Character.Torso:GetChildren()) do
  7165. if v:IsA('Smoke') then
  7166. v:destroy()
  7167. end
  7168. end
  7169. end
  7170. end)
  7171.  
  7172. ADD_COMMAND('btools','btools [plr]',{},
  7173. function(ARGS, SPEAKER)
  7174. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7175. for i,v in pairs(PLAYERS) do
  7176. Instance.new('HopperBin', gPlayers[v].Backpack).BinType = 2
  7177. Instance.new('HopperBin', gPlayers[v].Backpack).BinType = 3
  7178. Instance.new('HopperBin', gPlayers[v].Backpack).BinType = 4
  7179. end
  7180. end)
  7181.  
  7182. ADD_COMMAND('god','god [plr]',{},
  7183. function(ARGS, SPEAKER)
  7184. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7185. for i,v in pairs(PLAYERS) do
  7186. local PCHAR = gPlayers[v].Character
  7187. if PCHAR:FindFirstChild('Humanoid') then
  7188. PCHAR.Humanoid.MaxHealth = math.huge PCHAR.Humanoid.Health = PCHAR.Humanoid.MaxHealth
  7189. end
  7190. end
  7191. end)
  7192.  
  7193. ADD_COMMAND('sgod','sgod [plr]',{},
  7194. function(ARGS, SPEAKER)
  7195. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7196. for i,v in pairs(PLAYERS) do
  7197. local PCHAR = gPlayers[v].Character
  7198. if PCHAR:FindFirstChild('Humanoid') then
  7199. PCHAR.Humanoid.MaxHealth = 10000000 PCHAR.Humanoid.Health = PCHAR.Humanoid.MaxHealth
  7200. end
  7201. end
  7202. end)
  7203.  
  7204. ADD_COMMAND('ungod','ungod [plr]',{},
  7205. function(ARGS, SPEAKER)
  7206. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7207. for i,v in pairs(PLAYERS) do
  7208. local PCHAR = gPlayers[v].Character
  7209. if PCHAR:FindFirstChild('Humanoid') then
  7210. PCHAR.Humanoid.MaxHealth = 100
  7211. end
  7212. end
  7213. end)
  7214.  
  7215. ADD_COMMAND('heal','heal [plr]',{},
  7216. function(ARGS, SPEAKER)
  7217. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7218. for i,v in pairs(PLAYERS) do
  7219. local PCHAR = gPlayers[v].Character
  7220. if PCHAR:FindFirstChild('Humanoid') then
  7221. PCHAR.Humanoid.Health = PCHAR.Humanoid.MaxHealth
  7222. end
  7223. end
  7224. end)
  7225.  
  7226. ADD_COMMAND('freeze','freeze [plr]',{'frz'},
  7227. function(ARGS, SPEAKER)
  7228. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7229. for i,v in pairs(PLAYERS) do
  7230. for i,v in pairs(PLAYERS) do
  7231. local PCHAR = gPlayers[v].Character
  7232. for i,v in pairs(PCHAR:GetChildren()) do
  7233. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  7234. v.Anchored = true
  7235. end
  7236. end
  7237. end
  7238. end
  7239. end)
  7240.  
  7241. ADD_COMMAND('thaw','thaw [plr]',{'unfreeze','unfrz'},
  7242. function(ARGS, SPEAKER)
  7243. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7244. for i,v in pairs(PLAYERS) do
  7245. for i,v in pairs(PLAYERS) do
  7246. for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  7247. if v:IsA('Part') then
  7248. v.Anchored = false
  7249. end
  7250. end
  7251. end
  7252. end
  7253. end)
  7254.  
  7255. ADD_COMMAND('kill','kill [plr]',{},
  7256. function(ARGS, SPEAKER)
  7257. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7258. for i,v in pairs(PLAYERS) do
  7259. gPlayers[v].Character:BreakJoints()
  7260. end
  7261. end)
  7262.  
  7263. ADD_COMMAND('sound','sound [id]',{},
  7264. function(ARGS, SPEAKER)
  7265. for i,v in pairs(gWorkspace:GetChildren()) do if v:IsA('Sound') then v:Stop() v:destroy() end end
  7266. if ARGS[1]:lower() ~= 'off' then
  7267. local S = Instance.new('Sound', gWorkspace) S.Name = 'song_seth' S.Archivable = false S.Looped = true S.SoundId = 'rbxassetid://' .. ARGS[1] S.Volume = 1 S:Play()
  7268. end
  7269. end)
  7270.  
  7271. ADD_COMMAND('volume','volume [int]',{},
  7272. function(ARGS, SPEAKER)
  7273. for i,v in pairs(gWorkspace:GetChildren()) do if v:IsA('Sound') then v.Volume = ARGS[1] end end
  7274. end)
  7275.  
  7276. ADD_COMMAND('pitch','pitch [int]',{},
  7277. function(ARGS, SPEAKER)
  7278. for i,v in pairs(gWorkspace:GetChildren()) do if v:IsA('Sound') then v.Pitch = ARGS[1] end end
  7279. end)
  7280.  
  7281. ADD_COMMAND('explode','explode [plr]',{},
  7282. function(ARGS, SPEAKER)
  7283. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7284. for i,v in pairs(PLAYERS) do
  7285. local PCHAR = gPlayers[v].Character
  7286. if PCHAR:FindFirstChild('Torso') then
  7287. Instance.new('Explosion', PCHAR).Position = PCHAR.Torso.Position
  7288. end
  7289. end
  7290. end)
  7291.  
  7292. ADD_COMMAND('invis','invis [plr]',{},
  7293. function(ARGS, SPEAKER)
  7294. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7295. for i,v in pairs(PLAYERS) do
  7296. local PCHAR = gPlayers[v].Character
  7297. for i,v in pairs(PCHAR:GetChildren()) do
  7298. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  7299. v.Transparency = 1
  7300. end
  7301. if v:IsA('Accessory') and v:FindFirstChild('Handle') then
  7302. v.Handle.Transparency = 1
  7303. end
  7304. end
  7305. if PCHAR.Head:FindFirstChild('face') then PCHAR.Head.face.Transparency = 1 end
  7306. end
  7307. end)
  7308.  
  7309. ADD_COMMAND('vis','vis [plr]',{},
  7310. function(ARGS, SPEAKER)
  7311. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7312. for i,v in pairs(PLAYERS) do
  7313. local PCHAR = gPlayers[v].Character
  7314. for i,v in pairs(PCHAR:GetChildren()) do
  7315. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  7316. v.Transparency = 0
  7317. end
  7318. if v:IsA('Accessory') and v:FindFirstChild('Handle') then
  7319. v.Handle.Transparency = 0
  7320. end
  7321. end
  7322. if PCHAR.Head:FindFirstChild('face') then PCHAR.Head.face.Transparency = 0 end
  7323. end
  7324. end)
  7325.  
  7326. ADD_COMMAND('goto','goto [plr]',{},
  7327. function(ARGS, SPEAKER)
  7328. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7329. for i,v in pairs(PLAYERS) do
  7330. local PCHAR = gPlayers[v].Character
  7331. if PCHAR then
  7332. SPEAKER.Character.HumanoidRootPart.CFrame = PCHAR.HumanoidRootPart.CFrame
  7333. end
  7334. end
  7335. end)
  7336.  
  7337. ADD_COMMAND('bring','bring [plr]',{},
  7338. function(ARGS, SPEAKER)
  7339. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7340. for i,v in pairs(PLAYERS) do
  7341. local PCHAR = gPlayers[v].Character
  7342. spawn(function()
  7343. for i = 0, 4 do
  7344. if PCHAR then
  7345. PCHAR.HumanoidRootPart.CFrame = SPEAKER.Character.HumanoidRootPart.CFrame
  7346. end
  7347. end
  7348. end)
  7349. end
  7350. end)
  7351.  
  7352. ADD_COMMAND('tp','tp [plr] [plr]',{},
  7353. function(ARGS, SPEAKER)
  7354. local PLAYERS1, PLAYERS2 = GET_PLAYER(ARGS[1], SPEAKER), GET_PLAYER(ARGS[2], SPEAKER)
  7355. for i,v in pairs(PLAYERS1) do for a,b in pairs(PLAYERS2) do
  7356. spawn(function()
  7357. for i = 0, 3 do
  7358. if gPlayers[v].Character and gPlayers[b].Character then
  7359. gPlayers[v].Character.HumanoidRootPart.CFrame = gPlayers[b].Character.HumanoidRootPart.CFrame
  7360. end
  7361. end
  7362. end)
  7363. end end
  7364. end)
  7365.  
  7366. ADD_COMMAND('char','char [plr] [id]',{'charapp'},
  7367. function(ARGS, SPEAKER)
  7368. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7369. for i,v in pairs(PLAYERS) do
  7370. gPlayers[v].CharacterAppearanceId = ARGS[2]
  7371. gPlayers[v].Character:BreakJoints()
  7372. end
  7373. end)
  7374.  
  7375. ADD_COMMAND('ws','ws [plr] [int]',{},
  7376. function(ARGS, SPEAKER)
  7377. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7378. for i,v in pairs(PLAYERS) do
  7379. local PCHAR = gPlayers[v].Character
  7380. if PCHAR:FindFirstChild('Humanoid') then
  7381. PCHAR.Humanoid.WalkSpeed = tonumber(ARGS[2])
  7382. end
  7383. end
  7384. end)
  7385.  
  7386. ADD_COMMAND('time','time [int]',{},
  7387. function(ARGS, SPEAKER)
  7388. gLighting:SetMinutesAfterMidnight(tonumber(ARGS[1]) * 60)
  7389. end)
  7390.  
  7391. ADD_COMMAND('kick','kick [plr]',{},
  7392. function(ARGS, SPEAKER)
  7393. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7394. for i,v in pairs(PLAYERS) do
  7395. table.insert(KICKS, gPlayers[v])
  7396. end
  7397. end)
  7398.  
  7399. ADD_COMMAND('ban','ban [plr]',{},
  7400. function(ARGS, SPEAKER)
  7401. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7402. for i,v in pairs(PLAYERS) do
  7403. table.insert(BANS, gPlayers[v].userId)
  7404. table.insert(KICKS, gPlayers[v])
  7405. UPDATE_BANS()
  7406. end
  7407. end)
  7408.  
  7409. ADD_COMMAND('unban','unban [username]',{},
  7410. function(ARGS, SPEAKER)
  7411. if FIND_IN_TABLE(BANS, game.Players:GetUserIdFromNameAsync(ARGS[1])) then
  7412. table.remove(BANS, GET_IN_TABLE(BANS, game.Players:GetUserIdFromNameAsync(ARGS[1])))
  7413. end
  7414. end)
  7415.  
  7416. ADD_COMMAND('unlockws','unlock',{'unlock'},
  7417. function(ARGS, SPEAKER)
  7418. local function UNLOCK(INSTANCE)
  7419. for i,v in pairs(INSTANCE:GetChildren()) do
  7420. if v:IsA('BasePart') then
  7421. v.Locked = false
  7422. end
  7423. UNLOCK(v)
  7424. end
  7425. end
  7426. UNLOCK(gWorkspace)
  7427. end)
  7428.  
  7429. ADD_COMMAND('lockws','lock',{'lock'},
  7430. function(ARGS, SPEAKER)
  7431. local function LOCK(INSTANCE)
  7432. for i,v in pairs(INSTANCE:GetChildren()) do
  7433. if v:IsA('BasePart') then
  7434. v.Locked = true
  7435. end
  7436. LOCK(v)
  7437. end
  7438. end
  7439. LOCK(gWorkspace)
  7440. end)
  7441.  
  7442. ADD_COMMAND('unanchorws','unanchor',{'unanchor'},
  7443. function(ARGS, SPEAKER)
  7444. local function UNANCHOR(INSTANCE)
  7445. for i,v in pairs(INSTANCE:GetChildren()) do
  7446. if v:IsA('BasePart') then
  7447. v.Anchored = false
  7448. end
  7449. UNANCHOR(v)
  7450. end
  7451. end
  7452. UNANCHOR(gWorkspace)
  7453. end)
  7454.  
  7455. ADD_COMMAND('anchorws','anchor',{'anchor'},
  7456. function(ARGS, SPEAKER)
  7457. local function ANCHOR(INSTANCE)
  7458. for i,v in pairs(INSTANCE:GetChildren()) do
  7459. if v:IsA('BasePart') then
  7460. v.Anchored = true
  7461. end
  7462. ANCHOR(v)
  7463. end
  7464. end
  7465. ANCHOR(gWorkspace)
  7466. end)
  7467.  
  7468. ADD_COMMAND('hsize','hsize [plr] [int]',{'hatsize'},
  7469. function(ARGS, SPEAKER)
  7470. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7471. for i,v in pairs(PLAYERS) do
  7472. for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  7473. if v:IsA('Accessory') then
  7474. for a,b in pairs(v.Handle:GetChildren()) do
  7475. if b:IsA('SpecialMesh') then
  7476. b.Scale = ARGS[2] * Vector3.new(1, 1, 1)
  7477. end
  7478. end
  7479. end
  7480. end
  7481. end
  7482. end)
  7483.  
  7484. ADD_COMMAND('shats','shats [plr]',{'stealhats'},
  7485. function(ARGS, SPEAKER)
  7486. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7487. for i,v in pairs(PLAYERS) do
  7488. for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  7489. if v:IsA('Accessory') then
  7490. v.Parent = SPEAKER.Character
  7491. end
  7492. end
  7493. end
  7494. end)
  7495.  
  7496. ADD_COMMAND('rhats','rhats [plr]',{'removehats'},
  7497. function(ARGS, SPEAKER)
  7498. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7499. for i,v in pairs(PLAYERS) do
  7500. for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  7501. if v:IsA('Accessory') then
  7502. v:destroy()
  7503. end
  7504. end
  7505. end
  7506. end)
  7507.  
  7508. ADD_COMMAND('firstp','firstp [plr]',{},
  7509. function(ARGS, SPEAKER)
  7510. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7511. for i,v in pairs(PLAYERS) do
  7512. gPlayers[v].CameraMode = 'LockFirstPerson'
  7513. end
  7514. end)
  7515.  
  7516. ADD_COMMAND('thirdp','thirdp [plr]',{},
  7517. function(ARGS, SPEAKER)
  7518. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7519. for i,v in pairs(PLAYERS) do
  7520. gPlayers[v].CameraMode = 'Classic'
  7521. end
  7522. end)
  7523.  
  7524. ADD_COMMAND('chat','chat [plr] [string]',{},
  7525. function(ARGS, SPEAKER)
  7526. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7527. for i,v in pairs(PLAYERS) do
  7528. game.Chat:Chat(gPlayers[v].Character.Head, GLS(false, 1))
  7529. end
  7530. end)
  7531.  
  7532. ADD_COMMAND('name','name [plr] [string]',{},
  7533. function(ARGS, SPEAKER)
  7534. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7535. for i,v in pairs(PLAYERS) do
  7536. gPlayers[v].Character.Name = GLS(false, 1)
  7537. end
  7538. end)
  7539.  
  7540. ADD_COMMAND('unname','unname [plr]',{},
  7541. function(ARGS, SPEAKER)
  7542. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7543. for i,v in pairs(PLAYERS) do
  7544. gPlayers[v].Character.Name = gPlayers[v].Name
  7545. end
  7546. end)
  7547.  
  7548. ADD_COMMAND('noname','noname [plr]',{},
  7549. function(ARGS, SPEAKER)
  7550. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7551. for i,v in pairs(PLAYERS) do
  7552. gPlayers[v].Character.Name = ''
  7553. end
  7554. end)
  7555.  
  7556. ADD_COMMAND('stun','stun [plr]',{},
  7557. function(ARGS, SPEAKER)
  7558. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7559. for i,v in pairs(PLAYERS) do
  7560. local PCHAR = gPlayers[v].Character
  7561. PCHAR.Humanoid.PlatformStand = true
  7562. end
  7563. end)
  7564.  
  7565. ADD_COMMAND('unstun','unstun [plr]',{},
  7566. function(ARGS, SPEAKER)
  7567. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7568. for i,v in pairs(PLAYERS) do
  7569. local PCHAR = gPlayers[v].Character
  7570. PCHAR.Humanoid.PlatformStand = false
  7571. end
  7572. end)
  7573.  
  7574. ADD_COMMAND('guest','guest [plr]',{},
  7575. function(ARGS, SPEAKER)
  7576. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7577. for i,v in pairs(PLAYERS) do
  7578. local PCHAR = gPlayers[v].Character
  7579. gPlayers[v].CharacterAppearanceId = 1
  7580. PCHAR:BreakJoints()
  7581. end
  7582. end)
  7583.  
  7584. ADD_COMMAND('noob','noob [plr]',{},
  7585. function(ARGS, SPEAKER)
  7586. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7587. for i,v in pairs(PLAYERS) do
  7588. local PCHAR = gPlayers[v].Character
  7589. gPlayers[v].CharacterAppearanceId = 155902847
  7590. PCHAR:BreakJoints()
  7591. end
  7592. end)
  7593.  
  7594. ADD_COMMAND('damage','damage [plr] [int]',{},
  7595. function(ARGS, SPEAKER)
  7596. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7597. for i,v in pairs(PLAYERS) do
  7598. local PCHAR = gPlayers[v].Character
  7599. PCHAR.Humanoid.Health = PCHAR.Humanoid.Health - ARGS[2]
  7600. end
  7601. end)
  7602.  
  7603. ADD_COMMAND('view','view [plr]',{},
  7604. function(ARGS, SPEAKER)
  7605. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7606. for i,v in pairs(PLAYERS) do
  7607. local PCHAR = gPlayers[v].Character
  7608. gWorkspace.CurrentCamera.CameraSubject = PCHAR
  7609. end
  7610. end)
  7611.  
  7612. ADD_COMMAND('unview','unview',{},
  7613. function()
  7614. gWorkspace.CurrentCamera.CameraSubject = gPlayers.LocalPlayer.Character
  7615. end)
  7616.  
  7617. ADD_COMMAND('nolimbs','nolimbs [plr]',{},
  7618. function(ARGS, SPEAKER)
  7619. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7620. for i,v in pairs(PLAYERS) do
  7621. local PCHAR = gPlayers[v].Character
  7622. for i,v in pairs(PCHAR:GetChildren()) do
  7623. if v:IsA('Part') and v.Name ~= 'Head' and v.Name ~= 'Torso' and v.Name ~= 'HumanoidRootPart' then
  7624. v:destroy()
  7625. end
  7626. end
  7627. end
  7628. end)
  7629.  
  7630. ADD_COMMAND('box','box [plr]',{},
  7631. function(ARGS, SPEAKER)
  7632. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7633. for i,v in pairs(PLAYERS) do
  7634. local PCHAR = gPlayers[v].Character
  7635. local SB = Instance.new('SelectionBox', PCHAR)
  7636. SB.Adornee = SB.Parent
  7637. SB.Color = BrickColor.new('' .. (ARGS[2]))
  7638. end
  7639. end)
  7640.  
  7641. ADD_COMMAND('unbox','nobox [plr]',{},
  7642. function(ARGS, SPEAKER)
  7643. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7644. for i,v in pairs(PLAYERS) do
  7645. local PCHAR = gPlayers[v].Character
  7646. for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  7647. if v:IsA('SelectionBox') then
  7648. v:destroy()
  7649. end
  7650. end
  7651. end
  7652. end)
  7653.  
  7654. ADD_COMMAND('ghost','ghost [plr]',{},
  7655. function(ARGS, SPEAKER)
  7656. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7657. for i,v in pairs(PLAYERS) do
  7658. local PCHAR = gPlayers[v].Character
  7659. for i,v in pairs(PCHAR:GetChildren()) do
  7660. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  7661. v.Transparency = 0.5
  7662. elseif v:IsA('Accessory') and v:FindFirstChild('Handle') then
  7663. v.Handle.Transparency = 0.5
  7664. elseif PCHAR.Head:FindFirstChild('face') then
  7665. PCHAR.Head.face.Transparency = 0.5
  7666. end
  7667. end
  7668. end
  7669. end)
  7670.  
  7671. ADD_COMMAND('sphere','sphere [plr]',{},
  7672. function(ARGS, SPEAKER)
  7673. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7674. for i,v in pairs(PLAYERS) do
  7675. local PCHAR=gPlayers[v].Character
  7676. local SS = Instance.new('SelectionSphere', PCHAR)
  7677. SS.Adornee = SS.Parent
  7678. end
  7679. end)
  7680.  
  7681. ADD_COMMAND('sky','sky [id]',{},
  7682. function(ARGS, SPEAKER)
  7683. if ARGS[1] then
  7684. for i,v in pairs(gLighting:GetChildren()) do if v:IsA('Sky') then v:destroy() end end
  7685. local SKIES = {'Bk', 'Dn', 'Ft', 'Lf', 'Rt', 'Up'}
  7686. local SKY = Instance.new('Sky', gLighting)
  7687. for i,v in pairs(SKIES) do
  7688. SKY['Skybox' .. v] = 'rbxassetid://' .. ARGS[1] - 1
  7689. end
  7690. end
  7691. end)
  7692.  
  7693. ADD_COMMAND('ambient','ambient [r] [g] [b]',{},
  7694. function(ARGS, SPEAKER)
  7695. if ARGS[1] and ARGS[2] and ARGS[3] then
  7696. gLighting.Ambient = C3(ARGS[1], ARGS[2], ARGS[3])
  7697. end
  7698. end)
  7699.  
  7700. ADD_COMMAND('jail','jail [plr]',{},
  7701. function(ARGS, SPEAKER)
  7702. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7703. for i,v in pairs(PLAYERS) do
  7704. if FIND_IN_TABLE(JAILED, gPlayers[v].Name) then return end
  7705. table.insert(JAILED, gPlayers[v].Name)
  7706. local PCHAR = gPlayers[v].Character
  7707. local J = JAIL:Clone() J.Parent = gWorkspace J:MoveTo(PCHAR.Torso.Position) J.Name = 'JAIL_' .. gPlayers[v].Name
  7708. repeat wait()
  7709. PCHAR = gPlayers[v].Character if PCHAR and PCHAR:FindFirstChild('HumanoidRootPart') and J:FindFirstChild('MAIN') then PCHAR.HumanoidRootPart.CFrame = J.MAIN.CFrame + Vector3.new(0, 1, 0) end
  7710. until not FIND_IN_TABLE(JAILED, gPlayers[v].Name)
  7711. end
  7712. end)
  7713.  
  7714. ADD_COMMAND('unjail','unjail [plr]',{},
  7715. function(ARGS, SPEAKER)
  7716. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7717. for i,v in pairs(PLAYERS) do
  7718. for a,b in pairs(JAILED) do if b == gPlayers[v].Name then table.remove(JAILED, a) end end
  7719. if gWorkspace:FindFirstChild('JAIL_' .. gPlayers[v].Name) then gWorkspace['JAIL_' .. gPlayers[v].Name]:destroy() end
  7720. end
  7721. end)
  7722.  
  7723. ADD_COMMAND('animation','animation [plr] [id]',{'anim'},
  7724. function(ARGS, SPEAKER)
  7725. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7726. for i,v in pairs(PLAYERS) do
  7727. local ID = ARGS[2]
  7728. if ARGS[2] == 'climb' then ID = '180436334' end
  7729. if ARGS[2] == 'fall' then ID = '180436148' end
  7730. if ARGS[2] == 'jump' then ID = '125750702' end
  7731. if ARGS[2] == 'sit' then ID = '178130996' end
  7732. for a,b in pairs(gPlayers[v].Character.Animate:GetChildren()) do
  7733. if b:IsA('StringValue') then
  7734. for c,d in pairs(b:GetChildren()) do
  7735. if d:IsA('Animation') then
  7736. d.AnimationId = 'rbxassetid://' .. ID
  7737. end
  7738. end
  7739. end
  7740. end
  7741. end
  7742. end)
  7743.  
  7744. ADD_COMMAND('fix','fix [plr]',{},
  7745. function(ARGS, SPEAKER)
  7746. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7747. for i,v in pairs(PLAYERS) do
  7748. local PCHAR = gPlayers[v].Character
  7749. RESET_MODEL(PCHAR)
  7750. UPDATE_MODEL(PCHAR, gPlayers[v].Name)
  7751. end
  7752. end)
  7753.  
  7754. ADD_COMMAND('creeper','creeper [plr]',{'crpr'},
  7755. function(ARGS, SPEAKER)
  7756. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7757. for i,v in pairs(PLAYERS) do
  7758. CREEPER(gPlayers[v])
  7759. end
  7760. end)
  7761.  
  7762. ADD_COMMAND('uncreeper','uncreeper [plr]',{},
  7763. function(ARGS, SPEAKER)
  7764. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7765. for i,v in pairs(PLAYERS) do
  7766. local PCHAR = gPlayers[v].Character
  7767. RESET_MODEL(PCHAR)
  7768. UPDATE_MODEL(PCHAR, gPlayers[v].Name)
  7769. end
  7770. end)
  7771.  
  7772. ADD_COMMAND('shrek','shrek [plr]',{},
  7773. function(ARGS, SPEAKER)
  7774. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7775. for i,v in pairs(PLAYERS) do
  7776. SHREK(gPlayers[v])
  7777. end
  7778. end)
  7779.  
  7780. ADD_COMMAND('unshrek','unshrek [plr]',{},
  7781. function(ARGS, SPEAKER)
  7782. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7783. for i,v in pairs(PLAYERS) do
  7784. local PCHAR = gPlayers[v].Character
  7785. RESET_MODEL(PCHAR)
  7786. UPDATE_MODEL(PCHAR, gPlayers[v].Name)
  7787. end
  7788. end)
  7789.  
  7790. ADD_COMMAND('nuke','nuke [plr]',{},
  7791. function(ARGS, SPEAKER)
  7792. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7793. for i,v in pairs(PLAYERS) do
  7794. local PCHAR = gPlayers[v].Character
  7795. spawn(function()
  7796. if gPlayers[v] and PCHAR and PCHAR:FindFirstChild('Torso') then
  7797. local N = Instance.new('Part', gWorkspace)
  7798. N.Name = 'nuke_seth'
  7799. N.Anchored = true
  7800. N.CanCollide = false
  7801. N.Shape = 'Ball'
  7802. N.Size = Vector3.new(1, 1, 1)
  7803. N.BrickColor = BrickColor.new('New Yeller')
  7804. N.Transparency = 0.5
  7805. N.Reflectance = 0.2
  7806. N.TopSurface = 0
  7807. N.BottomSurface = 0
  7808. N.Touched:connect(function(T)
  7809. if T and T.Parent then
  7810. local E = Instance.new('Explosion', gWorkspace)
  7811. E.Position = T.Position
  7812. E.BlastRadius = 20
  7813. E.BlastPressure = math.huge
  7814. end
  7815. end)
  7816. local CF = PCHAR.Torso.CFrame
  7817. N.CFrame = CF
  7818. for i = 1,30 do
  7819. N.Size = N.Size + Vector3.new(5, 5, 5)
  7820. N.CFrame = CF
  7821. wait(1 / 44)
  7822. end
  7823. N:destroy()
  7824. end
  7825. end)
  7826. end
  7827. end)
  7828.  
  7829. ADD_COMMAND('unnuke','nonuke',{},
  7830. function(ARGS, SPEAKER)
  7831. for i,v in pairs(gWorkspace:GetChildren()) do
  7832. if v:IsA('Part') and v.Name == 'nuke_seth' then
  7833. v:destroy()
  7834. end
  7835. end
  7836. end)
  7837.  
  7838. ADD_COMMAND('infect','infect [plr]',{},
  7839. function(ARGS, SPEAKER)
  7840. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7841. for i,v in pairs(PLAYERS) do
  7842. INFECT(gPlayers[v])
  7843. end
  7844. end)
  7845.  
  7846. ADD_COMMAND('uninfect','uninfect [plr]',{},
  7847. function(ARGS, SPEAKER)
  7848. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7849. for i,v in pairs(PLAYERS) do
  7850. local PCHAR = gPlayers[v].Character
  7851. RESET_MODEL(PCHAR)
  7852. UPDATE_MODEL(PCHAR, gPlayers[v].Name)
  7853. end
  7854. end)
  7855.  
  7856. ADD_COMMAND('duck','duck [plr]',{},
  7857. function(ARGS, SPEAKER)
  7858. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7859. for i,v in pairs(PLAYERS) do
  7860. DUCK(gPlayers[v])
  7861. end
  7862. end)
  7863.  
  7864. ADD_COMMAND('unduck','unduck [plr]',{},
  7865. function(ARGS, SPEAKER)
  7866. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7867. for i,v in pairs(PLAYERS) do
  7868. local PCHAR = gPlayers[v].Character
  7869. RESET_MODEL(PCHAR)
  7870. UPDATE_MODEL(PCHAR, gPlayers[v].Name)
  7871. end
  7872. end)
  7873.  
  7874. ADD_COMMAND('disable','disable [plr]',{},
  7875. function(ARGS, SPEAKER)
  7876. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7877. for i,v in pairs(PLAYERS) do
  7878. local PCHAR = gPlayers[v].Character
  7879. if PCHAR:FindFirstChild('Humanoid') then
  7880. PCHAR.Humanoid.Name = 'HUMANOID_' .. gPlayers[v].Name
  7881. local humanoid = PCHAR['HUMANOID_' .. gPlayers[v].Name]
  7882. humanoid.Parent = HUMANOIDS
  7883. end
  7884. end
  7885. end)
  7886.  
  7887. ADD_COMMAND('enable','enable [plr]',{},
  7888. function(ARGS, SPEAKER)
  7889. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7890. for i,v in pairs(PLAYERS) do
  7891. local PCHAR = gPlayers[v].Character
  7892. if PCHAR:FindFirstChild('Humanoid') then
  7893. return
  7894. else
  7895. if HUMANOIDS:FindFirstChild('HUMANOID_' .. gPlayers[v].Name) then
  7896. local humanoid = HUMANOIDS['HUMANOID_' .. gPlayers[v].Name] humanoid.Parent = PCHAR humanoid.Name = 'Humanoid'
  7897. end
  7898. end
  7899. end
  7900. end)
  7901.  
  7902. ADD_COMMAND('size','size [plr] [int]',{},
  7903. function(ARGS, SPEAKER)
  7904. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7905. for i,v in pairs(PLAYERS) do
  7906. SCALE(gPlayers[v].Character, ARGS[2])
  7907. end
  7908. end)
  7909.  
  7910. ADD_COMMAND('clone','clone [plr]',{},
  7911. function(ARGS, SPEAKER)
  7912. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7913. for i,v in pairs(PLAYERS) do
  7914. local PCHAR = gPlayers[v].Character PCHAR.Archivable = true
  7915. local C = PCHAR:Clone() C.Parent = gWorkspace C:MoveTo(PCHAR:GetModelCFrame().p) C:MakeJoints()
  7916. PCHAR.Archivable = false
  7917. end
  7918. end)
  7919.  
  7920. ADD_COMMAND('spin','spin [plr]',{},
  7921. function(ARGS, SPEAKER)
  7922. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7923. for i,v in pairs(PLAYERS) do
  7924. local PCHAR = gPlayers[v].Character
  7925. for i,v in pairs(PCHAR.Torso:GetChildren()) do
  7926. if v.Name == 'SPIN' then
  7927. v:destroy()
  7928. end
  7929. end
  7930. local T = PCHAR.Torso
  7931. local BG = Instance.new('BodyGyro', T) BG.Name = 'SPIN' BG.maxTorque = Vector3.new(0, math.huge, 0) BG.P = 11111 BG.cframe = T.CFrame
  7932. spawn(function()
  7933. repeat wait(1/44)
  7934. BG.CFrame = BG.CFrame * CFrame.Angles(0,math.rad(30),0)
  7935. until not BG or BG.Parent ~= T
  7936. end)
  7937. end
  7938. end)
  7939.  
  7940. ADD_COMMAND('unspin','unspin [plr]',{},
  7941. function(ARGS, SPEAKER)
  7942. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7943. for i,v in pairs(PLAYERS) do
  7944. local PCHAR = gPlayers[v].Character
  7945. for i,v in pairs(PCHAR.Torso:GetChildren()) do
  7946. if v.Name == 'SPIN' then
  7947. v:destroy()
  7948. end
  7949. end
  7950. end
  7951. end)
  7952.  
  7953. ADD_COMMAND('dog','dog [plr]',{},
  7954. function(ARGS, SPEAKER)
  7955. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7956. for i,v in pairs(PLAYERS) do
  7957. DOG(gPlayers[v])
  7958. end
  7959. end)
  7960.  
  7961. ADD_COMMAND('undog','undog [plr]',{},
  7962. function(ARGS, SPEAKER)
  7963. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7964. for i,v in pairs(PLAYERS) do
  7965. local PCHAR = gPlayers[v].Character
  7966. RESET_MODEL(PCHAR)
  7967. UPDATE_MODEL(PCHAR, gPlayers[v].Name)
  7968. end
  7969. end)
  7970.  
  7971. ADD_COMMAND('loopheal','loopheal [plr]',{'lheal'},
  7972. function(ARGS, SPEAKER)
  7973. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7974. for i,v in pairs(PLAYERS) do
  7975. local PCHAR = gPlayers[v].Character
  7976. if LOOPED:FindFirstChild(gPlayers[v].Name .. '_heal') then
  7977. LOOPED[gPlayers[v].Name .. '_heal']:destroy()
  7978. else
  7979. local loopheal = Instance.new('StringValue', LOOPED)
  7980. loopheal.Name = gPlayers[v].Name .. '_heal'
  7981. spawn(function() while wait() do
  7982. if LOOPED:FindFirstChild(gPlayers[v].Name .. '_heal') then
  7983. PCHAR.Humanoid.Health = PCHAR.Humanoid.MaxHealth
  7984. end
  7985. end end)
  7986. end
  7987. end
  7988. end)
  7989.  
  7990. ADD_COMMAND('unloopheal','unloopheal [plr]',{'unlheal'},
  7991. function(ARGS, SPEAKER)
  7992. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  7993. for i,v in pairs(PLAYERS) do
  7994. local PCHAR = gPlayers[v].Character
  7995. if LOOPED:FindFirstChild(gPlayers[v].Name .. '_heal') then
  7996. LOOPED[gPlayers[v].Name .. '_heal']:destroy()
  7997. end
  7998. end
  7999. end)
  8000.  
  8001. ADD_COMMAND('fling','fling [plr]',{},
  8002. function(ARGS, SPEAKER)
  8003. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8004. for i,v in pairs(PLAYERS) do
  8005. local PCHAR = gPlayers[v].Character
  8006. if PCHAR:FindFirstChild('Humanoid') then
  8007. local X
  8008. local Z
  8009. repeat
  8010. X = math.random(-9999, 9999)
  8011. until math.abs(X) >= 5555
  8012. repeat
  8013. Z = math.random(-9999, 9999)
  8014. until math.abs(Z) >= 5555
  8015. PCHAR.Torso.Velocity = Vector3.new(0, 0, 0)
  8016. local BF = Instance.new('BodyForce', PCHAR.Torso) BF.force = Vector3.new(X * 4, 9999 * 5, Z * 4)
  8017. end
  8018. end
  8019. end)
  8020.  
  8021. ADD_COMMAND('alien','alien [plr]',{},
  8022. function(ARGS, SPEAKER)
  8023. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8024. for i,v in pairs(PLAYERS) do
  8025. ALIEN(gPlayers[v])
  8026. end
  8027. end)
  8028.  
  8029. ADD_COMMAND('nograv','nograv [plr]',{},
  8030. function(ARGS, SPEAKER)
  8031. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8032. for i,v in pairs(PLAYERS) do
  8033. if not gPlayers[v].Character.Torso:FindFirstChild('nograv_seth') then
  8034. NEW'BodyForce'{Name = 'nograv_seth', Force = Vector3.new(0, GET_MASS(gPlayers[v].Character) * 196.2, 0), Parent = gPlayers[v].Character.Torso}
  8035. end
  8036. end
  8037. end)
  8038.  
  8039. ADD_COMMAND('grav','grav [plr]',{},
  8040. function(ARGS, SPEAKER)
  8041. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8042. for i,v in pairs(PLAYERS) do
  8043. if gPlayers[v].Character.Torso:FindFirstChild('nograv_seth') then
  8044. gPlayers[v].Character.Torso.nograv_seth:destroy()
  8045. end
  8046. end
  8047. end)
  8048.  
  8049. ADD_COMMAND('cape','cape [brick color]',{},
  8050. function(ARGS, SPEAKER)
  8051. spawn(function()
  8052. if LP.Character:FindFirstChild('Cape') then
  8053. LP.Character.Cape:destroy()
  8054. end
  8055. if not ARGS[1] then
  8056. ARGS[1] = 'Deep blue'
  8057. end
  8058. CAPE(GLS(false, 1))
  8059. end)
  8060. end)
  8061.  
  8062. ADD_COMMAND('uncape','uncape',{},
  8063. function(ARGS, SPEAKER)
  8064. if LP.Character:FindFirstChild('cape_seth') then
  8065. LP.Character.cape_seth:destroy()
  8066. end
  8067. end)
  8068.  
  8069. ADD_COMMAND('paper','paper [plr]',{},
  8070. function(ARGS, SPEAKER)
  8071. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8072. for i,v in pairs(PLAYERS) do
  8073. local PCHAR = gPlayers[v].Character
  8074. for i,v in pairs(PCHAR:GetChildren()) do
  8075. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  8076. PAPER_MESH:Clone().Parent = v
  8077. end
  8078. end
  8079. end
  8080. end)
  8081.  
  8082. ADD_COMMAND('punish','punish [plr]',{},
  8083. function(ARGS, SPEAKER)
  8084. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8085. for i,v in pairs(PLAYERS) do
  8086. local PCHAR = gPlayers[v].Character
  8087. PCHAR.Parent = gLighting
  8088. end
  8089. end)
  8090.  
  8091. ADD_COMMAND('unpunish','unpunish [plr]',{},
  8092. function(ARGS, SPEAKER)
  8093. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8094. for i,v in pairs(PLAYERS) do
  8095. local PCHAR = gLighting['' .. gPlayers[v].Name]
  8096. PCHAR.Parent = gWorkspace
  8097. end
  8098. end)
  8099.  
  8100. local DISCO = false
  8101.  
  8102. ADD_COMMAND('disco','disco',{},
  8103. function(ARGS, SPEAKER)
  8104. DISCO = true
  8105. spawn(function()
  8106. repeat wait(1) gLighting.Ambient = C3(math.random(), math.random(), math.random()) until not DISCO
  8107. end)
  8108. end)
  8109.  
  8110. ADD_COMMAND('undisco','undisco',{},
  8111. function(ARGS, SPEAKER)
  8112. DISCO = false
  8113. end)
  8114.  
  8115. ADD_COMMAND('team','team [plr] [team]',{},
  8116. function(ARGS, SPEAKER)
  8117. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8118. for i,v in pairs(PLAYERS) do
  8119. for a,b in pairs(game.Teams:GetChildren()) do
  8120. if string.lower(b.Name) == GLS(true, 1) then
  8121. gPlayers[v].Team = b
  8122. end
  8123. end
  8124. end
  8125. end)
  8126.  
  8127. ADD_COMMAND('jp','jp [plr] [int]',{},
  8128. function(ARGS, SPEAKER)
  8129. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8130. for i,v in pairs(PLAYERS) do
  8131. local PCHAR = gPlayers[v].Character
  8132. if PCHAR:FindFirstChild('Humanoid') then PCHAR.Humanoid.JumpPower = ARGS[2] end
  8133. end
  8134. end)
  8135.  
  8136. ADD_COMMAND('smallhead','smallhead [plr]',{'shead'},
  8137. function(ARGS, SPEAKER)
  8138. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8139. for i,v in pairs(PLAYERS) do
  8140. local PCHAR = gPlayers[v].Character
  8141. PCHAR.Head.Mesh.Scale = Vector3.new(0.5, 0.5, 0.5)
  8142. PCHAR.Head.Mesh.Offset = Vector3.new(0, -0.25, 0)
  8143. end
  8144. end)
  8145.  
  8146. ADD_COMMAND('bighead','bighead [plr]',{'bhead'},
  8147. function(ARGS, SPEAKER)
  8148. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8149. for i,v in pairs(PLAYERS) do
  8150. local PCHAR = gPlayers[v].Character
  8151. PCHAR.Head.Mesh.Scale = Vector3.new(2.25, 2.25, 2.25)
  8152. PCHAR.Head.Mesh.Offset = Vector3.new(0, 0.5, 0)
  8153. end
  8154. end)
  8155.  
  8156. ADD_COMMAND('headsize','headsize [plr] [int]',{'hsize'},
  8157. function(ARGS, SPEAKER)
  8158. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8159. for i,v in pairs(PLAYERS) do
  8160. local PCHAR = gPlayers[v].Character
  8161. if ARGS[2] == 1 then
  8162. PCHAR.Head.Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  8163. PCHAR.Head.Mesh.Offset = Vector3.new(0, 0, 0)
  8164. else
  8165. PCHAR.Head.Mesh.Scale = ARGS[2] * Vector3.new(1.25, 1.25, 1.25)
  8166. end
  8167. end
  8168. end)
  8169.  
  8170. ADD_COMMAND('fixhead','fixhead [plr]',{'fhead'},
  8171. function(ARGS, SPEAKER)
  8172. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8173. for i,v in pairs(PLAYERS) do
  8174. local PCHAR = gPlayers[v].Character
  8175. PCHAR.Head.Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  8176. PCHAR.Head.Mesh.Offset = Vector3.new(0, 0, 0)
  8177. PCHAR.Head.Transparency = 0
  8178. if PCHAR.Head:FindFirstChild('face') then PCHAR.Head.face.Transparency = 0 end
  8179. end
  8180. end)
  8181.  
  8182. ADD_COMMAND('removehead','removehead [plr]',{'rhead'},
  8183. function(ARGS, SPEAKER)
  8184. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8185. for i,v in pairs(PLAYERS) do
  8186. local PCHAR = gPlayers[v].Character
  8187. PCHAR.Head.Transparency = 1
  8188. if PCHAR.Head:FindFirstChild('face') then PCHAR.Head.face.Transparency = 1 end
  8189. end
  8190. end)
  8191.  
  8192. ADD_COMMAND('stealtools','stealtools [plr]',{'stools'},
  8193. function(ARGS, SPEAKER)
  8194. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8195. for i,v in pairs(PLAYERS) do
  8196. for i,v in pairs(gPlayers[v].Backpack:GetChildren()) do
  8197. if v:IsA('Tool') or v:IsA('HopperBin') then
  8198. v.Parent = LP.Backpack
  8199. end
  8200. end
  8201. end
  8202. end)
  8203.  
  8204. ADD_COMMAND('removetools','removetools [plr]',{'rtools'},
  8205. function(ARGS, SPEAKER)
  8206. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8207. for i,v in pairs(PLAYERS) do
  8208. for i,v in pairs(gPlayers[v].Backpack:GetChildren()) do
  8209. if v:IsA('Tool') or v:IsA('HopperBin') then
  8210. v:destroy()
  8211. end
  8212. end
  8213. end
  8214. end)
  8215.  
  8216. ADD_COMMAND('clonetools','clonetools [plr]',{'ctools'},
  8217. function(ARGS, SPEAKER)
  8218. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8219. for i,v in pairs(PLAYERS) do
  8220. for i,v in pairs(gPlayers[v].Backpack:GetChildren()) do
  8221. if v:IsA('Tool') or v:IsA('HopperBin') then
  8222. v:Clone().Parent = LP.Backpack
  8223. end
  8224. end
  8225. end
  8226. end)
  8227.  
  8228. ADD_COMMAND('dong','dong [plr]',{},
  8229. function(ARGS, SPEAKER)
  8230. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8231. for i,v in pairs(PLAYERS) do
  8232. local PCHAR = gPlayers[v].Character
  8233. if ARGS[2] == 'black' then
  8234. CREATE_DONG(gPlayers[v], 'Brown')
  8235. end
  8236. if ARGS[2] == 'asian' then
  8237. CREATE_DONG(gPlayers[v], 'Cool yellow')
  8238. end
  8239. if ARGS[2] == 'alien' then
  8240. CREATE_DONG(gPlayers[v], 'Lime green')
  8241. end
  8242. if ARGS[2] == 'frozen' then
  8243. CREATE_DONG(gPlayers[v], 1019)
  8244. end
  8245. if not ARGS[2] then
  8246. CREATE_DONG(gPlayers[v], 'Pastel brown')
  8247. end
  8248. end
  8249. end)
  8250.  
  8251. ADD_COMMAND('particles','particles [plr] [id]',{'pts'},
  8252. function(ARGS, SPEAKER)
  8253. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8254. for i,v in pairs(PLAYERS) do
  8255. local PCHAR = gPlayers[v].Character
  8256. for i,v in pairs(PCHAR.Torso:GetChildren()) do
  8257. if v:IsA('ParticleEmitter') then
  8258. v:destroy()
  8259. end
  8260. end
  8261. Instance.new('ParticleEmitter', PCHAR.Torso).Texture = 'rbxassetid://' .. ARGS[2] - 1
  8262. end
  8263. end)
  8264.  
  8265. ADD_COMMAND('rocket','rocket [plr]',{},
  8266. function(ARGS, SPEAKER)
  8267. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8268. for i,v in pairs(PLAYERS) do
  8269. local PCHAR = gPlayers[v].Character
  8270. spawn(function()
  8271. local R = ROCKET:Clone()
  8272. R.Parent = gWorkspace
  8273. local W = Instance.new('Weld', R)
  8274. W.Part0 = W.Parent
  8275. W.Part1 = PCHAR.Torso
  8276. W.C1 = CFrame.new(0, 0.5, 1)
  8277. R.force.Force = Vector3.new(0, 15000, 0)
  8278. wait()
  8279. PCHAR.HumanoidRootPart.CFrame = PCHAR.HumanoidRootPart.CFrame * CFrame.new(0, 5, 0)
  8280. wait(5)
  8281. Instance.new('Explosion', R).Position = R.Position
  8282. wait(1)
  8283. R:destroy()
  8284. end)
  8285. end
  8286. end)
  8287.  
  8288. ADD_COMMAND('blackify','blackify [plr]',{},
  8289. function(ARGS, SPEAKER)
  8290. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8291. for i,v in pairs(PLAYERS) do
  8292. COLOR(gPlayers[v], 'Really black')
  8293. end
  8294. end)
  8295.  
  8296. ADD_COMMAND('whitify','whitify [plr]',{},
  8297. function(ARGS, SPEAKER)
  8298. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8299. for i,v in pairs(PLAYERS) do
  8300. COLOR(gPlayers[v], 'White')
  8301. end
  8302. end)
  8303.  
  8304. ADD_COMMAND('color','color [plr] [brick color]',{},
  8305. function(ARGS, SPEAKER)
  8306. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8307. for i,v in pairs(PLAYERS) do
  8308. COLOR(gPlayers[v], GLS(false, 1))
  8309. end
  8310. end)
  8311.  
  8312. ADD_COMMAND('sword','sword [plr]',{},
  8313. function(ARGS, SPEAKER)
  8314. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8315. for i,v in pairs(PLAYERS) do
  8316. ECOMMAND('gear ' .. gPlayers[v].Name .. ' 125013769')
  8317. end
  8318. end)
  8319.  
  8320. ADD_COMMAND('change','change [plr] [stat] [int/string]',{},
  8321. function(ARGS, SPEAKER)
  8322. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8323. for i,v in pairs(PLAYERS) do
  8324. if gPlayers[v]:FindFirstChild('leaderstats') then
  8325. for i,v in pairs(gPlayers[v].leaderstats:GetChildren()) do
  8326. if string.lower(v.Name) == string.lower(ARGS[2]) and v:IsA('IntValue') or v:IsA('NumberValue') then
  8327. if ARGS[3] then v.Value = tonumber(ARGS[3]) end
  8328. elseif string.lower(v.Name) == string.lower(ARGS[2]) and v:IsA('StringValue') then
  8329. v.Value = GLS(false, 2)
  8330. end
  8331. end
  8332. end
  8333. end
  8334. end)
  8335.  
  8336. ADD_COMMAND('bait','bait',{},
  8337. function(ARGS, SPEAKER)
  8338. spawn(function()
  8339. local M = Instance.new('Model', gWorkspace) M.Name = 'Touch For Admin!'
  8340. local P = Instance.new('Part', M) P.Name = 'Head' P.Position = SPEAKER.Character.Head.Position P.BrickColor = BrickColor.new('Pink') P.Material = 'Neon'
  8341. local H = Instance.new('Humanoid', M)
  8342. P.Touched:connect(function(RIP) if RIP.Parent.Name ~= SPEAKER.Name or RIP.Parent.Name ~= LP.Name then if RIP.Parent:FindFirstChild('Humanoid') then RIP.Parent.Humanoid:destroy() end end end)
  8343. end)
  8344. end)
  8345.  
  8346. ADD_COMMAND('naked','naked [plr]',{},
  8347. function(ARGS, SPEAKER)
  8348. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8349. for i,v in pairs(PLAYERS) do
  8350. local PCHAR = gPlayers[v].Character
  8351. for i,v in pairs(PCHAR:GetChildren()) do
  8352. if v:IsA('Accessory') or v:IsA('Shirt') or v:IsA('Pants') or v:IsA('ShirtGraphic') then
  8353. v:destroy()
  8354. end
  8355. for i,v in pairs(PCHAR.Torso:GetChildren()) do
  8356. if v:IsA('Decal') then
  8357. v:destroy()
  8358. end
  8359. end
  8360. end
  8361. end
  8362. end)
  8363.  
  8364. ADD_COMMAND('decalspam','decalspam [decal]',{'dspam'},
  8365. function(ARGS, SPEAKER)
  8366. if ARGS[1] then
  8367. DECALSPAM(gWorkspace, ARGS[1])
  8368. end
  8369. end)
  8370.  
  8371. ADD_COMMAND('undecalspam','undecalspam',{'undspam'},
  8372. function(ARGS, SPEAKER)
  8373. if ARGS[1] then
  8374. UNDECALSPAM(gWorkspace)
  8375. end
  8376. end)
  8377.  
  8378. ADD_COMMAND('bang','bang [plr]',{'rape'},
  8379. function(ARGS, SPEAKER)
  8380. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8381. for i,v in pairs(PLAYERS) do
  8382. BANG(gPlayers[v].Name)
  8383. end
  8384. end)
  8385.  
  8386. ADD_COMMAND('lag','lag [plr]',{},
  8387. function(ARGS, SPEAKER)
  8388. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8389. for i,v in pairs(PLAYERS) do
  8390. LAG(gPlayers[v])
  8391. end
  8392. end)
  8393.  
  8394. ADD_COMMAND('respawn','respawn [plr]',{},
  8395. function(ARGS, SPEAKER)
  8396. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8397. for i,v in pairs(PLAYERS) do
  8398. RESPAWN(gPlayers[v])
  8399. end
  8400. end)
  8401.  
  8402. ADD_COMMAND('face','face [plr] [decal]',{},
  8403. function(ARGS, SPEAKER)
  8404. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8405. for i,v in pairs(PLAYERS) do
  8406. local PCHAR = gPlayers[v].Character
  8407. for i,v in pairs(PCHAR.Head:GetChildren()) do if v:IsA('Decal') then v:destroy() end end
  8408. local F = Instance.new('Decal', PCHAR.Head) F.Name = 'face' F.Texture = 'rbxassetid://' .. ARGS[2] - 1
  8409. end
  8410. end)
  8411.  
  8412. ADD_COMMAND('shirt','shirt [plr] [decal]',{},
  8413. function(ARGS, SPEAKER)
  8414. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8415. for i,v in pairs(PLAYERS) do
  8416. local PCHAR = gPlayers[v].Character
  8417. for i,v in pairs(PCHAR:GetChildren()) do if v:IsA('Shirt') then v:destroy() end end
  8418. local S = Instance.new('Shirt', PCHAR) S.Name = 'Shirt' S.ShirtTemplate = 'rbxassetid://' .. ARGS[2] - 1
  8419. end
  8420. end)
  8421.  
  8422. ADD_COMMAND('pants','pants [plr] [decal]',{},
  8423. function(ARGS, SPEAKER)
  8424. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8425. for i,v in pairs(PLAYERS) do
  8426. local PCHAR = gPlayers[v].Character
  8427. for i,v in pairs(PCHAR:GetChildren()) do if v:IsA('Pants') then v:destroy() end end
  8428. local P = Instance.new('Pants', PCHAR) P.Name = 'Shirt' P.PantsTemplate = 'rbxassetid://' .. ARGS[2] - 1
  8429. end
  8430. end)
  8431.  
  8432. ADD_COMMAND('longneck','longneck [plr]',{'lneck', 'giraffe'},
  8433. function(ARGS, SPEAKER)
  8434. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8435. for i,v in pairs(PLAYERS) do
  8436. local PCHAR = gPlayers[v].Character
  8437. RESET_MODEL(PCHAR)
  8438. UPDATE_MODEL(PCHAR, gPlayers[v].Name)
  8439. for i,v in pairs(PCHAR:GetChildren()) do if v:IsA('Accessory') then v.Handle.Mesh.Offset = Vector3.new(0, 5, 0) end end
  8440. if PCHAR.Head:FindFirstChild('Mesh') then PCHAR.Head.Mesh.Offset = Vector3.new(0, 5, 0) end
  8441. local G = Instance.new('Part', PCHAR) G.Name = 'giraffe_seth' G.BrickColor = PCHAR.Head.BrickColor G.Size = Vector3.new(2, 1, 1)
  8442. local SM = Instance.new('SpecialMesh', G) SM.Scale = Vector3.new(1.25, 5, 1.25) SM.Offset = Vector3.new(0, 2, 0)
  8443. local W = Instance.new('Weld', G) W.Part0 = PCHAR.Head W.Part1 = G
  8444. end
  8445. end)
  8446.  
  8447. ADD_COMMAND('stealchar','stealchar [plr]',{'schar'},
  8448. function(ARGS, SPEAKER)
  8449. local PLAYERS1, PLAYERS2 = GET_PLAYER(ARGS[1])
  8450. for i,v in pairs(PLAYERS1) do
  8451. RESET_MODEL(SPEAKER.Character) UPDATE_MODEL(SPEAKER.Character, gPlayers[v].Name)
  8452. end
  8453. end)
  8454.  
  8455. ADD_COMMAND('baseplate','baseplate',{'bp'},
  8456. function(ARGS, SPEAKER)
  8457. for i,v in pairs(gWorkspace:GetChildren()) do if v:IsA('Model') and v.Name == 'baseplate_seth' then v:destroy() end end
  8458. local BP = Instance.new('Part', gWorkspace) BP.Name = 'baseplate_seth' BP.Anchored = true BP.BrickColor = BrickColor.new('Bright green') BP.Size = Vector3.new(2048, 5, 2048) BP.Position = Vector3.new(0, 0, 0)
  8459. end)
  8460.  
  8461. ADD_COMMAND('norotate','norotate [plr]',{'nrt'},
  8462. function(ARGS, SPEAKER)
  8463. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8464. for i,v in pairs(PLAYERS) do
  8465. local PCHAR = gPlayers[v].Character
  8466. if PCHAR:FindFirstChild('Humanoid') then PCHAR.Humanoid.AutoRotate = false end
  8467. end
  8468. end)
  8469.  
  8470. ADD_COMMAND('rotate','rotate [plr]',{'rt'},
  8471. function(ARGS, SPEAKER)
  8472. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8473. for i,v in pairs(PLAYERS) do
  8474. local PCHAR = gPlayers[v].Character
  8475. if PCHAR:FindFirstChild('Humanoid') then PCHAR.Humanoid.AutoRotate = true end
  8476. end
  8477. end)
  8478.  
  8479. ADD_COMMAND('admin','admin [plr]',{},
  8480. function(ARGS, SPEAKER)
  8481. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8482. for i,v in pairs(PLAYERS) do
  8483. if not CHECK_ADMIN(gPlayers[v]) then
  8484. table.insert(ADMINS, gPlayers[v].userId)
  8485. UPDATE_ADMINS()
  8486. spawn(function()
  8487. game.Chat:Chat(gPlayers[v].Character.Head, STUFF .. 'You\'re now an admin!')
  8488. wait(3)
  8489. game.Chat:Chat(gPlayers[v].Character.Head, STUFF .. 'Give me a try! | ' .. C_PREFIX .. 'ff me')
  8490. end)
  8491. end
  8492. end
  8493. end)
  8494.  
  8495. ADD_COMMAND('unadmin','unadmin [plr]',{},
  8496. function(ARGS, SPEAKER)
  8497. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8498. for i,v in pairs(PLAYERS) do
  8499. if CHECK_ADMIN(gPlayers[v]) then
  8500. if FIND_IN_TABLE(ADMINS, gPlayers[v].userId) then
  8501. table.remove(ADMINS, GET_IN_TABLE(ADMINS, gPlayers[v].userId))
  8502. UPDATE_ADMINS()
  8503. game.Chat:Chat(gPlayers[v].Character.Head, STUFF .. 'You\'re no longer an admin.')
  8504. end
  8505. end
  8506. end
  8507. end)
  8508.  
  8509. ADD_COMMAND('minzoom','minzoom [plr] [int]',{'minz'},
  8510. function(ARGS, SPEAKER)
  8511. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8512. for i,v in pairs(PLAYERS) do
  8513. gPlayers[v].CameraMinZoomDistance = ARGS[2]
  8514. end
  8515. end)
  8516.  
  8517. ADD_COMMAND('maxzoom','maxzoom [plr] [int]',{'maxz'},
  8518. function(ARGS, SPEAKER)
  8519. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8520. for i,v in pairs(PLAYERS) do
  8521. gPlayers[v].CameraMaxZoomDistance = ARGS[2]
  8522. end
  8523. end)
  8524.  
  8525. ADD_COMMAND('age','age [plr]',{},
  8526. function(ARGS, SPEAKER)
  8527. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8528. for i,v in pairs(PLAYERS) do
  8529. NOTIFY(gPlayers[v].Name .. ' | ' .. gPlayers[v].AccountAge, 255, 255, 255)
  8530. end
  8531. end)
  8532.  
  8533. ADD_COMMAND('hl','hl [plr] [r] [g] [b]',{},
  8534. function(ARGS, SPEAKER)
  8535. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8536. for i,v in pairs(PLAYERS) do
  8537. local PCHAR = gPlayers[v].Character
  8538. if PCHAR:FindFirstChild('Torso') then
  8539. local HL = Instance.new('SpotLight', PCHAR.Torso) HL.Name = 'seth_hl' HL.Brightness = 5 HL.Range = 60
  8540. if ARGS[2] and ARGS[3] and ARGS[4] then
  8541. HL.Color = C3(ARGS[2], ARGS[3], ARGS[4])
  8542. end
  8543. end
  8544. end
  8545. end)
  8546.  
  8547. ADD_COMMAND('unhl','unhl [plr]',{},
  8548. function(ARGS, SPEAKER)
  8549. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8550. for i,v in pairs(PLAYERS) do
  8551. local PCHAR = gPlayers[v].Character
  8552. if PCHAR:FindFirstChild('Torso') then
  8553. for i,v in pairs(PCHAR.Torso:GetChildren()) do
  8554. if v:IsA('SpotLight') and v.Name == 'seth_hl' then
  8555. v:destroy()
  8556. end
  8557. end
  8558. end
  8559. end
  8560. end)
  8561.  
  8562. ADD_COMMAND('crash','crash [plr]',{},
  8563. function(ARGS, SPEAKER)
  8564. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8565. for i,v in pairs(PLAYERS) do
  8566. local PCHAR = gPlayers[v].Character
  8567. PCHAR.Torso.Anchored = true
  8568. for i,v in pairs(PCHAR:GetChildren()) do
  8569. if v:IsA('Humanoid') then
  8570. for i = 1,10 do
  8571. v.HipHeight = 1/0*0
  8572. end
  8573. end
  8574. end
  8575. end
  8576. end)
  8577.  
  8578. ADD_COMMAND('shutdown','shutdown',{},
  8579. function(ARGS, SPEAKER)
  8580. gWorkspace.Gravity = 1/0*0
  8581. end)
  8582.  
  8583. ADD_COMMAND('smite','smite [plr]',{},
  8584. function(ARGS, SPEAKER)
  8585. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8586. for i,v in pairs(PLAYERS) do
  8587. local PCHAR = gPlayers[v].Character
  8588. spawn(function()
  8589. local function CastRay(A, B, C) local V = B - A return workspace:FindPartOnRayWithIgnoreList(Ray.new(A, V.unit * math.min(V.magnitude, 999)), C or {}, false, true) end
  8590.  
  8591. local PP = PCHAR.PrimaryPart.Position - Vector3.new(0, 3, 0)
  8592. local S = Instance.new('Sound', gWorkspace) S.SoundId = 'rbxassetid://178090362' S.Volume = 1 S:Play() spawn(function() wait(7) S:destroy() end)
  8593. local S,P2 = CastRay(PP, PP - Vector3.new(0, 9, 0), {PCHAR})
  8594.  
  8595. local P1 = Instance.new('Part', game.Workspace)
  8596. P1.BrickColor = BrickColor.new('Institutional white')
  8597. P1.Material = 'Neon'
  8598. P1.Transparency = 0.9
  8599. P1.Anchored = true
  8600. P1.CanCollide = false
  8601. P1.Size = Vector3.new(0.2, 0.2, 0.2)
  8602. P1.CFrame = CFrame.new((S and P2 or PP) + Vector3.new(0, 1e3, 0))
  8603. Instance.new('BlockMesh', P1).Scale = Vector3.new(10, 10000, 10)
  8604.  
  8605. local P2, P3, P4, P5 = P1:Clone(), P1:Clone(), P1:Clone(), P1:Clone()
  8606. for i, v in next, {P2, P3, P4, P5} do i = i * 0.1 v.Parent, v.Size = P1, Vector3.new(0.2 + i, 0.2, 0.2 + i ) v.CFrame = P1.CFrame end wait(0.5) P1:destroy() PCHAR:BreakJoints()
  8607. end)
  8608. end
  8609. end)
  8610.  
  8611. ADD_COMMAND('skydive','skydive [plr]',{},
  8612. function(ARGS, SPEAKER)
  8613. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8614. for i,v in pairs(PLAYERS) do
  8615. local PCHAR = gPlayers[v].Character
  8616. spawn(function()
  8617. for i = 0, 3 do
  8618. if PCHAR then
  8619. PCHAR.HumanoidRootPart.CFrame = PCHAR.HumanoidRootPart.CFrame + Vector3.new(0, 7500, 0)
  8620. end
  8621. end
  8622. end)
  8623. end
  8624. end)
  8625.  
  8626. ADD_COMMAND('message','message [string]',{'m'},
  8627. function(ARGS, SPEAKER)
  8628. spawn(function()
  8629. if MG then
  8630. MESSAGE(GLS(false, 0))
  8631. else
  8632. LOAD_MESSAGE(GLS(false, 0))
  8633. end
  8634. end)
  8635. end)
  8636.  
  8637. ADD_COMMAND('control','control [plr]',{},
  8638. function(ARGS, SPEAKER)
  8639. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  8640. for i,v in pairs(PLAYERS) do
  8641. local PCHAR = gPlayers[v].Character
  8642. local HB = Instance.new('HopperBin', LP.Backpack) HB.Name = gPlayers[v].Name
  8643. local CONTROL_ENABLED = false
  8644. local function CONTROL(P, V3)
  8645. if CONTROL_ENABLED then
  8646. if P.Character and P.Character:FindFirstChild('Humanoid') then
  8647. P.Character.Humanoid:MoveTo(V3)
  8648. end
  8649. end
  8650. end
  8651. HB.Selected:connect(function(M)
  8652. M.Button1Down:connect(function() CONTROL_ENABLED = true CONTROL(gPlayers:FindFirstChild(HB.Name), M.Hit.p) end)
  8653. M.Button1Up:connect(function() CONTROL_ENABLED = false end)
  8654. end)
  8655. end
  8656. end)
  8657.  
  8658. -- / extra
  8659.  
  8660. ADD_COMMAND('gravity','gravity [int]',{},
  8661. function(ARGS, SPEAKER)
  8662. gWorkspace.Gravity = ARGS[1]
  8663. end)
  8664.  
  8665. ADD_COMMAND('fixlighting','fixlighting',{'fixl'},
  8666. function(ARGS, SPEAKER)
  8667. FIX_LIGHTING()
  8668. end)
  8669.  
  8670. ADD_COMMAND('fixfog','fixfog',{'clrfog'},
  8671. function(ARGS, SPEAKER)
  8672. gLighting.FogColor = C3(191, 191, 191)
  8673. gLighting.FogEnd = 100000000
  8674. gLighting.FogStart = 0
  8675. end)
  8676.  
  8677. ADD_COMMAND('day','day',{},
  8678. function(ARGS, SPEAKER)
  8679. gLighting.TimeOfDay = 14
  8680. end)
  8681.  
  8682. ADD_COMMAND('night','night',{},
  8683. function(ARGS, SPEAKER)
  8684. gLighting.TimeOfDay = 24
  8685. end)
  8686.  
  8687. ADD_COMMAND('serverlock','serverlock',{'slock'},
  8688. function(ARGS, SPEAKER)
  8689. SERVER_LOCKED = true
  8690. end)
  8691.  
  8692. ADD_COMMAND('unserverlock','unserverlock',{'unslock'},
  8693. function(ARGS, SPEAKER)
  8694. SERVER_LOCKED = false
  8695. end)
  8696.  
  8697. ADD_COMMAND('fogend','fogend [int]',{},
  8698. function(ARGS, SPEAKER)
  8699. gLighting.FogEnd = ARGS[1]
  8700. end)
  8701.  
  8702. ADD_COMMAND('fogcolor','fogcolor [r] [g] [b]',{},
  8703. function(ARGS, SPEAKER)
  8704. if ARGS[1] and ARGS[2] and ARGS[3] then
  8705. gLighting.FogColor = C3(ARGS[1], ARGS[2], ARGS[3])
  8706. end
  8707. end)
  8708.  
  8709. ADD_COMMAND('noclip','noclip',{},
  8710. function(ARGS, SPEAKER)
  8711. NOCLIP = true
  8712. JESUSFLY = false
  8713. SWIM = false
  8714. end)
  8715.  
  8716. ADD_COMMAND('clip','clip',{},
  8717. function(ARGS, SPEAKER)
  8718. NOCLIP = false
  8719. end)
  8720.  
  8721. ADD_COMMAND('jesusfly','jesusfly',{},
  8722. function(ARGS, SPEAKER)
  8723. NOCLIP = false
  8724. JESUSFLY = true
  8725. SWIM = false
  8726. end)
  8727.  
  8728. ADD_COMMAND('nojfly','nojfly',{},
  8729. function(ARGS, SPEAKER)
  8730. JESUSFLY = false
  8731. end)
  8732.  
  8733. ADD_COMMAND('swim','swim',{},
  8734. function(ARGS, SPEAKER)
  8735. NOCLIP = false
  8736. JESUSFLY = false
  8737. SWIM = true
  8738. end)
  8739.  
  8740. ADD_COMMAND('noswim','noswim',{},
  8741. function(ARGS, SPEAKER)
  8742. SWIM = false
  8743. end)
  8744.  
  8745. ADD_COMMAND('fly','fly',{},
  8746. function(ARGS, SPEAKER)
  8747. sFLY()
  8748. end)
  8749.  
  8750. ADD_COMMAND('unfly','unfly',{},
  8751. function(ARGS, SPEAKER)
  8752. NOFLY()
  8753. end)
  8754.  
  8755. ADD_COMMAND('prefix','prefix [string]',{},
  8756. function(ARGS, SPEAKER)
  8757. if ARGS[1] then
  8758. C_PREFIX = ARGS[1]
  8759. NOTIFY('Changed prefix to \'' .. ARGS[1] .. '\'', 255, 255, 255)
  8760. end
  8761. end)
  8762.  
  8763. ADD_COMMAND('version','version',{},
  8764. function(ARGS, SPEAKER)
  8765. NOTIFY('VERSION | ' .. VERSION, 255, 255, 255)
  8766. end)
  8767.  
  8768. ADD_COMMAND('fe','fe',{},
  8769. function(ARGS, SPEAKER)
  8770. spawn(function()
  8771. CHECK_FE()
  8772. end)
  8773. end)
  8774.  
  8775. function OPEN_COMMANDS()
  8776. SETH_MAIN.main.holder.Size = UDim2.new(1, 25, 12, 30)
  8777. SETH_MAIN.main.holder.holders.search.Visible = true
  8778. end
  8779.  
  8780. function CLOSE_COMMANDS()
  8781. SETH_MAIN.main.holder.holders.search.Visible = false
  8782. SETH_MAIN.main.holder.Size = UDim2.new(1, 25, 12, 0)
  8783. end
  8784.  
  8785. function OPEN_TAB(TAB)
  8786. if not gCoreGui:FindFirstChild('seth_main') then OPEN_MAIN() end
  8787. for a,b in pairs(SETH_MAIN.main.holder.holders:GetChildren()) do
  8788. if b.Name ~= TAB then
  8789. b.Visible = false
  8790. else
  8791. b.Visible = true
  8792. end
  8793. if TAB ~= 'cmds' then
  8794. CLOSE_COMMANDS()
  8795. else
  8796. OPEN_COMMANDS()
  8797. end
  8798. end
  8799. end
  8800.  
  8801. ADD_COMMAND('serverinfo','serverinfo',{'sinfo'},
  8802. function(ARGS, SPEAKER)
  8803. OPEN_TAB('server')
  8804. end)
  8805.  
  8806. ADD_COMMAND('admins','admins',{},
  8807. function(ARGS, SPEAKER)
  8808. OPEN_TAB('admins')
  8809. end)
  8810.  
  8811. ADD_COMMAND('cmds','cmds',{'commands'},
  8812. function(ARGS, SPEAKER)
  8813. OPEN_TAB('cmds')
  8814. end)
  8815.  
  8816. ADD_COMMAND('bans','bans',{},
  8817. function(ARGS, SPEAKER)
  8818. OPEN_TAB('bans')
  8819. end)
  8820.  
  8821. ADD_COMMAND('fun','fun',{},
  8822. function(ARGS, SPEAKER)
  8823. OPEN_TAB('fun')
  8824. end)
  8825.  
  8826. ADD_COMMAND('changelog','changelog',{},
  8827. function(ARGS, SPEAKER)
  8828. OPEN_TAB('changelog')
  8829. end)
  8830.  
  8831. ADD_COMMAND('credits','credits',{},
  8832. function(ARGS, SPEAKER)
  8833. OPEN_TAB('credits')
  8834. end)
  8835.  
  8836. MOUSE.KeyDown:connect(function(key)
  8837. if key:byte() == 29 then
  8838. if not NOCLIP then
  8839. ECOMMAND('noclip')
  8840. elseif NOCLIP then
  8841. ECOMMAND('clip')
  8842. end
  8843. elseif key:byte() == 30 then
  8844. if not JESUSFLY then
  8845. ECOMMAND('jesusfly')
  8846. elseif JESUSFLY then
  8847. ECOMMAND('nojfly')
  8848. end
  8849. end
  8850. end)
  8851.  
  8852. -- / after loaded
  8853.  
  8854. function CHECK_FE()
  8855. if not gWorkspace.FilteringEnabled then
  8856. NOTIFY('Filtering is disabled', 50, 255, 50)
  8857. elseif gWorkspace.FilteringEnabled then
  8858. NOTIFY('Filtering is ENABLED', 255, 50, 50)
  8859. end
  8860. end
  8861.  
  8862. CMD_BAR_H.bar:TweenPosition(UDim2.new(0, 0, 1, -50), 'InOut', 'Quad', 0.5, true)
  8863.  
  8864. local GOING_IN = true
  8865. CMD_BAR_H.bar.Changed:connect(function()
  8866. if CMD_BAR_H.bar.Text ~= 'press ; to execute a command' and CMD_BAR_H.bar.Focused and not GOING_IN then
  8867. if CMD_BAR_H.bar.Text ~= '' then
  8868. if not CMD_BAR_H.bar.Text:find(' ') then
  8869. CMD_BAR_H.bar.commands.Visible = true
  8870. CMD_BAR_H.bar.commands:ClearAllChildren()
  8871. CMD_BAR_H.bar.commands.CanvasSize = UDim2.new(0, 0, 0, 0)
  8872. local Y_COMMANDS = 0
  8873. for i,v in pairs(COMMANDS) do
  8874. if v.N:find(CMD_BAR_H.bar.Text) then
  8875. CMD_BAR_H.bar.commands:TweenSize(UDim2.new(1, 0, 1, -200), 'InOut', 'Quad', 0.2, true)
  8876. CMD_BAR_H.bar.commands.CanvasSize = CMD_BAR_H.bar.commands.CanvasSize + UDim2.new(0, 0, 0, 20)
  8877. local COMMANDS_C = CMD_BAR_H.bar.commands_ex:Clone()
  8878. COMMANDS_C.Position = UDim2.new(0, 0, 0, Y_COMMANDS)
  8879. COMMANDS_C.Visible = true
  8880. COMMANDS_C.Text = ' ' .. v.D
  8881. COMMANDS_C.Parent = CMD_BAR_H.bar.commands
  8882. Y_COMMANDS = Y_COMMANDS + 20
  8883. end
  8884. end
  8885. end
  8886. else
  8887. CMD_BAR_H.bar.commands:TweenSize(UDim2.new(1, 0, 0, 0), 'InOut', 'Quad', 0.2, true)
  8888. CMD_BAR_H.bar.commands:ClearAllChildren()
  8889. CMD_BAR_H.bar.commands.CanvasSize = UDim2.new(0, 0, 0, 0)
  8890. end
  8891. end
  8892. end)
  8893.  
  8894. CMD_BAR_H.bar.FocusLost:connect(function()
  8895. GOING_IN = true
  8896. if CMD_BAR_H.bar.Text ~= '' then
  8897. spawn(function()
  8898. ECOMMAND(CMD_BAR_H.bar.Text, LP)
  8899. end)
  8900. end
  8901. CMD_BAR_H.bar.commands:ClearAllChildren()
  8902. CMD_BAR_H.bar.commands.CanvasSize = UDim2.new(0, 0, 0, 0)
  8903. CMD_BAR_H.bar.commands:TweenSize(UDim2.new(1, 0, 0, 0), 'InOut', 'Quad', 0.2, true)
  8904. CMD_BAR_H.bar:TweenPosition(UDim2.new(0, -225, 1, -50), 'InOut', 'Quad', 0.5, true)
  8905. end)
  8906.  
  8907. MOUSE.KeyDown:connect(function(K)
  8908. if K:byte() == 59 then
  8909. GOING_IN = false
  8910. CMD_BAR_H.bar:TweenPosition(UDim2.new(0, 0, 1, -50), 'InOut', 'Quad', 0.5, true)
  8911. CMD_BAR_H.bar:CaptureFocus()
  8912. end
  8913. end)
  8914.  
  8915. NOTIFY('Hello, ' .. gPlayers.LocalPlayer.Name, 255, 255, 255)
  8916. CHECK_FE()
  8917. end)
  8918.  
  8919. Button5.MouseButton1Down:connect(function()
  8920. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  8921. end)
  8922.  
  8923. Button6.MouseButton1Down:connect(function()
  8924. Name = game.Players.LocalPlayer
  8925. pcall(function() workspace[Name].Droid:remove() end)
  8926. player = game.Players[Name]
  8927. char = player.Character
  8928. char.Humanoid.MaxHealth = math.huge
  8929. wait(0.5)
  8930. char.Humanoid.Health = char.Humanoid.MaxHealth
  8931.  
  8932. Time=500000
  8933.  
  8934. r=tick()
  8935. wait()
  8936. print("Your life span is: ~"..math.floor((Time/(tick()-r))*(tick()-r)))
  8937.  
  8938. function Infect(char)
  8939. Color=BrickColor.new("Brown")
  8940. Color2=BrickColor.new("Grime")
  8941. local model = Instance.new("Model")
  8942. model.Parent = char
  8943. model.Name = "Droid"
  8944. char.Humanoid.WalkSpeed=12
  8945. fake=char.Head:clone()
  8946. pcall(function() fake.face:remove() char.Head.face:remove()
  8947. char.Head.Transparency=1
  8948. fake.Parent=model
  8949. fake.Transparency=0
  8950. w=Instance.new("Weld")
  8951. w.Part1=fake
  8952. w.Part0=char.Head
  8953. w.Parent=char
  8954. fake.Mesh.Scale=fake.Mesh.Scale+Vector3.new(-0.01,-0.01,-0.01)
  8955. fake.BrickColor=Color2
  8956. for _,v in pairs(char:children()) do
  8957. if v.className=="Part" then
  8958. v.TopSurface="Smooth"
  8959. v.BottomSurface="Smooth"
  8960. elseif v.className=="Hat" then
  8961. v:remove()
  8962. end
  8963. end
  8964. char.Shirt:remove()
  8965. char.Pants:remove()
  8966. end)
  8967. char.Head.Changed:connect(function(p)
  8968. if p=="BrickColor" then
  8969. wait()
  8970. char["Right Leg"].BrickColor=Color
  8971. char["Left Leg"].BrickColor=Color
  8972. char["Torso"].BrickColor=Color
  8973. char["Head"].BrickColor=Color2
  8974. char["Right Arm"].BrickColor=Color2
  8975. char["Left Arm"].BrickColor=Color2
  8976. end
  8977. end)
  8978. char.Head.BrickColor=BrickColor:Red()
  8979. Arms={char.Torso["Left Shoulder"],char.Torso["Right Shoulder"]} or {char.Torso["Left Shouldr"],char.Torso["Right Shouldr"]}
  8980. char.Torso.Neck.C0=char.Torso.Neck.C0*CFrame.Angles(math.rad(8),math.rad(12),0)
  8981. Arms[1].Parent=nil
  8982. w = Instance.new("Weld")
  8983. w.Name="Left Shouldr"
  8984. w.Parent = char.Torso
  8985. w.Part0 = char["Left Arm"]
  8986. w.Part1 = w.Parent
  8987. w.C0=CFrame.new(1.5,0.3,0)*CFrame.Angles(math.rad(-95),math.rad(9),math.rad(20))
  8988. Arms[2].Parent=nil
  8989. w2 = Instance.new("Weld")
  8990. w2.Name="Right Shouldr"
  8991. w2.Parent = char.Torso
  8992. w2.Part0 = char["Right Arm"]
  8993. w2.Part1 = w2.Parent
  8994. w2.C0=CFrame.new(-1.5,0.3,0)*CFrame.Angles(math.rad(-95),math.rad(-9),math.rad(-20))
  8995. char["Left Arm"].Touched:connect(function(hit)
  8996. if hit.Parent:findFirstChild("Torso") and hit.Parent.Torso:findFirstChild("Right Shoulder") then
  8997. Delay(0,function() Infect(hit.Parent) end)
  8998. end
  8999. end)
  9000. char["Right Arm"].Touched:connect(function(hit)
  9001. if hit.Parent:findFirstChild("Torso") and hit.Parent.Torso:findFirstChild("Right Shoulder") then
  9002. Delay(0,function() Infect(hit.Parent) end)
  9003. end
  9004. end)
  9005. Delay(0,function()
  9006. r=tick()
  9007. wait()
  9008. local charh=char
  9009. for i=1,Time/(tick()-r) do
  9010. wait()
  9011. Dist=150
  9012. Targ=nil
  9013. for _,v in pairs(game.Players:children()) do
  9014. if v:IsA("Player") and v.Character and v.Character:findFirstChild("Torso") and v.Character.Torso:findFirstChild("Right Shoulder") then
  9015. if (v.Character.Torso.Position-charh.Torso.Position).magnitude<Dist then
  9016. Dist=(v.Character.Torso.Position-charh.Torso.Position).magnitude
  9017. Targ=v.Character.Torso
  9018. end
  9019. end
  9020. end
  9021. if Targ and Targ.Parent then
  9022. charh.Humanoid:MoveTo(Targ.Position,workspace.Base)
  9023. Targ=nil
  9024. end
  9025. end
  9026. charh.Head:remove()
  9027. end)
  9028. end
  9029.  
  9030. Infect(char)
  9031. --lego
  9032. end)
  9033.  
  9034. Button7.MouseButton1Down:connect(function()
  9035. game:GetService("RunService"):BindToRenderStep("ew", 0, function()
  9036. for i,v in pairs(game.Players:GetChildren()) do
  9037. v.Character.Humanoid:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  9038. end
  9039. end)
  9040. end)
  9041.  
  9042. Button8.MouseButton1Down:connect(function()
  9043. -- Lumber hub Version 1.9b
  9044. -- Dont leak or you will face the fists of furry
  9045.  
  9046. game.StarterPlayer.StarterPlayerScripts.Clean2:Remove()
  9047. warn('anti exploit removed')
  9048.  
  9049. local LH = Instance.new("ScreenGui")
  9050. local Main = Instance.new("Frame")
  9051. local tBar = Instance.new("Frame")
  9052. local exit = Instance.new("TextButton")
  9053. local Header = Instance.new("TextLabel")
  9054. local bHolder = Instance.new("Frame")
  9055. local godmode = Instance.new("TextButton")
  9056. local stealaxes = Instance.new("TextButton")
  9057. local dragger = Instance.new("TextButton")
  9058. local whitelist = Instance.new("TextButton")
  9059. local land = Instance.new("TextButton")
  9060. local printt = Instance.new("TextButton")
  9061. local tHolder = Instance.new("ScrollingFrame")
  9062. local woodsrus = Instance.new("TextButton")
  9063. local landstore = Instance.new("TextButton")
  9064. local bridge = Instance.new("TextButton")
  9065. local fancy = Instance.new("TextButton")
  9066. local boxed = Instance.new("TextButton")
  9067. local links = Instance.new("TextButton")
  9068. local maze = Instance.new("TextButton")
  9069. local rukaxe = Instance.new("TextButton")
  9070. local swamp = Instance.new("TextButton")
  9071. local volcano = Instance.new("TextButton")
  9072. local volcanow = Instance.new("TextButton")
  9073. local palm = Instance.new("TextButton")
  9074. local blue = Instance.new("TextButton")
  9075. local Open = Instance.new("TextButton")
  9076.  
  9077. -- Properties
  9078.  
  9079. LH.Name = "LH"
  9080. LH.Parent = game.CoreGui
  9081.  
  9082. Main.Name = "Main"
  9083. Main.Parent = LH
  9084. Main.BackgroundColor3 = Color3.new(0.133333, 0.137255, 0.141176)
  9085. Main.BorderSizePixel = 0
  9086. Main.Position = UDim2.new(0, 300, 0, 150)
  9087. Main.Size = UDim2.new(0, 300, 0, 200)
  9088. Main.Active = true
  9089. Main.Draggable = true
  9090. Main.Visible = false
  9091.  
  9092. tBar.Name = "tBar"
  9093. tBar.Parent = Main
  9094. tBar.BackgroundColor3 = Color3.new(0, 0.423529, 0.976471)
  9095. tBar.BorderSizePixel = 0
  9096. tBar.Size = UDim2.new(0, 300, 0, 30)
  9097.  
  9098. exit.Name = "exit"
  9099. exit.Parent = tBar
  9100. exit.BackgroundColor3 = Color3.new(0.827451, 0.243137, 0.298039)
  9101. exit.BorderSizePixel = 0
  9102. exit.Position = UDim2.new(0, 270, 0, 2)
  9103. exit.Size = UDim2.new(0, 25, 0, 25)
  9104. exit.Font = Enum.Font.SourceSansBold
  9105. exit.FontSize = Enum.FontSize.Size24
  9106. exit.Text = "-"
  9107. exit.TextColor3 = Color3.new(1, 1, 1)
  9108.  
  9109. Header.Name = "Header"
  9110. Header.Parent = tBar
  9111. Header.BackgroundColor3 = Color3.new(1, 1, 1)
  9112. Header.BackgroundTransparency = 1
  9113. Header.BorderSizePixel = 0
  9114. Header.Size = UDim2.new(0, 200, 0, 30)
  9115. Header.Font = Enum.Font.SourceSansBold
  9116. Header.FontSize = Enum.FontSize.Size18
  9117. Header.Text = " Lumber Hub"
  9118. Header.TextColor3 = Color3.new(1, 1, 1)
  9119. Header.TextXAlignment = Enum.TextXAlignment.Left
  9120.  
  9121. bHolder.Name = "bHolder"
  9122. bHolder.Parent = Main
  9123. bHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  9124. bHolder.BackgroundTransparency = 1
  9125. bHolder.BorderSizePixel = 0
  9126. bHolder.Position = UDim2.new(0, 0, 0, 30)
  9127. bHolder.Size = UDim2.new(0, 300, 0, 170)
  9128.  
  9129. godmode.Name = "godmode"
  9130. godmode.Parent = bHolder
  9131. godmode.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9132. godmode.BorderSizePixel = 0
  9133. godmode.Position = UDim2.new(0, 10, 0, 10)
  9134. godmode.Size = UDim2.new(0, 125, 0, 20)
  9135. godmode.Font = Enum.Font.SourceSans
  9136. godmode.FontSize = Enum.FontSize.Size18
  9137. godmode.Text = "Godmode"
  9138. godmode.TextColor3 = Color3.new(1, 1, 1)
  9139.  
  9140. stealaxes.Name = "stealaxes"
  9141. stealaxes.Parent = bHolder
  9142. stealaxes.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9143. stealaxes.BorderSizePixel = 0
  9144. stealaxes.Position = UDim2.new(0, 10, 0, 35)
  9145. stealaxes.Size = UDim2.new(0, 125, 0, 20)
  9146. stealaxes.Font = Enum.Font.SourceSans
  9147. stealaxes.FontSize = Enum.FontSize.Size18
  9148. stealaxes.Text = "Steal All Axes"
  9149. stealaxes.TextColor3 = Color3.new(1, 1, 1)
  9150.  
  9151. dragger.Name = "dragger"
  9152. dragger.Parent = bHolder
  9153. dragger.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9154. dragger.BorderSizePixel = 0
  9155. dragger.Position = UDim2.new(0, 10, 0, 60)
  9156. dragger.Size = UDim2.new(0, 125, 0, 20)
  9157. dragger.Font = Enum.Font.SourceSans
  9158. dragger.FontSize = Enum.FontSize.Size18
  9159. dragger.Text = "Dragger"
  9160. dragger.TextColor3 = Color3.new(1, 1, 1)
  9161.  
  9162. whitelist.Name = "whitelist"
  9163. whitelist.Parent = bHolder
  9164. whitelist.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9165. whitelist.BorderSizePixel = 0
  9166. whitelist.Position = UDim2.new(0, 10, 0, 85)
  9167. whitelist.Size = UDim2.new(0, 125, 0, 20)
  9168. whitelist.Font = Enum.Font.SourceSans
  9169. whitelist.FontSize = Enum.FontSize.Size18
  9170. whitelist.Text = "Whitelisted"
  9171. whitelist.TextColor3 = Color3.new(1, 1, 1)
  9172.  
  9173. land.Name = "land"
  9174. land.Parent = bHolder
  9175. land.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9176. land.BorderSizePixel = 0
  9177. land.Position = UDim2.new(0, 10, 0, 110)
  9178. land.Size = UDim2.new(0, 125, 0, 20)
  9179. land.Font = Enum.Font.SourceSans
  9180. land.FontSize = Enum.FontSize.Size18
  9181. land.Text = "Free land purchases"
  9182. land.TextColor3 = Color3.new(1, 1, 1)
  9183.  
  9184. printt.Name = "printt"
  9185. printt.Parent = bHolder
  9186. printt.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9187. printt.BorderSizePixel = 0
  9188. printt.Position = UDim2.new(0, 10, 0, 135)
  9189. printt.Size = UDim2.new(0, 125, 0, 20)
  9190. printt.Font = Enum.Font.SourceSans
  9191. printt.FontSize = Enum.FontSize.Size18
  9192. printt.Text = "Print all trees"
  9193. printt.TextColor3 = Color3.new(1, 1, 1)
  9194.  
  9195. tHolder.Name = "tHolder"
  9196. tHolder.Parent = Main
  9197. tHolder.BackgroundColor3 = Color3.new(0.133333, 0.137255, 0.141176)
  9198. tHolder.BorderSizePixel = 0
  9199. tHolder.Position = UDim2.new(0, 150, 0, 30)
  9200. tHolder.Size = UDim2.new(0, 150, 0, 170)
  9201.  
  9202. woodsrus.Name = "woodsrus"
  9203. woodsrus.Parent = tHolder
  9204. woodsrus.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9205. woodsrus.BorderSizePixel = 0
  9206. woodsrus.Position = UDim2.new(0, 10, 0, 10)
  9207. woodsrus.Size = UDim2.new(0, 110, 0, 20)
  9208. woodsrus.Font = Enum.Font.SourceSans
  9209. woodsrus.FontSize = Enum.FontSize.Size18
  9210. woodsrus.Text = "Woods R Us"
  9211. woodsrus.TextColor3 = Color3.new(1, 1, 1)
  9212.  
  9213. landstore.Name = "landstore"
  9214. landstore.Parent = tHolder
  9215. landstore.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9216. landstore.BorderSizePixel = 0
  9217. landstore.Position = UDim2.new(0, 10, 0, 35)
  9218. landstore.Size = UDim2.new(0, 110, 0, 20)
  9219. landstore.Font = Enum.Font.SourceSans
  9220. landstore.FontSize = Enum.FontSize.Size18
  9221. landstore.Text = "Land Store"
  9222. landstore.TextColor3 = Color3.new(1, 1, 1)
  9223.  
  9224. bridge.Name = "bridge"
  9225. bridge.Parent = tHolder
  9226. bridge.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9227. bridge.BorderSizePixel = 0
  9228. bridge.Position = UDim2.new(0, 10, 0, 60)
  9229. bridge.Size = UDim2.new(0, 110, 0, 20)
  9230. bridge.Font = Enum.Font.SourceSans
  9231. bridge.FontSize = Enum.FontSize.Size18
  9232. bridge.Text = "The Bridge"
  9233. bridge.TextColor3 = Color3.new(1, 1, 1)
  9234.  
  9235. fancy.Name = "fancy"
  9236. fancy.Parent = tHolder
  9237. fancy.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9238. fancy.BorderSizePixel = 0
  9239. fancy.Position = UDim2.new(0, 10, 0, 85)
  9240. fancy.Size = UDim2.new(0, 110, 0, 20)
  9241. fancy.Font = Enum.Font.SourceSans
  9242. fancy.FontSize = Enum.FontSize.Size18
  9243. fancy.Text = "Fancy Furnishings"
  9244. fancy.TextColor3 = Color3.new(1, 1, 1)
  9245.  
  9246. boxed.Name = "boxed"
  9247. boxed.Parent = tHolder
  9248. boxed.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9249. boxed.BorderSizePixel = 0
  9250. boxed.Position = UDim2.new(0, 10, 0, 110)
  9251. boxed.Size = UDim2.new(0, 110, 0, 20)
  9252. boxed.Font = Enum.Font.SourceSans
  9253. boxed.FontSize = Enum.FontSize.Size18
  9254. boxed.Text = "Boxed Cars"
  9255. boxed.TextColor3 = Color3.new(1, 1, 1)
  9256.  
  9257. links.Name = "links"
  9258. links.Parent = tHolder
  9259. links.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9260. links.BorderSizePixel = 0
  9261. links.Position = UDim2.new(0, 10, 0, 135)
  9262. links.Size = UDim2.new(0, 110, 0, 20)
  9263. links.Font = Enum.Font.SourceSans
  9264. links.FontSize = Enum.FontSize.Size18
  9265. links.Text = "Link's Logic"
  9266. links.TextColor3 = Color3.new(1, 1, 1)
  9267.  
  9268. maze.Name = "maze"
  9269. maze.Parent = tHolder
  9270. maze.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9271. maze.BorderSizePixel = 0
  9272. maze.Position = UDim2.new(0, 10, 0, 160)
  9273. maze.Size = UDim2.new(0, 110, 0, 20)
  9274. maze.Font = Enum.Font.SourceSans
  9275. maze.FontSize = Enum.FontSize.Size18
  9276. maze.Text = "Maze"
  9277. maze.TextColor3 = Color3.new(1, 1, 1)
  9278.  
  9279. rukaxe.Name = "rukaxe"
  9280. rukaxe.Parent = tHolder
  9281. rukaxe.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9282. rukaxe.BorderSizePixel = 0
  9283. rukaxe.Position = UDim2.new(0, 10, 0, 185)
  9284. rukaxe.Size = UDim2.new(0, 110, 0, 20)
  9285. rukaxe.Font = Enum.Font.SourceSans
  9286. rukaxe.FontSize = Enum.FontSize.Size18
  9287. rukaxe.Text = "Rukirye Axe "
  9288. rukaxe.TextColor3 = Color3.new(1, 1, 1)
  9289.  
  9290. swamp.Name = "swamp"
  9291. swamp.Parent = tHolder
  9292. swamp.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9293. swamp.BorderSizePixel = 0
  9294. swamp.Position = UDim2.new(0, 10, 0, 210)
  9295. swamp.Size = UDim2.new(0, 110, 0, 20)
  9296. swamp.Font = Enum.Font.SourceSans
  9297. swamp.FontSize = Enum.FontSize.Size18
  9298. swamp.Text = "The Swamp"
  9299. swamp.TextColor3 = Color3.new(1, 1, 1)
  9300.  
  9301. volcano.Name = "volcano"
  9302. volcano.Parent = tHolder
  9303. volcano.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9304. volcano.BorderSizePixel = 0
  9305. volcano.Position = UDim2.new(0, 10, 0, 235)
  9306. volcano.Size = UDim2.new(0, 110, 0, 20)
  9307. volcano.Font = Enum.Font.SourceSans
  9308. volcano.FontSize = Enum.FontSize.Size18
  9309. volcano.Text = "Volcano Entrance"
  9310. volcano.TextColor3 = Color3.new(1, 1, 1)
  9311.  
  9312. volcanow.Name = "volcanow"
  9313. volcanow.Parent = tHolder
  9314. volcanow.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9315. volcanow.BorderSizePixel = 0
  9316. volcanow.Position = UDim2.new(0, 10, 0, 260)
  9317. volcanow.Size = UDim2.new(0, 110, 0, 20)
  9318. volcanow.Font = Enum.Font.SourceSans
  9319. volcanow.FontSize = Enum.FontSize.Size18
  9320. volcanow.Text = "Volcano Wood"
  9321. volcanow.TextColor3 = Color3.new(1, 1, 1)
  9322.  
  9323. palm.Name = "palm"
  9324. palm.Parent = tHolder
  9325. palm.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9326. palm.BorderSizePixel = 0
  9327. palm.Position = UDim2.new(0, 10, 0, 285)
  9328. palm.Size = UDim2.new(0, 110, 0, 20)
  9329. palm.Font = Enum.Font.SourceSans
  9330. palm.FontSize = Enum.FontSize.Size18
  9331. palm.Text = "Palm Island"
  9332. palm.TextColor3 = Color3.new(1, 1, 1)
  9333.  
  9334. blue.Name = "blue"
  9335. blue.Parent = tHolder
  9336. blue.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  9337. blue.BorderSizePixel = 0
  9338. blue.Position = UDim2.new(0, 10, 0, 310)
  9339. blue.Size = UDim2.new(0, 110, 0, 20)
  9340. blue.Font = Enum.Font.SourceSans
  9341. blue.FontSize = Enum.FontSize.Size18
  9342. blue.Text = "Blue Wood"
  9343. blue.TextColor3 = Color3.new(1, 1, 1)
  9344.  
  9345. Open.Name = "Open"
  9346. Open.Parent = LH
  9347. Open.BackgroundColor3 = Color3.new(0, 0.423529, 0.976471)
  9348. Open.BorderSizePixel = 0
  9349. Open.Position = UDim2.new(0, 5, 1, -30)
  9350. Open.Size = UDim2.new(0, 25, 0, 25)
  9351. Open.Font = Enum.Font.SourceSansBold
  9352. Open.FontSize = Enum.FontSize.Size24
  9353. Open.Text = "+"
  9354. Open.TextColor3 = Color3.new(1, 1, 1)
  9355.  
  9356. local main = game.CoreGui.LH.Main
  9357. local scripts = main.bHolder
  9358. local tele = main.tHolder
  9359. local open = game.CoreGui.LH.Open
  9360. local close = main.tBar.exit
  9361.  
  9362. scripts.whitelist.MouseButton1Click:connect(function()
  9363. local SpoofReturns = function(name,class,returns)
  9364. if name == "ClientIsWhitelisted" and returns[1] == false then
  9365. returns[1] = true
  9366. end
  9367. return unpack(returns)
  9368. end
  9369.  
  9370. local meta,oldmeta = getrawmetatable(game),{}
  9371. for i,v in next,meta do oldmeta[i] = v end
  9372. local realmethods = {}
  9373. realmethods.Fire = Instance.new("BindableEvent").Fire
  9374. realmethods.Invoke = Instance.new("BindableFunction").Invoke
  9375. realmethods.FireServer = Instance.new("RemoteEvent").FireServer
  9376. realmethods.InvokeServer = Instance.new("RemoteFunction").InvokeServer
  9377. meta.__index = function(t,k)
  9378. if k == "Fire" or k == "Invoke" or k == "FireServer" or k == "InvokeServer" then
  9379. return function(self,...)
  9380. return SpoofReturns(t.Name,t.ClassName,{realmethods[k](self,...)})
  9381. end
  9382. else
  9383. return oldmeta.__index(t,k)
  9384. end
  9385. end
  9386.  
  9387. local MSGText = "You are now whitelisted by everybody."
  9388. game.ReplicatedStorage.Notices.SendUserNotice:Fire(MSGText)
  9389.  
  9390. end)
  9391.  
  9392.  
  9393. scripts.godmode.MouseButton1Click:connect(function()
  9394. while wait(.5) do
  9395. game.ReplicatedStorage.Interaction.DamageHumanoid:FireServer(-100)
  9396. end
  9397. end)
  9398.  
  9399. scripts.land.MouseButton1Click:connect(function()
  9400. local SpoofReturns = function(name,class,returns)
  9401. if name == "AttemptPurchase" and returns[1] == false then
  9402. returns[1] = true
  9403. end
  9404. return unpack(returns)
  9405. end
  9406.  
  9407. local meta,oldmeta = getrawmetatable(game),{}
  9408. for i,v in next,meta do oldmeta[i] = v end
  9409. local realmethods = {}
  9410. realmethods.Fire = Instance.new("BindableEvent").Fire
  9411. realmethods.Invoke = Instance.new("BindableFunction").Invoke
  9412. realmethods.FireServer = Instance.new("RemoteEvent").FireServer
  9413. realmethods.InvokeServer = Instance.new("RemoteFunction").InvokeServer
  9414. meta.__index = function(t,k)
  9415. if k == "Fire" or k == "Invoke" or k == "FireServer" or k == "InvokeServer" then
  9416. return function(self,...)
  9417. return SpoofReturns(t.Name,t.ClassName,{realmethods[k](self,...)})
  9418. end
  9419. else
  9420. return oldmeta.__index(t,k)
  9421. end
  9422. end
  9423. local MSGText = "You can now buy land for free."
  9424. game.ReplicatedStorage.Notices.SendUserNotice:Fire(MSGText)
  9425. end)
  9426.  
  9427. scripts.stealaxes.MouseButton1Click:connect(function()
  9428. for _,v in pairs(game.Players:GetPlayers()) do
  9429. for _,w in pairs(v.Backpack:GetChildren()) do
  9430. w.Parent = game.Players.LocalPlayer.Backpack
  9431. end
  9432. end
  9433.  
  9434. local MSGText = "Stealed all axes."
  9435. game.ReplicatedStorage.Notices.SendUserNotice:Fire(MSGText)
  9436. end)
  9437.  
  9438. scripts.dragger.MouseButton1Click:connect(function()
  9439. local dragger = game:GetObjects("rbxassetid://504044423")[1]
  9440. dragger.Parent = game.Players.LocalPlayer.Backpack
  9441.  
  9442. sadObjs = {}
  9443.  
  9444. function runObj(obj)
  9445. table.insert(sadObjs,obj)
  9446. local ind = #sadObjs
  9447. loadstring("print(sadObjs["..ind.."])")()
  9448. spawn(function()loadstring("script = sadObjs["..ind.."]\n"..obj.Source)()end)
  9449. end
  9450. runObj(dragger.SwordScript)
  9451. runObj(dragger["Dragger Local"])
  9452.  
  9453. local MSGText = "Dragger loaded"
  9454. game.ReplicatedStorage.Notices.SendUserNotice:Fire(MSGText)
  9455. end)
  9456.  
  9457. scripts.printt.MouseButton1Click:connect(function()
  9458. function g(o)
  9459. for i,v in pairs(o:children())do
  9460. if string.match(v.ClassName, "StringValue") then
  9461. print("Name: "..v.Value.." | ".."Location: ".."game."..v:GetFullName())
  9462. end
  9463. g(v)
  9464. end
  9465. end
  9466. pcall(g,game)
  9467.  
  9468. local MSGText = "Printed all trees, pres f9"
  9469. game.ReplicatedStorage.Notices.SendUserNotice:Fire(MSGText)
  9470. end)
  9471.  
  9472.  
  9473. tele.fancy.MouseButton1Click:connect(function()
  9474. local GetPosition = (Vector3.new(244, 7, -2538));
  9475. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  9476. end)
  9477.  
  9478. tele.bridge.MouseButton1Click:connect(function()
  9479. local GetPosition = (Vector3.new(116, 3, -607));
  9480. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  9481. end)
  9482.  
  9483. tele.boxed.MouseButton1Click:connect(function()
  9484. local GetPosition = (Vector3.new(509, 2, -1480));
  9485. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  9486. end)
  9487.  
  9488. tele.links.MouseButton1Click:connect(function()
  9489. local GetPosition = (Vector3.new(4579, 2, -736));
  9490. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  9491. end)
  9492.  
  9493. tele.maze.MouseButton1Click:connect(function()
  9494. local GetPosition = (Vector3.new(5085, 2, 369));
  9495. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  9496. end)
  9497.  
  9498. tele.blue.MouseButton1Click:connect(function()
  9499. local GetPosition = (Vector3.new(3336, -226, 523));
  9500. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  9501. end)
  9502.  
  9503. tele.rukaxe.MouseButton1Click:connect(function()
  9504. local GetPosition = (Vector3.new(334, 51, 1958));
  9505. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  9506. end)
  9507.  
  9508. tele.swamp.MouseButton1Click:connect(function()
  9509. local GetPosition = (Vector3.new(-1069, 130, -804));
  9510. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  9511. end)
  9512.  
  9513. tele.volcano.MouseButton1Click:connect(function()
  9514. local GetPosition = (Vector3.new(-1359, 295, 983));
  9515. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  9516. end)
  9517.  
  9518. tele.volcanow.MouseButton1Click:connect(function()
  9519. local GetPosition = (Vector3.new(-1606, 622, 1053));
  9520. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  9521. end)
  9522.  
  9523. tele.palm.MouseButton1Click:connect(function()
  9524. local GetPosition = (Vector3.new(2593, -6, -39));
  9525. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  9526. end)
  9527.  
  9528. tele.woodsrus.MouseButton1Click:connect(function()
  9529. local GetPosition = (Vector3.new(248.212189, 4.5, 57.5238838));
  9530. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  9531. end)
  9532.  
  9533. tele.landstore.MouseButton1Click:connect(function()
  9534. local GetPosition = (Vector3.new(243, 2, -100));
  9535. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  9536. end)
  9537.  
  9538. open.MouseButton1Click:connect(function()
  9539. main.Visible = true
  9540. open.Visible = false
  9541. end)
  9542.  
  9543. close.MouseButton1Click:connect(function()
  9544. main.Visible = false
  9545. open.Visible = true
  9546. end)
  9547. end)
  9548.  
  9549. Button9.MouseButton1Down:connect(function()
  9550. if game.Players.LocalPlayer.PlayerScripts:FindFirstChild("LocalScript") then
  9551. game.Players.LocalPlayer.PlayerScripts.LocalScript.Disabled = true
  9552. game.Players.LocalPlayer.PlayerScripts.LocalScript:Destroy()
  9553. wait()
  9554. game.Players.LocalPlayer.PlayerScripts.LocalScript.Disabled = true
  9555. game.Players.LocalPlayer.PlayerScripts.LocalScript:Destroy()
  9556. end
  9557. game.Players.LocalPlayer.PlayerScripts.ChildAdded:connect(function(kek)
  9558. if kek.Name == "LocalScript" then
  9559. kek.Disabled = true
  9560. kek:Destroy()
  9561. end
  9562. end)
  9563. local mt = getrawmetatable(game)
  9564. if fullaccess then
  9565. fullaccess(mt)
  9566. elseif setreadonly then
  9567. setreadonly(mt,false)
  9568. end
  9569. local foh = mt.__index
  9570. local topkey = nil
  9571. local good = game.Lighting.Remote.ChangeValue
  9572. mt.__index = function(r, m)
  9573. if r == good and m == "FireServer" then
  9574. return function(self, kekekekek, ...)
  9575. if not topkey then
  9576. topkey = kekekekek
  9577. end
  9578. foh(r, m)(self, kekekekek, ...)
  9579. end
  9580. end
  9581. return foh(r, m)
  9582. end
  9583. while wait() do
  9584. if topkey ~= nil then
  9585. print(topkey)
  9586. kek = topkey
  9587. if game.Lighting.Remote:FindFirstChild("AddDamageSelf") then
  9588. game.Lighting.Remote.Destruct:FireServer(topkey, game.Lighting.Remote.AddDamageSelf)
  9589. end
  9590. CreateGui = function()
  9591. local NewGuiPart1 = Instance.new("ScreenGui")
  9592. NewGuiPart1.Name = "SpawnGui"
  9593. NewGuiPart1.Parent = game.CoreGui
  9594. local NewGuiPart2 = Instance.new("Frame")
  9595. NewGuiPart2.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  9596. NewGuiPart2.BackgroundTransparency = 0.40000000596046
  9597. NewGuiPart2.Name = "PlayerInfo"
  9598. NewGuiPart2.Position = UDim2.new(0.5, -100, 0, 60)
  9599. NewGuiPart2.Size = UDim2.new(0, 200, 0, 17)
  9600. NewGuiPart2.ZIndex = 8
  9601. NewGuiPart2.Parent = NewGuiPart1
  9602.  
  9603. local NewGuiPart3 = Instance.new("TextLabel")
  9604. NewGuiPart3.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  9605. NewGuiPart3.BackgroundTransparency = 1
  9606. NewGuiPart3.BorderSizePixel = 0
  9607. NewGuiPart3.Name = "pName"
  9608. NewGuiPart3.Position = UDim2.new(0, 0, -1, -3)
  9609. NewGuiPart3.Size = UDim2.new(1, 0, 1, 0)
  9610. NewGuiPart3.ZIndex = 8
  9611. NewGuiPart3.Font = Enum.Font.ArialBold
  9612. NewGuiPart3.FontSize = Enum.FontSize.Size24
  9613. NewGuiPart3.Text = "Player"
  9614. NewGuiPart3.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9615. NewGuiPart3.TextStrokeTransparency = 0.69999998807907
  9616. NewGuiPart3.Parent = NewGuiPart2
  9617.  
  9618. local NewGuiPart4 = Instance.new("TextLabel")
  9619. NewGuiPart4.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  9620. NewGuiPart4.BackgroundTransparency = 1
  9621. NewGuiPart4.BorderSizePixel = 0
  9622. NewGuiPart4.Name = "Health"
  9623. NewGuiPart4.Size = UDim2.new(1, 0, 1, 0)
  9624. NewGuiPart4.ZIndex = 10
  9625. NewGuiPart4.Font = Enum.Font.ArialBold
  9626. NewGuiPart4.FontSize = Enum.FontSize.Size18
  9627. NewGuiPart4.Text = "100"
  9628. NewGuiPart4.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9629. NewGuiPart4.Parent = NewGuiPart2
  9630.  
  9631. local NewGuiPart5 = Instance.new("Frame")
  9632. NewGuiPart5.BackgroundColor3 = Color3.new(0, 0.74902, 0)
  9633. NewGuiPart5.BackgroundTransparency = 0.5
  9634. NewGuiPart5.BorderSizePixel = 0
  9635. NewGuiPart5.Name = "Bar"
  9636. NewGuiPart5.Size = UDim2.new(1, 0, 1, 0)
  9637. NewGuiPart5.ZIndex = 9
  9638. NewGuiPart5.Parent = NewGuiPart2
  9639.  
  9640. local NewGuiPart6 = Instance.new("TextButton")
  9641. NewGuiPart6.Active = true
  9642. NewGuiPart6.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  9643. NewGuiPart6.BackgroundTransparency = 0.40000000596046
  9644. NewGuiPart6.Name = "Previous"
  9645. NewGuiPart6.Position = UDim2.new(0, -21, 0, 0)
  9646. NewGuiPart6.Selectable = true
  9647. NewGuiPart6.Size = UDim2.new(0, 17, 1, 0)
  9648. NewGuiPart6.Style = Enum.ButtonStyle.Custom
  9649. NewGuiPart6.ZIndex = 9
  9650. NewGuiPart6.Font = Enum.Font.ArialBold
  9651. NewGuiPart6.FontSize = Enum.FontSize.Size14
  9652. NewGuiPart6.Text = "<"
  9653. NewGuiPart6.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9654. NewGuiPart6.Parent = NewGuiPart2
  9655.  
  9656. local NewGuiPart7 = Instance.new("TextButton")
  9657. NewGuiPart7.Active = true
  9658. NewGuiPart7.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  9659. NewGuiPart7.BackgroundTransparency = 0.40000000596046
  9660. NewGuiPart7.Name = "Reset"
  9661. NewGuiPart7.Position = UDim2.new(1, -68, 1, 4)
  9662. NewGuiPart7.Selectable = true
  9663. NewGuiPart7.Size = UDim2.new(0, 68, 0, 11)
  9664. NewGuiPart7.Style = Enum.ButtonStyle.Custom
  9665. NewGuiPart7.ZIndex = 9
  9666. NewGuiPart7.Font = Enum.Font.ArialBold
  9667. NewGuiPart7.FontSize = Enum.FontSize.Size14
  9668. NewGuiPart7.Text = "Reset View"
  9669. NewGuiPart7.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9670. NewGuiPart7.Parent = NewGuiPart2
  9671.  
  9672. local NewGuiPart8 = Instance.new("TextButton")
  9673. NewGuiPart8.Active = true
  9674. NewGuiPart8.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  9675. NewGuiPart8.BackgroundTransparency = 0.40000000596046
  9676. NewGuiPart8.Name = "Next"
  9677. NewGuiPart8.Position = UDim2.new(1, 4, 0, 0)
  9678. NewGuiPart8.Selectable = true
  9679. NewGuiPart8.Size = UDim2.new(0, 17, 1, 0)
  9680. NewGuiPart8.Style = Enum.ButtonStyle.Custom
  9681. NewGuiPart8.ZIndex = 9
  9682. NewGuiPart8.Font = Enum.Font.ArialBold
  9683. NewGuiPart8.FontSize = Enum.FontSize.Size14
  9684. NewGuiPart8.Text = ">"
  9685. NewGuiPart8.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9686. NewGuiPart8.Parent = NewGuiPart2
  9687.  
  9688. local NewGuiPart9 = Instance.new("Frame")
  9689. NewGuiPart9.Active = true
  9690. NewGuiPart9.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  9691. NewGuiPart9.BackgroundTransparency = 0.40000000596046
  9692. NewGuiPart9.Name = "BigFrame"
  9693. NewGuiPart9.Position = UDim2.new(0.5, -250, 0.5, -175)
  9694. NewGuiPart9.Size = UDim2.new(0, 500, 0, 350)
  9695. NewGuiPart9.ClipsDescendants = true
  9696. NewGuiPart9.Draggable = true
  9697. NewGuiPart9.Parent = NewGuiPart1
  9698.  
  9699. local NewGuiPart10 = Instance.new("Frame")
  9700. NewGuiPart10.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  9701. NewGuiPart10.BackgroundTransparency = 1
  9702. NewGuiPart10.Name = "Local"
  9703. NewGuiPart10.Size = UDim2.new(1, 0, 1, 0)
  9704. NewGuiPart10.Visible = false
  9705. NewGuiPart10.ZIndex = 2
  9706. NewGuiPart10.ClipsDescendants = true
  9707. NewGuiPart10.Parent = NewGuiPart9
  9708.  
  9709. local NewGuiPart11 = Instance.new("Frame")
  9710. NewGuiPart11.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  9711. NewGuiPart11.BackgroundTransparency = 1
  9712. NewGuiPart11.Position = UDim2.new(0.00999999978, 0, 0, 28)
  9713. NewGuiPart11.Size = UDim2.new(0.980000019, 0, 0, 17)
  9714. NewGuiPart11.ZIndex = 8
  9715. NewGuiPart11.Parent = NewGuiPart10
  9716.  
  9717. local NewGuiPart12 = Instance.new("TextLabel")
  9718. NewGuiPart12.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  9719. NewGuiPart12.BackgroundTransparency = 1
  9720. NewGuiPart12.BorderSizePixel = 0
  9721. NewGuiPart12.Name = "Item"
  9722. NewGuiPart12.Size = UDim2.new(0, 40, 0, 17)
  9723. NewGuiPart12.ZIndex = 8
  9724. NewGuiPart12.Font = Enum.Font.ArialBold
  9725. NewGuiPart12.FontSize = Enum.FontSize.Size14
  9726. NewGuiPart12.Text = "Item: "
  9727. NewGuiPart12.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9728. NewGuiPart12.Parent = NewGuiPart11
  9729.  
  9730. local NewGuiPart13 = Instance.new("TextBox")
  9731. NewGuiPart13.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  9732. NewGuiPart13.BackgroundTransparency = 0.40000000596046
  9733. NewGuiPart13.BorderColor3 = Color3.new(0, 0, 0)
  9734. NewGuiPart13.BorderSizePixel = 0
  9735. NewGuiPart13.Name = "Box"
  9736. NewGuiPart13.Position = UDim2.new(1, 0, 0, 2)
  9737. NewGuiPart13.Size = UDim2.new(3.5, 2, 1, -4)
  9738. NewGuiPart13.ZIndex = 9
  9739. NewGuiPart13.Font = Enum.Font.ArialBold
  9740. NewGuiPart13.FontSize = Enum.FontSize.Size14
  9741. NewGuiPart13.Text = ""
  9742. NewGuiPart13.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9743. NewGuiPart13.Parent = NewGuiPart12
  9744.  
  9745. local NewGuiPart14 = Instance.new("TextLabel")
  9746. NewGuiPart14.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  9747. NewGuiPart14.BackgroundTransparency = 1
  9748. NewGuiPart14.BorderSizePixel = 0
  9749. NewGuiPart14.Name = "Count"
  9750. NewGuiPart14.Position = UDim2.new(0, 171, 0, 0)
  9751. NewGuiPart14.Size = UDim2.new(0, 40, 0, 17)
  9752. NewGuiPart14.ZIndex = 8
  9753. NewGuiPart14.Font = Enum.Font.ArialBold
  9754. NewGuiPart14.FontSize = Enum.FontSize.Size14
  9755. NewGuiPart14.Text = "x"
  9756. NewGuiPart14.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9757. NewGuiPart14.Parent = NewGuiPart11
  9758.  
  9759. local NewGuiPart15 = Instance.new("TextBox")
  9760. NewGuiPart15.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  9761. NewGuiPart15.BackgroundTransparency = 0.40000000596046
  9762. NewGuiPart15.BorderColor3 = Color3.new(0, 0, 0)
  9763. NewGuiPart15.BorderSizePixel = 0
  9764. NewGuiPart15.Name = "Box"
  9765. NewGuiPart15.Position = UDim2.new(0, 29, 0, 2)
  9766. NewGuiPart15.Size = UDim2.new(0, 15, 1, -4)
  9767. NewGuiPart15.ZIndex = 9
  9768. NewGuiPart15.Font = Enum.Font.ArialBold
  9769. NewGuiPart15.FontSize = Enum.FontSize.Size14
  9770. NewGuiPart15.Text = ""
  9771. NewGuiPart15.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9772. NewGuiPart15.Parent = NewGuiPart14
  9773.  
  9774. local NewGuiPart16 = Instance.new("TextButton")
  9775. NewGuiPart16.Active = true
  9776. NewGuiPart16.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  9777. NewGuiPart16.BackgroundTransparency = 0.60000002384186
  9778. NewGuiPart16.BorderColor3 = Color3.new(0, 0, 0)
  9779. NewGuiPart16.BorderSizePixel = 0
  9780. NewGuiPart16.Name = "Spawn"
  9781. NewGuiPart16.Position = UDim2.new(0, 218, 0, 2)
  9782. NewGuiPart16.Selectable = true
  9783. NewGuiPart16.Size = UDim2.new(0, 50, 1, -4)
  9784. NewGuiPart16.Style = Enum.ButtonStyle.Custom
  9785. NewGuiPart16.ZIndex = 9
  9786. NewGuiPart16.Font = Enum.Font.ArialBold
  9787. NewGuiPart16.FontSize = Enum.FontSize.Size12
  9788. NewGuiPart16.Text = "SPAWN"
  9789. NewGuiPart16.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9790. NewGuiPart16.Parent = NewGuiPart11
  9791.  
  9792. local NewGuiPart17 = Instance.new("ScrollingFrame")
  9793. NewGuiPart17.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  9794. NewGuiPart17.BackgroundTransparency = 0.40000000596046
  9795. NewGuiPart17.Name = "ItemList"
  9796. NewGuiPart17.Position = UDim2.new(0, 0, 1, 25)
  9797. NewGuiPart17.Selectable = true
  9798. NewGuiPart17.Size = UDim2.new(0, 271, 0, 100)
  9799. NewGuiPart17.CanvasSize = UDim2.new(0, 0, 0, 0)
  9800. NewGuiPart17.ScrollBarThickness = 4
  9801. NewGuiPart17.ClipsDescendants = true
  9802. NewGuiPart17.Parent = NewGuiPart11
  9803.  
  9804. local NewGuiPart18 = Instance.new("TextButton")
  9805. NewGuiPart18.Active = true
  9806. NewGuiPart18.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  9807. NewGuiPart18.BackgroundTransparency = 0.60000002384186
  9808. NewGuiPart18.BorderColor3 = Color3.new(0, 0, 0)
  9809. NewGuiPart18.BorderSizePixel = 0
  9810. NewGuiPart18.Name = "Template"
  9811. NewGuiPart18.Position = UDim2.new(0, 2, 0, 2)
  9812. NewGuiPart18.Selectable = true
  9813. NewGuiPart18.Size = UDim2.new(1, -4, 0, 13)
  9814. NewGuiPart18.Style = Enum.ButtonStyle.Custom
  9815. NewGuiPart18.Visible = false
  9816. NewGuiPart18.ZIndex = 9
  9817. NewGuiPart18.Font = Enum.Font.ArialBold
  9818. NewGuiPart18.FontSize = Enum.FontSize.Size12
  9819. NewGuiPart18.Text = "MilitaryPackBlack"
  9820. NewGuiPart18.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9821. NewGuiPart18.Parent = NewGuiPart17
  9822.  
  9823. local NewGuiPart19 = Instance.new("TextBox")
  9824. NewGuiPart19.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  9825. NewGuiPart19.BackgroundTransparency = 0.40000000596046
  9826. NewGuiPart19.Name = "SearchBox"
  9827. NewGuiPart19.Position = UDim2.new(0, 0, 1, 4)
  9828. NewGuiPart19.Size = UDim2.new(0, 271, 0, 17)
  9829. NewGuiPart19.ZIndex = 9
  9830. NewGuiPart19.Font = Enum.Font.ArialBold
  9831. NewGuiPart19.FontSize = Enum.FontSize.Size14
  9832. NewGuiPart19.Text = "Click here to search"
  9833. NewGuiPart19.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9834. NewGuiPart19.Parent = NewGuiPart11
  9835.  
  9836. local NewGuiPart20 = Instance.new("Frame")
  9837. NewGuiPart20.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  9838. NewGuiPart20.BackgroundTransparency = 0.40000000596046
  9839. NewGuiPart20.Size = UDim2.new(0, 271, 0, 17)
  9840. NewGuiPart20.ZIndex = 8
  9841. NewGuiPart20.Parent = NewGuiPart11
  9842.  
  9843. local NewGuiPart21 = Instance.new("TextLabel")
  9844. NewGuiPart21.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  9845. NewGuiPart21.BackgroundTransparency = 0.40000000596046
  9846. NewGuiPart21.Name = "Title"
  9847. NewGuiPart21.Position = UDim2.new(0, 274, 0, 0)
  9848. NewGuiPart21.Size = UDim2.new(1, -274, 0, 17)
  9849. NewGuiPart21.ZIndex = 8
  9850. NewGuiPart21.Font = Enum.Font.ArialBold
  9851. NewGuiPart21.FontSize = Enum.FontSize.Size14
  9852. NewGuiPart21.Text = "LoadOuts"
  9853. NewGuiPart21.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9854. NewGuiPart21.Parent = NewGuiPart11
  9855.  
  9856. local NewGuiPart22 = Instance.new("ScrollingFrame")
  9857. NewGuiPart22.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  9858. NewGuiPart22.BackgroundTransparency = 0.40000000596046
  9859. NewGuiPart22.Name = "LoadOutList"
  9860. NewGuiPart22.Position = UDim2.new(0, 274, 1, 4)
  9861. NewGuiPart22.Selectable = true
  9862. NewGuiPart22.Size = UDim2.new(1, -274, 0, 121)
  9863. NewGuiPart22.CanvasSize = UDim2.new(0, 0, 0, 0)
  9864. NewGuiPart22.ScrollBarThickness = 4
  9865. NewGuiPart22.ClipsDescendants = true
  9866. NewGuiPart22.Parent = NewGuiPart11
  9867.  
  9868. local NewGuiPart23 = Instance.new("Frame")
  9869. NewGuiPart23.BackgroundColor3 = Color3.new(0, 0, 0)
  9870. NewGuiPart23.Name = "Line"
  9871. NewGuiPart23.Position = UDim2.new(0.00999999978, 0, 0, 174)
  9872. NewGuiPart23.Size = UDim2.new(0.980000019, 0, 0, 1)
  9873. NewGuiPart23.ClipsDescendants = true
  9874. NewGuiPart23.Parent = NewGuiPart10
  9875.  
  9876. local NewGuiPart24 = Instance.new("Frame")
  9877. NewGuiPart24.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  9878. NewGuiPart24.BackgroundTransparency = 1
  9879. NewGuiPart24.Name = "Frame2"
  9880. NewGuiPart24.Position = UDim2.new(0.00999999978, 0, 0, 179)
  9881. NewGuiPart24.Size = UDim2.new(0.980000019, 0, 0, 17)
  9882. NewGuiPart24.ZIndex = 8
  9883. NewGuiPart24.Parent = NewGuiPart10
  9884.  
  9885. local NewGuiPart25 = Instance.new("TextLabel")
  9886. NewGuiPart25.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  9887. NewGuiPart25.BackgroundTransparency = 0.40000000596046
  9888. NewGuiPart25.Name = "Hunger"
  9889. NewGuiPart25.Size = UDim2.new(0.300000012, 0, 0, 17)
  9890. NewGuiPart25.ZIndex = 8
  9891. NewGuiPart25.Font = Enum.Font.ArialBold
  9892. NewGuiPart25.FontSize = Enum.FontSize.Size14
  9893. NewGuiPart25.Text = " Infinite Hunger"
  9894. NewGuiPart25.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9895. NewGuiPart25.TextXAlignment = Enum.TextXAlignment.Left
  9896. NewGuiPart25.Parent = NewGuiPart24
  9897.  
  9898. local NewGuiPart26 = Instance.new("TextButton")
  9899. NewGuiPart26.Active = true
  9900. NewGuiPart26.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  9901. NewGuiPart26.BackgroundTransparency = 0.60000002384186
  9902. NewGuiPart26.BorderSizePixel = 0
  9903. NewGuiPart26.Name = "Btn"
  9904. NewGuiPart26.Position = UDim2.new(1, -46, 0, 2)
  9905. NewGuiPart26.Selectable = true
  9906. NewGuiPart26.Size = UDim2.new(0, 44, 0, 13)
  9907. NewGuiPart26.Style = Enum.ButtonStyle.Custom
  9908. NewGuiPart26.ZIndex = 10
  9909. NewGuiPart26.Font = Enum.Font.ArialBold
  9910. NewGuiPart26.FontSize = Enum.FontSize.Size12
  9911. NewGuiPart26.Text = "OFF"
  9912. NewGuiPart26.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9913. NewGuiPart26.Parent = NewGuiPart25
  9914.  
  9915. local NewGuiPart27 = Instance.new("TextLabel")
  9916. NewGuiPart27.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  9917. NewGuiPart27.BackgroundTransparency = 0.40000000596046
  9918. NewGuiPart27.Name = "Thirst"
  9919. NewGuiPart27.Position = UDim2.new(0, 0, 1, 4)
  9920. NewGuiPart27.Size = UDim2.new(0.300000012, 0, 0, 17)
  9921. NewGuiPart27.ZIndex = 8
  9922. NewGuiPart27.Font = Enum.Font.ArialBold
  9923. NewGuiPart27.FontSize = Enum.FontSize.Size14
  9924. NewGuiPart27.Text = " Infinite Thirst"
  9925. NewGuiPart27.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9926. NewGuiPart27.TextXAlignment = Enum.TextXAlignment.Left
  9927. NewGuiPart27.Parent = NewGuiPart24
  9928.  
  9929. local NewGuiPart28 = Instance.new("TextButton")
  9930. NewGuiPart28.Active = true
  9931. NewGuiPart28.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  9932. NewGuiPart28.BackgroundTransparency = 0.60000002384186
  9933. NewGuiPart28.BorderSizePixel = 0
  9934. NewGuiPart28.Name = "Btn"
  9935. NewGuiPart28.Position = UDim2.new(1, -46, 0, 2)
  9936. NewGuiPart28.Selectable = true
  9937. NewGuiPart28.Size = UDim2.new(0, 44, 0, 13)
  9938. NewGuiPart28.Style = Enum.ButtonStyle.Custom
  9939. NewGuiPart28.ZIndex = 10
  9940. NewGuiPart28.Font = Enum.Font.ArialBold
  9941. NewGuiPart28.FontSize = Enum.FontSize.Size12
  9942. NewGuiPart28.Text = "OFF"
  9943. NewGuiPart28.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9944. NewGuiPart28.Parent = NewGuiPart27
  9945.  
  9946. local NewGuiPart29 = Instance.new("TextLabel")
  9947. NewGuiPart29.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  9948. NewGuiPart29.BackgroundTransparency = 0.40000000596046
  9949. NewGuiPart29.Name = "Godmode"
  9950. NewGuiPart29.Position = UDim2.new(0, 0, 1, 25)
  9951. NewGuiPart29.Size = UDim2.new(0.300000012, 0, 0, 17)
  9952. NewGuiPart29.ZIndex = 8
  9953. NewGuiPart29.Font = Enum.Font.ArialBold
  9954. NewGuiPart29.FontSize = Enum.FontSize.Size14
  9955. NewGuiPart29.Text = " LocalPlayer God"
  9956. NewGuiPart29.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9957. NewGuiPart29.TextXAlignment = Enum.TextXAlignment.Left
  9958. NewGuiPart29.Parent = NewGuiPart24
  9959.  
  9960. local NewGuiPart30 = Instance.new("TextButton")
  9961. NewGuiPart30.Active = true
  9962. NewGuiPart30.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  9963. NewGuiPart30.BackgroundTransparency = 0.60000002384186
  9964. NewGuiPart30.BorderSizePixel = 0
  9965. NewGuiPart30.Name = "Btn"
  9966. NewGuiPart30.Position = UDim2.new(1, -46, 0, 2)
  9967. NewGuiPart30.Selectable = true
  9968. NewGuiPart30.Size = UDim2.new(0, 44, 0, 13)
  9969. NewGuiPart30.Style = Enum.ButtonStyle.Custom
  9970. NewGuiPart30.ZIndex = 10
  9971. NewGuiPart30.Font = Enum.Font.ArialBold
  9972. NewGuiPart30.FontSize = Enum.FontSize.Size12
  9973. NewGuiPart30.Text = "OFF"
  9974. NewGuiPart30.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9975. NewGuiPart30.Parent = NewGuiPart29
  9976.  
  9977. local NewGuiPart31 = Instance.new("TextLabel")
  9978. NewGuiPart31.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  9979. NewGuiPart31.BackgroundTransparency = 0.40000000596046
  9980. NewGuiPart31.Name = "Stamina"
  9981. NewGuiPart31.Position = UDim2.new(0.300000012, 4, 0, 0)
  9982. NewGuiPart31.Size = UDim2.new(0.300000012, 0, 0, 17)
  9983. NewGuiPart31.ZIndex = 8
  9984. NewGuiPart31.Font = Enum.Font.ArialBold
  9985. NewGuiPart31.FontSize = Enum.FontSize.Size14
  9986. NewGuiPart31.Text = " Infinite Stamina"
  9987. NewGuiPart31.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  9988. NewGuiPart31.TextXAlignment = Enum.TextXAlignment.Left
  9989. NewGuiPart31.Parent = NewGuiPart24
  9990.  
  9991. local NewGuiPart32 = Instance.new("TextButton")
  9992. NewGuiPart32.Active = true
  9993. NewGuiPart32.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  9994. NewGuiPart32.BackgroundTransparency = 0.60000002384186
  9995. NewGuiPart32.BorderSizePixel = 0
  9996. NewGuiPart32.Name = "Btn"
  9997. NewGuiPart32.Position = UDim2.new(1, -46, 0, 2)
  9998. NewGuiPart32.Selectable = true
  9999. NewGuiPart32.Size = UDim2.new(0, 44, 0, 13)
  10000. NewGuiPart32.Style = Enum.ButtonStyle.Custom
  10001. NewGuiPart32.ZIndex = 10
  10002. NewGuiPart32.Font = Enum.Font.ArialBold
  10003. NewGuiPart32.FontSize = Enum.FontSize.Size12
  10004. NewGuiPart32.Text = "[WIP]"
  10005. NewGuiPart32.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10006. NewGuiPart32.Parent = NewGuiPart31
  10007.  
  10008. local NewGuiPart33 = Instance.new("TextLabel")
  10009. NewGuiPart33.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10010. NewGuiPart33.BackgroundTransparency = 0.40000000596046
  10011. NewGuiPart33.Name = "Reload"
  10012. NewGuiPart33.Position = UDim2.new(0.300000012, 4, 1, 4)
  10013. NewGuiPart33.Size = UDim2.new(0.300000012, 0, 0, 17)
  10014. NewGuiPart33.ZIndex = 8
  10015. NewGuiPart33.Font = Enum.Font.ArialBold
  10016. NewGuiPart33.FontSize = Enum.FontSize.Size14
  10017. NewGuiPart33.Text = " Instant Reload"
  10018. NewGuiPart33.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10019. NewGuiPart33.TextXAlignment = Enum.TextXAlignment.Left
  10020. NewGuiPart33.Parent = NewGuiPart24
  10021.  
  10022. local NewGuiPart34 = Instance.new("TextButton")
  10023. NewGuiPart34.Active = true
  10024. NewGuiPart34.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  10025. NewGuiPart34.BackgroundTransparency = 0.60000002384186
  10026. NewGuiPart34.BorderSizePixel = 0
  10027. NewGuiPart34.Name = "Btn"
  10028. NewGuiPart34.Position = UDim2.new(1, -46, 0, 2)
  10029. NewGuiPart34.Selectable = true
  10030. NewGuiPart34.Size = UDim2.new(0, 44, 0, 13)
  10031. NewGuiPart34.Style = Enum.ButtonStyle.Custom
  10032. NewGuiPart34.ZIndex = 10
  10033. NewGuiPart34.Font = Enum.Font.ArialBold
  10034. NewGuiPart34.FontSize = Enum.FontSize.Size12
  10035. NewGuiPart34.Text = "OFF"
  10036. NewGuiPart34.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10037. NewGuiPart34.Parent = NewGuiPart33
  10038.  
  10039. local NewGuiPart35 = Instance.new("Frame")
  10040. NewGuiPart35.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10041. NewGuiPart35.BackgroundTransparency = 1
  10042. NewGuiPart35.Name = "Buttons"
  10043. NewGuiPart35.Size = UDim2.new(1, 0, 0, 23)
  10044. NewGuiPart35.ClipsDescendants = true
  10045. NewGuiPart35.Parent = NewGuiPart9
  10046.  
  10047. local NewGuiPart36 = Instance.new("TextButton")
  10048. NewGuiPart36.Active = true
  10049. NewGuiPart36.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  10050. NewGuiPart36.BackgroundTransparency = 0.40000000596046
  10051. NewGuiPart36.BorderColor3 = Color3.new(0, 0.254902, 0)
  10052. NewGuiPart36.Name = "Local"
  10053. NewGuiPart36.Position = UDim2.new(0.00999999978, 0, 0, 5)
  10054. NewGuiPart36.Selectable = true
  10055. NewGuiPart36.Size = UDim2.new(0, 100, 0, 13)
  10056. NewGuiPart36.Style = Enum.ButtonStyle.Custom
  10057. NewGuiPart36.ZIndex = 10
  10058. NewGuiPart36.Font = Enum.Font.ArialBold
  10059. NewGuiPart36.FontSize = Enum.FontSize.Size14
  10060. NewGuiPart36.Text = "LOCAL"
  10061. NewGuiPart36.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10062. NewGuiPart36.Parent = NewGuiPart35
  10063.  
  10064. local NewGuiPart37 = Instance.new("TextButton")
  10065. NewGuiPart37.Active = true
  10066. NewGuiPart37.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  10067. NewGuiPart37.BackgroundTransparency = 0.40000000596046
  10068. NewGuiPart37.BorderColor3 = Color3.new(0.356863, 0.0117647, 0.0196078)
  10069. NewGuiPart37.Name = "Server"
  10070. NewGuiPart37.Position = UDim2.new(0.00999999978, 106, 0, 5)
  10071. NewGuiPart37.Selectable = true
  10072. NewGuiPart37.Size = UDim2.new(0, 100, 0, 13)
  10073. NewGuiPart37.Style = Enum.ButtonStyle.Custom
  10074. NewGuiPart37.ZIndex = 10
  10075. NewGuiPart37.Font = Enum.Font.ArialBold
  10076. NewGuiPart37.FontSize = Enum.FontSize.Size14
  10077. NewGuiPart37.Text = "SERVER"
  10078. NewGuiPart37.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10079. NewGuiPart37.Parent = NewGuiPart35
  10080.  
  10081. local NewGuiPart38 = Instance.new("Frame")
  10082. NewGuiPart38.BackgroundColor3 = Color3.new(0, 0, 0)
  10083. NewGuiPart38.Name = "Line"
  10084. NewGuiPart38.Position = UDim2.new(0.00999999978, 0, 0, 23)
  10085. NewGuiPart38.Size = UDim2.new(0.980000019, 0, 0, 1)
  10086. NewGuiPart38.ClipsDescendants = true
  10087. NewGuiPart38.Parent = NewGuiPart9
  10088.  
  10089. local NewGuiPart39 = Instance.new("Frame")
  10090. NewGuiPart39.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10091. NewGuiPart39.BackgroundTransparency = 1
  10092. NewGuiPart39.Name = "Server"
  10093. NewGuiPart39.Size = UDim2.new(1, 0, 1, 0)
  10094. NewGuiPart39.ZIndex = 2
  10095. NewGuiPart39.ClipsDescendants = true
  10096. NewGuiPart39.Parent = NewGuiPart9
  10097.  
  10098. local NewGuiPart40 = Instance.new("Frame")
  10099. NewGuiPart40.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10100. NewGuiPart40.BackgroundTransparency = 1
  10101. NewGuiPart40.Name = "Buttons"
  10102. NewGuiPart40.Position = UDim2.new(0, 0, 0, 28)
  10103. NewGuiPart40.Size = UDim2.new(1, 0, 0, 13)
  10104. NewGuiPart40.ClipsDescendants = true
  10105. NewGuiPart40.Parent = NewGuiPart39
  10106.  
  10107. local NewGuiPart41 = Instance.new("TextButton")
  10108. NewGuiPart41.Active = true
  10109. NewGuiPart41.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  10110. NewGuiPart41.BackgroundTransparency = 0.40000000596046
  10111. NewGuiPart41.BorderColor3 = Color3.new(0, 0.254902, 0)
  10112. NewGuiPart41.Name = "Player"
  10113. NewGuiPart41.Position = UDim2.new(0.00999999978, 0, 0, 0)
  10114. NewGuiPart41.Selectable = true
  10115. NewGuiPart41.Size = UDim2.new(0, 100, 0, 13)
  10116. NewGuiPart41.Style = Enum.ButtonStyle.Custom
  10117. NewGuiPart41.ZIndex = 10
  10118. NewGuiPart41.Font = Enum.Font.ArialBold
  10119. NewGuiPart41.FontSize = Enum.FontSize.Size14
  10120. NewGuiPart41.Text = "PLAYER"
  10121. NewGuiPart41.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10122. NewGuiPart41.Parent = NewGuiPart40
  10123.  
  10124. local NewGuiPart42 = Instance.new("TextButton")
  10125. NewGuiPart42.Active = true
  10126. NewGuiPart42.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  10127. NewGuiPart42.BackgroundTransparency = 0.40000000596046
  10128. NewGuiPart42.BorderColor3 = Color3.new(0.356863, 0.0117647, 0.0196078)
  10129. NewGuiPart42.Name = "Vehicle"
  10130. NewGuiPart42.Position = UDim2.new(0.00999999978, 106, 0, 0)
  10131. NewGuiPart42.Selectable = true
  10132. NewGuiPart42.Size = UDim2.new(0, 100, 0, 13)
  10133. NewGuiPart42.Style = Enum.ButtonStyle.Custom
  10134. NewGuiPart42.ZIndex = 10
  10135. NewGuiPart42.Font = Enum.Font.ArialBold
  10136. NewGuiPart42.FontSize = Enum.FontSize.Size14
  10137. NewGuiPart42.Text = "VEHICLE"
  10138. NewGuiPart42.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10139. NewGuiPart42.Parent = NewGuiPart40
  10140.  
  10141. local NewGuiPart43 = Instance.new("TextButton")
  10142. NewGuiPart43.Active = true
  10143. NewGuiPart43.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  10144. NewGuiPart43.BackgroundTransparency = 0.40000000596046
  10145. NewGuiPart43.BorderColor3 = Color3.new(0.356863, 0.0117647, 0.0196078)
  10146. NewGuiPart43.Name = "ItemSpawn"
  10147. NewGuiPart43.Position = UDim2.new(0.00999999978, 211, 0, 0)
  10148. NewGuiPart43.Selectable = true
  10149. NewGuiPart43.Size = UDim2.new(0, 100, 0, 13)
  10150. NewGuiPart43.Style = Enum.ButtonStyle.Custom
  10151. NewGuiPart43.ZIndex = 10
  10152. NewGuiPart43.Font = Enum.Font.ArialBold
  10153. NewGuiPart43.FontSize = Enum.FontSize.Size14
  10154. NewGuiPart43.Text = "SPAWNING"
  10155. NewGuiPart43.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10156. NewGuiPart43.Parent = NewGuiPart40
  10157.  
  10158. local NewGuiPart44 = Instance.new("TextButton")
  10159. NewGuiPart44.Active = true
  10160. NewGuiPart44.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  10161. NewGuiPart44.BackgroundTransparency = 0.40000000596046
  10162. NewGuiPart44.BorderColor3 = Color3.new(0.356863, 0.0117647, 0.0196078)
  10163. NewGuiPart44.Name = "Misc"
  10164. NewGuiPart44.Position = UDim2.new(0.00999999978, 316, 0, 0)
  10165. NewGuiPart44.Selectable = true
  10166. NewGuiPart44.Size = UDim2.new(0, 100, 0, 13)
  10167. NewGuiPart44.Style = Enum.ButtonStyle.Custom
  10168. NewGuiPart44.ZIndex = 10
  10169. NewGuiPart44.Font = Enum.Font.ArialBold
  10170. NewGuiPart44.FontSize = Enum.FontSize.Size14
  10171. NewGuiPart44.Text = "MISC"
  10172. NewGuiPart44.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10173. NewGuiPart44.Parent = NewGuiPart40
  10174.  
  10175. local NewGuiPart45 = Instance.new("Frame")
  10176. NewGuiPart45.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10177. NewGuiPart45.BackgroundTransparency = 1
  10178. NewGuiPart45.Name = "Vehicle"
  10179. NewGuiPart45.Size = UDim2.new(1, 0, 1, 0)
  10180. NewGuiPart45.Visible = false
  10181. NewGuiPart45.ZIndex = 2
  10182. NewGuiPart45.ClipsDescendants = true
  10183. NewGuiPart45.Parent = NewGuiPart39
  10184.  
  10185. local NewGuiPart46 = Instance.new("TextButton")
  10186. NewGuiPart46.Active = true
  10187. NewGuiPart46.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10188. NewGuiPart46.BackgroundTransparency = 0.40000000596046
  10189. NewGuiPart46.Name = "Prev"
  10190. NewGuiPart46.Position = UDim2.new(0.200000003, 0, 0, 51)
  10191. NewGuiPart46.Selectable = true
  10192. NewGuiPart46.Size = UDim2.new(0, 26, 0, 26)
  10193. NewGuiPart46.Style = Enum.ButtonStyle.Custom
  10194. NewGuiPart46.ZIndex = 10
  10195. NewGuiPart46.Font = Enum.Font.ArialBold
  10196. NewGuiPart46.FontSize = Enum.FontSize.Size14
  10197. NewGuiPart46.Text = "<"
  10198. NewGuiPart46.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10199. NewGuiPart46.Parent = NewGuiPart45
  10200.  
  10201. local NewGuiPart47 = Instance.new("TextButton")
  10202. NewGuiPart47.Active = true
  10203. NewGuiPart47.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10204. NewGuiPart47.BackgroundTransparency = 0.40000000596046
  10205. NewGuiPart47.Name = "Next"
  10206. NewGuiPart47.Position = UDim2.new(0.800000012, -26, 0, 51)
  10207. NewGuiPart47.Selectable = true
  10208. NewGuiPart47.Size = UDim2.new(0, 26, 0, 26)
  10209. NewGuiPart47.Style = Enum.ButtonStyle.Custom
  10210. NewGuiPart47.ZIndex = 10
  10211. NewGuiPart47.Font = Enum.Font.ArialBold
  10212. NewGuiPart47.FontSize = Enum.FontSize.Size14
  10213. NewGuiPart47.Text = ">"
  10214. NewGuiPart47.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10215. NewGuiPart47.Parent = NewGuiPart45
  10216.  
  10217. local NewGuiPart48 = Instance.new("TextLabel")
  10218. NewGuiPart48.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10219. NewGuiPart48.BackgroundTransparency = 0.40000000596046
  10220. NewGuiPart48.Name = "CurrentVehicle"
  10221. NewGuiPart48.Position = UDim2.new(0.200000003, 34, 0, 51)
  10222. NewGuiPart48.Size = UDim2.new(0.5, -18, 0, 26)
  10223. NewGuiPart48.ZIndex = 8
  10224. NewGuiPart48.Font = Enum.Font.ArialBold
  10225. NewGuiPart48.FontSize = Enum.FontSize.Size14
  10226. NewGuiPart48.Text = "Not Set"
  10227. NewGuiPart48.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10228. NewGuiPart48.Parent = NewGuiPart45
  10229.  
  10230. local NewGuiPart49 = Instance.new("TextLabel")
  10231. NewGuiPart49.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10232. NewGuiPart49.BackgroundTransparency = 0.40000000596046
  10233. NewGuiPart49.Name = "GodVehicle"
  10234. NewGuiPart49.Position = UDim2.new(0.00999999978, 0, 0, 82)
  10235. NewGuiPart49.Size = UDim2.new(0.300000012, 0, 0, 17)
  10236. NewGuiPart49.ZIndex = 8
  10237. NewGuiPart49.Font = Enum.Font.ArialBold
  10238. NewGuiPart49.FontSize = Enum.FontSize.Size14
  10239. NewGuiPart49.Text = " God Vehicle"
  10240. NewGuiPart49.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10241. NewGuiPart49.TextXAlignment = Enum.TextXAlignment.Left
  10242. NewGuiPart49.Parent = NewGuiPart45
  10243.  
  10244. local NewGuiPart50 = Instance.new("TextButton")
  10245. NewGuiPart50.Active = true
  10246. NewGuiPart50.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  10247. NewGuiPart50.BackgroundTransparency = 0.60000002384186
  10248. NewGuiPart50.BorderSizePixel = 0
  10249. NewGuiPart50.Name = "Btn"
  10250. NewGuiPart50.Position = UDim2.new(1, -46, 0, 2)
  10251. NewGuiPart50.Selectable = true
  10252. NewGuiPart50.Size = UDim2.new(0, 44, 0, 13)
  10253. NewGuiPart50.Style = Enum.ButtonStyle.Custom
  10254. NewGuiPart50.ZIndex = 10
  10255. NewGuiPart50.Font = Enum.Font.ArialBold
  10256. NewGuiPart50.FontSize = Enum.FontSize.Size12
  10257. NewGuiPart50.Text = "OFF"
  10258. NewGuiPart50.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10259. NewGuiPart50.Parent = NewGuiPart49
  10260.  
  10261. local NewGuiPart51 = Instance.new("TextLabel")
  10262. NewGuiPart51.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10263. NewGuiPart51.BackgroundTransparency = 0.40000000596046
  10264. NewGuiPart51.Name = "ExplVehicle"
  10265. NewGuiPart51.Position = UDim2.new(0.00999999978, 0, 0, 104)
  10266. NewGuiPart51.Size = UDim2.new(0.300000012, 0, 0, 17)
  10267. NewGuiPart51.ZIndex = 8
  10268. NewGuiPart51.Font = Enum.Font.ArialBold
  10269. NewGuiPart51.FontSize = Enum.FontSize.Size14
  10270. NewGuiPart51.Text = " Explode Vehicle"
  10271. NewGuiPart51.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10272. NewGuiPart51.TextXAlignment = Enum.TextXAlignment.Left
  10273. NewGuiPart51.Parent = NewGuiPart45
  10274.  
  10275. local NewGuiPart52 = Instance.new("TextButton")
  10276. NewGuiPart52.Active = true
  10277. NewGuiPart52.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  10278. NewGuiPart52.BackgroundTransparency = 0.60000002384186
  10279. NewGuiPart52.BorderSizePixel = 0
  10280. NewGuiPart52.Name = "Btn"
  10281. NewGuiPart52.Position = UDim2.new(1, -46, 0, 2)
  10282. NewGuiPart52.Selectable = true
  10283. NewGuiPart52.Size = UDim2.new(0, 44, 0, 13)
  10284. NewGuiPart52.Style = Enum.ButtonStyle.Custom
  10285. NewGuiPart52.ZIndex = 10
  10286. NewGuiPart52.Font = Enum.Font.ArialBold
  10287. NewGuiPart52.FontSize = Enum.FontSize.Size12
  10288. NewGuiPart52.Text = "OFF"
  10289. NewGuiPart52.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10290. NewGuiPart52.Parent = NewGuiPart51
  10291.  
  10292. local NewGuiPart53 = Instance.new("ScrollingFrame")
  10293. NewGuiPart53.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10294. NewGuiPart53.BackgroundTransparency = 0.40000000596046
  10295. NewGuiPart53.Name = "PlayerList"
  10296. NewGuiPart53.Position = UDim2.new(0.469999999, 58, 0, 104)
  10297. NewGuiPart53.Selectable = true
  10298. NewGuiPart53.Size = UDim2.new(0.300000012, -12, 0, 83)
  10299. NewGuiPart53.CanvasSize = UDim2.new(0, 0, 0, 0)
  10300. NewGuiPart53.ScrollBarThickness = 4
  10301. NewGuiPart53.ClipsDescendants = true
  10302. NewGuiPart53.Parent = NewGuiPart45
  10303.  
  10304. local NewGuiPart54 = Instance.new("TextLabel")
  10305. NewGuiPart54.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10306. NewGuiPart54.BackgroundTransparency = 0.40000000596046
  10307. NewGuiPart54.Name = "TPVehicle"
  10308. NewGuiPart54.Position = UDim2.new(0.310000002, 5, 0, 82)
  10309. NewGuiPart54.Size = UDim2.new(0.540000021, 60, 0, 17)
  10310. NewGuiPart54.ZIndex = 8
  10311. NewGuiPart54.Font = Enum.Font.ArialBold
  10312. NewGuiPart54.FontSize = Enum.FontSize.Size14
  10313. NewGuiPart54.Text = " Clone/TP Vehicle to:"
  10314. NewGuiPart54.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10315. NewGuiPart54.TextXAlignment = Enum.TextXAlignment.Left
  10316. NewGuiPart54.Parent = NewGuiPart45
  10317.  
  10318. local NewGuiPart55 = Instance.new("TextButton")
  10319. NewGuiPart55.Active = true
  10320. NewGuiPart55.BackgroundColor3 = Color3.new(0, 0.254902, 0)
  10321. NewGuiPart55.BackgroundTransparency = 0.60000002384186
  10322. NewGuiPart55.BorderSizePixel = 0
  10323. NewGuiPart55.Name = "Btn"
  10324. NewGuiPart55.Position = UDim2.new(1, -56, 0, 2)
  10325. NewGuiPart55.Selectable = true
  10326. NewGuiPart55.Size = UDim2.new(0, 54, 0, 13)
  10327. NewGuiPart55.Style = Enum.ButtonStyle.Custom
  10328. NewGuiPart55.ZIndex = 10
  10329. NewGuiPart55.Font = Enum.Font.ArialBold
  10330. NewGuiPart55.FontSize = Enum.FontSize.Size12
  10331. NewGuiPart55.Text = "TP"
  10332. NewGuiPart55.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10333. NewGuiPart55.Parent = NewGuiPart54
  10334.  
  10335. local NewGuiPart56 = Instance.new("TextBox")
  10336. NewGuiPart56.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  10337. NewGuiPart56.BackgroundTransparency = 0.40000000596046
  10338. NewGuiPart56.BorderColor3 = Color3.new(0, 0, 0)
  10339. NewGuiPart56.BorderSizePixel = 0
  10340. NewGuiPart56.Name = "Box"
  10341. NewGuiPart56.Position = UDim2.new(0, 132, 0, 2)
  10342. NewGuiPart56.Size = UDim2.new(0, 140, 1, -4)
  10343. NewGuiPart56.ZIndex = 9
  10344. NewGuiPart56.Font = Enum.Font.ArialBold
  10345. NewGuiPart56.FontSize = Enum.FontSize.Size14
  10346. NewGuiPart56.Text = ""
  10347. NewGuiPart56.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10348. NewGuiPart56.Parent = NewGuiPart54
  10349.  
  10350. local NewGuiPart57 = Instance.new("TextLabel")
  10351. NewGuiPart57.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10352. NewGuiPart57.BackgroundTransparency = 0.40000000596046
  10353. NewGuiPart57.Name = "SetOnRoadSpeed"
  10354. NewGuiPart57.Position = UDim2.new(0.00999999978, 0, 0, 146)
  10355. NewGuiPart57.Size = UDim2.new(0.300000012, 0, 0, 17)
  10356. NewGuiPart57.ZIndex = 8
  10357. NewGuiPart57.Font = Enum.Font.ArialBold
  10358. NewGuiPart57.FontSize = Enum.FontSize.Size14
  10359. NewGuiPart57.Text = " Onroad Speed:"
  10360. NewGuiPart57.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10361. NewGuiPart57.TextXAlignment = Enum.TextXAlignment.Left
  10362. NewGuiPart57.Parent = NewGuiPart45
  10363.  
  10364. local NewGuiPart58 = Instance.new("TextBox")
  10365. NewGuiPart58.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  10366. NewGuiPart58.BackgroundTransparency = 0.40000000596046
  10367. NewGuiPart58.BorderColor3 = Color3.new(0, 0, 0)
  10368. NewGuiPart58.BorderSizePixel = 0
  10369. NewGuiPart58.Name = "Box"
  10370. NewGuiPart58.Position = UDim2.new(1, -52, 0, 2)
  10371. NewGuiPart58.Size = UDim2.new(0, 50, 0, 13)
  10372. NewGuiPart58.ZIndex = 9
  10373. NewGuiPart58.Font = Enum.Font.ArialBold
  10374. NewGuiPart58.FontSize = Enum.FontSize.Size14
  10375. NewGuiPart58.Text = ""
  10376. NewGuiPart58.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10377. NewGuiPart58.Parent = NewGuiPart57
  10378.  
  10379. local NewGuiPart59 = Instance.new("TextLabel")
  10380. NewGuiPart59.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10381. NewGuiPart59.BackgroundTransparency = 0.40000000596046
  10382. NewGuiPart59.Name = "SetOffRoadSpeed"
  10383. NewGuiPart59.Position = UDim2.new(0.00999999978, 0, 0, 168)
  10384. NewGuiPart59.Size = UDim2.new(0.300000012, 0, 0, 17)
  10385. NewGuiPart59.ZIndex = 8
  10386. NewGuiPart59.Font = Enum.Font.ArialBold
  10387. NewGuiPart59.FontSize = Enum.FontSize.Size14
  10388. NewGuiPart59.Text = " Offroad Speed:"
  10389. NewGuiPart59.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10390. NewGuiPart59.TextXAlignment = Enum.TextXAlignment.Left
  10391. NewGuiPart59.Parent = NewGuiPart45
  10392.  
  10393. local NewGuiPart60 = Instance.new("TextBox")
  10394. NewGuiPart60.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  10395. NewGuiPart60.BackgroundTransparency = 0.40000000596046
  10396. NewGuiPart60.BorderColor3 = Color3.new(0, 0, 0)
  10397. NewGuiPart60.BorderSizePixel = 0
  10398. NewGuiPart60.Name = "Box"
  10399. NewGuiPart60.Position = UDim2.new(1, -52, 0, 2)
  10400. NewGuiPart60.Size = UDim2.new(0, 50, 0, 13)
  10401. NewGuiPart60.ZIndex = 9
  10402. NewGuiPart60.Font = Enum.Font.ArialBold
  10403. NewGuiPart60.FontSize = Enum.FontSize.Size14
  10404. NewGuiPart60.Text = ""
  10405. NewGuiPart60.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10406. NewGuiPart60.Parent = NewGuiPart59
  10407.  
  10408. local NewGuiPart61 = Instance.new("TextLabel")
  10409. NewGuiPart61.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10410. NewGuiPart61.BackgroundTransparency = 0.40000000596046
  10411. NewGuiPart61.Name = "ResetSpeed"
  10412. NewGuiPart61.Position = UDim2.new(0.00999999978, 0, 0, 190)
  10413. NewGuiPart61.Size = UDim2.new(0.300000012, 0, 0, 17)
  10414. NewGuiPart61.ZIndex = 8
  10415. NewGuiPart61.Font = Enum.Font.ArialBold
  10416. NewGuiPart61.FontSize = Enum.FontSize.Size14
  10417. NewGuiPart61.Text = " Reset Speed"
  10418. NewGuiPart61.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10419. NewGuiPart61.TextXAlignment = Enum.TextXAlignment.Left
  10420. NewGuiPart61.Parent = NewGuiPart45
  10421.  
  10422. local NewGuiPart62 = Instance.new("TextButton")
  10423. NewGuiPart62.Active = true
  10424. NewGuiPart62.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  10425. NewGuiPart62.BackgroundTransparency = 0.60000002384186
  10426. NewGuiPart62.BorderSizePixel = 0
  10427. NewGuiPart62.Name = "Btn"
  10428. NewGuiPart62.Position = UDim2.new(1, -46, 0, 2)
  10429. NewGuiPart62.Selectable = true
  10430. NewGuiPart62.Size = UDim2.new(0, 44, 0, 13)
  10431. NewGuiPart62.Style = Enum.ButtonStyle.Custom
  10432. NewGuiPart62.ZIndex = 10
  10433. NewGuiPart62.Font = Enum.Font.ArialBold
  10434. NewGuiPart62.FontSize = Enum.FontSize.Size12
  10435. NewGuiPart62.Text = "EXEC"
  10436. NewGuiPart62.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10437. NewGuiPart62.Parent = NewGuiPart61
  10438.  
  10439. local NewGuiPart63 = Instance.new("TextLabel")
  10440. NewGuiPart63.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10441. NewGuiPart63.BackgroundTransparency = 0.40000000596046
  10442. NewGuiPart63.Name = "HornId"
  10443. NewGuiPart63.Position = UDim2.new(0.00999999978, 0, 0, 210)
  10444. NewGuiPart63.Size = UDim2.new(0.300000012, 0, 0, 17)
  10445. NewGuiPart63.ZIndex = 8
  10446. NewGuiPart63.Font = Enum.Font.ArialBold
  10447. NewGuiPart63.FontSize = Enum.FontSize.Size14
  10448. NewGuiPart63.Text = "Horn Id:"
  10449. NewGuiPart63.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10450. NewGuiPart63.TextXAlignment = Enum.TextXAlignment.Left
  10451. NewGuiPart63.Parent = NewGuiPart45
  10452.  
  10453. local NewGuiPart64 = Instance.new("TextBox")
  10454. NewGuiPart64.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  10455. NewGuiPart64.BackgroundTransparency = 0.40000000596046
  10456. NewGuiPart64.BorderColor3 = Color3.new(0, 0, 0)
  10457. NewGuiPart64.BorderSizePixel = 0
  10458. NewGuiPart64.Name = "Box"
  10459. NewGuiPart64.Position = UDim2.new(1, -97, 0, 3)
  10460. NewGuiPart64.Size = UDim2.new(0, 96, 0, 12)
  10461. NewGuiPart64.ZIndex = 9
  10462. NewGuiPart64.Font = Enum.Font.ArialBold
  10463. NewGuiPart64.FontSize = Enum.FontSize.Size14
  10464. NewGuiPart64.Text = ""
  10465. NewGuiPart64.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10466. NewGuiPart64.Parent = NewGuiPart63
  10467.  
  10468. local NewGuiPart65 = Instance.new("TextLabel")
  10469. NewGuiPart65.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10470. NewGuiPart65.BackgroundTransparency = 0.40000000596046
  10471. NewGuiPart65.Name = "CloneVehicle"
  10472. NewGuiPart65.Position = UDim2.new(0.00999999978, 0, 0, 124)
  10473. NewGuiPart65.Size = UDim2.new(0.300000012, 0, 0, 17)
  10474. NewGuiPart65.ZIndex = 8
  10475. NewGuiPart65.Font = Enum.Font.ArialBold
  10476. NewGuiPart65.FontSize = Enum.FontSize.Size14
  10477. NewGuiPart65.Text = "Clone Vehicle"
  10478. NewGuiPart65.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10479. NewGuiPart65.TextXAlignment = Enum.TextXAlignment.Left
  10480. NewGuiPart65.Parent = NewGuiPart45
  10481.  
  10482. local NewGuiPart66 = Instance.new("TextButton")
  10483. NewGuiPart66.Active = true
  10484. NewGuiPart66.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  10485. NewGuiPart66.BackgroundTransparency = 0.60000002384186
  10486. NewGuiPart66.BorderSizePixel = 0
  10487. NewGuiPart66.Name = "Btn"
  10488. NewGuiPart66.Position = UDim2.new(1, -46, 0, 2)
  10489. NewGuiPart66.Selectable = true
  10490. NewGuiPart66.Size = UDim2.new(0, 44, 0, 13)
  10491. NewGuiPart66.Style = Enum.ButtonStyle.Custom
  10492. NewGuiPart66.ZIndex = 10
  10493. NewGuiPart66.Font = Enum.Font.ArialBold
  10494. NewGuiPart66.FontSize = Enum.FontSize.Size12
  10495. NewGuiPart66.Text = "EXEC"
  10496. NewGuiPart66.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10497. NewGuiPart66.Parent = NewGuiPart65
  10498.  
  10499. local NewGuiPart67 = Instance.new("Frame")
  10500. NewGuiPart67.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10501. NewGuiPart67.BackgroundTransparency = 1
  10502. NewGuiPart67.Name = "Player"
  10503. NewGuiPart67.Size = UDim2.new(1, 0, 1, 0)
  10504. NewGuiPart67.ZIndex = 2
  10505. NewGuiPart67.ClipsDescendants = true
  10506. NewGuiPart67.Parent = NewGuiPart39
  10507.  
  10508. local NewGuiPart68 = Instance.new("Frame")
  10509. NewGuiPart68.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10510. NewGuiPart68.BackgroundTransparency = 1
  10511. NewGuiPart68.Position = UDim2.new(0.00999999978, 0, 0, 51)
  10512. NewGuiPart68.Size = UDim2.new(0.980000019, 0, 0, 17)
  10513. NewGuiPart68.ZIndex = 8
  10514. NewGuiPart68.Parent = NewGuiPart67
  10515.  
  10516. local NewGuiPart69 = Instance.new("TextButton")
  10517. NewGuiPart69.Active = true
  10518. NewGuiPart69.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  10519. NewGuiPart69.BackgroundTransparency = 0.60000002384186
  10520. NewGuiPart69.BorderColor3 = Color3.new(0, 0, 0)
  10521. NewGuiPart69.BorderSizePixel = 0
  10522. NewGuiPart69.Name = "Execute"
  10523. NewGuiPart69.Position = UDim2.new(1, -62, 0, 2)
  10524. NewGuiPart69.Selectable = true
  10525. NewGuiPart69.Size = UDim2.new(0, 60, 1, -4)
  10526. NewGuiPart69.Style = Enum.ButtonStyle.Custom
  10527. NewGuiPart69.ZIndex = 9
  10528. NewGuiPart69.Font = Enum.Font.ArialBold
  10529. NewGuiPart69.FontSize = Enum.FontSize.Size12
  10530. NewGuiPart69.Text = "EXECUTE"
  10531. NewGuiPart69.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10532. NewGuiPart69.Parent = NewGuiPart68
  10533.  
  10534. local NewGuiPart70 = Instance.new("ScrollingFrame")
  10535. NewGuiPart70.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10536. NewGuiPart70.BackgroundTransparency = 0.40000000596046
  10537. NewGuiPart70.Name = "PlayerList"
  10538. NewGuiPart70.Position = UDim2.new(0, 0, 1, 25)
  10539. NewGuiPart70.Selectable = true
  10540. NewGuiPart70.Size = UDim2.new(0.5, -2, 0, 100)
  10541. NewGuiPart70.CanvasSize = UDim2.new(0, 0, 0, 0)
  10542. NewGuiPart70.ScrollBarThickness = 4
  10543. NewGuiPart70.ClipsDescendants = true
  10544. NewGuiPart70.Parent = NewGuiPart68
  10545.  
  10546. local NewGuiPart71 = Instance.new("Frame")
  10547. NewGuiPart71.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10548. NewGuiPart71.BackgroundTransparency = 0.40000000596046
  10549. NewGuiPart71.Size = UDim2.new(1, 0, 0, 17)
  10550. NewGuiPart71.ZIndex = 8
  10551. NewGuiPart71.Parent = NewGuiPart68
  10552.  
  10553. local NewGuiPart72 = Instance.new("TextLabel")
  10554. NewGuiPart72.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10555. NewGuiPart72.BackgroundTransparency = 0.40000000596046
  10556. NewGuiPart72.Name = "Title1"
  10557. NewGuiPart72.Position = UDim2.new(0, 0, 1, 4)
  10558. NewGuiPart72.Size = UDim2.new(0.5, -2, 0, 17)
  10559. NewGuiPart72.ZIndex = 8
  10560. NewGuiPart72.Font = Enum.Font.ArialBold
  10561. NewGuiPart72.FontSize = Enum.FontSize.Size14
  10562. NewGuiPart72.Text = "Players"
  10563. NewGuiPart72.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10564. NewGuiPart72.Parent = NewGuiPart68
  10565.  
  10566. local NewGuiPart73 = Instance.new("ScrollingFrame")
  10567. NewGuiPart73.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10568. NewGuiPart73.BackgroundTransparency = 0.40000000596046
  10569. NewGuiPart73.Name = "ModeList"
  10570. NewGuiPart73.Position = UDim2.new(0.5, 2, 1, 25)
  10571. NewGuiPart73.Selectable = true
  10572. NewGuiPart73.Size = UDim2.new(0.5, -2, 0, 100)
  10573. NewGuiPart73.CanvasSize = UDim2.new(0, 0, 0, 0)
  10574. NewGuiPart73.ScrollBarThickness = 4
  10575. NewGuiPart73.ClipsDescendants = true
  10576. NewGuiPart73.Parent = NewGuiPart68
  10577.  
  10578. local NewGuiPart74 = Instance.new("TextLabel")
  10579. NewGuiPart74.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  10580. NewGuiPart74.BackgroundTransparency = 1
  10581. NewGuiPart74.BorderSizePixel = 0
  10582. NewGuiPart74.Name = "Mode"
  10583. NewGuiPart74.Position = UDim2.new(0, 217, 0, 0)
  10584. NewGuiPart74.Size = UDim2.new(0, 40, 0, 17)
  10585. NewGuiPart74.ZIndex = 8
  10586. NewGuiPart74.Font = Enum.Font.ArialBold
  10587. NewGuiPart74.FontSize = Enum.FontSize.Size14
  10588. NewGuiPart74.Text = "Mode:"
  10589. NewGuiPart74.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10590. NewGuiPart74.Parent = NewGuiPart68
  10591.  
  10592. local NewGuiPart75 = Instance.new("TextBox")
  10593. NewGuiPart75.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  10594. NewGuiPart75.BackgroundTransparency = 0.40000000596046
  10595. NewGuiPart75.BorderColor3 = Color3.new(0, 0, 0)
  10596. NewGuiPart75.BorderSizePixel = 0
  10597. NewGuiPart75.Name = "Box"
  10598. NewGuiPart75.Position = UDim2.new(1, 2, 0, 2)
  10599. NewGuiPart75.Size = UDim2.new(4, 5, 1, -4)
  10600. NewGuiPart75.ZIndex = 9
  10601. NewGuiPart75.Font = Enum.Font.ArialBold
  10602. NewGuiPart75.FontSize = Enum.FontSize.Size14
  10603. NewGuiPart75.Text = ""
  10604. NewGuiPart75.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10605. NewGuiPart75.Parent = NewGuiPart74
  10606.  
  10607. local NewGuiPart76 = Instance.new("TextLabel")
  10608. NewGuiPart76.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  10609. NewGuiPart76.BackgroundTransparency = 1
  10610. NewGuiPart76.BorderSizePixel = 0
  10611. NewGuiPart76.Name = "Player"
  10612. NewGuiPart76.Position = UDim2.new(0, 4, 0, 0)
  10613. NewGuiPart76.Size = UDim2.new(0, 40, 0, 17)
  10614. NewGuiPart76.ZIndex = 8
  10615. NewGuiPart76.Font = Enum.Font.ArialBold
  10616. NewGuiPart76.FontSize = Enum.FontSize.Size14
  10617. NewGuiPart76.Text = "Player:"
  10618. NewGuiPart76.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10619. NewGuiPart76.Parent = NewGuiPart68
  10620.  
  10621. local NewGuiPart77 = Instance.new("TextBox")
  10622. NewGuiPart77.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  10623. NewGuiPart77.BackgroundTransparency = 0.40000000596046
  10624. NewGuiPart77.BorderColor3 = Color3.new(0, 0, 0)
  10625. NewGuiPart77.BorderSizePixel = 0
  10626. NewGuiPart77.Name = "Box"
  10627. NewGuiPart77.Position = UDim2.new(1, 4, 0, 2)
  10628. NewGuiPart77.Size = UDim2.new(4, 5, 1, -4)
  10629. NewGuiPart77.ZIndex = 9
  10630. NewGuiPart77.Font = Enum.Font.ArialBold
  10631. NewGuiPart77.FontSize = Enum.FontSize.Size14
  10632. NewGuiPart77.Text = ""
  10633. NewGuiPart77.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10634. NewGuiPart77.Parent = NewGuiPart76
  10635.  
  10636. local NewGuiPart78 = Instance.new("TextLabel")
  10637. NewGuiPart78.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10638. NewGuiPart78.BackgroundTransparency = 0.40000000596046
  10639. NewGuiPart78.Name = "Title2"
  10640. NewGuiPart78.Position = UDim2.new(0.5, 2, 1, 4)
  10641. NewGuiPart78.Size = UDim2.new(0.5, -2, 0, 17)
  10642. NewGuiPart78.ZIndex = 8
  10643. NewGuiPart78.Font = Enum.Font.ArialBold
  10644. NewGuiPart78.FontSize = Enum.FontSize.Size14
  10645. NewGuiPart78.Text = "Modes"
  10646. NewGuiPart78.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10647. NewGuiPart78.Parent = NewGuiPart68
  10648.  
  10649. local NewGuiPart79 = Instance.new("Frame")
  10650. NewGuiPart79.BackgroundColor3 = Color3.new(0, 0, 0)
  10651. NewGuiPart79.Name = "Line"
  10652. NewGuiPart79.Position = UDim2.new(0.00999999978, 0, 0, 198)
  10653. NewGuiPart79.Size = UDim2.new(0.980000019, 0, 0, 1)
  10654. NewGuiPart79.ClipsDescendants = true
  10655. NewGuiPart79.Parent = NewGuiPart67
  10656.  
  10657. local NewGuiPart80 = Instance.new("TextLabel")
  10658. NewGuiPart80.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10659. NewGuiPart80.BackgroundTransparency = 0.40000000596046
  10660. NewGuiPart80.Name = "StatChange"
  10661. NewGuiPart80.Position = UDim2.new(0.00999999978, 0, 0, 204)
  10662. NewGuiPart80.Size = UDim2.new(0.889999986, 0, 0, 17)
  10663. NewGuiPart80.ZIndex = 8
  10664. NewGuiPart80.Font = Enum.Font.ArialBold
  10665. NewGuiPart80.FontSize = Enum.FontSize.Size14
  10666. NewGuiPart80.Text = " Player:"
  10667. NewGuiPart80.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10668. NewGuiPart80.TextXAlignment = Enum.TextXAlignment.Left
  10669. NewGuiPart80.Parent = NewGuiPart67
  10670.  
  10671. local NewGuiPart81 = Instance.new("TextLabel")
  10672. NewGuiPart81.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10673. NewGuiPart81.BackgroundTransparency = 1
  10674. NewGuiPart81.Name = "Label"
  10675. NewGuiPart81.Position = UDim2.new(0, 195, 0, 0)
  10676. NewGuiPart81.Size = UDim2.new(0, 100, 0, 17)
  10677. NewGuiPart81.ZIndex = 8
  10678. NewGuiPart81.Font = Enum.Font.ArialBold
  10679. NewGuiPart81.FontSize = Enum.FontSize.Size14
  10680. NewGuiPart81.Text = " Stat:"
  10681. NewGuiPart81.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10682. NewGuiPart81.TextXAlignment = Enum.TextXAlignment.Left
  10683. NewGuiPart81.Parent = NewGuiPart80
  10684.  
  10685. local NewGuiPart82 = Instance.new("ScrollingFrame")
  10686. NewGuiPart82.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10687. NewGuiPart82.BackgroundTransparency = 0.40000000596046
  10688. NewGuiPart82.Name = "PlayerList"
  10689. NewGuiPart82.Position = UDim2.new(0.109999999, 2, 1, 5)
  10690. NewGuiPart82.Selectable = true
  10691. NewGuiPart82.Size = UDim2.new(0, 138, 0, 83)
  10692. NewGuiPart82.CanvasSize = UDim2.new(0, 0, 0, 0)
  10693. NewGuiPart82.ScrollBarThickness = 4
  10694. NewGuiPart82.ClipsDescendants = true
  10695. NewGuiPart82.Parent = NewGuiPart80
  10696.  
  10697. local NewGuiPart83 = Instance.new("ScrollingFrame")
  10698. NewGuiPart83.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10699. NewGuiPart83.BackgroundTransparency = 0.40000000596046
  10700. NewGuiPart83.Name = "StatList"
  10701. NewGuiPart83.Position = UDim2.new(0.50999999, 4, 1, 5)
  10702. NewGuiPart83.Selectable = true
  10703. NewGuiPart83.Size = UDim2.new(0, 78, 0, 83)
  10704. NewGuiPart83.CanvasSize = UDim2.new(0, 0, 0, 0)
  10705. NewGuiPart83.ScrollBarThickness = 4
  10706. NewGuiPart83.ClipsDescendants = true
  10707. NewGuiPart83.Parent = NewGuiPart80
  10708.  
  10709. local NewGuiPart84 = Instance.new("Frame")
  10710. NewGuiPart84.BackgroundTransparency = 1
  10711. NewGuiPart84.Name = "Player"
  10712. NewGuiPart84.Size = UDim2.new(1, 0, 1, 0)
  10713. NewGuiPart84.Parent = NewGuiPart80
  10714.  
  10715. local NewGuiPart85 = Instance.new("TextBox")
  10716. NewGuiPart85.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  10717. NewGuiPart85.BackgroundTransparency = 0.40000000596046
  10718. NewGuiPart85.BorderColor3 = Color3.new(0, 0, 0)
  10719. NewGuiPart85.BorderSizePixel = 0
  10720. NewGuiPart85.Name = "Box"
  10721. NewGuiPart85.Position = UDim2.new(0, 50, 0, 2)
  10722. NewGuiPart85.Size = UDim2.new(0, 140, 1, -4)
  10723. NewGuiPart85.ZIndex = 9
  10724. NewGuiPart85.Font = Enum.Font.ArialBold
  10725. NewGuiPart85.FontSize = Enum.FontSize.Size14
  10726. NewGuiPart85.Text = ""
  10727. NewGuiPart85.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10728. NewGuiPart85.Parent = NewGuiPart84
  10729.  
  10730. local NewGuiPart86 = Instance.new("Frame")
  10731. NewGuiPart86.BackgroundTransparency = 1
  10732. NewGuiPart86.Name = "Stat"
  10733. NewGuiPart86.Size = UDim2.new(1, 0, 1, 0)
  10734. NewGuiPart86.Parent = NewGuiPart80
  10735.  
  10736. local NewGuiPart87 = Instance.new("TextBox")
  10737. NewGuiPart87.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  10738. NewGuiPart87.BackgroundTransparency = 0.40000000596046
  10739. NewGuiPart87.BorderColor3 = Color3.new(0, 0, 0)
  10740. NewGuiPart87.BorderSizePixel = 0
  10741. NewGuiPart87.Name = "Box"
  10742. NewGuiPart87.Position = UDim2.new(0, 230, 0, 2)
  10743. NewGuiPart87.Size = UDim2.new(0, 80, 1, -4)
  10744. NewGuiPart87.ZIndex = 9
  10745. NewGuiPart87.Font = Enum.Font.ArialBold
  10746. NewGuiPart87.FontSize = Enum.FontSize.Size14
  10747. NewGuiPart87.Text = ""
  10748. NewGuiPart87.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10749. NewGuiPart87.Parent = NewGuiPart86
  10750.  
  10751. local NewGuiPart88 = Instance.new("TextLabel")
  10752. NewGuiPart88.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  10753. NewGuiPart88.BackgroundTransparency = 1
  10754. NewGuiPart88.BorderSizePixel = 0
  10755. NewGuiPart88.Name = "Count"
  10756. NewGuiPart88.Position = UDim2.new(0, 300, 0, 0)
  10757. NewGuiPart88.Size = UDim2.new(0, 40, 0, 17)
  10758. NewGuiPart88.ZIndex = 8
  10759. NewGuiPart88.Font = Enum.Font.ArialBold
  10760. NewGuiPart88.FontSize = Enum.FontSize.Size14
  10761. NewGuiPart88.Text = "x"
  10762. NewGuiPart88.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10763. NewGuiPart88.Parent = NewGuiPart80
  10764.  
  10765. local NewGuiPart89 = Instance.new("TextBox")
  10766. NewGuiPart89.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  10767. NewGuiPart89.BackgroundTransparency = 0.40000000596046
  10768. NewGuiPart89.BorderColor3 = Color3.new(0, 0, 0)
  10769. NewGuiPart89.BorderSizePixel = 0
  10770. NewGuiPart89.Name = "oldbox"
  10771. NewGuiPart89.Position = UDim2.new(0, 29, 0, 2)
  10772. NewGuiPart89.Size = UDim2.new(0, 50, 1, -4)
  10773. NewGuiPart89.ZIndex = 9
  10774. NewGuiPart89.Font = Enum.Font.ArialBold
  10775. NewGuiPart89.FontSize = Enum.FontSize.Size14
  10776. NewGuiPart89.Text = ""
  10777. NewGuiPart89.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10778. NewGuiPart89.Parent = NewGuiPart88
  10779.  
  10780. local NewGuiPart90 = Instance.new("TextButton")
  10781. NewGuiPart90.Active = true
  10782. NewGuiPart90.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  10783. NewGuiPart90.BackgroundTransparency = 0.60000002384186
  10784. NewGuiPart90.BorderColor3 = Color3.new(0, 0, 0)
  10785. NewGuiPart90.BorderSizePixel = 0
  10786. NewGuiPart90.Name = "Btn"
  10787. NewGuiPart90.Position = UDim2.new(1, -62, 0, 2)
  10788. NewGuiPart90.Selectable = true
  10789. NewGuiPart90.Size = UDim2.new(0, 60, 1, -4)
  10790. NewGuiPart90.Style = Enum.ButtonStyle.Custom
  10791. NewGuiPart90.ZIndex = 9
  10792. NewGuiPart90.Font = Enum.Font.ArialBold
  10793. NewGuiPart90.FontSize = Enum.FontSize.Size12
  10794. NewGuiPart90.Text = "EXECUTE"
  10795. NewGuiPart90.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10796. NewGuiPart90.Parent = NewGuiPart80
  10797.  
  10798. local NewGuiPart91 = Instance.new("Frame")
  10799. NewGuiPart91.BackgroundColor3 = Color3.new(0, 0, 0)
  10800. NewGuiPart91.Name = "Line"
  10801. NewGuiPart91.Position = UDim2.new(0.00999999978, 0, 0, 45)
  10802. NewGuiPart91.Size = UDim2.new(0.980000019, 0, 0, 1)
  10803. NewGuiPart91.ClipsDescendants = true
  10804. NewGuiPart91.Parent = NewGuiPart39
  10805.  
  10806. local NewGuiPart92 = Instance.new("Frame")
  10807. NewGuiPart92.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10808. NewGuiPart92.BackgroundTransparency = 1
  10809. NewGuiPart92.Name = "Misc"
  10810. NewGuiPart92.Size = UDim2.new(1, 0, 1, 0)
  10811. NewGuiPart92.Visible = false
  10812. NewGuiPart92.ZIndex = 2
  10813. NewGuiPart92.ClipsDescendants = true
  10814. NewGuiPart92.Parent = NewGuiPart39
  10815.  
  10816. local NewGuiPart93 = Instance.new("TextLabel")
  10817. NewGuiPart93.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10818. NewGuiPart93.BackgroundTransparency = 0.40000000596046
  10819. NewGuiPart93.Name = "Rarity"
  10820. NewGuiPart93.Position = UDim2.new(0.00999999978, 0, 0, 51)
  10821. NewGuiPart93.Size = UDim2.new(0.400000006, 0, 0, 17)
  10822. NewGuiPart93.ZIndex = 2
  10823. NewGuiPart93.Font = Enum.Font.ArialBold
  10824. NewGuiPart93.FontSize = Enum.FontSize.Size14
  10825. NewGuiPart93.Text = " Loot Spawn Rarity"
  10826. NewGuiPart93.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10827. NewGuiPart93.TextXAlignment = Enum.TextXAlignment.Left
  10828. NewGuiPart93.Parent = NewGuiPart92
  10829.  
  10830. local NewGuiPart94 = Instance.new("TextBox")
  10831. NewGuiPart94.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  10832. NewGuiPart94.BackgroundTransparency = 0.40000000596046
  10833. NewGuiPart94.BorderColor3 = Color3.new(0, 0, 0)
  10834. NewGuiPart94.BorderSizePixel = 0
  10835. NewGuiPart94.Name = "Box"
  10836. NewGuiPart94.Position = UDim2.new(1, -62, 0, 2)
  10837. NewGuiPart94.Size = UDim2.new(0, 60, 0, 13)
  10838. NewGuiPart94.ZIndex = 3
  10839. NewGuiPart94.Font = Enum.Font.ArialBold
  10840. NewGuiPart94.FontSize = Enum.FontSize.Size14
  10841. NewGuiPart94.Text = ""
  10842. NewGuiPart94.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10843. NewGuiPart94.Parent = NewGuiPart93
  10844.  
  10845. local NewGuiPart95 = Instance.new("TextLabel")
  10846. NewGuiPart95.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  10847. NewGuiPart95.BackgroundTransparency = 1
  10848. NewGuiPart95.BorderSizePixel = 0
  10849. NewGuiPart95.Name = "Rarity"
  10850. NewGuiPart95.Position = UDim2.new(0, -12, 0, 0)
  10851. NewGuiPart95.Size = UDim2.new(0, 13, 1, 0)
  10852. NewGuiPart95.ZIndex = 2
  10853. NewGuiPart95.Font = Enum.Font.ArialBold
  10854. NewGuiPart95.FontSize = Enum.FontSize.Size14
  10855. NewGuiPart95.Text = "%"
  10856. NewGuiPart95.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10857. NewGuiPart95.TextXAlignment = Enum.TextXAlignment.Left
  10858. NewGuiPart95.Parent = NewGuiPart94
  10859.  
  10860. local NewGuiPart96 = Instance.new("TextLabel")
  10861. NewGuiPart96.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10862. NewGuiPart96.BackgroundTransparency = 0.40000000596046
  10863. NewGuiPart96.Name = "AE"
  10864. NewGuiPart96.Position = UDim2.new(0.00999999978, 130, 0, 71)
  10865. NewGuiPart96.Size = UDim2.new(0.25, 0, 0, 17)
  10866. NewGuiPart96.ZIndex = 2
  10867. NewGuiPart96.Font = Enum.Font.ArialBold
  10868. NewGuiPart96.FontSize = Enum.FontSize.Size14
  10869. NewGuiPart96.Text = "TM46"
  10870. NewGuiPart96.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10871. NewGuiPart96.TextXAlignment = Enum.TextXAlignment.Left
  10872. NewGuiPart96.Parent = NewGuiPart92
  10873.  
  10874. local NewGuiPart97 = Instance.new("TextButton")
  10875. NewGuiPart97.Active = true
  10876. NewGuiPart97.BackgroundColor3 = Color3.new(0.745098, 0.266667, 0.121569)
  10877. NewGuiPart97.BackgroundTransparency = 0.60000002384186
  10878. NewGuiPart97.BorderSizePixel = 0
  10879. NewGuiPart97.Name = "Btn"
  10880. NewGuiPart97.Position = UDim2.new(1, -42, 1, -15)
  10881. NewGuiPart97.Selectable = true
  10882. NewGuiPart97.Size = UDim2.new(0, 40, 0, 13)
  10883. NewGuiPart97.Style = Enum.ButtonStyle.Custom
  10884. NewGuiPart97.ZIndex = 10
  10885. NewGuiPart97.Font = Enum.Font.ArialBold
  10886. NewGuiPart97.FontSize = Enum.FontSize.Size12
  10887. NewGuiPart97.Text = "Place"
  10888. NewGuiPart97.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10889. NewGuiPart97.Parent = NewGuiPart96
  10890.  
  10891. local NewGuiPart98 = Instance.new("TextLabel")
  10892. NewGuiPart98.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10893. NewGuiPart98.BackgroundTransparency = 0.40000000596046
  10894. NewGuiPart98.Name = "C4"
  10895. NewGuiPart98.Position = UDim2.new(0.00999999978, 0, 0, 71)
  10896. NewGuiPart98.Size = UDim2.new(0.25, 0, 0, 17)
  10897. NewGuiPart98.ZIndex = 2
  10898. NewGuiPart98.Font = Enum.Font.ArialBold
  10899. NewGuiPart98.FontSize = Enum.FontSize.Size14
  10900. NewGuiPart98.Text = "C4"
  10901. NewGuiPart98.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10902. NewGuiPart98.TextXAlignment = Enum.TextXAlignment.Left
  10903. NewGuiPart98.Parent = NewGuiPart92
  10904.  
  10905. local NewGuiPart99 = Instance.new("TextButton")
  10906. NewGuiPart99.Active = true
  10907. NewGuiPart99.BackgroundColor3 = Color3.new(0.745098, 0.266667, 0.121569)
  10908. NewGuiPart99.BackgroundTransparency = 0.60000002384186
  10909. NewGuiPart99.BorderSizePixel = 0
  10910. NewGuiPart99.Name = "Btn"
  10911. NewGuiPart99.Position = UDim2.new(1, -42, 1, -15)
  10912. NewGuiPart99.Selectable = true
  10913. NewGuiPart99.Size = UDim2.new(0, 40, 0, 13)
  10914. NewGuiPart99.Style = Enum.ButtonStyle.Custom
  10915. NewGuiPart99.ZIndex = 10
  10916. NewGuiPart99.Font = Enum.Font.ArialBold
  10917. NewGuiPart99.FontSize = Enum.FontSize.Size12
  10918. NewGuiPart99.Text = "Place"
  10919. NewGuiPart99.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10920. NewGuiPart99.Parent = NewGuiPart98
  10921.  
  10922. local NewGuiPart100 = Instance.new("TextLabel")
  10923. NewGuiPart100.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10924. NewGuiPart100.BackgroundTransparency = 0.40000000596046
  10925. NewGuiPart100.Name = "VS50"
  10926. NewGuiPart100.Position = UDim2.new(0.00999999978, 260, 0, 71)
  10927. NewGuiPart100.Size = UDim2.new(0.25, 0, 0, 17)
  10928. NewGuiPart100.ZIndex = 2
  10929. NewGuiPart100.Font = Enum.Font.ArialBold
  10930. NewGuiPart100.FontSize = Enum.FontSize.Size14
  10931. NewGuiPart100.Text = "VS50"
  10932. NewGuiPart100.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10933. NewGuiPart100.TextXAlignment = Enum.TextXAlignment.Left
  10934. NewGuiPart100.Parent = NewGuiPart92
  10935.  
  10936. local NewGuiPart101 = Instance.new("TextButton")
  10937. NewGuiPart101.Active = true
  10938. NewGuiPart101.BackgroundColor3 = Color3.new(0.745098, 0.266667, 0.121569)
  10939. NewGuiPart101.BackgroundTransparency = 0.60000002384186
  10940. NewGuiPart101.BorderSizePixel = 0
  10941. NewGuiPart101.Name = "Btn"
  10942. NewGuiPart101.Position = UDim2.new(1, -42, 1, -15)
  10943. NewGuiPart101.Selectable = true
  10944. NewGuiPart101.Size = UDim2.new(0, 40, 0, 13)
  10945. NewGuiPart101.Style = Enum.ButtonStyle.Custom
  10946. NewGuiPart101.ZIndex = 10
  10947. NewGuiPart101.Font = Enum.Font.ArialBold
  10948. NewGuiPart101.FontSize = Enum.FontSize.Size12
  10949. NewGuiPart101.Text = "Place"
  10950. NewGuiPart101.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10951. NewGuiPart101.Parent = NewGuiPart100
  10952.  
  10953. local NewGuiPart102 = Instance.new("TextLabel")
  10954. NewGuiPart102.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  10955. NewGuiPart102.BackgroundTransparency = 0.40000000596046
  10956. NewGuiPart102.Name = "Music"
  10957. NewGuiPart102.Position = UDim2.new(0.00999999978, 210, 0, 51)
  10958. NewGuiPart102.Size = UDim2.new(0.400000006, 50, 0, 17)
  10959. NewGuiPart102.ZIndex = 2
  10960. NewGuiPart102.Font = Enum.Font.ArialBold
  10961. NewGuiPart102.FontSize = Enum.FontSize.Size14
  10962. NewGuiPart102.Text = "Play Music"
  10963. NewGuiPart102.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10964. NewGuiPart102.TextXAlignment = Enum.TextXAlignment.Left
  10965. NewGuiPart102.Parent = NewGuiPart92
  10966.  
  10967. local NewGuiPart103 = Instance.new("TextBox")
  10968. NewGuiPart103.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  10969. NewGuiPart103.BackgroundTransparency = 0.40000000596046
  10970. NewGuiPart103.BorderColor3 = Color3.new(0, 0, 0)
  10971. NewGuiPart103.BorderSizePixel = 0
  10972. NewGuiPart103.Name = "Box"
  10973. NewGuiPart103.Position = UDim2.new(1, -152, 0, 2)
  10974. NewGuiPart103.Size = UDim2.new(0, 60, 0, 13)
  10975. NewGuiPart103.ZIndex = 3
  10976. NewGuiPart103.Font = Enum.Font.ArialBold
  10977. NewGuiPart103.FontSize = Enum.FontSize.Size14
  10978. NewGuiPart103.Text = ""
  10979. NewGuiPart103.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10980. NewGuiPart103.Parent = NewGuiPart102
  10981.  
  10982. local NewGuiPart104 = Instance.new("TextLabel")
  10983. NewGuiPart104.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  10984. NewGuiPart104.BackgroundTransparency = 1
  10985. NewGuiPart104.BorderSizePixel = 0
  10986. NewGuiPart104.Name = "ID"
  10987. NewGuiPart104.Position = UDim2.new(0, -20, 0, 0)
  10988. NewGuiPart104.Size = UDim2.new(0, 13, 1, 0)
  10989. NewGuiPart104.ZIndex = 2
  10990. NewGuiPart104.Font = Enum.Font.ArialBold
  10991. NewGuiPart104.FontSize = Enum.FontSize.Size14
  10992. NewGuiPart104.Text = "ID"
  10993. NewGuiPart104.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  10994. NewGuiPart104.TextXAlignment = Enum.TextXAlignment.Left
  10995. NewGuiPart104.Parent = NewGuiPart103
  10996.  
  10997. local NewGuiPart105 = Instance.new("TextButton")
  10998. NewGuiPart105.Active = true
  10999. NewGuiPart105.BackgroundColor3 = Color3.new(0.745098, 0.266667, 0.121569)
  11000. NewGuiPart105.BackgroundTransparency = 0.60000002384186
  11001. NewGuiPart105.BorderSizePixel = 0
  11002. NewGuiPart105.Name = "Btn"
  11003. NewGuiPart105.Position = UDim2.new(1, -81, 1, -15)
  11004. NewGuiPart105.Selectable = true
  11005. NewGuiPart105.Size = UDim2.new(0, 70, 0, 13)
  11006. NewGuiPart105.Style = Enum.ButtonStyle.Custom
  11007. NewGuiPart105.ZIndex = 10
  11008. NewGuiPart105.Font = Enum.Font.ArialBold
  11009. NewGuiPart105.FontSize = Enum.FontSize.Size12
  11010. NewGuiPart105.Text = "Play Music"
  11011. NewGuiPart105.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  11012. NewGuiPart105.Parent = NewGuiPart102
  11013.  
  11014. local NewGuiPart106 = Instance.new("TextLabel")
  11015. NewGuiPart106.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  11016. NewGuiPart106.BackgroundTransparency = 0.40000000596046
  11017. NewGuiPart106.Name = "Shirt"
  11018. NewGuiPart106.Position = UDim2.new(0.00999999978, 0, 0, 91)
  11019. NewGuiPart106.Size = UDim2.new(0.400000006, 50, 0, 17)
  11020. NewGuiPart106.ZIndex = 2
  11021. NewGuiPart106.Font = Enum.Font.ArialBold
  11022. NewGuiPart106.FontSize = Enum.FontSize.Size14
  11023. NewGuiPart106.Text = "Change Shirt"
  11024. NewGuiPart106.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  11025. NewGuiPart106.TextXAlignment = Enum.TextXAlignment.Left
  11026. NewGuiPart106.Parent = NewGuiPart92
  11027.  
  11028. local NewGuiPart107 = Instance.new("TextBox")
  11029. NewGuiPart107.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  11030. NewGuiPart107.BackgroundTransparency = 0.40000000596046
  11031. NewGuiPart107.BorderColor3 = Color3.new(0, 0, 0)
  11032. NewGuiPart107.BorderSizePixel = 0
  11033. NewGuiPart107.Name = "Box"
  11034. NewGuiPart107.Position = UDim2.new(1, -142, 0, 2)
  11035. NewGuiPart107.Size = UDim2.new(0, 60, 0, 13)
  11036. NewGuiPart107.ZIndex = 3
  11037. NewGuiPart107.Font = Enum.Font.ArialBold
  11038. NewGuiPart107.FontSize = Enum.FontSize.Size14
  11039. NewGuiPart107.Text = ""
  11040. NewGuiPart107.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  11041. NewGuiPart107.Parent = NewGuiPart106
  11042.  
  11043. local NewGuiPart108 = Instance.new("TextLabel")
  11044. NewGuiPart108.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  11045. NewGuiPart108.BackgroundTransparency = 1
  11046. NewGuiPart108.BorderSizePixel = 0
  11047. NewGuiPart108.Name = "ID"
  11048. NewGuiPart108.Position = UDim2.new(0, -20, 0, 0)
  11049. NewGuiPart108.Size = UDim2.new(0, 13, 1, 0)
  11050. NewGuiPart108.ZIndex = 2
  11051. NewGuiPart108.Font = Enum.Font.ArialBold
  11052. NewGuiPart108.FontSize = Enum.FontSize.Size14
  11053. NewGuiPart108.Text = "ID"
  11054. NewGuiPart108.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  11055. NewGuiPart108.TextXAlignment = Enum.TextXAlignment.Left
  11056. NewGuiPart108.Parent = NewGuiPart107
  11057.  
  11058. local NewGuiPart109 = Instance.new("TextButton")
  11059. NewGuiPart109.Active = true
  11060. NewGuiPart109.BackgroundColor3 = Color3.new(0.745098, 0.266667, 0.121569)
  11061. NewGuiPart109.BackgroundTransparency = 0.60000002384186
  11062. NewGuiPart109.BorderSizePixel = 0
  11063. NewGuiPart109.Name = "Btn"
  11064. NewGuiPart109.Position = UDim2.new(1, -71, 1, -15)
  11065. NewGuiPart109.Selectable = true
  11066. NewGuiPart109.Size = UDim2.new(0, 70, 0, 13)
  11067. NewGuiPart109.Style = Enum.ButtonStyle.Custom
  11068. NewGuiPart109.ZIndex = 10
  11069. NewGuiPart109.Font = Enum.Font.ArialBold
  11070. NewGuiPart109.FontSize = Enum.FontSize.Size12
  11071. NewGuiPart109.Text = "Change"
  11072. NewGuiPart109.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  11073. NewGuiPart109.Parent = NewGuiPart106
  11074.  
  11075. local NewGuiPart110 = Instance.new("TextLabel")
  11076. NewGuiPart110.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  11077. NewGuiPart110.BackgroundTransparency = 0.40000000596046
  11078. NewGuiPart110.Name = "Pants"
  11079. NewGuiPart110.Position = UDim2.new(0.00999999978, 0, 0, 111)
  11080. NewGuiPart110.Size = UDim2.new(0.400000006, 50, 0, 17)
  11081. NewGuiPart110.ZIndex = 2
  11082. NewGuiPart110.Font = Enum.Font.ArialBold
  11083. NewGuiPart110.FontSize = Enum.FontSize.Size14
  11084. NewGuiPart110.Text = "Change Pants"
  11085. NewGuiPart110.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  11086. NewGuiPart110.TextXAlignment = Enum.TextXAlignment.Left
  11087. NewGuiPart110.Parent = NewGuiPart92
  11088.  
  11089. local NewGuiPart111 = Instance.new("TextBox")
  11090. NewGuiPart111.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  11091. NewGuiPart111.BackgroundTransparency = 0.40000000596046
  11092. NewGuiPart111.BorderColor3 = Color3.new(0, 0, 0)
  11093. NewGuiPart111.BorderSizePixel = 0
  11094. NewGuiPart111.Name = "Box"
  11095. NewGuiPart111.Position = UDim2.new(1, -142, 0, 2)
  11096. NewGuiPart111.Size = UDim2.new(0, 60, 0, 13)
  11097. NewGuiPart111.ZIndex = 3
  11098. NewGuiPart111.Font = Enum.Font.ArialBold
  11099. NewGuiPart111.FontSize = Enum.FontSize.Size14
  11100. NewGuiPart111.Text = ""
  11101. NewGuiPart111.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  11102. NewGuiPart111.Parent = NewGuiPart110
  11103.  
  11104. local NewGuiPart112 = Instance.new("TextLabel")
  11105. NewGuiPart112.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  11106. NewGuiPart112.BackgroundTransparency = 1
  11107. NewGuiPart112.BorderSizePixel = 0
  11108. NewGuiPart112.Name = "ID"
  11109. NewGuiPart112.Position = UDim2.new(0, -20, 0, 0)
  11110. NewGuiPart112.Size = UDim2.new(0, 13, 1, 0)
  11111. NewGuiPart112.ZIndex = 2
  11112. NewGuiPart112.Font = Enum.Font.ArialBold
  11113. NewGuiPart112.FontSize = Enum.FontSize.Size14
  11114. NewGuiPart112.Text = "ID"
  11115. NewGuiPart112.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  11116. NewGuiPart112.TextXAlignment = Enum.TextXAlignment.Left
  11117. NewGuiPart112.Parent = NewGuiPart111
  11118.  
  11119. local NewGuiPart113 = Instance.new("TextButton")
  11120. NewGuiPart113.Active = true
  11121. NewGuiPart113.BackgroundColor3 = Color3.new(0.745098, 0.266667, 0.121569)
  11122. NewGuiPart113.BackgroundTransparency = 0.60000002384186
  11123. NewGuiPart113.BorderSizePixel = 0
  11124. NewGuiPart113.Name = "Btn"
  11125. NewGuiPart113.Position = UDim2.new(1, -71, 1, -15)
  11126. NewGuiPart113.Selectable = true
  11127. NewGuiPart113.Size = UDim2.new(0, 70, 0, 13)
  11128. NewGuiPart113.Style = Enum.ButtonStyle.Custom
  11129. NewGuiPart113.ZIndex = 10
  11130. NewGuiPart113.Font = Enum.Font.ArialBold
  11131. NewGuiPart113.FontSize = Enum.FontSize.Size12
  11132. NewGuiPart113.Text = "Change"
  11133. NewGuiPart113.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  11134. NewGuiPart113.Parent = NewGuiPart110
  11135.  
  11136.  
  11137. local NewGuiPart116 = Instance.new("Frame")
  11138. NewGuiPart116.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  11139. NewGuiPart116.BackgroundTransparency = 1
  11140. NewGuiPart116.Name = "ItemSpawn"
  11141. NewGuiPart116.Position = UDim2.new(0.00999999978, 0, 0, 50)
  11142. NewGuiPart116.Size = UDim2.new(0.980000019, 0, 0, 17)
  11143. NewGuiPart116.Visible = false
  11144. NewGuiPart116.ZIndex = 8
  11145. NewGuiPart116.Parent = NewGuiPart39
  11146.  
  11147. local NewGuiPart117 = Instance.new("TextLabel")
  11148. NewGuiPart117.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  11149. NewGuiPart117.BackgroundTransparency = 1
  11150. NewGuiPart117.BorderSizePixel = 0
  11151. NewGuiPart117.Name = "Item"
  11152. NewGuiPart117.Size = UDim2.new(0, 40, 0, 17)
  11153. NewGuiPart117.ZIndex = 8
  11154. NewGuiPart117.Font = Enum.Font.ArialBold
  11155. NewGuiPart117.FontSize = Enum.FontSize.Size14
  11156. NewGuiPart117.Text = "Item: "
  11157. NewGuiPart117.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  11158. NewGuiPart117.Parent = NewGuiPart116
  11159.  
  11160. local NewGuiPart118 = Instance.new("TextBox")
  11161. NewGuiPart118.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  11162. NewGuiPart118.BackgroundTransparency = 0.40000000596046
  11163. NewGuiPart118.BorderColor3 = Color3.new(0, 0, 0)
  11164. NewGuiPart118.BorderSizePixel = 0
  11165. NewGuiPart118.Name = "Box"
  11166. NewGuiPart118.Position = UDim2.new(1, 0, 0, 2)
  11167. NewGuiPart118.Size = UDim2.new(3.5, 2, 1, -4)
  11168. NewGuiPart118.ZIndex = 9
  11169. NewGuiPart118.Font = Enum.Font.ArialBold
  11170. NewGuiPart118.FontSize = Enum.FontSize.Size14
  11171. NewGuiPart118.Text = ""
  11172. NewGuiPart118.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  11173. NewGuiPart118.Parent = NewGuiPart117
  11174.  
  11175. local NewGuiPart119 = Instance.new("TextLabel")
  11176. NewGuiPart119.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  11177. NewGuiPart119.BackgroundTransparency = 1
  11178. NewGuiPart119.BorderSizePixel = 0
  11179. NewGuiPart119.Name = "Count"
  11180. NewGuiPart119.Position = UDim2.new(0, 171, 0, 0)
  11181. NewGuiPart119.Size = UDim2.new(0, 40, 0, 17)
  11182. NewGuiPart119.ZIndex = 8
  11183. NewGuiPart119.Font = Enum.Font.ArialBold
  11184. NewGuiPart119.FontSize = Enum.FontSize.Size14
  11185. NewGuiPart119.Text = "x"
  11186. NewGuiPart119.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  11187. NewGuiPart119.Parent = NewGuiPart116
  11188.  
  11189. local NewGuiPart120 = Instance.new("TextBox")
  11190. NewGuiPart120.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  11191. NewGuiPart120.BackgroundTransparency = 0.40000000596046
  11192. NewGuiPart120.BorderColor3 = Color3.new(0, 0, 0)
  11193. NewGuiPart120.BorderSizePixel = 0
  11194. NewGuiPart120.Name = "oldbox"
  11195. NewGuiPart120.Position = UDim2.new(0, 29, 0, 2)
  11196. NewGuiPart120.Size = UDim2.new(0, 15, 1, -4)
  11197. NewGuiPart120.Visible = false
  11198. NewGuiPart120.ZIndex = 9
  11199. NewGuiPart120.Font = Enum.Font.ArialBold
  11200. NewGuiPart120.FontSize = Enum.FontSize.Size14
  11201. NewGuiPart120.Text = ""
  11202. NewGuiPart120.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  11203. NewGuiPart120.Parent = NewGuiPart119
  11204.  
  11205. local NewGuiPart121 = Instance.new("TextLabel")
  11206. NewGuiPart121.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  11207. NewGuiPart121.BackgroundTransparency = 0.40000000596046
  11208. NewGuiPart121.BorderSizePixel = 0
  11209. NewGuiPart121.Name = "Box"
  11210. NewGuiPart121.Position = UDim2.new(0, 29, 0, 2)
  11211. NewGuiPart121.Size = UDim2.new(0, 15, 1, -4)
  11212. NewGuiPart121.ZIndex = 8
  11213. NewGuiPart121.Font = Enum.Font.ArialBold
  11214. NewGuiPart121.FontSize = Enum.FontSize.Size14
  11215. NewGuiPart121.Text = "1"
  11216. NewGuiPart121.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  11217. NewGuiPart121.Parent = NewGuiPart119
  11218.  
  11219. local NewGuiPart122 = Instance.new("TextButton")
  11220. NewGuiPart122.Active = true
  11221. NewGuiPart122.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  11222. NewGuiPart122.BackgroundTransparency = 0.60000002384186
  11223. NewGuiPart122.BorderColor3 = Color3.new(0, 0, 0)
  11224. NewGuiPart122.BorderSizePixel = 0
  11225. NewGuiPart122.Name = "Spawn"
  11226. NewGuiPart122.Position = UDim2.new(0, 218, 0, 2)
  11227. NewGuiPart122.Selectable = true
  11228. NewGuiPart122.Size = UDim2.new(0, 50, 1, -4)
  11229. NewGuiPart122.Style = Enum.ButtonStyle.Custom
  11230. NewGuiPart122.ZIndex = 9
  11231. NewGuiPart122.Font = Enum.Font.ArialBold
  11232. NewGuiPart122.FontSize = Enum.FontSize.Size12
  11233. NewGuiPart122.Text = "SPAWN"
  11234. NewGuiPart122.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  11235. NewGuiPart122.Parent = NewGuiPart116
  11236.  
  11237. local NewGuiPart123 = Instance.new("ScrollingFrame")
  11238. NewGuiPart123.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  11239. NewGuiPart123.BackgroundTransparency = 0.40000000596046
  11240. NewGuiPart123.Name = "ItemList"
  11241. NewGuiPart123.Position = UDim2.new(0, 0, 1, 25)
  11242. NewGuiPart123.Selectable = true
  11243. NewGuiPart123.Size = UDim2.new(0, 271, 0, 100)
  11244. NewGuiPart123.CanvasSize = UDim2.new(0, 0, 0, 0)
  11245. NewGuiPart123.ScrollBarThickness = 4
  11246. NewGuiPart123.ClipsDescendants = true
  11247. NewGuiPart123.Parent = NewGuiPart116
  11248.  
  11249. local NewGuiPart124 = Instance.new("TextBox")
  11250. NewGuiPart124.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  11251. NewGuiPart124.BackgroundTransparency = 0.40000000596046
  11252. NewGuiPart124.Name = "SearchBox"
  11253. NewGuiPart124.Position = UDim2.new(0, 0, 1, 4)
  11254. NewGuiPart124.Size = UDim2.new(0, 271, 0, 17)
  11255. NewGuiPart124.ZIndex = 9
  11256. NewGuiPart124.Font = Enum.Font.ArialBold
  11257. NewGuiPart124.FontSize = Enum.FontSize.Size14
  11258. NewGuiPart124.Text = "Click here to search"
  11259. NewGuiPart124.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  11260. NewGuiPart124.Parent = NewGuiPart116
  11261.  
  11262. local NewGuiPart125 = Instance.new("Frame")
  11263. NewGuiPart125.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  11264. NewGuiPart125.BackgroundTransparency = 0.40000000596046
  11265. NewGuiPart125.Size = UDim2.new(0, 271, 0, 17)
  11266. NewGuiPart125.ZIndex = 8
  11267. NewGuiPart125.Parent = NewGuiPart116
  11268.  
  11269. local NewGuiPart126 = Instance.new("TextLabel")
  11270. NewGuiPart126.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  11271. NewGuiPart126.BackgroundTransparency = 0.40000000596046
  11272. NewGuiPart126.Name = "Title"
  11273. NewGuiPart126.Position = UDim2.new(0, 274, 0, 0)
  11274. NewGuiPart126.Size = UDim2.new(1, -274, 0, 17)
  11275. NewGuiPart126.ZIndex = 8
  11276. NewGuiPart126.Font = Enum.Font.ArialBold
  11277. NewGuiPart126.FontSize = Enum.FontSize.Size14
  11278. NewGuiPart126.Text = "LoadOuts"
  11279. NewGuiPart126.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  11280. NewGuiPart126.Parent = NewGuiPart116
  11281.  
  11282. local NewGuiPart127 = Instance.new("ScrollingFrame")
  11283. NewGuiPart127.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  11284. NewGuiPart127.BackgroundTransparency = 0.40000000596046
  11285. NewGuiPart127.Name = "LoadOutList"
  11286. NewGuiPart127.Position = UDim2.new(0, 274, 1, 4)
  11287. NewGuiPart127.Selectable = true
  11288. NewGuiPart127.Size = UDim2.new(1, -274, 0, 121)
  11289. NewGuiPart127.CanvasSize = UDim2.new(0, 0, 0, 0)
  11290. NewGuiPart127.ScrollBarThickness = 4
  11291. NewGuiPart127.ClipsDescendants = true
  11292. NewGuiPart127.Parent = NewGuiPart116
  11293.  
  11294. local NewGuiPart128 = Instance.new("TextLabel")
  11295. NewGuiPart128.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  11296. NewGuiPart128.BackgroundTransparency = 1
  11297. NewGuiPart128.Name = "Title"
  11298. NewGuiPart128.Position = UDim2.new(1, 0, 0, 0)
  11299. NewGuiPart128.Size = UDim2.new(0, 0, 0, 17)
  11300. NewGuiPart128.ZIndex = 8
  11301. NewGuiPart128.Font = Enum.Font.ArialBold
  11302. NewGuiPart128.FontSize = Enum.FontSize.Size14
  11303. NewGuiPart128.Text = "Click and drag "
  11304. NewGuiPart128.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  11305. NewGuiPart128.TextXAlignment = Enum.TextXAlignment.Right
  11306. NewGuiPart128.Parent = NewGuiPart9
  11307.  
  11308. local NewGuiPart129 = Instance.new("TextButton")
  11309. NewGuiPart129.Active = true
  11310. NewGuiPart129.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  11311. NewGuiPart129.BackgroundTransparency = 0.40000000596046
  11312. NewGuiPart129.Name = "Toggle"
  11313. NewGuiPart129.Position = UDim2.new(0, 50, 1, -38)
  11314. NewGuiPart129.Selectable = true
  11315. NewGuiPart129.Size = UDim2.new(0, 34, 0, 34)
  11316. NewGuiPart129.Style = Enum.ButtonStyle.Custom
  11317. NewGuiPart129.ZIndex = 9
  11318. NewGuiPart129.Font = Enum.Font.ArialBold
  11319. NewGuiPart129.FontSize = Enum.FontSize.Size28
  11320. NewGuiPart129.Text = "-"
  11321. NewGuiPart129.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  11322. NewGuiPart129.Parent = NewGuiPart1
  11323. end
  11324. CreateGui()
  11325. Gui = game.CoreGui.SpawnGui
  11326. local rekt = topkey
  11327. local BF = Gui:WaitForChild("BigFrame")
  11328. local SF = BF:WaitForChild("Server")
  11329. local LF = BF:WaitForChild("Local")
  11330. local LP = game.Players.LocalPlayer
  11331. local Template = LF.Frame.ItemList.Template
  11332. local Btns = BF.Buttons
  11333. local pInfo = Gui.PlayerInfo
  11334. local LocalSpawn = LF.Frame
  11335. local LocalStats = LF.Frame2
  11336. local sBtns = SF.Buttons
  11337. local VehicleFr = SF.Vehicle
  11338. local PlayerFr = SF.Player
  11339. local MiscFr = SF.Misc
  11340. local ServerSpawn = SF.ItemSpawn
  11341. local OnCol, OffCol = Color3.new(0, 85/255, 0), Color3.new(141/255, 6/255, 8/255)
  11342. local bOnCol, bOffCol = Color3.new(0, 65/255, 0), Color3.new(91/255, 3/255, 5/255)
  11343. local CurrMsgCol = "White"
  11344. local CurrVehIndex = 1
  11345. local CurrPlrIndex = 1
  11346. local CurrVeh, CurrPlr
  11347. local NumPlrs = game.Players.NumPlayers
  11348. local Bools = {
  11349. ["Stamina"] = false,
  11350. ["Hunger"] = false,
  11351. ["Thirst"] = false,
  11352. ["Godmode"] = false,
  11353. ["Reload"] = false
  11354. }
  11355. local PlayerModes = {
  11356. {["NAME"] = "Horde", ["FUNC"] = function(...)
  11357. local tab = {...}
  11358. local Players = GetPlayers(tab[1])
  11359. ForEach(Players, function(Player)
  11360. local clonesubject = nil
  11361. local stahp = false
  11362. local collected_zombies = {}
  11363. for _, zombie in pairs(game.Workspace.Zombies:GetChildren()) do
  11364. if #zombie:GetChildren() > 0 and #collected_zombies < 90 then
  11365. table.insert(collected_zombies, zombie)
  11366. end
  11367. end
  11368. for index = 0, 50, 5 do
  11369. if index ~= 50 then
  11370. local zombies = {unpack(collected_zombies, index)}
  11371. for z_index = 1, 5 do
  11372. local zombie = zombies[z_index]
  11373. if zombie and pcall(game.IsA, zombie, "Instance") then
  11374. local formula = z_index / 5 * math.pi * 2
  11375. RepV(
  11376. zombie,
  11377. Player.Character.Torso.CFrame * CFrame.new(5 * math.sin(formula), 0, 5 * math.cos(formula))
  11378. )
  11379. end
  11380. end
  11381. end
  11382.  
  11383. end
  11384. end)
  11385. end},
  11386. {["NAME"] = "Invis", ["FUNC"] = function(...)
  11387. local tab = {...}
  11388. local Players = GetPlayers(tab[1])
  11389. ForEach(Players, function(Player)
  11390. function meh(root)
  11391. for _, v in pairs(root:GetChildren()) do
  11392. if v:IsA("BasePart") then
  11393. game.Lighting.Remote.BreakWindow2:FireServer(rekt, v, true)
  11394. end
  11395. meh(v)
  11396. end
  11397. end
  11398. meh(Player.Character)
  11399. game.Lighting.Remote.Destruct:FireServer(kek, Player.Character.Head.face)
  11400. end)
  11401. end},
  11402. {["NAME"] = "MakTroll", ["FUNC"] = function(...)
  11403. local tab = {...}
  11404. local Players = GetPlayers(tab[1])
  11405. ForEach(Players, function(Player)
  11406. if Player and game.Workspace:findFirstChild(Player.Name) then
  11407. AddItem(Player.playerstats.slots.slot1, tonumber(2003))
  11408. AddItem(Player.playerstats.slots.slot2, tonumber(2003))
  11409. AddItem(Player.playerstats.slots.slot3, tonumber(2003))
  11410. AddItem(Player.playerstats.slots.slot4, tonumber(2003))
  11411. AddItem(Player.playerstats.slots.slot5, tonumber(2003))
  11412. AddItem(Player.playerstats.slots.slot6, tonumber(2003))
  11413. AddItem(Player.playerstats.slots.slot7, tonumber(2003))
  11414. AddItem(Player.playerstats.slots.slot8, tonumber(2003))
  11415. AddItem(Player.playerstats.slots.slot9, tonumber(2003))
  11416. AddItem(Player.playerstats.slots.slot10, tonumber(2003))
  11417. AddItem(Player.playerstats.slots.slot11, tonumber(2003))
  11418. AddItem(Player.playerstats.slots.slot12, tonumber(2003))
  11419. AddItem(Player.playerstats.slots.slot13, tonumber(2003))
  11420. AddItem(Player.playerstats.slots.slot14, tonumber(2003))
  11421. AddItem(Player.playerstats.slots.slot15, tonumber(2003))
  11422. AddItem(Player.playerstats.slots.slot16, tonumber(2003))
  11423. AddItem(Player.playerstats.slots.slot17, tonumber(2003))
  11424. AddItem(Player.playerstats.slots.slot18, tonumber(2003))
  11425. AddItem(Player.playerstats.slots.slot19, tonumber(2003))
  11426. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  11427. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  11428. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  11429. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  11430. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  11431. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  11432. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  11433. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  11434. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  11435. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  11436. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  11437. end
  11438. end)
  11439. end},
  11440. {["NAME"] = "Loadout", ["FUNC"] = function(...) -- lelelelellelel
  11441. local tab = {...}
  11442. local Players = GetPlayers(tab[1])
  11443. ForEach(Players, function(Player)
  11444. if Player and game.Workspace:findFirstChild(Player.Name) then
  11445. function meh(root)
  11446. for _, v in pairs(root:GetChildren()) do
  11447. if v.Name == "ObjectID" then
  11448. Destroy(v)
  11449. end
  11450. meh(v)
  11451. end
  11452. end
  11453. meh(Player.playerstats.slots)
  11454. end
  11455. AddItem(Player.playerstats.slots.slotprimary, tonumber(1023))
  11456. AddItem(Player.playerstats.slots.slotbackpack, tonumber(4016))
  11457. AddItem(Player.playerstats.slots.slot1, tonumber(9013))
  11458. AddItem(Player.playerstats.slots.slot2, tonumber(9006))
  11459. AddItem(Player.playerstats.slots.slot3, tonumber(53))
  11460. AddItem(Player.playerstats.slots.slot4, tonumber(53))
  11461. AddItem(Player.playerstats.slots.slot5, tonumber(53))
  11462. AddItem(Player.playerstats.slots.slot6, tonumber(53))
  11463. AddItem(Player.playerstats.slots.slot7, tonumber(53))
  11464. AddItem(Player.playerstats.slots.slot8, tonumber(53))
  11465. AddItem(Player.playerstats.slots.slot9, tonumber(53))
  11466. AddItem(Player.playerstats.slots.slot10, tonumber(53))
  11467. AddItem(Player.playerstats.slots.slot11, tonumber(53))
  11468. AddItem(Player.playerstats.slots.slot12, tonumber(53))
  11469. AddItem(Player.playerstats.slots.slot13, tonumber(53))
  11470. AddItem(Player.playerstats.slots.slot14, tonumber(53))
  11471. AddItem(Player.playerstats.slots.slot15, tonumber(53))
  11472. AddItem(Player.playerstats.slots.slot16, tonumber(11))
  11473. AddItem(Player.playerstats.slots.slot17, tonumber(11))
  11474. AddItem(Player.playerstats.slots.slot18, tonumber(11))
  11475. AddItem(Player.playerstats.slots.slot19, tonumber(11))
  11476. end)
  11477. end},
  11478. {["NAME"] = "Kill", ["FUNC"] = function(...)
  11479. local tab = {...}
  11480. local Players = GetPlayers(tab[1])
  11481. ForEach(Players, function(Player)
  11482. if Player and game.Workspace:findFirstChild(Player.Name) then
  11483. Destroy(Player.Character.Head)
  11484. end
  11485. end)
  11486. end},
  11487. {["NAME"] = "Heal", ["FUNC"] = function(...)
  11488. local tab = {...}
  11489. local Players = GetPlayers(tab[1])
  11490. ForEach(Players, function(Player)
  11491. if Player and game.Workspace:findFirstChild(Player.Name) then
  11492. Heal(Player, 100)
  11493. end
  11494. end)
  11495. end},
  11496. {["NAME"] = "Hunger", ["FUNC"] = function(...)
  11497. local tab = {...}
  11498. local Players = GetPlayers(tab[1])
  11499. ForEach(Players, function(Player)
  11500. if Player and game.Workspace:findFirstChild(Player.Name) then
  11501. ChangeVal(Player.playerstats.Hunger, 1000000)
  11502. end
  11503. end)
  11504. end},
  11505. {["NAME"] = "Thirst", ["FUNC"] = function(...)
  11506. local tab = {...}
  11507. local Players = GetPlayers(tab[1])
  11508. ForEach(Players, function(Player)
  11509. if Player and game.Workspace:findFirstChild(Player.Name) then
  11510. ChangeVal(Player.playerstats.Thirst, 1000000)
  11511. end
  11512. end)
  11513. end},
  11514. {["NAME"] = "God", ["FUNC"] = function(...)
  11515. local tab = {...}
  11516. local Players = GetPlayers(tab[1])
  11517. ForEach(Players, function(Player)
  11518. if Player and game.Workspace:findFirstChild(Player.Name) then
  11519. kek1 = game.Players.LocalPlayer.Character.Humanoid
  11520. kek2 = Player.Character.Humanoid
  11521. game.Lighting.Remote.ChangeParent:FireServer(kek, kek1, Player.Character)
  11522. game.Lighting.Remote.ChangeParent:FireServer(kek, kek2, game.Players.LocalPlayer.Character)
  11523. wait()
  11524. game.Lighting.Remote.HealthSet:FireServer(kek, "MaxHealth", math.huge)
  11525. game.Lighting.Remote.HealthSet:FireServer(kek, "Health", math.huge)
  11526. wait()
  11527. game.Lighting.Remote.ChangeParent:FireServer(kek, kek1, game.Players.LocalPlayer.Character)
  11528. game.Lighting.Remote.ChangeParent:FireServer(kek, kek2, Player.Character)
  11529. end
  11530. end)
  11531. end},
  11532. {["NAME"] = "UnGod", ["FUNC"] = function(...)
  11533. local tab = {...}
  11534. local Players = GetPlayers(tab[1])
  11535. ForEach(Players, function(Player)
  11536. if Player and game.Workspace:findFirstChild(Player.Name) then
  11537. kek1 = game.Players.LocalPlayer.Character.Humanoid
  11538. kek2 = Player.Character.Humanoid
  11539. game.Lighting.Remote.ChangeParent:FireServer(kek, kek1, Player.Character)
  11540. game.Lighting.Remote.ChangeParent:FireServer(kek, kek2, game.Players.LocalPlayer.Character)
  11541. wait()
  11542. game.Lighting.Remote.HealthSet:FireServer(kek, "MaxHealth", 100)
  11543. game.Lighting.Remote.HealthSet:FireServer(kek, "Health", 100)
  11544. wait()
  11545. game.Lighting.Remote.ChangeParent:FireServer(kek, kek1, game.Players.LocalPlayer.Character)
  11546. game.Lighting.Remote.ChangeParent:FireServer(kek, kek2, Player.Character)
  11547. end
  11548. end)
  11549. end},
  11550. {["NAME"] = "Go To Player", ["FUNC"] = function(...)
  11551. local tab = {...}
  11552. local Players = GetPlayers(tab[1])
  11553. ForEach(Players, function(Player)
  11554. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("Me To", math.floor(tick() % 1 * 100000), Player.Name)
  11555. end)
  11556. end},
  11557. {["NAME"] = "Bring Player", ["FUNC"] = function(...)
  11558. local tab = {...}
  11559. local Players = GetPlayers(tab[1])
  11560. ForEach(Players, function(Player)
  11561. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), Player.Name)
  11562. end)
  11563. end},
  11564. {["NAME"] = "Kick", ["FUNC"] = function(...)
  11565. local tab = {...}
  11566. local Players = GetPlayers(tab[1])
  11567. ForEach(Players, function(Player)
  11568. if Player and game.Workspace:findFirstChild(Player.Name) then
  11569. game.Lighting.Remote.SetCFrame:FireServer(Players[1].Character, CFrame.new(99e9,99e9,99e9))
  11570. end
  11571. end)
  11572. end},
  11573. {["NAME"] = "Clear loot", ["FUNC"] = function(...)
  11574. function meh(root)
  11575. for _, v in pairs(root:GetChildren()) do
  11576. if v:IsA("Model") then
  11577. Destroy(v)
  11578. end
  11579. meh(v)
  11580. end
  11581. end
  11582. meh(game.Workspace.DropLoot)
  11583. end},
  11584. {["NAME"] = "Fix mak", ["FUNC"] = function(...)
  11585. local tab = {...}
  11586. local Players = GetPlayers(tab[1])
  11587. ForEach(Players, function(Player)
  11588. function meh(root)
  11589. for _, v in pairs(root:GetChildren()) do
  11590. if v.Name == "ObjectID" then
  11591. Destroy(v)
  11592. end
  11593. meh(v)
  11594. end
  11595. end
  11596. meh(Player.playerstats.slots)
  11597. end)
  11598. end}}
  11599. local LPModes = {
  11600. --[[{["NAME"] = "Stamina", ["FUNC"] = function()
  11601. if Stamina == true then
  11602. Stamina = false
  11603. ChangeVal(LP.Backpack.GlobalFunctions.Stamina, 100)
  11604. else
  11605. Stamina = true
  11606. ChangeVal(LP.Backpack.GlobalFunctions.Stamina, 100000)
  11607. end
  11608. end},]]
  11609. {["NAME"] = "Hunger", ["FUNC"] = function()
  11610. if Bools["Hunger"] == true then
  11611. Bools["Hunger"] = false
  11612. ChangeVal(LP.playerstats.Hunger, 100)
  11613. else
  11614. Bools["Hunger"] = true
  11615. ChangeVal(LP.playerstats.Hunger, 100000)
  11616. end
  11617. end},
  11618. {["NAME"] = "Thirst", ["FUNC"] = function()
  11619. if Bools["Thirst"] == true then
  11620. Bools["Thirst"] = false
  11621. ChangeVal(LP.playerstats.Thirst, 100)
  11622. else
  11623. Bools["Thirst"] = true
  11624. ChangeVal(LP.playerstats.Thirst, 100000)
  11625. end
  11626. end}
  11627. ,
  11628. {["NAME"] = "Godmode", ["FUNC"] = function()
  11629. if Bools["Godmode"] == true then
  11630. Bools["Thirst"] = false
  11631. game.Lighting.Remote.HealthSet:FireServer(kek, "MaxHealth", 100)
  11632. game.Lighting.Remote.HealthSet:FireServer(kek, "Health", 100)
  11633. else
  11634. Bools["Godmode"] = true
  11635. game.Lighting.Remote.HealthSet:FireServer(kek, "MaxHealth", math.huge)
  11636. game.Lighting.Remote.HealthSet:FireServer(kek, math.huge)
  11637. end
  11638. end}
  11639. }
  11640. local VehicleSpeeds = {
  11641. ["Humvee"] = {["MaxSpeed"] = 62, ["Offroad"] = 40},
  11642. ["Humvee2"] = {["MaxSpeed"] = 62, ["Offroad"] = 40},
  11643. ["Jeep"] = {["MaxSpeed"] = 58, ["Offroad"] = 40},
  11644. ["Jeep2"] = {["MaxSpeed"] = 58, ["Offroad"] = 40},
  11645. ["SUV"] = {["MaxSpeed"] = 60, ["Offroad"] = 42},
  11646. ["Car"] = {["MaxSpeed"] = 60, ["Offroad"] = 35},
  11647. ["ATV"] = {["MaxSpeed"] = 52, ["Offroad"] = 46},
  11648. ["Ambulance"] = {["MaxSpeed"] = 65, ["Offroad"] = 35},
  11649. ["Bicycle"] = {["MaxSpeed"] = 36, ["Offroad"] = 28},
  11650. ["Pickup"] = {["MaxSpeed"] = 58, ["Offroad"] = 40},
  11651. ["Pickup2"] = {["MaxSpeed"] = 58, ["Offroad"] = 40},
  11652. ["Tractor"] = {["MaxSpeed"] = 45, ["Offroad"] = 40},
  11653. ["Motorside"] = {["MaxSpeed"] = 55, ["Offroad"] = 35},
  11654. ["Motorcycle"] = {["MaxSpeed"] = 55, ["Offroad"] = 35},
  11655. ["Ural"] = {["MaxSpeed"] = 55, ["Offroad"] = 35},
  11656. ["Ural2"] = {["MaxSpeed"] = 55, ["Offroad"] = 35},
  11657. ["DeliveryVan"] = {["MaxSpeed"] = 58, ["Offroad"] = 30},
  11658. ["PoliceCar"] = {["MaxSpeed"] = 68, ["Offroad"] = 36},
  11659. ["Firetruck"] = {["MaxSpeed"] = 66, ["Offroad"] = 36},
  11660. }
  11661. local VehicleModes = {
  11662. {["NAME"] = "GodVehicle", ["FUNC"] = function(...)
  11663. local tab = {...}
  11664. local Veh = tab[1]
  11665. ForEach(Veh.Stats:GetChildren(), function(Value)
  11666. if Value.Name ~= "MaxSpeed" or Value.Name ~= "Speed" then
  11667. Value.Value = 9999999
  11668. ChangeVal(Veh.Stats.Armor.Max, 9999999)
  11669. wait(0.1)
  11670. ChangeVal(Veh.Stats.Armor, 9999999)
  11671. end
  11672. end)
  11673. end
  11674. },
  11675. {["NAME"] = "UnGodVehicle", ["FUNC"] = function(...)
  11676. local tab = {...}
  11677. local Veh = tab[1]
  11678. ForEach(Veh.Stats:GetChildren(), function(Value)
  11679. ChangeVal(Value, Value:GetChildren()[1].Value)
  11680. end)
  11681. end},
  11682. {["NAME"] = "TPVehicle", ["FUNC"] = function(...)
  11683. local tab = {...}
  11684. local Players = GetPlayers(tab[2])
  11685. local Veh = tab[1]
  11686. RepV(Veh,Players[1].Character.Torso.CFrame * CFrame.new(-20, 0, 0))
  11687. end},
  11688. {["NAME"] = "CloneVehicle", ["FUNC"] = function(...)
  11689. local tab = {...}
  11690. local Players = GetPlayers(tab[2])
  11691. local Veh = tab[1]
  11692. game.Lighting.Remote.PlaceMaterial:FireServer(Veh, Vector3.new(0,0,0))
  11693. local wow = workspace:WaitForChild(Veh.Name)
  11694. game.Lighting.Remote.ChangeParent:FireServer(kek, wow, workspace.Vehicles)
  11695. game.Lighting.Remote.SetCFrame:FireServer(wow, Players[1].Character.Torso.CFrame * CFrame.new(-20, 0, 0))
  11696. end},
  11697. {["NAME"] = "ExplVehicle", ["FUNC"] = function(...)
  11698. local tab = {...}
  11699. local Veh = tab[1]
  11700. ChangeVal(Veh.Stats.Engine, 0)
  11701. end},
  11702. {["NAME"] = "SetOnRoadSpeed", ["FUNC"] = function(...)
  11703. local tab = {...}
  11704. local Veh = tab[1]
  11705. ChangeVal(Veh.Stats.MaxSpeed, tonumber(tab[2]))
  11706. end},
  11707. {["NAME"] = "SetOffRoadSpeed", ["FUNC"] = function(...)
  11708. local tab = {...}
  11709. local Veh = tab[1]
  11710. ChangeVal(Veh.Stats.MaxSpeed.Offroad, tonumber(tab[2]))
  11711. end},
  11712. {["NAME"] = "ResetSpeed", ["FUNC"] = function(...)
  11713. local tab = {...}
  11714. local Veh = tab[1]
  11715. ForEach(VehicleSpeeds[Veh.Name], function(Value, Index)
  11716. ChangeVal(Veh.Stats.MaxSpeed, Value.MaxSpeed)
  11717. ChangeVal(Veh.Stats.MaxSpeed.Offroad, Value.MaxSpeed.Offroad)
  11718. end)
  11719. end},
  11720. {["NAME"] = "HornId", ["FUNC"] = function(...)
  11721. local tab = {...}
  11722. local Veh = tab[1]
  11723. Sound(Veh.Essentials.Base.Horn, "http://www.roblox.com/asset/?id="..tostring(game.CoreGui.SpawnGui.BigFrame.Server.Vehicle.HornId.Box.Text))
  11724. game.Lighting.Remote.SoundPitchLocalSet:FireServer(kek, Veh.Essentials.Base.Horn, 1)
  11725. game.Lighting.Remote.SoundVolumeLocalSet:FireServer(kek, Veh.Essentials.Base.Horn, 1)
  11726. end},
  11727. }
  11728. local LoadOuts = {
  11729. {["NAME"] = "Mercenary (MK 17)", ["ITEMS"] = {
  11730. "Map",
  11731. "Entrencher",
  11732. "Sabre",
  11733. "GPS",
  11734. "Compass",
  11735. "Detonator",
  11736. "OmniLight",
  11737.  
  11738. "MilitaryPackBlack",
  11739. "Mk 17",
  11740. "Suppressor762",
  11741. "ACOG",
  11742. "Grip",
  11743. "M14Ammo50",
  11744. "M14Ammo50",
  11745. "M14Ammo50",
  11746. "M14Ammo50",
  11747. "M14Ammo50",
  11748. "M14Ammo50",
  11749. "M14Ammo50",
  11750. "M14Ammo50",
  11751. "M14Ammo50",
  11752. "M14Ammo50",
  11753. "M14Ammo50",
  11754. "C4",
  11755. "BloodBag",
  11756. "BloodBag",
  11757. "BloodBag",
  11758. "BloodBag",
  11759. "MRE",
  11760. "MRE",
  11761. "WaterBottle",
  11762. "WaterBottle"
  11763. }},
  11764. {["NAME"] = "Overwatch (M14)", ["ITEMS"] = {
  11765. "Map",
  11766. "Entrencher",
  11767. "Sabre",
  11768. "GPS",
  11769. "Compass",
  11770. "OmniLight",
  11771.  
  11772. "MilitaryPackBlack",
  11773. "M14",
  11774. "Suppressor762",
  11775. "ACOG",
  11776. "Grip",
  11777. "M14Ammo50",
  11778. "M14Ammo50",
  11779. "M14Ammo50",
  11780. "M14Ammo50",
  11781. "M14Ammo50",
  11782. "M14Ammo50",
  11783. "M14Ammo50",
  11784. "M14Ammo50",
  11785. "M14Ammo50",
  11786. "M14Ammo50",
  11787. "M14Ammo50",
  11788. "BloodBag",
  11789. "BloodBag",
  11790. "BloodBag",
  11791. "BloodBag",
  11792. "MRE",
  11793. "MRE",
  11794. "WaterBottle",
  11795. "WaterBottle",
  11796. "VS50",
  11797. "VS50"
  11798. }},
  11799. {["NAME"] = "Breacher (M4A1)", ["ITEMS"] = {
  11800. "Map",
  11801. "Entrencher",
  11802. "Sabre",
  11803. "GPS",
  11804. "Compass",
  11805. "OmniLight",
  11806.  
  11807. "MilitaryPackBlack",
  11808. "M4A1",
  11809. "Suppressor556",
  11810. "ACOG",
  11811. "Grip",
  11812. "STANAGAmmo100",
  11813. "STANAGAmmo100",
  11814. "STANAGAmmo100",
  11815. "STANAGAmmo100",
  11816. "STANAGAmmo100",
  11817. "STANAGAmmo100",
  11818. "STANAGAmmo100",
  11819. "STANAGAmmo100",
  11820. "BloodBag",
  11821. "BloodBag",
  11822. "BloodBag",
  11823. "BloodBag",
  11824. "Painkillers",
  11825. "Painkillers",
  11826. "Painkillers",
  11827. "Painkillers",
  11828. "MRE",
  11829. "MRE",
  11830. "WaterBottle",
  11831. "WaterBottle",
  11832.  
  11833. }},
  11834. {["NAME"] = "Mercenary (FAL)", ["ITEMS"] = {
  11835. "Map",
  11836. "Entrencher",
  11837. "Sabre",
  11838. "GPS",
  11839. "Compass",
  11840. "Detonator",
  11841. "OmniLight",
  11842.  
  11843. "MilitaryPackBlack",
  11844. "FAL",
  11845. "Suppressor762",
  11846. "ACOG",
  11847. "Grip",
  11848. "M14Ammo50",
  11849. "M14Ammo50",
  11850. "M14Ammo50",
  11851. "M14Ammo50",
  11852. "M14Ammo50",
  11853. "M14Ammo50",
  11854. "M14Ammo50",
  11855. "M14Ammo50",
  11856. "M14Ammo50",
  11857. "M14Ammo50",
  11858. "M14Ammo50",
  11859. "C4",
  11860. "BloodBag",
  11861. "BloodBag",
  11862. "BloodBag",
  11863. "BloodBag",
  11864. "MRE",
  11865. "MRE",
  11866. "WaterBottle",
  11867. "WaterBottle"
  11868. }},
  11869. {["NAME"] = "Terrorist", ["ITEMS"] = {
  11870. "Map",
  11871. "Entrencher",
  11872. "Sabre",
  11873. "GPS",
  11874. "Compass",
  11875. "Detonator",
  11876. "OmniLight",
  11877.  
  11878. "MilitaryPackBlack",
  11879. "AK-47",
  11880. "AK47Ammo75",
  11881. "AK47Ammo75",
  11882. "AK47Ammo75",
  11883. "AK47Ammo75",
  11884. "AK47Ammo75",
  11885. "AK47Ammo75",
  11886. "AK47Ammo75",
  11887. "AK47Ammo75",
  11888. "AK47Ammo75",
  11889. "C4",
  11890. "C4",
  11891. "C4",
  11892. "C4",
  11893. "C4",
  11894. "C4",
  11895. "C4",
  11896. "C4",
  11897. "C4",
  11898. "C4",
  11899. }},
  11900. {["NAME"] = "Vehicle Repair", ["ITEMS"] = {
  11901. "ReinforcedWheel",
  11902. "ReinforcedWheel",
  11903. "ReinforcedWheel",
  11904. "ReinforcedWheel",
  11905. "ReinforcedWheel",
  11906. "ReinforcedWheel",
  11907.  
  11908. "JerryCan",
  11909. "JerryCan",
  11910. "JerryCan",
  11911. "JerryCan",
  11912.  
  11913. "FuelTank",
  11914. "Engine",
  11915. "ScrapMetal",
  11916. "ArmorPlates",
  11917.  
  11918. "BallisticGlass"
  11919. }},
  11920. }
  11921. local Stats = {
  11922. {["NAME"] = "PlayerKills", ["FUNC"] = function(...)
  11923. local tab = {...}
  11924. local Players = GetPlayers(tab[1])
  11925. ForEach(Players, function(Player)
  11926. if Player and game.Workspace:findFirstChild(Player.Name) then
  11927. ChangeVal(Player.playerstats.PlayerKill.Aggressive, tonumber(tab[2]))
  11928. end
  11929. end)
  11930. end},
  11931. {["NAME"] = "ZombieKills", ["FUNC"] = function(...)
  11932. local tab = {...}
  11933. local Players = GetPlayers(tab[1])
  11934. ForEach(Players, function(Player)
  11935. if Player and game.Workspace:findFirstChild(Player.Name) then
  11936. ChangeVal(Player.playerstats.ZombieKill.Military, tonumber(tab[2]))
  11937. spawn(function()
  11938. local d = Player.playerstats.Days.Value
  11939. wait(0.1)
  11940. ChangeVal(Player.playerstats.Days, 0)
  11941. wait(1)
  11942. ChangeVal(Player.playerstats.Days, d)
  11943. end)
  11944. end
  11945. end)
  11946. end},
  11947. {["NAME"] = "Days", ["FUNC"] = function(...)
  11948. local tab = {...}
  11949. local Players = GetPlayers(tab[1])
  11950. ForEach(Players, function(Player)
  11951. if Player and game.Workspace:findFirstChild(Player.Name) then
  11952. ChangeVal(Player.playerstats.Days, tonumber(tab[2]))
  11953. end
  11954. end)
  11955. end},
  11956. }
  11957. local DropIDs = {
  11958. {["NAME"] = "AK-104", ["ID"] = "1037"},
  11959. {["NAME"] = "WindscreenGlass", ["ID"] = "184"},
  11960. {["NAME"] = "WaterBottle", ["ID"] = "209"},
  11961. {["NAME"] = "Watch", ["ID"] = "3001"},
  11962. {["NAME"] = "VehicleJack", ["ID"] = "3016"},
  11963. {["NAME"] = "Vegetables", ["ID"] = "214"},
  11964. {["NAME"] = "VS50", ["ID"] = "256"},
  11965. {["NAME"] = "Uzi", ["ID"] = "2015"},
  11966. {["NAME"] = "Ushanka", ["ID"] = "7014"},
  11967. {["NAME"] = "USP45Ammo", ["ID"] = "26"},
  11968. {["NAME"] = "USP45", ["ID"] = "2007"},
  11969. {["NAME"] = "Twinkies", ["ID"] = "212"},
  11970. {["NAME"] = "Tuna", ["ID"] = "4"},
  11971. {["NAME"] = "TrinityBeret", ["ID"] = "7015"},
  11972. {["NAME"] = "TomatoSoup", ["ID"] = "215"},
  11973. {["NAME"] = "TM46", ["ID"] = "257"},
  11974. {["NAME"] = "TEC9Ammo32", ["ID"] = "57"},
  11975. {["NAME"] = "TEC9Ammo20", ["ID"] = "56"},
  11976. {["NAME"] = "TEC9Ammo", ["ID"] = "20"},
  11977. {["NAME"] = "TEC-9", ["ID"] = "2005"},
  11978. {["NAME"] = "SurvivalPackTan", ["ID"] = "4009"},
  11979. {["NAME"] = "SurvivalPackGrey", ["ID"] = "4010"},
  11980. {["NAME"] = "SurvivalPackGreen", ["ID"] = "4011"},
  11981. {["NAME"] = "SurvivalPackBrown", ["ID"] = "4012"},
  11982. {["NAME"] = "Suppressor9", ["ID"] = "9007"},
  11983. {["NAME"] = "Suppressor762", ["ID"] = "9010"},
  11984. {["NAME"] = "Suppressor556", ["ID"] = "9009"},
  11985. {["NAME"] = "Suppressor545", ["ID"] = "9011"},
  11986. {["NAME"] = "Suppressor45", ["ID"] = "9008"},
  11987. {["NAME"] = "Spam", ["ID"] = "6"},
  11988. {["NAME"] = "SodaSprite", ["ID"] = "205"},
  11989. {["NAME"] = "SodaRoot", ["ID"] = "207"},
  11990. {["NAME"] = "SodaPepsi", ["ID"] = "7"},
  11991. {["NAME"] = "SodaPepper", ["ID"] = "9"},
  11992. {["NAME"] = "SodaMoxie", ["ID"] = "208"},
  11993. {["NAME"] = "SodaDew", ["ID"] = "202"},
  11994. {["NAME"] = "SodaCrush", ["ID"] = "201"},
  11995. {["NAME"] = "SodaCoke", ["ID"] = "8"},
  11996. {["NAME"] = "ShotgunAmmo", ["ID"] = "18"},
  11997. {["NAME"] = "Shotgun", ["ID"] = "1002"},
  11998. {["NAME"] = "ShadesGrey", ["ID"] = "8005"},
  11999. {["NAME"] = "ShadesBlack", ["ID"] = "8001"},
  12000. {["NAME"] = "ScrapMetal", ["ID"] = "183"},
  12001. {["NAME"] = "Sabre", ["ID"] = "3014"},
  12002. {["NAME"] = "SUSAT", ["ID"] = "9014"},
  12003. {["NAME"] = "STANAGAmmo50", ["ID"] = "52"},
  12004. {["NAME"] = "STANAGAmmo30", ["ID"] = "51"},
  12005. {["NAME"] = "STANAGAmmo100", ["ID"] = "53"},
  12006. {["NAME"] = "SKSAmmo", ["ID"] = "45"},
  12007. {["NAME"] = "SKS", ["ID"] = "1018"},
  12008. {["NAME"] = "SCAR-L", ["ID"] = "1022"},
  12009. {["NAME"] = "RoadFlare", ["ID"] = "251"},
  12010. {["NAME"] = "RevolverAmmo", ["ID"] = "25"},
  12011. {["NAME"] = "Revolver", ["ID"] = "2006"},
  12012. {["NAME"] = "ReinforcedWheel", ["ID"] = "189"},
  12013. {["NAME"] = "Reflex", ["ID"] = "9003"},
  12014. {["NAME"] = "RedChemlight", ["ID"] = "3020"},
  12015. {["NAME"] = "RedBeret", ["ID"] = "7013"},
  12016. {["NAME"] = "RawMeat", ["ID"] = "220"},
  12017. {["NAME"] = "Ranger", ["ID"] = "7003"},
  12018. {["NAME"] = "RamboClothingTop", ["ID"] = "5003"},
  12019. {["NAME"] = "RamboClothingBottom", ["ID"] = "6003"},
  12020. {["NAME"] = "Radio", ["ID"] = "3018"},
  12021. {["NAME"] = "RPK", ["ID"] = "1034"},
  12022. {["NAME"] = "Pringles", ["ID"] = "204"},
  12023. {["NAME"] = "PilotGreen", ["ID"] = "7010"},
  12024. {["NAME"] = "PilotBlack", ["ID"] = "7009"},
  12025. {["NAME"] = "Pasta", ["ID"] = "5"},
  12026. {["NAME"] = "Painkillers", ["ID"] = "12"},
  12027. {["NAME"] = "PaddedClothingTop", ["ID"] = "5002"},
  12028. {["NAME"] = "PaddedClothingBottom", ["ID"] = "6002"},
  12029. {["NAME"] = "PPSHAmmo", ["ID"] = "46"},
  12030. {["NAME"] = "PPSH", ["ID"] = "1019"},
  12031. {["NAME"] = "PP19Ammo64", ["ID"] = "58"},
  12032. {["NAME"] = "SmallCrate", ["ID"] = "38"},
  12033. {["NAME"] = "OmniLight", ["ID"] = "3015"},
  12034. {["NAME"] = "OTs-14", ["ID"] = "1036"},
  12035. {["NAME"] = "NagantAmmo", ["ID"] = "17"},
  12036. {["NAME"] = "Mosin-Nagant", ["ID"] = "1001"},
  12037. {["NAME"] = "Model459Ammo14", ["ID"] = "59"},
  12038. {["NAME"] = "Model 459", ["ID"] = "2013"},
  12039. {["NAME"] = "Mk48Ammo", ["ID"] = "23"},
  12040. {["NAME"] = "Mk 48", ["ID"] = "1005"},
  12041. {["NAME"] = "Mk 23", ["ID"] = "2018"},
  12042. {["NAME"] = "Mk 17", ["ID"] = "1031"},
  12043. {["NAME"] = "MilitaryPackGrime", ["ID"] = "4013"},
  12044. {["NAME"] = "MilitaryPackGrey", ["ID"] = "4015"},
  12045. {["NAME"] = "MilitaryPackGreen", ["ID"] = "4014"},
  12046. {["NAME"] = "MilitaryPackBlack", ["ID"] = "4016"},
  12047. {["NAME"] = "MaverickAmmo", ["ID"] = "27"},
  12048. {["NAME"] = "Maverick", ["ID"] = "1010"},
  12049. {["NAME"] = "Material6", ["ID"] = "36"},
  12050. {["NAME"] = "Material5", ["ID"] = "35"},
  12051. {["NAME"] = "Material4", ["ID"] = "34"},
  12052. {["NAME"] = "Material3", ["ID"] = "33"},
  12053. {["NAME"] = "Material2", ["ID"] = "32"},
  12054. {["NAME"] = "Material1", ["ID"] = "31"},
  12055. {["NAME"] = "Matches", ["ID"] = "3005"},
  12056. {["NAME"] = "MaskSpecOps", ["ID"] = "8009"},
  12057. {["NAME"] = "MaskPhantom", ["ID"] = "8013"},
  12058. {["NAME"] = "MaskMime", ["ID"] = "8008"},
  12059. {["NAME"] = "MaskMercenary", ["ID"] = "8007"},
  12060. {["NAME"] = "MaskHockey", ["ID"] = "8012"},
  12061. {["NAME"] = "Map", ["ID"] = "3003"},
  12062. {["NAME"] = "MakarovAmmo", ["ID"] = "16"},
  12063. {["NAME"] = "Makarov", ["ID"] = "2003"},
  12064. {["NAME"] = "MRE", ["ID"] = "10"},
  12065. {["NAME"] = "MP5Ammo", ["ID"] = "29"},
  12066. {["NAME"] = "MP5", ["ID"] = "1012"},
  12067. {["NAME"] = "M9Ammo32", ["ID"] = "55"},
  12068. {["NAME"] = "M9Ammo17", ["ID"] = "54"},
  12069. {["NAME"] = "M9Ammo", ["ID"] = "19"},
  12070. {["NAME"] = "M93R", ["ID"] = "2016"},
  12071. {["NAME"] = "M9", ["ID"] = "2004"},
  12072. {["NAME"] = "M870Ammo", ["ID"] = "28"},
  12073. {["NAME"] = "M870", ["ID"] = "1011"},
  12074. {["NAME"] = "M4A1Ammo", ["ID"] = "22"},
  12075. {["NAME"] = "M4A1", ["ID"] = "1004"},
  12076. {["NAME"] = "M3Ammo30", ["ID"] = "60"},
  12077. {["NAME"] = "M3", ["ID"] = "1028"},
  12078. {["NAME"] = "M249Ammo100", ["ID"] = "61"},
  12079. {["NAME"] = "M249", ["ID"] = "1024"},
  12080. {["NAME"] = "M1911Ammo", ["ID"] = "15"},
  12081. {["NAME"] = "M1911", ["ID"] = "2002"},
  12082. {["NAME"] = "M14Ammo50", ["ID"] = "64"},
  12083. {["NAME"] = "M14Ammo30", ["ID"] = "63"},
  12084. {["NAME"] = "M14Ammo20", ["ID"] = "62"},
  12085. {["NAME"] = "M14", ["ID"] = "1016"},
  12086. {["NAME"] = "M1014", ["ID"] = "1027"},
  12087. {["NAME"] = "M1 Garand", ["ID"] = "1006"},
  12088. {["NAME"] = "Lemonade", ["ID"] = "206"},
  12089. {["NAME"] = "Laser", ["ID"] = "9006"},
  12090. {["NAME"] = "Kobra", ["ID"] = "9004"},
  12091. {["NAME"] = "Knife", ["ID"] = "3013"},
  12092. {["NAME"] = "KethArmorTop", ["ID"] = "5011"},
  12093. {["NAME"] = "KethArmorBottom", ["ID"] = "6011"},
  12094. {["NAME"] = "JerryCanEmpty", ["ID"] = "186"},
  12095. {["NAME"] = "JerryCan", ["ID"] = "185"},
  12096. {["NAME"] = "HornRimmed", ["ID"] = "8006"},
  12097. {["NAME"] = "Holo", ["ID"] = "9002"},
  12098. {["NAME"] = "HikingPackWhite", ["ID"] = "4006"},
  12099. {["NAME"] = "HikingPackOrange", ["ID"] = "4005"},
  12100. {["NAME"] = "HikingPackBrown", ["ID"] = "4008"},
  12101. {["NAME"] = "HikingPackBlue", ["ID"] = "4007"},
  12102. {["NAME"] = "Hatchet", ["ID"] = "3011"},
  12103. {["NAME"] = "HK417", ["ID"] = "1033"},
  12104. {["NAME"] = "HK21", ["ID"] = "1032"},
  12105. {["NAME"] = "GusArmorTop", ["ID"] = "5010"},
  12106. {["NAME"] = "GusArmorBottom", ["ID"] = "6010"},
  12107. {["NAME"] = "Grip", ["ID"] = "9005"},
  12108. {["NAME"] = "GreenChemlight", ["ID"] = "3021"},
  12109. {["NAME"] = "GarandAmmo", ["ID"] = "24"},
  12110. {["NAME"] = "GPS", ["ID"] = "3006"},
  12111. {["NAME"] = "G37", ["ID"] = "2017"},
  12112. {["NAME"] = "G36K", ["ID"] = "1023"},
  12113. {["NAME"] = "G3", ["ID"] = "1030"},
  12114. {["NAME"] = "G18Ammo", ["ID"] = "41"},
  12115. {["NAME"] = "G18", ["ID"] = "2011"},
  12116. {["NAME"] = "FuelTank", ["ID"] = "182"},
  12117. {["NAME"] = "Floodlight", ["ID"] = "37"},
  12118. {["NAME"] = "FlashlightSurvival", ["ID"] = "3009"},
  12119. {["NAME"] = "FlashlightOld", ["ID"] = "3008"},
  12120. {["NAME"] = "FlashlightMilitary", ["ID"] = "3010"},
  12121. {["NAME"] = "FlashlightAttachment", ["ID"] = "9012"},
  12122. {["NAME"] = "Firewood", ["ID"] = "250"},
  12123. {["NAME"] = "Firefighter", ["ID"] = "8004"},
  12124. {["NAME"] = "FedorovAmmo", ["ID"] = "44"},
  12125. {["NAME"] = "Fedorov", ["ID"] = "1017"},
  12126. {["NAME"] = "Fedora", ["ID"] = "7004"},
  12127. {["NAME"] = "FannyPackWhite", ["ID"] = "4002"},
  12128. {["NAME"] = "FannyPackTan", ["ID"] = "4001"},
  12129. {["NAME"] = "FannyPackPurple", ["ID"] = "4004"},
  12130. {["NAME"] = "FannyPackBlue", ["ID"] = "4003"},
  12131. {["NAME"] = "FAL", ["ID"] = "1029"},
  12132. {["NAME"] = "Eyepatch", ["ID"] = "8003"},
  12133. {["NAME"] = "Entrencher", ["ID"] = "3004"},
  12134. {["NAME"] = "EngineParts", ["ID"] = "181"},
  12135. {["NAME"] = "EnfieldAmmo", ["ID"] = "42"},
  12136. {["NAME"] = "Enfield", ["ID"] = "1015"},
  12137. {["NAME"] = "Detonator", ["ID"] = "3017"},
  12138. {["NAME"] = "Crowbar", ["ID"] = "3012"},
  12139. {["NAME"] = "CowlGreen", ["ID"] = "7002"},
  12140. {["NAME"] = "CowlBlack", ["ID"] = "7001"},
  12141. {["NAME"] = "Cowboy", ["ID"] = "7012"},
  12142. {["NAME"] = "CookedMeat", ["ID"] = "221"},
  12143. {["NAME"] = "Compass", ["ID"] = "3002"},
  12144. {["NAME"] = "ClothingTopFalse", ["ID"] = "5000"},
  12145. {["NAME"] = "ClothingBottomFalse", ["ID"] = "6000"},
  12146. {["NAME"] = "CivilianClothingTop", ["ID"] = "5001"},
  12147. {["NAME"] = "CivilianClothingBottom", ["ID"] = "6001"},
  12148. {["NAME"] = "ChocolateBar", ["ID"] = "211"},
  12149. {["NAME"] = "ChipsAhoy", ["ID"] = "213"},
  12150. {["NAME"] = "ChickenSoup", ["ID"] = "216"},
  12151. {["NAME"] = "CheezIts", ["ID"] = "203"},
  12152. {["NAME"] = "CarWheel", ["ID"] = "180"},
  12153. {["NAME"] = "CamoWoodlandsTop", ["ID"] = "5007"},
  12154. {["NAME"] = "CamoWoodlandsBottom", ["ID"] = "6007"},
  12155. {["NAME"] = "CamoUrbanTop", ["ID"] = "5005"},
  12156. {["NAME"] = "CamoUrbanBottom", ["ID"] = "6005"},
  12157. {["NAME"] = "CamoSpecialTop", ["ID"] = "5009"},
  12158. {["NAME"] = "CamoSpecialBottom", ["ID"] = "6009"},
  12159. {["NAME"] = "CamoSnowTop", ["ID"] = "5008"},
  12160. {["NAME"] = "CamoSnowBottom", ["ID"] = "6008"},
  12161. {["NAME"] = "CamoJungleTop", ["ID"] = "5006"},
  12162. {["NAME"] = "CamoJungleBottom", ["ID"] = "6006"},
  12163. {["NAME"] = "CamoDesertTop", ["ID"] = "5004"},
  12164. {["NAME"] = "CamoDesertBottom", ["ID"] = "6004"},
  12165. {["NAME"] = "CZ75Ammo", ["ID"] = "40"},
  12166. {["NAME"] = "CZ75", ["ID"] = "2010"},
  12167. {["NAME"] = "CCO", ["ID"] = "9001"},
  12168. {["NAME"] = "CBJ-MS", ["ID"] = "2014"},
  12169. {["NAME"] = "C4", ["ID"] = "255"},
  12170. {["NAME"] = "BrimmedBrown", ["ID"] = "7007"},
  12171. {["NAME"] = "BrimmedBlack", ["ID"] = "7008"},
  12172. {["NAME"] = "Bowler", ["ID"] = "7005"},
  12173. {["NAME"] = "BlueChemlight", ["ID"] = "3022"},
  12174. {["NAME"] = "BloodBag", ["ID"] = "11"},
  12175. {["NAME"] = "Binoculars", ["ID"] = "3007"},
  12176. {["NAME"] = "Biker", ["ID"] = "7006"},
  12177. {["NAME"] = "BeefStew", ["ID"] = "217"},
  12178. {["NAME"] = "BeefJerky", ["ID"] = "210"},
  12179. {["NAME"] = "Beans", ["ID"] = "3"},
  12180. {["NAME"] = "Beanie", ["ID"] = "7011"},
  12181. {["NAME"] = "BandanaSkull", ["ID"] = "8014"},
  12182. {["NAME"] = "BandanaRenegade", ["ID"] = "8011"},
  12183. {["NAME"] = "BandanaRed", ["ID"] = "8010"},
  12184. {["NAME"] = "BandanaBlack", ["ID"] = "8002"},
  12185. {["NAME"] = "BallisticUrban", ["ID"] = "7018"},
  12186. {["NAME"] = "BallisticSpecOps", ["ID"] = "7019"},
  12187. {["NAME"] = "BallisticJungle", ["ID"] = "7017"},
  12188. {["NAME"] = "BallisticGlass", ["ID"] = "187"},
  12189. {["NAME"] = "BallisticDesert", ["ID"] = "7016"},
  12190. {["NAME"] = "Auto-5", ["ID"] = "1025"},
  12191. {["NAME"] = "ArmorPlates", ["ID"] = "188"},
  12192. {["NAME"] = "AN-94", ["ID"] = "1040"},
  12193. {["NAME"] = "AKS-74U", ["ID"] = "1041"},
  12194. {["NAME"] = "AKM", ["ID"] = "1038"},
  12195. {["NAME"] = "AKAmmo75", ["ID"] = "67"},
  12196. {["NAME"] = "AKAmmo45", ["ID"] = "66"},
  12197. {["NAME"] = "AKAmmo30", ["ID"] = "65"},
  12198. {["NAME"] = "AK47Ammo75", ["ID"] = "50"},
  12199. {["NAME"] = "AK47Ammo40", ["ID"] = "49"},
  12200. {["NAME"] = "AK47Ammo30", ["ID"] = "48"},
  12201. {["NAME"] = "AK-74", ["ID"] = "1039"},
  12202. {["NAME"] = "AK-47", ["ID"] = "1003"},
  12203. {["NAME"] = "AK-12", ["ID"] = "1035"},
  12204. {["NAME"] = "ACOG", ["ID"] = "9013"},
  12205. {["NAME"] = "LargeCrate", ["ID"] = "39"},
  12206. {["NAME"] = "PP-19", ["ID"] = "1026"},
  12207. }
  12208. RepV = function(veh,cf)
  12209. game.Lighting.Remote.SetCFrame:FireServer(veh,cf)
  12210. end
  12211. ChangeVal = function(instance, property, new_val)
  12212. game.Lighting.Remote.ChangeValue:FireServer(rekt, instance, property, new_val)
  12213. end
  12214. Sound = function(instance, SoundID)
  12215. game.Lighting.Remote.SoundIdSet:FireServer(rekt, instance, SoundID)
  12216. end
  12217. CreateVal = function(parent, new_val)
  12218. game.Lighting.Remote.CreateValue:FireServer("ObjectID", parent, new_val)
  12219. print(parent:findFirstChild("ObjectID") and "found" or "missing")
  12220. end
  12221. CreateSlot = function(number, parent, new_val)
  12222. game.Lighting.Remote.CreateValue:FireServer("slot[number]", parent, new_val)
  12223. end
  12224. Damage = function(Player, Amount)
  12225. game.Lighting.Remote.AddDamage:FireServer(Player.Character.Humanoid, Amount)
  12226. end
  12227. Heal = function(Player, Amount)
  12228. game.Lighting.Remote.AddHealth:FireServer(Player.Character.Humanoid, Amount)
  12229. end
  12230. AddItem = function(Slot, ID)
  12231. game.Lighting.Remote.AddObject:FireServer(Slot, ID)
  12232. end
  12233. DropItem = function(Slot, oID)
  12234. game.Lighting.Remote.DropItem:FireServer(Slot, oID)
  12235. end
  12236. Destroy = function(instance)
  12237. game.Lighting.Remote.Destruct:FireServer(kek, instance)
  12238. end
  12239. GenerateList = function(Data, Parent)
  12240. for i,v in pairs(Parent:GetChildren()) do
  12241. if v ~= Template then
  12242. v:Destroy()
  12243. end
  12244. end
  12245.  
  12246. for i = 1, #Data do
  12247. local YSize = 13
  12248. local YPos = ((i * YSize) - YSize)
  12249. local newLabel = Template:Clone()
  12250.  
  12251. if Parent.Parent.Name == "ItemSpawn" then
  12252. newLabel.Name = Data[i].NAME
  12253. newLabel.Text = Data[i].NAME
  12254. else
  12255. newLabel.Name = Data[i].Name
  12256. newLabel.Text = Data[i].Name
  12257. end
  12258. newLabel.Parent = Parent
  12259. newLabel.Visible = true
  12260. newLabel.Position = UDim2.new(0, 2, 0, YPos + 2)
  12261.  
  12262. Parent.CanvasSize = UDim2.new(0, 0, 0, YPos + YSize + 4)
  12263.  
  12264. newLabel.MouseButton1Click:connect(function()
  12265. if Parent.Name == "ItemList" then
  12266. if Parent.Parent.Name == "ItemSpawn" then
  12267. Parent.Parent.Item.Box.Text = Data[i].NAME
  12268. GenerateList(DropIDs, Parent)
  12269. else
  12270. Parent.Parent.Item.Box.Text = Data[i].Name
  12271. GenerateList(game.Lighting.LootDrops:GetChildren(), Parent)
  12272. Parent.Parent.Count.Box.Text = "1"
  12273. end
  12274. elseif Parent.Name == "PlayerList" then
  12275. if Parent.Parent.Name == "Vehicle" then
  12276. Parent.Parent.TPVehicle.Box.Text = Data[i].Name
  12277. else
  12278. Parent.Parent.Player.Box.Text = Data[i].Name
  12279. end
  12280. elseif Parent.Name == "ModeList" then
  12281. Parent.Parent.Mode.Box.Text = Data[i].Name
  12282. elseif Parent.Name == "StatList" then
  12283. Parent.Parent.Stat.Box.Text = Data[i].Name
  12284. end
  12285. end)
  12286. end
  12287. end
  12288. GenerateList(game.Lighting.LootDrops:GetChildren(), LF.Frame.ItemList)
  12289. GenerateList(DropIDs, SF.ItemSpawn.ItemList)
  12290. GenerateList(game.Players:GetChildren(), SF.Player.Frame.PlayerList)
  12291. GenerateList(game.Players:GetChildren(), SF.Player.StatChange.PlayerList)
  12292. GenerateList(game.Players:GetChildren(), SF.Vehicle.PlayerList)
  12293. game.Players.PlayerAdded:connect(function(obj)
  12294. GenerateList(game.Players:GetChildren(), SF.Player.Frame.PlayerList)
  12295. GenerateList(game.Players:GetChildren(), SF.Player.StatChange.PlayerList)
  12296. GenerateList(game.Players:GetChildren(), SF.Vehicle.PlayerList)
  12297. end)
  12298. game.Players.PlayerRemoving:connect(function(obj)
  12299. GenerateList(game.Players:GetChildren(), SF.Player.Frame.PlayerList)
  12300. GenerateList(game.Players:GetChildren(), SF.Player.StatChange.PlayerList)
  12301. GenerateList(game.Players:GetChildren(), SF.Vehicle.PlayerList)
  12302. end)
  12303. spawn(function()
  12304. for i,v in pairs(PlayerFr.Frame.ModeList:GetChildren()) do
  12305. if v ~= Template then
  12306. v:Destroy()
  12307. end
  12308. end
  12309. for i = 1, #PlayerModes do
  12310. local YSize = 13
  12311. local YPos = ((i * YSize) - YSize)
  12312. local newLabel = Template:Clone()
  12313.  
  12314. newLabel.Name = PlayerModes[i].NAME
  12315. newLabel.Text = PlayerModes[i].NAME
  12316. newLabel.Parent = PlayerFr.Frame.ModeList
  12317. newLabel.Visible = true
  12318. newLabel.Position = UDim2.new(0, 2, 0, YPos + 2)
  12319.  
  12320. PlayerFr.Frame.ModeList.CanvasSize = UDim2.new(0, 0, 0, YPos + YSize + 4)
  12321.  
  12322. newLabel.MouseButton1Click:connect(function()
  12323. PlayerFr.Frame.Mode.Box.Text = PlayerModes[i].NAME
  12324. end)
  12325. end
  12326. end)
  12327. spawn(function()
  12328. for i,v in pairs(LF.Frame.LoadOutList:GetChildren()) do
  12329. if v ~= Template then
  12330. v:Destroy()
  12331. end
  12332. end
  12333. for i = 1, #LoadOuts do
  12334. local YSize = 13
  12335. local YPos = ((i * YSize) - YSize)
  12336. local newLabel = Template:Clone()
  12337.  
  12338. newLabel.Name = LoadOuts[i].NAME
  12339. newLabel.Text = LoadOuts[i].NAME
  12340. newLabel.Parent = LF.Frame.LoadOutList
  12341. newLabel.Visible = true
  12342. newLabel.Position = UDim2.new(0, 2, 0, YPos + 2)
  12343.  
  12344. LF.Frame.LoadOutList.CanvasSize = UDim2.new(0, 0, 0, YPos + YSize + 4)
  12345.  
  12346. newLabel.MouseButton1Click:connect(function()
  12347. PlayerFr.Frame.Item.Box.Text = LoadOuts[i].NAME
  12348. end)
  12349. end
  12350. end)
  12351. spawn(function()
  12352. for i,v in pairs(PlayerFr.StatChange.StatList:GetChildren()) do
  12353. if v ~= Template then
  12354. v:Destroy()
  12355. end
  12356. end
  12357. for i = 1, #Stats do
  12358. local YSize = 13
  12359. local YPos = ((i * YSize) - YSize)
  12360. local newLabel = Template:Clone()
  12361.  
  12362. newLabel.Name = Stats[i].NAME
  12363. newLabel.Text = Stats[i].NAME
  12364. newLabel.Parent = PlayerFr.StatChange.StatList
  12365. newLabel.Visible = true
  12366. newLabel.Position = UDim2.new(0, 2, 0, YPos + 2)
  12367.  
  12368. PlayerFr.StatChange.StatList.CanvasSize = UDim2.new(0, 0, 0, YPos + YSize + 4)
  12369.  
  12370. newLabel.MouseButton1Click:connect(function()
  12371. PlayerFr.StatChange.Stat.Box.Text = Stats[i].NAME
  12372. end)
  12373. end
  12374. end)
  12375. SpawnItem = function(String)
  12376. local Angle = math.random(1, 63) / 10
  12377. local Drop = game.Lighting.LootDrops[String]:Clone()
  12378. Drop.Parent = game.Workspace
  12379. Drop:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(6 * math.cos(Angle), 0, 6 * math.sin(Angle)))
  12380. end
  12381. ServerSpawnItem = function(String)
  12382. for i, v in pairs(DropIDs) do
  12383. if String:lower() == DropIDs[i].NAME:lower() then
  12384. wait(1)
  12385. AddItem(game.Players.LocalPlayer.playerstats.slots.slot20, tonumber(DropIDs[i].ID))
  12386. game.Players.LocalPlayer.playerstats.slots.slot20:WaitForChild("ObjectID")
  12387. DropItem(game.Players.LocalPlayer.playerstats.slots.slot20, game.Players.LocalPlayer.playerstats.slots.slot20.ObjectID)
  12388. local ev
  12389. ev = game.Workspace.DropLoot.ChildAdded:connect(function(obj)
  12390. if obj.Name == String then
  12391. if not obj:findFirstChild("ObjectID") then
  12392. CreateVal(obj, game.Lighting:findFirstChild(String).ObjectID.Value)
  12393. end
  12394. else
  12395. Destroy(obj)
  12396. end
  12397. end)
  12398. ev:disconnect()
  12399. end
  12400. end
  12401. end
  12402. ForEach = function(Base, Function)
  12403. for Index, Value in pairs (Base) do
  12404. Function(Value, Index)
  12405. end
  12406. end
  12407. GetPlayers = function(String) -- note 2 self: snipped this from my cmdscript
  12408. local UsersCalled = {}
  12409. for newString in String:gmatch('([^,]+)') do -- thanks scleratis
  12410. if newString:lower() == "me" then
  12411. table.insert(UsersCalled, game.Players.LocalPlayer)
  12412. elseif newString:lower() == "all" then
  12413. ForEach(game.Players:children(), function(Player)
  12414. table.insert(UsersCalled, Player)
  12415. end)
  12416. elseif newString:lower() == "others" then
  12417. ForEach(game.Players:children(), function(Player)
  12418. if Player ~= game.Players.LocalPlayer then
  12419. table.insert(UsersCalled, Player)
  12420. end
  12421. end)
  12422. elseif newString:lower() == "random" then
  12423. table.insert(UsersCalled, game.Players:children()[math.random(#game.Players:children())])
  12424. else
  12425. for i,v in pairs(game.Players:children()) do
  12426. if v.Name:lower():sub(1, #newString) == newString:lower() then
  12427. table.insert(UsersCalled, v)
  12428. end
  12429. end
  12430. end
  12431. end
  12432. return UsersCalled
  12433. end
  12434. AdjustPlr = function(Table, Forward)
  12435. local Plrs = Table
  12436.  
  12437. if Forward == true then
  12438. CurrPlrIndex = CurrPlrIndex + 1
  12439. else
  12440. CurrPlrIndex = CurrPlrIndex - 1
  12441. if CurrPlrIndex < 1 then
  12442. CurrPlrIndex = game.Players.NumPlrs
  12443. end
  12444. end
  12445.  
  12446. if Plrs[CurrPlrIndex] ~= nil then
  12447. CurrPlr = Plrs[CurrPlrIndex]
  12448. game.Workspace.CurrentCamera.CameraSubject = CurrPlr.Character.Humanoid
  12449. --if Plrs[CurrPlrIndex] ~= game.Players.LocalPlayer then
  12450. spawn(function()
  12451. local index = CurrPlrIndex
  12452. while CurrPlrIndex == index do
  12453. wait()
  12454.  
  12455. local health, maxhealth
  12456. if game.Workspace:findFirstChild(CurrPlr.Name) then
  12457. health = CurrPlr.Character.Humanoid.Health
  12458. maxhealth = CurrPlr.Character.Humanoid.MaxHealth
  12459. end
  12460.  
  12461. pInfo.Bar.Size = UDim2.new(health / maxhealth, 0, 1, 0)
  12462. pInfo.Health.Text = tostring(math.floor(health))
  12463. pInfo.pName.Text = CurrPlr.Name
  12464. end
  12465. end)
  12466. --end
  12467. elseif Plrs[CurrPlrIndex] == nil then
  12468. Plrs[CurrPlrIndex] = NumPlrs
  12469. CurrPlr = Plrs[CurrPlrIndex]
  12470. game.Workspace.CurrentCamera.CameraSubject = Plrs[CurrPlrIndex].Character.Humanoid
  12471. end
  12472.  
  12473. end
  12474. AdjustVeh = function(Table, Forward)
  12475. local Vehs = Table
  12476.  
  12477. if Forward == true then
  12478. CurrVehIndex = CurrVehIndex + 1
  12479. else
  12480. CurrVehIndex = CurrVehIndex - 1
  12481. end
  12482.  
  12483. if Vehs[CurrVehIndex] ~= nil then
  12484. CurrVeh = Vehs[CurrVehIndex]
  12485. elseif Vehs[CurrVehIndex] == nil then
  12486. Vehs[CurrVehIndex] = #Vehs
  12487. CurrVeh = Vehs[CurrVehIndex]
  12488. end
  12489.  
  12490. VehicleFr.CurrentVehicle.Text = CurrVeh.Name
  12491. end
  12492. LocalSpawn.Spawn.MouseButton1Click:connect(function()
  12493. local Amount, Count = 0, 0
  12494. if LocalSpawn.Count.Box.Text == "" then
  12495. Amount = 1
  12496. else
  12497. Amount = tonumber(LocalSpawn.Count.Box.Text)
  12498. end
  12499. repeat
  12500. wait()
  12501. Count = Count + 1
  12502. SpawnItem(LocalSpawn.Item.Box.Text)
  12503. until
  12504. Count == Amount
  12505.  
  12506. LocalSpawn.Count.Box.Text = ""
  12507. LocalSpawn.Item.Box.Text = ""
  12508. end)
  12509. ServerSpawn.Spawn.MouseButton1Click:connect(function()
  12510. local Amount, Count = 0, 0
  12511. if ServerSpawn.Count.Box.Text == "" then
  12512. Amount = 1
  12513. else
  12514. Amount = tonumber(ServerSpawn.Count.Box.Text)
  12515. end
  12516. if Amount > 15 then
  12517. Amount = 15
  12518. end
  12519. repeat
  12520. wait()
  12521. Count = Count + 1
  12522. ServerSpawnItem(ServerSpawn.Item.Box.Text)
  12523. until
  12524. Count == Amount
  12525.  
  12526. ServerSpawn.Count.Box.Text = ""
  12527. ServerSpawn.Item.Box.Text = ""
  12528. end)
  12529. PlayerFr.Frame.Execute.MouseButton1Click:connect(function()
  12530. for i, v in pairs(PlayerModes) do
  12531. if PlayerModes[i].NAME == PlayerFr.Frame.Mode.Box.Text then
  12532. PlayerModes[i].FUNC(PlayerFr.Frame.Player.Box.Text)
  12533. end
  12534. end
  12535. end)
  12536. PlayerFr.StatChange.Btn.MouseButton1Click:connect(function()
  12537. for i, v in pairs(Stats) do
  12538. if Stats[i].NAME == PlayerFr.StatChange.Stat.Box.Text then
  12539. Stats[i].FUNC(PlayerFr.StatChange.Player.Box.Text, PlayerFr.StatChange.Count.oldbox.Text)
  12540. end
  12541. end
  12542. end)
  12543. ServerSpawn.SearchBox.FocusLost:connect(function(enterPressed)
  12544. if ServerSpawn.SearchBox.Text == "" or ServerSpawn.SearchBox.Text == " " then
  12545. GenerateList(DropIDs, ServerSpawn.ItemList)
  12546. ServerSpawn.SearchBox.Text = "Click here to search"
  12547. else
  12548. local temp_table = {}
  12549. for i, v in pairs(DropIDs) do
  12550. if DropIDs[i].NAME:lower():find(ServerSpawn.SearchBox.Text) then
  12551. table.insert(temp_table, #temp_table + 1, DropIDs[i])
  12552. end
  12553. end
  12554. GenerateList(temp_table, ServerSpawn.ItemList)
  12555. ServerSpawn.SearchBox.Text = "Click here to search"
  12556. end
  12557. end)
  12558. LocalSpawn.SearchBox.FocusLost:connect(function(enterPressed)
  12559. if LocalSpawn.SearchBox.Text == "" or LocalSpawn.SearchBox.Text == " " then
  12560. GenerateList(game.Lighting.LootDrops:GetChildren(), LocalSpawn.ItemList)
  12561. LocalSpawn.SearchBox.Text = "Click here to search"
  12562. else
  12563. local temp_table = {}
  12564. for i, v in pairs(game.Lighting.LootDrops:GetChildren()) do
  12565. if v.Name:lower():find(LocalSpawn.SearchBox.Text) then
  12566. table.insert(temp_table, #temp_table + 1, v)
  12567. end
  12568. end
  12569. GenerateList(temp_table, LocalSpawn.ItemList)
  12570. LocalSpawn.SearchBox.Text = "Click here to search"
  12571. end
  12572. end)
  12573. VehicleFr.Next.MouseButton1Click:connect(function()
  12574. AdjustVeh(game.Workspace.Vehicles:GetChildren(), true)
  12575. end)
  12576. VehicleFr.Prev.MouseButton1Click:connect(function()
  12577. AdjustVeh(game.Workspace.Vehicles:GetChildren(), false)
  12578. end)
  12579. pInfo.Next.MouseButton1Click:connect(function()
  12580. AdjustPlr(game.Players:GetChildren(), true)
  12581. end)
  12582. pInfo.Reset.MouseButton1Click:connect(function()
  12583. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  12584. end)
  12585. pInfo.Previous.MouseButton1Click:connect(function()
  12586. AdjustPlr(game.Players:GetChildren(), false)
  12587. end)
  12588. Gui.Toggle.MouseButton1Down:connect(function()
  12589. BF.Visible = not BF.Visible
  12590. pInfo.Visible = BF.Visible
  12591. Gui.Toggle.Text = (BF.Visible and "-" or "+")
  12592. end)
  12593. for _, v in pairs(VehicleFr:GetChildren()) do
  12594. if v.Name == "TPVehicle" or v:findFirstChild("Btn") then
  12595. spawn(function()
  12596. v.Btn.MouseButton1Click:connect(function()
  12597. if v:IsA("TextLabel") and v.Name ~= "CurrentVehicle" then
  12598. for a, b in pairs(VehicleModes) do
  12599. if VehicleModes[a].NAME == v.Name then
  12600. if v.Name ~= "ResetSpeed" and v.Name ~= "TPVehicle" and v.Name ~= "ExplVehicle" and v.Name ~= "CloneVehicle" then
  12601. if v.Btn.Text == "OFF" then
  12602. v.Btn.Text = "ON"
  12603. v.Btn.BackgroundColor3 = OnCol
  12604. else
  12605. v.Btn.Text = "OFF"
  12606. v.Btn.BackgroundColor3 = OffCol
  12607. end
  12608. end
  12609. if v.Name == "GodVehicle" then
  12610. if v.Btn.Text == "OFF" then
  12611. for h, c in pairs(VehicleModes) do
  12612. if VehicleModes[h].NAME == "UnGodVehicle" then
  12613. VehicleModes[h].FUNC(game.Workspace.Vehicles:GetChildren()[CurrVehIndex], VehicleFr.TPVehicle.Box.Text)
  12614. end
  12615. end
  12616. elseif v.Btn.Text == "ON" then
  12617. for h, c in pairs(VehicleModes) do
  12618. if VehicleModes[h].NAME == "GodVehicle" then
  12619. VehicleModes[h].FUNC(game.Workspace.Vehicles:GetChildren()[CurrVehIndex], VehicleFr.TPVehicle.Box.Text)
  12620. end
  12621. end
  12622. end
  12623. else
  12624. VehicleModes[a].FUNC(game.Workspace.Vehicles:GetChildren()[CurrVehIndex], VehicleFr.TPVehicle.Box.Text)
  12625. end
  12626.  
  12627. end
  12628. end
  12629. end
  12630. end)
  12631. end)
  12632. elseif v.Name ~= "TPVehicle" and v:findFirstChild("Box") then
  12633. spawn(function()
  12634. v.Box.FocusLost:connect(function(enterPressed)
  12635. if enterPressed then
  12636. for a, b in pairs(VehicleModes) do
  12637. if VehicleModes[a].NAME == v.Name then
  12638. VehicleModes[a].FUNC(game.Workspace.Vehicles:GetChildren()[CurrVehIndex], v.Box.Text)
  12639. end
  12640. end
  12641. end
  12642. end)
  12643. end)
  12644. elseif v.Name ~= "TPVehicle" and v:findFirstChild("Box") then
  12645. spawn(function()
  12646. v.Box.FocusLost:connect(function(enterPressed)
  12647. if enterPressed then
  12648. for a, b in pairs(VehicleModes) do
  12649. if VehicleModes[a].NAME == v.Name then
  12650. VehicleModes[a].FUNC(game.Workspace.Vehicles:GetChildren()[CurrVehIndex], v.Box.Text)
  12651. end
  12652. end
  12653. end
  12654. end)
  12655. end)
  12656. end
  12657. end
  12658. for _, v in pairs(MiscFr:GetChildren()) do
  12659. if v.Name == "AE" then
  12660. spawn(function()
  12661. v.Btn.MouseButton1Click:connect(function()
  12662. local player = game.Players.LocalPlayer
  12663. local material = game.Lighting.Materials.TM46Placed
  12664. local pos = player.Character.Torso.Position - material.Head.Position + Vector3.new(0,-2.9,0)
  12665. game.Lighting.Remote.PlaceMaterial:FireServer(material, pos, true)
  12666. end)
  12667. end)
  12668. end
  12669. end
  12670. for _, v in pairs(MiscFr:GetChildren()) do
  12671. if v.Name == "C4" then
  12672. spawn(function()
  12673. v.Btn.MouseButton1Click:connect(function()
  12674. local player = game.Players.LocalPlayer
  12675. local material = game.Lighting.Materials.C4Placed
  12676. local pos = player.Character.Torso.Position - material.Head.Position + Vector3.new(0,-2.9,0)
  12677. game.Lighting.Remote.PlaceMaterial:FireServer(material, pos, true)
  12678. end)
  12679. end)
  12680. end
  12681. end
  12682. for _, v in pairs(MiscFr:GetChildren()) do
  12683. if v.Name == "Music" then
  12684. spawn(function()
  12685. v.Btn.MouseButton1Click:connect(function()
  12686. if game.workspace.Vehicles:FindFirstChild("Died") then
  12687. game.Lighting.Remote.SoundIdSet:FireServer(kek, game.Workspace.Vehicles.Died, "http://www.roblox.com/asset/?id="..tostring(v.Box.Text))
  12688. game.Lighting.Remote.SoundPitchLocalSet:FireServer(kek, workspace.Vehicles.Died, 1)
  12689. game.Lighting.Remote.PlaySound:FireServer(game.Workspace.Vehicles.Died,1,1)
  12690. game.Workspace.Vehicles.Died.Ended:wait()
  12691. game.Lighting.Remote.StopSound:FireServer(game.Workspace.Vehicles.Died)
  12692. else
  12693. game.Lighting.Remote.CreateSounds:InvokeServer()
  12694. game.Lighting.Remote.ChangeParent:FireServer(kek, game.Players.LocalPlayer.Character.Head.Died, game.Workspace.Vehicles)
  12695. wait()
  12696. game.Lighting.Remote.SoundIdSet:FireServer(kek, game.Workspace.Vehicles.Died, "http://www.roblox.com/asset/?id="..tostring(v.Box.Text))
  12697. game.Lighting.Remote.SoundPitchLocalSet:FireServer(kek, workspace.Vehicles.Died, 1)
  12698. game.Lighting.Remote.PlaySound:FireServer(game.Workspace.Vehicles.Died,1,1)
  12699. game.Workspace.Vehicles.Died.Ended:wait()
  12700. game.Lighting.Remote.StopSound:FireServer(game.Workspace.Vehicles.Died)
  12701. end
  12702. end)
  12703. end)
  12704. end
  12705. end
  12706. for _, v in pairs(MiscFr:GetChildren()) do
  12707. if v.Name == "Pants" then
  12708. spawn(function()
  12709. v.Btn.MouseButton1Click:connect(function()
  12710. game.Lighting.Remote.ChangeValue:FireServer(kek,game.Players.LocalPlayer.playerstats.character.pants.ObjectID.Pants, v.Box.Text)
  12711. game.Lighting.Remote.CheckPants:FireServer()
  12712. if game.Players.LocalPlayer.Character:FindFirstChild("Heavy") then
  12713. game.Lighting.Remote.Destruct:FireServer(kek, game.Players.LocalPlayer.Character.Heavy)
  12714. elseif game.Players.LocalPlayer.Character:FindFirstChild("Standard") then
  12715. game.Lighting.Remote.Destruct:FireServer(kek, game.Players.LocalPlayer.Character.Light)
  12716. elseif game.Players.LocalPlayer.Character:FindFirstChild("Light") then
  12717. game.Lighting.Remote.Destruct:FireServer(kek, game.Players.LocalPlayer.Character.Light)
  12718. else print("No vest found")
  12719. end
  12720. end)
  12721. end)
  12722. end
  12723. end
  12724. for _, v in pairs(MiscFr:GetChildren()) do
  12725. if v.Name == "Shirt" then
  12726. spawn(function()
  12727. v.Btn.MouseButton1Click:connect(function()
  12728. game.Lighting.Remote.ChangeValue:FireServer(kek,game.Players.LocalPlayer.playerstats.character.shirt.ObjectID.Shirt, v.Box.Text)
  12729. game.Lighting.Remote.CheckShirt:FireServer()
  12730. if game.Players.LocalPlayer.Character:FindFirstChild("Heavy") then
  12731. game.Lighting.Remote.Destruct:FireServer(kek, game.Players.LocalPlayer.Character.Heavy)
  12732. elseif game.Players.LocalPlayer.Character:FindFirstChild("Standard") then
  12733. game.Lighting.Remote.Destruct:FireServer(kek, game.Players.LocalPlayer.Character.Standard)
  12734. elseif game.Players.LocalPlayer.Character:FindFirstChild("Light") then
  12735. game.Lighting.Remote.Destruct:FireServer(kek, game.Players.LocalPlayer.Character.Light)
  12736. else print("No vest found")
  12737. end
  12738. end)
  12739. end)
  12740. end
  12741. end
  12742. for _, v in pairs(MiscFr:GetChildren()) do
  12743. if v.Name == "VS50" then
  12744. spawn(function()
  12745. v.Btn.MouseButton1Click:connect(function()
  12746. local player = game.Players.LocalPlayer
  12747. local material = game.Lighting.Materials.VS50Placed
  12748. local pos = player.Character.Torso.Position - material.Head.Position + Vector3.new(0,-2.9,0)
  12749. game.Lighting.Remote.PlaceMaterial:FireServer(material, pos, true)
  12750. end)
  12751. end)
  12752. end
  12753. end
  12754. for _, v in pairs(LocalStats:GetChildren()) do
  12755. spawn(function()
  12756. v.Btn.MouseButton1Click:connect(function()
  12757. if v.Name ~= "Stamina" then
  12758. for a, b in pairs(LPModes) do
  12759. if LPModes[a].NAME == v.Name then
  12760. LPModes[a].FUNC()
  12761. end
  12762. end
  12763. wait()
  12764. if Bools[v.Name] == false then
  12765. v.Btn.Text = "OFF"
  12766. v.Btn.BackgroundColor3 = OffCol
  12767. v.Btn.BorderColor3 = bOffCol
  12768. elseif Bools[v.Name] == true then
  12769. v.Btn.Text = "ON"
  12770. v.Btn.BackgroundColor3 = OnCol
  12771. v.Btn.BorderColor3 = bOnCol
  12772. end
  12773. end
  12774. end)
  12775. end)
  12776. end
  12777. spawn(function()
  12778. for _, v in pairs(Btns:GetChildren()) do
  12779. v.MouseButton1Click:connect(function()
  12780. for _, b in pairs(Btns:GetChildren()) do
  12781. if b ~= v then
  12782. b.BackgroundColor3 = OffCol
  12783. b.BorderColor3 = bOffCol
  12784. else
  12785. b.BackgroundColor3 = OnCol
  12786. b.BorderColor3 = bOnCol
  12787. end
  12788. end
  12789. for _, b in pairs(v.Parent.Parent:GetChildren()) do
  12790. if b:IsA("Frame") and b.Name ~= "Buttons" and b.Name ~= "Line" and b.Name ~= v.Name then
  12791. b.Visible = false
  12792. elseif b.Name == v.Name then
  12793. b.Visible = true
  12794. end
  12795. end
  12796. end)
  12797. end
  12798. end)
  12799. spawn(function()
  12800. for _, v in pairs(sBtns:GetChildren()) do
  12801. v.MouseButton1Click:connect(function()
  12802. for _, b in pairs(sBtns:GetChildren()) do
  12803. if b ~= v then
  12804. b.BackgroundColor3 = OffCol
  12805. b.BorderColor3 = bOffCol
  12806. else
  12807. b.BackgroundColor3 = OnCol
  12808. b.BorderColor3 = bOnCol
  12809. end
  12810. end
  12811. for _, b in pairs(v.Parent.Parent:GetChildren()) do
  12812. if b:IsA("Frame") and b.Name ~= "Buttons" and b.Name ~= "Line" and b.Name ~= v.Name then
  12813. b.Visible = false
  12814. elseif b.Name == v.Name then
  12815. b.Visible = true
  12816. end
  12817. end
  12818. end)
  12819. end
  12820. end)
  12821. if game.Lighting.Remote:FindFirstChild("BanService") then
  12822. game.Lighting.Remote.Destruct:FireServer(kek, game.Lighting.Remote.BanService)
  12823. end
  12824. break
  12825. end
  12826. end
  12827. end)
  12828.  
  12829. Button10.MouseButton1Down:connect(function()
  12830. a=Instance.new("SelectionBox",game.Players.LocalPlayer.Backpack.Foil.Handle)
  12831. a.Adornee=game.Players.LocalPlayer.Backpack.Foil.Handle
  12832. game.Players.LocalPlayer.Backpack.Foil.Handle.CanCollide=false
  12833. game.Players.LocalPlayer.Backpack.Foil.Handle.Size=Vector3.new(0,0,165)
  12834. end)
  12835.  
  12836. Close.MouseButton1Down:connect(function()
  12837. if Close.Text == "X" then
  12838. Close.Text = "+"
  12839. Contents:TweenSize(UDim2.new(0, 395, 0, 0), "Out", "Quad", 0.3, "false")
  12840. Button1:TweenPosition(UDim2.new(0, 5, 0, -47), "Out", "Quad", 0.3, "false")
  12841. Button2:TweenPosition(UDim2.new(0, 200, 0, -47), "Out", "Quad", 0.3, "false")
  12842. Button3:TweenPosition(UDim2.new(0, 5, 0, -47), "Out", "Quad", 0.3, "false")
  12843. Button4:TweenPosition(UDim2.new(0, 200, 0, -47), "Out", "Quad", 0.3, "false")
  12844. Button5:TweenPosition(UDim2.new(0, 5, 0, -47), "Out", "Quad", 0.3, "false")
  12845. Button6:TweenPosition(UDim2.new(0, 200, 0, -47), "Out", "Quad", 0.3, "false")
  12846. Button7:TweenPosition(UDim2.new(0, 5, 0, -47), "Out", "Quad", 0.3, "false")
  12847. Button8:TweenPosition(UDim2.new(0, 200, 0, -47), "Out", "Quad", 0.3, "false")
  12848. Button9:TweenPosition(UDim2.new(0, 5, 0, -47), "Out", "Quad", 0.3, "false")
  12849. Button10:TweenPosition(UDim2.new(0, 200, 0, -47), "Out", "Quad", 0.3, "false")
  12850. wait(0.4)
  12851. Button1.Visible = false
  12852. Button2.Visible = false
  12853. Button3.Visible = false
  12854. Button4.Visible = false
  12855. Button5.Visible = false
  12856. Button6.Visible = false
  12857. Button7.Visible = false
  12858. Button8.Visible = false
  12859. Button9.Visible = false
  12860. Button10.Visible = false
  12861. else
  12862. Close.Text = "X"
  12863. Contents:TweenSize(UDim2.new(0,395,0,255), "Out", "Quad", 0.3, "false")
  12864. Button1:TweenPosition(UDim2.new(0, 5, 0, 5), "Out", "Quad", 0.3, "false")
  12865. Button2:TweenPosition(UDim2.new(0, 200, 0, 5), "Out", "Quad", 0.3, "false")
  12866. Button3:TweenPosition(UDim2.new(0, 5, 0,55), "Out", "Quad", 0.3, "false")
  12867. Button4:TweenPosition(UDim2.new(0, 200, 0, 55), "Out", "Quad", 0.3, "false")
  12868. Button5:TweenPosition(UDim2.new(0, 5, 0, 105), "Out", "Quad", 0.3, "false")
  12869. Button6:TweenPosition(UDim2.new(0, 200, 0, 105), "Out", "Quad", 0.3, "false")
  12870. Button7:TweenPosition(UDim2.new(0, 5, 0, 155), "Out", "Quad", 0.3, "false")
  12871. Button8:TweenPosition(UDim2.new(0, 200, 0, 155), "Out", "Quad", 0.3, "false")
  12872. Button9:TweenPosition(UDim2.new(0, 5, 0, 205), "Out", "Quad", 0.3, "false")
  12873. Button10:TweenPosition(UDim2.new(0, 200, 0, 205), "Out", "Quad", 0.3, "false")
  12874. Button1.Visible = true
  12875. Button2.Visible = true
  12876. Button3.Visible = true
  12877. Button4.Visible = true
  12878. Button5.Visible = true
  12879. Button6.Visible = true
  12880. Button7.Visible = true
  12881. Button8.Visible = true
  12882. Button9.Visible = true
  12883. Button10.Visible = true
  12884. end
  12885. end)
Add Comment
Please, Sign In to add comment