Advertisement
Bacon_Script

Untitled

Jun 18th, 2024
879
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.68 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "Balling Scripts | Adopt Me Hub [3.5]❗", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  3. OrionLib:MakeNotification({
  4. Name = "Loading Script...",
  5. Content = "Script will be loaded in 25-30 seconds | Note - Seconds Shown Here are not the exact loading time❗",
  6. Image = "rbxassetid://17849295859",
  7. Time = 50
  8. })
  9.  
  10. --[[
  11.  
  12. ]]
  13. --[[
  14. Name = <string> - The name of the UI.
  15. HidePremium = <bool> - Whether or not the user details shows Premium status or not.
  16. SaveConfig = <bool> - Toggles the config saving in the UI.
  17. ConfigFolder = <string> - The name of the folder where the configs are saved.
  18. IntroEnabled = <bool> - Whether or not to show the intro animation.
  19. IntroText = <string> - Text to show in the intro animation.
  20. IntroIcon = <string> - URL to the image you want to use in the intro animation.
  21. Icon = <string> - URL to the image you want displayed on the window.
  22. CloseCallback = <function> - Function to execute when the window is closed.
  23. ]]
  24.  
  25. local Tab = Window:MakeTab({
  26. Name = "Dupe Eggs🥚",
  27. Icon = "rbxassetid://4483345998",
  28. PremiumOnly = false
  29. })
  30. OrionLib:MakeNotification({
  31. Name = "Script Successfully Loaded",
  32. Content = "Loading Has been successful ",
  33. Image = "rbxassetid://17849312358",
  34. Time = 45
  35. })
  36.  
  37. --[[
  38. Title = <string> - The title of the notification.
  39. Content = <string> - The content of the notification.
  40. Image = <string> - The icon of the notification.
  41. Time = <number> - The duration of the notfication.
  42. ]]
  43. --[[
  44. Name = <string> - The name of the tab.
  45. Icon = <string> - The icon of the tab.
  46. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  47. ]]
  48.  
  49. Tab:AddButton({
  50. Name = "Equip Eggs To Dupe",
  51. Callback = function()
  52. OrionLib:MakeNotification({
  53. Name = "Egg Selector",
  54. Content = "Egg Equipped Selected",
  55. Image = "rbxassetid://4483345998",
  56. Time = 5
  57. })
  58.  
  59. --[[
  60. Title = <string> - The title of the notification.
  61. Content = <string> - The content of the notification.
  62. Image = <string> - The icon of the notification.
  63. Time = <number> - The duration of the notfication.
  64. ]]
  65. end
  66. })
  67.  
  68. Tab:AddButton({
  69. Name = "Click To Dupe Eggs",
  70. Callback = function()
  71. OrionLib:MakeNotification({
  72. Name = "Duping Eggs....",
  73. Content = "Duping is in process..[Takes around 4-5 minutes] DONT THE LEAVE GAME ❗",
  74. Image = "rbxassetid://4483345998",
  75. Time = 120
  76. })
  77.  
  78. --[[
  79. Title = <string> - The title of the notification.
  80. Content = <string> - The content of the notification.
  81. Image = <string> - The icon of the notification.
  82. Time = <number> - The duration of the notfication.
  83. ]]
  84. end
  85. })
  86. Tab:AddParagraph("READ❗","The Feature - Dupe Eggs - Will Not Work if ur in a private server")
  87. Tab:AddParagraph("Script Successfully Loaded❗","Enjoy The Script All By BallingScriptsYT")
  88.  
  89. local Tab = Window:MakeTab({
  90. Name = "Trade Scam🙈",
  91. Icon = "rbxassetid://4483345998",
  92. PremiumOnly = false
  93. })
  94.  
  95. --[[
  96. Name = <string> - The name of the tab.
  97. Icon = <string> - The icon of the tab.
  98. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  99. ]]
  100.  
  101. Tab:AddTextbox({
  102. Name = "Username",
  103. Default = "Player",
  104. TextDisappear = false,
  105. Callback = function(Value)
  106.  
  107. end
  108. })
  109.  
  110. --[[
  111. Name = <string> - The name of the textbox.
  112. Default = <string> - The default value of the textbox.
  113. TextDisappear = <bool> - Makes the text disappear in the textbox after losing focus.
  114. Callback = <function> - The function of the textbox.
  115. ]]
  116. Tab:AddButton({
  117. Name = "Freeze Trade To The Victim",
  118. Callback = function()
  119. OrionLib:MakeNotification({
  120. Name = "Freeze Trade Enabled",
  121. Content = "Take Out Your Pets The Victim Cant See",
  122. Image = "rbxassetid://4483345998",
  123. Time = 5
  124. })
  125.  
  126. --[[
  127. Title = <string> - The title of the notification.
  128. Content = <string> - The content of the notification.
  129. Image = <string> - The icon of the notification.
  130. Time = <number> - The duration of the notfication.
  131. ]]
  132. print("button pressed")
  133. end
  134. })
  135.  
  136. --[[
  137. Name = <string> - The name of the button.
  138. Callback = <function> - The function of the button.
  139. ]]
  140.  
  141.  
  142.  
  143. Tab:AddParagraph("Script Successfully Loaded❗","Enjoy The Script All By BallingScriptsYT")
  144.  
  145. local Tab = Window:MakeTab({
  146. Name = "AutoFarm 🚜",
  147. Icon = "rbxassetid://4483345998",
  148. PremiumOnly = false
  149. })
  150.  
  151. --[[
  152. Name = <string> - The name of the tab.
  153. Icon = <string> - The icon of the tab.
  154. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  155. ]]
  156.  
  157. Tab:AddButton({
  158. Name = "[TrustedScript📄]Get AutoFarm Source ✅",
  159. Callback = function()
  160. loadstring(game:HttpGet("https://raw.githubusercontent.com/JulHubz/JulHub/main/JulHub"))()
  161. end
  162. })
  163.  
  164. --[[
  165. Name = <string> - The name of the button.
  166. Callback = <function> - The function of the button.
  167. ]]
  168.  
  169. Tab:AddParagraph("Script Successfully Loaded❗","Enjoy The Script All By BallingScriptsYT")
  170.  
  171. local Tab = Window:MakeTab({
  172. Name = "Dupe Pets 🔨",
  173. Icon = "rbxassetid://4483345998",
  174. PremiumOnly = false
  175. })
  176.  
  177. --[[
  178. Name = <string> - The name of the tab.
  179. Icon = <string> - The icon of the tab.
  180. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  181. ]]
  182.  
  183. Tab:AddButton({
  184. Name = "Equip Pets To Dupe",
  185. Callback = function()
  186. OrionLib:MakeNotification({
  187. Name = "Pet Selector",
  188. Content = "Equipped Pets Successfully Selected",
  189. Image = "rbxassetid://4483345998",
  190. Time = 5
  191. })
  192.  
  193. --[[
  194. Title = <string> - The title of the notification.
  195. Content = <string> - The content of the notification.
  196. Image = <string> - The icon of the notification.
  197. Time = <number> - The duration of the notfication.
  198. ]]
  199. end
  200. })
  201.  
  202. Tab:AddButton({
  203. Name = "Click To Dupe Pets",
  204. Callback = function()
  205. OrionLib:MakeNotification({
  206. Name = "Duping Pets...",
  207. Content = "Duping in Process..[Takes Around 4-5 minutes] DONT LEAVE GAME❗",
  208. Image = "rbxassetid://4483345998",
  209. Time = 120
  210. })
  211.  
  212. --[[
  213. Title = <string> - The title of the notification.
  214. Content = <string> - The content of the notification.
  215. Image = <string> - The icon of the notification.
  216. Time = <number> - The duration of the notfication.
  217. ]]
  218. end
  219. })
  220. Tab:AddParagraph("READ❗","The Feature - Dupe Eggs - Will Not Work if ur in a private server")
  221. Tab:AddParagraph("Script Successfully Loaded❗","Enjoy The Script All By BallingScriptsYT")
  222.  
  223. --[[
  224. Name = <string> - The name of the button.
  225. Callback = <function> - The function of the button.
  226. ]]
  227.  
  228. --[[
  229. Name = <string> - The name of the button.
  230. Callback = <function> - The function of the button.
  231. ]]
  232.  
  233. local Tab = Window:MakeTab({
  234. Name = "Infinite Bucks 💸",
  235. Icon = "rbxassetid://4483345998",
  236. PremiumOnly = false
  237. })
  238.  
  239. --[[
  240. Name = <string> - The name of the tab.
  241. Icon = <string> - The icon of the tab.
  242. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  243. ]]
  244.  
  245. Tab:AddButton({
  246. Name = "Get Infinite Bucks💸",
  247. Callback = function()
  248. require(game:service'ReplicatedStorage'.Fsys).load("ClientData").update("money",(15999999984/16))
  249. end
  250. })
  251.  
  252. Tab:AddParagraph("Script Successfully Loaded❗","Enjoy The Script All By BallingScriptsYT")
  253.  
  254. --[[
  255. Name = <string> - The name of the button.
  256. Callback = <function> - The function of the button.
  257. ]]
  258.  
  259. local Tab = Window:MakeTab({
  260. Name = "MFR-NFR Changer 📦",
  261. Icon = "rbxassetid://4483345998",
  262. PremiumOnly = false
  263. })
  264.  
  265. --[[
  266. Name = <string> - The name of the tab.
  267. Icon = <string> - The icon of the tab.
  268. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  269. ]]
  270.  
  271. Tab:AddButton({
  272. Name = "MFR Changer-(Inventory🎒)",
  273. Callback = function()
  274. while true do
  275. wait()
  276. local clientData = require(game.ReplicatedStorage.ClientModules.Core.ClientData)
  277. local playerData = clientData.get_data()[tostring(game.Players.LocalPlayer)]
  278. for i,v in pairs(playerData.inventory.pets) do
  279. v.properties.rideable = true
  280. v.properties.flyable = true
  281. v.properties.mega_neon = true
  282. end
  283. end
  284. end
  285. })
  286.  
  287. Tab:AddButton({
  288. Name = "NFR Changer-(Inventory🎒)",
  289. Callback = function()
  290. while true do
  291. wait()
  292. local clientData = require(game.ReplicatedStorage.ClientModules.Core.ClientData)
  293. local playerData = clientData.get_data()[tostring(game.Players.LocalPlayer)]
  294. for i,v in pairs(playerData.inventory.pets) do
  295. v.properties.rideable = true
  296. v.properties.flyable = true
  297. v.properties.neon = true
  298. end
  299. end
  300. end
  301. })
  302.  
  303. --[[
  304. Name = <string> - The name of the button.
  305. Callback = <function> - The function of the button.
  306. ]]
  307.  
  308. Tab:AddParagraph("Script Successfully Loaded❗","Enjoy The Script All By BallingScriptsYT")
  309.  
  310.  
  311. local Tab = Window:MakeTab({
  312. Name = "Info | Discord",
  313. Icon = "rbxassetid://4483345998",
  314. PremiumOnly = false
  315. })
  316.  
  317. --[[
  318. Name = <string> - The name of the tab.
  319. Icon = <string> - The icon of the tab.
  320. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  321. ]]
  322. Tab:AddParagraph("My Discord server","Join my discord if u need anything❗")
  323. Tab:AddButton({
  324. Name = "Copy Link To Discord Server 🎯",
  325. Callback = function()
  326. setclipboard("https://discord.com/invite/SASw2jSRkS")
  327. print("button pressed")
  328. end
  329. })
  330.  
  331. --[[
  332. Name = <string> - The name of the button.
  333. Callback = <function> - The function of the button.
  334. ]]
  335. Tab:AddParagraph("NOTE❗","Some Features May Not Work If ur in a private server")
  336. Tab:AddParagraph("CREDITS❗","Coded And Made All By BallingScriptsYT")
  337. Tab:AddParagraph("Script Successfully Loaded❗","Enjoy The Script All By BallingScriptsYT")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement