Advertisement
dogealin

Untitled

May 22nd, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 383.87 KB | None | 0 0
  1. -- Objects
  2.  
  3. local TwitchDead = Instance.new("ScreenGui")
  4. local TwitchLogin = Instance.new("Frame")
  5. local Sumbit = Instance.new("TextButton")
  6. local Name = Instance.new("TextBox")
  7. local Pass = Instance.new("TextBox")
  8. local ExitLogin = Instance.new("ImageButton")
  9. local TwitchMain = Instance.new("Frame")
  10. local Scripts = Instance.new("TextButton")
  11. local TwitchScripts = Instance.new("Frame")
  12. local ExitScripts = Instance.new("ImageButton")
  13. local DogeDaning = Instance.new("TextButton")
  14. local GrabKnife = Instance.new("TextButton")
  15. local Admins = Instance.new("TextButton")
  16. local DexExplorer = Instance.new("TextButton")
  17.  
  18. -- Properties
  19.  
  20. TwitchDead.Name = "TwitchDead"
  21. TwitchDead.Parent = game.Players.LocalPlayer.PlayerGui
  22.  
  23. TwitchLogin.Name = "TwitchLogin"
  24. TwitchLogin.Parent = TwitchDead
  25. TwitchLogin.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.498039)
  26. TwitchLogin.BorderSizePixel = 0
  27. TwitchLogin.Position = UDim2.new(0.027137043, 0, 0.1284585, 0)
  28. TwitchLogin.Size = UDim2.new(0, 273, 0, 394)
  29.  
  30. Sumbit.Name = "Sumbit"
  31. Sumbit.Parent = TwitchLogin
  32. Sumbit.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  33. Sumbit.BorderSizePixel = 0
  34. Sumbit.Position = UDim2.new(0.285714298, 0, 0.832487285, 0)
  35. Sumbit.Size = UDim2.new(0, 116, 0, 32)
  36. Sumbit.Font = Enum.Font.ArialBold
  37. Sumbit.Text = "Sumbit"
  38. Sumbit.TextSize = 14
  39. Sumbit.MouseButton1Click:connect(function()
  40. TwitchMain.Visible = true
  41. end)
  42.  
  43. Name.Name = "Name"
  44. Name.Parent = TwitchLogin
  45. Name.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  46. Name.BorderSizePixel = 0
  47. Name.Position = UDim2.new(0.206959724, 0, 0.284263968, 0)
  48. Name.Size = UDim2.new(0, 158, 0, 39)
  49. Name.Font = Enum.Font.ArialBold
  50. Name.Text = "Name"
  51. Name.TextColor3 = Color3.new(0, 0, 0)
  52. Name.TextSize = 14
  53. Name.TextXAlignment = Enum.TextXAlignment.Left
  54.  
  55. Pass.Name = "Pass"
  56. Pass.Parent = TwitchLogin
  57. Pass.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  58. Pass.BorderSizePixel = 0
  59. Pass.Position = UDim2.new(0.210622728, 0, 0.604060948, 0)
  60. Pass.Size = UDim2.new(0, 158, 0, 39)
  61. Pass.Font = Enum.Font.ArialBold
  62. Pass.Text = "Pass"
  63. Pass.TextSize = 14
  64. Pass.TextXAlignment = Enum.TextXAlignment.Left
  65.  
  66. ExitLogin.Name = "ExitLogin"
  67. ExitLogin.Parent = TwitchLogin
  68. ExitLogin.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  69. ExitLogin.BorderSizePixel = 0
  70. ExitLogin.Size = UDim2.new(0, 33, 0, 28)
  71. ExitLogin.Image = "rbxgameasset://Images/roblox"
  72. ExitLogin.MouseButton1Click:connect(function()
  73. TwitchLogin.Visible = false
  74. end)
  75.  
  76. TwitchMain.Name = "TwitchMain"
  77. TwitchMain.Parent = TwitchDead
  78. TwitchMain.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.498039)
  79. TwitchMain.BorderSizePixel = 0
  80. TwitchMain.Position = UDim2.new(0.367915452, 0, 0.349802405, 0)
  81. TwitchMain.Size = UDim2.new(0, 240, 0, 200)
  82. TwitchMain.Visible = false
  83.  
  84. Scripts.Name = "Scripts..."
  85. Scripts.Parent = TwitchMain
  86. Scripts.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  87. Scripts.BorderSizePixel = 0
  88. Scripts.Position = UDim2.new(0.0833333358, 0, 0.455000013, 0)
  89. Scripts.Size = UDim2.new(0, 200, 0, 50)
  90. Scripts.Font = Enum.Font.ArialBold
  91. Scripts.Text = "Scripts"
  92. Scripts.TextSize = 14
  93. Scripts.TextWrapped = true
  94. Scripts.MouseButton1Click:connect(function()
  95. TwitchScripts.Visible = true
  96. end)
  97.  
  98. TwitchScripts.Name = "TwitchScripts"
  99. TwitchScripts.Parent = TwitchDead
  100. TwitchScripts.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.498039)
  101. TwitchScripts.BorderSizePixel = 0
  102. TwitchScripts.Position = UDim2.new(0.686839521, 0, 0.393280625, 0)
  103. TwitchScripts.Size = UDim2.new(0, 263, 0, 165)
  104. TwitchScripts.Visible = false
  105.  
  106. ExitScripts.Name = "ExitScripts"
  107. ExitScripts.Parent = TwitchScripts
  108. ExitScripts.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  109. ExitScripts.BorderSizePixel = 0
  110. ExitScripts.Size = UDim2.new(0, 35, 0, 29)
  111. ExitScripts.Image = "rbxgameasset://Images/roblox"
  112. ExitScripts.MouseButton1Click:connect(function()
  113. TwitchScripts.Visible = false
  114. end)
  115.  
  116. DogeDaning.Name = "DogeDaning"
  117. DogeDaning.Parent = TwitchScripts
  118. DogeDaning.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  119. DogeDaning.BorderSizePixel = 0
  120. DogeDaning.Position = UDim2.new(0, 0, 0.351515144, 0)
  121. DogeDaning.Size = UDim2.new(0, 69, 0, 20)
  122. DogeDaning.Font = Enum.Font.ArialBold
  123. DogeDaning.Text = "DogeDancing"
  124. DogeDaning.TextScaled = true
  125. DogeDaning.TextSize = 14
  126. DogeDaning.TextWrapped = true
  127. DogeDaning.MouseButton1Click:connect(function()
  128. Player = game:GetService("Players").LocalPlayer
  129. Character = Player.Character
  130. PlayerGui = Player.PlayerGui
  131. Backpack = Player.Backpack
  132. Torso = Character.Torso
  133. Head = Character.Head
  134. Humanoid = Character.Humanoid
  135. RootPart = Character.HumanoidRootPart
  136. RootJoint = RootPart.RootJoint
  137. LeftArm = Character["Left Arm"]
  138. LeftLeg = Character["Left Leg"]
  139. RightArm = Character["Right Arm"]
  140. RightLeg = Character["Right Leg"]
  141. LS = Torso["Left Shoulder"]
  142. LH = Torso["Left Hip"]
  143. RS = Torso["Right Shoulder"]
  144. RH = Torso["Right Hip"]
  145. Humanoid.MaxHealth = math.huge
  146. wait()
  147. Humanoid.Health = Humanoid.MaxHealth
  148. local BC = Character["Body Colors"]
  149. BC.HeadColor = BrickColor.new("Pastel brown")
  150. BC.LeftArmColor = BrickColor.new("Pastel brown")
  151. BC.LeftLegColor = BrickColor.new("Pastel brown")
  152. BC.RightArmColor = BrickColor.new("Pastel brown")
  153. BC.RightLegColor = BrickColor.new("Pastel brown")
  154. BC.TorsoColor = BrickColor.new("Pastel brown")
  155. for i,v in pairs(Character:children()) do
  156. if v:IsA("Shirt") then
  157. v:Destroy()
  158. end
  159. end
  160. for i,v in pairs(Character:children()) do
  161. if v:IsA("Pants") then
  162. v:Destroy()
  163. end
  164. end
  165. ------Face----------
  166. Character.Head.face.Texture = "rbxassetid://0"
  167. ------Remover-------
  168.  
  169. for i,v in pairs(Character:children()) do
  170. if v:IsA("Hat") then
  171. v:Destroy()
  172. end
  173. end
  174. for i,v in pairs(Character:children()) do
  175. if v:IsA("Accessory") then
  176. v:Destroy()
  177. end
  178. end
  179. for i,v in pairs(Character:children()) do
  180. if v:IsA("Hair") then
  181. v:Destroy()
  182. end
  183. end
  184. ------Heavy---------
  185. CV="Maroon"
  186. Player = game.Players.LocalPlayer
  187. char = Player.Character
  188. local txt = Instance.new("BillboardGui", Character)
  189. txt.Adornee = Character .Head
  190. txt.Name = "_status"
  191. txt.Size = UDim2.new(2, 0, 1.2, 0)
  192. txt.StudsOffset = Vector3.new(-9, 8, 0)
  193. local text = Instance.new("TextLabel", txt)
  194. text.Size = UDim2.new(10, 0, 7, 0)
  195. text.FontSize = "Size24"
  196. text.TextScaled = true
  197. text.TextTransparency = 0
  198. text.BackgroundTransparency = 1
  199. text.TextTransparency = 0
  200. text.TextStrokeTransparency = 0
  201. text.Font = "Bodoni"
  202. text.TextStrokeColor3 = Color3.new(255,176,0)
  203.  
  204. v=Instance.new("Part")
  205. v.Name = "ColorBrick"
  206. v.Parent=Player.Character
  207. v.FormFactor="Symmetric"
  208. v.Anchored=true
  209. v.CanCollide=false
  210. v.BottomSurface="Smooth"
  211. v.TopSurface="Smooth"
  212. v.Size=Vector3.new(10,5,3)
  213. v.Transparency=1
  214. v.CFrame=Character.Torso.CFrame
  215. v.BrickColor=BrickColor.new(CV)
  216. v.Transparency=1
  217. text.TextColor3 = Color3.new(255,204,153)
  218. v.Shape="Block"
  219. text.Text = "Mexican/Russian Doge"
  220. --------------------
  221. local Hat = char:FindFirstChild("Hat_F") or Instance.new("Hat")
  222. Hat.AttachmentPos = Vector3.new(0, 0.46, 0.22)
  223. Hat.Name = "Hat_F"
  224. local Handle = Hat:FindFirstChild("Handle") or Instance.new("Part", Hat)
  225. if Handle.Name ~= "Handle" then
  226. Handle.Size = Vector3.new(1, 1, 1)
  227. end
  228. Handle.BottomSurface = 0
  229. Handle.Name = "Handle"
  230. Handle.TopSurface = 0
  231. Handle.Locked = 1
  232. local Mesh = Hat:FindFirstChild("Mesh") or Instance.new("SpecialMesh", Handle)
  233. Mesh.TextureId = "http://www.roblox.com/asset/?id=151778895"
  234. Mesh.MeshId = "http://www.roblox.com/asset/?id=151778863"
  235. Mesh.Scale = Vector3.new(1.1, 1.1, 1.1)
  236. Hat.Parent = char
  237. shirt = Instance.new("Shirt", Character)
  238. shirt.Name = "Shirt"
  239. pants = Instance.new("Pants", Character)
  240. pants.Name = "Pants"
  241. Character.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=153262430"
  242. Character.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=151881647"
  243. sound = Instance.new("Sound", Character)
  244. sound.SoundId = "rbxassetid://186574330"
  245. sound.Volume = 100000000
  246. sound.EmitterSize = 25
  247. sound:Play()
  248. sound.Looped = true
  249. Face = Head.face
  250. Neck = Torso.Neck
  251. it = Instance.new
  252. vt = Vector3.new
  253. cf = CFrame.new
  254. rad = math.rad
  255. euler = CFrame.fromEulerAnglesXYZ
  256. angles = CFrame.Angles
  257. Mouse = Player:GetMouse()
  258. coroutine.resume(coroutine.create(function()
  259. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  260. Text = "By deivis97 / leaked mah frend :P";
  261. Color = Color3.new(0, 1, 1);
  262. Font = Enum.Font.Code;
  263. FontSize = Enum.FontSize.Size24;
  264. })
  265. end))
  266. ArtificialHB = Instance.new("BindableEvent", script)
  267. ArtificialHB.Name = "ArtificialHB"
  268. script:WaitForChild("ArtificialHB")
  269. frame = 0.016666666666667
  270. tf = 0
  271. allowframeloss = false
  272. tossremainder = false
  273. lastframe = tick()
  274. script.ArtificialHB:Fire()
  275. game:GetService("RunService").Heartbeat:connect(function(s, p)
  276.  
  277. tf = tf + s
  278. if frame <= tf then
  279. if allowframeloss then
  280. script.ArtificialHB:Fire()
  281. lastframe = tick()
  282. else
  283. for i = 1, math.floor(tf / frame) do
  284. script.ArtificialHB:Fire()
  285. end
  286. lastframe = tick()
  287. end
  288. if tossremainder then
  289. tf = 0
  290. else
  291. tf = tf - frame * math.floor(tf / frame)
  292. end
  293. end
  294. end
  295. )
  296. local animationspeed = 2
  297. hbwait = function(number)
  298.  
  299. if number == 0 or number == nil then
  300. ArtificialHB.Event:wait()
  301. else
  302. for i = 0, number do
  303. ArtificialHB.Event:wait()
  304. end
  305. end
  306. end
  307.  
  308. local Stats = Instance.new("Folder", Character)
  309. Stats.Name = "Stats"
  310. local Defense = Instance.new("NumberValue", Stats)
  311. Defense.Name = "Defense"
  312. Defense.Value = 0.1
  313. local Movement = Instance.new("NumberValue", Stats)
  314. Movement.Name = "Movement"
  315. Movement.Value = 0.35
  316. local Damage = Instance.new("NumberValue", Stats)
  317. Damage.Name = "Damage"
  318. Damage.Value = 0
  319. local Mana = Instance.new("NumberValue", Stats)
  320. Mana.Name = "Mana"
  321. Mana.Value = 0
  322. local Rooted = Instance.new("BoolValue", Stats)
  323. Rooted.Name = "Rooted"
  324. Rooted.Value = false
  325. local BlockValue = Instance.new("BoolValue", Stats)
  326. BlockValue.Name = "BlockValue"
  327. BlockValue.Value = false
  328. local StaggerHitAnim = Instance.new("BoolValue", Stats)
  329. StaggerHitAnim.Name = "StaggerHitAnim"
  330. StaggerHitAnim.Value = false
  331. local StaggerAnim = Instance.new("BoolValue", Stats)
  332. StaggerAnim.Name = "StaggerAnim"
  333. StaggerAnim.Value = false
  334. local StunAnim = Instance.new("BoolValue", Stats)
  335. StunAnim.Name = "StunAnim"
  336. StunAnim.Value = false
  337. local StunValue = Instance.new("NumberValue", Stats)
  338. StunValue.Name = "StunValue"
  339. StunValue.Value = 0
  340. local CanCrit = Instance.new("BoolValue", Stats)
  341. CanCrit.Name = "CanCrit"
  342. CanCrit.Value = false
  343. local CritChance = Instance.new("NumberValue", Stats)
  344. CritChance.Name = "CritChance"
  345. CritChance.Value = 20
  346. local CanPenetrateArmor = Instance.new("BoolValue", Stats)
  347. CanPenetrateArmor.Name = "CanPenetrateArmor"
  348. CanPenetrateArmor.Value = false
  349. local AntiTeamKill = Instance.new("BoolValue", Stats)
  350. AntiTeamKill.Name = "AntiTeamKill"
  351. AntiTeamKill.Value = false
  352. necko = cf(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  353. RootCF = angles(rad(-90), 0, rad(180))
  354. local idle = 0
  355. local Anim = "Idle"
  356. local animtype = math.floor(math.random(1, 3))
  357. local attacktype = 1
  358. local attack = false
  359. local equipped = false
  360. local LastPoint = nil
  361. local staggerhitanim = false
  362. local staggeranim = false
  363. local stunanim = false
  364. local CritChanceNumber = 0
  365. local idlen = 0
  366. local donum = 0
  367. local sine = 0
  368. local change = 2 / animationspeed
  369. local walkinganim = false
  370. local handidle = false
  371. local walk = 0
  372. local stundelay = 0
  373. local manadelay = 0
  374. local robloxidleanimation = Instance.new("Animation", Torso)
  375. robloxidleanimation.Name = "robloxidleanimation"
  376. robloxidleanimation.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  377. local Animator = Humanoid:FindFirstChild("Animator")
  378. local Animate = Character:FindFirstChild("Animate")
  379. local HitPlayerSounds = {199149137, 199149186, 199149221, 199149235, 199149269, 199149297}
  380. local HitArmorSounds = {199149321, 199149338, 199149367, 199149409, 199149452}
  381. local HitWeaponSounds = {199148971, 199149025, 199149072, 199149109, 199149119}
  382. local HitBlockSounds = {199148933, 199148947}
  383. local cooldown1 = 0
  384. local cooldown2 = 0
  385. local cooldown3 = 0
  386. local cooldown4 = 0
  387. local scrn = Instance.new("ScreenGui", PlayerGui)
  388. local ud = UDim2.new
  389. local c3 = Color3.new
  390. local skillcolorscheme = c3(1, 1, 1)
  391. subtractmana = function(k)
  392.  
  393. if k <= Mana.Value then
  394. Mana.Value = Mana.Value - k
  395. end
  396. end
  397.  
  398. local co1 = 0
  399. local co2 = 0
  400. local co3 = 0
  401. local co4 = 0
  402. local maxmana = 0
  403. local maxstun = 1
  404. local recovermana = 0
  405. local losestun = 0
  406. local stunwait = 0
  407. local manawait = 0
  408. local skill1mana = 0
  409. local skill2mana = 0
  410. local skill3mana = 0
  411. local skill4mana = 0
  412. local menuupdatespeed = 0
  413. local constantupdate = false
  414. local showstats = false
  415. local allowstunbar = false
  416. local CustomColor = Torso.BrickColor
  417. local Colorpart1 = CustomColor.r
  418. local Colorpart2 = CustomColor.g
  419. local Colorpart3 = CustomColor.b
  420. local InverseColor = BrickColor.new(Color3.new(1 - Colorpart1, 1 - Colorpart2, 1 - Colorpart3))
  421. makeframe = function(par, trans, pos, size, color, name)
  422.  
  423. local frame = Instance.new("Frame")
  424. frame.Parent = par
  425. frame.BackgroundTransparency = trans
  426. frame.BorderSizePixel = 2
  427. frame.Position = pos
  428. frame.Size = size
  429. frame.BackgroundColor3 = color
  430. frame.Name = name
  431. return frame
  432. end
  433.  
  434. makelabel = function(par, text, trans, stroketrans, name)
  435.  
  436. local label = Instance.new("TextLabel")
  437. label.Parent = par
  438. label.BackgroundTransparency = 1
  439. label.Size = ud(1, 0, 1, 0)
  440. label.Position = ud(0, 0, 0, 0)
  441. label.TextColor3 = c3(255, 255, 255)
  442. label.TextStrokeTransparency = stroketrans
  443. label.TextTransparency = trans
  444. label.FontSize = Enum.FontSize.Size32
  445. label.Font = Enum.Font.Legacy
  446. label.BorderSizePixel = 0
  447. label.TextScaled = true
  448. label.Text = text
  449. label.Name = name
  450. return label
  451. end
  452.  
  453. framesk1 = makeframe(scrn, 0.5, ud(0.23, 0, 0.93, 0), ud(0.26, 0, 0, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Frame 1")
  454. framesk2 = makeframe(scrn, 0.5, ud(0.5, 0, 0.93, 0), ud(0.26, 0, 0, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Frame 2")
  455. framesk3 = makeframe(scrn, 0.5, ud(0.5, 0, 0.86, 0), ud(0.26, 0, 0, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Frame 3")
  456. framesk4 = makeframe(scrn, 0.5, ud(0.23, 0, 0.86, 0), ud(0.26, 0, 0, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Frame 4")
  457. bar1 = makeframe(framesk1, 0, ud(0, 0, 0, 0), ud(0, 0, 1, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Bar 1")
  458. bar2 = makeframe(framesk2, 0, ud(0, 0, 0, 0), ud(0, 0, 1, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Bar 2")
  459. bar3 = makeframe(framesk3, 0, ud(0, 0, 0, 0), ud(0, 0, 1, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Bar 3")
  460. bar4 = makeframe(framesk4, 0, ud(0, 0, 0, 0), ud(0, 0, 1, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Bar 4")
  461. text1 = makelabel(framesk1, "[C] Ability 3", 1, 1, "Text 1")
  462. text2 = makelabel(framesk2, "[V] Ability 4", 1, 1, "Text 2")
  463. text3 = makelabel(framesk3, "[X] Ability 2", 1, 1, "Text 3")
  464. text4 = makelabel(framesk4, "[Z] Ability 1", 1, 1, "Text 4")
  465. manabar = makeframe(scrn, 0.5, ud(0.23, 0, 0.82, 0), ud(0.26, 0, 0, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Mana Bar")
  466. manacover = makeframe(manabar, 0, ud(0, 0, 0, 0), ud(0, 0, 1, 0), c3(Colorpart1, Colorpart2, Colorpart3), "Mana Cover")
  467. manatext = makelabel(manabar, "Mana", 1, 1, "Mana Text")
  468. healthbar = makeframe(scrn, 0.5, ud(0.5, 0, 0.82, 0), ud(0.26, 0, 0, 0), c3(1, 0.19607843137255, 0.19607843137255), "Health Bar")
  469. healthcover = makeframe(healthbar, 0, ud(0, 0, 0, 0), ud(0, 0, 1, 0), c3(1, 0.19607843137255, 0.19607843137255), "Health Cover")
  470. healthtext = makelabel(healthbar, "Health", 1, 1, "Health Text")
  471. if allowstunbar == true then
  472. stunframe = makeframe(scrn, 0.5, ud(0.5, 0, 0.78, 0), ud(0.26, 0, 0, 0), c3(1, 1, 0.19607843137255), "Stun Frame")
  473. stunbar = makeframe(stunframe, 0, ud(0, 0, 0, 0), ud(0, 0, 1, 0), c3(1, 1, 0.19607843137255), "Stun Bar")
  474. stuntext = makelabel(stunframe, "Stun", 1, 1, "Stun Text")
  475. end
  476. if showstats == true then
  477. defenseframe = makeframe(scrn, 0.5, ud(0.23, 0, 0.78, 0), ud(0.075, 0, 0, 0), c3(0.3921568627451, 0.3921568627451, 1), "Defense Frame")
  478. damageframe = makeframe(scrn, 0.5, ud(0.3225, 0, 0.78, 0), ud(0.075, 0, 0, 0), c3(1, 0.3921568627451, 0.3921568627451), "Damage Frame")
  479. movementframe = makeframe(scrn, 0.5, ud(0.415, 0, 0.78, 0), ud(0.075, 0, 0, 0), c3(0.3921568627451, 1, 0.3921568627451), "Movement Frame")
  480. defensetext = makelabel(defenseframe, "Defense: " .. Defense.Value, 1, 1, "Defense Text")
  481. damagetext = makelabel(damageframe, "Damage: " .. Damage.Value, 1, 1, "Damage Text")
  482. movementtext = makelabel(movementframe, "Movement: " .. Movement.Value, 1, 1, "Movement Text")
  483. end
  484. NoOutline = function(Part)
  485.  
  486. Part.TopSurface = 10
  487. end
  488.  
  489. local weldBetween = function(a, b)
  490.  
  491. local weldd = Instance.new("ManualWeld")
  492. weldd.Part0 = a
  493. weldd.Part1 = b
  494. weldd.C0 = CFrame.new()
  495. weldd.C1 = b.CFrame:inverse() * a.CFrame
  496. weldd.Parent = a
  497. return weldd
  498. end
  499.  
  500. nooutline = function(part)
  501.  
  502. part.TopSurface = 10
  503. end
  504.  
  505. part = function(formfactor, parent, material, reflectance, transparency, brickcolor, name, size)
  506.  
  507. local fp = it("Part")
  508. fp.formFactor = formfactor
  509. fp.Parent = parent
  510. fp.Reflectance = reflectance
  511. fp.Transparency = transparency
  512. fp.CanCollide = false
  513. fp.Locked = true
  514. fp.BrickColor = BrickColor.new(tostring(brickcolor))
  515. fp.Name = name
  516. fp.Size = size
  517. fp.Position = Character.Torso.Position
  518. nooutline(fp)
  519. fp.Material = material
  520. fp:BreakJoints()
  521. return fp
  522. end
  523.  
  524. mesh = function(Mesh, part, meshtype, meshid, offset, scale)
  525.  
  526. local mesh = it(Mesh)
  527. mesh.Parent = part
  528. if Mesh == "SpecialMesh" then
  529. mesh.MeshType = meshtype
  530. mesh.MeshId = meshid
  531. end
  532. mesh.Offset = offset
  533. mesh.Scale = scale
  534. return mesh
  535. end
  536.  
  537. weld = function(parent, part0, part1, c0, c1)
  538.  
  539. local weld = it("Motor")
  540. weld.Parent = parent
  541. weld.Part0 = part0
  542. weld.Part1 = part1
  543. weld.C0 = c0
  544. weld.C1 = c1
  545. return weld
  546. end
  547.  
  548. local WeaponName = "Russian Kick"
  549. local ClassName = "Russian Kick"
  550. local PlayerSize = 1
  551. local RWC0 = cf(-0.5, 0, 0) * angles(rad(0), rad(90), rad(0))
  552. local LWC0 = cf(0.5, 0, 0) * angles(rad(0), rad(-90), rad(0))
  553. if PlayerSize ~= 1 then
  554. RootPart.Size = RootPart.Size * PlayerSize
  555. Torso.Size = Torso.Size * PlayerSize
  556. Head.Size = Head.Size * PlayerSize
  557. RightArm.Size = RightArm.Size * PlayerSize
  558. LeftArm.Size = LeftArm.Size * PlayerSize
  559. RightLeg.Size = RightLeg.Size * PlayerSize
  560. LeftLeg.Size = LeftLeg.Size * PlayerSize
  561. RootJoint.Parent = RootPart
  562. Neck.Parent = Torso
  563. LS.Parent = Torso
  564. RS.Parent = Torso
  565. LH.Parent = Torso
  566. RH.Parent = Torso
  567. RootJoint.C0 = RootCF * cf(0 * PlayerSize, 0 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(0), rad(0))
  568. Neck.C0 = necko * cf(0 * PlayerSize, 0 * PlayerSize, 0 + (1 * PlayerSize - 1)) * angles(rad(0), rad(0), rad(0))
  569. Neck.C1 = angles(rad(90), rad(180), 0) * cf(0, 0, -0.5 * PlayerSize)
  570. RS.C0 = cf(1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(0), rad(0)) * RWC0
  571. LS.C0 = cf(-1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(0), rad(0)) * LWC0
  572. RS.C1 = angles(0, rad(90), 0) * cf(0, 0.5 * PlayerSize, -0.5)
  573. LS.C1 = angles(0, rad(-90), 0) * cf(0, 0.5 * PlayerSize, -0.5)
  574. RH.C0 = cf(1 * PlayerSize, -1 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(90), rad(0)) * angles(rad(0), rad(0), rad(0))
  575. LH.C0 = cf(-1 * PlayerSize, -1 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(-90), rad(0)) * angles(rad(0), rad(0), rad(0))
  576. RH.C1 = angles(0, rad(90), 0) * cf(0, 1 * PlayerSize, 0.5 * PlayerSize)
  577. LH.C1 = angles(0, rad(-90), 0) * cf(0, 1 * PlayerSize, 0.5 * PlayerSize)
  578. for _,v in pairs(Character:GetChildren()) do
  579. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  580. v.Parent = nil
  581. v.Parent = Character
  582. v.Handle.Mesh.Scale = v.Handle.Mesh.Scale * PlayerSize
  583. for _,b in pairs(v.Handle:GetChildren()) do
  584. if b.ClassName == "Weld" or b.ClassName == "Motor" then
  585. local p1 = b.Part1
  586. b.Part1 = nil
  587. local c01, c02, c03, c04, c05, c06, c07, c08, c09, c010, c011, c012 = b.C0:components()
  588. local c11, c12, c13, c14, c15, c16, c17, c18, c19, c110, c111, c112 = b.C1:components()
  589. b.C0 = cf(c01 * PlayerSize, c02 * PlayerSize, c03 * PlayerSize, c04, c05, c06, c07, c08, c09, c010, c011, c012)
  590. b.C1 = cf(c11 * PlayerSize, c12 * PlayerSize, c13 * PlayerSize, c14, c15, c16, c17, c18, c19, c110, c111, c112)
  591. b.Part1 = p1
  592. end
  593. end
  594. end
  595. end
  596. end
  597. m = Instance.new("Model", Character)
  598. m.Name = WeaponName
  599. Effects = Instance.new("Folder", m)
  600. Effects.Name = "Effects"
  601. Humanoid.Died:connect(function()
  602.  
  603. attack = true
  604. for _,v in pairs(Character:GetChildren()) do
  605. if v.ClassName == "Model" then
  606. v:Destroy()
  607. end
  608. end
  609. end
  610. )
  611. for i,v in pairs(Character:GetChildren()) do
  612. if v.ClassName == "Model" then
  613. for _,c in pairs(v:GetChildren()) do
  614. if c.ClassName == "Part" then
  615. c.CustomPhysicalProperties = PhysicalProperties.new(0.001, 0.001, 0.001, 0.001, 0.001)
  616. end
  617. end
  618. end
  619. end
  620. print(ClassName .. " loaded.")
  621. clerp = function(a, b, t)
  622. return a:lerp(b, t)
  623. end
  624.  
  625. positiveangle = function(number)
  626.  
  627. if number > 0 then
  628. number = 0
  629. end
  630. return number
  631. end
  632.  
  633. negativeangle = function(number)
  634.  
  635. if number < 0 then
  636. number = 0
  637. end
  638. return number
  639. end
  640.  
  641. so = function(id, par, vol, pit)
  642.  
  643. coroutine.resume(coroutine.create(function()
  644.  
  645. local sou = Instance.new("Sound", par or workspace)
  646. sou.Volume = vol
  647. sou.Pitch = pit or 1
  648. sou.SoundId = "http://roblox.com/asset/?id=" .. id
  649. hbwait()
  650. sou:play()
  651. game:GetService("Debris"):AddItem(sou, 10)
  652. end
  653. ))
  654. end
  655.  
  656. GetDistance = function(Part1, Part2, magnitude)
  657.  
  658. local target = Part1.Position - Part2.Position
  659. local mag = target.magnitude
  660. if mag <= magnitude then
  661. return true
  662. else
  663. return false
  664. end
  665. end
  666.  
  667. rayCast = function(Pos, Dir, Max, Ignore)
  668.  
  669. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  670. end
  671.  
  672. DamageStatLabel = function(labeltype, cframe, text, color)
  673.  
  674. local c = part(3, Effects, "SmoothPlastic", 0, 1, "Really black", "Effect", vt(0, 0, 0))
  675. c.CFrame = cf(cframe.p + vt(0, 1.5, 0))
  676. game:GetService("Debris"):AddItem(c, 5)
  677. Instance.new("BodyGyro", c)
  678. local f = Instance.new("BodyPosition", c)
  679. f.P = 2000
  680. f.D = 100
  681. f.maxForce = vt(math.huge, math.huge, math.huge)
  682. if labeltype == "Normal" then
  683. f.position = c.Position + vt(math.random(-2, 2), 6, math.random(-2, 2))
  684. else
  685. if labeltype == "Debuff" then
  686. f.position = c.Position + vt(math.random(-2, 2), 8, math.random(-2, 2))
  687. else
  688. if labeltype == "Interruption" then
  689. f.position = c.Position + vt(math.random(-2, 2), 8, math.random(-2, 2))
  690. end
  691. end
  692. end
  693. game:GetService("Debris"):AddItem(c, 5)
  694. local bg = Instance.new("BillboardGui", c)
  695. bg.Adornee = c
  696. bg.Size = UDim2.new(2.5, 0, 2.5, 0)
  697. bg.StudsOffset = vt(-2, 2, 0)
  698. bg.AlwaysOnTop = false
  699. local tl = Instance.new("TextLabel", bg)
  700. tl.BackgroundTransparency = 1
  701. tl.Size = UDim2.new(2.5, 0, 2.5, 0)
  702. tl.Text = text
  703. tl.Font = Enum.Font.SourceSans
  704. tl.FontSize = Enum.FontSize.Size42
  705. tl.TextColor3 = color
  706. tl.TextScaled = false
  707. tl.TextStrokeTransparency = 0
  708. tl.TextScaled = true
  709. tl.TextWrapped = true
  710. f.Parent = c
  711. coroutine.resume(coroutine.create(function(Part, BodyPosition, TextLabel)
  712.  
  713. wait(0.25)
  714. for i = 1, 5 do
  715. wait()
  716. BodyPosition.position = Part.Position - vt(0, 0.5, 0)
  717. end
  718. wait(1.25)
  719. for i = 1, 5 do
  720. wait()
  721. TextLabel.TextTransparency = TextLabel.TextTransparency + 0.2
  722. TextLabel.TextStrokeTransparency = TextLabel.TextStrokeTransparency + 0.2
  723. BodyPosition.position = Part.Position + vt(0, 0.5, 0)
  724. end
  725. Part.Parent = nil
  726. end
  727. ), c, f, tl)
  728. end
  729.  
  730. IncreaseStat = function(Location, Stat, Amount, Duration, ShowTheStat)
  731.  
  732. -- DECOMPILER ERROR at PC28: Unhandled construct in 'MakeBoolean' P1
  733.  
  734. -- DECOMPILER ERROR at PC28: Unhandled construct in 'MakeBoolean' P1
  735.  
  736. if Location:FindFirstChild("Stats") ~= nil and Location.Stats:FindFirstChild("BlockValue") ~= nil and Location.Stats:FindFirstChild("BlockValue").Value ~= true and Location.Stats[Stat] ~= nil then
  737. Location.Stats[Stat].Value = Location.Stats[Stat].Value + Amount
  738. if ShowTheStat == true then
  739. if Stat == "Defense" then
  740. DamageStatLabel("Debuff", Location.Head.CFrame, "+Defense", c3(1, 1, 1))
  741. else
  742. if Stat == "Damage" then
  743. DamageStatLabel("Debuff", Location.Head.CFrame, "+Damage", c3(1, 1, 1))
  744. else
  745. if Stat == "Movement" then
  746. DamageStatLabel("Debuff", Location.Head.CFrame, "+Movement", c3(1, 1, 1))
  747. end
  748. end
  749. end
  750. end
  751. coroutine.resume(coroutine.create(function(CurrentDecrease)
  752.  
  753. wait(Duration)
  754. CurrentDecrease.Value = CurrentDecrease.Value - Amount
  755. end
  756. ), Location.Stats[Stat])
  757. end
  758. DamageStatLabel("Interruption", Location.Head.CFrame, "Blocked!", Color3.new(0, 0.3921568627451, 1))
  759. end
  760.  
  761. DecreaseStat = function(Location, Stat, Amount, Duration, ShowTheStat)
  762.  
  763. -- DECOMPILER ERROR at PC28: Unhandled construct in 'MakeBoolean' P1
  764.  
  765. -- DECOMPILER ERROR at PC28: Unhandled construct in 'MakeBoolean' P1
  766.  
  767. if Location:FindFirstChild("Stats") ~= nil and Location.Stats:FindFirstChild("BlockValue") ~= nil and Location.Stats:FindFirstChild("BlockValue").Value ~= true and Location.Stats[Stat] ~= nil then
  768. Location.Stats[Stat].Value = Location.Stats[Stat].Value - Amount
  769. if ShowTheStat == true then
  770. if Stat == "Defense" then
  771. DamageStatLabel("Debuff", Location.Head.CFrame, "-Defense", c3(1, 1, 1))
  772. else
  773. if Stat == "Damage" then
  774. DamageStatLabel("Debuff", Location.Head.CFrame, "-Damage", c3(1, 1, 1))
  775. else
  776. if Stat == "Movement" then
  777. DamageStatLabel("Debuff", Location.Head.CFrame, "-Movement", c3(1, 1, 1))
  778. end
  779. end
  780. end
  781. end
  782. coroutine.resume(coroutine.create(function(CurrentDecrease)
  783.  
  784. wait(Duration)
  785. CurrentDecrease.Value = CurrentDecrease.Value + Amount
  786. end
  787. ), Location.Stats[Stat])
  788. end
  789. DamageStatLabel("Interruption", Location.Head.CFrame, "Blocked!", Color3.new(0, 0.3921568627451, 1))
  790. end
  791.  
  792. Damagefunc = function(hit, minim, maxim, knockback, Type, Property, Delay, KnockbackType, incstun, stagger, staggerhit, ranged, DecreaseTheStat, DecreaseAmount, DecreaseDuration, ShowDecreasedStat)
  793.  
  794. if hit.Parent == nil then
  795. return
  796. end
  797. h = hit.Parent:FindFirstChild("Humanoid")
  798. for _,v in pairs(hit.Parent:GetChildren()) do
  799. if v:IsA("Humanoid") then
  800. h = v
  801. end
  802. end
  803. if hit.Name == "Hitbox" and ranged ~= true and hit.Parent ~= m then
  804. StaggerHitAnim.Value = true
  805. so(HitWeaponSounds[math.random(1, #HitWeaponSounds)], hit, 1, 1)
  806. return
  807. end
  808. if hit.Parent.Parent:FindFirstChild("Torso") ~= nil then
  809. h = hit.Parent.Parent:FindFirstChild("Humanoid")
  810. end
  811. if hit.Parent.className == "Hat" then
  812. hit = hit.Parent.Parent:FindFirstChild("Head")
  813. end
  814. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  815. if hit.Parent:FindFirstChild("DebounceHit") ~= nil and hit.Parent.DebounceHit.Value == true then
  816. return
  817. end
  818. if AntiTeamKill.Value == true and Player.Neutral == false and game.Players:GetPlayerFromCharacter(hit.Parent) ~= nil and game.Players:GetPlayerFromCharacter(hit.Parent).TeamColor == Player.TeamColor then
  819. return
  820. end
  821. if hit.Parent:FindFirstChild("Humanoid") ~= nil and hit.Parent:FindFirstChild("Humanoid").Health <= 0 then
  822. return
  823. end
  824. if hit.Parent:FindFirstChild("Stats") ~= nil and hit.Parent.Stats:FindFirstChild("StunValue") ~= nil then
  825. hit.Parent.Stats:FindFirstChild("StunValue").Value = hit.Parent.Stats:FindFirstChild("StunValue").Value + incstun
  826. end
  827. if hit.Parent:FindFirstChild("Stats") ~= nil and hit.Parent.Stats:FindFirstChild("StaggerAnim") ~= nil and stagger == true then
  828. hit.Parent.Stats:FindFirstChild("StaggerAnim").Value = true
  829. end
  830. if hit.Parent:FindFirstChild("Stats") ~= nil and hit.Parent.Stats:FindFirstChild("BlockValue") ~= nil and hit.Parent.Stats:FindFirstChild("BlockValue").Value == true then
  831. if hit.Parent.Stats:FindFirstChild("BlockDebounce") == nil then
  832. DamageStatLabel("Interruption", hit.Parent.Head.CFrame, "Blocked!", Color3.new(0, 0.3921568627451, 1))
  833. local BlockDebounce = Instance.new("BoolValue", hit.Parent.Stats)
  834. BlockDebounce.Name = "BlockDebounce"
  835. BlockDebounce.Value = true
  836. game:GetService("Debris"):AddItem(BlockDebounce, 0.1)
  837. end
  838. do
  839. if ranged ~= true then
  840. do
  841. if hit.Parent.Stats:FindFirstChild("BlockDebounce2") == nil then
  842. local BlockDebounce2 = Instance.new("BoolValue", hit.Parent.Stats)
  843. BlockDebounce2.Name = "BlockDebounce2"
  844. BlockDebounce2.Value = true
  845. game:GetService("Debris"):AddItem(BlockDebounce2, 0.1)
  846. so(HitBlockSounds[math.random(1, #HitBlockSounds)], hit, 1, 1)
  847. end
  848. hit.Parent.Stats:FindFirstChild("BlockValue").Value = false
  849. StaggerAnim.Value = true
  850. do return end
  851. if DecreaseTheStat ~= nil and hit.Parent:FindFirstChild("Stats") ~= nil then
  852. if DecreaseTheStat == "Defense" then
  853. DecreaseStat(hit.Parent, "Defense", DecreaseAmount, DecreaseDuration, ShowDecreasedStat)
  854. else
  855. if DecreaseTheStat == "Damage" then
  856. DecreaseStat(hit.Parent, "Damage", DecreaseAmount, DecreaseDuration, ShowDecreasedStat)
  857. else
  858. if DecreaseTheStat == "Movement" then
  859. DecreaseStat(hit.Parent, "Movement", DecreaseAmount, DecreaseDuration, ShowDecreasedStat)
  860. end
  861. end
  862. end
  863. end
  864. local D = math.random(minim, maxim) * Damage.Value
  865. if hit.Parent:FindFirstChild("Stats") ~= nil then
  866. if hit.Parent.Stats:FindFirstChild("Defense") then
  867. if CanPenetrateArmor.Value == true then
  868. D = D / hit.Parent.Stats:FindFirstChild("Defense").Value
  869. -- DECOMPILER ERROR at PC377: Unhandled construct in 'MakeBoolean' P1
  870.  
  871. if hit.Parent.Stats:FindFirstChild("Defense") ~= nil or CanCrit.Value == true then
  872. CritChanceNumber = math.random(1, CritChance.Value)
  873. if CritChanceNumber == CritChance.Value then
  874. D = D * 2
  875. end
  876. end
  877. D = math.floor(D)
  878. h.Health = h.Health - D
  879. if D <= 3 and staggerhit == true then
  880. if ranged ~= true then
  881. StaggerHitAnim.Value = true
  882. end
  883. if ranged ~= true then
  884. so(HitArmorSounds[math.random(1, #HitArmorSounds)], hit, 1, 1)
  885. end
  886. else
  887. if D > 3 and ranged ~= true then
  888. so(HitPlayerSounds[math.random(1, #HitPlayerSounds)], hit, 1, 1)
  889. end
  890. end
  891. if D > 3 and D < 20 then
  892. if CanCrit.Value == true and CritChanceNumber == CritChance.Value then
  893. DamageStatLabel("Normal", hit.Parent.Head.CFrame, "Crit! " .. D, Color3.new(0.7843137254902, 0, 0))
  894. so("296102734", hit, 1, 1)
  895. else
  896. DamageStatLabel("Normal", hit.Parent.Head.CFrame, D, Color3.new(1, 0.86274509803922, 0))
  897. end
  898. else
  899. if D >= 20 then
  900. if CanCrit.Value == true and CritChanceNumber == CritChance.Value then
  901. DamageStatLabel("Normal", hit.Parent.Head.CFrame, "Crit! " .. D, Color3.new(0.7843137254902, 0, 0))
  902. so("296102734", hit, 1, 1)
  903. else
  904. DamageStatLabel("Normal", hit.Parent.Head.CFrame, D, Color3.new(1, 0, 0))
  905. end
  906. else
  907. if D <= 3 then
  908. if CanCrit.Value == true and CritChanceNumber == CritChance.Value then
  909. DamageStatLabel("Normal", hit.Parent.Head.CFrame, "Crit! " .. D, Color3.new(0.7843137254902, 0, 0))
  910. so("296102734", hit, 1, 1)
  911. else
  912. DamageStatLabel("Normal", hit.Parent.Head.CFrame, D, Color3.new(0.88235294117647, 0.88235294117647, 0.88235294117647))
  913. end
  914. end
  915. end
  916. end
  917. do
  918. if Type == "Normal" then
  919. local vp = Instance.new("BodyVelocity")
  920. vp.P = 500
  921. vp.maxForce = vt(math.huge, 0, math.huge)
  922. if KnockbackType == 1 then
  923. vp.Velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05
  924. else
  925. if KnockbackType == 2 then
  926. vp.Velocity = Property.CFrame.lookVector * knockback
  927. end
  928. end
  929. if knockback > 0 then
  930. vp.Parent = hit.Parent.Torso
  931. end
  932. game:GetService("Debris"):AddItem(vp, 0.5)
  933. end
  934. local DebounceHit = Instance.new("BoolValue", hit.Parent)
  935. DebounceHit.Name = "DebounceHit"
  936. DebounceHit.Value = true
  937. game:GetService("Debris"):AddItem(DebounceHit, Delay)
  938. end
  939. end
  940. end
  941. end
  942. end
  943. end
  944. end
  945. end
  946. end
  947. end
  948.  
  949. MagniDamage = function(Part, magni, mindam, maxdam, knock, Type, Property, Delay, KnockbackType, incstun, stagger, staggerhit, ranged, MagicDecreaseTheStat, MagicDecreaseAmount, MagicDecreaseDuration, MagicShowDecreasedStat)
  950.  
  951. for _,c in pairs(workspace:GetChildren()) do
  952. local hum = (c:FindFirstChild("Humanoid"))
  953. local head = nil
  954. if hum ~= nil then
  955. head = c:FindFirstChild("Torso")
  956. if head ~= nil then
  957. local targ = head.Position - Part.Position
  958. local mag = targ.magnitude
  959. if mag <= magni and c.Name ~= Player.Name then
  960. Damagefunc(head, mindam, maxdam, knock, Type, Property, Delay, KnockbackType, incstun, stagger, staggerhit, ranged, MagicDecreaseTheStat, MagicDecreaseAmount, MagicDecreaseDuration, MagicShowDecreasedStat)
  961. end
  962. end
  963. do
  964. for _,d in pairs(c:GetChildren()) do
  965. if d.ClassName == "Model" and ranged ~= true then
  966. head = d:FindFirstChild("Hitbox")
  967. if head ~= nil then
  968. local targ = head.Position - Part.Position
  969. local mag = targ.magnitude
  970. if mag <= magni and c.Name ~= Player.Name then
  971. local hitrefpart = part(3, Effects, "SmoothPlastic", 0, 1, "Really black", "Effect", vt())
  972. hitrefpart.Anchored = true
  973. hitrefpart.CFrame = cf(head.Position)
  974. so(HitWeaponSounds[math.random(1, #HitWeaponSounds)], hitrefpart, 1, 1)
  975. StaggerHitAnim.Value = true
  976. end
  977. end
  978. end
  979. end
  980. do
  981. -- DECOMPILER ERROR at PC107: LeaveBlock: unexpected jumping out DO_STMT
  982.  
  983. -- DECOMPILER ERROR at PC107: LeaveBlock: unexpected jumping out IF_THEN_STMT
  984.  
  985. -- DECOMPILER ERROR at PC107: LeaveBlock: unexpected jumping out IF_STMT
  986.  
  987. end
  988. end
  989. end
  990. end
  991. end
  992.  
  993. MagniBufforDebuff = function(Part, Magni, Type, Stat, Amount, Duration, ShowTheBufforDebuff, ApplyToOthersInstead)
  994.  
  995. if Player.Neutral == true then
  996. if Type == "Buff" then
  997. IncreaseStat(Character, Stat, Amount, Duration, ShowTheBufforDebuff)
  998. else
  999. if Type == "Debuff" then
  1000. DecreaseStat(Character, Stat, Amount, Duration, ShowTheBufforDebuff)
  1001. end
  1002. end
  1003. end
  1004. for _,c in pairs(workspace:GetChildren()) do
  1005. local hum = (c:FindFirstChild("Humanoid"))
  1006. local head = nil
  1007. if hum ~= nil then
  1008. head = c:FindFirstChild("Torso")
  1009. if head ~= nil then
  1010. local targ = head.Position - Part.Position
  1011. local mag = targ.magnitude
  1012. -- DECOMPILER ERROR at PC83: Unhandled construct in 'MakeBoolean' P1
  1013.  
  1014. if ApplyToOthersInstead == true and mag <= Magni and c.Name ~= Player.Name and Player.Neutral == false and game.Players:GetPlayerFromCharacter(head.Parent) ~= nil and game.Players:GetPlayerFromCharacter(head.Parent).TeamColor == Player.TeamColor then
  1015. if Type == "Buff" then
  1016. IncreaseStat(head.Parent, Stat, Amount, Duration, ShowTheBufforDebuff)
  1017. else
  1018. if Type == "Debuff" then
  1019. DecreaseStat(head.Parent, Stat, Amount, Duration, ShowTheBufforDebuff)
  1020. end
  1021. end
  1022. end
  1023. end
  1024. end
  1025. if ApplyToOthersInstead == false and mag <= Magni and Player.Neutral == false and game.Players:GetPlayerFromCharacter(head.Parent) ~= nil and game.Players:GetPlayerFromCharacter(head.Parent).TeamColor == Player.TeamColor then
  1026. if Type == "Buff" then
  1027. IncreaseStat(head.Parent, Stat, Amount, Duration, ShowTheBufforDebuff)
  1028. else
  1029. if Type == "Debuff" then
  1030. DecreaseStat(head.Parent, Stat, Amount, Duration, ShowTheBufforDebuff)
  1031. end
  1032. end
  1033. end
  1034. end
  1035. end
  1036.  
  1037. Lightning = function(p0, p1, tym, ofs, brickcolor, material, th, tra, last)
  1038.  
  1039. local magz = p0 - p1.magnitude
  1040. local curpos = p0
  1041. local trz = {-ofs, ofs}
  1042. for i = 1, tym do
  1043. local li = part(3, Effects, material, 0, 0, brickcolor, "Effect", vt(th, th, magz / tym))
  1044. do
  1045. li.Anchored = true
  1046. local ofz = vt(trz[math.random(1, 2)], trz[math.random(1, 2)], trz[math.random(1, 2)])
  1047. local trolpos = cf(curpos, p1) * cf(0, 0, magz / tym).p + ofz
  1048. if tym == i then
  1049. local magz2 = curpos - p1.magnitude
  1050. li.Size = vt(th, th, magz2)
  1051. li.CFrame = cf(curpos, p1) * cf(0, 0, -magz2 / 2)
  1052. else
  1053. do
  1054. do
  1055. li.CFrame = cf(curpos, trolpos) * cf(0, 0, magz / tym / 2)
  1056. curpos = li.CFrame * cf(0, 0, magz / tym / 2).p
  1057. game.Debris:AddItem(li, last)
  1058. coroutine.resume(coroutine.create(function()
  1059.  
  1060. while li.Transparency ~= 1 do
  1061. for i = 0, 1, last do
  1062. hbwait()
  1063. li.Transparency = li.Transparency + 0.1 / last
  1064. end
  1065. end
  1066. end
  1067. ))
  1068. end
  1069. -- DECOMPILER ERROR at PC118: LeaveBlock: unexpected jumping out IF_ELSE_STMT
  1070.  
  1071. -- DECOMPILER ERROR at PC118: LeaveBlock: unexpected jumping out IF_STMT
  1072.  
  1073. -- DECOMPILER ERROR at PC118: LeaveBlock: unexpected jumping out DO_STMT
  1074.  
  1075. end
  1076. end
  1077. end
  1078. end
  1079. end
  1080.  
  1081. MagicRing = function(brickcolor, material, cframe, x1, y1, z1, x3, y3, z3, delay)
  1082.  
  1083. local prt = part(3, Effects, material, 0, 0, brickcolor, "Effect", vt())
  1084. prt.Anchored = true
  1085. prt.CFrame = cframe
  1086. local msh = mesh("SpecialMesh", prt, "FileMesh", "http://www.roblox.com/asset/?id=3270017", vt(0, 0, 0), vt(x1, y1, z1))
  1087. game:GetService("Debris"):AddItem(prt, 10)
  1088. coroutine.resume(coroutine.create(function(Part, Mesh)
  1089.  
  1090. for i = 0, 1, delay do
  1091. hbwait()
  1092. Part.CFrame = Part.CFrame
  1093. Part.Transparency = i
  1094. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  1095. end
  1096. Part.Parent = nil
  1097. end
  1098. ), prt, msh)
  1099. end
  1100.  
  1101. MagicWave = function(brickcolor, material, cframe, x1, y1, z1, x3, y3, z3, delay)
  1102.  
  1103. local prt = part(3, Effects, material, 0, 0, brickcolor, "Effect", vt())
  1104. prt.Anchored = true
  1105. prt.CFrame = cframe
  1106. local msh = mesh("SpecialMesh", prt, "FileMesh", "http://www.roblox.com/asset/?id=20329976", vt(0, 0, -0.1 * z1), vt(x1, y1, z1))
  1107. game:GetService("Debris"):AddItem(prt, 10)
  1108. coroutine.resume(coroutine.create(function(Part, Mesh)
  1109.  
  1110. for i = 0, 1, delay do
  1111. hbwait()
  1112. Part.CFrame = Part.CFrame
  1113. Part.Transparency = i
  1114. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  1115. end
  1116. Part.Parent = nil
  1117. end
  1118. ), prt, msh)
  1119. end
  1120.  
  1121. MagicBlock = function(brickcolor, material, rotate, cframe, x1, y1, z1, x3, y3, z3, delay)
  1122.  
  1123. local prt = part(3, Effects, material, 0, 0, brickcolor, "Effect", vt())
  1124. prt.Anchored = true
  1125. prt.CFrame = cframe * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1126. local msh = mesh("BlockMesh", prt, "", "", vt(0, 0, 0), vt(x1, y1, z1))
  1127. game:GetService("Debris"):AddItem(prt, 10)
  1128. coroutine.resume(coroutine.create(function(Part, Mesh)
  1129.  
  1130. for i = 0, 1, delay do
  1131. hbwait()
  1132. if rotate == true then
  1133. Part.CFrame = Part.CFrame * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1134. end
  1135. Part.Transparency = i
  1136. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  1137. end
  1138. Part.Parent = nil
  1139. end
  1140. ), prt, msh)
  1141. end
  1142.  
  1143. MagicBlock2 = function(brickcolor, material, rotate, cframe, x1, y1, z1, x3, y3, z3, delay)
  1144.  
  1145. local prt = part(3, Effects, material, 0, 0, brickcolor, "Effect", vt())
  1146. prt.Anchored = true
  1147. prt.CFrame = cframe * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1148. local msh = mesh("BlockMesh", prt, "", "", vt(0, 0, 0), vt(x1, y1, z1))
  1149. game:GetService("Debris"):AddItem(prt, 10)
  1150. CF = prt.CFrame
  1151. num = math.random(5, 20)
  1152. coroutine.resume(coroutine.create(function(Part, Mesh, CF2, Num)
  1153.  
  1154. for i = 0, 1, delay do
  1155. hbwait()
  1156. if rotate == true then
  1157. Part.CFrame = CF2 * cf(0, i * Num, 0) * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1158. else
  1159. Part.CFrame = CF2 * cf(0, i * Num, 0)
  1160. end
  1161. Part.Transparency = i
  1162. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  1163. end
  1164. Part.Parent = nil
  1165. end
  1166. ), prt, msh, CF, num)
  1167. end
  1168.  
  1169. MagicCylinder = function(brickcolor, material, cframe, x1, y1, z1, x3, y3, z3, delay)
  1170.  
  1171. local prt = part(3, Effects, material, 0, 0, brickcolor, "Effect", vt())
  1172. prt.Anchored = true
  1173. prt.CFrame = cframe
  1174. local msh = mesh("CylinderMesh", prt, "", "", vt(0, 0, 0), vt(x1, y1, z1))
  1175. game:GetService("Debris"):AddItem(prt, 10)
  1176. coroutine.resume(coroutine.create(function(Part, Mesh)
  1177.  
  1178. for i = 0, 1, delay do
  1179. hbwait()
  1180. Part.Transparency = i
  1181. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  1182. end
  1183. Part.Parent = nil
  1184. end
  1185. ), prt, msh)
  1186. end
  1187.  
  1188. MagicCircle = function(brickcolor, material, cframe, x1, y1, z1, x3, y3, z3, delay)
  1189.  
  1190. local prt = part(3, Effects, material, 0, 0, brickcolor, "Effect", vt())
  1191. prt.Anchored = true
  1192. prt.CFrame = cframe
  1193. local msh = mesh("SpecialMesh", prt, "Sphere", "", vt(0, 0, 0), vt(x1, y1, z1))
  1194. game:GetService("Debris"):AddItem(prt, 10)
  1195. coroutine.resume(coroutine.create(function(Part, Mesh)
  1196.  
  1197. for i = 0, 1, delay do
  1198. hbwait()
  1199. Part.Transparency = i
  1200. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  1201. end
  1202. Part.Parent = nil
  1203. end
  1204. ), prt, msh)
  1205. end
  1206.  
  1207. MagicHead = function(brickcolor, material, cframe, x1, y1, z1, x3, y3, z3, delay)
  1208.  
  1209. local prt = part(3, Effects, material, 0, 0, brickcolor, "Effect", vt())
  1210. prt.Anchored = true
  1211. prt.CFrame = cframe
  1212. local msh = mesh("SpecialMesh", prt, "Head", "", vt(0, 0, 0), vt(x1, y1, z1))
  1213. game:GetService("Debris"):AddItem(prt, 10)
  1214. coroutine.resume(coroutine.create(function(Part, Mesh)
  1215.  
  1216. for i = 0, 1, delay do
  1217. hbwait()
  1218. Part.Transparency = i
  1219. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  1220. end
  1221. Part.Parent = nil
  1222. end
  1223. ), prt, msh)
  1224. end
  1225.  
  1226. BreakEffect = function(brickcolor, material, rotate, cframe, x1, y1, z1, delay)
  1227.  
  1228. local prt = part(3, Effects, material, 0, 0, brickcolor, "Effect", vt())
  1229. prt.Anchored = true
  1230. prt.CFrame = cframe * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1231. local msh = mesh("SpecialMesh", prt, "Sphere", "", vt(0, 0, 0), vt(x1, y1, z1))
  1232. game:GetService("Debris"):AddItem(prt, 10)
  1233. coroutine.resume(coroutine.create(function(Part, CF, Numbb, randnumb)
  1234.  
  1235. CF = Part.CFrame
  1236. Numbb = 0
  1237. randnumb = math.random() - math.random()
  1238. for i = 0, 1, delay do
  1239. hbwait()
  1240. CF = CF * cf(0, 1, 0)
  1241. if rotate == true then
  1242. Part.CFrame = CF * angles(Numbb, 0, 0)
  1243. else
  1244. if rotate == false then
  1245. Part.CFrame = CF
  1246. end
  1247. end
  1248. Part.Transparency = i
  1249. Numbb = Numbb + (randnumb)
  1250. end
  1251. Part.Parent = nil
  1252. end
  1253. ), prt, CF, Numbb, randnumb)
  1254. end
  1255.  
  1256. ElecEffect = function(brickcolor, material, cf, x, y, z, delay)
  1257.  
  1258. local prt = part(3, Effects, material, 0, 0, brickcolor, "Effect", vt())
  1259. prt.Anchored = true
  1260. prt.CFrame = cf
  1261. xval = math.random()
  1262. yval = math.random()
  1263. zval = math.random()
  1264. local msh = mesh("BlockMesh", prt, "", "", vt(0, 0, 0), vt(x, y, z))
  1265. game:GetService("Debris"):AddItem(prt, 10)
  1266. coroutine.resume(coroutine.create(function(Part, Mesh, xvaal, yvaal, zvaal)
  1267.  
  1268. for i = 0, 1, delay do
  1269. hbwait()
  1270. Part.CFrame = Part.CFrame
  1271. xvaal = xvaal - 0.1 * (delay * 10)
  1272. yvaal = yvaal - 0.1 * (delay * 10)
  1273. zvaal = zvaal - 0.1 * (delay * 10)
  1274. Mesh.Scale = Mesh.Scale + vt(xvaal, yvaal, zvaal)
  1275. Part.Transparency = i
  1276. end
  1277. Part.Parent = nil
  1278. end
  1279. ), prt, msh, xval, yval, zval)
  1280. end
  1281.  
  1282. TrailEffect = function(brickcolor, material, currentcf, oldcf, meshtype, reflectance, size, x, y, z, delay)
  1283.  
  1284. local magnitudecframe = currentcf.p - oldcf.p.magnitude
  1285. if magnitudecframe > 0.01 then
  1286. local prt = part(3, Effects, material, reflectance, 0, brickcolor, "Effect", vt(1, magnitudecframe, 1))
  1287. prt.Anchored = true
  1288. prt.CFrame = cf((currentcf.p + oldcf.p) / 2, oldcf.p) * angles(rad(90), 0, 0)
  1289. local TheMeshType = "BlockMesh"
  1290. if meshtype == "Cylinder" then
  1291. TheMeshType = "CylinderMesh"
  1292. end
  1293. local msh = mesh(TheMeshType, prt, "", "", vt(0, 0, 0), vt(0 + size, 1, 0 + size))
  1294. game:GetService("Debris"):AddItem(prt, 10)
  1295. coroutine.resume(coroutine.create(function(Part, Mesh, TheCurrentCFrame, TheLastCFrame)
  1296.  
  1297. for i = 0, 1, delay do
  1298. hbwait()
  1299. Part.Transparency = i
  1300. Mesh.Scale = Mesh.Scale + vt(x, y, z)
  1301. end
  1302. Part.Parent = nil
  1303. end
  1304. ), prt, msh, currentcf, oldcf)
  1305. end
  1306. end
  1307.  
  1308. ClangEffect = function(brickcolor, material, cframe, angle, duration, size, power, reflectance, x, y, z, delay)
  1309.  
  1310. local prt = part(3, Effects, material, 0, 1, brickcolor, "Effect", vt())
  1311. prt.Anchored = true
  1312. prt.CFrame = cframe
  1313. local msh = mesh("BlockMesh", prt, "", "", vt(0, 0, 0), vt(0, 0, 0))
  1314. game:GetService("Debris"):AddItem(prt, 10)
  1315. local TheLastPoint = cframe
  1316. coroutine.resume(coroutine.create(function(Part)
  1317.  
  1318. for i = 1, duration do
  1319. hbwait()
  1320. Part.CFrame = Part.CFrame * angles(rad(angle), 0, 0) * cf(0, power, 0)
  1321. TrailEffect(brickcolor, material, Part.CFrame, TheLastPoint, "Cylinder", reflectance, size, x, y, z, delay)
  1322. TheLastPoint = Part.CFrame
  1323. end
  1324. Part.Parent = nil
  1325. end
  1326. ), prt)
  1327. end
  1328.  
  1329. MagicCone = function(brickcolor, material, cframe, x1, y1, z1, x3, y3, z3, delay)
  1330.  
  1331. local prt = part(3, Effects, material, 0, 0, brickcolor, "Effect", vt())
  1332. prt.Anchored = true
  1333. prt.CFrame = cframe
  1334. local msh = mesh("SpecialMesh", prt, "FileMesh", "http://www.roblox.com/asset/?id=1778999", vt(0, 0, 0), vt(x1, y1, z1))
  1335. game:GetService("Debris"):AddItem(prt, 10)
  1336. coroutine.resume(coroutine.create(function(Part, Mesh)
  1337.  
  1338. for i = 0, 1, delay do
  1339. hbwait()
  1340. Part.Transparency = i
  1341. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  1342. end
  1343. Part.Parent = nil
  1344. end
  1345. ), prt, msh)
  1346. end
  1347.  
  1348. MagicFlatCone = function(brickcolor, material, cframe, x1, y1, z1, x3, y3, z3, delay)
  1349.  
  1350. local prt = part(3, Effects, material, 0, 0, brickcolor, "Effect", vt())
  1351. prt.Anchored = true
  1352. prt.CFrame = cframe
  1353. local msh = mesh("SpecialMesh", prt, "FileMesh", "http://www.roblox.com/asset/?id=1033714", vt(0, 0, 0), vt(x1, y1, z1))
  1354. game:GetService("Debris"):AddItem(prt, 10)
  1355. coroutine.resume(coroutine.create(function(Part, Mesh)
  1356.  
  1357. for i = 0, 1, delay do
  1358. hbwait()
  1359. Part.Transparency = i
  1360. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  1361. end
  1362. Part.Parent = nil
  1363. end
  1364. ), prt, msh)
  1365. end
  1366.  
  1367. MagicSpikedCrown = function(brickcolor, material, cframe, x1, y1, z1, x3, y3, z3, delay)
  1368.  
  1369. local prt = part(3, Effects, material, 0, 0, brickcolor, "Effect", vt())
  1370. prt.Anchored = true
  1371. prt.CFrame = cframe
  1372. local msh = mesh("SpecialMesh", prt, "FileMesh", "http://www.roblox.com/asset/?id=1323306", vt(0, 0, 0), vt(x1, y1, z1))
  1373. game:GetService("Debris"):AddItem(prt, 10)
  1374. coroutine.resume(coroutine.create(function(Part, Mesh)
  1375.  
  1376. for i = 0, 1, delay do
  1377. hbwait()
  1378. Part.Transparency = i
  1379. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  1380. end
  1381. Part.Parent = nil
  1382. end
  1383. ), prt, msh)
  1384. end
  1385.  
  1386. MagicCrown = function(brickcolor, material, cframe, x1, y1, z1, x3, y3, z3, delay)
  1387.  
  1388. local prt = part(3, Effects, material, 0, 0, brickcolor, "Effect", vt())
  1389. prt.Anchored = true
  1390. prt.CFrame = cframe
  1391. local msh = mesh("SpecialMesh", prt, "FileMesh", "http://www.roblox.com/asset/?id=1078075", vt(0, 0, 0), vt(x1, y1, z1))
  1392. game:GetService("Debris"):AddItem(prt, 10)
  1393. coroutine.resume(coroutine.create(function(Part, Mesh)
  1394.  
  1395. for i = 0, 1, delay do
  1396. hbwait()
  1397. Part.Transparency = i
  1398. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  1399. end
  1400. Part.Parent = nil
  1401. end
  1402. ), prt, msh)
  1403. end
  1404.  
  1405. MagicSkull = function(brickcolor, material, cframe, x1, y1, z1, x3, y3, z3, delay)
  1406.  
  1407. local prt = part(3, Effects, material, 0, 0, brickcolor, "Effect", vt())
  1408. prt.Anchored = true
  1409. prt.CFrame = cframe
  1410. local msh = mesh("SpecialMesh", prt, "FileMesh", "http://www.roblox.com/asset/?id=4770583", vt(0, 0, 0), vt(x1, y1, z1))
  1411. game:GetService("Debris"):AddItem(prt, 10)
  1412. coroutine.resume(coroutine.create(function(Part, Mesh)
  1413.  
  1414. for i = 0, 1, delay do
  1415. hbwait()
  1416. Part.Transparency = i
  1417. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  1418. end
  1419. Part.Parent = nil
  1420. end
  1421. ), prt, msh)
  1422. end
  1423.  
  1424. local startequipped = true
  1425. local startequippedwithequipanimation = false
  1426. local disableanimator = true
  1427. local disableanimate = true
  1428. local alternatewalk = false
  1429. local hidemenu = false
  1430. local allowmenutofunction = false
  1431. local allowabilitiestofunction = false
  1432. local canunequiporequip = false
  1433. local allowwalking = false
  1434. local disablemovingarms = false
  1435. local usemotorsinsteadofwelds = false
  1436. local leftarm = false
  1437. local rightarm = false
  1438. local allowhopperbin = false
  1439. local showstunbar = false
  1440. local walkspeeddependsonmovementvalue = true
  1441. local alternatemanaregensystem = false
  1442. local showhealthmanaandstunnumbers = false
  1443. local changebarcolorsifnotenoughmana = false
  1444. local disablejump = false
  1445. if hidemenu == true or allowmenutofunction == false then
  1446. for _,v in pairs(scrn:GetChildren()) do
  1447. if v.ClassName == "Frame" or v.ClassName == "TextLabel" then
  1448. v.Visible = false
  1449. v.BorderSizePixel = 0
  1450. end
  1451. end
  1452. end
  1453. do
  1454. Humanoid.Changed:connect(function(Jump)
  1455.  
  1456. if Jump == "Jump" and disablejump == true then
  1457. Humanoid.Jump = false
  1458. end
  1459. end
  1460. )
  1461. if allowmenutofunction == true then
  1462. for _,v in pairs(scrn:GetChildren()) do
  1463. if v.ClassName == "Frame" then
  1464. for _,b in pairs(v:GetChildren()) do
  1465. if b.ClassName == "TextLabel" then
  1466. coroutine.resume(coroutine.create(function(TheTextLabel)
  1467.  
  1468. wait(menuupdatespeed)
  1469. for i = 1, 0, -0.1 do
  1470. hbwait()
  1471. TheTextLabel.TextTransparency = i
  1472. TheTextLabel.TextStrokeTransparency = i
  1473. end
  1474. TheTextLabel.TextTransparency = 0
  1475. TheTextLabel.TextStrokeTransparency = 0
  1476. end
  1477. ), b)
  1478. if showstats == true then
  1479. coroutine.resume(coroutine.create(function(TheTextLabel)
  1480.  
  1481. wait(menuupdatespeed)
  1482. for i = 1, 0, -0.1 do
  1483. hbwait()
  1484. TheTextLabel.TextTransparency = i
  1485. TheTextLabel.TextStrokeTransparency = i
  1486. end
  1487. TheTextLabel.TextTransparency = 0
  1488. TheTextLabel.TextStrokeTransparency = 0
  1489. end
  1490. ), b)
  1491. end
  1492. if showstunbar == true then
  1493. coroutine.resume(coroutine.create(function(TheTextLabel)
  1494.  
  1495. wait(menuupdatespeed)
  1496. for i = 1, 0, -0.1 do
  1497. hbwait()
  1498. TheTextLabel.TextTransparency = i
  1499. TheTextLabel.TextStrokeTransparency = i
  1500. end
  1501. TheTextLabel.TextTransparency = 0
  1502. TheTextLabel.TextStrokeTransparency = 0
  1503. end
  1504. ), b)
  1505. end
  1506. if allowabilitiestofunction == true then
  1507. coroutine.resume(coroutine.create(function(TheTextLabel)
  1508.  
  1509. wait(menuupdatespeed)
  1510. for i = 1, 0, -0.1 do
  1511. hbwait()
  1512. TheTextLabel.TextTransparency = i
  1513. TheTextLabel.TextStrokeTransparency = i
  1514. end
  1515. TheTextLabel.TextTransparency = 0
  1516. TheTextLabel.TextStrokeTransparency = 0
  1517. end
  1518. ), b)
  1519. end
  1520. end
  1521. end
  1522. end
  1523. end
  1524. end
  1525. do
  1526. if allowhopperbin == true then
  1527. if script.Parent.className ~= "HopperBin" then
  1528. Tool = Instance.new("HopperBin")
  1529. Tool.Parent = Backpack
  1530. Tool.Name = WeaponName
  1531. script.Parent = Tool
  1532. end
  1533. Bin = script.Parent
  1534. end
  1535. if disablemovingarms == true then
  1536. RWC0 = cf(0, 0 - (0.5 * PlayerSize - 0.5), 0) * angles(rad(0), rad(0), rad(0))
  1537. LWC0 = cf(0, 0 - (0.5 * PlayerSize - 0.5), 0) * angles(rad(0), rad(0), rad(0))
  1538. RSH = nil
  1539. if usemotorsinsteadofwelds == true then
  1540. RW = Instance.new("Motor")
  1541. LW = Instance.new("Motor")
  1542. else
  1543. RW = Instance.new("Weld")
  1544. LW = Instance.new("Weld")
  1545. end
  1546. RW.Name = "Right Shoulder"
  1547. LW.Name = "Left Shoulder"
  1548. RSH = Torso["Right Shoulder"]
  1549. LSH = Torso["Left Shoulder"]
  1550. RSH.Parent = Torso
  1551. LSH.Parent = Torso
  1552. RW.Name = "Right Shoulder"
  1553. RW.Part0 = Torso
  1554. RW.C0 = cf(1.5, 0.5, 0)
  1555. RW.C1 = cf(0, 0.5, 0)
  1556. RW.Part1 = Character["Right Arm"]
  1557. RW.Parent = nil
  1558. LW.Name = "Left Shoulder"
  1559. LW.Part0 = Torso
  1560. LW.C0 = cf(-1.5, 0.5, 0)
  1561. LW.C1 = cf(0, 0.5, 0)
  1562. LW.Part1 = Character["Left Arm"]
  1563. LW.Parent = nil
  1564. else
  1565. RW = Torso["Right Shoulder"]
  1566. LW = Torso["Left Shoulder"]
  1567. RWC0 = cf(-0.5, 0, 0) * angles(rad(0), rad(90), rad(0))
  1568. LWC0 = cf(0.5, 0, 0) * angles(rad(0), rad(-90), rad(0))
  1569. end
  1570. equipanim = function()
  1571.  
  1572. attack = true
  1573. Movement.Value = Movement.Value - 0.1
  1574. Defense.Value = Defense.Value + 0.4
  1575. for i = 0, 1, 0.08 / animationspeed do
  1576. hbwait()
  1577. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0 * PlayerSize, 0 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(0), rad(0)), 0.3 / animationspeed)
  1578. Neck.C0 = clerp(Neck.C0, necko * cf(0 * PlayerSize, 0 * PlayerSize, 0 + (1 * PlayerSize - 1)) * angles(rad(0), rad(0), rad(0)), 0.3 / animationspeed)
  1579. RW.C0 = clerp(RW.C0, cf(1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(0), rad(0)) * RWC0, 0.3 / animationspeed)
  1580. LW.C0 = clerp(LW.C0, cf(-1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(0), rad(0)) * LWC0, 0.3 / animationspeed)
  1581. RH.C0 = clerp(RH.C0, cf(1 * PlayerSize, -1 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(90), rad(0)) * angles(rad(0), rad(0), rad(0)), 0.3 / animationspeed)
  1582. LH.C0 = clerp(LH.C0, cf(-1 * PlayerSize, -1 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(-90), rad(0)) * angles(rad(0), rad(0), rad(0)), 0.3 / animationspeed)
  1583. end
  1584. attack = false
  1585. end
  1586.  
  1587. unequipanim = function()
  1588.  
  1589. attack = true
  1590. for i = 0, 1, 0.08 / animationspeed do
  1591. hbwait()
  1592. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0 * PlayerSize, 0 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(0), rad(0)), 0.3 / animationspeed)
  1593. Neck.C0 = clerp(Neck.C0, necko * cf(0 * PlayerSize, 0 * PlayerSize, 0 + (1 * PlayerSize - 1)), 0.3 / animationspeed)
  1594. RW.C0 = clerp(RW.C0, cf(1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(0), rad(0)) * RWC0, 0.3 / animationspeed)
  1595. LW.C0 = clerp(LW.C0, cf(-1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(0), rad(0)) * LWC0, 0.3 / animationspeed)
  1596. if disablemovingarms == false then
  1597. RW.C1 = clerp(RW.C1, angles(0, rad(90), 0) * cf(0, 0.5 * PlayerSize, -0.5), 0.3 / animationspeed)
  1598. LW.C1 = clerp(LW.C1, angles(0, rad(-90), 0) * cf(0, 0.5 * PlayerSize, -0.5), 0.3 / animationspeed)
  1599. end
  1600. RH.C0 = clerp(RH.C0, cf(1 * PlayerSize, -1 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(90), rad(0)) * angles(rad(0), rad(0), rad(0)), 0.3 / animationspeed)
  1601. LH.C0 = clerp(LH.C0, cf(-1 * PlayerSize, -1 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(-90), rad(0)) * angles(rad(0), rad(0), rad(0)), 0.3 / animationspeed)
  1602. RH.C1 = clerp(RH.C1, angles(0, rad(90), 0) * cf(0, 1 * PlayerSize, 0.5 * PlayerSize), 0.3 / animationspeed)
  1603. LH.C1 = clerp(LH.C1, angles(0, rad(-90), 0) * cf(0, 1 * PlayerSize, 0.5 * PlayerSize), 0.3 / animationspeed)
  1604. end
  1605. RootJoint.C0 = RootCF * cf(0 * PlayerSize, 0 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(0), rad(0))
  1606. Neck.C0 = necko * cf(0 * PlayerSize, 0 * PlayerSize, 0 + (1 * PlayerSize - 1)) * angles(rad(0), rad(0), rad(0))
  1607. Neck.C1 = angles(rad(90), rad(180), 0) * cf(0, 0, -0.5 * PlayerSize)
  1608. RW.C0 = cf(1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(0), rad(0)) * RWC0
  1609. LW.C0 = cf(-1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(0), rad(0)) * LWC0
  1610. if disablemovingarms == false then
  1611. RW.C1 = angles(0, rad(90), 0) * cf(0, 0.5 * PlayerSize, -0.5)
  1612. LW.C1 = angles(0, rad(-90), 0) * cf(0, 0.5 * PlayerSize, -0.5)
  1613. end
  1614. RH.C0 = cf(1 * PlayerSize, -1 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(90), rad(0)) * angles(rad(0), rad(0), rad(0))
  1615. LH.C0 = cf(-1 * PlayerSize, -1 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(-90), rad(0)) * angles(rad(0), rad(0), rad(0))
  1616. RH.C1 = angles(0, rad(90), 0) * cf(0, 1 * PlayerSize, 0.5 * PlayerSize)
  1617. LH.C1 = angles(0, rad(-90), 0) * cf(0, 1 * PlayerSize, 0.5 * PlayerSize)
  1618. Movement.Value = Movement.Value + 0.1
  1619. Defense.Value = Defense.Value - 0.4
  1620. attack = false
  1621. end
  1622.  
  1623. if startequipped == true then
  1624. equipped = true
  1625. if disableanimate == true then
  1626. Animate.Disabled = true
  1627. local idleanimation = Humanoid:LoadAnimation(Torso.robloxidleanimation)
  1628. idleanimation:Play()
  1629. end
  1630. if disableanimator == true then
  1631. Animator.Parent = nil
  1632. end
  1633. if disablemovingarms == true then
  1634. RW.Parent = Torso
  1635. LW.Parent = Torso
  1636. RSH.Parent = nil
  1637. LSH.Parent = nil
  1638. end
  1639. Movement.Value = Movement.Value - 0.1
  1640. Defense.Value = Defense.Value + 0.4
  1641. end
  1642. if startequippedwithequipanimation == true then
  1643. equipped = true
  1644. if disableanimate == true then
  1645. Animate.Disabled = true
  1646. local idleanimation = Humanoid:LoadAnimation(Torso.robloxidleanimation)
  1647. idleanimation:Play()
  1648. end
  1649. if disableanimator == true then
  1650. Animator.Parent = nil
  1651. end
  1652. if disablemovingarms == true then
  1653. RW.Parent = Torso
  1654. LW.Parent = Torso
  1655. RSH.Parent = nil
  1656. LSH.Parent = nil
  1657. end
  1658. coroutine.resume(coroutine.create(function()
  1659.  
  1660. hbwait()
  1661. equipanim()
  1662. end
  1663. ))
  1664. end
  1665.  
  1666. StaggerHit = function()
  1667.  
  1668. attack = true
  1669. if Hitbox ~= nil then
  1670. for i = 1, math.random(2, 4) do
  1671. ClangEffect("Bright yellow", "Neon", cf(Hitbox.Position) * angles(rad(math.random(-50, 50)), rad(math.random(-50, 50)), rad(math.random(-50, 50))), 20, 5, 0.2, math.random(5, 15) / 10, 0, -0.02, 0, -0.02, 0.1)
  1672. end
  1673. end
  1674. do
  1675. for i = 0, 1, 0.1 / animationspeed do
  1676. hbwait()
  1677. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0 * PlayerSize, 0 * PlayerSize, 0 * PlayerSize) * angles(rad(-10), rad(0), rad(-30)), 0.3 / animationspeed)
  1678. Neck.C0 = clerp(Neck.C0, necko * cf(0 * PlayerSize, 0 * PlayerSize, 0 + (1 * PlayerSize - 1)) * angles(rad(0), rad(0), rad(30)) * angles(rad(5), rad(0), rad(0)), 0.3 / animationspeed)
  1679. RW.C0 = clerp(RW.C0, cf(1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(-30), rad(0), rad(60)) * angles(rad(0), rad(-30), rad(0)) * RWC0, 0.3 / animationspeed)
  1680. LW.C0 = clerp(LW.C0, cf(-1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(-20), rad(0), rad(-20)) * angles(rad(0), rad(20), rad(0)) * LWC0, 0.3 / animationspeed)
  1681. RH.C0 = clerp(RH.C0, cf(1 * PlayerSize, -0.9 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(90), rad(0)) * angles(rad(-10), rad(0), rad(-20)), 0.3 / animationspeed)
  1682. LH.C0 = clerp(LH.C0, cf(-1 * PlayerSize, -1 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(-70), rad(0)) * angles(rad(-5), rad(0), rad(10)), 0.3 / animationspeed)
  1683. if StaggerAnim.Value ~= true then
  1684. do
  1685. if StunAnim.Value == true then
  1686. break
  1687. end
  1688. -- DECOMPILER ERROR at PC314: LeaveBlock: unexpected jumping out IF_THEN_STMT
  1689.  
  1690. -- DECOMPILER ERROR at PC314: LeaveBlock: unexpected jumping out IF_STMT
  1691.  
  1692. end
  1693. end
  1694. end
  1695. attack = false
  1696. end
  1697. end
  1698.  
  1699. Stagger = function()
  1700.  
  1701. attack = true
  1702. disablejump = true
  1703. if Hitbox ~= nil then
  1704. for i = 1, math.random(2, 4) do
  1705. ClangEffect("Bright yellow", "Neon", cf(Hitbox.Position) * angles(rad(math.random(-50, 50)), rad(math.random(-50, 50)), rad(math.random(-50, 50))), 20, 5, 0.2, math.random(5, 15) / 10, 0, -0.02, 0, -0.02, 0.1)
  1706. end
  1707. end
  1708. do
  1709. attacktype = 1
  1710. DamageStatLabel("Interruption", Head.CFrame, "Staggered!", Color3.new(1, 1, 0))
  1711. local staggervelocity = Instance.new("BodyVelocity", Torso)
  1712. staggervelocity.P = 500
  1713. staggervelocity.maxForce = vt(math.huge, 0, math.huge)
  1714. if Rooted.Value == false then
  1715. staggervelocity.Velocity = RootPart.CFrame.lookVector * -25
  1716. end
  1717. for i = 0, 1, 0.35 / animationspeed do
  1718. hbwait()
  1719. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0 * PlayerSize, 0 * PlayerSize, -0.1 * PlayerSize) * angles(rad(-20), rad(0), rad(-30)), 0.3 / animationspeed)
  1720. Neck.C0 = clerp(Neck.C0, necko * cf(0 * PlayerSize, 0 * PlayerSize, 0 + (1 * PlayerSize - 1)) * angles(rad(5), rad(0), rad(35)) * angles(rad(0), rad(0), rad(0)), 0.3 / animationspeed)
  1721. RW.C0 = clerp(RW.C0, cf(1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(20), rad(-30), rad(40)) * RWC0, 0.3 / animationspeed)
  1722. LW.C0 = clerp(LW.C0, cf(-1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(10), rad(5), rad(-20)) * LWC0, 0.3 / animationspeed)
  1723. RH.C0 = clerp(RH.C0, cf(1 * PlayerSize, -0.75 * PlayerSize, -0.25 * PlayerSize) * angles(rad(0), rad(100), rad(0)) * angles(rad(-20), rad(0), rad(40)), 0.3 / animationspeed)
  1724. LH.C0 = clerp(LH.C0, cf(-1 * PlayerSize, -1 * PlayerSize, 0.25 * PlayerSize) * angles(rad(0), rad(-60), rad(0)) * angles(rad(-5), rad(0), rad(10)), 0.3 / animationspeed)
  1725. end
  1726. for i = 0, 1, 0.2 / animationspeed do
  1727. hbwait()
  1728. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0 * PlayerSize, 0 * PlayerSize, -0.2 * PlayerSize) * angles(rad(-30), rad(0), rad(-30)), 0.3 / animationspeed)
  1729. Neck.C0 = clerp(Neck.C0, necko * cf(0 * PlayerSize, 0 * PlayerSize, 0 + (1 * PlayerSize - 1)) * angles(rad(5), rad(0), rad(35)) * angles(rad(0), rad(0), rad(0)), 0.3 / animationspeed)
  1730. RW.C0 = clerp(RW.C0, cf(1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(20), rad(-30), rad(40)) * RWC0, 0.3 / animationspeed)
  1731. LW.C0 = clerp(LW.C0, cf(-1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(10), rad(5), rad(-20)) * LWC0, 0.3 / animationspeed)
  1732. RH.C0 = clerp(RH.C0, cf(1 * PlayerSize, -0.75 * PlayerSize, -0.25 * PlayerSize) * angles(rad(0), rad(100), rad(0)) * angles(rad(-20), rad(0), rad(40)), 0.3 / animationspeed)
  1733. LH.C0 = clerp(LH.C0, cf(-1 * PlayerSize, -0.9 * PlayerSize, 0.25 * PlayerSize) * angles(rad(0), rad(-60), rad(0)) * angles(rad(-5), rad(0), rad(30)), 0.3 / animationspeed)
  1734. end
  1735. staggervelocity:Destroy()
  1736. for i = 0, 1, 0.015 / animationspeed do
  1737. hbwait()
  1738. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0 * PlayerSize, 0 * PlayerSize, -1.8 * PlayerSize) * angles(rad(0), rad(0), rad(-20)) * angles(rad(-5), rad(-5), rad(0)), 0.3 / animationspeed)
  1739. Neck.C0 = clerp(Neck.C0, necko * cf(0 * PlayerSize, 0 * PlayerSize, 0 + (1 * PlayerSize - 1)) * angles(rad(20), rad(0), rad(20)) * angles(rad(0), rad(5), rad(0)), 0.3 / animationspeed)
  1740. RW.C0 = clerp(RW.C0, cf(1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(0), rad(20)) * angles(rad(0), rad(-20), rad(0)) * RWC0, 0.3 / animationspeed)
  1741. LW.C0 = clerp(LW.C0, cf(-1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(-15), rad(0), rad(-10)) * angles(rad(0), rad(20), rad(0)) * LWC0, 0.3 / animationspeed)
  1742. RH.C0 = clerp(RH.C0, cf(1 * PlayerSize, -0.5 * PlayerSize, -0.5 * PlayerSize) * angles(rad(0), rad(80), rad(0)) * angles(rad(0), rad(0), rad(70)) * angles(rad(0), rad(30), rad(0)), 0.3 / animationspeed)
  1743. LH.C0 = clerp(LH.C0, cf(-1 * PlayerSize, 0.4 * PlayerSize, -0.5 * PlayerSize) * angles(rad(0), rad(-80), rad(0)) * angles(rad(-2.5), rad(0), rad(-10)), 0.3 / animationspeed)
  1744. if StunAnim.Value == true then
  1745. break
  1746. end
  1747. end
  1748. do
  1749. attacktype = 1
  1750. disablejump = false
  1751. attack = false
  1752. end
  1753. end
  1754. end
  1755.  
  1756. Stun = function()
  1757.  
  1758. attack = true
  1759. disablejump = true
  1760. attacktype = 1
  1761. DamageStatLabel("Interruption", Head.CFrame, "Stunned!", Color3.new(1, 1, 0))
  1762. for i = 0, 1, 0.4 / animationspeed do
  1763. hbwait()
  1764. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0 * PlayerSize, 0 * PlayerSize, 0 * PlayerSize) * angles(rad(15), rad(0), rad(-160)), 0.3 / animationspeed)
  1765. Neck.C0 = clerp(Neck.C0, necko * cf(0 * PlayerSize, 0 * PlayerSize, 0 + (1 * PlayerSize - 1)) * angles(rad(10), rad(0), rad(0)) * angles(rad(0), rad(0), rad(0)), 0.3 / animationspeed)
  1766. RW.C0 = clerp(RW.C0, cf(1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(70), rad(0), rad(15)) * RWC0, 0.3 / animationspeed)
  1767. LW.C0 = clerp(LW.C0, cf(-1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(70), rad(0), rad(-15)) * LWC0, 0.3 / animationspeed)
  1768. RH.C0 = clerp(RH.C0, cf(1 * PlayerSize, -1 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(90), rad(0)) * angles(rad(-5), rad(0), rad(-20)), 0.3 / animationspeed)
  1769. LH.C0 = clerp(LH.C0, cf(-1 * PlayerSize, -1 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(-90), rad(0)) * angles(rad(-5), rad(0), rad(-20)), 0.3 / animationspeed)
  1770. end
  1771. for i = 0, 1, 0.4 / animationspeed do
  1772. hbwait()
  1773. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0 * PlayerSize, 0 * PlayerSize, -0.5 * PlayerSize) * angles(rad(45), rad(0), rad(-170)), 0.3 / animationspeed)
  1774. Neck.C0 = clerp(Neck.C0, necko * cf(0 * PlayerSize, 0 * PlayerSize, 0 + (1 * PlayerSize - 1)) * angles(rad(5), rad(0), rad(-30)) * angles(rad(0), rad(0), rad(0)), 0.3 / animationspeed)
  1775. RW.C0 = clerp(RW.C0, cf(1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(80), rad(0), rad(45)) * RWC0, 0.3 / animationspeed)
  1776. LW.C0 = clerp(LW.C0, cf(-1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(80), rad(0), rad(-45)) * LWC0, 0.3 / animationspeed)
  1777. RH.C0 = clerp(RH.C0, cf(1 * PlayerSize, -1 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(90), rad(0)) * angles(rad(-5), rad(0), rad(-40)), 0.3 / animationspeed)
  1778. LH.C0 = clerp(LH.C0, cf(-1 * PlayerSize, -1 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(-90), rad(0)) * angles(rad(-5), rad(0), rad(-20)), 0.3 / animationspeed)
  1779. end
  1780. for i = 0, 1, 0.4 / animationspeed do
  1781. hbwait()
  1782. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0 * PlayerSize, 0 * PlayerSize, -1 * PlayerSize) * angles(rad(75), rad(0), rad(-180)), 0.3 / animationspeed)
  1783. Neck.C0 = clerp(Neck.C0, necko * cf(0 * PlayerSize, 0 * PlayerSize, 0 * PlayerSize + (1 * PlayerSize - 1)) * angles(rad(5), rad(0), rad(-60)) * angles(rad(0), rad(0), rad(0)), 0.3 / animationspeed)
  1784. RW.C0 = clerp(RW.C0, cf(1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(90), rad(0), rad(75)) * RWC0, 0.3 / animationspeed)
  1785. LW.C0 = clerp(LW.C0, cf(-1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(-45), rad(0), rad(-75)) * LWC0, 0.3 / animationspeed)
  1786. RH.C0 = clerp(RH.C0, cf(1 * PlayerSize, -1 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(90), rad(0)) * angles(rad(-5), rad(0), rad(-40)), 0.3 / animationspeed)
  1787. LH.C0 = clerp(LH.C0, cf(-1 * PlayerSize, -1 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(-90), rad(0)) * angles(rad(-5), rad(0), rad(-30)), 0.3 / animationspeed)
  1788. end
  1789. Humanoid.AutoRotate = false
  1790. for i = 1, 70 * animationspeed do
  1791. hbwait()
  1792. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0 * PlayerSize, 0 * PlayerSize, -2.5 * PlayerSize) * angles(rad(90), rad(0), rad(-180)), 0.3 / animationspeed)
  1793. Neck.C0 = clerp(Neck.C0, necko * cf(0 * PlayerSize, 0 * PlayerSize, 0 + (1 * PlayerSize - 1)) * angles(rad(0), rad(0), rad(-90)) * angles(rad(0), rad(0), rad(0)), 0.3 / animationspeed)
  1794. RW.C0 = clerp(RW.C0, cf(1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(90), rad(-10), rad(90)) * RWC0, 0.3 / animationspeed)
  1795. LW.C0 = clerp(LW.C0, cf(-1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(-90), rad(0), rad(-90)) * LWC0, 0.3 / animationspeed)
  1796. RH.C0 = clerp(RH.C0, cf(1 * PlayerSize, -1 * PlayerSize, 0.2 * PlayerSize) * angles(rad(0), rad(70), rad(0)) * angles(rad(-10), rad(0), rad(0)), 0.3 / animationspeed)
  1797. LH.C0 = clerp(LH.C0, cf(-1 * PlayerSize, -1 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(-100), rad(0)) * angles(rad(-10), rad(0), rad(0)), 0.3 / animationspeed)
  1798. end
  1799. for i = 0, 1, 0.15 / animationspeed do
  1800. hbwait()
  1801. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0 * PlayerSize, 0 * PlayerSize, -1.5 * PlayerSize) * angles(rad(20), rad(0), rad(100)), 0.3 / animationspeed)
  1802. Neck.C0 = clerp(Neck.C0, necko * cf(0 * PlayerSize, 0 * PlayerSize, 0 + (1 * PlayerSize - 1)) * angles(rad(0), rad(0), rad(-30)) * angles(rad(0), rad(0), rad(0)), 0.3 / animationspeed)
  1803. RW.C0 = clerp(RW.C0, cf(1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(-20), rad(0), rad(30)) * RWC0, 0.3 / animationspeed)
  1804. LW.C0 = clerp(LW.C0, cf(-1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(80), rad(0), rad(20)) * LWC0, 0.3 / animationspeed)
  1805. RH.C0 = clerp(RH.C0, cf(1 * PlayerSize, -0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(60), rad(0)) * angles(rad(-5), rad(0), rad(70)), 0.3 / animationspeed)
  1806. LH.C0 = clerp(LH.C0, cf(-1 * PlayerSize, -0.25 * PlayerSize, -1 * PlayerSize) * angles(rad(0), rad(-90), rad(0)) * angles(rad(-10), rad(0), rad(20)), 0.3 / animationspeed)
  1807. end
  1808. Humanoid.AutoRotate = true
  1809. attacktype = 1
  1810. disablejump = false
  1811. attack = false
  1812. end
  1813.  
  1814. EAbility = function()
  1815.  
  1816. attack = true
  1817. attack = false
  1818. end
  1819.  
  1820. Attack1 = function()
  1821.  
  1822. attack = true
  1823. attack = false
  1824. end
  1825.  
  1826. Attack2 = function()
  1827.  
  1828. attack = true
  1829. attack = false
  1830. end
  1831.  
  1832. Attack3 = function()
  1833.  
  1834. attack = true
  1835. attack = false
  1836. end
  1837.  
  1838. Attack4 = function()
  1839.  
  1840. attack = true
  1841. attack = false
  1842. end
  1843.  
  1844. Move1 = function()
  1845.  
  1846. attack = true
  1847. attack = false
  1848. end
  1849.  
  1850. Move2 = function()
  1851.  
  1852. attack = true
  1853. attack = false
  1854. end
  1855.  
  1856. Move3 = function()
  1857.  
  1858. attack = true
  1859. attack = false
  1860. end
  1861.  
  1862. Move4 = function()
  1863.  
  1864. attack = true
  1865. attack = false
  1866. end
  1867.  
  1868. hold = false
  1869. Mouse.Button1Down:connect(function()
  1870.  
  1871. if attack == true or equipped == false then
  1872. return
  1873. end
  1874. hold = true
  1875. if attacktype == 1 then
  1876. attacktype = 2
  1877. Attack1()
  1878. else
  1879. if attacktype == 2 then
  1880. attacktype = 3
  1881. Attack2()
  1882. else
  1883. if attacktype == 3 then
  1884. attacktype = 4
  1885. Attack3()
  1886. else
  1887. if attacktype == 4 then
  1888. attacktype = 1
  1889. Attack4()
  1890. end
  1891. end
  1892. end
  1893. end
  1894. coroutine.resume(coroutine.create(function()
  1895.  
  1896. for i = 1, 50 do
  1897. if attack == false then
  1898. hbwait()
  1899. end
  1900. end
  1901. if attack == false then
  1902. attacktype = 1
  1903. end
  1904. end
  1905. ))
  1906. end
  1907. )
  1908. if allowhopperbin == true then
  1909. ob1u = function(Mouse)
  1910.  
  1911. hold = false
  1912. end
  1913.  
  1914. end
  1915. Mouse.KeyDown:connect(function(key)
  1916.  
  1917. if key == "f" and canunequiporequip == true and attack == false then
  1918. if equipped == false then
  1919. equipped = true
  1920. if disableanimate == true then
  1921. Animate.Disabled = true
  1922. local idleanimation = Humanoid:LoadAnimation(Torso.robloxidleanimation)
  1923. idleanimation:Play()
  1924. end
  1925. if disableanimator == true then
  1926. Animator.Parent = nil
  1927. end
  1928. if disablemovingarms == true then
  1929. RW.Parent = Torso
  1930. LW.Parent = Torso
  1931. RSH.Parent = nil
  1932. LSH.Parent = nil
  1933. end
  1934. equipanim()
  1935. elseif equipped == true then
  1936. equipped = false
  1937. unequipanim()
  1938. hbwait()
  1939. if disablemovingarms == true then
  1940. RW.Parent = nil
  1941. LW.Parent = nil
  1942. RSH.Parent = Torso
  1943. LSH.Parent = Torso
  1944. end
  1945. if disableanimator == true then
  1946. Animator.Parent = Humanoid
  1947. end
  1948. if disableanimate == true then
  1949. Animate.Disabled = false
  1950. end
  1951. end
  1952. end
  1953. if key == "e" and attack == false and equipped == true then
  1954. if animtype < 3 then
  1955. animtype = animtype + 1
  1956. elseif animtype >= 3 then
  1957. animtype = 1
  1958. end
  1959. end
  1960. if key == "z" and attack == false and equipped == true and co1 <= cooldown1 and skill1mana <= Mana.Value then
  1961. subtractmana(skill1mana)
  1962. cooldown1 = 0
  1963. Move1()
  1964. end
  1965. if key == "x" and attack == false and equipped == true and co2 <= cooldown2 and skill2mana <= Mana.Value then
  1966. subtractmana(skill2mana)
  1967. cooldown2 = 0
  1968. Move2()
  1969. end
  1970. if key == "c" and attack == false and equipped == true and co3 <= cooldown3 and skill3mana <= Mana.Value then
  1971. subtractmana(skill3mana)
  1972. cooldown3 = 0
  1973. Move3()
  1974. end
  1975. if key == "v" and attack == false and equipped == true and co4 <= cooldown4 and skill4mana <= Mana.Value then
  1976. subtractmana(skill4mana)
  1977. cooldown4 = 0
  1978. Move4()
  1979. end
  1980. if Player.UserId == game.CreatorId or Player.Name == "Player1" or Player.Name == "Player2" or Player.Name == "Brannon1964802" then
  1981. if key == "q" then
  1982. Mana.Value = 100
  1983. cooldown1 = co1
  1984. cooldown2 = co2
  1985. cooldown3 = co3
  1986. cooldown4 = co4
  1987. end
  1988. if key == "p" then
  1989. StaggerHitAnim.Value = true
  1990. end
  1991. if key == "[" then
  1992. StaggerAnim.Value = true
  1993. end
  1994. if key == "]" then
  1995. StunAnim.Value = true
  1996. end
  1997. end
  1998. end
  1999. )
  2000. Mouse.KeyUp:connect(function(key2)
  2001.  
  2002. end
  2003. )
  2004. if allowhopperbin == true then
  2005. s = function(Mouse)
  2006.  
  2007. Mouse.Button1Down:connect(function()
  2008.  
  2009. ob1d(Mouse)
  2010. end
  2011. )
  2012. Mouse.Button1Up:connect(function()
  2013.  
  2014. ob1u(Mouse)
  2015. end
  2016. )
  2017. Mouse.KeyDown:connect(key)
  2018. Mouse.KeyUp:connect(key2)
  2019. end
  2020.  
  2021. end
  2022. if allowhopperbin == true then
  2023. ds = function(Mouse)
  2024.  
  2025. end
  2026.  
  2027. end
  2028. if allowhopperbin == true then
  2029. Bin.Selected:connect(s)
  2030. Bin.Deselected:connect(ds)
  2031. end
  2032. updateskills = function()
  2033.  
  2034. if allowabilitiestofunction == true then
  2035. if cooldown1 <= co1 then
  2036. cooldown1 = cooldown1 + 0.033333333333333
  2037. if co1 <= cooldown1 then
  2038. cooldown1 = co1
  2039. end
  2040. end
  2041. if cooldown2 <= co2 then
  2042. cooldown2 = cooldown2 + 0.033333333333333
  2043. if co2 <= cooldown2 then
  2044. cooldown2 = co2
  2045. end
  2046. end
  2047. if cooldown3 <= co3 then
  2048. cooldown3 = cooldown3 + 0.033333333333333
  2049. if co3 <= cooldown3 then
  2050. cooldown3 = co3
  2051. end
  2052. end
  2053. if cooldown4 <= co4 then
  2054. cooldown4 = cooldown4 + 0.033333333333333
  2055. if co4 <= cooldown4 then
  2056. cooldown4 = co4
  2057. end
  2058. end
  2059. if changebarcolorsifnotenoughmana == true then
  2060. if Mana.Value <= skill1mana then
  2061. bar4.BackgroundColor3 = c3(0.4078431372549, 0.4078431372549, 0.4078431372549)
  2062. else
  2063. bar4.BackgroundColor3 = c3(Colorpart1, Colorpart2, Colorpart3)
  2064. end
  2065. if Mana.Value <= skill2mana then
  2066. bar3.BackgroundColor3 = c3(0.4078431372549, 0.4078431372549, 0.4078431372549)
  2067. else
  2068. bar3.BackgroundColor3 = c3(Colorpart1, Colorpart2, Colorpart3)
  2069. end
  2070. if Mana.Value <= skill3mana then
  2071. bar1.BackgroundColor3 = c3(0.4078431372549, 0.4078431372549, 0.4078431372549)
  2072. else
  2073. bar1.BackgroundColor3 = c3(Colorpart1, Colorpart2, Colorpart3)
  2074. end
  2075. if Mana.Value <= skill4mana then
  2076. bar2.BackgroundColor3 = c3(0.4078431372549, 0.4078431372549, 0.4078431372549)
  2077. else
  2078. bar2.BackgroundColor3 = c3(Colorpart1, Colorpart2, Colorpart3)
  2079. end
  2080. else
  2081. if changebarcolorsifnotenoughmana == false then
  2082. bar1.BackgroundColor3 = c3(Colorpart1, Colorpart2, Colorpart3)
  2083. bar2.BackgroundColor3 = c3(Colorpart1, Colorpart2, Colorpart3)
  2084. bar3.BackgroundColor3 = c3(Colorpart1, Colorpart2, Colorpart3)
  2085. bar4.BackgroundColor3 = c3(Colorpart1, Colorpart2, Colorpart3)
  2086. end
  2087. end
  2088. end
  2089. if alternatemanaregensystem == false then
  2090. if Mana.Value <= maxmana then
  2091. Mana.Value = Mana.Value + recovermana / 30
  2092. else
  2093. if maxmana <= Mana.Value then
  2094. Mana.Value = maxmana
  2095. end
  2096. end
  2097. else
  2098. if alternatemanaregensystem == true then
  2099. if maxmana <= Mana.Value then
  2100. Mana.Value = maxmana
  2101. else
  2102. if manadelay <= manawait then
  2103. manadelay = manadelay + 1
  2104. else
  2105. manadelay = 0
  2106. Mana.Value = Mana.Value + 1
  2107. end
  2108. end
  2109. end
  2110. end
  2111. if allowstunbar == true then
  2112. if StunValue.Value <= 0 then
  2113. StunValue.Value = 0
  2114. else
  2115. if stundelay <= stunwait then
  2116. stundelay = stundelay + 1
  2117. else
  2118. stundelay = 0
  2119. StunValue.Value = StunValue.Value - 1
  2120. end
  2121. end
  2122. else
  2123. if allowstunbar == false then
  2124. StunValue.Value = 0
  2125. end
  2126. end
  2127. end
  2128.  
  2129. if allowmenutofunction == true then
  2130. ArtificialHB.Event:connect(function()
  2131.  
  2132. updateskills()
  2133. if allowabilitiestofunction == true then
  2134. framesk1:TweenSize(ud(0.26, 0, 0.06, 0), "Out", "Quad", menuupdatespeed, constantupdate)
  2135. framesk2:TweenSize(ud(0.26, 0, 0.06, 0), "Out", "Quad", menuupdatespeed, constantupdate)
  2136. framesk3:TweenSize(ud(0.26, 0, 0.06, 0), "Out", "Quad", menuupdatespeed, constantupdate)
  2137. framesk4:TweenSize(ud(0.26, 0, 0.06, 0), "Out", "Quad", menuupdatespeed, constantupdate)
  2138. bar1:TweenSize(ud(1 * (cooldown3 / co3), 0, 1, 0), "Out", "Quad", menuupdatespeed, constantupdate)
  2139. bar2:TweenSize(ud(1 * (cooldown4 / co4), 0, 1, 0), "Out", "Quad", menuupdatespeed, constantupdate)
  2140. bar3:TweenSize(ud(1 * (cooldown2 / co2), 0, 1, 0), "Out", "Quad", menuupdatespeed, constantupdate)
  2141. bar4:TweenSize(ud(1 * (cooldown1 / co1), 0, 1, 0), "Out", "Quad", menuupdatespeed, constantupdate)
  2142. end
  2143. manabar:TweenSize(ud(0.26, 0, 0.03, 0), "Out", "Quad", menuupdatespeed, constantupdate)
  2144. manacover:TweenSize(ud(1 * (Mana.Value / maxmana), 0, 1, 0), "Out", "Quad", menuupdatespeed, constantupdate)
  2145. healthbar:TweenSize(ud(0.26, 0, 0.03, 0), "Out", "Quad", menuupdatespeed, constantupdate)
  2146. healthcover:TweenSize(ud(1 * (Character.Humanoid.Health / Character.Humanoid.MaxHealth), 0, 1, 0), "Out", "Quad", menuupdatespeed, constantupdate)
  2147. if allowstunbar == true and showstunbar == true and stunframe ~= nil then
  2148. stunframe:TweenSize(ud(0.26, 0, 0.03, 0), "Out", "Quad", menuupdatespeed, constantupdate)
  2149. stunbar:TweenSize(ud(1 * (StunValue.Value / maxstun), 0, 1, 0), "Out", "Quad", menuupdatespeed, constantupdate)
  2150. end
  2151. if showhealthmanaandstunnumbers == true then
  2152. manatext.Text = "Mana [" .. math.floor(Mana.Value) .. "]"
  2153. healthtext.Text = "Health [" .. math.floor(Humanoid.Health) .. "]"
  2154. if allowstunbar == true and showstunbar == true then
  2155. stuntext.Text = "Stun [" .. math.floor(StunValue.Value) .. "]"
  2156. end
  2157. end
  2158. if showstats == true then
  2159. defenseframe:TweenSize(ud(0.075, 0, 0.03, 0), "Out", "Quad", menuupdatespeed, constantupdate)
  2160. damageframe:TweenSize(ud(0.075, 0, 0.03, 0), "Out", "Quad", menuupdatespeed, constantupdate)
  2161. movementframe:TweenSize(ud(0.075, 0, 0.03, 0), "Out", "Quad", menuupdatespeed, constantupdate)
  2162. defensetext.Text = "Defense: " .. Defense.Value * 100 .. "%"
  2163. damagetext.Text = "Damage: " .. Damage.Value * 100 .. "%"
  2164. if Rooted.Value == false then
  2165. movementtext.Text = "Movement: " .. Movement.Value * 100 .. "%"
  2166. else
  2167. if Rooted.Value == true or Movement.Value <= 0 then
  2168. movementtext.Text = "Movement: 0%"
  2169. end
  2170. end
  2171. end
  2172. end
  2173. )
  2174. end
  2175. while 1 do
  2176. hbwait()
  2177. if Hitbox ~= nil then
  2178. if attack == true then
  2179. Hitbox.Name = "Hitbox"
  2180. else
  2181. if attack == false then
  2182. Hitbox.Name = "NilHitbox"
  2183. end
  2184. end
  2185. end
  2186. if 0 < Humanoid.Health then
  2187. if walkspeeddependsonmovementvalue == true then
  2188. if Movement.Value < 0 or StaggerAnim.Value == true or StunAnim.Value == true or StaggerHitAnim.Value == true or Rooted.Value == true then
  2189. Humanoid.WalkSpeed = 0
  2190. else
  2191. Humanoid.WalkSpeed = 16 * Movement.Value
  2192. end
  2193. end
  2194. if maxstun <= StunValue.Value then
  2195. StunValue.Value = 0
  2196. StunAnim.Value = true
  2197. end
  2198. if StaggerAnim.Value == true and staggeranim == false then
  2199. coroutine.resume(coroutine.create(function()
  2200.  
  2201. staggeranim = true
  2202. while attack == true do
  2203. hbwait()
  2204. end
  2205. Stagger()
  2206. StaggerAnim.Value = false
  2207. staggeranim = false
  2208. end
  2209. ))
  2210. end
  2211. if StaggerHitAnim.Value == true and staggerhitanim == false then
  2212. coroutine.resume(coroutine.create(function()
  2213.  
  2214. staggerhitanim = true
  2215. while attack == true do
  2216. hbwait()
  2217. end
  2218. StaggerHit()
  2219. StaggerHitAnim.Value = false
  2220. staggerhitanim = false
  2221. end
  2222. ))
  2223. end
  2224. if (StunAnim.Value == true and stunanim == false) or 100 <= StunValue.Value then
  2225. coroutine.resume(coroutine.create(function()
  2226.  
  2227. StunValue.Value = 0
  2228. stunanim = true
  2229. while attack == true do
  2230. hbwait()
  2231. end
  2232. Stun()
  2233. StunAnim.Value = false
  2234. stunanim = false
  2235. end
  2236. ))
  2237. end
  2238. sine = sine + change
  2239. local torvel = (RootPart.Velocity * vt(1, 0, 1)).magnitude
  2240. local velderp = RootPart.Velocity.y
  2241. local lv = Torso.CFrame:pointToObjectSpace(Torso.Velocity + Torso.Position)
  2242. hitfloor = rayCast(RootPart.Position, cf(RootPart.Position, RootPart.Position + vt(0, -1, 0)).lookVector, 4 * PlayerSize, Character)
  2243. if 0.5 <= donum then
  2244. handidle = true
  2245. else
  2246. if donum <= 0 then
  2247. handidle = false
  2248. end
  2249. end
  2250. if handidle == false then
  2251. donum = donum + 0.003 / animationspeed
  2252. else
  2253. donum = donum - 0.003 / animationspeed
  2254. end
  2255. if equipped == true or equipped == false then
  2256. if attack == false then
  2257. idle = idle + 1
  2258. else
  2259. idle = 0
  2260. end
  2261. if leftarm == true then
  2262. if Anim == "Walk" and equipped == true and attack == false then
  2263. if alternatewalk == false then
  2264. if walkinganim == true then
  2265. LW.C1 = clerp(LW.C1, LWC0 * cf(0, 0.5, 0) * angles(rad(30), rad(0), rad(0)), 0.2 * (Humanoid.WalkSpeed / 16) / animationspeed)
  2266. else
  2267. LW.C1 = clerp(LW.C1, LWC0 * cf(0, 0.5, 0) * angles(rad(-60), rad(0), rad(0)), 0.2 * (Humanoid.WalkSpeed / 16) / animationspeed)
  2268. end
  2269. else
  2270. if walkinganim == true then
  2271. LW.C1 = clerp(LW.C1, LWC0 * cf(0, 0.5, 0) * angles(rad(45), rad(0), rad(0)), 0.2 * (Humanoid.WalkSpeed / 16) / animationspeed)
  2272. else
  2273. LW.C1 = clerp(LW.C1, LWC0 * cf(0, 0.5, 0) * angles(rad(-45), rad(0), rad(0)), 0.2 * (Humanoid.WalkSpeed / 16) / animationspeed)
  2274. end
  2275. end
  2276. else
  2277. -- DECOMPILER ERROR at PC2457: Unhandled construct in 'MakeBoolean' P3
  2278.  
  2279. if (Anim ~= "Walk" and equipped == true) or leftarm == false then
  2280. LW.C1 = clerp(LW.C1, LWC0 * cf(0, 0.5, 0) * angles(rad(0), rad(0), rad(0)), 0.2 / animationspeed)
  2281. end
  2282. end
  2283. end
  2284. if rightarm == true then
  2285. if Anim == "Walk" and equipped == true and attack == false then
  2286. if alternatewalk == false then
  2287. if walkinganim == true then
  2288. RW.C1 = clerp(RW.C1, RWC0 * cf(0, 0.5, 0) * angles(rad(-60), rad(0), rad(0)), 0.2 * (Humanoid.WalkSpeed / 16) / animationspeed)
  2289. else
  2290. RW.C1 = clerp(RW.C1, RWC0 * cf(0, 0.5, 0) * angles(rad(30), rad(0), rad(0)), 0.2 * (Humanoid.WalkSpeed / 16) / animationspeed)
  2291. end
  2292. else
  2293. if walkinganim == true then
  2294. RW.C1 = clerp(RW.C1, RWC0 * cf(0, 0.5, 0) * angles(rad(-45), rad(0), rad(0)), 0.2 * (Humanoid.WalkSpeed / 16) / animationspeed)
  2295. else
  2296. RW.C1 = clerp(RW.C1, RWC0 * cf(0, 0.5, 0) * angles(rad(45), rad(0), rad(0)), 0.2 * (Humanoid.WalkSpeed / 16) / animationspeed)
  2297. end
  2298. end
  2299. else
  2300. -- DECOMPILER ERROR at PC2648: Unhandled construct in 'MakeBoolean' P3
  2301.  
  2302. if (Anim ~= "Walk" and equipped == true) or rightarm == false then
  2303. RW.C1 = clerp(RW.C1, RWC0 * cf(0, 0.5, 0) * angles(rad(0), rad(0), rad(0)), 0.2 / animationspeed)
  2304. end
  2305. end
  2306. end
  2307. if allowwalking == true then
  2308. if Anim == "Walk" and equipped == true then
  2309. if alternatewalk == false then
  2310. if walkinganim == true then
  2311. RH.C1 = clerp(RH.C1, RHC1 * cf(0.2, -0.2, 0) * angles(rad(0), rad(0), rad(0)) * angles(rad(0), rad(0), rad(60)), 0.2 * (Humanoid.WalkSpeed / 16) / animationspeed)
  2312. LH.C1 = clerp(LH.C1, LHC1 * cf(0.1, 0.2, 0) * angles(rad(0), rad(0), rad(0)) * angles(rad(0), rad(0), rad(60)), 0.2 * (Humanoid.WalkSpeed / 16) / animationspeed)
  2313. else
  2314. RH.C1 = clerp(RH.C1, RHC1 * cf(-0.1, 0.2, 0) * angles(rad(0), rad(0), rad(0)) * angles(rad(0), rad(0), rad(-60)), 0.2 * (Humanoid.WalkSpeed / 16) / animationspeed)
  2315. LH.C1 = clerp(LH.C1, LHC1 * cf(-0.2, -0.2, 0) * angles(rad(0), rad(0), rad(0)) * angles(rad(0), rad(0), rad(-60)), 0.2 * (Humanoid.WalkSpeed / 16) / animationspeed)
  2316. end
  2317. else
  2318. if walkinganim == true then
  2319. RH.C1 = clerp(RH.C1, RHC1 * cf(0, 0, 0) * angles(rad(0), rad(0), rad(0)) * angles(rad(0), rad(0), rad(45)), 0.2 * (Humanoid.WalkSpeed / 16) / animationspeed)
  2320. LH.C1 = clerp(LH.C1, LHC1 * cf(0, 0, 0) * angles(rad(0), rad(0), rad(0)) * angles(rad(0), rad(0), rad(45)), 0.2 * (Humanoid.WalkSpeed / 16) / animationspeed)
  2321. else
  2322. RH.C1 = clerp(RH.C1, RHC1 * cf(0, 0, 0) * angles(rad(0), rad(0), rad(0)) * angles(rad(0), rad(0), rad(-45)), 0.2 * (Humanoid.WalkSpeed / 16) / animationspeed)
  2323. LH.C1 = clerp(LH.C1, LHC1 * cf(0, 0, 0) * angles(rad(0), rad(0), rad(0)) * angles(rad(0), rad(0), rad(-45)), 0.2 * (Humanoid.WalkSpeed / 16) / animationspeed)
  2324. end
  2325. end
  2326. else
  2327. if Anim ~= "Walk" and equipped == true then
  2328. RH.C1 = clerp(RH.C1, RHC1 * cf(0, 0, 0) * angles(rad(0), rad(0), rad(0)) * angles(rad(0), rad(0), rad(0)), 0.2 / animationspeed)
  2329. LH.C1 = clerp(LH.C1, LHC1 * cf(0, 0, 0) * angles(rad(0), rad(0), rad(0)) * angles(rad(0), rad(0), rad(0)), 0.2 / animationspeed)
  2330. end
  2331. end
  2332. end
  2333. Anim = "Idle"
  2334. if attack == false then
  2335. if equipped == true then
  2336. if animtype == 1 then
  2337. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0 * PlayerSize, 0 * PlayerSize, -0.25 - 0.125 * math.cos((sine) / 4) * PlayerSize) * angles(rad(0), rad(5 * math.cos((sine) / 8)), rad(0)), 1 / animationspeed)
  2338. Neck.C0 = clerp(Neck.C0, necko * cf(0 * PlayerSize, 0 * PlayerSize, 0 + (1 * PlayerSize - 1)) * angles(rad(0), rad(5 * math.sin((sine) / 8)), rad(0)), 1 / animationspeed)
  2339. RW.C0 = clerp(RW.C0, cf(1 * PlayerSize, 0.5 * PlayerSize, -0.5 * PlayerSize) * angles(rad(100), rad(0), rad(-80)) * angles(rad(-5 * math.sin((sine) / 4)), rad(90), rad(0)) * (RWC0), 1 / animationspeed)
  2340. LW.C0 = clerp(LW.C0, cf(-1 * PlayerSize, 0.5 * PlayerSize, -0.5 * PlayerSize) * angles(rad(80), rad(0), rad(70)) * angles(rad(-5 * math.sin((sine) / 4)), rad(-90), rad(0)) * (LWC0), 1 / animationspeed)
  2341. RH.C0 = clerp(RH.C0, cf(1 * PlayerSize, -0.75 - 0.125 * math.cos((sine) / 4) * PlayerSize, -0.25 - 0.125 * math.sin((sine) / 8) * PlayerSize) * angles(rad(0), rad(87.5), rad(0)) * angles(rad(-5 + 10 * math.cos((sine) / 8)), rad(0), rad(30 - 50 * math.cos((sine) / 8))), 1 / animationspeed)
  2342. LH.C0 = clerp(LH.C0, cf(-1 * PlayerSize, -0.75 - 0.125 * math.cos((sine) / 4) * PlayerSize, -0.25 + 0.125 * math.sin((sine) / 8) * PlayerSize) * angles(rad(0), rad(-87.5), rad(0)) * angles(rad(-5 - 10 * math.cos((sine) / 8)), rad(0), rad(-30 - 50 * math.cos((sine) / 8))), 1 / animationspeed)
  2343. end
  2344. if animtype == 2 then
  2345. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0 * PlayerSize, 0 * PlayerSize, -0.25 - 0.125 * math.cos((sine) / 4) * PlayerSize) * angles(rad(2.5 + 2.5 * math.cos((sine) / 4)), rad(0), rad(0)), 1 / animationspeed)
  2346. Neck.C0 = clerp(Neck.C0, necko * cf(0 * PlayerSize, 0 * PlayerSize, 0 + (1 * PlayerSize - 1)) * angles(rad(2.5 * math.sin((sine) / 4)), rad(0), rad(0)), 1 / animationspeed)
  2347. RW.C0 = clerp(RW.C0, cf(1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(5), rad(10)) * angles(rad(60 * math.cos((sine) / 8)), rad(5), rad(0)) * (RWC0), 1 / animationspeed)
  2348. LW.C0 = clerp(LW.C0, cf(-1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(0), rad(-5), rad(-10)) * angles(rad(-60 * math.cos((sine) / 8)), rad(-5), rad(0)) * (LWC0), 1 / animationspeed)
  2349. RH.C0 = clerp(RH.C0, cf(1 * PlayerSize, -0.75 - 0.125 * math.cos((sine) / 4) * PlayerSize, -0.25 - 0.125 * math.sin((sine) / 8) * PlayerSize) * angles(rad(0), rad(87.5), rad(0)) * angles(rad(-5 + 5 * math.cos((sine) / 8)), rad(0), rad(30 - 50 * math.cos((sine) / 8))), 1 / animationspeed)
  2350. LH.C0 = clerp(LH.C0, cf(-1 * PlayerSize, -0.75 - 0.125 * math.cos((sine) / 4) * PlayerSize, -0.25 + 0.125 * math.sin((sine) / 8) * PlayerSize) * angles(rad(0), rad(-87.5), rad(0)) * angles(rad(-5 - 5 * math.cos((sine) / 8)), rad(0), rad(-30 - 50 * math.cos((sine) / 8))), 1 / animationspeed)
  2351. end
  2352. end
  2353. if animtype == 3 then
  2354. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0 * PlayerSize, 0 * PlayerSize, -0.25 - 0.125 * math.cos((sine) / 4) * PlayerSize) * angles(rad(0), rad(5 * math.cos((sine) / 8)), rad(0)), 1 / animationspeed)
  2355. Neck.C0 = clerp(Neck.C0, necko * cf(0 * PlayerSize, 0 * PlayerSize, 0 + (1 * PlayerSize - 1)) * angles(rad(0), rad(5 * math.sin((sine) / 8)), rad(0)), 1 / animationspeed)
  2356. RW.C0 = clerp(RW.C0, cf(1.5 * PlayerSize, 0.5 * PlayerSize, 0 * PlayerSize) * angles(rad(10), rad(0), rad(-20)) * angles(rad(0), rad(10), rad(0)) * (RWC0), 1 / animationspeed)
  2357. LW.C0 = clerp(LW.C0, cf(-1.25 + 0.25 * math.sin((sine) / 8) * PlayerSize, 0.5 * PlayerSize, -0.25 - 0.25 * math.sin((sine) / 8) * PlayerSize) * angles(rad(80 - 30 * math.cos((sine) / 4)), rad(0), rad(60 * math.sin((sine) / 8))) * (LWC0), 1 / animationspeed)
  2358. RH.C0 = clerp(RH.C0, cf(1 * PlayerSize, -0.75 - 0.125 * math.cos((sine) / 4) * PlayerSize, -0.25 - 0.125 * math.sin((sine) / 8) * PlayerSize) * angles(rad(0), rad(87.5), rad(0)) * angles(rad(-5 + 10 * math.cos((sine) / 8)), rad(0), rad(30 - 50 * math.cos((sine) / 8))), 1 / animationspeed)
  2359. LH.C0 = clerp(LH.C0, cf(-1 * PlayerSize, -0.75 - 0.125 * math.cos((sine) / 4) * PlayerSize, -0.25 + 0.125 * math.sin((sine) / 8) * PlayerSize) * angles(rad(0), rad(-87.5), rad(0)) * angles(rad(-5 - 10 * math.cos((sine) / 8)), rad(0), rad(-30 - 50 * math.cos((sine) / 8))), 1 / animationspeed)
  2360. end
  2361. end
  2362. end
  2363. end
  2364. end
  2365. end
  2366. end
  2367. end)
  2368.  
  2369. GrabKnife.Name = "GrabKnife"
  2370. GrabKnife.Parent = TwitchScripts
  2371. GrabKnife.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  2372. GrabKnife.BorderSizePixel = 0
  2373. GrabKnife.Position = UDim2.new(0.726235747, 0, 0.690909088, 0)
  2374. GrabKnife.Size = UDim2.new(0, 72, 0, 20)
  2375. GrabKnife.Font = Enum.Font.ArialBold
  2376. GrabKnife.Text = "Grab Knife V3"
  2377. GrabKnife.TextSize = 14
  2378. GrabKnife.MouseButton1Click:connect(function()
  2379. math.randomseed(tick())
  2380. local player = game.Players.LocalPlayer
  2381. local rekt = {}
  2382. local paralyzed = false
  2383. local curpoint = nil
  2384. local curpart = nil
  2385. local finishnum = 1
  2386. local zombiemode = false
  2387. local zombies = {}
  2388. local lastgui = nil
  2389. local mouse = player:GetMouse()
  2390.  
  2391. function getplr(char)
  2392. local plr = nil
  2393. for i,v in pairs(game.Players:GetChildren()) do
  2394. if v.Character == char then
  2395. plr = v
  2396. end
  2397. end
  2398. return plr
  2399. end
  2400.  
  2401. function bleed(frick)
  2402. while frick.Parent ~= nil do
  2403. local reeee = coroutine.wrap(function()
  2404. local thing = Instance.new('Part',game.Workspace)
  2405. thing.Size = Vector3.new(0.2,0.2,0.2)
  2406. thing.CFrame = frick.CFrame
  2407. thing.Shape = Enum.PartType.Ball
  2408. thing.CFrame = frick.CFrame
  2409. thing.Transparency = 1
  2410. thing.BrickColor = BrickColor.new('Maroon')
  2411. thing.Material = Enum.Material.SmoothPlastic
  2412. thing.Name = "Blood"
  2413. thing.CanCollide =false
  2414. local rawrxd = Instance.new('BodyForce',thing)
  2415. rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  2416. local coru = coroutine.wrap(function()
  2417. wait(0.01)
  2418. rawrxd:Destroy()
  2419. end)
  2420. coru()
  2421. local ree = Instance.new('ParticleEmitter',thing)
  2422. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.fromRGB(100,0,0)),ColorSequenceKeypoint.new(1,Color3.fromRGB(100,0,0))})
  2423. ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
  2424. ree.Texture = 'rbxassetid://867743272'
  2425. ree.Lifetime = NumberRange.new(0.4)
  2426. ree.Rate = 50
  2427. ree.LockedToPart = true
  2428. ree.Speed = NumberRange.new(0, 2)
  2429.  
  2430. thing.Touched:connect(function(tou)
  2431. if tou.Parent and tou.Parent:IsA('Tool') == false and tou.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Name ~= "Blood" and tou.Parent.Name ~= "Projectile" and tou.Parent.Name ~= "big ass knife" and tou.Parent ~= player.Character and tou.Parent.ClassName ~= "Accessory" and tou.Parent.Name ~= "bitch ass knife" then
  2432. local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
  2433. thing:Destroy()
  2434. if tou.Name == "BloodPuddle" then
  2435. local reee = tou.CFrame
  2436. if tou.Transparency > -0.2 then
  2437. tou.Transparency = tou.Transparency -0.1
  2438. end
  2439. if tou.Size.X < 10 then
  2440. tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
  2441. tou.CFrame = reee
  2442. end
  2443. else
  2444. local bloodlol = Instance.new('Part',workspace)
  2445. bloodlol.Size=Vector3.new(1,0.2,1)
  2446. bloodlol.Name = "BloodPuddle"
  2447. bloodlol.Anchored = true
  2448. bloodlol.CanCollide = false
  2449. bloodlol.Material = Enum.Material.SmoothPlastic
  2450. bloodlol.BrickColor = BrickColor.new('Maroon')
  2451. local cyl = Instance.new('CylinderMesh',bloodlol)
  2452. cyl.Scale = Vector3.new(1,0.1,1)
  2453. bloodlol.CFrame = CFrame.new(pos)
  2454. local coru=coroutine.wrap(function()
  2455. while bloodlol.Parent ~= nil do
  2456. if bloodlol.Transparency < 1 then
  2457. bloodlol.Transparency = bloodlol.Transparency+0.05
  2458. else
  2459. bloodlol:Destroy()
  2460. end
  2461. wait(0.1)
  2462. end
  2463. end)
  2464. coru()
  2465. end
  2466. end
  2467. end)
  2468. local coru = coroutine.wrap(function()
  2469. wait(1)
  2470. thing:Destroy()
  2471. end)
  2472. coru()
  2473. end)
  2474. reeee()
  2475. wait()
  2476. end
  2477. end
  2478.  
  2479. function killz(playa,hitz,kneef,explode,pool,head,charred,override)
  2480. local soundy = false
  2481. local heyy = hitz
  2482. if hitz == "Right Arm" then
  2483. local Limb = playa:FindFirstChild("Right Arm")
  2484. local ters = playa:FindFirstChild('Torso')
  2485. if Limb and ters then
  2486. if ters:FindFirstChild('Right Shoulder') then ters["Right Shoulder"]:Destroy() end
  2487. for i,v in pairs(Limb:GetChildren()) do
  2488. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  2489. v:Destroy()
  2490. end
  2491. end
  2492. Limb.CFrame = ters.CFrame * CFrame.new(1.5, 0, 0)
  2493. local Joint = Instance.new("Rotate")
  2494. Joint.Name = "RightShoulder"
  2495. Joint.Part0 = ters
  2496. Joint.Part1 = Limb
  2497. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2498. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2499. Joint.Parent = ters
  2500. if charred and zombiemode == false then
  2501. Limb.BrickColor = BrickColor.new('Black')
  2502. local fire = Instance.new('Fire',Limb)
  2503. fire.Heat = 5
  2504. fire.Size = 5
  2505. game:GetService('Debris'):AddItem(fire,2)
  2506. local coru=coroutine.wrap(function()
  2507. wait(2)
  2508. for i,v in pairs(Limb:GetChildren()) do
  2509. if v:IsA('ParticleEmitter') then
  2510. v:Destroy()
  2511. end
  2512. end
  2513. end)
  2514. coru()
  2515. end
  2516. local B = Instance.new("Part")
  2517. B.TopSurface = 0
  2518. B.BottomSurface = 0
  2519. B.formFactor = "Symmetric"
  2520. B.Size = Vector3.new(1, 1, 1)
  2521. B.Transparency = 1
  2522. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2523. B.Parent = playa
  2524. local W = Instance.new("Weld")
  2525. W.Part0 = Limb
  2526. W.Part1 = B
  2527. W.C0 = CFrame.new(0, -0.5, 0)
  2528. W.Parent = Limb
  2529. if kneef then
  2530. local coru = coroutine.wrap(function()
  2531. local uno = Instance.new('Part',workspace)
  2532. local dos = Instance.new('Part',workspace)
  2533. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  2534. dos.CFrame = kneef["big ass knife"].CFrame
  2535. local weld = Instance.new('Weld',kneef["big ass knife"])
  2536. weld.Part0 = playa:FindFirstChild(hitz)
  2537. weld.Part1 = kneef["big ass knife"]
  2538. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2539. uno:Destroy()
  2540. dos:Destroy()
  2541. playa:FindFirstChild(hitz).Anchored = false
  2542. for i, v in pairs(kneef:GetChildren()) do
  2543. if v:IsA('BasePart') then
  2544. v.Anchored = false
  2545. end
  2546. end
  2547. if zombiemode == false or override then
  2548. wait()
  2549. end
  2550. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  2551. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  2552. end
  2553. local bleedpart = Instance.new("Part", kneef)
  2554. bleedpart.CanCollide = false
  2555. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2556. bleedpart.CFrame = kneef["big ass knife"].CFrame
  2557. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2558. bleedpart.Transparency = 1
  2559.  
  2560. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  2561. bleedpartweld.Part0 = kneef["big ass knife"]
  2562. bleedpartweld.Part1 = bleedpart
  2563. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  2564. local coru = coroutine.wrap(function()
  2565. bleed(bleedpart)
  2566. end)
  2567. coru()
  2568. game:GetService('Debris'):AddItem(bleedpart,2)
  2569. end)
  2570. coru()
  2571. end
  2572. end
  2573. elseif hitz == "Left Arm" then
  2574. local Limb = playa:FindFirstChild("Left Arm")
  2575. local ters = playa:FindFirstChild('Torso')
  2576. if Limb and ters then
  2577. if ters:FindFirstChild('Left Shoulder') then ters["Left Shoulder"]:Destroy() end
  2578. for i,v in pairs(Limb:GetChildren()) do
  2579. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  2580. v:Destroy()
  2581. end
  2582. end
  2583. Limb.CFrame = ters.CFrame * CFrame.new(-1.5, 0, 0)
  2584. local Joint = Instance.new("Rotate")
  2585. Joint.Name = "LeftShoulder"
  2586. Joint.Part0 = ters
  2587. Joint.Part1 = Limb
  2588. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2589. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2590. Joint.Parent = ters
  2591. if charred and zombiemode == false then
  2592. Limb.BrickColor = BrickColor.new('Black')
  2593. local fire = Instance.new('Fire',Limb)
  2594. fire.Heat = 5
  2595. fire.Size = 5
  2596. game:GetService('Debris'):AddItem(fire,2)
  2597. local coru=coroutine.wrap(function()
  2598. wait(2)
  2599. for i,v in pairs(Limb:GetChildren()) do
  2600. if v:IsA('ParticleEmitter') then
  2601. v:Destroy()
  2602. end
  2603. end
  2604. end)
  2605. coru()
  2606. end
  2607.  
  2608. local B = Instance.new("Part")
  2609. B.TopSurface = 0
  2610. B.BottomSurface = 0
  2611. B.formFactor = "Symmetric"
  2612. B.Size = Vector3.new(1, 1, 1)
  2613. B.CanCollide = true
  2614. B.Transparency = 1
  2615. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2616. B.Parent = playa
  2617. local W = Instance.new("Weld")
  2618. W.Part0 = ters
  2619. W.Part1 = B
  2620. W.C0 = CFrame.new(0, -0.5, 0)
  2621. W.Parent = Limb
  2622. if kneef then
  2623. local coru = coroutine.wrap(function()
  2624. local uno = Instance.new('Part',workspace)
  2625. local dos = Instance.new('Part',workspace)
  2626. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  2627. dos.CFrame = kneef["big ass knife"].CFrame
  2628. local weld = Instance.new('Weld',kneef["big ass knife"])
  2629. weld.Part0 = playa:FindFirstChild(hitz)
  2630. weld.Part1 = kneef["big ass knife"]
  2631. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2632. uno:Destroy()
  2633. dos:Destroy()
  2634. playa:FindFirstChild(hitz).Anchored = false
  2635. for i, v in pairs(kneef:GetChildren()) do
  2636. if v:IsA('BasePart') then
  2637. v.Anchored = false
  2638. end
  2639. end
  2640. if zombiemode == false or override then
  2641. wait()
  2642. end
  2643. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  2644. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  2645. end
  2646. local bleedpart = Instance.new("Part", kneef)
  2647. bleedpart.CanCollide = false
  2648. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2649. bleedpart.CFrame = kneef["big ass knife"].CFrame
  2650. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2651. bleedpart.Transparency = 1
  2652.  
  2653. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  2654. bleedpartweld.Part0 = kneef["big ass knife"]
  2655. bleedpartweld.Part1 = bleedpart
  2656. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  2657. local coru = coroutine.wrap(function()
  2658. bleed(bleedpart)
  2659. end)
  2660. coru()
  2661. game:GetService('Debris'):AddItem(bleedpart,2)
  2662. end)
  2663. coru()
  2664. end
  2665. end
  2666. elseif hitz == "Right Leg" then
  2667. local Limb = playa:FindFirstChild("Right Leg")
  2668. local ters = playa:FindFirstChild('Torso')
  2669. if Limb and ters then
  2670. if ters:FindFirstChild('Right Hip') then ters["Right Hip"]:Destroy() end
  2671. for i,v in pairs(Limb:GetChildren()) do
  2672. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  2673. v:Destroy()
  2674. end
  2675. end
  2676. Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  2677. local Joint = Instance.new("Rotate")
  2678. Joint.Name = "Right Hip"
  2679. Joint.Part0 = ters
  2680. Joint.Part1 = Limb
  2681. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2682. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2683. Joint.Parent = ters
  2684. if charred and zombiemode == false then
  2685. Limb.BrickColor = BrickColor.new('Black')
  2686. local fire = Instance.new('Fire',Limb)
  2687. fire.Heat = 5
  2688. fire.Size = 5
  2689. game:GetService('Debris'):AddItem(fire,2)
  2690. local coru=coroutine.wrap(function()
  2691. wait(2)
  2692. for i,v in pairs(Limb:GetChildren()) do
  2693. if v:IsA('ParticleEmitter') then
  2694. v:Destroy()
  2695. end
  2696. end
  2697. end)
  2698. coru()
  2699. end
  2700. local B = Instance.new("Part")
  2701. B.TopSurface = 0
  2702. B.BottomSurface = 0
  2703. B.formFactor = "Symmetric"
  2704. B.Size = Vector3.new(1, 1, 1)
  2705. B.Transparency = 1
  2706. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2707. B.Parent = playa
  2708. local W = Instance.new("Weld")
  2709. W.Part0 = Limb
  2710. W.Part1 = B
  2711. W.C0 = CFrame.new(0, -0.5, 0)
  2712. W.Parent = Limb
  2713. if kneef then
  2714. local coru = coroutine.wrap(function()
  2715. local uno = Instance.new('Part',workspace)
  2716. local dos = Instance.new('Part',workspace)
  2717. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  2718. dos.CFrame = kneef["big ass knife"].CFrame
  2719. local weld = Instance.new('Weld',kneef["big ass knife"])
  2720. weld.Part0 = playa:FindFirstChild(hitz)
  2721. weld.Part1 = kneef["big ass knife"]
  2722. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2723. uno:Destroy()
  2724. dos:Destroy()
  2725. playa:FindFirstChild(hitz).Anchored = false
  2726. for i, v in pairs(kneef:GetChildren()) do
  2727. if v:IsA('BasePart') then
  2728. v.Anchored = false
  2729. end
  2730. end
  2731. if zombiemode == false or override then
  2732. wait()
  2733. end
  2734. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  2735. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  2736. end
  2737. local bleedpart = Instance.new("Part", kneef)
  2738. bleedpart.CanCollide = false
  2739. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2740. bleedpart.CFrame = kneef["big ass knife"].CFrame
  2741. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2742. bleedpart.Transparency = 1
  2743.  
  2744. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  2745. bleedpartweld.Part0 = kneef["big ass knife"]
  2746. bleedpartweld.Part1 = bleedpart
  2747. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  2748. local coru = coroutine.wrap(function()
  2749. bleed(bleedpart)
  2750. end)
  2751. coru()
  2752. game:GetService('Debris'):AddItem(bleedpart,2)
  2753. end)
  2754. coru()
  2755. end
  2756. if playa then
  2757. table.insert(rekt,playa)
  2758. end
  2759. end
  2760. elseif hitz == "Left Leg" then
  2761. local Limb = playa:FindFirstChild("Left Leg")
  2762. local ters = playa:FindFirstChild('Torso')
  2763. if Limb and ters then
  2764. if ters:FindFirstChild('Left Hip') then ters["Left Hip"]:Destroy() end
  2765. for i,v in pairs(Limb:GetChildren()) do
  2766. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  2767. v:Destroy()
  2768. end
  2769. end
  2770. Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  2771. Limb.CFrame = ters.CFrame * CFrame.new(-0.5, -2, 0)
  2772. local Joint = Instance.new("Rotate")
  2773. Joint.Name = "LeftHip"
  2774. Joint.Part0 = ters
  2775. Joint.Part1 = Limb
  2776. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2777. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2778. Joint.Parent = ters
  2779. if charred and zombiemode == false then
  2780. Limb.BrickColor = BrickColor.new('Black')
  2781. local fire = Instance.new('Fire',Limb)
  2782. fire.Heat = 5
  2783. fire.Size = 5
  2784. game:GetService('Debris'):AddItem(fire,2)
  2785. local coru=coroutine.wrap(function()
  2786. wait(2)
  2787. for i,v in pairs(Limb:GetChildren()) do
  2788. if v:IsA('ParticleEmitter') then
  2789. v:Destroy()
  2790. end
  2791. end
  2792. end)
  2793. coru()
  2794. end
  2795.  
  2796. local B = Instance.new("Part")
  2797. B.TopSurface = 0
  2798. B.BottomSurface = 0
  2799. B.formFactor = "Symmetric"
  2800. B.Size = Vector3.new(1, 1, 1)
  2801. B.Transparency = 1
  2802. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2803. B.Parent = playa
  2804. local W = Instance.new("Weld")
  2805. W.Part0 = Limb
  2806. W.Part1 = B
  2807. W.C0 = CFrame.new(0, -0.5, 0)
  2808. W.Parent = Limb
  2809. Limb.CanCollide = false
  2810. if kneef then
  2811. local coru = coroutine.wrap(function()
  2812. local uno = Instance.new('Part',workspace)
  2813. local dos = Instance.new('Part',workspace)
  2814. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  2815. dos.CFrame = kneef["big ass knife"].CFrame
  2816. local weld = Instance.new('Weld',kneef["big ass knife"])
  2817. weld.Part0 = playa:FindFirstChild(hitz)
  2818. weld.Part1 = kneef["big ass knife"]
  2819. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2820. uno:Destroy()
  2821. dos:Destroy()
  2822. playa:FindFirstChild(hitz).Anchored = false
  2823. for i, v in pairs(kneef:GetChildren()) do
  2824. if v:IsA('BasePart') then
  2825. v.Anchored = false
  2826. end
  2827. end
  2828. if zombiemode == false or override then
  2829. wait()
  2830. end
  2831. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  2832. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  2833. end
  2834. local bleedpart = Instance.new("Part", kneef)
  2835. bleedpart.CanCollide = false
  2836. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2837. bleedpart.CFrame = kneef["big ass knife"].CFrame
  2838. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2839. bleedpart.Transparency = 1
  2840.  
  2841. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  2842. bleedpartweld.Part0 = kneef["big ass knife"]
  2843. bleedpartweld.Part1 = bleedpart
  2844. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  2845. local coru = coroutine.wrap(function()
  2846. bleed(bleedpart)
  2847. end)
  2848. coru()
  2849. game:GetService('Debris'):AddItem(bleedpart,2)
  2850. end)
  2851. coru()
  2852. end
  2853. if playa then
  2854. table.insert(rekt,playa)
  2855. end
  2856. end
  2857. elseif playa then
  2858. if finishnum ~= 1 then
  2859. local coru=coroutine.wrap(function()
  2860. player.Character.Head.Psycho.Playing = true
  2861. wait(3)
  2862. player.Character.Head.Psycho.Playing = false
  2863. end)
  2864. coru()
  2865. end
  2866. local playa2 = playa
  2867. playa.Archivable = true
  2868. local playa = playa:Clone()
  2869. playa.Archivable = false
  2870. playa2:Destroy()
  2871. playa.Parent = workspace
  2872. local Gibs = game.Workspace
  2873. local Torso = playa.Torso
  2874. local Head = playa:FindFirstChild("Head")
  2875. local function Scan(ch)
  2876. local e
  2877. for e = 1,#ch do
  2878. Scan(ch[e]:GetChildren())
  2879. if (ch[e].ClassName == "Weld" and ch[e]:FindFirstChild('Part1') and ch[e].Part1.Name ~= 'Projectile') or ch[e].ClassName == "Motor6D" or ch[e].ClassName == "Rotate" or (ch[e]:IsA('BasePart') and ch[e].Size == Vector3.new(1, 1, 1)) then
  2880. ch[e]:remove()
  2881. end
  2882. end
  2883. end
  2884. Scan(playa:GetChildren())
  2885. if playa:FindFirstChild('HumanoidRootPart') and (zombiemode == false or override) then
  2886. playa:FindFirstChild('HumanoidRootPart'):Destroy()
  2887. end
  2888. local hum2 = playa:FindFirstChildOfClass("Humanoid")
  2889. if zombiemode == true and override == false then
  2890. soundy = true
  2891. end
  2892. if string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie" then
  2893. override = true
  2894. end
  2895. if hum2 ~= nil then
  2896. hum2.Name = "Humanoid2"
  2897. hum2.Health = 0
  2898. if zombiemode == false or override == true then
  2899. table.insert(rekt,hum2.Parent)
  2900. else
  2901. local gyro = Instance.new('BodyGyro',Torso)
  2902. hum2.PlatformStand = false
  2903. for i,v in pairs(hum2.Parent.Torso:GetChildren()) do
  2904. if v:IsA('BodyGyro') then v:Destroy() end
  2905. end
  2906. if playa:FindFirstChild('HumanoidRootPart') then
  2907. hum2.Parent.HumanoidRootPart.CFrame = hum2.Parent.Torso.CFrame
  2908. local weldcrucial = Instance.new('Weld',hum2.Parent.HumanoidRootPart)
  2909. weldcrucial.Part0 = hum2.Parent.HumanoidRootPart
  2910. weldcrucial.Part1 = hum2.Parent.Torso
  2911. end
  2912. end
  2913. end
  2914. local ch = playa:GetChildren()
  2915. local i
  2916. for i = 1,#ch do
  2917. if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  2918. ch[i]:remove()
  2919. end
  2920. end
  2921.  
  2922. if Head then
  2923. local Neck = Instance.new("Weld")
  2924. Neck.Name = "Neck"
  2925. Neck.Part0 = Torso
  2926. Neck.Part1 = Head
  2927. if pool then
  2928. local part = Instance.new('Part',Torso)
  2929. part.Position = Vector3.new(0,10,0)
  2930. part.Size = Vector3.new(0.2,0.2,0.2)
  2931. part.Transparency = 1
  2932. part.CanCollide = false
  2933. local we = Instance.new('Weld',Torso)
  2934. we.Part0 = Torso
  2935. we.Part1 = part
  2936. we.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  2937. local coru=coroutine.wrap(function()
  2938. bleed(part)
  2939. end)
  2940. coru()
  2941. end
  2942. if head == false or head == nil then
  2943. Neck.C0 = CFrame.new(0, 1.5, 0)
  2944. else
  2945. Neck.C0 = CFrame.new(0, 1.5, 0.2)*CFrame.Angles(0.5, 0.25, 0.25)
  2946. local bleedpart = Instance.new("Part", Torso)
  2947. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2948. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2949. bleedpart.CanCollide = false
  2950. bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  2951. bleedpart.Transparency = 1
  2952.  
  2953. local bleedpartweld = Instance.new("Weld", Torso)
  2954. bleedpartweld.Part0 = Torso
  2955. bleedpartweld.Part1 = bleedpart
  2956. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  2957. local coru = coroutine.wrap(function()
  2958. bleed(bleedpart)
  2959. end)
  2960. coru()
  2961. end
  2962. Neck.C1 = CFrame.new()
  2963. Neck.Parent = Torso
  2964. end
  2965. local Limb = playa:FindFirstChild("Right Arm")
  2966. if Limb then
  2967.  
  2968. Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  2969. local Joint = Instance.new("Rotate")
  2970. Joint.Name = "RightShoulder"
  2971. Joint.Part0 = Torso
  2972. Joint.Part1 = Limb
  2973. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2974. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2975. Joint.Parent = Torso
  2976.  
  2977. local B = Instance.new("Part")
  2978. B.TopSurface = 0
  2979. B.BottomSurface = 0
  2980. B.formFactor = "Symmetric"
  2981. B.Size = Vector3.new(1, 1, 1)
  2982. B.Transparency = 1
  2983. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2984. B.Parent = playa
  2985. local W = Instance.new("Weld")
  2986. W.Part0 = Limb
  2987. W.Part1 = B
  2988. W.C0 = CFrame.new(0, -0.5, 0)
  2989. W.Parent = Limb
  2990. end
  2991. local Limb = playa:FindFirstChild("Left Arm")
  2992. if Limb then
  2993.  
  2994. Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  2995. local Joint = Instance.new("Rotate")
  2996. Joint.Name = "LeftShoulder"
  2997. Joint.Part0 = Torso
  2998. Joint.Part1 = Limb
  2999. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  3000. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  3001. Joint.Parent = Torso
  3002.  
  3003. local B = Instance.new("Part")
  3004. B.TopSurface = 0
  3005. B.BottomSurface = 0
  3006. B.formFactor = "Symmetric"
  3007. B.Size = Vector3.new(1, 1, 1)
  3008. B.Transparency = 1
  3009. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  3010. B.Parent = playa
  3011. local W = Instance.new("Weld")
  3012. W.Part0 = Limb
  3013. W.Part1 = B
  3014. W.C0 = CFrame.new(0, -0.5, 0)
  3015. W.Parent = Limb
  3016. end
  3017. local Limb = playa:FindFirstChild("Right Leg")
  3018. if Limb then
  3019. Limb.CanCollide = false
  3020. Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  3021. local Joint = Instance.new("Rotate")
  3022. Joint.Name = "RightHip"
  3023. Joint.Part0 = Torso
  3024. Joint.Part1 = Limb
  3025. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  3026. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  3027. Joint.Parent = Torso
  3028.  
  3029. local B = Instance.new("Part")
  3030. B.TopSurface = 0
  3031. B.BottomSurface = 0
  3032. B.formFactor = "Symmetric"
  3033. B.Size = Vector3.new(1, 1, 1)
  3034. B.Transparency = 1
  3035. B.CanCollide = true
  3036. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  3037. B.Parent = playa
  3038. local W = Instance.new("Weld")
  3039. W.Part0 = Limb
  3040. W.Part1 = B
  3041. W.C0 = CFrame.new(0, -0.5, 0)
  3042. W.Parent = Limb
  3043. end
  3044. local Limb = playa:FindFirstChild("Left Leg")
  3045. if Limb then
  3046. Limb.CanCollide = false
  3047. Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  3048. local Joint = Instance.new("Rotate")
  3049. Joint.Name = "LeftHip"
  3050. Joint.Part0 = Torso
  3051. Joint.Part1 = Limb
  3052. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  3053. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  3054. Joint.Parent = Torso
  3055.  
  3056. local B = Instance.new("Part")
  3057. B.TopSurface = 0
  3058. B.BottomSurface = 0
  3059. if zombiemode == false or override then
  3060. B.CanCollide = true
  3061. end
  3062. B.formFactor = "Symmetric"
  3063. B.Size = Vector3.new(1, 1, 1)
  3064. B.Transparency = 1
  3065. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  3066. B.Parent = playa
  3067. local W = Instance.new("Weld")
  3068. W.Part0 = Limb
  3069. W.Part1 = B
  3070. W.C0 = CFrame.new(0, -0.5, 0)
  3071. W.Parent = Limb
  3072. end
  3073. --[[
  3074. local Bar = Instance.new("Part")
  3075. Bar.TopSurface = 0
  3076. Bar.BottomSurface = 0
  3077. Bar.formFactor = "Symmetric"
  3078. Bar.Size = Vector3.new(1, 1, 1)
  3079. Bar.Transparency = 1
  3080. Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  3081. Bar.Parent = playa
  3082. local Weld = Instance.new("Weld")
  3083. Weld.Part0 = Torso
  3084. Weld.Part1 = Bar
  3085. Weld.C0 = CFrame.new(0, 0.5, 0)
  3086. Weld.Parent = Torso
  3087. --]]
  3088. playa.Parent = Gibs
  3089. if kneef and explode == nil then
  3090. local coru = coroutine.wrap(function()
  3091. if playa:FindFirstChild(hitz) then
  3092. local uno = Instance.new('Part',workspace)
  3093. local dos = Instance.new('Part',workspace)
  3094. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  3095. dos.CFrame = kneef["big ass knife"].CFrame
  3096. local weld = Instance.new('Weld',kneef["big ass knife"])
  3097. weld.Part0 = playa:FindFirstChild(hitz)
  3098. weld.Part1 = kneef["big ass knife"]
  3099. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3100. uno:Destroy()
  3101. dos:Destroy()
  3102. playa:FindFirstChild(hitz).Anchored = false
  3103. for i, v in pairs(kneef:GetChildren()) do
  3104. if v:IsA('BasePart') then
  3105. v.Anchored = false
  3106. end
  3107. end
  3108. if explode == nil or explode == false then
  3109. local bleedpart = Instance.new("Part", kneef)
  3110. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  3111. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  3112. bleedpart.CanCollide = false
  3113. bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  3114. bleedpart.Transparency = 1
  3115.  
  3116. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  3117. bleedpartweld.Part0 = kneef["big ass knife"]
  3118. bleedpartweld.Part1 = bleedpart
  3119. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  3120. local coru = coroutine.wrap(function()
  3121. bleed(bleedpart)
  3122. end)
  3123. coru()
  3124. end
  3125. end
  3126. if zombiemode == false or override then
  3127. wait()
  3128. end
  3129. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  3130. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  3131. end
  3132. end)
  3133. coru()
  3134. end
  3135. if explode then
  3136. local movevector = CFrame.new(explode.Position,Torso.Position).lookVector
  3137. local repulse = Instance.new('BodyForce',Torso)
  3138. repulse.Force = movevector*10000 + Vector3.new(0,5000,0)
  3139. game.Debris:AddItem(repulse,0.05)
  3140. end
  3141. if charred and zombiemode == false then
  3142. for i,v in pairs(playa:GetChildren()) do
  3143. if v:IsA('BasePart') then
  3144. v.BrickColor = BrickColor.Black()
  3145. local fire = Instance.new('Fire',v)
  3146. fire.Size = 5
  3147. fire.Heat = 5
  3148. elseif v:IsA('Accessory') then
  3149. for a,c in pairs(v:GetChildren()) do
  3150. if c:IsA('BasePart') then
  3151. c.BrickColor = BrickColor.Black()
  3152. local fire = Instance.new('Fire',v)
  3153. fire.Size = 5
  3154. fire.Heat = 5
  3155. for o,p in pairs(c:GetChildren()) do
  3156. if p:IsA("SpecialMesh") then
  3157. p.TextureId = ""
  3158. end
  3159. end
  3160. end
  3161. end
  3162. end
  3163. end
  3164. end
  3165. if soundy then
  3166. local sound = Instance.new('Sound',Head)
  3167. sound.SoundId = 'rbxassetid://903640857'
  3168. sound.Volume = 1
  3169. sound:Play()
  3170. sound.Ended:connect(function()
  3171. sound:Destroy()
  3172. local ambient = Instance.new('Sound',Head)
  3173. ambient.Volume = 0.25
  3174. ambient.Looped = true
  3175. ambient.SoundId = 'rbxassetid://903641031'
  3176. ambient:Play()
  3177. end)
  3178. end
  3179. if override then
  3180. if (string.len(hum2.Parent.Name) < 9 or string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie") and zombiemode == true and #zombies < 10 then
  3181. local coru = coroutine.wrap(function()
  3182. wait(4.5)
  3183. hum2.Parent.Name = hum2.Parent.Name.."'s Zombie"
  3184. hum2.HipHeight = 0.2
  3185. wait(0.5)
  3186. killz(hum2.Parent,"Head",nil,nil,false,false,false,false)
  3187. end)
  3188. coru()
  3189. else
  3190. game:GetService('Debris'):AddItem(playa, 12)
  3191. end
  3192. else
  3193. hum2.Health = 0
  3194. table.insert(zombies,playa)
  3195. local attack = Instance.new('Sound',Head)
  3196. attack.SoundId = 'rbxassetid://903641424'
  3197. attack.Volume = 2
  3198. for i,v in pairs(playa:GetChildren()) do
  3199. if v:IsA('BasePart') and v:FindFirstChildOfClass('TouchTransmitter') == nil then
  3200. v.Touched:connect(function(hit)
  3201. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') then
  3202. local found = false
  3203. if hit.Parent == player.Character then
  3204. found = true
  3205. end
  3206. for a,c in pairs(zombies) do
  3207. if c == hit.Parent then
  3208. found = true
  3209. end
  3210. end
  3211. if found == false and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 then
  3212. attack:Play()
  3213. if hit.Parent:FindFirstChildOfClass('Humanoid').Health - 2 <= 0 then
  3214. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  3215. wait()
  3216. killz(hit.Parent,"Head")
  3217. else
  3218. hit.Parent:FindFirstChildOfClass('Humanoid'):TakeDamage(2)
  3219. end
  3220. end
  3221. end
  3222. end)
  3223. end
  3224. end
  3225. local coru = coroutine.wrap(function()
  3226. wait(2)
  3227. for i,v in pairs(playa:GetChildren()) do
  3228. if v:IsA('BasePart') then
  3229. for a,c in pairs(v:GetChildren()) do
  3230. if c:IsA('Fire') or c:IsA('ParticleEmitter') then
  3231. c:Destroy()
  3232. end
  3233. end
  3234. elseif v:IsA('Accessory') then
  3235. for a,c in pairs(v:GetChildren()) do
  3236. if c:IsA('BasePart') then
  3237. for b,d in pairs(c:GetChildren()) do
  3238. if d:IsA('Fire') or d:IsA('ParticleEmitter') then
  3239. d:Destroy()
  3240. end
  3241. end
  3242. end
  3243. end
  3244. end
  3245. end
  3246. end)
  3247. coru()
  3248. end
  3249. end
  3250. end
  3251.  
  3252. mouse.KeyDown:connect(function(key)
  3253. if key == "t" and mouse.Target then
  3254. local hum = mouse.Target.Parent:FindFirstChildOfClass('Humanoid')
  3255. if hum == nil then hum = mouse.Target.Parent.Parent:FindFirstChildOfClass('Humanoid') end
  3256. if curpoint == nil then
  3257. if hum and hum.Parent:FindFirstChild('Head') then
  3258. curpart = hum.Parent.Head
  3259. else
  3260. curpart = nil
  3261. curpoint = mouse.Hit.p
  3262. end
  3263. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  3264. notify("ZOMBIE TARGET SET",false)
  3265. else
  3266. curpart = nil
  3267. curpoint = nil
  3268. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  3269. notify("ZOMBIE TARGET REMOVED",false)
  3270. end
  3271. elseif key == "y" then
  3272. for o,p in pairs(zombies) do
  3273. local coru = coroutine.wrap(function()
  3274. if p:FindFirstChild('Torso') then
  3275. killz(p,"Head",nil,nil,false,false,false,true)
  3276. else
  3277. table.remove(zombies,o)
  3278. end
  3279. end)
  3280. coru()
  3281. wait()
  3282. end
  3283. for i,v in pairs(zombies) do
  3284. table.remove(zombies,i)
  3285. end
  3286. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  3287. notify("ZOMBIES TERMINATED",false)
  3288. end
  3289. end)
  3290.  
  3291. function nub()
  3292. repeat wait() until player.Character and player.Character:FindFirstChild('Torso')
  3293. local me = player.Character
  3294. local point = me.HumanoidRootPart
  3295. local playergui = player.PlayerGui
  3296. local rightshoulderz = me.Torso["Right Shoulder"]:Clone()
  3297. local leftshoulderz = me.Torso["Left Shoulder"]:Clone()
  3298. local torsojoint = me.HumanoidRootPart["RootJoint"]:Clone()
  3299. local lefthipz = me.Torso["Left Hip"]:Clone()
  3300. local righthipz = me.Torso["Right Hip"]:Clone()
  3301. local mode = "kill"
  3302. local lerpz = false
  3303. local active = false
  3304. local acting = false
  3305. local hit = false
  3306. local canClick = true
  3307. local stabbing = false
  3308. local grabbing = false
  3309. local finishing = false
  3310. local kyssing = false
  3311. local canbackgroundmusic = true
  3312. local cancolorfilter = true
  3313. local spinboolean = false
  3314. local grabbed = nil
  3315. local doing = false
  3316. local rightshoulder = nil
  3317. local leftshoulder = nil
  3318. local headweld = nil
  3319. local knifeparts = {}
  3320. local usable = true
  3321. finishnum = 1
  3322.  
  3323. function notify(msg,forever)
  3324. local doit = coroutine.wrap(function()
  3325. local gui = Instance.new('ScreenGui',playergui)
  3326. gui.Name = "Notification"
  3327. local frame = Instance.new('Frame',gui)
  3328. frame.Position = UDim2.new(0,0,0,0)
  3329. frame.Size = UDim2.new(1,0,0.2,0)
  3330. frame.BackgroundTransparency = 1
  3331. local txt = Instance.new('TextLabel',frame)
  3332. txt.TextColor3 = Color3.new(255,255,255)
  3333. txt.TextStrokeColor3 = Color3.new(0, 0, 0)
  3334. txt.TextStrokeTransparency = 0
  3335. txt.BackgroundTransparency = 1
  3336. txt.Text = ""
  3337. txt.Size = UDim2.new(1,0,0.3,0)
  3338. txt.Position = UDim2.new(0,0,0.4,0)
  3339. txt.TextScaled = true
  3340. txt.Font = "Code"
  3341. txt.TextXAlignment = "Center"
  3342. local tap = Instance.new("Sound")
  3343. tap.Parent = gui
  3344. tap.SoundId = "rbxassetid://147982968"
  3345. tap.TimePosition = 0.1
  3346. local str = msg
  3347. local len = string.len(str)
  3348. for i=1,len do
  3349. txt.Text = string.sub(str,1,i)
  3350. pitche = math.random(20, 40)/10
  3351. tap.PlaybackSpeed = pitche
  3352. tap:Play()
  3353. wait(0.01)
  3354. end
  3355. if forever == false then
  3356. wait(1)
  3357. while txt.TextTransparency < 1 do
  3358. txt.TextTransparency = txt.TextTransparency + 0.1
  3359. txt.TextStrokeTransparency = txt.TextStrokeTransparency + 0.1
  3360. wait(0.001)
  3361. end
  3362. gui:Destroy()
  3363. end
  3364. end)
  3365. doit()
  3366. end
  3367.  
  3368. wait(0.5)
  3369. notify("PRESS [Z] TO EQUIP KNIFE || Created by mustardfoot and Tollonis",true)
  3370. local laugh = Instance.new('Sound',me.Head)
  3371. laugh.SoundId = 'rbxassetid://378827985'
  3372. laugh.Name = "Psycho"
  3373. laugh.Volume = 5
  3374. -- 1 - bitch ass knife
  3375. local obj1 = Instance.new("Model")
  3376. obj1.Name = "bitch ass knife"
  3377. obj1.Parent = game.Workspace
  3378.  
  3379. -- 2 - Grab
  3380. local obj2 = Instance.new("Part")
  3381. obj2.CFrame = CFrame.new(Vector3.new(20.4525032, 6.14501333, -134.399979)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  3382. obj2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3383. obj2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3384. obj2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3385. obj2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3386. obj2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3387. obj2.Material = Enum.Material.Concrete
  3388. obj2.Size = Vector3.new(1, 0.25, 0.25)
  3389. obj2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3390. obj2.Anchored = true
  3391. obj2.BrickColor = BrickColor.new("Black")
  3392. obj2.Friction = 0.30000001192093
  3393. obj2.Shape = Enum.PartType.Cylinder
  3394. obj2.Name = "Grab"
  3395. obj2.Parent = obj1
  3396.  
  3397. -- 3 - handletopcap
  3398. local obj3 = Instance.new("Part")
  3399. obj3.CFrame = CFrame.new(Vector3.new(19.9725456, 6.14502859, -134.399933)) * CFrame.Angles(0, 1.5707963705063, 0)
  3400. obj3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3401. obj3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3402. obj3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3403. obj3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3404. obj3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3405. obj3.Material = Enum.Material.Concrete
  3406. obj3.Size = Vector3.new(0.349999994, 0.349999994, 0.349999994)
  3407. obj3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3408. obj3.Anchored = true
  3409. obj3.BrickColor = BrickColor.new("Black")
  3410. obj3.Friction = 0.30000001192093
  3411. obj3.Shape = Enum.PartType.Ball
  3412. obj3.Name = "handletopcap"
  3413. obj3.Parent = obj1
  3414.  
  3415. -- 4 - handlebottomcap
  3416. local obj4 = Instance.new("Part")
  3417. obj4.CFrame = CFrame.new(Vector3.new(20.9725285, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  3418. obj4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3419. obj4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3420. obj4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3421. obj4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3422. obj4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3423. obj4.Material = Enum.Material.Concrete
  3424. obj4.Size = Vector3.new(0.25, 0.25, 0.25)
  3425. obj4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3426. obj4.Anchored = true
  3427. obj4.BrickColor = BrickColor.new("Black")
  3428. obj4.Friction = 0.30000001192093
  3429. obj4.Shape = Enum.PartType.Ball
  3430. obj4.Name = "handlebottomcap"
  3431. obj4.Parent = obj1
  3432.  
  3433. -- 5 - handleguardmid
  3434. local obj5 = Instance.new("Part")
  3435. obj5.CFrame = CFrame.new(Vector3.new(19.9474983, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  3436. obj5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3437. obj5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3438. obj5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3439. obj5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3440. obj5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3441. obj5.Material = Enum.Material.Concrete
  3442. obj5.Size = Vector3.new(0.349999994, 0.349999994, 0.100000001)
  3443. obj5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3444. obj5.Anchored = true
  3445. obj5.BrickColor = BrickColor.new("Black")
  3446. obj5.Friction = 0.30000001192093
  3447. obj5.Shape = Enum.PartType.Block
  3448. obj5.Name = "handleguardmid"
  3449. obj5.Parent = obj1
  3450.  
  3451. -- 6 - handleguardcap1
  3452. local obj6 = Instance.new("Part")
  3453. obj6.CFrame = CFrame.new(Vector3.new(19.9474983, 6.32502794, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  3454. obj6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3455. obj6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3456. obj6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3457. obj6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3458. obj6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3459. obj6.Material = Enum.Material.Concrete
  3460. obj6.Size = Vector3.new(0.100000001, 0.349999994, 0.349999994)
  3461. obj6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3462. obj6.Anchored = true
  3463. obj6.BrickColor = BrickColor.new("Black")
  3464. obj6.Friction = 0.30000001192093
  3465. obj6.Shape = Enum.PartType.Cylinder
  3466. obj6.Name = "handleguardcap1"
  3467. obj6.Parent = obj1
  3468.  
  3469. -- 7 - handleguardcap2
  3470. local obj7 = Instance.new("Part")
  3471. obj7.CFrame = CFrame.new(Vector3.new(19.9474983, 5.97502899, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  3472. obj7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3473. obj7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3474. obj7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3475. obj7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3476. obj7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3477. obj7.Material = Enum.Material.Concrete
  3478. obj7.Size = Vector3.new(0.100000009, 0.349999994, 0.349999994)
  3479. obj7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3480. obj7.Anchored = true
  3481. obj7.BrickColor = BrickColor.new("Black")
  3482. obj7.Friction = 0.30000001192093
  3483. obj7.Shape = Enum.PartType.Cylinder
  3484. obj7.Name = "handleguardcap2"
  3485. obj7.Parent = obj1
  3486.  
  3487. -- 8 - big ass knife
  3488. local obj8 = Instance.new("Part")
  3489. obj8.CFrame = CFrame.new(Vector3.new(18.4375095, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  3490. obj8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3491. obj8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3492. obj8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3493. obj8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3494. obj8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3495. obj8.Material = Enum.Material.Metal
  3496. obj8.Size = Vector3.new(0.0500000007, 0.280000001, 0.839999795)
  3497. obj8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3498. obj8.Anchored = true
  3499. obj8.BrickColor = BrickColor.new("Lily white")
  3500. obj8.Friction = 0.30000001192093
  3501. obj8.Shape = Enum.PartType.Block
  3502. obj8.Name = "big ass knife"
  3503. obj8.Parent = obj1
  3504.  
  3505. -- 9 - Mesh
  3506. local obj9 = Instance.new("BlockMesh")
  3507. obj9.Scale = Vector3.new(0.5, 1, 1)
  3508. obj9.Parent = obj8
  3509.  
  3510. -- 10 - big ass knife
  3511. local obj10 = Instance.new("Part")
  3512. obj10.CFrame = CFrame.new(Vector3.new(19.7425137, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  3513. obj10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3514. obj10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3515. obj10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3516. obj10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3517. obj10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3518. obj10.Material = Enum.Material.Metal
  3519. obj10.Size = Vector3.new(0.0500000007, 0.280000001, 0.289999962)
  3520. obj10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3521. obj10.Anchored = true
  3522. obj10.BrickColor = BrickColor.new("Lily white")
  3523. obj10.Friction = 0.30000001192093
  3524. obj10.Shape = Enum.PartType.Block
  3525. obj10.Name = "big ass knife"
  3526. obj10.Parent = obj1
  3527. local knife = obj10
  3528.  
  3529. -- 11 - Mesh
  3530. local obj11 = Instance.new("BlockMesh")
  3531. obj11.Scale = Vector3.new(0.5, 1, 1)
  3532. obj11.Parent = obj10
  3533.  
  3534. -- 12 - big ass knife
  3535. local obj12 = Instance.new("Part")
  3536. obj12.CFrame = CFrame.new(Vector3.new(19.1075306, 6.08502865, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  3537. obj12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3538. obj12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3539. obj12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3540. obj12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3541. obj12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3542. obj12.Material = Enum.Material.Metal
  3543. obj12.Size = Vector3.new(0.0500000007, 0.159999996, 0.979999959)
  3544. obj12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3545. obj12.Anchored = true
  3546. obj12.BrickColor = BrickColor.new("Lily white")
  3547. obj12.Friction = 0.30000001192093
  3548. obj12.Shape = Enum.PartType.Block
  3549. obj12.Name = "big ass knife"
  3550. obj12.Parent = obj1
  3551.  
  3552. -- 13 - Mesh
  3553. local obj13 = Instance.new("BlockMesh")
  3554. obj13.Scale = Vector3.new(0.5, 1, 1)
  3555. obj13.Parent = obj12
  3556.  
  3557. -- 14 - serration
  3558. local obj14 = Instance.new("WedgePart")
  3559. obj14.CFrame = CFrame.new(Vector3.new(19.4963322, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3560. obj14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3561. obj14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3562. obj14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3563. obj14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3564. obj14.Material = Enum.Material.Metal
  3565. obj14.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3566. obj14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3567. obj14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3568. obj14.Anchored = true
  3569. obj14.BrickColor = BrickColor.new("Lily white")
  3570. obj14.Friction = 0.30000001192093
  3571. obj14.Name = "serration"
  3572. obj14.Parent = obj1
  3573.  
  3574. -- 15 - Mesh
  3575. local obj15 = Instance.new("BlockMesh")
  3576. obj15.Scale = Vector3.new(0.5, 1, 1)
  3577. obj15.Parent = obj14
  3578.  
  3579. -- 16 - serration
  3580. local obj16 = Instance.new("WedgePart")
  3581. obj16.CFrame = CFrame.new(Vector3.new(19.2763138, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3582. obj16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3583. obj16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3584. obj16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3585. obj16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3586. obj16.Material = Enum.Material.Metal
  3587. obj16.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3588. obj16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3589. obj16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3590. obj16.Anchored = true
  3591. obj16.BrickColor = BrickColor.new("Lily white")
  3592. obj16.Friction = 0.30000001192093
  3593. obj16.Name = "serration"
  3594. obj16.Parent = obj1
  3595.  
  3596. -- 17 - Mesh
  3597. local obj17 = Instance.new("BlockMesh")
  3598. obj17.Scale = Vector3.new(0.5, 1, 1)
  3599. obj17.Parent = obj16
  3600.  
  3601. -- 18 - serration
  3602. local obj18 = Instance.new("WedgePart")
  3603. obj18.CFrame = CFrame.new(Vector3.new(19.3863068, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3604. obj18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3605. obj18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3606. obj18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3607. obj18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3608. obj18.Material = Enum.Material.Metal
  3609. obj18.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3610. obj18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3611. obj18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3612. obj18.Anchored = true
  3613. obj18.BrickColor = BrickColor.new("Lily white")
  3614. obj18.Friction = 0.30000001192093
  3615. obj18.Name = "serration"
  3616. obj18.Parent = obj1
  3617.  
  3618. -- 19 - Mesh
  3619. local obj19 = Instance.new("BlockMesh")
  3620. obj19.Scale = Vector3.new(0.5, 1, 1)
  3621. obj19.Parent = obj18
  3622.  
  3623. -- 20 - serration
  3624. local obj20 = Instance.new("WedgePart")
  3625. obj20.CFrame = CFrame.new(Vector3.new(19.5963173, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3626. obj20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3627. obj20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3628. obj20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3629. obj20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3630. obj20.Material = Enum.Material.Metal
  3631. obj20.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3632. obj20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3633. obj20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3634. obj20.Anchored = true
  3635. obj20.BrickColor = BrickColor.new("Lily white")
  3636. obj20.Friction = 0.30000001192093
  3637. obj20.Name = "serration"
  3638. obj20.Parent = obj1
  3639.  
  3640. -- 21 - Mesh
  3641. local obj21 = Instance.new("BlockMesh")
  3642. obj21.Scale = Vector3.new(0.5, 1, 1)
  3643. obj21.Parent = obj20
  3644.  
  3645. -- 22 - serration
  3646. local obj22 = Instance.new("WedgePart")
  3647. obj22.CFrame = CFrame.new(Vector3.new(19.1663074, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3648. obj22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3649. obj22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3650. obj22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3651. obj22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3652. obj22.Material = Enum.Material.Metal
  3653. obj22.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3654. obj22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3655. obj22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3656. obj22.Anchored = true
  3657. obj22.BrickColor = BrickColor.new("Lily white")
  3658. obj22.Friction = 0.30000001192093
  3659. obj22.Name = "serration"
  3660. obj22.Parent = obj1
  3661.  
  3662. -- 23 - Mesh
  3663. local obj23 = Instance.new("BlockMesh")
  3664. obj23.Scale = Vector3.new(0.5, 1, 1)
  3665. obj23.Parent = obj22
  3666.  
  3667. -- 24 - serration
  3668. local obj24 = Instance.new("WedgePart")
  3669. obj24.CFrame = CFrame.new(Vector3.new(18.9663048, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3670. obj24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3671. obj24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3672. obj24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3673. obj24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3674. obj24.Material = Enum.Material.Metal
  3675. obj24.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3676. obj24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3677. obj24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3678. obj24.Anchored = true
  3679. obj24.BrickColor = BrickColor.new("Lily white")
  3680. obj24.Friction = 0.30000001192093
  3681. obj24.Name = "serration"
  3682. obj24.Parent = obj1
  3683.  
  3684. -- 25 - Mesh
  3685. local obj25 = Instance.new("BlockMesh")
  3686. obj25.Scale = Vector3.new(0.5, 1, 1)
  3687. obj25.Parent = obj24
  3688.  
  3689. -- 26 - serration
  3690. local obj26 = Instance.new("WedgePart")
  3691. obj26.CFrame = CFrame.new(Vector3.new(18.8562984, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3692. obj26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3693. obj26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3694. obj26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3695. obj26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3696. obj26.Material = Enum.Material.Metal
  3697. obj26.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3698. obj26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3699. obj26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3700. obj26.Anchored = true
  3701. obj26.BrickColor = BrickColor.new("Lily white")
  3702. obj26.Friction = 0.30000001192093
  3703. obj26.Name = "serration"
  3704. obj26.Parent = obj1
  3705.  
  3706. -- 27 - Mesh
  3707. local obj27 = Instance.new("BlockMesh")
  3708. obj27.Scale = Vector3.new(0.5, 1, 1)
  3709. obj27.Parent = obj26
  3710.  
  3711. -- 28 - serration
  3712. local obj28 = Instance.new("WedgePart")
  3713. obj28.CFrame = CFrame.new(Vector3.new(19.0663071, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3714. obj28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3715. obj28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3716. obj28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3717. obj28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3718. obj28.Material = Enum.Material.Metal
  3719. obj28.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3720. obj28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3721. obj28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3722. obj28.Anchored = true
  3723. obj28.BrickColor = BrickColor.new("Lily white")
  3724. obj28.Friction = 0.30000001192093
  3725. obj28.Name = "serration"
  3726. obj28.Parent = obj1
  3727.  
  3728. -- 29 - Mesh
  3729. local obj29 = Instance.new("BlockMesh")
  3730. obj29.Scale = Vector3.new(0.5, 1, 1)
  3731. obj29.Parent = obj28
  3732.  
  3733. -- 30 - knifetip1
  3734. local obj30 = Instance.new("WedgePart")
  3735. obj30.CFrame = CFrame.new(Vector3.new(18.0163059, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3736. obj30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3737. obj30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3738. obj30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3739. obj30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3740. obj30.Material = Enum.Material.Metal
  3741. obj30.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3742. obj30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3743. obj30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3744. obj30.Anchored = true
  3745. obj30.BrickColor = BrickColor.new("Lily white")
  3746. obj30.Friction = 0.30000001192093
  3747. obj30.Name = "knifetip1"
  3748. obj30.Parent = obj1
  3749.  
  3750. -- 31 - Mesh
  3751. local obj31 = Instance.new("BlockMesh")
  3752. obj31.Scale = Vector3.new(0.5, 1, 1)
  3753. obj31.Parent = obj30
  3754.  
  3755. -- 32 - redstuff
  3756. local obj32 = Instance.new("Part")
  3757. obj32.CFrame = CFrame.new(Vector3.new(19.9470005, 5.9749999, -134.399994)) * CFrame.Angles(-0, 0, -0)
  3758. obj32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3759. obj32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3760. obj32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3761. obj32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3762. obj32.Material = Enum.Material.SmoothPlastic
  3763. obj32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3764. obj32.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  3765. obj32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3766. obj32.BrickColor = BrickColor.new("Institutional white")
  3767. obj32.Friction = 0.30000001192093
  3768. obj32.Shape = Enum.PartType.Cylinder
  3769. obj32.Name = "redstuff"
  3770. obj32.Anchored = true
  3771. obj32.Parent = obj1
  3772.  
  3773.  
  3774. -- 33 - redstuff
  3775. local obj33 = Instance.new("Part")
  3776. obj33.CFrame = CFrame.new(Vector3.new(18.9800053, 6.1400156, -134.404984)) * CFrame.Angles(-0, 0, -0)
  3777. obj33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3778. obj33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3779. obj33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3780. obj33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3781. obj33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3782. obj33.Material = Enum.Material.SmoothPlastic
  3783. obj33.Size = Vector3.new(1.81999993, 0.100000001, 0.0500000007)
  3784. obj33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3785. obj33.BrickColor = BrickColor.new("Institutional white")
  3786. obj33.Friction = 0.30000001192093
  3787. obj33.Shape = Enum.PartType.Block
  3788. obj33.Name = "redstuff"
  3789. obj33.Anchored = true
  3790. obj33.Parent = obj1
  3791.  
  3792. -- 34 - redstuff
  3793. local obj34 = Instance.new("Part")
  3794. obj34.CFrame = CFrame.new(Vector3.new(19.9470005, 6.32499981, -134.399994)) * CFrame.Angles(-0, 0, -0)
  3795. obj34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3796. obj34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3797. obj34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3798. obj34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3799. obj34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3800. obj34.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  3801. obj34.Material = Enum.Material.SmoothPlastic
  3802. obj34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3803. obj34.BrickColor = BrickColor.new("Institutional white")
  3804. obj34.Friction = 0.30000001192093
  3805. obj34.Shape = Enum.PartType.Cylinder
  3806. obj34.Name = "redstuff"
  3807. obj34.Anchored = true
  3808. obj34.Parent = obj1
  3809.  
  3810. -- 35 - redstuff
  3811. local obj35 = Instance.new("Part")
  3812. obj35.CFrame = CFrame.new(Vector3.new(19.8830166, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  3813. obj35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3814. obj35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3815. obj35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3816. obj35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3817. obj35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3818. obj35.Size = Vector3.new(0.0500000007, 0.319999993, 0.319999993)
  3819. obj35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3820. obj35.BrickColor = BrickColor.new("Institutional white")
  3821. obj35.Friction = 0.30000001192093
  3822. obj35.Shape = Enum.PartType.Cylinder
  3823. obj35.Material = Enum.Material.SmoothPlastic
  3824. obj35.Name = "redstuff"
  3825. obj35.Anchored = true
  3826. obj35.Parent = obj1
  3827.  
  3828. -- 36 - redstuff
  3829. local obj36 = Instance.new("Part")
  3830. obj36.CFrame = CFrame.new(Vector3.new(20.9430103, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  3831. obj36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3832. obj36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3833. obj36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3834. obj36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3835. obj36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3836. obj36.Material = Enum.Material.SmoothPlastic
  3837. obj36.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  3838. obj36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3839. obj36.BrickColor = BrickColor.new("Institutional white")
  3840. obj36.Friction = 0.30000001192093
  3841. obj36.Shape = Enum.PartType.Cylinder
  3842. obj36.Name = "redstuff"
  3843. obj36.Anchored = true
  3844. obj36.Parent = obj1
  3845.  
  3846. -- 37 - redstuff
  3847. local obj37 = Instance.new("WedgePart")
  3848. obj37.CFrame = CFrame.new(Vector3.new(18.066288, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3849. obj37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3850. obj37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3851. obj37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3852. obj37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3853. obj37.Material = Enum.Material.SmoothPlastic
  3854. obj37.Size = Vector3.new(0.0500000007, 0.0700000003, 0.0700000003)
  3855. obj37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3856. obj37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3857. obj37.Anchored = true
  3858. obj37.BrickColor = BrickColor.new("Institutional white")
  3859. obj37.Friction = 0.30000001192093
  3860. obj37.Name = "redstuff"
  3861. obj37.Anchored = true
  3862. obj37.Parent = obj1
  3863.  
  3864. -- 38 - redstuff
  3865. local obj38 = Instance.new("Part")
  3866. obj38.CFrame = CFrame.new(Vector3.new(20.1230125, 6.14501476, -134.399979)) * CFrame.Angles(-0, 0, -0)
  3867. obj38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3868. obj38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3869. obj38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3870. obj38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3871. obj38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3872. obj38.Material = Enum.Material.SmoothPlastic
  3873. obj38.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  3874. obj38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3875. obj38.BrickColor = BrickColor.new("Institutional white")
  3876. obj38.Friction = 0.30000001192093
  3877. obj38.Shape = Enum.PartType.Cylinder
  3878. obj38.Name = "redstuff"
  3879. obj38.Anchored = true
  3880. obj38.Parent = obj1
  3881.  
  3882. local function recurse(objnum)
  3883. table.insert(knifeparts,{objnum,objnum.Parent})
  3884. for i,v in pairs(objnum:GetChildren()) do
  3885. recurse(v)
  3886. end
  3887. end
  3888.  
  3889. recurse(obj1)
  3890.  
  3891. local audio = Instance.new('Sound',knife)
  3892. audio.Volume = 2
  3893.  
  3894. local audio2 = Instance.new('Sound',knife)
  3895. audio2.Volume = 2
  3896.  
  3897. local holdpart = Instance.new("Part")
  3898. holdpart.Parent = me
  3899. holdpart.Size = Vector3.new(0.4, 0.4, 0.2)
  3900. holdpart.Position = me.Head.Position + Vector3.new(0, 1, 0)
  3901. holdpart.BrickColor = BrickColor.new("Burnt Sienna")
  3902.  
  3903. local previous = nil
  3904. for i,v in pairs(obj1:GetChildren()) do
  3905. if v:IsA('BasePart') then
  3906. if previous then
  3907. local weld = Instance.new('Weld',v)
  3908. weld.Part0 = v
  3909. weld.Part1 = previous
  3910. weld.C0 = v.CFrame:inverse() * previous.CFrame
  3911. previous.Anchored = false
  3912. previous.CanCollide = false
  3913. local vee = v
  3914. weld.AncestryChanged:connect(function(mez,par)
  3915. wait()
  3916. weld.Parent = vee
  3917. end)
  3918. end
  3919. previous = v
  3920. end
  3921. end
  3922. previous.Anchored = false
  3923. previous.CanCollide = false
  3924.  
  3925. local holdpartweld = Instance.new("Weld", me.Torso)
  3926. holdpartweld.Part0 = me.Torso
  3927. holdpartweld.Part1 = holdpart
  3928. holdpartweld.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1, -0.8, 0.15)
  3929.  
  3930. holdpartweld.AncestryChanged:connect(function(mez,par)
  3931. if par ~= me.Torso then
  3932. wait()
  3933. holdpartweld.Parent = me.Torso
  3934. end
  3935. end)
  3936.  
  3937. local knifeweld = Instance.new('Weld',me.Torso)
  3938. knifeweld.Part0 = me.Torso
  3939. knifeweld.Part1 = obj2
  3940. knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  3941. knifeweld.AncestryChanged:connect(function(mez,par)
  3942. if par ~= me.Torso then
  3943. wait()
  3944. knifeweld.Parent = me.Torso
  3945. end
  3946. end)
  3947. local ScreenGui = Instance.new("ScreenGui")
  3948. local CustomizeGui = Instance.new("Frame")
  3949. local Customize = Instance.new("TextLabel")
  3950. local ClosestColor = Instance.new("TextLabel")
  3951. local Line = Instance.new("TextLabel")
  3952. local Color = Instance.new("ImageLabel")
  3953. local Close = Instance.new("TextButton")
  3954. local RedHue = Instance.new("TextLabel")
  3955. local GreenHue = Instance.new("TextLabel")
  3956. local RedInput = Instance.new("TextBox")
  3957. local BlueHue = Instance.new("TextLabel")
  3958. local GreenInput = Instance.new("TextBox")
  3959. local TransInput = Instance.new("TextBox")
  3960. local BlueInput = Instance.new("TextBox")
  3961. local Message = Instance.new("TextLabel")
  3962. local Message2 = Instance.new("TextLabel")
  3963. local TrailTransparency = Instance.new("TextLabel")
  3964. local TrailInput = Instance.new("TextBox")
  3965. local MusicOption = Instance.new("TextButton")
  3966. local ScreenOption = Instance.new("TextButton")
  3967. local ScreenOptionTxt = Instance.new("TextLabel")
  3968. local MusicOptionTxt = Instance.new("TextLabel")
  3969.  
  3970. -- Properties
  3971.  
  3972. ScreenGui.Parent = playergui
  3973.  
  3974. CustomizeGui.Name = "CustomizeGui"
  3975. CustomizeGui.Parent = ScreenGui
  3976. CustomizeGui.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  3977. CustomizeGui.BackgroundTransparency = 0.5
  3978. CustomizeGui.BorderColor3 = Color3.new(0, 0, 0)
  3979. CustomizeGui.BorderSizePixel = 2
  3980. CustomizeGui.Position = UDim2.new(0, 0, 0.5, 0)
  3981. CustomizeGui.Size = UDim2.new(0.449999988, 0, 0.449999988, 0)
  3982.  
  3983. Customize.Name = "Customize"
  3984. Customize.Parent = CustomizeGui
  3985. Customize.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  3986. Customize.BackgroundTransparency = 0.75
  3987. Customize.BorderSizePixel = 0
  3988. Customize.Size = UDim2.new(1, 0, 0.200000003, 0)
  3989. Customize.FontSize = Enum.FontSize.Size28
  3990. Customize.Text = "ACCENT COLOR CUSTOMIZATION"
  3991. Customize.TextColor3 = Color3.new(1, 1, 1)
  3992. Customize.TextScaled = true
  3993. Customize.TextSize = 25
  3994. Customize.TextStrokeTransparency = 0.5
  3995. Customize.TextWrapped = true
  3996.  
  3997. ClosestColor.Name = "ClosestColor"
  3998. ClosestColor.Parent = CustomizeGui
  3999. ClosestColor.BackgroundColor3 = Color3.new(1, 1, 1)
  4000. ClosestColor.BackgroundTransparency = 1
  4001. ClosestColor.Position = UDim2.new(0, 0, 0.850000024, 0)
  4002. ClosestColor.Size = UDim2.new(1, 0, 0.150000006, 0)
  4003. ClosestColor.Font = Enum.Font.SourceSansLight
  4004. ClosestColor.FontSize = Enum.FontSize.Size32
  4005. ClosestColor.Text = "Your color is closest to Institutional White"
  4006. ClosestColor.TextColor3 = Color3.new(1, 1, 1)
  4007. ClosestColor.TextSize = 30
  4008. ClosestColor.TextStrokeTransparency = 0.5
  4009.  
  4010. Line.Name = "Line"
  4011. Line.Parent = CustomizeGui
  4012. Line.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  4013. Line.BackgroundTransparency = 0.5
  4014. Line.BorderColor3 = Color3.new(0, 0, 0)
  4015. Line.BorderSizePixel = 0
  4016. Line.Position = UDim2.new(0, 0, 0.200000003, 0)
  4017. Line.Size = UDim2.new(1, 0, 0.0299999993, 0)
  4018. Line.Font = Enum.Font.SourceSans
  4019. Line.FontSize = Enum.FontSize.Size14
  4020. Line.Text = " "
  4021. Line.TextSize = 14
  4022.  
  4023. Color.Name = "Color"
  4024. Color.Parent = CustomizeGui
  4025. Color.BackgroundColor3 = Color3.new(1, 1, 1)
  4026. Color.BorderSizePixel = 0
  4027. Color.Position = UDim2.new(0.699999988, 0, 0.419999987, 0)
  4028. Color.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  4029. Color.SizeConstraint = Enum.SizeConstraint.RelativeYY
  4030.  
  4031. MusicOption.Parent = CustomizeGui
  4032. MusicOption.Name = "MusicOption"
  4033. MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  4034. MusicOption.BorderSizePixel = 1
  4035. MusicOption.Position = UDim2.new(0.01, 0, -0.12, 0)
  4036. MusicOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  4037. MusicOption.Text = ""
  4038. MusicOption.BackgroundTransparency = 0.5
  4039.  
  4040. ScreenOption.Parent = CustomizeGui
  4041. ScreenOption.Name = "ScreenOption"
  4042. ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  4043. ScreenOption.BorderSizePixel = 1
  4044. ScreenOption.Position = UDim2.new(0.01, 0, -0.23, 0)
  4045. ScreenOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  4046. ScreenOption.Text = ""
  4047. ScreenOption.BackgroundTransparency = 0.5
  4048.  
  4049. ScreenOptionTxt.Name = "ScreenOptionTxt"
  4050. ScreenOptionTxt.Parent = CustomizeGui
  4051. ScreenOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  4052. ScreenOptionTxt.BackgroundTransparency = 1
  4053. ScreenOptionTxt.Position = UDim2.new(0.07, 0, -0.23, 0)
  4054. ScreenOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  4055. ScreenOptionTxt.Font = Enum.Font.SourceSans
  4056. ScreenOptionTxt.FontSize = Enum.FontSize.Size24
  4057. ScreenOptionTxt.Text = "Psychopath Red Filter"
  4058. ScreenOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  4059. ScreenOptionTxt.TextScaled = true
  4060. ScreenOptionTxt.TextSize = 20
  4061. ScreenOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  4062. ScreenOptionTxt.TextStrokeTransparency = 0.5
  4063. ScreenOptionTxt.TextWrapped = true
  4064. ScreenOptionTxt.TextXAlignment = "Left"
  4065.  
  4066. MusicOptionTxt.Name = "MusicOptionTxt"
  4067. MusicOptionTxt.Parent = CustomizeGui
  4068. MusicOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  4069. MusicOptionTxt.BackgroundTransparency = 1
  4070. MusicOptionTxt.Position = UDim2.new(0.07, 0, -0.12, 0)
  4071. MusicOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  4072. MusicOptionTxt.Font = Enum.Font.SourceSans
  4073. MusicOptionTxt.FontSize = Enum.FontSize.Size24
  4074. MusicOptionTxt.Text = "Psychopath Background Music"
  4075. MusicOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  4076. MusicOptionTxt.TextScaled = true
  4077. MusicOptionTxt.TextSize = 20
  4078. MusicOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  4079. MusicOptionTxt.TextStrokeTransparency = 0.5
  4080. MusicOptionTxt.TextWrapped = true
  4081. MusicOptionTxt.TextXAlignment = "Left"
  4082.  
  4083. Close.Name = "Close"
  4084. Close.Parent = CustomizeGui
  4085. Close.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  4086. Close.BackgroundTransparency = 0.5
  4087. Close.BorderColor3 = Color3.new(0, 0, 0)
  4088. Close.BorderSizePixel = 2
  4089. Close.Position = UDim2.new(1.005, 0, 0, 0)
  4090. Close.Size = UDim2.new(0.100000001, 0, 0.2, 0)
  4091. Close.Font = Enum.Font.SourceSans
  4092. Close.FontSize = Enum.FontSize.Size14
  4093. Close.Text = "X"
  4094. Close.TextColor3 = Color3.new(1, 1, 1)
  4095. Close.TextScaled = true
  4096. Close.TextSize = 14
  4097. Close.TextStrokeTransparency = 0
  4098. Close.TextWrapped = true
  4099.  
  4100. RedHue.Name = "RedHue"
  4101. RedHue.Parent = CustomizeGui
  4102. RedHue.BackgroundColor3 = Color3.new(1, 1, 1)
  4103. RedHue.BackgroundTransparency = 1
  4104. RedHue.Position = UDim2.new(0.100000001, 0, 0.400000006, 0)
  4105. RedHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  4106. RedHue.Font = Enum.Font.SourceSans
  4107. RedHue.FontSize = Enum.FontSize.Size24
  4108. RedHue.Text = "RED Hue Value: "
  4109. RedHue.TextColor3 = Color3.new(1, 1, 1)
  4110. RedHue.TextScaled = true
  4111. RedHue.TextSize = 20
  4112. RedHue.TextStrokeColor3 = Color3.new(1, 0, 0)
  4113. RedHue.TextStrokeTransparency = 0.75
  4114. RedHue.TextWrapped = true
  4115.  
  4116. GreenHue.Name = "GreenHue"
  4117. GreenHue.Parent = CustomizeGui
  4118. GreenHue.BackgroundColor3 = Color3.new(1, 1, 1)
  4119. GreenHue.BackgroundTransparency = 1
  4120. GreenHue.Position = UDim2.new(0.100000001, 0, 0.5, 0)
  4121. GreenHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  4122. GreenHue.Font = Enum.Font.SourceSans
  4123. GreenHue.FontSize = Enum.FontSize.Size24
  4124. GreenHue.Text = "GREEN Hue Value:"
  4125. GreenHue.TextColor3 = Color3.new(1, 1, 1)
  4126. GreenHue.TextScaled = true
  4127. GreenHue.TextSize = 20
  4128. GreenHue.TextStrokeColor3 = Color3.new(0, 1, 0)
  4129. GreenHue.TextStrokeTransparency = 0.75
  4130. GreenHue.TextWrapped = true
  4131.  
  4132. RedInput.Name = "RedInput"
  4133. RedInput.Parent = CustomizeGui
  4134. RedInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  4135. RedInput.BackgroundTransparency = 0.5
  4136. RedInput.BorderSizePixel = 0
  4137. RedInput.Position = UDim2.new(0.419999987, 0, 0.425000007, 0)
  4138. RedInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  4139. RedInput.Font = Enum.Font.SourceSans
  4140. RedInput.FontSize = Enum.FontSize.Size14
  4141. RedInput.Text = "255"
  4142. RedInput.TextColor3 = Color3.new(1, 1, 1)
  4143. RedInput.TextSize = 14
  4144. RedInput.TextStrokeTransparency = 0
  4145.  
  4146. BlueHue.Name = "BlueHue"
  4147. BlueHue.Parent = CustomizeGui
  4148. BlueHue.BackgroundColor3 = Color3.new(1, 1, 1)
  4149. BlueHue.BackgroundTransparency = 1
  4150. BlueHue.Position = UDim2.new(0.100000001, 0, 0.600000024, 0)
  4151. BlueHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  4152. BlueHue.Font = Enum.Font.SourceSans
  4153. BlueHue.FontSize = Enum.FontSize.Size24
  4154. BlueHue.Text = "BLUE Hue Value:"
  4155. BlueHue.TextColor3 = Color3.new(1, 1, 1)
  4156. BlueHue.TextScaled = true
  4157. BlueHue.TextSize = 20
  4158. BlueHue.TextStrokeColor3 = Color3.new(0, 0, 1)
  4159. BlueHue.TextStrokeTransparency = 0.75
  4160. BlueHue.TextWrapped = true
  4161.  
  4162. TrailTransparency.Name = "TrailTransparency"
  4163. TrailTransparency.Parent = CustomizeGui
  4164. TrailTransparency.BackgroundColor3 = Color3.new(1, 1, 1)
  4165. TrailTransparency.BackgroundTransparency = 1
  4166. TrailTransparency.Position = UDim2.new(0.090000001, 0, 0.700000024, 0)
  4167. TrailTransparency.Size = UDim2.new(0.310000012, 0, 0.100000001, 0)
  4168. TrailTransparency.Font = Enum.Font.SourceSans
  4169. TrailTransparency.FontSize = Enum.FontSize.Size24
  4170. TrailTransparency.Text = "Trail Transparency:"
  4171. TrailTransparency.TextColor3 = Color3.new(1, 1, 1)
  4172. TrailTransparency.TextScaled = true
  4173. TrailTransparency.TextSize = 20
  4174. TrailTransparency.TextStrokeColor3 = Color3.new(0, 0, 0)
  4175. TrailTransparency.TextWrapped = true
  4176.  
  4177. GreenInput.Name = "GreenInput"
  4178. GreenInput.Parent = CustomizeGui
  4179. GreenInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  4180. GreenInput.BackgroundTransparency = 0.5
  4181. GreenInput.BorderSizePixel = 0
  4182. GreenInput.Position = UDim2.new(0.419999987, 0, 0.524999976, 0)
  4183. GreenInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  4184. GreenInput.Font = Enum.Font.SourceSans
  4185. GreenInput.FontSize = Enum.FontSize.Size14
  4186. GreenInput.Text = "255"
  4187. GreenInput.TextColor3 = Color3.new(1, 1, 1)
  4188. GreenInput.TextSize = 14
  4189. GreenInput.TextStrokeTransparency = 0
  4190.  
  4191. TransInput.Name = "TransInput"
  4192. TransInput.Parent = CustomizeGui
  4193. TransInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  4194. TransInput.BackgroundTransparency = 0.5
  4195. TransInput.BorderSizePixel = 0
  4196. TransInput.Position = UDim2.new(0.419999987, 0, 0.725000024, 0)
  4197. TransInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  4198. TransInput.Font = Enum.Font.SourceSans
  4199. TransInput.FontSize = Enum.FontSize.Size14
  4200. TransInput.Text = "50"
  4201. TransInput.TextColor3 = Color3.new(1, 1, 1)
  4202. TransInput.TextSize = 14
  4203. TransInput.TextStrokeTransparency = 0
  4204.  
  4205. BlueInput.Name = "BlueInput"
  4206. BlueInput.Parent = CustomizeGui
  4207. BlueInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  4208. BlueInput.BackgroundTransparency = 0.5
  4209. BlueInput.BorderSizePixel = 0
  4210. BlueInput.Position = UDim2.new(0.419999987, 0, 0.625, 0)
  4211. BlueInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  4212. BlueInput.Font = Enum.Font.SourceSans
  4213. BlueInput.FontSize = Enum.FontSize.Size14
  4214. BlueInput.Text = "255"
  4215. BlueInput.TextColor3 = Color3.new(1, 1, 1)
  4216. BlueInput.TextSize = 14
  4217. BlueInput.TextStrokeTransparency = 0
  4218.  
  4219. Message.Name = "Message"
  4220. Message.Parent = CustomizeGui
  4221. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  4222. Message.BackgroundTransparency = 1
  4223. Message.Position = UDim2.new(0, 0, 0.2500004, 0)
  4224. Message.Size = UDim2.new(1, 0, 0.100000006, 0)
  4225. Message.Font = Enum.Font.SourceSans
  4226. Message.FontSize = Enum.FontSize.Size18
  4227. Message.Text = "|| Inputs must be values ||"
  4228. Message.TextColor3 = Color3.new(1, 1, 1)
  4229. Message.TextScaled = true
  4230. Message.TextSize = 15
  4231. Message.TextStrokeTransparency = 0.75
  4232. Message.TextWrapped = true
  4233.  
  4234. local attun = Instance.new("Attachment", knife)
  4235. attun.Position = Vector3.new(0, 0.1, -1.75)
  4236. local atdos = Instance.new("Attachment", knife)
  4237. atdos.Position = Vector3.new(0, -0.1, 0.5)
  4238. local trail = Instance.new("Trail", knife)
  4239. trail.LightEmission = 0.5
  4240. trail.Attachment0 = attun
  4241. trail.Attachment1 = atdos
  4242. trail.Lifetime = 0.175
  4243. trail.MinLength = 0
  4244. trail.Enabled = false
  4245.  
  4246. function updatez()
  4247. local rc = tonumber(RedInput.Text)
  4248. local gc = tonumber(GreenInput.Text)
  4249. local bc = tonumber(BlueInput.Text)
  4250. local tcupd = tonumber(TransInput.Text)
  4251. if rc == nil then
  4252. rc = 0
  4253. end
  4254. if gc == nil then
  4255. gc = 0
  4256. end
  4257. if bc == nil then
  4258. bc = 0
  4259. end
  4260. if tcupd == nil then
  4261. tcupd = 0
  4262. end
  4263. local tc = tcupd/100
  4264. Color.BackgroundColor3 = Color3.fromRGB(rc,gc,bc)
  4265. ClosestColor.Text = "Your color is closest to "..tostring(BrickColor.new(Color3.fromRGB(rc,gc,bc)))
  4266. obj32.Color = Color3.fromRGB(rc,gc,bc)
  4267. obj33.Color = Color3.fromRGB(rc,gc,bc)
  4268. obj34.Color = Color3.fromRGB(rc,gc,bc)
  4269. obj35.Color = Color3.fromRGB(rc,gc,bc)
  4270. obj36.Color = Color3.fromRGB(rc,gc,bc)
  4271. obj37.Color = Color3.fromRGB(rc,gc,bc)
  4272. obj38.Color = Color3.fromRGB(rc,gc,bc)
  4273. trail.Color = ColorSequence.new(Color3.fromRGB(rc, gc, bc))
  4274. trail.Transparency = NumberSequence.new(tc)
  4275. TrailTransparency.TextStrokeTransparency = tc
  4276. end
  4277.  
  4278. RedInput.Changed:connect(function(val)
  4279. if val == "Text" and tonumber(RedInput.Text) then
  4280. RedInput.Text = tostring(tonumber(RedInput.Text))
  4281. if tonumber(RedInput.Text) > 255 then
  4282. RedInput.Text = '255'
  4283. end
  4284. elseif val == "Text" then
  4285. RedInput.Text = ""
  4286. end
  4287. updatez()
  4288. end)
  4289. GreenInput.Changed:connect(function(val)
  4290. if val == "Text" and tonumber(GreenInput.Text) then
  4291. GreenInput.Text = tostring(tonumber(GreenInput.Text))
  4292. if tonumber(GreenInput.Text) > 255 then
  4293. GreenInput.Text = '255'
  4294. end
  4295. elseif val == "Text" then
  4296. GreenInput.Text = ""
  4297. end
  4298. updatez()
  4299. end)
  4300. BlueInput.Changed:connect(function(val)
  4301. if val == "Text" and tonumber(BlueInput.Text) then
  4302. BlueInput.Text = tostring(tonumber(BlueInput.Text))
  4303. if tonumber(BlueInput.Text) > 255 then
  4304. BlueInput.Text = '255'
  4305. end
  4306. elseif val == "Text" then
  4307. BlueInput.Text = ""
  4308. end
  4309. updatez()
  4310. end)
  4311. TransInput.Changed:connect(function(val)
  4312. if val == "Text" and tonumber(TransInput.Text) then
  4313. TransInput.Text = tostring(tonumber(TransInput.Text))
  4314. if tonumber(TransInput.Text) > 100 then
  4315. TransInput.Text = '100'
  4316. end
  4317. elseif val == "Text" then
  4318. TransInput.Text = ""
  4319. end
  4320. updatez()
  4321. end)
  4322.  
  4323. Close.MouseButton1Click:connect(function()
  4324. if lerpz == false then
  4325. lerpz = true
  4326. if Close.Text ~= "+" then
  4327. CustomizeGui:TweenPosition(UDim2.new(-0.45,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  4328. for i=1,10 do
  4329. Close.TextTransparency = i/10
  4330. Close.TextStrokeTransparency = i/10
  4331. wait(0.01)
  4332. end
  4333. Close.Text = "+"
  4334. for i=1,10 do
  4335. Close.TextTransparency = (10-i+1)/10
  4336. Close.TextStrokeTransparency = (10-i+1)/10
  4337. wait(0.01)
  4338. end
  4339. lerpz = false
  4340. else
  4341. CustomizeGui:TweenPosition(UDim2.new(0,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  4342. for i=1,10 do
  4343. Close.TextTransparency = i/10
  4344. Close.TextStrokeTransparency = i/10
  4345. wait(0.01)
  4346. end
  4347. Close.Text = "X"
  4348. for i=1,10 do
  4349. Close.TextTransparency = (10-i+1)/10
  4350. Close.TextStrokeTransparency = (10-i+1)/10
  4351. wait(0.01)
  4352. end
  4353. lerpz = false
  4354. end
  4355. end
  4356. end)
  4357.  
  4358. MusicOption.MouseButton1Click:connect(function()
  4359. if canbackgroundmusic == true then
  4360. canbackgroundmusic = false
  4361. MusicOption.BackgroundColor3 = Color3.new(1, 0, 0)
  4362. else
  4363. canbackgroundmusic = true
  4364. MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  4365. end
  4366. end)
  4367.  
  4368. ScreenOption.MouseButton1Click:connect(function()
  4369. if cancolorfilter == true then
  4370. cancolorfilter = false
  4371. ScreenOption.BackgroundColor3 = Color3.new(1, 0, 0)
  4372. else
  4373. cancolorfilter = true
  4374. ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  4375. end
  4376. end)
  4377.  
  4378. function equip()
  4379. local doit = coroutine.wrap(function()
  4380. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  4381. acting = true
  4382. local arm = me["Right Arm"]
  4383. local arm2 = me["Left Arm"]
  4384. local tors = me.Torso
  4385. local weld = Instance.new('Weld',arm)
  4386. weld.Part0 = arm
  4387. weld.Part1 = tors
  4388. weld.C0 = CFrame.new(-1.5,0,0)
  4389. local weld2 = Instance.new("Weld", arm2)
  4390. weld2.Part0 = arm2
  4391. weld2.Part1 = tors
  4392. weld2.C0 = CFrame.new(1.5, 0, 0)
  4393. wait(0.001)
  4394. for i = 0,1,0.1 do
  4395. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  4396. weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  4397. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  4398. wait(0.001)
  4399. end
  4400. wait(0.15)
  4401. trail.Enabled = true
  4402. for i = 0,1,0.1 do
  4403. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  4404. weld.C0 = weld.C0:lerp(CFrame.new(-0.5,2,0)*CFrame.Angles(0,0,-1.55),i)
  4405. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  4406. wait(0.001)
  4407. end
  4408. trail.Enabled = false
  4409. wait(0.2)
  4410. for i = 0,1,0.1 do
  4411. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  4412. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  4413. wait(0.001)
  4414. end
  4415. weld:Destroy()
  4416. weld2:Remove()
  4417. if tors ~= nil then
  4418. rightshoulderz:Clone().Parent = me.Torso
  4419. leftshoulderz:Clone().Parent = me.Torso
  4420. end
  4421. end
  4422. acting = false
  4423. end)
  4424. doit()
  4425. end
  4426.  
  4427. function kysnigga()
  4428. if kyssing == true then return end
  4429. kyssing = true
  4430. acting = true
  4431. decearingTHING = math.random(1, 100)
  4432. if decearingTHING == 4 then
  4433. decearingEGG = Instance.new("Sound", me.Torso)
  4434. decearingEGG.SoundId = "rbxassetid://138084557"
  4435. decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  4436. decearingEGG.TimePosition = 0.2
  4437. decearingEGG:Play()
  4438. end
  4439. me.Humanoid.WalkSpeed = 0
  4440. me.Humanoid.JumpPower = 0
  4441.  
  4442. local rightarm = Instance.new("Weld", me.Torso)
  4443. rightarm.Part0 = me.Torso
  4444. rightarm.Part1 = me["Right Arm"]
  4445. rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  4446.  
  4447. local leftarm = Instance.new("Weld", me.Torso)
  4448. leftarm.Part0 = me.Torso
  4449. leftarm.Part1 = me["Left Arm"]
  4450. leftarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1.5, 0, 0)
  4451.  
  4452. local tors = Instance.new("Weld", me.HumanoidRootPart)
  4453. tors.Part0 = me.HumanoidRootPart
  4454. tors.Part1 = me.Torso
  4455. tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  4456.  
  4457. local rightleg = Instance.new("Weld", me.Torso)
  4458. rightleg.Part0 = me.Torso
  4459. rightleg.Part1 = me["Right Leg"]
  4460. rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  4461.  
  4462. local leftleg = Instance.new("Weld", me.Torso)
  4463. leftleg.Part0 = me.Torso
  4464. leftleg.Part1 = me["Left Leg"]
  4465. leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  4466.  
  4467. for i = 0, 1, 0.03 do
  4468. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-10), 0, 0), i)
  4469. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  4470. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  4471. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), i)
  4472. wait()
  4473. end
  4474. for i = 0, 1, 0.03 do
  4475. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(5), 0, 0), i)
  4476. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  4477. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  4478. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(-35)), i)
  4479. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(35)), i)
  4480. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  4481. wait()
  4482. end
  4483. local bleedzer = Instance.new('Part',me.Torso)
  4484. bleedzer.CFrame = me.Torso.CFrame
  4485. bleedzer.Size = Vector3.new(0.1,0.1,0.1)
  4486. bleedzer.Transparency = 1
  4487. bleedzer.CanCollide = false
  4488. local weld = Instance.new('Weld',bleedzer)
  4489. weld.Part0 = bleedzer
  4490. weld.Part1 = me.Torso
  4491. weld.C0= CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),0,0)
  4492. local woodpekker = coroutine.wrap(function()
  4493. bleed(bleedzer)
  4494. end)
  4495. woodpekker()
  4496. audio.SoundId = "rbxassetid://199977936"
  4497. audio.PlaybackSpeed = 1.5
  4498. audio:Play()
  4499. audio2.SoundId = "rbxassetid://220834019"
  4500. audio2.PlaybackSpeed = 1
  4501. audio2.TimePosition = 0.1
  4502. audio2:Play()
  4503. for i = 0, 1, 0.1 do
  4504. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  4505. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  4506. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  4507. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  4508. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  4509. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  4510. wait()
  4511. end
  4512. wait(1)
  4513. audio.SoundId = "rbxassetid://210943487"
  4514. audio.TimePosition = 0.2
  4515. audio.PlaybackSpeed = 0.75
  4516. audio:Play()
  4517. for i = 0, 1, 0.03 do
  4518. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  4519. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  4520. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  4521. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  4522. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  4523. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  4524. wait()
  4525. end
  4526. for i = 0, 1, 0.03 do
  4527. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  4528. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  4529. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  4530. wait()
  4531. end
  4532. wait(0.24)
  4533. if me:FindFirstChildOfClass('Humanoid') then
  4534. me:FindFirstChildOfClass('Humanoid').Health = 0
  4535. end
  4536. wait(0.01)
  4537. killz(me,me.Torso.Name,nil,nil,true)
  4538.  
  4539. tors:Remove()
  4540. rightarm:Remove()
  4541. rightleg:Remove()
  4542. leftleg:Remove()
  4543. leftarm:Remove()
  4544. rightshoulderz:Clone().Parent = me.Torso
  4545. leftshoulderz:Clone().Parent = me.Torso
  4546. torsojoint:Clone().Parent = me.HumanoidRootPart
  4547. lefthipz:Clone().Parent = me.Torso
  4548. righthipz:Clone().Parent = me.Torso
  4549. me.Humanoid.JumpPower = 50
  4550. me.Humanoid.WalkSpeed = 16
  4551. acting = false
  4552. canClick = true
  4553. doing = false
  4554. hit = false
  4555. kyssing = false
  4556. if decearingTHING == 4 then
  4557. decearingEGG:Remove()
  4558. end
  4559. end
  4560.  
  4561. function bleedout()
  4562. local doit = coroutine.wrap(function()
  4563. local targe = grabbed
  4564. local num = 0
  4565. while targe and targe:FindFirstChildOfClass('Humanoid') and targe:FindFirstChildOfClass('Humanoid').Health > 0 and num < 11 do
  4566. if targe.Head:FindFirstChild('Died') then
  4567. tone = math.random(6, 12) / 10
  4568. targe.Head.Died.PlaybackSpeed = tone
  4569. targe.Head.Died:Play()
  4570. else
  4571. local deathsound = Instance.new('Sound',targe.Head)
  4572. deathsound.Name = "Died"
  4573. deathsound.SoundId = 'rbxasset://sounds/uuhhh.mp3'
  4574. deathsound.Volume = 0.65
  4575. deathsound.EmitterSize = 5
  4576. deathsound.MaxDistance = 150
  4577. tone = math.random(5, 15) / 10
  4578. targe.Head.Died.PlaybackSpeed = tone
  4579. targe.Head.Died:Play()
  4580. end
  4581. targe:FindFirstChildOfClass('Humanoid').Health = targe:FindFirstChildOfClass('Humanoid').Health - 7
  4582. num = num+1
  4583. wait(0.325)
  4584. end
  4585. targe:FindFirstChildOfClass('Humanoid').Health = 0
  4586. wait()
  4587. killz(targe,'Head',nil,nil,false,true)
  4588. wait(2)
  4589. targe:Remove()
  4590. end)
  4591. doit()
  4592. end
  4593.  
  4594. function liedown()
  4595. local doit = coroutine.wrap(function()
  4596. local targe = grabbed
  4597. wait(2)
  4598. if targe and targe:FindFirstChildOfClass('Humanoid') then
  4599. targe:FindFirstChildOfClass('Humanoid').PlatformStand = false
  4600. end
  4601. end)
  4602. doit()
  4603. end
  4604.  
  4605. function grab()
  4606. local doit = coroutine.wrap(function()
  4607. acting = true
  4608. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  4609. local arm = me["Right Arm"]
  4610. local tors = me.Torso
  4611. local arm2 = me["Left Arm"]
  4612. local humanroot = me.HumanoidRootPart
  4613. local weld2 = Instance.new('Weld',arm)
  4614. weld2.Part0 = arm
  4615. weld2.Part1 = tors
  4616. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  4617. local weld3 = Instance.new('Weld',arm2)
  4618. weld3.Part0 = arm2
  4619. weld3.Part1 = tors
  4620. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  4621. for i = 0,1,0.05 do
  4622. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
  4623. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  4624. weld3.C0 = weld3.C0:lerp(CFrame.new(1.2,1.3,0)*CFrame.Angles(0,0,1.2),i)
  4625. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), -1.55) * CFrame.new(0, 0.95, 0)
  4626. wait(0.01)
  4627. end
  4628. grabbing = true
  4629. trail.Enabled = true
  4630. for i = 0,1,0.10 do
  4631. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
  4632. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  4633. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  4634. wait(0.01)
  4635. end
  4636. trail.Enabled = false
  4637. wait(0.5)
  4638. grabbing = false
  4639. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  4640. if grabbed == nil then
  4641. for i = 0,1,0.1 do
  4642. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil then return end
  4643. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  4644. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  4645. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  4646. wait(0.001)
  4647. end
  4648. weld2:Destroy()
  4649. weld3:Destroy()
  4650. rightshoulderz:Clone().Parent = me.Torso
  4651. leftshoulderz:Clone().Parent = me.Torso
  4652. acting = false
  4653. canClick = true
  4654. end
  4655. end)
  4656. doit()
  4657. end
  4658.  
  4659. function kill()
  4660. paralyzed = false
  4661. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then hardrelease() return end
  4662. targetweld = grabbed.Torso.TargetWeld
  4663. targetweld2 = nil
  4664. local reee = grabbed:FindFirstChild("Left Arm")
  4665. if reee and reee:FindFirstChild("Weld") then
  4666. targetweld2 = reee.Weld
  4667. end
  4668. for i, v in pairs(grabbed:GetChildren()) do
  4669. if v.Name == "Part" then
  4670. v.CanCollide = true
  4671. end
  4672. end
  4673. targetweld3pt = grabbed:FindFirstChild("Right Arm")
  4674. local targetrightshoulder = rightshoulder
  4675. local targetleftshoulder = leftshoulder
  4676. local targetweld3 = Instance.new("Weld", targetweld3pt)
  4677. targetweld3.Part0 = grabbed.Torso
  4678. targetweld3.Part1 = targetweld3pt
  4679. targetweld3.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  4680.  
  4681. local doit = coroutine.wrap(function()
  4682. local arm = me["Right Arm"]
  4683. local tors = grabbed.Torso
  4684. local arm2 = me["Left Arm"]
  4685. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  4686. doing = true
  4687. local weld2 = arm:FindFirstChildOfClass('Weld')
  4688. local weld3 = arm2:FindFirstChildOfClass('Weld')
  4689. local humanroot = me.HumanoidRootPart
  4690.  
  4691. for i = 0,1,0.1 do
  4692. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  4693. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.9, 0, -1.4), i)
  4694. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 0.5, -0.5)* CFrame.Angles(-1.5, 0.4, 1.1), i)
  4695. wait(0.01)
  4696. end
  4697.  
  4698. audio:Stop()
  4699. audio.SoundId = "rbxassetid://517040733"
  4700. tone = math.random(1, 3)
  4701. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.3 end
  4702. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  4703. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.2 end
  4704. audio:Play()
  4705.  
  4706. local bleedpart = Instance.new("Part", grabbed)
  4707. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  4708. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  4709. bleedpart.CanCollide = false
  4710. bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  4711. bleedpart.Transparency = 1
  4712.  
  4713. local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  4714. bleedpartweld.Part0 = grabbed.Torso
  4715. bleedpartweld.Part1 = bleedpart
  4716. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  4717. local coru=coroutine.wrap(function()
  4718. bleed(bleedpart)
  4719. end)
  4720. coru()
  4721.  
  4722. local slightthrow = Instance.new("BodyThrust", grabbed.Torso)
  4723. slightthrow.Force = Vector3.new(0, 0, -2500)
  4724.  
  4725. local slightthrow2 = Instance.new("BodyAngularVelocity", grabbed.Torso)
  4726. slightthrow2.AngularVelocity = Vector3.new(0, -1000, 0)
  4727. slightthrow2.MaxTorque = Vector3.new(1000, 1000, 1000)
  4728.  
  4729. if grabbed:FindFirstChildOfClass('Humanoid') then
  4730. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4731. end
  4732.  
  4733. killz(grabbed,'Left Leg')
  4734. killz(grabbed,'Left Arm')
  4735. killz(grabbed,'Right Leg')
  4736. killz(grabbed,'Right Arm')
  4737.  
  4738. trail.Enabled = true
  4739.  
  4740. for i = 0,1,0.2 do
  4741. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  4742. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 0, -1.4), i)
  4743. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  4744. wait(0.01)
  4745. end
  4746.  
  4747. trail.Enabled = false
  4748.  
  4749. bleedout()
  4750.  
  4751. rightshoulderz:Clone().Parent = me.Torso
  4752. leftshoulderz:Clone().Parent = me.Torso
  4753. grabbed = nil
  4754.  
  4755. if humanroot:FindFirstChild('Holder') then
  4756. humanroot.Holder:Destroy()
  4757. end
  4758.  
  4759. wait(0.2)
  4760. slightthrow:Remove()
  4761. slightthrow2:Remove()
  4762. for i = 0,1,0.05 do
  4763. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  4764. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  4765. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  4766. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  4767. wait(0.01)
  4768. end
  4769.  
  4770. weld2:Destroy()
  4771. weld3:Destroy()
  4772. targetweld = nil
  4773. targetweld2 = nil
  4774. targetweld3 = nil
  4775. rightshoulderz:Clone().Parent = me.Torso
  4776. leftshoulderz:Clone().Parent = me.Torso
  4777. acting = false
  4778. canClick = true
  4779. doing = false
  4780. end)
  4781. doit()
  4782. end
  4783.  
  4784. function finish()
  4785. if finishing == true then return end
  4786. finishing = true
  4787. acting = true
  4788. decearingTHING = math.random(1, 100)
  4789. if decearingTHING == 4 then
  4790. decearingEGG = Instance.new("Sound", me.Torso)
  4791. decearingEGG.SoundId = "rbxassetid://138084557"
  4792. decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  4793. decearingEGG.TimePosition = 0.2
  4794. decearingEGG:Play()
  4795. end
  4796. me.Humanoid.WalkSpeed = 0
  4797. me.Humanoid.JumpPower = 0
  4798.  
  4799. local rightarm = Instance.new("Weld", me.Torso)
  4800. rightarm.Part0 = me.Torso
  4801. rightarm.Part1 = me["Right Arm"]
  4802. rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  4803.  
  4804. local tors = Instance.new("Weld", me.HumanoidRootPart)
  4805. tors.Part0 = me.HumanoidRootPart
  4806. tors.Part1 = me.Torso
  4807. tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  4808.  
  4809. local rightleg = Instance.new("Weld", me.Torso)
  4810. rightleg.Part0 = me.Torso
  4811. rightleg.Part1 = me["Right Leg"]
  4812. rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  4813.  
  4814. local leftleg = Instance.new("Weld", me.Torso)
  4815. leftleg.Part0 = me.Torso
  4816. leftleg.Part1 = me["Left Leg"]
  4817. leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  4818.  
  4819. for i = 0, 1, 0.05 do
  4820. tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), 0, 0), i)
  4821. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  4822. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  4823. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0) * CFrame.Angles(math.rad(179), math.rad(179), 0), i)
  4824. wait()
  4825. end
  4826. for i=1,finishnum do
  4827. local num1 = 0.5
  4828. local num2 = 0.5
  4829. local num3 = 0.25
  4830. if finishnum ~= 1 then
  4831. num3 = 0
  4832. end
  4833. trail.Enabled = true
  4834. for i = 0, 1, num1 do
  4835. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-60), 0, 0), i)
  4836. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(0), 0, 0), i)
  4837. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(10), 0, 0), i)
  4838. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, -1) * CFrame.Angles(math.rad(160), math.rad(150), 0), i)
  4839. wait()
  4840. end
  4841. wait()
  4842. for i = 0, 1, num2 do
  4843. tors.C0 = tors.C0:lerp(CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  4844. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(-30), 0, 0), i)
  4845. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(-20), 0, 0), i)
  4846. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0.2) * CFrame.Angles(math.rad(250), math.rad(180), 0), i)
  4847. wait()
  4848. end
  4849. trail.Enabled = false
  4850. wait(num3)
  4851. end
  4852. wait()
  4853. for i = 0, 1, 0.05 do
  4854. tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), i)
  4855. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  4856. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  4857. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0), i)
  4858. wait()
  4859. end
  4860. tors:Remove()
  4861. rightarm:Remove()
  4862. rightleg:Remove()
  4863. leftleg:Remove()
  4864. rightshoulderz:Clone().Parent = me.Torso
  4865. leftshoulderz:Clone().Parent = me.Torso
  4866. torsojoint:Clone().Parent = me.HumanoidRootPart
  4867. lefthipz:Clone().Parent = me.Torso
  4868. righthipz:Clone().Parent = me.Torso
  4869. me.Humanoid.JumpPower = 50
  4870. me.Humanoid.WalkSpeed = 16
  4871. acting = false
  4872. canClick = true
  4873. doing = false
  4874. hit = false
  4875. finishing = false
  4876. if decearingTHING == 4 then
  4877. decearingEGG:Remove()
  4878. end
  4879. end
  4880.  
  4881. function throw()
  4882. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
  4883. paralyzed = false
  4884. targetweld = grabbed.Torso.TargetWeld
  4885. local ree = grabbed:FindFirstChild("Left Arm")
  4886. targetweld2 =nil
  4887. if ree and ree:FindFirstChild("Weld") then
  4888. targetweld2 = ree.Weld
  4889. end
  4890.  
  4891. for i, v in pairs(grabbed:GetChildren()) do
  4892. if v.Name == "Part" then
  4893. v.CanCollide = true
  4894. end
  4895. end
  4896.  
  4897.  
  4898. local doit = coroutine.wrap(function()
  4899. local arm = me["Right Arm"]
  4900. local tors = grabbed.Torso
  4901. local arm2 = me["Left Arm"]
  4902. local targrightshoulder = rightshoulder
  4903.  
  4904. local targleftshoulder = leftshoulder
  4905. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  4906. doing = true
  4907. local weld2 = arm:FindFirstChildOfClass('Weld')
  4908. local weld3 = arm2:FindFirstChildOfClass('Weld')
  4909. local humanroot = me.HumanoidRootPart
  4910.  
  4911. for i = 0,1,0.2 do
  4912. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  4913. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 1, -1.4), i)
  4914. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  4915. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  4916. if targetweld2 then
  4917. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  4918. end
  4919. wait(0.01)
  4920. end
  4921.  
  4922. audio:Stop()
  4923. audio.SoundId = "rbxassetid://536642316"
  4924. tone = math.random(1, 3)
  4925. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.08 end
  4926. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  4927. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.12 end
  4928. audio:Play()
  4929.  
  4930. local slightthrow = Instance.new("BodyVelocity", grabbed.Torso)
  4931. slightthrow.Velocity = Vector3.new(0,20,0)+(me.Torso.CFrame.lookVector*20)
  4932. slightthrow.P = 5000
  4933. slightthrow.MaxForce = Vector3.new(9000001,9000001,9000001)
  4934. local point = grabbed.Torso.Position
  4935. local aaaaaa = grabbed
  4936. liedown()
  4937.  
  4938. rightshoulderz:Clone().Parent = me.Torso
  4939. leftshoulderz:Clone().Parent = me.Torso
  4940. grabbed = nil
  4941.  
  4942. if humanroot:FindFirstChild('Holder') then
  4943. humanroot.Holder:Destroy()
  4944. end
  4945. local coru = coroutine.wrap(function()
  4946. while aaaaaa and aaaaaa:FindFirstChild('Torso') and (aaaaaa.Torso.Position-point).magnitude < 5 do wait(0.001) end
  4947. if aaaaaa:FindFirstChildOfClass('Humanoid') then
  4948. aaaaaa:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
  4949. aaaaaa:FindFirstChildOfClass('Humanoid').JumpPower = 50
  4950. aaaaaa:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  4951. end
  4952. slightthrow:Remove()
  4953. end)
  4954. coru()
  4955.  
  4956. for i = 0,1,0.05 do
  4957. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  4958. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  4959. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  4960. wait(0.01)
  4961. end
  4962. weld2:Destroy()
  4963. weld3:Destroy()
  4964. targetweld:Remove()
  4965. if targetweld2 then
  4966. targetweld2:Remove()
  4967. end
  4968. if rightshoulder then
  4969. rightshoulder:Clone().Parent = tors
  4970. end
  4971. if leftshoulder then
  4972. leftshoulder:Clone().Parent = tors
  4973. end
  4974. headweld:Clone().Parent = tors
  4975. rightshoulderz:Clone().Parent = me.Torso
  4976. leftshoulderz:Clone().Parent = me.Torso
  4977. acting = false
  4978. canClick = true
  4979. doing = false
  4980. end)
  4981. doit()
  4982. end
  4983.  
  4984. cfn,ang,mr,int=CFrame.new,CFrame.Angles,math.rad,Instance.new
  4985. bc=BrickColor.new
  4986. local minimumsize = Vector3.new(0.7,0.7,0.7)
  4987. local surface_between_splitted_parts = 'SmoothNoOutlines'
  4988. local fragmentable = workspace
  4989. local list = {}
  4990. local brickcount = 0
  4991. local storage = {}
  4992. local fillup = 1000
  4993. local maximumstorage = 2000
  4994. local storage_position = Vector3.new(0,0,5000)
  4995. local stored_partsize = Vector3.new(1,1,1)
  4996. local parts_created_per_frame = 5
  4997.  
  4998. local minimumsize = Vector3.new(0.7,0.7,0.7)
  4999. local surface_between_splitted_parts = 'SmoothNoOutlines'
  5000. local fragmentable = workspace
  5001. local list = {}
  5002. local brickcount = 0
  5003. local storage = {}
  5004. local fillup = 1000
  5005. local maximumstorage = 2000
  5006. local storage_position = Vector3.new(0,0,5000)
  5007. local stored_partsize = Vector3.new(1,1,1)
  5008. local parts_created_per_frame = 5
  5009.  
  5010.  
  5011. function fragmentate(cframe,size,color,explosion_position,explosion_blastradius,backsurface,bottomsurface,frontsurface,leftsurface,rightsurface,topsurface,transparency,reflectance,material)
  5012. local xi = size.X >= minimumsize.X*(1+explosion_blastradius/16) and 2 or 1
  5013. local yi = size.Y >= minimumsize.Y*(1+explosion_blastradius/16) and 2 or 1
  5014. local zi = size.Z >= minimumsize.Z*(1+explosion_blastradius/16) and 2 or 1
  5015. if xi == 1 and yi == 1 and zi == 1 or (cframe.p-explosion_position).magnitude > size.magnitude/2 + explosion_blastradius then
  5016. if xi == 1 and yi == 1 and zi == 1 then return end
  5017. if #storage > 0 then
  5018. local p = storage[1]
  5019. p.BrickColor = color
  5020. p.Size = size
  5021. p.Anchored = false
  5022. p.BackSurface = backsurface
  5023. p.BottomSurface = bottomsurface
  5024. p.FrontSurface = frontsurface
  5025. p.LeftSurface = leftsurface
  5026. p.RightSurface = rightsurface
  5027. p.TopSurface = topsurface
  5028. p.Transparency = transparency
  5029. p.CFrame = cframe
  5030. p.Reflectance = reflectance
  5031. p.Material = material
  5032. game:GetService('Debris'):AddItem(p,30)
  5033. p:BreakJoints()
  5034. table.remove(storage,1)
  5035. else
  5036. local p = Instance.new("Part",fragmentable)
  5037. p.BrickColor = color
  5038. p.FormFactor = "Custom"
  5039. p.Size = size
  5040. p.BackSurface = backsurface
  5041. p.BottomSurface = bottomsurface
  5042. p.FrontSurface = frontsurface
  5043. p.LeftSurface = leftsurface
  5044. p.RightSurface = rightsurface
  5045. p.TopSurface = topsurface
  5046. p.Transparency = transparency
  5047. p.Material = material
  5048. if p.Transparency>0.285 then
  5049. p.Anchored = false
  5050. else
  5051. p.Anchored=false
  5052. p.Material='Wood'
  5053. game:GetService('Debris'):AddItem(p,10)
  5054. end
  5055. p.CFrame = cframe
  5056. p.Reflectance = reflectance
  5057. p:BreakJoints()
  5058. end
  5059. return
  5060. end
  5061. local mody = math.random(-125,125)/1000
  5062. for y = 1,yi do
  5063. if math.random()> 0.5 then
  5064. local modx = math.random(-125,125)/1000
  5065. for x = 1,xi do
  5066. local modz = math.random(-125,125)/1000
  5067. for z = 1,zi do --offset = x/xi-0.75+modx)
  5068. fragmentate(cframe*CFrame.new(size.X*(xi==1 and 0 or x/xi-0.75+modx),size.Y*(yi==1 and 0 or y/yi-0.75+mody),size.Z*(zi==1 and 0 or z/zi-0.75+modz)),
  5069. Vector3.new(xi == 2 and size.X*(1-2*math.abs(x/xi-0.75+modx)) or size.X,yi == 2 and size.Y*(1-2*math.abs(y/yi-0.75+mody)) or size.Y,
  5070. zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z or mustardfoot_was_here),color,explosion_position,explosion_blastradius,
  5071. z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
  5072. z==2 and surface_between_splitted_parts or frontsurface,x==2 and surface_between_splitted_parts or leftsurface,x~=xi and surface_between_splitted_parts or rightsurface,
  5073. y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
  5074. end
  5075.  
  5076. end
  5077. else
  5078. local modz = math.random(-125,125)/1000
  5079. for z = 1,zi do
  5080. local modx = math.random(-125,125)/1000
  5081. for x = 1,xi do
  5082. fragmentate(cframe*CFrame.new(size.X*(xi==1 and 0 or x/xi-0.75+modx),size.Y*(yi==1 and 0 or y/yi-0.75+mody),size.Z*(zi==1 and 0 or z/zi-0.75+modz)),
  5083. Vector3.new(xi == 2 and size.X*(1-2*math.abs(x/xi-0.75+modx)) or size.X,yi == 2 and size.Y*(1-2*math.abs(y/yi-0.75+mody)) or size.Y,
  5084. zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z),color,explosion_position,explosion_blastradius,
  5085. z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
  5086. z==2 and surface_between_splitted_parts or frontsurface,x==2 and surface_between_splitted_parts or leftsurface,x~=xi and surface_between_splitted_parts or rightsurface,
  5087. y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
  5088. end
  5089. end
  5090. end
  5091. end
  5092. end
  5093.  
  5094. function start_fragmentation(position,radius,nuh)
  5095. local search = Region3.new(position-Vector3.new(radius,radius,radius)*1.1,position+Vector3.new(radius,radius,radius)*1.1)
  5096. repeat
  5097. local finish = false
  5098. local parts = workspace:FindPartsInRegion3WithIgnoreList(search,list,100)
  5099. for i = 1,#parts do
  5100. table.insert(list,1,parts[i])
  5101. end
  5102. finish = true
  5103. until #parts < 100 and finish
  5104. local t = tick()
  5105. for i = 1,#list do
  5106. local p = list[i]
  5107. if p:IsA('UnionOperation') == false and p:IsA('CornerWedgePart') == false and p:IsA('TrussPart') == false and p:IsA('WedgePart') == false and p.Parent and p.Parent ~= obj1 and p.Parent.Name ~= "Projectile" and p:IsDescendantOf(fragmentable) and p:GetMass()<50000 and p.Transparency>0.285 and p.Name~='Base' and p.Parent:FindFirstChildOfClass('Humanoid') == nil and p.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and p:IsDescendantOf(me)==false then
  5108. fragmentate(p.CFrame,p.Size,p.BrickColor,position,radius,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
  5109. if #storage < maximumstorage and p.Shape == "Block" then
  5110. p.Anchored = false
  5111. p.FormFactor = "Custom"
  5112. p.Size = stored_partsize
  5113. p.Position = storage_position
  5114. table.insert(storage,1,p)
  5115. else
  5116. p:Destroy()
  5117. end
  5118. end
  5119. if nuh == false and p.Parent and p.Parent ~= obj1 and p.Parent.Name ~= "Projectile" and p:IsDescendantOf(fragmentable) and p:GetMass()<53000 and p.Transparency<0.05 and p.Name~='Base' and tostring(p.Material)=='Enum.Material.Wood' and p:IsDescendantOf(me)==false then
  5120. fragmentate(p.CFrame,p.Size,p.BrickColor,position,radius,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
  5121. if #storage < maximumstorage and p.Shape == "Block" then
  5122. p.Anchored = false
  5123. p.Material='Wood'
  5124. p.FormFactor = "Custom"
  5125. p.Size = stored_partsize
  5126. p.Position = storage_position
  5127. table.insert(storage,1,p)
  5128. else
  5129. p:Destroy()
  5130. end
  5131. end
  5132. end
  5133. list = {}
  5134. end
  5135.  
  5136.  
  5137. function fling()
  5138. local doit = coroutine.wrap(function()
  5139. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') then
  5140. acting = true
  5141. for i=1,finishnum do
  5142. local weld2 = Instance.new('Weld',me["Right Arm"])
  5143. weld2.Part0 = me["Right Arm"]
  5144. weld2.Part1 = me["Torso"]
  5145. weld2.C0 = CFrame.new(-1.5,0,0)
  5146. if finishnum == 1 then
  5147. for i = 0,1,0.05 do
  5148. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  5149. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  5150. wait(0.01)
  5151. end
  5152. end
  5153. audio.SoundId = "rbxassetid://166083610"
  5154. audio.PlaybackSpeed = 1
  5155. audio.TimePosition = 0.1
  5156. audio:Play()
  5157. if finishnum == 1 then
  5158. for i = 0,1,0.5 do
  5159. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  5160. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  5161. wait(0.001)
  5162. end
  5163. end
  5164. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  5165. local knofe = obj1:Clone()
  5166. for i, v in pairs(obj1:GetChildren()) do
  5167. if v:IsA('BasePart') then
  5168. v.Transparency = 1
  5169. end
  5170. end
  5171. knofe.Parent = workspace
  5172. knofe.Name = "Projectile"
  5173. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  5174. knofe:FindFirstChild("Trail", true).Enabled = true
  5175. local heck = Instance.new('BodyVelocity',knofe.Grab)
  5176. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  5177. local coru = coroutine.wrap(function()
  5178. wait(0.45)
  5179. if heck then
  5180. heck:Destroy()
  5181. end
  5182. end)
  5183. coru()
  5184. local able = true
  5185. knofe["big ass knife"].Touched:connect(function(hit)
  5186. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Transparency < 1 and knofe.Grab.CanCollide == false and hit.Parent ~= me and hit.Parent.Parent ~= me then
  5187. local thing = hit.Parent:FindFirstChildOfClass('Humanoid')
  5188. local ree = hit.Parent
  5189. if thing == nil then
  5190. ree = hit.Parent.Parent
  5191. end
  5192. if ree:FindFirstChildOfClass('Humanoid').Health > 0 then
  5193. knofe:FindFirstChild("Trail", true).Enabled = false
  5194. game:GetService('Debris'):AddItem(knofe,5)
  5195. tone = math.random(1, 3)
  5196. local sound = Instance.new('Sound',knofe.Grab)
  5197. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  5198. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  5199. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  5200. sound.PlaybackSpeed = 1
  5201. sound:Play()
  5202. for i, v in pairs(knofe:GetChildren()) do
  5203. if v:IsA('BasePart') then
  5204. v.CanCollide = true
  5205. v.Anchored = true
  5206. end
  5207. end
  5208. hit.Anchored = true
  5209. if ree:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  5210. ree:FindFirstChildOfClass('Humanoid').Health = 0
  5211. end
  5212. wait()
  5213. killz(ree,hit.Name,knofe)
  5214. else
  5215. knofe:FindFirstChild("Trail", true).Enabled = false
  5216. heck.Velocity = Vector3.new(0,0,0)
  5217. heck:Destroy()
  5218. game:GetService('Debris'):AddItem(knofe,5)
  5219. tone = math.random(1, 3)
  5220. local sound = Instance.new('Sound',knofe.Grab)
  5221. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  5222. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  5223. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  5224. sound.PlaybackSpeed = 1
  5225. sound:Play()
  5226. for i, v in pairs(knofe:GetChildren()) do
  5227. if v:IsA('BasePart') then
  5228. v.Anchored = false
  5229. end
  5230. end
  5231. hit.Anchored = true
  5232. wait(0.001)
  5233. hit.Anchored = false
  5234. for i, v in pairs(knofe:GetChildren()) do
  5235. if v:IsA('BasePart') then
  5236. v.Anchored = false
  5237. end
  5238. end
  5239. if knofe then
  5240. local coru = coroutine.wrap(function()
  5241. if hit then
  5242. local uno = Instance.new('Part',workspace)
  5243. local dos = Instance.new('Part',workspace)
  5244. uno.CFrame = hit.CFrame
  5245. dos.CFrame = knofe["big ass knife"].CFrame
  5246. local weld = Instance.new('Weld',knofe["big ass knife"])
  5247. weld.Part0 = hit
  5248. weld.Part1 = knofe["big ass knife"]
  5249. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  5250. uno:Destroy()
  5251. dos:Destroy()
  5252. end
  5253. end)
  5254. coru()
  5255. end
  5256. end
  5257. elseif hit.Parent and hit.Parent ~= me and hit.Parent.Parent ~= me and hit.CanCollide and knofe.Grab.CanCollide == false then
  5258. if hit.Transparency and (hit.Transparency<=0.285 or hit:GetMass()<=3000) then
  5259. knofe:FindFirstChild("Trail", true).Enabled = false
  5260. local sound = Instance.new('Sound',knofe.Grab)
  5261. sound.SoundId = 'rbxassetid://267585646'
  5262. sound:Play()
  5263. for i,v in pairs(knofe:GetChildren()) do
  5264. if v:IsA('BasePart') then
  5265. v.Anchored = true
  5266. end
  5267. end
  5268. wait()
  5269. heck.Velocity = Vector3.new(0,0,0)
  5270. heck:Destroy()
  5271. local uno = Instance.new('Part',workspace)
  5272. local dos = Instance.new('Part',workspace)
  5273. uno.CFrame = hit.CFrame
  5274. dos.CFrame = knofe["big ass knife"].CFrame
  5275. local weld = Instance.new('Weld',knofe["big ass knife"])
  5276. weld.Part0 = hit
  5277. weld.Part1 = knofe["big ass knife"]
  5278. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  5279. uno:Destroy()
  5280. dos:Destroy()
  5281. for i,v in pairs(knofe:GetChildren()) do
  5282. if v:IsA('BasePart') then
  5283. v.Anchored = false
  5284. end
  5285. end
  5286. game:GetService('Debris'):AddItem(knofe,5)
  5287. for i,v in pairs(knofe:GetChildren()) do
  5288. if v:IsA('BasePart') then
  5289. v.CanCollide = true
  5290. end
  5291. end
  5292. end
  5293. if hit.Parent and hit.Transparency>0.285 and able == true and hit:GetMass()<3000 and hit.Parent:FindFirstChildOfClass('Humanoid') == nil and (hit.Parent.Parent == nil or hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil) then
  5294. knofe:FindFirstChild("Trail", true).Enabled = false
  5295. able = false
  5296. local sound = Instance.new('Sound',knofe.Grab)
  5297. sound.SoundId = 'rbxassetid://144884907'
  5298. sound:Play()
  5299. local coru = coroutine.wrap(function()
  5300. start_fragmentation(knofe["big ass knife"].Position,1.25,knofe)
  5301. end)
  5302. coru()
  5303. end
  5304. end
  5305. end)
  5306. if finishnum == 1 then
  5307. for i= 0,1,0.1 do
  5308. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  5309. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  5310. wait(0.001)
  5311. end
  5312. else
  5313. for i= 0,1,0.5 do
  5314. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  5315. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  5316. wait(0.001)
  5317. end
  5318. end
  5319. for i,v in pairs(obj1:GetChildren()) do
  5320. if v:IsA('BasePart') then
  5321. v.Transparency = 0
  5322. end
  5323. end
  5324. weld2:Destroy()
  5325. rightshoulderz:Clone().Parent = me.Torso
  5326. end
  5327. acting = false
  5328. canClick = true
  5329. end
  5330. end)
  5331. doit()
  5332. end
  5333.  
  5334. function instasplode()
  5335. local coru = coroutine.wrap(function()
  5336. acting = true
  5337. for i=1,1 do
  5338. local weld2 = Instance.new('Weld',me["Right Arm"])
  5339. weld2.Part0 = me["Right Arm"]
  5340. weld2.Part1 = me["Torso"]
  5341. weld2.C0 = CFrame.new(-1.5,0,0)
  5342. if finishnum == 1 then
  5343. for i = 0,1,0.05 do
  5344. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  5345. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  5346. wait(0.01)
  5347. end
  5348. end
  5349. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  5350. audio.SoundId = "rbxassetid://166083610"
  5351. audio.PlaybackSpeed = 1
  5352. audio.TimePosition = 0.1
  5353. audio:Play()
  5354. if finishnum == 1 then
  5355. for i = 0,1,0.5 do
  5356. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  5357. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  5358. wait(0.001)
  5359. end
  5360. end
  5361. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  5362. local knofe = obj1:Clone()
  5363. for i,v in pairs(obj1:GetChildren()) do
  5364. if v:IsA('BasePart') then
  5365. v.Transparency = 1
  5366. end
  5367. end
  5368. knofe.Parent = workspace
  5369. knofe.Name = "Projectile"
  5370. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  5371. knofe:FindFirstChild("Trail", true).Enabled = false
  5372. fireofjesUS = Instance.new("Fire", knofe.Grab)
  5373. local heck = Instance.new('BodyVelocity',knofe.Grab)
  5374. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  5375. local coru = coroutine.wrap(function()
  5376. wait(0.45)
  5377. if heck then
  5378. heck:Destroy()
  5379. end
  5380. end)
  5381. coru()
  5382. knofe["big ass knife"].Touched:connect(function(hit)
  5383. if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
  5384. heck.Velocity = Vector3.new(0,0,0)
  5385. heck:Destroy()
  5386. for i,v in pairs(knofe:GetChildren()) do
  5387. if v:IsA('BasePart') then
  5388. v.CanCollide = true
  5389. end
  5390. end
  5391. local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  5392. if hum == nil then
  5393. hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  5394. end
  5395. if knofe then
  5396. local coru = coroutine.wrap(function()
  5397. if hit then
  5398. local uno = Instance.new('Part',workspace)
  5399. local dos = Instance.new('Part',workspace)
  5400. uno.CFrame = hit.CFrame
  5401. dos.CFrame = knofe["big ass knife"].CFrame
  5402. local weld = Instance.new('Weld',knofe["big ass knife"])
  5403. weld.Part0 = hit
  5404. weld.Part1 = knofe["big ass knife"]
  5405. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  5406. uno:Destroy()
  5407. dos:Destroy()
  5408. end
  5409. end)
  5410. coru()
  5411. end
  5412. local sound = Instance.new('Sound',knofe.Grab)
  5413. sound.Name = "BOOM"
  5414. sound.EmitterSize = 25
  5415. sound.SoundId = 'rbxassetid://476477344'
  5416. sound.Volume = 0.5
  5417. sound:Play()
  5418. local exppart = Instance.new("Part", game.Workspace)
  5419. exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  5420. exppart.Anchored = true
  5421. exppart.CanCollide = false
  5422. exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  5423. exppart.Transparency = 1
  5424. local expaccent = Instance.new("ParticleEmitter", exppart)
  5425. expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  5426. expaccent.LightEmission = 0.2
  5427. expaccent.LightInfluence = 0.3
  5428. expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  5429. expaccent.Acceleration = Vector3.new(0, 30, 0)
  5430. expaccent.Drag = 15
  5431. expaccent.LockedToPart = false
  5432. expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  5433. expaccent.Rate = 2000
  5434. expaccent.Speed = NumberRange.new(0,0)
  5435. expaccent.SpreadAngle = Vector2.new(360, 360)
  5436. expaccent:Clone().Parent = exppart
  5437. expaccent:Clone().Parent = exppart
  5438. local exp = Instance.new('Explosion',game.Workspace)
  5439. exp.Position = knofe["big ass knife"].Position
  5440. exp.ExplosionType = Enum.ExplosionType.NoCraters
  5441. exp.BlastRadius = 5
  5442. exp.Visible = false
  5443. exp.BlastPressure = 0
  5444. exp.DestroyJointRadiusPercent = 0
  5445. exp.Hit:connect(function(hit)
  5446. if hit.Parent and hit.Parent ~= me and hit.Parent.Name ~= "bitch ass knife" then
  5447. wait(0.001)
  5448. tgt = hit
  5449. local coru=coroutine.wrap(function(tgtt)
  5450. local fireofgods = Instance.new("Fire", tgtt)
  5451. fireofgods.Size = 0
  5452. fireofgods.Heat = 0
  5453. local fireofgodsaccent = expaccent:Clone()
  5454. fireofgodsaccent.Parent = hit
  5455. fireofgodsaccent.Rate = 0
  5456. fireofgodsaccent.Speed = NumberRange.new(5, 50)
  5457. fireofgodsaccent.SpreadAngle = Vector2.new(45, 45)
  5458. fireofgodsaccent.Acceleration = Vector3.new(0, 20, 0)
  5459.  
  5460. while fireofgods.Size < 10 do
  5461. fireofgods.Size = fireofgods.Size + 0.1
  5462. fireofgods.Heat = fireofgods.Heat + 0.1
  5463. fireofgodsaccent.Rate = fireofgodsaccent.Rate + 1
  5464. wait()
  5465. end
  5466. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  5467. hit:BreakJoints()
  5468. elseif hit.Parent and hit.Parent:IsA('Accessory') then
  5469. for i,v in pairs(hit:GetChildren()) do
  5470. if v:IsA('SpecialMesh') then
  5471. v.TextureId = ""
  5472. end
  5473. end
  5474. end
  5475. hit.BrickColor = BrickColor.new("Black")
  5476. for i,v in pairs(hit.Parent:GetChildren()) do
  5477. if v:IsA('Shirt') or v:IsA('Pants') then
  5478. v:Destroy()
  5479. end
  5480. end
  5481.  
  5482. while fireofgods.Size > 5 do
  5483. fireofgods.Size = fireofgods.Size - 0.1
  5484. fireofgods.Heat = fireofgods.Heat - 0.1
  5485. wait()
  5486. end
  5487. fireofgods:Destroy()
  5488. if hit.Parent then
  5489. if hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  5490. local p = hit
  5491. fragmentate(p.CFrame,p.Size,p.BrickColor,p.Position,0.01,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
  5492. hit:Remove()
  5493. elseif hit.Parent:FindFirstChildOfClass('Humanoid') ~= nil then
  5494. print(hit.Name)
  5495. if hit.Name == "Torso" or hit.Name == "Head" then
  5496. print('ohhh YAAAA')
  5497. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  5498. end
  5499. wait()
  5500. killz(hit.Parent,hit.Name,nil,nil,false,false,true)
  5501. end
  5502. end
  5503. end)
  5504. coru(tgt)
  5505. end
  5506. end)
  5507. local explosionaccenttimeout = coroutine.wrap(function()
  5508. wait(0.2)
  5509. for i, exploodn in pairs(exppart:GetChildren()) do
  5510. exploodn.Enabled = false
  5511. end
  5512. wait(2)
  5513. for i, exploodn in pairs(exppart:GetChildren()) do
  5514. exploodn:Remove()
  5515. end
  5516. end)
  5517. explosionaccenttimeout()
  5518. for i,v in pairs(knofe:GetChildren()) do
  5519. if v:IsA('BasePart') then
  5520. v.Transparency = 1
  5521. end
  5522. end
  5523. exp.AncestryChanged:connect(function() knofe:Destroy() end)
  5524. coru()
  5525. end
  5526. end)
  5527. if finishnum == 1 then
  5528. for i= 0,1,0.1 do
  5529. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  5530. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  5531. wait(0.001)
  5532. end
  5533. else
  5534. wait(0.1)
  5535. end
  5536. weld2.C0 = CFrame.new(-1.5,0,0)
  5537. for i,v in pairs(obj1:GetChildren()) do
  5538. if v:IsA('BasePart') then
  5539. v.Transparency = 0
  5540. end
  5541. end
  5542. weld2:Destroy()
  5543. rightshoulderz:Clone().Parent = me.Torso
  5544. end
  5545. acting = false
  5546. canClick = true
  5547. end)
  5548. coru()
  5549. end
  5550.  
  5551. function fireworkit()
  5552. local coru = coroutine.wrap(function()
  5553. acting = true
  5554. local ree = 1
  5555. if finishnum > 1 then
  5556. ree = 3
  5557. end
  5558. for i=1,ree do
  5559. local weld2 = Instance.new('Weld',me["Right Arm"])
  5560. weld2.Part0 = me["Right Arm"]
  5561. weld2.Part1 = me["Torso"]
  5562. weld2.C0 = CFrame.new(-1.5,0,0)
  5563. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  5564. audio.SoundId = "rbxassetid://166083610"
  5565. audio.PlaybackSpeed = 1
  5566. audio.TimePosition = 0.1
  5567. audio:Play()
  5568. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  5569. local knofe = obj1:Clone()
  5570. for i,v in pairs(obj1:GetChildren()) do
  5571. if v:IsA('BasePart') then
  5572. v.Transparency = 1
  5573. end
  5574. end
  5575. local sound = Instance.new('Sound',knofe.Grab)
  5576. sound.Volume = 0.25
  5577. sound.EmitterSize = 200
  5578. sound.MaxDistance = 300
  5579. sound.SoundId = 'rbxassetid://551051176'
  5580. sound:Play()
  5581. knofe.Parent = workspace
  5582. knofe.Name = "Projectile"
  5583. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  5584. local partic = Instance.new('ParticleEmitter',knofe.Grab)
  5585. partic.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,0,0)),ColorSequenceKeypoint.new(0.4,Color3.fromRGB(255,125,0)),ColorSequenceKeypoint.new(0.8,Color3.new(1,1,0)),ColorSequenceKeypoint.new(1,Color3.new(1,1,1))})
  5586. partic.LightEmission = 0.5
  5587. partic.LightInfluence = 0
  5588. partic.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.15)})
  5589. partic.Rotation = NumberRange.new(0,90)
  5590. partic.SpreadAngle = Vector2.new(5,5)
  5591. partic.Speed = NumberRange.new(20)
  5592. partic.Texture = 'rbxassetid://603193846'
  5593. partic.EmissionDirection = Enum.NormalId.Left
  5594. partic.Lifetime = NumberRange.new(0.5,1)
  5595. partic.Rate = 100
  5596. local heck = Instance.new('BodyVelocity',knofe.Grab)
  5597. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*240
  5598. local coru=coroutine.wrap(function()
  5599. wait(1.2)
  5600. sound:Destroy()
  5601. local sound2 = Instance.new('Sound',workspace)
  5602. sound2.SoundId = 'rbxassetid://138080762'
  5603. sound2:Play()
  5604. if heck then
  5605. heck:Destroy()
  5606. end
  5607. for i,v in pairs(knofe:GetChildren()) do
  5608. v.Anchored = true
  5609. end
  5610. partic.Enabled = false
  5611. local colorscheme = math.random(1,4)
  5612. --1 - red & orange
  5613. --2 - blue & pink
  5614. --3 - green & purple
  5615. --4 - blue, red, white
  5616. local colar1 = Color3.fromRGB(255,0,0)
  5617. local colar2 = Color3.fromRGB(255,125,0)
  5618. local colar3 = Color3.fromRGB(255,255,255)
  5619. if colorscheme == 2 then
  5620. colar1 = Color3.fromRGB(0,132,255)
  5621. colar2 = Color3.fromRGB(243,105,255)
  5622. elseif colorscheme == 3 then
  5623. colar1 = Color3.fromRGB(76,255,0)
  5624. colar2 = Color3.fromRGB(128,0,255)
  5625. elseif colorscheme == 4 then
  5626. colar2 = Color3.fromRGB(0,132,255)
  5627. end
  5628. local partic2 = Instance.new('ParticleEmitter',knofe.Grab)
  5629. partic2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar1),ColorSequenceKeypoint.new(1,colar1)})
  5630. partic2.LightEmission = 0.5
  5631. partic2.LightInfluence = 0
  5632. partic2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.1)})
  5633. partic2.Rotation = NumberRange.new(0,90)
  5634. partic2.SpreadAngle = Vector2.new(180,180)
  5635. partic2.Speed = NumberRange.new(20)
  5636. partic2.Texture = 'rbxassetid://603193846'
  5637. partic2.EmissionDirection = Enum.NormalId.Right
  5638. partic2.Lifetime = NumberRange.new(2,2.5)
  5639. partic2.Rate = 1000
  5640. partic2.Drag = 1
  5641. local partic3 = partic2:Clone()
  5642. partic3.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar2),ColorSequenceKeypoint.new(1,colar2)})
  5643. partic3.Parent = knofe.Grab
  5644. if colorscheme == 4 then
  5645. local partic4 = partic2:Clone()
  5646. partic4.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar3),ColorSequenceKeypoint.new(1,colar3)})
  5647. partic4.Parent = knofe.Grab
  5648. end
  5649. wait(1)
  5650. for i,v in pairs(knofe.Grab:GetChildren()) do
  5651. if v:IsA('ParticleEmitter') then
  5652. v.Enabled = false
  5653. end
  5654. end
  5655. sound:Destroy()
  5656. wait(2)
  5657. knofe:Destroy()
  5658. end)
  5659. coru()
  5660. wait(0.1)
  5661. weld2.C0 = CFrame.new(-1.5,0,0)
  5662. for i,v in pairs(obj1:GetChildren()) do
  5663. if v:IsA('BasePart') then
  5664. v.Transparency = 0
  5665. end
  5666. end
  5667. weld2:Destroy()
  5668. rightshoulderz:Clone().Parent = me.Torso
  5669. end
  5670. acting = false
  5671. canClick = true
  5672. end)
  5673. coru()
  5674. end
  5675.  
  5676. function paralyze()
  5677. local coru = coroutine.wrap(function()
  5678. if paralyzed == true then return end
  5679. paralyzed = true
  5680. local arm = me["Right Arm"]
  5681. local tors = grabbed.Torso
  5682. local arm2 = me["Left Arm"]
  5683. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  5684. doing = true
  5685. local weld2 = arm:FindFirstChildOfClass('Weld')
  5686. local weld3 = arm2:FindFirstChildOfClass('Weld')
  5687. local humanroot = me.HumanoidRootPart
  5688. for i = 0,1,0.075 do
  5689. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-2, 0, -1.5), i)
  5690. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  5691. wait(0.01)
  5692. end
  5693. for i = 0,1,0.30 do
  5694. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-0.75, 0, -1.75), i)
  5695. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  5696. wait(0.01)
  5697. end
  5698. killz(grabbed,'Left Leg')
  5699. killz(grabbed,'Left Arm')
  5700. killz(grabbed,'Right Leg')
  5701. killz(grabbed,'Right Arm')
  5702.  
  5703. for i, v in pairs(grabbed:GetChildren()) do
  5704. if v.Name == "Part" then
  5705. v.CanCollide = false
  5706. end
  5707. end
  5708.  
  5709. audio:Stop()
  5710. audio.SoundId = "rbxassetid://2801263"
  5711. tone = math.random(1, 3)
  5712. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0 end
  5713. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0 end
  5714. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0 end
  5715. audio:Play()
  5716.  
  5717. local bleedpart = Instance.new("Part", grabbed)
  5718. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  5719. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  5720. bleedpart.CanCollide = false
  5721. bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  5722. bleedpart.Transparency = 1
  5723.  
  5724. local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  5725. bleedpartweld.Part0 = grabbed.Torso
  5726. bleedpartweld.Part1 = bleedpart
  5727. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  5728. local cuntruu=coroutine.wrap(function()
  5729. bleed(bleedpart)
  5730. end)
  5731. local thicc = coroutine.wrap(function()
  5732. wait(3)
  5733. bleedpart:Remove()
  5734. end)
  5735. cuntruu()
  5736. thicc()
  5737.  
  5738. for i = 0,1,0.075 do
  5739. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  5740. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  5741. wait(0.01)
  5742. end
  5743. acting = true
  5744. canClick = true
  5745. doing = false
  5746. end)
  5747. coru()
  5748. end
  5749.  
  5750. function explode()
  5751. local coru = coroutine.wrap(function()
  5752. acting = true
  5753. for i=1,finishnum do
  5754. local weld2 = Instance.new('Weld',me["Right Arm"])
  5755. weld2.Part0 = me["Right Arm"]
  5756. weld2.Part1 = me["Torso"]
  5757. weld2.C0 = CFrame.new(-1.5,0,0)
  5758. if finishnum == 1 then
  5759. for i = 0,1,0.05 do
  5760. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  5761. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  5762. wait(0.01)
  5763. end
  5764. end
  5765. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  5766. audio.SoundId = "rbxassetid://166083610"
  5767. audio.PlaybackSpeed = 1
  5768. audio.TimePosition = 0.1
  5769. audio:Play()
  5770. if finishnum == 1 then
  5771. for i = 0,1,0.5 do
  5772. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  5773. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  5774. wait(0.001)
  5775. end
  5776. end
  5777. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  5778. local knofe = obj1:Clone()
  5779. for i,v in pairs(obj1:GetChildren()) do
  5780. if v:IsA('BasePart') then
  5781. v.Transparency = 1
  5782. end
  5783. end
  5784. knofe.Parent = workspace
  5785. knofe.Name = "Projectile"
  5786. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  5787. knofe:FindFirstChild("Trail", true).Enabled = false
  5788. local heck = Instance.new('BodyVelocity',knofe.Grab)
  5789. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  5790. local coru = coroutine.wrap(function()
  5791. wait(0.45)
  5792. if heck then
  5793. heck:Destroy()
  5794. end
  5795. end)
  5796. coru()
  5797. knofe["big ass knife"].Touched:connect(function(hit)
  5798. if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
  5799. heck.Velocity = Vector3.new(0,0,0)
  5800. heck:Destroy()
  5801. for i,v in pairs(knofe:GetChildren()) do
  5802. if v:IsA('BasePart') then
  5803. v.CanCollide = true
  5804. end
  5805. end
  5806. local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  5807. if hum == nil then
  5808. hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  5809. end
  5810. if hum then
  5811. tone = math.random(1, 3)
  5812. local sound = Instance.new('Sound',knofe.Grab)
  5813. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  5814. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  5815. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  5816. sound.PlaybackSpeed = 1
  5817. sound:Play()
  5818. else
  5819. local sound = Instance.new('Sound',knofe.Grab)
  5820. sound.SoundId = 'rbxassetid://267585646'
  5821. sound:Play()
  5822. end
  5823. if knofe then
  5824. local coru = coroutine.wrap(function()
  5825. if hit then
  5826. local uno = Instance.new('Part',workspace)
  5827. local dos = Instance.new('Part',workspace)
  5828. uno.CFrame = hit.CFrame
  5829. dos.CFrame = knofe["big ass knife"].CFrame
  5830. local weld = Instance.new('Weld',knofe["big ass knife"])
  5831. weld.Part0 = hit
  5832. weld.Part1 = knofe["big ass knife"]
  5833. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  5834. uno:Destroy()
  5835. dos:Destroy()
  5836. end
  5837. end)
  5838. coru()
  5839. end
  5840. local coru = coroutine.wrap(function()
  5841. for i=1,15,0.7 do
  5842. local sound = Instance.new('Sound',knofe.Grab)
  5843. if knofe then
  5844. if knofe.serration.BrickColor == BrickColor.new('Really red') then
  5845. for i, v in pairs(knofe:GetChildren()) do
  5846. if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
  5847. v.BrickColor = BrickColor.new('Lily white')
  5848. v.Material = Enum.Material.SmoothPlastic
  5849. end
  5850. end
  5851. else
  5852. for i,v in pairs(knofe:GetChildren()) do
  5853. if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
  5854. v.BrickColor = BrickColor.new('Really red')
  5855. v.Material = Enum.Material.Neon
  5856. sound.SoundId = 'rbxassetid://300473653'
  5857. sound.Volume = 0.75
  5858. sound.TimePosition = 0.05
  5859. sound.EmitterSize = 25
  5860. sound.PlaybackSpeed = 1
  5861. sound:Play()
  5862. end
  5863. end
  5864. end
  5865. wait(1/i)
  5866. sound:Destroy()
  5867. end
  5868. end
  5869. local sound = Instance.new('Sound',knofe.Grab)
  5870. sound.Name = "BOOM"
  5871. sound.EmitterSize = 25
  5872. sound.SoundId = 'rbxassetid://12222084'
  5873. sound.TimePosition = 0.1
  5874. sound.Volume = 0.5
  5875. sound:Play()
  5876. local exppart = Instance.new("Part", game.Workspace)
  5877. exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  5878. exppart.Anchored = true
  5879. exppart.CanCollide = false
  5880. exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  5881. exppart.Transparency = 1
  5882. local expaccent = Instance.new("ParticleEmitter", exppart)
  5883. expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  5884. expaccent.LightEmission = 0.2
  5885. expaccent.LightInfluence = 0.3
  5886. expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  5887. expaccent.Acceleration = Vector3.new(0, -8, 0)
  5888. expaccent.Drag = 15
  5889. expaccent.LockedToPart = true
  5890. expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  5891. expaccent.Rate = 2000
  5892. expaccent.Speed = NumberRange.new(10, 150)
  5893. expaccent.SpreadAngle = Vector2.new(360, 360)
  5894.  
  5895. local exp = Instance.new('Explosion',game.Workspace)
  5896. exp.Position = knofe["big ass knife"].Position
  5897. exp.ExplosionType = Enum.ExplosionType.NoCraters
  5898. exp.BlastRadius = 10
  5899. exp.BlastPressure = 100000
  5900. exp.DestroyJointRadiusPercent = 1
  5901. exp.Hit:connect(function(hit)
  5902. if hit.Parent and hit.Parent ~= me and hit.Parent:FindFirstChildOfClass('Humanoid') then
  5903. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  5904. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  5905. end
  5906. wait(0.001)
  5907. local coru=coroutine.wrap(function()
  5908. killz(hit.Parent,'Head',knofe,exp)
  5909. end)
  5910. coru()
  5911. elseif hit.Parent and hit.Parent ~= workspace and hit.Parent ~= me then
  5912. if hit.Parent.Name ~= "Projectile" then
  5913. hit.Parent:BreakJoints()
  5914. end
  5915. elseif hit.Parent and hit.Parent ~= me then
  5916. hit:BreakJoints()
  5917. end
  5918. end)
  5919. local explosionaccenttimeout = coroutine.wrap(function()
  5920. wait(0.2)
  5921. expaccent.Enabled = false
  5922. wait(2)
  5923. exppart:Remove()
  5924. end)
  5925. explosionaccenttimeout()
  5926. for i,v in pairs(knofe:GetChildren()) do
  5927. if v:IsA('BasePart') then
  5928. v.Transparency = 1
  5929. end
  5930. end
  5931. exp.AncestryChanged:connect(function() knofe:Destroy() end)
  5932. end)
  5933. coru()
  5934. end
  5935. end)
  5936. if finishnum == 1 then
  5937. for i= 0,1,0.1 do
  5938. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  5939. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  5940. wait(0.001)
  5941. end
  5942. else
  5943. wait(0.1)
  5944. end
  5945. weld2.C0 = CFrame.new(-1.5,0,0)
  5946. for i,v in pairs(obj1:GetChildren()) do
  5947. if v:IsA('BasePart') then
  5948. v.Transparency = 0
  5949. end
  5950. end
  5951. weld2:Destroy()
  5952. rightshoulderz:Clone().Parent = me.Torso
  5953. end
  5954. acting = false
  5955. canClick = true
  5956. end)
  5957. coru()
  5958. end
  5959.  
  5960. function release()
  5961. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
  5962. targetweld = grabbed.Torso.TargetWeld
  5963. local ree= grabbed:FindFirstChild("Left Arm")
  5964. targetweld2 = nil
  5965. if ree and ree:FindFirstChild("Weld") then
  5966. targetweld2 = ree.Weld
  5967. end
  5968. for i, v in pairs(grabbed:GetChildren()) do
  5969. if v.Name == "Part" then
  5970. v.CanCollide = true
  5971. end
  5972. end
  5973. paralyzed = false
  5974. local doit = coroutine.wrap(function()
  5975. local arm = me["Right Arm"]
  5976. local tors = grabbed.Torso
  5977. local arm2 = me["Left Arm"]
  5978. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  5979. doing = true
  5980. local weld2 = arm:FindFirstChildOfClass('Weld')
  5981. local weld3 = arm2:FindFirstChildOfClass('Weld')
  5982. local humanroot = me.HumanoidRootPart
  5983.  
  5984. if grabbed:FindFirstChildOfClass('Humanoid') then
  5985. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
  5986. end
  5987.  
  5988. rightshoulderz:Clone().Parent = me.Torso
  5989. leftshoulderz:Clone().Parent = me.Torso
  5990. if grabbed:FindFirstChildOfClass('Humanoid') then
  5991. grabbed:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
  5992. grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 50
  5993. grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  5994. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
  5995. end
  5996. grabbed = nil
  5997.  
  5998. if humanroot:FindFirstChild('Holder') then
  5999. humanroot.Holder:Destroy()
  6000. end
  6001.  
  6002. for i = 0,1,0.1 do
  6003. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  6004. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  6005. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  6006. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  6007. if targetweld2 then
  6008. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  6009. end
  6010. wait(0.01)
  6011. end
  6012.  
  6013. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0.2)
  6014. weld2:Destroy()
  6015. weld3:Destroy()
  6016. targetweld:Remove()
  6017. if targetweld2 then
  6018. targetweld2:Remove()
  6019. end
  6020. if rightshoulder then
  6021. rightshoulder:Clone().Parent = tors
  6022. end
  6023. if leftshoulder then
  6024. leftshoulder:Clone().Parent = tors
  6025. end
  6026. headweld:Clone().Parent = tors
  6027. rightshoulderz:Clone().Parent = me.Torso
  6028. leftshoulderz:Clone().Parent = me.Torso
  6029. acting = false
  6030. canClick = true
  6031. doing = false
  6032. end)
  6033. doit()
  6034. end
  6035.  
  6036. function stabwithpassion()
  6037. local doit = coroutine.wrap(function()
  6038. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
  6039. acting = true
  6040. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 10
  6041. local arm = me["Right Arm"]
  6042. local tors = me.Torso
  6043. local arm2 = me["Left Arm"]
  6044. local humanroot = me.HumanoidRootPart
  6045. local weld = Instance.new('Weld',tors)
  6046. weld.Part0 = tors
  6047. weld.Part1 = humanroot
  6048. weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  6049. local weld2 = Instance.new('Weld',arm)
  6050. weld2.Part0 = arm
  6051. weld2.Part1 = tors
  6052. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  6053. local weld3 = Instance.new('Weld',arm2)
  6054. weld3.Part0 = arm2
  6055. weld3.Part1 = tors
  6056. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  6057.  
  6058. for i = 0,1,0.15 do
  6059. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  6060. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(20),0),i)
  6061. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  6062. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(90), -1.55) * CFrame.new(0, 0.95, 0), i)
  6063. wait(0.01)
  6064. end
  6065. wait(0.001)
  6066. trail.Enabled = true
  6067. stabbing = true
  6068. audio2.SoundId = 'rbxassetid://608537390'
  6069. audio2:Play()
  6070. for i = 0,1,0.2 do
  6071. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  6072. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(-45),0),i)
  6073. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,-1)*CFrame.Angles(math.rad(-90),0,-1),i)
  6074. wait(0.01)
  6075. end
  6076. trail.Enabled = false
  6077. wait(0.1)
  6078. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 10
  6079. stabbing = false
  6080. wait(0.001)
  6081. for i = 0,1,0.075 do
  6082. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  6083. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  6084. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  6085. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  6086. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  6087. wait(0.01)
  6088. end
  6089. weld:Destroy()
  6090. weld2:Destroy()
  6091. weld3:Destroy()
  6092. torsojoint:Clone().Parent = humanroot
  6093. rightshoulderz:Clone().Parent = me.Torso
  6094. leftshoulderz:Clone().Parent = me.Torso
  6095. canClick = true
  6096. hit = false
  6097. acting = false
  6098. end
  6099. end)
  6100. doit()
  6101. end
  6102.  
  6103. function stab()
  6104. local doit = coroutine.wrap(function()
  6105. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
  6106. acting = true
  6107. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  6108. local arm = me["Right Arm"]
  6109. local tors = me.Torso
  6110. local arm2 = me["Left Arm"]
  6111. local humanroot = me.HumanoidRootPart
  6112. local weld = Instance.new('Weld',tors)
  6113. weld.Part0 = tors
  6114. weld.Part1 = humanroot
  6115. weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  6116. local weld2 = Instance.new('Weld',arm)
  6117. weld2.Part0 = arm
  6118. weld2.Part1 = tors
  6119. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  6120. local weld3 = Instance.new('Weld',arm2)
  6121. weld3.Part0 = arm2
  6122. weld3.Part1 = tors
  6123. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  6124.  
  6125. for i = 0,1,0.1 do
  6126. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  6127. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  6128. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  6129. wait(0.01)
  6130. end
  6131. wait(0.001)
  6132. trail.Enabled = true
  6133. stabbing = true
  6134. audio2.SoundId = 'rbxassetid://608537390'
  6135. audio2:Play()
  6136. for i = 0,1,0.25 do
  6137. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  6138. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,-0.3,0),i)
  6139. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,0.5)*CFrame.Angles(-0.5,0,-0.5),i)
  6140. wait(0.01)
  6141. end
  6142. trail.Enabled = false
  6143. wait(0.1)
  6144. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  6145. for i = 0,1,0.25 do
  6146. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  6147. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  6148. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.6,-0.3)*CFrame.Angles(0.5,0,-0.5),i)
  6149. wait(0.01)
  6150. end
  6151. stabbing = false
  6152. wait(0.001)
  6153. for i = 0,1,0.05 do
  6154. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  6155. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  6156. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  6157. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  6158. wait(0.01)
  6159. end
  6160. weld:Destroy()
  6161. weld2:Destroy()
  6162. weld3:Destroy()
  6163. torsojoint:Clone().Parent = humanroot
  6164. rightshoulderz:Clone().Parent = me.Torso
  6165. leftshoulderz:Clone().Parent = me.Torso
  6166. canClick = true
  6167. hit = false
  6168. acting = false
  6169. end
  6170. end)
  6171. doit()
  6172. end
  6173. function hardrelease()
  6174. rightshoulderz:Clone().Parent = me.Torso
  6175. leftshoulderz:Clone().Parent = me.Torso
  6176. if me:FindFirstChild('Right Arm') then
  6177. for i,v in pairs(me["Right Arm"]:GetChildren()) do
  6178. if v:IsA('Weld') then
  6179. v:Destroy()
  6180. end
  6181. end
  6182. end
  6183. if me:FindFirstChild('Left Arm') then
  6184. for i,v in pairs(me["Left Arm"]:GetChildren()) do
  6185. if v:IsA('Weld') then
  6186. v:Destroy()
  6187. end
  6188. end
  6189. end
  6190. acting = false
  6191. canClick = true
  6192. doing = false
  6193. grabbed = nil
  6194. end
  6195. function unequip()
  6196. local doit = coroutine.wrap(function()
  6197. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  6198. acting = true
  6199. local arm = me["Right Arm"]
  6200. local arm2 = me["Left Arm"]
  6201. local tors = me.Torso
  6202. local weld = Instance.new('Weld',arm)
  6203. weld.Part0 = arm
  6204. weld.Part1 = tors
  6205. weld.C0 = CFrame.new(-1.5,0,0)
  6206. local weld2 = Instance.new("Weld", arm2)
  6207. weld2.Part0 = arm2
  6208. weld2.Part1 = tors
  6209. weld2.C0 = CFrame.new(1.5, 0, 0)
  6210. wait(0.001)
  6211. trail.Enabled = true
  6212. for i = 0,1,0.1 do
  6213. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  6214. weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  6215. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  6216. wait(0.001)
  6217. end
  6218. trail.Enabled = false
  6219. wait(0.25)
  6220. for i = 0,1,0.1 do
  6221. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  6222. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  6223. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  6224. wait(0.01)
  6225. end
  6226. weld:Destroy()
  6227. weld2:Remove()
  6228. if tors ~= nil then
  6229. rightshoulderz:Clone().Parent = me.Torso
  6230. leftshoulderz:Clone().Parent = me.Torso
  6231. end
  6232. acting = false
  6233. end
  6234. end)
  6235. doit()
  6236. end
  6237.  
  6238. mouse.KeyDown:connect(function(key)
  6239. if usable == true then
  6240. if key == "z" then
  6241. if active == false and acting == false then
  6242. active = true
  6243. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  6244. notify("KNIFE EQUIPPED",false)
  6245. audio:Stop()
  6246. audio.SoundId = 'rbxassetid://608618332'
  6247. equip()
  6248. wait(0.6)
  6249. audio:Play()
  6250. knifeweld.Part0 = me["Right Arm"]
  6251. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  6252. elseif acting == false then
  6253. active = false
  6254. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  6255. audio:Stop()
  6256. audio.SoundId = 'rbxassetid://608538233'
  6257. unequip()
  6258. notify("KNIFE UNEQUIPPED",false)
  6259. wait(0.3)
  6260. audio:Play()
  6261. knifeweld.Part0 = me.Torso
  6262. knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  6263. canClick = true
  6264. end
  6265. elseif key == "f" then
  6266. if mode == 'kill' or active == false then return end
  6267. mode = "kill"
  6268. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  6269. notify("MODE || KILL || [F]",false)
  6270. elseif key == "e" then
  6271. if mode == 'throw' or active == false then return end
  6272. mode = "throw"
  6273. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  6274. notify("MODE || PUSH || [E]",false)
  6275. elseif key == "q" then
  6276. if mode == 'release' or active == false then return end
  6277. mode = "release"
  6278. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  6279. notify("MODE || RELEASE || [Q]",false)
  6280. elseif key == "x" then
  6281. if mode == 'stab' or active == false or acting == true then return end
  6282. mode = "stab"
  6283. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  6284. notify("MODE || STAB || [X]",false)
  6285. elseif key == "c" then
  6286. if mode == 'fling' or active == false or acting == true then return end
  6287. mode = "fling"
  6288. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  6289. notify("MODE || THROW || [C]",false)
  6290. elseif key == "b" then
  6291. if mode == 'instasplode' or active == false or acting == true then return end
  6292. mode = "instasplode"
  6293. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  6294. notify("MODE || MOLOTOV || [B]",false)
  6295. elseif key == "r" then
  6296. if mode == 'paralyze' or active == false then return end
  6297. mode = "paralyze"
  6298. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  6299. notify("MODE || PARALYZE || [R]",false)
  6300. elseif key == "v" then
  6301. if mode == 'explode' or active == false or acting == true then return end
  6302. mode = "explode"
  6303. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  6304. notify("MODE || EXPLODE || [V]",false)
  6305. elseif key == "k" then
  6306. if mode == 'suicide' or active == false or acting == true then return end
  6307. mode = "suicide"
  6308. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  6309. notify("MODE || SUICIDE || [K]",false)
  6310. elseif key == "h" then
  6311. if mode == 'firework' or active == false or acting == true then return end
  6312. mode = "firework"
  6313. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  6314. notify("MODE || FIREWORK || [H]",false)
  6315. elseif key == "g" then
  6316. if mode == 'finish' or active == false then return end
  6317. mode = "finish"
  6318. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  6319. local welp = "ON"
  6320. if finishnum == 1 then
  6321. welp = "OFF"
  6322. end
  6323. notify("MODE || FINISH || [G] || "..welp,false)
  6324. elseif key == "n" then
  6325. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  6326. if zombiemode == false then
  6327. notify("ZOMBIE MODE ON || [N]",false)
  6328. zombiemode = true
  6329. else
  6330. notify("ZOMBIE MODE OFF || [N]",false)
  6331. zombiemode = false
  6332. end
  6333. elseif key == "m" then
  6334. if finishnum == 1 then
  6335. finishnum = 15
  6336. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  6337. notify("PSYCHOPATH MODE ON || [M]",false)
  6338. if cancolorfilter then
  6339. local Sp00kyGui = Instance.new("ScreenGui")
  6340. local ImageLabel = Instance.new("ImageLabel")
  6341.  
  6342. -- Properties
  6343.  
  6344. Sp00kyGui.Parent = playergui
  6345. Sp00kyGui.Name = "REEEEEEEE"
  6346.  
  6347. ImageLabel.Parent = Sp00kyGui
  6348. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  6349. ImageLabel.BackgroundTransparency = 1
  6350. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  6351. ImageLabel.Image = "rbxassetid://74443700"
  6352. ImageLabel.ImageColor3 = Color3.new(1, 0, 0)
  6353. end
  6354. if canbackgroundmusic == true then
  6355. local sound = Instance.new('Sound',playergui)
  6356. sound.Name = 'PSYCHOPAAAATH'
  6357. sound.SoundId = 'rbxassetid://220875210'
  6358. sound.Looped = true
  6359. sound.Volume = 0.5
  6360. sound:Play()
  6361. end
  6362. else
  6363. finishnum = 1
  6364. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  6365. notify("PSYCHOPATH MODE OFF || [M]",false)
  6366. for i,v in pairs(playergui:GetChildren()) do
  6367. if v.Name == "REEEEEEEE" then
  6368. v:Destroy()
  6369. end
  6370. end
  6371. local thisniggarighthere = playergui:FindFirstChild('PSYCHOPAAAATH')
  6372. if thisniggarighthere then thisniggarighthere:Destroy() end
  6373. end
  6374. end
  6375. end
  6376. end)
  6377.  
  6378. mouse.Button1Down:connect(function()
  6379. if active == false or usable == false then return end
  6380. if canClick == true and acting == false then
  6381. if mode == "stab" and finishnum == 1 then
  6382. canClick = false
  6383. stab()
  6384. elseif mode == "stab" and finishnum == 15 then
  6385. canClick = false
  6386. stabwithpassion()
  6387. elseif mode == "fling" then
  6388. canClick = false
  6389. fling()
  6390. elseif mode == "explode" then
  6391. canClick = false
  6392. explode()
  6393. elseif mode == "instasplode" then
  6394. canClick = false
  6395. instasplode()
  6396. elseif mode == "finish" then
  6397. canClick = false
  6398. finish()
  6399. elseif mode == "suicide" then
  6400. canClick = false
  6401. kysnigga()
  6402. elseif mode == "firework" then
  6403. canClick = false
  6404. fireworkit()
  6405. else
  6406. canClick = false
  6407. grab()
  6408. end
  6409. else
  6410. if grabbed ~= nil and doing == false then
  6411. if mode == "release" then
  6412. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  6413. release()
  6414. else
  6415. hardrelease()
  6416. end
  6417. elseif mode == "kill" then
  6418. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  6419. kill()
  6420. else
  6421. hardrelease()
  6422. end
  6423. elseif mode == "paralyze" then
  6424. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  6425. paralyze()
  6426. else
  6427. hardrelease()
  6428. end
  6429. elseif mode == "throw" then
  6430. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  6431. throw()
  6432. else
  6433. hardrelease()
  6434. end
  6435. elseif mode == "explode" then
  6436. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  6437. throw()
  6438. else
  6439. hardrelease()
  6440. end
  6441. end
  6442. end
  6443. end
  6444. end)
  6445.  
  6446. knife.Touched:connect(function(hitz)
  6447. if hitz.Parent and hitz.Parent:FindFirstChildOfClass("Humanoid") and hitz.Parent:FindFirstChild('Torso') and acting == true then
  6448. if mode == "stab" and stabbing == true and hit == false then
  6449. hit = true
  6450. tone = math.random(1, 3)
  6451. audio:Stop()
  6452. if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  6453. if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  6454. if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  6455. audio.PlaybackSpeed = 1
  6456. audio:Play()
  6457. killz(hitz.Parent,'Left Leg')
  6458. killz(hitz.Parent,'Left Arm')
  6459. killz(hitz.Parent,'Right Leg')
  6460. killz(hitz.Parent,'Right Arm')
  6461. elseif mode == "finish" and finishing == true then
  6462. print('PSYCHOPATH MODE REEEEEEEEEEEEEEEE')
  6463. tone = math.random(1, 3)
  6464. audio:Stop()
  6465. if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  6466. if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  6467. if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  6468. audio.PlaybackSpeed = 1
  6469. audio:Play()
  6470. if hit == false then
  6471. hitz.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  6472. wait()
  6473. killz(hitz.Parent,'Head',nil,false,true)
  6474. end
  6475. hit = true
  6476. elseif grabbed == nil and grabbing == true and hit == false then
  6477. if hitz.Parent:FindFirstChildOfClass("Humanoid").Health > 0 and hitz.Parent:FindFirstChild('Torso') and hitz.Parent.Torso:FindFirstChild('Neck') then
  6478. grabbed = hitz.Parent
  6479. local weldz = Instance.new('Weld',point)
  6480. weldz.Name = "Holder"
  6481. weldz.Part0 = point
  6482. weldz.Part1 = hitz.Parent.Torso
  6483. weldz.C0 = CFrame.new(0,0,-1.2)
  6484. end
  6485. end
  6486. end
  6487. end)
  6488.  
  6489. player.CharacterAdded:connect(function()
  6490. usable = false
  6491. for i,v in pairs(playergui:GetChildren()) do
  6492. if v.Name == "REEEEEEEE" or v.Name == 'PSYCHOPAAAATH' then
  6493. v:Destroy()
  6494. end
  6495. end
  6496. end)
  6497. while usable do
  6498. local coru = coroutine.wrap(function()
  6499. for i,v in pairs(knifeparts) do
  6500. local function try()
  6501. if v[1].Parent ~= v[2] then
  6502. v[1].Parent = v[2]
  6503. end
  6504. end
  6505. pcall(try)
  6506. end
  6507. if grabbed ~= nil then
  6508. if grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  6509. for i,v in pairs(grabbed:GetChildren()) do
  6510. if v:IsA('Tool') then
  6511. local model = Instance.new('Model',workspace)
  6512. v.Parent = model
  6513. model:TranslateBy(Vector3.new(3,0,0))
  6514. end
  6515. end
  6516. grabbed:FindFirstChildOfClass('Humanoid').Name = "Hoomanoid"
  6517. grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 0
  6518. grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 0
  6519. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  6520. grabweld = grabbed.Torso:FindFirstChild("TargetWeld")
  6521. if grabweld ~= nil then return end
  6522. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  6523. if grabbed.Torso:FindFirstChild('Left Shoulder') then
  6524. leftshoulder = grabbed.Torso["Left Shoulder"]:Clone()
  6525. end
  6526. if grabbed.Torso:FindFirstChild('Right Shoulder') then
  6527. rightshoulder = grabbed.Torso["Right Shoulder"]:Clone()
  6528. end
  6529. headweld = grabbed.Torso["Neck"]:Clone()
  6530. local targetweld = Instance.new('Weld',grabbed.Torso)
  6531. targetweld.Part0 = grabbed.Torso
  6532. targetweld.Part1 = grabbed.Head
  6533. targetweld.Name = "TargetWeld"
  6534. targetweld.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(0, 0, 0)
  6535. if grabbed:FindFirstChild('Left Arm') then
  6536. local targetweld2 = Instance.new('Weld',grabbed["Left Arm"])
  6537. targetweld2.Part0 = grabbed.Torso
  6538. targetweld2.Part1 = grabbed["Left Arm"]
  6539. targetweld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  6540. end
  6541.  
  6542. for i = 0,1,0.1 do
  6543. if me:FindFirstChild("Left Arm") == nil or me:FindFirstChild("Torso") == nil or targetweld == nil then return end
  6544. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0.25, 0, 0), i)
  6545. if targetweld2 then
  6546. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0.5, 0)*CFrame.Angles(0, 0, -0.55), i)
  6547. end
  6548. wait(0.001)
  6549. end
  6550. end
  6551. end
  6552. end)
  6553. coru()
  6554. wait()
  6555. end
  6556.  
  6557. end
  6558. local coru=coroutine.wrap(function()
  6559. nub()
  6560. end)
  6561. coru()
  6562.  
  6563. player.CharacterAppearanceLoaded:connect(function()
  6564. local coru =coroutine.wrap(function()
  6565. nub()
  6566. end)
  6567. coru()
  6568. end)
  6569.  
  6570. while true do
  6571. local coru=coroutine.wrap(function()
  6572. if grabbed then
  6573. v:FindFirstChildOfClass('Humanoid').Jump = false
  6574. v:FindFirstChildOfClass('Humanoid').Sit = false
  6575. v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  6576. v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  6577. v:FindFirstChildOfClass('Humanoid').Name = "No escape."
  6578. end
  6579. for i,v in pairs(rekt) do
  6580. if v and v:FindFirstChildOfClass('Humanoid') then
  6581. for a,c in pairs(v:GetChildren()) do
  6582. if c:IsA('Tool') then
  6583. local model = Instance.new('Model',workspace)
  6584. c.Parent = model
  6585. model:TranslateBy(Vector3.new(3,0,0))
  6586. end
  6587. end
  6588. v:FindFirstChildOfClass('Humanoid').Jump = false
  6589. v:FindFirstChildOfClass('Humanoid').Sit = false
  6590. v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  6591. v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  6592. v:FindFirstChildOfClass('Humanoid').Name = "No escape."
  6593. local thing = getplr(v)
  6594. if thing then
  6595. thing.CameraMinZoomDistance = 3
  6596. end
  6597. else
  6598. local thing = getplr(v)
  6599. if thing then
  6600. thing.CameraMinZoomDistance = 0.5
  6601. end
  6602. table.remove(rekt,i)
  6603. end
  6604. end
  6605. end)
  6606. coru()
  6607. local coru2 = coroutine.wrap(function()
  6608. if curpart then
  6609. curpoint = curpart.CFrame.p
  6610. end
  6611. if lastgui then
  6612. lastgui:Destroy()
  6613. lastgui = nil
  6614. end
  6615. if curpoint then
  6616. lastgui = Instance.new('BillboardGui',player.PlayerGui)
  6617. lastgui.AlwaysOnTop = true
  6618. lastgui.MaxDistance = 0
  6619. lastgui.Size = UDim2.new(5,0,5,0)
  6620. if curpart == nil then
  6621. lastgui.Adornee = workspace
  6622. lastgui.StudsOffsetWorldSpace = curpoint
  6623. else
  6624. lastgui.Adornee = curpart
  6625. end
  6626. local cross = Instance.new('ImageLabel',lastgui)
  6627. cross.BackgroundTransparency = 1
  6628. cross.Size = UDim2.new(1,0,1,0)
  6629. cross.Image = 'rbxassetid://316279304'
  6630. for i,v in pairs(zombies) do
  6631. if v:FindFirstChildOfClass('Humanoid') then
  6632. v:FindFirstChildOfClass('Humanoid').WalkToPoint = curpoint
  6633. end
  6634. end
  6635. else
  6636. for i,v in pairs(zombies) do
  6637. if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChild('Head') then
  6638. v:FindFirstChildOfClass('Humanoid').WalkToPoint = v.Head.Position
  6639. end
  6640. end
  6641. end
  6642. end)
  6643. coru2()
  6644. wait()
  6645. end
  6646. end)
  6647.  
  6648. Admins.Name = "Admins"
  6649. Admins.Parent = TwitchScripts
  6650. Admins.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  6651. Admins.BorderSizePixel = 0
  6652. Admins.Position = UDim2.new(0, 0, 0.690909088, 0)
  6653. Admins.Size = UDim2.new(0, 69, 0, 20)
  6654. Admins.Font = Enum.Font.ArialBold
  6655. Admins.Text = "Admin"
  6656. Admins.TextScaled = true
  6657. Admins.TextSize = 14
  6658. Admins.TextWrapped = true
  6659. Admins.MouseButton1Click:connect(function()
  6660. -- Creator: illremember#3799
  6661.  
  6662. -- Credits to infinite yield, harkinian, dex creators
  6663.  
  6664. prefix = ";"
  6665. wait(0.3)
  6666. Commands = {
  6667. '[-] cmdbar is shown when ; is pressed.',
  6668. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  6669. '[2] bring [plr] -- You need a tool! Will bring player to you',
  6670. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  6671. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  6672. '[5] attach [plr] -- You need a tool! Attaches you to player',
  6673. '[6] unattach [plr] -- Attempts to unattach you from a player',
  6674. '[7] follow [plr] -- Makes you follow behind the player',
  6675. '[8] unfollow',
  6676. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  6677. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  6678. '[11] untrail',
  6679. '[12] orbit [plr] -- Makes you orbit the player',
  6680. '[13] unorbit',
  6681. '[14] fling [plr] -- Makes you fling the player',
  6682. '[15] unfling',
  6683. '[16] fecheck -- Checks if the game is FE or not',
  6684. '[17] void [plr] -- Teleports player to the void',
  6685. '[18] noclip -- Gives you noclip to walk through walls',
  6686. '[19] clip -- Removes noclip',
  6687. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  6688. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  6689. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  6690. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  6691. '[24] annoy [plr] -- Loop teleports you to the player',
  6692. '[25] unannoy',
  6693. '[26] headwalk [plr] -- Loop teleports you to the player head',
  6694. '[27] unheadwalk',
  6695. '[28] nolimbs -- Removes your arms and legs',
  6696. '[29] god -- Gives you FE Godmode',
  6697. '[30] drophats -- Drops your accessories',
  6698. '[31] droptool -- Drops any tool you have equipped',
  6699. '[32] loopdhats -- Loop drops your accessories',
  6700. '[33] unloopdhats',
  6701. '[34] loopdtool -- Loop drops any tools you have equipped',
  6702. '[35] unloopdtool',
  6703. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  6704. '[37] view [plr] -- Changes your camera to the player character',
  6705. '[38] unview',
  6706. '[39] goto [plr] -- Teleports you to player',
  6707. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  6708. '[41] unfly',
  6709. '[42] chat [msg] -- Makes you chat a message',
  6710. '[43] spam [msg] -- Spams a message',
  6711. '[44] unspam',
  6712. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  6713. '[46] pmspam [plr] -- Spams a player in private message',
  6714. '[47] unpmspam',
  6715. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  6716. '[49] uncfreeze [plr]',
  6717. '[50] unlockws -- Unlocks the workspace',
  6718. '[51] lockws -- Locks the workspace',
  6719. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  6720. '[53] pstand -- Enables platform stand',
  6721. '[54] unpstand -- Disables platform stand',
  6722. '[55] blockhead -- Removes your head mesh',
  6723. '[56] sit',
  6724. '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
  6725. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  6726. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  6727. '[60] cmds -- Prints all commands',
  6728. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  6729. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  6730. '[63] spinner -- Makes you spin',
  6731. '[64] nospinner',
  6732. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  6733. '[66] noreach -- Removes reach, must have tool equipped',
  6734. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  6735. '[68] tp me [plr] -- Alternative to goto',
  6736. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  6737. '[70] uncbring',
  6738. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  6739. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  6740. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  6741. '[74] unglitch -- Unglitches you',
  6742. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  6743. '[76] explorer -- Loads up DEX',
  6744. '[77] reset -- Resets your character.',
  6745. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  6746. '[79] animgui -- Loads up Energize animations GUI',
  6747. '[80] savepos -- Saves your current position',
  6748. '[81] loadpos -- Teleports you to your saved position',
  6749. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  6750. '[83] unbang',
  6751. '[84] delcmdbar -- Removes the command bar completely',
  6752. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  6753. '[86] shutdown -- Uses harkinians script to shutdown server',
  6754. '[87] respawn -- If grespawn doesnt work you can use respawn',
  6755. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  6756. '[89] getplrs -- Prints all players in game',
  6757. '[90] deldecal -- Deletes all decals client sided',
  6758. '[91] opfinality -- Loads in my FE GUI Opfinality',
  6759. '[92] remotes -- Prints all remotes in the game in the console when added',
  6760. '[93] noremotes -- Stops printing remotes',
  6761. '[94] tpdefault -- Stops all loop teleports to a player',
  6762. '[95] stopsit -- Will not allow you to sit',
  6763. '[96] gosit -- Allows you to sit',
  6764. '[97] clicktp -- Enables click tp',
  6765. '[98] noclicktp -- Disables click tp',
  6766. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  6767. '[100] toolsoff -- Stops ;toolson',
  6768. '[101] version -- Gets the admin version',
  6769. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  6770. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  6771. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  6772. '[105] clickdel -- Delete any block you press q on, client sided',
  6773. '[106] noclickdel -- Stops clickdel',
  6774. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  6775. '[108] unlooprhats -- Stops loop removing mesh',
  6776. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  6777. '[110] unlooprtool -- Stops loop removing mesh',
  6778. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  6779. '[112] age [plr] -- Makes you chat the account age of the player',
  6780. '[113] id [plr] -- Makes you chat the account ID of the player',
  6781. '[114] .age [plr] -- Privately shows you the account age of the player',
  6782. '[115] .id [plr] -- Privately shows you the account ID of the player',
  6783. '[116] gameid -- Shows the game ID',
  6784. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  6785. '[118] removefog -- Removes fog, client sided',
  6786. '[119] disable -- Disables your character by removing humanoid',
  6787. '[120] enable -- Enables your character by adding humanoid',
  6788. '[121] prefix [key] -- Changes the prefix used, default is ;',
  6789. '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
  6790. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  6791. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  6792. '[125] uncarpet -- Stops carpet player',
  6793. '[126] stare [plr] -- Turns your character to stare at another player',
  6794. '[127] unstare -- Stops stare player',
  6795. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  6796. '[129] unlogchat -- Disables logchat',
  6797. '[130] fixcam -- Fixes/resets your camera',
  6798. '[131] unstate -- Stops changing state',
  6799. }
  6800. speedget = 1
  6801.  
  6802. lplayer = game:GetService("Players").LocalPlayer
  6803.  
  6804. lplayer.CharacterAdded:Connect(function(character)
  6805. spin = false
  6806. flying = false
  6807. staring = false
  6808. banpl = false
  6809. end)
  6810.  
  6811. function change()
  6812. prefix = prefix
  6813. speedfly = speedfly
  6814. end
  6815.  
  6816. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  6817. local Found = {}
  6818. local strl = String:lower()
  6819. if strl == "all" then
  6820. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6821. table.insert(Found,v)
  6822. end
  6823. elseif strl == "others" then
  6824. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6825. if v.Name ~= lplayer.Name then
  6826. table.insert(Found,v)
  6827. end
  6828. end
  6829. elseif strl == "me" then
  6830. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6831. if v.Name == lplayer.Name then
  6832. table.insert(Found,v)
  6833. end
  6834. end
  6835. else
  6836. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6837. if v.Name:lower():sub(1, #String) == String:lower() then
  6838. table.insert(Found,v)
  6839. end
  6840. end
  6841. end
  6842. return Found
  6843. end
  6844.  
  6845. local Mouse = lplayer:GetMouse()
  6846.  
  6847. spin = false
  6848. followed = false
  6849. traill = false
  6850. noclip = false
  6851. annoying = false
  6852. hwalk = false
  6853. droppinghats = false
  6854. droppingtools = false
  6855. flying = false
  6856. spamdelay = 1
  6857. spamming = false
  6858. spammingpm = false
  6859. cbringing = false
  6860. remotes = true
  6861. added = true
  6862. binds = false
  6863. stopsitting = false
  6864. clickgoto = false
  6865. gettingtools = false
  6866. removingmeshhats = false
  6867. removingmeshtool = false
  6868. clickdel = false
  6869. staring = false
  6870. chatlogs = false
  6871. banpl = false
  6872. changingstate = false
  6873. statechosen = 0
  6874.  
  6875. adminversion = "Reviz Admin by illremember, Version 2.0"
  6876.  
  6877. flying = false
  6878. speedfly = 1
  6879.  
  6880. function plrchat(plr, chat)
  6881. print(plr.Name..": "..tick().."\n"..chat)
  6882. end
  6883.  
  6884. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6885. v.Chatted:connect(function(chat)
  6886. if chatlogs then
  6887. plrchat(v, chat)
  6888. end
  6889. end)
  6890. end
  6891. game:GetService("Players").PlayerAdded:connect(function(plr)
  6892. plr.Chatted:connect(function(chat)
  6893. if chatlogs then
  6894. plrchat(plr, chat)
  6895. end
  6896. end)
  6897. end)
  6898.  
  6899.  
  6900. local ScreenGui = Instance.new("ScreenGui")
  6901. local Frame = Instance.new("Frame")
  6902. local CMDBAR = Instance.new("TextBox")
  6903. ScreenGui.Parent = game:GetService("CoreGui")
  6904. Frame.Parent = ScreenGui
  6905. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  6906. Frame.BackgroundTransparency = 0.3
  6907. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  6908. Frame.Size = UDim2.new(0, 200, 0, 40)
  6909. Frame.Active = true
  6910. Frame.Draggable = true
  6911. CMDBAR.Name = "CMDBAR"
  6912. CMDBAR.Parent = Frame
  6913. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  6914. CMDBAR.BackgroundTransparency = 0.20000000298023
  6915. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  6916. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  6917. CMDBAR.Font = Enum.Font.SourceSansLight
  6918. CMDBAR.FontSize = Enum.FontSize.Size14
  6919. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  6920. CMDBAR.TextScaled = true
  6921. CMDBAR.TextSize = 14
  6922. CMDBAR.TextWrapped = true
  6923. CMDBAR.Text = "Press ; to type, Enter to execute"
  6924.  
  6925. local CMDS = Instance.new("ScreenGui")
  6926. local CMDSFRAME = Instance.new("Frame")
  6927. local ScrollingFrame = Instance.new("ScrollingFrame")
  6928. local TextLabel = Instance.new("TextLabel")
  6929. local closegui = Instance.new("TextButton")
  6930. CMDS.Name = "CMDS"
  6931. CMDS.Parent = game:GetService("CoreGui")
  6932. CMDSFRAME.Name = "CMDSFRAME"
  6933. CMDSFRAME.Parent = CMDS
  6934. CMDSFRAME.Active = true
  6935. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  6936. CMDSFRAME.BorderSizePixel = 0
  6937. CMDSFRAME.Draggable = true
  6938. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  6939. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  6940. CMDSFRAME.Visible = false
  6941. ScrollingFrame.Parent = CMDSFRAME
  6942. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  6943. ScrollingFrame.BorderSizePixel = 0
  6944. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  6945. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  6946. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  6947. TextLabel.Parent = ScrollingFrame
  6948. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  6949. TextLabel.BackgroundTransparency = 1
  6950. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  6951. TextLabel.Font = Enum.Font.SourceSans
  6952. TextLabel.FontSize = Enum.FontSize.Size18
  6953. TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
  6954. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  6955. TextLabel.TextSize = 15
  6956. TextLabel.TextWrapped = true
  6957. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  6958. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  6959. closegui.Name = "closegui"
  6960. closegui.Parent = CMDSFRAME
  6961. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  6962. closegui.BorderSizePixel = 0
  6963. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  6964. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  6965. closegui.Font = Enum.Font.SourceSansBold
  6966. closegui.FontSize = Enum.FontSize.Size24
  6967. closegui.Text = "X"
  6968. closegui.TextColor3 = Color3.new(1, 1, 1)
  6969. closegui.TextSize = 20
  6970.  
  6971. closegui.MouseButton1Click:connect(function()
  6972. CMDSFRAME.Visible = false
  6973. end)
  6974.  
  6975. game:GetService('RunService').Stepped:connect(function()
  6976. if spin then
  6977. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  6978. end
  6979. if followed then
  6980. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  6981. end
  6982. if traill then
  6983. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  6984. end
  6985. if annoying then
  6986. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  6987. end
  6988. if hwalk then
  6989. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  6990. end
  6991. if staring then
  6992. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  6993. end
  6994. end)
  6995. game:GetService('RunService').Stepped:connect(function()
  6996. if noclip then
  6997. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  6998. lplayer.Character.Head.CanCollide = false
  6999. lplayer.Character.Torso.CanCollide = false
  7000. lplayer.Character["Left Leg"].CanCollide = false
  7001. lplayer.Character["Right Leg"].CanCollide = false
  7002. else
  7003. lplayer.Character.Humanoid:ChangeState(11)
  7004. end
  7005. end
  7006. if changingstate then
  7007. lplayer.Character.Humanoid:ChangeState(statechosen)
  7008. end
  7009. end)
  7010. game:GetService('RunService').Stepped:connect(function()
  7011. if droppinghats then
  7012. for i,v in pairs(lplayer.Character:GetChildren()) do
  7013. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7014. v.Parent = workspace
  7015. end
  7016. end
  7017. end
  7018. if droppingtools then
  7019. for i,v in pairs(lplayer.Character:GetChildren()) do
  7020. if (v:IsA("Tool")) then
  7021. v.Parent = workspace
  7022. end
  7023. end
  7024. end
  7025. if removingmeshhats then
  7026. for i,v in pairs(lplayer.Character:GetChildren()) do
  7027. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7028. v.Handle.Mesh:Destroy()
  7029. end
  7030. end
  7031. end
  7032. if removingmeshtool then
  7033. for i,v in pairs(lplayer.Character:GetChildren()) do
  7034. if (v:IsA("Tool")) then
  7035. v.Handle.Mesh:Destroy()
  7036. end
  7037. end
  7038. end
  7039. end)
  7040. game:GetService('RunService').Stepped:connect(function()
  7041. if banpl then
  7042. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  7043. end
  7044. end)
  7045. game:GetService('RunService').Stepped:connect(function()
  7046. if stopsitting then
  7047. lplayer.Character.Humanoid.Sit = false
  7048. end
  7049. end)
  7050.  
  7051. plr = lplayer
  7052. hum = plr.Character.HumanoidRootPart
  7053. mouse = plr:GetMouse()
  7054. mouse.KeyDown:connect(function(key)
  7055. if key == "e" then
  7056. if mouse.Target then
  7057. if clickgoto then
  7058. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  7059. elseif clickdel then
  7060. mouse.Target:Destroy()
  7061. end
  7062. end
  7063. end
  7064. end)
  7065.  
  7066. game:GetService("Workspace").ChildAdded:connect(function(part)
  7067. if gettingtools then
  7068. if part:IsA("Tool") then
  7069. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7070. end
  7071. end
  7072. end)
  7073.  
  7074. lplayer.Chatted:Connect(function(msg)
  7075. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  7076. if string.sub(msg, 7) == "me" then
  7077. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  7078. else
  7079. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  7080. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7081. lplayer.Character.Humanoid.Name = 1
  7082. local l = lplayer.Character["1"]:Clone()
  7083. l.Parent = lplayer.Character
  7084. l.Name = "Humanoid"
  7085. wait(0.1)
  7086. lplayer.Character["1"]:Destroy()
  7087. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7088. lplayer.Character.Animate.Disabled = true
  7089. wait(0.1)
  7090. lplayer.Character.Animate.Disabled = false
  7091. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7092. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7093. lplayer.Character.Humanoid:EquipTool(v)
  7094. end
  7095. local function tp(player,player2)
  7096. local char1,char2=player.Character,player2.Character
  7097. if char1 and char2 then
  7098. char1:MoveTo(char2.Head.Position)
  7099. end
  7100. end
  7101. wait(0.1)
  7102. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7103. wait(0.2)
  7104. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7105. wait(0.5)
  7106. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  7107. wait(0.7)
  7108. tp(lplayer,game:GetService("Players")[v.Name])
  7109. wait(0.7)
  7110. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7111. game:GetService("StarterGui"):SetCore("SendNotification", {
  7112. Title = "Tools needed!";
  7113. Text = "You need a tool in your backpack for this command!";
  7114. })
  7115. end
  7116. end
  7117. end
  7118. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  7119. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  7120. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7121. lplayer.Character.Humanoid.Name = 1
  7122. local l = lplayer.Character["1"]:Clone()
  7123. l.Parent = lplayer.Character
  7124. l.Name = "Humanoid"
  7125. wait(0.1)
  7126. lplayer.Character["1"]:Destroy()
  7127. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7128. lplayer.Character.Animate.Disabled = true
  7129. wait(0.1)
  7130. lplayer.Character.Animate.Disabled = false
  7131. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7132. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7133. lplayer.Character.Humanoid:EquipTool(v)
  7134. end
  7135. local function tp(player,player2)
  7136. local char1,char2=player.Character,player2.Character
  7137. if char1 and char2 then
  7138. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  7139. end
  7140. end
  7141. local function getout(player,player2)
  7142. local char1,char2=player.Character,player2.Character
  7143. if char1 and char2 then
  7144. char1:MoveTo(char2.Head.Position)
  7145. end
  7146. end
  7147. tp(game:GetService("Players")[v.Name], lplayer)
  7148. wait(0.2)
  7149. tp(game:GetService("Players")[v.Name], lplayer)
  7150. wait(0.5)
  7151. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7152. wait(0.5)
  7153. getout(lplayer, game:GetService("Players")[v.Name])
  7154. wait(0.3)
  7155. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7156. game:GetService("StarterGui"):SetCore("SendNotification", {
  7157. Title = "Tools needed!";
  7158. Text = "You need a tool in your backpack for this command!";
  7159. })
  7160. end
  7161. end
  7162. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  7163. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7164. lplayer.Character.Humanoid.Name = 1
  7165. local l = lplayer.Character["1"]:Clone()
  7166. l.Parent = lplayer.Character
  7167. l.Name = "Humanoid"
  7168. wait(0.1)
  7169. lplayer.Character["1"]:Destroy()
  7170. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7171. lplayer.Character.Animate.Disabled = true
  7172. wait(0.1)
  7173. lplayer.Character.Animate.Disabled = false
  7174. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7175. lplayer.Character.Animate.Disabled = false
  7176. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7177. lplayer.Character.Humanoid:EquipTool(v)
  7178. end
  7179. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7180. spinplr = v
  7181. wait(0.5)
  7182. spin = true
  7183. game:GetService("StarterGui"):SetCore("SendNotification", {
  7184. Title = "Tools needed!";
  7185. Text = "You need a tool in your backpack for this command!";
  7186. })
  7187. end
  7188. end
  7189. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  7190. spin = false
  7191. end
  7192. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  7193. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7194. lplayer.Character.Humanoid.Name = 1
  7195. local l = lplayer.Character["1"]:Clone()
  7196. l.Parent = lplayer.Character
  7197. l.Name = "Humanoid"
  7198. wait(0.1)
  7199. lplayer.Character["1"]:Destroy()
  7200. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7201. lplayer.Character.Animate.Disabled = true
  7202. wait(0.1)
  7203. lplayer.Character.Animate.Disabled = false
  7204. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7205. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7206. lplayer.Character.Humanoid:EquipTool(v)
  7207. end
  7208. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7209. wait(0.3)
  7210. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7211. attplr = v
  7212. game:GetService("StarterGui"):SetCore("SendNotification", {
  7213. Title = "Tools needed!";
  7214. Text = "You need a tool in your backpack for this command!";
  7215. })
  7216. end
  7217. end
  7218. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  7219. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  7220. local function getout(player,player2)
  7221. local char1,char2=player.Character,player2.Character
  7222. if char1 and char2 then
  7223. char1:MoveTo(char2.Head.Position)
  7224. end
  7225. end
  7226. getout(lplayer, game:GetService("Players")[v.Name])
  7227. end
  7228. end
  7229. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  7230. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7231. followed = true
  7232. flwplr = v
  7233. end
  7234. end
  7235. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  7236. followed = false
  7237. end
  7238. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  7239. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  7240. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7241. lplayer.Character.Humanoid.Name = 1
  7242. local l = lplayer.Character["1"]:Clone()
  7243. l.Parent = lplayer.Character
  7244. l.Name = "Humanoid"
  7245. wait(0.1)
  7246. lplayer.Character["1"]:Destroy()
  7247. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7248. lplayer.Character.Animate.Disabled = true
  7249. wait(0.1)
  7250. lplayer.Character.Animate.Disabled = false
  7251. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7252. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7253. lplayer.Character.Humanoid:EquipTool(v)
  7254. end
  7255. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7256. wait(0.2)
  7257. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7258. wait(0.6)
  7259. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7260. wait(0.6)
  7261. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  7262. game:GetService("StarterGui"):SetCore("SendNotification", {
  7263. Title = "Tools needed!";
  7264. Text = "You need a tool in your backpack for this command!";
  7265. })
  7266. end
  7267. end
  7268. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  7269. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  7270. traill = true
  7271. trlplr = v
  7272. end
  7273. end
  7274. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  7275. traill = false
  7276. end
  7277. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  7278. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  7279. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7280. else
  7281. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  7282. local o = Instance.new("RocketPropulsion")
  7283. o.Parent = lplayer.Character.HumanoidRootPart
  7284. o.Name = "Orbit"
  7285. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  7286. o:Fire()
  7287. noclip = true
  7288. end
  7289. end
  7290. end
  7291. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  7292. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  7293. noclip = false
  7294. end
  7295. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  7296. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  7297. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7298. else
  7299. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  7300. local y = Instance.new("RocketPropulsion")
  7301. y.Parent = lplayer.Character.HumanoidRootPart
  7302. y.CartoonFactor = 1
  7303. y.MaxThrust = 800000
  7304. y.MaxSpeed = 1000
  7305. y.ThrustP = 200000
  7306. y.Name = "Fling"
  7307. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  7308. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  7309. y:Fire()
  7310. noclip = true
  7311. end
  7312. end
  7313. end
  7314. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  7315. noclip = false
  7316. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  7317. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  7318. wait(0.4)
  7319. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  7320. end
  7321. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  7322. if game:GetService("Workspace").FilteringEnabled == true then
  7323. warn("FE is Enabled (Filtering Enabled)")
  7324. game:GetService("StarterGui"):SetCore("SendNotification", {
  7325. Title = "FE is Enabled";
  7326. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  7327. })
  7328. else
  7329. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  7330. game:GetService("StarterGui"):SetCore("SendNotification", {
  7331. Title = "FE is Disabled";
  7332. Text = "Filtering Disabled. Consider using a different admin script.";
  7333. })
  7334. end
  7335. end
  7336. if string.sub(msg, 1, 6) == (prefix.."void ") then
  7337. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7338. lplayer.Character.Humanoid.Name = 1
  7339. local l = lplayer.Character["1"]:Clone()
  7340. l.Parent = lplayer.Character
  7341. l.Name = "Humanoid"
  7342. wait(0.1)
  7343. lplayer.Character["1"]:Destroy()
  7344. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7345. lplayer.Character.Animate.Disabled = true
  7346. wait(0.1)
  7347. lplayer.Character.Animate.Disabled = false
  7348. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7349. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7350. lplayer.Character.Humanoid:EquipTool(v)
  7351. end
  7352. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7353. wait(0.2)
  7354. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7355. wait(0.6)
  7356. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  7357. game:GetService("StarterGui"):SetCore("SendNotification", {
  7358. Title = "Tools needed!";
  7359. Text = "You need a tool in your backpack for this command!";
  7360. })
  7361. end
  7362. end
  7363. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  7364. noclip = true
  7365. game:GetService("StarterGui"):SetCore("SendNotification", {
  7366. Title = "Noclip enabled";
  7367. Text = "Type ;clip to disable";
  7368. })
  7369. end
  7370. if string.sub(msg, 1, 5) == (prefix.."clip") then
  7371. noclip = false
  7372. game:GetService("StarterGui"):SetCore("SendNotification", {
  7373. Title = "Noclip disabled";
  7374. Text = "Type ;noclip to enable";
  7375. })
  7376. end
  7377. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  7378. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  7379. end
  7380. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  7381. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  7382. end
  7383. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  7384. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  7385. end
  7386. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  7387. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  7388. end
  7389. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  7390. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  7391. end
  7392. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  7393. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  7394. end
  7395. if string.sub(msg, 1, 8) == (prefix.."default") then
  7396. lplayer.Character.Humanoid.JumpPower = 50
  7397. lplayer.Character.Humanoid.WalkSpeed = 16
  7398. lplayer.Character.Humanoid.HipHeight = 0
  7399. end
  7400. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  7401. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  7402. annoying = true
  7403. annplr = v
  7404. end
  7405. end
  7406. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  7407. annoying = false
  7408. end
  7409. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  7410. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  7411. hwalk = true
  7412. hdwplr = v
  7413. end
  7414. end
  7415. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  7416. hwalk = false
  7417. end
  7418. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  7419. lplayer.Character["Left Leg"]:Destroy()
  7420. lplayer.Character["Left Arm"]:Destroy()
  7421. lplayer.Character["Right Leg"]:Destroy()
  7422. lplayer.Character["Right Arm"]:Destroy()
  7423. end
  7424. if string.sub(msg, 1, 4) == (prefix.."god") then
  7425. lplayer.Character.Humanoid.Name = 1
  7426. local l = lplayer.Character["1"]:Clone()
  7427. l.Parent = lplayer.Character
  7428. l.Name = "Humanoid"
  7429. wait(0.1)
  7430. lplayer.Character["1"]:Destroy()
  7431. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7432. lplayer.Character.Animate.Disabled = true
  7433. wait(0.1)
  7434. lplayer.Character.Animate.Disabled = false
  7435. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7436. game:GetService("StarterGui"):SetCore("SendNotification", {
  7437. Title = "FE Godmode enabled";
  7438. Text = "Use ;grespawn or ;respawn to remove";
  7439. })
  7440. end
  7441. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  7442. for i,v in pairs(lplayer.Character:GetChildren()) do
  7443. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7444. v.Parent = workspace
  7445. end
  7446. end
  7447. end
  7448. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  7449. for i,v in pairs(lplayer.Character:GetChildren()) do
  7450. if (v:IsA("Tool")) then
  7451. v.Parent = workspace
  7452. end
  7453. end
  7454. end
  7455. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  7456. droppinghats = true
  7457. game:GetService("StarterGui"):SetCore("SendNotification", {
  7458. Title = "Loop Drop Enabled";
  7459. Text = "Type ;unloopdhats to disable";
  7460. })
  7461. end
  7462. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  7463. droppinghats = false
  7464. game:GetService("StarterGui"):SetCore("SendNotification", {
  7465. Title = "Loop Drop Disabled";
  7466. Text = "Type ;loopdhats to enable.";
  7467. })
  7468. end
  7469. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  7470. droppingtools = true
  7471. game:GetService("StarterGui"):SetCore("SendNotification", {
  7472. Title = "Loop Drop Enabled";
  7473. Text = "Type ;unloopdtool to disable";
  7474. })
  7475. end
  7476. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  7477. droppingtools = false
  7478. game:GetService("StarterGui"):SetCore("SendNotification", {
  7479. Title = "Loop Drop Disabled";
  7480. Text = "Type ;loopdtool to enable.";
  7481. })
  7482. end
  7483. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  7484. Local = game:GetService('Players').LocalPlayer
  7485. Char = Local.Character
  7486. touched,tpdback = false, false
  7487. box = Instance.new('Part',workspace)
  7488. box.Anchored = true
  7489. box.CanCollide = true
  7490. box.Size = Vector3.new(10,1,10)
  7491. box.Position = Vector3.new(0,10000,0)
  7492. box.Touched:connect(function(part)
  7493. if (part.Parent.Name == Local.Name) then
  7494. if touched == false then
  7495. touched = true
  7496. function apply()
  7497. if script.Disabled ~= true then
  7498. no = Char.HumanoidRootPart:Clone()
  7499. wait(.25)
  7500. Char.HumanoidRootPart:Destroy()
  7501. no.Parent = Char
  7502. Char:MoveTo(loc)
  7503. touched = false
  7504. end end
  7505. if Char then
  7506. apply()
  7507. end
  7508. end
  7509. end
  7510. end)
  7511. repeat wait() until Char
  7512. loc = Char.HumanoidRootPart.Position
  7513. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  7514. game:GetService("StarterGui"):SetCore("SendNotification", {
  7515. Title = "Invisibility enabled!";
  7516. Text = "Reset or use ;respawn to remove.";
  7517. })
  7518. end
  7519. if string.sub(msg, 1, 6) == (prefix.."view ") then
  7520. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7521. if game:GetService("Players")[v.Name].Character.Humanoid then
  7522. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  7523. else
  7524. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  7525. end
  7526. end
  7527. end
  7528. if string.sub(msg, 1, 7) == (prefix.."unview") then
  7529. if lplayer.Character.Humanoid then
  7530. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  7531. else
  7532. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  7533. end
  7534. end
  7535. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  7536. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7537. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7538. end
  7539. end
  7540. if string.sub(msg, 1, 4) == (prefix.."fly") then
  7541. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  7542. repeat wait() until Mouse
  7543.  
  7544. local T = lplayer.Character.HumanoidRootPart
  7545. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  7546. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  7547. local SPEED = speedget
  7548.  
  7549. local function fly()
  7550. flying = true
  7551. local BG = Instance.new('BodyGyro', T)
  7552. local BV = Instance.new('BodyVelocity', T)
  7553. BG.P = 9e4
  7554. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  7555. BG.cframe = T.CFrame
  7556. BV.velocity = Vector3.new(0, 0.1, 0)
  7557. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  7558. spawn(function()
  7559. repeat wait()
  7560. lplayer.Character.Humanoid.PlatformStand = true
  7561. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  7562. SPEED = 50
  7563. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  7564. SPEED = 0
  7565. end
  7566. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  7567. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  7568. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  7569. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  7570. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  7571. else
  7572. BV.velocity = Vector3.new(0, 0.1, 0)
  7573. end
  7574. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  7575. until not flying
  7576. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  7577. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  7578. SPEED = 0
  7579. BG:destroy()
  7580. BV:destroy()
  7581. lplayer.Character.Humanoid.PlatformStand = false
  7582. end)
  7583. end
  7584. Mouse.KeyDown:connect(function(KEY)
  7585. if KEY:lower() == 'w' then
  7586. CONTROL.F = speedfly
  7587. elseif KEY:lower() == 's' then
  7588. CONTROL.B = -speedfly
  7589. elseif KEY:lower() == 'a' then
  7590. CONTROL.L = -speedfly
  7591. elseif KEY:lower() == 'd' then
  7592. CONTROL.R = speedfly
  7593. end
  7594. end)
  7595. Mouse.KeyUp:connect(function(KEY)
  7596. if KEY:lower() == 'w' then
  7597. CONTROL.F = 0
  7598. elseif KEY:lower() == 's' then
  7599. CONTROL.B = 0
  7600. elseif KEY:lower() == 'a' then
  7601. CONTROL.L = 0
  7602. elseif KEY:lower() == 'd' then
  7603. CONTROL.R = 0
  7604. end
  7605. end)
  7606. fly()
  7607. end
  7608. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  7609. flying = false
  7610. lplayer.Character.Humanoid.PlatformStand = false
  7611. end
  7612. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  7613. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  7614. end
  7615. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  7616. spamtext = (string.sub(msg, 7))
  7617. spamming = true
  7618. end
  7619. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  7620. spamming = false
  7621. end
  7622. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  7623. spamdelay = (string.sub(msg, 11))
  7624. end
  7625. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  7626. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7627. pmspammed = v.Name
  7628. spammingpm = true
  7629. end
  7630. end
  7631. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  7632. spammingpm = false
  7633. end
  7634. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  7635. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  7636. v.Character["Left Leg"].Anchored = true
  7637. v.Character["Left Arm"].Anchored = true
  7638. v.Character["Right Leg"].Anchored = true
  7639. v.Character["Right Arm"].Anchored = true
  7640. v.Character.Torso.Anchored = true
  7641. v.Character.Head.Anchored = true
  7642. end
  7643. end
  7644. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  7645. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  7646. v.Character["Left Leg"].Anchored = false
  7647. v.Character["Left Arm"].Anchored = false
  7648. v.Character["Right Leg"].Anchored = false
  7649. v.Character["Right Arm"].Anchored = false
  7650. v.Character.Torso.Anchored = false
  7651. v.Character.Head.Anchored = false
  7652. end
  7653. end
  7654. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  7655. local a = game:GetService("Workspace"):getChildren()
  7656. for i = 1, #a do
  7657. if a[i].className == "Part" then
  7658. a[i].Locked = false
  7659. elseif a[i].className == "Model" then
  7660. local r = a[i]:getChildren()
  7661. for i = 1, #r do
  7662. if r[i].className == "Part" then
  7663. r[i].Locked = false
  7664. end
  7665. end
  7666. end
  7667. end
  7668. game:GetService("StarterGui"):SetCore("SendNotification", {
  7669. Title = "Success!";
  7670. Text = "Workspace unlocked. Use ;lockws to lock.";
  7671. })
  7672. end
  7673. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  7674. local a = game:GetService("Workspace"):getChildren()
  7675. for i = 1, #a do
  7676. if a[i].className == "Part" then
  7677. a[i].Locked = true
  7678. elseif a[i].className == "Model" then
  7679. local r = a[i]:getChildren()
  7680. for i = 1, #r do
  7681. if r[i].className == "Part" then
  7682. r[i].Locked = true
  7683. end
  7684. end
  7685. end
  7686. end
  7687. end
  7688. if string.sub(msg, 1, 7) == (prefix.."btools") then
  7689. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  7690. Clone_T.BinType = "Clone"
  7691. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  7692. Destruct.BinType = "Hammer"
  7693. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  7694. Hold_T.BinType = "Grab"
  7695. end
  7696. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  7697. lplayer.Character.Humanoid.PlatformStand = true
  7698. end
  7699. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  7700. lplayer.Character.Humanoid.PlatformStand = false
  7701. end
  7702. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  7703. lplayer.Character.Head.Mesh:Destroy()
  7704. end
  7705. if string.sub(msg, 1, 4) == (prefix.."sit") then
  7706. lplayer.Character.Humanoid.Sit = true
  7707. end
  7708. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  7709. local function bringobjw()
  7710. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  7711. if obj.Name == (string.sub(msg, 11)) then
  7712. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7713. obj.CanCollide = false
  7714. obj.Transparency = 0.7
  7715. wait()
  7716. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  7717. wait()
  7718. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  7719. wait()
  7720. obj.CFrame = lplayer.Character["Head"].CFrame
  7721. end
  7722. end
  7723. end
  7724. while wait() do
  7725. bringobjw()
  7726. end
  7727. game:GetService("StarterGui"):SetCore("SendNotification", {
  7728. Title = "BringObj";
  7729. Text = "BringObj enabled.";
  7730. })
  7731. end
  7732. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  7733. vis = (string.sub(msg, 8))
  7734. local a = game:GetService("Workspace"):GetDescendants()
  7735. for i = 1, #a do
  7736. if a[i].className == "Part" then
  7737. a[i].Transparency = vis
  7738. elseif a[i].className == "Model" then
  7739. local r = a[i]:getChildren()
  7740. for i = 1, #r do
  7741. if r[i].className == "Part" then
  7742. r[i].Transparency = vis
  7743. end
  7744. end
  7745. end
  7746. end
  7747. end
  7748. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  7749. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  7750. game:GetService("StarterGui"):SetCore("SendNotification", {
  7751. Title = "Success!";
  7752. Text = "HyperTotal GUI Loaded!";
  7753. })
  7754. end
  7755. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  7756. CMDSFRAME.Visible = true
  7757. end
  7758. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  7759. for i,v in pairs(lplayer.Character:GetChildren()) do
  7760. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7761. v.Handle.Mesh:Destroy()
  7762. end
  7763. end
  7764. end
  7765. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  7766. for i,v in pairs(lplayer.Character:GetChildren()) do
  7767. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7768. v.Handle.Mesh:Destroy()
  7769. end
  7770. end
  7771. end
  7772. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  7773. for i,v in pairs(lplayer.Character:GetChildren()) do
  7774. if (v:IsA("Tool")) then
  7775. v.Handle.Mesh:Destroy()
  7776. end
  7777. end
  7778. end
  7779. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  7780. for i,v in pairs(lplayer.Character:GetChildren()) do
  7781. if (v:IsA("Tool")) then
  7782. v.Handle.Mesh:Destroy()
  7783. end
  7784. end
  7785. end
  7786. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  7787. local p = Instance.new("RocketPropulsion")
  7788. p.Parent = lplayer.Character.HumanoidRootPart
  7789. p.Name = "Spinner"
  7790. p.Target = lplayer.Character["Left Arm"]
  7791. p:Fire()
  7792. game:GetService("StarterGui"):SetCore("SendNotification", {
  7793. Title = "Spinner enabled";
  7794. Text = "Type ;nospinner to disable.";
  7795. })
  7796. end
  7797. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  7798. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  7799. end
  7800. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  7801. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  7802. if v:isA("Tool") then
  7803. local a = Instance.new("SelectionBox",v.Handle)
  7804. a.Adornee = v.Handle
  7805. v.Handle.Size = Vector3.new(0.5,0.5,60)
  7806. v.GripPos = Vector3.new(0,0,0)
  7807. lplayer.Character.Humanoid:UnequipTools()
  7808. end
  7809. end
  7810. game:GetService("StarterGui"):SetCore("SendNotification", {
  7811. Title = "Reach applied!";
  7812. Text = "Applied to equipped sword. Use ;noreach to disable.";
  7813. })
  7814. end
  7815. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  7816. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  7817. if v:isA("Tool") then
  7818. handleSize = v.Handle.Size
  7819. wait()
  7820. local a = Instance.new("SelectionBox",v.Handle)
  7821. a.Name = "a"
  7822. a.Adornee = v.Handle
  7823. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  7824. v.GripPos = Vector3.new(0,0,0)
  7825. lplayer.Character.Humanoid:UnequipTools()
  7826. end
  7827. end
  7828. game:GetService("StarterGui"):SetCore("SendNotification", {
  7829. Title = "Reach applied!";
  7830. Text = "Applied to equipped sword. Use ;noreach to disable.";
  7831. })
  7832. end
  7833. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  7834. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  7835. if v:isA("Tool") then
  7836. v.Handle.a:Destroy()
  7837. v.Handle.Size = handleSize
  7838. end
  7839. end
  7840. game:GetService("StarterGui"):SetCore("SendNotification", {
  7841. Title = "Reach removed!";
  7842. Text = "Removed reach from equipped sword.";
  7843. })
  7844. end
  7845. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  7846. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  7847. lplayer.Character.Humanoid.Name = 1
  7848. local l = lplayer.Character["1"]:Clone()
  7849. l.Parent = lplayer.Character
  7850. l.Name = "Humanoid"
  7851. wait(0.1)
  7852. lplayer.Character["1"]:Destroy()
  7853. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7854. lplayer.Character.Animate.Disabled = true
  7855. wait(0.1)
  7856. lplayer.Character.Animate.Disabled = false
  7857. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7858. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7859. lplayer.Character.Humanoid:EquipTool(v)
  7860. end
  7861. wait(0.1)
  7862. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7863. wait(0.2)
  7864. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7865. wait(0.5)
  7866. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  7867. game:GetService("StarterGui"):SetCore("SendNotification", {
  7868. Title = "Tools needed!";
  7869. Text = "You need a tool in your backpack for this command!";
  7870. })
  7871. end
  7872. end
  7873. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  7874. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  7875. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7876. end
  7877. end
  7878. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  7879. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  7880. cbringall = true
  7881. else
  7882. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7883. brplr = v.Name
  7884. end
  7885. end
  7886. cbring = true
  7887. end
  7888. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  7889. cbring = false
  7890. cbringall = false
  7891. end
  7892. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  7893. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7894. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7895. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7896. lplayer.Character.Humanoid.Name = 1
  7897. local l = lplayer.Character["1"]:Clone()
  7898. l.Parent = lplayer.Character
  7899. l.Name = "Humanoid"
  7900. wait(0.1)
  7901. lplayer.Character["1"]:Destroy()
  7902. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7903. lplayer.Character.Animate.Disabled = true
  7904. wait(0.1)
  7905. lplayer.Character.Animate.Disabled = false
  7906. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7907. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7908. lplayer.Character.Humanoid:EquipTool(v)
  7909. end
  7910. local function tp(player,player2)
  7911. local char1,char2=player.Character,player2.Character
  7912. if char1 and char2 then
  7913. char1:MoveTo(char2.Head.Position)
  7914. end
  7915. end
  7916. wait(0.1)
  7917. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7918. wait(0.2)
  7919. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7920. wait(0.5)
  7921. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7922. wait(0.6)
  7923. tp(lplayer, game:GetService("Players")[v.Name])
  7924. wait(0.4)
  7925. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  7926. game:GetService("StarterGui"):SetCore("SendNotification", {
  7927. Title = "Tools needed!";
  7928. Text = "You need a tool in your backpack for this command!";
  7929. })
  7930. end
  7931. end
  7932. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  7933. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7934. lplayer.Character.Humanoid.Name = 1
  7935. local l = lplayer.Character["1"]:Clone()
  7936. l.Parent = lplayer.Character
  7937. l.Name = "Humanoid"
  7938. wait(0.1)
  7939. lplayer.Character["1"]:Destroy()
  7940. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7941. lplayer.Character.Animate.Disabled = true
  7942. wait(0.1)
  7943. lplayer.Character.Animate.Disabled = false
  7944. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7945. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7946. lplayer.Character.Humanoid:EquipTool(v)
  7947. end
  7948. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7949. wait(0.3)
  7950. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7951. wait(0.4)
  7952. b = Instance.new("BodyForce")
  7953. b.Parent = lplayer.Character.HumanoidRootPart
  7954. b.Name = "Glitch"
  7955. b.Force = Vector3.new(100000000,5000,0)
  7956. game:GetService("StarterGui"):SetCore("SendNotification", {
  7957. Title = "Tools needed!";
  7958. Text = "You need a tool in your backpack for this command!";
  7959. })
  7960. end
  7961. end
  7962. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  7963. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  7964. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  7965. b = Instance.new("BodyForce")
  7966. b.Parent = lplayer.Character.HumanoidRootPart
  7967. b.Name = "unGlitch"
  7968. b.Force = Vector3.new(0,-5000000,0)
  7969. wait(2)
  7970. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  7971. end
  7972. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  7973. lplayer.Character.Humanoid.Health = 0
  7974. wait(1)
  7975. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  7976. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  7977. end
  7978. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  7979. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  7980. game:GetService("StarterGui"):SetCore("SendNotification", {
  7981. Title = "Success!";
  7982. Text = "DEX Explorer has loaded.";
  7983. })
  7984. end
  7985. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  7986. local Anim = Instance.new("Animation")
  7987. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  7988. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  7989. track:Play(.1, 1, 1)
  7990. end
  7991. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  7992. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  7993. game:GetService("StarterGui"):SetCore("SendNotification", {
  7994. Title = "Success!";
  7995. Text = "Energize Animations GUI has loaded.";
  7996. })
  7997. end
  7998. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  7999. saved = lplayer.Character.HumanoidRootPart.CFrame
  8000. game:GetService("StarterGui"):SetCore("SendNotification", {
  8001. Title = "Position Saved";
  8002. Text = "Use ;loadpos to return to saved position.";
  8003. })
  8004. end
  8005. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  8006. lplayer.Character.HumanoidRootPart.CFrame = saved
  8007. end
  8008. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  8009. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  8010. local Anim2 = Instance.new("Animation")
  8011. Anim2.AnimationId = "rbxassetid://148840371"
  8012. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  8013. track2:Play(.1, 1, 1)
  8014. bplrr = v.Name
  8015. banpl = true
  8016. end
  8017. end
  8018. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  8019. banpl = false
  8020. end
  8021. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  8022. local function bringmodw()
  8023. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  8024. if obj.Name == (string.sub(msg, 11)) then
  8025. for i,ch in pairs(obj:GetDescendants()) do
  8026. if (ch:IsA("BasePart")) then
  8027. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8028. ch.CanCollide = false
  8029. ch.Transparency = 0.7
  8030. wait()
  8031. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  8032. wait()
  8033. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  8034. wait()
  8035. ch.CFrame = lplayer.Character["Head"].CFrame
  8036. end
  8037. end
  8038. end
  8039. end
  8040. end
  8041. while wait() do
  8042. bringmodw()
  8043. end
  8044. game:GetService("StarterGui"):SetCore("SendNotification", {
  8045. Title = "BringMod";
  8046. Text = "BringMod enabled.";
  8047. })
  8048. end
  8049. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  8050. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  8051. local hum = Instance.new('Humanoid', mod)
  8052. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  8053. lplayer.Character = mod
  8054. end
  8055. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  8056. game:GetService'RunService'.Stepped:Connect(function()
  8057. pcall(function()
  8058. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  8059. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  8060. for _,x in pairs(v.Character.Head:GetChildren()) do
  8061. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  8062. end
  8063. end
  8064. end
  8065. end)
  8066. end)
  8067. game:GetService("StarterGui"):SetCore("SendNotification", {
  8068. Title = "Attempting Shutdown";
  8069. Text = "Shutdown Attempt has begun.";
  8070. })
  8071. end
  8072. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  8073. objtodel = (string.sub(msg, 9))
  8074. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  8075. if v.Name == objtodel then
  8076. v:Destroy()
  8077. end
  8078. end
  8079. end
  8080. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  8081. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  8082. print(v)
  8083. end
  8084. game:GetService("StarterGui"):SetCore("SendNotification", {
  8085. Title = "Printed";
  8086. Text = "Players have been printed to console. (F9)";
  8087. })
  8088. end
  8089. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  8090. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  8091. if (v:IsA("Decal")) then
  8092. v:Destroy()
  8093. end
  8094. end
  8095. end
  8096. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  8097. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  8098. game:GetService("StarterGui"):SetCore("SendNotification", {
  8099. Title = "Success!";
  8100. Text = "OpFinality GUI has loaded.";
  8101. })
  8102. end
  8103. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  8104. remotes = true
  8105. added = true
  8106. game.DescendantAdded:connect(function(rmt)
  8107. if added == true then
  8108. if remotes == true then
  8109. if rmt:IsA("RemoteEvent") then
  8110. print("A RemoteEvent was added!")
  8111. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  8112. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  8113. end end end
  8114. end)
  8115. game.DescendantAdded:connect(function(rmtfnctn)
  8116. if added == true then
  8117. if remotes == true then
  8118. if rmtfnctn:IsA("RemoteFunction") then
  8119. warn("A RemoteFunction was added!")
  8120. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  8121. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  8122. end end end
  8123. end)
  8124.  
  8125. game.DescendantAdded:connect(function(bndfnctn)
  8126. if added == true then
  8127. if binds == true then
  8128. if bndfnctn:IsA("BindableFunction") then
  8129. print("A BindableFunction was added!")
  8130. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  8131. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  8132. end end end
  8133. end)
  8134.  
  8135. game.DescendantAdded:connect(function(bnd)
  8136. if added == true then
  8137. if binds == true then
  8138. if bnd:IsA("BindableEvent") then
  8139. warn("A BindableEvent was added!")
  8140. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  8141. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  8142. end end end
  8143. end)
  8144.  
  8145.  
  8146. if binds == true then
  8147. for i,v in pairs(game:GetDescendants()) do
  8148. if v:IsA("BindableFunction") then
  8149. print(" game." .. v:GetFullName() .. " | BindableFunction")
  8150. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  8151. end end
  8152. for i,v in pairs(game:GetDescendants()) do
  8153. if v:IsA("BindableEvent") then
  8154. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  8155. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  8156. end end
  8157. else
  8158. print("Off")
  8159. end
  8160. if remotes == true then
  8161. for i,v in pairs(game:GetDescendants()) do
  8162. if v:IsA("RemoteFunction") then
  8163. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  8164. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  8165. end end
  8166. wait()
  8167. for i,v in pairs(game:GetDescendants()) do
  8168. if v:IsA("RemoteEvent") then
  8169. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  8170. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  8171. end end
  8172. else
  8173. print("Off")
  8174. end
  8175. game:GetService("StarterGui"):SetCore("SendNotification", {
  8176. Title = "Printing Remotes";
  8177. Text = "Type ;noremotes to disable.";
  8178. })
  8179. end
  8180. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  8181. remotes = false
  8182. added = false
  8183. game:GetService("StarterGui"):SetCore("SendNotification", {
  8184. Title = "Printing Remotes Disabled";
  8185. Text = "Type ;remotes to enable.";
  8186. })
  8187. end
  8188. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  8189. spin = false
  8190. followed = false
  8191. traill = false
  8192. noclip = false
  8193. annoying = false
  8194. hwalk = false
  8195. cbringing = false
  8196. end
  8197. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  8198. stopsitting = true
  8199. end
  8200. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  8201. stopsitting = false
  8202. end
  8203. if string.sub(msg, 1, 8) == (prefix.."version") then
  8204. print(adminversion)
  8205. game:GetService("StarterGui"):SetCore("SendNotification", {
  8206. Title = "Version";
  8207. Text = adminversion;
  8208. })
  8209. end
  8210. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  8211. clickgoto = true
  8212. game:GetService("StarterGui"):SetCore("SendNotification", {
  8213. Title = "Click TP";
  8214. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  8215. })
  8216. end
  8217. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  8218. clickdel = true
  8219. game:GetService("StarterGui"):SetCore("SendNotification", {
  8220. Title = "Click Delete";
  8221. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  8222. })
  8223. end
  8224. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  8225. clickdel = false
  8226. game:GetService("StarterGui"):SetCore("SendNotification", {
  8227. Title = "Click Delete";
  8228. Text = "Click delete has been disabled.";
  8229. })
  8230. end
  8231. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  8232. clickgoto = false
  8233. game:GetService("StarterGui"):SetCore("SendNotification", {
  8234. Title = "Click TP";
  8235. Text = "Click TP has been disabled.";
  8236. })
  8237. end
  8238. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  8239. gettingtools = true
  8240. game:GetService("StarterGui"):SetCore("SendNotification", {
  8241. Title = "Tools Enabled";
  8242. Text = "Automatically colleting tools dropped.";
  8243. })
  8244. end
  8245. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  8246. gettingtools = false
  8247. game:GetService("StarterGui"):SetCore("SendNotification", {
  8248. Title = "Tools Disabled";
  8249. Text = "Click TP has been disabled.";
  8250. })
  8251. end
  8252. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  8253. ScreenGui:Destroy()
  8254. end
  8255. if string.sub(msg, 1, 6) == (prefix.."reset") then
  8256. lplayer.Character.Head:Destroy()
  8257. end
  8258. if string.sub(msg, 1, 7) == (prefix.."state ") then
  8259. statechosen = string.sub(msg, 8)
  8260. changingstate = true
  8261. end
  8262. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  8263. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  8264. end
  8265. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  8266. removingmeshhats = true
  8267. end
  8268. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  8269. removingmeshhats = false
  8270. end
  8271. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  8272. removingmeshtool = true
  8273. end
  8274. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  8275. removingmeshtool = false
  8276. end
  8277. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  8278. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  8279. if v:IsA("Tool") then
  8280. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  8281. v.Parent = player.Character
  8282. end
  8283. end
  8284. end
  8285. end
  8286. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  8287. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  8288. if v:IsA("Tool") then
  8289. v.Parent = lplayer.Character
  8290. wait()
  8291. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  8292. v.Parent = player.Character
  8293. end
  8294. end
  8295. end
  8296. end
  8297. if string.sub(msg, 1, 5) == (prefix.."age ") then
  8298. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  8299. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  8300. end
  8301. end
  8302. if string.sub(msg, 1, 4) == (prefix.."id ") then
  8303. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  8304. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  8305. end
  8306. end
  8307. if string.sub(msg, 1, 6) == (prefix..".age ") then
  8308. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  8309. game:GetService("StarterGui"):SetCore("SendNotification", {
  8310. Title = player.AccountAge.." Days";
  8311. Text = "Account age of "..player.Name;
  8312. })
  8313. end
  8314. end
  8315. if string.sub(msg, 1, 5) == (prefix..".id ") then
  8316. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  8317. game:GetService("StarterGui"):SetCore("SendNotification", {
  8318. Title = player.UserId.." ID";
  8319. Text = "Account ID of "..player.Name;
  8320. })
  8321. end
  8322. end
  8323. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  8324. game:GetService("StarterGui"):SetCore("SendNotification", {
  8325. Title = "Game ID";
  8326. Text = "Game ID: ".. game.GameId;
  8327. })
  8328. end
  8329. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  8330. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  8331. if pgscheck == true then
  8332. game:GetService("StarterGui"):SetCore("SendNotification", {
  8333. Title = "PGSPhysicsSolverEnabled";
  8334. Text = "PGS is Enabled!";
  8335. })
  8336. else
  8337. game:GetService("StarterGui"):SetCore("SendNotification", {
  8338. Title = "PGSPhysicsSolverEnabled";
  8339. Text = "PGS is Disabled!";
  8340. })
  8341. end
  8342. end
  8343. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  8344. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  8345. if v:IsA("Part") then
  8346. if v.Transparency == 1 then
  8347. if v.Name ~= "HumanoidRootPart" then
  8348. v:Destroy()
  8349. end
  8350. end
  8351. end
  8352. end
  8353. end
  8354. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  8355. game:GetService("Lighting").FogStart = 0
  8356. game:GetService("Lighting").FogEnd = 9999999999999
  8357. end
  8358. if string.sub(msg, 1, 8) == (prefix.."disable") then
  8359. lplayer.Character.Humanoid.Parent = lplayer
  8360. end
  8361. if string.sub(msg, 1, 7) == (prefix.."enable") then
  8362. lplayer.Humanoid.Parent = lplayer.Character
  8363. end
  8364. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  8365. prefix = (string.sub(msg, 9, 9))
  8366. wait(0.1)
  8367. change()
  8368. wait(0.1)
  8369. game:GetService("StarterGui"):SetCore("SendNotification", {
  8370. Title = "Prefix changed!";
  8371. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  8372. })
  8373. end
  8374. if string.sub(msg, 1, 12) == (";resetprefix") then
  8375. prefix = ";"
  8376. wait(0.1)
  8377. change()
  8378. wait(0.1)
  8379. game:GetService("StarterGui"):SetCore("SendNotification", {
  8380. Title = "Prefix changed!";
  8381. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  8382. })
  8383. end
  8384. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  8385. speedfly = string.sub(msg, 11)
  8386. wait()
  8387. change()
  8388. end
  8389. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  8390. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  8391. local Anim3 = Instance.new("Animation")
  8392. Anim3.AnimationId = "rbxassetid://282574440"
  8393. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  8394. track3:Play(.1, 1, 1)
  8395. bplrr = v.Name
  8396. banpl = true
  8397. end
  8398. end
  8399. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  8400. banpl = false
  8401. end
  8402. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  8403. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  8404. staring = true
  8405. stareplr = v
  8406. end
  8407. end
  8408. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  8409. staring = false
  8410. end
  8411. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  8412. chatlogs = true
  8413. game:GetService("StarterGui"):SetCore("SendNotification", {
  8414. Title = "LogChat enabled";
  8415. Text = "Now logging all player chat.";
  8416. })
  8417. end
  8418. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  8419. chatlogs = false
  8420. game:GetService("StarterGui"):SetCore("SendNotification", {
  8421. Title = "LogChat disabled";
  8422. Text = "Stopped logging all player chat.";
  8423. })
  8424. end
  8425. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  8426. game:GetService("Workspace").CurrentCamera:Destroy()
  8427. wait(0.1)
  8428. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  8429. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  8430. lplayer.CameraMinZoomDistance = 0.5
  8431. lplayer.CameraMaxZoomDistance = 400
  8432. lplayer.CameraMode = "Classic"
  8433. end
  8434. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  8435. changingstate = false
  8436. end
  8437. end)
  8438.  
  8439. local function tp()
  8440. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  8441. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  8442. if player.Name == brplr then
  8443. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  8444. end
  8445. end
  8446. end
  8447. end
  8448. local function tpall()
  8449. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  8450. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  8451. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  8452. end
  8453. end
  8454. end
  8455. spawn(function()
  8456. while wait(spamdelay) do
  8457. if spamming == true then
  8458. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  8459. end
  8460. end
  8461. end)
  8462. spawn(function()
  8463. while wait(spamdelay) do
  8464. if spammingpm == true then
  8465. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  8466. end
  8467. end
  8468. end)
  8469. spawn(function()
  8470. while wait() do
  8471. if cbring == true then
  8472. tp()
  8473. end
  8474. end
  8475. end)
  8476. spawn(function()
  8477. while wait() do
  8478. if cbringall == true then
  8479. tpall()
  8480. end
  8481. end
  8482. end)
  8483.  
  8484. Mouse.KeyDown:connect(function(Key)
  8485. if Key == prefix then
  8486. CMDBAR:CaptureFocus()
  8487. end
  8488. end)
  8489.  
  8490. CMDBAR.FocusLost:connect(function(enterPressed)
  8491. if enterPressed then
  8492. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  8493. if string.sub(CMDBAR.Text, 6) == "me" then
  8494. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  8495. else
  8496. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  8497. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  8498. lplayer.Character.Humanoid.Name = 1
  8499. local l = lplayer.Character["1"]:Clone()
  8500. l.Parent = lplayer.Character
  8501. l.Name = "Humanoid"
  8502. wait(0.1)
  8503. lplayer.Character["1"]:Destroy()
  8504. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8505. lplayer.Character.Animate.Disabled = true
  8506. wait(0.1)
  8507. lplayer.Character.Animate.Disabled = false
  8508. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8509. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8510. lplayer.Character.Humanoid:EquipTool(v)
  8511. end
  8512. local function tp(player,player2)
  8513. local char1,char2=player.Character,player2.Character
  8514. if char1 and char2 then
  8515. char1:MoveTo(char2.Head.Position)
  8516. end
  8517. end
  8518. wait(0.1)
  8519. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8520. wait(0.2)
  8521. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8522. wait(0.5)
  8523. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  8524. wait(0.7)
  8525. tp(lplayer,game:GetService("Players")[v.Name])
  8526. wait(0.7)
  8527. lplayer.Character.HumanoidRootPart.CFrame = NOW
  8528. game:GetService("StarterGui"):SetCore("SendNotification", {
  8529. Title = "Tools needed!";
  8530. Text = "You need a tool in your backpack for this command!";
  8531. })
  8532. end
  8533. end
  8534. end
  8535. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  8536. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  8537. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  8538. lplayer.Character.Humanoid.Name = 1
  8539. local l = lplayer.Character["1"]:Clone()
  8540. l.Parent = lplayer.Character
  8541. l.Name = "Humanoid"
  8542. wait(0.1)
  8543. lplayer.Character["1"]:Destroy()
  8544. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8545. lplayer.Character.Animate.Disabled = true
  8546. wait(0.1)
  8547. lplayer.Character.Animate.Disabled = false
  8548. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8549. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8550. lplayer.Character.Humanoid:EquipTool(v)
  8551. end
  8552. local function tp(player,player2)
  8553. local char1,char2=player.Character,player2.Character
  8554. if char1 and char2 then
  8555. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  8556. end
  8557. end
  8558. local function getout(player,player2)
  8559. local char1,char2=player.Character,player2.Character
  8560. if char1 and char2 then
  8561. char1:MoveTo(char2.Head.Position)
  8562. end
  8563. end
  8564. tp(game:GetService("Players")[v.Name], lplayer)
  8565. wait(0.2)
  8566. tp(game:GetService("Players")[v.Name], lplayer)
  8567. wait(0.5)
  8568. lplayer.Character.HumanoidRootPart.CFrame = NOW
  8569. wait(0.5)
  8570. getout(lplayer, game:GetService("Players")[v.Name])
  8571. wait(0.3)
  8572. lplayer.Character.HumanoidRootPart.CFrame = NOW
  8573. game:GetService("StarterGui"):SetCore("SendNotification", {
  8574. Title = "Tools needed!";
  8575. Text = "You need a tool in your backpack for this command!";
  8576. })
  8577. end
  8578. end
  8579. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  8580. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8581. lplayer.Character.Humanoid.Name = 1
  8582. local l = lplayer.Character["1"]:Clone()
  8583. l.Parent = lplayer.Character
  8584. l.Name = "Humanoid"
  8585. wait(0.1)
  8586. lplayer.Character["1"]:Destroy()
  8587. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8588. lplayer.Character.Animate.Disabled = true
  8589. wait(0.1)
  8590. lplayer.Character.Animate.Disabled = false
  8591. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8592. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8593. lplayer.Character.Humanoid:EquipTool(v)
  8594. end
  8595. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8596. spinplr = v
  8597. wait(0.5)
  8598. spin = true
  8599. game:GetService("StarterGui"):SetCore("SendNotification", {
  8600. Title = "Tools needed!";
  8601. Text = "You need a tool in your backpack for this command!";
  8602. })
  8603. end
  8604. end
  8605. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  8606. spin = false
  8607. end
  8608. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  8609. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8610. lplayer.Character.Humanoid.Name = 1
  8611. local l = lplayer.Character["1"]:Clone()
  8612. l.Parent = lplayer.Character
  8613. l.Name = "Humanoid"
  8614. wait(0.1)
  8615. lplayer.Character["1"]:Destroy()
  8616. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8617. lplayer.Character.Animate.Disabled = true
  8618. wait(0.1)
  8619. lplayer.Character.Animate.Disabled = false
  8620. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8621. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8622. lplayer.Character.Humanoid:EquipTool(v)
  8623. end
  8624. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8625. wait(0.3)
  8626. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8627. attplr = v
  8628. game:GetService("StarterGui"):SetCore("SendNotification", {
  8629. Title = "Tools needed!";
  8630. Text = "You need a tool in your backpack for this command!";
  8631. })
  8632. end
  8633. end
  8634. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  8635. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  8636. local function getout(player,player2)
  8637. local char1,char2=player.Character,player2.Character
  8638. if char1 and char2 then
  8639. char1:MoveTo(char2.Head.Position)
  8640. end
  8641. end
  8642. getout(lplayer, game:GetService("Players")[v.Name])
  8643. end
  8644. end
  8645. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  8646. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8647. followed = true
  8648. flwplr = v
  8649. end
  8650. end
  8651. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  8652. followed = false
  8653. end
  8654. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  8655. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  8656. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  8657. lplayer.Character.Humanoid.Name = 1
  8658. local l = lplayer.Character["1"]:Clone()
  8659. l.Parent = lplayer.Character
  8660. l.Name = "Humanoid"
  8661. wait(0.1)
  8662. lplayer.Character["1"]:Destroy()
  8663. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8664. lplayer.Character.Animate.Disabled = true
  8665. wait(0.1)
  8666. lplayer.Character.Animate.Disabled = false
  8667. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8668. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8669. lplayer.Character.Humanoid:EquipTool(v)
  8670. end
  8671. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8672. wait(0.2)
  8673. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8674. wait(0.6)
  8675. lplayer.Character.HumanoidRootPart.CFrame = NOW
  8676. wait(0.6)
  8677. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  8678. game:GetService("StarterGui"):SetCore("SendNotification", {
  8679. Title = "Tools needed!";
  8680. Text = "You need a tool in your backpack for this command!";
  8681. })
  8682. end
  8683. end
  8684. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  8685. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8686. traill = true
  8687. trlplr = v
  8688. end
  8689. end
  8690. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  8691. traill = false
  8692. end
  8693. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  8694. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  8695. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8696. else
  8697. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8698. local o = Instance.new("RocketPropulsion")
  8699. o.Parent = lplayer.Character.HumanoidRootPart
  8700. o.Name = "Orbit"
  8701. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  8702. o:Fire()
  8703. noclip = true
  8704. end
  8705. end
  8706. end
  8707. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  8708. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  8709. noclip = false
  8710. end
  8711. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  8712. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  8713. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8714. else
  8715. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8716. local y = Instance.new("RocketPropulsion")
  8717. y.Parent = lplayer.Character.HumanoidRootPart
  8718. y.CartoonFactor = 1
  8719. y.MaxThrust = 800000
  8720. y.MaxSpeed = 1000
  8721. y.ThrustP = 200000
  8722. y.Name = "Fling"
  8723. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  8724. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  8725. y:Fire()
  8726. noclip = true
  8727. end
  8728. end
  8729. end
  8730. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  8731. noclip = false
  8732. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  8733. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  8734. wait(0.4)
  8735. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  8736. end
  8737. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  8738. if game:GetService("Workspace").FilteringEnabled == true then
  8739. warn("FE is Enabled (Filtering Enabled)")
  8740. game:GetService("StarterGui"):SetCore("SendNotification", {
  8741. Title = "FE is Enabled";
  8742. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  8743. })
  8744. else
  8745. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  8746. game:GetService("StarterGui"):SetCore("SendNotification", {
  8747. Title = "FE is Disabled";
  8748. Text = "Filtering Disabled. Consider using a different admin script.";
  8749. })
  8750. end
  8751. end
  8752. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  8753. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8754. lplayer.Character.Humanoid.Name = 1
  8755. local l = lplayer.Character["1"]:Clone()
  8756. l.Parent = lplayer.Character
  8757. l.Name = "Humanoid"
  8758. wait(0.1)
  8759. lplayer.Character["1"]:Destroy()
  8760. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8761. lplayer.Character.Animate.Disabled = true
  8762. wait(0.1)
  8763. lplayer.Character.Animate.Disabled = false
  8764. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8765. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8766. lplayer.Character.Humanoid:EquipTool(v)
  8767. end
  8768. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8769. wait(0.2)
  8770. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8771. wait(0.6)
  8772. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  8773. game:GetService("StarterGui"):SetCore("SendNotification", {
  8774. Title = "Tools needed!";
  8775. Text = "You need a tool in your backpack for this command!";
  8776. })
  8777. end
  8778. end
  8779. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  8780. noclip = true
  8781. game:GetService("StarterGui"):SetCore("SendNotification", {
  8782. Title = "Noclip enabled";
  8783. Text = "Type ;clip to disable";
  8784. })
  8785. end
  8786. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  8787. noclip = false
  8788. game:GetService("StarterGui"):SetCore("SendNotification", {
  8789. Title = "Noclip disabled";
  8790. Text = "Type ;noclip to enable";
  8791. })
  8792. end
  8793. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  8794. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  8795. end
  8796. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  8797. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  8798. end
  8799. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  8800. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  8801. end
  8802. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  8803. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  8804. end
  8805. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  8806. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  8807. end
  8808. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  8809. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  8810. end
  8811. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  8812. lplayer.Character.Humanoid.JumpPower = 50
  8813. lplayer.Character.Humanoid.WalkSpeed = 16
  8814. lplayer.Character.Humanoid.HipHeight = 0
  8815. end
  8816. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  8817. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8818. annoying = true
  8819. annplr = v
  8820. end
  8821. end
  8822. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  8823. annoying = false
  8824. end
  8825. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  8826. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  8827. hwalk = true
  8828. hdwplr = v
  8829. end
  8830. end
  8831. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  8832. hwalk = false
  8833. end
  8834. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  8835. lplayer.Character["Left Leg"]:Destroy()
  8836. lplayer.Character["Left Arm"]:Destroy()
  8837. lplayer.Character["Right Leg"]:Destroy()
  8838. lplayer.Character["Right Arm"]:Destroy()
  8839. end
  8840. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  8841. lplayer.Character.Humanoid.Name = 1
  8842. local l = lplayer.Character["1"]:Clone()
  8843. l.Parent = lplayer.Character
  8844. l.Name = "Humanoid"
  8845. wait(0.1)
  8846. lplayer.Character["1"]:Destroy()
  8847. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8848. lplayer.Character.Animate.Disabled = true
  8849. wait(0.1)
  8850. lplayer.Character.Animate.Disabled = false
  8851. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8852. game:GetService("StarterGui"):SetCore("SendNotification", {
  8853. Title = "FE Godmode enabled";
  8854. Text = "Use ;grespawn or ;respawn to remove.";
  8855. })
  8856. end
  8857. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  8858. for i,v in pairs(lplayer.Character:GetChildren()) do
  8859. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  8860. v.Parent = workspace
  8861. end
  8862. end
  8863. end
  8864. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  8865. for i,v in pairs(lplayer.Character:GetChildren()) do
  8866. if (v:IsA("Tool")) then
  8867. v.Parent = workspace
  8868. end
  8869. end
  8870. end
  8871. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  8872. droppinghats = true
  8873. game:GetService("StarterGui"):SetCore("SendNotification", {
  8874. Title = "Loop Drop Enabled";
  8875. Text = "Type ;unloopdhats to disable";
  8876. })
  8877. end
  8878. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  8879. droppinghats = false
  8880. game:GetService("StarterGui"):SetCore("SendNotification", {
  8881. Title = "Loop Drop Disabled";
  8882. Text = "Type ;loopdhats to enable.";
  8883. })
  8884. end
  8885. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  8886. droppingtools = true
  8887. game:GetService("StarterGui"):SetCore("SendNotification", {
  8888. Title = "Loop Drop Enabled";
  8889. Text = "Type ;unloopdtool to disable";
  8890. })
  8891. end
  8892. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  8893. droppingtools = false
  8894. game:GetService("StarterGui"):SetCore("SendNotification", {
  8895. Title = "Loop Drop Disabled";
  8896. Text = "Type ;loopdtool to enable.";
  8897. })
  8898. end
  8899. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  8900. Local = game:GetService('Players').LocalPlayer
  8901. Char = Local.Character
  8902. touched,tpdback = false, false
  8903. box = Instance.new('Part',workspace)
  8904. box.Anchored = true
  8905. box.CanCollide = true
  8906. box.Size = Vector3.new(10,1,10)
  8907. box.Position = Vector3.new(0,10000,0)
  8908. box.Touched:connect(function(part)
  8909. if (part.Parent.Name == Local.Name) then
  8910. if touched == false then
  8911. touched = true
  8912. function apply()
  8913. if script.Disabled ~= true then
  8914. no = Char.HumanoidRootPart:Clone()
  8915. wait(.25)
  8916. Char.HumanoidRootPart:Destroy()
  8917. no.Parent = Char
  8918. Char:MoveTo(loc)
  8919. touched = false
  8920. end end
  8921. if Char then
  8922. apply()
  8923. end
  8924. end
  8925. end
  8926. end)
  8927. repeat wait() until Char
  8928. loc = Char.HumanoidRootPart.Position
  8929. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  8930. game:GetService("StarterGui"):SetCore("SendNotification", {
  8931. Title = "Invisibility enabled!";
  8932. Text = "Reset or use ;respawn to remove.";
  8933. })
  8934. end
  8935. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  8936. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8937. if game:GetService("Players")[v.Name].Character.Humanoid then
  8938. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  8939. else
  8940. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  8941. end
  8942. end
  8943. end
  8944. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  8945. if lplayer.Character.Humanoid then
  8946. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  8947. else
  8948. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  8949. end
  8950. end
  8951. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  8952. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8953. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8954. end
  8955. end
  8956. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  8957. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  8958. repeat wait() until Mouse
  8959.  
  8960. local T = lplayer.Character.HumanoidRootPart
  8961. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  8962. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  8963. local SPEED = speedget
  8964.  
  8965. local function fly()
  8966. flying = true
  8967. local BG = Instance.new('BodyGyro', T)
  8968. local BV = Instance.new('BodyVelocity', T)
  8969. BG.P = 9e4
  8970. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  8971. BG.cframe = T.CFrame
  8972. BV.velocity = Vector3.new(0, 0.1, 0)
  8973. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  8974. spawn(function()
  8975. repeat wait()
  8976. lplayer.Character.Humanoid.PlatformStand = true
  8977. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  8978. SPEED = 50
  8979. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  8980. SPEED = 0
  8981. end
  8982. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  8983. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  8984. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  8985. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  8986. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  8987. else
  8988. BV.velocity = Vector3.new(0, 0.1, 0)
  8989. end
  8990. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  8991. until not flying
  8992. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  8993. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  8994. SPEED = 0
  8995. BG:destroy()
  8996. BV:destroy()
  8997. lplayer.Character.Humanoid.PlatformStand = false
  8998. end)
  8999. end
  9000. Mouse.KeyDown:connect(function(KEY)
  9001. if KEY:lower() == 'w' then
  9002. CONTROL.F = speedfly
  9003. elseif KEY:lower() == 's' then
  9004. CONTROL.B = -speedfly
  9005. elseif KEY:lower() == 'a' then
  9006. CONTROL.L = -speedfly
  9007. elseif KEY:lower() == 'd' then
  9008. CONTROL.R = speedfly
  9009. end
  9010. end)
  9011. Mouse.KeyUp:connect(function(KEY)
  9012. if KEY:lower() == 'w' then
  9013. CONTROL.F = 0
  9014. elseif KEY:lower() == 's' then
  9015. CONTROL.B = 0
  9016. elseif KEY:lower() == 'a' then
  9017. CONTROL.L = 0
  9018. elseif KEY:lower() == 'd' then
  9019. CONTROL.R = 0
  9020. end
  9021. end)
  9022. fly()
  9023. end
  9024. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  9025. flying = false
  9026. lplayer.Character.Humanoid.PlatformStand = false
  9027. end
  9028. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  9029. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  9030. end
  9031. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  9032. spamtext = (string.sub(CMDBAR.Text, 6))
  9033. spamming = true
  9034. end
  9035. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  9036. spamming = false
  9037. end
  9038. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  9039. spamdelay = (string.sub(CMDBAR.Text, 10))
  9040. end
  9041. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  9042. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  9043. pmspammed = v.Name
  9044. spammingpm = true
  9045. end
  9046. end
  9047. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  9048. spammingpm = false
  9049. end
  9050. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  9051. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  9052. v.Character["Left Leg"].Anchored = true
  9053. v.Character["Left Arm"].Anchored = true
  9054. v.Character["Right Leg"].Anchored = true
  9055. v.Character["Right Arm"].Anchored = true
  9056. v.Character.Torso.Anchored = true
  9057. v.Character.Head.Anchored = true
  9058. end
  9059. end
  9060. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  9061. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  9062. v.Character["Left Leg"].Anchored = false
  9063. v.Character["Left Arm"].Anchored = false
  9064. v.Character["Right Leg"].Anchored = false
  9065. v.Character["Right Arm"].Anchored = false
  9066. v.Character.Torso.Anchored = false
  9067. v.Character.Head.Anchored = false
  9068. end
  9069. end
  9070. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  9071. local a = game:GetService("Workspace"):getChildren()
  9072. for i = 1, #a do
  9073. if a[i].className == "Part" then
  9074. a[i].Locked = false
  9075. elseif a[i].className == "Model" then
  9076. local r = a[i]:getChildren()
  9077. for i = 1, #r do
  9078. if r[i].className == "Part" then
  9079. r[i].Locked = false
  9080. end
  9081. end
  9082. end
  9083. end
  9084. game:GetService("StarterGui"):SetCore("SendNotification", {
  9085. Title = "Success!";
  9086. Text = "Workspace unlocked. Use ;lockws to lock.";
  9087. })
  9088. end
  9089. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  9090. local a = game:GetService("Workspace"):getChildren()
  9091. for i = 1, #a do
  9092. if a[i].className == "Part" then
  9093. a[i].Locked = true
  9094. elseif a[i].className == "Model" then
  9095. local r = a[i]:getChildren()
  9096. for i = 1, #r do
  9097. if r[i].className == "Part" then
  9098. r[i].Locked = true
  9099. end
  9100. end
  9101. end
  9102. end
  9103. end
  9104. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  9105. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  9106. Clone_T.BinType = "Clone"
  9107. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  9108. Destruct.BinType = "Hammer"
  9109. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  9110. Hold_T.BinType = "Grab"
  9111. end
  9112. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  9113. lplayer.Character.Humanoid.PlatformStand = true
  9114. end
  9115. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  9116. lplayer.Character.Humanoid.PlatformStand = false
  9117. end
  9118. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  9119. lplayer.Character.Head.Mesh:Destroy()
  9120. end
  9121. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  9122. lplayer.Character.Humanoid.Sit = true
  9123. end
  9124. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  9125. local function bringobjw()
  9126. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  9127. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  9128. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  9129. obj.CanCollide = false
  9130. obj.Transparency = 0.7
  9131. wait()
  9132. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  9133. wait()
  9134. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  9135. wait()
  9136. obj.CFrame = lplayer.Character["Head"].CFrame
  9137. end
  9138. end
  9139. end
  9140. while wait() do
  9141. bringobjw()
  9142. end
  9143. game:GetService("StarterGui"):SetCore("SendNotification", {
  9144. Title = "BringObj";
  9145. Text = "BringObj enabled.";
  9146. })
  9147. end
  9148. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  9149. vis = (string.sub(CMDBAR.Text, 7))
  9150. local a = game:GetService("Workspace"):GetDescendants()
  9151. for i = 1, #a do
  9152. if a[i].className == "Part" then
  9153. a[i].Transparency = vis
  9154. elseif a[i].className == "Model" then
  9155. local r = a[i]:getChildren()
  9156. for i = 1, #r do
  9157. if r[i].className == "Part" then
  9158. r[i].Transparency = vis
  9159. end
  9160. end
  9161. end
  9162. end
  9163. end
  9164. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  9165. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  9166. game:GetService("StarterGui"):SetCore("SendNotification", {
  9167. Title = "Success!";
  9168. Text = "HyperTotal GUI Loaded!";
  9169. })
  9170. end
  9171. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  9172. CMDSFRAME.Visible = true
  9173. end
  9174. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  9175. for i,v in pairs(lplayer.Character:GetChildren()) do
  9176. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  9177. v.Handle.Mesh:Destroy()
  9178. end
  9179. end
  9180. end
  9181. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  9182. for i,v in pairs(lplayer.Character:GetChildren()) do
  9183. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  9184. v.Handle.Mesh:Destroy()
  9185. end
  9186. end
  9187. end
  9188. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  9189. for i,v in pairs(lplayer.Character:GetChildren()) do
  9190. if (v:IsA("Tool")) then
  9191. v.Handle.Mesh:Destroy()
  9192. end
  9193. end
  9194. end
  9195. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  9196. for i,v in pairs(lplayer.Character:GetChildren()) do
  9197. if (v:IsA("Tool")) then
  9198. v.Handle.Mesh:Destroy()
  9199. end
  9200. end
  9201. end
  9202. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  9203. local p = Instance.new("RocketPropulsion")
  9204. p.Parent = lplayer.Character.HumanoidRootPart
  9205. p.Name = "Spinner"
  9206. p.Target = lplayer.Character["Left Arm"]
  9207. p:Fire()
  9208. game:GetService("StarterGui"):SetCore("SendNotification", {
  9209. Title = "Spinner enabled";
  9210. Text = "Type ;nospinner to disable.";
  9211. })
  9212. end
  9213. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  9214. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  9215. end
  9216. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  9217. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  9218. if v:isA("Tool") then
  9219. local a = Instance.new("SelectionBox",v.Handle)
  9220. a.Adornee = v.Handle
  9221. v.Handle.Size = Vector3.new(0.5,0.5,60)
  9222. v.GripPos = Vector3.new(0,0,0)
  9223. lplayer.Character.Humanoid:UnequipTools()
  9224. end
  9225. end
  9226. game:GetService("StarterGui"):SetCore("SendNotification", {
  9227. Title = "Reach applied!";
  9228. Text = "Applied to equipped sword. Use ;noreach to disable.";
  9229. })
  9230. end
  9231. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  9232. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  9233. if v:isA("Tool") then
  9234. local a = Instance.new("SelectionBox",v.Handle)
  9235. a.Name = "Reach"
  9236. a.Adornee = v.Handle
  9237. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  9238. v.GripPos = Vector3.new(0,0,0)
  9239. lplayer.Character.Humanoid:UnequipTools()
  9240. end
  9241. end
  9242. game:GetService("StarterGui"):SetCore("SendNotification", {
  9243. Title = "Reach applied!";
  9244. Text = "Applied to equipped sword. Use ;noreach to disable.";
  9245. })
  9246. end
  9247. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  9248. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  9249. if v:isA("Tool") then
  9250. v.Handle.Reach:Destroy()
  9251. end
  9252. end
  9253. game:GetService("StarterGui"):SetCore("SendNotification", {
  9254. Title = "Reach removed!";
  9255. Text = "Removed reach from equipped sword.";
  9256. })
  9257. end
  9258. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  9259. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  9260. lplayer.Character.Humanoid.Name = 1
  9261. local l = lplayer.Character["1"]:Clone()
  9262. l.Parent = lplayer.Character
  9263. l.Name = "Humanoid"
  9264. wait(0.1)
  9265. lplayer.Character["1"]:Destroy()
  9266. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  9267. lplayer.Character.Animate.Disabled = true
  9268. wait(0.1)
  9269. lplayer.Character.Animate.Disabled = false
  9270. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  9271. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  9272. lplayer.Character.Humanoid:EquipTool(v)
  9273. end
  9274. wait(0.1)
  9275. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  9276. wait(0.2)
  9277. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  9278. wait(0.5)
  9279. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  9280. game:GetService("StarterGui"):SetCore("SendNotification", {
  9281. Title = "Tools needed!";
  9282. Text = "You need a tool in your backpack for this command!";
  9283. })
  9284. end
  9285. end
  9286. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  9287. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  9288. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  9289. end
  9290. end
  9291. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  9292. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  9293. cbringall = true
  9294. else
  9295. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  9296. brplr = v.Name
  9297. end
  9298. end
  9299. cbring = true
  9300. end
  9301. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  9302. cbring = false
  9303. cbringall = false
  9304. end
  9305. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  9306. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  9307. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  9308. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  9309. lplayer.Character.Humanoid.Name = 1
  9310. local l = lplayer.Character["1"]:Clone()
  9311. l.Parent = lplayer.Character
  9312. l.Name = "Humanoid"
  9313. wait(0.1)
  9314. lplayer.Character["1"]:Destroy()
  9315. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  9316. lplayer.Character.Animate.Disabled = true
  9317. wait(0.1)
  9318. lplayer.Character.Animate.Disabled = false
  9319. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  9320. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  9321. lplayer.Character.Humanoid:EquipTool(v)
  9322. end
  9323. local function tp(player,player2)
  9324. local char1,char2=player.Character,player2.Character
  9325. if char1 and char2 then
  9326. char1:MoveTo(char2.Head.Position)
  9327. end
  9328. end
  9329. wait(0.1)
  9330. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  9331. wait(0.2)
  9332. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  9333. wait(0.5)
  9334. lplayer.Character.HumanoidRootPart.CFrame = NOW
  9335. wait(0.6)
  9336. tp(lplayer, game:GetService("Players")[v.Name])
  9337. wait(0.4)
  9338. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  9339. game:GetService("StarterGui"):SetCore("SendNotification", {
  9340. Title = "Tools needed!";
  9341. Text = "You need a tool in your backpack for this command!";
  9342. })
  9343. end
  9344. end
  9345. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  9346. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  9347. lplayer.Character.Humanoid.Name = 1
  9348. local l = lplayer.Character["1"]:Clone()
  9349. l.Parent = lplayer.Character
  9350. l.Name = "Humanoid"
  9351. wait(0.1)
  9352. lplayer.Character["1"]:Destroy()
  9353. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  9354. lplayer.Character.Animate.Disabled = true
  9355. wait(0.1)
  9356. lplayer.Character.Animate.Disabled = false
  9357. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  9358. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  9359. lplayer.Character.Humanoid:EquipTool(v)
  9360. end
  9361. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  9362. wait(0.3)
  9363. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  9364. wait(0.4)
  9365. b = Instance.new("BodyForce")
  9366. b.Parent = lplayer.Character.HumanoidRootPart
  9367. b.Name = "Glitch"
  9368. b.Force = Vector3.new(100000000,5000,0)
  9369. game:GetService("StarterGui"):SetCore("SendNotification", {
  9370. Title = "Tools needed!";
  9371. Text = "You need a tool in your backpack for this command!";
  9372. })
  9373. end
  9374. end
  9375. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  9376. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  9377. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  9378. b = Instance.new("BodyForce")
  9379. b.Parent = lplayer.Character.HumanoidRootPart
  9380. b.Name = "unGlitch"
  9381. b.Force = Vector3.new(0,-5000000,0)
  9382. wait(2)
  9383. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  9384. end
  9385. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  9386. lplayer.Character.Humanoid.Health = 0
  9387. wait(1)
  9388. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  9389. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  9390. end
  9391. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  9392. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  9393. game:GetService("StarterGui"):SetCore("SendNotification", {
  9394. Title = "Success!";
  9395. Text = "DEX Explorer has loaded.";
  9396. })
  9397. end
  9398. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  9399. local Anim = Instance.new("Animation")
  9400. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  9401. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  9402. track:Play(.1, 1, 1)
  9403. end
  9404. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  9405. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  9406. game:GetService("StarterGui"):SetCore("SendNotification", {
  9407. Title = "Success!";
  9408. Text = "Energize Animations GUI has loaded.";
  9409. })
  9410. end
  9411. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  9412. saved = lplayer.Character.HumanoidRootPart.CFrame
  9413. game:GetService("StarterGui"):SetCore("SendNotification", {
  9414. Title = "Position Saved";
  9415. Text = "Use ;loadpos to return to saved position.";
  9416. })
  9417. end
  9418. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  9419. lplayer.Character.HumanoidRootPart.CFrame = saved
  9420. end
  9421. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  9422. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  9423. local Anim2 = Instance.new("Animation")
  9424. Anim2.AnimationId = "rbxassetid://148840371"
  9425. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  9426. track2:Play(.1, 1, 1)
  9427. bplrr = v.Name
  9428. banpl = true
  9429. end
  9430. end
  9431. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  9432. banpl = false
  9433. end
  9434. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  9435. local function bringmodw()
  9436. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  9437. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  9438. for i,ch in pairs(obj:GetDescendants()) do
  9439. if (ch:IsA("BasePart")) then
  9440. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  9441. ch.CanCollide = false
  9442. ch.Transparency = 0.7
  9443. wait()
  9444. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  9445. wait()
  9446. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  9447. wait()
  9448. ch.CFrame = lplayer.Character["Head"].CFrame
  9449. end
  9450. end
  9451. end
  9452. end
  9453. end
  9454. while wait() do
  9455. bringmodw()
  9456. end
  9457. game:GetService("StarterGui"):SetCore("SendNotification", {
  9458. Title = "BringMod";
  9459. Text = "BringMod enabled.";
  9460. })
  9461. end
  9462. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  9463. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  9464. local hum = Instance.new('Humanoid', mod)
  9465. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  9466. lplayer.Character = mod
  9467. end
  9468. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  9469. game:GetService'RunService'.Stepped:Connect(function()
  9470. pcall(function()
  9471. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  9472. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  9473. for _,x in pairs(v.Character.Head:GetChildren()) do
  9474. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  9475. end
  9476. end
  9477. end
  9478. end)
  9479. end)
  9480. game:GetService("StarterGui"):SetCore("SendNotification", {
  9481. Title = "Attempting Shutdown";
  9482. Text = "Shutdown Attempt has begun.";
  9483. })
  9484. end
  9485. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  9486. objtodel = (string.sub(CMDBAR.Text, 8))
  9487. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  9488. if v.Name == objtodel then
  9489. v:Destroy()
  9490. end
  9491. end
  9492. end
  9493. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  9494. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  9495. print(v)
  9496. end
  9497. game:GetService("StarterGui"):SetCore("SendNotification", {
  9498. Title = "Printed";
  9499. Text = "Players have been printed to console. (F9)";
  9500. })
  9501. end
  9502. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  9503. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  9504. if (v:IsA("Decal")) then
  9505. v:Destroy()
  9506. end
  9507. end
  9508. end
  9509. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  9510. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  9511. game:GetService("StarterGui"):SetCore("SendNotification", {
  9512. Title = "Success!";
  9513. Text = "OpFinality GUI has loaded.";
  9514. })
  9515. end
  9516. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  9517. remotes = true
  9518. added = true
  9519. game.DescendantAdded:connect(function(rmt)
  9520. if added == true then
  9521. if remotes == true then
  9522. if rmt:IsA("RemoteEvent") then
  9523. print("A RemoteEvent was added!")
  9524. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  9525. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  9526. end end end
  9527. end)
  9528. game.DescendantAdded:connect(function(rmtfnctn)
  9529. if added == true then
  9530. if remotes == true then
  9531. if rmtfnctn:IsA("RemoteFunction") then
  9532. warn("A RemoteFunction was added!")
  9533. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  9534. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  9535. end end end
  9536. end)
  9537.  
  9538. game.DescendantAdded:connect(function(bndfnctn)
  9539. if added == true then
  9540. if binds == true then
  9541. if bndfnctn:IsA("BindableFunction") then
  9542. print("A BindableFunction was added!")
  9543. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  9544. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  9545. end end end
  9546. end)
  9547.  
  9548. game.DescendantAdded:connect(function(bnd)
  9549. if added == true then
  9550. if binds == true then
  9551. if bnd:IsA("BindableEvent") then
  9552. warn("A BindableEvent was added!")
  9553. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  9554. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  9555. end end end
  9556. end)
  9557.  
  9558.  
  9559. if binds == true then
  9560. for i,v in pairs(game:GetDescendants()) do
  9561. if v:IsA("BindableFunction") then
  9562. print(" game." .. v:GetFullName() .. " | BindableFunction")
  9563. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  9564. end end
  9565. for i,v in pairs(game:GetDescendants()) do
  9566. if v:IsA("BindableEvent") then
  9567. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  9568. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  9569. end end
  9570. else
  9571. print("Off")
  9572. end
  9573. if remotes == true then
  9574. for i,v in pairs(game:GetDescendants()) do
  9575. if v:IsA("RemoteFunction") then
  9576. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  9577. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  9578. end end
  9579. wait()
  9580. for i,v in pairs(game:GetDescendants()) do
  9581. if v:IsA("RemoteEvent") then
  9582. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  9583. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  9584. end end
  9585. else
  9586. print("Off")
  9587. end
  9588. game:GetService("StarterGui"):SetCore("SendNotification", {
  9589. Title = "Printing Remotes";
  9590. Text = "Type ;noremotes to disable.";
  9591. })
  9592. end
  9593. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  9594. remotes = false
  9595. added = false
  9596. game:GetService("StarterGui"):SetCore("SendNotification", {
  9597. Title = "Printing Remotes Disabled";
  9598. Text = "Type ;remotes to enable.";
  9599. })
  9600. end
  9601. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  9602. spin = false
  9603. followed = false
  9604. traill = false
  9605. noclip = false
  9606. annoying = false
  9607. hwalk = false
  9608. cbringing = false
  9609. end
  9610. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  9611. stopsitting = true
  9612. end
  9613. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  9614. stopsitting = false
  9615. end
  9616. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  9617. print(adminversion)
  9618. game:GetService("StarterGui"):SetCore("SendNotification", {
  9619. Title = "Version";
  9620. Text = adminversion;
  9621. })
  9622. end
  9623. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  9624. clickgoto = true
  9625. game:GetService("StarterGui"):SetCore("SendNotification", {
  9626. Title = "Click TP";
  9627. Text = "Press E to teleport to mouse position";
  9628. })
  9629. end
  9630. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  9631. clickgoto = false
  9632. game:GetService("StarterGui"):SetCore("SendNotification", {
  9633. Title = "Click TP";
  9634. Text = "Click TP has been disabled.";
  9635. })
  9636. end
  9637. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  9638. gettingtools = true
  9639. game:GetService("StarterGui"):SetCore("SendNotification", {
  9640. Title = "Tools Enabled";
  9641. Text = "Automatically colleting tools dropped.";
  9642. })
  9643. end
  9644. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  9645. gettingtools = false
  9646. game:GetService("StarterGui"):SetCore("SendNotification", {
  9647. Title = "Tools Disabled";
  9648. Text = "Click TP has been disabled.";
  9649. })
  9650. end
  9651. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  9652. ScreenGui:Destroy()
  9653. end
  9654. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  9655. lplayer.Character.Head:Destroy()
  9656. end
  9657. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  9658. statechosen = string.sub(CMDBAR.Text, 7)
  9659. changingstate = true
  9660. end
  9661. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  9662. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  9663. end
  9664. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  9665. removingmeshhats = true
  9666. end
  9667. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  9668. removingmeshhats = false
  9669. end
  9670. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  9671. removingmeshtool = true
  9672. end
  9673. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  9674. removingmeshtool = false
  9675. end
  9676. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  9677. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  9678. if v:IsA("Tool") then
  9679. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  9680. v.Parent = player.Character
  9681. end
  9682. end
  9683. end
  9684. end
  9685. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  9686. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  9687. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  9688. end
  9689. end
  9690. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  9691. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  9692. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  9693. end
  9694. end
  9695. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  9696. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  9697. game:GetService("StarterGui"):SetCore("SendNotification", {
  9698. Title = player.AccountAge.." Days";
  9699. Text = "Account age of "..player.Name;
  9700. })
  9701. end
  9702. end
  9703. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  9704. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  9705. game:GetService("StarterGui"):SetCore("SendNotification", {
  9706. Title = player.UserId.." ID";
  9707. Text = "Account ID of "..player.Name;
  9708. })
  9709. end
  9710. end
  9711. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  9712. game:GetService("StarterGui"):SetCore("SendNotification", {
  9713. Title = "Game ID";
  9714. Text = "Game ID: ".. game.GameId;
  9715. })
  9716. end
  9717. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  9718. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  9719. if pgscheck == true then
  9720. game:GetService("StarterGui"):SetCore("SendNotification", {
  9721. Title = "PGSPhysicsSolverEnabled";
  9722. Text = "PGS is Enabled!";
  9723. })
  9724. else
  9725. game:GetService("StarterGui"):SetCore("SendNotification", {
  9726. Title = "PGSPhysicsSolverEnabled";
  9727. Text = "PGS is Disabled!";
  9728. })
  9729. end
  9730. end
  9731. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  9732. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  9733. if v:IsA("Part") then
  9734. if v.Transparency == 1 then
  9735. if v.Name ~= "HumanoidRootPart" then
  9736. v:Destroy()
  9737. end
  9738. end
  9739. end
  9740. end
  9741. end
  9742. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  9743. game:GetService("Lighting").FogStart = 0
  9744. game:GetService("Lighting").FogEnd = 9999999999999
  9745. end
  9746. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  9747. lplayer.Character.Humanoid.Parent = lplayer
  9748. end
  9749. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  9750. lplayer.Humanoid.Parent = lplayer.Character
  9751. end
  9752. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  9753. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  9754. if v:IsA("Tool") then
  9755. v.Parent = lplayer.Character
  9756. wait()
  9757. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  9758. v.Parent = player.Character
  9759. end
  9760. end
  9761. end
  9762. end
  9763. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  9764. speedfly = string.sub(CMDBAR.Text, 10)
  9765. wait()
  9766. change()
  9767. end
  9768. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  9769. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  9770. local Anim3 = Instance.new("Animation")
  9771. Anim3.AnimationId = "rbxassetid://282574440"
  9772. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  9773. track3:Play(.1, 1, 1)
  9774. bplrr = v.Name
  9775. banpl = true
  9776. end
  9777. end
  9778. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  9779. banpl = false
  9780. end
  9781. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  9782. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  9783. staring = true
  9784. stareplr = v
  9785. end
  9786. end
  9787. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  9788. staring = false
  9789. end
  9790. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  9791. chatlogs = true
  9792. game:GetService("StarterGui"):SetCore("SendNotification", {
  9793. Title = "LogChat enabled";
  9794. Text = "Now logging all player chat.";
  9795. })
  9796. end
  9797. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  9798. chatlogs = false
  9799. game:GetService("StarterGui"):SetCore("SendNotification", {
  9800. Title = "LogChat disabled";
  9801. Text = "Stopped logging all player chat.";
  9802. })
  9803. end
  9804. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  9805. game:GetService("Workspace").CurrentCamera:Destroy()
  9806. wait(0.1)
  9807. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  9808. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  9809. lplayer.CameraMinZoomDistance = 0.5
  9810. lplayer.CameraMaxZoomDistance = 400
  9811. lplayer.CameraMode = "Classic"
  9812. end
  9813. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  9814. changingstate = false
  9815. end
  9816. CMDBAR.Text = ""
  9817. end
  9818. end)
  9819.  
  9820. wait(0.3)
  9821. game:GetService("StarterGui"):SetCore("SendNotification", {
  9822. Title = "Loaded successfully!";
  9823. Text = "Reviz Admin V2 by illremember";
  9824. })
  9825. wait(0.1)
  9826. print("Reviz Admin V2 loaded!")
  9827. if game:GetService("Workspace").FilteringEnabled == true then
  9828. warn("FE is Enabled (Filtering Enabled)")
  9829. game:GetService("StarterGui"):SetCore("SendNotification", {
  9830. Title = "FE is Enabled";
  9831. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  9832. })
  9833. else
  9834. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  9835. game:GetService("StarterGui"):SetCore("SendNotification", {
  9836. Title = "FE is Disabled";
  9837. Text = "Filtering Disabled. Consider using a different admin script.";
  9838. })
  9839. end
  9840.  
  9841. local intro = Instance.new("ScreenGui")
  9842. local Frame = Instance.new("Frame")
  9843. local ImageLabel = Instance.new("ImageLabel")
  9844. intro.Parent = game:GetService("CoreGui")
  9845. Frame.Parent = intro
  9846. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  9847. Frame.BackgroundTransparency = 1
  9848. Frame.Size = UDim2.new(1, 0, 0, 300)
  9849. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  9850. ImageLabel.Parent = Frame
  9851. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  9852. ImageLabel.BackgroundTransparency = 1
  9853. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  9854. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  9855. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  9856. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  9857. wait(3.01)
  9858. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  9859. wait(5.01)
  9860. intro:Destroy()
  9861. end)
  9862.  
  9863. DexExplorer.Name = "DexExplorer"
  9864. DexExplorer.Parent = TwitchScripts
  9865. DexExplorer.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  9866. DexExplorer.BorderSizePixel = 0
  9867. DexExplorer.Position = UDim2.new(0.726235747, 0, 0.351515144, 0)
  9868. DexExplorer.Size = UDim2.new(0, 72, 0, 20)
  9869. DexExplorer.Font = Enum.Font.ArialBold
  9870. DexExplorer.Text = "Dex Explorer"
  9871. DexExplorer.TextSize = 14
  9872. DexExplorer.MouseButton1Click:connect(function()
  9873. local Dex = game:GetObjects("rbxassetid://418955355")[1]
  9874. Dex.Parent = game:GetService("CoreGui")
  9875.  
  9876. local function Load(Obj, Url)
  9877. local function GiveOwnGlobals(Func, Script)
  9878. local Fenv = {}
  9879. local RealFenv = {script = Script}
  9880. local FenvMt = {}
  9881. FenvMt.__index = function(a,b)
  9882. if RealFenv[b] == nil then
  9883. return getfenv()[b]
  9884. else
  9885. return RealFenv[b]
  9886. end
  9887. end
  9888. FenvMt.__newindex = function(a, b, c)
  9889. if RealFenv[b] == nil then
  9890. getfenv()[b] = c
  9891. else
  9892. RealFenv[b] = c
  9893. end
  9894. end
  9895. setmetatable(Fenv, FenvMt)
  9896. setfenv(Func, Fenv)
  9897. return Func
  9898. end
  9899.  
  9900. local function LoadScripts(Script)
  9901. if Script.ClassName == "Script" or Script.ClassName == "LocalScript" then
  9902. spawn(function()
  9903. GiveOwnGlobals(loadstring(Script.Source, "=" .. Script:GetFullName()), Script)()
  9904. end)
  9905. end
  9906. for i,v in pairs(Script:GetChildren()) do
  9907. LoadScripts(v)
  9908. end
  9909. end
  9910.  
  9911. LoadScripts(Obj)
  9912. end
  9913.  
  9914. Load(Dex)
  9915. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement