Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/shlexware/Orion/main/source"))()
- local Window = OrionLib:MakeWindow({
- Name = "Scripts V2 By DenDenZ",
- HidePremium = false,
- IntroText = "Confirmed",
- SaveConfig = false,
- ConfigFolder = "OrionTest"
- })
- -- tabs
- local IMPTab = Window:MakeTab({ Name = "Important", Icon = nil, PremiumOnly = false })
- local BFTab = Window:MakeTab({ Name = "Blox Fruits", Icon = nil, PremiumOnly = false })
- local BBTab = Window:MakeTab({ Name = "Blade Ball", Icon = nil, PremiumOnly = false })
- local AWSTab = Window:MakeTab({ Name = "Arm Wrestle Simulator", Icon = nil, PremiumOnly = false })
- local ACSTab = Window:MakeTab({ Name = "Anime Champions Simulator", Icon = nil, PremiumOnly = false })
- local HPTab = Window:MakeTab({ Name = "Haze Piece", Icon = nil, PremiumOnly = false })
- local YBATab = Window:MakeTab({ Name = "Your Bizarre Adventure", Icon = nil, PremiumOnly = false })
- -- Buttons
- IMPTab:AddButton({
- Name = "Guardian",
- Callback = function()
- guardian()
- end
- })
- IMPTab:AddButton({
- Name = "Discord Server",
- Callback = function()
- -- Replace these URLs with your Discord and YouTube links
- local discordLink = "https://discord.com/invite/aVehscpKJK"
- function openURL(url)
- local command
- if os.getenv("OS") == "Windows_NT" then
- command = "start " .. url
- elseif os.getenv("HOME") then
- command = "xdg-open " .. url
- else
- command = "open " .. url
- end
- os.execute(command)
- end
- IMPTab:AddButton({
- Name = "YouTube",
- Callback = function()
- -- Replace these URLs with your Discord and YouTube links
- local youtubeLink = "https://youtube.com/@DenDenZZZ?si=NVDPLp7I-GddUJ4T"
- function openURL(url)
- local command
- if os.getenv("OS") == "Windows_NT" then
- command = "start " .. url
- elseif os.getenv("HOME") then
- command = "xdg-open " .. url
- else
- command = "open " .. url
- end
- os.execute(command)
- end
- openURL(youtubeLink)
- end
- })
- -- Blox Fruits
- local BFNKSection = BFTab:AddSection({ Name = "Keyless :" })
- BFTab:AddButton({
- Name = "Mtriet",
- Callback = function()
- mtrietbloxfruits()
- end
- })
- BFTab:AddButton({
- Name = "Mukuru",
- Callback = function()
- mukurubloxfruits()
- end
- })
- BFTab:AddButton({
- Name = "Fai Fao V1",
- Callback = function()
- faifaov1()
- end
- })
- BFTab:AddButton({
- Name = "Fai Fao V2",
- Callback = function()
- faifaov2()
- end
- })
- BFTab:AddButton({
- Name = "Domidic",
- Callback = function()
- doombloxfruits()
- end
- })
- BFTab:AddButton({
- Name = "Master",
- Callback = function()
- masterbloxfruits()
- end
- })
- BFTab:AddButton({
- Name = "Vector",
- Callback = function()
- vectorbloxfruits()
- end
- })
- -- Blade Ball
- local BBNKSection = BBTab:AddSection({ Name = "Keyless :" })
- BBTab:AddButton({
- Name = "Raven B4",
- Callback = function()
- ravenb4()
- end
- })
- BBTab:AddButton({
- Name = "MysticWare",
- Callback = function()
- mysticware()
- end
- })
- BBTab:AddButton({
- Name = "Xynox",
- Callback = function()
- xnoxbladeball()
- end
- })
- -- Anime Champions
- local ACSNKSection = ACSTab:AddSection({ Name = "Keyless :" })
- ACSTab:AddButton({
- Name = "Kryztosff",
- Callback = function()
- acs()
- end
- })
- local ACSNKSection = ACSTab:AddSection({ Name = "Need Key :" })
- ACSTab:AddButton({
- Name = "Banana",
- Callback = function()
- bananahub()
- end
- })
- -- Arm Wrestle
- local Section = AWSTab:AddSection({ Name = "Need Key :" })
- AWSTab:AddButton({
- Name = "Tuff",
- Callback = function()
- tuffhub()
- end
- })
- AWSTab:AddButton({
- Name = "LDS",
- Callback = function()
- ldshub()
- end
- })
- AWSTab:AddButton({
- Name = "Spirit",
- Callback = function()
- spirithub()
- end
- })
- -- Haze Piece
- local Section = HPTab:AddSection({ Name = "Need Key :" })
- HPTab:AddButton({
- Name = "Hyper",
- Callback = function()
- hyperhazepiece()
- end
- })
- -- YBA
- local Section = YBATab:AddSection({ Name = "Keyless :" })
- YBATab:AddButton({
- Name = "YBA cuz yes",
- Callback = function()
- ybacuzyesyourbizzareadventure()
- end
- })
- YBATab:AddButton({
- Name = "YBA sucks ass",
- Callback = function()
- ybasucksassyourbizzareadventure()
- end
- })
- YBATab:AddButton({
- Name = "Bitch Boy V3",
- Callback = function()
- bitchboyyourbizzareadventure()
- end
- })
- -- functions
- function guardian()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/DenDenZYT/ScriptCollectionKeyless/main/DenDenZ%20Guardian"))()
- end
- -- Blox Fruits
- function faifaov1()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/PNguyen0199/Script/main/Fai-Fao.lua"))()
- end
- function faifaov2()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/PNguyen0199/Script/main/Fai-Fao-Ver2.lua"))()
- end
- function doombloxfruits()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Domadicoof/Domadicoof/main/Domadichub/NottoGay/Start.ranscript"))()
- end
- function speedbloxfruits()
- loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/ahmadsgamer2/Script--Game/main/Script%20Game"))()
- end
- function masterbloxfruits()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/onepicesenpai/onepicesenpai/main/onichanokaka"))()
- end
- function mtrietbloxfruits()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Minhtriettt/Free-Script/main/MTriet-Hub.lua"))()
- end
- function vectorbloxfruits()
- _G.Mode = "English"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Tuxoz/VectorHub/main/MBPC"))()
- end
- function hohobloxfruits()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI"))()
- end
- function mukurubloxfruits()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/xQuartyx/DonateMe/main/OldBf"))()
- end
- -- Bladeball
- function ravenb4()
- loadstring(game:HttpGet("https://pastebin.com/raw/DzAdmNq1"))()
- end
- function mysticware()
- loadstring(game:HttpGet("https://scriptblox.com/raw/UPD-Blade-Ball-Raven-B4-MYSTIC-WARE-CONFIG-9378"))()
- end
- function xnoxbladeball()
- loadstring(game:HttpGet("https://paste.gg/p/anonymous/42c468c6f0d94d6a86fc90caf7f0e897/files/9d3a059ff4064dc0b9efe621c774d175/raw"))()
- end
- -- acs
- function acs()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/KrzysztofHub/Games/main/AnimeChampionsSimulator.lua"))()
- end
- function bananahub()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/diepedyt/bui/main/temporynewkeysystem.lua"))()
- end
- -- aws
- function spirithub()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Spirit-Softworks/Spirit-Hub-Main/main/Loader.lua"))()
- end
- function ldshub()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/limaspeedy/limaspeedy/main/HubLDS"))()
- end
- function tuffhub()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ThisIsTuff/ArmWrestleSim/main/ArmWrestleSim.lua"))()
- end
- function hyperhazepiece()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/DookDekDEE/All-Script/main/hp.lua"))()
- end
- -- yba
- function ybacuzyesyourbizzareadventure()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/NukeVsCity/hackscript123/main/gui"))()
- end
- function ybasucksassyourbizzareadventure()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Tobias020108Back/YBA-AUT/main/YBA-GUI-Rewrite.lua"))()
- end
- function bitchboyyourbizzareadventure()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/zakater5/LuaRepo/main/YBA/v3.lua"))()
- end
- OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement