Advertisement
AALTTz

bl4de's hub

Oct 5th, 2022
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.91 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. --Tabs--
  5.  
  6. local Tab = Window:MakeTab({
  7. Name = "r15 Animations",
  8. Icon = "rbxassetid://4483345998",
  9. PremiumOnly = false
  10. })
  11. --sections--
  12. local Section = Tab:AddSection({
  13. Name = "R15"
  14. })
  15.  
  16. Tab:AddButton({
  17. Name = "r15 animation script",
  18. Callback = function()
  19. loadstring(game:HttpGet('https://raw.githubusercontent.com/kuragalol/r15/main/reanimation'))()
  20. end
  21. })
  22. Tab:AddLabel("Animations")
  23. Tab:AddLabel("11171147085 -sad sitting static (means no movement)")
  24. Tab:AddLabel("11173262427 -sad sit animated make sure hipheight is 2.4")
  25. Tab:AddLabel("11173336025 -same thing but without the leg fall")
  26. Tab:AddLabel("11174273368 -sad ledge sit crying")
  27. Tab:AddLabel("11174672012 -horrible leaning tree")
  28. Tab:AddLabel("11175386260 -Tree Sit")
  29. Tab:AddLabel("11175165552 -ledge lay static")
  30. Tab:AddLabel("11175265829 -fake ahh korblox")
  31. Tab:AddLabel("11174954005 -laying in the grass")
  32. Tab:AddLabel("11175679393 -Crying")
  33.  
  34. local Tab = Window:MakeTab({
  35. Name = "Games",
  36. Icon = "rbxassetid://4483345998",
  37. PremiumOnly = false
  38. })
  39.  
  40. local Section = Tab:AddSection({
  41. Name = "Survive Vecna"
  42. })
  43.  
  44. Tab:AddButton({
  45. Name = "TP to Vecna body",
  46. Callback = function()
  47. loadstring(game:HttpGet("https://pastebin.com/raw/0KM7y8Ui"))()
  48. print("button pressed")
  49. end
  50. })
  51.  
  52. Tab:AddButton({
  53. Name = "TP to Shop",
  54. Callback = function()
  55. loadstring(game:HttpGet("https://pastebin.com/raw/vp0Ftkam"))()
  56. print("button pressed")
  57. end
  58. })
  59.  
  60. Tab:AddButton({
  61. Name = "TP to orb 1",
  62. Callback = function()
  63. loadstring(game:HttpGet("https://pastebin.com/raw/LKzg1hi1"))()
  64. print("button pressed")
  65. end
  66. })
  67.  
  68. Tab:AddButton({
  69. Name = "TP to orb 2",
  70. Callback = function()
  71. loadstring(game:HttpGet("https://pastebin.com/raw/3316GW47"))()
  72. print("button pressed")
  73. end
  74. })
  75.  
  76. Tab:AddButton({
  77. Name = "TP to orb 3",
  78. Callback = function()
  79. loadstring(game:HttpGet("https://pastebin.com/raw/7unf7DF0"))()
  80. print("button pressed")
  81. end
  82. })
  83.  
  84. Tab:AddButton({
  85. Name = "TP to orb 4",
  86. Callback = function()
  87. loadstring(game:HttpGet("https://pastebin.com/raw/3kmhESKD"))()
  88. print("button pressed")
  89. end
  90. })
  91.  
  92. Tab:AddButton({
  93. Name = "TP to orb 5",
  94. Callback = function()
  95. loadstring(game:HttpGet("https://pastebin.com/raw/DAUBrDwQ"))()
  96. print("button pressed")
  97. end
  98. })
  99.  
  100. Tab:AddButton({
  101. Name = "ESP (universal)",
  102. Callback = function()
  103. loadstring(game:HttpGet('https://pastebin.com/raw/5wM9U00d'))()
  104. print("button pressed")
  105. end
  106. })
  107.  
  108. Tab:AddButton({
  109. Name = "Shift to Sprint (universal)",
  110. Callback = function()
  111. loadstring(game:HttpGet('https://pastebin.com/raw/htRaZ7kX'))()
  112. print("button pressed")
  113. end
  114. })
  115.  
  116. Tab:AddButton({
  117. Name = "Emotes (universal)",
  118. Callback = function()
  119. loadstring(game:HttpGet('https://pastebin.com/raw/R1MgDiRX'))()
  120. print("button pressed")
  121. end
  122. })
  123.  
  124. local Section = Tab:AddSection({
  125. Name = "Dollhouse RP"
  126. })
  127.  
  128. Tab:AddButton({
  129. Name = "Verts Hub",
  130. Callback = function()
  131. loadstring(game:HttpGet('https://pastebin.com/raw/pqW4RCt0'))()
  132. print("button pressed")
  133. end
  134. })
  135. Tab:AddButton({
  136. Name = "Dollhouse coins",
  137. Callback = function()
  138. loadstring(game:HttpGet('https://pastebin.com/raw/nvHMuQBU'))()
  139. end
  140. })
  141. Tab:AddLabel("Press the Dollhouse Coins when the coin gui is open")
  142. Tab:AddButton({
  143. Name = "Antilog",
  144. Callback = function()
  145. loadstring(game:HttpGet(('https://pastebin.com/raw/DsJ170Bz'),true))()
  146. print("button pressed")
  147. end
  148. })
  149.  
  150. local Section = Tab:AddSection({
  151. Name = "Other"
  152. })
  153.  
  154. Tab:AddButton({
  155. Name = "chathaxx",
  156. Callback = function()
  157. loadstring(game:HttpGet('https://raw.githubusercontent.com/ant-7802/--/main/straightmilk.lua'))()
  158. print("button pressed")
  159. end
  160. })
  161.  
  162. Tab:AddButton({
  163. Name = "Inf yeild + vr script",
  164. Callback = function()
  165. loadstring(game:HttpGet('https://pastebin.com/raw/gpJyU9HM'))()
  166. print("button pressed")
  167. end
  168. })
  169.  
  170. Tab:AddButton({
  171. Name = "Op mm2 hub",
  172. Callback = function()
  173. loadstring(game:HttpGet('https://raw.githubusercontent.com/xennyy/Xenny-Ware/main/loader.lua'))()
  174. print("button pressed")
  175. end
  176. })
  177. local Tab = Window:MakeTab({
  178. Name = "others",
  179. Icon = "rbxassetid://4483345998",
  180. PremiumOnly = false
  181. })
  182. Tab:AddButton({
  183. Name = "Romantic Homicide singing",
  184. Callback = function()
  185. loadstring(game:HttpGet("https://pastebin.com/raw/UN533GvV"))()
  186. end
  187. })
  188. Tab:AddButton({
  189. Name = "Custom boomboxes",
  190. Callback = function()
  191. loadstring(game:HttpGet("https://pastebin.com/raw/A5HDtTXJ"))()
  192. end
  193. })
  194. Tab:AddButton({
  195. Name = "Touch Fling",
  196. Callback = function()
  197. _G.KeyCode = "X"
  198. loadstring(game:HttpGet("https://shattered-gang.lol/scripts/fe/touch_fling.lua"))()
  199. end
  200. })
  201. Tab:AddButton({
  202. Name = "Smallify -become a baby-",
  203. Callback = function()
  204. loadstring(game:HttpGet("https://pastebin.com/raw/f1Lz7mkt"))()
  205. end
  206. })
  207. Tab:AddLabel("Press x To activate/Deactivate")
  208. Tab:AddButton({
  209. Name = "Netless",
  210. Callback = function()
  211. loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-FE-Netless-Script-1161"))()
  212. end
  213. })
  214. Tab:AddLabel("r15 only")
  215. Tab:AddLabel("Height 90")
  216. Tab:AddLabel("Width 70")
  217. Tab:AddLabel("Head 100")
  218. Tab:AddLabel("Proportions 100")
  219. Tab:AddLabel("Body Type 0")
  220.  
  221. local Tab = Window:MakeTab({
  222. Name = "Player",
  223. Icon = "rbxassetid://4483345998",
  224. PremiumOnly = false
  225. })
  226.  
  227. Tab:AddSlider({
  228. Name = "Walkspeed",
  229. Min = 0,
  230. Max = 100,
  231. Default = 16,
  232. Color = Color3.fromRGB(255,255,255),
  233. Increment = 1,
  234. ValueName = "speed",
  235. Callback = function(Value)
  236. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
  237. print(Value)
  238. end
  239. })
  240.  
  241. Tab:AddSlider({
  242. Name = "Jumpheight",
  243. Min = 0,
  244. Max = 350,
  245. Default = 50,
  246. Color = Color3.fromRGB(255,255,255),
  247. Increment = 1,
  248. ValueName = "Power",
  249. Callback = function(Value)
  250. game.Players.LocalPlayer.Character.Humanoid.JumpPower = Value
  251. print(Value)
  252. end
  253. })
  254.  
  255. Tab:AddSlider({
  256. Name = "Hipheight",
  257. Min = 0,
  258. Max = 100,
  259. Default = 2,
  260. Color = Color3.fromRGB(255,255,255),
  261. Increment = 0.1,
  262. ValueName = "Height",
  263. Callback = function(Value)
  264. game.Players.LocalPlayer.Character.Humanoid.HipHeight = Value
  265. print(Value)
  266. end
  267. })
  268.  
  269. Tab:AddSlider({
  270. Name = "Health",
  271. Min = 0,
  272. Max = 1000,
  273. Default = 100,
  274. Color = Color3.fromRGB(255,255,255),
  275. Increment = 1,
  276. ValueName = "health",
  277. Callback = function(Value)
  278. game.Players.LocalPlayer.Character.Humanoid.Health = Value
  279. end
  280. })
  281.  
  282. OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement