Advertisement
hgrsdfghj

Roblox Pastriez Bakery point cheat script

Aug 16th, 2022
2,291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.60 KB | Gaming | 0 0
  1. getgenv().customer = "" -- Customer(Alt) Name Here
  2. getgenv().pointfarmenabled = true
  3.  
  4. local args = {
  5.     [1] = customer,
  6.     [2] = "Vanilla cakepop with Vanilla icing",
  7.     [3] = "Vanilla cakepop with Vanilla icing",
  8.     [4] = "Vanilla cakepop with Vanilla icing"
  9. }
  10.  
  11. if pointfarmenabled and rconsoleprint then rconsoleprint("Pastriez Bakery Cafe Point Farm Enabled\n") end
  12. if not pointfarmenabled and rconsoleprint then rconsoleprint("Pastriez Bakery Cafe Point Farm Disabled\n") end
  13. while pointfarmenabled and task.wait(1) do
  14.     game:GetService("ReplicatedStorage").FJBHn:FireServer(unpack(args))
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement