Advertisement
Fish_2651

Farming N friends made by fish#2651

Apr 17th, 2021
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.86 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local FarmingNfriendsmadebyfish2651 = Instance.new("ScreenGui")
  7. local Title = Instance.new("Frame")
  8. local Frame = Instance.new("Frame")
  9. local Frame_2 = Instance.new("Frame")
  10. local Frame_3 = Instance.new("Frame")
  11. local Base = Instance.new("TextLabel")
  12. local Base1N2 = Instance.new("TextButton")
  13. local Base3 = Instance.new("TextButton")
  14. local Base4 = Instance.new("TextButton")
  15. local Base5 = Instance.new("TextButton")
  16. local Base6 = Instance.new("TextButton")
  17. local Base7 = Instance.new("TextButton")
  18. local Shops = Instance.new("TextLabel")
  19. local SeedShop1 = Instance.new("TextButton")
  20. local SeedShop2 = Instance.new("TextButton")
  21. local WoodNStuff = Instance.new("TextButton")
  22. local Carshop = Instance.new("TextButton")
  23. local Eggsell = Instance.new("TextButton")
  24. local Foodstore = Instance.new("TextButton")
  25. local TextLabel = Instance.new("TextLabel")
  26. local TextLabel_2 = Instance.new("TextLabel")
  27.  
  28. --Properties:
  29.  
  30. FarmingNfriendsmadebyfish2651.Name = "Farming N friends made by fish#2651"
  31. FarmingNfriendsmadebyfish2651.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  32. FarmingNfriendsmadebyfish2651.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  33.  
  34. Title.Name = "Title"
  35. Title.Parent = FarmingNfriendsmadebyfish2651
  36. Title.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  37. Title.Position = UDim2.new(0, 0, 0.193832606, 0)
  38. Title.Size = UDim2.new(0, 283, 0, 45)
  39.  
  40. Frame.Parent = Title
  41. Frame.BackgroundColor3 = Color3.fromRGB(44, 44, 44)
  42. Frame.Position = UDim2.new(-0.00190804957, 0, 0.990566015, 0)
  43. Frame.Size = UDim2.new(0, 283, 0, 229)
  44.  
  45. Frame_2.Parent = Title
  46. Frame_2.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  47. Frame_2.Position = UDim2.new(0.0604179017, 0, 1.38723278, 0)
  48. Frame_2.Size = UDim2.new(0, 247, 0, 192)
  49.  
  50. Frame_3.Parent = Frame_2
  51. Frame_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  52. Frame_3.Position = UDim2.new(0.489878535, 0, 0, 0)
  53. Frame_3.Size = UDim2.new(0, 5, 0, 192)
  54.  
  55. Base.Name = "Base"
  56. Base.Parent = Frame_2
  57. Base.BackgroundColor3 = Color3.fromRGB(43, 57, 75)
  58. Base.Size = UDim2.new(0, 121, 0, 28)
  59. Base.Font = Enum.Font.SourceSans
  60. Base.Text = "Player base"
  61. Base.TextColor3 = Color3.fromRGB(85, 255, 0)
  62. Base.TextScaled = true
  63. Base.TextSize = 14.000
  64. Base.TextWrapped = true
  65.  
  66. Base1N2.Name = "Base1 N 2"
  67. Base1N2.Parent = Base
  68. Base1N2.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  69. Base1N2.Position = UDim2.new(0, 0, 1, 0)
  70. Base1N2.Size = UDim2.new(0, 121, 0, 17)
  71. Base1N2.Font = Enum.Font.SourceSans
  72. Base1N2.Text = "Base1 N 2"
  73. Base1N2.TextColor3 = Color3.fromRGB(0, 0, 0)
  74. Base1N2.TextScaled = true
  75. Base1N2.TextSize = 24.000
  76. Base1N2.TextWrapped = true
  77.  
  78. Base3.Name = "Base3"
  79. Base3.Parent = Base
  80. Base3.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  81. Base3.Position = UDim2.new(0, 0, 1.60714293, 0)
  82. Base3.Size = UDim2.new(0, 121, 0, 17)
  83. Base3.Font = Enum.Font.SourceSans
  84. Base3.Text = "Base3"
  85. Base3.TextColor3 = Color3.fromRGB(0, 0, 0)
  86. Base3.TextScaled = true
  87. Base3.TextSize = 14.000
  88. Base3.TextWrapped = true
  89.  
  90. Base4.Name = "Base4"
  91. Base4.Parent = Base
  92. Base4.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  93. Base4.Position = UDim2.new(0, 0, 2.21428585, 0)
  94. Base4.Size = UDim2.new(0, 121, 0, 17)
  95. Base4.Font = Enum.Font.SourceSans
  96. Base4.Text = "Base4"
  97. Base4.TextColor3 = Color3.fromRGB(0, 0, 0)
  98. Base4.TextScaled = true
  99. Base4.TextSize = 14.000
  100. Base4.TextWrapped = true
  101.  
  102. Base5.Name = "Base5"
  103. Base5.Parent = Base
  104. Base5.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  105. Base5.Position = UDim2.new(0, 0, 2.85714316, 0)
  106. Base5.Size = UDim2.new(0, 121, 0, 17)
  107. Base5.Font = Enum.Font.SourceSans
  108. Base5.Text = "Base5"
  109. Base5.TextColor3 = Color3.fromRGB(0, 0, 0)
  110. Base5.TextScaled = true
  111. Base5.TextSize = 14.000
  112. Base5.TextWrapped = true
  113.  
  114. Base6.Name = "Base6"
  115. Base6.Parent = Base
  116. Base6.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  117. Base6.Position = UDim2.new(0, 0, 3.46428609, 0)
  118. Base6.Size = UDim2.new(0, 121, 0, 17)
  119. Base6.Font = Enum.Font.SourceSans
  120. Base6.Text = "Base6"
  121. Base6.TextColor3 = Color3.fromRGB(0, 0, 0)
  122. Base6.TextScaled = true
  123. Base6.TextSize = 14.000
  124. Base6.TextWrapped = true
  125.  
  126. Base7.Name = "Base7"
  127. Base7.Parent = Base
  128. Base7.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  129. Base7.Position = UDim2.new(0, 0, 4.07142878, 0)
  130. Base7.Size = UDim2.new(0, 121, 0, 17)
  131. Base7.Font = Enum.Font.SourceSans
  132. Base7.Text = "Base7"
  133. Base7.TextColor3 = Color3.fromRGB(0, 0, 0)
  134. Base7.TextScaled = true
  135. Base7.TextSize = 14.000
  136. Base7.TextWrapped = true
  137.  
  138. Shops.Name = "Shops"
  139. Shops.Parent = Frame_2
  140. Shops.BackgroundColor3 = Color3.fromRGB(43, 57, 75)
  141. Shops.Position = UDim2.new(0.510121465, 0, 0, 0)
  142. Shops.Size = UDim2.new(0, 121, 0, 28)
  143. Shops.Font = Enum.Font.SourceSans
  144. Shops.Text = "Shops"
  145. Shops.TextColor3 = Color3.fromRGB(85, 255, 0)
  146. Shops.TextScaled = true
  147. Shops.TextSize = 14.000
  148. Shops.TextWrapped = true
  149.  
  150. SeedShop1.Name = "SeedShop1"
  151. SeedShop1.Parent = Shops
  152. SeedShop1.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  153. SeedShop1.Position = UDim2.new(0, 0, 1.07142854, 0)
  154. SeedShop1.Size = UDim2.new(0, 121, 0, 15)
  155. SeedShop1.Font = Enum.Font.SourceSans
  156. SeedShop1.Text = "SeedShop1"
  157. SeedShop1.TextColor3 = Color3.fromRGB(0, 0, 0)
  158. SeedShop1.TextSize = 14.000
  159.  
  160. SeedShop2.Name = "SeedShop2"
  161. SeedShop2.Parent = Shops
  162. SeedShop2.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  163. SeedShop2.Position = UDim2.new(0, 0, 1.64285707, 0)
  164. SeedShop2.Size = UDim2.new(0, 121, 0, 15)
  165. SeedShop2.Font = Enum.Font.SourceSans
  166. SeedShop2.Text = "SeedShop2"
  167. SeedShop2.TextColor3 = Color3.fromRGB(0, 0, 0)
  168. SeedShop2.TextSize = 14.000
  169.  
  170. WoodNStuff.Name = "Wood N Stuff"
  171. WoodNStuff.Parent = Shops
  172. WoodNStuff.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  173. WoodNStuff.Position = UDim2.new(0, 0, 2.21428561, 0)
  174. WoodNStuff.Size = UDim2.new(0, 121, 0, 15)
  175. WoodNStuff.Font = Enum.Font.SourceSans
  176. WoodNStuff.Text = "Wood N Stuff"
  177. WoodNStuff.TextColor3 = Color3.fromRGB(0, 0, 0)
  178. WoodNStuff.TextScaled = true
  179. WoodNStuff.TextSize = 14.000
  180. WoodNStuff.TextWrapped = true
  181.  
  182. Carshop.Name = "Car shop"
  183. Carshop.Parent = Shops
  184. Carshop.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  185. Carshop.Position = UDim2.new(0, 0, 2.75, 0)
  186. Carshop.Size = UDim2.new(0, 121, 0, 15)
  187. Carshop.Font = Enum.Font.SourceSans
  188. Carshop.Text = "Car shop"
  189. Carshop.TextColor3 = Color3.fromRGB(0, 0, 0)
  190. Carshop.TextScaled = true
  191. Carshop.TextSize = 14.000
  192. Carshop.TextWrapped = true
  193.  
  194. Eggsell.Name = "Egg sell"
  195. Eggsell.Parent = Shops
  196. Eggsell.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  197. Eggsell.Position = UDim2.new(0, 0, 3.28571415, 0)
  198. Eggsell.Size = UDim2.new(0, 121, 0, 15)
  199. Eggsell.Font = Enum.Font.SourceSans
  200. Eggsell.Text = "Egg sell"
  201. Eggsell.TextColor3 = Color3.fromRGB(0, 0, 0)
  202. Eggsell.TextScaled = true
  203. Eggsell.TextSize = 14.000
  204. Eggsell.TextWrapped = true
  205.  
  206. Foodstore.Name = "Food store"
  207. Foodstore.Parent = Shops
  208. Foodstore.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  209. Foodstore.Position = UDim2.new(0, 0, 3.8214283, 0)
  210. Foodstore.Size = UDim2.new(0, 121, 0, 15)
  211. Foodstore.Font = Enum.Font.SourceSans
  212. Foodstore.Text = "Food store"
  213. Foodstore.TextColor3 = Color3.fromRGB(0, 0, 0)
  214. Foodstore.TextScaled = true
  215. Foodstore.TextSize = 14.000
  216. Foodstore.TextWrapped = true
  217.  
  218. TextLabel.Parent = Title
  219. TextLabel.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  220. TextLabel.Position = UDim2.new(-0.00353356893, 0, 0, 0)
  221. TextLabel.Size = UDim2.new(0, 282, 0, 34)
  222. TextLabel.Font = Enum.Font.SourceSans
  223. TextLabel.Text = "Fish Farming and friends script"
  224. TextLabel.TextColor3 = Color3.fromRGB(255, 85, 255)
  225. TextLabel.TextSize = 25.000
  226. TextLabel.TextWrapped = true
  227.  
  228. TextLabel_2.Parent = Title
  229. TextLabel_2.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  230. TextLabel_2.Position = UDim2.new(0.0600706711, 0, 5, 0)
  231. TextLabel_2.Size = UDim2.new(0, 247, 0, 29)
  232. TextLabel_2.Font = Enum.Font.SourceSans
  233. TextLabel_2.Text = "Key binds r to close and e to open"
  234. TextLabel_2.TextColor3 = Color3.fromRGB(255, 85, 255)
  235. TextLabel_2.TextScaled = true
  236. TextLabel_2.TextSize = 21.000
  237. TextLabel_2.TextWrapped = true
  238.  
  239. -- Scripts:
  240.  
  241. local function NCBIMO_fake_script() -- Base1N2.LocalScript
  242. local script = Instance.new('LocalScript', Base1N2)
  243.  
  244. local Plr = game.Players.LocalPlayer
  245. local char = Plr.Character
  246.  
  247. script.Parent.MouseButton1Click:Connect(function()
  248. char.HumanoidRootPart.CFrame = CFrame.new(-144.631, 5.7, 196.459)--add number here\
  249.  
  250. end)
  251.  
  252. end
  253. coroutine.wrap(NCBIMO_fake_script)()
  254. local function QJXK_fake_script() -- Base3.LocalScript
  255. local script = Instance.new('LocalScript', Base3)
  256.  
  257. local Plr = game.Players.LocalPlayer
  258. local char = Plr.Character
  259.  
  260. script.Parent.MouseButton1Click:Connect(function()
  261. char.HumanoidRootPart.CFrame = CFrame.new(552.159, 5.7, -173.229)--add number here\
  262.  
  263. end)
  264.  
  265. end
  266. coroutine.wrap(QJXK_fake_script)()
  267. local function FJWXD_fake_script() -- Base4.LocalScript
  268. local script = Instance.new('LocalScript', Base4)
  269.  
  270. local Plr = game.Players.LocalPlayer
  271. local char = Plr.Character
  272.  
  273. script.Parent.MouseButton1Click:Connect(function()
  274. char.HumanoidRootPart.CFrame = CFrame.new(-706.697, 49.2007, -194.756)--add number here\
  275.  
  276. end)
  277.  
  278. end
  279. coroutine.wrap(FJWXD_fake_script)()
  280. local function MGVNV_fake_script() -- Base5.LocalScript
  281. local script = Instance.new('LocalScript', Base5)
  282.  
  283. local Plr = game.Players.LocalPlayer
  284. local char = Plr.Character
  285.  
  286. script.Parent.MouseButton1Click:Connect(function()
  287. char.HumanoidRootPart.CFrame = CFrame.new(-293.88, 49.2007, -554.863)--add number here\
  288.  
  289. end)
  290.  
  291. end
  292. coroutine.wrap(MGVNV_fake_script)()
  293. local function WOYMK_fake_script() -- Base6.LocalScript
  294. local script = Instance.new('LocalScript', Base6)
  295.  
  296. local Plr = game.Players.LocalPlayer
  297. local char = Plr.Character
  298.  
  299. script.Parent.MouseButton1Click:Connect(function()
  300. char.HumanoidRootPart.CFrame = CFrame.new(162.013, 56.3244, 901.4)--add number here\
  301.  
  302. end)
  303.  
  304. end
  305. coroutine.wrap(WOYMK_fake_script)()
  306. local function BCHF_fake_script() -- Base7.LocalScript
  307. local script = Instance.new('LocalScript', Base7)
  308.  
  309. local Plr = game.Players.LocalPlayer
  310. local char = Plr.Character
  311.  
  312. script.Parent.MouseButton1Click:Connect(function()
  313. char.HumanoidRootPart.CFrame = CFrame.new(-756.81, 49.2007, 153.676)--add number here\
  314.  
  315. end)
  316.  
  317. end
  318. coroutine.wrap(BCHF_fake_script)()
  319. local function JJOL_fake_script() -- SeedShop1.LocalScript
  320. local script = Instance.new('LocalScript', SeedShop1)
  321.  
  322. local Plr = game.Players.LocalPlayer
  323. local char = Plr.Character
  324.  
  325. script.Parent.MouseButton1Click:Connect(function()
  326. char.HumanoidRootPart.CFrame = CFrame.new(-604.019, 7.20001, 474.81)--add number here\
  327.  
  328. end)
  329.  
  330. end
  331. coroutine.wrap(JJOL_fake_script)()
  332. local function YXOFZE_fake_script() -- SeedShop2.LocalScript
  333. local script = Instance.new('LocalScript', SeedShop2)
  334.  
  335. local Plr = game.Players.LocalPlayer
  336. local char = Plr.Character
  337.  
  338. script.Parent.MouseButton1Click:Connect(function()
  339. char.HumanoidRootPart.CFrame = CFrame.new(103.91, 50.7023, -730.253)--add number here\
  340.  
  341. end)
  342.  
  343. end
  344. coroutine.wrap(YXOFZE_fake_script)()
  345. local function WYZB_fake_script() -- WoodNStuff.LocalScript
  346. local script = Instance.new('LocalScript', WoodNStuff)
  347.  
  348. local Plr = game.Players.LocalPlayer
  349. local char = Plr.Character
  350.  
  351. script.Parent.MouseButton1Click:Connect(function()
  352. char.HumanoidRootPart.CFrame = CFrame.new(-702.966, 17.6025, 1369.38)--add number here\
  353.  
  354. end)
  355.  
  356. end
  357. coroutine.wrap(WYZB_fake_script)()
  358. local function UEWHP_fake_script() -- Carshop.LocalScript
  359. local script = Instance.new('LocalScript', Carshop)
  360.  
  361. local Plr = game.Players.LocalPlayer
  362. local char = Plr.Character
  363.  
  364. script.Parent.MouseButton1Click:Connect(function()
  365. char.HumanoidRootPart.CFrame = CFrame.new(-596.127, 7.20191, 823.77)--add number here\
  366.  
  367. end)
  368.  
  369. end
  370. coroutine.wrap(UEWHP_fake_script)()
  371. local function IKYZLQ_fake_script() -- Eggsell.LocalScript
  372. local script = Instance.new('LocalScript', Eggsell)
  373.  
  374. local Plr = game.Players.LocalPlayer
  375. local char = Plr.Character
  376.  
  377. script.Parent.MouseButton1Click:Connect(function()
  378. char.HumanoidRootPart.CFrame = CFrame.new(-416.294, 14.0135, 1462.37)--add number here\
  379.  
  380. end)
  381.  
  382. end
  383. coroutine.wrap(IKYZLQ_fake_script)()
  384. local function UXIEHO_fake_script() -- Foodstore.LocalScript
  385. local script = Instance.new('LocalScript', Foodstore)
  386.  
  387. local Plr = game.Players.LocalPlayer
  388. local char = Plr.Character
  389.  
  390. script.Parent.MouseButton1Click:Connect(function()
  391. char.HumanoidRootPart.CFrame = CFrame.new(-367.678, 12.5134, 1384.29)--add number here\
  392.  
  393. end)
  394.  
  395. end
  396. coroutine.wrap(UXIEHO_fake_script)()
  397. local function SNAP_fake_script() -- Title.LocalScript
  398. local script = Instance.new('LocalScript', Title)
  399.  
  400. local Plr = game.Players.LocalPlayer
  401.  
  402. Plr:GetMouse().KeyDown:Connect(function(K)
  403. if K == "e" then
  404. script.Parent.Visible = true
  405. end
  406. end)
  407.  
  408. local Plr = game.Players.LocalPlayer
  409.  
  410. Plr:GetMouse().KeyDown:Connect(function(K)
  411. if K == "r" then
  412. script.Parent.Visible = false
  413. end
  414. end)
  415. end
  416. coroutine.wrap(SNAP_fake_script)()
  417.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement