Advertisement
TheYoutuber_Pro

wet

Dec 30th, 2021
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.67 KB | None | 0 0
  1. game.Players.lolboigghh.Character.Head.face.Texture = "rbxassetid://6800234444"
  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,game,owner = owner,game
  4. local RealPlayer = Player
  5. do
  6. print("FE Compatibility code by Mokiros")
  7. local rp = RealPlayer
  8. script.Parent = rp.Character
  9.  
  10. --RemoteEvent for communicating
  11. local Event = Instance.new("RemoteEvent")
  12. Event.Name = "UserInput_Event"
  13.  
  14. --Fake event to make stuff like Mouse.KeyDown work
  15. local function fakeEvent()
  16. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  17. t.connect = t.Connect
  18. return t
  19. end
  20.  
  21. --Creating fake input objects with fake variables
  22. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  23. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  24. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  25. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  26. end}
  27. --Merged 2 functions into one by checking amount of arguments
  28. CAS.UnbindAction = CAS.BindAction
  29.  
  30. --This function will trigger the events that have been :Connect()'ed
  31. local function te(self,ev,...)
  32. local t = m[ev]
  33. if t and t._fakeEvent then
  34. for _,f in pairs(t.Functions) do
  35. f(...)
  36. end
  37. end
  38. end
  39. m.TrigEvent = te
  40. UIS.TrigEvent = te
  41.  
  42. Event.OnServerEvent:Connect(function(plr,io)
  43. if plr~=rp then return end
  44. m.Target = io.Target
  45. m.Hit = io.Hit
  46. if not io.isMouse then
  47. local b = io.UserInputState == Enum.UserInputState.Begin
  48. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  49. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  50. end
  51. for _,t in pairs(CAS.Actions) do
  52. for _,k in pairs(t.Keys) do
  53. if k==io.KeyCode then
  54. t.Function(t.Name,io.UserInputState,io)
  55. end
  56. end
  57. end
  58. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  59. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  60. end
  61. end)
  62. Event.Parent = NLS([==[
  63. local Player = game:GetService("Players").LocalPlayer
  64. local Event = script:WaitForChild("UserInput_Event")
  65.  
  66. local Mouse = Player:GetMouse()
  67. local UIS = game:GetService("UserInputService")
  68. local input = function(io,a)
  69. if a then return end
  70. --Since InputObject is a client-side instance, we create and pass table instead
  71. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  72. end
  73. UIS.InputBegan:Connect(input)
  74. UIS.InputEnded:Connect(input)
  75.  
  76. local h,t
  77. --Give the server mouse data 30 times every second, but only if the values changed
  78. --If player is not moving their mouse, client won't fire events
  79. while wait(1/30) do
  80. if h~=Mouse.Hit or t~=Mouse.Target then
  81. h,t=Mouse.Hit,Mouse.Target
  82. Event:FireServer({isMouse=true,Target=t,Hit=h})
  83. end
  84. end]==],Player.Character)
  85.  
  86. ----Sandboxed game object that allows the usage of client-side methods and services
  87. --Real game object
  88. local _rg = game
  89.  
  90. --Metatable for fake service
  91. local fsmt = {
  92. __index = function(self,k)
  93. local s = rawget(self,"_RealService")
  94. if s then return s[k] end
  95. end,
  96. __newindex = function(self,k,v)
  97. local s = rawget(self,"_RealService")
  98. if s then s[k]=v end
  99. end,
  100. __call = function(self,...)
  101. local s = rawget(self,"_RealService")
  102. if s then return s(...) end
  103. end
  104. }
  105. local function FakeService(t,RealService)
  106. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  107. return setmetatable(t,fsmt)
  108. end
  109.  
  110. --Fake game object
  111. local g = {
  112. GetService = function(self,s)
  113. return self[s]
  114. end,
  115. Players = FakeService({
  116. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  117. },"Players"),
  118. UserInputService = FakeService(UIS,"UserInputService"),
  119. ContextActionService = FakeService(CAS,"ContextActionService"),
  120. }
  121. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  122. g.service = g.GetService
  123.  
  124. g.RunService = FakeService({
  125. RenderStepped = _rg:GetService("RunService").Heartbeat,
  126. BindToRenderStep = function(self,name,_,fun)
  127. self._btrs[name] = self.Heartbeat:Connect(fun)
  128. end,
  129. UnbindFromRenderStep = function(self,name)
  130. self._btrs[name]:Disconnect()
  131. end,
  132. },"RunService")
  133.  
  134. setmetatable(g,{
  135. __index=function(self,s)
  136. return _rg:GetService(s) or typeof(_rg[s])=="function"
  137. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  138. end,
  139. __newindex = fsmt.__newindex,
  140. __call = fsmt.__call
  141. })
  142. --Changing owner to fake player object to support owner:GetMouse()
  143. game,owner = g,g.Players.LocalPlayer
  144. end
  145. --By Rufus14 xDdxDxD
  146. mouse = game.Players.LocalPlayer:GetMouse()
  147. using = false
  148. --Converted with ttyyuu12345's model to script plugin v4
  149. function sandbox(var,func)
  150. local env = getfenv(func)
  151. local newenv = setmetatable({},{
  152. __index = function(self,k)
  153. if k=="script" then
  154. return var
  155. else
  156. return env[k]
  157. end
  158. end,
  159. })
  160. setfenv(func,newenv)
  161. return func
  162. end
  163. cors = {}
  164. mas = Instance.new("Model",game:GetService("Lighting"))
  165. Model0 = Instance.new("Model")
  166. Script1 = Instance.new("Script")
  167. Part2 = Instance.new("Part")
  168. Weld3 = Instance.new("Weld")
  169. Weld4 = Instance.new("Weld")
  170. Weld5 = Instance.new("Weld")
  171. Weld6 = Instance.new("Weld")
  172. Weld7 = Instance.new("Weld")
  173. Weld8 = Instance.new("Weld")
  174. Weld9 = Instance.new("Weld")
  175. Weld10 = Instance.new("Weld")
  176. Weld11 = Instance.new("Weld")
  177. Weld12 = Instance.new("Weld")
  178. Weld13 = Instance.new("Weld")
  179. Weld14 = Instance.new("Weld")
  180. Weld15 = Instance.new("Weld")
  181. Weld16 = Instance.new("Weld")
  182. Weld17 = Instance.new("Weld")
  183. Weld18 = Instance.new("Weld")
  184. Part19 = Instance.new("Part")
  185. Part20 = Instance.new("Part")
  186. Part21 = Instance.new("Part")
  187. Part22 = Instance.new("Part")
  188. Part23 = Instance.new("Part")
  189. Part24 = Instance.new("Part")
  190. Part25 = Instance.new("Part")
  191. Part26 = Instance.new("Part")
  192. Part27 = Instance.new("Part")
  193. Part28 = Instance.new("Part")
  194. Part29 = Instance.new("Part")
  195. Part30 = Instance.new("Part")
  196. Part31 = Instance.new("Part")
  197. Part32 = Instance.new("Part")
  198. Part33 = Instance.new("Part")
  199. Part34 = Instance.new("Part")
  200. Model0.Name = "Katana"
  201. Model0.Parent = mas
  202. Script1.Name = "1"
  203. Script1.Parent = Model0
  204. table.insert(cors,sandbox(Script1,function()
  205. how = 1
  206. for i,v in pairs(script.Parent:GetChildren()) do
  207. v.Name = how
  208. how = how + 1
  209. for q,w in pairs(v:GetChildren()) do
  210. w.Name = how
  211. how = how + 1
  212. end
  213. end
  214. end))
  215. Part2.Name = "2"
  216. Part2.Parent = Model0
  217. Part2.Material = Enum.Material.Metal
  218. Part2.BrickColor = BrickColor.new("Rust")
  219. Part2.Rotation = Vector3.new(174.800003, -43.1199989, 104.489998)
  220. Part2.Size = Vector3.new(0.0500000007, 0.0700000003, 0.200000107)
  221. Part2.CFrame = CFrame.new(7.61394024, 1.68914151, 28.8409805, -0.182644248, -0.706716537, -0.683516026, -0.948710799, 0.309157223, -0.0661422908, 0.258057326, 0.636377871, -0.726932526)
  222. Part2.Color = Color3.new(0.560784, 0.298039, 0.164706)
  223. Part2.Position = Vector3.new(7.61394024, 1.68914151, 28.8409805)
  224. Part2.Orientation = Vector3.new(3.78999996, -136.759995, -71.9499969)
  225. Part2.Color = Color3.new(0.560784, 0.298039, 0.164706)
  226. Weld3.Name = "3"
  227. Weld3.Parent = Part2
  228. Weld3.C0 = CFrame.new(-0.624299288, -1.20320392, -0.111661673, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  229. Weld3.Part0 = Part2
  230. Weld3.Part1 = Part25
  231. Weld4.Name = "4"
  232. Weld4.Parent = Part2
  233. Weld4.C0 = CFrame.new(-0.633573651, 4.76224995, 0.00796699524, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  234. Weld4.Part0 = Part2
  235. Weld4.Part1 = Part31
  236. Weld5.Name = "5"
  237. Weld5.Parent = Part2
  238. Weld5.C0 = CFrame.new(-0.753573596, 5.00227404, 0.00796699524, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  239. Weld5.Part0 = Part2
  240. Weld5.Part1 = Part28
  241. Weld6.Name = "6"
  242. Weld6.Parent = Part2
  243. Weld6.C0 = CFrame.new(-0.668573618, 4.84224367, 0.00796699524, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  244. Weld6.Part0 = Part2
  245. Weld6.Part1 = Part30
  246. Weld7.Name = "7"
  247. Weld7.Parent = Part2
  248. Weld7.C0 = CFrame.new(-0.624299347, -0.813958466, -0.111661673, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  249. Weld7.Part0 = Part2
  250. Weld7.Part1 = Part24
  251. Weld8.Name = "8"
  252. Weld8.Parent = Part2
  253. Weld8.C0 = CFrame.new(-0.813573599, 5.08226967, 0.00796699524, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  254. Weld8.Part0 = Part2
  255. Weld8.Part1 = Part27
  256. Weld9.Name = "9"
  257. Weld9.Parent = Part2
  258. Weld9.C0 = CFrame.new(-0.624299347, -0.372724652, 0.137594938, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  259. Weld9.Part0 = Part2
  260. Weld9.Part1 = Part22
  261. Weld10.Name = "10"
  262. Weld10.Parent = Part2
  263. Weld10.C0 = CFrame.new(-0.624299347, -0.794195056, 0.137594938, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  264. Weld10.Part0 = Part2
  265. Weld10.Part1 = Part21
  266. Weld11.Name = "11"
  267. Weld11.Parent = Part2
  268. Weld11.C0 = CFrame.new(-0.624299347, -1.18344116, 0.137594938, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  269. Weld11.Part0 = Part2
  270. Weld11.Part1 = Part20
  271. Weld12.Name = "12"
  272. Weld12.Parent = Part2
  273. Weld12.C0 = CFrame.new(-0.624299347, -0.392485619, -0.111661673, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  274. Weld12.Part0 = Part2
  275. Weld12.Part1 = Part23
  276. Weld13.Name = "13"
  277. Weld13.Parent = Part2
  278. Weld13.C0 = CFrame.new(-0.633573651, 2.38222027, 0.0079665184, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  279. Weld13.Part0 = Part2
  280. Weld13.Part1 = Part32
  281. Weld14.Name = "14"
  282. Weld14.Parent = Part2
  283. Weld14.C0 = CFrame.new(-0.708573639, 4.92227697, 0.00796699524, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  284. Weld14.Part0 = Part2
  285. Weld14.Part1 = Part29
  286. Weld15.Name = "15"
  287. Weld15.Parent = Part2
  288. Weld15.C0 = CFrame.new(-0.858573616, 5.16230297, 0.00796699524, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  289. Weld15.Part0 = Part2
  290. Weld15.Part1 = Part26
  291. Weld16.Name = "16"
  292. Weld16.Parent = Part2
  293. Weld16.C0 = CFrame.new(-0.633573651, -0.777779102, 0.0105156898, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  294. Weld16.Part0 = Part2
  295. Weld16.Part1 = Part34
  296. Weld17.Name = "17"
  297. Weld17.Parent = Part2
  298. Weld17.C0 = CFrame.new(-0.728573561, 0.00222086906, 0.0184280872, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  299. Weld17.Part0 = Part2
  300. Weld17.Part1 = Part33
  301. Weld18.Name = "18"
  302. Weld18.Parent = Part2
  303. Weld18.C0 = CFrame.new(-0.0485734642, 0, 0.0199999809, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  304. Weld18.Part0 = Part2
  305. Weld18.Part1 = Part19
  306. Part19.Name = "19"
  307. Part19.Parent = Model0
  308. Part19.Material = Enum.Material.Metal
  309. Part19.BrickColor = BrickColor.new("Rust")
  310. Part19.Rotation = Vector3.new(174.800003, -43.1199989, 104.489998)
  311. Part19.Size = Vector3.new(0.0500000007, 0.0700000003, 0.340000063)
  312. Part19.CFrame = CFrame.new(7.60914183, 1.73390079, 28.8139076, -0.182644248, -0.706716537, -0.683516026, -0.948710799, 0.309157223, -0.0661422908, 0.258057326, 0.636377871, -0.726932526)
  313. Part19.Color = Color3.new(0.560784, 0.298039, 0.164706)
  314. Part19.Position = Vector3.new(7.60914183, 1.73390079, 28.8139076)
  315. Part19.Orientation = Vector3.new(3.78999996, -136.759995, -71.9499969)
  316. Part19.Color = Color3.new(0.560784, 0.298039, 0.164706)
  317. Part20.Name = "20"
  318. Part20.Parent = Model0
  319. Part20.BrickColor = BrickColor.new("Mid gray")
  320. Part20.Rotation = Vector3.new(174.800003, -43.1199989, 104.489998)
  321. Part20.Size = Vector3.new(0.394296169, 0.22827673, 0.0518810749)
  322. Part20.CFrame = CFrame.new(8.47027397, 1.90645087, 27.8267384, -0.182644248, -0.706716537, -0.683516026, -0.948710799, 0.309157223, -0.0661422908, 0.258057326, 0.636377871, -0.726932526)
  323. Part20.Color = Color3.new(0.803922, 0.803922, 0.803922)
  324. Part20.Position = Vector3.new(8.47027397, 1.90645087, 27.8267384)
  325. Part20.Orientation = Vector3.new(3.78999996, -136.759995, -71.9499969)
  326. Part20.Color = Color3.new(0.803922, 0.803922, 0.803922)
  327. Part21.Name = "21"
  328. Part21.Parent = Model0
  329. Part21.BrickColor = BrickColor.new("Mid gray")
  330. Part21.Rotation = Vector3.new(174.800003, -43.1199989, 104.489998)
  331. Part21.Size = Vector3.new(0.394296169, 0.22827673, 0.0518810749)
  332. Part21.CFrame = CFrame.new(8.19518757, 2.02678919, 28.0744457, -0.182644248, -0.706716537, -0.683516026, -0.948710799, 0.309157223, -0.0661422908, 0.258057326, 0.636377871, -0.726932526)
  333. Part21.Color = Color3.new(0.803922, 0.803922, 0.803922)
  334. Part21.Position = Vector3.new(8.19518757, 2.02678919, 28.0744457)
  335. Part21.Orientation = Vector3.new(3.78999996, -136.759995, -71.9499969)
  336. Part21.Color = Color3.new(0.803922, 0.803922, 0.803922)
  337. Part22.Name = "22"
  338. Part22.Parent = Model0
  339. Part22.BrickColor = BrickColor.new("Mid gray")
  340. Part22.Rotation = Vector3.new(174.800003, -43.1199989, 104.489998)
  341. Part22.Size = Vector3.new(0.394296169, 0.22827673, 0.0518810749)
  342. Part22.CFrame = CFrame.new(7.89732742, 2.15708971, 28.342659, -0.182644248, -0.706716537, -0.683516026, -0.948710799, 0.309157223, -0.0661422908, 0.258057326, 0.636377871, -0.726932526)
  343. Part22.Color = Color3.new(0.803922, 0.803922, 0.803922)
  344. Part22.Position = Vector3.new(7.89732742, 2.15708971, 28.342659)
  345. Part22.Orientation = Vector3.new(3.78999996, -136.759995, -71.9499969)
  346. Part22.Color = Color3.new(0.803922, 0.803922, 0.803922)
  347. Part23.Name = "23"
  348. Part23.Parent = Model0
  349. Part23.BrickColor = BrickColor.new("Mid gray")
  350. Part23.Rotation = Vector3.new(174.800003, -43.1199989, 104.489998)
  351. Part23.Size = Vector3.new(0.394296169, 0.22827673, 0.0518810749)
  352. Part23.CFrame = CFrame.new(8.08166313, 2.16746688, 28.5112762, -0.182644248, -0.706716537, -0.683516026, -0.948710799, 0.309157223, -0.0661422908, 0.258057326, 0.636377871, -0.726932526)
  353. Part23.Color = Color3.new(0.803922, 0.803922, 0.803922)
  354. Part23.Position = Vector3.new(8.08166313, 2.16746688, 28.5112762)
  355. Part23.Orientation = Vector3.new(3.78999996, -136.759995, -71.9499969)
  356. Part23.Color = Color3.new(0.803922, 0.803922, 0.803922)
  357. Part24.Name = "24"
  358. Part24.Parent = Model0
  359. Part24.BrickColor = BrickColor.new("Mid gray")
  360. Part24.Rotation = Vector3.new(174.800003, -43.1199989, 104.489998)
  361. Part24.Size = Vector3.new(0.394296169, 0.22827673, 0.0518810749)
  362. Part24.CFrame = CFrame.new(8.37952518, 2.0371654, 28.2430611, -0.182644248, -0.706716537, -0.683516026, -0.948710799, 0.309157223, -0.0661422908, 0.258057326, 0.636377871, -0.726932526)
  363. Part24.Color = Color3.new(0.803922, 0.803922, 0.803922)
  364. Part24.Position = Vector3.new(8.37952518, 2.0371654, 28.2430611)
  365. Part24.Orientation = Vector3.new(3.78999996, -136.759995, -71.9499969)
  366. Part24.Color = Color3.new(0.803922, 0.803922, 0.803922)
  367. Part25.Name = "25"
  368. Part25.Parent = Model0
  369. Part25.BrickColor = BrickColor.new("Mid gray")
  370. Part25.Rotation = Vector3.new(174.800003, -43.1199989, 104.489998)
  371. Part25.Size = Vector3.new(0.394296169, 0.22827673, 0.0518810749)
  372. Part25.CFrame = CFrame.new(8.65461159, 1.91682744, 27.9953537, -0.182644248, -0.706716537, -0.683516026, -0.948710799, 0.309157223, -0.0661422908, 0.258057326, 0.636377871, -0.726932526)
  373. Part25.Color = Color3.new(0.803922, 0.803922, 0.803922)
  374. Part25.Position = Vector3.new(8.65461159, 1.91682744, 27.9953537)
  375. Part25.Orientation = Vector3.new(3.78999996, -136.759995, -71.9499969)
  376. Part25.Color = Color3.new(0.803922, 0.803922, 0.803922)
  377. Part26.Name = "26"
  378. Part26.Parent = Model0
  379. Part26.Material = Enum.Material.SmoothPlastic
  380. Part26.BrickColor = BrickColor.new("Institutional white")
  381. Part26.Reflectance = 0.80000001192093
  382. Part26.Rotation = Vector3.new(174.800003, -43.1199989, 104.489998)
  383. Part26.Size = Vector3.new(0.0500000007, 0.0799999982, 0.0500000007)
  384. Part26.CFrame = CFrame.new(4.11702347, 4.09911585, 31.8988037, -0.182644248, -0.706716537, -0.683516026, -0.948710799, 0.309157223, -0.0661422908, 0.258057326, 0.636377871, -0.726932526)
  385. Part26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  386. Part26.Position = Vector3.new(4.11702347, 4.09911585, 31.8988037)
  387. Part26.Orientation = Vector3.new(3.78999996, -136.759995, -71.9499969)
  388. Part26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  389. Part27.Name = "27"
  390. Part27.Parent = Model0
  391. Part27.Material = Enum.Material.SmoothPlastic
  392. Part27.BrickColor = BrickColor.new("Institutional white")
  393. Part27.Reflectance = 0.80000001192093
  394. Part27.Rotation = Vector3.new(174.800003, -43.1199989, 104.489998)
  395. Part27.Size = Vector3.new(0.139999971, 0.0799999982, 0.0500000007)
  396. Part27.CFrame = CFrame.new(4.16536522, 4.03168106, 31.8594837, -0.182644248, -0.706716537, -0.683516026, -0.948710799, 0.309157223, -0.0661422908, 0.258057326, 0.636377871, -0.726932526)
  397. Part27.Color = Color3.new(0.972549, 0.972549, 0.972549)
  398. Part27.Position = Vector3.new(4.16536522, 4.03168106, 31.8594837)
  399. Part27.Orientation = Vector3.new(3.78999996, -136.759995, -71.9499969)
  400. Part27.Color = Color3.new(0.972549, 0.972549, 0.972549)
  401. Part28.Name = "28"
  402. Part28.Parent = Model0
  403. Part28.Material = Enum.Material.SmoothPlastic
  404. Part28.BrickColor = BrickColor.new("Institutional white")
  405. Part28.Reflectance = 0.80000001192093
  406. Part28.Rotation = Vector3.new(174.800003, -43.1199989, 104.489998)
  407. Part28.Size = Vector3.new(0.25999999, 0.0799999982, 0.0500000007)
  408. Part28.CFrame = CFrame.new(4.21094084, 3.95002723, 31.8240604, -0.182644248, -0.706716537, -0.683516026, -0.948710799, 0.309157223, -0.0661422908, 0.258057326, 0.636377871, -0.726932526)
  409. Part28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  410. Part28.Position = Vector3.new(4.21094084, 3.95002723, 31.8240604)
  411. Part28.Orientation = Vector3.new(3.78999996, -136.759995, -71.9499969)
  412. Part28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  413. Part29.Name = "29"
  414. Part29.Parent = Model0
  415. Part29.Material = Enum.Material.SmoothPlastic
  416. Part29.BrickColor = BrickColor.new("Institutional white")
  417. Part29.Reflectance = 0.80000001192093
  418. Part29.Rotation = Vector3.new(174.800003, -43.1199989, 104.489998)
  419. Part29.Size = Vector3.new(0.349999994, 0.0799999982, 0.0500000007)
  420. Part29.CFrame = CFrame.new(4.25925732, 3.88260341, 31.7847652, -0.182644248, -0.706716537, -0.683516026, -0.948710799, 0.309157223, -0.0661422908, 0.258057326, 0.636377871, -0.726932526)
  421. Part29.Color = Color3.new(0.972549, 0.972549, 0.972549)
  422. Part29.Position = Vector3.new(4.25925732, 3.88260341, 31.7847652)
  423. Part29.Orientation = Vector3.new(3.78999996, -136.759995, -71.9499969)
  424. Part29.Color = Color3.new(0.972549, 0.972549, 0.972549)
  425. Part30.Name = "30"
  426. Part30.Parent = Model0
  427. Part30.Material = Enum.Material.SmoothPlastic
  428. Part30.BrickColor = BrickColor.new("Institutional white")
  429. Part30.Reflectance = 0.80000001192093
  430. Part30.Rotation = Vector3.new(174.800003, -43.1199989, 104.489998)
  431. Part30.Size = Vector3.new(0.429999977, 0.0799999982, 0.0500000007)
  432. Part30.CFrame = CFrame.new(4.30851221, 3.8199122, 31.7441559, -0.182644248, -0.706716537, -0.683516026, -0.948710799, 0.309157223, -0.0661422908, 0.258057326, 0.636377871, -0.726932526)
  433. Part30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  434. Part30.Position = Vector3.new(4.30851221, 3.8199122, 31.7441559)
  435. Part30.Orientation = Vector3.new(3.78999996, -136.759995, -71.9499969)
  436. Part30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  437. Part31.Name = "31"
  438. Part31.Parent = Model0
  439. Part31.Material = Enum.Material.SmoothPlastic
  440. Part31.BrickColor = BrickColor.new("Institutional white")
  441. Part31.Reflectance = 0.80000001192093
  442. Part31.Rotation = Vector3.new(174.800003, -43.1199989, 104.489998)
  443. Part31.Size = Vector3.new(0.5, 0.0799999982, 0.0500000007)
  444. Part31.CFrame = CFrame.new(4.35865259, 3.76197672, 31.702282, -0.182644248, -0.706716537, -0.683516026, -0.948710799, 0.309157223, -0.0661422908, 0.258057326, 0.636377871, -0.726932526)
  445. Part31.Color = Color3.new(0.972549, 0.972549, 0.972549)
  446. Part31.Position = Vector3.new(4.35865259, 3.76197672, 31.702282)
  447. Part31.Orientation = Vector3.new(3.78999996, -136.759995, -71.9499969)
  448. Part31.Color = Color3.new(0.972549, 0.972549, 0.972549)
  449. Part32.Name = "32"
  450. Part32.Parent = Model0
  451. Part32.Material = Enum.Material.SmoothPlastic
  452. Part32.BrickColor = BrickColor.new("Institutional white")
  453. Part32.Reflectance = 0.80000001192093
  454. Part32.Rotation = Vector3.new(174.800003, -43.1199989, 104.489998)
  455. Part32.Size = Vector3.new(0.5, 4.68000031, 0.0500000007)
  456. Part32.CFrame = CFrame.new(6.04065943, 3.02617335, 30.1876831, -0.182644248, -0.706716537, -0.683516026, -0.948710799, 0.309157223, -0.0661422908, 0.258057326, 0.636377871, -0.726932526)
  457. Part32.Color = Color3.new(0.972549, 0.972549, 0.972549)
  458. Part32.Position = Vector3.new(6.04065943, 3.02617335, 30.1876831)
  459. Part32.Orientation = Vector3.new(3.78999996, -136.759995, -71.9499969)
  460. Part32.Color = Color3.new(0.972549, 0.972549, 0.972549)
  461. Part33.Name = "33"
  462. Part33.Parent = Model0
  463. Part33.Material = Enum.Material.Metal
  464. Part33.BrickColor = BrickColor.new("Rust")
  465. Part33.Rotation = Vector3.new(174.800003, -43.1199989, 104.489998)
  466. Part33.Size = Vector3.new(1.31000018, 0.0700000003, 0.5)
  467. Part33.CFrame = CFrame.new(7.73284435, 2.37981486, 28.6409836, -0.182644248, -0.706716537, -0.683516026, -0.948710799, 0.309157223, -0.0661422908, 0.258057326, 0.636377871, -0.726932526)
  468. Part33.Color = Color3.new(0.560784, 0.298039, 0.164706)
  469. Part33.Position = Vector3.new(7.73284435, 2.37981486, 28.6409836)
  470. Part33.Orientation = Vector3.new(3.78999996, -136.759995, -71.9499969)
  471. Part33.Color = Color3.new(0.560784, 0.298039, 0.164706)
  472. Part34.Name = "34"
  473. Part34.Parent = Model0
  474. Part34.BrickColor = BrickColor.new("Black")
  475. Part34.Rotation = Vector3.new(174.800003, -43.1199989, 104.489998)
  476. Part34.Size = Vector3.new(0.518810749, 1.55643225, 0.238810867)
  477. Part34.CFrame = CFrame.new(8.2721405, 2.04906797, 28.1748772, -0.182644248, -0.706716537, -0.683516026, -0.948710799, 0.309157223, -0.0661422908, 0.258057326, 0.636377871, -0.726932526)
  478. Part34.Color = Color3.new(0.105882, 0.164706, 0.207843)
  479. Part34.Position = Vector3.new(8.2721405, 2.04906797, 28.1748772)
  480. Part34.Orientation = Vector3.new(3.78999996, -136.759995, -71.9499969)
  481. Part34.Color = Color3.new(0.105882, 0.164706, 0.207843)
  482. local weld = Instance.new("Weld", Part34)
  483. weld.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  484. weld.Part1 = Part34
  485. weld.C0 = CFrame.new(-0.131607056, -0.861706018, -0.131599426, 0.0869438723, -0.0199763775, 0.996020675, -0.99057883, 0.104452573, 0.0885638446, -0.105806068, -0.994336903, -0.0107065737)
  486. for i,v in pairs(mas:GetChildren()) do
  487. v.Parent = game:GetService("Players").LocalPlayer.Character
  488. pcall(function() v:MakeJoints() end)
  489. end
  490. mas:Destroy()
  491. for i,v in pairs(cors) do
  492. spawn(function()
  493. pcall(v)
  494. end)
  495. end
  496. for i,v in pairs(Model0:GetChildren()) do
  497. if v.ClassName == "Part" then
  498. v.CanCollide = false
  499. end
  500. end
  501. cut = Instance.new("Sound", game.Players.lolboigghh.Character.Head)
  502. cut.Volume = 0.8
  503. cut.SoundId = "rbxassetid://5766279490"
  504. cut.PlaybackSpeed = 1
  505. swoosh = Instance.new("Sound", game.Players.lolboigghh.Character.Head)
  506. swoosh.Volume = 0.6
  507. swoosh.SoundId = "rbxassetid://1112042117"
  508. swingvar = 2
  509. function swing(key)
  510. key = key:lower()
  511. if key == "q" and not using then
  512. using = true
  513. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  514. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  515. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  516. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  517. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  518. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) * CFrame.new(0,-0.5,0)
  519. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  520. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  521. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  522. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  523. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  524. lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-0.5,0)
  525. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  526. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  527. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  528. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  529. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  530. for i = 0,1 , 0.05 do
  531. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.92737198, 0.408026218, 1.90734863e-06, 0.469482929, -0.882941604, -8.96576978e-07, 0.882941544, 0.469482958, -3.59054434e-06, 3.59116825e-06, 8.94074446e-07, 1),i)
  532. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.98882294, 0.388510704, 9.53674316e-07, 0.342025071, 0.939690828, -4.80705921e-07, -0.939690948, 0.342025042, -1.72900252e-06, -1.46031448e-06, 1.04307708e-06, 1),i)
  533. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.587758601, 1.15672937e-20, -0.809038699, 2.4140439e-20, 1, 2.43521972e-20, 0.809038699, -4.40457133e-20, 0.587758601),i)
  534. weld.C0 = weld.C0:lerp(CFrame.new(-0.0554443598, -0.799102783, -0.347240448, -0.953667462, -0.238339514, 0.183610499, -0.298163414, 0.830273509, -0.470897645, -0.040213421, -0.503825665, -0.862868845),i)
  535. game:GetService("RunService").RenderStepped:wait()
  536. end
  537. swoosh.PlaybackSpeed = 2
  538. swoosh:Play()
  539. local sensorpart = Instance.new("Part", Model0)
  540. sensorpart.Size = Vector3.new(1,1,1)
  541. sensorpart.Transparency = 1
  542. sensorpart:BreakJoints()
  543. sensorpart.CanCollide = false
  544. local weld1 = Instance.new("Weld", sensorpart)
  545. weld1.Part0 = sensorpart
  546. weld1.Part1 = Part28
  547. local function kill(part)
  548. sensorpart:destroy()
  549. local humanoid = part.Parent:findFirstChild("Humanoid")
  550. local uppertorso = part.Parent:findFirstChild("UpperTorso")
  551. if humanoid then
  552. if uppertorso then
  553. local aah = Instance.new("Sound", humanoid.Parent.Head)
  554. if aah then
  555. aah.Volume = 1
  556. local aahmath = math.random(1,8)
  557. if aahmath == 2 then
  558. aah.SoundId = "rbxassetid://7259144591"
  559. aah:Play()
  560. end
  561. if aahmath == 3 then
  562. aah.SoundId = "rbxassetid://3535031732"
  563. aah.TimePosition = 0.3
  564. aah:Play()
  565. end
  566. if aahmath == 4 then
  567. aah.SoundId = "rbxassetid://3154959824"
  568. aah:Play()
  569. end
  570. if aahmath == 5 then
  571. aah.SoundId = "rbxassetid://7259201425"
  572. aah:Play()
  573. end
  574. if aahmath == 6 then
  575. aah.SoundId = "rbxassetid://6341311058"
  576. aah.TimePosition = 2.5
  577. aah:Play()
  578. end
  579. if aahmath == 7 then
  580. aah.SoundId = "rbxassetid://4774445115"
  581. aah.TimePosition = 1.3
  582. aah:Play()
  583. end
  584. if aahmath == 8 then
  585. aah.SoundId = "rbxassetid://7259144591"
  586. aah.TimePosition = 1.4
  587. aah:Play()
  588. end
  589. end
  590. cut:Play()
  591. humanoid.PlatformStand = true
  592. humanoid.WalkSpeed = 0
  593. humanoid.JumpPower = 0
  594. wait(4)
  595. humanoid.Health = 0
  596. else
  597. local aah = Instance.new("Sound", humanoid.Parent.Head)
  598. if aah then
  599. aah.Volume = 1
  600. local aahmath = math.random(2,8)
  601. if aahmath == 2 then
  602. aah.SoundId = "rbxassetid://7259144591"
  603. aah:Play()
  604. end
  605. if aahmath == 3 then
  606. aah.SoundId = "rbxassetid://3535031732"
  607. aah.TimePosition = 0.3
  608. aah:Play()
  609. end
  610. if aahmath == 4 then
  611. aah.SoundId = "rbxassetid://3154959824"
  612. aah:Play()
  613. end
  614. if aahmath == 5 then
  615. aah.SoundId = "rbxassetid://7259201425"
  616. aah:Play()
  617. end
  618. if aahmath == 6 then
  619. aah.SoundId = "rbxassetid://6341311058"
  620. aah.TimePosition = 2.5
  621. aah:Play()
  622. end
  623. if aahmath == 7 then
  624. aah.SoundId = "rbxassetid://4774445115"
  625. aah.TimePosition = 1.3
  626. aah:Play()
  627. end
  628. if aahmath == 8 then
  629. aah.SoundId = "rbxassetid://7259144591"
  630. aah.TimePosition = 1.4
  631. aah:Play()
  632. end
  633. end
  634.  
  635. if humanoid.Parent:findFirstChild("Health") then
  636. humanoid.Parent.Health:Remove()
  637. humanoid.Health = 0.01
  638. end
  639. if humanoid.Parent:findFirstChild("Torso") then
  640. humanoid.Parent.Torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 35
  641. for i,v in pairs(humanoid.Parent.Torso:GetChildren()) do
  642. if v.ClassName == "Motor6D" then
  643. if v.Name == "Neck" then
  644.  
  645. else
  646. v:destroy()
  647. end
  648. end
  649. end
  650. end
  651. humanoid.WalkSpeed = 0
  652. humanoid.JumpPower = 0
  653. humanoid.PlatformStand = true
  654. if humanoid.Parent:findFirstChild("Right Arm") then
  655. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  656. attachment.Position = Vector3.new(1, 1, 0)
  657. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  658. ball.Attachment0 = humanoid.Parent["Right Arm"].RightShoulderAttachment
  659. ball.Attachment1 = attachment
  660. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  661. collidepartofleftleg.Name = "Bone"
  662. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  663. collidepartofleftleg.Transparency = 1
  664. collidepartofleftleg:BreakJoints()
  665. local weeld = Instance.new("Weld", collidepartofleftleg)
  666. weeld.Part0 = humanoid.Parent["Right Arm"]
  667. weeld.Part1 = collidepartofleftleg
  668. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  669. end
  670. if humanoid.Parent:findFirstChild("Left Arm") then
  671. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  672. attachment.Position = Vector3.new(1, 1, 0)
  673. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  674. ball.Attachment0 = humanoid.Parent.Torso.LeftCollarAttachment
  675. ball.Attachment1 = humanoid.Parent["Left Arm"].LeftShoulderAttachment
  676. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  677. collidepartofleftleg.Name = "Bone"
  678. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  679. collidepartofleftleg.Transparency = 1
  680. collidepartofleftleg:BreakJoints()
  681. local weeld = Instance.new("Weld", collidepartofleftleg)
  682. weeld.Part0 = humanoid.Parent["Left Arm"]
  683. weeld.Part1 = collidepartofleftleg
  684. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  685. end
  686. if humanoid.Parent:findFirstChild("Right Leg") then
  687. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  688. attachment.Position = Vector3.new(0.5, -1, 0)
  689. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  690. ball.Attachment0 = humanoid.Parent["Right Leg"].RightFootAttachment
  691. ball.Attachment1 = attachment
  692. humanoid.Parent["Right Leg"].RightFootAttachment.Position = Vector3.new(0, 1, 0)
  693. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  694. collidepartofleftleg.Name = "Bone"
  695. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  696. collidepartofleftleg.Transparency = 1
  697. collidepartofleftleg:BreakJoints()
  698. local weeld = Instance.new("Weld", collidepartofleftleg)
  699. weeld.Part0 = humanoid.Parent["Right Leg"]
  700. weeld.Part1 = collidepartofleftleg
  701. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  702. end
  703. if humanoid.Parent:findFirstChild("Left Leg") then
  704. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  705. attachment.Position = Vector3.new(-0.5, -1, 0)
  706. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  707. ball.Attachment0 = humanoid.Parent["Left Leg"].LeftFootAttachment
  708. ball.Attachment1 = attachment
  709. humanoid.Parent["Left Leg"].LeftFootAttachment.Position = Vector3.new(0, 1, 0)
  710. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  711. collidepartofleftleg.Name = "Bone"
  712. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  713. collidepartofleftleg.Transparency = 1
  714. collidepartofleftleg:BreakJoints()
  715. local weeld = Instance.new("Weld", collidepartofleftleg)
  716. weeld.Part0 = humanoid.Parent["Left Leg"]
  717. weeld.Part1 = collidepartofleftleg
  718. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  719. end
  720. if humanoid.Parent:findFirstChild("Head") then
  721. local attachment = Instance.new("Attachment", humanoid.Parent.Head)
  722. attachment.Position = Vector3.new(0, -0.5, 0)
  723. humanoid.Parent.Torso.NeckAttachment.Visible = false
  724. humanoid.Parent.Torso.NeckAttachment.Position = humanoid.Parent.Torso.NeckAttachment.Position + Vector3.new(0,0,0)
  725. local ball = Instance.new("HingeConstraint", humanoid.Parent)
  726. ball.Attachment0 = humanoid.Parent.Torso.NeckAttachment
  727. ball.Attachment1 = attachment
  728. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  729. collidepartofleftleg.Name = "Bone"
  730. collidepartofleftleg.Size = Vector3.new(0.5,0.3,0.5)
  731. collidepartofleftleg.Transparency = 1
  732. collidepartofleftleg:BreakJoints()
  733. local weeld = Instance.new("Weld", collidepartofleftleg)
  734. weeld.Part0 = collidepartofleftleg
  735. weeld.Part1 = humanoid.Parent["Head"]
  736. humanoid.Parent.Torso.Neck:destroy()
  737. end
  738. if humanoid.Parent:findFirstChild("Head") then
  739. local aah = Instance.new("Sound", humanoid.Parent.Head)
  740. if aah then
  741. aah.Volume = 1
  742. local aahmath = math.random(2,8)
  743. if aahmath == 2 then
  744. aah.SoundId = "rbxassetid://7259144591"
  745. aah:Play()
  746. end
  747. if aahmath == 3 then
  748. aah.SoundId = "rbxassetid://3535031732"
  749. aah.TimePosition = 0.3
  750. aah:Play()
  751. end
  752. if aahmath == 4 then
  753. aah.SoundId = "rbxassetid://3154959824"
  754. aah:Play()
  755. end
  756. if aahmath == 5 then
  757. aah.SoundId = "rbxassetid://7259201425"
  758. aah:Play()
  759. end
  760. if aahmath == 6 then
  761. aah.SoundId = "rbxassetid://6341311058"
  762. aah.TimePosition = 2.5
  763. aah:Play()
  764. end
  765. if aahmath == 7 then
  766. aah.SoundId = "rbxassetid://4774445115"
  767. aah.TimePosition = 1.3
  768. aah:Play()
  769. end
  770. if aahmath == 8 then
  771. aah.SoundId = "rbxassetid://7259144591"
  772. aah.TimePosition = 1.4
  773. aah:Play()
  774. end
  775. end
  776. humanoid.Name = "AAAAAAAAAAAAAAAAAA"
  777. wait(10)
  778. for i,v in pairs(humanoid.Parent:GetChildren()) do
  779. if v.ClassName == "Part" then
  780. v:destroy()
  781. end
  782. end
  783. end
  784. end
  785. end
  786. end
  787. sensorpart.Touched:connect(kill)
  788. for i = 0,1 , 0.05 do
  789. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(2.05211639, 0.447865009, 0.0767602921, 0.0932039917, -0.99485594, -0.0397753119, 0.995646775, 0.0930992812, 0.00447211368, -0.000746052712, -0.0400190353, 0.999202371),i)
  790. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.98882294, 0.388510704, 9.53674316e-07, 0.342025071, 0.939690828, -4.80705921e-07, -0.939690948, 0.342025042, -1.72900252e-06, -1.46031448e-06, 1.04307708e-06, 1),i)
  791. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.0698219836, -9.44441736e-20, 0.99756825, 2.59615598e-19, 1, 7.09390093e-20, -0.99756825, 2.42463181e-19, 0.0698219836),i)
  792. weld.C0 = weld.C0:lerp(CFrame.new(-0.0156505108, -0.474849701, -0.0771579742, -0.953670561, 0.300256163, -0.0189393815, -0.29815343, -0.951653183, -0.0738969296, -0.040211726, -0.0648264885, 0.997086108),i)
  793. game:GetService("RunService").RenderStepped:wait()
  794. end
  795. sensorpart:destroy()
  796. for i = 0,0.6 , 0.03 do
  797. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-0.5,0),i)
  798. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0),i)
  799. weld.C0 = weld.C0:lerp(CFrame.new(-0.131607056, -0.861706018, -0.131599426, 0.0869438723, -0.0199763775, 0.996020675, -0.99057883, 0.104452573, 0.0885638446, -0.105806068, -0.994336903, -0.0107065737),i)
  800. game:GetService("RunService").RenderStepped:wait()
  801. end
  802. humanoidrootpart:destroy()
  803. lhandweld:destroy()
  804. rhandweld:destroy()
  805. rootjointclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  806. lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  807. rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  808. using = false
  809. end
  810. end
  811. function lunge()
  812. if not using then
  813. using = true
  814. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  815. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  816. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  817. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  818. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  819. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) * CFrame.new(0,-0.5,0)
  820. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  821. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  822. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  823. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  824. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  825. lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-0.5,0)
  826. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  827. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  828. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  829. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  830. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  831. for i = 0,1 , 0.05 do
  832. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.374523163, 0.630880833, -1.09662437, 0.512807965, 0.852009475, 0.105477065, 0.511853039, -0.204788908, -0.834306896, -0.68923682, 0.481828034, -0.541121006),i)
  833. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.98882294, 0.388510704, 9.53674316e-07, 0.342025071, 0.939690828, -4.80705921e-07, -0.939690948, 0.342025042, -1.72900252e-06, -1.46031448e-06, 1.04307708e-06, 1),i)
  834. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.587850094, -2.08580584e-19, 0.808982074, 2.59615598e-19, 1, 7.09390093e-20, -0.808982074, 1.55571167e-19, 0.587850094),i)
  835. weld.C0 = weld.C0:lerp(CFrame.new(-0.320846558, -0.847515106, -0.580255508, 0.193574056, -0.703631401, 0.683689952, -0.969302595, -0.0294831432, 0.24409683, -0.151596859, -0.709953249, -0.687738895),i)
  836. game:GetService("RunService").RenderStepped:wait()
  837. end
  838. swoosh.PlaybackSpeed = 3
  839. swoosh:Play()
  840. local sensorpart = Instance.new("Part", Model0)
  841. sensorpart.Size = Vector3.new(2,2,2)
  842. sensorpart.Transparency = 1
  843. sensorpart:BreakJoints()
  844. sensorpart.CanCollide = false
  845. local weld1 = Instance.new("Weld", sensorpart)
  846. weld1.Part0 = sensorpart
  847. weld1.Part1 = Part28
  848. local function kill(part)
  849. sensorpart:destroy()
  850. local humanoid = part.Parent:findFirstChild("Humanoid")
  851. local uppertorso = part.Parent:findFirstChild("UpperTorso")
  852. if humanoid then
  853. local aah = Instance.new("Sound", humanoid.Parent.Head)
  854. if aah then
  855. aah.Volume = 1
  856. local aahmath = math.random(1,8)
  857. if aahmath == 2 then
  858. aah.SoundId = "rbxassetid://7259144591"
  859. aah:Play()
  860. end
  861. if aahmath == 3 then
  862. aah.SoundId = "rbxassetid://3535031732"
  863. aah.TimePosition = 0.3
  864. aah:Play()
  865. end
  866. if aahmath == 4 then
  867. aah.SoundId = "rbxassetid://3154959824"
  868. aah:Play()
  869. end
  870. if aahmath == 5 then
  871. aah.SoundId = "rbxassetid://7259201425"
  872. aah:Play()
  873. end
  874. if aahmath == 6 then
  875. aah.SoundId = "rbxassetid://6341311058"
  876. aah.TimePosition = 2.5
  877. aah:Play()
  878. end
  879. if aahmath == 7 then
  880. aah.SoundId = "rbxassetid://4774445115"
  881. aah.TimePosition = 1.3
  882. aah:Play()
  883. end
  884. if aahmath == 8 then
  885. aah.SoundId = "rbxassetid://7259144591"
  886. aah.TimePosition = 1.4
  887. aah:Play()
  888. end
  889. end
  890. cut:Play()
  891. if uppertorso then
  892. humanoid.PlatformStand = true
  893. humanoid.WalkSpeed = 0
  894. humanoid.JumpPower = 0
  895. wait(4)
  896. humanoid.Health = 0
  897. else
  898. if humanoid.Parent:findFirstChild("Health") then
  899. humanoid.Parent.Health:Remove()
  900. humanoid.Health = 0.01
  901. end
  902. if humanoid.Parent:findFirstChild("Torso") then
  903. humanoid.Parent.Torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 35
  904. for i,v in pairs(humanoid.Parent.Torso:GetChildren()) do
  905. if v.ClassName == "Motor6D" then
  906. if v.Name == "Neck" then
  907.  
  908. else
  909. v:destroy()
  910. end
  911. end
  912. end
  913. end
  914. humanoid.WalkSpeed = 0
  915. humanoid.JumpPower = 0
  916. humanoid.PlatformStand = true
  917. humanoid.Parent.Head:BreakJoints()
  918. if humanoid.Parent:findFirstChild("Right Arm") then
  919. humanoid.Parent["Right Arm"].CFrame = humanoid.Parent["Right Arm"].CFrame * CFrame.new(-1,0,0)
  920. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  921. attachment.Position = Vector3.new(1, 1, 0)
  922. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  923. ball.Attachment0 = humanoid.Parent["Right Arm"].RightShoulderAttachment
  924. ball.Attachment1 = attachment
  925. end
  926. if humanoid.Parent:findFirstChild("Left Arm") then
  927. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  928. attachment.Position = Vector3.new(1, 1, 0)
  929. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  930. ball.Attachment0 = humanoid.Parent.Torso.LeftCollarAttachment
  931. ball.Attachment1 = humanoid.Parent["Left Arm"].LeftShoulderAttachment
  932. humanoid.Parent["Right Arm"].CFrame = humanoid.Parent["Left Arm"].CFrame * CFrame.new(1,0,0)
  933. end
  934. if humanoid.Parent:findFirstChild("Right Leg") then
  935. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  936. attachment.Position = Vector3.new(0.5, -1, 0)
  937. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  938. ball.Attachment0 = humanoid.Parent["Right Leg"].RightFootAttachment
  939. ball.Attachment1 = attachment
  940. humanoid.Parent["Right Leg"].RightFootAttachment.Position = Vector3.new(0, 1, 0)
  941. end
  942. if humanoid.Parent:findFirstChild("Left Leg") then
  943. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  944. attachment.Position = Vector3.new(-0.5, -1, 0)
  945. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  946. ball.Attachment0 = humanoid.Parent["Left Leg"].LeftFootAttachment
  947. ball.Attachment1 = attachment
  948. humanoid.Parent["Left Leg"].LeftFootAttachment.Position = Vector3.new(0, 1, 0)
  949. end
  950. humanoid.Name = "succ."
  951. for i = 1,math.random(20,40) do
  952. --Converted with ttyyuu12345's model to script plugin v4
  953. function sandbox(var,func)
  954. local env = getfenv(func)
  955. local newenv = setmetatable({},{
  956. __index = function(self,k)
  957. if k=="script" then
  958. return var
  959. else
  960. return env[k]
  961. end
  962. end,
  963. })
  964. setfenv(func,newenv)
  965. return func
  966. end
  967. cors = {}
  968. mas = Instance.new("Model",game:GetService("Lighting"))
  969. local AAA = Instance.new("Part")
  970. local SpecialMesh1 = Instance.new("SpecialMesh")
  971. AAA.Parent = mas
  972. AAA.BrickColor = BrickColor.new("Maroon")
  973. AAA.Size = Vector3.new(0.5,0.5,0.5)
  974. AAA.Position = Vector3.new(4.00000095, 33.7000122, 0.099999927)
  975. AAA.CFrame = humanoid.Parent.Torso.CFrame * CFrame.new(math.random(-0.4,0.4),1.5,0)
  976. AAA.Rotation = Vector3.new(0,0,0)
  977. SpecialMesh1.Parent = AAA
  978. AAA.CanCollide = false
  979. SpecialMesh1.MeshType = Enum.MeshType.Sphere
  980. local velocity1 = Instance.new("BodyVelocity", AAA)
  981. velocity1.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  982. velocity1.Velocity = humanoid.Parent.Torso.CFrame.upVector * math.random(20,30)
  983. for i,v in pairs(mas:GetChildren()) do
  984. v.Parent = humanoid.Parent
  985. pcall(function() v:MakeJoints() end)
  986. end
  987. mas:Destroy()
  988. for i,v in pairs(cors) do
  989. spawn(function()
  990. pcall(v)
  991. end)
  992. end
  993. local function hit(part)
  994. if part.Parent:findFirstChild("Humanoid") then
  995.  
  996. else
  997. if part.Name == "Handle" or part.Parent.Name == humanoid.Parent.Name then
  998.  
  999. else
  1000. if part.Name == "WHITEXDDDD!!" then
  1001. AAA:destroy()
  1002. local partcf = part.CFrame
  1003. part.Size = part.Size + Vector3.new(0,0.2,0.2)
  1004. else
  1005. AAA:destroy()
  1006. local cycle = Instance.new("Part", workspace)
  1007. cycle.Size = Vector3.new(0.3, 1, 1)
  1008. cycle.BrickColor = BrickColor.new("Maroon")
  1009. cycle.Anchored = true
  1010. cycle.Shape = "Cylinder"
  1011. cycle.Name = "WHITEXDDDD!!"
  1012. cycle.CanCollide = false
  1013. local hitsp = Instance.new("Sound", cycle)
  1014. hitsp.SoundId = "rbxassetid://180083286"
  1015. hitsp.Volume = 0.2
  1016. hitsp:Play()
  1017. cycle.CFrame = AAA.CFrame
  1018. if part.Size.y < part.Size.x and part.Size.y < part.Size.z then --a big help from Toxsikkilla
  1019. print("if y < x")
  1020. cycle.CFrame = cycle.CFrame * CFrame.fromEulerAnglesXYZ(0,0,math.pi / 2)
  1021. cycle.CFrame = cycle.CFrame * CFrame.new(0,0,0)
  1022. elseif part.Size.x < part.Size.y and part.Size.x < part.Size.z then
  1023. print("if x < y")
  1024. cycle.CFrame = cycle.CFrame * CFrame.fromEulerAnglesXYZ(math.pi / 2, 0, 0)
  1025. elseif part.Size.z < part.Size.y and part.Size.z < part.Size.y then
  1026. print("if z < y")
  1027. cycle.CFrame = cycle.CFrame * CFrame.fromEulerAnglesXYZ(0, math.pi / 2, 0)
  1028. end
  1029. AAA:destroy()
  1030. wait(10)
  1031. for i = 1,100 do
  1032. cycle.Transparency = cycle.Transparency + 0.01
  1033. wait()
  1034. end
  1035. cycle:destroy()
  1036. end
  1037. end
  1038. end
  1039. end
  1040. AAA.Touched:connect(hit)
  1041. wait(0.1)
  1042. velocity1:destroy()
  1043. wait(0.1)
  1044. end
  1045. end
  1046. end
  1047. end
  1048. sensorpart.Touched:connect(kill)
  1049. for i = 0,1 , 0.05 do
  1050. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.28889084, 0.0744838715, 0.60602951, 0.0647353008, -0.579507589, -0.812396646, 0.374608457, 0.768675029, -0.518468797, 0.924924433, -0.270767152, 0.266848594),i)
  1051. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.98882294, 0.388510704, 9.53674316e-07, 0.342025071, 0.939690828, -4.80705921e-07, -0.939690948, 0.342025042, -1.72900252e-06, -1.46031448e-06, 1.04307708e-06, 1),i)
  1052. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.499950707, -6.28603563e-20, -0.866053939, 2.5961216e-19, 1, 7.72849322e-20, 0.866053939, -2.63476748e-19, 0.499950707),i)
  1053. weld.C0 = weld.C0:lerp(CFrame.new(-0.00369644165, -1.11012936, 0.347066879, -0.202516139, -0.91763854, 0.341947913, -0.979126096, 0.195924431, -0.0541051626, -0.017347157, -0.345767081, -0.938160777),i)
  1054. game:GetService("RunService").RenderStepped:wait()
  1055. end
  1056. sensorpart:destroy()
  1057. for i = 0,0.6 , 0.03 do
  1058. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.28889084, 0.0744838715, 0.60602951, 0.0647353008, -0.579507589, -0.812396646, 0.374608457, 0.768675029, -0.518468797, 0.924924433, -0.270767152, 0.266848594),i)
  1059. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-0.5,0),i)
  1060. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0),i)
  1061. weld.C0 = weld.C0:lerp(CFrame.new(-0.131607056, -0.861706018, -0.131599426, 0.0869438723, -0.0199763775, 0.996020675, -0.99057883, 0.104452573, 0.0885638446, -0.105806068, -0.994336903, -0.0107065737),i)
  1062. game:GetService("RunService").RenderStepped:wait()
  1063. end
  1064. humanoidrootpart:destroy()
  1065. lhandweld:destroy()
  1066. rhandweld:destroy()
  1067. rootjointclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1068. lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  1069. rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  1070. using = false
  1071. end
  1072. end
  1073. function goback(key)
  1074. key = key:lower()
  1075. if key == "e" and not using then
  1076. using = true
  1077. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  1078. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  1079. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1080. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1081. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1082. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) * CFrame.new(0,-0.5,0)
  1083. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  1084. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  1085. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1086. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1087. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  1088. lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-0.5,0)
  1089. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  1090. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  1091. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1092. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  1093. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  1094. for i = 0,1 , 0.05 do
  1095. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.9297123, 0.404258728, -0.0749893188, 0.0698215663, -0.807037592, -0.586362004, -9.52230029e-20, 0.587795138, -0.809010088, 0.997561812, 0.0564863533, 0.0410407782),i)
  1096. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.98882294, 0.388510704, 9.53674316e-07, 0.342025071, 0.939690828, -4.80705921e-07, -0.939690948, 0.342025042, -1.72900252e-06, -1.46031448e-06, 1.04307708e-06, 1),i)
  1097. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.499950707, -6.28603563e-20, -0.866053939, 2.5961216e-19, 1, 7.72849322e-20, 0.866053939, -2.63476748e-19, 0.499950707),i)
  1098. weld.C0 = weld.C0:lerp(CFrame.new(0.00823402405, -0.704648972, 0.246274948, -0.930921972, -0.357016325, -0.0770410448, 0.359600484, -0.859035492, -0.3643547, 0.0639003515, -0.366889954, 0.928070366),i)
  1099. game:GetService("RunService").RenderStepped:wait()
  1100. end
  1101. swoosh.PlaybackSpeed = 2.5
  1102. swoosh:Play()
  1103. local sensorpart = Instance.new("Part", Model0)
  1104. sensorpart.Size = Vector3.new(5,4,5)
  1105. sensorpart.Transparency = 1
  1106. sensorpart:BreakJoints()
  1107. sensorpart.CanCollide = false
  1108. local weld1 = Instance.new("Weld", sensorpart)
  1109. weld1.Part0 = sensorpart
  1110. weld1.Part1 = Part28
  1111. local function goawayskid(part)
  1112. if part.Parent:findFirstChild("Humanoid") then
  1113. sensorpart:destroy()
  1114. cut:Play()
  1115. if part.Parent:findFirstChild("UpperTorso") then
  1116. part.Parent.Humanoid.Health = part.Parent.Humanoid.Health - math.random(25,40)
  1117. local velocity = Instance.new("BodyVelocity", part.Parent.UpperTorso)
  1118. velocity.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1119. velocity.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 45
  1120. wait()
  1121. velocity:destroy()
  1122. else
  1123. part.Parent.Humanoid.Health = part.Parent.Humanoid.Health - math.random(25,40)
  1124. local velocity = Instance.new("BodyVelocity", part.Parent.Torso)
  1125. velocity.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1126. velocity.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 45
  1127. wait()
  1128. velocity:destroy()
  1129. end
  1130. end
  1131. end
  1132. sensorpart.Touched:connect(goawayskid)
  1133. for i = 0,1 , 0.05 do
  1134. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.374523163, 0.630880833, -1.09662437, 0.512807965, 0.852009475, 0.105477065, 0.511853039, -0.204788908, -0.834306896, -0.68923682, 0.481828034, -0.541121006),i)
  1135. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.98882294, 0.388510704, 9.53674316e-07, 0.342025071, 0.939690828, -4.80705921e-07, -0.939690948, 0.342025042, -1.72900252e-06, -1.46031448e-06, 1.04307708e-06, 1),i)
  1136. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.587850094, -2.08580584e-19, 0.808982074, 2.59615598e-19, 1, 7.09390093e-20, -0.808982074, 1.55571167e-19, 0.587850094),i)
  1137. weld.C0 = weld.C0:lerp(CFrame.new(-0.320846558, -0.847515106, -0.580255508, 0.193574056, -0.703631401, 0.683689952, -0.969302595, -0.0294831432, 0.24409683, -0.151596859, -0.709953249, -0.687738895),i)
  1138. game:GetService("RunService").RenderStepped:wait()
  1139. end
  1140. weld.C0 = CFrame.new(-0.131607056, -0.861706018, -0.131599426, 0.0869438723, -0.0199763775, 0.996020675, -0.99057883, 0.104452573, 0.0885638446, -0.105806068, -0.994336903, -0.0107065737)
  1141. sensorpart:destroy()
  1142. humanoidrootpart:destroy()
  1143. lhandweld:destroy()
  1144. rhandweld:destroy()
  1145. rootjointclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1146. lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  1147. rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  1148. using = false
  1149. end
  1150. end
  1151. function wowriptorso(key)
  1152. key = key:lower()
  1153. if key == "r" and not using then
  1154. using = true
  1155. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  1156. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  1157. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1158. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1159. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1160. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) * CFrame.new(0,-0.5,0)
  1161. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  1162. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  1163. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1164. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1165. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  1166. lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-0.5,0)
  1167. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  1168. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  1169. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1170. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  1171. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  1172. for i = 0,1 , 0.05 do
  1173. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.9297123, 0.404258728, -0.0749893188, 0.0698215663, -0.807037592, -0.586362004, -9.52230029e-20, 0.587795138, -0.809010088, 0.997561812, 0.0564863533, 0.0410407782),i)
  1174. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.98882294, 0.388510704, 9.53674316e-07, 0.342025071, 0.939690828, -4.80705921e-07, -0.939690948, 0.342025042, -1.72900252e-06, -1.46031448e-06, 1.04307708e-06, 1),i)
  1175. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.499950707, -6.28603563e-20, -0.866053939, 2.5961216e-19, 1, 7.72849322e-20, 0.866053939, -2.63476748e-19, 0.499950707),i)
  1176. weld.C0 = weld.C0:lerp(CFrame.new(0.00823402405, -0.704648972, 0.246274948, -0.930921972, -0.357016325, -0.0770410448, 0.359600484, -0.859035492, -0.3643547, 0.0639003515, -0.366889954, 0.928070366),i)
  1177. game:GetService("RunService").RenderStepped:wait()
  1178. end
  1179. swoosh.PlaybackSpeed = 2.5
  1180. swoosh:Play()
  1181. local sensorpart = Instance.new("Part", Model0)
  1182. sensorpart.Size = Vector3.new(5,4,5)
  1183. sensorpart.Transparency = 1
  1184. sensorpart:BreakJoints()
  1185. sensorpart.CanCollide = false
  1186. local weld1 = Instance.new("Weld", sensorpart)
  1187. weld1.Part0 = sensorpart
  1188. weld1.Part1 = Part28
  1189. local function goawayskid(part)
  1190. local humanoid = part.Parent:findFirstChild("Humanoid")
  1191. if part.Parent:findFirstChild("Humanoid") then
  1192. sensorpart:destroy()
  1193. cut:Play()
  1194. if part.Parent:findFirstChild("UpperTorso") then
  1195. part.Parent.Humanoid.Health = part.Parent.Humanoid.Health - math.random(25,40)
  1196. local velocity = Instance.new("BodyVelocity", part.Parent.UpperTorso)
  1197. velocity.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1198. velocity.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 15
  1199. wait()
  1200. velocity:destroy()
  1201. else
  1202. part.Parent.Humanoid.Health = part.Parent.Humanoid.Health - math.random(25,40)
  1203. local velocity = Instance.new("BodyVelocity", part.Parent.Torso)
  1204. velocity.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1205. velocity.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 15
  1206. if humanoid.Parent:findFirstChild("Health") then
  1207. humanoid.Parent.Health:Remove()
  1208. humanoid.Health = 0.01
  1209. end
  1210. if humanoid.Parent:findFirstChild("Torso") then
  1211. humanoid.Parent.Torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 35
  1212. for i,v in pairs(humanoid.Parent.Torso:GetChildren()) do
  1213. if v.ClassName == "Motor6D" then
  1214. if v.Name == "Neck" then
  1215.  
  1216. else
  1217. v:destroy()
  1218. end
  1219. end
  1220. end
  1221. end
  1222. humanoid.WalkSpeed = 0
  1223. humanoid.JumpPower = 0
  1224. humanoid.PlatformStand = true
  1225. if humanoid.Parent:findFirstChild("Right Arm") then
  1226. humanoid.Parent["Right Arm"].CFrame = humanoid.Parent["Right Arm"].CFrame * CFrame.new(-1,0,0)
  1227. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  1228. attachment.Position = Vector3.new(1, 1, 0)
  1229. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  1230. ball.Attachment0 = humanoid.Parent["Right Arm"].RightShoulderAttachment
  1231. ball.Attachment1 = attachment
  1232. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  1233. collidepartofleftleg.Name = "Bone"
  1234. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  1235. collidepartofleftleg.Transparency = 1
  1236. collidepartofleftleg:BreakJoints()
  1237. local weeld = Instance.new("Weld", collidepartofleftleg)
  1238. weeld.Part0 = humanoid.Parent["Right Arm"]
  1239. weeld.Part1 = collidepartofleftleg
  1240. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  1241. end
  1242. if humanoid.Parent:findFirstChild("Left Arm") then
  1243. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  1244. attachment.Position = Vector3.new(1, 1, 0)
  1245. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  1246. ball.Attachment0 = humanoid.Parent.Torso.LeftCollarAttachment
  1247. ball.Attachment1 = humanoid.Parent["Left Arm"].LeftShoulderAttachment
  1248. humanoid.Parent["Left Arm"].CFrame = humanoid.Parent["Left Arm"].CFrame * CFrame.new(1,0,0)
  1249. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  1250. collidepartofleftleg.Name = "Bone"
  1251. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  1252. collidepartofleftleg.Transparency = 1
  1253. collidepartofleftleg:BreakJoints()
  1254. local weeld = Instance.new("Weld", collidepartofleftleg)
  1255. weeld.Part0 = humanoid.Parent["Left Arm"]
  1256. weeld.Part1 = collidepartofleftleg
  1257. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  1258. end
  1259. if humanoid.Parent:findFirstChild("Head") then
  1260. local attachment = Instance.new("Attachment", humanoid.Parent.Head)
  1261. attachment.Position = Vector3.new(0, -0.5, 0)
  1262. humanoid.Parent.Torso.NeckAttachment.Visible = false
  1263. humanoid.Parent.Torso.NeckAttachment.Position = humanoid.Parent.Torso.NeckAttachment.Position + Vector3.new(0,0,0)
  1264. local ball = Instance.new("HingeConstraint", humanoid.Parent)
  1265. ball.Attachment0 = humanoid.Parent.Torso.NeckAttachment
  1266. ball.Attachment1 = attachment
  1267. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  1268. collidepartofleftleg.Name = "Bone"
  1269. collidepartofleftleg.Size = Vector3.new(0.5,0.3,0.5)
  1270. collidepartofleftleg.Transparency = 1
  1271. collidepartofleftleg:BreakJoints()
  1272. local weeld = Instance.new("Weld", collidepartofleftleg)
  1273. weeld.Part0 = collidepartofleftleg
  1274. weeld.Part1 = humanoid.Parent["Head"]
  1275. humanoid.Parent.Torso.Neck:destroy()
  1276. end
  1277. if humanoid.Parent:findFirstChild("Head") then
  1278. local aah = Instance.new("Sound", humanoid.Parent.Head)
  1279. if aah then
  1280. aah.Volume = 8
  1281. local aahmath = math.random(2,8)
  1282. if aahmath == 2 then
  1283. aah.SoundId = "rbxassetid://884348443"
  1284. aah:Play()
  1285. end
  1286. if aahmath == 3 then
  1287. aah.SoundId = "rbxassetid://535528169"
  1288. aah.TimePosition = 0.3
  1289. aah:Play()
  1290. end
  1291. if aahmath == 4 then
  1292. aah.SoundId = "rbxassetid://1080363252"
  1293. aah:Play()
  1294. end
  1295. if aahmath == 5 then
  1296. aah.SoundId = "rbxassetid://150245085"
  1297. aah:Play()
  1298. end
  1299. if aahmath == 6 then
  1300. aah.SoundId = "rbxassetid://345287845"
  1301. aah.TimePosition = 2.5
  1302. aah:Play()
  1303. end
  1304. if aahmath == 7 then
  1305. aah.SoundId = "rbxassetid://147758746"
  1306. aah.TimePosition = 1.3
  1307. aah:Play()
  1308. end
  1309. if aahmath == 8 then
  1310. aah.SoundId = "rbxassetid://626777433"
  1311. aah.TimePosition = 1.4
  1312. aah:Play()
  1313. end
  1314. end
  1315. end
  1316. humanoid.Name = "succ."
  1317. wait()
  1318. velocity:destroy()
  1319. for i = 1,math.random(20,40) do
  1320. --Converted with ttyyuu12345's model to script plugin v4
  1321. function sandbox(var,func)
  1322. local env = getfenv(func)
  1323. local newenv = setmetatable({},{
  1324. __index = function(self,k)
  1325. if k=="script" then
  1326. return var
  1327. else
  1328. return env[k]
  1329. end
  1330. end,
  1331. })
  1332. setfenv(func,newenv)
  1333. return func
  1334. end
  1335. cors = {}
  1336. mas = Instance.new("Model",game:GetService("Lighting"))
  1337. local AAA = Instance.new("Part")
  1338. local SpecialMesh1 = Instance.new("SpecialMesh")
  1339. AAA.Parent = mas
  1340. AAA.BrickColor = BrickColor.new("Maroon")
  1341. AAA.Size = Vector3.new(0.5,0.5,0.5)
  1342. AAA.Position = Vector3.new(4.00000095, 33.7000122, 0.099999927)
  1343. AAA.CFrame = humanoid.Parent.Torso.CFrame * CFrame.new(math.random(-0.4,0.4),-1.5,0)
  1344. AAA.Rotation = Vector3.new(0,0,0)
  1345. SpecialMesh1.Parent = AAA
  1346. SpecialMesh1.MeshType = Enum.MeshType.Sphere
  1347. AAA.CanCollide = false
  1348. local velocity1 = Instance.new("BodyVelocity", AAA)
  1349. velocity1.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1350. velocity1.Velocity = humanoid.Parent.Torso.CFrame.upVector * -math.random(20,30)
  1351. for i,v in pairs(mas:GetChildren()) do
  1352. v.Parent = humanoid.Parent
  1353. pcall(function() v:MakeJoints() end)
  1354. end
  1355. mas:Destroy()
  1356. for i,v in pairs(cors) do
  1357. spawn(function()
  1358. pcall(v)
  1359. end)
  1360. end
  1361. local function hit(part)
  1362. if part.Parent:findFirstChild("Humanoid") then
  1363.  
  1364. else
  1365. if part.Name == "Handle" or part.Parent.Name == humanoid.Parent.Name then
  1366.  
  1367. else
  1368. if part.Name == "WHITEXDDDD!!" then
  1369. AAA:destroy()
  1370. local partcf = part.CFrame
  1371. part.Size = part.Size + Vector3.new(0,0.2,0.2)
  1372. else
  1373. AAA:destroy()
  1374. local cycle = Instance.new("Part", workspace)
  1375. cycle.Size = Vector3.new(0.3, 1, 1)
  1376. cycle.BrickColor = BrickColor.new("Maroon")
  1377. cycle.Anchored = true
  1378. cycle.Shape = "Cylinder"
  1379. cycle.Name = "WHITEXDDDD!!"
  1380. cycle.CanCollide = false
  1381. local hitsp = Instance.new("Sound", cycle)
  1382. hitsp.SoundId = "rbxassetid://180083286"
  1383. hitsp.Volume = 0.2
  1384. hitsp:Play()
  1385. cycle.CFrame = AAA.CFrame
  1386. if part.Size.y < part.Size.x and part.Size.y < part.Size.z then --a big help from Toxsikkilla
  1387. print("if y < x")
  1388. cycle.CFrame = cycle.CFrame * CFrame.fromEulerAnglesXYZ(0,0,math.pi / 2)
  1389. cycle.CFrame = cycle.CFrame * CFrame.new(0,0,0)
  1390. elseif part.Size.x < part.Size.y and part.Size.x < part.Size.z then
  1391. print("if x < y")
  1392. cycle.CFrame = cycle.CFrame * CFrame.fromEulerAnglesXYZ(math.pi / 2, 0, 0)
  1393. elseif part.Size.z < part.Size.y and part.Size.z < part.Size.y then
  1394. print("if z < y")
  1395. cycle.CFrame = cycle.CFrame * CFrame.fromEulerAnglesXYZ(0, math.pi / 2, 0)
  1396. end
  1397. AAA:destroy()
  1398. wait(10)
  1399. for i = 1,100 do
  1400. cycle.Transparency = cycle.Transparency + 0.01
  1401. wait()
  1402. end
  1403. cycle:destroy()
  1404. end
  1405. end
  1406. end
  1407. end
  1408. AAA.Touched:connect(hit)
  1409. wait(0.1)
  1410. velocity1:destroy()
  1411. wait(0.1)
  1412. end
  1413. end
  1414. end
  1415. end
  1416. sensorpart.Touched:connect(goawayskid)
  1417. for i = 0,1 , 0.05 do
  1418. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.63111687, 0.404252291, -0.405529022, 0.529977739, -0.686058879, -0.498460263, 1.38580799e-06, 0.587794542, -0.809012711, 0.84802115, 0.428757071, 0.311518103),i)
  1419. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.98882294, 0.388510704, 9.53674316e-07, 0.342025071, 0.939690828, -4.80705921e-07, -0.939690948, 0.342025042, -1.72900252e-06, -1.46031448e-06, 1.04307708e-06, 1),i)
  1420. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.587850094, -2.08580584e-19, 0.808982074, 2.59615598e-19, 1, 7.09390093e-20, -0.808982074, 1.55571167e-19, 0.587850094),i)
  1421. weld.C0 = weld.C0:lerp(CFrame.new(-0.320846558, -0.847515106, -0.580255508, 0.193574056, -0.703631401, 0.683689952, -0.969302595, -0.0294831432, 0.24409683, -0.151596859, -0.709953249, -0.687738895),i)
  1422. game:GetService("RunService").RenderStepped:wait()
  1423. end
  1424. weld.C0 = CFrame.new(-0.131607056, -0.861706018, -0.131599426, 0.0869438723, -0.0199763775, 0.996020675, -0.99057883, 0.104452573, 0.0885638446, -0.105806068, -0.994336903, -0.0107065737)
  1425. sensorpart:destroy()
  1426. humanoidrootpart:destroy()
  1427. lhandweld:destroy()
  1428. rhandweld:destroy()
  1429. rootjointclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1430. lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  1431. rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  1432. using = false
  1433. end
  1434. end
  1435. begonet = Instance.new("Sound", Part34)
  1436. begonet.Volume = 10
  1437. begonet.SoundId = "rbxassetid://854345294"
  1438. begonet.PlaybackSpeed = 1
  1439. begonet.TimePosition = 2
  1440. function BEGONETHOT(key)
  1441. key = key:lower()
  1442. if key == "t" and not using then
  1443. using = true
  1444. begonet:Play()
  1445. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  1446. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  1447. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1448. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1449. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1450. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) * CFrame.new(0,-0.5,0)
  1451. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  1452. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  1453. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1454. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1455. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  1456. lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-0.5,0)
  1457. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  1458. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  1459. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1460. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  1461. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  1462. for i = 0,1 , 0.05 do
  1463. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.92737198, 0.408026218, 1.90734863e-06, 0.469482929, -0.882941604, -8.96576978e-07, 0.882941544, 0.469482958, -3.59054434e-06, 3.59116825e-06, 8.94074446e-07, 1),i)
  1464. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.98882294, 0.388510704, 9.53674316e-07, 0.342025071, 0.939690828, -4.80705921e-07, -0.939690948, 0.342025042, -1.72900252e-06, -1.46031448e-06, 1.04307708e-06, 1),i)
  1465. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.587758601, 1.15672937e-20, -0.809038699, 2.4140439e-20, 1, 2.43521972e-20, 0.809038699, -4.40457133e-20, 0.587758601),i)
  1466. weld.C0 = weld.C0:lerp(CFrame.new(-0.0554443598, -0.799102783, -0.347240448, -0.953667462, -0.238339514, 0.183610499, -0.298163414, 0.830273509, -0.470897645, -0.040213421, -0.503825665, -0.862868845),i)
  1467. game:GetService("RunService").RenderStepped:wait()
  1468. end
  1469. wait(1.5)
  1470. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed + 100
  1471. local sensorpart = Instance.new("Part", Model0)
  1472. sensorpart.Size = Vector3.new(2,2,2)
  1473. sensorpart.Transparency = 1
  1474. sensorpart:BreakJoints()
  1475. sensorpart.CanCollide = false
  1476. local weld1 = Instance.new("Weld", sensorpart)
  1477. weld1.Part0 = sensorpart
  1478. weld1.Part1 = Part28
  1479. local function kill(part)
  1480. local humanoid = part.Parent:findFirstChild("Humanoid")
  1481. local uppertorso = part.Parent:findFirstChild("UpperTorso")
  1482. if humanoid then
  1483. local aah = Instance.new("Sound", humanoid.Parent.Head)
  1484. if aah then
  1485. aah.Volume = 1
  1486. local aahmath = math.random(1,8)
  1487. if aahmath == 2 then
  1488. aah.SoundId = "rbxassetid://7259144591"
  1489. aah:Play()
  1490. end
  1491. if aahmath == 3 then
  1492. aah.SoundId = "rbxassetid://3535031732"
  1493. aah.TimePosition = 0.3
  1494. aah:Play()
  1495. end
  1496. if aahmath == 4 then
  1497. aah.SoundId = "rbxassetid://3154959824"
  1498. aah:Play()
  1499. end
  1500. if aahmath == 5 then
  1501. aah.SoundId = "rbxassetid://7259201425"
  1502. aah:Play()
  1503. end
  1504. if aahmath == 6 then
  1505. aah.SoundId = "rbxassetid://6341311058"
  1506. aah.TimePosition = 2.5
  1507. aah:Play()
  1508. end
  1509. if aahmath == 7 then
  1510. aah.SoundId = "rbxassetid://4774445115"
  1511. aah.TimePosition = 1.3
  1512. aah:Play()
  1513. end
  1514. if aahmath == 8 then
  1515. aah.SoundId = "rbxassetid://7259144591"
  1516. aah.TimePosition = 1.4
  1517. aah:Play()
  1518. end
  1519. end
  1520. cut:Play()
  1521. if uppertorso then
  1522. humanoid.PlatformStand = true
  1523. humanoid.WalkSpeed = 0
  1524. humanoid.JumpPower = 0
  1525. wait(4)
  1526. humanoid.Health = 0
  1527. else
  1528. if humanoid.Parent:findFirstChild("Health") then
  1529. humanoid.Parent.Health:Remove()
  1530. humanoid.Health = 0.01
  1531. end
  1532. if humanoid.Parent:findFirstChild("Torso") then
  1533. humanoid.Parent.Torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 35
  1534. for i,v in pairs(humanoid.Parent.Torso:GetChildren()) do
  1535. if v.ClassName == "Motor6D" then
  1536. if v.Name == "Neck" then
  1537.  
  1538. else
  1539. v:destroy()
  1540. end
  1541. end
  1542. end
  1543. end
  1544. humanoid.WalkSpeed = 0
  1545. humanoid.JumpPower = 0
  1546. humanoid.PlatformStand = true
  1547. humanoid.Parent.Head:BreakJoints()
  1548. if humanoid.Parent:findFirstChild("Right Arm") then
  1549. humanoid.Parent["Right Arm"].CFrame = humanoid.Parent["Right Arm"].CFrame * CFrame.new(-1,0,0)
  1550. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  1551. attachment.Position = Vector3.new(1, 1, 0)
  1552. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  1553. ball.Attachment0 = humanoid.Parent["Right Arm"].RightShoulderAttachment
  1554. ball.Attachment1 = attachment
  1555. end
  1556. if humanoid.Parent:findFirstChild("Left Arm") then
  1557. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  1558. attachment.Position = Vector3.new(1, 1, 0)
  1559. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  1560. ball.Attachment0 = humanoid.Parent.Torso.LeftCollarAttachment
  1561. ball.Attachment1 = humanoid.Parent["Left Arm"].LeftShoulderAttachment
  1562. humanoid.Parent["Right Arm"].CFrame = humanoid.Parent["Left Arm"].CFrame * CFrame.new(1,0,0)
  1563. end
  1564. if humanoid.Parent:findFirstChild("Right Leg") then
  1565. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  1566. attachment.Position = Vector3.new(0.5, -1, 0)
  1567. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  1568. ball.Attachment0 = humanoid.Parent["Right Leg"].RightFootAttachment
  1569. ball.Attachment1 = attachment
  1570. humanoid.Parent["Right Leg"].RightFootAttachment.Position = Vector3.new(0, 1, 0)
  1571. end
  1572. if humanoid.Parent:findFirstChild("Left Leg") then
  1573. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  1574. attachment.Position = Vector3.new(-0.5, -1, 0)
  1575. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  1576. ball.Attachment0 = humanoid.Parent["Left Leg"].LeftFootAttachment
  1577. ball.Attachment1 = attachment
  1578. humanoid.Parent["Left Leg"].LeftFootAttachment.Position = Vector3.new(0, 1, 0)
  1579. end
  1580. humanoid.Name = "succ."
  1581. for i = 1,math.random(20,40) do
  1582. --Converted with ttyyuu12345's model to script plugin v4
  1583. function sandbox(var,func)
  1584. local env = getfenv(func)
  1585. local newenv = setmetatable({},{
  1586. __index = function(self,k)
  1587. if k=="script" then
  1588. return var
  1589. else
  1590. return env[k]
  1591. end
  1592. end,
  1593. })
  1594. setfenv(func,newenv)
  1595. return func
  1596. end
  1597. cors = {}
  1598. mas = Instance.new("Model",game:GetService("Lighting"))
  1599. local AAA = Instance.new("Part")
  1600. local SpecialMesh1 = Instance.new("SpecialMesh")
  1601. AAA.Parent = mas
  1602. AAA.BrickColor = BrickColor.new("Maroon")
  1603. AAA.Size = Vector3.new(0.5,0.5,0.5)
  1604. AAA.Position = Vector3.new(4.00000095, 33.7000122, 0.099999927)
  1605. AAA.CFrame = humanoid.Parent.Torso.CFrame * CFrame.new(math.random(-0.4,0.4),1.5,0)
  1606. AAA.Rotation = Vector3.new(0,0,0)
  1607. SpecialMesh1.Parent = AAA
  1608. SpecialMesh1.MeshType = Enum.MeshType.Sphere
  1609. AAA.CanCollide = false
  1610. local velocity1 = Instance.new("BodyVelocity", AAA)
  1611. velocity1.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1612. velocity1.Velocity = humanoid.Parent.Torso.CFrame.upVector * math.random(20,30)
  1613. for i,v in pairs(mas:GetChildren()) do
  1614. v.Parent = humanoid.Parent
  1615. pcall(function() v:MakeJoints() end)
  1616. end
  1617. mas:Destroy()
  1618. for i,v in pairs(cors) do
  1619. spawn(function()
  1620. pcall(v)
  1621. end)
  1622. end
  1623. local function hit(part)
  1624. if part.Parent:findFirstChild("Humanoid") then
  1625.  
  1626. else
  1627. if part.Name == "Handle" or part.Parent.Name == humanoid.Parent.Name then
  1628.  
  1629. else
  1630. if part.Name == "WHITEXDDDD!!" then
  1631. AAA:destroy()
  1632. local partcf = part.CFrame
  1633. part.Size = part.Size + Vector3.new(0,0.2,0.2)
  1634. else
  1635. AAA:destroy()
  1636. local cycle = Instance.new("Part", workspace)
  1637. cycle.Size = Vector3.new(0.3, 1, 1)
  1638. cycle.BrickColor = BrickColor.new("Maroon")
  1639. cycle.Anchored = true
  1640. cycle.Shape = "Cylinder"
  1641. cycle.Name = "WHITEXDDDD!!"
  1642. cycle.CanCollide = false
  1643. local hitsp = Instance.new("Sound", cycle)
  1644. hitsp.SoundId = "rbxassetid://180083286"
  1645. hitsp.Volume = 0.2
  1646. hitsp:Play()
  1647. cycle.CFrame = AAA.CFrame
  1648. if part.Size.y < part.Size.x and part.Size.y < part.Size.z then --a big help from Toxsikkilla
  1649. print("if y < x")
  1650. cycle.CFrame = cycle.CFrame * CFrame.fromEulerAnglesXYZ(0,0,math.pi / 2)
  1651. cycle.CFrame = cycle.CFrame * CFrame.new(0,0,0)
  1652. elseif part.Size.x < part.Size.y and part.Size.x < part.Size.z then
  1653. print("if x < y")
  1654. cycle.CFrame = cycle.CFrame * CFrame.fromEulerAnglesXYZ(math.pi / 2, 0, 0)
  1655. elseif part.Size.z < part.Size.y and part.Size.z < part.Size.y then
  1656. print("if z < y")
  1657. cycle.CFrame = cycle.CFrame * CFrame.fromEulerAnglesXYZ(0, math.pi / 2, 0)
  1658. end
  1659. AAA:destroy()
  1660. wait(10)
  1661. for i = 1,100 do
  1662. cycle.Transparency = cycle.Transparency + 0.01
  1663. wait()
  1664. end
  1665. cycle:destroy()
  1666. end
  1667. end
  1668. end
  1669. end
  1670. AAA.Touched:connect(hit)
  1671. wait(0.1)
  1672. velocity1:destroy()
  1673. wait(0.1)
  1674. end
  1675. end
  1676. end
  1677. end
  1678. sensorpart.Touched:connect(kill)
  1679. for i = 0,1 , 0.05 do
  1680. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(2.05211639, 0.447865009, 0.0767602921, 0.0932039917, -0.99485594, -0.0397753119, 0.995646775, 0.0930992812, 0.00447211368, -0.000746052712, -0.0400190353, 0.999202371),i)
  1681. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.98882294, 0.388510704, 9.53674316e-07, 0.342025071, 0.939690828, -4.80705921e-07, -0.939690948, 0.342025042, -1.72900252e-06, -1.46031448e-06, 1.04307708e-06, 1),i)
  1682. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.0698219836, -9.44441736e-20, 0.99756825, 2.59615598e-19, 1, 7.09390093e-20, -0.99756825, 2.42463181e-19, 0.0698219836),i)
  1683. weld.C0 = weld.C0:lerp(CFrame.new(-0.0156505108, -0.474849701, -0.0771579742, -0.953670561, 0.300256163, -0.0189393815, -0.29815343, -0.951653183, -0.0738969296, -0.040211726, -0.0648264885, 0.997086108),i)
  1684. game:GetService("RunService").RenderStepped:wait()
  1685. end
  1686. wait(3)
  1687. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed - 100
  1688. sensorpart:destroy()
  1689. for i = 0,0.6 , 0.03 do
  1690. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-0.5,0),i)
  1691. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0),i)
  1692. weld.C0 = weld.C0:lerp(CFrame.new(-0.131607056, -0.861706018, -0.131599426, 0.0869438723, -0.0199763775, 0.996020675, -0.99057883, 0.104452573, 0.0885638446, -0.105806068, -0.994336903, -0.0107065737),i)
  1693. game:GetService("RunService").RenderStepped:wait()
  1694. end
  1695. humanoidrootpart:destroy()
  1696. lhandweld:destroy()
  1697. rhandweld:destroy()
  1698. rootjointclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1699. lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  1700. rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  1701. using = false
  1702. end
  1703. end
  1704. mouse.KeyDown:connect(BEGONETHOT)
  1705. mouse.KeyDown:connect(wowriptorso)
  1706. mouse.KeyDown:connect(goback)
  1707. mouse.KeyDown:connect(swing)
  1708. mouse.Button1Down:connect(lunge)
  1709. while true do
  1710. game:GetService("RunService").RenderStepped:wait()
  1711. if game.Players.LocalPlayer.Character.Humanoid.Health < 20 then
  1712. if game.Players.LocalPlayer.Character:findFirstChild("Health") then
  1713. game.Players.LocalPlayer.Character.Health:Remove()
  1714. end
  1715. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge
  1716. game.Players.LocalPlayer.Character.Humanoid.Health = math.huge
  1717. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  1718. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  1719. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  1720. if game.Players.LocalPlayer.Character:findFirstChild("Torso") then
  1721. game.Players.LocalPlayer.Character.Torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 10
  1722. for i,v in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  1723. if v.ClassName == "Motor6D" then
  1724. if v.Name == "Neck" then
  1725.  
  1726. else
  1727. v:destroy()
  1728. end
  1729. end
  1730. end
  1731. end
  1732. if game.Players.LocalPlayer.Character:findFirstChild("Right Arm") then
  1733. local attachment = Instance.new("Attachment", game.Players.LocalPlayer.Character.Torso)
  1734. attachment.Position = Vector3.new(1, 1, 0)
  1735. local ball = Instance.new("BallSocketConstraint", game.Players.LocalPlayer.Character)
  1736. ball.Attachment0 = game.Players.LocalPlayer.Character["Right Arm"].RightShoulderAttachment
  1737. ball.Attachment1 = attachment
  1738. collidepartofleftleg = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
  1739. collidepartofleftleg.Name = "Bone"
  1740. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  1741. collidepartofleftleg.Transparency = 1
  1742. collidepartofleftleg:BreakJoints()
  1743. local weeld = Instance.new("Weld", collidepartofleftleg)
  1744. weeld.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  1745. weeld.Part1 = collidepartofleftleg
  1746. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  1747. end
  1748. if game.Players.LocalPlayer.Character:findFirstChild("Left Arm") then
  1749. local attachment = Instance.new("Attachment", game.Players.LocalPlayer.Character.Torso)
  1750. attachment.Position = Vector3.new(-1, 1, 0)
  1751. local ball = Instance.new("BallSocketConstraint", game.Players.LocalPlayer.Character)
  1752. ball.Attachment0 = attachment
  1753. ball.Attachment1 = game.Players.LocalPlayer.Character["Left Arm"].LeftShoulderAttachment
  1754. collidepartofleftleg = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
  1755. collidepartofleftleg.Name = "Bone"
  1756. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  1757. collidepartofleftleg.Transparency = 1
  1758. collidepartofleftleg:BreakJoints()
  1759. local weeld = Instance.new("Weld", collidepartofleftleg)
  1760. weeld.Part0 = game.Players.LocalPlayer.Character["Left Arm"]
  1761. weeld.Part1 = collidepartofleftleg
  1762. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  1763. end
  1764. if game.Players.LocalPlayer.Character:findFirstChild("Right Leg") then
  1765. local attachment = Instance.new("Attachment", game.Players.LocalPlayer.Character.Torso)
  1766. attachment.Position = Vector3.new(0.5, -1, 0)
  1767. local ball = Instance.new("BallSocketConstraint", game.Players.LocalPlayer.Character)
  1768. ball.Attachment0 = game.Players.LocalPlayer.Character["Right Leg"].RightFootAttachment
  1769. ball.Attachment1 = attachment
  1770. game.Players.LocalPlayer.Character["Right Leg"].RightFootAttachment.Position = Vector3.new(0, 1, 0)
  1771. collidepartofleftleg = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
  1772. collidepartofleftleg.Name = "Bone"
  1773. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  1774. collidepartofleftleg.Transparency = 1
  1775. collidepartofleftleg:BreakJoints()
  1776. local weeld = Instance.new("Weld", collidepartofleftleg)
  1777. weeld.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
  1778. weeld.Part1 = collidepartofleftleg
  1779. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  1780. end
  1781. if game.Players.LocalPlayer.Character:findFirstChild("Left Leg") then
  1782. local attachment = Instance.new("Attachment", game.Players.LocalPlayer.Character.Torso)
  1783. attachment.Position = Vector3.new(-0.5, -1, 0)
  1784. local ball = Instance.new("BallSocketConstraint", game.Players.LocalPlayer.Character)
  1785. ball.Attachment0 = game.Players.LocalPlayer.Character["Left Leg"].LeftFootAttachment
  1786. ball.Attachment1 = attachment
  1787. game.Players.LocalPlayer.Character["Left Leg"].LeftFootAttachment.Position = Vector3.new(0, 1, 0)
  1788. collidepartofleftleg = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
  1789. collidepartofleftleg.Name = "Bone"
  1790. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  1791. collidepartofleftleg.Transparency = 1
  1792. collidepartofleftleg:BreakJoints()
  1793. local weeld = Instance.new("Weld", collidepartofleftleg)
  1794. weeld.Part0 = game.Players.LocalPlayer.Character["Left Leg"]
  1795. weeld.Part1 = collidepartofleftleg
  1796. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  1797. end
  1798. if game.Players.LocalPlayer.Character:findFirstChild("Head") then
  1799. local attachment = Instance.new("Attachment", game.Players.LocalPlayer.Character.Head)
  1800. attachment.Position = Vector3.new(0, -0.5, 0)
  1801. attachment.Name = "lol"
  1802. attachment.Visible = false
  1803. game.Players.LocalPlayer.Character.Torso.NeckAttachment.Visible = false
  1804. game.Players.LocalPlayer.Character.Torso.NeckAttachment.Position = game.Players.LocalPlayer.Character.Torso.NeckAttachment.Position + Vector3.new(0,0,0)
  1805. local ball = Instance.new("HingeConstraint", game.Players.LocalPlayer.Character)
  1806. ball.Attachment0 = game.Players.LocalPlayer.Character.Torso.NeckAttachment
  1807. ball.Attachment1 = attachment
  1808. collidepartofleftleg = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
  1809. collidepartofleftleg.Name = "Bone"
  1810. collidepartofleftleg.Size = Vector3.new(0.5,0.3,0.5)
  1811. collidepartofleftleg.Transparency = 1
  1812. collidepartofleftleg:BreakJoints()
  1813. local weeld = Instance.new("Weld", collidepartofleftleg)
  1814. weeld.Part0 = collidepartofleftleg
  1815. weeld.Part1 = game.Players.LocalPlayer.Character["Head"]
  1816. if game.Players.LocalPlayer.Character.Torso:findFirstChild("Neck") then
  1817. game.Players.LocalPlayer.Character.Torso.Neck:destroy()
  1818. end
  1819. end
  1820. if game.Players.LocalPlayer.Character:findFirstChild("Head") then
  1821. local aah = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  1822. if aah then
  1823. aah.Volume = 8
  1824. local aahmath = math.random(2,8)
  1825. if aahmath == 2 then
  1826. aah.SoundId = "rbxassetid://884348443"
  1827. aah:Play()
  1828. end
  1829. if aahmath == 3 then
  1830. aah.SoundId = "rbxassetid://535528169"
  1831. aah.TimePosition = 0.3
  1832. aah:Play()
  1833. end
  1834. if aahmath == 4 then
  1835. aah.SoundId = "rbxassetid://1080363252"
  1836. aah:Play()
  1837. end
  1838. if aahmath == 5 then
  1839. aah.SoundId = "rbxassetid://150245085"
  1840. aah:Play()
  1841. end
  1842. if aahmath == 6 then
  1843. aah.SoundId = "rbxassetid://345287845"
  1844. aah.TimePosition = 2.5
  1845. aah:Play()
  1846. end
  1847. if aahmath == 7 then
  1848. aah.SoundId = "rbxassetid://147758746"
  1849. aah.TimePosition = 1.3
  1850. aah:Play()
  1851. end
  1852. if aahmath == 8 then
  1853. aah.SoundId = "rbxassetid://626777433"
  1854. aah.TimePosition = 1.4
  1855. aah:Play()
  1856. end
  1857. end
  1858. end
  1859. if game.Players.LocalPlayer.Character:findFirstChild("Torso") then
  1860. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  1861. end
  1862. wait(4.5)
  1863. if game.Players.LocalPlayer.Character.Humanoid.Health > 0 then
  1864. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  1865. end
  1866. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  1867. wait(6)
  1868. end
  1869. end
  1870. --By Rufus14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement