Advertisement
thomasfn

Untitled

Aug 15th, 2011
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.02 KB | None | 0 0
  1. [INFO] Scanning lua environment...
  2. [INFO] _G.Scripts (TABLE)
  3. [INFO] _G.Scripts.Unload (FUNCTION)
  4. [INFO] _G.Scripts.Load (FUNCTION)
  5. [INFO] _G.Scripts.Reload (FUNCTION)
  6. [INFO] _G.Hooks (TABLE)
  7. [INFO] _G.Hooks.Remove (FUNCTION)
  8. [INFO] _G.Hooks.Add (FUNCTION)
  9. [INFO] _G.loadfile (FUNCTION)
  10. [INFO] _G.module (FUNCTION)
  11. [INFO] _G.unpack (FUNCTION)
  12. [INFO] _G._G (TABLE)
  13. [INFO] _G.__inext (FUNCTION)
  14. [INFO] _G.io (TABLE)
  15. [INFO] _G.io.popen (FUNCTION)
  16. [INFO] _G.io.input (FUNCTION)
  17. [INFO] _G.io.output (FUNCTION)
  18. [INFO] _G.io.type (FUNCTION)
  19. [INFO] _G.io.close (FUNCTION)
  20. [INFO] _G.io.write (FUNCTION)
  21. [INFO] _G.io.flush (FUNCTION)
  22. [INFO] _G.io.lines (FUNCTION)
  23. [INFO] _G.io.read (FUNCTION)
  24. [INFO] _G.io.open (FUNCTION)
  25. [INFO] _G.io.tmpfile (FUNCTION)
  26. [INFO] _G.ipairs (FUNCTION)
  27. [INFO] _G.getmetatable (FUNCTION)
  28. [INFO] _G.Server (TABLE)
  29. [INFO] _G.Server.GetPlayer (FUNCTION)
  30. [INFO] _G.Server.Chat (FUNCTION)
  31. [INFO] _G.Server.GetWorld (FUNCTION)
  32. [INFO] _G.Server.GetPlayers (FUNCTION)
  33. [INFO] _G.Server.AddRecipe (FUNCTION)
  34. [INFO] _G.Server.Warning (FUNCTION)
  35. [INFO] _G.Server.Info (FUNCTION)
  36. [INFO] _G.Server.GetMob (FUNCTION)
  37. [INFO] _G.load (FUNCTION)
  38. [INFO] _G.coroutine (TABLE)
  39. [INFO] _G.coroutine.status (FUNCTION)
  40. [INFO] _G.coroutine.resume (FUNCTION)
  41. [INFO] _G.coroutine.create (FUNCTION)
  42. [INFO] _G.coroutine.yield (FUNCTION)
  43. [INFO] _G.coroutine.wrap (FUNCTION)
  44. [INFO] _G.coroutine.running (FUNCTION)
  45. [INFO] _G.pcall (FUNCTION)
  46. [INFO] _G.math (TABLE)
  47. [INFO] _G.math.deg (FUNCTION)
  48. [INFO] _G.math.fmod (FUNCTION)
  49. [INFO] _G.math.random (FUNCTION)
  50. [INFO] _G.math.asin (FUNCTION)
  51. [INFO] _G.math.max (FUNCTION)
  52. [INFO] _G.math.modf (FUNCTION)
  53. [INFO] _G.math.log10 (FUNCTION)
  54. [INFO] _G.math.floor (FUNCTION)
  55. [INFO] _G.math.cosh (FUNCTION)
  56. [INFO] _G.math.ldexp (FUNCTION)
  57. [INFO] _G.math.log (FUNCTION)
  58. [INFO] _G.math.pow (FUNCTION)
  59. [INFO] _G.math.randomseed (FUNCTION)
  60. [INFO] _G.math.frexp (FUNCTION)
  61. [INFO] _G.math.abs (FUNCTION)
  62. [INFO] _G.math.tanh (FUNCTION)
  63. [INFO] _G.math.acos (FUNCTION)
  64. [INFO] _G.math.atan2 (FUNCTION)
  65. [INFO] _G.math.tan (FUNCTION)
  66. [INFO] _G.math.min (FUNCTION)
  67. [INFO] _G.math.ceil (FUNCTION)
  68. [INFO] _G.math.sinh (FUNCTION)
  69. [INFO] _G.math.sqrt (FUNCTION)
  70. [INFO] _G.math.rad (FUNCTION)
  71. [INFO] _G.math.sin (FUNCTION)
  72. [INFO] _G.math.exp (FUNCTION)
  73. [INFO] _G.math.cos (FUNCTION)
  74. [INFO] _G.math.atan (FUNCTION)
  75. [INFO] _G.Sql (TABLE)
  76. [INFO] _G.Sql.CreateTable (FUNCTION)
  77. [INFO] _G.Sql.DropTable (FUNCTION)
  78. [INFO] _G.Sql.SelectFromTable (FUNCTION)
  79. [INFO] _G.Sql.DeleteFromTable (FUNCTION)
  80. [INFO] _G.Sql.InsertIntoTable (FUNCTION)
  81. [INFO] _G.Sql.UpdateTable (FUNCTION)
  82. [INFO] _G.assert (FUNCTION)
  83. [INFO] _G.tonumber (FUNCTION)
  84. [INFO] _G.rawequal (FUNCTION)
  85. [INFO] _G.Files (TABLE)
  86. [INFO] _G.Files.CreateFile (FUNCTION)
  87. [INFO] _G.Files.Text (TABLE)
  88. [INFO] _G.Files.DeleteFile (FUNCTION)
  89. [INFO] _G.Files.GetFile (FUNCTION)
  90. [INFO] _G.table (TABLE)
  91. [INFO] _G.table.maxn (FUNCTION)
  92. [INFO] _G.table.foreachi (FUNCTION)
  93. [INFO] _G.table.concat (FUNCTION)
  94. [INFO] _G.table.remove (FUNCTION)
  95. [INFO] _G.table.insert (FUNCTION)
  96. [INFO] _G.table.foreach (FUNCTION)
  97. [INFO] _G.table.sort (FUNCTION)
  98. [INFO] _G.table.getn (FUNCTION)
  99. [INFO] _G.loadstring (FUNCTION)
  100. [INFO] _G.pairs (FUNCTION)
  101. [INFO] _G.dofile (FUNCTION)
  102. [INFO] _G.os (TABLE)
  103. [INFO] _G.os.rename (FUNCTION)
  104. [INFO] _G.os.setlocale (FUNCTION)
  105. [INFO] _G.os.execute (FUNCTION)
  106. [INFO] _G.os.clock (FUNCTION)
  107. [INFO] _G.os.difftime (FUNCTION)
  108. [INFO] _G.os.exit (FUNCTION)
  109. [INFO] _G.os.time (FUNCTION)
  110. [INFO] _G.os.tmpname (FUNCTION)
  111. [INFO] _G.os.remove (FUNCTION)
  112. [INFO] _G.os.date (FUNCTION)
  113. [INFO] _G.os.getenv (FUNCTION)
  114. [INFO] _G.collectgarbage (FUNCTION)
  115. [INFO] _G.error (FUNCTION)
  116. [INFO] _G.setfenv (FUNCTION)
  117. [INFO] _G.require (FUNCTION)
  118. [INFO] _G.getfenv (FUNCTION)
  119. [INFO] _G.xpcall (FUNCTION)
  120. [INFO] _G.rawget (FUNCTION)
  121. [INFO] _G.type (FUNCTION)
  122. [INFO] _G.rawset (FUNCTION)
  123. [INFO] _G.string (TABLE)
  124. [INFO] _G.string.len (FUNCTION)
  125. [INFO] _G.string.find (FUNCTION)
  126. [INFO] _G.string.gmatch (FUNCTION)
  127. [INFO] _G.string.byte (FUNCTION)
  128. [INFO] _G.string.dump (FUNCTION)
  129. [INFO] _G.string.reverse (FUNCTION)
  130. [INFO] _G.string.upper (FUNCTION)
  131. [INFO] _G.string.format (FUNCTION)
  132. [INFO] _G.string.rep (FUNCTION)
  133. [INFO] _G.string.lower (FUNCTION)
  134. [INFO] _G.string.sub (FUNCTION)
  135. [INFO] _G.string.gsub (FUNCTION)
  136. [INFO] _G.string.match (FUNCTION)
  137. [INFO] _G.string.char (FUNCTION)
  138. [INFO] _G.debug (TABLE)
  139. [INFO] _G.debug.getinfo (FUNCTION)
  140. [INFO] _G.debug.sethook (FUNCTION)
  141. [INFO] _G.debug.getregistry (FUNCTION)
  142. [INFO] _G.debug.getfenv (FUNCTION)
  143. [INFO] _G.debug.getupvalue (FUNCTION)
  144. [INFO] _G.debug.getmetatable (FUNCTION)
  145. [INFO] _G.debug.debug (FUNCTION)
  146. [INFO] _G.debug.traceback (FUNCTION)
  147. [INFO] _G.debug.setlocal (FUNCTION)
  148. [INFO] _G.debug.setmetatable (FUNCTION)
  149. [INFO] _G.debug.gethook (FUNCTION)
  150. [INFO] _G.debug.setfenv (FUNCTION)
  151. [INFO] _G.debug.setupvalue (FUNCTION)
  152. [INFO] _G.debug.getlocal (FUNCTION)
  153. [INFO] _G.setmetatable (FUNCTION)
  154. [INFO] _G.select (FUNCTION)
  155. [INFO] _G.luajava (TABLE)
  156. [INFO] _G.luajava.new (FUNCTION)
  157. [INFO] _G.luajava.createProxy (FUNCTION)
  158. [INFO] _G.luajava.bindClass (FUNCTION)
  159. [INFO] _G.luajava.loadLib (FUNCTION)
  160. [INFO] _G.luajava.newInstance (FUNCTION)
  161. [INFO] _G.tostring (FUNCTION)
  162. [INFO] _G.package (TABLE)
  163. [INFO] _G.package.preload (TABLE)
  164. [INFO] _G.package.loadlib (FUNCTION)
  165. [INFO] _G.package.loaders (TABLE)
  166. [INFO] _G.package.loaders.1 (FUNCTION)
  167. [INFO] _G.package.loaders.2 (FUNCTION)
  168. [INFO] _G.package.loaders.3 (FUNCTION)
  169. [INFO] _G.package.loaded (TABLE)
  170. [INFO] _G.package.loaded.os (TABLE)
  171. [INFO] _G.package.loaded.math (TABLE)
  172. [INFO] _G.package.loaded.luajava (TABLE)
  173. [INFO] _G.package.loaded.io (TABLE)
  174. [INFO] _G.package.loaded.debug (TABLE)
  175. [INFO] _G.package.loaded.coroutine (TABLE)
  176. [INFO] _G.package.loaded.package (TABLE)
  177. [INFO] _G.package.loaded.string (TABLE)
  178. [INFO] _G.package.loaded.table (TABLE)
  179. [INFO] _G.package.seeall (FUNCTION)
  180. [INFO] _G.print (FUNCTION)
  181. [INFO] _G.next (FUNCTION)
  182. [INFO] _G.Timers (TABLE)
  183. [INFO] _G.Timers.Remove (FUNCTION)
  184. [INFO] _G.Timers.Create (FUNCTION)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement