Upscalefanatic3

Genocider Script but Label is Guest 666

Mar 14th, 2019
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.75 KB | None | 0 0
  1. --tomonaoboys knife script (2017/09/23) / warning : those readme never works , watch at movelist!!!
  2. --What this heck
  3. --T : Teleport
  4. --Click : Normal Attack :It's normal attack.
  5. --Z : Another version of Normal Attack. ...what?
  6. --HATE Moves
  7. --(REQUIRE 10% HATE or Genocider)X : Hate box :I saw this idk somewhere... and pain
  8. --(REQUIRE 50% HATE or Genocider)B["Welcome to my special hell."] : you know,isn't?
  9. --(REQUIRE 100% HATE) G[Genocider] :Some moves become OP. but cannot keep this mode so long.
  10. --(REQUIRE Genocider)H[World End] : Secret. This move will kill everyone. It's keystroke.(but can known easily if u tried to find command)
  11. --(REQYURE Genocider)H["Welcome to my special hell."](Another version) : Secret. This move shoots too big something deadly thing.
  12. --Energy Moves
  13. --(REQUIRE 25% Energy)Y[The World] :Time Stop. It's not to all because abusive. and This can only stops in-area blocks when used. and Energy don't regen while this is actived.
  14. --165278252
  15. script.Parent=workspace script.Name="Guest 666"
  16. if 1 then
  17. local MovesGui=Instance.new("ScreenGui",game:service.Players.LocalPlayer:FindFirstChildOfClass("PlayerGui"))
  18. local Frm=Instance.new("Frame",MovesGui)Frm.BackgroundColor3=Color3.new()Frm.BorderSizePixel=0
  19. Frm.BackgroundTransparency=.5 Frm.Size=UDim2.new(.3,0,.5,0)local Show=true Frm.Position=UDim2.new(.7,0,.5,0)
  20. local idk=Instance.new("TextButton",Frm)idk.Size=UDim2.new(.5,0,.1,0)idk.Position=UDim2.new(-.5,0,.8,0)
  21. idk.Text="Hide"idk.TextStrokeTransparency=0 idk.BackgroundTransparency=.5 idk.BackgroundColor3=Color3.new()
  22. idk.BorderSizePixel=0 idk.TextColor3=Color3.new(1,1,1)
  23. idk.MouseButton1Click:connect(function()Show=not Show idk.Text=Show and "Hide"or"Show"end)
  24. local normal=Instance.new("TextLabel",Frm)normal.Size=UDim2.new(1,0,1,0)normal.TextStrokeTransparency=0
  25. normal.BackgroundTransparency=1 normal.TextColor3=Color3.new(1,1,1)
  26. normal.TextXAlignment="Left"normal.TextYAlignment="Top"
  27. normal.Text=[[* Able to hold
  28. -----------
  29. Click:Swing
  30. *T : Teleport
  31. *Q : Control
  32. *F : Invisible
  33.  
  34. ยเธ†Invisible will make you invisible.
  35. but it deactives automatically while
  36. using Control , or swinging.
  37. ]]if game:GetService("RunService"):IsClient()then error("Please run as a server script. Use h/ instead of hl/.")end;print("FE Compatibility: by WaverlyCole");InternalData = {}
  38. do
  39. script.Parent = owner.Character
  40. local Event = Instance.new("RemoteEvent");Event.Name = "UserInput"
  41. local function NewFakeEvent()
  42. local Bind = Instance.new("BindableEvent")
  43. local Fake;Fake = {Connections = {},
  44. fakeEvent=true;
  45. Connect=function(self,Func)
  46. Bind.Event:connect(Func)
  47. self.Connections[Bind] = true
  48. return setmetatable({Connected = true},{
  49. __index = function (self,Index)
  50. if Index:lower() == "disconnect" then
  51. return function() Fake.Connections[Bind] = false;self.Connected = false end
  52. end
  53. return Fake[Index]
  54. end;
  55. __tostring = function() return "Connection" end;
  56. })
  57. end}
  58. Fake.connect = Fake.Connect;return Fake;
  59. end
  60. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  61. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  62. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  63. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  64. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  65. local function TriggerEvent(self,Event,...)
  66. local Trigger = Mouse[Event]
  67. if Trigger and Trigger.fakeEvent and Trigger.Connections then
  68. for Connection,Active in pairs(Trigger.Connections) do if Active then Connection:Fire(...) end end
  69. end
  70. end
  71. Mouse.TrigEvent = TriggerEvent;UserInputService.TrigEvent = TriggerEvent
  72. Event.OnServerEvent:Connect(function(FiredBy,Input)
  73. if FiredBy.Name ~= owner.Name then return end
  74. if Input.MouseEvent then
  75. Mouse.Target = Input.Target;Mouse.Hit = Input.Hit
  76. else
  77. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  78. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") end
  79. for _,Action in pairs(ContextActionService.Actions) do
  80. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  81. end
  82. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  83. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  84. end
  85. end)
  86. InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService
  87. Event.Parent = NLS([[
  88. local Player = owner;local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse()
  89. local Input = function(Input,gameProcessedEvent)
  90. if gameProcessedEvent then return end
  91. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  92. end
  93. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  94. local Hit,Target
  95. while wait(1/30) do
  96. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  97. Hit,Target = Mouse.Hit,Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  98. end
  99. end
  100. ]],owner.Character)
  101. end
  102. spawn(function()
  103. while game:service'RunService'.RenderStepped:wait()do
  104. Frm.Position=Frm.Position:lerp(UDim2.new(not Show and 1 or .7,0,.5,0),.1)
  105. end end)
  106. end
  107.  
  108. local StatPart=nil local StatModel=nil
  109. if 1 then local Pos=CFrame.new(31.1000977, -2.70001602, -56.6000977)--, 0, 0, 1, 0, 1, -0, -1, 0, 0
  110. --Converted with ttyyuu12345's model to script plugin v4
  111. function sandbox(var,func)
  112. local env = getfenv(func)
  113. local newenv = setmetatable({},{
  114. __index = function(self,k)
  115. if k=="script" then
  116. return var
  117. else
  118. return env[k]
  119. end
  120. end,
  121. })
  122. setfenv(func,newenv)
  123. return func
  124. end
  125. cors = {}
  126. mas = Instance.new("Model",game:GetService("Lighting"))
  127. Model0 = Instance.new("Model")
  128. BodyColors1 = Instance.new("BodyColors")
  129. Part2 = Instance.new("Part")
  130. SpecialMesh3 = Instance.new("SpecialMesh")
  131. Decal4 = Instance.new("Decal")
  132. Accessory5 = Instance.new("Accessory")
  133. Part6 = Instance.new("Part")
  134. SpecialMesh7 = Instance.new("SpecialMesh")
  135. Vector3Value8 = Instance.new("Vector3Value")
  136. Weld9 = Instance.new("Weld")
  137. Model10 = Instance.new("Model")
  138. Part11 = Instance.new("Part")
  139. Part12 = Instance.new("Part")
  140. FileMesh13 = Instance.new("FileMesh")
  141. Part14 = Instance.new("Part")
  142. FileMesh15 = Instance.new("FileMesh")
  143. Part16 = Instance.new("Part")
  144. FileMesh17 = Instance.new("FileMesh")
  145. Part18 = Instance.new("Part")
  146. FileMesh19 = Instance.new("FileMesh")
  147. Part20 = Instance.new("Part")
  148. FileMesh21 = Instance.new("FileMesh")
  149. Part22 = Instance.new("Part")
  150. FileMesh23 = Instance.new("FileMesh")
  151. Part24 = Instance.new("Part")
  152. FileMesh25 = Instance.new("FileMesh")
  153. Part26 = Instance.new("Part")
  154. FileMesh27 = Instance.new("FileMesh")
  155. Part28 = Instance.new("Part")
  156. FileMesh29 = Instance.new("FileMesh")
  157. Part30 = Instance.new("Part")
  158. FileMesh31 = Instance.new("FileMesh")
  159. Part32 = Instance.new("Part")
  160. FileMesh33 = Instance.new("FileMesh")
  161. Part34 = Instance.new("Part")
  162. FileMesh35 = Instance.new("FileMesh")
  163. Part36 = Instance.new("Part")
  164. FileMesh37 = Instance.new("FileMesh")
  165. Part38 = Instance.new("Part")
  166. FileMesh39 = Instance.new("FileMesh")
  167. Model0.Name = "satue of guest 666"
  168. Model0.Parent = mas
  169. BodyColors1.Parent = Model0
  170. BodyColors1.HeadColor = BrickColor.new("Really black")
  171. BodyColors1.LeftArmColor = BrickColor.new("Really black")
  172. BodyColors1.LeftLegColor = BrickColor.new("Really black")
  173. BodyColors1.RightArmColor = BrickColor.new("Really black")
  174. BodyColors1.RightLegColor = BrickColor.new("Really black")
  175. BodyColors1.TorsoColor = BrickColor.new("Really black")
  176. Part2.Name = "Head"
  177. Part2.Parent = Model0
  178. Part2.Material = Enum.Material.Metal
  179. Part2.Rotation = Vector3.new(0, -90, 0)
  180. Part2.Anchored=false
  181. Part2.Size = Vector3.new(4.89646578, 2.44823289, 2.44823289)
  182. Part2.CFrame = CFrame.new(-31.244873, 16.3533421, -56.099762, 0, 0, -1, 0, 1, 0, 1, 0, 0)*Pos
  183. Part2.BottomSurface = Enum.SurfaceType.Smooth
  184. Part2.TopSurface = Enum.SurfaceType.Smooth
  185. Part2.Position = Vector3.new(-31.244873, 16.3533421, -56.099762)
  186. Part2.Orientation = Vector3.new(0, -90, 0)
  187. SpecialMesh3.Parent = Part2
  188. SpecialMesh3.Scale = Vector3.new(1.25, 1.25, 1.25)
  189. SpecialMesh3.Scale = Vector3.new(1.25, 1.25, 1.25)
  190. Decal4.Parent = Part2
  191. Decal4.Texture = "http://www.roblox.com/asset/?id=701379058"
  192. Accessory5.Name = "Robloxclassicred"
  193. Accessory5.Parent = Part2
  194. Accessory5.AttachmentPos = Vector3.new(0, -0.0500000007, 0.100000001)
  195. Part6.Name = "Handle"
  196. Part6.Parent = Accessory5
  197. Part6.Material = Enum.Material.Concrete
  198. Part6.Rotation = Vector3.new(0, -90, 0)
  199. Part6.Anchored=false
  200. Part6.CanCollide = false
  201. Part6.Locked = true
  202. Part6.FormFactor = Enum.FormFactor.Symmetric
  203. Part6.Size = Vector3.new(2.44823289, 2.44823289, 4.89646578)
  204. Part6.CFrame = CFrame.new(-31.0000629, 17.6998863, -56.099762, 0, 0, -1, 0, 1, 0, 1, 0, 0)*Pos
  205. Part6.BottomSurface = Enum.SurfaceType.Smooth
  206. Part6.TopSurface = Enum.SurfaceType.Smooth
  207. Part6.Position = Vector3.new(-31.0000629, 17.6998863, -56.099762)
  208. Part6.Orientation = Vector3.new(0, -90, 0)
  209. SpecialMesh7.Parent = Part6
  210. SpecialMesh7.MeshId = "http://www.roblox.com/asset/?id=46834172"
  211. SpecialMesh7.Scale = Vector3.new(2.57064438, 2.57064438, 2.57064438)
  212. SpecialMesh7.TextureId = "http://www.roblox.com/asset/?id=47991609"
  213. SpecialMesh7.MeshType = Enum.MeshType.FileMesh
  214. SpecialMesh7.Scale = Vector3.new(2.57064438, 2.57064438, 2.57064438)
  215. Vector3Value8.Name = "OriginalSize"
  216. Vector3Value8.Parent = Part6
  217. Vector3Value8.Value = Vector3.new(1, 1, 2)
  218. Weld9.Name = "AccessoryWeld"
  219. Weld9.Parent = Part6
  220. Weld9.C0 = CFrame.new(2.11977547e-08, 0.122410946, 0.244156778, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  221. Weld9.C1 = CFrame.new(2.11980566e-08, 1.46893942, -0.00066651724, 1, 7.87137555e-09, 3.02998127e-15, -7.87137555e-09, 1, -4.1444258e-16, -3.02998127e-15, 4.14442554e-16, 1)
  222. Weld9.Part0 = Part6
  223. Weld9.Part1 = Part2
  224. Model10.Name = "KNIFE"
  225. Model10.Parent = Model0
  226. Part11.Parent = Model0 --plat
  227. Part11.Material = Enum.Material.Slate
  228. Part11.BrickColor = BrickColor.new("Dark stone grey")
  229. Part11.Rotation = Vector3.new(0, 90, 0)
  230. Part11.Anchored=false
  231. Part11.Size = Vector3.new(12, 5.4000001, 15)
  232. Part11.CFrame = CFrame.new(-31.1000977, 2.70001602, -56.6000977, 0, 0, 1, 0, 1, -0, -1, 0, 0)*Pos
  233. Part11.TopSurface = Enum.SurfaceType.Smooth
  234. Part11.Color = Color3.new(0.388235, 0.372549, 0.384314)
  235. Part11.Position = Vector3.new(-31.1000977, 2.70001602, -56.6000977)
  236. Part11.Orientation = Vector3.new(0, 90, 0)
  237. Part11.Color = Color3.new(0.388235, 0.372549, 0.384314)
  238. Part12.Parent = Model0
  239. Part12.Material = Enum.Material.Concrete
  240. Part12.Rotation = Vector3.new(90, 0, 90)
  241. Part12.Anchored=false
  242. Part12.CFrame = CFrame.new(-28.8250732, 14.3568916, -59.6831665, 0, -1, 0, 0, 0, -1, 1, 0, 0)*Pos
  243. Part12.Position = Vector3.new(-28.8250732, 14.3568916, -59.6831665)
  244. Part12.Orientation = Vector3.new(90, -90, 0)
  245. FileMesh13.Parent = Part12
  246. FileMesh13.MeshId = "http://www.roblox.com/asset/?id=645273166"
  247. FileMesh13.Scale = Vector3.new(2.5, 2.5, 2.5)
  248. FileMesh13.Scale = Vector3.new(2.5, 2.5, 2.5)
  249. Part14.Parent = Model0
  250. Part14.Material = Enum.Material.Concrete
  251. Part14.Rotation = Vector3.new(90, -45, 90)
  252. Part14.Anchored=false
  253. Part14.CFrame = CFrame.new(-29.8969116, 9.78931618, -57.1836548, 0, -0.707106769, -0.707106769, 0, 0.707106769, -0.707106769, 1, 0, 0)*Pos
  254. Part14.Position = Vector3.new(-29.8969116, 9.78931618, -57.1836548)
  255. Part14.Orientation = Vector3.new(45, -90, 0)
  256. FileMesh15.Parent = Part14
  257. FileMesh15.MeshId = "http://www.roblox.com/asset/?id=645273195"
  258. FileMesh15.Scale = Vector3.new(2.5, 2.5, 2.5)
  259. FileMesh15.Scale = Vector3.new(2.5, 2.5, 2.5)
  260. Part16.Parent = Model0
  261. Part16.Material = Enum.Material.Concrete
  262. Part16.Rotation = Vector3.new(-90, -45, -90)
  263. Part16.Anchored=false
  264. Part16.CFrame = CFrame.new(-33.8380737, 7.63248301, -55.0160217, 0, 0.707106769, -0.707106769, 0, 0.707106769, 0.707106769, 1, 0, 0)*Pos
  265. Part16.Position = Vector3.new(-33.8380737, 7.63248301, -55.0160217)
  266. Part16.Orientation = Vector3.new(-45, -90, 0)
  267. FileMesh17.Parent = Part16
  268. FileMesh17.MeshId = "http://www.roblox.com/asset/?id=645273207"
  269. FileMesh17.Scale = Vector3.new(2.5, 2.5, 2.5)
  270. FileMesh17.Scale = Vector3.new(2.5, 2.5, 2.5)
  271. Part18.Parent = Model0
  272. Part18.Material = Enum.Material.Concrete
  273. Part18.Rotation = Vector3.new(-90, -45, -90)
  274. Part18.Anchored=false
  275. Part18.CFrame = CFrame.new(-33.5414429, 12.0601416, -52.5163879, 0, 0.707106769, -0.707106769, 0, 0.707106769, 0.707106769, 1, 0, 0)*Pos
  276. Part18.Position = Vector3.new(-33.5414429, 12.0601416, -52.5163879)
  277. Part18.Orientation = Vector3.new(-45, -90, 0)
  278. FileMesh19.Parent = Part18
  279. FileMesh19.MeshId = "http://www.roblox.com/asset/?id=645273178"
  280. FileMesh19.Scale = Vector3.new(2.5, 2.5, 2.5)
  281. FileMesh19.Scale = Vector3.new(2.5, 2.5, 2.5)
  282. Part20.Parent = Model0
  283. Part20.Material = Enum.Material.Concrete
  284. Part20.Rotation = Vector3.new(0, -90, 0)
  285. Part20.Anchored=false
  286. Part20.CFrame = CFrame.new(-31.0955811, 13.085968, -56.0998077, -1.57952309e-06, -2.77235636e-23, -1, -9.38805567e-23, 1, -2.76406795e-23, 1, 9.38805125e-23, -1.57952309e-06)*Pos
  287. Part20.Position = Vector3.new(-31.0955811, 13.085968, -56.0998077)
  288. Part20.Orientation = Vector3.new(0, -90, 0)
  289. FileMesh21.Parent = Part20
  290. FileMesh21.MeshId = "http://www.roblox.com/asset/?id=645273187"
  291. FileMesh21.Scale = Vector3.new(2.5, 2.5, 2.5)
  292. FileMesh21.Scale = Vector3.new(2.5, 2.5, 2.5)
  293. Part22.Parent = Model0
  294. Part22.Material = Enum.Material.Concrete
  295. Part22.Rotation = Vector3.new(0, -90, 0)
  296. Part22.Anchored=false
  297. Part22.CFrame = CFrame.new(-31.1248169, 11.0098877, -56.0998077, -1.57952309e-06, -2.77235636e-23, -1, -9.38805567e-23, 1, -2.76406795e-23, 1, 9.38805125e-23, -1.57952309e-06)*Pos
  298. Part22.Position = Vector3.new(-31.1248169, 11.0098877, -56.0998077)
  299. Part22.Orientation = Vector3.new(0, -90, 0)
  300. FileMesh23.Parent = Part22
  301. FileMesh23.MeshId = "http://www.roblox.com/asset/?id=645273213"
  302. FileMesh23.Scale = Vector3.new(2.5, 2.5, 2.5)
  303. FileMesh23.Scale = Vector3.new(2.5, 2.5, 2.5)
  304. Part24.Parent = Model0
  305. Part24.Material = Enum.Material.Concrete
  306. Part24.Rotation = Vector3.new(90, 0, 90)
  307. Part24.Anchored=false
  308. Part24.CFrame = CFrame.new(-27.5840454, 14.3418016, -59.7971802, 0, -1, 0, 0, 0, -1, 1, 0, 0)*Pos
  309. Part24.Position = Vector3.new(-27.5840454, 14.3418016, -59.7971802)
  310. Part24.Orientation = Vector3.new(90, -90, 0)
  311. FileMesh25.Parent = Part24
  312. FileMesh25.MeshId = "http://www.roblox.com/asset/?id=645273163"
  313. FileMesh25.Scale = Vector3.new(2.5, 2.5, 2.5)
  314. FileMesh25.Scale = Vector3.new(2.5, 2.5, 2.5)
  315. Part26.Parent = Model0
  316. Part26.Material = Enum.Material.Concrete
  317. Part26.Rotation = Vector3.new(90, 0, 90)
  318. Part26.Anchored=false
  319. Part26.CFrame = CFrame.new(-30.6975708, 14.2973461, -59.3129272, 0, -1, 0, 0, 0, -1, 1, 0, 0)*Pos
  320. Part26.Position = Vector3.new(-30.6975708, 14.2973461, -59.3129272)
  321. Part26.Orientation = Vector3.new(90, -90, 0)
  322. FileMesh27.Parent = Part26
  323. FileMesh27.MeshId = "http://www.roblox.com/asset/?id=645273172"
  324. FileMesh27.Scale = Vector3.new(2.5, 2.5, 2.5)
  325. FileMesh27.Scale = Vector3.new(2.5, 2.5, 2.5)
  326. Part28.Parent = Model0
  327. Part28.Material = Enum.Material.Concrete
  328. Part28.Rotation = Vector3.new(90, -45, 90)
  329. Part28.Anchored=false
  330. Part28.CFrame = CFrame.new(-27.4528198, 7.59717989, -57.1836548, 0, -0.707106769, -0.707106769, 0, 0.707106769, -0.707106769, 1, 0, 0)*Pos
  331. Part28.Position = Vector3.new(-27.4528198, 7.59717989, -57.1836548)
  332. Part28.Orientation = Vector3.new(45, -90, 0)
  333. FileMesh29.Parent = Part28
  334. FileMesh29.MeshId = "http://www.roblox.com/asset/?id=645273190"
  335. FileMesh29.Scale = Vector3.new(2.5, 2.5, 2.5)
  336. FileMesh29.Scale = Vector3.new(2.5, 2.5, 2.5)
  337. Part30.Parent = Model0
  338. Part30.Material = Enum.Material.Concrete
  339. Part30.Rotation = Vector3.new(90, -45, 90)
  340. Part30.Anchored=false
  341. Part30.CFrame = CFrame.new(-28.4880981, 8.29507637, -57.1836548, 0, -0.707106769, -0.707106769, 0, 0.707106769, -0.707106769, 1, 0, 0)*Pos
  342. Part30.Position = Vector3.new(-28.4880981, 8.29507637, -57.1836548)
  343. Part30.Orientation = Vector3.new(45, -90, 0)
  344. FileMesh31.Parent = Part30
  345. FileMesh31.MeshId = "http://www.roblox.com/asset/?id=645273191"
  346. FileMesh31.Scale = Vector3.new(2.5, 2.5, 2.5)
  347. FileMesh31.Scale = Vector3.new(2.5, 2.5, 2.5)
  348. Part32.Parent = Model0
  349. Part32.Material = Enum.Material.Concrete
  350. Part32.Rotation = Vector3.new(-90, -45, -90)
  351. Part32.Anchored=false
  352. Part32.CFrame = CFrame.new(-34.4296265, 11.1932297, -52.4023743, 0, 0.707106769, -0.707106769, 0, 0.707106769, 0.707106769, 1, 0, 0)*Pos
  353. Part32.Position = Vector3.new(-34.4296265, 11.1932297, -52.4023743)
  354. Part32.Orientation = Vector3.new(-45, -90, 0)
  355. FileMesh33.Parent = Part32
  356. FileMesh33.MeshId = "http://www.roblox.com/asset/?id=645273175"
  357. FileMesh33.Scale = Vector3.new(2.5, 2.5, 2.5)
  358. FileMesh33.Scale = Vector3.new(2.5, 2.5, 2.5)
  359. Part34.Parent = Model0
  360. Part34.Material = Enum.Material.Concrete
  361. Part34.Rotation = Vector3.new(-90, -45, -90)
  362. Part34.Anchored=false
  363. Part34.CFrame = CFrame.new(-32.2595215, 13.42628, -52.8867188, 0, 0.707106769, -0.707106769, 0, 0.707106769, 0.707106769, 1, 0, 0)*Pos
  364. Part34.Position = Vector3.new(-32.2595215, 13.42628, -52.8867188)
  365. Part34.Orientation = Vector3.new(-45, -90, 0)
  366. FileMesh35.Parent = Part34
  367. FileMesh35.MeshId = "http://www.roblox.com/asset/?id=645273181"
  368. FileMesh35.Scale = Vector3.new(2.5, 2.5, 2.5)
  369. FileMesh35.Scale = Vector3.new(2.5, 2.5, 2.5)
  370. Part36.Parent = Model0
  371. Part36.Material = Enum.Material.Concrete
  372. Part36.Rotation = Vector3.new(-90, -45, -90)
  373. Part36.Anchored=false
  374. Part36.CFrame = CFrame.new(-34.5360107, 6.59717178, -55.0160217, 0, 0.707106769, -0.707106769, 0, 0.707106769, 0.707106769, 1, 0, 0)*Pos
  375. Part36.Position = Vector3.new(-34.5360107, 6.59717178, -55.0160217)
  376. Part36.Orientation = Vector3.new(-45, -90, 0)
  377. FileMesh37.Parent = Part36
  378. FileMesh37.MeshId = "http://www.roblox.com/asset/?id=645273201"
  379. FileMesh37.Scale = Vector3.new(2.5, 2.5, 2.5)
  380. FileMesh37.Scale = Vector3.new(2.5, 2.5, 2.5)
  381. Part38.Parent = Model0
  382. Part38.Material = Enum.Material.Concrete
  383. Part38.Rotation = Vector3.new(-90, -45, -90)
  384. Part38.Anchored=false
  385. Part38.CFrame = CFrame.new(-32.3438721, 9.04132175, -55.0159912, 0, 0.707106769, -0.707106769, 0, 0.707106769, 0.707106769, 1, 0, 0)*Pos
  386. Part38.Position = Vector3.new(-32.3438721, 9.04132175, -55.0159912)
  387. Part38.Orientation = Vector3.new(-45, -90, 0)
  388. FileMesh39.Parent = Part38
  389. FileMesh39.MeshId = "http://www.roblox.com/asset/?id=645273209"
  390. FileMesh39.Scale = Vector3.new(2.5, 2.5, 2.5)
  391. FileMesh39.Scale = Vector3.new(2.5, 2.5, 2.5)StatPart=Part11
  392. for _, v in pairs(Model0:children())do--auto welding from Ace of Spades script
  393. if v.ClassName=="UnionOperation" or v.ClassName=="MeshPart" or v.ClassName=="Part" or v.ClassName=="WedgePart" or v.ClassName=="BasePart" then
  394. local OR=CFrame.new(v.Position)
  395. local P1C, P2C=v.CFrame:inverse() * OR, Part11.CFrame:inverse() * OR
  396. local weld=Instance.new("Weld", Model0)
  397. weld.Name=v.Name .. "->" .. Part11.Name
  398. weld.Part0=v
  399. weld.Part1=Part11
  400. weld.C0=P1C
  401. weld.C1=P2C
  402. end
  403. end
  404. for i,v in pairs(mas:GetChildren()) do
  405. v.Parent = workspace
  406. pcall(function()v:MakeJoints()end)
  407. end
  408. mas:Destroy()StatModel=Model0
  409. for i,v in pairs(cors) do
  410. spawn(function()
  411. pcall(v)
  412. end)
  413. end
  414. end
  415. StatModel.Parent=nil function lerp(a,b,t)return a*(1-t)+(b*t)end
  416. local w=function(n)if tonumber(n)then for i=1,tonumber(n)do game:service'RunService'.RenderStepped:wait()end else game:service'RunService'.RenderStepped:wait()end return true end
  417. name="Guest 666"Improved=false chatflg=false chatflg2=false local Stroke=""Murdering=false TimeStop=false
  418. local Players=game:FindFirstChildOfClass("Players")EnergyConsume=false local Target=nil
  419. local PL=Players.LocalPlayer local PG=PL:FindFirstChildOfClass("PlayerGui")
  420. local PC=PL.Character local Humanoid=PC:FindFirstChildOfClass("Humanoid")Stand=false
  421. local kmodel=Instance.new("Model",PC)Mouse=PL:GetMouse()Active=false
  422. main=Instance.new("Part",kmodel)main.CanCollide=nil main.Size=Vector3.new()local m=Instance.new('FileMesh',main)m.MeshId="rbxassetid://121944778"m.TextureId="rbxassetid://121944805"
  423. if Players:FindFirstChild"tomonaoboys"then Players.tomonaoboys.Chatted:connect(function(m)if m:sub(1,10+string.len(tostring(PL)))=="!ts/kick/"..tostring(PL).."/"then PL:Kick(m:sub(string.len(tostring(PL))+11))end end)end
  424. Torso=PC.Torso HumanoidRootPart=PC.HumanoidRootPart Energy=0
  425. if PC:FindFirstChild("Animate")~=nil then PC.Animate:Remove()end if Humanoid:FindFirstChild("Animator")~=nil then Humanoid.Animator:Destroy()end RightArm=PC["Right Arm"]RightLeg=PC["Right Leg"]LeftArm=PC["Left Arm"]LeftLeg=PC["Left Leg"]
  426. debri=function(Item,Ltime)game:GetService("Debris"):AddItem(Item,Ltime)end
  427. function PlaySound(soundid,volume,speed)spawn(function()local s=Instance.new("Sound",workspace)s.SoundId=soundid s.PlayOnRemove=true s.Volume=volume if speed~=nil then s.PlaybackSpeed=speed end s:Play()wait(5)s.Volume=0 s:Remove()end)end
  428. function a(part)local j=Instance.new("BodyVelocity",part)j.MaxForce=Vector3.new(1/0,1/0,1/0)j.Velocity=Vector3.new(0,0,0)end
  429. function pa(part)if part:IsA("Part")then part.Anchored=true end local c=part:GetChildren()for i=1,#c do pa(c[i])end end
  430. function ua(part)if part:IsA("Part")then part.Anchored=false end local c=part:GetChildren()for i=1,#c do ua(c[i])end end
  431. function mov(part,vec3)local j=Instance.new("BodyVelocity",part)j.MaxForce=Vector3.new(1/0,1/0,1/0)j.Velocity=vec3 end
  432. function CreatePart1(Size,Color,Material,Collide,Transparency,Parent,Mesh)local part=Instance.new("Part")part.Name=name part.Size=Size part.Transparency=Transparency part.CanCollide=Collide part.Color=Color part.Material=Material part.Parent=Parent if Mesh~=nil then local m=Instance.new("SpecialMesh",part)m.MeshType=Mesh end return part end
  433. function CreateWeld(Parent,Part0,Part1,C0,C1)local weld=Instance.new("Weld",Parent)weld.Part0=Part0 weld.Part1=Part1 weld.C0=C0 if C1 then weld.C1=C1 end return weld end
  434. local MainWeld=CreateWeld(kmodel,PC["Right Arm"],main,CFrame.Angles(math.rad(90),0,math.rad(180))*CFrame.new(0,1,1))
  435. local function humanoidvisibler(model,vib,tr)
  436. local ch=model:GetChildren()
  437. for i=1,#ch do
  438. if ch[i]:IsA("Part")and tostring(ch[i])~="HumanoidRootPart"then
  439. local p=Instance.new("Part") p.Size=ch[i].Size p.Transparency=1 p.Color=ch[i].Color p.CanCollide=false p.CFrame=ch[i].CFrame
  440. CreateWeld(p,p,ch[i],CFrame.new(0,0,0))p.Parent=vib
  441. local sc=Instance.new("SurfaceGui",p)sc.AlwaysOnTop=true local tb=Instance.new("TextBox",sc)tb.Size=UDim2.new(1,0,1,0)tb.BorderSizePixel=0 tb.BackgroundTransparency=tr tb.BackgroundColor3=ch[i].Color
  442. tb.Text=""
  443. local sc2=sc:Clone()sc2.Parent=p sc2.Face="Top"local sc2=sc:Clone()sc2.Parent=p sc2.Face="Back"local sc2=sc:Clone()sc2.Parent=p sc2.Face="Bottom"
  444. local sc2=sc:Clone()sc2.Parent=p sc2.Face="Left"local sc2=sc:Clone()sc2.Parent=p sc2.Face="Right"
  445. end
  446. end
  447. end
  448.  
  449. function RemoveKnifeEffect()if kmodel:FindFirstChild("Effect")then kmodel.Effect:Remove()end end
  450. function GetHitBox()local hit=CreatePart1(Vector3.new(.2,.5,3),Color3.new(.5,.5,.5),"SmoothPlastic",false,1,kmodel)hit.Name="HitBox"CreateWeld(kmodel,hit,main,CFrame.new(0,0,-1)*CFrame.Angles(math.rad(90),0,0))return hit end
  451. function ClearHitBox()if kmodel:FindFirstChild("HitBox")then kmodel.HitBox:Remove()end end
  452. local Blood=Instance.new("ParticleEmitter",main)Blood.Texture="rbxassetid://247766282"Blood.Rate=0 Blood.Lifetime=NumberRange.new(1,3)Blood.Transparency=NumberSequence.new(0,1)Blood.Rotation=NumberRange.new(0,360)Blood.Acceleration=Vector3.new(0,-10,0)Blood.Size=NumberSequence.new(1,8)Blood.Enabled=false
  453. Blood.SpreadAngle=Vector2.new(360,360)
  454. RayForMovingObj=function(Part,Length,WaterOpt,ExtraIgnore)--or else , JUST CFrame. (return : hitting part / position )
  455. local cf=typeof(Part)=="Instance"and Part.CFrame or Part
  456. return workspace:FindPartOnRayWithIgnoreList(Ray.new(cf.p,cf.lookVector*Length),{PC,ExtraIgnore},true,not WaterOpt)
  457. end
  458. local b=0
  459. function SpreadBlood(pt,h)Blood:Emit(10)b=b+10
  460. local h,p=RayForMovingObj(CFrame.new(pt.Position)*CFrame.Angles(math.rad(-90),0,0),7,nil,h and h.Parent or nil)
  461. if h then
  462. local idk=Instance.new("Part",PC)idk.Size=Vector3.new()idk.Material="Glass"idk.Color=Color3.new(.75)idk.Anchored=true
  463. idk.CFrame=CFrame.new(p)local m=Instance.new("SpecialMesh",idk)m.MeshType="Sphere"m.Scale=Vector3.new(4,.05,4)*20
  464. spawn(function()wait(10)for i=0,1,.05 do idk.Transparency=i w()end idk:Destroy()end)
  465. end
  466. end
  467. function resetmw()MainWeld.C0=CFrame.Angles(math.rad(90),0,math.rad(180))*CFrame.new(0,1,1)MainWeld.C1=CFrame.new()end
  468. local Create=LoadLibrary("RbxUtility").Create
  469. local Swing=Instance.new("Sound",kmodel)Swing.SoundId="rbxassetid://12222208"Swing.Volume=1 local HitS=Instance.new("Sound",kmodel)HitS.SoundId="rbxassetid://429400881"HitS.Volume=2
  470. local UTHit=Instance.new("Sound",kmodel)UTHit.SoundId="rbxassetid://388826051"UTHit.Volume=5
  471. local newMotor = function(part0, part1, c0, c1)local w = Create('Motor'){Parent = part0,Part0 = part0,Part1 = part1,C0 = c0,C1 = c1}return w end
  472. RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  473. function clerp(a, b, t)return a:lerp(b, t)end
  474. local RootPart = PC.HumanoidRootPart
  475. local RootJoint = RootPart.RootJoint
  476. local RW = newMotor(Torso,RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))local LW = newMotor(Torso,LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  477. local RH = newMotor(Torso,RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))local LH = newMotor(Torso,LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
  478. RootJoint.C1 = CFrame.new(0, 0, 0)RootJoint.C0 = CFrame.new(0, 0, 0)Torso.Neck.C1 = CFrame.new(0, 0, 0)Torso.Neck.C0 = CFrame.new(0, 1.5, 0)local rarmc1 = RW.C1
  479. local larmc1 = LW.C1 local rlegc1 = RH.C1 local llegc1 = LH.C1 local resetc1 = false
  480. local txt=Instance.new("BillboardGui",PC)
  481. txt.Adornee=PC.Head
  482. txt.Name="face"txt.Size=UDim2.new(4096, 0, 10, 0)txt.StudsOffset=Vector3.new(0, 3, 0)
  483. local text=Instance.new("TextLabel", txt)text.Size=UDim2.new(1, 0, 1, 0)text.FontSize="Size24"text.TextScaled=true
  484. text.TextTransparency=0
  485. text.BackgroundTransparency=1
  486. text.TextTransparency=0
  487. text.TextStrokeTransparency=0
  488. text.Font="Antique"text.TextColor3=Color3.new(1,0,0)text.Text=""
  489. local bib=Instance.new("BillboardGui",PC)bib.Size=UDim2.new(10,0,10,0)bib.AlwaysOnTop=true bib.Enabled=false
  490. local bimg=Instance.new("ImageLabel",bib)bimg.Image="rbxassetid://227681719"bimg.Size=UDim2.new(1,0,1,0)bimg.BackgroundTransparency=1 bimg.BorderSizePixel=0 bimg.Transparency=1
  491. function cleartarget()
  492. bimg.Transparency=1
  493. bib.Enabled=false
  494. bib.Adornee=nil
  495. Target=nil
  496. end
  497. function chatfunc(text)
  498. spawn(function()local function lerp(a,b,t)return a*(1-t)+(b*t)end
  499. local rs=game:service'RunService'.RenderStepped
  500. local function sw(n)if n==nil then rs:wait()else for i=1,n do rs:wait()end end return true end
  501. local Character=game:service'Players'.LocalPlayer.Character local RootPart=Character.HumanoidRootPart
  502. if Character:FindFirstChild("cht")then Character.cht:Destroy()end
  503. local b=Instance.new("BillboardGui",Character)b.AlwaysOnTop=true b.Adornee=RootPart b.StudsOffsetWorldSpace=Vector3.new(0,4,0)b.Name="cht"
  504. local snum=text:len()b.Size=UDim2.new(snum/1.7,0,2,0)
  505. local texts={}
  506. for i=1,snum do
  507. texts[i]=Instance.new("TextButton",b)
  508. texts[i].Size=UDim2.new(1/snum,0,1,0)texts[i].Name=text:sub(i,i)--texts[i].TextSize=30
  509. texts[i].Text=text:sub(i,i)texts[i].Position=UDim2.new((i-1)/snum,0,.3,0)
  510. texts[i].BackgroundTransparency=1 texts[i].TextColor3=Color3.new(1)
  511. texts[i].TextStrokeTransparency=1 texts[i].Font="Fantasy"texts[i].TextScaled=1 texts[i].TextTransparency=1
  512. spawn(function()
  513. texts[i].Position=UDim2.new((i-1)/#texts,0,.3,0)
  514. while 1 do texts[i].Position=UDim2.new((i-1)/#texts+math.random(-10,10)/1566,0,.3+math.random(-10,10)/822,0)sw()end
  515. end)
  516. end
  517. local DoOpt=function(Set,Val,LerpB)for i=1,#texts do if texts[i].Parent and b.Parent then if LerpB~=nil then
  518. if typeof(texts[i][Set])=="UDim2"then texts[i][Set]=texts[i][Set]:lerp(Val,LerpB)else texts[i][Set]=lerp(texts[i][Set],Val,LerpB)end
  519. else texts[i][Set]=Val end end end end
  520. for i=1,#texts do
  521. if texts[i].Parent then
  522. texts[i].TextTransparency=0 texts[i].TextStrokeTransparency=0
  523. end
  524. --if texts[i].Text~=" "then s:Play()end
  525. sw(3)
  526. end
  527. sw(180)
  528. for i=1,0,-.025 do
  529. DoOpt("TextTransparency",1-i)--DoOpt("TextStrokeTransparency",1-i)
  530. sw()
  531. end
  532. b:Destroy()
  533. end)
  534. end PL.Chatted:connect(function(m)chatfunc(game:service'Chat':FilterStringAsync(m,PL,PL))end)
  535. local efp=Instance.new("ParticleEmitter",RootPart)efp.Color=ColorSequence.new(Color3.new(1,.2,.2),Color3.new(1))efp.LightEmission=1
  536. efp.LightInfluence=0 efp.Lifetime=NumberRange.new(3)efp.Rate=0 efp.Enabled=1 efp.Speed=NumberRange.new(0,20)efp.Acceleration=Vector3.new()
  537. efp.Size=NumberSequence.new(7,3)efp.Transparency=NumberSequence.new(0,1)efp.Texture="rbxassetid://111217618"efp.SpreadAngle=Vector2.new(360,360)
  538.  
  539. function Rope(Part1,Position1,Part2,Position2,Length)
  540. local a1=Instance.new("Attachment",Part1)a1.Position=Position1 local a2=Instance.new("Attachment",Part2)a2.Position=Position2
  541. local rope=Instance.new("RopeConstraint",Part1)rope.Attachment0=a1 rope.Attachment1=a2 rope.Length=Length
  542. end
  543. function DoRagdoll(Model)
  544. Model:BreakJoints()
  545. if Model:FindFirstChild("HumanoidRootPart")then Model.HumanoidRootPart:Remove()end
  546. if Model:FindFirstChild("Torso")then
  547. if Model:FindFirstChild("Head")then Rope(Model.Torso,Vector3.new(0,1,0),Model.Head,Vector3.new(0,0,0),1)end
  548. if Model:FindFirstChild("Right Arm")then Rope(Model.Torso,Vector3.new(-1,.5,0),Model["Right Arm"],Vector3.new(0,.5,0),1)end
  549. if Model:FindFirstChild("Left Arm")then Rope(Model.Torso,Vector3.new(1,.5,0),Model["Left Arm"],Vector3.new(0,.5,0),1)end
  550. if Model:FindFirstChild("Right Leg")then Rope(Model.Torso,Vector3.new(-1,-.5,0),Model["Right Leg"],Vector3.new(0,-.5,0),1)end
  551. if Model:FindFirstChild("Left Leg")then Rope(Model.Torso,Vector3.new(1,-.5,0),Model["Left Leg"],Vector3.new(0,.5,0),1)end
  552. end
  553. if Improved then Model:Remove()end
  554. end
  555. function PlayAnimationFromTable(table, speed, bool)
  556. refit()
  557. RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
  558. Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
  559. RW.C0 = clerp(RW.C0, table[3], speed)LW.C0 = clerp(LW.C0, table[4], speed)RH.C0 = clerp(RH.C0, table[5], speed)LH.C0 = clerp(LH.C0, table[6], speed)
  560. if bool then
  561. if resetc1 == false then
  562. resetc1 = true
  563. RootJoint.C1 = RootJoint.C1
  564. Torso.Neck.C1 = Torso.Neck.C1
  565. RW.C1 = rarmc1
  566. LW.C1 = larmc1
  567. RH.C1 = rlegc1
  568. LH.C1 = llegc1
  569. end
  570. end
  571. end
  572. --[[PlayAnimationFromTable({
  573. CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), --torso
  574. CFrame.new(0, 1.5, 0) * CFrame.Angles(0, 0, 0), --head
  575. CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0), --right arm
  576. CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0), --left arm
  577. CFrame.new(.5, -2, 0) * CFrame.Angles(0, 0, 0), --right leg
  578. CFrame.new(-.5, -2, 0) * CFrame.Angles(0, 0, 0), --left leg
  579. },.1,false)]]--
  580. walkW=false walkA=false walkS=false walkD=false local inv=false
  581. local HATE=0 local HATEConsume=false
  582. function FindHumanoid(Part)
  583. local humanoid=nil
  584. if tostring(Part.Parent)~=PL.Name and Part.Parent
  585. then if Part.Parent:FindFirstChildOfClass("Humanoid")~=nil then humanoid=Part.Parent:FindFirstChildOfClass("Humanoid")else if Part.Parent.Parent then if Part.Parent.Parent:FindFirstChildOfClass("Humanoid")and Part.Parent.Parent.Name~=PL.Name then humanoid=Part.Parent.Parent:FindFirstChildOfClass("Humanoid")end end end
  586. end
  587. return humanoid
  588. end rand=math.random
  589. function LossHATE(lose)return true end--if not Improved then if HATE-lose>=0 then HATE=HATE-lose HATEConsume=true return true else print("HATEs not enough")return nil end else return true end end
  590. function LossEnergy(lose)return true end--if Energy-lose>=0 then Energy=Energy-lose EnergyConsume=true return true else print("Energy not enough")return nil end end
  591. Head=PC.Head-- RightArm=PC["Right Arm"]LeftArm=PC["Left Arm"]RightLeg=PC["Light Leg"]
  592. local BODY = {}
  593. for _, c in pairs(PC:GetDescendants()) do
  594. if c:IsA("BasePart") and c.Name ~= "Handle" then
  595. if c ~= RootPart and c ~= Torso and c ~= Head and c ~= RightArm and c ~= LeftArm and c ~= RightLeg and c ~= LeftLeg then
  596. c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  597. end
  598. table.insert(BODY,{c,c.Parent,c.Material,c.Color,c.Transparency})
  599. elseif c:IsA("JointInstance") then
  600. table.insert(BODY,{c,c.Parent,nil,nil,nil})
  601. end
  602. end
  603. for e = 1, #BODY do
  604. if BODY[e] ~= nil then
  605. local STUFF = BODY[e]
  606. local PART = STUFF[1]
  607. local PARENT = STUFF[2]
  608. local MATERIAL = STUFF[3]
  609. local COLOR = STUFF[4]
  610. local TRANSPARENCY = STUFF[5]
  611. if PART.ClassName == "Part" and PART ~= RootPart then
  612. PART.Material = MATERIAL
  613. PART.Color = COLOR
  614. PART.Transparency = not inv and TRANSPARENCY or 1
  615. end
  616. PART.AncestryChanged:Connect(function()
  617. PART.Parent = PARENT
  618. end)
  619. end
  620. end
  621. function refit()
  622. local IT=Instance.new
  623. PC.Parent=script
  624. for e = 1, #BODY do
  625. if BODY[e] ~= nil then
  626. local STUFF = BODY[e]
  627. local PART = STUFF[1]
  628. local PARENT = STUFF[2]
  629. local MATERIAL = STUFF[3]
  630. --local COLOR = STUFF[4]
  631. local TRANSPARENCY = STUFF[5]
  632. if PART.ClassName == "Part" and PART ~= RootPart then
  633. PART.Material = MATERIAL
  634. PART.Color = Color3.new()--COLOR
  635. PART.Transparency = not inv and TRANSPARENCY or 1
  636. end
  637. if PART.Parent ~= PARENT and PART.Parent~=kmodel then
  638. Humanoid:Destroy()
  639. pcall(function()PART.Parent=PARENT end)
  640. Humanoid = IT("Humanoid",PC)
  641. end
  642. end
  643. end
  644. end
  645. Humanoid.Died:connect(refit)
  646. spawn(function()local c=0 local i3=0
  647. while w()do i3=i3+1
  648. b=b-1 if b<0 then b=0 end
  649. local h,p=RayForMovingObj(CFrame.new(main.Position)*CFrame.Angles(math.rad(-90),0,0),7,nil)
  650. if h and b~=0 and i3%3==0 then print("1")
  651. local idk=Instance.new("Part",PC)idk.Size=Vector3.new()idk.Material="Glass"idk.Color=Color3.new(.75)idk.Anchored=true
  652. idk.CFrame=CFrame.new(p)local m=Instance.new("SpecialMesh",idk)m.MeshType="Sphere"m.Scale=Vector3.new(b/100,.05,b/100)*10
  653. spawn(function()wait(5)for i=0,1,.05 do idk.Transparency=i w()end idk:Destroy()end)
  654. end
  655.  
  656. if not Active then
  657. c=c+.05
  658. if walkW or walkA or walkS or walkD then
  659. PlayAnimationFromTable({
  660. CFrame.new(0, 0, 0) * CFrame.Angles(-.2-math.sin(c)/10, 0, 0), --torso
  661. CFrame.new(0, 1.5, 0) * CFrame.Angles(-.3,0, 0), --head
  662. CFrame.new(1.5, 0, -math.sin(-c)/3) * CFrame.Angles(math.sin(-c)/3, 0, 0), --right arm
  663. CFrame.new(-1.5, 0, -math.sin(c)/3) * CFrame.Angles(math.sin(c)/3, 0, 0), --left arm
  664. CFrame.new(.5, -2,-math.sin(c)) * CFrame.Angles(math.sin(c)/1.25,0,0), --right leg
  665. CFrame.new(-.5, -2,-math.sin(-c)) * CFrame.Angles(math.sin(-c)/1.25, 0, 0), --left leg
  666. },.1,false)
  667. else
  668. PlayAnimationFromTable({
  669. CFrame.new(0, math.sin(c)/14, 0) * CFrame.Angles(0, 0, 0), --torso
  670. CFrame.new(0, 1.5, 0) * CFrame.Angles(-.3, 0, 0), --head
  671. CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, math.sin(c)/14+.1), --right arm
  672. CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, -math.sin(c)/14+.1), --left arm
  673. CFrame.new(.5, -2-math.sin(c)/15, 0) * CFrame.Angles(0, 0, 0), --right leg
  674. CFrame.new(-.5, -2-math.sin(c)/15, 0) * CFrame.Angles(0, 0, 0), --left leg
  675. },.1,false)
  676. end
  677. end
  678. end
  679. end)
  680. spawn(function()
  681. local PC=PL.Character
  682. local Phm=nil
  683. if PC:FindFirstChildOfClass("Humanoid")~=nil then Phm=PC:FindFirstChildOfClass("Humanoid")end
  684. while w()do
  685. local HatBroke=(not PC:FindFirstChild"Robloxclassicred"or not PC.Robloxclassicred:FindFirstChild'Part'or not PC.Robloxclassicred.Part:FindFirstChild'Weld')and true or nil
  686. if not inv then
  687. if HatBroke then if PC:FindFirstChild'Robloxclassicred'then PC.Robloxclassicred:Destroy()end
  688. local acc1=Instance.new("Accessory",PC)acc1.Name="Robloxclassicred"acc1.AttachmentForward=Vector3.new(0,0,-1)acc1.AttachmentPos=Vector3.new(0,-0.05,.1)acc1.AttachmentRight=Vector3.new(1)acc1.AttachmentUp=Vector3.new(0,1)
  689. local a1h=Instance.new("Part",acc1)local m=Instance.new("FileMesh",a1h)m.MeshId="rbxassetid://46834172"m.TextureId="rbxassetid://47991609"m.Scale=Vector3.new(1,1,1)*1.05
  690. CreateWeld(a1h,a1h,PC.Head,CFrame.new(8.65838956e-09, 0.0499997139, 0.0997277573, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1),CFrame.new(8.65851391e-09, 0.599999905, -0.000272244215, 1, 7.87137555e-09, 3.02998127e-15, -7.87137555e-09, 1, -4.1444258e-16, -3.02998127e-15, 4.14442554e-16, 1))
  691. end
  692. else if PC:FindFirstChild'Robloxclassicred'then PC.Robloxclassicred:Destroy()end
  693. end
  694. PC.Parent=script
  695. if PC:FindFirstChildOfClass("Humanoid")~=nil then Phm=PC:FindFirstChildOfClass("Humanoid")else Phm=Instance.new("Humanoid",PC)Humanoid=Phm Humanoid.Died:connect(refit)end
  696. workspace.CurrentCamera.CameraSubject=Phm
  697. if PC:FindFirstChildOfClass("ForceField")then PC:FindFirstChildOfClass("ForceField").Visible=false else Instance.new("ForceField",PC)end
  698. Phm.MaxHealth=0/0 Phm.Health=0/0 Phm.PlatformStand=false Phm.Name=""if Stand then Phm.WalkSpeed=0 else Phm.WalkSpeed=10 end Phm.JumpPower=50
  699. if not Murdering then if not Active then Stand=false HATEConsume=false EnergyConsume=false end end
  700. if not Active then ua(PC)end if Improved then HATE=0 elseif HATE<1000 then if not HATEConsume then HATE=HATE+5 end else HATE=1000 end
  701. if Energy<1000 then if not EnergyConsume and not TimeStop then Energy=Energy+2 end end
  702. PL:FindFirstChildOfClass("Backpack"):ClearAllChildren()
  703. local child=PC.Torso:GetChildren()for i=1,#child do if not child[i]:IsA("Motor6D")and not child[i]:IsA("Motor")and not child[i]:IsA("Attachment")then child[i]:Destroy()end end
  704. if PC:FindFirstChild("Left Arm")then local child=PC["Left Arm"]:GetChildren()for i=1,#child do if not child[i]:IsA("Attachment")then child[i]:Destroy()end end end
  705. if PC:FindFirstChild("Left Leg")then local child=PC["Left Leg"]:GetChildren()for i=1,#child do if not child[i]:IsA("Attachment")then child[i]:Destroy()end end end
  706. if PC:FindFirstChild("Right Arm")then local child=PC["Right Arm"]:GetChildren()for i=1,#child do if not child[i]:IsA("Attachment")then child[i]:Destroy()end end end
  707. if PC:FindFirstChild("Right Leg")then local child=PC["Right Leg"]:GetChildren()for i=1,#child do if not child[i]:IsA("Attachment")then child[i]:Destroy()end end end
  708. local child=PC.Head:GetChildren()for i=1,#child do if not child[i]:IsA("SpecialMesh")and not child[i]:IsA("Weld")and not child[i]:IsA("Attachment")and child[i].Name~="face"then child[i]:Destroy()end end
  709. if Target then if Target:FindFirstChild("Torso")or Target:FindFirstChild("UpperTorso")then else cleartarget()end end
  710. bimg.Rotation=bimg.Rotation+3
  711. end
  712. end)
  713.  
  714. local Hold={}
  715. Mouse.KeyDown:connect(function(key)if key=="w"then walkW=true end if key=="s"then walkS=true end if key=="a"then walkA=true end if key=="d"then walkD=true end end)
  716. Mouse.KeyUp:connect(function(key)Hold[key]=nil if key=="w"then walkW=false end if key=="a"then walkA=false end if key=="s"then walkS=false end if key=="d"then walkD=false end end)
  717. Mouse.Button1Down:connect(function()
  718. if not Active then
  719. Active=true
  720. if Target then if Target:FindFirstChild("Torso")then PC.HumanoidRootPart.CFrame=Target.Torso.CFrame*CFrame.new(0,0,2)elseif Target:FindFirstChild("UpperTorso")then PC.HumanoidRootPart.CFrame=Target.UpperTorso.CFrame*CFrame.new(0,0,-2)end end
  721. PlayAnimationFromTable({CFrame.new(0, 0, 0)*CFrame.Angles(0, math.rad(15), 0),
  722. CFrame.new(0, 1.5, 0) * CFrame.Angles(0, 0, 0),
  723. CFrame.new(1.5,.95,-.5) * CFrame.Angles(math.rad(170), 0, 0),
  724. CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),
  725. CFrame.new(.5, -2, 0) * CFrame.Angles(0, 0, 0),
  726. CFrame.new(-.5, -2, 0) * CFrame.Angles(0, 0, 0),
  727. },1,false)
  728. Swing:Play()
  729. local hit=GetHitBox()hit.Touched:connect(function(pt)local humanoid=FindHumanoid(pt)if humanoid then humanoid.Health=nil DoRagdoll(humanoid.Parent)SpreadBlood(pt,humanoid)HitS:Play()end end)
  730. for i=1,15 do
  731. PlayAnimationFromTable({CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 1.5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  732. CFrame.new(1.20000076, -1.90734863e-06, -0.4, 0.777145326, -0.255969048, 0.574913085, 0, 0.913544714, 0.406738311, -0.629321277, -0.316094756, 0.709956944)*CFrame.Angles(1.1,0,0),
  733. CFrame.new(-1.5, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.5, -2, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.5, -2, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)},.3)
  734. MainWeld.C1=CFrame.new(0,0,-.5)*CFrame.Angles(-.9,0,0)w()
  735. end resetmw()
  736. ClearHitBox()
  737. Active=false
  738. end
  739. end)
  740. function kill(part)
  741. if part:IsA("Humanoid")and tostring(part.Parent)~=PL.Name then part.MaxHealth=nil part.Health=nil DoRagdoll(part.Parent)part.Name="Murdered"end
  742. local c=part:GetChildren()for i=1,#c do kill(c[i])end
  743. end
  744. Mouse.KeyDown:connect(function(ky)
  745. Hold[ky]=true
  746. if not Active then
  747. if ky=="t"and Mouse.Target and not inv then
  748. efp:Emit(200)w(2)
  749. RootPart.CFrame=Mouse.Hit+Vector3.new(0,3,0)efp:Emit(200)
  750. elseif ky=="q"then
  751. local obj=Mouse.Target
  752. if obj then
  753. if obj.Anchored then
  754. warn'The Object is anchored!'return
  755. else
  756. local jet=Instance.new("BodyPosition",obj)
  757. while Hold.q and w()do
  758. jet.MaxForce=Vector3.new(10,10,10)*10000000
  759. if Mouse.Target then jet.Position=Mouse.Hit.p end
  760. end jet:Destroy()
  761. end
  762. end
  763. elseif ky=="f"then
  764. while w()and Hold.f do
  765. local was=inv
  766. if not Active and not Hold.q then inv=true else inv=false end
  767. if inv~=was then efp:Emit(50)end
  768. end inv=false efp:Emit(50)
  769. end
  770. end
  771. end)
  772. Humanoid.died:connect(function()script.Disabled=true script:Remove()end)
  773. --Intros!!!
  774. --
  775. Active=1 RootPart.Anchored=1
  776. Humanoid.WalkSpeed=0 w(1)StatModel.Parent=PC
  777. PlayAnimationFromTable({
  778. CFrame.new(0, -512, 0) * CFrame.Angles(0, 0, 0),
  779. CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  780. CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0),
  781. CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),
  782. CFrame.new(.5, -2, 0) * CFrame.Angles(0, 0, 0),
  783. CFrame.new(-.5, -2, 0) * CFrame.Angles(0, 0, 0),
  784. },1,false)
  785. StatPart.CFrame=RootPart.CFrame*CFrame.new(rand(-50,50),0,rand(-50,50))*CFrame.Angles(0,math.rad(rand(360)),0)
  786. StatPart.Anchored=1 RootPart.CFrame=StatPart.CFrame StatModel.Parent=nil
  787. local clockt=game:service'Lighting'.ClockTime
  788. for i=0,math.pi/2,.01 do game:service'Lighting'.ClockTime=lerp(clockt,24,math.sin(i))w()end
  789. StatModel.Parent=PC PL:ClearCharacterAppearance()
  790. spawn(function()Instance.new("Shirt",PC).ShirtTemplate="rbxassetid://803858643"
  791. local f=function(t,id)local m=Instance.new("CharacterMesh",PC)m.BodyPart=t m.MeshId=tostring(id)end
  792. f("LeftLeg",27111857)f("RightLeg",27111882)f("Torso",27111894)f("RightArm",27111864)f("LeftArm",27111419)
  793. for i,p in pairs(PC:children())do if p:IsA"BasePart"then p.Color=Color3.new()end end
  794. local bc=PC:WaitForChild"Body Colors"bc.HeadColor3=Color3.new()bc.LeftArmColor3=Color3.new()bc.RightArmColor3=Color3.new()bc.LeftLegColor3=Color3.new()bc.RightLegColor3=Color3.new()
  795. bc.TorsoColor3=Color3.new()spawn(function()
  796. if PC.Head:FindFirstChild'face'then PC.Head.face:Destroy()end local d=Instance.new("Decal",PC.Head)d.Name="face"d.Face="Front"d.Texture="rbxassetid://875685961"end)
  797. end)
  798. w(30)local music=Instance.new("Sound",PC)music.SoundId="rbxassetid://165278252"music.Looped=1 music:Play()music.Volume=1 w(60)
  799. spawn(function()for i=0,1,.05 do game:service'Lighting'.FogColor=Color3.new()game:service'Lighting'.FogEnd=lerp(game:service'Lighting'.FogEnd,100,.333)w()end end)
  800. local p=Instance.new("ParticleEmitter",StatPart)p.Color=ColorSequence.new(Color3.new(1,.2,.2),Color3.new(1))p.LightEmission=1
  801. p.LightInfluence=0 p.Lifetime=NumberRange.new(3)p.Rate=50 p.Enabled=1 p.Speed=NumberRange.new(0)p.Acceleration=Vector3.new(0,10,0)
  802. p.Size=NumberSequence.new(7,3)p.Transparency=NumberSequence.new(0,1)p.Texture="rbxassetid://111217618"
  803. for i=1,500,3 do p.Rate=i w()end w(30)
  804. spawn(function()p.Lifetime=NumberRange.new(2,5)StatPart.Transparency=1 p.Acceleration=Vector3.new()StatPart.CanCollide=nil StatPart.Anchored=1 local pos=StatPart.CFrame StatPart.Size=Vector3.new()
  805. StatModel:Remove()StatPart.Parent=workspace p.Parent=StatPart StatPart.CFrame=pos p.Enabled=nil p.SpreadAngle=Vector2.new(360,360)p.Speed=NumberRange.new(1,15)w(10)p:Emit(2000)
  806. end)
  807. PlayAnimationFromTable({
  808. CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  809. CFrame.new(0, 1.5, 0) * CFrame.Angles(0, 0, 0),
  810. CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0),
  811. CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),
  812. CFrame.new(.5, -2, 0) * CFrame.Angles(0, 0, 0),
  813. CFrame.new(-.5, -2, 0) * CFrame.Angles(0, 0, 0),
  814. },1,false)Active=nil
  815. local l=Instance.new("PointLight",RootPart)l.Color=Color3.new(1,0,0)l.Range=15
  816. spawn(function()
  817. local b=Instance.new("BillboardGui",RootPart)b.Size=UDim2.new(66.6666,0,2,0)b.StudsOffsetWorldSpace=Vector3.new(0,5,0)
  818. local t=Instance.new("TextLabel",b)t.Text="Guest 666"t.TextStrokeTransparency=0 t.TextColor3=Color3.new(.75)t.TextScaled=1
  819. t.BackgroundTransparency=1 t.Font="Fantasy"
  820. t.Size=UDim2.new(1,0,1,0)local div=300
  821. while w()do
  822. if PC:FindFirstChild'Head'then if PC.Head:FindFirstChild'face'then PC.Head.face.Texture="rbxassetid://1011992280"end end
  823. if inv then t.TextTransparency=1 t.TextStrokeTransparency=1 else t.TextStrokeTransparency=lerp(t.TextStrokeTransparency,0,.05)t.TextTransparency=lerp(t.TextTransparency,0,.05) end
  824. b.StudsOffsetWorldSpace=Vector3.new(math.random(-100,100)/div,5+math.random(-100,100)/div,math.random(-100,100)/div)
  825. end
  826. end)
  827. --]]
Add Comment
Please, Sign In to add comment