Advertisement
RoGhoulXD

[Revamped] Changed Ro Ghoul Script

Jan 30th, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local Name = Instance.new("TextLabel")
  9. local Test1 = Instance.new("TextButton")
  10. local Test2 = Instance.new("TextButton")
  11. local Test3 = Instance.new("TextButton")
  12. local OpenFrame = Instance.new("Frame")
  13. local Open = Instance.new("TextButton")
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. main.Name = "main"
  21. main.Parent = ScreenGui
  22. main.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  23. main.BorderColor3 = Color3.fromRGB(255, 0, 255)
  24. main.BorderSizePixel = 5
  25. main.Position = UDim2.new(0.0105152475, 0, 0.0844793692, 0)
  26. main.Size = UDim2.new(0, 294, 0, 372)
  27.  
  28. Name.Name = "Name"
  29. Name.Parent = main
  30. Name.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  31. Name.BorderColor3 = Color3.fromRGB(255, 0, 255)
  32. Name.BorderSizePixel = 5
  33. Name.Size = UDim2.new(0, 294, 0, 50)
  34. Name.Font = Enum.Font.SourceSans
  35. Name.Text = "RoGhoul Gui"
  36. Name.TextColor3 = Color3.fromRGB(255, 255, 255)
  37. Name.TextScaled = true
  38. Name.TextSize = 14.000
  39. Name.TextWrapped = true
  40.  
  41. OpenFrame.Name = "OpenFrame"
  42. OpenFrame.Parent = ScreenGui
  43. OpenFrame.Active = true
  44. OpenFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  45. OpenFrame.BorderSizePixel = 0
  46. OpenFrame.Position = UDim2.new(0.513589501, 0, 0, 0)
  47. OpenFrame.Size = UDim2.new(0, 100, 0, 28)
  48.  
  49. Open.Name = "Open"
  50. Open.Parent = OpenFrame
  51. Open.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  52. Open.BorderSizePixel = 0
  53. Open.Size = UDim2.new(0, 100, 0, 28)
  54. Open.Font = Enum.Font.GothamBold
  55. Open.Text = "Open"
  56. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  57. Open.TextScaled = true
  58. Open.TextSize = 14.000
  59. Open.TextWrapped = true
  60. Open.MouseButton1Down:connect(function()
  61. main.Visible = true
  62. end)
  63.  
  64. Test1.Name = "Test1"
  65. Test1.Parent = main
  66. Test1.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  67. Test1.BorderSizePixel = 0
  68. Test1.Position = UDim2.new(0.159863949, 0, 0.225806445, 0)
  69. Test1.Size = UDim2.new(0, 200, 0, 50)
  70. Test1.Font = Enum.Font.Nunito
  71. Test1.Text = "Fling Push"
  72. Test1.TextColor3 = Color3.fromRGB(255, 255, 255)
  73. Test1.TextScaled = true
  74. Test1.TextSize = 14.000
  75. Test1.TextWrapped = true
  76. Test1.MouseButton1Down:connect(function()
  77. local down = false
  78. local loop = game:GetService('RunService')
  79. local ws = game:GetService('Workspace')
  80. local players = game:GetService('Players')
  81. local player = players.LocalPlayer
  82. local mouse = player:GetMouse()
  83.  
  84. loop.Heartbeat:Connect(function()
  85. game:GetService("ReplicatedStorage").LocalRagdollEvent:Fire(false)
  86. if player.Character:FindFirstChild("Push") then
  87. ws[player.Name].Push.Enabled = true
  88. ws[player.Name].Push.PushEvent:FireServer()
  89. end
  90. if player.Character:FindFirstChild("ImpulseGrenade") then
  91. ws[player.Name].ImpulseGrenade.Enabled = true
  92. end
  93. end)
  94.  
  95. mouse.Button1Down:connect(function()
  96. down = true
  97. mouse.Button1Up:connect(function()
  98. down = false
  99. end)
  100. while wait() do
  101. if down and
  102. player.Character:FindFirstChild("ImpulseGrenade") and
  103. player.Character:FindFirstChild("ImpulseGrenade").Enabled == true then
  104. player.Character.ImpulseGrenade:Activate()
  105. else
  106. break
  107. end
  108. end
  109. end)
  110.  
  111. print('Executed Ragdoll Engine Script! by RoGhoul')
  112. end)
  113.  
  114. Test2.Name = "Test2"
  115. Test2.Parent = main
  116. Test2.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  117. Test2.BorderSizePixel = 0
  118. Test2.Position = UDim2.new(0.159863949, 0, 0.5, 0)
  119. Test2.Size = UDim2.new(0, 200, 0, 50)
  120. Test2.Font = Enum.Font.Nunito
  121. Test2.Text = "Invisible Map"
  122. Test2.TextColor3 = Color3.fromRGB(255, 255, 255)
  123. Test2.TextScaled = true
  124. Test2.TextSize = 14.000
  125. Test2.TextWrapped = true
  126. Test2.MouseButton1Down:connect(function()
  127. local tool
  128. for i,v in pairs (game.Players:GetPlayers()) do
  129. tool = v.Backpack:FindFirstChild'OddPotion' or v.Character:FindFirstChild'OddPotion'
  130. if tool then break end
  131. end
  132.  
  133. for i,v in pairs(workspace.NewerMap:GetDescendants()) do
  134. tool.TransEvent:FireServer(v,1)
  135. end
  136. end)
  137.  
  138. Test3.Name = "Test3"
  139. Test3.Parent = main
  140. Test3.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  141. Test3.BorderSizePixel = 0
  142. Test3.Position = UDim2.new(0.159863949, 0, 0.766129017, 0)
  143. Test3.Size = UDim2.new(0, 200, 0, 50)
  144. Test3.Font = Enum.Font.Nunito
  145. Test3.Text = "NoClip"
  146. Test3.TextColor3 = Color3.fromRGB(255, 255, 255)
  147. Test3.TextScaled = true
  148. Test3.TextSize = 14.000
  149. Test3.TextWrapped = true
  150. Test3.MouseButton1Down:connect(function()
  151. noclip = false
  152. game:GetService('RunService').Stepped:connect(function()
  153. if noclip then
  154. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  155. end
  156. end)
  157. plr = game.Players.LocalPlayer
  158. mouse = plr:GetMouse()
  159. mouse.KeyDown:connect(function(key)
  160.  
  161. if key == "e" then
  162. noclip = not noclip
  163. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  164. end
  165. end)
  166. print('Loaded')
  167. print('Press "E" to noclip')
  168. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement