ScripterYowai

Rock fruit Auto Raid Op

Apr 8th, 2024
4,368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. getgenv().G = true
  2. getgenv().Creator = 'https://discord.gg/B3HqPPzFYr - HalloweenGaster'
  3. while getgenv().G and getgenv().Creator == 'https://discord.gg/B3HqPPzFYr - HalloweenGaster' do
  4. wait(1)
  5. sethiddenproperty(game.Players.LocalPlayer, "SimulationRadius", 112412400000)
  6. sethiddenproperty(game.Players.LocalPlayer, "MaxSimulationRadius", 112412400000)
  7. for i,d in pairs(game.Workspace:GetDescendants()) do
  8. if d.ClassName == 'Humanoid' and d.Parent.Name ~= game.Players.LocalPlayer.Name then
  9. d.Health = 0
  10. end
  11. end
  12. end
Add Comment
Please, Sign In to add comment