Advertisement
Finura

Make youtube videos to become rich and famous script (BY FinuraBR)

Apr 11th, 2023 (edited)
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Make youtube videos to become rich and famous", "Ocean")
  3. -- Script
  4. local Main = Window:NewTab("Script")
  5. local MainSection = Main:NewSection("Script")
  6.  
  7.  
  8. MainSection:NewButton("Auto Upload", "", function()
  9. _G.farm = true
  10.  
  11. while wait() do
  12. if _G.farm == true then
  13. game:GetService("ReplicatedStorage").KnitPackages.Knit.Services.TycoonService.RF.UploadVideo:InvokeServer()
  14. end
  15. end
  16. end)
  17.  
  18. MainSection:NewButton("Auto Buy My Video Speed", "", function()
  19. _G.farm = true
  20.  
  21. while wait() do
  22. if _G.farm == true then
  23. local args = {[1] = "MyVideoSpeed"}
  24.  
  25. game:GetService("ReplicatedStorage").KnitPackages.Knit.Services.ShopService.RF.BuyUpgrade:InvokeServer(unpack(args))
  26. end
  27. end
  28. end)
  29.  
  30. MainSection:NewButton("Auto Buy Video Value", "", function()
  31. _G.farm = true
  32.  
  33. while wait() do
  34. if _G.farm == true then
  35. local args = {[1] = "VideoValue"}
  36.  
  37. game:GetService("ReplicatedStorage").KnitPackages.Knit.Services.ShopService.RF.BuyUpgrade:InvokeServer(unpack(args))
  38. end
  39. end
  40. end)
  41.  
  42. MainSection:NewButton("Auto Buy Friend Video Speed", "", function()
  43. _G.farm = true
  44.  
  45. while wait() do
  46. if _G.farm == true then
  47. local args = {[1] = "FriendVideoSpeed"}
  48.  
  49. game:GetService("ReplicatedStorage").KnitPackages.Knit.Services.ShopService.RF.BuyUpgrade:InvokeServer(unpack(args))
  50. end
  51. end
  52. end)
  53.  
  54. MainSection:NewButton("Complete Obby", "", function()
  55. local teleport_table = {
  56. location1 = Vector3.new(-131.000031, 1.25, -214, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  57. location2 = Vector3.new()
  58. }
  59.  
  60. local tween_s = game:GetService('TweenService')
  61. local tweeninfo = TweenInfo.new(5,Enum.EasingStyle.Linear)
  62.  
  63. local lp = game.Players.LocalPlayer
  64.  
  65. function bypass_teleport(v)
  66. if lp.Character and
  67. lp.Character:FindFirstChild('HumanoidRootPart') then
  68. local cf = CFrame.new(v)
  69. local a = tween_s:Create(lp.Character.HumanoidRootPart,tweeninfo,{CFrame=cf})
  70. a:Play()
  71. -- a.Completed:Wait()
  72. -- print('Teleporting Done!')
  73. end
  74. end
  75.  
  76. bypass_teleport(teleport_table.location1)
  77. end)
  78.  
  79. MainSection:NewButton("Collect Super Speed Coil", "", function()
  80. local teleport_table = {
  81. 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
  82. location2 = Vector3.new() -- your desired position
  83. }
  84.  
  85. local tween_s = game:GetService('TweenService')
  86. local tweeninfo = TweenInfo.new(5,Enum.EasingStyle.Linear)
  87.  
  88. local lp = game.Players.LocalPlayer
  89.  
  90. function bypass_teleport(v)
  91. if lp.Character and
  92. lp.Character:FindFirstChild('HumanoidRootPart') then
  93. local cf = CFrame.new(v)
  94. local a = tween_s:Create(lp.Character.HumanoidRootPart,tweeninfo,{CFrame=cf})
  95. a:Play()
  96. -- a.Completed:Wait()
  97. -- print('Teleporting Done!')
  98. end
  99. end
  100.  
  101. bypass_teleport(teleport_table.location1)
  102. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement