Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kiwi-i/wallys-ui-fork/master/lib.lua", true))()
- local top = library:CreateWindow('Imperious PF')
- top:Section('ESP')
- local unnamedesp = top:Button("Unnamed ESP", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/ic3w0lf22/Unnamed-ESP/master/UnnamedESP.lua'))()
- end)
- local fluxesp = top:Button("Simple ESP", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/J1vbF3YQ'))()
- end)
- local chams = top:Button("Chams", function()
- getgenv().ESPSettings = {
- Color = Color3.fromRGB(255, 204, 255)
- }
- loadstring(game:HttpGet('https://pastebin.com/raw/TA1j9SrH', true))()
- end)
- top:Section('Aimbot Stuff')
- local silaim = top:Button("Silent Aim", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/83t0nmu1'))()
- end)
- top:Section('Gun Mods')
- local raingun = top:Button("Rainbow Gun", function()
- game:GetService("RunService").Stepped:Connect(function()
- for a,b in pairs(workspace.Camera:GetChildren()) do
- for c,d in pairs(game:GetService("ReplicatedStorage").GunModels:GetChildren()) do
- if b.Name == d.Name then
- for e,f in pairs(b:GetChildren()) do
- if f:IsA("BasePart") then
- f.Color = Color3.fromHSV(tick()%5/5,1,1)
- end
- end
- end
- end
- end
- end)
- end)
- local infammo = top:Button("Infinite Ammo", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/zQgwYCpR'))()
- end)
- top:Section('Credits')
- top:Section('')
- top:Section('Made by RedoGaming')
- top:Section('Made for Imperious X')
Add Comment
Please, Sign In to add comment