Advertisement
UnknownExploiter

Tuber Simulator

Jan 27th, 2019
2,558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.45 KB | None | 0 0
  1. -- This script can promise the following > +EasyMoney +EasySubs +NoPayToWin +EasyToUse +Help/SupportIfNeeded +SavesYou-2350Robux!
  2. -- Made by UnknownExploiter
  3.  
  4. -- Below is unworking auto farm.
  5. local GameTitle = "Your Video Title"
  6. local GameName = "Exact Game Name"
  7. while true do
  8. wait(0.01)
  9. game:GetService("ReplicatedStorage").OwnedGameListFunction:InvokeServer()
  10. game:GetService("ReplicatedStorage").OwnedGameListFunction:InvokeServer()
  11. game:GetService("ReplicatedStorage").RecordStatusFunction:InvokeServer("Check")
  12. game:GetService("ReplicatedStorage").InitiateRecordVid:InvokeServer(GameName, GameTitle, false, false)
  13. game:GetService("ReplicatedStorage").RecordedVidFunction:InvokeServer(2, 0.333333333333333, 1)
  14. game:GetService("ReplicatedStorage").ChangeUpdateValEvent:FireServer()
  15. wait(0.01)
  16. game:GetService("ReplicatedStorage").UploadVidFunction:InvokeServer(GameTitle, GameName, false, false)
  17. game:GetService("ReplicatedStorage").SubMilestoneEvent:FireServer("Alpha")
  18. game:GetService("ReplicatedStorage").ChangeLSSubsOrCashEvent:FireServer("Cash")
  19. game:GetService("ReplicatedStorage").SubMilestoneEvent:FireServer("Alpha")
  20. game:GetService("ReplicatedStorage").ChangeLSSubsOrCashEvent:FireServer("Subs")
  21. game:GetService("ReplicatedStorage").CalculateXPFunction:InvokeServer(72, 12, "$5,000.01", "999", "1,000,000", GameTitle)
  22. end
  23.  
  24.  
  25. -- Below is working auto farm.
  26. while true do
  27. wait(0.01)
  28. game:GetService("ReplicatedStorage").OwnedGameListFunction:InvokeServer()
  29. game:GetService("ReplicatedStorage").OwnedGameListFunction:InvokeServer()
  30. game:GetService("ReplicatedStorage").RecordStatusFunction:InvokeServer("Check")
  31. game:GetService("ReplicatedStorage").InitiateRecordVid:InvokeServer("GameNameExactly", "VideoTitleName", false, false)
  32. game:GetService("ReplicatedStorage").RecordedVidFunction:InvokeServer(2, 0.333333333333333, 1)
  33. game:GetService("ReplicatedStorage").ChangeUpdateValEvent:FireServer()
  34. wait(0.01)
  35. game:GetService("ReplicatedStorage").UploadVidFunction:InvokeServer("VideoTitleName", "GameNameExactly", false, false)
  36. game:GetService("ReplicatedStorage").SubMilestoneEvent:FireServer("Alpha")
  37. game:GetService("ReplicatedStorage").ChangeLSSubsOrCashEvent:FireServer("Cash")
  38. game:GetService("ReplicatedStorage").SubMilestoneEvent:FireServer("Alpha")
  39. game:GetService("ReplicatedStorage").ChangeLSSubsOrCashEvent:FireServer("Subs")
  40. game:GetService("ReplicatedStorage").CalculateXPFunction:InvokeServer(72, 12, "$5,000.01", "999", "1,000,000", GameTitle)
  41. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement