Advertisement
NukeVsCity

YBA HACK

May 29th, 2021
32,820
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. loadstring(game:HttpGet("https://raw.githubusercontent.com/kolgie/YBA-GUI/main/yba-gui-obfuscated.lua"))()
  2.  
  3. ----------------------------------------------------------------------------------------------------------
  4.  
  5. OP GUI THING ABOVE
  6.  
  7.  
  8.  
  9. SBR SCRIPT BELOW STOPS ALL HORSES ( THE GUI ABOVE ALSO MIGHT HAVE SBR HACKS )
  10. ------------------------------------------------------------------------------------------------------------
  11.  
  12. local Player = game.Players.LocalPlayer
  13.  
  14. while true do
  15. for _,v in pairs(game.Workspace:GetChildren()) do
  16. if v.Name:find("'s Horse") and not v.Name:find(Player.Name) then
  17. pcall(function()
  18. v.RemoteEvent:FireServer("Dismount")
  19. end)
  20. end
  21. end
  22. wait(1)
  23. end
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement