RedoGaming

imperious pf

Oct 8th, 2020
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kiwi-i/wallys-ui-fork/master/lib.lua", true))()
  2. local top = library:CreateWindow('Imperious PF')
  3. top:Section('ESP')
  4. local unnamedesp = top:Button("Unnamed ESP", function()
  5. loadstring(game:HttpGet('https://raw.githubusercontent.com/ic3w0lf22/Unnamed-ESP/master/UnnamedESP.lua'))()
  6. end)
  7.  
  8. local fluxesp = top:Button("Simple ESP", function()
  9. loadstring(game:HttpGet('https://pastebin.com/raw/J1vbF3YQ'))()
  10. end)
  11.  
  12. local chams = top:Button("Chams", function()
  13. getgenv().ESPSettings = {
  14. Color = Color3.fromRGB(255, 204, 255)
  15. }
  16. loadstring(game:HttpGet('https://pastebin.com/raw/TA1j9SrH', true))()
  17. end)
  18.  
  19. top:Section('Aimbot Stuff')
  20.  
  21. local silaim = top:Button("Silent Aim", function()
  22. loadstring(game:HttpGet('https://pastebin.com/raw/83t0nmu1'))()
  23. end)
  24.  
  25. top:Section('Gun Mods')
  26.  
  27. local raingun = top:Button("Rainbow Gun", function()
  28. game:GetService("RunService").Stepped:Connect(function()
  29. for a,b in pairs(workspace.Camera:GetChildren()) do
  30. for c,d in pairs(game:GetService("ReplicatedStorage").GunModels:GetChildren()) do
  31. if b.Name == d.Name then
  32. for e,f in pairs(b:GetChildren()) do
  33. if f:IsA("BasePart") then
  34. f.Color = Color3.fromHSV(tick()%5/5,1,1)
  35. end
  36. end
  37. end
  38. end
  39. end
  40. end)
  41. end)
  42.  
  43. local infammo = top:Button("Infinite Ammo", function()
  44. loadstring(game:HttpGet('https://pastebin.com/raw/zQgwYCpR'))()
  45. end)
  46.  
  47. top:Section('Credits')
  48. top:Section('')
  49. top:Section('Made by RedoGaming')
  50. top:Section('Made for Imperious X')
Add Comment
Please, Sign In to add comment