Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- loadstring(game:HttpGet("https://pastebin.com/raw/W0HC8XvW"))()
- ------------------------------------------------------------------
- GUI ABOVE
- RAINBOW GUN BELOW
- -----------------------------------------------------------------
- local c = 1
- function zigzag(X)
- return math.acos(math.cos(X * math.pi)) / math.pi
- end
- game:GetService("RunService").RenderStepped:Connect(function()
- if game.Workspace.Camera:FindFirstChild('Arms') then
- for i,v in pairs(game.Workspace.Camera.Arms:GetDescendants()) do
- if v.ClassName == 'MeshPart' then
- v.Color = Color3.fromHSV(zigzag(c),1,1)
- c = c + .0001
- end
- end
- end
- end)
Advertisement
Comments
-
- aw man roblox patched hacking... but not this executer this executer is free and is completely keyless. check out fludz now! AT
- https://mega.nz/file/96FjQbhK#MNjDt-8A-2QxqtXiLeg7oslL0MRiLCW1K1P5I9sSYTc
Add Comment
Please, Sign In to add comment
Advertisement