Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- This script can promise the following > +EasyMoney +EasySubs +NoPayToWin +EasyToUse +Help/SupportIfNeeded +SavesYou-2350Robux!
- -- Made by UnknownExploiter
- -- Below is unworking auto farm.
- local GameTitle = "Your Video Title"
- local GameName = "Exact Game Name"
- while true do
- wait(0.01)
- game:GetService("ReplicatedStorage").OwnedGameListFunction:InvokeServer()
- game:GetService("ReplicatedStorage").OwnedGameListFunction:InvokeServer()
- game:GetService("ReplicatedStorage").RecordStatusFunction:InvokeServer("Check")
- game:GetService("ReplicatedStorage").InitiateRecordVid:InvokeServer(GameName, GameTitle, false, false)
- game:GetService("ReplicatedStorage").RecordedVidFunction:InvokeServer(2, 0.333333333333333, 1)
- game:GetService("ReplicatedStorage").ChangeUpdateValEvent:FireServer()
- wait(0.01)
- game:GetService("ReplicatedStorage").UploadVidFunction:InvokeServer(GameTitle, GameName, false, false)
- game:GetService("ReplicatedStorage").SubMilestoneEvent:FireServer("Alpha")
- game:GetService("ReplicatedStorage").ChangeLSSubsOrCashEvent:FireServer("Cash")
- game:GetService("ReplicatedStorage").SubMilestoneEvent:FireServer("Alpha")
- game:GetService("ReplicatedStorage").ChangeLSSubsOrCashEvent:FireServer("Subs")
- game:GetService("ReplicatedStorage").CalculateXPFunction:InvokeServer(72, 12, "$5,000.01", "999", "1,000,000", GameTitle)
- end
- -- Below is working auto farm.
- while true do
- wait(0.01)
- game:GetService("ReplicatedStorage").OwnedGameListFunction:InvokeServer()
- game:GetService("ReplicatedStorage").OwnedGameListFunction:InvokeServer()
- game:GetService("ReplicatedStorage").RecordStatusFunction:InvokeServer("Check")
- game:GetService("ReplicatedStorage").InitiateRecordVid:InvokeServer("GameNameExactly", "VideoTitleName", false, false)
- game:GetService("ReplicatedStorage").RecordedVidFunction:InvokeServer(2, 0.333333333333333, 1)
- game:GetService("ReplicatedStorage").ChangeUpdateValEvent:FireServer()
- wait(0.01)
- game:GetService("ReplicatedStorage").UploadVidFunction:InvokeServer("VideoTitleName", "GameNameExactly", false, false)
- game:GetService("ReplicatedStorage").SubMilestoneEvent:FireServer("Alpha")
- game:GetService("ReplicatedStorage").ChangeLSSubsOrCashEvent:FireServer("Cash")
- game:GetService("ReplicatedStorage").SubMilestoneEvent:FireServer("Alpha")
- game:GetService("ReplicatedStorage").ChangeLSSubsOrCashEvent:FireServer("Subs")
- game:GetService("ReplicatedStorage").CalculateXPFunction:InvokeServer(72, 12, "$5,000.01", "999", "1,000,000", GameTitle)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement