Advertisement
JustAPlayer

Untitled

Oct 26th, 2023
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.24 KB | None | 0 0
  1. wqeqeiqweqeqiqoeqop = Instance.new("BindableFunction")
  2. function wqeqeiqweqeqiqoeqop.OnInvoke(response)
  3. if response == "Execute" then
  4. loadstring(game:HttpGet(("https://raw.githubusercontent.com/JustAP1ayer/PlayerHubOther/main/PlayerHubIngameUgcLimitedsV2.lua"),true))()
  5. end
  6. end
  7.  
  8. game:GetService("StarterGui"):SetCore("SendNotification", {
  9. Title = "NOTICE!";
  10. Duration = 18;
  11. Button1 = "Execute";
  12. Callback = wqeqeiqweqeqiqoeqop,
  13.  
  14. Text = "A New version of the script Has released!"
  15.  
  16. })
  17. task.wait(0.0777)
  18. local library = loadstring(game:HttpGet(
  19. ('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  20. local w = library:CreateWindow("PlayerHub UGC") -- Creates the window
  21. local zz = w:CreateFolder("discord.gg/ugcleaks") -- Creates the folder(U will put here your buttons,etc)
  22. zz:Button("Support me (Copy Clipboard)", function()
  23. setclipboard("Robux Donation = https://www.roblox.com/catalog/11733073941\nCashapp Donation = $JustAPlayer")
  24. end)
  25. zz:Button("Check if Adonis (Console)", function()
  26. spawn(function()
  27. for _, v in pairs(game:GetDescendants()) do
  28. if (string.find(v.Name, "ADONIS")) or (v:IsA("ImageButton") and v.Image.Name == "rbxassetid://357249130") then
  29. print("May Have ADONIS")
  30. end
  31. end
  32. end)
  33.  
  34. end)
  35. task.wait(0.05)
  36. zz:Label("https://discord.gg/nXERxPYUyZ", {
  37. TextSize = 14, -- Self Explaining
  38. TextColor = Color3.fromRGB(255, 255, 255), -- Self Explaining
  39. BgColor = Color3.fromRGB(69, 69, 69) -- Self Explaining
  40.  
  41. })
  42. local chosenfire = "Touch Interest"
  43. zz:Dropdown("What to fire", {"Touch Interest", "Proximity Prompt", "Click Detector"}, true, function(Value)
  44. chosenfire = Value
  45. end)
  46. zz:Button("Fire Chosen Class Above", function()
  47. spawn(function()
  48. for _, descendant in ipairs(workspace:GetDescendants()) do
  49. if chosenfire == "Proximity Prompt" and descendant:IsA("ProximityPrompt") then
  50. fireproximityprompt(descendant)
  51. end
  52. if chosenfire == "Touch Interest" and descendant:IsA("TouchTransmitter") and
  53. game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character.PrimaryPart then
  54. task.spawn(function()
  55. firetouchinterest(descendant:FindFirstAncestorWhichIsA("Part"),
  56. game.Players.LocalPlayer.Character.PrimaryPart, 1)
  57. task.wait()
  58. firetouchinterest(descendant:FindFirstAncestorWhichIsA("Part"),
  59. game.Players.LocalPlayer.Character.PrimaryPart, 0)
  60. end)
  61. end
  62. if chosenfire == "Click Detector" and descendant:IsA("ClickDetector") then
  63. task.spawn(function()
  64. fireclickdetector(descendant)
  65. end)
  66. end
  67. end
  68. end)
  69. end)
  70.  
  71. zz:Button("Script Finder", function()
  72. spawn(function()
  73. local Iris =
  74. loadstring(game:HttpGet("https://raw.githubusercontent.com/x0581/Iris-Exploit-Bundle/main/bundle.lua"))().Init(
  75. game.CoreGui)
  76.  
  77. local result = {
  78. result = {
  79. scripts = {}
  80. }
  81. }
  82. local function search(query)
  83. query = query:gsub(" ", "+")
  84. result = game:GetService("HttpService"):JSONDecode(game:HttpGet(
  85. ("https://\115\99\114\105\112\116\98\108\111\120.com/api/script/search?q=%s&max=500&mode=free"):format(query)))
  86. end
  87.  
  88. local viewdetails = false
  89. local script = {}
  90.  
  91. Iris:Connect(function()
  92. Iris.Window({"Script Browser - Powered By \83\99\114\105\112\116\66\108\111\120.com!"})
  93. do
  94. Iris.SameLine()
  95. do
  96. local query = Iris.InputText({""}).text.value
  97. if Iris.Button({"Search"}).clicked then
  98. task.spawn(function()
  99. search(query)
  100. Iris.ForceRefresh()
  101. end)
  102. end
  103. if Iris.Button({"Clear"}).clicked then
  104. result = {
  105. result = {
  106. scripts = {}
  107. }
  108. }
  109. Iris.ForceRefresh()
  110. end
  111. Iris.End()
  112. end
  113. Iris.Table({3})
  114. do
  115. Iris.Text({"Title"})
  116. Iris.NextColumn()
  117. Iris.Text({"Game"})
  118. Iris.NextColumn()
  119. Iris.Text({"Options"})
  120. Iris.NextColumn()
  121. for i, v in next, result.result.scripts do
  122. Iris.Text({v.title})
  123. Iris.NextColumn()
  124. Iris.Text({v.game.name})
  125. Iris.NextColumn()
  126. Iris.SameLine()
  127. do
  128. Iris.Text({""})
  129. if Iris.SmallButton({"Execute"}).clicked then
  130. task.spawn(function()
  131. loadstring(v.script)()
  132. end)
  133. end
  134. if Iris.SmallButton({"View Details"}).clicked then
  135. script = v
  136. viewdetails = true
  137. end
  138. Iris.End()
  139. end
  140. Iris.NextColumn()
  141. end
  142. Iris.End()
  143. end
  144. Iris.End()
  145. end
  146.  
  147. if viewdetails then
  148. Iris.Window({
  149. "View Details",
  150. [Iris.Args.Window.NoClose] = false
  151. })
  152. do
  153. if Iris.Button({"Close"}).clicked then
  154. viewdetails = false
  155. end
  156. Iris.Table({2})
  157. do
  158. for i, v in next, script do
  159. if typeof(v) ~= "table" then
  160. Iris.Text({tostring(i)})
  161. Iris.NextColumn()
  162. Iris.Text({tostring(v)})
  163. Iris.NextColumn()
  164. end
  165. end
  166. Iris.End()
  167. end
  168. Iris.End()
  169. end
  170. end
  171. end)
  172. end)
  173. end)
  174. zz:Button("Infinite Yield", function()
  175. loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))()
  176. end)
  177. zz:Button("My Universal Script", function()
  178. loadstring(game:HttpGet("https://raw.githubusercontent.com/JustAP1ayer/PlayerHubOther/main/PlayerHubUniversal.lua",
  179. true))()
  180. end)
  181. zz:Button("FLY GUI (mobile)", function()
  182. loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
  183. end)
  184. if game.PlaceId == 975820487 then
  185. zz:Button("Testing IG? shh ignore", function()
  186. game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui3:Destroy()
  187. end)
  188. zz:Button("Camp's Game fast Priority Sniper", function()
  189. local Cooldown;
  190. Cooldown = hookfunction(wait, function(v)
  191.  
  192. v = 0;
  193.  
  194. return Cooldown(v);
  195. end);
  196. end)
  197. end
  198.  
  199. task.wait(0.1)
  200. local w2 = library:CreateWindow("PlayerHub Sniper") -- Creates the window
  201. local t = w2:CreateFolder("redblue.") -- Creates the folder(U will put here your buttons,etc)
  202. t:Toggle("Anti Prompt Loading Delay (Visual Prob)", function(bool1)
  203. _G.antidelay = bool1
  204. spawn(function()
  205.  
  206. while task.wait(0) and _G.antidelay do
  207. if game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator:FindFirstChild("Prompt") and
  208. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt:FindFirstChild("AlertContents") and
  209. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents:FindFirstChild(
  210. "Footer") and
  211. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer:FindFirstChild(
  212. "Buttons") and
  213. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons:FindFirstChild(
  214. "2") and
  215. game:GetService("CoreGui").PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer
  216. .Buttons["2"]:FindFirstChild("LoadingImage") then
  217. game:GetService("CoreGui").PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer
  218. .Buttons["2"].LoadingImage:Destroy()
  219. end
  220. end
  221. end)
  222. end)
  223. local webhookcolour = 0x21ff29
  224.  
  225. local embedTitle = "||" .. game.Players.LocalPlayer.Name .. " (" .. game.Players.LocalPlayer.UserId ..
  226. ")|| has bought A" .. " new Bundle has been Bought! "
  227. local limitedugcwebhook
  228. t:Box("Input Webhook", "string", function(value) -- "number" or "string"
  229. limitedugcwebhook = value
  230. end)
  231. getgenv().LimmyBought = false
  232. t:Toggle("Limited Bought Webhook", function(bool1)
  233. getgenv().LimmyBought = bool
  234. end)
  235. game:GetService("MarketplaceService").PromptPurchaseFinished:Connect(
  236. function(player, assetId, wasPurchased)
  237. if wasPurchased and limitedugcwebhook ~= nil then
  238. if getgenv().LimmyBought == true then
  239.  
  240. local success, response = pcall(function()
  241. requested = (syn and syn.request) or (fluxus and fluxus.request) or request or
  242. (http and http.request) or http_request
  243. requested({
  244. Url = tostring(limitedugcwebhook),
  245. Method = "POST",
  246. Headers = {
  247. ["Content-Type"] = "application/json"
  248. },
  249. Body = game:GetService("HttpService"):JSONEncode({
  250. content = "",
  251. embeds = {{
  252. title = embedTitle .. os.date(" %I:%M:%S %p"),
  253. description = "**The Asset bought is**\n" .. "**Id / Name:** [" .. tostring(assetId) ..
  254. "](https://www.roblox.com/catalog/" .. tostring(assetId) ..
  255. "/PlayerHubOnTop) / " ..
  256. game:GetService("MarketplaceService"):GetProductInfo(assetId).Name ..
  257. "\n **Description:** " ..
  258. game:GetService("MarketplaceService"):GetProductInfo(assetId).Description ..
  259. "\n **Created by:** " ..
  260. game:GetService("MarketplaceService"):GetProductInfo(assetId).Creator.Name,
  261. color = webhookcolour
  262. }}
  263. })
  264. })
  265. end)
  266. if not success then
  267. requested = (syn and syn.request) or (fluxus and fluxus.request) or request or
  268. (http and http.request) or http_request
  269. requested({
  270. Url = tostring(limitedugcwebhook),
  271. Method = "POST",
  272. Headers = {
  273. ["Content-Type"] = "application/json"
  274. },
  275. Body = game:GetService("HttpService"):JSONEncode({
  276. content = "",
  277. embeds = {{
  278. title = embedTitle .. os.date(" %I:%M:%S %p"),
  279. description = "Bought (ID) " .. tostring(assetId),
  280. color = webhookcolour
  281. }}
  282. })
  283. })
  284. end
  285. end
  286. end
  287. end)
  288. local t = w2:CreateFolder("Clicking") -- Creates the folder(U will put here your buttons,etc)
  289.  
  290. task.wait(0.1)
  291. t:Label("55X and 65.5Y is Default Offsets", {
  292. TextSize = 13, -- Self Explaining
  293. TextColor = Color3.fromRGB(255, 255, 255), -- Self Explaining
  294. BgColor = Color3.fromRGB(69, 69, 69) -- Self Explaining
  295.  
  296. })
  297. local autoclicklim = 0
  298. t:Slider("AutoClick Speed (Default 0)", {
  299. min = 0, -- min value of the slider
  300. max = 5, -- max value of the slider
  301. precise = true -- max 2 decimals
  302. }, function(value)
  303. autoclicklim = value
  304. end)
  305.  
  306. local limoffsetX = 55
  307. t:Slider("AutoClick Offset X", {
  308. min = -200, -- min value of the slider
  309. max = 200, -- max value of the slider
  310. precise = true -- max 2 decimals
  311. }, function(value)
  312. limoffsetX = value
  313. end)
  314. local limoffsetY = 65.5
  315. t:Slider("AutoClick Offset Y", {
  316. min = -200, -- min value of the slider
  317. max = 200, -- max value of the slider
  318. precise = true -- max 2 decimals
  319. }, function(value)
  320. limoffsetY = value
  321. end)
  322. local MaxPrice = 1
  323. t:Slider("Max Price (1 Default)", {
  324. min = 0, -- min value of the slider
  325. max = 10000, -- max value of the slider
  326. precise = false -- max 2 decimals
  327. }, function(value)
  328. MaxPrice = value
  329. end)
  330.  
  331. t:Toggle("Auto Clicker Buy Limited", function(bool1)
  332. _G.limsniperautoclicker = bool1
  333. spawn(function()
  334.  
  335. while task.wait(autoclicklim) and _G.limsniperautoclicker do
  336. if game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator:FindFirstChild("Prompt") and
  337. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt:FindFirstChild("AlertContents") and
  338. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents:FindFirstChild(
  339. "Footer") and
  340. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer:FindFirstChild(
  341. "Buttons") and
  342. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons:FindFirstChild(
  343. "2") and
  344. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons[2]:FindFirstChild(
  345. "ButtonContent").ButtonMiddleContent and
  346. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons[2]:FindFirstChild(
  347. "ButtonContent").ButtonMiddleContent:FindFirstChildOfClass("TextLabel") and tonumber(
  348. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons[2]:FindFirstChild(
  349. "ButtonContent").ButtonMiddleContent:FindFirstChildOfClass("TextLabel").Text) <= tonumber(MaxPrice) then
  350.  
  351.  
  352. local yes = game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents
  353. .Footer.Buttons[2].AbsolutePosition
  354. game:GetService("VirtualInputManager"):SendMouseButtonEvent(yes.X + tonumber(limoffsetX),
  355. yes.Y + tonumber(limoffsetY), 0, true, game, 1)
  356. task.wait()
  357. game:GetService("VirtualInputManager"):SendMouseButtonEvent(yes.X + tonumber(limoffsetX),
  358. yes.Y + tonumber(limoffsetY), 0, false, game, 1)
  359.  
  360. end
  361. end
  362. end)
  363. end)
  364. t:Toggle("Auto Clicker Buy (0 ONLY)", function(bool2)
  365. _G.limsniperautoclicker2 = bool2
  366. spawn(function()
  367. while task.wait(autoclicklim) and _G.limsniperautoclicker2 do
  368. if game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator:FindFirstChild("Prompt") and
  369. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt:FindFirstChild("AlertContents") and
  370. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents:FindFirstChild(
  371. "Footer") and
  372. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer:FindFirstChild(
  373. "Buttons") and
  374. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons:FindFirstChild(
  375. "2") and
  376. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons[2]:FindFirstChild(
  377. "ButtonContent").ButtonMiddleContent and
  378. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons[2]:FindFirstChild(
  379. "ButtonContent").ButtonMiddleContent:FindFirstChildOfClass("TextLabel") and tonumber(
  380. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons[2]:FindFirstChild(
  381. "ButtonContent").ButtonMiddleContent:FindFirstChildOfClass("TextLabel").Text) <= tonumber(0) then
  382.  
  383. local yes = game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents
  384. .Footer.Buttons[2].AbsolutePosition
  385. game:GetService("VirtualInputManager"):SendMouseButtonEvent(yes.X + tonumber(limoffsetX),
  386. yes.Y + tonumber(limoffsetY), 0, true, game, 1)
  387. task.wait()
  388. game:GetService("VirtualInputManager"):SendMouseButtonEvent(yes.X + tonumber(limoffsetX),
  389. yes.Y + tonumber(limoffsetY), 0, false, game, 1)
  390.  
  391. end
  392. end
  393. end)
  394. end)
  395. t:Toggle("Auto Close Error Clicker", function(bool2)
  396. _G.limsniperautoclicker33 = bool2
  397. spawn(function()
  398. while task.wait(autoclicklim) and _G.limsniperautoclicker33 do
  399. if game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator:FindFirstChild("Prompt") and
  400. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt:FindFirstChild("AlertContents") and
  401. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents:FindFirstChild(
  402. "Footer") and
  403. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer:FindFirstChild(
  404. "Buttons") and
  405. not game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons:FindFirstChild(
  406. "2") then
  407. if game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons:FindFirstChild(
  408. "1") then
  409.  
  410. local yes = game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt
  411. .AlertContents.Footer.Buttons[1].AbsolutePosition
  412. game:GetService("VirtualInputManager"):SendMouseButtonEvent(yes.X + tonumber(limoffsetX),
  413. yes.Y + tonumber(limoffsetY), 0, true, game, 1)
  414. task.wait()
  415. game:GetService("VirtualInputManager"):SendMouseButtonEvent(yes.X + tonumber(limoffsetX),
  416. yes.Y + tonumber(limoffsetY), 0, false, game, 1)
  417.  
  418. end
  419. end
  420. end
  421. end)
  422. end)
  423. local b = w2:CreateFolder("Serial Sniper") -- Creates the folder(U will put here your buttons,etc)
  424.  
  425. local serialyouwant = 69
  426. b:Box("Serial you Want", "number", function(value) -- "number" or "string"
  427. serialyouwant = value
  428. end)
  429.  
  430. local productidserialsniper = 123456789
  431.  
  432. b:Box("Product Id to Serial Snipe", "number", function(value) -- "number" or "string"
  433. productidserialsniper = value
  434. end)
  435.  
  436. local intervalserialsnper = 0
  437. b:Slider("Loop interval Serial Sniper", {
  438. min = 0, -- min value of the slider
  439. max = 10, -- max value of the slider
  440. precise = true -- max 2 decimals
  441. }, function(value)
  442. intervalserialsnper = value
  443. end)
  444. local originalstockserial = 69
  445. b:Box("Product's Total / Original Copies", "number", function(value) -- "number" or "string"
  446. originalstockserial = value
  447. end)
  448. b:Button("Get Total stock ^", function()
  449. if request then
  450. local xdresponse = request({
  451. Url = "https://catalog.roblox.com/v1/catalog/items/" .. tostring(productidserialsniper) .. "/details?itemType=Asset",
  452. Method = "GET"
  453. })
  454. local xdmessage = game:GetService("HttpService"):JSONDecode(xdresponse.Body)
  455. if xdmessage and xdmessage["totalQuantity"] then
  456. print(xdmessage["totalQuantity"])
  457. originalstockserial = xdmessage["totalQuantity"]
  458. end
  459. end
  460. end)
  461. local tickserialsniper = 2
  462. b:Slider("Threads of checks", {
  463. min = 1, -- min value of the slider
  464. max = 8, -- max value of the slider
  465. precise = false -- max 2 decimals
  466. }, function(value)
  467. tickserialsniper = value
  468. end)
  469. b:Toggle("Serial Sniper (Have its Buy Prompt Opened)", function(bool2)
  470. _G.SerialSniper = bool2
  471. spawn(function()
  472. while _G.SerialSniper and task.wait(intervalserialsnper) do
  473. task.spawn(function()
  474. for i = 1, tonumber(tickserialsniper) do
  475. task.spawn(function()
  476. if game:GetService("MarketplaceService"):GetProductInfo(productidserialsniper).Remaining ~= nil then
  477. print(originalstockserial -
  478. game:GetService("MarketplaceService"):GetProductInfo(productidserialsniper).Remaining,
  479. "Sales")
  480. if (originalstockserial -
  481. game:GetService("MarketplaceService"):GetProductInfo(productidserialsniper).Remaining) ==
  482. (tonumber(serialyouwant) - 1) then
  483. if game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator:FindFirstChild("Prompt") and
  484. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt:FindFirstChild(
  485. "AlertContents") and
  486. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents:FindFirstChild(
  487. "Footer") and
  488. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents
  489. .Footer:FindFirstChild("Buttons") and
  490. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents
  491. .Footer.Buttons:FindFirstChild("2") and
  492. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents
  493. .Footer.Buttons[2]:FindFirstChild("ButtonContent").ButtonMiddleContent and
  494. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents
  495. .Footer.Buttons[2]:FindFirstChild("ButtonContent").ButtonMiddleContent:FindFirstChildOfClass(
  496. "TextLabel") and tonumber(
  497. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents
  498. .Footer.Buttons[2]:FindFirstChild("ButtonContent").ButtonMiddleContent:FindFirstChildOfClass(
  499. "TextLabel").Text) <= tonumber(MaxPrice) then
  500.  
  501. local yes = game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator
  502. .Prompt.AlertContents.Footer.Buttons[2].AbsolutePosition
  503. game:GetService("VirtualInputManager"):SendMouseButtonEvent(yes.X +
  504. tonumber(
  505. limoffsetX), yes.Y + tonumber(limoffsetY), 0, true, game, 1)
  506. task.wait()
  507. game:GetService("VirtualInputManager"):SendMouseButtonEvent(yes.X +
  508. tonumber(
  509. limoffsetX), yes.Y + tonumber(limoffsetY), 0, false, game, 1)
  510.  
  511.  
  512. end
  513. end
  514. end
  515. end)
  516. end
  517. end)
  518. end
  519. end)
  520. end)
  521. task.wait(0.1)
  522. local w3 = library:CreateWindow("PlayerHub Limited")
  523. local b = w3:CreateFolder("._player") -- Creates the folder(U will put here your buttons,etc)
  524. local limid = 14472256544
  525. b:Box("Input Limited ID", "number", function(value) -- "number" or "string"
  526. limid = value
  527. end)
  528. local b = w3:CreateFolder("Normal") -- Creates the folder(U will put here your buttons,etc)
  529.  
  530. b:Button("Get Limited's Places (GUI)", function()
  531.  
  532. pcall(function()
  533. if request then
  534. local response = request({
  535. Url = "https://economy.roblox.com/v2/assets/" .. tostring(limid) .. "/details",
  536. Method = "GET"
  537. })
  538.  
  539. if response.StatusCode == 200 then
  540. local Lib = loadstring(game:HttpGet(
  541. "https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/dirt", true))()
  542. local Table = {}
  543. local window = Lib:CreateWindow("PlayerHub Limited")
  544. window:Section("Games")
  545.  
  546. window:Dropdown("What to do With It", {
  547. location = Table,
  548. flag = "Dropdown",
  549. search = true --[[AddsSearchBar]] ,
  550. list = {"Teleport", "Copy Script", "Copy Game Link"} --[[Wont work when PlayerList = true]] ,
  551. PlayerList = false --[[ Turns the list into the players in the server ]]
  552. }, function()
  553. print(Table["Dropdown"])
  554. end)
  555. Table["Dropdown"] = "Teleport"
  556. local message = game:GetService("HttpService"):JSONDecode(response.Body)
  557.  
  558. if type(message) == "table" and message["SaleLocation"] and type(message["SaleLocation"]) == "table" then
  559. local universeIds = message["SaleLocation"]["UniverseIds"]
  560. if type(universeIds) == "table" and #universeIds > 0 then
  561. for _, universeId in ipairs(universeIds) do
  562. print(universeId .. " universeid")
  563.  
  564. local response2 = request({
  565. Url = "https://games.roblox.com/v1/games?universeIds=" .. tostring(universeId),
  566. Method = "GET"
  567. })
  568.  
  569. if response2.StatusCode == 200 then
  570. local message2 = game:GetService("HttpService"):JSONDecode(response2.Body)
  571.  
  572. if message2["data"] and message2["data"][1] and message2["data"][1]["rootPlaceId"] then
  573.  
  574. print(message2["data"][1]["rootPlaceId"] .. " placeid")
  575.  
  576. window:Button(tostring(message2["data"][1]["name"]) .. " (" ..
  577. tostring(message2["data"][1]["rootPlaceId"]) .. ")", function()
  578. if Table["Dropdown"] == "Teleport" then
  579. game:GetService("TeleportService"):Teleport(
  580. message2["data"][1]["rootPlaceId"], LocalPlayer)
  581. elseif Table["Dropdown"] == "Copy Script" then
  582. setclipboard("-- This Script was Generated by Redblue's PlayerHub Ingame Game Sniper Script\ngame:GetService('TeleportService'):Teleport(" ..
  583. tostring(message2["data"][1]["rootPlaceId"]) ..
  584. ", LocalPlayer)")
  585. elseif Table["Dropdown"] == "Copy Game Link" then
  586. setclipboard("-- This Script was Generated by Redblue's PlayerHub Ingame Game Sniper Script\nhttps://www.roblox.com/games/" ..
  587. tostring(message2["data"][1]["rootPlaceId"]))
  588. end
  589. end)
  590.  
  591. end
  592. else
  593. print("Failed! Something may have happened, like a Rate Limit")
  594. end
  595. end
  596. end
  597. end
  598. else
  599. print("Failed! Something may have happened, like a Rate Limit")
  600. end
  601. end
  602. end)
  603.  
  604. end)
  605. b:Button("Print Limited Info", function()
  606. print("Asset ID: " .. game:GetService("MarketplaceService"):GetProductInfo(limid).AssetId .. " \n" .. "Name: " ..
  607. game:GetService("MarketplaceService"):GetProductInfo(limid).Name .. " \n" .. "Description: " ..
  608. game:GetService("MarketplaceService"):GetProductInfo(limid).Description ..
  609. " \n Use This to Buy It! \n game:GetService('MarketplaceService'):PromptPurchase(game.Players.LocalPlayer, " ..
  610. limid .. ")")
  611. end)
  612. b:Button("Copy Limited Info", function()
  613. setclipboard("-- This Script was Generated by Redblue's PlayerHub Ingame Game Sniper Script\nAsset ID: " .. game:GetService("MarketplaceService"):GetProductInfo(limid).AssetId .. " \n" ..
  614. "Name: " .. game:GetService("MarketplaceService"):GetProductInfo(limid).Name .. " \n" ..
  615. "Description: " .. game:GetService("MarketplaceService"):GetProductInfo(limid).Description ..
  616. " \n Use This to Buy It! \n game:GetService('MarketplaceService'):PromptPurchase(game.Players.LocalPlayer, " ..
  617. limid .. ")")
  618. end)
  619. local updspeed = 0
  620. b:Slider("Update Speed", {
  621. min = 0, -- min value of the slider
  622. max = 5, -- max value of the slider
  623. precise = true -- max 2 decimals
  624. }, function(value)
  625. updspeed = value
  626. end)
  627. b:Button("Buy Limited", function()
  628. game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer, tostring(limid))
  629. end)
  630.  
  631. local limsniper = false
  632.  
  633. b:Toggle("Toggle Auto Limited Sniper V1 (AutoPrompts)", function(bool1)
  634. limsniper = bool1
  635. spawn(function()
  636. while task.wait(updspeed) and limsniper and limid ~= nil do
  637. game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer, tostring(limid))
  638. end
  639. end)
  640. end)
  641. wait(0.1)
  642. local limsniper1 = false
  643. b:Toggle("Toggle Auto Limited Sniper V2 (Prompt when Onsale)", function(bool)
  644. limsniper1 = bool
  645. spawn(function()
  646. while task.wait(updspeed) and limsniper1 == true do
  647. if limid ~= nil and game:GetService("MarketplaceService"):GetProductInfo(tonumber(limid)).IsForSale then
  648. game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer, tostring(limid))
  649. end
  650. end
  651. end)
  652. end)
  653. local limsniper2 = false
  654. b:Toggle("Toggle Auto Limited Sniper V3 (Prompt when Onsale)", function(bool)
  655. limsniper2 = bool
  656. spawn(function()
  657. while task.wait(updspeed) and limsniper2 == true do
  658. if limid ~= nil and game:GetService("MarketplaceService"):GetProductInfo(limid).Remaining ~= nil then
  659. game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer, tostring(limid))
  660. end
  661. end
  662. end)
  663. end)
  664.  
  665. local gameid
  666. b:Box("Insert Game ID", "number", function(value) -- "number" or "string"
  667. gameid = value
  668. end)
  669. b:Button("TP to game ID", function()
  670. game:GetService("TeleportService"):Teleport(gameid, LocalPlayer)
  671.  
  672. end)
  673. local b = w3:CreateFolder("OP") -- Creates the folder(U will put here your buttons,etc)
  674.  
  675.  
  676. b:Label("THIS IS RISKY COULD GET YOU BANNED (by Lemuru)", {
  677. TextSize = 12, -- Self Explaining
  678. TextColor = Color3.fromRGB(255, 255, 255), -- Self Explaining
  679. BgColor = Color3.fromRGB(69, 69, 69) -- Self Explaining
  680.  
  681. })
  682. b:Button("Get ingame UGC V1", function()
  683. spawn(function()
  684. for i, v in pairs(game:GetDescendants()) do
  685. if v:IsA("RemoteEvent") then
  686. v:FireServer(limid)
  687. end
  688. if v:IsA("BindableEvent") then
  689. v:Fire(limid)
  690. end
  691. if v:IsA("RemoteFunction") then
  692. v:InvokeServer(limid)
  693.  
  694. end
  695. end
  696. end)
  697. end)
  698.  
  699. b:Button("Get ingame UGC V2", function()
  700. spawn(function()
  701. for i, v in pairs(game:GetDescendants()) do
  702. if v:IsA("RemoteEvent") then
  703. spawn(function()
  704. v:FireServer(limid)
  705. end)
  706. spawn(function()
  707. v:FireServer(tostring(limid))
  708. end)
  709. spawn(function()
  710. v:FireServer(game.Players.LocalPlayer.UserId, limid)
  711. end)
  712. spawn(function()
  713. v:FireServer(game.Players.LocalPlayer.UserId, tostring(limid))
  714. end)
  715. spawn(function()
  716. v:FireServer(limid, game.Players.LocalPlayer.UserId)
  717. end)
  718. task.wait(0.1)
  719. spawn(function()
  720. v:FireServer(tostring(limid), game.Players.LocalPlayer.UserId)
  721. end)
  722. spawn(function()
  723. v:FireServer(tostring(game.Players.LocalPlayer.UserId), limid)
  724. end)
  725. spawn(function()
  726. v:FireServer(tostring(game.Players.LocalPlayer.UserId), tostring(limid))
  727. end)
  728. spawn(function()
  729. v:FireServer(limid, tostring(game.Players.LocalPlayer.UserId))
  730. end)
  731. spawn(function()
  732. v:FireServer(tostring(limid), tostring(game.Players.LocalPlayer.UserId))
  733. end)
  734. spawn(function()
  735. v:FireServer(game.Players.LocalPlayer, limid)
  736. end)
  737. task.wait(0.1)
  738. spawn(function()
  739. v:FireServer(game.Players.LocalPlayer, tostring(limid))
  740. end)
  741. spawn(function()
  742. v:FireServer(limid, game.Players.LocalPlayer)
  743. end)
  744. spawn(function()
  745. v:FireServer(tostring(limid), game.Players.LocalPlayer)
  746. end)
  747. end
  748. if v:IsA("BindableEvent") then
  749. spawn(function()
  750. v:Fire(limid)
  751. end)
  752. spawn(function()
  753. v:Fire(tostring(limid))
  754. end)
  755. spawn(function()
  756. v:Fire(tostring(game.Players.LocalPlayer.UserId), limid)
  757. end)
  758. spawn(function()
  759. v:Fire(tostring(game.Players.LocalPlayer.UserId), tostring(limid))
  760. end)
  761. spawn(function()
  762. v:Fire(limid, tostring(game.Players.LocalPlayer.UserId))
  763. end)
  764. task.wait(0.1)
  765. spawn(function()
  766. v:Fire(tostring(limid), tostring(game.Players.LocalPlayer.UserId))
  767. end)
  768. spawn(function()
  769. v:Fire(game.Players.LocalPlayer, limid)
  770. end)
  771. spawn(function()
  772. v:Fire(game.Players.LocalPlayer, tostring(limid))
  773. end)
  774. task.wait(0.1)
  775. spawn(function()
  776. v:Fire(limid, game.Players.LocalPlayer)
  777. end)
  778. spawn(function()
  779. v:Fire(tostring(limid), game.Players.LocalPlayer)
  780. end)
  781. end
  782. if v:IsA("RemoteFunction") then
  783. spawn(function()
  784. v:InvokeServer(limid)
  785. end)
  786. spawn(function()
  787. v:InvokeServer(tostring(limid))
  788. end)
  789. spawn(function()
  790. v:InvokeServer(game.Players.LocalPlayer, limid)
  791. end)
  792. task.wait(0.1)
  793. spawn(function()
  794. v:InvokeServer(game.Players.LocalPlayer, tostring(limid))
  795. end)
  796. spawn(function()
  797. v:InvokeServer(limid, game.Players.LocalPlayer)
  798. end)
  799. spawn(function()
  800. v:InvokeServer(tostring(limid), game.Players.LocalPlayer)
  801. end)
  802. spawn(function()
  803. v:InvokeServer(game.Players.LocalPlayer.UserId, limid)
  804. end)
  805. task.wait(0.1)
  806. spawn(function()
  807. v:InvokeServer(game.Players.LocalPlayer.UserId, tostring(limid))
  808. end)
  809. spawn(function()
  810. v:InvokeServer(limid, game.Players.LocalPlayer.UserId)
  811. end)
  812. spawn(function()
  813. v:InvokeServer(tostring(limid), game.Players.LocalPlayer.UserId)
  814. end)
  815. spawn(function()
  816. v:InvokeServer(tostring(game.Players.LocalPlayer.UserId), limid)
  817. end)
  818. spawn(function()
  819. v:InvokeServer(tostring(game.Players.LocalPlayer.UserId), tostring(limid))
  820. end)
  821. task.wait(0.1)
  822. spawn(function()
  823. v:InvokeServer(limid, tostring(game.Players.LocalPlayer.UserId))
  824. end)
  825. spawn(function()
  826. v:InvokeServer(tostring(limid), tostring(game.Players.LocalPlayer.UserId))
  827. end)
  828. end
  829. end
  830. end)
  831. end)
  832. local w3 = library:CreateWindow("PlayerHub Games")
  833. local abc = w3:CreateFolder("Subplaces") -- Creates the folder(U will put here your buttons,etc)
  834. local pages = game:GetService("AssetService"):GetGamePlacesAsync()
  835. local chosenversionsubplace = "Teleport"
  836. abc:Dropdown("What to do with Subplace", {"Teleport", "Copy Script", "Copy Game Link"}, true, function(subplacethingy)
  837. chosenversionsubplace = subplacethingy
  838. end)
  839.  
  840. while true and task.wait(0.5) do
  841. for _, place in pairs(pages:GetCurrentPage()) do
  842. abc:Button(tostring(place.Name) .. " (" .. tostring(place.PlaceId) .. ")", function()
  843. spawn(function()
  844. if chosenversionsubplace == "Teleport" then
  845. game:GetService("TeleportService"):Teleport(place.PlaceId, LocalPlayer)
  846. elseif chosenversionsubplace == "Copy Script" then
  847. setclipboard("-- This Script was Generated by Redblue's PlayerHub Ingame Game Sniper Script\ngame:GetService('TeleportService'):Teleport(" .. tostring(place.PlaceId) ..
  848. ", LocalPlayer)")
  849. elseif chosenversionsubplace == "Copy Game Link" then
  850. setclipboard("-- This Script was Generated by Redblue's PlayerHub Ingame Game Sniper Script\nhttps://www.roblox.com/games/" .. tostring(place.PlaceId))
  851. end
  852. end)
  853. end)
  854. task.wait(0.01)
  855.  
  856. end
  857. if pages.IsFinished then
  858. break
  859. end
  860. pages:AdvanceToNextPageAsync()
  861. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement