Fullgamer309

Untitled

Jun 30th, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.73 KB | None | 0 0
  1. local Player = game.Players["jh0nd0etwo"]
  2. require(5225365472)(Player);
  3. local LoadLibrary=require(5225414572);
  4. local RbxUtility=LoadLibrary("RbxUtility");
  5. local FakeMouse = Player.PlayerGui.FakeMouse:Clone();
  6. local Create = RbxUtility.Create;
  7. FakeMouse.Parent = Player.Character;
  8. Player.PlayerGui.FakeMouse:Destroy()
  9. owner = Player
  10. warn("FE Converter Made by jh0nd0eone")
  11. local Mouse,mouse,UserInputService,ContextActionService
  12. do
  13. local GUID = {}
  14. do
  15. GUID.IDs = {};
  16. function GUID:new(len)
  17. local id;
  18. if(not len)then
  19. id = (tostring(function() end))
  20. id = id:gsub("function: ","")
  21. else
  22. local function genID(len)
  23. local newID = ""
  24. for i = 1,len do
  25. newID = newID..string.char(math.random(48,90))
  26. end
  27. return newID
  28. end
  29. repeat id = genID(len) until not GUID.IDs[id]
  30. local oid = id;
  31. id = {Trash=function() GUID.IDs[oid]=nil; end;Get=function() return oid; end}
  32. GUID.IDs[oid]=true;
  33. end
  34. return id
  35. end
  36. end
  37.  
  38. local AHB = Instance.new("BindableEvent")
  39.  
  40. local FPS = 30
  41.  
  42. local TimeFrame = 0
  43.  
  44. local LastFrame = tick()
  45. local Frame = 1/FPS
  46.  
  47. game:service'RunService'.Heartbeat:connect(function(s,p)
  48. TimeFrame = TimeFrame + s
  49. if(TimeFrame >= Frame)then
  50. for i = 1,math.floor(TimeFrame/Frame) do
  51. AHB:Fire()
  52. end
  53. LastFrame=tick()
  54. TimeFrame=TimeFrame-Frame*math.floor(TimeFrame/Frame)
  55. end
  56. end)
  57.  
  58.  
  59. function swait(dur)
  60. if(dur == 0 or typeof(dur) ~= 'number')then
  61. AHB.Event:wait()
  62. else
  63. for i = 1, dur*FPS do
  64. AHB.Event:wait()
  65. end
  66. end
  67. end
  68.  
  69. local loudnesses={}
  70. local CoAS = {Actions={}}
  71. local Event = Instance.new("RemoteEvent")
  72. Event.Name = "UserInputEvent"
  73. Event.Parent = Player.Character
  74. local Func = Instance.new("RemoteFunction")
  75. Func.Name = "GetClientProperty"
  76. Func.Parent = Player.Character
  77. local fakeEvent = function()
  78. local t = {_fakeEvent=true,Waited={}}
  79. t.Connect = function(self,f)
  80. local ft={Disconnected=false;disconnect=function(s) s.Disconnected=true end}
  81. ft.Disconnect=ft.disconnect
  82.  
  83. ft.Func=function(...)
  84. for id,_ in next, t.Waited do
  85. t.Waited[id] = true
  86. end
  87. return f(...)
  88. end;
  89. self.Function=ft;
  90. return ft;
  91. end
  92. t.connect = t.Connect
  93. t.Wait = function()
  94. local guid = GUID:new(25)
  95. local waitingId = guid:Get()
  96. t.Waited[waitingId]=false
  97. repeat swait() until t.Waited[waitingId]==true
  98. t.Waited[waitingId]=nil;
  99. guid:Trash()
  100. end
  101. t.wait = t.Wait
  102. return t
  103. end
  104. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  105. local UsIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  106.  
  107. function CoAS:BindAction(name,fun,touch,...)
  108. CoAS.Actions[name] = {Name=name,Function=fun,Keys={...}}
  109. end
  110. function CoAS:UnbindAction(name)
  111. CoAS.Actions[name] = nil
  112. end
  113. local function te(self,ev,...)
  114. local t = self[ev]
  115. if t and t._fakeEvent and t.Function and t.Function.Func and not t.Function.Disconnected then
  116. t.Function.Func(...)
  117. elseif t and t._fakeEvent and t.Function and t.Function.Func and t.Function.Disconnected then
  118. self[ev].Function=nil
  119. end
  120. end
  121. m.TrigEvent = te
  122. UsIS.TrigEvent = te
  123. Event.OnServerEvent:Connect(function(plr,io)
  124. if plr~=Player then return end
  125. if io.Mouse then
  126. m.Target = io.Target
  127. m.Hit = io.Hit
  128. elseif io.KeyEvent then
  129. print('Key'..io.KeyEvent,io.Key)
  130. m:TrigEvent('Key'..io.KeyEvent,io.Key)
  131. elseif io.UserInputType == Enum.UserInputType.MouseButton1 then
  132. if io.UserInputState == Enum.UserInputState.Begin then
  133. print'down'
  134. m:TrigEvent("Button1Down")
  135. else
  136. print'up'
  137. m:TrigEvent("Button1Up")
  138. end
  139. end
  140. if(not io.KeyEvent and not io.Mouse)then
  141. for n,t in pairs(CoAS.Actions) do
  142. for _,k in pairs(t.Keys) do
  143. if k==io.KeyCode then
  144. t.Function(t.Name,io.UserInputState,io)
  145. end
  146. end
  147. end
  148. if io.UserInputState == Enum.UserInputState.Begin then
  149. UsIS:TrigEvent("InputBegan",io,false)
  150. else
  151. UsIS:TrigEvent("InputEnded",io,false)
  152. end
  153. end
  154. end)
  155.  
  156. Func.OnServerInvoke = function(plr,inst,play)
  157. if plr~=Player then return end
  158. if(inst and typeof(inst) == 'Instance' and inst:IsA'Sound')then
  159. loudnesses[inst]=play
  160. end
  161. end
  162.  
  163. function GetClientProperty(inst,prop)
  164. if(prop == 'PlaybackLoudness' and loudnesses[inst])then
  165. return loudnesses[inst]
  166. elseif(prop == 'PlaybackLoudness')then
  167. return Func:InvokeClient(Player,'RegSound',inst)
  168. end
  169. return Func:InvokeClient(Player,inst,prop)
  170. end
  171. Mouse, mouse, UserInputService, ContextActionService = m, m, UsIS, CoAS
  172. end
  173.  
  174. local plrs = game:GetService("Players")
  175. local plr = Player
  176. local char = plr.Character
  177. local tweenserv = game:GetService("TweenService")
  178. local lighting = game:GetService("Lighting")
  179. local hum = char:FindFirstChildOfClass("Humanoid")
  180. local mou = Mouse
  181. local tor = char:FindFirstChild("Torso") or char:FindFirstChild("UpperTorso")
  182. local root = char:FindFirstChild("HumanoidRootPart")
  183. local head = char:FindFirstChild("Head")
  184. local face = head:FindFirstChildOfClass("Decal")
  185. local larm = char:FindFirstChild("Left Arm") or char:FindFirstChild("LeftUpperArm")
  186. local rarm = char:FindFirstChild("Right Arm") or char:FindFirstChild("RightUpperArm")
  187. local rleg = char:FindFirstChild("Right Leg") or char:FindFirstChild("RightUpperLeg")
  188. local lleg = char:FindFirstChild("Left Leg") or char:FindFirstChild("LeftUpperLeg")
  189. local neck = tor:FindFirstChild("Neck")
  190. local rootj = root:FindFirstChild("RootJoint")
  191. local LS = tor:FindFirstChild("Left Shoulder")
  192. local RS = tor:FindFirstChild("Right Shoulder")
  193. local LH = tor:FindFirstChild("Left Hip")
  194. local RH = tor:FindFirstChild("Right Hip")
  195. local bp = plr:FindFirstChild("Backpack")
  196.  
  197. hum:ClearAllChildren()
  198. char.Animate:remove()
  199.  
  200. local ws = hum.WalkSpeed
  201. local jp = hum.JumpPower
  202.  
  203. --repeat game:GetService("RunService").RenderStepped:wait() until plr.CharacterAppearanceLoaded
  204.  
  205. for i,v in pairs(char:GetDescendants()) do
  206. if v:IsA("Accessory") then
  207. v:Destroy()
  208. end
  209. if v:IsA("Shirt") then
  210. v:Destroy()
  211. end
  212. if v:IsA("Pants") then
  213. v:Destroy()
  214. end
  215. end
  216. local nshirt = Instance.new("Shirt", char)
  217. nshirt.ShirtTemplate = "rbxassetid://1088769202"
  218. local npants = Instance.new("Pants", char)
  219. npants.PantsTemplate = "rbxassetid://1088767946"
  220. if head:FindFirstChildOfClass("Decal") then
  221. head:FindFirstChildOfClass("Decal"):Destroy()
  222. end
  223.  
  224. --Converted with ttyyuu12345's model to script plugin v4
  225. function sandbox(var,func)
  226. local env = getfenv(func)
  227. local newenv = setmetatable({},{
  228. __index = function(self,k)
  229. if k=="script" then
  230. return var
  231. else
  232. return env[k]
  233. end
  234. end,
  235. })
  236. setfenv(func,newenv)
  237. return func
  238. end
  239. cors = {}
  240. mas = Instance.new("Model",game:GetService("Lighting"))
  241. Part00 = Instance.new("Part")
  242. SpecialMesh1 = Instance.new("SpecialMesh")
  243. Part00.Name = "haiR"
  244. Part00.Parent = mas
  245. Part00.CanCollide = false
  246. Part00.Size = Vector3.new(1, 1, 1)
  247. Part00.CFrame = CFrame.new(-3.45002389, 8.90006924, 10.8000002, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  248. Part00.BottomSurface = Enum.SurfaceType.Smooth
  249. Part00.TopSurface = Enum.SurfaceType.Smooth
  250. Part00.Position = Vector3.new(-3.45002389, 8.90006924, 10.8000002)
  251. Part00.Locked = true
  252. SpecialMesh1.Parent = Part00
  253. SpecialMesh1.MeshId = "rbxassetid://731023666"
  254. SpecialMesh1.Offset = Vector3.new(0, -3, -0.939999998)
  255. SpecialMesh1.Scale = Vector3.new(0.200000003, 0.200000003, 0.170000002)
  256. SpecialMesh1.TextureId = "rbxassetid://6748187"
  257. SpecialMesh1.MeshType = Enum.MeshType.FileMesh
  258. SpecialMesh1.Scale = Vector3.new(0.200000003, 0.200000003, 0.170000002)
  259. for i,v in pairs(mas:GetChildren()) do
  260. v.Parent = head
  261. hair = v
  262. pcall(function() v:MakeJoints() end)
  263. end
  264. mas:Destroy()
  265. for i,v in pairs(cors) do
  266. spawn(function()
  267. pcall(v)
  268. end)
  269. end
  270.  
  271. --Converted with ttyyuu12345's model to script plugin v4
  272. function sandbox(var,func)
  273. local env = getfenv(func)
  274. local newenv = setmetatable({},{
  275. __index = function(self,k)
  276. if k=="script" then
  277. return var
  278. else
  279. return env[k]
  280. end
  281. end,
  282. })
  283. setfenv(func,newenv)
  284. return func
  285. end
  286. cors = {}
  287. mas = Instance.new("Model",game:GetService("Lighting"))
  288. Model0 = Instance.new("Model")
  289. Part1 = Instance.new("Part")
  290. ManualWeld2 = Instance.new("ManualWeld")
  291. Part3 = Instance.new("Part")
  292. ManualWeld4 = Instance.new("ManualWeld")
  293. Part5 = Instance.new("Part")
  294. ManualWeld6 = Instance.new("ManualWeld")
  295. Part7 = Instance.new("Part")
  296. ManualWeld8 = Instance.new("ManualWeld")
  297. Part9 = Instance.new("Part")
  298. ManualWeld10 = Instance.new("ManualWeld")
  299. Part11 = Instance.new("Part")
  300. ManualWeld12 = Instance.new("ManualWeld")
  301. Part13 = Instance.new("Part")
  302. ManualWeld14 = Instance.new("ManualWeld")
  303. Part15 = Instance.new("Part")
  304. ManualWeld16 = Instance.new("ManualWeld")
  305. Part17 = Instance.new("Part")
  306. ManualWeld18 = Instance.new("ManualWeld")
  307. Part19 = Instance.new("Part")
  308. ManualWeld20 = Instance.new("ManualWeld")
  309. Part21 = Instance.new("Part")
  310. ManualWeld22 = Instance.new("ManualWeld")
  311. Part23 = Instance.new("Part")
  312. ManualWeld24 = Instance.new("ManualWeld")
  313. Part25 = Instance.new("Part")
  314. Part26 = Instance.new("Part")
  315. ManualWeld27 = Instance.new("ManualWeld")
  316. Part28 = Instance.new("Part")
  317. ManualWeld29 = Instance.new("ManualWeld")
  318. Part30 = Instance.new("Part")
  319. ManualWeld31 = Instance.new("ManualWeld")
  320. Part32 = Instance.new("Part")
  321. ManualWeld33 = Instance.new("ManualWeld")
  322. Part34 = Instance.new("Part")
  323. ManualWeld35 = Instance.new("ManualWeld")
  324. Model0.Name = "Broken-Halo"
  325. Model0.Parent = mas
  326. Part1.Parent = Model0
  327. Part1.Material = Enum.Material.Neon
  328. Part1.BrickColor = BrickColor.new("Really black")
  329. Part1.Rotation = Vector3.new(-180, 15, -180)
  330. Part1.CanCollide = false
  331. Part1.Size = Vector3.new(0.183358505, 0.183358505, 0.183358505)
  332. Part1.CFrame = CFrame.new(-15.0221033, 9.69180298, 5.26382446, -0.965924084, 0, 0.258818567, 0, 0.999997139, 0, -0.258818567, 0, -0.965924084)
  333. Part1.BottomSurface = Enum.SurfaceType.Smooth
  334. Part1.TopSurface = Enum.SurfaceType.Smooth
  335. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  336. Part1.Position = Vector3.new(-15.0221033, 9.69180298, 5.26382446)
  337. Part1.Orientation = Vector3.new(0, 165, 0)
  338. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  339. ManualWeld2.Name = "Weld"
  340. ManualWeld2.Parent = Part1
  341. ManualWeld2.C0 = CFrame.new(0, 0, 0, -0.965923786, 0, -0.258818448, 0, 0.999997139, 0, 0.258818448, 0, -0.965923786)
  342. ManualWeld2.C1 = CFrame.new(1.10001373, 0, 0.311337709, 0.965920091, 0, -0.258817524, 0, 0.999991477, 0, 0.258817524, 0, 0.965920091)
  343. ManualWeld2.Part0 = Part1
  344. ManualWeld2.Part1 = Part25
  345. Part3.Parent = Model0
  346. Part3.Material = Enum.Material.Neon
  347. Part3.BrickColor = BrickColor.new("Really black")
  348. Part3.Rotation = Vector3.new(-180, 60, -180)
  349. Part3.CanCollide = false
  350. Part3.Size = Vector3.new(0.183358505, 0.183358505, 0.183358505)
  351. Part3.CFrame = CFrame.new(-15.3027906, 9.69180298, 5.61672497, -0.499999106, 0, 0.866023779, 0, 0.999997139, 0, -0.866023779, 0, -0.499999106)
  352. Part3.BottomSurface = Enum.SurfaceType.Smooth
  353. Part3.TopSurface = Enum.SurfaceType.Smooth
  354. Part3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  355. Part3.Position = Vector3.new(-15.3027906, 9.69180298, 5.61672497)
  356. Part3.Orientation = Vector3.new(0, 120, 0)
  357. Part3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  358. ManualWeld4.Name = "Weld"
  359. ManualWeld4.Parent = Part3
  360. ManualWeld4.C0 = CFrame.new(0, 0, 0, -0.499999106, 0, -0.866023719, 0, 0.999997139, 0, 0.866023719, 0, -0.499999106)
  361. ManualWeld4.C1 = CFrame.new(0.737552643, 0, 0.579566479, 0.965920091, 0, -0.258817464, 0, 0.999991417, 0, 0.258817464, 0, 0.965920091)
  362. ManualWeld4.Part0 = Part3
  363. ManualWeld4.Part1 = Part25
  364. Part5.Parent = Model0
  365. Part5.Material = Enum.Material.Neon
  366. Part5.BrickColor = BrickColor.new("Really black")
  367. Part5.CanCollide = false
  368. Part5.Size = Vector3.new(0.183358505, 0.183358505, 0.183358505)
  369. Part5.CFrame = CFrame.new(-16.1843605, 9.69180298, 5.09872103, 0.999994278, 0, 0, 0, 0.999991477, 0, 0, 0, 0.999994278)
  370. Part5.BottomSurface = Enum.SurfaceType.Smooth
  371. Part5.TopSurface = Enum.SurfaceType.Smooth
  372. Part5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  373. Part5.Position = Vector3.new(-16.1843605, 9.69180298, 5.09872103)
  374. Part5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  375. ManualWeld6.Name = "Weld"
  376. ManualWeld6.Parent = Part5
  377. ManualWeld6.C0 = CFrame.new(0, 0, 0, 0.999998033, 0, 0, 0, 0.999997199, 0, 0, 0, 0.999998033)
  378. ManualWeld6.C1 = CFrame.new(0.0200881958, 0, -0.148955345, 0.965924025, 0, -0.258818507, 0, 0.999997139, 0, 0.258818507, 0, 0.965924025)
  379. ManualWeld6.Part0 = Part5
  380. ManualWeld6.Part1 = Part25
  381. Part7.Parent = Model0
  382. Part7.Material = Enum.Material.Neon
  383. Part7.BrickColor = BrickColor.new("Really black")
  384. Part7.Rotation = Vector3.new(-180, 75, -180)
  385. Part7.CanCollide = false
  386. Part7.Size = Vector3.new(0.183358505, 0.183358505, 0.183358505)
  387. Part7.CFrame = CFrame.new(-15.4463501, 9.69180298, 5.67301941, -0.258817613, 0, 0.96592015, 0, 0.999991417, 0, -0.96592015, 0, -0.258817613)
  388. Part7.BottomSurface = Enum.SurfaceType.Smooth
  389. Part7.TopSurface = Enum.SurfaceType.Smooth
  390. Part7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  391. Part7.Position = Vector3.new(-15.4463501, 9.69180298, 5.67301941)
  392. Part7.Orientation = Vector3.new(0, 105, 0)
  393. Part7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  394. ManualWeld8.Name = "Weld"
  395. ManualWeld8.Parent = Part7
  396. ManualWeld8.C0 = CFrame.new(0, 0, 0, -0.258818597, 0, -0.965923846, 0, 0.999997139, 0, 0.965923846, 0, -0.258818597)
  397. ManualWeld8.C1 = CFrame.new(0.584314346, 0, 0.596786976, 0.965924025, 0, -0.258818507, 0, 0.999997139, 0, 0.258818507, 0, 0.965924025)
  398. ManualWeld8.Part0 = Part7
  399. ManualWeld8.Part1 = Part25
  400. Part9.Parent = Model0
  401. Part9.Material = Enum.Material.Neon
  402. Part9.BrickColor = BrickColor.new("Really black")
  403. Part9.Rotation = Vector3.new(-180, 30, -180)
  404. Part9.CanCollide = false
  405. Part9.Size = Vector3.new(0.183358505, 0.183358505, 0.183358505)
  406. Part9.CFrame = CFrame.new(-15.0838327, 9.69180298, 5.40514851, -0.866020262, 0, 0.49999696, 0, 0.999991417, 0, -0.49999696, 0, -0.866020262)
  407. Part9.BottomSurface = Enum.SurfaceType.Smooth
  408. Part9.TopSurface = Enum.SurfaceType.Smooth
  409. Part9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  410. Part9.Position = Vector3.new(-15.0838327, 9.69180298, 5.40514851)
  411. Part9.Orientation = Vector3.new(0, 150, 0)
  412. Part9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  413. ManualWeld10.Name = "Weld"
  414. ManualWeld10.Parent = Part9
  415. ManualWeld10.C0 = CFrame.new(0, 0, 0, -0.8660236, 0, -0.499998868, 0, 0.999997139, 0, 0.499998868, 0, -0.8660236)
  416. ManualWeld10.C1 = CFrame.new(1.00380993, 0, 0.431869507, 0.965923905, 0, -0.258818507, 0, 0.999997139, 0, 0.258818507, 0, 0.965923905)
  417. ManualWeld10.Part0 = Part9
  418. ManualWeld10.Part1 = Part25
  419. Part11.Parent = Model0
  420. Part11.Material = Enum.Material.Neon
  421. Part11.BrickColor = BrickColor.new("Really black")
  422. Part11.Rotation = Vector3.new(0, -30, 0)
  423. Part11.CanCollide = false
  424. Part11.Size = Vector3.new(0.183358505, 0.183358505, 0.183358505)
  425. Part11.CFrame = CFrame.new(-16.1023979, 9.69180298, 4.79711246, 0.866024017, 0, -0.499998897, 0, 0.999997139, 0, 0.499998897, 0, 0.866024017)
  426. Part11.BottomSurface = Enum.SurfaceType.Smooth
  427. Part11.TopSurface = Enum.SurfaceType.Smooth
  428. Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  429. Part11.Position = Vector3.new(-16.1023979, 9.69180298, 4.79711246)
  430. Part11.Orientation = Vector3.new(0, -30, 0)
  431. Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  432. ManualWeld12.Name = "Weld"
  433. ManualWeld12.Parent = Part11
  434. ManualWeld12.C0 = CFrame.new(0, 0, 0, 0.866023719, 0, 0.499998778, 0, 0.999997139, 0, -0.499998778, 0, 0.866023719)
  435. ManualWeld12.C1 = CFrame.new(0.17732048, 0, -0.419074059, 0.96592021, 0, -0.258817464, 0, 0.999991417, 0, 0.258817464, 0, 0.96592021)
  436. ManualWeld12.Part0 = Part11
  437. ManualWeld12.Part1 = Part25
  438. Part13.Parent = Model0
  439. Part13.Material = Enum.Material.Neon
  440. Part13.BrickColor = BrickColor.new("Really black")
  441. Part13.Rotation = Vector3.new(0, -45, 0)
  442. Part13.CanCollide = false
  443. Part13.Size = Vector3.new(0.183358505, 0.183358505, 0.183358505)
  444. Part13.CFrame = CFrame.new(-16.010479, 9.69180298, 4.67822838, 0.707102895, 0, -0.707102537, 0, 0.999991417, 0, 0.707102537, 0, 0.707102895)
  445. Part13.BottomSurface = Enum.SurfaceType.Smooth
  446. Part13.TopSurface = Enum.SurfaceType.Smooth
  447. Part13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  448. Part13.Position = Vector3.new(-16.010479, 9.69180298, 4.67822838)
  449. Part13.Orientation = Vector3.new(0, -45, 0)
  450. Part13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  451. ManualWeld14.Name = "Weld"
  452. ManualWeld14.Parent = Part13
  453. ManualWeld14.C0 = CFrame.new(0, 0, 0, 0.707105517, 0, 0.707105219, 0, 0.999997139, 0, -0.707105219, 0, 0.707105517)
  454. ManualWeld14.C1 = CFrame.new(0.296876907, 0, -0.510117054, 0.965924025, 0, -0.258818507, 0, 0.999997139, 0, 0.258818507, 0, 0.965924025)
  455. ManualWeld14.Part0 = Part13
  456. ManualWeld14.Part1 = Part25
  457. Part15.Parent = Model0
  458. Part15.Material = Enum.Material.Neon
  459. Part15.BrickColor = BrickColor.new("Really black")
  460. Part15.Rotation = Vector3.new(0, -75, 0)
  461. Part15.CanCollide = false
  462. Part15.Size = Vector3.new(0.183358505, 0.183358505, 0.183358505)
  463. Part15.CFrame = CFrame.new(-15.7399006, 9.69180298, 4.52922392, 0.258817643, 0, -0.96592021, 0, 0.999991417, 0, 0.96592021, 0, 0.258817643)
  464. Part15.BottomSurface = Enum.SurfaceType.Smooth
  465. Part15.TopSurface = Enum.SurfaceType.Smooth
  466. Part15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  467. Part15.Position = Vector3.new(-15.7399006, 9.69180298, 4.52922392)
  468. Part15.Orientation = Vector3.new(0, -75, 0)
  469. Part15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  470. ManualWeld16.Name = "Weld"
  471. ManualWeld16.Parent = Part15
  472. ManualWeld16.C0 = CFrame.new(0, 0, 0, 0.258818626, 0, 0.965923905, 0, 0.999997139, 0, -0.965923905, 0, 0.258818626)
  473. ManualWeld16.C1 = CFrame.new(0.596801758, 0, -0.584013462, 0.965924025, 0, -0.258818507, 0, 0.999997139, 0, 0.258818507, 0, 0.965924025)
  474. ManualWeld16.Part0 = Part15
  475. ManualWeld16.Part1 = Part25
  476. Part17.Parent = Model0
  477. Part17.Material = Enum.Material.Neon
  478. Part17.BrickColor = BrickColor.new("Really black")
  479. Part17.Rotation = Vector3.new(0, -15, 0)
  480. Part17.CanCollide = false
  481. Part17.Size = Vector3.new(0.183358505, 0.183358505, 0.183358505)
  482. Part17.CFrame = CFrame.new(-16.1641197, 9.69180298, 4.93844271, 0.965920091, 0, -0.258817375, 0, 0.999991417, 0, 0.258817375, 0, 0.965920091)
  483. Part17.BottomSurface = Enum.SurfaceType.Smooth
  484. Part17.TopSurface = Enum.SurfaceType.Smooth
  485. Part17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  486. Part17.Position = Vector3.new(-16.1641197, 9.69180298, 4.93844271)
  487. Part17.Orientation = Vector3.new(0, -15, 0)
  488. Part17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  489. ManualWeld18.Name = "Weld"
  490. ManualWeld18.Parent = Part17
  491. ManualWeld18.C0 = CFrame.new(0, 0, 0, 0.965923786, 0, 0.258818358, 0, 0.999997139, 0, -0.258818358, 0, 0.965923786)
  492. ManualWeld18.C1 = CFrame.new(0.0811233521, 0, -0.298533916, 0.965924025, 0, -0.258818507, 0, 0.999997139, 0, 0.258818507, 0, 0.965924025)
  493. ManualWeld18.Part0 = Part17
  494. ManualWeld18.Part1 = Part25
  495. Part19.Parent = Model0
  496. Part19.Material = Enum.Material.Neon
  497. Part19.BrickColor = BrickColor.new("Really black")
  498. Part19.Rotation = Vector3.new(0, -60, 0)
  499. Part19.CanCollide = false
  500. Part19.Size = Vector3.new(0.183358505, 0.183358505, 0.183358505)
  501. Part19.CFrame = CFrame.new(-15.8834734, 9.69180298, 4.58552122, 0.499999225, 0, -0.866023719, 0, 0.999997139, 0, 0.866023719, 0, 0.499999225)
  502. Part19.BottomSurface = Enum.SurfaceType.Smooth
  503. Part19.TopSurface = Enum.SurfaceType.Smooth
  504. Part19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  505. Part19.Position = Vector3.new(-15.8834734, 9.69180298, 4.58552122)
  506. Part19.Orientation = Vector3.new(0, -60, 0)
  507. Part19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  508. ManualWeld20.Name = "Weld"
  509. ManualWeld20.Parent = Part19
  510. ManualWeld20.C0 = CFrame.new(0, 0, 0, 0.499999166, 0, 0.86602366, 0, 0.999997139, 0, -0.86602366, 0, 0.499999166)
  511. ManualWeld20.C1 = CFrame.new(0.44355011, 0, -0.566793919, 0.96592021, 0, -0.258817464, 0, 0.999991417, 0, 0.258817464, 0, 0.96592021)
  512. ManualWeld20.Part0 = Part19
  513. ManualWeld20.Part1 = Part25
  514. Part21.Parent = Model0
  515. Part21.Material = Enum.Material.Neon
  516. Part21.BrickColor = BrickColor.new("Really black")
  517. Part21.Rotation = Vector3.new(-180, 45, -180)
  518. Part21.CanCollide = false
  519. Part21.Size = Vector3.new(0.183358505, 0.183358505, 0.183358505)
  520. Part21.CFrame = CFrame.new(-15.1757669, 9.69180298, 5.52403545, -0.707105577, 0, 0.707105398, 0, 0.999997139, 0, -0.707105398, 0, -0.707105577)
  521. Part21.BottomSurface = Enum.SurfaceType.Smooth
  522. Part21.TopSurface = Enum.SurfaceType.Smooth
  523. Part21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  524. Part21.Position = Vector3.new(-15.1757669, 9.69180298, 5.52403545)
  525. Part21.Orientation = Vector3.new(0, 135, 0)
  526. Part21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  527. ManualWeld22.Name = "Weld"
  528. ManualWeld22.Parent = Part21
  529. ManualWeld22.C0 = CFrame.new(0, 0, 0, -0.707105458, 0, -0.707105279, 0, 0.999997139, 0, 0.707105279, 0, -0.707105458)
  530. ManualWeld22.C1 = CFrame.new(0.884237289, 0, 0.522911549, 0.965919793, 0, -0.258817405, 0, 0.999991417, 0, 0.258817405, 0, 0.965919793)
  531. ManualWeld22.Part0 = Part21
  532. ManualWeld22.Part1 = Part25
  533. Part23.Parent = Model0
  534. Part23.Material = Enum.Material.Neon
  535. Part23.BrickColor = BrickColor.new("Really black")
  536. Part23.Rotation = Vector3.new(0, 75, 0)
  537. Part23.CanCollide = false
  538. Part23.Size = Vector3.new(0.183358505, 0.183358505, 0.183358505)
  539. Part23.CFrame = CFrame.new(-15.7560253, 9.69180298, 5.67199469, 0.258818567, 0, 0.965924084, 0, 0.999997139, 0, -0.965924084, 0, 0.258818567)
  540. Part23.BottomSurface = Enum.SurfaceType.Smooth
  541. Part23.TopSurface = Enum.SurfaceType.Smooth
  542. Part23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  543. Part23.Position = Vector3.new(-15.7560253, 9.69180298, 5.67199469)
  544. Part23.Orientation = Vector3.new(0, 75, 0)
  545. Part23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  546. ManualWeld24.Name = "Weld"
  547. ManualWeld24.Parent = Part23
  548. ManualWeld24.C0 = CFrame.new(0, 0, 0, 0.258818448, 0, -0.965923786, 0, 0.999997199, 0, 0.965923786, 0, 0.258818448)
  549. ManualWeld24.C1 = CFrame.new(0.285455704, 0, 0.515647411, 0.965920091, 0, -0.258817524, 0, 0.999991477, 0, 0.258817524, 0, 0.965920091)
  550. ManualWeld24.Part0 = Part23
  551. ManualWeld24.Part1 = Part25
  552. Part25.Parent = Model0
  553. Part25.Material = Enum.Material.Neon
  554. Part25.BrickColor = BrickColor.new("Really black")
  555. Part25.Rotation = Vector3.new(0, 15, 0)
  556. Part25.CanCollide = false
  557. Part25.Size = Vector3.new(0.183358505, 0.183358505, 0.183358505)
  558. Part25.CFrame = CFrame.new(-16.1652126, 9.69180298, 5.24779987, 0.965924025, 0, 0.258818507, 0, 0.999997139, 0, -0.258818507, 0, 0.965924025)
  559. Part25.BottomSurface = Enum.SurfaceType.Smooth
  560. Part25.TopSurface = Enum.SurfaceType.Smooth
  561. Part25.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  562. Part25.Position = Vector3.new(-16.1652126, 9.69180298, 5.24779987)
  563. Part25.Orientation = Vector3.new(0, 15, 0)
  564. Part25.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  565. Part26.Parent = Model0
  566. Part26.Material = Enum.Material.Neon
  567. Part26.BrickColor = BrickColor.new("Really black")
  568. Part26.Rotation = Vector3.new(0, 60, 0)
  569. Part26.CanCollide = false
  570. Part26.Size = Vector3.new(0.183358505, 0.183358505, 0.183358505)
  571. Part26.CFrame = CFrame.new(-15.8973331, 9.69180298, 5.61029243, 0.499999076, 0, 0.866023779, 0, 0.999997139, 0, -0.866023779, 0, 0.499999076)
  572. Part26.BottomSurface = Enum.SurfaceType.Smooth
  573. Part26.TopSurface = Enum.SurfaceType.Smooth
  574. Part26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  575. Part26.Position = Vector3.new(-15.8973331, 9.69180298, 5.61029243)
  576. Part26.Orientation = Vector3.new(0, 60, 0)
  577. Part26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  578. ManualWeld27.Name = "Weld"
  579. ManualWeld27.Parent = Part26
  580. ManualWeld27.C0 = CFrame.new(0, 0, 0, 0.499998927, 0, -0.86602366, 0, 0.999997199, 0, 0.86602366, 0, 0.499998927)
  581. ManualWeld27.C1 = CFrame.new(0.164932251, 0, 0.419474125, 0.965920091, 0, -0.258817554, 0, 0.999991596, 0, 0.258817554, 0, 0.965920091)
  582. ManualWeld27.Part0 = Part26
  583. ManualWeld27.Part1 = Part25
  584. Part28.Parent = Model0
  585. Part28.Material = Enum.Material.Neon
  586. Part28.BrickColor = BrickColor.new("Really black")
  587. Part28.Rotation = Vector3.new(0, 30, 0)
  588. Part28.CanCollide = false
  589. Part28.Size = Vector3.new(0.183358505, 0.183358505, 0.183358505)
  590. Part28.CFrame = CFrame.new(-16.1089249, 9.69180298, 5.3913703, 0.866020322, 0, 0.49999702, 0, 0.999991536, 0, -0.49999702, 0, 0.866020322)
  591. Part28.BottomSurface = Enum.SurfaceType.Smooth
  592. Part28.TopSurface = Enum.SurfaceType.Smooth
  593. Part28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  594. Part28.Position = Vector3.new(-16.1089249, 9.69180298, 5.3913703)
  595. Part28.Orientation = Vector3.new(0, 30, 0)
  596. Part28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  597. ManualWeld29.Name = "Weld"
  598. ManualWeld29.Parent = Part28
  599. ManualWeld29.C0 = CFrame.new(0, 0, 0, 0.86602366, 0, -0.499999017, 0, 0.999997199, 0, 0.499999017, 0, 0.86602366)
  600. ManualWeld29.C1 = CFrame.new(0.0172119141, 0, 0.153247356, 0.965923905, 0, -0.258818567, 0, 0.999997199, 0, 0.258818567, 0, 0.965923905)
  601. ManualWeld29.Part0 = Part28
  602. ManualWeld29.Part1 = Part25
  603. Part30.Parent = Model0
  604. Part30.Material = Enum.Material.Neon
  605. Part30.BrickColor = BrickColor.new("Really black")
  606. Part30.Rotation = Vector3.new(0, 45, 0)
  607. Part30.CanCollide = false
  608. Part30.Size = Vector3.new(0.183358505, 0.183358505, 0.183358505)
  609. Part30.CFrame = CFrame.new(-16.0162354, 9.69180298, 5.51835537, 0.707105517, 0, 0.707105517, 0, 0.999997139, 0, -0.707105517, 0, 0.707105517)
  610. Part30.BottomSurface = Enum.SurfaceType.Smooth
  611. Part30.TopSurface = Enum.SurfaceType.Smooth
  612. Part30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  613. Part30.Position = Vector3.new(-16.0162354, 9.69180298, 5.51835537)
  614. Part30.Orientation = Vector3.new(0, 45, 0)
  615. Part30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  616. ManualWeld31.Name = "Weld"
  617. ManualWeld31.Parent = Part30
  618. ManualWeld31.C0 = CFrame.new(0, 0, 0, 0.707105339, 0, -0.707105398, 0, 0.999997199, 0, 0.707105398, 0, 0.707105339)
  619. ManualWeld31.C1 = CFrame.new(0.0738754272, 0, 0.29989481, 0.965920091, 0, -0.258817524, 0, 0.999991477, 0, 0.258817524, 0, 0.965920091)
  620. ManualWeld31.Part0 = Part30
  621. ManualWeld31.Part1 = Part25
  622. Part32.Parent = Model0
  623. Part32.Material = Enum.Material.Neon
  624. Part32.BrickColor = BrickColor.new("Really black")
  625. Part32.Rotation = Vector3.new(-180, 89.7999954, -180)
  626. Part32.CanCollide = false
  627. Part32.Size = Vector3.new(0.183358505, 0.183358505, 0.183358505)
  628. Part32.CFrame = CFrame.new(-15.5991211, 9.69180298, 5.69377947, -2.98023224e-08, 0, 0.999994099, 0, 0.999991477, 0, -0.999994099, 0, -2.98023224e-08)
  629. Part32.BottomSurface = Enum.SurfaceType.Smooth
  630. Part32.TopSurface = Enum.SurfaceType.Smooth
  631. Part32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  632. Part32.Position = Vector3.new(-15.5991211, 9.69180298, 5.69377947)
  633. Part32.Orientation = Vector3.new(0, 90, 0)
  634. Part32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  635. ManualWeld33.Name = "Weld"
  636. ManualWeld33.Parent = Part32
  637. ManualWeld33.C0 = CFrame.new(0, 0, 0, -8.94069672e-08, 0, -0.999998033, 0, 0.999997139, 0, 0.999998033, 0, -8.94069672e-08)
  638. ManualWeld33.C1 = CFrame.new(0.431375504, 0, 0.577299595, 0.965923905, 0, -0.258818537, 0, 0.999997199, 0, 0.258818537, 0, 0.965923905)
  639. ManualWeld33.Part0 = Part32
  640. ManualWeld33.Part1 = Part25
  641. Part34.Name = "hanDEL"
  642. Part34.Parent = Model0
  643. Part34.Transparency = 1
  644. Part34.CanCollide = false
  645. Part34.Size = Vector3.new(1, 1, 1)
  646. Part34.CFrame = CFrame.new(-15.5849972, 9.69006729, 5.0950079, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  647. Part34.BottomSurface = Enum.SurfaceType.Smooth
  648. Part34.TopSurface = Enum.SurfaceType.Smooth
  649. Part34.Position = Vector3.new(-15.5849972, 9.69006729, 5.0950079)
  650. ManualWeld35.Name = "Weld"
  651. ManualWeld35.Parent = Part34
  652. ManualWeld35.C1 = CFrame.new(0.599988937, -0.00173568726, 0.00258493423, 0.965924025, 0, -0.258818507, 0, 0.999997139, 0, 0.258818507, 0, 0.965924025)
  653. ManualWeld35.Part0 = Part34
  654. ManualWeld35.Part1 = Part25
  655. for i,v in pairs(mas:GetChildren()) do
  656. v.Parent = char
  657. haloh = Part34
  658. pcall(function() v:MakeJoints() end)
  659. end
  660. mas:Destroy()
  661. for i,v in pairs(cors) do
  662. spawn(function()
  663. pcall(v)
  664. end)
  665. end
  666.  
  667. local IevanPolkkaVSNS = Instance.new("Sound", tor)
  668. IevanPolkkaVSNS.Name = "IEVANPOLKKAVSNSYEAHHHAHHHHH"
  669. IevanPolkkaVSNS.SoundId = "rbxassetid://1752290765"--"rbxassetid://734019245"
  670. IevanPolkkaVSNS.Volume = 7
  671. IevanPolkkaVSNS.Looped = true
  672. IevanPolkkaVSNS:Play()
  673. local timepos = IevanPolkkaVSNS.TimePosition
  674.  
  675. local rootj0 = rootj.C0
  676. local neck0 = neck.C0
  677. local LS0 = LS.C0
  678. local RS0 = RS.C0
  679. local LH0 = LH.C0
  680. local RH0 = RH.C0
  681. local rootj1 = rootj.C1
  682. local neck1 = neck.C1
  683. local LS1 = LS.C1
  684. local RS1 = RS.C1
  685. local LH1 = LH.C1
  686. local RH1 = RH.C1
  687.  
  688. -----------------------------------------------------------------------------
  689.  
  690. local CFn = CFrame.new
  691. local CFa = CFrame.Angles
  692. local Rad = math.rad
  693. local Cos = math.cos
  694. local Sin = math.sin
  695. local sine = 1
  696. local basicExplo = false
  697. local beamExplo = false
  698. local attacking = false
  699.  
  700. local hairw = Instance.new("Weld", hair)
  701. hairw.Part0 = head
  702. hairw.Part1 = hair
  703. hairw.C1 = CFn(0, -0.5, 0) * CFa(0, Rad(180), 0)
  704.  
  705. local halow = Instance.new("Weld", haloh)
  706. halow.Part0 = head
  707. halow.Part1 = haloh
  708. halow.C1 = CFn(0, -1.5, 0)
  709.  
  710. -----------------------------------------------------------------------------
  711.  
  712. local ArtificialHB = Instance.new("BindableEvent", char)
  713. ArtificialHB.Name = "Heartbeat"
  714. char:WaitForChild("Heartbeat")
  715.  
  716. frame = 1 / 60
  717. tf = 0
  718. allowframeloss = false
  719. tossremainder = false
  720.  
  721.  
  722. lastframe = tick()
  723. char.Heartbeat:Fire()
  724.  
  725.  
  726. game:GetService("RunService").Heartbeat:connect(function(s, p)
  727. tf = tf + s
  728. if tf >= frame then
  729. if allowframeloss then
  730. char.Heartbeat:Fire()
  731. lastframe = tick()
  732. else
  733. for i = 1, math.floor(tf / frame) do
  734. char.Heartbeat:Fire()
  735. end
  736. lastframe = tick()
  737. end
  738. if tossremainder then
  739. tf = 0
  740. else
  741. tf = tf - frame * math.floor(tf / frame)
  742. end
  743. end
  744. end)
  745.  
  746. function swait(num)
  747. if num == 0 or num == nil then
  748. game:service("RunService").Stepped:wait(0)
  749. else
  750. for i = 0, num do
  751. game:service("RunService").Stepped:wait(0)
  752. end
  753. end
  754. end
  755.  
  756. function clerp(a, b, t)
  757. return a:lerp(b, t)
  758. end
  759.  
  760. function GetTorsos(pos,dis)
  761. local people = workspace:GetChildren()
  762. local peopletab = {}
  763. local temp = nil
  764. local humtor = nil
  765. local temp2 = nil
  766. for x = 1, #people do
  767. temp2 = people[x]
  768. if temp2.className == "Model" and temp2 ~= char and temp2:FindFirstChildOfClass("Humanoid") then
  769. temp = temp2:FindFirstChild("Torso") or temp2:FindFirstChild("UpperTorso")
  770. humtor = temp2:FindFirstChildOfClass("Humanoid")
  771. if temp ~= nil and humtor ~= nil and humtor.Health > 0 then
  772. if (temp.Position - pos).magnitude < dis then
  773. table.insert(peopletab,temp)
  774. dis = (temp.Position - pos).magnitude
  775. end
  776. end
  777. end
  778. end
  779. return peopletab
  780. end
  781.  
  782. function GodsTears()
  783. if basicExplo == false and attacking == false then
  784. attacking = true
  785. basicExplo = true
  786. hum.WalkSpeed = 2
  787. hum.JumpPower = 5
  788. local mouHitThing = mou.Hit
  789. local tweeninfo = TweenInfo.new(0.7, Enum.EasingStyle.Quad, Enum.EasingDirection.Out, 0, false, 0)
  790. local explo1 = Instance.new("Part", char)
  791. explo1.Name = "exPLO1"
  792. explo1.CanCollide = false
  793. explo1.Shape = "Ball"
  794. explo1.Anchored = true
  795. explo1.Material = "Neon"
  796. explo1.BrickColor = BrickColor.new("Really black")
  797. explo1.Size = Vector3.new(0.1, 0.1, 0.1)
  798. explo1.CFrame = mouHitThing
  799. local partprop = {Transparency = 0.5; Size = Vector3.new(150, 150, 150)}
  800. local tween = tweenserv:Create(explo1, tweeninfo, partprop)
  801. game:GetService("Debris"):AddItem(explo1, 0.7)
  802. tween:Play()
  803. local explo1so = Instance.new("Sound", explo1)
  804. explo1so.SoundId = "rbxassetid://1691481631"
  805. explo1so.Volume = 13
  806. explo1so:Play()
  807. for i = 1,15 do
  808. local ranAng = math.random(-360, 360)
  809. local explo2 = Instance.new("Part", char)
  810. explo2.Name = "exPLO2"
  811. explo2.CanCollide = false
  812. explo2.Anchored = true
  813. explo2.Material = "Neon"
  814. explo2.BrickColor = BrickColor.new("Mulberry")
  815. explo2.Size = Vector3.new(0.1, 0.1, 0.1)
  816. local explo2m = Instance.new("SpecialMesh", explo2)
  817. explo2m.MeshType = "Sphere"
  818. explo2m.Scale = Vector3.new(200, 270, 270)
  819. explo2.CFrame = mouHitThing * CFa(Rad(ranAng), Rad(ranAng), Rad(ranAng))
  820. local partprop2 = {Scale = Vector3.new(2200, 40, 40)}
  821. local partprop3 = {Transparency = 1}
  822. local tween2 = tweenserv:Create(explo2m, tweeninfo, partprop2)
  823. local tween3 = tweenserv:Create(explo2, tweeninfo, partprop3)
  824. game:GetService("Debris"):AddItem(explo2, 0.7)
  825. tween2:Play()
  826. tween3:Play()
  827. local explo3 = Instance.new("Part", char)
  828. explo3.Name = "exPLO3"
  829. explo3.CanCollide = false
  830. explo3.Anchored = true
  831. explo3.Material = "Neon"
  832. explo3.BrickColor = BrickColor.new("Mulberry")
  833. explo3.Size = Vector3.new(20, 20, 20)
  834. explo3.CFrame = mouHitThing
  835. local ranPos = math.random(-80, 80)
  836. local ranPos2 = math.random(-80, 80)
  837. local ranPos3 = math.random(-80, 80)
  838. local tweeninfo2 = TweenInfo.new(0.7, Enum.EasingStyle.Quad, Enum.EasingDirection.Out, 0, false, 0)
  839. local partprop4 = {CFrame = mouHitThing * CFn(ranPos, ranPos2, ranPos3) * CFa(ranAng, ranAng, ranAng); Size = Vector3.new(0.1, 0.1, 0.1)}
  840. local tween4 = tweenserv:Create(explo3, tweeninfo2, partprop4)
  841. game:GetService("Debris"):AddItem(explo3, 0.7)
  842. tween4:Play()
  843. end
  844. for i,v in pairs(GetTorsos(mou.Hit.p, 25)) do
  845. if v.Parent:FindFirstChildOfClass("Humanoid") then
  846. v.Parent:FindFirstChildOfClass("Humanoid").Health = v.Parent:FindFirstChildOfClass("Humanoid").Health - 15
  847. end
  848. end
  849. for i = 0,1,.1 do
  850. neck.C1 = clerp(neck.C1, neck1 * CFa(0, 0, Rad(30)), i)
  851. rootj.C1 = clerp(rootj.C1, rootj1 * CFn(0, 0, 0.025 * Cos(sine / 15)) * CFa(0, 0, Rad(-30)), i)
  852. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(30), 0, Rad(-40)), i)
  853. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(30), 0, Rad(-80)), i)
  854. LH.C1 = clerp(LH.C1, LH1 * CFn(0, -0.025 * Cos(sine / 15), 0) * CFa(Rad(5), Rad(-5), 0), i)
  855. RH.C1 = clerp(RH.C1, RH1 * CFn(0, -0.025 * Cos(sine / 15), 0) * CFa(Rad(5), Rad(5), 0), i)
  856. LS.C0 = clerp(LS.C0, LS0, i)
  857. RS.C0 = clerp(RS.C0, RS0, i)
  858. LH.C0 = clerp(LH.C0, LH0, i)
  859. RH.C0 = clerp(RH.C0, RH0, i)
  860. swait()
  861. end
  862. hum.WalkSpeed = ws
  863. hum.JumpPower = jp
  864. basicExplo = false
  865. attacking = false
  866. end
  867. end
  868.  
  869. function STUN()
  870. if beamExplo == false and attacking == false then
  871. attacking = true
  872. beamExplo = true
  873. hum.WalkSpeed = 2
  874. hum.JumpPower = 5
  875. for i = 0,1,.05 do
  876. neck.C1 = clerp(neck.C1, neck1, i)
  877. rootj.C1 = clerp(rootj.C1, rootj1 * CFn(0, 0, 0.025 * Cos(sine / 15)) * CFa(Rad(-30), 0, 0), i)
  878. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(-70), 0, Rad(80)), i)
  879. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(-70), 0, Rad(-80)), i)
  880. LH.C1 = clerp(LH.C1, LH1 * CFn(0, -0.025 * Cos(sine / 15), 0) * CFa(Rad(5), Rad(-5), Rad(30)), i)
  881. RH.C1 = clerp(RH.C1, RH1 * CFn(0, -0.025 * Cos(sine / 15), 0) * CFa(Rad(5), Rad(5), Rad(-30)), i)
  882. LS.C0 = clerp(LS.C0, LS0, i)
  883. RS.C0 = clerp(RS.C0, RS0, i)
  884. LH.C0 = clerp(LH.C0, LH0, i)
  885. RH.C0 = clerp(RH.C0, RH0, i)
  886. swait()
  887. end
  888. for i = 0,1,.1 do
  889. neck.C1 = clerp(neck.C1, neck1, i)
  890. rootj.C1 = clerp(rootj.C1, rootj1 * CFn(0, 0, 0.025 * Cos(sine / 15)) * CFa(Rad(30), 0, 0), i)
  891. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(70), 0, Rad(80)), i)
  892. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(70), 0, Rad(-80)), i)
  893. LH.C1 = clerp(LH.C1, LH1 * CFn(0, -0.025 * Cos(sine / 15), 0) * CFa(Rad(15), Rad(-5), Rad(-30)), i)
  894. RH.C1 = clerp(RH.C1, RH1 * CFn(0, -0.025 * Cos(sine / 15), 0) * CFa(Rad(15), Rad(5), Rad(30)), i)
  895. LS.C0 = clerp(LS.C0, LS0, i)
  896. RS.C0 = clerp(RS.C0, RS0, i)
  897. LH.C0 = clerp(LH.C0, LH0, i)
  898. RH.C0 = clerp(RH.C0, RH0, i)
  899. swait()
  900. end
  901. for i,v in pairs(GetTorsos(tor.CFrame.p, 40)) do
  902. if v.Parent:FindFirstChildOfClass("Humanoid") then
  903. local GOTCHA = v.Parent
  904. local GOTCHAhum = GOTCHA:FindFirstChildOfClass("Humanoid")
  905. local GOTCHAtor = GOTCHA:FindFirstChild("Torso") or GOTCHA:FindFirstChild("UpperTorso")
  906. GOTCHAhum.Health = GOTCHAhum.Health - 22.5
  907. local tweeninfo3 = TweenInfo.new(0.8, Enum.EasingStyle.Quad, Enum.EasingDirection.Out, 0, false, 0)
  908. local partprop5 = {Size = Vector3.new(1000, 35, 35); Transparency = 0.4}
  909. local partprop6 = {Size = Vector3.new(1000, 40, 40); Transparency = 0.9}
  910. local beam1 = Instance.new("Part", GOTCHA)
  911. beam1.Name = "BEM1"
  912. beam1.Anchored = true
  913. beam1.CanCollide = false
  914. beam1.Material = "Neon"
  915. beam1.BrickColor = BrickColor.new("Mulberry")
  916. beam1.Shape = "Cylinder"
  917. beam1.Size = Vector3.new(1000, 5, 5)
  918. beam1.CFrame = GOTCHAtor.CFrame * CFn(0, -5, 0) * CFa(0, 0, Rad(90))
  919. local tween5 = tweenserv:Create(beam1, tweeninfo3, partprop5)
  920. tween5:Play()
  921. game:GetService("Debris"):AddItem(beam1, 0.8)
  922. local beam2 = Instance.new("Part", GOTCHA)
  923. beam2.Name = "BEM2"
  924. beam2.Anchored = true
  925. beam2.CanCollide = false
  926. beam2.Material = "Neon"
  927. beam2.BrickColor = BrickColor.new("Institutional white")
  928. beam2.Shape = "Cylinder"
  929. beam2.Size = Vector3.new(1000, 6, 6)
  930. beam2.Transparency = 0.9
  931. beam2.CFrame = GOTCHAtor.CFrame * CFn(0, -5, 0) * CFa(0, 0, Rad(90))
  932. local tween6 = tweenserv:Create(beam2, tweeninfo3, partprop6)
  933. tween6:Play()
  934. game:GetService("Debris"):AddItem(beam2, 0.8)
  935. local partprop7 = {Size = Vector3.new(80, 80, 80); Transparency = 0.4}
  936. local partprop8 = {Size = Vector3.new(85, 85, 85); Transparency = 0.9}
  937. local beamcra1 = Instance.new("Part", GOTCHA)
  938. beamcra1.Size = Vector3.new(6, 6, 6)
  939. beamcra1.Anchored = true
  940. beamcra1.Material = "Neon"
  941. beamcra1.Shape = "Ball"
  942. beamcra1.BrickColor = BrickColor.new("Mulberry")
  943. beamcra1.CanCollide = false
  944. beamcra1.CFrame = GOTCHAtor.CFrame
  945. local tween7 = tweenserv:Create(beamcra1, tweeninfo3, partprop7)
  946. tween7:Play()
  947. game:GetService("Debris"):AddItem(beamcra1, 0.8)
  948. local beamcra2 = Instance.new("Part", GOTCHA)
  949. beamcra2.Size = Vector3.new(7, 7, 7)
  950. beamcra2.Anchored = true
  951. beamcra2.Material = "Neon"
  952. beamcra2.Shape = "Ball"
  953. beamcra2.Transparency = 0.9
  954. beamcra2.BrickColor = BrickColor.new("Institutional white")
  955. beamcra2.CanCollide = false
  956. beamcra2.CFrame = GOTCHAtor.CFrame
  957. local tween8 = tweenserv:Create(beamcra2, tweeninfo3, partprop8)
  958. tween8:Play()
  959. game:GetService("Debris"):AddItem(beamcra2, 0.8)
  960. for i = 1,2 do
  961. local ranAng2 = math.random(-360, 360)
  962. local ring1 = Instance.new("Part", GOTCHA)
  963. ring1.Size = Vector3.new(1, 1, 1)
  964. ring1.Anchored = true
  965. ring1.Transparency = 0.4
  966. ring1.BrickColor = BrickColor.new("Crimson")
  967. ring1.CanCollide = false
  968. ring1.CFrame = GOTCHAtor.CFrame * CFa(Rad(ranAng2), Rad(ranAng2), Rad(ranAng2))
  969. local ring1m = Instance.new("SpecialMesh", ring1)
  970. ring1m.MeshType = "FileMesh"
  971. ring1m.MeshId = "rbxassetid://471124075"
  972. ring1m.Scale = Vector3.new(0.01, 0.01, 0.01)
  973. local partprop9 = {Scale = Vector3.new(1, 1, 1)}
  974. local partprop10 = {Transparency = 1}
  975. local tween9 = tweenserv:Create(ring1m, tweeninfo3, partprop9)
  976. local tween10 = tweenserv:Create(ring1, tweeninfo3, partprop10)
  977. tween9:Play()
  978. tween10:Play()
  979. game:GetService("Debris"):AddItem(ring1, 0.8)
  980. end
  981. end
  982. end
  983. for i = 0,1,.1 do
  984. neck.C1 = clerp(neck.C1, neck1, i)
  985. rootj.C1 = clerp(rootj.C1, rootj1 * CFn(0, 0, 0.025 * Cos(sine / 15)) * CFa(Rad(30), 0, 0), i)
  986. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(70), 0, Rad(80)), i)
  987. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(70), 0, Rad(-80)), i)
  988. LH.C1 = clerp(LH.C1, LH1 * CFn(0, -0.025 * Cos(sine / 15), 0) * CFa(Rad(15), Rad(-5), Rad(-30)), i)
  989. RH.C1 = clerp(RH.C1, RH1 * CFn(0, -0.025 * Cos(sine / 15), 0) * CFa(Rad(15), Rad(5), Rad(30)), i)
  990. LS.C0 = clerp(LS.C0, LS0, i)
  991. RS.C0 = clerp(RS.C0, RS0, i)
  992. LH.C0 = clerp(LH.C0, LH0, i)
  993. RH.C0 = clerp(RH.C0, RH0, i)
  994. swait()
  995. end
  996. hum.WalkSpeed = ws
  997. hum.JumpPower = jp
  998. beamExplo = false
  999. attacking = false
  1000. end
  1001. end
  1002.  
  1003. -----------------------------------------------------------------------------
  1004.  
  1005. function kdown(k)
  1006. if k == "e" then
  1007. GodsTears()
  1008. elseif k == "q" then
  1009. STUN()
  1010. end
  1011. end
  1012.  
  1013. mou.KeyDown:connect(kdown)
  1014.  
  1015. -----------------------------------------------------------------------------
  1016.  
  1017. warn([[
  1018.  
  1019.  
  1020. GOD'S ABANDONED DAUGHTER
  1021. by oilsauce.
  1022.  
  1023. last updated: 2018/5/20, 12:02, JST
  1024.  
  1025. DO NOT LEAK.
  1026. ]])
  1027.  
  1028. while true do
  1029. swait()
  1030. if not tor:FindFirstChild("IEVANPOLKKAVSNSYEAHHHAHHHHH") then
  1031. IevanPolkkaVSNS = Instance.new("Sound", tor)
  1032. IevanPolkkaVSNS.Name = "IEVANPOLKKAVSNSYEAHHHAHHHHH"
  1033. IevanPolkkaVSNS.SoundId = "rbxassetid://1752290765"--"rbxassetid://734019245"
  1034. IevanPolkkaVSNS.Volume = 7
  1035. IevanPolkkaVSNS.TimePosition = timepos
  1036. IevanPolkkaVSNS.Looped = true
  1037. IevanPolkkaVSNS:Play()
  1038. end
  1039. timepos = IevanPolkkaVSNS.TimePosition
  1040. IevanPolkkaVSNS.Volume = 7
  1041. IevanPolkkaVSNS.Playing = true
  1042. sine = sine + 1
  1043. local torvel = (root.Velocity * Vector3.new(1, 0, 1)).magnitude
  1044. if basicExplo == true then
  1045. state = "God's Tears"
  1046. elseif beamExplo == true then
  1047. state = "STUNNING"
  1048. elseif 1 < root.Velocity.y then
  1049. state = "Jump"
  1050. elseif -1 > root.Velocity.y then
  1051. state = "Fall"
  1052. elseif torvel < 1 then
  1053. state = "Idle"
  1054. elseif tor.Velocity.magnitude < 50 then
  1055. state = "Walk"
  1056. end
  1057. if state == "Jump" then
  1058. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-20), 0, 0), 0.15)
  1059. rootj.C1 = clerp(rootj.C1, rootj1 * CFa(Rad(5), 0, 0), 0.15)
  1060. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(10), 0, Rad(-10)), 0.15)
  1061. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(10), 0, Rad(10)), 0.15)
  1062. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), 0.15)
  1063. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), 0.15)
  1064. LS.C0 = clerp(LS.C0, LS0, 0.15)
  1065. RS.C0 = clerp(RS.C0, RS0, 0.15)
  1066. LH.C0 = clerp(LH.C0, LH0 * CFa(0, 0, Rad(20)), 0.15)
  1067. RH.C0 = clerp(RH.C0, RH0 * CFa(0, 0, Rad(-20)), 0.15)
  1068. elseif state == "Fall" then
  1069. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), 0.15)
  1070. rootj.C1 = clerp(rootj.C1, rootj1 * CFa(Rad(15), 0, 0), 0.15)
  1071. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(20), 0, Rad(-10)), 0.15)
  1072. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(20), 0, Rad(10)), 0.15)
  1073. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(10), 0, 0), 0.15)
  1074. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(10), 0, 0), 0.15)
  1075. LS.C0 = clerp(LS.C0, LS0, 0.15)
  1076. RS.C0 = clerp(RS.C0, RS0, 0.15)
  1077. LH.C0 = clerp(LH.C0, LH0 * CFa(0, 0, Rad(-30)), 0.15)
  1078. RH.C0 = clerp(RH.C0, RH0 * CFa(0, 0, Rad(30)), 0.15)
  1079. elseif state == "Idle" then
  1080. neck.C1 = clerp(neck.C1, neck1 * CFa(0, 0, Rad(15 * Cos(sine / 20))), 0.15)
  1081. rootj.C1 = clerp(rootj.C1, rootj1 * CFn(0, 0, 0.025 * Cos(sine / 15)) * CFa(Rad(-25), 0, 0), 0.15)
  1082. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(-40), 0, Rad(40)), 0.15)
  1083. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(-40), 0, Rad(-40)), 0.15)
  1084. LH.C1 = clerp(LH.C1, LH1 * CFn(0, -0.025 * Cos(sine / 15), 0) * CFa(Rad(5), Rad(-5), Rad(30)), 0.15)
  1085. RH.C1 = clerp(RH.C1, RH1 * CFn(0, -0.025 * Cos(sine / 15), 0) * CFa(Rad(5), Rad(5), Rad(-30)), 0.15)
  1086. LS.C0 = clerp(LS.C0, LS0, 0.15)
  1087. RS.C0 = clerp(RS.C0, RS0, 0.15)
  1088. LH.C0 = clerp(LH.C0, LH0, 0.15)
  1089. RH.C0 = clerp(RH.C0, RH0, 0.15)
  1090. elseif state == "Walk" then
  1091. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), 0.15)
  1092. rootj.C1 = clerp(rootj.C1, rootj1 * CFn(0, 0.1 * Cos(sine / 3), 0) * CFa(Rad(-5), 0, Rad(5 * Cos(sine / 6))), 0.15)
  1093. LS.C1 = clerp(LS.C1, LS1 * CFn(0, -0.1 * Cos(sine / 15), 0) * CFa(Rad(20), 0, Rad(-30)), 0.15)
  1094. RS.C1 = clerp(RS.C1, RS1 * CFn(0, -0.1 * Cos(sine / 15), 0) * CFa(Rad(20), 0, Rad(30)), 0.15)
  1095. LH.C1 = clerp(LH.C1, LH1 * CFa(0, 0, Rad(50 * Cos(sine / 6))), 0.15)
  1096. RH.C1 = clerp(RH.C1, RH1 * CFa(0, 0, Rad(50 * Cos(sine / 6))), 0.15)
  1097. LS.C0 = clerp(LS.C0, LS0, 0.15)
  1098. RS.C0 = clerp(RS.C0, RS0, 0.15)
  1099. LH.C0 = clerp(LH.C0, LH0, 0.15)
  1100. RH.C0 = clerp(RH.C0, RH0, 0.15)
  1101. end
  1102. end
Add Comment
Please, Sign In to add comment