Advertisement
UNKNOWNSCRIPTER12

JailBreakAutoFarm/YourBizzareAdventureLevelFarmOp

Jun 15th, 2021
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1.  
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local Title = Instance.new("TextLabel")
  5. local JailbreakAutoRob = Instance.new("TextButton")
  6. local YourBizzareAdventureLevelFarmOp = Instance.new("TextButton")
  7.  
  8. --Properties:
  9.  
  10. ScreenGui.Parent = game.CoreGui
  11.  
  12. Main.Name = "Main"
  13. Main.Parent = ScreenGui
  14. Main.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  15. Main.Position = UDim2.new(0.655172408, 0, 0.649999976, 0)
  16. Main.Size = UDim2.new(0, 418, 0, 251)
  17. main.Active = true
  18. main.Draggable = true
  19.  
  20. Title.Name = "Title"
  21. Title.Parent = ScreenGui
  22. Title.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  23. Title.Position = UDim2.new(0.655172408, 0, 0.649999976, 0)
  24. Title.Size = UDim2.new(0, 418, 0, 67)
  25. Title.Font = Enum.Font.SourceSans
  26. Title.Text = "Gui Made By Avoidzs On Yt"
  27. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  28. Title.TextSize = 36.000
  29.  
  30. JailbreakAutoRob.Name = "Jailbreak AutoRob"
  31. JailbreakAutoRob.Parent = ScreenGui
  32. JailbreakAutoRob.BackgroundColor3 = Color3.fromRGB(115, 129, 255)
  33. JailbreakAutoRob.Position = UDim2.new(0.655172408, 0, 0.738157868, 0)
  34. JailbreakAutoRob.Size = UDim2.new(0, 418, 0, 95)
  35. JailbreakAutoRob.Font = Enum.Font.SourceSans
  36. JailbreakAutoRob.Text = "Jailbreak AutoRob"
  37. JailbreakAutoRob.TextColor3 = Color3.fromRGB(0, 0, 0)
  38. JailbreakAutoRob.TextSize = 40.000
  39. JailbreakAutoRob.MouseButton1Down:connect(function()
  40. loadstring(game:HttpGet("https://raw.githubusercontent.com/alohabeach/Main/master/Scripts/Main.lua"))()
  41. end)
  42.  
  43. YourBizzareAdventureLevelFarmOp.Name = "Your Bizzare Adventure Level Farm Op"
  44. YourBizzareAdventureLevelFarmOp.Parent = ScreenGui
  45. YourBizzareAdventureLevelFarmOp.BackgroundColor3 = Color3.fromRGB(255, 170, 127)
  46. YourBizzareAdventureLevelFarmOp.Position = UDim2.new(0.655172408, 0, 0.863157868, 0)
  47. YourBizzareAdventureLevelFarmOp.Size = UDim2.new(0, 418, 0, 89)
  48. YourBizzareAdventureLevelFarmOp.Font = Enum.Font.SourceSans
  49. YourBizzareAdventureLevelFarmOp.Text = "Your Bizzare Adventure Level Farm Op"
  50. YourBizzareAdventureLevelFarmOp.TextColor3 = Color3.fromRGB(0, 0, 0)
  51. YourBizzareAdventureLevelFarmOp.TextSize = 30.000
  52. YourBizzareAdventureLevelFarmOp.MouseButton1Down:connect(function()
  53. loadstring(game:HttpGet('https://gist.githubusercontent.com/stellar-4242/090eac215b54e6520097aea444b9f530/raw/48e54416196937bae43e16036e1b59882d6f736c/autofarm.lua'))()
  54. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement