Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- loadstring(game:HttpGet("https://raw.githubusercontent.com/kolgie/YBA-GUI/main/yba-gui-obfuscated.lua"))()
- ----------------------------------------------------------------------------------------------------------
- OP GUI THING ABOVE
- SBR SCRIPT BELOW STOPS ALL HORSES ( THE GUI ABOVE ALSO MIGHT HAVE SBR HACKS )
- ------------------------------------------------------------------------------------------------------------
- local Player = game.Players.LocalPlayer
- while true do
- for _,v in pairs(game.Workspace:GetChildren()) do
- if v.Name:find("'s Horse") and not v.Name:find(Player.Name) then
- pcall(function()
- v.RemoteEvent:FireServer("Dismount")
- end)
- end
- end
- wait(1)
- end
Advertisement
Advertisement