Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local fruit = Instance.new("TextButton")
- local arrow = Instance.new("TextButton")
- local reqarrow = Instance.new("TextButton")
- ScreenGui.Parent = game:GetService("CoreGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.343246579, 0, 0.228426397, 0)
- Frame.Size = UDim2.new(0, 455, 0, 275)
- Frame.Active = true
- Frame.Draggable = true
- fruit.Name = "fruit"
- fruit.Parent = Frame
- fruit.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- fruit.BorderSizePixel = 0
- fruit.Position = UDim2.new(0.0571428575, 0, 0.174545452, 0)
- fruit.Size = UDim2.new(0, 200, 0, 50)
- fruit.Font = Enum.Font.SourceSans
- fruit.Text = "get fruit"
- fruit.TextColor3 = Color3.new(1, 1, 1)
- fruit.TextSize = 14
- fruit.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/8rwhYCa1'),true))()
- end)
- arrow.Name = "arrow"
- arrow.Parent = Frame
- arrow.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- arrow.BorderSizePixel = 0
- arrow.Position = UDim2.new(0.520879149, 0, 0.174545452, 0)
- arrow.Size = UDim2.new(0, 200, 0, 50)
- arrow.Font = Enum.Font.SourceSans
- arrow.Text = "get arrow"
- arrow.TextColor3 = Color3.new(1, 1, 1)
- arrow.TextSize = 14
- arrow.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/Zwc2GZzQ'),true))()
- end)
- reqarrow.Name = "reqarrow"
- reqarrow.Parent = Frame
- reqarrow.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- reqarrow.BorderSizePixel = 0
- reqarrow.Position = UDim2.new(0.279120892, 0, 0.534545481, 0)
- reqarrow.Size = UDim2.new(0, 200, 0, 50)
- reqarrow.Font = Enum.Font.SourceSans
- reqarrow.Text = "get req arrow"
- reqarrow.TextColor3 = Color3.new(1, 1, 1)
- reqarrow.TextSize = 14
- arrow.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/TAqvN3Cb'),true))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement