Advertisement
CatGray

Sca

Feb 9th, 2024 (edited)
8,269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.42 KB | None | 0 0
  1.  
  2.  
  3.  
  4. loadstring(game:HttpGet("https://pastebin.com/raw/zMx2hpzS"))()
  5.  
  6.  
  7. local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
  8.  
  9. local PhantomForcesWindow = Library:NewWindow("Just A Script")
  10.  
  11. local WeLoveCat= PhantomForcesWindow:NewSection("Script")
  12.  
  13. WeLoveCat:CreateButton("Infinite Yield", function()
  14. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  15. end)
  16.  
  17. WeLoveCat:CreateButton("RemoteSpy Mobile", function()
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/RS/main/SimpleSpyMobile"))()
  19. end)
  20.  
  21. WeLoveCat:CreateButton("Dark Dex New", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Universal/BypassedDarkDexV3.lua", true))()
  22. end)
  23.  
  24. WeLoveCat:CreateButton("V1 Player Hub", function()
  25. loadstring(game:HttpGet("https://raw.githubusercontent.com/JustAP1ayer/PlayerHubOther/main/PlayerHubIngameUgcLimiteds.lua"))()
  26. end)
  27.  
  28. WeLoveCat:CreateButton("V2 Player Hub", function()
  29. loadstring(game:HttpGet(('https://raw.githubusercontent.com/JustAP1ayer/PlayerHubOther/main/PlayerHubIngameUgcLimitedsV2.lua')))()
  30. end)
  31.  
  32.  
  33. local WeLoveCat= PhantomForcesWindow:NewSection("UGC")
  34.  
  35. local loopActive = false
  36. local ClickingSpeed = 0
  37. local x, y, m = 55, 65.5, 1
  38.  
  39. local loopActive = false
  40.  
  41. WeLoveCat:CreateToggle("Auto Buy Limited", function(value)
  42. loopActive = value
  43. spawn(function()
  44. while loopActive do
  45. if game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator:FindFirstChild("Prompt") and
  46. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt:FindFirstChild("AlertContents") and
  47. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents:FindFirstChild("Footer") and
  48. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer:FindFirstChild("Buttons") and
  49. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons:FindFirstChild("2") and
  50. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons[2]:FindFirstChild("ButtonContent").ButtonMiddleContent and
  51. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons[2]:FindFirstChild("ButtonContent").ButtonMiddleContent:FindFirstChildOfClass("TextLabel") and tonumber(
  52. game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons[2]:FindFirstChild("ButtonContent").ButtonMiddleContent:FindFirstChildOfClass("TextLabel").Text) <= tonumber(m) then
  53.  
  54. local pos = game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons[2].AbsolutePosition
  55. game:GetService("VirtualInputManager"):SendMouseButtonEvent(pos.X + tonumber(x), pos.Y + tonumber(y), 0, true, game, 1)
  56. wait()
  57. game:GetService("VirtualInputManager"):SendMouseButtonEvent(pos.X + tonumber(x), pos.Y + tonumber(y), 0, false, game, 1)
  58. wait(ClickingSpeed)
  59. else
  60. wait()
  61. end
  62. end
  63. end)
  64. end)
  65.  
  66. WeLoveCat:CreateToggle("Auto Close Error", function(value)
  67. loopActive = value
  68. spawn(function()
  69. while loopActive do
  70. local pp = game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator:FindFirstChild("Prompt")
  71. if pp and pp.AlertContents and pp.AlertContents.Footer and pp.AlertContents.Footer.Buttons and not pp.AlertContents.Footer.Buttons:FindFirstChild("2") then
  72. if pp.AlertContents.Footer.Buttons:FindFirstChild("1") then
  73. local b1 = pp.AlertContents.Footer.Buttons[1].AbsolutePosition
  74. game:GetService("VirtualInputManager"):SendMouseButtonEvent(b1.X + 55, b1.Y + 65.5, 0, true, game, 1)
  75. wait()
  76. game:GetService("VirtualInputManager"):SendMouseButtonEvent(b1.X + 55, b1.Y + 65.5, 0, false, game, 1)
  77. end
  78. end
  79. wait(Speed)
  80. end
  81. end)
  82. end)
  83.  
  84. WeLoveCat:CreateButton("TP CFRAME GENERATE", function()
  85. local player = game.Players.LocalPlayer
  86. local character = player.Character or player.CharacterAdded:Wait()
  87. local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
  88.  
  89. local function copyPositionToClipboard()
  90. local cframeString = string.format("game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(%s)", tostring(humanoidRootPart.CFrame))
  91. setclipboard(cframeString .. "\n\n-- This was Generated Using 'Just A Script'. Support us by joining in my discord https://discord.com/invite/9wtZJrVjWR")
  92. end
  93.  
  94. copyPositionToClipboard()
  95. humanoidRootPart:GetPropertyChangedSignal("CFrame"):Connect(copyPositionToClipboard)
  96. end)
  97.  
  98. WeLoveCat:CreateButton("CFRAME COPY", function()
  99. local player = game.Players.LocalPlayer
  100. local character = player.Character or player.CharacterAdded:Wait()
  101. local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
  102.  
  103. local function copyPositionToClipboard()
  104. setclipboard(tostring(humanoidRootPart.CFrame))
  105. end
  106.  
  107. copyPositionToClipboard()
  108. humanoidRootPart:GetPropertyChangedSignal("CFrame"):Connect(copyPositionToClipboard)
  109. end)
  110.  
  111. WeLoveCat:CreateButton("Hide Player", function()
  112. loadstring(Game:HttpGet("https://pastebin.com/raw/42Rtuxd6"))()
  113. end)
  114.  
  115.  
  116. WeLoveCat:CreateButton("Delete Proximitypromt", function()
  117. loadstring(Game:HttpGet("https://pastebin.com/raw/wU7tLa8H"))()
  118. end)
  119.  
  120. WeLoveCat:CreateButton("Check Adonis", function()
  121. loadstring(game:HttpGet("https://raw.githubusercontent.com/JustAScripts/Favorable/main/AdonisChecker.Lua",true))()
  122. end)
  123.  
  124.  
  125.  
  126. local WeLoveCat= PhantomForcesWindow:NewSection("Firing")
  127.  
  128. WeLoveCat:CreateButton("Touchinterests", function()
  129. spawn(function()
  130. for _, descendant in ipairs(workspace:GetDescendants()) do
  131. if descendant:IsA("TouchTransmitter") and
  132. game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character.PrimaryPart then
  133. task.spawn(function()
  134. firetouchinterest(descendant:FindFirstAncestorWhichIsA("Part"),
  135. game.Players.LocalPlayer.Character.PrimaryPart, 1)
  136. task.wait()
  137. firetouchinterest(descendant:FindFirstAncestorWhichIsA("Part"),
  138. game.Players.LocalPlayer.Character.PrimaryPart, 0)
  139. end)
  140. end
  141. end
  142. end)
  143. end)
  144.  
  145. WeLoveCat:CreateButton("Clickedetector", function()
  146. spawn(function()
  147. for _, descendant in ipairs(workspace:GetDescendants()) do
  148. if descendant:IsA("ClickDetector") then
  149. task.spawn(function()
  150. fireclickdetector(descendant)
  151. end)
  152. end
  153. end
  154. end)
  155. end)
  156.  
  157. WeLoveCat:CreateButton("ProximityPrompt", function()
  158. spawn(function()
  159. for _, descendant in ipairs(workspace:GetDescendants()) do
  160. if descendant:IsA("ProximityPrompt") then
  161. fireproximityprompt(descendant)
  162. end
  163. end
  164. end)
  165. end)
  166.  
  167. local WeLoveCat= PhantomForcesWindow:NewSection("Discord")
  168.  
  169. WeLoveCat:CreateButton("Support By Joining", function()
  170. setclipboard("https://discord.com/invite/AxBCJzSrnK")
  171. end)
  172.  
  173. WeLoveCat:CreateButton("Destroy Gui", function()
  174. game.CoreGui.WizardLibrary:Destroy()
  175. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement