ilovepastingeveryday

Pet Simulator GUI ( By Nathorix )

Sep 19th, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.45 KB | None | 0 0
  1.  -- This gui was made by Nathorix
  2. -- -- Do not edit without permission from nathorix or any credited users.
  3.      -- Thanks for using my pet simulator gui! Now go have fun with your new items :)
  4.  
  5.  
  6. -- Instances: -- Dont mess with unless you know what you are doing
  7. local Petsimgui = Instance.new("ScreenGui")
  8. local Credits = Instance.new("Frame")
  9. local holdup = Instance.new("Frame")
  10. local holdup2 = Instance.new("Frame")
  11. local players = Instance.new("TextLabel")
  12. local credittitle = Instance.new("TextLabel")
  13. local guimainframe = Instance.new("Frame")
  14. local antcb = Instance.new("TextButton")
  15. local moneyfarm = Instance.new("TextButton")
  16. local xpfarm = Instance.new("TextButton")
  17. local unlockall = Instance.new("TextButton")
  18. local Feedback = Instance.new("TextBox")
  19. local feedbacksend = Instance.new("TextButton")
  20. local thankyounote = Instance.new("TextLabel")
  21. --Properties:
  22. Petsimgui.Name = "Pet sim gui" -- Title
  23. Petsimgui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  24.  
  25. Credits.Name = "Credits"
  26. Credits.Parent = Petsimgui
  27. Credits.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  28. Credits.Position = UDim2.new(0.016740948, 0, 0.372391671, 0)
  29. Credits.Size = UDim2.new(0, 227, 0, 345)
  30.  
  31. holdup.Name = "hold up"
  32. holdup.Parent = Credits
  33. holdup.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  34. holdup.Size = UDim2.new(0, 227, 0, 31)
  35.  
  36. holdup2.Name = "hold up 2"
  37. holdup2.Parent = Credits
  38. holdup2.BackgroundColor3 = Color3.new(0, 0, 0)
  39. holdup2.Size = UDim2.new(0, 227, 0, 25)
  40.  
  41. players.Name = "players"
  42. players.Parent = Credits
  43. players.BackgroundColor3 = Color3.new(1, 1, 1)
  44. players.BackgroundTransparency = 1
  45. players.Position = UDim2.new(-0.00440528616, 0, 0.521739125, 0)
  46. players.Size = UDim2.new(0, 227, 0, 69)
  47. players.Font = Enum.Font.SourceSans
  48. players.Text = "all me"
  49. players.TextColor3 = Color3.new(1, 1, 1)
  50. players.TextScaled = true
  51. players.TextSize = 14
  52. players.TextWrapped = true
  53.  
  54. credittitle.Name = "credittitle"
  55. credittitle.Parent = Credits
  56. credittitle.BackgroundColor3 = Color3.new(1, 1, 1)
  57. credittitle.BackgroundTransparency = 1
  58. credittitle.Position = UDim2.new(0.0572687238, 0, 0.110144928, 0)
  59. credittitle.Size = UDim2.new(0, 200, 0, 50)
  60. credittitle.Font = Enum.Font.SourceSansBold
  61. credittitle.Text = "Credits"
  62. credittitle.TextColor3 = Color3.new(1, 1, 1)
  63. credittitle.TextScaled = true
  64. credittitle.TextSize = 14
  65. credittitle.TextWrapped = true
  66.  
  67. guimainframe.Name = "guimainframe"
  68. guimainframe.Parent = Petsimgui
  69. guimainframe.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  70. guimainframe.Position = UDim2.new(0.204581365, 0, 0.812199056, 0)
  71. guimainframe.Size = UDim2.new(0, 992, 0, 100)
  72.  
  73. antcb.Name = "antcb"
  74. antcb.Parent = guimainframe
  75. antcb.BackgroundColor3 = Color3.new(1, 1, 1)
  76. antcb.Position = UDim2.new(0.0141129028, 0, 0.109999999, 0)
  77. antcb.Size = UDim2.new(0, 101, 0, 25)
  78. antcb.Font = Enum.Font.SourceSans
  79. antcb.Text = "Anticheat Bypass"
  80. antcb.TextColor3 = Color3.new(0, 0, 0)
  81. antcb.TextSize = 14
  82.  
  83. moneyfarm.Name = "money farm"
  84. moneyfarm.Parent = guimainframe
  85. moneyfarm.BackgroundColor3 = Color3.new(1, 1, 1)
  86. moneyfarm.Position = UDim2.new(0.0141129028, 0, 0.600000024, 0)
  87. moneyfarm.Size = UDim2.new(0, 101, 0, 25)
  88. moneyfarm.Font = Enum.Font.SourceSans
  89. moneyfarm.Text = "Working Money Farm"
  90. moneyfarm.TextColor3 = Color3.new(0, 0, 0)
  91. moneyfarm.TextSize = 14
  92.  
  93. xpfarm.Name = "xp farm"
  94. xpfarm.Parent = guimainframe
  95. xpfarm.BackgroundColor3 = Color3.new(1, 1, 1)
  96. xpfarm.Position = UDim2.new(0.134072587, 0, 0.0399999991, 0)
  97. xpfarm.Size = UDim2.new(0, 177, 0, 90)
  98. xpfarm.Font = Enum.Font.SourceSans
  99. xpfarm.Text = "XP FARM"
  100. xpfarm.TextColor3 = Color3.new(0, 0, 0)
  101. xpfarm.TextScaled = true
  102. xpfarm.TextSize = 14
  103. xpfarm.TextWrapped = true
  104.  
  105. unlockall.Name = "unlock all"
  106. unlockall.Parent = guimainframe
  107. unlockall.BackgroundColor3 = Color3.new(1, 1, 1)
  108. unlockall.Position = UDim2.new(0.358036488, 0, 0.250722289, 0)
  109. unlockall.Size = UDim2.new(0, 200, 0, 50)
  110. unlockall.Font = Enum.Font.SourceSans
  111. unlockall.Text = "Unlock All! (pets, areas, and more!)"
  112. unlockall.TextColor3 = Color3.new(0, 0, 0)
  113. unlockall.TextSize = 14
  114.  
  115. Feedback.Name = "Feedback"
  116. Feedback.Parent = guimainframe
  117. Feedback.BackgroundColor3 = Color3.new(1, 1, 1)
  118. Feedback.Position = UDim2.new(0.573588729, 0, 0.0399999991, 0)
  119. Feedback.Size = UDim2.new(0, 342, 0, 90)
  120. Feedback.Font = Enum.Font.SourceSans
  121. Feedback.Text = "Feedback ( Glitchy but sends as a pm! I know :D )"
  122. Feedback.TextColor3 = Color3.new(0, 0, 0)
  123. Feedback.TextSize = 14
  124. Feedback.TextXAlignment = Enum.TextXAlignment.Left
  125. Feedback.TextYAlignment = Enum.TextYAlignment.Top
  126.  
  127. feedbacksend.Name = "feedbacksend"
  128. feedbacksend.Parent = guimainframe
  129. feedbacksend.BackgroundColor3 = Color3.new(1, 1, 1)
  130. feedbacksend.Position = UDim2.new(0.918346763, 0, 0.709999979, 0)
  131. feedbacksend.Size = UDim2.new(0, 81, 0, 23)
  132. feedbacksend.Font = Enum.Font.SourceSans
  133. feedbacksend.Text = "send feedback"
  134. feedbacksend.TextColor3 = Color3.new(0, 0, 0)
  135. feedbacksend.TextSize = 14
  136.  
  137. thankyounote.Name = "thankyounote"
  138. thankyounote.Parent = guimainframe
  139. thankyounote.BackgroundColor3 = Color3.new(1, 1, 1)
  140. thankyounote.BackgroundTransparency = 1
  141. thankyounote.Position = UDim2.new(0.924395144, 0, 0.0399999991, 0)
  142. thankyounote.Size = UDim2.new(0, 69, 0, 60)
  143. thankyounote.Font = Enum.Font.SourceSans
  144. thankyounote.Text = ":) thanks for using and sending :)"
  145. thankyounote.TextColor3 = Color3.new(1, 1, 1)
  146. thankyounote.TextScaled = true
  147. thankyounote.TextSize = 14
  148. thankyounote.TextWrapped = true
Add Comment
Please, Sign In to add comment