Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- G to enable
- -- L to disable
- -- Brought to you by Aze
- wait()
- game.Players.LocalPlayer.Character.L_Character:Remove()
- local farm
- for i, v in pairs(game:GetDescendants()) do
- if v:IsA("ObjectValue") then
- if v.Value == game.Players.LocalPlayer then
- farm = v.Parent
- end
- end
- end
- local g = true
- local m = game.Players.LocalPlayer:GetMouse()
- m.KeyDown:Connect(function(e)
- if e == "g" then
- g = true
- while g do
- wait()
- game.ReplicatedStorage.Events.Weapon:FireServer("self", "\229\155\158\229\176\143\228\189\143\228\189\141\229\166\187\229\155\158\227\129\177\229\185\179\229\166\187\232\166\129\230\138\132\227\129\139\228\189\143\227\131\139\227\129\140\229\185\179\227\130\130\229\176\143\227\131\141\229\155\158\227\131\141\230\138\132\230\191\128\227\129\166\227\130\130\227\130\130\229\155\158\230\155\184")
- if farm:FindFirstChild("Meat") then
- game.Players.LocalPlayer.Character.Humanoid:MoveTo(farm.Meat.Position)
- if farm:FindFirstChild("Chicken") then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position, farm.Chicken.Position)
- end
- end
- end
- end
- end)
- m.KeyUp:Connect(function(e)
- if e == "l" then
- g = false
- end
- end)
Add Comment
Please, Sign In to add comment