Advertisement
Guest User

Jevil's Orion Library V2

a guest
Mar 31st, 2023
459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.33 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 System", HidePremium = false, SaveConfig = true, IntroText = "Key System"})
  4.  
  5. OrionLib:MakeNotification({
  6. Name = "Logged in!",
  7. Content = "You are logged in!",
  8. Image = "rbxassetid://4483345998",
  9. Time = 5
  10. })
  11.  
  12. _G.Key = "#72727353-917166354-192863645"
  13. _G.KeyInput = "string"
  14.  
  15. function MakeScriptHub()
  16. local Window = OrionLib:MakeWindow({Name = "Jevil's Orion UI library v1", HidePremium = false, SaveConfig = true, IntroText = "Welcome!"})
  17. local Tab = Window:MakeTab({
  18. Name = "Blox Fruits",
  19. Icon = "rbxassetid://4483345998",
  20. PremiumOnly = false
  21. })
  22. local Section = Tab:AddSection({
  23. Name = "Script's"
  24. })
  25. Tab:AddButton({
  26. Name = "Zamex Hub",
  27. Callback = function()
  28. loadstring(game:HttpGet('https://raw.githubusercontent.com/Sixnumz/ZamexMobile/main/Zamex_Mobile.lua'))()
  29. print("Executed")
  30. end
  31. })
  32. Tab:AddButton({
  33. Name = "Uranium Hub",
  34. Callback = function()
  35. loadstring(game:HttpGet("https://raw.githubusercontent.com/Augustzyzx/UraniumMobile/main/UraniumKak.lua"))()
  36. print("Executed")
  37. end
  38. })
  39. Tab:AddButton({
  40. Name = "BLCK Hub",
  41. Callback = function()
  42. loadstring(game:HttpGet("https://raw.githubusercontent.com/1f0yt/community/main/BLCK"))()
  43. print("Executed")
  44. end
  45. })
  46. local Tab = Window:MakeTab({
  47. Name = "Doors",
  48. Icon = "rbxassetid://4483345998",
  49. PremiumOnly = false
  50. })
  51. local Section = Tab:AddSection({
  52. Name = "Scripts"
  53. })
  54. Tab:AddButton({
  55. Name = "Doors Hardcore",
  56. Callback = function()
  57. loadstring(game:HttpGet("https://pastebin.com/raw/e1rt2w6N"))()
  58. print("Executed")
  59. end
  60. })
  61. Tab:AddButton({
  62. Name = "PoopDoors",
  63. Callback = function()
  64. loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/doorsdone.lua"))()
  65. print("Executed")
  66. end
  67. })
  68. Tab:AddButton({
  69. Name = "Nerd -- The Rooms (doors)",
  70. Callback = function()
  71. -- Made By Nerd
  72. -- Youtube = https://www.youtube.com/@MrNeRD_x
  73. loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/doorsroomdone.lua"))()
  74. print("Executed")
  75. end
  76. })
  77. Tab:AddButton({
  78. Name = "Nerd Doors v3~",
  79. Callback = function()
  80. -- Made By Nerd
  81. -- Youtube = https://www.youtube.com/@MrNeRD_x
  82. loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/DoorsV3_ByNerd.lua"))()
  83. print("Executed")
  84. end
  85. })
  86. Tab:AddButton({
  87. Name = "NoClip + Bypasser | KeyBind Is J |",
  88. Callback = function()
  89. loadstring(game:HttpGet("https://pastebin.com/raw/EUjYk2uA"))()
  90. print("Executed")
  91. end
  92. })
  93. Tab:AddButton({
  94. Name = "Custom Vitamins",
  95. Callback = function()
  96. getgenv().CustomVitamins = {
  97. SpeedBoost = 7,
  98. EffectDuration = 25
  99. }
  100. loadstring(game:HttpGet("https://pastebin.com/raw/qH9PEhfQ"))()
  101. print("Executed")
  102. end
  103. })
  104. Tab:AddButton({
  105. Name = "Scanner/Tablet",
  106. Callback = function()
  107. _G.UpdateStars = true -- stars disappear after picking up a book/breaker pole | false: a little lag
  108. _G.OnShop = true -- can buy on pre run shop
  109. _G.Price = 1000 -- tablet price on shop
  110. _G.Description = "this can locate stuff like breaker's, key's, lever's."
  111.  
  112. loadstring(game:HttpGet('https://raw.githubusercontent.com/DeividComSono/Scripts/main/Scanner.lua'))()
  113. print("Executed")
  114. end
  115. })
  116. Tab:AddButton({
  117. Name = "Crusifix on Anything",
  118. Callback = function()
  119. _G.Uses = 1000000
  120. _G.Range = 200
  121. _G.OnAnything = true
  122. _G.Fail = false
  123. loadstring(game:HttpGet('https://raw.githubusercontent.com/PenguinManiack/Crucifix/main/Crucifix.lua'))()
  124. print("Executed")
  125. end
  126. })
  127. Tab:AddButton({
  128. Name = "Shears on Objects",
  129. Callback = function()
  130. local Tool = game:GetObjects("rbxassetid://12685165702")[1]
  131. local Humanoid = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  132. local Sound = Instance.new("Sound")
  133.  
  134. Tool.Parent = game.Players.LocalPlayer.Backpack
  135.  
  136. Sound.PlaybackSpeed = 1.25
  137. Sound.SoundId = "rbxassetid://9118823101"
  138. Sound.Parent = Tool
  139.  
  140. Tool.Activated:Connect(function()
  141. local Use = Tool.Animations.use
  142. local UseTrack = Humanoid:LoadAnimation(Use)
  143.  
  144. UseTrack:Play()
  145. Sound:Play()
  146. wait(0.25)
  147. Sound:Play()
  148. game:GetService("Players").LocalPlayer:GetMouse().Target:FindFirstAncestorOfClass("Model"):Destroy()
  149. end)
  150.  
  151. Tool.Equipped:Connect(function()
  152. local Idle = Tool.Animations.idle
  153. local IdleTrack = Humanoid:LoadAnimation(Idle)
  154.  
  155. IdleTrack:Play()
  156. end)
  157. Tool.Unequipped:Connect(function()
  158. for _,anim in pairs(Humanoid.Animator:GetPlayingAnimationTracks()) do
  159. anim:Stop()
  160. end
  161. end)
  162. print("Executed")
  163. end
  164. })
  165. local Tab = Window:MakeTab({
  166. Name = "Main Script's",
  167. Icon = "rbxassetid://4483345998",
  168. PremiumOnly = false
  169. })
  170. local Section = Tab:AddSection({
  171. Name = "Script's"
  172. })
  173. Tab:AddButton({
  174. Name = "Infinite Yield",
  175. Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  176. print("Executed")
  177. end
  178. })
  179. Tab:AddButton({
  180. Name = "DarkDex",
  181. Callback = function()
  182. loadstring(game:HttpGet("https://raw.githubusercontent.com/JevilOhio/dark-dex-v4/main/Dark%20dex%20v4"))()
  183. print("Executed")
  184. end
  185. })
  186. Tab:AddButton({
  187. Name = "No Clip GUI",
  188. Callback = function()
  189. loadstring(game:HttpGet("https://raw.githubusercontent.com/MaksBloxX/NoClipScript/main/NoClip%20Roblox", true))()
  190. print("Executed")
  191. end
  192. })
  193. Tab:AddButton({
  194. Name = "Fly GUI",
  195. Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/MaksBloxX/NoClipScript/main/Fly%20V3", true))()
  196. print("Executed")
  197. end
  198. })
  199. Tab:AddButton({
  200. Name = "Virtual Keyboard",
  201. Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt"))()
  202. print("Executed")
  203. end
  204. })
  205. Tab:AddButton({
  206. Name = "Aimbot GUI",
  207. Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/1Gp9c57U"))()
  208. print("Executed")
  209. end
  210. })
  211. Tab:AddButton({
  212. Name = "Remote Spy",
  213. Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/master/SimpleSpy.lua"))()
  214. print("Executed")
  215. end
  216. })
  217. end
  218.  
  219. function CorrectKeyNotification()
  220. OrionLib:MakeNotification({
  221. Name = "Correct Key!",
  222. Content = "You Have Entered The Correct Key!",
  223. Image = "rbxassetid://4483345998",
  224. Time = 5
  225. })
  226. end
  227.  
  228. function IncorrectKeyNotification()
  229. OrionLib:MakeNotification({
  230. Name = "Incorrect Key!",
  231. Content = "You Have Entered The Incorrect Key!",
  232. Image = "rbxassetid://4483345998",
  233. Time = 5
  234. })
  235. end
  236.  
  237. local Tab = Window:MakeTab({
  238. Name = "Key",
  239. Icon = "rbxassetid://4483345998",
  240. PremiumOnly = false
  241. })
  242.  
  243. Tab:AddTextbox({
  244. Name = "Enter Key",
  245. Default = "Enter Key",
  246. TextDisappear = true,
  247. Callback = function(Value)
  248. _G.KeyInput = Value
  249. end
  250. })
  251.  
  252. Tab:AddButton({
  253. Name = "Check Key",
  254. Callback = function()
  255. if _G.KeyInput == _G.Key then
  256. MakeScriptHub()
  257. CorrectKeyNotification()
  258. else
  259. IncorrectKeyNotification()
  260. end
  261. end
  262. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement