Advertisement
raul22000000

Untitled

Aug 17th, 2021
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 KB | None | 0 0
  1. ---made by raul---
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local main = Instance.new("Frame")
  4. local title = Instance.new("TextLabel")
  5. local noslow = Instance.new("TextButton")
  6. local godmode = Instance.new("TextButton")
  7. local toprespawn = Instance.new("TextButton")
  8. local changeslot = Instance.new("TextButton")
  9. local close = Instance.new("TextButton")
  10. local openmain = Instance.new("Frame")
  11. local open = Instance.new("TextButton")
  12.  
  13. --Properties:
  14.  
  15. ScreenGui.Parent = game.CoreGui
  16.  
  17. main.Name = "main"
  18. main.Parent = ScreenGui
  19. main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  20. main.Position = UDim2.new(0.121419676, 0, 0.485010713, 0)
  21. main.Size = UDim2.new(0, 309, 0, 409)
  22. main.Visible = false
  23. main.Active = true
  24. main.Draggable = true
  25.  
  26. title.Name = "title"
  27. title.Parent = main
  28. title.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  29. title.Size = UDim2.new(0, 309, 0, 50)
  30. title.Font = Enum.Font.GothamBold
  31. title.Text = "MADE BY RAUL"
  32. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  33. title.TextSize = 14.000
  34.  
  35. noslow.Name = "noslow"
  36. noslow.Parent = main
  37. noslow.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
  38. noslow.Position = UDim2.new(0, 0, 0.198044017, 0)
  39. noslow.Size = UDim2.new(0, 309, 0, 50)
  40. noslow.Font = Enum.Font.GothamBold
  41. noslow.Text = "noslow"
  42. noslow.TextColor3 = Color3.fromRGB(0, 0, 0)
  43. noslow.TextScaled = true
  44. noslow.TextSize = 10.000
  45. noslow.TextWrapped = true
  46. noslow.MouseButton1Down:connect(function()
  47.  
  48. repeat wait()
  49. until game:IsLoaded()
  50. game.Players.LocalPlayer.PlayerGui:WaitForChild("HUD")
  51.  
  52. while wait() do
  53. y = game.Players.LocalPlayer.Character
  54. for i,v in pairs(y:GetChildren()) do
  55. if v.Name == "Justice Combination" then
  56. x = y:WaitForChild("Action")
  57. if x then wait() x:Destroy() end end
  58. if v.Name == "Action" then v:Destroy() end
  59. if v.Name == "Attacking" then v:Destroy() end
  60. if v.Name == "Using" then v:Destroy() end
  61. if v.Name == "hyper" then v:Destroy() end
  62. if v.Name == "Hyper" then v:Destroy() end
  63. if v.Name == "heavy" then v:Destroy() end
  64. if v.Name == "KiBlasted" then v:Destroy() end
  65. if v.Name == "Tele" then v:Destroy() end
  66. if v.Name == "tele" then v:Destroy() end
  67. if v.Name == "Killed" then v:Destroy() end
  68. if v.Name == "Slow" then v:Destroy() end
  69. if v.Name == "Block" and v.Value == true then
  70. v.Value = false end end end
  71. end)
  72.  
  73. godmode.Name = "godmode"
  74. godmode.Parent = main
  75. godmode.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
  76. godmode.Position = UDim2.new(0, 0, 0.378973097, 0)
  77. godmode.Size = UDim2.new(0, 309, 0, 50)
  78. godmode.Font = Enum.Font.GothamBold
  79. godmode.Text = "godmode"
  80. godmode.TextColor3 = Color3.fromRGB(0, 0, 0)
  81. godmode.TextScaled = true
  82. godmode.TextSize = 14.000
  83. godmode.TextWrapped = true
  84. godmode.MouseButton1Down:connect(function()
  85. if not game:IsLoaded() then
  86. game.Loaded:Wait() end wait(2)
  87. game:GetService("RunService").Stepped:Connect(function()
  88. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, game.Workspace.Touchy.Part, 0)
  89. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, game.Workspace.Touchy.Part, 1)
  90. if game.Players.LocalPlayer.PlayerGui:FindFirstChild("Popup") then
  91. game.Players.LocalPlayer.PlayerGui.Popup:Remove()
  92. end end) warn'Godmode Running:'
  93. end)
  94.  
  95. toprespawn.Name = "toprespawn"
  96. toprespawn.Parent = main
  97. toprespawn.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
  98. toprespawn.Position = UDim2.new(0, 0, 0.567237139, 0)
  99. toprespawn.Size = UDim2.new(0, 309, 0, 50)
  100. toprespawn.Font = Enum.Font.GothamBold
  101. toprespawn.Text = "toprespawn"
  102. toprespawn.TextColor3 = Color3.fromRGB(0, 0, 0)
  103. toprespawn.TextScaled = true
  104. toprespawn.TextSize = 14.000
  105. toprespawn.TextWrapped = true
  106. toprespawn.MouseButton1Down:connect(function()
  107. Die = game.Players.LocalPlayer.Character
  108. lplr = game:GetService("Players").LocalPlayer
  109. game:GetService("RunService").RenderStepped:connect(function()
  110. if Die.Humanoid.Health == 1 then
  111. game:GetService("Players").LocalPlayer.Character.SuperAction:Destroy()
  112. wait(0.8)
  113. game:GetService("TweenService"):Create(lplr.Character.HumanoidRootPart, TweenInfo.new(0.5, Enum.EasingStyle.Linear), {CFrame = CFrame.new(100, 100, 100)}):Play()
  114. end
  115. end)
  116. end)
  117.  
  118. changeslot.Name = "changeslot"
  119. changeslot.Parent = main
  120. changeslot.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
  121. changeslot.Position = UDim2.new(0, 0, 0.738386333, 0)
  122. changeslot.Size = UDim2.new(0, 309, 0, 50)
  123. changeslot.Font = Enum.Font.GothamBold
  124. changeslot.Text = "changeslot"
  125. changeslot.TextColor3 = Color3.fromRGB(0, 0, 0)
  126. changeslot.TextScaled = true
  127. changeslot.TextSize = 14.000
  128. changeslot.TextWrapped = true
  129. changeslot.MouseButton1Down:connect(function()
  130. args = {
  131. [1] = workspace.FriendlyNPCs:FindFirstChild("Character Slot Changer")
  132. };
  133. game:GetService("Players").LocalPlayer.Backpack.ServerTraits.ChatStart:FireServer(unpack(args))
  134. end)
  135.  
  136. close.Name = "close"
  137. close.Parent = main
  138. close.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  139. close.Position = UDim2.new(0.867313921, 0, 0, 0)
  140. close.Size = UDim2.new(0, 48, 0, 50)
  141. close.Font = Enum.Font.GothamBlack
  142. close.Text = "X"
  143. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  144. close.TextScaled = true
  145. close.TextSize = 14.000
  146. close.TextWrapped = true
  147. close.MouseButton1Down:connect(function()
  148. main.Visible = false
  149. openmain.Visible = true
  150.  
  151. end)
  152.  
  153. openmain.Name = "openmain"
  154. openmain.Parent = ScreenGui
  155. openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  156. openmain.Position = UDim2.new(0, 0, 0.305139184, 0)
  157. openmain.Size = UDim2.new(0, 99, 0, 38)
  158. openmain.Active = true
  159. openmain.Draggable = true
  160.  
  161. open.Name = "open"
  162. open.Parent = openmain
  163. open.BackgroundColor3 = Color3.fromRGB(42, 255, 39)
  164. open.Size = UDim2.new(0, 99, 0, 38)
  165. open.Font = Enum.Font.GothamBold
  166. open.Text = "OPEN"
  167. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  168. open.TextScaled = true
  169. open.TextSize = 14.000
  170. open.TextWrapped = true
  171. open.MouseButton1Down:connect(function()
  172. openmain.Visible = false
  173. main.Visible = true
  174. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement