Advertisement
CAT_SUS

pad

Aug 6th, 2023 (edited)
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. local ScriptList = {
  2. {
  3. Name = "The Mimic Book 2 Chapter 2",
  4. Link = "https://raw.githubusercontent.com/3345-c-a-t-s-u-s/mimic/main/Book_2_Chapter_2_New_Code_.lua"
  5. },
  6. {
  7. Name = "Bee Swarm Simulator",
  8. Link = "https://raw.githubusercontent.com/3345-c-a-t-s-u-s/Others/main/Bee_Swarm_Simulator.lua"
  9. },
  10. {
  11. Name = "Nightmare Circus Script [Remake]",
  12. Link = "https://raw.githubusercontent.com/3345-c-a-t-s-u-s/SourceLua/main/Curcus.lua"
  13. },
  14. {
  15. Name = "Evade [Beta]",
  16. Link = "https://raw.githubusercontent.com/3345-c-a-t-s-u-s/SourceLua/main/Evade.lua"
  17. },
  18. {
  19. Name = "Auto Combo [Beta | Free Source]",
  20. Link = "https://pastebin.com/raw/wY45Wr0d"
  21. },
  22. {
  23. Name = "Kaiju Paradise",
  24. Link = "https://pastebin.com/raw/Lfz7TxRA"
  25. },
  26. {
  27. Name = "Build A Boat For Treasure",
  28. Link = "https://pastebin.com/raw/cyL5Mkvw"
  29. },
  30. {
  31. Name = "Nico Nextbots",
  32. Link = "https://pastebin.com/raw/rgC50pkb"
  33. },
  34. {
  35. Name = "Your Bizarre Adventure",
  36. Link = "https://pastebin.com/raw/Tgwvdx9Y"
  37. },
  38. {
  39. Name = "The Mimic Book 1",
  40. Link = "https://pastebin.com/raw/YnKBqeRb"
  41. },
  42. {
  43. Name = "Blade Ball v7.5",
  44. Link = "https://pastebin.com/raw/W3QkAFRn"
  45. },
  46. {
  47. Name = "Blade Ball Beta",
  48. Link = "https://raw.githubusercontent.com/3345-c-a-t-s-u-s/-beta-/main/AutoParry.lua"
  49. },
  50. }
  51.  
  52. local UI_Lib = loadstring(game:HttpGet("https://pastebin.com/raw/Z3aePWsD"))()
  53. local UI = UI_Lib:new("Bedol Hub","all Scripts From Bedol Hub!")
  54.  
  55. for i,v in ipairs(ScriptList) do
  56. UI(v.Name,v.Link)
  57. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement