Advertisement
Animescapetower

Anime's Lag Generator

Mar 17th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.94 KB | None | 0 0
  1. t = {}
  2. for i = 0,20000 do
  3.     table.insert(t,i,i)
  4. end
  5.  
  6. print(collectgarbage("count"))
  7. t = nil
  8. print(collectgarbage("count"))
  9. --Script one:
  10. _G.variable = "This a variable in _G."
  11.  
  12. --Script two:
  13. while _G.variable == nil do wait() end --make sure that script one sets the variable before this one tries to read it
  14. print(_G.variable)
  15.  
  16. print (gcinfo())
  17. a=collectgarbage("count")
  18.  
  19. print(a)
  20. var1 = 7
  21. var2 = 9
  22. getfenv()["var3"] = 11
  23. for i, v in pairs(getfenv()) do
  24.     print(i, " = ", v)
  25. end
  26. -- Ran from a Script in workspace called "Script"
  27. local function a()
  28.     print(debug.traceback())
  29. end
  30. function b()
  31.     a()
  32. end
  33. local function c()
  34.     b()
  35. end
  36. c()
  37. while true do
  38.    debug.profilebegin("custom_label")
  39.    t = {1,2,"a","d",c = 12, q = 20}
  40. for i,v in pairs(t) do
  41.     print(i,v)
  42. end
  43. wait(1)
  44.    debug.profileend()
  45.    wait()
  46. end
  47. for k,v in pairs(t) do
  48. --body
  49. end
  50. t = {1,2,"a","d",c = 12, q = 20}
  51. for i,v in pairs(t) do
  52.     print(i,v)
  53. end
  54.  
  55. t2 = {4,2,"2","Mean",c = 30, q = 20, var1,t}
  56. for i,v in pairs(t2) do
  57.     print(i,v)
  58. end
  59.  
  60. t3 = {4,3,2,"2","a","d",a,t = 50,t2 = 20,b = 10,"r",a = 54,a = 43,a = 1,"a3","5"}
  61. for i,v in pairs(t3) do
  62.     warn(i,v)
  63. end
  64.  
  65. function YouCanRepeatMe()
  66.     print("Hi.!")
  67.     print("I like saying hi!")
  68.     print("Hi there!")
  69. print("BaAaAaAAAAd")
  70.     print("die")
  71.     print("have fun with the lag")
  72. end
  73.  
  74. for h = 0,93402823480294804823904830320948039248092348493028320983083924832943283024389238092480934280932809480923480923429342934289328093402092343429340282348029480482390483032094803924809234849302832098308392483294328302438923809248093428093280948092348092342934293428932809340209234342 do
  75.     wait()
  76.     t2.c = t2.q
  77.  t3.t2 = t3.c
  78. t3.a = b
  79. t3.b = c
  80. t3 = t3.b
  81.  t2.c = t2.q
  82.  t3.t2 = t3.c
  83. t3.a = b
  84. t3.b = c
  85. t3 = t3.b
  86.  t2.c = t2.q
  87.  t3.t2 = t3.c
  88. t3.a = b
  89. t3.b = c
  90. t3 = t3.b
  91.  t2.c = t2.q
  92.  t3.t2 = t3.c
  93. t3.a = b
  94. t3.b = c
  95. t3 = t3.b
  96.  
  97.     YouCanRepeatMe()--How to crash your roblox game, lol have a nice day
  98. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement