hudpaint glua --This loader for garry's mod --This load cheat --[[ Contributors: sekta PrikolMen --]] local a=[[https://pastebin.com/raw/k97Z2e2f]]stc={}stc.loaderver="1.2"stc.notifications={}hook.Remove("HUDPaint","stc.not")hook.Add("HUDPaint","stc.not",function()local b=table.Count(stc.notifications)local c=0;local d=ScrH()-15-b*26;for e,f in ipairs(stc.notifications)do local g=Color(66,148,255)if f.type=="success"then g=Color(82,255,66)elseif f.type=="warning"then g=Color(255,205,66)elseif f.type=="error"then g=Color(255,66,66)end;local h=surface.GetTextSize(f.text)if f.enabled then f.posx=f.posx+(ScrW()-(h+45)-f.posx)/50 else f.posx=f.posx+(ScrW()+10-f.posx)/50 end;f.posy=f.posy+(d+c-f.posy)/50;if not f.enabled and f.posx>ScrW()then table.remove(stc.notifications,e)end;draw.RoundedBox(10,f.posx,f.posy,h+30,25,Color(106,106,106,155))draw.RoundedBoxEx(10,f.posx,f.posy,10,25,g,true,false,true,false)draw.SimpleText(f.text,"Default",f.posx+(h+30)/2+5,f.posy+25/2-1,Color(255,255,255),TEXT_ALIGN_CENTER,TEXT_ALIGN_CENTER)c=c+26 end end)function stc.Notification(i,j)if i==nil then i="normal"end;local k=tostring(math.random(1,1000))table.Add(stc.notifications,{{ids=k,text=j,type=i,enabled=true,posx=ScrW()+10,posy=ScrH()}})local l=1;timer.Simple(5,function()for e,f in pairs(stc.notifications)do if f.ids==k then f.enabled=false end end;l=l+1 end)surface.PlaySound("ui/buttonclick.wav")end;function stc.Unload()stc=nil;hook.Remove("HUDPaint","stc.not")print("Unload sucessfully")RunConsoleCommand("clear")end;local function m(n)stc.Notification("success","Successfully loaded main script!")RunString(n,"Stealth")end;local function o(p)stc.Notification("error","Failed to load main script!")stc.Notification("error",p)end;local function q()http.Fetch(a,m,o)end;q() hudpaint glua