Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("Car trading Free", "Ocean")
- --Main
- local Main = Window:NewTab("Main")
- local MainSection = Main:NewSection("Dupe Roped")
- MainSection:NewButton("dupe", "ButtonInfo", function()
- -- Script generated by SimpleSpy - credits to exx#9394
- local args = {
- [1] = {
- ["10001"] = 0
- }
- }
- game:GetService("ReplicatedStorage").Functions.Fuse.FuseRF:InvokeServer(unpack(args))
- end)
- MainSection:NewButton("upgrade", "ButtonInfo", function()
- -- Script generated by SimpleSpy - credits to exx#9394
- local args = {
- [1] = {
- ["10036"] = 1
- }
- }
- game:GetService("ReplicatedStorage").Functions.Fuse.FuseRF:InvokeServer(unpack(args))
- end)
- --Credits
- local Credits = Window:NewTab("Credits")
- local CreditsSection = Credits:NewSection("Limitholde312 made this free")
Advertisement
Comments
-
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("Car trading Free", "Ocean")
- --Main
- local Main = Window:NewTab("Main")
- local MainSection = Main:NewSection("Dupe Roped")
- MainSection:NewButton("dupe", "ButtonInfo", function()
- -- Script generated by SimpleSpy - credits to exx#9394
- local args = {
- [1] = {
- ["10001"] = 0
- }
- }
- game:GetService("ReplicatedStorage").Functions.Fuse.FuseRF:InvokeServer(unpack(args))
- end)
- MainSection:NewButton("upgrade", "ButtonInfo", function()
- -- Script generated by SimpleSpy - credits to exx#9394
- local args = {
- [1] = {
- ["10036"] = 1
- }
- }
- game:GetService("ReplicatedStorage").Functions.Fuse.FuseRF:InvokeServer(unpack(args))
- end)
- --Credits
- local Credits = Window:NewTab("Credits")
- local CreditsSection = Credits:NewSection("Limitholde312 made this free")
Add Comment
Please, Sign In to add comment
Advertisement