Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. --[[
  2. © 2011 CloudSixteen.com do not share, re-distribute or modify
  3. without permission of its author (kurozael@gmail.com).
  4. --]]
  5.  
  6. --[[
  7. This is where any generic exploit or bypass will go. Just a warning in advance,
  8. this work is not under a free-to-use license and any unauthorized servers will be
  9. given a DCMA notice by Ideal-Hosting.biz. Thank you for being so understanding
  10. and woooooh for DRM.
  11. --]]
  12.  
  13. if (!openAura) then
  14. return MsgN("[OpenAuth] You need to require the openaura_core module in init.lua!");
  15. end;
  16.  
  17. require("json");
  18. require("hio");
  19. fileio = hIO;
  20. require("tmysql");
  21. require("sourcenet3");
  22. require("relative");
  23.  
  24. include("openaura/sv_auto.lua");
  25. AddCSLuaFile("cl_init.lua");
  26. AddCSLuaFile("includes/modules/json.lua");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement