Roblox Pet Simulator Gui

Jul 31, 2020 Make a separate Station, open a GUI on Touched of the Station. Then on the GUI, list all of the pets and let the User select the pets they want to strengthen, then, get a local Percent = math.random (1,5) Pet.Strength.Value = Percent So, yes, this is an example. Roblox Pet Simulator gui. Not a member of Pastebin yet? Sign Up, it unlocks many cool features!

Clear all

At the end of the month start GIVEAWAY of the key Synapse X. create themes, share scripts, the most active will get the opportunity to get a key


Download Pet Ranch Simulator 2 GUI Script for Roblox

Script Functions:

  • AUTOPLAY MINI GAMES
  • ANTI AFK
  • WALKSPEED CHANGER
  • GAME PASS

Please Login or Register to reply to this topic.
95Topics
4Online

Latest Post: Arsenal Auto Farm Our newest member: Nitroxenos3Recent PostsUnread Posts

Forum Icons: Forum contains no unread posts Forum contains unread posts Mark all read

Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Pet
Sep 8th, 2018
Never
Gui
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. local PetSimGui = Instance.new('ScreenGui')
  2. local Clickopen = Instance.new('TextButton')
  3. local Info = Instance.new('TextBox')
  4. local LowFarm = Instance.new('TextButton')
  5. local MaxFarm = Instance.new('TextButton')
  6. local Separation1 = Instance.new('Frame')
  7. local EggsTier10 = Instance.new('TextButton')
  8. local EggsTier12 = Instance.new('TextButton')
  9. local EggsTier14 = Instance.new('TextButton')
  10. local Separation2 = Instance.new('Frame')
  11. local unlockall = Instance.new('TextButton')
  12. local Close = Instance.new('TextButton')
  13. PetSimGui.Name = 'PetSimGui'
  14. Open.Parent = PetSimGui
  15. Open.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  16. Open.BorderColor3 = Color3.new(0, 0, 0)
  17. Open.Position = UDim2.new(0, 0, 0.472324699, 0)
  18. Clickopen.Parent = Open
  19. Clickopen.BackgroundTransparency = 1
  20. Clickopen.Size = UDim2.new(0, 130, 0, 30)
  21. Clickopen.Text = 'Open'
  22. Clickopen.TextSize = 27
  23. Menu.Visible = true
  24. end)
  25. Menu.Name = 'Menu'
  26. Menu.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  27. Menu.BorderColor3 = Color3.new(0, 0, 0)
  28. Menu.Position = UDim2.new(0.37956205, 0, 0.199261993, 0)
  29. Menu.Visible = false
  30. Info.Name = 'Info'
  31. Info.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  32. Info.BorderColor3 = Color3.new(0, 0, 0)
  33. Info.Size = UDim2.new(0, 304, 0, 55)
  34. Info.Text = 'Pet Simulator Gui'
  35. Info.TextSize = 33
  36. Separation.Parent = Menu
  37. Separation.BackgroundColor3 = Color3.new(0, 0, 0)
  38. Separation.BackgroundTransparency = 0.10000000149012
  39. Separation.Position = UDim2.new(0, 0, 0.164670661, 0)
  40. LowFarm.Parent = Menu
  41. LowFarm.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  42. LowFarm.BackgroundTransparency = 0.10000000149012
  43. LowFarm.BorderSizePixel = 2
  44. LowFarm.Position = UDim2.new(0, 0, 0.302395225, 0)
  45. LowFarm.Font = Enum.Font.Cartoon
  46. LowFarm.TextColor3 = Color3.new(1, 1, 1)
  47. MedFarm.Parent = Menu
  48. MedFarm.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  49. MedFarm.BackgroundTransparency = 0.10000000149012
  50. MedFarm.BorderSizePixel = 2
  51. MedFarm.Position = UDim2.new(0.342105269, 0, 0.302395225, 0)
  52. MedFarm.Font = Enum.Font.Cartoon
  53. MedFarm.TextColor3 = Color3.new(1, 1, 1)
  54. MaxFarm.Parent = Menu
  55. MaxFarm.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  56. MaxFarm.BackgroundTransparency = 0.10000000149012
  57. MaxFarm.BorderSizePixel = 2
  58. MaxFarm.Position = UDim2.new(0.6875, 0, 0.302395225, 0)
  59. MaxFarm.Font = Enum.Font.Cartoon
  60. MaxFarm.TextColor3 = Color3.new(1, 1, 1)
  61. Farming.Parent = Menu
  62. Farming.BackgroundTransparency = 1
  63. Farming.Position = UDim2.new(0, 0, 0.182634726, 0)
  64. Farming.Font = Enum.Font.Fantasy
  65. Farming.TextColor3 = Color3.new(1, 1, 1)
  66. Separation1.Parent = Menu
  67. Separation1.BackgroundColor3 = Color3.new(0, 0, 0)
  68. Separation1.BackgroundTransparency = 0.10000000149012
  69. Separation1.Position = UDim2.new(-0.00328947371, 0, 0.425149709, 0)
  70. BuyEggs.Parent = Menu
  71. BuyEggs.BackgroundTransparency = 1
  72. BuyEggs.Position = UDim2.new(0, 0, 0.443113774, 0)
  73. BuyEggs.Font = Enum.Font.Fantasy
  74. BuyEggs.TextColor3 = Color3.new(1, 1, 1)
  75. EggsTier10.Parent = Menu
  76. EggsTier10.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  77. EggsTier10.BackgroundTransparency = 0.10000000149012
  78. EggsTier10.BorderSizePixel = 2
  79. EggsTier10.Position = UDim2.new(0, 0, 0.553892195, 0)
  80. EggsTier10.Font = Enum.Font.Cartoon
  81. EggsTier10.TextColor3 = Color3.new(1, 1, 1)
  82. EggsTier11.Parent = Menu
  83. EggsTier11.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  84. EggsTier11.BackgroundTransparency = 0.10000000149012
  85. EggsTier11.BorderSizePixel = 2
  86. EggsTier11.Position = UDim2.new(0.342105269, 0, 0.553892195, 0)
  87. EggsTier11.Font = Enum.Font.Cartoon
  88. EggsTier11.TextColor3 = Color3.new(1, 1, 1)
  89. EggsTier12.Parent = Menu
  90. EggsTier12.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  91. EggsTier12.BackgroundTransparency = 0.10000000149012
  92. EggsTier12.BorderSizePixel = 2
  93. EggsTier12.Position = UDim2.new(0.6875, 0, 0.553892195, 0)
  94. EggsTier12.Font = Enum.Font.Cartoon
  95. EggsTier12.TextColor3 = Color3.new(1, 1, 1)
  96. EggsTier13.Parent = Menu
  97. EggsTier13.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  98. EggsTier13.BackgroundTransparency = 0.10000000149012
  99. EggsTier13.BorderSizePixel = 2
  100. EggsTier13.Position = UDim2.new(-0.00328947371, 0, 0.682634711, 0)
  101. EggsTier13.Font = Enum.Font.Cartoon
  102. EggsTier13.TextColor3 = Color3.new(1, 1, 1)
  103. EggsTier14.Parent = Menu
  104. EggsTier14.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  105. EggsTier14.BackgroundTransparency = 0.10000000149012
  106. EggsTier14.BorderSizePixel = 2
  107. EggsTier14.Position = UDim2.new(0.342105269, 0, 0.682634711, 0)
  108. EggsTier14.Font = Enum.Font.Cartoon
  109. EggsTier14.TextColor3 = Color3.new(1, 1, 1)
  110. EggsTier15.Parent = Menu
  111. EggsTier15.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  112. EggsTier15.BackgroundTransparency = 0.10000000149012
  113. EggsTier15.BorderSizePixel = 2
  114. EggsTier15.Position = UDim2.new(0.6875, 0, 0.682634711, 0)
  115. EggsTier15.Font = Enum.Font.Cartoon
  116. EggsTier15.TextColor3 = Color3.new(1, 1, 1)
  117. Separation2.Parent = Menu
  118. Separation2.BackgroundColor3 = Color3.new(0, 0, 0)
  119. Separation2.BackgroundTransparency = 0.10000000149012
  120. Separation2.Position = UDim2.new(0, 0, 0.805389225, 0)
  121. Walkspeed.Parent = Menu
  122. Walkspeed.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  123. Walkspeed.BackgroundTransparency = 0.10000000149012
  124. Walkspeed.BorderSizePixel = 2
  125. Walkspeed.Position = UDim2.new(0, 0, 0.865269423, 0)
  126. Walkspeed.Font = Enum.Font.Cartoon
  127. Walkspeed.TextColor3 = Color3.new(1, 1, 1)
  128. Walkspeed.MouseButton1Down:connect(function()
  129. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
  130. unlockall.Parent = Menu
  131. unlockall.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  132. unlockall.BackgroundTransparency = 0.10000000149012
  133. unlockall.BorderSizePixel = 2
  134. unlockall.Position = UDim2.new(0.342105269, 0, 0.865269423, 0)
  135. unlockall.Font = Enum.Font.Cartoon
  136. unlockall.TextColor3 = Color3.new(1, 1, 1)
  137. JumpPower.Parent = Menu
  138. JumpPower.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  139. JumpPower.BackgroundTransparency = 0.10000000149012
  140. JumpPower.BorderSizePixel = 2
  141. JumpPower.Position = UDim2.new(0.6875, 0, 0.865269423, 0)
  142. JumpPower.Font = Enum.Font.Cartoon
  143. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  144. JumpPower.MouseButton1Down:connect(function()
  145. game:service('Players').LocalPlayer.Character.Humanoid.JumpPower = 200
  146. Close.Name = 'Close'
  147. Close.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  148. Close.BorderColor3 = Color3.new(0, 0, 0)
  149. Close.Position = UDim2.new(0.888157904, 0, 0, 0)
  150. Close.Font = Enum.Font.Arial
  151. Close.TextColor3 = Color3.new(1, 0, 0.0156863)
  152. Close.MouseButton1Down:connect(function()
  153. Menu.Visible = false
  154. -- Scripts:
  155. LowFarm.MouseButton1Down:connect(function()
  156. local coins = game.Workspace:WaitForChild('__REMOTES'):WaitForChild('Coins')
  157. local save = game.Workspace:WaitForChild('__REMOTES'):WaitForChild('Get Other Stats'):InvokeServer()
  158. local plr = game:GetService('Players').LocalPlayer
  159. local pets = game:GetService('Workspace')['__REMOTES'].Pets
  160. local done = 'lol meme'
  161. local keys = {}
  162. keys[#keys+1] = key
  163. index = keys[math.random(1, #keys)]
  164. end
  165. if(save[plr.Name]['Save']['Pets'][a].e true) then
  166. table.insert(petids, save[plr.Name]['Save']['Pets'][a].id)
  167. a = a - 1
  168. function co(b)
  169. print('Mining coin: ' .. b.Name)
  170. while(b:FindFirstChild'Health' ~= nil and b:FindFirstChild'Health'.Value > 0) do
  171. wait(0.2)
  172. coins:FireServer('Mine',b.Name, amount, random(petids))
  173. end
  174. for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  175. coroutine.wrap(function()co(b)end)()
  176. end
  177. local amount = 5000
  178. local coins = game.Workspace:WaitForChild('__REMOTES'):WaitForChild('Coins')
  179. local save = game.Workspace:WaitForChild('__REMOTES'):WaitForChild('Get Other Stats'):InvokeServer()
  180. local plr = game:GetService('Players').LocalPlayer
  181. local pets = game:GetService('Workspace')['__REMOTES'].Pets
  182. local done = 'lol meme'
  183. local keys = {}
  184. keys[#keys+1] = key
  185. index = keys[math.random(1, #keys)]
  186. end
  187. if(save[plr.Name]['Save']['Pets'][a].e true) then
  188. table.insert(petids, save[plr.Name]['Save']['Pets'][a].id)
  189. a = a - 1
  190. function co(b)
  191. print('Mining coin: ' .. b.Name)
  192. while(b:FindFirstChild'Health' ~= nil and b:FindFirstChild'Health'.Value > 0) do
  193. wait(0.2)
  194. coins:FireServer('Mine',b.Name, amount, random(petids))
  195. end
  196. for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  197. coroutine.wrap(function()co(b)end)()
  198. end
  199. local amount = 6898
  200. local coins = game.Workspace:WaitForChild('__REMOTES'):WaitForChild('Coins')
  201. local save = game.Workspace:WaitForChild('__REMOTES'):WaitForChild('Get Other Stats'):InvokeServer()
  202. local plr = game:GetService('Players').LocalPlayer
  203. local pets = game:GetService('Workspace')['__REMOTES'].Pets
  204. local done = 'lol meme'
  205. local keys = {}
  206. keys[#keys+1] = key
  207. index = keys[math.random(1, #keys)]
  208. end
  209. if(save[plr.Name]['Save']['Pets'][a].e true) then
  210. table.insert(petids, save[plr.Name]['Save']['Pets'][a].id)
  211. a = a - 1
  212. function co(b)
  213. print('Mining coin: ' .. b.Name)
  214. while(b:FindFirstChild'Health' ~= nil and b:FindFirstChild'Health'.Value > 0) do
  215. wait(0.2)
  216. coins:FireServer('Mine',b.Name, amount, random(petids))
  217. end
  218. for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  219. coroutine.wrap(function()co(b)end)()
  220. end
  221. local barriers_table = { 'Barrier1', 'Barrier2', 'Barrier3', 'Barrier4', 'Barrier5' }
  222. local barriers = game:GetService('Workspace').__THINGS['Barriers']
  223. end)
  224. EggsTier10.MouseButton1Down:connect(function()
  225. local A_2 = 'Egg'
  226. local Event = game:GetService('Workspace')['__REMOTES'].Shop
  227. end)
  228. EggsTier11.MouseButton1Down:connect(function()
  229. local A_2 = 'Egg'
  230. local Event = game:GetService('Workspace')['__REMOTES'].Shop
  231. end)
  232. EggsTier12.MouseButton1Down:connect(function()
  233. local A_2 = 'Egg'
  234. local Event = game:GetService('Workspace')['__REMOTES'].Shop
  235. end)
  236. EggsTier13.MouseButton1Down:connect(function()
  237. local A_2 = 'Egg'
  238. local Event = game:GetService('Workspace')['__REMOTES'].Shop
  239. end)
  240. EggsTier14.MouseButton1Down:connect(function()
  241. local A_2 = 'Egg'
  242. local Event = game:GetService('Workspace')['__REMOTES'].Shop
  243. end)
  244. EggsTier15.MouseButton1Down:connect(function()
  245. local A_2 = 'Egg'
  246. local Event = game:GetService('Workspace')['__REMOTES'].Shop
  247. end)