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 = "key", HidePremium = false, SaveConfig = true, ConfigFolder = "key"})
- local Tab = Window:MakeTab({
- Name = "key",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- _G.Key = "xcray23"
- _G.KeyInput = "string"
- function MakeScriptHub()
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("xcray hub mini hacks", "Midnight")
- --MAIN
- local main = Window:NewTab("main")
- local mainSection = main:NewSection("main")
- mainSection:NewButton("pet sim x", "pet sim x script", function()
- getgenv().key = "projectWBIsAwesomemrcrapcrappypattt"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Muhammad6196/Project-WD/main/Main.lua"))()
- ---key from https://discord.gg/u7JNWQcgsU
- end)
- mainSection:NewButton("pet sim x 2", "pet sim x script 2", function()
- loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/jmesfo0/RobloxScripts/main/psx-jmes.lua"))()
- end)
- mainSection:NewButton("fly", "makes you fly", function()
- loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
- end)
- mainSection:NewSlider("walkspeed", "just walkspeed", 500, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- mainSection:NewSlider("jumppower", "jumppower", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
- end)
- --CHAOS
- local chaos = Window:NewTab("chaos")
- local chaosSection = chaos:NewSection("chaos")
- chaosSection:NewButton("chaos", "free gamepass", function()
- game.Players.LocalPlayer.UserId = "2205774994"
- end)
- chaosSection:NewButton("fly", "makes you fly", function()
- loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
- end)
- --MUSCULE
- local muscule = Window:NewTab("muscule")
- local musculeSection = muscule:NewSection("muscule")
- musculeSection:NewButton("muscule", "muscule script", function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/ahmadsgamer2/Script--Game/main/Muscle-Legends'),true))()
- end)
- game.StarterGui:SetCore("SendNotification", {
- Title = "sub to credit";
- Text = "subscribe to xcray"; -- what the text says (ofc)
- Duration = 10;
- })
- game.StarterGui:SetCore("SendNotification", {
- Title = "credit to script";
- Text = "credit of script internet"; -- what the text says (ofc)
- Duration = 10;
- })
- end
- function CorrectKeyNotification()
- OrionLib:MakeNotification({
- Name = "correct key",
- Content = "you have enterd the correct key",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- end
- function IncorrectKeyNotification()
- OrionLib:MakeNotification({
- Name = "incorect key",
- Content = "you have enterd the incorrect key",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- end
- OrionLib:MakeNotification({
- Name = "enter key correc",
- Content = " ",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- Tab:AddTextbox({
- Name = "enter key",
- Default = " ",
- TextDisappear = true,
- Callback = function(Value)
- _G.KeyInput = Value
- end
- })
- Tab:AddButton({
- Name = "Check key",
- Callback = function()
- if _G.KeyInput == _G.Key then
- MakeScriptHub()
- CorrectKeyNotification()
- else
- IncorrectKeyNotification()
- end
- end
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement