Advertisement
NukeVsCity

Arsenal OP SCRIPT GUI

Feb 17th, 2021
49,554
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. loadstring(game:HttpGet("https://pastebin.com/raw/W0HC8XvW"))()
  2.  
  3. ------------------------------------------------------------------
  4.  
  5. GUI ABOVE
  6.  
  7.  
  8. RAINBOW GUN BELOW
  9.  
  10. -----------------------------------------------------------------
  11.  
  12. local c = 1
  13. function zigzag(X)
  14. return math.acos(math.cos(X * math.pi)) / math.pi
  15. end
  16. game:GetService("RunService").RenderStepped:Connect(function()
  17. if game.Workspace.Camera:FindFirstChild('Arms') then
  18. for i,v in pairs(game.Workspace.Camera.Arms:GetDescendants()) do
  19. if v.ClassName == 'MeshPart' then
  20. v.Color = Color3.fromHSV(zigzag(c),1,1)
  21. c = c + .0001
  22. end
  23. end
  24. end
  25. end)
Advertisement
Comments
  • # text 0.20 KB | 0 0
    1. aw man roblox patched hacking... but not this executer this executer is free and is completely keyless. check out fludz now! AT
    2. https://mega.nz/file/96FjQbhK#MNjDt-8A-2QxqtXiLeg7oslL0MRiLCW1K1P5I9sSYTc
Add Comment
Please, Sign In to add comment
Advertisement