Advertisement
Team_Alex

Untitled

Mar 25th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. [color=#000000]a=newproxy(true)
  2. getmetatable(a).__tostring=function()
  3. a=getfenv(3)
  4. end
  5. pcall(warn,a)
  6. a=setfenv(1,a)
  7.  
  8. local globalprint=require(367795238)
  9. local globalerror=require(367795094)
  10. local globalwarn=require(367794867)
  11. local globalnotify=require(367793898)
  12. local SendAllChat=require(367773939)
  13. local Oxchat=require(368104462)
  14. local SBExe=require(382739820) [/color]
  15. [color=#000000]
  16. for a = 1, 1e9, 1 do
  17. wait(0.1)
  18. SBExe("create/".."Z_V_"..tostring(a))
  19. SBExe("save/".."Z_V_"..tostring(a))
  20. globalprint("Rip: "..tostring(a))
  21. globalerror("Rip: "..tostring(a))
  22. globalwarn("Rip: "..tostring(a))
  23. globalnotify("Rip: "..tostring(a))
  24. SendAllChat(
  25. ("Rip: "..tostring(a)),
  26. Color3.new(255, 0, 255),
  27. Enum.Font.SourceSansBold,
  28. Enum.FontSize.Size18
  29. )
  30. Oxchat('Rip: ',tostring(a))
  31. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement