Advertisement
Zebula_The_Scripter

FE Nazi General

Sep 2nd, 2018
1,371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 84.08 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code by Mokiros")
  6. local rp = RealPlayer
  7. script.Parent = rp.Character
  8.  
  9. --RemoteEvent for communicating
  10. local Event = Instance.new("RemoteEvent")
  11. Event.Name = "UserInput_Event"
  12.  
  13. --Fake event to make stuff like Mouse.KeyDown work
  14. local function fakeEvent()
  15. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16. t.connect = t.Connect
  17. return t
  18. end
  19.  
  20. --Creating fake input objects with fake variables
  21. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  22. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25. end}
  26. --Merged 2 functions into one by checking amount of arguments
  27. CAS.UnbindAction = CAS.BindAction
  28.  
  29. --This function will trigger the events that have been :Connect()'ed
  30. local function te(self,ev,...)
  31. local t = m[ev]
  32. if t and t._fakeEvent then
  33. for _,f in pairs(t.Functions) do
  34. f(...)
  35. end
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=rp then return end
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. if not io.isMouse then
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local Mouse = Player:GetMouse()
  66. local UIS = game:GetService("UserInputService")
  67. local input = function(io,a)
  68. if a then return end
  69. --Since InputObject is a client-side instance, we create and pass table instead
  70. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  71. end
  72. UIS.InputBegan:Connect(input)
  73. UIS.InputEnded:Connect(input)
  74.  
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84.  
  85. ----Sandboxed game object that allows the usage of client-side methods and services
  86. --Real game object
  87. local _rg = game
  88.  
  89. --Metatable for fake service
  90. local fsmt = {
  91. __index = function(self,k)
  92. local s = rawget(self,"_RealService")
  93. if s then return s[k] end
  94. end,
  95. __newindex = function(self,k,v)
  96. local s = rawget(self,"_RealService")
  97. if s then s[k]=v end
  98. end,
  99. __call = function(self,...)
  100. local s = rawget(self,"_RealService")
  101. if s then return s(...) end
  102. end
  103. }
  104. local function FakeService(t,RealService)
  105. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106. return setmetatable(t,fsmt)
  107. end
  108.  
  109. --Fake game object
  110. local g = {
  111. GetService = function(self,s)
  112. return self[s]
  113. end,
  114. Players = FakeService({
  115. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116. },"Players"),
  117. UserInputService = FakeService(UIS,"UserInputService"),
  118. ContextActionService = FakeService(CAS,"ContextActionService"),
  119. }
  120. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  121. g.service = g.GetService
  122.  
  123. g.RunService = FakeService({
  124. RenderStepped = _rg:GetService("RunService").Heartbeat,
  125. BindToRenderStep = function(self,name,_,fun)
  126.  
  127. end,
  128. UnbindFromRenderStep = function(self,name)
  129. self._btrs[name]:Disconnect()
  130. end,
  131. },"RunService")
  132.  
  133. setmetatable(g,{
  134. __index=function(self,s)
  135. return _rg:GetService(s) or typeof(_rg[s])=="function"
  136. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  137. end,
  138. __newindex = fsmt.__newindex,
  139. __call = fsmt.__call
  140. })
  141. --Changing owner to fake player object to support owner:GetMouse()
  142. game,owner = g,g.Players.LocalPlayer
  143. end
  144.  
  145. --//=======================================================\\--
  146. --|CREATED BY SHACKLUSTER AND EDITED BY SABA1520/KISSLARGE
  147. --\\=======================================================//--
  148.  
  149.  
  150.  
  151. wait(0.2)
  152.  
  153.  
  154.  
  155. Player = owner
  156. PlayerGui = Player.PlayerGui
  157. Cam = workspace.CurrentCamera
  158. Backpack = Player.Backpack
  159. Character = Player.Character
  160. Humanoid = Character.Humanoid
  161. Mouse = Player:GetMouse()
  162. RootPart = Character["HumanoidRootPart"]
  163. Torso = Character["Torso"]
  164. Head = Character["Head"]
  165. RightArm = Character["Right Arm"]
  166. LeftArm = Character["Left Arm"]
  167. RightLeg = Character["Right Leg"]
  168. LeftLeg = Character["Left Leg"]
  169. RootJoint = RootPart["RootJoint"]
  170. Neck = Torso["Neck"]
  171. RightShoulder = Torso["Right Shoulder"]
  172. LeftShoulder = Torso["Left Shoulder"]
  173. RightHip = Torso["Right Hip"]
  174. LeftHip = Torso["Left Hip"]
  175. local sick = Instance.new("Sound",Character)
  176. sick.SoundId = "rbxassetid://673916774"
  177. sick.Looped = true
  178. sick.Pitch = 0.9
  179. sick.Volume = 5
  180. sick:Play()
  181. Humanoid.DisplayDistanceType = "None"
  182.  
  183. local change = 1
  184.  
  185. print('Local User is '..Player.Name)
  186. local char = Player.Character
  187. local hum = char.Humanoid
  188. local hed = char.Head
  189. local root = char.HumanoidRootPart
  190. local rootj = root.RootJoint
  191. local tors = char.Torso
  192. local ra = char["Right Arm"]
  193. local la = char["Left Arm"]
  194. local rl = char["Right Leg"]
  195. local ll = char["Left Leg"]
  196. local neck = tors["Neck"]
  197. local mouse = Player:GetMouse()
  198. local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  199. local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
  200. local LHCF = CFrame.fromEulerAnglesXYZ(0, -1.6, 0)
  201. local maincolor = BrickColor.new("Institutional white")
  202. local sine = 0
  203.  
  204.  
  205. local naeeym2 = Instance.new("BillboardGui",Character)
  206. naeeym2.AlwaysOnTop = true
  207. naeeym2.Size = UDim2.new(5,35,2,35)
  208. naeeym2.StudsOffset = Vector3.new(0,1,0)
  209. naeeym2.Adornee = Character.Head
  210. naeeym2.Name = "Name"
  211. local tecks2 = Instance.new("TextLabel",naeeym2)
  212. tecks2.BackgroundTransparency = 1
  213. tecks2.TextScaled = true
  214. tecks2.BorderSizePixel = 0
  215. tecks2.Text = "Nazi General"
  216. tecks2.Font = "Fantasy"
  217. tecks2.TextSize = 30
  218. tecks2.TextStrokeTransparency = 0.5
  219. tecks2.TextColor3 = Color3.new(0,0,0)
  220. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  221. tecks2.Size = UDim2.new(1,0,0.5,0)
  222. tecks2.Parent = naeeym2
  223.  
  224. local Hair = Instance.new("Part", char)
  225. Hair.Name = "Hat"
  226. Hair.CanCollide = false
  227. Hair.BrickColor = BrickColor.new("Institutional white")
  228. Hair.Transparency = 0
  229. Hair.Material = "Plastic"
  230. Hair.Size = Vector3.new(1, 1, 2)
  231. Hair.TopSurface = Enum.SurfaceType.Smooth
  232. Hair.BottomSurface = Enum.SurfaceType.Smooth
  233.  
  234. local Weld = Instance.new("Weld", Hair)
  235. Weld.Part0 = hed
  236. Weld.Part1 = Hair
  237. Weld.C1 = CFrame.new(0, -.5, 0)
  238. Weld.C0 = CFrame.Angles(math.rad(0),math.rad(0),0)
  239.  
  240. local M2 = Instance.new("SpecialMesh")
  241. M2.Parent = Hair
  242. M2.MeshId = "http://www.roblox.com/asset/?id=1028788"
  243. M2.TextureId = "http://www.roblox.com/asset/?id=24967251"
  244. M2.Scale = Vector3.new(1, 1, 1)
  245.  
  246. IT = Instance.new
  247. CF = CFrame.new
  248. VT = Vector3.new
  249. RAD = math.rad
  250. C3 = Color3.new
  251. UD2 = UDim2.new
  252. BRICKC = BrickColor.new
  253. ANGLES = CFrame.Angles
  254. EULER = CFrame.fromEulerAnglesXYZ
  255. COS = math.cos
  256. ACOS = math.acos
  257. SIN = math.sin
  258. ASIN = math.asin
  259. ABS = math.abs
  260. MRANDOM = math.random
  261. FLOOR = math.floor
  262.  
  263. local sound = IT("Sound")
  264.  
  265. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  266. local NEWMESH = IT(MESH)
  267. if MESH == "SpecialMesh" then
  268. NEWMESH.MeshType = MESHTYPE
  269. if MESHID ~= "nil" and MESHID ~= "" then
  270. NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  271. end
  272. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  273. NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  274. end
  275. end
  276. NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  277. NEWMESH.Scale = SCALE
  278. NEWMESH.Parent = PARENT
  279. return NEWMESH
  280. end
  281.  
  282. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE)
  283. local NEWPART = IT("Part")
  284. NEWPART.formFactor = FORMFACTOR
  285. NEWPART.Reflectance = REFLECTANCE
  286. NEWPART.Transparency = TRANSPARENCY
  287. NEWPART.CanCollide = false
  288. NEWPART.Locked = true
  289. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  290. NEWPART.Name = NAME
  291. NEWPART.Size = SIZE
  292. NEWPART.Position = Torso.Position
  293. NEWPART.Material = MATERIAL
  294. NEWPART:BreakJoints()
  295. NEWPART.Parent = PARENT
  296. return NEWPART
  297. end
  298.  
  299. local EyeSizes={
  300. NumberSequenceKeypoint.new(0,1,0),
  301. NumberSequenceKeypoint.new(1,0.2,0)
  302. }
  303. local EyeTrans={
  304. NumberSequenceKeypoint.new(0,0.8,0),
  305. NumberSequenceKeypoint.new(1,1,0)
  306. }
  307. local PE=Instance.new("ParticleEmitter")
  308. PE.LightEmission=0
  309. PE.Size=NumberSequence.new(EyeSizes)
  310. PE.Transparency=NumberSequence.new(EyeTrans)
  311. PE.Lifetime=NumberRange.new(0.35,0.35,0.35)
  312. PE.Rotation=NumberRange.new(0,360)
  313. PE.Rate=15
  314. PE.Acceleration = Vector3.new(0,75,0)
  315. PE.Drag = 5
  316. PE.Enabled = false
  317. PE.Speed = NumberRange.new(0,0,0)
  318. PE.Texture="http://www.roblox.com/asset/?id=0"
  319. PE.ZOffset = 0
  320. PE.Name = "Inferno"
  321.  
  322. function particles(art)
  323. local particle = PE:Clone()
  324. particle.Parent = art
  325. particle.Enabled = true
  326. end
  327.  
  328. --//=================================\\
  329. --|| CUSTOMIZATION
  330. --\\=================================//
  331.  
  332. Class_Name = "German General"
  333. Weapon_Name = "Add-ons"
  334.  
  335. Custom_Colors = {
  336. Custom_Color_1 = BRICKC("Really black"); --1st color for the weapon.
  337. Custom_Color_2 = BRICKC("Really black"); --2nd color for the weapon.
  338.  
  339. Custom_Color_3 = BRICKC("Really black"); --Color for the abilities.
  340. Custom_Color_4 = BRICKC("Really black"); --Color for the secondary bar.
  341. Custom_Color_5 = BRICKC("Really black"); --Color for the mana bar.
  342. Custom_Color_6 = BRICKC("Really black"); --Color for the health bar.
  343. Custom_Color_7 = BRICKC("Really black"); --Color for the stun bar.
  344.  
  345. Custom_Color_8 = BRICKC("Really black"); --Background for the mana bar.
  346. Custom_Color_9 = BRICKC("Really black"); --Background for the secondary mana bar.
  347. Custom_Color_10 = BRICKC("Really black"); --Background for the stun bar.
  348. Custom_Color_11 = BRICKC("Really black"); --Background for the health bar.
  349. Custom_Color_12 = BRICKC("Really black"); --Background for the abilities.
  350. }
  351.  
  352.  
  353. Player_Size = 1 --Size of the player.
  354. Animation_Speed = 3
  355. Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
  356.  
  357. local Speed = 16
  358. local Effects2 = {}
  359.  
  360. --//=================================\\
  361. --|| END OF CUSTOMIZATION
  362. --\\=================================//
  363.  
  364. local function weldBetween(a, b)
  365. local weldd = Instance.new("ManualWeld")
  366. weldd.Part0 = a
  367. weldd.Part1 = b
  368. weldd.C0 = CFrame.new()
  369. weldd.C1 = b.CFrame:inverse() * a.CFrame
  370. weldd.Parent = a
  371. return weldd
  372. end
  373.  
  374. function createaccessory(attachmentpart,mesh,texture,scale,offset,color)
  375. local acs = Instance.new("Part")
  376. acs.CanCollide = false
  377. acs.Anchored = false
  378. acs.Size = Vector3.new(0,0,0)
  379. acs.CFrame = attachmentpart.CFrame
  380. acs.Parent = Character
  381. acs.BrickColor = color
  382. local meshs = Instance.new("SpecialMesh")
  383. meshs.MeshId = mesh
  384. meshs.TextureId = texture
  385. meshs.Parent = acs
  386. meshs.Scale = scale
  387. meshs.Offset = offset
  388. weldBetween(attachmentpart,acs)
  389. end
  390.  
  391. function createbodypart(TYPE,COLOR,PART,OFFSET,SIZE)
  392. if TYPE == "Gem" then
  393. local acs = CreatePart(3, Character, "Plastic", 0, 0, COLOR, "Part", VT(0,0,0))
  394. acs.Anchored = false
  395. acs.CanCollide = false
  396. acs.CFrame = PART.CFrame
  397. local acs2 = CreateMesh("SpecialMesh", acs, "FileMesh", "9756362", "", SIZE, OFFSET)
  398. weldBetween(PART,acs)
  399. elseif TYPE == "Skull" then
  400. local acs = CreatePart(3, Character, "Plastic", 0, 0, COLOR, "Part", VT(0,0,0))
  401. acs.Anchored = false
  402. acs.CanCollide = false
  403. acs.CFrame = PART.CFrame
  404. local acs2 = CreateMesh("SpecialMesh", acs, "FileMesh", "4770583", "", SIZE, OFFSET)
  405. weldBetween(PART,acs)
  406. elseif TYPE == "Eye" then
  407. local acs = CreatePart(3, Character, "Neon", 0, 0, COLOR, "Part", VT(0,0,0))
  408. acs.Anchored = false
  409. acs.CanCollide = false
  410. acs.CFrame = PART.CFrame
  411. local acs2 = CreateMesh("SpecialMesh", acs, "Sphere", "", "", SIZE, OFFSET)
  412. weldBetween(PART,acs)
  413. end
  414. end
  415.  
  416. --//=================================\\
  417. --|| USEFUL VALUES
  418. --\\=================================//
  419.  
  420. for i,v in pairs(char:children()) do
  421. if v:IsA("Shirt") and v:IsA("Pants") and v:IsA("Hat") and v:IsA("Accessory") then
  422. v:Remove()
  423. end
  424. end
  425. shirt = Instance.new("Shirt", char)
  426. shirt.Name = "Shirt"
  427. pants = Instance.new("Pants", char)
  428. pants.Name = "Pants"
  429. char.Shirt.ShirtTemplate = "rbxassetid://216674358"
  430. char.Pants.PantsTemplate = "rbxassetid://216673391"
  431.  
  432. local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  433. local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  434. local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
  435. local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
  436. local CO1 = 0
  437. local CO2 = 0
  438. local CO3 = 0
  439. local CO4 = 0
  440. local CHANGEDEFENSE = 0
  441. local CHANGEDAMAGE = 0
  442. local CHANGEMOVEMENT = 0
  443. local ANIM = "Idle"
  444. local ATTACK = false
  445. local EQUIPPED = false
  446. local HOLD = false
  447. local COMBO = 1
  448. local LASTPOINT = nil
  449. local BLCF = nil
  450. local SCFR = nil
  451. local STAGGERHITANIM = false
  452. local STAGGERANIM = false
  453. local STUNANIM = false
  454. local CRITCHANCENUMBER = 0
  455. local IDLENUMBER = 0
  456. local DONUMBER = 0
  457. local HANDIDLE = false
  458. local SINE = 0
  459. local CHANGE = 2 / Animation_Speed
  460. local WALKINGANIM = false
  461. local WALK = 0
  462. local DISABLEJUMPING = false
  463. local HASBEENBLOCKED = false
  464. local STUNDELAYNUMBER = 0
  465. local MANADELAYNUMBER = 0
  466. local OTHERWORLD = false
  467. local SECONDARYMANADELAYNUMBER = 0
  468. local ROBLOXIDLEANIMATION = IT("Animation")
  469. ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
  470. ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  471. --ROBLOXIDLEANIMATION.Parent = Humanoid
  472. local WEAPONGUI = IT("ScreenGui", nil)
  473. WEAPONGUI.Name = "Weapon GUI"
  474. local WEAPONTOOL = IT("HopperBin", nil)
  475. WEAPONTOOL.Name = Weapon_Name
  476. local Weapon = IT("Model")
  477. Weapon.Name = Weapon_Name
  478. local Effects = IT("Folder", Weapon)
  479. Effects.Name = "Effects"
  480. local ANIMATOR = Humanoid.Animator
  481. local ANIMATE = Character.Animate
  482. local HITPLAYERSOUNDS = {--[["199149137", "199149186", "199149221", "199149235", "199149269", "199149297"--]]"263032172", "263032182", "263032200", "263032221", "263032252", "263033191"}
  483. local HITARMORSOUNDS = {"199149321", "199149338", "199149367", "199149409", "199149452"}
  484. local HITWEAPONSOUNDS = {"199148971", "199149025", "199149072", "199149109", "199149119"}
  485. local HITBLOCKSOUNDS = {"199148933", "199148947"}
  486. local UNANCHOR = true
  487.  
  488. --//=================================\\
  489. --\\=================================//
  490.  
  491.  
  492.  
  493.  
  494. --//=================================\\
  495. --|| SAZERENOS' ARTIFICIAL HEARTBEAT
  496. --\\=================================//
  497.  
  498. ArtificialHB = Instance.new("BindableEvent", script)
  499. ArtificialHB.Name = "ArtificialHB"
  500.  
  501. script:WaitForChild("ArtificialHB")
  502.  
  503. frame = Frame_Speed
  504. tf = 0
  505. allowframeloss = false
  506. tossremainder = false
  507. lastframe = tick()
  508. script.ArtificialHB:Fire()
  509.  
  510. game:GetService("RunService").Heartbeat:connect(function(s, p)
  511. tf = tf + s
  512. if tf >= frame then
  513. if allowframeloss then
  514. script.ArtificialHB:Fire()
  515. lastframe = tick()
  516. else
  517. for i = 1, math.floor(tf / frame) do
  518. script.ArtificialHB:Fire()
  519. end
  520. lastframe = tick()
  521. end
  522. if tossremainder then
  523. tf = 0
  524. else
  525. tf = tf - frame * math.floor(tf / frame)
  526. end
  527. end
  528. end)
  529.  
  530. --//=================================\\
  531. --\\=================================//
  532.  
  533.  
  534. guigroup=Instance.new("BillboardGui")
  535. guigroup.Parent=game.Players.LocalPlayer.Character.Head
  536. guigroup.Adornee=game.Players.LocalPlayer.Character.Head
  537. guigroup.Size = UDim2.new(1,0,1,0)
  538. guigroup.StudsOffset=Vector3.new(0.5, 6, 0)
  539. oooo1 = Instance.new("TextLabel")
  540. Kills = Instance.new("IntValue")
  541. Kills.Parent = game.Players.LocalPlayer.Character
  542. Kills.Name = ""
  543. oooo1.Text = ""
  544. if
  545. game.Players.LocalPlayer.Name == ""
  546. then
  547. oooo1.Text = ""
  548. end
  549. oooo1.Size = UDim2.new(0,200,0,200)
  550. oooo1.BackgroundColor3 = Color3.new(1, 1, 1)
  551. oooo1.BackgroundTransparency = 1
  552. oooo1.Parent = guigroup
  553. oooo1.AnchorPoint = Vector2.new(0.5, 0.9)
  554. oooo1.Size = UDim2.new(3.5,0,3.5,0)
  555. oooo1.TextScaled = true
  556. ko1 = Instance.new("TextLabel")
  557. ko1.Name = ""
  558. ko1.Parent = guigroup
  559. ko1.BackgroundColor3 = Color3.new(1, 1, 1)
  560. ko1.BackgroundTransparency = 1
  561. ko1.TextColor3 = Color3.new(1, 0, 0)
  562. ko1.TextScaled = false
  563. ko1.TextWrapped = false
  564. ko1.AnchorPoint = Vector2.new(0.5, 0.3)
  565. game.Players.LocalPlayer.Character.Humanoid.NameOcclusion = "NoOcclusion"
  566. game.Players.LocalPlayer.Character.Humanoid.HealthDisplayType = "AlwaysOff"
  567. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  568. game.Players.LocalPlayer.Character.Humanoid.Health = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  569. local runDummyScript = function(f,scri)
  570. local oldenv = getfenv(f)
  571. local newenv = setmetatable({}, {
  572. __index = function(_, k)
  573. if k:lower() == 'script' then
  574. return scri
  575. else
  576. return oldenv[k]
  577. end
  578. end
  579. })
  580. setfenv(f, newenv)
  581. ypcall(function() f() end)
  582. end
  583. cors = {}
  584. mas = Instance.new("Model",game:GetService("Lighting"))
  585. mas.Name = "CompiledModel"
  586. o1 = Instance.new("Model")
  587. o2 = Instance.new("Part")
  588. o3 = Instance.new("BlockMesh")
  589. o4 = Instance.new("Part")
  590. o5 = Instance.new("BlockMesh")
  591. o6 = Instance.new("CFrameValue")
  592. o7 = Instance.new("Weld")
  593. o8 = Instance.new("Part")
  594. o9 = Instance.new("BlockMesh")
  595. o10 = Instance.new("CFrameValue")
  596. o11 = Instance.new("Weld")
  597. o12 = Instance.new("Part")
  598. o13 = Instance.new("BlockMesh")
  599. o14 = Instance.new("CFrameValue")
  600. o15 = Instance.new("Weld")
  601. o16 = Instance.new("Part")
  602. o17 = Instance.new("BlockMesh")
  603. o18 = Instance.new("CFrameValue")
  604. o19 = Instance.new("Weld")
  605. o20 = Instance.new("Part")
  606. o21 = Instance.new("BlockMesh")
  607. o22 = Instance.new("CFrameValue")
  608. o23 = Instance.new("Weld")
  609. o24 = Instance.new("Part")
  610. o25 = Instance.new("BlockMesh")
  611. o26 = Instance.new("CFrameValue")
  612. o27 = Instance.new("Weld")
  613. o28 = Instance.new("Part")
  614. o29 = Instance.new("CFrameValue")
  615. o30 = Instance.new("Weld")
  616. o31 = Instance.new("Part")
  617. o32 = Instance.new("CFrameValue")
  618. o33 = Instance.new("Weld")
  619. o34 = Instance.new("Part")
  620. o35 = Instance.new("SpecialMesh")
  621. o36 = Instance.new("CFrameValue")
  622. o37 = Instance.new("Weld")
  623. weldtoarm = Instance.new("Weld")
  624. o1.Name = "Armlet"
  625. o1.Parent = mas
  626. o2.Name = "svatic1"
  627. o2.Parent = o1
  628. o2.Material = Enum.Material.SmoothPlastic
  629. o2.BrickColor = BrickColor.new("Really black")
  630. o2.Position = Vector3.new(9.5394268, 1.15889382, -30.4923649)
  631. o2.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  632. o2.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  633. o2.CFrame = CFrame.new(9.5394268, 1.15889382, -30.4923649, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  634. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  635. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  636. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  637. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  638. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  639. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  640. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  641. o2.Position = Vector3.new(9.5394268, 1.15889382, -30.4923649)
  642. o2.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  643. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  644. o3.Parent = o2
  645. o3.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734)
  646. o3.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734)
  647. o4.Name = "svatic2"
  648. o4.Parent = o1
  649. o4.Material = Enum.Material.SmoothPlastic
  650. o4.BrickColor = BrickColor.new("Really black")
  651. o4.Position = Vector3.new(9.51736546, 1.06919134, -30.4028416)
  652. o4.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  653. o4.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  654. o4.CFrame = CFrame.new(9.51736546, 1.06919134, -30.4028416, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  655. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  656. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  657. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  658. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  659. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  660. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  661. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  662. o4.Position = Vector3.new(9.51736546, 1.06919134, -30.4028416)
  663. o4.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  664. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  665. o5.Parent = o4
  666. o5.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  667. o5.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  668. o6.Name = "qRelativeCFrameWeldValue"
  669. o6.Parent = o4
  670. o6.Value = CFrame.new(0, -0.0218372345, -0.105447769, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  671. o7.Name = "qCFrameWeldThingy"
  672. o7.Parent = o4
  673. o7.C1 = CFrame.new(0, -0.0260860808, -0.125964642, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  674. o7.Part0 = o2
  675. o7.Part1 = o4
  676. o8.Name = "svatic3"
  677. o8.Parent = o1
  678. o8.Material = Enum.Material.SmoothPlastic
  679. o8.BrickColor = BrickColor.new("Really black")
  680. o8.Position = Vector3.new(9.50574112, 1.21955931, -30.7833157)
  681. o8.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  682. o8.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  683. o8.CFrame = CFrame.new(9.50574112, 1.21955931, -30.7833157, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  684. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  685. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  686. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  687. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  688. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  689. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  690. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  691. o8.Position = Vector3.new(9.50574112, 1.21955931, -30.7833157)
  692. o8.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  693. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  694. o9.Parent = o8
  695. o9.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  696. o9.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  697. o10.Name = "qRelativeCFrameWeldValue"
  698. o10.Parent = o8
  699. o10.Value = CFrame.new(0, -0.106843948, 0.226449966, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  700. o11.Name = "qCFrameWeldThingy"
  701. o11.Parent = o8
  702. o11.C1 = CFrame.new(0, -0.127632454, 0.270510107, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  703. o11.Part0 = o2
  704. o11.Part1 = o8
  705. o12.Name = "svatic4"
  706. o12.Parent = o1
  707. o12.Material = Enum.Material.SmoothPlastic
  708. o12.BrickColor = BrickColor.new("Really black")
  709. o12.Position = Vector3.new(9.40566349, 0.893889546, -30.553009)
  710. o12.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  711. o12.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  712. o12.CFrame = CFrame.new(9.40566349, 0.893889546, -30.553009, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  713. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  714. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  715. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  716. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  717. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  718. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  719. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  720. o12.Position = Vector3.new(9.40566349, 0.893889546, -30.553009)
  721. o12.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  722. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  723. o13.Parent = o12
  724. o13.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892)
  725. o13.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892)
  726. o14.Name = "qRelativeCFrameWeldValue"
  727. o14.Parent = o12
  728. o14.Value = CFrame.new(0, -0.236118317, -0.0926094055, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  729. o15.Name = "qCFrameWeldThingy"
  730. o15.Parent = o12
  731. o15.C1 = CFrame.new(0, -0.28205961, -0.110628322, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  732. o15.Part0 = o2
  733. o15.Part1 = o12
  734. o16.Name = "svatic5"
  735. o16.Parent = o1
  736. o16.Material = Enum.Material.SmoothPlastic
  737. o16.BrickColor = BrickColor.new("Really black")
  738. o16.Position = Vector3.new(9.65675831, 1.39117944, -30.4388123)
  739. o16.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  740. o16.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  741. o16.CFrame = CFrame.new(9.65675831, 1.39117944, -30.4388123, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  742. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  743. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  744. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  745. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  746. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  747. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  748. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  749. o16.Position = Vector3.new(9.65675831, 1.39117944, -30.4388123)
  750. o16.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  751. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  752. o17.Parent = o16
  753. o17.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148)
  754. o17.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148)
  755. o18.Name = "qRelativeCFrameWeldValue"
  756. o18.Parent = o16
  757. o18.Value = CFrame.new(0, 0.207174301, 0.080909729, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  758. o19.Name = "qCFrameWeldThingy"
  759. o19.Parent = o16
  760. o19.C1 = CFrame.new(0, 0.247483984, 0.096652247, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  761. o19.Part0 = o2
  762. o19.Part1 = o16
  763. o20.Name = "svatic6"
  764. o20.Parent = o1
  765. o20.Material = Enum.Material.SmoothPlastic
  766. o20.BrickColor = BrickColor.new("Really black")
  767. o20.Position = Vector3.new(9.54831028, 1.05523241, -30.2259464)
  768. o20.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  769. o20.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  770. o20.CFrame = CFrame.new(9.54831028, 1.05523241, -30.2259464, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  771. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  772. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  773. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  774. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  775. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  776. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  777. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  778. o20.Position = Vector3.new(9.54831028, 1.05523241, -30.2259464)
  779. o20.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  780. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  781. o21.Parent = o20
  782. o21.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  783. o21.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  784. o22.Name = "qRelativeCFrameWeldValue"
  785. o22.Parent = o20
  786. o22.Value = CFrame.new(0, 0.0607795715, -0.231582642, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  787. o23.Name = "qCFrameWeldThingy"
  788. o23.Parent = o20
  789. o23.C1 = CFrame.new(0, 0.0726053864, -0.276641428, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  790. o23.Part0 = o2
  791. o23.Part1 = o20
  792. o24.Name = "svatic7"
  793. o24.Parent = o1
  794. o24.Material = Enum.Material.SmoothPlastic
  795. o24.BrickColor = BrickColor.new("Really black")
  796. o24.Position = Vector3.new(9.53892517, 1.21178222, -30.6091824)
  797. o24.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  798. o24.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  799. o24.CFrame = CFrame.new(9.53892517, 1.21178222, -30.6091824, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  800. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  801. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  802. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  803. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  804. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  805. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  806. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  807. o24.Position = Vector3.new(9.53892517, 1.21178222, -30.6091824)
  808. o24.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  809. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  810. o25.Parent = o24
  811. o25.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  812. o25.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  813. o26.Name = "qRelativeCFrameWeldValue"
  814. o26.Parent = o24
  815. o26.Value = CFrame.new(0, -0.0209236145, 0.105287552, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  816. o27.Name = "qCFrameWeldThingy"
  817. o27.Parent = o24
  818. o27.C1 = CFrame.new(0, -0.0249946993, 0.125773236, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  819. o27.Part0 = o2
  820. o27.Part1 = o24
  821. o28.Name = "Right Arm"
  822. o28.Parent = o1
  823. o28.Material = Enum.Material.SmoothPlastic
  824. o28.BrickColor = BrickColor.new("Really black")
  825. o28.Transparency = 1
  826. o28.Position = Vector3.new(9.33767605, 1.24664795, -30.4727879)
  827. o28.Rotation = Vector3.new(114.800003, 63.2999992, -39.2599983)
  828. o28.FormFactor = Enum.FormFactor.Symmetric
  829. o28.Size = Vector3.new(2.09252977, 1.04626489, 1.04626489)
  830. o28.CFrame = CFrame.new(9.33767605, 1.24664795, -30.4727879, 0.347877979, 0.284306079, 0.893393397, 0.893409908, 0.188386172, -0.407835245, -0.284253061, 0.940042913, -0.188466549)
  831. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  832. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  833. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  834. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  835. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  836. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  837. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  838. o28.Position = Vector3.new(9.33767605, 1.24664795, -30.4727879)
  839. o28.Orientation = Vector3.new(24.0699997, 101.910004, 78.0899963)
  840. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  841. weldtoarm.Parent = o28
  842. weldtoarm.Part0 = o28
  843. weldtoarm.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  844. weldtoarm.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(1.55, math.pi, 1.55)
  845. o29.Name = "qRelativeCFrameWeldValue"
  846. o29.Parent = o28
  847. o29.Value = CFrame.new(-0.00221943855, 0.0187721252, 0.183933258, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
  848. o30.Name = "qCFrameWeldThingy"
  849. o30.Parent = o28
  850. o30.C1 = CFrame.new(-0.00265127234, 0.0224245973, 0.21972096, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
  851. o30.Part0 = o2
  852. o30.Part1 = o28
  853. o31.Name = "Armlet1"
  854. o31.Parent = o1
  855. o31.Material = Enum.Material.SmoothPlastic
  856. o31.BrickColor = BrickColor.new("Bright red")
  857. o31.Position = Vector3.new(9.33325005, 1.22114551, -30.4663391)
  858. o31.Rotation = Vector3.new(114.800003, 63.2999992, -39.2599983)
  859. o31.FormFactor = Enum.FormFactor.Symmetric
  860. o31.Size = Vector3.new(1.01487708, 1.06719005, 1.0985781)
  861. o31.CFrame = CFrame.new(9.33325005, 1.22114551, -30.4663391, 0.34788391, 0.284310907, 0.893393397, 0.893425107, 0.188389421, -0.407835245, -0.284257859, 0.940058947, -0.188466549)
  862. o31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  863. o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  864. o31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  865. o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  866. o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  867. o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  868. o31.Color = Color3.new(0.768628, 0.156863, 0.109804)
  869. o31.Position = Vector3.new(9.33325005, 1.22114551, -30.4663391)
  870. o31.Orientation = Vector3.new(24.0699997, 101.910004, 78.0899963)
  871. o31.Color = Color3.new(0.768628, 0.156863, 0.109804)
  872. o32.Name = "qRelativeCFrameWeldValue"
  873. o32.Parent = o31
  874. o32.Value = CFrame.new(0.0196768045, 0.0187721252, 0.179553986, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
  875. o33.Name = "qCFrameWeldThingy"
  876. o33.Parent = o31
  877. o33.C1 = CFrame.new(0.0235053003, 0.0224245973, 0.214489624, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
  878. o33.Part0 = o2
  879. o33.Part1 = o31
  880. o34.Name = "Armlet2"
  881. o34.Parent = o1
  882. o34.Material = Enum.Material.SmoothPlastic
  883. o34.BrickColor = BrickColor.new("Institutional white")
  884. o34.Position = Vector3.new(9.74531078, 1.04955149, -30.5565758)
  885. o34.Rotation = Vector3.new(-11.3299999, 16.5200005, 158.729996)
  886. o34.Shape = Enum.PartType.Cylinder
  887. o34.Size = Vector3.new(0.238913804, 1.0253396, 1.04626489)
  888. o34.CFrame = CFrame.new(9.74531078, 1.04955149, -30.5565758, -0.893398523, -0.347870708, 0.284310907, 0.407822043, -0.893431127, 0.188389421, 0.188470751, 0.284255087, 0.940058947)
  889. o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  890. o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  891. o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  892. o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  893. o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  894. o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  895. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  896. o34.Position = Vector3.new(9.74531078, 1.04955149, -30.5565758)
  897. o34.Orientation = Vector3.new(-10.8599997, 16.8299999, 155.460007)
  898. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  899. o35.Parent = o34
  900. o35.Scale = Vector3.new(0.875851333, 1, 1)
  901. o35.MeshType = Enum.MeshType.Cylinder
  902. o35.Scale = Vector3.new(0.875851333, 1, 1)
  903. o36.Name = "qRelativeCFrameWeldValue"
  904. o36.Parent = o34
  905. o36.Value = CFrame.new(0.201436996, -0.00654327869, 0.0187721252, 1, 0, 0, 0, 0.642790794, 0.766052902, 0, -0.766052902, 0.642790794)
  906. o37.Name = "qCFrameWeldThingy"
  907. o37.Parent = o34
  908. o37.C1 = CFrame.new(0.240630388, -0.00781639758, 0.0224245973, 1, 0, 0, 0, 0.642790794, 0.766052902, 0, -0.766052902, 0.642790794)
  909. o37.Part0 = o2
  910. o37.Part1 = o34
  911. mas.Parent = workspace
  912. mas:MakeJoints()
  913. local mas1 = mas:GetChildren()
  914. for i=1,#mas1 do
  915. mas1[i].Parent = game.Players.LocalPlayer.Character
  916. ypcall(function() mas1[i]:MakeJoints() end)
  917. end
  918. mas:Destroy()
  919. for i=1,#cors do
  920. coroutine.resume(cors[i])
  921. end
  922. guigroup=Instance.new("BillboardGui")
  923. guigroup.Parent=game.Players.LocalPlayer.Character.Head
  924. guigroup.Adornee=game.Players.LocalPlayer.Character.Head
  925. guigroup.Size = UDim2.new(1,0,1,0)
  926. guigroup.StudsOffset=Vector3.new(0.5, 6, 0)
  927. oooo1 = Instance.new("TextLabel")
  928. Kills = Instance.new("IntValue")
  929. Kills.Parent = game.Players.LocalPlayer.Character
  930. Kills.Name = ""
  931. oooo1.Text = ""
  932. if
  933. game.Players.LocalPlayer.Name == ""
  934. then
  935. oooo1.Text = ""
  936. end
  937. oooo1.Size = UDim2.new(0,200,0,200)
  938. oooo1.BackgroundColor3 = Color3.new(1, 1, 1)
  939. oooo1.BackgroundTransparency = 1
  940. oooo1.Parent = guigroup
  941. oooo1.AnchorPoint = Vector2.new(0.5, 0.9)
  942. oooo1.Size = UDim2.new(3.5,0,3.5,0)
  943. oooo1.TextScaled = true
  944. ko1 = Instance.new("TextLabel")
  945. ko1.Name = ""
  946. ko1.Parent = guigroup
  947. ko1.BackgroundColor3 = Color3.new(1, 1, 1)
  948. ko1.BackgroundTransparency = 1
  949. ko1.TextColor3 = Color3.new(1, 0, 0)
  950. ko1.TextScaled = false
  951. ko1.TextWrapped = false
  952. ko1.AnchorPoint = Vector2.new(0.5, 0.3)
  953. game.Players.LocalPlayer.Character.Humanoid.NameOcclusion = "NoOcclusion"
  954. game.Players.LocalPlayer.Character.Humanoid.HealthDisplayType = "AlwaysOff"
  955. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  956. game.Players.LocalPlayer.Character.Humanoid.Health = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  957. local runDummyScript = function(f,scri)
  958. local oldenv = getfenv(f)
  959. local newenv = setmetatable({}, {
  960. __index = function(_, k)
  961. if k:lower() == 'script' then
  962. return scri
  963. else
  964. return oldenv[k]
  965. end
  966. end
  967. })
  968. setfenv(f, newenv)
  969. ypcall(function() f() end)
  970. end
  971. cors = {}
  972. mas = Instance.new("Model",game:GetService("Lighting"))
  973. mas.Name = "CompiledModel"
  974. o1 = Instance.new("Model")
  975. o2 = Instance.new("Part")
  976. o3 = Instance.new("BlockMesh")
  977. o4 = Instance.new("Part")
  978. o5 = Instance.new("BlockMesh")
  979. o6 = Instance.new("CFrameValue")
  980. o7 = Instance.new("Weld")
  981. o8 = Instance.new("Part")
  982. o9 = Instance.new("BlockMesh")
  983. o10 = Instance.new("CFrameValue")
  984. o11 = Instance.new("Weld")
  985. o12 = Instance.new("Part")
  986. o13 = Instance.new("BlockMesh")
  987. o14 = Instance.new("CFrameValue")
  988. o15 = Instance.new("Weld")
  989. o16 = Instance.new("Part")
  990. o17 = Instance.new("BlockMesh")
  991. o18 = Instance.new("CFrameValue")
  992. o19 = Instance.new("Weld")
  993. o20 = Instance.new("Part")
  994. o21 = Instance.new("BlockMesh")
  995. o22 = Instance.new("CFrameValue")
  996. o23 = Instance.new("Weld")
  997. o24 = Instance.new("Part")
  998. o25 = Instance.new("BlockMesh")
  999. o26 = Instance.new("CFrameValue")
  1000. o27 = Instance.new("Weld")
  1001. o28 = Instance.new("Part")
  1002. o29 = Instance.new("CFrameValue")
  1003. o30 = Instance.new("Weld")
  1004. o31 = Instance.new("Part")
  1005. o32 = Instance.new("CFrameValue")
  1006. o33 = Instance.new("Weld")
  1007. o34 = Instance.new("Part")
  1008. o35 = Instance.new("SpecialMesh")
  1009. o36 = Instance.new("CFrameValue")
  1010. o37 = Instance.new("Weld")
  1011. weldtoarm = Instance.new("Weld")
  1012. o1.Name = "Armlet"
  1013. o1.Parent = mas
  1014. o2.Name = "svatic1"
  1015. o2.Parent = o1
  1016. o2.Material = Enum.Material.SmoothPlastic
  1017. o2.BrickColor = BrickColor.new("Really black")
  1018. o2.Position = Vector3.new(9.5394268, 1.15889382, -30.4923649)
  1019. o2.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  1020. o2.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  1021. o2.CFrame = CFrame.new(9.5394268, 1.15889382, -30.4923649, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  1022. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1023. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1024. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1025. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1026. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1027. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1028. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1029. o2.Position = Vector3.new(9.5394268, 1.15889382, -30.4923649)
  1030. o2.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  1031. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1032. o3.Parent = o2
  1033. o3.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734)
  1034. o3.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734)
  1035. o4.Name = "svatic2"
  1036. o4.Parent = o1
  1037. o4.Material = Enum.Material.SmoothPlastic
  1038. o4.BrickColor = BrickColor.new("Really black")
  1039. o4.Position = Vector3.new(9.51736546, 1.06919134, -30.4028416)
  1040. o4.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  1041. o4.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  1042. o4.CFrame = CFrame.new(9.51736546, 1.06919134, -30.4028416, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  1043. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1044. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1045. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1046. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1047. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1048. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1049. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1050. o4.Position = Vector3.new(9.51736546, 1.06919134, -30.4028416)
  1051. o4.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  1052. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1053. o5.Parent = o4
  1054. o5.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  1055. o5.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  1056. o6.Name = "qRelativeCFrameWeldValue"
  1057. o6.Parent = o4
  1058. o6.Value = CFrame.new(0, -0.0218372345, -0.105447769, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1059. o7.Name = "qCFrameWeldThingy"
  1060. o7.Parent = o4
  1061. o7.C1 = CFrame.new(0, -0.0260860808, -0.125964642, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1062. o7.Part0 = o2
  1063. o7.Part1 = o4
  1064. o8.Name = "svatic3"
  1065. o8.Parent = o1
  1066. o8.Material = Enum.Material.SmoothPlastic
  1067. o8.BrickColor = BrickColor.new("Really black")
  1068. o8.Position = Vector3.new(9.50574112, 1.21955931, -30.7833157)
  1069. o8.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  1070. o8.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  1071. o8.CFrame = CFrame.new(9.50574112, 1.21955931, -30.7833157, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  1072. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1073. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1074. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1075. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1076. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1077. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1078. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1079. o8.Position = Vector3.new(9.50574112, 1.21955931, -30.7833157)
  1080. o8.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  1081. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1082. o9.Parent = o8
  1083. o9.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  1084. o9.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  1085. o10.Name = "qRelativeCFrameWeldValue"
  1086. o10.Parent = o8
  1087. o10.Value = CFrame.new(0, -0.106843948, 0.226449966, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1088. o11.Name = "qCFrameWeldThingy"
  1089. o11.Parent = o8
  1090. o11.C1 = CFrame.new(0, -0.127632454, 0.270510107, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1091. o11.Part0 = o2
  1092. o11.Part1 = o8
  1093. o12.Name = "svatic4"
  1094. o12.Parent = o1
  1095. o12.Material = Enum.Material.SmoothPlastic
  1096. o12.BrickColor = BrickColor.new("Really black")
  1097. o12.Position = Vector3.new(9.40566349, 0.893889546, -30.553009)
  1098. o12.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  1099. o12.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  1100. o12.CFrame = CFrame.new(9.40566349, 0.893889546, -30.553009, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  1101. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1102. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1103. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1104. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1105. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1106. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1107. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1108. o12.Position = Vector3.new(9.40566349, 0.893889546, -30.553009)
  1109. o12.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  1110. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1111. o13.Parent = o12
  1112. o13.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892)
  1113. o13.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892)
  1114. o14.Name = "qRelativeCFrameWeldValue"
  1115. o14.Parent = o12
  1116. o14.Value = CFrame.new(0, -0.236118317, -0.0926094055, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1117. o15.Name = "qCFrameWeldThingy"
  1118. o15.Parent = o12
  1119. o15.C1 = CFrame.new(0, -0.28205961, -0.110628322, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1120. o15.Part0 = o2
  1121. o15.Part1 = o12
  1122. o16.Name = "svatic5"
  1123. o16.Parent = o1
  1124. o16.Material = Enum.Material.SmoothPlastic
  1125. o16.BrickColor = BrickColor.new("Really black")
  1126. o16.Position = Vector3.new(9.65675831, 1.39117944, -30.4388123)
  1127. o16.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  1128. o16.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  1129. o16.CFrame = CFrame.new(9.65675831, 1.39117944, -30.4388123, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  1130. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1131. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1132. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1133. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1134. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1135. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1136. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1137. o16.Position = Vector3.new(9.65675831, 1.39117944, -30.4388123)
  1138. o16.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  1139. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1140. o17.Parent = o16
  1141. o17.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148)
  1142. o17.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148)
  1143. o18.Name = "qRelativeCFrameWeldValue"
  1144. o18.Parent = o16
  1145. o18.Value = CFrame.new(0, 0.207174301, 0.080909729, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1146. o19.Name = "qCFrameWeldThingy"
  1147. o19.Parent = o16
  1148. o19.C1 = CFrame.new(0, 0.247483984, 0.096652247, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1149. o19.Part0 = o2
  1150. o19.Part1 = o16
  1151. o20.Name = "svatic6"
  1152. o20.Parent = o1
  1153. o20.Material = Enum.Material.SmoothPlastic
  1154. o20.BrickColor = BrickColor.new("Really black")
  1155. o20.Position = Vector3.new(9.54831028, 1.05523241, -30.2259464)
  1156. o20.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  1157. o20.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  1158. o20.CFrame = CFrame.new(9.54831028, 1.05523241, -30.2259464, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  1159. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1160. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1161. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1162. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1163. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1164. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1165. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1166. o20.Position = Vector3.new(9.54831028, 1.05523241, -30.2259464)
  1167. o20.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  1168. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1169. o21.Parent = o20
  1170. o21.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  1171. o21.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  1172. o22.Name = "qRelativeCFrameWeldValue"
  1173. o22.Parent = o20
  1174. o22.Value = CFrame.new(0, 0.0607795715, -0.231582642, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1175. o23.Name = "qCFrameWeldThingy"
  1176. o23.Parent = o20
  1177. o23.C1 = CFrame.new(0, 0.0726053864, -0.276641428, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1178. o23.Part0 = o2
  1179. o23.Part1 = o20
  1180. o24.Name = "svatic7"
  1181. o24.Parent = o1
  1182. o24.Material = Enum.Material.SmoothPlastic
  1183. o24.BrickColor = BrickColor.new("Really black")
  1184. o24.Position = Vector3.new(9.53892517, 1.21178222, -30.6091824)
  1185. o24.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  1186. o24.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  1187. o24.CFrame = CFrame.new(9.53892517, 1.21178222, -30.6091824, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  1188. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1189. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1190. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1191. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1192. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1193. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1194. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1195. o24.Position = Vector3.new(9.53892517, 1.21178222, -30.6091824)
  1196. o24.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  1197. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1198. o25.Parent = o24
  1199. o25.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  1200. o25.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  1201. o26.Name = "qRelativeCFrameWeldValue"
  1202. o26.Parent = o24
  1203. o26.Value = CFrame.new(0, -0.0209236145, 0.105287552, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1204. o27.Name = "qCFrameWeldThingy"
  1205. o27.Parent = o24
  1206. o27.C1 = CFrame.new(0, -0.0249946993, 0.125773236, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1207. o27.Part0 = o2
  1208. o27.Part1 = o24
  1209. o28.Name = "Right Arm"
  1210. o28.Parent = o1
  1211. o28.Material = Enum.Material.SmoothPlastic
  1212. o28.BrickColor = BrickColor.new("Really black")
  1213. o28.Transparency = 1
  1214. o28.Position = Vector3.new(9.33767605, 1.24664795, -30.4727879)
  1215. o28.Rotation = Vector3.new(114.800003, 63.2999992, -39.2599983)
  1216. o28.FormFactor = Enum.FormFactor.Symmetric
  1217. o28.Size = Vector3.new(2.09252977, 1.04626489, 1.04626489)
  1218. o28.CFrame = CFrame.new(9.33767605, 1.24664795, -30.4727879, 0.347877979, 0.284306079, 0.893393397, 0.893409908, 0.188386172, -0.407835245, -0.284253061, 0.940042913, -0.188466549)
  1219. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1220. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1221. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1222. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1223. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1224. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1225. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1226. o28.Position = Vector3.new(9.33767605, 1.24664795, -30.4727879)
  1227. o28.Orientation = Vector3.new(24.0699997, 101.910004, 78.0899963)
  1228. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1229. weldtoarm.Parent = o28
  1230. weldtoarm.Part0 = o28
  1231. weldtoarm.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1232. weldtoarm.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(1.55, math.pi, 1.55)
  1233. o29.Name = "qRelativeCFrameWeldValue"
  1234. o29.Parent = o28
  1235. o29.Value = CFrame.new(-0.00221943855, 0.0187721252, 0.183933258, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
  1236. o30.Name = "qCFrameWeldThingy"
  1237. o30.Parent = o28
  1238. o30.C1 = CFrame.new(-0.00265127234, 0.0224245973, 0.21972096, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
  1239. o30.Part0 = o2
  1240. o30.Part1 = o28
  1241. o31.Name = "Armlet1"
  1242. o31.Parent = o1
  1243. o31.Material = Enum.Material.SmoothPlastic
  1244. o31.BrickColor = BrickColor.new("Bright red")
  1245. o31.Position = Vector3.new(9.33325005, 1.22114551, -30.4663391)
  1246. o31.Rotation = Vector3.new(114.800003, 63.2999992, -39.2599983)
  1247. o31.FormFactor = Enum.FormFactor.Symmetric
  1248. o31.Size = Vector3.new(1.01487708, 1.06719005, 1.0985781)
  1249. o31.CFrame = CFrame.new(9.33325005, 1.22114551, -30.4663391, 0.34788391, 0.284310907, 0.893393397, 0.893425107, 0.188389421, -0.407835245, -0.284257859, 0.940058947, -0.188466549)
  1250. o31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1251. o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1252. o31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1253. o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1254. o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. o31.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1257. o31.Position = Vector3.new(9.33325005, 1.22114551, -30.4663391)
  1258. o31.Orientation = Vector3.new(24.0699997, 101.910004, 78.0899963)
  1259. o31.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1260. o32.Name = "qRelativeCFrameWeldValue"
  1261. o32.Parent = o31
  1262. o32.Value = CFrame.new(0.0196768045, 0.0187721252, 0.179553986, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
  1263. o33.Name = "qCFrameWeldThingy"
  1264. o33.Parent = o31
  1265. o33.C1 = CFrame.new(0.0235053003, 0.0224245973, 0.214489624, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
  1266. o33.Part0 = o2
  1267. o33.Part1 = o31
  1268. o34.Name = "Armlet2"
  1269. o34.Parent = o1
  1270. o34.Material = Enum.Material.SmoothPlastic
  1271. o34.BrickColor = BrickColor.new("Institutional white")
  1272. o34.Position = Vector3.new(9.74531078, 1.04955149, -30.5565758)
  1273. o34.Rotation = Vector3.new(-11.3299999, 16.5200005, 158.729996)
  1274. o34.Shape = Enum.PartType.Cylinder
  1275. o34.Size = Vector3.new(0.238913804, 1.0253396, 1.04626489)
  1276. o34.CFrame = CFrame.new(9.74531078, 1.04955149, -30.5565758, -0.893398523, -0.347870708, 0.284310907, 0.407822043, -0.893431127, 0.188389421, 0.188470751, 0.284255087, 0.940058947)
  1277. o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1278. o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1279. o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1280. o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1281. o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1282. o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1283. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1284. o34.Position = Vector3.new(9.74531078, 1.04955149, -30.5565758)
  1285. o34.Orientation = Vector3.new(-10.8599997, 16.8299999, 155.460007)
  1286. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1287. o35.Parent = o34
  1288. o35.Scale = Vector3.new(0.875851333, 1, 1)
  1289. o35.MeshType = Enum.MeshType.Cylinder
  1290. o35.Scale = Vector3.new(0.875851333, 1, 1)
  1291. o36.Name = "qRelativeCFrameWeldValue"
  1292. o36.Parent = o34
  1293. o36.Value = CFrame.new(0.201436996, -0.00654327869, 0.0187721252, 1, 0, 0, 0, 0.642790794, 0.766052902, 0, -0.766052902, 0.642790794)
  1294. o37.Name = "qCFrameWeldThingy"
  1295. o37.Parent = o34
  1296. o37.C1 = CFrame.new(0.240630388, -0.00781639758, 0.0224245973, 1, 0, 0, 0, 0.642790794, 0.766052902, 0, -0.766052902, 0.642790794)
  1297. o37.Part0 = o2
  1298. o37.Part1 = o34
  1299. mas.Parent = workspace
  1300. mas:MakeJoints()
  1301. local mas1 = mas:GetChildren()
  1302. for i=1,#mas1 do
  1303. mas1[i].Parent = game.Players.LocalPlayer.Character
  1304. ypcall(function() mas1[i]:MakeJoints() end)
  1305. end
  1306. mas:Destroy()
  1307. for i=1,#cors do
  1308. coroutine.resume(cors[i])
  1309. end
  1310.  
  1311.  
  1312. --//=================================\\
  1313. --|| SOME FUNCTIONS
  1314. --\\=================================//
  1315.  
  1316. function rayCast(Position, Direction, Range, Ignore)
  1317. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  1318. end
  1319. local RbxUtility = LoadLibrary("RbxUtility")
  1320. local Create = RbxUtility.Create
  1321.  
  1322. function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
  1323. return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
  1324. end
  1325.  
  1326. function PositiveAngle(NUMBER)
  1327. if NUMBER >= 0 then
  1328. NUMBER = 0
  1329. end
  1330. return NUMBER
  1331. end
  1332.  
  1333. function NegativeAngle(NUMBER)
  1334. if NUMBER <= 0 then
  1335. NUMBER = 0
  1336. end
  1337. return NUMBER
  1338. end
  1339.  
  1340. function swait(num)
  1341. if num == 0 or num == nil then
  1342. game:service("RunService").Stepped:wait(0)
  1343. else
  1344. for i = 0, num do
  1345. game:service("RunService").Stepped:wait(0)
  1346. end
  1347. end
  1348. end
  1349.  
  1350. function Swait(NUMBER)
  1351. if NUMBER == 0 or NUMBER == nil then
  1352. ArtificialHB.Event:wait()
  1353. else
  1354. for i = 1, NUMBER do
  1355. ArtificialHB.Event:wait()
  1356. end
  1357. end
  1358. end
  1359.  
  1360. function QuaternionFromCFrame(cf)
  1361. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  1362. local trace = m00 + m11 + m22
  1363. if trace > 0 then
  1364. local s = math.sqrt(1 + trace)
  1365. local recip = 0.5 / s
  1366. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  1367. else
  1368. local i = 0
  1369. if m11 > m00 then
  1370. i = 1
  1371. end
  1372. if m22 > (i == 0 and m00 or m11) then
  1373. i = 2
  1374. end
  1375. if i == 0 then
  1376. local s = math.sqrt(m00 - m11 - m22 + 1)
  1377. local recip = 0.5 / s
  1378. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  1379. elseif i == 1 then
  1380. local s = math.sqrt(m11 - m22 - m00 + 1)
  1381. local recip = 0.5 / s
  1382. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  1383. elseif i == 2 then
  1384. local s = math.sqrt(m22 - m00 - m11 + 1)
  1385. local recip = 0.5 / s return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  1386. end
  1387. end
  1388. end
  1389.  
  1390. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  1391. local xs, ys, zs = x + x, y + y, z + z
  1392. local wx, wy, wz = w * xs, w * ys, w * zs
  1393. local xx = x * xs
  1394. local xy = x * ys
  1395. local xz = x * zs
  1396. local yy = y * ys
  1397. local yz = y * zs
  1398. local zz = z * zs
  1399. return CFrame.new(px, py, pz, 1 - (yy + zz), xy - wz, xz + wy, xy + wz, 1 - (xx + zz), yz - wx, xz - wy, yz + wx, 1 - (xx + yy))
  1400. end
  1401.  
  1402. function QuaternionSlerp(a, b, t)
  1403. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  1404. local startInterp, finishInterp;
  1405. if cosTheta >= 0.0001 then
  1406. if (1 - cosTheta) > 0.0001 then
  1407. local theta = ACOS(cosTheta)
  1408. local invSinTheta = 1 / SIN(theta)
  1409. startInterp = SIN((1 - t) * theta) * invSinTheta
  1410. finishInterp = SIN(t * theta) * invSinTheta
  1411. else
  1412. startInterp = 1 - t
  1413. finishInterp = t
  1414. end
  1415. else
  1416. if (1 + cosTheta) > 0.0001 then
  1417. local theta = ACOS(-cosTheta)
  1418. local invSinTheta = 1 / SIN(theta)
  1419. startInterp = SIN((t - 1) * theta) * invSinTheta
  1420. finishInterp = SIN(t * theta) * invSinTheta
  1421. else
  1422. startInterp = t - 1
  1423. finishInterp = t
  1424. end
  1425. end
  1426. return a[1] * startInterp + b[1] * finishInterp, a[2] * startInterp + b[2] * finishInterp, a[3] * startInterp + b[3] * finishInterp, a[4] * startInterp + b[4] * finishInterp
  1427. end
  1428.  
  1429. function Clerp(a, b, t)
  1430. local qa = {QuaternionFromCFrame(a)}
  1431. local qb = {QuaternionFromCFrame(b)}
  1432. local ax, ay, az = a.x, a.y, a.z
  1433. local bx, by, bz = b.x, b.y, b.z
  1434. local _t = 1 - t
  1435. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  1436. end
  1437.  
  1438.  
  1439. function CreateSound(ID, PARENT, VOLUME, PITCH)
  1440. coroutine.resume(coroutine.create(function()
  1441. local NEWSOUND = IT("Sound", PARENT)
  1442. NEWSOUND.Volume = VOLUME
  1443. NEWSOUND.Pitch = PITCH
  1444. NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
  1445. Swait()
  1446. NEWSOUND:play()
  1447. game:GetService("Debris"):AddItem(NEWSOUND, 10)
  1448. end))
  1449. end
  1450.  
  1451. Weapon.Parent = Character
  1452.  
  1453. Humanoid.Died:connect(function()
  1454. workspace:ClearAllChildren()
  1455. end)
  1456.  
  1457. --//=================================\\
  1458. --\\=================================//
  1459.  
  1460.  
  1461. --//=================================\\
  1462. --|| DAMAGING
  1463. --\\=================================//
  1464.  
  1465. function kill(target,extratrue)
  1466. if OTHERWORLD == false or extratrue == true then
  1467. f = target:GetChildren()
  1468. for i = 1, #f do
  1469. if f[i].ClassName == "Part" or f[i].ClassName == "MeshPart" then
  1470. local effect = f[i]:Clone()
  1471. effect.Color = C3(0,0,0)
  1472. effect.Material = "Neon"
  1473. effect.Parent = workspace
  1474. effect.Anchored = true
  1475. effect.CanCollide = false
  1476. local hit = effect.Touched:Connect(function(hit)
  1477. if hit.Parent ~= Character and hit.Parent:FindFirstChild("Humanoid") then
  1478. kill(hit.Parent)
  1479. hit.Parent:remove()
  1480. end
  1481. end)
  1482. m = effect:GetChildren()
  1483. for j = 1, #m do
  1484. if m[j].ClassName ~= "SpecialMesh" and m[j].ClassName ~= "BlockMesh" then
  1485. m[j]:remove()
  1486. end
  1487. end
  1488. table.insert(Effects2,{effect,"Disappear",0.01,1,1,1,15})
  1489. end
  1490. end
  1491. target:remove()
  1492. end
  1493. end
  1494.  
  1495. --//=================================\\
  1496. --|| ATTACK FUNCTIONS AND STUFF
  1497. --\\=================================//
  1498.  
  1499. local hit = Torso.Touched:Connect(function(hit)
  1500. if hit.Parent:FindFirstChild("Humanoid") then
  1501. kill(hit.Parent)
  1502. end
  1503. end)
  1504. local hit = RightArm.Touched:Connect(function(hit)
  1505. if hit.Parent:FindFirstChild("Humanoid") then
  1506. kill(hit.Parent)
  1507. end
  1508. end)
  1509. local hit = LeftArm.Touched:Connect(function(hit)
  1510. if hit.Parent:FindFirstChild("Humanoid") then
  1511. kill(hit.Parent)
  1512. end
  1513. end)
  1514. local hit = RightLeg.Touched:Connect(function(hit)
  1515. if hit.Parent:FindFirstChild("Humanoid") then
  1516. kill(hit.Parent)
  1517. end
  1518. end)
  1519. local hit = LeftLeg.Touched:Connect(function(hit)
  1520. if hit.Parent:FindFirstChild("Humanoid") then
  1521. kill(hit.Parent)
  1522. end
  1523. end)
  1524. local hit = Head.Touched:Connect(function(hit)
  1525. if hit.Parent:FindFirstChild("Humanoid") then
  1526. kill(hit.Parent)
  1527. end
  1528. end)
  1529.  
  1530. function Warp()
  1531. ATTACK = true
  1532. local originalcframe = RootPart.CFrame
  1533. RootPart.CFrame = CF(VT(Mouse.Hit.p.X,Mouse.Hit.p.Y+(RootPart.Size.Y+1.5),Mouse.Hit.Z),originalcframe.p)
  1534. if OTHERWORLD == false then
  1535. CreateSound("971126018", penta, 2, 1)
  1536. end
  1537. ATTACK = false
  1538. end
  1539.  
  1540. function burnchildren(v)
  1541. local get = v:GetChildren()
  1542. for i = 1, #get do
  1543. local child = get[i]
  1544. if child.ClassName == "Part" or child.ClassName == "MeshPart" then
  1545. particles(child)
  1546. child.Color = C3(0,0,0)
  1547. elseif child.ClassName == "CharacterMesh" then
  1548. child.OverlayTextureId = "99174105"
  1549. elseif child.ClassName == "Hat" or child.ClassName == "Accessory" then
  1550. child.Handle.Color = C3(0,0,0)
  1551. child.Handle.Mesh.TextureId = ""
  1552. particles(child.Handle)
  1553. end
  1554. end
  1555. end
  1556.  
  1557. function dragnearest(position,range)
  1558. for i,v in ipairs(workspace:GetChildren()) do
  1559. if game.Players:FindFirstChild(v.Name) == nil then
  1560. local body = v:GetChildren()
  1561. for part = 1, #body do
  1562. if((body[part].ClassName == "Part" or body[part].ClassName == "MeshPart") and v ~= Character) then
  1563. if(body[part].Position - position).Magnitude < range then
  1564. v.Parent = Cam
  1565. burnchildren(v)
  1566. if v:FindFirstChild("Humanoid") then
  1567. v.Humanoid:remove()
  1568. end
  1569. end
  1570. end
  1571. end
  1572. if v.ClassName == "Part" then
  1573. if v.Anchored == false and (v.Position - position).Magnitude < range then
  1574. v.Parent = Cam
  1575. particles(v)
  1576. v.Color = C3(0,0,0)
  1577. end
  1578. end
  1579. end
  1580. end
  1581. end
  1582.  
  1583. function Cuff()
  1584. local TARGET = Mouse.Target
  1585. if TARGET ~= nil then
  1586. if TARGET.Parent:FindFirstChildOfClass("Humanoid") then
  1587. local HUM = TARGET.Parent:FindFirstChildOfClass("Humanoid")
  1588. local ROOT = TARGET.Parent:FindFirstChild("HumanoidRootPart") or TARGET.Parent:FindFirstChild("Torso") or TARGET.Parent:FindFirstChild("UpperTorso")
  1589. if ROOT and HUM.Health > 0 then
  1590. local FOE = Mouse.Target.Parent
  1591. ATTACK = true
  1592. Rooted = true
  1593. RootPart.CFrame = ROOT.CFrame*CF(0,0,2)
  1594. ROOT.Anchored = true
  1595. CreateSound(289556450, RootPart, 5, 1.4, false)
  1596. for i=0, 2, 0.1 / Animation_Speed do
  1597. Swait()
  1598. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(15), RAD(0), RAD(0)), 1 / Animation_Speed)
  1599. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15), RAD(0), RAD(0)), 1 / Animation_Speed)
  1600. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(80), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1601. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(80), RAD(0), RAD(0)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1602. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(15), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  1603. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  1604. end
  1605. local RIGHTCUFF = nil
  1606. local LEFTCUFF = nil
  1607. local ChainLink = nil
  1608. CreateSound(1279090548, ROOT, 10, 1.4, false)
  1609. for _, c in pairs(FOE:GetChildren()) do
  1610. if c.Name == "Left Arm" or c.Name == "LeftLowerArm" then
  1611. LEFTCUFF = CreatePart(3, FOE, "Metal", 0, 0, "Mid gray", "Cuff", VT(c.Size.X+0.1, 0.1, c.Size.Z+0.1),false)
  1612. LEFTCUFF.CFrame = c.CFrame
  1613. weldBetween(c,LEFTCUFF)
  1614. end
  1615. end
  1616. for _, c in pairs(FOE:GetChildren()) do
  1617. if c.Name == "Right Arm" or c.Name == "RightLowerArm" then
  1618. RIGHTCUFF = CreatePart(3, FOE, "Metal", 0, 0, "Mid gray", "Cuff", VT(c.Size.X+0.1, 0.1, c.Size.Z+0.1),false)
  1619. RIGHTCUFF.CFrame = c.CFrame
  1620. weldBetween(c,RIGHTCUFF)
  1621. end
  1622. end
  1623. if RIGHTCUFF and LEFTCUFF then
  1624. local A = IT("Attachment",RIGHTCUFF)
  1625. local B = IT("Attachment",LEFTCUFF)
  1626. ChainLink = IT("Beam",FOE)
  1627. ChainLink.Texture = "rbxassetid://73042633"
  1628. ChainLink.Color = ColorSequence.new(C3(0.8,0.8,0.8))
  1629. ChainLink.TextureSpeed = 0
  1630. ChainLink.Width0 = 1
  1631. ChainLink.Width1 = 1
  1632. ChainLink.Segments = 25
  1633. ChainLink.TextureLength = 3
  1634. ChainLink.Attachment0 = B
  1635. ChainLink.Attachment1 = A
  1636. ChainLink.FaceCamera = true
  1637. ChainLink.Transparency = NumberSequence.new(0)
  1638. end
  1639. coroutine.resume(coroutine.create(function()
  1640. wait(4)
  1641. if RIGHTCUFF and LEFTCUFF then
  1642. RIGHTCUFF:remove()
  1643. LEFTCUFF:remove()
  1644. ChainLink:remove()
  1645. local bv = Instance.new("BodyVelocity",ROOT)
  1646. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1647. bv.velocity = CF(ROOT.Position-VT(0,5,0),ROOT.Position).lookVector*70
  1648. HUM.PlatformStand = false
  1649. end
  1650. end))
  1651. for i=0, 1.5, 0.1 / Animation_Speed do
  1652. Swait()
  1653. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(15), RAD(0), RAD(0)), 1 / Animation_Speed)
  1654. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15), RAD(5), RAD(0)), 1 / Animation_Speed)
  1655. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(70), RAD(0), RAD(-15)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1656. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(70), RAD(0), RAD(15)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1657. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(15), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  1658. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  1659. end
  1660. HUM.PlatformStand = true
  1661. ROOT.CFrame = ROOT.CFrame * ANGLES(RAD(15), RAD(0), RAD(0))
  1662. ROOT.Anchored = false
  1663. for i=0, 1.5, 0.1 / Animation_Speed do
  1664. Swait()
  1665. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(-5), RAD(0), RAD(-35)), 1 / Animation_Speed)
  1666. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(25), RAD(0), RAD(35)), 1 / Animation_Speed)
  1667. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-1), RAD(0), RAD(3)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1668. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-1), RAD(0), RAD(-3)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1669. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-12), RAD(80), RAD(0)) * ANGLES(RAD(-2), RAD(0), RAD(0)), 1 / Animation_Speed)
  1670. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-60), RAD(0)) * ANGLES(RAD(-2), RAD(0), RAD(0)), 1 / Animation_Speed)
  1671. end
  1672. ATTACK = false
  1673. Rooted = false
  1674. end
  1675. end
  1676. end
  1677. end
  1678.  
  1679. function Drag()
  1680. CreateSound("971126018", penta, 2, 1, false)
  1681. dragnearest(penta.Position,15)
  1682. end
  1683.  
  1684.  
  1685. --//=================================\\
  1686. --|| ASSIGN THINGS TO KEYS
  1687. --\\=================================//
  1688.  
  1689. local light2 = nil
  1690.  
  1691. function MouseDown(Mouse)
  1692. HOLD = true
  1693. if OTHERWORLD then
  1694. repeat
  1695. Swait()
  1696. until HOLD == false
  1697. end
  1698. end
  1699.  
  1700. function MouseUp(Mouse)
  1701. HOLD = false
  1702. end
  1703.  
  1704. function KeyDown(Key)
  1705. if Key == "e" then
  1706. Warp()
  1707. end
  1708. if Key == "h" then
  1709. camchild = Cam:GetChildren()
  1710. for child = 1, #camchild do
  1711. if camchild[child] ~= Character and camchild[child].Name ~= "ColorCorrection" then
  1712. camchild[child].Parent = workspace
  1713. end
  1714. end
  1715. end
  1716. if Key == "q" then
  1717. Drag()
  1718. end
  1719. if Key == "r" and ATTACK == false then
  1720. if OTHERWORLD == false then
  1721. OTHERWORLD = true
  1722. light2 = IT("ColorCorrectionEffect",Cam)
  1723. light2.Brightness = -0.300
  1724. light2.Contrast = 1
  1725. light2.Saturation = -2
  1726. CreateSound("971126018", penta, 2, 1.5)
  1727. Character.Parent = Cam
  1728. elseif OTHERWORLD == true then
  1729. OTHERWORLD = false
  1730. CreateSound("971126018", penta, 2, 1.5)
  1731. light2:remove()
  1732. Character.Parent = workspace
  1733. end
  1734. end
  1735.  
  1736. if Key == "c" and ATTACK == false then
  1737. local TARGET = Mouse.Target
  1738. if TARGET ~= nil then
  1739. if TARGET.Parent:FindFirstChildOfClass("Humanoid") then
  1740. local HUM = TARGET.Parent:FindFirstChildOfClass("Humanoid")
  1741. local ROOT = TARGET.Parent:FindFirstChild("HumanoidRootPart") or TARGET.Parent:FindFirstChild("Torso") or TARGET.Parent:FindFirstChild("UpperTorso")
  1742. if ROOT and HUM.Health > 0 then
  1743. local FOE = Mouse.Target.Parent
  1744. ATTACK = true
  1745. Rooted = true
  1746. RootPart.CFrame = ROOT.CFrame*CF(0,0,2)
  1747. ROOT.Anchored = true
  1748. CreateSound(289556450, RootPart, 5, 1.4, false)
  1749. for i=0, 2, 0.1 / Animation_Speed do
  1750. Swait()
  1751. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(15), RAD(0), RAD(0)), 1 / Animation_Speed)
  1752. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15), RAD(0), RAD(0)), 1 / Animation_Speed)
  1753. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(80), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1754. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(80), RAD(0), RAD(0)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1755. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(15), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  1756. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  1757. end
  1758. local RIGHTCUFF = nil
  1759. local LEFTCUFF = nil
  1760. local ChainLink = nil
  1761. CreateSound(1279090548, ROOT, 10, 1.4, false)
  1762. for _, c in pairs(FOE:GetChildren()) do
  1763. if c.Name == "Left Arm" or c.Name == "LeftLowerArm" then
  1764. LEFTCUFF = CreatePart(3, FOE, "Metal", 0, 0, "Mid gray", "Cuff", VT(c.Size.X+0.1, 0.1, c.Size.Z+0.1),false)
  1765. LEFTCUFF.CFrame = c.CFrame
  1766. weldBetween(c,LEFTCUFF)
  1767. end
  1768. end
  1769. for _, c in pairs(FOE:GetChildren()) do
  1770. if c.Name == "Right Arm" or c.Name == "RightLowerArm" then
  1771. RIGHTCUFF = CreatePart(3, FOE, "Metal", 0, 0, "Mid gray", "Cuff", VT(c.Size.X+0.1, 0.1, c.Size.Z+0.1),false)
  1772. RIGHTCUFF.CFrame = c.CFrame
  1773. weldBetween(c,RIGHTCUFF)
  1774. end
  1775. end
  1776. if RIGHTCUFF and LEFTCUFF then
  1777. local A = IT("Attachment",RIGHTCUFF)
  1778. local B = IT("Attachment",LEFTCUFF)
  1779. ChainLink = IT("Beam",FOE)
  1780. ChainLink.Texture = "rbxassetid://73042633"
  1781. ChainLink.Color = ColorSequence.new(C3(0.8,0.8,0.8))
  1782. ChainLink.TextureSpeed = 0
  1783. ChainLink.Width0 = 1
  1784. ChainLink.Width1 = 1
  1785. ChainLink.Segments = 25
  1786. ChainLink.TextureLength = 3
  1787. ChainLink.Attachment0 = B
  1788. ChainLink.Attachment1 = A
  1789. ChainLink.FaceCamera = true
  1790. ChainLink.Transparency = NumberSequence.new(0)
  1791. end
  1792. coroutine.resume(coroutine.create(function()
  1793. wait(4)
  1794. if RIGHTCUFF and LEFTCUFF then
  1795. RIGHTCUFF:remove()
  1796. LEFTCUFF:remove()
  1797. ChainLink:remove()
  1798. local bv = Instance.new("BodyVelocity",ROOT)
  1799. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1800. bv.velocity = CF(ROOT.Position-VT(0,5,0),ROOT.Position).lookVector*70
  1801. HUM.PlatformStand = false
  1802. end
  1803. end))
  1804. for i=0, 1.5, 0.1 / Animation_Speed do
  1805. Swait()
  1806. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(15), RAD(0), RAD(0)), 1 / Animation_Speed)
  1807. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15), RAD(5), RAD(0)), 1 / Animation_Speed)
  1808. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(70), RAD(0), RAD(-15)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1809. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(70), RAD(0), RAD(15)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1810. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(15), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  1811. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  1812. end
  1813. HUM.PlatformStand = true
  1814. ROOT.CFrame = ROOT.CFrame * ANGLES(RAD(15), RAD(0), RAD(0))
  1815. ROOT.Anchored = false
  1816. for i=0, 1.5, 0.1 / Animation_Speed do
  1817. Swait()
  1818. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(-5), RAD(0), RAD(-35)), 1 / Animation_Speed)
  1819. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(25), RAD(0), RAD(35)), 1 / Animation_Speed)
  1820. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-1), RAD(0), RAD(3)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1821. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-1), RAD(0), RAD(-3)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1822. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-12), RAD(80), RAD(0)) * ANGLES(RAD(-2), RAD(0), RAD(0)), 1 / Animation_Speed)
  1823. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-60), RAD(0)) * ANGLES(RAD(-2), RAD(0), RAD(0)), 1 / Animation_Speed)
  1824. end
  1825. ATTACK = false
  1826. Rooted = false
  1827. end
  1828. end
  1829. end
  1830. end
  1831.  
  1832. if Key == "g" and OTHERWORLD == true and ATTACK == false then
  1833. ATTACK = true
  1834. local del = 35
  1835. for i =1, 35 do
  1836. Swait(del)
  1837. del = del - 1
  1838. local head = IT("Part",workspace)
  1839. head.Size = VT(0.2,0.2,0.2)
  1840. head.CFrame = Head.CFrame * CF(math.random(-700,700),0,math.random(-700,700))
  1841. head.Transparency = 1
  1842. head.CanCollide = false
  1843. head.Anchored = true
  1844. CreateSound("305685800", head, 10, 2)
  1845. coroutine.resume(coroutine.create(function()
  1846. for i = 1, 100 do
  1847. Swait()
  1848. end
  1849. if head then
  1850. head:remove()
  1851. end
  1852. end))
  1853. end
  1854. Swait(100)
  1855. CreateSound("305685800", workspace, 10, 0.8)
  1856. Swait(250)
  1857. ATTACK = false
  1858. end
  1859. if Key == "y" and ATTACK == false then
  1860. ATTACK = true
  1861. Rooted = true
  1862. CreateSound(134978657,Head,10,1,false)
  1863. for i=0, 0.5, 0.1 / Animation_Speed do
  1864. Swait()
  1865. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.1 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  1866. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.8 / Animation_Speed)
  1867. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(0.75, 0.6 + 0.05 * SIN(SINE / 12), -0.7) * ANGLES(RAD(0), RAD(0), RAD(-95)) * ANGLES(RAD(5), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1868. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-0.75, 0.45 + 0.05 * SIN(SINE / 12), -0.6) * ANGLES(RAD(0), RAD(0), RAD(92)) * ANGLES(RAD(0), RAD(0), RAD(0)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1869. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.6 - 0.05 * SIN(SINE / 12), -0.5) * ANGLES(RAD(0), RAD(70), RAD(0)) * ANGLES(RAD(-1), RAD(0), RAD(-25)), 1 / Animation_Speed)
  1870. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * SIN(SINE / 12), 0) * ANGLES(RAD(-5), RAD(-70), RAD(0)) * ANGLES(RAD(1), RAD(0), RAD(0)), 1 / Animation_Speed)
  1871. end
  1872. for i=1, 185 do
  1873. Swait()
  1874. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.1 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  1875. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1 + 0.05 * SIN(SINE/2)) - 1)) * ANGLES(RAD(-15), RAD(0), RAD(0)), 1 / Animation_Speed)
  1876. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(0.75, 0.55 + 0.15 * SIN(SINE/2), -0.7) * ANGLES(RAD(3 + 3 * SIN(SINE/2)), RAD(0), RAD(-95)) * ANGLES(RAD(5), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1877. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-0.75, 0.4 + 0.15 * SIN(SINE/2), -0.6) * ANGLES(RAD(3 + 3 * SIN(SINE/2)), RAD(0), RAD(92)) * ANGLES(RAD(0), RAD(0), RAD(0)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1878. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.6 - 0.05 * SIN(SINE / 12), -0.5) * ANGLES(RAD(0), RAD(70), RAD(0)) * ANGLES(RAD(-1), RAD(0), RAD(-25)), 1 / Animation_Speed)
  1879. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * SIN(SINE / 12), 0) * ANGLES(RAD(-5), RAD(-70), RAD(0)) * ANGLES(RAD(1), RAD(0), RAD(0)), 1 / Animation_Speed)
  1880. end
  1881. ATTACK = false
  1882. Rooted = false
  1883. end
  1884. if Key == "t" and ATTACK == false then
  1885. if OTHERWORLD == false then
  1886. CreateSound("305685800", Head, 5, 2)
  1887. elseif OTHERWORLD == true then
  1888. local head = IT("Part",workspace)
  1889. head.Size = VT(0.2,0.2,0.2)
  1890. head.CFrame = Head.CFrame
  1891. head.Transparency = 1
  1892. head.CanCollide = false
  1893. head.Anchored = true
  1894. CreateSound("305685800", head, 5, 2)
  1895. coroutine.resume(coroutine.create(function()
  1896. for i = 1, 100 do
  1897. Swait()
  1898. if head then
  1899. head.CFrame = Head.CFrame
  1900. end
  1901. end
  1902. if head then
  1903. head:remove()
  1904. end
  1905. end))
  1906. end
  1907. end
  1908. end
  1909.  
  1910. function KeyUp(Key)
  1911. end
  1912.  
  1913. Mouse.Button1Down:connect(function(NEWKEY)
  1914. MouseDown(NEWKEY)
  1915. end)
  1916. Mouse.Button1Up:connect(function(NEWKEY)
  1917. MouseUp(NEWKEY)
  1918. end)
  1919. Mouse.KeyDown:connect(function(NEWKEY)
  1920. KeyDown(NEWKEY)
  1921. end)
  1922. Mouse.KeyUp:connect(function(NEWKEY)
  1923. KeyUp(NEWKEY)
  1924. end)
  1925.  
  1926. --//=================================\\
  1927. --\\=================================//
  1928.  
  1929. function CastProperRay(StartPos, EndPos, Distance, Ignore)
  1930. local DIRECTION = CF(StartPos,EndPos).lookVector
  1931. return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(StartPos, DIRECTION * Distance), Ignore)
  1932. end
  1933.  
  1934. function unanchor()
  1935. if UNANCHOR == true then
  1936. g = Character:GetChildren()
  1937. for i = 1, #g do
  1938. if g[i].ClassName == "Part" then
  1939. g[i].Anchored = false
  1940. end
  1941. end
  1942. end
  1943. end
  1944.  
  1945.  
  1946. --//=================================\\
  1947. --|| WRAP THE WHOLE SCRIPT UP
  1948. --\\=================================//
  1949. Humanoid.Changed:connect(function(Jump)
  1950. if Jump == "Jump" and (Disable_Jump == true) then
  1951. Humanoid.Jump = false
  1952. end
  1953. end)
  1954.  
  1955. while true do
  1956. Swait()
  1957. ANIMATE.Parent = nil
  1958. local IDLEANIMATION = Humanoid:LoadAnimation(ROBLOXIDLEANIMATION)
  1959. IDLEANIMATION:Play()
  1960. SINE = SINE + CHANGE
  1961. local TORSOVELOCITY = (RootPart.Velocity * VT(1, 0, 1)).magnitude
  1962. local TORSOVERTICALVELOCITY = RootPart.Velocity.y
  1963. local LV = Torso.CFrame:pointToObjectSpace(Torso.Velocity - Torso.Position)
  1964. HITFLOOR = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 4 * Player_Size, Character)
  1965. local WALKSPEEDVALUE = 6 / (Humanoid.WalkSpeed / 16)
  1966. if ANIM == "Walk" and TORSOVELOCITY > 1 then
  1967. RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, 0.05 * COS(SINE / (WALKSPEEDVALUE/2))) * ANGLES(RAD(0), RAD(0), RAD(0)), 2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  1968. Neck.C1 = Clerp(Neck.C1, CF(0, -0.5, 0) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(0), RAD(0), RAD(0) - Head.RotVelocity.Y / 30), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  1969. RightHip.C1 = Clerp(RightHip.C1, CF(0.5, 0.875 - 0.125 * SIN(SINE / WALKSPEEDVALUE) - 0.15 * COS(SINE / WALKSPEEDVALUE*2), 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(35 * COS(SINE / WALKSPEEDVALUE))), 0.6 / Animation_Speed)
  1970. LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5, 0.875 + 0.125 * SIN(SINE / WALKSPEEDVALUE) - 0.15 * COS(SINE / WALKSPEEDVALUE*2), 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(35 * COS(SINE / WALKSPEEDVALUE))), 0.6 / Animation_Speed)
  1971. elseif (ANIM ~= "Walk") or (TORSOVELOCITY < 1) then
  1972. RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1973. Neck.C1 = Clerp(Neck.C1, CF(0, -0.5, 0) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1974. RightHip.C1 = Clerp(RightHip.C1, CF(0.5, 1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.7 / Animation_Speed)
  1975. LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5, 1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.7 / Animation_Speed)
  1976. end
  1977. if TORSOVERTICALVELOCITY > 1 and HITFLOOR == nil then
  1978. ANIM = "Jump"
  1979. if ATTACK == false then
  1980. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1981. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-20), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1982. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(20)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
  1983. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  1984. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.3) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(-20)), 0.2 / Animation_Speed)
  1985. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.3) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(20)), 0.2 / Animation_Speed)
  1986. end
  1987. elseif TORSOVERTICALVELOCITY < -1 and HITFLOOR == nil then
  1988. ANIM = "Fall"
  1989. if ATTACK == false then
  1990. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1991. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(60)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
  1992. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-60)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  1993. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 0.2 / Animation_Speed)
  1994. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(10)), 0.2 / Animation_Speed)
  1995. end
  1996. elseif TORSOVELOCITY < 1 and HITFLOOR ~= nil then
  1997. ANIM = "Idle"
  1998. if ATTACK == false then
  1999. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0.05 * COS(SINE / 12), 0, 0 + 0.05 * SIN(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  2000. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-25)), 1 / Animation_Speed)
  2001. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.5 + 0.05 * SIN(SINE / (WALKSPEEDVALUE/2)), 0.3) * ANGLES(RAD(-45), RAD(0), RAD(-45)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  2002. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.5 + 0.05 * SIN(SINE / (WALKSPEEDVALUE/2)), 0.3) * ANGLES(RAD(-40), RAD(0), RAD(45)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  2003. RightHip.C0 = Clerp(RightHip.C0, CF(1 + 0.05 * COS(SINE / 12), -1 - 0.05 * SIN(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(85), RAD(0)) * ANGLES(RAD(-1), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  2004. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 + 0.05 * COS(SINE / 12), -1 - 0.05 * SIN(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-85), RAD(0)) * ANGLES(RAD(-1), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  2005. end
  2006. elseif TORSOVELOCITY > 1 and HITFLOOR ~= nil then
  2007. ANIM = "Walk"
  2008. if ATTACK == false then
  2009. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.5 + 0.05 * SIN(SINE / (WALKSPEEDVALUE/2)), 0.3) * ANGLES(RAD(-45), RAD(0), RAD(-45)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  2010. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.5 + 0.05 * SIN(SINE / (WALKSPEEDVALUE/2)), 0.3) * ANGLES(RAD(-40), RAD(0), RAD(45)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  2011. end
  2012. end
  2013. if #Effects2>0 then
  2014. for e=1,#Effects2 do
  2015. if Effects2[e]~=nil then
  2016. local Thing=Effects2[e]
  2017. if Thing~=nil then
  2018. local Part=Thing[1]
  2019. local Mode=Thing[2]
  2020. local Delay=Thing[3]
  2021. local IncX=Thing[4]
  2022. local IncY=Thing[5]
  2023. local IncZ=Thing[6]
  2024. local Part2=Thing[8]
  2025. if Thing[1].Transparency<=1 then
  2026. if Thing[2]=="Block1" then
  2027. Thing[1].CFrame=Thing[1].CFrame
  2028. Mesh=Thing[1].Mesh
  2029. Mesh.Scale=Mesh.Scale+VT(Thing[4],Thing[5],Thing[6])
  2030. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2031. elseif Thing[2]=="Cylinder" then
  2032. Mesh=Thing[1].Mesh
  2033. Mesh.Scale=Mesh.Scale+VT(Thing[4],Thing[5],Thing[6])
  2034. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2035. elseif Thing[2]=="Blood" then
  2036. Mesh=Thing[7]
  2037. Thing[1].CFrame=Thing[1].CFrame*CF(0,.5,0)
  2038. Mesh.Scale=Mesh.Scale+VT(Thing[4],Thing[5],Thing[6])
  2039. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2040. elseif Thing[2]=="Elec" then
  2041. Mesh=Thing[1].Mesh
  2042. Mesh.Scale=Mesh.Scale+VT(Thing[7],Thing[8],Thing[9])
  2043. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2044. elseif Thing[2]=="Disappear" then
  2045. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2046. end
  2047. else
  2048. Part.Parent=nil
  2049. table.remove(Effects2,e)
  2050. end
  2051. end
  2052. end
  2053. end
  2054. end
  2055. unanchor()
  2056. Humanoid.MaxHealth = "inf"
  2057. Humanoid.Health = "inf"
  2058. q = Character:GetChildren()
  2059. for u = 1, #q do
  2060. if q[u].ClassName == "Part" and q[u].Name ~= "HumanoidRootPart" then
  2061. q[u].Color = Color3.new(0, 0, 0)
  2062. if OTHERWORLD == false then
  2063. q[u].Transparency = 0
  2064. Humanoid.WalkSpeed = 16
  2065. sick.Parent = Character
  2066. sick.Pitch = 0.8
  2067. elseif OTHERWORLD == true then
  2068. Humanoid.WalkSpeed = 75
  2069. sick.Parent = workspace
  2070. sick.Pitch = 0.3
  2071. end
  2072. end
  2073. end
  2074. if Head:FindFirstChild("face") then
  2075. if math.random(1,50) == 1 then
  2076. Head.face.Texture = "rbxassetid://398671601"
  2077. tecks2.Text = "WORLD WAR 2"
  2078. else
  2079. Head.face.Texture = "rbxassetid://398671601"
  2080. tecks2.Text = "German General"
  2081. end
  2082. end
  2083. if sick == nil then
  2084. local sick = Instance.new("Sound",Character)
  2085. sick.SoundId = "rbxassetid://673916774"
  2086. sick.Looped = true
  2087. sick.Pitch = 0.9
  2088. sick.Volume = 5
  2089. sick:Play()
  2090. end
  2091. if OTHERWORLD == false then
  2092. end
  2093. end
  2094.  
  2095. --//=================================\\
  2096. --\\=================================\\
  2097.  
  2098.  
  2099.  
  2100.  
  2101.  
  2102.  
  2103. --//====================================================\\--
  2104. --|| END OF SCRIPT
  2105. --\\====================================================//--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement