Advertisement
TeoMessiKing

asdiuygweuowegfWEFwefWEFwfwefwe

Mar 30th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.94 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local petsim = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local amountofeggs = Instance.new("TextBox")
  7. local buy = Instance.new("TextButton")
  8. local calculate = Instance.new("TextButton")
  9. local calculatedanswer = Instance.new("TextLabel")
  10. local x3clone = Instance.new("TextButton")
  11. local x3eggs = Instance.new("TextButton")
  12. local eggtype = Instance.new("TextBox")
  13. local printeggtypes = Instance.new("TextButton")
  14. --Properties:
  15. petsim.Name = "petsim"
  16. petsim.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. petsim.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. Frame.Parent = petsim
  20. Frame.Active = true
  21. Frame.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  22. Frame.BorderSizePixel = 0
  23. Frame.Position = UDim2.new(0, 707, 0, 316)
  24. Frame.Size = UDim2.new(0, 543, 0, 154)
  25.  
  26. amountofeggs.Name = "amountofeggs"
  27. amountofeggs.Parent = Frame
  28. amountofeggs.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  29. amountofeggs.BorderSizePixel = 0
  30. amountofeggs.Position = UDim2.new(0.0377908349, 0, 0.0649350658, 0)
  31. amountofeggs.Size = UDim2.new(0, 190, 0, 50)
  32. amountofeggs.Font = Enum.Font.Cartoon
  33. amountofeggs.Text = "Amount Of Eggs"
  34. amountofeggs.TextColor3 = Color3.new(1, 1, 1)
  35. amountofeggs.TextSize = 22
  36. amountofeggs.TextWrapped = true
  37. amountofeggs.TextXAlignment = Enum.TextXAlignment.Left
  38. amountofeggs.TextYAlignment = Enum.TextYAlignment.Top
  39.  
  40. buy.Name = "buy"
  41. buy.Parent = Frame
  42. buy.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  43. buy.BorderSizePixel = 0
  44. buy.Position = UDim2.new(0.0377908349, 0, 0.461038947, 0)
  45. buy.Size = UDim2.new(0, 190, 0, 31)
  46. buy.Font = Enum.Font.Cartoon
  47. buy.Text = "Buy"
  48. buy.TextColor3 = Color3.new(1, 1, 1)
  49. buy.TextScaled = true
  50. buy.TextSize = 14
  51. buy.TextWrapped = true
  52.  
  53. calculate.Name = "calculate"
  54. calculate.Parent = Frame
  55. calculate.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  56. calculate.BorderSizePixel = 0
  57. calculate.Position = UDim2.new(0.0377908349, 0, 0.707792163, 0)
  58. calculate.Size = UDim2.new(0, 190, 0, 31)
  59. calculate.Font = Enum.Font.Cartoon
  60. calculate.Text = "Calculate"
  61. calculate.TextColor3 = Color3.new(1, 1, 1)
  62. calculate.TextScaled = true
  63. calculate.TextSize = 14
  64. calculate.TextWrapped = true
  65.  
  66. calculatedanswer.Name = "calculatedanswer"
  67. calculatedanswer.Parent = Frame
  68. calculatedanswer.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  69. calculatedanswer.BorderSizePixel = 0
  70. calculatedanswer.Position = UDim2.new(0, 220, 0, 10)
  71. calculatedanswer.Size = UDim2.new(0, 186, 0, 50)
  72. calculatedanswer.Font = Enum.Font.Cartoon
  73. calculatedanswer.Text = "Calculated_Answer"
  74. calculatedanswer.TextColor3 = Color3.new(1, 1, 1)
  75. calculatedanswer.TextScaled = true
  76. calculatedanswer.TextSize = 14
  77. calculatedanswer.TextWrapped = true
  78.  
  79. x3clone.Name = "x3clone"
  80. x3clone.Parent = Frame
  81. x3clone.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  82. x3clone.BorderSizePixel = 0
  83. x3clone.Position = UDim2.new(0.403954029, 0, 0.461038947, 0)
  84. x3clone.Size = UDim2.new(0, 190, 0, 31)
  85. x3clone.Font = Enum.Font.Cartoon
  86. x3clone.Text = "X3_Clone: OFF"
  87. x3clone.TextColor3 = Color3.new(1, 1, 1)
  88. x3clone.TextScaled = true
  89. x3clone.TextSize = 14
  90. x3clone.TextWrapped = true
  91.  
  92. x3eggs.Name = "x3eggs"
  93. x3eggs.Parent = Frame
  94. x3eggs.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  95. x3eggs.BorderSizePixel = 0
  96. x3eggs.Position = UDim2.new(0.403954029, 0, 0.707792163, 0)
  97. x3eggs.Size = UDim2.new(0, 190, 0, 31)
  98. x3eggs.Font = Enum.Font.Cartoon
  99. x3eggs.Text = "X3_Eggs: OFF"
  100. x3eggs.TextColor3 = Color3.new(1, 1, 1)
  101. x3eggs.TextScaled = true
  102. x3eggs.TextSize = 14
  103. x3eggs.TextWrapped = true
  104.  
  105. eggtype.Name = "eggtype"
  106. eggtype.Parent = Frame
  107. eggtype.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  108. eggtype.BorderSizePixel = 0
  109. eggtype.Position = UDim2.new(0, 419, 0, 10)
  110. eggtype.Size = UDim2.new(0, 113, 0, 61)
  111. eggtype.Font = Enum.Font.Cartoon
  112. eggtype.Text = "Egg Type"
  113. eggtype.TextColor3 = Color3.new(1, 1, 1)
  114. eggtype.TextSize = 22
  115. eggtype.TextWrapped = true
  116. eggtype.TextXAlignment = Enum.TextXAlignment.Left
  117. eggtype.TextYAlignment = Enum.TextYAlignment.Top
  118.  
  119. printeggtypes.Name = "printeggtypes"
  120. printeggtypes.Parent = Frame
  121. printeggtypes.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  122. printeggtypes.BorderSizePixel = 0
  123. printeggtypes.Position = UDim2.new(0.770436525, 0, 0.506493509, 0)
  124. printeggtypes.Size = UDim2.new(0, 113, 0, 62)
  125. printeggtypes.Font = Enum.Font.Cartoon
  126. printeggtypes.Text = "Print Egg Types"
  127. printeggtypes.TextColor3 = Color3.new(1, 1, 1)
  128. printeggtypes.TextScaled = true
  129. printeggtypes.TextSize = 14
  130. printeggtypes.TextWrapped = true
  131. -- Scripts:
  132.  
  133.  
  134.  
  135.  
  136.  
  137. Frame.Draggable = true
  138.  
  139.  
  140.  
  141. local x3clones = false
  142. local x3egg = false
  143.  
  144.  
  145.  
  146.  
  147. local uis = game:GetService("UserInputService")
  148.  
  149.  
  150.  
  151. uis.InputBegan:Connect(function(key)
  152. if key.KeyCode == Enum.KeyCode.X then
  153. petsim:Destroy()
  154. end
  155. end)
  156.  
  157.  
  158. buy.MouseButton1Click:Connect(function()
  159. if x3clones == false and x3egg == false then
  160. for i=1,tonumber(amountofeggs.Text) do
  161. wait(0.1)
  162. local A_1 = "Buy"
  163. local A_2 = "Eggs"
  164. local A_3 = eggtype.Text
  165. local A_4 = false
  166. local Event = game:GetService("Workspace")["__REMOTES"].Game.Shop
  167. Event:InvokeServer(A_1, A_2, A_3, A_4)
  168.  
  169. end
  170. elseif x3clones == false and x3egg == true then
  171. for i=1,tonumber(amountofeggs.Text) do
  172. wait(0.1)
  173. local A_1 = "Buy"
  174. local A_2 = "Eggs"
  175. local A_3 = eggtype.Text
  176. local A_4 = false
  177. local Event = game:GetService("Workspace")["__REMOTES"].Game.Shop
  178. Event:InvokeServer(A_1, A_2, A_3, A_4)
  179.  
  180. end
  181.  
  182. elseif x3clones == true and x3egg == false then
  183. for i=1,tonumber(amountofeggs.Text) do
  184. wait(0.1)
  185. local A_1 = "Buy"
  186. local A_2 = "Eggs"
  187. local A_3 = eggtype.Text
  188. local A_4 = false
  189. local Event = game:GetService("Workspace")["__REMOTES"].Game.Shop
  190. Event:InvokeServer(A_1, A_2, A_3, A_4)
  191.  
  192. end
  193. elseif x3clones == true and x3egg == true then
  194. for i=1,tonumber(amountofeggs.Text) do
  195. wait(0.1)
  196. local A_1 = "Buy"
  197. local A_2 = "Eggs"
  198. local A_3 = eggtype.Text
  199. local A_4 = true
  200. local Event = game:GetService("Workspace")["__REMOTES"].Game.Shop
  201. Event:InvokeServer(A_1, A_2, A_3, A_4)
  202.  
  203. end
  204. end
  205. end)
  206.  
  207.  
  208.  
  209. calculate.MouseButton1Click:Connect(function()
  210. if x3clones == true and x3egg == true then
  211. calculatedanswer.Text = tostring(tonumber(amountofeggs.Text*9))
  212. elseif x3clones == true and x3egg == false then
  213. calculatedanswer.Text = tostring(tonumber(amountofeggs.Text*3))
  214. elseif x3clones == false and x3egg == true then
  215. calculatedanswer.Text = tostring(tonumber(amountofeggs.Text*3))
  216. elseif x3clones == false and x3egg == false then
  217. calculatedanswer.Text = tostring(tonumber(amountofeggs.Text*1))
  218. end
  219. end)
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226. local lon = false
  227. local gon = false
  228.  
  229.  
  230. x3eggs.MouseButton1Click:Connect(function()
  231. if x3egg == false then
  232. x3egg = true
  233. x3eggs.Text = "X3_Eggs: ON"
  234. elseif x3egg == true then
  235. x3egg = false
  236. x3eggs.Text = "X3_Eggs: OFF"
  237. end
  238. end)
  239.  
  240.  
  241.  
  242. x3clone.MouseButton1Click:Connect(function()
  243. if x3clones == false then
  244. x3clones = true
  245. x3clone.Text = "X3_Clone: ON"
  246. elseif x3clones == true then
  247. x3clones = false
  248. x3clone.Text = "X3_Clone: OFF"
  249. end
  250. end)
  251.  
  252.  
  253.  
  254. printeggtypes.MouseButton1Click:Connect(function()
  255.  
  256.  
  257.  
  258.  
  259. warn("-// Over_World \\-")
  260. warn("[Tier 1] = Tier 1 ")
  261. warn("[Tier 2] = Tier 2 ")
  262. warn("[Tier 3] = Tier 3 ")
  263. warn("[Tier 4] = Tier 4 ")
  264. warn("[Tier 5] = Tier 5 ")
  265. warn("[Tier 6] = Tier 6 ")
  266. warn("[Tier 7] = Tier 7 ")
  267. warn("[Tier 8] = Tier 8 ")
  268. warn("[Tier 9] = Tier 9 ")
  269. warn("[Tier 10] = Tier 10 ")
  270. warn("[Tier 11] = Tier 11 ")
  271. warn("[Tier 12] = Tier 12 ")
  272. warn("-// Moon_World \\--")
  273. warn("[Tier 13] = Tier 13 ")
  274. warn("[Tier 14] = Tier 14 ")
  275. warn("[Tier 15] = Tier 15 ")
  276. warn("[Tier 16] = Tier 16 ")
  277. warn("[Tier 17] = Tier 17 ")
  278. warn("[Tier 18] = Tier 18 ")
  279. warn("-// Snow_World")
  280. warn("[Xmas 1] = Christmas Tier 1")
  281. warn("[Xmas 2] = Christmas Tier 2")
  282. warn("[Xmas 3] = Christmas Tier 3")
  283. warn("[Xmas 4] = Christmas Tier 4")
  284.  
  285. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement