Advertisement
halfdan_dk

Ragdoll System Destroyer

Aug 28th, 2021
1,337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.71 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local RagdollSystemDestroyerV1 = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local Credits = Instance.new("TextLabel")
  8. local AntiCheatBypass = Instance.new("TextButton")
  9. local NoFallDamage = Instance.new("TextButton")
  10. local MoreSoon = Instance.new("TextButton")
  11. local Close = Instance.new("TextButton")
  12. local OpenMain = Instance.new("Frame")
  13. local Open = Instance.new("TextButton")
  14. --Properties:
  15. RagdollSystemDestroyerV1.Name = "Ragdoll System Destroyer V1"
  16. RagdollSystemDestroyerV1.Parent = game.CoreGui
  17. RagdollSystemDestroyerV1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. Main.Name = "Main"
  20. Main.Parent = RagdollSystemDestroyerV1
  21. Main.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  22. Main.Position = UDim2.new(0.727378249, 0, 0.0370370448, 0)
  23. Main.Size = UDim2.new(0, 218, 0, 274)
  24. Main.Visible = false
  25. Main.Active = true
  26. Main.Draggable = true
  27.  
  28. Title.Name = "Title"
  29. Title.Parent = Main
  30. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  31. Title.BackgroundTransparency = 1
  32. Title.Size = UDim2.new(0, 185, 0, 23)
  33. Title.Font = Enum.Font.SciFi
  34. Title.Text = "Ragdoll System Destroyer V1"
  35. Title.TextColor3 = Color3.new(1, 1, 1)
  36. Title.TextScaled = true
  37. Title.TextSize = 14
  38. Title.TextWrapped = true
  39.  
  40. Credits.Name = "Credits"
  41. Credits.Parent = Main
  42. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  43. Credits.BackgroundTransparency = 1
  44. Credits.Position = UDim2.new(0, 0, 0.91911751, 0)
  45. Credits.Size = UDim2.new(0, 218, 0, 20)
  46. Credits.Font = Enum.Font.SciFi
  47. Credits.Text = "Made by iNoahExploitz#8283"
  48. Credits.TextColor3 = Color3.new(1, 1, 1)
  49. Credits.TextScaled = true
  50. Credits.TextSize = 14
  51. Credits.TextWrapped = true
  52.  
  53. AntiCheatBypass.Name = "AntiCheatBypass"
  54. AntiCheatBypass.Parent = Main
  55. AntiCheatBypass.BackgroundColor3 = Color3.new(0.478431, 0, 0)
  56. AntiCheatBypass.Position = UDim2.new(0.0412844047, 0, 0.124030776, 0)
  57. AntiCheatBypass.Size = UDim2.new(0, 200, 0, 50)
  58. AntiCheatBypass.Font = Enum.Font.SciFi
  59. AntiCheatBypass.Text = "Bypass Anti-Cheat"
  60. AntiCheatBypass.TextColor3 = Color3.new(1, 1, 1)
  61. AntiCheatBypass.TextScaled = true
  62. AntiCheatBypass.TextSize = 14
  63. AntiCheatBypass.TextWrapped = true
  64. AntiCheatBypass.MouseButton1Down:connect(function()
  65.     game.ReplicatedStorage.BanFunction:Destroy()
  66.     game.ReplicatedStorage.Infractions:Destroy()
  67.     game.StarterGui:SetCore("SendNotification", {Title="Success!", Text="Succesfully Bypassed Anti-Cheat!"})
  68. end)
  69.  
  70. NoFallDamage.Name = "NoFallDamage"
  71. NoFallDamage.Parent = Main
  72. NoFallDamage.BackgroundColor3 = Color3.new(0.478431, 0, 0)
  73. NoFallDamage.Position = UDim2.new(0.0412844047, 0, 0.353332937, 0)
  74. NoFallDamage.Size = UDim2.new(0, 200, 0, 50)
  75. NoFallDamage.Font = Enum.Font.SciFi
  76. NoFallDamage.Text = "No Fall Damage"
  77. NoFallDamage.TextColor3 = Color3.new(1, 1, 1)
  78. NoFallDamage.TextScaled = true
  79. NoFallDamage.TextSize = 14
  80. NoFallDamage.TextWrapped = true
  81. NoFallDamage.MouseButton1Down:connect(function()
  82.     game.ReplicatedStorage.FallDamageEvent:Destroy()
  83.     game.StarterGui:SetCore("SendNotification", {Title="Success!", Text="Now you will not hurt yourself when falling!"})
  84. end)
  85.  
  86. MoreSoon.Name = "MoreSoon"
  87. MoreSoon.Parent = Main
  88. MoreSoon.BackgroundColor3 = Color3.new(0.478431, 0, 0)
  89. MoreSoon.Position = UDim2.new(0.0412844047, 0, 0.588485897, 0)
  90. MoreSoon.Size = UDim2.new(0, 200, 0, 50)
  91. MoreSoon.Font = Enum.Font.SciFi
  92. MoreSoon.Text = "More Coming Soon..!"
  93. MoreSoon.TextColor3 = Color3.new(1, 1, 1)
  94. MoreSoon.TextScaled = true
  95. MoreSoon.TextSize = 14
  96. MoreSoon.TextWrapped = true
  97.  
  98. Close.Name = "Close"
  99. Close.Parent = Main
  100. Close.BackgroundColor3 = Color3.new(0.478431, 0, 0)
  101. Close.Position = UDim2.new(0.876146793, 0, -0.000681689184, 0)
  102. Close.Size = UDim2.new(0, 27, 0, 23)
  103. Close.Font = Enum.Font.SciFi
  104. Close.Text = "X"
  105. Close.TextColor3 = Color3.new(1, 1, 1)
  106. Close.TextScaled = true
  107. Close.TextSize = 14
  108. Close.TextWrapped = true
  109. Close.MouseButton1Down:connect(function()
  110. Open.Visible = true
  111. Main.Visible = false
  112. end)
  113.  
  114. OpenMain.Name = "OpenMain"
  115. OpenMain.Parent = RagdollSystemDestroyerV1
  116. OpenMain.BackgroundColor3 = Color3.new(1, 1, 1)
  117. OpenMain.BackgroundTransparency = 1
  118. OpenMain.Position = UDim2.new(0, 0, 0.597883582, 0)
  119. OpenMain.Size = UDim2.new(0, 66, 0, 19)
  120.  
  121. Open.Name = "Open"
  122. Open.Parent = OpenMain
  123. Open.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  124. Open.BorderColor3 = Color3.new(1, 1, 1)
  125. Open.BorderSizePixel = 4
  126. Open.Position = UDim2.new(0, 0, -0.368421048, 0)
  127. Open.Size = UDim2.new(0, 106, 0, 22)
  128. Open.Font = Enum.Font.SciFi
  129. Open.Text = "OPEN"
  130. Open.TextColor3 = Color3.new(1, 1, 1)
  131. Open.TextScaled = true
  132. Open.TextSize = 14
  133. Open.TextWrapped = true
  134. Open.MouseButton1Down:connect(function()
  135. Main.Visible = true
  136. OpenMain.Visible = false
  137. end)
  138. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement