Advertisement
Void_scripter0

ARREST EM

Jun 6th, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.87 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient()then error("Please run as a server script. Use h/ instead of hl/.")end;print("FE Compatibility: by WaverlyCole");InternalData = {}
  2. do
  3. script.Parent = owner.Character
  4. local Event = Instance.new("RemoteEvent");Event.Name = "UserInput"
  5. local function NewFakeEvent()
  6. local Bind = Instance.new("BindableEvent")
  7. local Fake;Fake = {Connections = {},
  8. fakeEvent=true;
  9. Connect=function(self,Func)
  10. Bind.Event:connect(Func)
  11. self.Connections[Bind] = true
  12. return setmetatable({Connected = true},{
  13. __index = function (self,Index)
  14. if Index:lower() == "disconnect" then
  15. return function() Fake.Connections[Bind] = false;self.Connected = false end
  16. end
  17. return Fake[Index]
  18. end;
  19. __tostring = function() return "Connection" end;
  20. })
  21. end}
  22. Fake.connect = Fake.Connect;return Fake;
  23. end
  24. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  25. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  26. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  27. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  28. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  29. local function TriggerEvent(self,Event,...)
  30. local Trigger = Mouse[Event]
  31. if Trigger and Trigger.fakeEvent and Trigger.Connections then
  32. for Connection,Active in pairs(Trigger.Connections) do if Active then Connection:Fire(...) end end
  33. end
  34. end
  35. Mouse.TrigEvent = TriggerEvent;UserInputService.TrigEvent = TriggerEvent
  36. Event.OnServerEvent:Connect(function(FiredBy,Input)
  37. if FiredBy.Name ~= owner.Name then return end
  38. if Input.MouseEvent then
  39. Mouse.Target = Input.Target;Mouse.Hit = Input.Hit
  40. else
  41. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  42. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") end
  43. for _,Action in pairs(ContextActionService.Actions) do
  44. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  45. end
  46. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  47. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  48. end
  49. end)
  50. InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService
  51. Event.Parent = NLS([[
  52. local Player = owner;local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse()
  53. local Input = function(Input,gameProcessedEvent)
  54. if gameProcessedEvent then return end
  55. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  56. end
  57. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  58. local Hit,Target
  59. while wait(1/30) do
  60. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  61. Hit,Target = Mouse.Hit,Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  62. end
  63. end
  64. ]],owner.Character)
  65. end
  66. RealGame = game;game = setmetatable({},{
  67. __index = function (self,Index)
  68. local Sandbox = function (Thing)
  69. if Thing:IsA("Player") then
  70. local RealPlayer = Thing
  71. return setmetatable({},{
  72. __index = function (self,Index)
  73. local Type = type(RealPlayer[Index])
  74. if Type == "function" then
  75. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  76. return function (self)return InternalData["Mouse"] end
  77. end
  78. return function (self,...)return RealPlayer[Index](RealPlayer,...) end
  79. end
  80. return RealPlayer[Index]
  81. end;
  82. __tostring = function(self) return RealPlayer.Name end
  83. })
  84. end
  85. end
  86. if RealGame[Index] then
  87. local Type = type(RealGame[Index])
  88. if Type == "function" then
  89. if Index:lower() == "getservice" or Index:lower() == "service" then
  90. return function (self,Service)
  91. local FakeServices = {
  92. ["players"] = function()
  93. return setmetatable({},{
  94. __index = function (self2,Index2)
  95. local RealService = RealGame:GetService(Service)
  96. local Type2 = type(Index2)
  97. if Type2 == "function" then
  98. return function (self,...) return RealService[Index2](RealService,...)end
  99. else
  100. if Index2:lower() == "localplayer" then return Sandbox(owner) end
  101. return RealService[Index2]
  102. end
  103. end;
  104. __tostring = function(self) return RealGame:GetService(Service).Name end
  105. })
  106. end;
  107. ["contextactionservice"] = function() return InternalData["ContextActionService"] end;
  108. ["userinputservice"] = function() return InternalData["UserInputService"] end;
  109. ["runservice"] = function()
  110. return setmetatable({},{
  111. __index = function(self2,Index2)
  112. local RealService = RealGame:GetService(Service)
  113. local Type2 = type(Index2)
  114. if Type2 == "function" then
  115. return function (self,...) return RealService[Index2](RealService,...) end
  116. else
  117. local RunServices = {
  118. ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return RealGame:GetService("RunService").Stepped:Connect(Function) end end;
  119. ["renderstepped"] = function() return RealService["Stepped"] end
  120. }
  121. if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end
  122. return RealService[Index2]
  123. end
  124. end
  125. })
  126. end
  127. }
  128. if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end
  129. return RealGame:GetService(Service)
  130. end
  131. end
  132. return function (self,...) return RealGame[Index](RealGame,...) end
  133. else
  134. if game:GetService(Index) then return game:GetService(Index) end
  135. return RealGame[Index]
  136. end
  137. end
  138. return nil
  139. end
  140. });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("Complete! Running...")
  141. ----i didn't made the arrest em original script i just add the avatar.
  142. Character = game.Players.LocalPlayer.Character
  143. Player = game.Players.LocalPlayer
  144. char = Character
  145. hum = Character.Humanoid
  146. Torso = Character.Torso
  147. Head = Character.Head
  148.  
  149. char.Shirt.ShirtTemplate = "rbxassetid://104018587"
  150. char.Pants.PantsTemplate = "rbxassetid://104018712"
  151.  
  152.  
  153. local BC = char["Body Colors"]
  154. BC.HeadColor = BrickColor.new("Pastel brown")
  155. BC.LeftArmColor = BrickColor.new("Pastel brown")
  156. BC.LeftLegColor = BrickColor.new("Pastel brown")
  157. BC.RightArmColor = BrickColor.new("Pastel brown")
  158. BC.RightLegColor = BrickColor.new("Pastel brown")
  159. BC.TorsoColor = BrickColor.new("Pastel brown")
  160.  
  161. char.Head.face.Texture = "rbxassetid://282463320"
  162.  
  163. hum.MaxHealth = math.huge
  164.  
  165.  
  166.  
  167.  
  168. for i,v in pairs(char:children()) do
  169. if v:IsA("Hat") then
  170. v:Destroy()
  171. end
  172. end
  173. for i,v in pairs(char:children()) do
  174. if v:IsA("Accessory") then
  175. v:Destroy()
  176. end
  177. end
  178. for i,v in pairs(char:children()) do
  179. if v:IsA("Hair") then
  180. v:Destroy()
  181. end
  182. end
  183. --141378828
  184. Reaper = Instance.new("Model")
  185. Reaper.Parent = Player.Character
  186. Reaper.Name = "Reaper"
  187. rh = Instance.new("Part")
  188. rh.Parent = Reaper
  189. rh.BrickColor = BrickColor.new("Really red")
  190. rh.Locked = true
  191. rh.CanCollide = false
  192. mesh = Instance.new("SpecialMesh")
  193. rh.formFactor = "Symmetric"
  194. mesh.MeshType = "FileMesh"
  195. mesh.MeshId = "http://www.roblox.com/asset/?id=1028788"
  196. mesh.TextureId = "http://www.roblox.com/asset/?id=152240477"
  197. mesh.Parent = rh
  198. local weld = Instance.new("Weld")
  199. weld.Parent = rh
  200. rh.Transparency = 0
  201. weld.Part0 = rh
  202. weld.Part1 = Player.Character.Head
  203. weld.C0 = weld.C0 * CFrame.new(0,-0.70,0.10)
  204.  
  205.  
  206.  
  207. function sandbox(var,func)
  208. local env = getfenv(func)
  209. local newenv = setmetatable({},{
  210. __index = function(self,k)
  211. if k=="script" then
  212. return var
  213. else
  214. return env[k]
  215. end
  216. end,
  217. })
  218. setfenv(func,newenv)
  219. return func
  220. end
  221. cors = {}
  222. mas = Instance.new("Model",game:GetService("Lighting"))
  223. Tool0 = Instance.new("Tool")
  224. Part1 = Instance.new("Part")
  225. SpecialMesh2 = Instance.new("SpecialMesh")
  226. Script3 = Instance.new("Script")
  227. Tool0.Name = "Arrest"
  228. Tool0.Parent = mas
  229. Tool0.GripForward = Vector3.new(-0.77155745, 0.462976098, 0.43629396)
  230. Tool0.GripPos = Vector3.new(0.899999976, 0.5, 0.400000006)
  231. Tool0.GripRight = Vector3.new(0.632408082, 0.63257581, 0.447110623)
  232. Tool0.GripUp = Vector3.new(0.0689874813, -0.620887339, 0.780858338)
  233. Tool0.ToolTip = "Take those skids to gulag!"
  234. Tool0.CanBeDropped = false
  235. Part1.Name = "Handle"
  236. Part1.Parent = Tool0
  237. Part1.FormFactor = Enum.FormFactor.Custom
  238. Part1.Size = Vector3.new(2, 2, 2)
  239. Part1.CFrame = CFrame.new(1.70000003e-05, 1.00001395, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  240. Part1.Position = Vector3.new(1.70000003e-05, 1.00001395, 0)
  241. SpecialMesh2.Parent = Part1
  242. SpecialMesh2.MeshId = "http://www.roblox.com/asset/?id=88046657"
  243. SpecialMesh2.Scale = Vector3.new(2, 2, 2)
  244. SpecialMesh2.TextureId = "http://www.roblox.com/asset/?id=88046679"
  245. SpecialMesh2.MeshType = Enum.MeshType.FileMesh
  246. SpecialMesh2.Scale = Vector3.new(2, 2, 2)
  247. Script3.Parent = Part1
  248. debounce = false
  249.  
  250. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  251.  
  252. table.insert(cors,sandbox(Script3,function()
  253. function arrest(hit)
  254. if hit.Parent ~= nil and hit.Parent:FindFirstChild("Head") ~= nil and hit.Parent.Name ~= game.Players.LocalPlayer.Name and debounce ~= true and hit.Parent.Head:FindFirstChild("ArrestedGui") == nil then
  255. debounce = true
  256. num = math.random(1,99)
  257. local message = Instance.new("Hint",workspace)
  258. message.Text = hit.Parent.Name.." Has been arrested by "..game.Players.LocalPlayer.Name.."! He or she has to spend "..num.." years in jail!"
  259. --hit.Parent:Destroy()
  260.  
  261. hit.Parent.Humanoid.MaxHealth = math.huge
  262. print("Godded!")
  263. a = Instance.new("ForceField", hit.Parent)
  264. a.Visible = false
  265. print("FFed!")
  266.  
  267. local SOUND = Instance.new("Sound", script.Parent)
  268. SOUND.SoundId = "rbxassetid://1469478178"
  269. SOUND.Volume = 10
  270. SOUND:Play()
  271. BillboardGui0 = Instance.new("BillboardGui")
  272. TextLabel1 = Instance.new("TextLabel")
  273. BillboardGui0.Name = "ArrestedGui"
  274. BillboardGui0.Parent = hit.Parent.Head
  275. BillboardGui0.Size = UDim2.new(10, 0, 2, 0)
  276. BillboardGui0.StudsOffset = Vector3.new(0, 3, 0)
  277. TextLabel1.Name = "Text"
  278. TextLabel1.Parent = BillboardGui0
  279. TextLabel1.Transparency = 1
  280. TextLabel1.Size = UDim2.new(1, 0, 1, 0)
  281. TextLabel1.Text = hit.Parent.Name.."| Arrested | "..num.. " Years until release"
  282. TextLabel1.BackgroundColor3 = Color3.new(1, 1, 1)
  283. TextLabel1.BackgroundTransparency = 1
  284. TextLabel1.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  285. TextLabel1.Font = Enum.Font.ArialBold
  286. TextLabel1.FontSize = Enum.FontSize.Size48
  287. TextLabel1.TextColor3 = Color3.new(1, 1, 1)
  288. TextLabel1.TextScaled = true
  289. TextLabel1.TextStrokeTransparency = 0
  290. TextLabel1.TextWrapped = true
  291. TextLabel1.TextYAlignment = Enum.TextYAlignment.Top
  292. game:GetService("Debris"):AddItem(SOUND,5)
  293. game:GetService("Debris"):AddItem(message,5)
  294. hit.Parent.Humanoid:Destroy()
  295. --jailtime(hit.Parent)
  296. wait(3)
  297. debounce = false
  298. end
  299.  
  300. end
  301.  
  302.  
  303. function jailtime(char)
  304. for i = num, 0, -1 do
  305. wait(1)
  306. TextLabel1.Text = char.Name.."| Arrested | Reason : Subscribing to T series"
  307. end
  308.  
  309. char.Humanoid.MaxHealth = 100
  310. print("Godded!")
  311. char.ForceField:Destroy()
  312. print("UNFFed!")
  313.  
  314. char.Humanoid.PlatformStand = false
  315.  
  316. BillboardGui0:Destroy()
  317. end
  318.  
  319. script.Parent.Touched:connect(arrest)
  320. end))
  321. for i,v in pairs(mas:GetChildren()) do
  322. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  323. pcall(function() v:MakeJoints() end)
  324. end
  325. mas:Destroy()
  326. for i,v in pairs(cors) do
  327. spawn(function()
  328. pcall(v)
  329. end)
  330. end
  331. --By Rufus14
  332. --Converted with ttyyuu12345's model to script plugin v4
  333. mouse = game.Players.LocalPlayer:GetMouse()
  334. local plrhum = game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid")
  335. function sandbox(var,func)
  336. local env = getfenv(func)
  337. local newenv = setmetatable({},{
  338. __index = function(self,k)
  339. if k=="script" then
  340. return var
  341. else
  342. return env[k]
  343. end
  344. end,
  345. })
  346. setfenv(func,newenv)
  347. return func
  348. end
  349. cors = {}
  350. mas = Instance.new("Model",game:GetService("Lighting"))
  351. Part0 = Instance.new("Part")
  352. SpecialMesh2 = Instance.new("SpecialMesh")
  353. Part0.Name = "Handle"
  354. Part0.Parent = mas
  355. Part0.BrickColor = BrickColor.new("Black")
  356. Part0.Rotation = Vector3.new(0, 90, 0)
  357. Part0.FormFactor = Enum.FormFactor.Custom
  358. Part0.Size = Vector3.new(0.299999893, 0.568000019, 1.86800003)
  359. Part0.CFrame = CFrame.new(-3.23400283, 0.534000635, -1.95001817, 2.38418778e-07, -6.64252511e-08, 1.00000143, -1.71991275e-08, 1.00000215, 1.80917198e-07, -1.00000072, -1.04978994e-07, -2.98024148e-08)
  360. Part0.BottomSurface = Enum.SurfaceType.Smooth
  361. Part0.TopSurface = Enum.SurfaceType.Smooth
  362. Part0.Color = Color3.new(0.105882, 0.164706, 0.207843)
  363. Part0.Position = Vector3.new(-3.23400283, 0.534000635, -1.95001817)
  364. Part0.Orientation = Vector3.new(0, 90, 0)
  365. Part0.Color = Color3.new(0.105882, 0.164706, 0.207843)
  366. Part0.CanCollide = false
  367. SpecialMesh2.Parent = Part0
  368. SpecialMesh2.MeshId = "http://www.roblox.com/asset/?id=82337638"
  369. SpecialMesh2.TextureId = "http://www.roblox.com/asset/?id=82337709"
  370. SpecialMesh2.MeshType = Enum.MeshType.FileMesh
  371. for i,v in pairs(mas:GetChildren()) do
  372. v.Parent = game:GetService("Players").LocalPlayer.Character
  373. pcall(function() v:MakeJoints() end)
  374. end
  375. mas:Destroy()
  376. for i,v in pairs(cors) do
  377. spawn(function()
  378. pcall(v)
  379. end)
  380. end
  381. Sound1 = Instance.new("Sound")
  382. Sound1.Parent = Part0
  383. Sound1.Pitch = 0
  384. Sound1.SoundId = "rbxassetid://2585664040"
  385. Sound1.Volume = 10
  386. Sound1.Looped = true
  387. Sound11 = Instance.new("Sound")
  388. Sound11.Parent = Part0
  389. Sound11.SoundId = "rbxassetid://2585664040"
  390. Sound11.Volume = 10
  391. local weld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  392. weld.Part0 = game.Players.LocalPlayer.Character.Torso
  393. weld.Part1 = Part0
  394. weld.C0 = CFrame.new(0.78007102, -1.2894789, -0.0375933647, 1, 0, 0, 0, 0.258818984, 0.965925872, 0, -0.965925872, 0.258818984) * CFrame.new(0.3,0,0)
  395. equipped = false
  396. using = false
  397. local death = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  398. death.Volume = 10
  399. death.SoundId = "rbxassetid://2314138649"
  400. death.PlaybackSpeed = 12.1
  401. mothabloxuh = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  402. mothabloxuh.SoundId = "rbxassetid://2585664040"
  403. mothabloxuh.Volume = 10
  404. mothabloxuh.PlaybackSpeed = 16
  405. begone = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  406. begone.SoundId = "rbxassetid://2585664040"
  407. begone.Volume = 10
  408. begone.TimePosition = 2
  409. function equip(key)
  410. if key == "f" then
  411. if not equipped then
  412. equipped = true
  413. -- Objects
  414.  
  415. local ScreenGui = Instance.new("ScreenGui")
  416. local TextLabel = Instance.new("TextLabel")
  417.  
  418. -- Properties
  419.  
  420. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  421.  
  422. TextLabel.Parent = ScreenGui
  423. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  424. TextLabel.Position = UDim2.new(0.257320642, 0, 0.769705057, 0)
  425. TextLabel.Size = UDim2.new(0, 663, 0, 152)
  426. TextLabel.Font = Enum.Font.SourceSans
  427. TextLabel.FontSize = Enum.FontSize.Size14
  428. TextLabel.Text = "Taser equipped"
  429. TextLabel.TextScaled = true
  430. TextLabel.TextSize = 14
  431. TextLabel.TextWrapped = true
  432. wait(2)
  433. for i = 1,100 do
  434. TextLabel.BackgroundTransparency = TextLabel.BackgroundTransparency + 0.05
  435. TextLabel.TextTransparency = TextLabel.TextTransparency + 0.05
  436. wait()
  437. end
  438. ScreenGui:destroy()
  439. else
  440. equipped = false
  441. -- Objects
  442.  
  443. local ScreenGui = Instance.new("ScreenGui")
  444. local TextLabel = Instance.new("TextLabel")
  445.  
  446. -- Properties
  447.  
  448. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  449.  
  450. TextLabel.Parent = ScreenGui
  451. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  452. TextLabel.Position = UDim2.new(0.257320642, 0, 0.769705057, 0)
  453. TextLabel.Size = UDim2.new(0, 663, 0, 152)
  454. TextLabel.Font = Enum.Font.SourceSans
  455. TextLabel.FontSize = Enum.FontSize.Size14
  456. TextLabel.Text = "Taser unequipped"
  457. TextLabel.TextScaled = true
  458. TextLabel.TextSize = 14
  459. TextLabel.TextWrapped = true
  460. wait(2)
  461. for i = 1,100 do
  462. TextLabel.BackgroundTransparency = TextLabel.BackgroundTransparency + 0.05
  463. TextLabel.TextTransparency = TextLabel.TextTransparency + 0.05
  464. wait()
  465. end
  466. ScreenGui:destroy()
  467. end
  468. end
  469. end
  470. mouse.KeyDown:connect(equip)
  471. function tase()
  472. if equipped and not using then
  473. local humanoid = mouse.Target.Parent:findFirstChildOfClass("Humanoid")
  474. local torso = mouse.Target.Parent:findFirstChild("Torso")
  475. if humanoid and mouse.Target.Parent.Name ~= "Rufus14" then
  476. using = true
  477. plrhum.WalkSpeed = 0
  478. plrhum.JumpPower = 0
  479. for i,v in pairs(humanoid.Parent:GetChildren()) do
  480. if v.ClassName == "LocalScript" or v.ClassName == "Script" then
  481. v.Disabled = true
  482. end
  483. end
  484. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  485. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  486. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  487. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  488. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  489. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  490. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  491. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  492. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  493. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  494. local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  495. game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  496. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  497. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  498. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  499. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
  500. local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  501. game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  502. local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  503. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  504. rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  505. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
  506. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  507. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  508. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  509. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  510. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  511. local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  512. local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  513. headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  514. headweld.Part1 = game.Players.LocalPlayer.Character.Head
  515. headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  516. game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  517. local chartorcf = torso.CFrame
  518. humanoid.WalkSpeed = 0
  519. humanoid.JumpPower = 0
  520. torso.Anchored = true
  521. for i = 0,1 , 0.03 do
  522. game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame:lerp(chartorcf * CFrame.new(0,0,4),i)
  523. weld.C0 = weld.C0:lerp(CFrame.new(0.05532372, 0.650138378, -2.2124567, 0.818939149, 0.056022197, 0.571139455, -0.00759600196, 0.99619478, -0.0868235677, -0.573830128, 0.066764839, 0.816248417),i)
  524. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.49999976, 0, 0.573576868, 0, 0.819151819, 0, 1, 0, -0.819151819, 0, 0.573576868),i)
  525. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.64278698, 0, 0.766044974, 0, 1, 0, -0.766044974, 0, 0.64278698):inverse(),i)
  526. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.696961582, -1.9652704, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849, 0, 0, 0, 1),i)
  527. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.95053422, 0.315465927, 0, 0.819151819, 0.573576868, 0, -0.573576868, 0.819151819, 0, 0, 0, 1),i)
  528. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.01333892, 0.490593195, -1.01113009, 0.76604414, 0.642788053, 0, 0, 0, -1, -0.642788053, 0.76604414, 0),i)
  529. game:GetService("RunService").RenderStepped:wait()
  530. end
  531. torso.Anchored = false
  532. for i = 0,1 , 0.03 do
  533. torso.CFrame = torso.CFrame:lerp(CFrame.new(torso.Position, game.Players.LocalPlayer.Character.Torso.Position),i)
  534. game:GetService("RunService").RenderStepped:wait()
  535. end
  536. local dedthmath = math.random(1,3)
  537. if dedthmath == 2 then
  538. death:Play()
  539. wait(death.TimeLength / 12.1)
  540. end
  541. if dedthmath == 1 then
  542. mothabloxuh:Play()
  543. wait(mothabloxuh.TimeLength / 16)
  544. end
  545. if dedthmath == 3 then
  546. begone:Play()
  547. begone.TimePosition = 2
  548. wait(begone.TimeLength - 2.5)
  549. end
  550. Sound1:Play()
  551. local foundhum = false
  552. if humanoid.Parent:findFirstChild("HumanoidRootPart") then
  553. foundhum = true
  554. humclone = humanoid.Parent.HumanoidRootPart:Clone()
  555. humanoid.Parent.HumanoidRootPart:Remove()
  556. end
  557. for i = 0,0.7 , 0.08 do
  558. torso.CFrame = torso.CFrame:lerp(CFrame.new(torso.Position, game.Players.LocalPlayer.Character.Torso.Position),i)
  559. weld.C0 = weld.C0:lerp(CFrame.new(2.9636693, 0.650137901, -1.3644259, 0.643021107, -0.0616276413, -0.763365149, -0.00759599917, 0.99619478, -0.0868228301, 0.765811086, 0.061627429, 0.640106201),i)
  560. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.49999976, 0, 0.573575795, 0, -0.819152772, 0, 1, 0, 0.819152772, 0, 0.573575795),i)
  561. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.573576987, 0, 0.819151998, 0, 1, 0, -0.819151998, 0, 0.573576987),i)
  562. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.696961582, -1.9652704, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849, 0, 0, 0, 1),i)
  563. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.09392834, 0.520254135, 0, 0.573575199, 0.819153309, 0, -0.81915313, 0.573575079, 0, 0, 0, 1.00000024),i)
  564. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.85061085, 0.490592957, -0.371278524, 0.819152117, -0.573577046, 0, 0, 0, -1, 0.573577046, 0.819152117, 0),i)
  565. game:GetService("RunService").RenderStepped:wait()
  566. end
  567. Sound11:Play()
  568. humanoid.PlatformStand = true
  569. local lshclone = humanoid.Parent.Torso["Left Shoulder"]:Clone()
  570. local rshclone = humanoid.Parent.Torso["Right Shoulder"]:Clone()
  571. local lhclone = humanoid.Parent.Torso["Left Hip"]:Clone()
  572. local rhclone = humanoid.Parent.Torso["Right Hip"]:Clone()
  573. local leftarm = humanoid.Parent["Left Arm"]
  574. local rightrm = humanoid.Parent["Right Arm"]
  575. local leftleg = humanoid.Parent["Left Leg"]
  576. local rightleg = humanoid.Parent["Right Leg"]
  577. humanoid.Parent.Torso["Left Hip"]:destroy()
  578. local head = humanoid.Parent.Head
  579. local glue = Instance.new("Glue", humanoid.Parent.Torso)
  580. glue.Part0 = humanoid.Parent.Torso
  581. glue.Part1 = leftleg
  582. glue.Name = "Left leg"
  583. local collider = Instance.new("Part", leftleg)
  584. collider.Position = Vector3.new(0,999,0)
  585. collider.Size = Vector3.new(1.5, 1, 1)
  586. collider.Shape = "Cylinder"
  587. local welad = Instance.new("Weld", collider)
  588. welad.Part0 = leftleg
  589. welad.Part1 = collider
  590. welad.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  591. collider.TopSurface = "Smooth"
  592. collider.BottomSurface = "Smooth"
  593. collider.formFactor = "Symmetric"
  594. glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  595. glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  596. collider.Transparency = 1
  597. ------------
  598. humanoid.Parent.Torso["Right Hip"]:destroy()
  599. local glue1 = Instance.new("Glue", humanoid.Parent.Torso)
  600. glue1.Part0 = humanoid.Parent.Torso
  601. glue1.Part1 = rightleg
  602. glue1.Name = "Right leg"
  603. local collider1 = Instance.new("Part", rightleg)
  604. collider1.Position = Vector3.new(0,9999,0)
  605. collider1.Size = Vector3.new(1.5, 1, 1)
  606. collider1.Shape = "Cylinder"
  607. local weld1 = Instance.new("Weld", collider1)
  608. weld1.Part0 = rightleg
  609. weld1.Part1 = collider1
  610. weld1.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  611. collider1.TopSurface = "Smooth"
  612. collider1.BottomSurface = "Smooth"
  613. collider1.formFactor = "Symmetric"
  614. glue1.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  615. glue1.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  616. collider1.Transparency = 1
  617. ------------
  618. humanoid.Parent.Torso["Right Shoulder"]:destroy()
  619. local glue11 = Instance.new("Glue", humanoid.Parent.Torso)
  620. glue11.Part0 = humanoid.Parent.Torso
  621. glue11.Part1 = rightrm
  622. glue11.Name = "Right shoulder"
  623. local collider11 = Instance.new("Part", rightrm)
  624. collider11.Position = Vector3.new(0,9999,0)
  625. collider11.Size = Vector3.new(1.8,1,1)
  626. collider11.Shape = "Cylinder"
  627. local weld11 = Instance.new("Weld", collider11)
  628. weld11.Part0 = rightrm
  629. weld11.Part1 = collider11
  630. weld11.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  631. collider11.TopSurface = "Smooth"
  632. collider11.BottomSurface = "Smooth"
  633. collider11.formFactor = "Symmetric"
  634. glue11.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  635. glue11.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  636. collider11.Transparency = 1
  637. ------------
  638. humanoid.Parent.Torso["Left Shoulder"]:destroy()
  639. local glue111 = Instance.new("Glue", humanoid.Parent.Torso)
  640. glue111.Part0 = humanoid.Parent.Torso
  641. glue111.Part1 = leftarm
  642. glue111.Name = "Left shoulder"
  643. local collider111 = Instance.new("Part", leftarm)
  644. collider111.Position = Vector3.new(0,9999,0)
  645. collider111.Size = Vector3.new(1.5, 1, 1)
  646. collider111.Shape = "Cylinder"
  647. local weld111 = Instance.new("Weld", collider111)
  648. weld111.Part0 = leftarm
  649. weld111.Part1 = collider111
  650. weld111.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  651. collider111.TopSurface = "Smooth"
  652. collider111.BottomSurface = "Smooth"
  653. collider111.formFactor = "Symmetric"
  654. glue111.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  655. glue111.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  656. collider111.Transparency = 1
  657. -----------------
  658. wait(1)
  659. Sound1:Stop()
  660. for i = 0,1 , 0.03 do
  661. weld.C0 = weld.C0:lerp(CFrame.new(0.78007102, -1.2894789, -0.0375933647, 1, 0, 0, 0, 0.258818984, 0.965925872, 0, -0.965925872, 0.258818984) * CFrame.new(0.3,0,0),i)
  662. headweld.C0 = headweld.C0:lerp(CFrame.new(0,1.5,0),i)
  663. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0):inverse(),i)
  664. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0),i)
  665. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  666. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  667. game:GetService("RunService").RenderStepped:wait()
  668. end
  669. humanoid.Health = humanoid.Health - 12
  670. plrhum.WalkSpeed = 50
  671. plrhum.JumpPower = 50
  672. humanoidrootpart:destroy()
  673. rlegweld:destroy()
  674. llegweld:destroy()
  675. lhandweld:destroy()
  676. rhandweld:destroy()
  677. headweld:destroy()
  678. heed.Parent = game.Players.LocalPlayer.Character.Torso
  679. rootjointclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  680. lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  681. rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  682. llegclone.Parent = game.Players.LocalPlayer.Character.Torso
  683. rlegclone.Parent = game.Players.LocalPlayer.Character.Torso
  684. using = false
  685. for i = 1,500 do
  686. for i,v in pairs(humanoid.Parent:GetChildren()) do
  687. if v.ClassName == "LocalScript" or v.ClassName == "Script" then
  688. v.Disabled = true
  689. end
  690. end
  691. wait()
  692. end
  693. for i,v in pairs(humanoid.Parent:GetChildren()) do
  694. if v.ClassName == "LocalScript" or v.ClassName == "Script" then
  695. v.Disabled = false
  696. end
  697. end
  698. lshclone.Parent = humanoid.Parent.Torso
  699. glue:destroy()
  700. rshclone.Parent = humanoid.Parent.Torso
  701. glue1:destroy()
  702. lhclone.Parent = humanoid.Parent.Torso
  703. glue11:destroy()
  704. rhclone.Parent = humanoid.Parent.Torso
  705. glue111:destroy()
  706. collider:destroy()
  707. collider1:destroy()
  708. collider11:destroy()
  709. collider111:destroy()
  710. humanoid.PlatformStand = false
  711. humanoid.WalkSpeed = 16
  712. humanoid.JumpPower = 50
  713. if foundhum then
  714. humclone.Parent = humanoid.Parent
  715. end
  716. end
  717. end
  718. end
  719. mouse.Button1Down:connect(tase)
  720. while true do
  721. wait()
  722. if Sound11.Parent == nil then
  723. Sound11.Parent = Part0
  724. end
  725. if Sound1.Parent == nil then
  726. Sound1.Parent = Part0
  727. end
  728. if mothabloxuh.Parent == nil then
  729. mothabloxuh.Parent = game.Players.LocalPlayer.Character.Head
  730. end
  731. if begone.Parent == nil then
  732. begone.Parent = game.Players.LocalPlayer.Character.Head
  733. end
  734. if death.Parent == nil then
  735. death.Parent = game.Players.LocalPlayer.Character.Head
  736. end
  737. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement