Advertisement
Guest User

script

a guest
Jul 30th, 2021
632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.08 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local Farm = Instance.new("TextButton")
  9. local afk = Instance.new("TextButton")
  10. local Frame_2 = Instance.new("Frame")
  11. local TextLabel = Instance.new("TextLabel")
  12.  
  13. --Properties:
  14.  
  15. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. Frame.Parent = ScreenGui
  19. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  20. Frame.Position = UDim2.new(0.406552494, 0, 0.334969342, 0)
  21. Frame.Size = UDim2.new(0, 414, 0, 369)
  22.  
  23. Farm.Name = "Farm"
  24. Farm.Parent = Frame
  25. Farm.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  26. Farm.Position = UDim2.new(0.258454114, 0, 0.398373991, 0)
  27. Farm.Size = UDim2.new(0, 200, 0, 50)
  28. Farm.Font = Enum.Font.SourceSans
  29. Farm.Text = "Auto Farm (just walk when clicked)"
  30. Farm.TextColor3 = Color3.fromRGB(0, 0, 0)
  31. Farm.TextSize = 14.000
  32.  
  33. afk.Name = "afk"
  34. afk.Parent = Frame
  35. afk.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  36. afk.Position = UDim2.new(0.258454114, 0, 0.628726304, 0)
  37. afk.Size = UDim2.new(0, 200, 0, 50)
  38. afk.Font = Enum.Font.SourceSans
  39. afk.Text = "Anti Afk"
  40. afk.TextColor3 = Color3.fromRGB(0, 0, 0)
  41. afk.TextSize = 14.000
  42.  
  43. Frame_2.Parent = Frame
  44. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  45. Frame_2.Size = UDim2.new(0, 414, 0, 53)
  46.  
  47. TextLabel.Parent = Frame
  48. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  49. TextLabel.BackgroundTransparency = 1.000
  50. TextLabel.Position = UDim2.new(0.258454114, 0, 0.170731708, 0)
  51. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  52. TextLabel.Font = Enum.Font.SourceSans
  53. TextLabel.Text = "Best Pet Sim X Script"
  54. TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  55. TextLabel.TextScaled = true
  56. TextLabel.TextSize = 14.000
  57. TextLabel.TextWrapped = true
  58.  
  59. -- Scripts:
  60.  
  61. local function UYIEW_fake_script() -- Farm.LocalScript
  62.     local script = Instance.new('LocalScript', Farm)
  63.  
  64.     Farm.MouseButton1Down:connect(function()
  65.         getgenv().speed=200
  66.         for i,v in pairs(getconnections(game.Players.LocalPlayer.Idled)) do v:Disable() end
  67.         loadstring(game:HttpGet("https://raw.githubusercontent.com/inceldom/scrip/main/petsimsex",true))()
  68.     end)
  69. end
  70. coroutine.wrap(UYIEW_fake_script)()
  71. local function TDSG_fake_script() -- Frame.LocalScript
  72.     local script = Instance.new('LocalScript', Frame)
  73.  
  74.     local UIS = game:GetService('UserInputService')
  75.     local frame = script.Parent
  76.     local dragToggle = nil
  77.     local dragSpeed = 0.25
  78.     local dragStart = nil
  79.     local startPos = nil
  80.    
  81.     local function updateInput(input)
  82.         local delta = input.Position - dragStart
  83.         local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
  84.             startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  85.         game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
  86.     end
  87.    
  88.     frame.InputBegan:Connect(function(input)
  89.         if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  90.             dragToggle = true
  91.             dragStart = input.Position
  92.             startPos = frame.Position
  93.             input.Changed:Connect(function()
  94.                 if input.UserInputState == Enum.UserInputState.End then
  95.                     dragToggle = false
  96.                 end
  97.             end)
  98.         end
  99.     end)
  100.    
  101.     UIS.InputChanged:Connect(function(input)
  102.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  103.             if dragToggle then
  104.                 updateInput(input)
  105.             end
  106.         end
  107.     end)
  108. end
  109. coroutine.wrap(TDSG_fake_script)()
  110. local function JUWO_fake_script() -- afk.LocalScript
  111.     local script = Instance.new('LocalScript', afk)
  112.  
  113.     afk.MouseButton1Down:connect(function()
  114.         wait(0.5)local ba=Instance.new("ScreenGui")
  115.         local ca=Instance.new("TextLabel")local da=Instance.new("Frame")
  116.         local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui
  117.         ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
  118.         ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true
  119.         ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,370,0,52)
  120.         ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti Afk"ca.TextColor3=Color3.new(0,1,1)
  121.         ca.TextSize=22;da.Parent=ca
  122.         da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
  123.         da.Size=UDim2.new(0,370,0,107)_b.Parent=da
  124.         _b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0)
  125.         _b.Size=UDim2.new(0,370,0,21)_b.Font=Enum.Font.Arial;_b.Text="Made by Headshot#5868"
  126.         _b.TextColor3=Color3.new(0,1,1)_b.TextSize=20;ab.Parent=da
  127.         ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377,0)
  128.         ab.Size=UDim2.new(0,370,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Active"
  129.         ab.TextColor3=Color3.new(0,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
  130.         game:service'Players'.LocalPlayer.Idled:connect(function()
  131.             bb:CaptureController()bb:ClickButton2(Vector2.new())
  132.             ab.Text="Roblox kicked you but we didnt let them!"wait(2)ab.Text="Status : Active"end)
  133.     end)
  134.    
  135. end
  136. coroutine.wrap(JUWO_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement