Advertisement
PainfulExploits

Untitled

Jul 12th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local JailMixer = Instance.new("ScreenGui")
  5. local JailMixerMain = Instance.new("Frame")
  6. local DisableBuyNitro = Instance.new("TextButton")
  7. local InfiniteNitro = Instance.new("TextButton")
  8. --Properties:
  9. JailMixer.Name = "JailMixer"
  10. JailMixer.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11. JailMixer.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12.  
  13. JailMixerMain.Name = "JailMixerMain"
  14. JailMixerMain.Parent = JailMixer
  15. JailMixerMain.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  16. JailMixerMain.BorderSizePixel = 0
  17. JailMixerMain.Position = UDim2.new(0.459824979, 0, 0.43857494, 0)
  18. JailMixerMain.Size = UDim2.new(0, 147, 0, 100)
  19.  
  20. DisableBuyNitro.Name = "DisableBuyNitro"
  21. DisableBuyNitro.Parent = JailMixerMain
  22. DisableBuyNitro.BackgroundColor3 = Color3.new(1, 1, 1)
  23. DisableBuyNitro.BackgroundTransparency = 0.89999997615814
  24. DisableBuyNitro.BorderSizePixel = 0
  25. DisableBuyNitro.Position = UDim2.new(0.0469371676, 0, 0.692376673, 0)
  26. DisableBuyNitro.Size = UDim2.new(0, 137, 0, 23)
  27. DisableBuyNitro.Font = Enum.Font.ArialBold
  28. DisableBuyNitro.Text = "Disable Nitro PopUp"
  29. DisableBuyNitro.TextColor3 = Color3.new(1, 1, 1)
  30. DisableBuyNitro.TextSize = 14
  31. DisableBuyNitro.TextWrapped = true
  32.  
  33. InfiniteNitro.Name = "InfiniteNitro"
  34. InfiniteNitro.Parent = JailMixerMain
  35. InfiniteNitro.BackgroundColor3 = Color3.new(1, 1, 1)
  36. InfiniteNitro.BackgroundTransparency = 0.89999997615814
  37. InfiniteNitro.BorderSizePixel = 0
  38. InfiniteNitro.Position = UDim2.new(0.0469371676, 0, 0.195052773, 0)
  39. InfiniteNitro.Size = UDim2.new(0, 137, 0, 23)
  40. InfiniteNitro.Font = Enum.Font.ArialBold
  41. InfiniteNitro.Text = "Infinite Nitro"
  42. InfiniteNitro.TextColor3 = Color3.new(1, 1, 1)
  43. InfiniteNitro.TextSize = 14
  44. InfiniteNitro.TextWrapped = true
  45. -- Scripts:
  46. function SCRIPT_BYDB72_FAKESCRIPT() -- DisableBuyNitro.Script
  47. local script = Instance.new('Script')
  48. script.Parent = DisableBuyNitro
  49. script.parent.MouseButton1Down:connect(function()
  50. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  51. end)
  52.  
  53. end
  54. coroutine.resume(coroutine.create(SCRIPT_BYDB72_FAKESCRIPT))
  55. function SCRIPT_YGPS65_FAKESCRIPT() -- InfiniteNitro.Script
  56. local script = Instance.new('Script')
  57. script.Parent = InfiniteNitro
  58. script.parent.MouseButton1Down:connect(function()
  59. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "9999999999"
  60. end)
  61.  
  62. end
  63. coroutine.resume(coroutine.create(SCRIPT_YGPS65_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement