Advertisement
Lover712

VashX Break

Nov 10th, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/7Z6TzFnv", true))()
  2. local VashXBreak = library:CreateWindow({
  3. text = "VashX Break"
  4. })
  5. VashXBreak:AddButton("Pistal", function()
  6. loadstring(game:HttpGet(('https://pastebin.com/raw/udWSKun3'),true))()
  7. end)
  8. VashXBreak:AddButton("Noclip", function()
  9. loadstring(game:HttpGet(('https://pastebin.com/raw/gDXUQbSr'),true))()
  10.  
  11. end)
  12.  
  13. VashXBreak:AddButton("ShotGun", function()
  14. loadstring(game:HttpGet(('https://pastebin.com/raw/sQG3KUxR'),true))()
  15. end)
  16. VashXBreak:AddButton("WalkSpeed", function()
  17. StarterGui:SetCore("SendNotification",{
  18. Title = "[VashX Break]",
  19. Text = "[VashX Break Press G Key To Enable Speed Hacks]",
  20. Duration = 9
  21. })
  22. local a=game:GetService("Players").LocalPlayer
  23. local b=a:GetMouse()
  24. local c=false
  25. function g_walkspeed(d)
  26. if d=="g" then
  27. if c==false then
  28. _G.WS=150
  29. local e=game:GetService("Players").LocalPlayer.Character.Humanoid
  30. e:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  31. e.WalkSpeed=_G.WS
  32. end)
  33. e.WalkSpeed=_G.WS
  34. c=true
  35. elseif c==true then
  36. _G.WS=20
  37. local e=game:GetService("Players").LocalPlayer.Character.Humanoid
  38. e:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  39. e.WalkSpeed=_G.WS
  40. end)
  41. e.WalkSpeed=_G.WS
  42. c=false
  43. end
  44. end
  45. end
  46.  
  47. b.KeyDown:connect(g_walkspeed)
  48.  
  49.  
  50. end)
  51. VashXBreak:AddButton("RainBow Path", function()
  52. loadstring(game:HttpGet(('https://pastebin.com/raw/9sUWCZJA'),true))()
  53. end)
  54. VashXBreak:AddButton("Ammo", function()
  55. loadstring(game:HttpGet(('https://pastebin.com/raw/fMRajNX6'),true))()
  56. end)
  57. VashXBreak:AddButton("AutoArrest", function()
  58. loadstring(game:HttpGet("https://pastebin.com/raw/LaWLEZp6", true))()
  59. end)
  60. VashXBreak:AddButton("Reset", function()
  61. game:GetService("Players").LocalPlayer.Character.Humanoid.Health = 0;
  62. end)
  63.  
  64. VashXBreak:AddToggle("Super Jump", function(state)
  65. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = (state and 100 or 50)
  66. end)
  67.  
  68. VashXBreak:AddButton("Ferrari", function()
  69. loadstring(game:HttpGet(('https://pastebin.com/raw/CpeajajL'),true))()
  70. end)
  71. local PlayerCheats = library:CreateWindow({text='Player Cheats'})
  72. PlayerCheats:AddButton("JumpPower", function()
  73. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = "Gaylol"
  74. game:GetService("Players").LocalPlayer.Character.Gaylol.JumpPower = 249
  75.  
  76. end)
  77. PlayerCheats:AddButton("Key Card", function()
  78. game:GetService("Players").LocalPlayer.TeamValue.Value= "Police"
  79. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement