Advertisement
Team_Alex

Untitled

Mar 23rd, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. local var = "a"
  2. local id = 0
  3. local Location = game.CoreGui
  4. local max = 0
  5. local EXE = Instance.new("Script",game.CoreGui)
  6. EXE.Name = "ObfuscationLoaded"
  7. function returnfile(wantedname)
  8. for i,v in pairs(game.CoreGui["Ro-Xploit 5.0"]:GetChildren()) do
  9. if v.Name == wantedname then
  10. EXE.Source = EXE.Source .. string.reverse(v.Source)
  11. id = id + 1
  12. end
  13. end
  14. end
  15.  
  16. for i,v in pairs(game.CoreGui["Ro-Xploit 5.0"]:GetChildren()) do
  17. max = i
  18. end
  19.  
  20. for i=0, max do
  21. returnfile(var .. id)
  22. end
  23.  
  24. wait()
  25. loadstring(EXE.Source)(
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement