Advertisement
Vzurxy

jojo

Apr 29th, 2019
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local fruit = Instance.new("TextButton")
  4. local arrow = Instance.new("TextButton")
  5. local reqarrow = Instance.new("TextButton")
  6.  
  7. ScreenGui.Parent = game:GetService("CoreGui")
  8. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  9.  
  10. Frame.Parent = ScreenGui
  11. Frame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  12. Frame.BorderSizePixel = 0
  13. Frame.Position = UDim2.new(0.343246579, 0, 0.228426397, 0)
  14. Frame.Size = UDim2.new(0, 455, 0, 275)
  15. Frame.Active = true
  16. Frame.Draggable = true
  17.  
  18. fruit.Name = "fruit"
  19. fruit.Parent = Frame
  20. fruit.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  21. fruit.BorderSizePixel = 0
  22. fruit.Position = UDim2.new(0.0571428575, 0, 0.174545452, 0)
  23. fruit.Size = UDim2.new(0, 200, 0, 50)
  24. fruit.Font = Enum.Font.SourceSans
  25. fruit.Text = "get fruit"
  26. fruit.TextColor3 = Color3.new(1, 1, 1)
  27. fruit.TextSize = 14
  28.  
  29. fruit.MouseButton1Down:Connect(function()
  30. loadstring(game:HttpGet(('https://pastebin.com/raw/8rwhYCa1'),true))()
  31. end)
  32.  
  33.  
  34. arrow.Name = "arrow"
  35. arrow.Parent = Frame
  36. arrow.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  37. arrow.BorderSizePixel = 0
  38. arrow.Position = UDim2.new(0.520879149, 0, 0.174545452, 0)
  39. arrow.Size = UDim2.new(0, 200, 0, 50)
  40. arrow.Font = Enum.Font.SourceSans
  41. arrow.Text = "get arrow"
  42. arrow.TextColor3 = Color3.new(1, 1, 1)
  43. arrow.TextSize = 14
  44.  
  45. arrow.MouseButton1Down:Connect(function()
  46. loadstring(game:HttpGet(('https://pastebin.com/Zwc2GZzQ'),true))()
  47. end)
  48.  
  49. reqarrow.Name = "reqarrow"
  50. reqarrow.Parent = Frame
  51. reqarrow.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  52. reqarrow.BorderSizePixel = 0
  53. reqarrow.Position = UDim2.new(0.279120892, 0, 0.534545481, 0)
  54. reqarrow.Size = UDim2.new(0, 200, 0, 50)
  55. reqarrow.Font = Enum.Font.SourceSans
  56. reqarrow.Text = "get req arrow"
  57. reqarrow.TextColor3 = Color3.new(1, 1, 1)
  58. reqarrow.TextSize = 14
  59.  
  60. arrow.MouseButton1Down:Connect(function()
  61. loadstring(game:HttpGet(('https://pastebin.com/raw/TAqvN3Cb'),true))()
  62. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement