Advertisement
AALTTz

AALT's hub (v1)

Jul 24th, 2022 (edited)
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({ IntroIcon = "rbxassetid://4483345998", IntroText = "|bl4de's hub|", Icon = "rbxassetid://4483345998", Name = "bl4de's hub", HidePremium = true, SaveConfig = true, ConfigFolder = "OrionTest"})
  3.  
  4. local Tab = Window:MakeTab({
  5. Name = "Menu",
  6. Icon = "rbxassetid://4483345998",
  7. PremiumOnly = false
  8. })
  9.  
  10. Tab:AddLabel("Welcome to bl4de's epix scripts!")
  11.  
  12. Tab:AddParagraph("Finally released!","This hub has scripts and thats it.. also every script should work on any game.")
  13. Tab:AddLabel("go to games and use scripts to make people feel shitty!")
  14. Tab:AddLabel("Credit to orion. ownership xxglowgangxx150")
  15. Tab:AddLabel("Discord: https://discord.gg/BQr7dG63jS")
  16.  
  17. --------Games
  18. local Tab = Window:MakeTab({
  19. Name = "Games",
  20. Icon = "rbxassetid://4483345998",
  21. PremiumOnly = false
  22. })
  23.  
  24. local Section = Tab:AddSection({
  25. Name = "Survive Vecna"
  26. })
  27.  
  28. Tab:AddButton({
  29. Name = "TP to Vecna body",
  30. Callback = function()
  31. loadstring(game:HttpGet("https://pastebin.com/raw/0KM7y8Ui"))()
  32. print("button pressed")
  33. end
  34. })
  35.  
  36. Tab:AddButton({
  37. Name = "TP to Shop",
  38. Callback = function()
  39. loadstring(game:HttpGet("https://pastebin.com/raw/vp0Ftkam"))()
  40. print("button pressed")
  41. end
  42. })
  43.  
  44. Tab:AddButton({
  45. Name = "TP to orb 1",
  46. Callback = function()
  47. loadstring(game:HttpGet("https://pastebin.com/raw/LKzg1hi1"))()
  48. print("button pressed")
  49. end
  50. })
  51.  
  52. Tab:AddButton({
  53. Name = "TP to orb 2",
  54. Callback = function()
  55. loadstring(game:HttpGet("https://pastebin.com/raw/3316GW47"))()
  56. print("button pressed")
  57. end
  58. })
  59.  
  60. Tab:AddButton({
  61. Name = "TP to orb 3",
  62. Callback = function()
  63. loadstring(game:HttpGet("https://pastebin.com/raw/7unf7DF0"))()
  64. print("button pressed")
  65. end
  66. })
  67.  
  68. Tab:AddButton({
  69. Name = "TP to orb 4",
  70. Callback = function()
  71. loadstring(game:HttpGet("https://pastebin.com/raw/3kmhESKD"))()
  72. print("button pressed")
  73. end
  74. })
  75.  
  76. Tab:AddButton({
  77. Name = "TP to orb 5",
  78. Callback = function()
  79. loadstring(game:HttpGet("https://pastebin.com/raw/DAUBrDwQ"))()
  80. print("button pressed")
  81. end
  82. })
  83.  
  84. Tab:AddButton({
  85. Name = "ESP (universal)",
  86. Callback = function()
  87. loadstring(game:HttpGet('https://pastebin.com/raw/5wM9U00d'))()
  88. print("button pressed")
  89. end
  90. })
  91.  
  92. Tab:AddButton({
  93. Name = "Shift to Sprint (universal)",
  94. Callback = function()
  95. loadstring(game:HttpGet('https://pastebin.com/raw/htRaZ7kX'))()
  96. print("button pressed")
  97. end
  98. })
  99.  
  100. Tab:AddButton({
  101. Name = "Emotes (universal)",
  102. Callback = function()
  103. loadstring(game:HttpGet('https://pastebin.com/raw/R1MgDiRX'))()
  104. print("button pressed")
  105. end
  106. })
  107.  
  108. local Section = Tab:AddSection({
  109. Name = "Dollhouse RP"
  110. })
  111.  
  112. Tab:AddButton({
  113. Name = "Verts Hub",
  114. Callback = function()
  115. loadstring(game:HttpGet('https://pastebin.com/raw/pqW4RCt0'))()
  116. print("button pressed")
  117. end
  118. })
  119.  
  120. Tab:AddButton({
  121. Name = "Antilog",
  122. Callback = function()
  123. loadstring(game:HttpGet(('https://pastebin.com/raw/DsJ170Bz'),true))()
  124. print("button pressed")
  125. end
  126. })
  127.  
  128. local Section = Tab:AddSection({
  129. Name = "Other"
  130. })
  131.  
  132. Tab:AddButton({
  133. Name = "chathaxx",
  134. Callback = function()
  135. loadstring(game:HttpGet('https://raw.githubusercontent.com/ant-7802/--/main/straightmilk.lua'))()
  136. print("button pressed")
  137. end
  138. })
  139.  
  140. Tab:AddButton({
  141. Name = "Inf yeild + vr script",
  142. Callback = function()
  143. loadstring(game:HttpGet('https://pastebin.com/raw/gpJyU9HM'))()
  144. print("button pressed")
  145. end
  146. })
  147.  
  148. Tab:AddButton({
  149. Name = "Op mm2 hub",
  150. Callback = function()
  151. loadstring(game:HttpGet('https://raw.githubusercontent.com/xennyy/Xenny-Ware/main/loader.lua'))()
  152. print("button pressed")
  153. end
  154. })
  155.  
  156. Tab:AddButton({
  157. Name = "E to fling OP",
  158. Callback = function()
  159. loadstring(game:HttpGet('https://pastebin.com/raw/wrSzvUYa'))()
  160. print("button pressed")
  161. end
  162. })
  163.  
  164. -----------------------Player
  165. local Tab = Window:MakeTab({
  166. Name = "Player",
  167. Icon = "rbxassetid://4483345998",
  168. PremiumOnly = false
  169. })
  170.  
  171. Tab:AddSlider({
  172. Name = "Walkspeed",
  173. Min = 0,
  174. Max = 100,
  175. Default = 16,
  176. Color = Color3.fromRGB(255,255,255),
  177. Increment = 1,
  178. ValueName = "speed",
  179. Callback = function(Value)
  180. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
  181. print(Value)
  182. end
  183. })
  184.  
  185. Tab:AddSlider({
  186. Name = "Jumpheight",
  187. Min = 0,
  188. Max = 350,
  189. Default = 50,
  190. Color = Color3.fromRGB(255,255,255),
  191. Increment = 1,
  192. ValueName = "Power",
  193. Callback = function(Value)
  194. game.Players.LocalPlayer.Character.Humanoid.JumpPower = Value
  195. print(Value)
  196. end
  197. })
  198.  
  199. Tab:AddSlider({
  200. Name = "Hipheight",
  201. Min = 0,
  202. Max = 100,
  203. Default = 2,
  204. Color = Color3.fromRGB(255,255,255),
  205. Increment = 1,
  206. ValueName = "Height",
  207. Callback = function(Value)
  208. game.Players.LocalPlayer.Character.Humanoid.HipHeight = Value
  209. print(Value)
  210. end
  211. })
  212.  
  213. Tab:AddSlider({
  214. Name = "Health",
  215. Min = 0,
  216. Max = 1000,
  217. Default = 100,
  218. Color = Color3.fromRGB(255,255,255),
  219. Increment = 1,
  220. ValueName = "health",
  221. Callback = function(Value)
  222. game.Players.LocalPlayer.Character.Humanoid.Health = Value
  223. end
  224. })
  225.  
  226. OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement