Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScriptList = {
- {
- Name = "The Mimic Book 2 Chapter 2",
- Link = "https://raw.githubusercontent.com/3345-c-a-t-s-u-s/mimic/main/Book_2_Chapter_2_New_Code_.lua"
- },
- {
- Name = "Bee Swarm Simulator",
- Link = "https://raw.githubusercontent.com/3345-c-a-t-s-u-s/Others/main/Bee_Swarm_Simulator.lua"
- },
- {
- Name = "Nightmare Circus Script [Remake]",
- Link = "https://raw.githubusercontent.com/3345-c-a-t-s-u-s/SourceLua/main/Curcus.lua"
- },
- {
- Name = "Evade [Beta]",
- Link = "https://raw.githubusercontent.com/3345-c-a-t-s-u-s/SourceLua/main/Evade.lua"
- },
- {
- Name = "Auto Combo [Beta | Free Source]",
- Link = "https://pastebin.com/raw/wY45Wr0d"
- },
- {
- Name = "Kaiju Paradise",
- Link = "https://pastebin.com/raw/Lfz7TxRA"
- },
- {
- Name = "Build A Boat For Treasure",
- Link = "https://pastebin.com/raw/cyL5Mkvw"
- },
- {
- Name = "Nico Nextbots",
- Link = "https://pastebin.com/raw/rgC50pkb"
- },
- {
- Name = "Your Bizarre Adventure",
- Link = "https://pastebin.com/raw/Tgwvdx9Y"
- },
- {
- Name = "The Mimic Book 1",
- Link = "https://pastebin.com/raw/YnKBqeRb"
- },
- {
- Name = "Blade Ball v7.5",
- Link = "https://pastebin.com/raw/W3QkAFRn"
- },
- {
- Name = "Blade Ball Beta",
- Link = "https://raw.githubusercontent.com/3345-c-a-t-s-u-s/-beta-/main/AutoParry.lua"
- },
- }
- local UI_Lib = loadstring(game:HttpGet("https://pastebin.com/raw/Z3aePWsD"))()
- local UI = UI_Lib:new("Bedol Hub","all Scripts From Bedol Hub!")
- for i,v in ipairs(ScriptList) do
- UI(v.Name,v.Link)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement