Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local JailbreakAutoRob = Instance.new("TextButton")
- local YourBizzareAdventureLevelFarmOp = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
- Main.Position = UDim2.new(0.655172408, 0, 0.649999976, 0)
- Main.Size = UDim2.new(0, 418, 0, 251)
- main.Active = true
- main.Draggable = true
- Title.Name = "Title"
- Title.Parent = ScreenGui
- Title.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- Title.Position = UDim2.new(0.655172408, 0, 0.649999976, 0)
- Title.Size = UDim2.new(0, 418, 0, 67)
- Title.Font = Enum.Font.SourceSans
- Title.Text = "Gui Made By Avoidzs On Yt"
- Title.TextColor3 = Color3.fromRGB(0, 0, 0)
- Title.TextSize = 36.000
- JailbreakAutoRob.Name = "Jailbreak AutoRob"
- JailbreakAutoRob.Parent = ScreenGui
- JailbreakAutoRob.BackgroundColor3 = Color3.fromRGB(115, 129, 255)
- JailbreakAutoRob.Position = UDim2.new(0.655172408, 0, 0.738157868, 0)
- JailbreakAutoRob.Size = UDim2.new(0, 418, 0, 95)
- JailbreakAutoRob.Font = Enum.Font.SourceSans
- JailbreakAutoRob.Text = "Jailbreak AutoRob"
- JailbreakAutoRob.TextColor3 = Color3.fromRGB(0, 0, 0)
- JailbreakAutoRob.TextSize = 40.000
- JailbreakAutoRob.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/alohabeach/Main/master/Scripts/Main.lua"))()
- end)
- YourBizzareAdventureLevelFarmOp.Name = "Your Bizzare Adventure Level Farm Op"
- YourBizzareAdventureLevelFarmOp.Parent = ScreenGui
- YourBizzareAdventureLevelFarmOp.BackgroundColor3 = Color3.fromRGB(255, 170, 127)
- YourBizzareAdventureLevelFarmOp.Position = UDim2.new(0.655172408, 0, 0.863157868, 0)
- YourBizzareAdventureLevelFarmOp.Size = UDim2.new(0, 418, 0, 89)
- YourBizzareAdventureLevelFarmOp.Font = Enum.Font.SourceSans
- YourBizzareAdventureLevelFarmOp.Text = "Your Bizzare Adventure Level Farm Op"
- YourBizzareAdventureLevelFarmOp.TextColor3 = Color3.fromRGB(0, 0, 0)
- YourBizzareAdventureLevelFarmOp.TextSize = 30.000
- YourBizzareAdventureLevelFarmOp.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://gist.githubusercontent.com/stellar-4242/090eac215b54e6520097aea444b9f530/raw/48e54416196937bae43e16036e1b59882d6f736c/autofarm.lua'))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement