Nova355killer

Vehicle cheats

Dec 8th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. local JAILCOCAIN = Instance.new("ScreenGui")
  2. local GunCheats = Instance.new("Frame")
  3. local Name = Instance.new("TextLabel")
  4. local INFAmmo = Instance.new("TextButton")
  5. local Exit = Instance.new("TextButton")
  6. local SuperShoot = Instance.new("TextButton")
  7. local Ak = Instance.new("TextButton")
  8. local M4 = Instance.new("TextButton")
  9. local Pistol = Instance.new("TextButton")
  10. local Shote = Instance.new("TextButton")
  11. local Misk = Instance.new("Frame")
  12. local Name_2 = Instance.new("TextLabel")
  13. local Exit_2 = Instance.new("TextButton")
  14. local NoClipA = Instance.new("TextButton")
  15. local Speed = Instance.new("TextButton")
  16. local Arrest = Instance.new("TextButton")
  17. local Btools = Instance.new("TextButton")
  18. local Gravity = Instance.new("TextButton")
  19. local NoClipB = Instance.new("TextButton")
  20. local Teleports = Instance.new("Frame")
  21. local Name_3 = Instance.new("TextLabel")
  22. local Exit_3 = Instance.new("TextButton")
  23. local Bank = Instance.new("TextButton")
  24. local PrisonFront = Instance.new("TextButton")
  25. local JewleryIn = Instance.new("TextButton")
  26. local Crimbase1 = Instance.new("TextButton")
  27. local PrisonInside = Instance.new("TextButton")
  28. local Museum = Instance.new("TextButton")
  29. local BankFront = Instance.new("TextButton")
  30. local JewleryOut = Instance.new("TextButton")
  31. local Donut = Instance.new("TextButton")
  32. local Gas = Instance.new("TextButton")
  33. local Crimbase2 = Instance.new("TextButton")
  34. local TrainSpawn = Instance.new("TextButton")
  35. local PoliceBase = Instance.new("TextButton")
  36. local VehicleCheats = Instance.new("Frame")
  37. local Name_4 = Instance.new("TextLabel")
  38. local Exit_4 = Instance.new("TextButton")
  39. local Car_Speed = Instance.new("TextButton")
  40. --Properties:
  41. JAILCOCAIN.Name = "JAILCOCAIN"
  42. JAILCOCAIN.Parent = game.CoreGui
  43.  
  44. VehicleCheats.Name = "Vehicle Cheats"
  45. VehicleCheats.Parent = JAILCOCAIN
  46. VehicleCheats.Active = true
  47. VehicleCheats.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  48. VehicleCheats.BackgroundTransparency = 0.25
  49. VehicleCheats.BorderColor3 = Color3.new(1, 0, 0.0156863)
  50. VehicleCheats.BorderSizePixel = 2
  51. VehicleCheats.Draggable = true
  52. VehicleCheats.Position = UDim2.new(0.246782735, 86, -0.0897629485, 100)
  53. VehicleCheats.Size = UDim2.new(0, 203, 0, 303)
  54. VehicleCheats.Active = true
  55.  
  56. Name_4.Name = "Name"
  57. Name_4.Parent = VehicleCheats
  58. Name_4.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  59. Name_4.BackgroundTransparency = 0.60000002384186
  60. Name_4.BorderColor3 = Color3.new(1, 0, 0.0156863)
  61. Name_4.BorderSizePixel = 2
  62. Name_4.Position = UDim2.new(-0.000216960907, 0, 0, 0)
  63. Name_4.Size = UDim2.new(0, 203, 0, 50)
  64. Name_4.Font = Enum.Font.Cartoon
  65. Name_4.Text = "Vehicle Cheats"
  66. Name_4.TextColor3 = Color3.new(0, 0, 0)
  67. Name_4.TextSize = 30
  68. Name_4.TextWrapped = true
  69.  
  70. Exit_4.Name = "Exit"
  71. Exit_4.Parent = VehicleCheats
  72. Exit_4.BackgroundColor3 = Color3.new(1, 1, 1)
  73. Exit_4.BackgroundTransparency = 1
  74. Exit_4.BorderColor3 = Color3.new(1, 0, 0.0156863)
  75. Exit_4.Position = UDim2.new(0.896551728, 0, 0, 0)
  76. Exit_4.Size = UDim2.new(0, 21, 0, 19)
  77. Exit_4.Font = Enum.Font.SourceSans
  78. Exit_4.Text = "X"
  79. Exit_4.TextColor3 = Color3.new(0.956863, 0, 0.0156863)
  80. Exit_4.TextScaled = true
  81. Exit_4.TextSize = 14
  82. Exit_4.TextStrokeColor3 = Color3.new(1, 0.0431373, 0.0588235)
  83. Exit_4.TextWrapped = true
  84. Exit_4.MouseButton1Down:Connect(function()
  85. Exit_4.Parent.Visible = false
  86. end)
  87.  
  88. Car_Speed.Name = "Car_Speed"
  89. Car_Speed.Parent = VehicleCheats
  90. Car_Speed.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  91. Car_Speed.BackgroundTransparency = 1
  92. Car_Speed.Position = UDim2.new(-0.00492610829, 0, 0.168626755, 0)
  93. Car_Speed.Size = UDim2.new(0, 203, 0, 26)
  94. Car_Speed.Font = Enum.Font.Cartoon
  95. Car_Speed.Text = "INF Nitro"
  96. Car_Speed.TextColor3 = Color3.new(0, 0, 0)
  97. Car_Speed.TextSize = 25
  98. Car_Speed.TextWrapped = true
  99. Car_Speed.MouseButton1Down:connect(function()
  100. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "69696969"
  101. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  102. end)
Add Comment
Please, Sign In to add comment