Advertisement
Guest User

Plates Of Fate AutoFarm Gui

a guest
Dec 1st, 2019
4,773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.85 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Bar = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local Main = Instance.new("Frame")
  7. local Instructions = Instance.new("TextLabel")
  8. local START = Instance.new("TextButton")
  9. local STOP = Instance.new("TextButton")
  10. local Hello = Instance.new("TextLabel")
  11. local Avatar = Instance.new("ImageLabel")
  12. local PlatesOfFate = Instance.new("ScreenGui")
  13. --Properties:
  14. PlatesOfFate.Name = "PlatesOfFate"
  15. PlatesOfFate.Parent = game.CoreGui
  16.  
  17. Bar.Name = "Bar"
  18. Bar.Parent = PlatesOfFate
  19. Bar.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  20. Bar.BorderSizePixel = 0
  21. Bar.Position = UDim2.new(0.655319154, 0, 0.251634002, 0)
  22. Bar.Size = UDim2.new(0.253900707, 0, 0.0620915033, 0)
  23. Bar.Active = true
  24. Bar.Draggable = true
  25.  
  26. Title.Name = "Title"
  27. Title.Parent = Bar
  28. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  29. Title.BackgroundTransparency = 1
  30. Title.BorderSizePixel = 0
  31. Title.Size = UDim2.new(0.748603284, 0, 1, 0)
  32. Title.Font = Enum.Font.GothamSemibold
  33. Title.Text = "Plates Of Fate AutoFarm"
  34. Title.TextColor3 = Color3.new(1, 1, 1)
  35. Title.TextScaled = true
  36. Title.TextSize = 14
  37. Title.TextWrapped = true
  38. Title.TextXAlignment = Enum.TextXAlignment.Left
  39.  
  40. Main.Name = "Main"
  41. Main.Parent = Bar
  42. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  43. Main.BorderSizePixel = 0
  44. Main.Position = UDim2.new(0, 0, 1.00000036, 0)
  45. Main.Size = UDim2.new(0.99999994, 0, 6.50000048, 0)
  46.  
  47. Instructions.Name = "Instructions"
  48. Instructions.Parent = Main
  49. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  50. Instructions.BackgroundTransparency = 1
  51. Instructions.BorderSizePixel = 0
  52. Instructions.Position = UDim2.new(0, 0, 0.0463582762, 0)
  53. Instructions.Size = UDim2.new(1.00000012, 0, 0.153465331, 0)
  54. Instructions.Font = Enum.Font.SourceSans
  55. Instructions.Text = "Press Start to start gaining money!"
  56. Instructions.TextColor3 = Color3.new(1, 1, 1)
  57. Instructions.TextSize = 30
  58. Instructions.TextWrapped = true
  59.  
  60. START.Name = "START"
  61. START.Parent = Main
  62. START.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  63. START.BorderSizePixel = 0
  64. START.ClipsDescendants = true
  65. START.Position = UDim2.new(0.58824563, -100, 0.459514141, -25)
  66. START.Size = UDim2.new(0.378395408, 0, 0.202429131, 0)
  67. START.AutoButtonColor = false
  68. START.Font = Enum.Font.SourceSansBold
  69. START.Text = "START"
  70. START.TextColor3 = Color3.new(1, 1, 1)
  71. START.TextScaled = true
  72. START.TextSize = 18
  73. START.TextWrapped = true
  74. START.MouseButton1Click:connect(function()
  75.     START.Visible = false
  76.     STOP.Visible = true
  77. repeat
  78. wait(0.3)
  79. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-274, 9, -40)
  80. wait(0.3)
  81. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-274, 9, -0)
  82. wait(0.3)
  83. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-275, 9, 40)
  84. until START.Visible == true
  85. end)
  86.  
  87. STOP.Name = "STOP"
  88. STOP.Parent = Main
  89. STOP.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  90. STOP.BorderSizePixel = 0
  91. STOP.ClipsDescendants = true
  92. STOP.Position = UDim2.new(0.58824563, -100, 0.459514141, -25)
  93. STOP.Size = UDim2.new(0.378395408, 0, 0.202429131, 0)
  94. STOP.Visible = false
  95. STOP.AutoButtonColor = false
  96. STOP.Font = Enum.Font.SourceSansBold
  97. STOP.Text = "STOP"
  98. STOP.TextColor3 = Color3.new(1, 1, 1)
  99. STOP.TextScaled = true
  100. STOP.TextSize = 18
  101. STOP.TextWrapped = true
  102. STOP.MouseButton1Click:connect(function()
  103.     STOP.Visible = false
  104.     START.Visible = true
  105. end)
  106.  
  107. Hello.Name = "Hello"
  108. Hello.Parent = Main
  109. Hello.BackgroundColor3 = Color3.new(1, 1, 1)
  110. Hello.BackgroundTransparency = 1
  111. Hello.BorderSizePixel = 0
  112. Hello.Position = UDim2.new(0.279329628, 0, 0.850202382, 0)
  113. Hello.Size = UDim2.new(0.69273746, 0, 0.149797559, 0)
  114. Hello.Font = Enum.Font.SourceSans
  115. Hello.Text = "Hello, " ..game.Players.LocalPlayer.Name
  116. Hello.TextColor3 = Color3.new(1, 1, 1)
  117. Hello.TextScaled = true
  118. Hello.TextSize = 14
  119. Hello.TextWrapped = true
  120. Hello.TextXAlignment = Enum.TextXAlignment.Left
  121.  
  122. Avatar.Name = "Avatar"
  123. Avatar.Parent = Main
  124. Avatar.BackgroundColor3 = Color3.new(1, 1, 1)
  125. Avatar.BackgroundTransparency = 1
  126. Avatar.BorderSizePixel = 0
  127. Avatar.Position = UDim2.new(0, 0, 0.720647752, 0)
  128. Avatar.Size = UDim2.new(0.19832404, 0, 0.279352218, 0)
  129. Avatar.Image = "https://assetgame.roblox.com/Thumbs/Avatar.ashx?x=250&y=250&Format=Png&username="..game:GetService("Players").LocalPlayer.Name
  130. -- Scripts:
  131. function SCRIPT_DYAA78_FAKESCRIPT() -- START.STARTFlood
  132.     local script = Instance.new('LocalScript')
  133.     script.Parent = START
  134.     local btn=script.Parent
  135.    
  136.     btn.MouseButton1Down:connect(function()
  137.         local img=Instance.new'ImageLabel'
  138.         img.BackgroundTransparency=1
  139.         img.BorderSizePixel=0
  140.         img.Image="rbxassetid://1217158727"
  141.         img.ImageColor3=Color3.new(54/255, 126/255, 207/255)
  142.         img.Size=UDim2.new(0,0,0,0)
  143.         img.Position=UDim2.new(.5,0,.5,0)
  144.         img.Parent=btn
  145.         img:TweenSizeAndPosition(UDim2.new(0,200,0,200),UDim2.new(.5,-100,.5,-100),Enum.EasingDirection.Out,Enum.EasingStyle.Linear,.5)
  146.         for i=0.1,1,.05 do
  147.             img.ImageTransparency=i
  148.             wait()
  149.         end
  150.         img:Destroy()
  151.     end)
  152.  
  153. end
  154. coroutine.resume(coroutine.create(SCRIPT_DYAA78_FAKESCRIPT))
  155. function SCRIPT_ZAYG77_FAKESCRIPT() -- STOP.STOPFlood
  156.     local script = Instance.new('LocalScript')
  157.     script.Parent = STOP
  158.     local btn=script.Parent
  159.    
  160.     btn.MouseButton1Down:connect(function()
  161.         local img=Instance.new'ImageLabel'
  162.         img.BackgroundTransparency=1
  163.         img.BorderSizePixel=0
  164.         img.Image="rbxassetid://1217158727"
  165.         img.ImageColor3=Color3.new(54/255, 126/255, 207/255)
  166.         img.Size=UDim2.new(0,0,0,0)
  167.         img.Position=UDim2.new(.5,0,.5,0)
  168.         img.Parent=btn
  169.         img:TweenSizeAndPosition(UDim2.new(0,200,0,200),UDim2.new(.5,-100,.5,-100),Enum.EasingDirection.Out,Enum.EasingStyle.Linear,.5)
  170.         for i=0.1,1,.05 do
  171.             img.ImageTransparency=i
  172.             wait()
  173.         end
  174.         img:Destroy()
  175.     end)
  176.  
  177. end
  178. coroutine.resume(coroutine.create(SCRIPT_ZAYG77_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement