Sign up
Login
New
Trending
Archive
English
English
Sign up
Login
New Paste
Add Image
getgenv().AutoBreed = true local Players = game:GetService("Players") local ReplicatedStorage = game:GetService("ReplicatedStorage") local Workspace = game:GetService("Workspace") local LocalPlayer = Players.LocalPlayer local BreedRemote = nil for _, v in pairs(ReplicatedStorage:GetDescendants()) do if v.Name == "breedRequest" then BreedRemote = v break end end if not BreedRemote then return end local function GetMyPen() local pens = Workspace:FindFirstChild("PlayerPens") if not pens then return nil end for _, pen in ipairs(pens:GetChildren()) do if pen:GetAttribute("Owner") == LocalPlayer.Name then return pen end for _, d in ipairs(pen:GetDescendants()) do if (d:IsA("ObjectValue") and d.Name == "Owner" and d.Value == LocalPlayer) then return pen end end end return nil end local function EquipBreedingTool() local char = LocalPlayer.Character if not char then return end local keywords = {"heart"} for _, t in pairs(char:GetChildren()) do if t:IsA("Tool") then local n = t.Name:lower() for _, k in ipairs(keywords) do if n:find(k) then return end end end end for _, t in pairs(LocalPlayer.Backpack:GetChildren()) do if t:IsA("Tool") then local n = t.Name:lower() for _, k in ipairs(keywords) do if n:find(k) then char.Humanoid:EquipTool(t) return end end end end end task.spawn(function() while getgenv().AutoBreed do local myPen = GetMyPen() if myPen and myPen:FindFirstChild("Pets") then local pets = myPen.Pets:GetChildren() local p1, p2 = nil, nil for _, p in ipairs(pets) do if p:IsA("Model") then if not p1 then p1 = p elseif not p2 then p2 = p break end end end if p1 and p2 then EquipBreedingTool() local pos1 = p1.PrimaryPart and p1.PrimaryPart.Position or Vector3.zero local pos2 = p2.PrimaryPart and p2.PrimaryPart.Position or Vector3.zero if BreedRemote:IsA("RemoteFunction") then task.spawn(function() BreedRemote:InvokeServer(p1, p2, pos1, pos2) end) ---exploit here else BreedRemote:FireServer(p1, p2, pos1, pos2) end print("Bred: " .. p1.Name .. " & " .. p2.Name) end end task.wait(0.1) end end)
Settings
Title :
[Optional]
Paste Folder :
[Optional]
Select
Syntax :
[Optional]
Select
Markup
CSS
JavaScript
Bash
C
C#
C++
Java
JSON
Lua
Plaintext
C-like
ABAP
ActionScript
Ada
Apache Configuration
APL
AppleScript
Arduino
ARFF
AsciiDoc
6502 Assembly
ASP.NET (C#)
AutoHotKey
AutoIt
Basic
Batch
Bison
Brainfuck
Bro
CoffeeScript
Clojure
Crystal
Content-Security-Policy
CSS Extras
D
Dart
Diff
Django/Jinja2
Docker
Eiffel
Elixir
Elm
ERB
Erlang
F#
Flow
Fortran
GEDCOM
Gherkin
Git
GLSL
GameMaker Language
Go
GraphQL
Groovy
Haml
Handlebars
Haskell
Haxe
HTTP
HTTP Public-Key-Pins
HTTP Strict-Transport-Security
IchigoJam
Icon
Inform 7
INI
IO
J
Jolie
Julia
Keyman
Kotlin
LaTeX
Less
Liquid
Lisp
LiveScript
LOLCODE
Makefile
Markdown
Markup templating
MATLAB
MEL
Mizar
Monkey
N4JS
NASM
nginx
Nim
Nix
NSIS
Objective-C
OCaml
OpenCL
Oz
PARI/GP
Parser
Pascal
Perl
PHP
PHP Extras
PL/SQL
PowerShell
Processing
Prolog
.properties
Protocol Buffers
Pug
Puppet
Pure
Python
Q (kdb+ database)
Qore
R
React JSX
React TSX
Ren'py
Reason
reST (reStructuredText)
Rip
Roboconf
Ruby
Rust
SAS
Sass (Sass)
Sass (Scss)
Scala
Scheme
Smalltalk
Smarty
SQL
Soy (Closure Template)
Stylus
Swift
TAP
Tcl
Textile
Template Toolkit 2
Twig
TypeScript
VB.Net
Velocity
Verilog
VHDL
vim
Visual Basic
WebAssembly
Wiki markup
Xeora
Xojo (REALbasic)
XQuery
YAML
HTML
Expiration :
[Optional]
Never
Self Destroy
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Status :
[Optional]
Public
Unlisted
Private (members only)
Password :
[Optional]
Description:
[Optional]
Tags:
[Optional]
Encrypt Paste
(
?
)
Create Paste
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Site Languages
×
English