Advertisement
gavinsharp1

Anti - RoExploit

Jan 17th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1.  
  2. function NoXploit()
  3. for i,v in pairs(game:GetService('Players'):children'') do
  4. if v.PlayerGui:FindFirstChild('RX6') then
  5. v.PlayerGui:FindFirstChild('RX6'):Remove()
  6. end
  7. for i,a in pairs(v.PlayerGui:children'') do
  8. if a:isA'ScreenGui' then
  9. for i,b in pairs(a:children'') do
  10. if b:IsA'TextLabel' then
  11. if b.Text == 'Ro-Xploit 6.0, By: KrystalTeam.' then
  12. b.Parent:Remove()
  13. end
  14. elseif b:IsA'Frame' then
  15. for i,c in pairs(b:children'') do
  16. if c:IsA'TextLabel' then
  17. if c.Text == 'Ro-Xploit 6.0' then
  18. c.Parent.Parent:Remove()
  19. end
  20. end
  21. end
  22. end
  23. end
  24. end
  25. end
  26. end
  27. end
  28.  
  29. spawn(function()
  30. while true do
  31. wait()
  32. NoXploit()
  33. end
  34. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement