Advertisement
Jassir_23

Bhus

Jan 7th, 2023
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2.  
  3. local Window = OrionLib:MakeWindow({Name = "key", HidePremium = false, SaveConfig = true, ConfigFolder = "key"})
  4.  
  5. local Tab = Window:MakeTab({
  6. Name = "key",
  7. Icon = "rbxassetid://4483345998",
  8. PremiumOnly = false
  9. })
  10.  
  11. _G.Key = "xcray23"
  12. _G.KeyInput = "string"
  13.  
  14. function MakeScriptHub()
  15. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  16. local Window = Library.CreateLib("xcray hub mini hacks", "Midnight")
  17. --MAIN
  18.  
  19. local main = Window:NewTab("main")
  20. local mainSection = main:NewSection("main")
  21.  
  22.  
  23. mainSection:NewButton("pet sim x", "pet sim x script", function()
  24. getgenv().key = "projectWBIsAwesomemrcrapcrappypattt"
  25. loadstring(game:HttpGet("https://raw.githubusercontent.com/Muhammad6196/Project-WD/main/Main.lua"))()
  26. ---key from https://discord.gg/u7JNWQcgsU
  27. end)
  28.  
  29. mainSection:NewButton("pet sim x 2", "pet sim x script 2", function()
  30. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/jmesfo0/RobloxScripts/main/psx-jmes.lua"))()
  31. end)
  32.  
  33. mainSection:NewButton("fly", "makes you fly", function()
  34. 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")()
  35. end)
  36.  
  37. mainSection:NewSlider("walkspeed", "just walkspeed", 500, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
  38. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  39. end)
  40.  
  41. mainSection:NewSlider("jumppower", "jumppower", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  42. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  43. end)
  44. --CHAOS
  45.  
  46. local chaos = Window:NewTab("chaos")
  47. local chaosSection = chaos:NewSection("chaos")
  48.  
  49. chaosSection:NewButton("chaos", "free gamepass", function()
  50. game.Players.LocalPlayer.UserId = "2205774994"
  51. end)
  52.  
  53. chaosSection:NewButton("fly", "makes you fly", function()
  54. 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")()
  55. end)
  56. --MUSCULE
  57.  
  58. local muscule = Window:NewTab("muscule")
  59. local musculeSection = muscule:NewSection("muscule")
  60.  
  61. musculeSection:NewButton("muscule", "muscule script", function()
  62. loadstring(game:HttpGet(('https://raw.githubusercontent.com/ahmadsgamer2/Script--Game/main/Muscle-Legends'),true))()
  63. end)
  64.  
  65. game.StarterGui:SetCore("SendNotification", {
  66. Title = "sub to credit";
  67. Text = "subscribe to xcray"; -- what the text says (ofc)
  68. Duration = 10;
  69. })
  70.  
  71. game.StarterGui:SetCore("SendNotification", {
  72. Title = "credit to script";
  73. Text = "credit of script internet"; -- what the text says (ofc)
  74. Duration = 10;
  75. })
  76. end
  77.  
  78. function CorrectKeyNotification()
  79. OrionLib:MakeNotification({
  80. Name = "correct key",
  81. Content = "you have enterd the correct key",
  82. Image = "rbxassetid://4483345998",
  83. Time = 5
  84. })
  85. end
  86.  
  87. function IncorrectKeyNotification()
  88. OrionLib:MakeNotification({
  89. Name = "incorect key",
  90. Content = "you have enterd the incorrect key",
  91. Image = "rbxassetid://4483345998",
  92. Time = 5
  93. })
  94. end
  95.  
  96. OrionLib:MakeNotification({
  97. Name = "enter key correc",
  98. Content = " ",
  99. Image = "rbxassetid://4483345998",
  100. Time = 5
  101. })
  102.  
  103. Tab:AddTextbox({
  104. Name = "enter key",
  105. Default = " ",
  106. TextDisappear = true,
  107. Callback = function(Value)
  108. _G.KeyInput = Value
  109. end
  110. })
  111.  
  112. Tab:AddButton({
  113. Name = "Check key",
  114. Callback = function()
  115. if _G.KeyInput == _G.Key then
  116. MakeScriptHub()
  117. CorrectKeyNotification()
  118. else
  119. IncorrectKeyNotification()
  120. end
  121. end
  122. })
  123.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement