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("Make youtube videos to become rich and famous", "Ocean")
- -- Script
- local Main = Window:NewTab("Script")
- local MainSection = Main:NewSection("Script")
- MainSection:NewButton("Auto Upload", "", function()
- _G.farm = true
- while wait() do
- if _G.farm == true then
- game:GetService("ReplicatedStorage").KnitPackages.Knit.Services.TycoonService.RF.UploadVideo:InvokeServer()
- end
- end
- end)
- MainSection:NewButton("Auto Buy My Video Speed", "", function()
- _G.farm = true
- while wait() do
- if _G.farm == true then
- local args = {[1] = "MyVideoSpeed"}
- game:GetService("ReplicatedStorage").KnitPackages.Knit.Services.ShopService.RF.BuyUpgrade:InvokeServer(unpack(args))
- end
- end
- end)
- MainSection:NewButton("Auto Buy Video Value", "", function()
- _G.farm = true
- while wait() do
- if _G.farm == true then
- local args = {[1] = "VideoValue"}
- game:GetService("ReplicatedStorage").KnitPackages.Knit.Services.ShopService.RF.BuyUpgrade:InvokeServer(unpack(args))
- end
- end
- end)
- MainSection:NewButton("Auto Buy Friend Video Speed", "", function()
- _G.farm = true
- while wait() do
- if _G.farm == true then
- local args = {[1] = "FriendVideoSpeed"}
- game:GetService("ReplicatedStorage").KnitPackages.Knit.Services.ShopService.RF.BuyUpgrade:InvokeServer(unpack(args))
- end
- end
- end)
- MainSection:NewButton("Complete Obby", "", function()
- local teleport_table = {
- location1 = Vector3.new(-131.000031, 1.25, -214, -1, 0, 0, 0, 1, 0, 0, 0, -1),
- location2 = Vector3.new()
- }
- local tween_s = game:GetService('TweenService')
- local tweeninfo = TweenInfo.new(5,Enum.EasingStyle.Linear)
- local lp = game.Players.LocalPlayer
- function bypass_teleport(v)
- if lp.Character and
- lp.Character:FindFirstChild('HumanoidRootPart') then
- local cf = CFrame.new(v)
- local a = tween_s:Create(lp.Character.HumanoidRootPart,tweeninfo,{CFrame=cf})
- a:Play()
- -- a.Completed:Wait()
- -- print('Teleporting Done!')
- end
- end
- bypass_teleport(teleport_table.location1)
- end)
- MainSection:NewButton("Collect Super Speed Coil", "", function()
- local teleport_table = {
- location1 = Vector3.new(-68.367218, 45.8633003, 7190.63623, -0.999591589, -0.0256646685, -0.0125732683, -0.0124500431, -0.00495553017, 0.999910176, -0.0257246718, 0.999658287, 0.00463396311), -- your desired position
- location2 = Vector3.new() -- your desired position
- }
- local tween_s = game:GetService('TweenService')
- local tweeninfo = TweenInfo.new(5,Enum.EasingStyle.Linear)
- local lp = game.Players.LocalPlayer
- function bypass_teleport(v)
- if lp.Character and
- lp.Character:FindFirstChild('HumanoidRootPart') then
- local cf = CFrame.new(v)
- local a = tween_s:Create(lp.Character.HumanoidRootPart,tweeninfo,{CFrame=cf})
- a:Play()
- -- a.Completed:Wait()
- -- print('Teleporting Done!')
- end
- end
- bypass_teleport(teleport_table.location1)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement