Bendy928443534

Untitled

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