JannickP8

Dahood

Dec 4th, 2021 (edited)
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.32 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Ananda DaHood Script Hub by Axtra", "DarkTheme")
  3.  
  4. local Tab = Window:NewTab("Main")
  5. local Section = Tab:NewSection("Scripts")
  6. Section:NewButton("Raycodex (No Key)", "Good Script", function()
  7.     loadstring(game:GetObjects("rbxassetid://5812737894")[1].Source)()
  8. end)
  9. Section:NewButton("Faded (No Key)", "Good Script", function()
  10.    loadstring(game:HttpGet("https://raw.githubusercontent.com/NighterEpic/Faded/main/YesEpic", true))()
  11. end)
  12. Section:NewButton("Arctic (No Key - need to join the group)", "https://www.roblox.com/groups/12243982/ArcticGG#!/about", function()
  13. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/PolarWasHere/Arctic/main/Arctic"))()
  14.  
  15. end)
  16.  
  17.  
  18. local Tab = Window:NewTab("Chat")
  19. local Section = Tab:NewSection("Chat")
  20. Section:NewButton("Say ez", "ez", function()
  21. local A_1 = "ez"
  22. local A_2 = "All"
  23. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  24. Event:FireServer(A_1, A_2)
  25.  
  26. end)
  27. Section:NewButton("Say noob", "noob", function()
  28. local A_1 = "noob"
  29. local A_2 = "All"
  30. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  31. Event:FireServer(A_1, A_2)
  32.  
  33. end)
  34. Section:NewButton("Say bad", "bad", function()
  35. local A_1 = "bad"
  36. local A_2 = "All"
  37. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  38. Event:FireServer(A_1, A_2)
  39.  
  40. end)
  41. Section:NewButton("Say bruh", "bruh", function()
  42. local A_1 = "bruh"
  43. local A_2 = "All"
  44. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  45. Event:FireServer(A_1, A_2)
  46.  
  47. end)
  48. Section:NewButton("Say xd", "xd", function()
  49. local A_1 = "xd"
  50. local A_2 = "All"
  51. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  52. Event:FireServer(A_1, A_2)
  53.  
  54. end)
  55. Section:NewButton("Say .", ".", function()
  56. local A_1 = "."
  57. local A_2 = "All"
  58. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  59. Event:FireServer(A_1, A_2)
  60.  
  61. end)
  62. Section:NewButton("Say random", "random", function()
  63. local A_1 = "random"
  64. local A_2 = "All"
  65. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  66. Event:FireServer(A_1, A_2)
  67.  
  68. end)
  69. Section:NewButton("Say bet", "bet", function()
  70. local A_1 = "bet"
  71. local A_2 = "All"
  72. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  73. Event:FireServer(A_1, A_2)
  74.  
  75. end)
  76. Section:NewButton("Say bc pizza", "bc pizza", function()
  77. local A_1 = "bc pizza"
  78. local A_2 = "All"
  79. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  80. Event:FireServer(A_1, A_2)
  81.  
  82. end)
  83. Section:NewButton("Say shut up", "shut up", function()
  84. local A_1 = "shut up"
  85. local A_2 = "All"
  86. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  87. Event:FireServer(A_1, A_2)
  88.  
  89. end)
  90.  
  91.  
  92.  
  93. local Tab = Window:NewTab("Credits")
  94. local Section = Tab:NewSection("Credits")
  95. Section:NewLabel("Code: Jannick")
  96. Section:NewLabel("Design: Jannick")
  97. Section:NewLabel("Ui library: https://xheptcofficial.gitbook.io/kavo-library/")
  98.  
  99.  
Add Comment
Please, Sign In to add comment