Advertisement
Guest User

FE Ragdoll

a guest
Nov 14th, 2021
7,831
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.28 KB | None | 1 0
  1. --Ragdoll
  2. --Made by server side script please credit!
  3. --x, c are the controls!
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local BlueSlide = Instance.new("Frame")
  8. local script = Instance.new("TextLabel")
  9. local hot = Instance.new("TextButton")
  10. local scriptname = Instance.new("TextLabel")
  11. local hot2 = Instance.new("TextButton")
  12. local scriptname2 = Instance.new("TextLabel")
  13. local reset = Instance.new("TextButton")
  14. local exe = Instance.new("TextButton")
  15.  
  16. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. ScreenGui.ResetOnSpawn = false
  18.  
  19. Frame.Parent = ScreenGui
  20. Frame.BackgroundColor3 = Color3.fromRGB(16, 16, 16)
  21. Frame.BackgroundTransparency = 0.200
  22. Frame.BorderSizePixel = 0
  23. Frame.Position = UDim2.new(0.0358231701, 0, 0.0907975435, 0)
  24. Frame.Size = UDim2.new(0, 372, 0, 666)
  25.  
  26. BlueSlide.Name = "Blue Slide"
  27. BlueSlide.Parent = Frame
  28. BlueSlide.BackgroundColor3 = Color3.fromRGB(16, 32, 255)
  29. BlueSlide.BackgroundTransparency = 0.300
  30. BlueSlide.BorderSizePixel = 0
  31. BlueSlide.Position = UDim2.new(-0.0268817209, 0, 0, 0)
  32. BlueSlide.Size = UDim2.new(0, 10, 0, 666)
  33.  
  34. script.Name = "script"
  35. script.Parent = Frame
  36. script.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  37. script.BackgroundTransparency = 1.000
  38. script.Position = UDim2.new(0.155913979, 0, 0.0300300308, 0)
  39. script.Size = UDim2.new(0, 255, 0, 50)
  40. script.Font = Enum.Font.ArialBold
  41. script.Text = "Death Hub"
  42. script.TextColor3 = Color3.fromRGB(114, 138, 245)
  43. script.TextScaled = true
  44. script.TextSize = 14.000
  45. script.TextWrapped = true
  46.  
  47. hot.Name = "hot"
  48. hot.Parent = Frame
  49. hot.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  50. hot.BorderSizePixel = 0
  51. hot.Position = UDim2.new(0.0698924735, 0, 0.202702701, 0)
  52. hot.Size = UDim2.new(0, 52, 0, 52)
  53. hot.Font = Enum.Font.SourceSans
  54. hot.Text = ""
  55. hot.TextColor3 = Color3.fromRGB(0, 0, 0)
  56. hot.TextScaled = true
  57. hot.TextSize = 14.000
  58. hot.TextWrapped = true
  59.  
  60. scriptname.Name = "scriptname"
  61. scriptname.Parent = Frame
  62. scriptname.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. scriptname.BackgroundTransparency = 1.000
  64. scriptname.Position = UDim2.new(0.284946233, 0, 0.204204202, 0)
  65. scriptname.Size = UDim2.new(0, 238, 0, 50)
  66. scriptname.Font = Enum.Font.GothamBlack
  67. scriptname.Text = "Permadeath"
  68. scriptname.TextColor3 = Color3.fromRGB(255, 255, 255)
  69. scriptname.TextScaled = true
  70. scriptname.TextSize = 14.000
  71. scriptname.TextWrapped = true
  72. scriptname.TextXAlignment = Enum.TextXAlignment.Left
  73.  
  74. hot2.Name = "hot2"
  75. hot2.Parent = Frame
  76. hot2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  77. hot2.BorderSizePixel = 0
  78. hot2.Position = UDim2.new(0.0698924735, 0, 0.331831843, 0)
  79. hot2.Size = UDim2.new(0, 52, 0, 52)
  80. hot2.Font = Enum.Font.SourceSans
  81. hot2.Text = ""
  82. hot2.TextColor3 = Color3.fromRGB(0, 0, 0)
  83. hot2.TextScaled = true
  84. hot2.TextSize = 14.000
  85. hot2.TextWrapped = true
  86.  
  87. scriptname2.Name = "scriptname2"
  88. scriptname2.Parent = Frame
  89. scriptname2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  90. scriptname2.BackgroundTransparency = 1.000
  91. scriptname2.Position = UDim2.new(0.284946233, 0, 0.333333343, 0)
  92. scriptname2.Size = UDim2.new(0, 238, 0, 50)
  93. scriptname2.Font = Enum.Font.GothamBlack
  94. scriptname2.Text = "Ragdoll"
  95. scriptname2.TextColor3 = Color3.fromRGB(255, 255, 255)
  96. scriptname2.TextScaled = true
  97. scriptname2.TextSize = 14.000
  98. scriptname2.TextWrapped = true
  99. scriptname2.TextXAlignment = Enum.TextXAlignment.Left
  100.  
  101. reset.Name = "reset"
  102. reset.Parent = Frame
  103. reset.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  104. reset.BorderSizePixel = 0
  105. reset.Position = UDim2.new(0.072580643, 0, 0.521021008, 0)
  106. reset.Size = UDim2.new(0, 318, 0, 61)
  107. reset.Font = Enum.Font.SourceSansBold
  108. reset.Text = "Reset"
  109. reset.TextColor3 = Color3.fromRGB(255, 255, 255)
  110. reset.TextScaled = true
  111. reset.TextSize = 14.000
  112. reset.TextWrapped = true
  113.  
  114. exe.Name = "exe"
  115. exe.Parent = Frame
  116. exe.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  117. exe.BorderSizePixel = 0
  118. exe.Position = UDim2.new(0.072580643, 0, 0.686186194, 0)
  119. exe.Size = UDim2.new(0, 318, 0, 61)
  120. exe.Font = Enum.Font.SourceSansBold
  121. exe.Text = "Execute"
  122. exe.TextColor3 = Color3.fromRGB(255, 255, 255)
  123. exe.TextScaled = true
  124. exe.TextSize = 14.000
  125. exe.TextWrapped = true
  126.  
  127. -- Scripts:
  128.  
  129. local function FTGPHM_fake_script() -- hot.LocalScript
  130.     local script = Instance.new('LocalScript', hot)
  131.  
  132.     _G.ButtonOn = false
  133.    
  134.     script.Parent.MouseButton1Down:Connect(function()
  135.         if _G.ButtonOn == false then
  136.             _G.ButtonOn = true
  137.             script.Parent.BackgroundColor3 = Color3.new(0,223,0)
  138.             --
  139.            
  140.             --
  141.         else
  142.             _G.ButtonOn = false
  143.             script.Parent.BackgroundColor3 = Color3.new(0,0,0)
  144.         end
  145.     end)
  146. end
  147. coroutine.wrap(FTGPHM_fake_script)()
  148. local function MKUDGSX_fake_script() -- hot2.LocalScript
  149.     local script = Instance.new('LocalScript', hot2)
  150.  
  151.     _G.ButtonOn2 = false
  152.    
  153.     script.Parent.MouseButton1Down:Connect(function()
  154.         if _G.ButtonOn2 == false then
  155.             _G.ButtonOn2 = true
  156.             script.Parent.BackgroundColor3 = Color3.new(0,223,0)
  157.             --
  158.            
  159.             --
  160.         else
  161.             _G.ButtonOn2 = false
  162.             script.Parent.BackgroundColor3 = Color3.new(0,0,0)
  163.         end
  164.     end)
  165. end
  166. coroutine.wrap(MKUDGSX_fake_script)()
  167. local function CZII_fake_script() -- Frame.LocalScript
  168.     local script = Instance.new('LocalScript', Frame)
  169.  
  170.     script.Parent.Active = true
  171.     script.Parent.Draggable = true
  172. end
  173. coroutine.wrap(CZII_fake_script)()
  174. local function DSFKML_fake_script() -- reset.LocalScript
  175.     local script = Instance.new('LocalScript', reset)
  176.  
  177.     script.Parent.MouseButton1Down:Connect(function()
  178.         game.Players.LocalPlayer.Character:Destroy()
  179.     end)
  180. end
  181. coroutine.wrap(DSFKML_fake_script)()
  182. local function FVXX_fake_script() -- exe.LocalScript
  183.     local script = Instance.new('LocalScript', exe)
  184.  
  185.     script.Parent.MouseButton1Down:Connect(function()
  186.        
  187.         if _G.ButtonOn == true then
  188.             print("on")
  189.             --
  190.             local p = game.Players.LocalPlayer
  191.             local c = p.Character
  192.             local m = Instance.new("Model",c)
  193.             m.Name = "Fake Character"
  194.             local t = Instance.new("Part",m)
  195.             t.Name = "Torso"
  196.             t.Position = c.HumanoidRootPart.Position
  197.             local h = Instance.new("Part",m)
  198.             h.Name = "Head"
  199.             h.Position = c.HumanoidRootPart.Position
  200.             local hum = Instance.new("Humanoid",m)
  201.             p.Character = m
  202.             wait(3)
  203.             p.Character = c
  204.             wait(3)
  205.             p.Character.Humanoid.Health = 0
  206.             --
  207.         else
  208.             print("off")
  209.         end
  210.        
  211.         if _G.ButtonOn2 == true then
  212.             print("on")
  213.             --
  214.    
  215.    
  216.             local Player = game.Players.LocalPlayer.Character
  217.             local Rope = Instance.new("RopeConstraint",Player["Left Arm"])
  218.             Player["Right Leg"].RightFootAttachment.Position = Player["Right Leg"].RightFootAttachment.Position + Vector3.new(0,1.1,0)
  219.             Player["Left Leg"].LeftFootAttachment.Position = Player["Left Leg"].LeftFootAttachment.Position + Vector3.new(0,1.1,0)
  220.             Player["Head"].HairAttachment.Position = Player["Head"].HairAttachment.Position + Vector3.new(0,.1,0)
  221.             Rope.Attachment0 = Player["Left Arm"].LeftShoulderAttachment
  222.             Rope.Attachment1 = Player.Torso.LeftCollarAttachment
  223.             Rope.Length = .1
  224.    
  225.    
  226.             local Rope = Instance.new("RopeConstraint",Player["Right Arm"])
  227.             Rope.Attachment0 = Player["Right Arm"].RightShoulderAttachment
  228.             Rope.Attachment1 = Player.Torso.RightCollarAttachment
  229.             Rope.Length = .1
  230.    
  231.    
  232.             local Rope = Instance.new("RopeConstraint",Player["Right Leg"])
  233.             Rope.Attachment0 = Player["Right Leg"].RightFootAttachment
  234.             Rope.Attachment1 = Player.Torso.WaistCenterAttachment
  235.             Rope.Length = 1
  236.    
  237.    
  238.             local Rope = Instance.new("RopeConstraint",Player["Left Leg"])
  239.             Rope.Attachment0 = Player["Left Leg"].LeftFootAttachment
  240.             Rope.Attachment1 = Player.Torso.WaistCenterAttachment
  241.             Rope.Length = 1
  242.    
  243.    
  244.             local Rope = Instance.new("RopeConstraint",Player["Head"])
  245.             Rope.Attachment0 = Player["Head"].HairAttachment
  246.             Rope.Attachment1 = Player.Torso.NeckAttachment
  247.             Rope.Length = .1
  248.             Player["Head"]:BreakJoints()
  249.             Player["Head"].face:destroy()
  250.    
  251.            
  252.             --
  253.         else
  254.             print("off")
  255.         end
  256.        
  257.     end)
  258.    
  259. end
  260. coroutine.wrap(FVXX_fake_script)()
  261. ScreenGui.Enabled = false
  262.  
  263. local player = game.Players.LocalPlayer
  264. local mouse = player:GetMouse()
  265.  
  266. mouse.KeyDown:connect(function(key)
  267.     if key == "x" then
  268.         ScreenGui.Enabled = true
  269.         workspace.Camera.CameraType = "Fixed"
  270.     end
  271. end)
  272. mouse.KeyDown:connect(function(key)
  273.     if key == "c" then
  274.         ScreenGui.Enabled = false
  275.         workspace.Camera.CameraType = "Custom"
  276.     end
  277. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement