Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Farmcoins = Instance.new("TextLabel")
- local ON = Instance.new("TextButton")
- local OFF = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.443537414, 0, 0.428746969, 0)
- Frame.Size = UDim2.new(0, 165, 0, 89)
- Frame.Style = Enum.FrameStyle.DropShadow
- Frame.Active = true
- Frame.Draggable = true
- Farmcoins.Name = "Farm coins"
- Farmcoins.Parent = Frame
- Farmcoins.BackgroundColor3 = Color3.new(1, 1, 1)
- Farmcoins.BackgroundTransparency = 1
- Farmcoins.BorderSizePixel = 0
- Farmcoins.Position = UDim2.new(0.166222766, 0, 4.83468175e-05, 0)
- Farmcoins.Size = UDim2.new(0, 98, 0, 24)
- Farmcoins.Font = Enum.Font.SourceSansBold
- Farmcoins.Text = "Farm coins"
- Farmcoins.TextColor3 = Color3.new(0, 0, 0)
- Farmcoins.TextScaled = true
- Farmcoins.TextSize = 14
- Farmcoins.TextStrokeTransparency = 12
- Farmcoins.TextWrapped = true
- ON.Name = "ON"
- ON.Parent = Frame
- ON.BackgroundColor3 = Color3.new(1, 1, 1)
- ON.BackgroundTransparency = 1
- ON.Position = UDim2.new(0.0130000003, 0, 0.409000009, 0)
- ON.Size = UDim2.new(0, 71, 0, 39)
- ON.AutoButtonColor = false
- ON.Font = Enum.Font.SourceSans
- ON.Text = "ON"
- ON.TextColor3 = Color3.new(0, 0, 0)
- ON.TextScaled = true
- ON.TextSize = 14
- ON.TextStrokeColor3 = Color3.new(0.960784, 0.498039, 0.164706)
- ON.TextWrapped = true
- ON.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2638.4, 89.2, -227.3)
- _G.toggled = true
- while _G.toggled == true do
- wait(1.3)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Coins.CashReward.Shine.CFrame
- end
- end)
- OFF.Name = "OFF"
- OFF.Parent = Frame
- OFF.BackgroundColor3 = Color3.new(1, 1, 1)
- OFF.BackgroundTransparency = 1
- OFF.Position = UDim2.new(0.510266542, 0, 0.409291804, 0)
- OFF.Size = UDim2.new(0, 71, 0, 39)
- OFF.Font = Enum.Font.SourceSans
- OFF.Text = "OFF"
- OFF.TextColor3 = Color3.new(0, 0, 0)
- OFF.TextScaled = true
- OFF.TextSize = 14
- OFF.TextWrapped = true
- OFF.MouseButton1Click:connect(function()
- _G.toggled = false
- while _G.toggled == true do
- wait(1.3)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Coins.CashReward.Shine.CFrame
- end
- end)
- game.StarterGui:SetCore("SendNotification",{["Title"]="Coin autofarm",["Text"]="Made by valbofs#7079",["Duration"]=10})
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement