Advertisement
zXzGamePROzXz

Guest 666

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