Eshaanopn

Untitled

Aug 19th, 2023
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 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 = "Doors hub by eshaanopn", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  4.  
  5. local Tab = Window:MakeTab({
  6. Name = "Dom hub",
  7. Icon = "rbxassetid://4483345998",
  8. PremiumOnly = false
  9. })
  10.  
  11. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  12.  
  13. local Window = OrionLib:MakeWindow({Name = "Doors hub by eshaanopn", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  14.  
  15. local Tab = Window:MakeTab({
  16. Name = "The main tab",
  17. Icon = "rbxassetid://4483345998",
  18. PremiumOnly = false
  19. })
  20.  
  21. local Section = Tab:AddSection({
  22. Name = "Hope u enjoy"
  23. })
  24.  
  25. OrionLib:MakeNotification({
  26. Name = "Credits to eshaanopn",
  27. Content = "And infernus for some extra things",
  28. Image = "rbxassetid://4483345998",
  29. Time = 5
  30. })
  31.  
  32. Tab:AddButton({
  33. Name = "Bobhub not by me",
  34. Callback = function()
  35. loadstring(game:HttpGet("https://raw.githubusercontent.com/KINGHUB01/BlackKing-obf/main/Doors%20Blackking%20And%20BobHub"))()
  36. print("button pressed")
  37. end
  38. })
  39.  
  40. Tab:AddButton({
  41. Name = "Crucfix on real entitys",
  42. Callback = function()
  43. _G.Uses = 1000
  44. _G.Range = 20
  45. loadstring(game:HttpGet('https://raw.githubusercontent.com/CloneNikita/CrucifixStuff/main/CrucifixOnReal.lua'))()
  46. print("button pressed")
  47. end
  48. })
  49.  
  50. Tab:AddButton({
  51. Name = "Vitamins 5 times (execute in shop)" ,
  52. Callback = function()
  53. local item = "Vitamins" -- Name of item to multiple buy. Lighter, Flashlight, Lockpick, Vitamins
  54. local giveitems = 5 -- How many times buy selected item
  55.  
  56.  
  57. --// DONT TOUCH
  58. local args = {}
  59. local e = 1
  60. repeat
  61. table.insert(args, e, item)
  62. e += 1
  63. until e > giveitems
  64. game:GetService("ReplicatedStorage").EntityInfo.PreRunShop:FireServer({unpack(args)})
  65. print("button pressed")
  66. end
  67. })
  68.  
  69. Tab:AddButton({
  70. Name = "Lighter 5 times (execute in shop)",
  71. Callback = function()
  72. local item = "Lighter" -- Name of item to multiple buy. Lighter, Flashlight, Lockpick, Vitamins
  73. local giveitems = 5 -- How many times buy selected item
  74.  
  75.  
  76. --// DONT TOUCH
  77. local args = {}
  78. local e = 1
  79. repeat
  80. table.insert(args, e, item)
  81. e += 1
  82. until e > giveitems
  83. game:GetService("ReplicatedStorage").EntityInfo.PreRunShop:FireServer({unpack(args)})
  84. print("button pressed")
  85. end
  86. })
  87.  
  88. Tab:AddButton({
  89. Name = "Same but with flashlight",
  90. Callback = function()
  91. local item = "Flashlight" -- Name of item to multiple buy. Lighter, Flashlight, Lockpick, Vitamins
  92. local giveitems = 5 -- How many times buy selected item
  93.  
  94.  
  95. --// DONT TOUCH
  96. local args = {}
  97. local e = 1
  98. repeat
  99. table.insert(args, e, item)
  100. e += 1
  101. until e > giveitems
  102. game:GetService("ReplicatedStorage").EntityInfo.PreRunShop:FireServer({unpack(args)})
  103. print("button pressed")
  104. end
  105. })
  106.  
  107. Tab:AddButton({
  108. Name = "Crucfix on anything script by PenguinManiack",
  109. Callback = function()
  110. _G.Uses = 875432984326598432765984326598432562
  111. _G.Range = 10000000
  112. _G.OnAnything = true
  113. _G.Fail = false
  114. loadstring(game:HttpGet("https://raw.githubusercontent.com/PenguinManiack/Crucifix/main/Crucifix.lua"))()
  115. print("button pressed")
  116. end
  117. })
  118.  
  119. Tab:AddButton({
  120. Name = "FE animation script and emotes script not by me",
  121. Callback = function()
  122. loadstring(game:HttpGet('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/UniversalDance-AnimGui.lua'))()
  123. print("button pressed")
  124. end
  125. })
  126.  
  127. local Tab = Window:MakeTab({
  128. Name = "Entity spawner",
  129. Icon = "rbxassetid://4483345998",
  130. PremiumOnly = false
  131. })
  132.  
  133. Tab:AddButton({
  134. Name = "Spawn Obama",
  135. Callback = function()
  136. local Spawner = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors%20Entity%20Spawner/Source.lua"))()
  137.  
  138.  
  139. -- Create entity
  140. local entityTable = Spawner.createEntity({
  141. CustomName = "Template Entity", -- Custom name of your entity
  142. Model = "rbxassetid://5215347", -- Can be GitHub file or rbxassetid
  143. Speed = 100, -- Percentage, 100 = default Rush speed
  144. DelayTime = 2, -- Time before starting cycles (seconds)
  145. HeightOffset = 0,
  146. CanKill = false,
  147. KillRange = 50,
  148. BackwardsMovement = false,
  149. BreakLights = true,
  150. FlickerLights = {
  151. true, -- Enabled/Disabled
  152. 1, -- Time (seconds)
  153. },
  154. Cycles = {
  155. Min = 1,
  156. Max = 4,
  157. WaitTime = 2,
  158. },
  159. CamShake = {
  160. true,
Advertisement
Add Comment
Please, Sign In to add comment