Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function NoXploit()
- for i,v in pairs(game:GetService('Players'):children'') do
- if v.PlayerGui:FindFirstChild('RX6') then
- v.PlayerGui:FindFirstChild('RX6'):Remove()
- end
- for i,a in pairs(v.PlayerGui:children'') do
- if a:isA'ScreenGui' then
- for i,b in pairs(a:children'') do
- if b:IsA'TextLabel' then
- if b.Text == 'Ro-Xploit 6.0, By: KrystalTeam.' then
- b.Parent:Remove()
- end
- elseif b:IsA'Frame' then
- for i,c in pairs(b:children'') do
- if c:IsA'TextLabel' then
- if c.Text == 'Ro-Xploit 6.0' then
- c.Parent.Parent:Remove()
- end
- end
- end
- end
- end
- end
- end
- end
- end
- spawn(function()
- while true do
- wait()
- NoXploit()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement