Advertisement
Guest User

car trading free

a guest
Feb 19th, 2023
8,920
2
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 2 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Car trading Free", "Ocean")
  3.  
  4. --Main
  5. local Main = Window:NewTab("Main")
  6. local MainSection = Main:NewSection("Dupe Roped")
  7.  
  8. MainSection:NewButton("dupe", "ButtonInfo", function()
  9. -- Script generated by SimpleSpy - credits to exx#9394
  10.  
  11. local args = {
  12. [1] = {
  13. ["10001"] = 0
  14. }
  15. }
  16.  
  17. game:GetService("ReplicatedStorage").Functions.Fuse.FuseRF:InvokeServer(unpack(args))
  18. end)
  19.  
  20. MainSection:NewButton("upgrade", "ButtonInfo", function()
  21. -- Script generated by SimpleSpy - credits to exx#9394
  22.  
  23. local args = {
  24. [1] = {
  25. ["10036"] = 1
  26. }
  27. }
  28.  
  29. game:GetService("ReplicatedStorage").Functions.Fuse.FuseRF:InvokeServer(unpack(args))
  30. end)
  31.  
  32. --Credits
  33. local Credits = Window:NewTab("Credits")
  34. local CreditsSection = Credits:NewSection("Limitholde312 made this free")
Advertisement
Comments
  • Luludu09
    182 days
    # text 1.06 KB | 1 0
    1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
    2. local Window = Library.CreateLib("Car trading Free", "Ocean")
    3.  
    4. --Main
    5. local Main = Window:NewTab("Main")
    6. local MainSection = Main:NewSection("Dupe Roped")
    7.  
    8. MainSection:NewButton("dupe", "ButtonInfo", function()
    9. -- Script generated by SimpleSpy - credits to exx#9394
    10.  
    11. local args = {
    12. [1] = {
    13. ["10001"] = 0
    14. }
    15. }
    16.  
    17. game:GetService("ReplicatedStorage").Functions.Fuse.FuseRF:InvokeServer(unpack(args))
    18. end)
    19.  
    20. MainSection:NewButton("upgrade", "ButtonInfo", function()
    21. -- Script generated by SimpleSpy - credits to exx#9394
    22.  
    23. local args = {
    24. [1] = {
    25. ["10036"] = 1
    26. }
    27. }
    28.  
    29. game:GetService("ReplicatedStorage").Functions.Fuse.FuseRF:InvokeServer(unpack(args))
    30. end)
    31.  
    32. --Credits
    33. local Credits = Window:NewTab("Credits")
    34. local CreditsSection = Credits:NewSection("Limitholde312 made this free")
Add Comment
Please, Sign In to add comment
Advertisement