ControlC
· Pastebin
Login
Register
ControlC
/
Create paste
Paste content
Up to 100 KB of text. BBCode formatting is supported.
Title
- optional
Content
B
I
U
S
</>
Colors ↓
Sizes ↓
Size 1
Size 2
Size 3
Size 4
Size 5
Size 6
Size 7
getgenv().Enabled = true --Enabled/Disable the Autofarm\r\n\r\n local function createplatform()\r\n local platform = Instance.new(\"Part\", game:GetService(\"Workspace\"))\r\n platform.Size = Vector3.new(2048, 1, 2048)\r\n platform.CFrame = CFrame.new(-3966.61011, 608.327026, -4139.58984, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\n platform.Anchored = true\r\n platform.Name = \"Platform69\"\r\n print(\"Platform created\")\r\nend\r\n\r\n\r\nif game:GetService(\"Workspace\"):FindFirstChild(\"Platform69\") then\r\n print(\"Platform69 is there\")\r\n else\r\n createplatform()\r\nend\r\n\r\nlocal model = game:GetService(\"Workspace\")[game.Players.LocalPlayer.Name.. \"'s car\"]:GetDescendants()\r\nlocal car = game:GetService(\"Workspace\")[game.Players.LocalPlayer.Name.. \"'s car\"].Stats\r\n\r\nwhile getgenv().Enabled == true do\r\n \r\ngame.Workspace[game.Players.LocalPlayer.Name..\"'s car\"].Stats.MaxSpeed.Value=math.huge\r\ngame.Workspace[game.Players.LocalPlayer.Name..\"'s car\"].Stats.Torque.Value=math.huge\r\n \r\nwait(3) --[TP INTERVAL] (In seconds) change this to how often you want to be TP'ed\r\n\r\nfor index, descendant in pairs(model) do\r\n if descendant:IsA(\"BasePart\") then\r\n descendant.CFrame = CFrame.new(-3904.37183, 618.744934, -5148.86719, -0.999841809, -3.16823168e-09, 0.0177878682, -2.6610929e-09, 1, 2.85340409e-08, -0.0177878682, 2.84821908e-08, -0.999841809)\r\nend\r\nend\r\nend
Password
Anyone with the link will still need this password to view.
Self Destruct
5 minutes
1 hour
3 hours
6 hours
12 hours
24 hours
48 hours
72 hours
Sign in to enable "Never expires".
Create paste
Please verify you are human
Cancel