Advertisement
Mohammadyas

ATRES VEIL AUTO LOADSTRING

Oct 1st, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. spawn(function()
  2. while true do
  3. game:GetService("Workspace").Name = "Workspace"
  4. game:GetService("ReplicatedStorage").Name = "ReplicatedStorage"
  5. game:GetService("Players").Name = "Players"
  6. game:service("ReplicatedFirst").Name = "ReplicatedFirst"
  7. game:service("ServerScriptService").Name = "ServerScriptService"
  8. wait(0.5)
  9. end
  10. end)
  11. game.CoreGui.RobloxGui.DeveloperConsole.VeilExtension.Frame.TextBox.Text = "Welcome to ATRES Veil UI this is a developer console write example = print('Hello')"
  12. print("Bypassed succes")
  13. print("May be buggy and crashly if you use JB commands")
  14. if game.Workspace.FilteringEnabled == true then
  15. print("This is a FE Game")
  16. else
  17. print("This is a NON FE Game")
  18.  
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement