Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- loadstring(game:HttpGet("https://pastebin.com/raw/zMx2hpzS"))()
- local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
- local PhantomForcesWindow = Library:NewWindow("Just A Script")
- local WeLoveCat= PhantomForcesWindow:NewSection("Script")
- WeLoveCat:CreateButton("Infinite Yield", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- WeLoveCat:CreateButton("RemoteSpy Mobile", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/RS/main/SimpleSpyMobile"))()
- end)
- WeLoveCat:CreateButton("Dark Dex New", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Universal/BypassedDarkDexV3.lua", true))()
- end)
- WeLoveCat:CreateButton("V1 Player Hub", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/JustAP1ayer/PlayerHubOther/main/PlayerHubIngameUgcLimiteds.lua"))()
- end)
- WeLoveCat:CreateButton("V2 Player Hub", function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/JustAP1ayer/PlayerHubOther/main/PlayerHubIngameUgcLimitedsV2.lua')))()
- end)
- local WeLoveCat= PhantomForcesWindow:NewSection("UGC")
- local loopActive = false
- local ClickingSpeed = 0
- local x, y, m = 55, 65.5, 1
- local loopActive = false
- WeLoveCat:CreateToggle("Auto Buy Limited", function(value)
- loopActive = value
- spawn(function()
- while loopActive do
- if game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator:FindFirstChild("Prompt") and
- game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt:FindFirstChild("AlertContents") and
- game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents:FindFirstChild("Footer") and
- game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer:FindFirstChild("Buttons") and
- game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons:FindFirstChild("2") and
- game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons[2]:FindFirstChild("ButtonContent").ButtonMiddleContent and
- game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons[2]:FindFirstChild("ButtonContent").ButtonMiddleContent:FindFirstChildOfClass("TextLabel") and tonumber(
- game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons[2]:FindFirstChild("ButtonContent").ButtonMiddleContent:FindFirstChildOfClass("TextLabel").Text) <= tonumber(m) then
- local pos = game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator.Prompt.AlertContents.Footer.Buttons[2].AbsolutePosition
- game:GetService("VirtualInputManager"):SendMouseButtonEvent(pos.X + tonumber(x), pos.Y + tonumber(y), 0, true, game, 1)
- wait()
- game:GetService("VirtualInputManager"):SendMouseButtonEvent(pos.X + tonumber(x), pos.Y + tonumber(y), 0, false, game, 1)
- wait(ClickingSpeed)
- else
- wait()
- end
- end
- end)
- end)
- WeLoveCat:CreateToggle("Auto Close Error", function(value)
- loopActive = value
- spawn(function()
- while loopActive do
- local pp = game.CoreGui.PurchasePrompt.ProductPurchaseContainer.Animator:FindFirstChild("Prompt")
- if pp and pp.AlertContents and pp.AlertContents.Footer and pp.AlertContents.Footer.Buttons and not pp.AlertContents.Footer.Buttons:FindFirstChild("2") then
- if pp.AlertContents.Footer.Buttons:FindFirstChild("1") then
- local b1 = pp.AlertContents.Footer.Buttons[1].AbsolutePosition
- game:GetService("VirtualInputManager"):SendMouseButtonEvent(b1.X + 55, b1.Y + 65.5, 0, true, game, 1)
- wait()
- game:GetService("VirtualInputManager"):SendMouseButtonEvent(b1.X + 55, b1.Y + 65.5, 0, false, game, 1)
- end
- end
- wait(Speed)
- end
- end)
- end)
- WeLoveCat:CreateButton("TP CFRAME GENERATE", function()
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
- local function copyPositionToClipboard()
- local cframeString = string.format("game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(%s)", tostring(humanoidRootPart.CFrame))
- setclipboard(cframeString .. "\n\n-- This was Generated Using 'Just A Script'. Support us by joining in my discord https://discord.com/invite/9wtZJrVjWR")
- end
- copyPositionToClipboard()
- humanoidRootPart:GetPropertyChangedSignal("CFrame"):Connect(copyPositionToClipboard)
- end)
- WeLoveCat:CreateButton("CFRAME COPY", function()
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
- local function copyPositionToClipboard()
- setclipboard(tostring(humanoidRootPart.CFrame))
- end
- copyPositionToClipboard()
- humanoidRootPart:GetPropertyChangedSignal("CFrame"):Connect(copyPositionToClipboard)
- end)
- WeLoveCat:CreateButton("Hide Player", function()
- loadstring(Game:HttpGet("https://pastebin.com/raw/42Rtuxd6"))()
- end)
- WeLoveCat:CreateButton("Delete Proximitypromt", function()
- loadstring(Game:HttpGet("https://pastebin.com/raw/wU7tLa8H"))()
- end)
- WeLoveCat:CreateButton("Check Adonis", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/JustAScripts/Favorable/main/AdonisChecker.Lua",true))()
- end)
- local WeLoveCat= PhantomForcesWindow:NewSection("Firing")
- WeLoveCat:CreateButton("Touchinterests", function()
- spawn(function()
- for _, descendant in ipairs(workspace:GetDescendants()) do
- if descendant:IsA("TouchTransmitter") and
- game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character.PrimaryPart then
- task.spawn(function()
- firetouchinterest(descendant:FindFirstAncestorWhichIsA("Part"),
- game.Players.LocalPlayer.Character.PrimaryPart, 1)
- task.wait()
- firetouchinterest(descendant:FindFirstAncestorWhichIsA("Part"),
- game.Players.LocalPlayer.Character.PrimaryPart, 0)
- end)
- end
- end
- end)
- end)
- WeLoveCat:CreateButton("Clickedetector", function()
- spawn(function()
- for _, descendant in ipairs(workspace:GetDescendants()) do
- if descendant:IsA("ClickDetector") then
- task.spawn(function()
- fireclickdetector(descendant)
- end)
- end
- end
- end)
- end)
- WeLoveCat:CreateButton("ProximityPrompt", function()
- spawn(function()
- for _, descendant in ipairs(workspace:GetDescendants()) do
- if descendant:IsA("ProximityPrompt") then
- fireproximityprompt(descendant)
- end
- end
- end)
- end)
- local WeLoveCat= PhantomForcesWindow:NewSection("Discord")
- WeLoveCat:CreateButton("Support By Joining", function()
- setclipboard("https://discord.com/invite/AxBCJzSrnK")
- end)
- WeLoveCat:CreateButton("Destroy Gui", function()
- game.CoreGui.WizardLibrary:Destroy()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement