The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Grammy game auto farm script script pastebin roblox
By grammy game auto farm script on 2024-09-23 08:00 am | Syntax: LUA | Views: 9



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  
  2. local rem,ogcf,roll,effect
  3. for _,v in pairs(game.ReplicatedStorage.Packages:GetDescendants()) do
  4.     if v.Name == "ChangeVehicle" then
  5.         rem = v
  6.     elseif v.Name == "PurchaseRoll" then
  7.         roll = v
  8.     end
  9.     if rem and roll and effect then
  10.         break
  11.     end
  12. end
  13. local on = false
  14. local n,n2 = 1,1
  15. game:GetService("UserInputService").InputBegan:Connect(function(k)
  16.     if k.KeyCode == Enum.KeyCode.F5 then
  17.         if on then
  18.             on = false
  19.             rem:FireServer()
  20.             wait(.1)
  21.             game.Players.LocalPlayer.Character:SetPrimaryPartCFrame(ogcf)
  22.         else
  23.             ogcf = game.Players.LocalPlayer.Character.Head.CFrame
  24.             rem:FireServer("Plane")
  25.             wait(.1)
  26.             on = true
  27.         end
  28.     elseif k.KeyCode == Enum.KeyCode.F6 then
  29.         local co = workspace.Collectables:GetChildren()
  30.         for _,v in pairs(co) do
  31.             game.Players.LocalPlayer.Character:SetPrimaryPartCFrame(v.CFrame)
  32.             wait()
  33.         end
  34.     elseif k.KeyCode == Enum.KeyCode.F7 then
  35.         spawn(function()
  36.             roll:InvokeServer(n)
  37.         end)
  38.         n += 1
  39.         if n > 14 then
  40.             n = 1
  41.         end
  42.     end
  43. end)
  44. while wait() do
  45.     local v = workspace["Air Race"].Airport:GetChildren()
  46.     for _,v in pairs(v) do
  47.         if on then
  48.             rem:FireServer("Plane")
  49.             wait(.1)
  50.             v = v.Ring.TouchPart
  51.             game.Players.LocalPlayer.Character:SetPrimaryPartCFrame(v.CFrame)
  52.             firetouchinterest(v,game.Players.LocalPlayer.Character.Head,0)
  53.             rem:FireServer()
  54.             wait(.1)
  55.         end
  56.     end
  57. end
  58. game.Players.LocalPlayer.Character.Head.Anchored = false



  • Recent Roblox Scripts