Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Farm = Instance.new("TextButton")
- local afk = Instance.new("TextButton")
- local Frame_2 = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.Position = UDim2.new(0.406552494, 0, 0.334969342, 0)
- Frame.Size = UDim2.new(0, 414, 0, 369)
- Farm.Name = "Farm"
- Farm.Parent = Frame
- Farm.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Farm.Position = UDim2.new(0.258454114, 0, 0.398373991, 0)
- Farm.Size = UDim2.new(0, 200, 0, 50)
- Farm.Font = Enum.Font.SourceSans
- Farm.Text = "Auto Farm (just walk when clicked)"
- Farm.TextColor3 = Color3.fromRGB(0, 0, 0)
- Farm.TextSize = 14.000
- afk.Name = "afk"
- afk.Parent = Frame
- afk.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- afk.Position = UDim2.new(0.258454114, 0, 0.628726304, 0)
- afk.Size = UDim2.new(0, 200, 0, 50)
- afk.Font = Enum.Font.SourceSans
- afk.Text = "Anti Afk"
- afk.TextColor3 = Color3.fromRGB(0, 0, 0)
- afk.TextSize = 14.000
- Frame_2.Parent = Frame
- Frame_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Frame_2.Size = UDim2.new(0, 414, 0, 53)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.258454114, 0, 0.170731708, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Best Pet Sim X Script"
- TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- -- Scripts:
- local function UYIEW_fake_script() -- Farm.LocalScript
- local script = Instance.new('LocalScript', Farm)
- Farm.MouseButton1Down:connect(function()
- getgenv().speed=200
- for i,v in pairs(getconnections(game.Players.LocalPlayer.Idled)) do v:Disable() end
- loadstring(game:HttpGet("https://raw.githubusercontent.com/inceldom/scrip/main/petsimsex",true))()
- end)
- end
- coroutine.wrap(UYIEW_fake_script)()
- local function TDSG_fake_script() -- Frame.LocalScript
- local script = Instance.new('LocalScript', Frame)
- local UIS = game:GetService('UserInputService')
- local frame = script.Parent
- local dragToggle = nil
- local dragSpeed = 0.25
- local dragStart = nil
- local startPos = nil
- local function updateInput(input)
- local delta = input.Position - dragStart
- local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
- startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
- end
- frame.InputBegan:Connect(function(input)
- if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
- dragToggle = true
- dragStart = input.Position
- startPos = frame.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragToggle = false
- end
- end)
- end
- end)
- UIS.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- if dragToggle then
- updateInput(input)
- end
- end
- end)
- end
- coroutine.wrap(TDSG_fake_script)()
- local function JUWO_fake_script() -- afk.LocalScript
- local script = Instance.new('LocalScript', afk)
- afk.MouseButton1Down:connect(function()
- wait(0.5)local ba=Instance.new("ScreenGui")
- local ca=Instance.new("TextLabel")local da=Instance.new("Frame")
- local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui
- ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
- ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true
- ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,370,0,52)
- ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti Afk"ca.TextColor3=Color3.new(0,1,1)
- ca.TextSize=22;da.Parent=ca
- da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
- da.Size=UDim2.new(0,370,0,107)_b.Parent=da
- _b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0)
- _b.Size=UDim2.new(0,370,0,21)_b.Font=Enum.Font.Arial;_b.Text="Made by Headshot#5868"
- _b.TextColor3=Color3.new(0,1,1)_b.TextSize=20;ab.Parent=da
- ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377,0)
- ab.Size=UDim2.new(0,370,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Active"
- ab.TextColor3=Color3.new(0,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
- game:service'Players'.LocalPlayer.Idled:connect(function()
- bb:CaptureController()bb:ClickButton2(Vector2.new())
- ab.Text="Roblox kicked you but we didnt let them!"wait(2)ab.Text="Status : Active"end)
- end)
- end
- coroutine.wrap(JUWO_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement