Advertisement
XYZZAYNAY

Zays Farm Script

May 11th, 2021 (edited)
2,989
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.42 KB | None | 0 0
  1. -- Made by: XYZZAYNAY.
  2.  
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Farm = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. local Close = Instance.new("TextButton")
  9. local Equip = Instance.new("TextButton")
  10. local unEquip = Instance.new("TextButton")
  11. local HUD = Instance.new("TextButton")
  12. local Rumble = Instance.new("TextButton")
  13. local Anti = Instance.new("TextButton")
  14. local LowPing = Instance.new("TextButton")
  15. local Toolname = Instance.new("TextBox")
  16. local Open = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. ScreenGui.ResetOnSpawn = false
  22.  
  23. Frame.Parent = ScreenGui
  24. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  25. Frame.BorderColor3 = Color3.fromRGB(255, 255, 255)
  26. Frame.Position = UDim2.new(0.805263221, 0, 0.262518972, 0)
  27. Frame.Size = UDim2.new(0, 237, 0, 316)
  28. Frame.Visible = false
  29.  
  30. Farm.Name = "Farm"
  31. Farm.Parent = Frame
  32. Farm.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  33. Farm.BorderColor3 = Color3.fromRGB(0, 0, 255)
  34. Farm.Position = UDim2.new(0, 0, 0.157068998, 0)
  35. Farm.Size = UDim2.new(0, 237, 0, 42)
  36. Farm.Font = Enum.Font.Creepster
  37. Farm.Text = "Lift"
  38. Farm.TextColor3 = Color3.fromRGB(255, 85, 0)
  39. Farm.TextSize = 40.000
  40.  
  41. TextLabel.Parent = Frame
  42. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  43. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 255)
  44. TextLabel.Size = UDim2.new(0, 226, 0, 50)
  45. TextLabel.Font = Enum.Font.Creepster
  46. TextLabel.Text = "Made by: XYZZAYNAY"
  47. TextLabel.TextColor3 = Color3.fromRGB(255, 85, 0)
  48. TextLabel.TextSize = 20.000
  49. TextLabel.TextWrapped = true
  50.  
  51. Close.Name = "Close"
  52. Close.Parent = Frame
  53. Close.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  54. Close.BorderColor3 = Color3.fromRGB(0, 0, 255)
  55. Close.Position = UDim2.new(0.953586519, 0, 0, 0)
  56. Close.Size = UDim2.new(0, 11, 0, 50)
  57. Close.Font = Enum.Font.Creepster
  58. Close.Text = "X"
  59. Close.TextColor3 = Color3.fromRGB(255, 85, 0)
  60. Close.TextScaled = true
  61. Close.TextSize = 14.000
  62. Close.TextWrapped = true
  63.  
  64. Equip.Name = "Equip"
  65. Equip.Parent = Frame
  66. Equip.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  67. Equip.BorderColor3 = Color3.fromRGB(0, 0, 0)
  68. Equip.Position = UDim2.new(0, 0, 0.289178103, 0)
  69. Equip.Size = UDim2.new(0, 120, 0, 42)
  70. Equip.Font = Enum.Font.LuckiestGuy
  71. Equip.Text = "Equip"
  72. Equip.TextColor3 = Color3.fromRGB(255, 85, 0)
  73. Equip.TextSize = 28.000
  74.  
  75. unEquip.Name = "unEquip"
  76. unEquip.Parent = Frame
  77. unEquip.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  78. unEquip.BorderColor3 = Color3.fromRGB(0, 0, 255)
  79. unEquip.Position = UDim2.new(0.493670881, 0, 0.289178103, 0)
  80. unEquip.Size = UDim2.new(0, 120, 0, 42)
  81. unEquip.Font = Enum.Font.LuckiestGuy
  82. unEquip.Text = "unEquip"
  83. unEquip.TextColor3 = Color3.fromRGB(255, 85, 0)
  84. unEquip.TextSize = 28.000
  85.  
  86. HUD.Name = "HUD"
  87. HUD.Parent = Frame
  88. HUD.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  89. HUD.BorderColor3 = Color3.fromRGB(0, 0, 0)
  90. HUD.Position = UDim2.new(0, 0, 0.465546399, 0)
  91. HUD.Size = UDim2.new(0, 120, 0, 42)
  92. HUD.Font = Enum.Font.LuckiestGuy
  93. HUD.Text = "HUD"
  94. HUD.TextColor3 = Color3.fromRGB(255, 85, 0)
  95. HUD.TextSize = 30.000
  96. HUD.MouseButton1Click:connect(function()
  97. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.ProteinBuy:Destroy()
  98. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.OpenShop:Destroy()
  99. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.OpenReb:Destroy()
  100. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.ImageLabel:Destroy()
  101. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.OpenPack:Destroy()
  102. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.PopSound:Destroy()
  103. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.BlackMarket:Destroy()
  104. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.LiftRemind:Destroy()
  105. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.MuscleGain:Destroy()
  106. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.RebFrame:Destroy()
  107. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.ShopFrame:Destroy()
  108. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.OpenSkins:Destroy()
  109. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.Bar:Destroy()
  110. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.StrengthHolder.ImageLabel:Destroy()
  111. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.StrengthHolder.TextLabel.TextLabel:Destroy()
  112. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.CashHolder:Destroy()
  113. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.CashButton:Destroy()
  114. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.RumbleHolder:Destroy()
  115. end)
  116.  
  117. Rumble.Name = "Rumble"
  118. Rumble.Parent = Frame
  119. Rumble.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  120. Rumble.BorderColor3 = Color3.fromRGB(0, 0, 0)
  121. Rumble.Position = UDim2.new(0.493670881, 0, 0.465546399, 0)
  122. Rumble.Size = UDim2.new(0, 120, 0, 42)
  123. Rumble.Font = Enum.Font.LuckiestGuy
  124. Rumble.Text = "Rumble"
  125. Rumble.TextColor3 = Color3.fromRGB(255, 85, 0)
  126. Rumble.TextSize = 20.000
  127. Rumble.MouseButton1Down:connect(function()
  128. game.ReplicatedFirst.TourneyQ:Destroy()
  129. end)
  130.  
  131.  
  132. Toolname.Name = "Toolname"
  133. Toolname.Parent = Frame
  134. Toolname.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  135. Toolname.BorderColor3 = Color3.fromRGB(0, 0, 0)
  136. Toolname.Position = UDim2.new(0, 0, 0.775316477, 0)
  137. Toolname.Size = UDim2.new(0, 237, 0, 71)
  138. Toolname.Font = Enum.Font.Creepster
  139. Toolname.Text = "ToolName"
  140. Toolname.TextColor3 = Color3.fromRGB(255, 85, 0)
  141. Toolname.TextSize = 40.000
  142.  
  143. Open.Name = "Open"
  144. Open.Parent = ScreenGui
  145. Open.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  146. Open.BorderColor3 = Color3.fromRGB(0, 0, 0)
  147. Open.Position = UDim2.new(0.936090291, 0, 0.878603995, 0)
  148. Open.Size = UDim2.new(0, 84, 0, 37)
  149. Open.Font = Enum.Font.Creepster
  150. Open.Text = "Open Script"
  151. Open.TextColor3 = Color3.fromRGB(255, 85, 0)
  152. Open.TextScaled = true
  153. Open.TextSize = 12.000
  154. Open.TextWrapped = true
  155.  
  156. -- Scripts:
  157.  
  158. local function HXXJQPD_fake_script() -- Close.Script
  159. local script = Instance.new('Script', Close)
  160.  
  161. script.Parent.MouseButton1Click:Connect(function()
  162. script.Parent.Parent.Visible = false
  163. end)
  164.  
  165. end
  166. coroutine.wrap(HXXJQPD_fake_script)()
  167. local function MMLMHSZ_fake_script() -- ScreenGui.LocalScript
  168. local script = Instance.new('LocalScript', ScreenGui)
  169.  
  170. frame = script.Parent.Frame --Name of your frame
  171. frame.Draggable = true
  172. frame.Active = true
  173. frame.Selectable = true
  174. end
  175. coroutine.wrap(MMLMHSZ_fake_script)()
  176. local function EJYOOQ_fake_script() -- Open.Script
  177. local script = Instance.new('Script', Open)
  178.  
  179. script.Parent.MouseButton1Click:Connect(function()
  180. script.Parent.Parent.Frame.Visible = true
  181. end)
  182. end
  183. coroutine.wrap(EJYOOQ_fake_script)()
  184.  
  185.  
  186. Farm.Name = "Farm"
  187. Farm.Parent = Frame
  188. Farm.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  189. Farm.BorderColor3 = Color3.fromRGB(0, 0, 0)
  190. Farm.Position = UDim2.new(0, 0, 0.157068998, 0)
  191. Farm.Size = UDim2.new(0, 237, 0, 42)
  192. Farm.Font = Enum.Font.Creepster
  193. Farm.Text = "Lift"
  194. Farm.TextColor3 = Color3.fromRGB(255, 85, 0)
  195. Farm.TextSize = 30.000
  196. Farm.MouseButton1Click:connect(function()
  197. Farm.Visible = true
  198. _G.Farm = true
  199. while _G.Farm do
  200. wait(0.6)
  201. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  202. if v.Name == Toolname.Text then v:Activate() end
  203. end
  204. end
  205. end)
  206.  
  207. Equip.Name = "Equip"
  208. Equip.Parent = Frame
  209. Equip.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  210. Equip.BorderColor3 = Color3.fromRGB(0, 0, 0)
  211. Equip.Position = UDim2.new(0, 0, 0.289178103, 0)
  212. Equip.Size = UDim2.new(0, 120, 0, 42)
  213. Equip.Font = Enum.Font.LuckiestGuy
  214. Equip.Text = "Equip"
  215. Equip.TextColor3 = Color3.fromRGB(255, 85, 0)
  216. Equip.TextSize = 20.000
  217. Equip.MouseButton1Click:connect(function()
  218. Equip.Visible = true
  219. _G.Equip = true
  220. while _G.Equip do
  221. wait()
  222. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  223. if v.Name == Toolname.Text then
  224. v.Parent = game.Players.LocalPlayer.Character
  225. end
  226. end
  227. end
  228. end)
  229.  
  230.  
  231. unEquip.Name = "unEquip"
  232. unEquip.Parent = Frame
  233. unEquip.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  234. unEquip.BorderColor3 = Color3.fromRGB(0, 0, 0)
  235. unEquip.Position = UDim2.new(0.493670881, 0, 0.289178103, 0)
  236. unEquip.Size = UDim2.new(0, 120, 0, 42)
  237. unEquip.Font = Enum.Font.LuckiestGuy
  238. unEquip.Text = "unEquip"
  239. unEquip.TextColor3 = Color3.fromRGB(255, 85, 0)
  240. unEquip.TextSize = 20.000
  241. unEquip.MouseButton1Click:connect(function()
  242. Equip.Visible = true
  243. unEquip.Visible = true
  244. _G.Equip = false
  245. end)
  246.  
  247.  
  248.  
  249.  
  250.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement