Scriptorz5

Pet sim

Nov 6th, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.00 KB | None | 0 0
  1. game.StarterGui:SetCore('SendNotification', {
  2. Title = "Gui Made By Anwarun";
  3. Text = " Script By LuckyMMb ";
  4. duration = 1000000000000000;
  5. })
  6.  
  7. wait(1)
  8.  
  9. game.StarterGui:SetCore('SendNotification', {
  10. Title = "INDONESIAN EXPLOITER";
  11. Text = " MERDEKA ! ";
  12. duration = 1000000000000000;
  13. })
  14.  
  15. -- Script By LUCKYMMB
  16.  
  17. local plr = game:GetService("Players").LocalPlayer
  18. local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
  19. local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
  20. local pets = game:GetService("Workspace")["__REMOTES"].Pets
  21. local a = #save[plr.Name]["Save"]["Pets"]
  22. local petids = {}
  23. local petAP = {}
  24. local done = "no"
  25.  
  26. function p()
  27. for i=1,a do
  28. if(save[plr.Name]["Save"]["Pets"][a].e == true) then
  29. table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
  30. petAP[save[plr.Name]["Save"]["Pets"][a].id] = tonumber(save[plr.Name]["Save"]["Pets"][a].ba) * 4
  31. print("Active Pet, Id:" ..save[plr.Name]["Save"]["Pets"][a].id.. " Damage:" ..tonumber(save[plr.Name]["Save"]["Pets"][a].ba) * 4)
  32. end
  33. a = a - 1
  34. end
  35. end
  36. p()
  37.  
  38. -- Objects
  39.  
  40. local Pet = Instance.new("ScreenGui")
  41. local MFrame = Instance.new("Frame")
  42. local TFrame = Instance.new("Frame")
  43. local Title = Instance.new("TextLabel")
  44. local Tutup = Instance.new("TextButton")
  45. local Tunda = Instance.new("TextButton")
  46. local Spawn = Instance.new("TextButton")
  47. local Egg = Instance.new("TextButton")
  48. local _25 = Instance.new("TextButton")
  49. local _400 = Instance.new("TextButton")
  50. local _25m = Instance.new("TextButton")
  51. local _20 = Instance.new("TextButton")
  52. local _500 = Instance.new("TextButton")
  53. local rocket = Instance.new("TextButton")
  54. local MoonTitle = Instance.new("TextLabel")
  55. local MSpawn = Instance.new("TextButton")
  56. local MEgg = Instance.new("TextButton")
  57. local MA2 = Instance.new("TextButton")
  58. local Candy = Instance.new("TextButton")
  59. local FarmTitle = Instance.new("TextLabel")
  60. local EFarm = Instance.new("TextButton")
  61. local EMinTitle = Instance.new("TextLabel")
  62. local EMaxTitle = Instance.new("TextLabel")
  63. local EMin = Instance.new("TextBox")
  64. local EMax = Instance.new("TextBox")
  65. local ETitle = Instance.new("TextLabel")
  66. local MFarm = Instance.new("TextButton")
  67. local MTitle = Instance.new("TextLabel")
  68. local MMinTitle = Instance.new("TextLabel")
  69. local MMaxTitle = Instance.new("TextLabel")
  70. local MMin = Instance.new("TextBox")
  71. local MMax = Instance.new("TextBox")
  72. local Made = Instance.new("Frame")
  73. local Anwarun = Instance.new("TextLabel")
  74.  
  75. -- Properties
  76.  
  77. Pet.Name = "Pet"
  78. Pet.Parent = game.CoreGui
  79.  
  80. MFrame.Name = "MFrame"
  81. MFrame.Parent = Pet
  82. MFrame.Active = true
  83. MFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  84. MFrame.BackgroundTransparency = 0.10000000149012
  85. MFrame.BorderColor3 = Color3.new(1, 0, 0)
  86. MFrame.BorderSizePixel = 2
  87. MFrame.Position = UDim2.new(0.257148981, 0, 0.127272725, 0)
  88. MFrame.Size = UDim2.new(0, 477, 0, 369)
  89. MFrame.Draggable = true
  90.  
  91. TFrame.Name = "TFrame"
  92. TFrame.Parent = MFrame
  93. TFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  94. TFrame.BorderColor3 = Color3.new(1, 0, 0)
  95. TFrame.BorderSizePixel = 2
  96. TFrame.Size = UDim2.new(0, 476, 0, 24)
  97.  
  98. Title.Name = "Title"
  99. Title.Parent = TFrame
  100. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  101. Title.BackgroundTransparency = 1
  102. Title.Size = UDim2.new(0, 476, 0, 24)
  103. Title.Font = Enum.Font.SciFi
  104. Title.Text = "Pet Simulator Gui"
  105. Title.TextColor3 = Color3.new(1, 0, 0)
  106. Title.TextSize = 18
  107.  
  108. Tutup.Name = "Tutup"
  109. Tutup.Parent = TFrame
  110. Tutup.BackgroundColor3 = Color3.new(0, 0, 0)
  111. Tutup.BorderColor3 = Color3.new(1, 0, 0)
  112. Tutup.BorderSizePixel = 2
  113. Tutup.Position = UDim2.new(0.926470578, 0, 0, 0)
  114. Tutup.Size = UDim2.new(0, 35, 0, 24)
  115. Tutup.Font = Enum.Font.Fantasy
  116. Tutup.Text = "X"
  117. Tutup.TextColor3 = Color3.new(1, 0, 0)
  118. Tutup.TextSize = 25
  119.  
  120. Tunda.Name = "Tunda"
  121. Tunda.Parent = TFrame
  122. Tunda.BackgroundColor3 = Color3.new(0, 0, 0)
  123. Tunda.BorderColor3 = Color3.new(1, 0, 0)
  124. Tunda.BorderSizePixel = 2
  125. Tunda.Position = UDim2.new(0.852941155, 0, 0, 0)
  126. Tunda.Size = UDim2.new(0, 35, 0, 24)
  127. Tunda.Font = Enum.Font.Fantasy
  128. Tunda.Text = "-"
  129. Tunda.TextColor3 = Color3.new(1, 0, 0)
  130. Tunda.TextSize = 25
  131.  
  132. Spawn.Name = "Spawn"
  133. Spawn.Parent = MFrame
  134. Spawn.BackgroundColor3 = Color3.new(0, 0, 0)
  135. Spawn.BorderColor3 = Color3.new(1, 0, 0)
  136. Spawn.BorderSizePixel = 2
  137. Spawn.Position = UDim2.new(0.0218818374, 0, 0.0965660512, 0)
  138. Spawn.Size = UDim2.new(0, 101, 0, 23)
  139. Spawn.Font = Enum.Font.SciFi
  140. Spawn.Text = "Spawn Area"
  141. Spawn.TextColor3 = Color3.new(1, 0, 0)
  142. Spawn.TextScaled = true
  143. Spawn.TextSize = 14
  144. Spawn.TextWrapped = true
  145.  
  146. Egg.Name = "Egg"
  147. Egg.Parent = MFrame
  148. Egg.BackgroundColor3 = Color3.new(0, 0, 0)
  149. Egg.BorderColor3 = Color3.new(1, 0, 0)
  150. Egg.BorderSizePixel = 2
  151. Egg.Position = UDim2.new(0.271771491, 0, 0.0965660512, 0)
  152. Egg.Size = UDim2.new(0, 101, 0, 23)
  153. Egg.Font = Enum.Font.SciFi
  154. Egg.Text = "Egg Shop"
  155. Egg.TextColor3 = Color3.new(1, 0, 0)
  156. Egg.TextScaled = true
  157. Egg.TextSize = 14
  158. Egg.TextWrapped = true
  159.  
  160. _25.Name = "25"
  161. _25.Parent = MFrame
  162. _25.BackgroundColor3 = Color3.new(0, 0, 0)
  163. _25.BorderColor3 = Color3.new(1, 0, 0)
  164. _25.BorderSizePixel = 2
  165. _25.Position = UDim2.new(0.525600791, 0, 0.0965660512, 0)
  166. _25.Size = UDim2.new(0, 101, 0, 23)
  167. _25.Font = Enum.Font.SciFi
  168. _25.Text = "25K Area"
  169. _25.TextColor3 = Color3.new(1, 0, 0)
  170. _25.TextScaled = true
  171. _25.TextSize = 14
  172. _25.TextWrapped = true
  173.  
  174. _400.Name = "400"
  175. _400.Parent = MFrame
  176. _400.BackgroundColor3 = Color3.new(0, 0, 0)
  177. _400.BorderColor3 = Color3.new(1, 0, 0)
  178. _400.BorderSizePixel = 2
  179. _400.Position = UDim2.new(0.768489242, 0, 0.0965660512, 0)
  180. _400.Size = UDim2.new(0, 101, 0, 23)
  181. _400.Font = Enum.Font.SciFi
  182. _400.Text = "400K Area"
  183. _400.TextColor3 = Color3.new(1, 0, 0)
  184. _400.TextScaled = true
  185. _400.TextSize = 14
  186. _400.TextWrapped = true
  187.  
  188. _25m.Name = "25m"
  189. _25m.Parent = MFrame
  190. _25m.BackgroundColor3 = Color3.new(0, 0, 0)
  191. _25m.BorderColor3 = Color3.new(1, 0, 0)
  192. _25m.BorderSizePixel = 2
  193. _25m.Position = UDim2.new(0.0218818374, 0, 0.21894367, 0)
  194. _25m.Size = UDim2.new(0, 101, 0, 23)
  195. _25m.Font = Enum.Font.SciFi
  196. _25m.Text = "2,5 M Area"
  197. _25m.TextColor3 = Color3.new(1, 0, 0)
  198. _25m.TextScaled = true
  199. _25m.TextSize = 1
  200. _25m.TextWrapped = true
  201.  
  202. _20.Name = "20"
  203. _20.Parent = MFrame
  204. _20.BackgroundColor3 = Color3.new(0, 0, 0)
  205. _20.BorderColor3 = Color3.new(1, 0, 0)
  206. _20.BorderSizePixel = 2
  207. _20.Position = UDim2.new(0.271881849, 0, 0.21894367, 0)
  208. _20.Size = UDim2.new(0, 101, 0, 23)
  209. _20.Font = Enum.Font.SciFi
  210. _20.Text = "20M AREA"
  211. _20.TextColor3 = Color3.new(1, 0, 0)
  212. _20.TextScaled = true
  213. _20.TextSize = 14
  214. _20.TextWrapped = true
  215.  
  216. _500.Name = "500"
  217. _500.Parent = MFrame
  218. _500.BackgroundColor3 = Color3.new(0, 0, 0)
  219. _500.BorderColor3 = Color3.new(1, 0, 0)
  220. _500.BorderSizePixel = 2
  221. _500.Position = UDim2.new(0.526083529, 0, 0.21894367, 0)
  222. _500.Size = UDim2.new(0, 101, 0, 23)
  223. _500.Font = Enum.Font.SciFi
  224. _500.Text = "500M Area"
  225. _500.TextColor3 = Color3.new(1, 0, 0)
  226. _500.TextScaled = true
  227. _500.TextSize = 14
  228. _500.TextWrapped = true
  229.  
  230. rocket.Name = "rocket"
  231. rocket.Parent = MFrame
  232. rocket.BackgroundColor3 = Color3.new(0, 0, 0)
  233. rocket.BorderColor3 = Color3.new(1, 0, 0)
  234. rocket.BorderSizePixel = 2
  235. rocket.Position = UDim2.new(0.769780993, 0, 0.21894367, 0)
  236. rocket.Size = UDim2.new(0, 101, 0, 23)
  237. rocket.Font = Enum.Font.SciFi
  238. rocket.Text = "Rocket Area"
  239. rocket.TextColor3 = Color3.new(1, 0, 0)
  240. rocket.TextScaled = true
  241. rocket.TextSize = 14
  242. rocket.TextWrapped = true
  243.  
  244. MoonTitle.Name = "MoonTitle"
  245. MoonTitle.Parent = MFrame
  246. MoonTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  247. MoonTitle.BorderColor3 = Color3.new(1, 0, 0)
  248. MoonTitle.BorderSizePixel = 2
  249. MoonTitle.Position = UDim2.new(0, 0, 0.333560765, 0)
  250. MoonTitle.Size = UDim2.new(0, 476, 0, 27)
  251. MoonTitle.Font = Enum.Font.SciFi
  252. MoonTitle.Text = "Moon Teleport"
  253. MoonTitle.TextColor3 = Color3.new(1, 0, 0)
  254. MoonTitle.TextSize = 19
  255.  
  256. MSpawn.Name = "MSpawn"
  257. MSpawn.Parent = MFrame
  258. MSpawn.BackgroundColor3 = Color3.new(0, 0, 0)
  259. MSpawn.BorderColor3 = Color3.new(1, 0, 0)
  260. MSpawn.BorderSizePixel = 2
  261. MSpawn.Position = UDim2.new(0.0218818374, 0, 0.444027483, 0)
  262. MSpawn.Size = UDim2.new(0, 101, 0, 23)
  263. MSpawn.Font = Enum.Font.SciFi
  264. MSpawn.Text = "Moon Spawn"
  265. MSpawn.TextColor3 = Color3.new(1, 0, 0)
  266. MSpawn.TextScaled = true
  267. MSpawn.TextSize = 1
  268. MSpawn.TextWrapped = true
  269.  
  270. MEgg.Name = "MEgg"
  271. MEgg.Parent = MFrame
  272. MEgg.BackgroundColor3 = Color3.new(0, 0, 0)
  273. MEgg.BorderColor3 = Color3.new(1, 0, 0)
  274. MEgg.BorderSizePixel = 2
  275. MEgg.Position = UDim2.new(0.271881849, 0, 0.444027483, 0)
  276. MEgg.Size = UDim2.new(0, 101, 0, 23)
  277. MEgg.Font = Enum.Font.SciFi
  278. MEgg.Text = "Moon Egg Shop"
  279. MEgg.TextColor3 = Color3.new(1, 0, 0)
  280. MEgg.TextScaled = true
  281. MEgg.TextSize = 1
  282. MEgg.TextWrapped = true
  283.  
  284. MA2.Name = "MA2"
  285. MA2.Parent = MFrame
  286. MA2.BackgroundColor3 = Color3.new(0, 0, 0)
  287. MA2.BorderColor3 = Color3.new(1, 0, 0)
  288. MA2.BorderSizePixel = 2
  289. MA2.Position = UDim2.new(0.526083529, 0, 0.444027483, 0)
  290. MA2.Size = UDim2.new(0, 101, 0, 23)
  291. MA2.Font = Enum.Font.SciFi
  292. MA2.Text = "Moon Area 2"
  293. MA2.TextColor3 = Color3.new(1, 0, 0)
  294. MA2.TextScaled = true
  295. MA2.TextSize = 1
  296. MA2.TextWrapped = true
  297.  
  298. Candy.Name = "Candy"
  299. Candy.Parent = MFrame
  300. Candy.BackgroundColor3 = Color3.new(0, 0, 0)
  301. Candy.BorderColor3 = Color3.new(1, 0, 0)
  302. Candy.BorderSizePixel = 2
  303. Candy.Position = UDim2.new(0.769780993, 0, 0.444027483, 0)
  304. Candy.Size = UDim2.new(0, 101, 0, 23)
  305. Candy.Font = Enum.Font.SciFi
  306. Candy.Text = "Candy Land"
  307. Candy.TextColor3 = Color3.new(1, 0, 0)
  308. Candy.TextScaled = true
  309. Candy.TextSize = 1
  310. Candy.TextWrapped = true
  311.  
  312. FarmTitle.Name = "FarmTitle"
  313. FarmTitle.Parent = MFrame
  314. FarmTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  315. FarmTitle.BorderColor3 = Color3.new(1, 0, 0)
  316. FarmTitle.BorderSizePixel = 2
  317. FarmTitle.Position = UDim2.new(0, 0, 0.538973212, 0)
  318. FarmTitle.Size = UDim2.new(0, 476, 0, 27)
  319. FarmTitle.Font = Enum.Font.SciFi
  320. FarmTitle.Text = "Farm"
  321. FarmTitle.TextColor3 = Color3.new(1, 0, 0)
  322. FarmTitle.TextSize = 19
  323.  
  324. EFarm.Name = "EFarm"
  325. EFarm.Parent = MFrame
  326. EFarm.BackgroundColor3 = Color3.new(0, 0, 0)
  327. EFarm.BorderColor3 = Color3.new(1, 0, 0)
  328. EFarm.BorderSizePixel = 2
  329. EFarm.Position = UDim2.new(0.021008404, 0, 0.897018969, 0)
  330. EFarm.Size = UDim2.new(0, 170, 0, 30)
  331. EFarm.Font = Enum.Font.SciFi
  332. EFarm.Text = "Mine Earth: OFF"
  333. EFarm.TextColor3 = Color3.new(1, 0, 0)
  334. EFarm.TextSize = 20
  335. EFarm.TextWrapped = true
  336.  
  337. EMinTitle.Name = "EMinTitle"
  338. EMinTitle.Parent = MFrame
  339. EMinTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  340. EMinTitle.BorderColor3 = Color3.new(1, 0, 0)
  341. EMinTitle.BorderSizePixel = 2
  342. EMinTitle.Position = UDim2.new(0.0210084058, 0, 0.69918704, 0)
  343. EMinTitle.Size = UDim2.new(0, 57, 0, 25)
  344. EMinTitle.Font = Enum.Font.Fantasy
  345. EMinTitle.Text = "Min"
  346. EMinTitle.TextColor3 = Color3.new(1, 1, 1)
  347. EMinTitle.TextSize = 20
  348.  
  349. EMaxTitle.Name = "EMaxTitle"
  350. EMaxTitle.Parent = MFrame
  351. EMaxTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  352. EMaxTitle.BorderColor3 = Color3.new(1, 0, 0)
  353. EMaxTitle.BorderSizePixel = 2
  354. EMaxTitle.Position = UDim2.new(0.0210084058, 0, 0.791327953, 0)
  355. EMaxTitle.Size = UDim2.new(0, 57, 0, 25)
  356. EMaxTitle.Font = Enum.Font.Fantasy
  357. EMaxTitle.Text = "Max"
  358. EMaxTitle.TextColor3 = Color3.new(1, 1, 1)
  359. EMaxTitle.TextSize = 20
  360.  
  361. EMin.Name = "EMin"
  362. EMin.Parent = MFrame
  363. EMin.BackgroundColor3 = Color3.new(0, 0, 0)
  364. EMin.BorderColor3 = Color3.new(1, 0, 0)
  365. EMin.BorderSizePixel = 2
  366. EMin.Position = UDim2.new(0.165966392, 0, 0.69918704, 0)
  367. EMin.Size = UDim2.new(0, 101, 0, 25)
  368. EMin.Font = Enum.Font.SciFi
  369. EMin.Text = "1"
  370. EMin.TextColor3 = Color3.new(1, 0, 0)
  371. EMin.TextSize = 19
  372.  
  373. EMax.Name = "EMax"
  374. EMax.Parent = MFrame
  375. EMax.BackgroundColor3 = Color3.new(0, 0, 0)
  376. EMax.BorderColor3 = Color3.new(1, 0, 0)
  377. EMax.BorderSizePixel = 2
  378. EMax.Position = UDim2.new(0.165966392, 0, 0.791327953, 0)
  379. EMax.Size = UDim2.new(0, 101, 0, 25)
  380. EMax.Font = Enum.Font.SciFi
  381. EMax.Text = "10e6"
  382. EMax.TextColor3 = Color3.new(1, 0, 0)
  383. EMax.TextSize = 19
  384.  
  385. ETitle.Name = "ETitle"
  386. ETitle.Parent = MFrame
  387. ETitle.BackgroundColor3 = Color3.new(0, 0, 0)
  388. ETitle.BorderColor3 = Color3.new(1, 0, 0)
  389. ETitle.BorderSizePixel = 2
  390. ETitle.Position = UDim2.new(0.021008404, 0, 0.631436288, 0)
  391. ETitle.Size = UDim2.new(0, 170, 0, 18)
  392. ETitle.Font = Enum.Font.Fantasy
  393. ETitle.Text = "Coin/ Darah Chest"
  394. ETitle.TextColor3 = Color3.new(1, 1, 1)
  395. ETitle.TextSize = 20
  396.  
  397. MFarm.Name = "MFarm"
  398. MFarm.Parent = MFrame
  399. MFarm.BackgroundColor3 = Color3.new(0, 0, 0)
  400. MFarm.BorderColor3 = Color3.new(1, 0, 0)
  401. MFarm.BorderSizePixel = 2
  402. MFarm.Position = UDim2.new(0.594154656, 0, 0.897018969, 0)
  403. MFarm.Size = UDim2.new(0, 170, 0, 30)
  404. MFarm.Font = Enum.Font.SciFi
  405. MFarm.Text = "Mine Moon: OFF"
  406. MFarm.TextColor3 = Color3.new(1, 0, 0)
  407. MFarm.TextSize = 20
  408. MFarm.TextWrapped = true
  409.  
  410. MTitle.Name = "MTitle"
  411. MTitle.Parent = MFrame
  412. MTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  413. MTitle.BorderColor3 = Color3.new(1, 0, 0)
  414. MTitle.BorderSizePixel = 2
  415. MTitle.Position = UDim2.new(0.594154656, 0, 0.631436288, 0)
  416. MTitle.Size = UDim2.new(0, 170, 0, 18)
  417. MTitle.Font = Enum.Font.Fantasy
  418. MTitle.Text = "Coin/ Darah Chest"
  419. MTitle.TextColor3 = Color3.new(1, 1, 1)
  420. MTitle.TextSize = 20
  421.  
  422. MMinTitle.Name = "MMinTitle"
  423. MMinTitle.Parent = MFrame
  424. MMinTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  425. MMinTitle.BorderColor3 = Color3.new(1, 0, 0)
  426. MMinTitle.BorderSizePixel = 2
  427. MMinTitle.Position = UDim2.new(0.59333545, 0, 0.69918704, 0)
  428. MMinTitle.Size = UDim2.new(0, 57, 0, 25)
  429. MMinTitle.Font = Enum.Font.Fantasy
  430. MMinTitle.Text = "Min"
  431. MMinTitle.TextColor3 = Color3.new(1, 1, 1)
  432. MMinTitle.TextSize = 20
  433.  
  434. MMaxTitle.Name = "MMaxTitle"
  435. MMaxTitle.Parent = MFrame
  436. MMaxTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  437. MMaxTitle.BorderColor3 = Color3.new(1, 0, 0)
  438. MMaxTitle.BorderSizePixel = 2
  439. MMaxTitle.Position = UDim2.new(0.59333545, 0, 0.791327953, 0)
  440. MMaxTitle.Size = UDim2.new(0, 57, 0, 25)
  441. MMaxTitle.Font = Enum.Font.Fantasy
  442. MMaxTitle.Text = "Max"
  443. MMaxTitle.TextColor3 = Color3.new(1, 1, 1)
  444. MMaxTitle.TextSize = 20
  445.  
  446. MMin.Name = "MMin"
  447. MMin.Parent = MFrame
  448. MMin.BackgroundColor3 = Color3.new(0, 0, 0)
  449. MMin.BorderColor3 = Color3.new(1, 0, 0)
  450. MMin.BorderSizePixel = 2
  451. MMin.Position = UDim2.new(0.738293409, 0, 0.69918704, 0)
  452. MMin.Size = UDim2.new(0, 101, 0, 25)
  453. MMin.Font = Enum.Font.SciFi
  454. MMin.Text = "1"
  455. MMin.TextColor3 = Color3.new(1, 0, 0)
  456. MMin.TextSize = 19
  457.  
  458. MMax.Name = "MMax"
  459. MMax.Parent = MFrame
  460. MMax.BackgroundColor3 = Color3.new(0, 0, 0)
  461. MMax.BorderColor3 = Color3.new(1, 0, 0)
  462. MMax.BorderSizePixel = 2
  463. MMax.Position = UDim2.new(0.738293409, 0, 0.791327953, 0)
  464. MMax.Size = UDim2.new(0, 101, 0, 25)
  465. MMax.Font = Enum.Font.SciFi
  466. MMax.Text = "10e6"
  467. MMax.TextColor3 = Color3.new(1, 0, 0)
  468. MMax.TextSize = 19
  469.  
  470. Made.Name = "Made"
  471. Made.Parent = Pet
  472. Made.BackgroundColor3 = Color3.new(0, 0, 0)
  473. Made.BorderColor3 = Color3.new(1, 0, 0)
  474. Made.BorderSizePixel = 2
  475. Made.Position = UDim2.new(-0.528301895, 0, 1.06504071, 0)
  476. Made.Size = UDim2.new(0, 254, 0, 39)
  477.  
  478. Anwarun.Name = "Anwarun"
  479. Anwarun.Parent = Made
  480. Anwarun.BackgroundColor3 = Color3.new(1, 1, 1)
  481. Anwarun.BackgroundTransparency = 1
  482. Anwarun.Position = UDim2.new(-0.0078741312, 0, 1.34110451e-07, 0)
  483. Anwarun.Size = UDim2.new(0, 254, 0, 50)
  484. Anwarun.Font = Enum.Font.Fantasy
  485. Anwarun.Text = "Made By Anwarun"
  486. Anwarun.TextColor3 = Color3.new(1, 0, 0)
  487. Anwarun.TextSize = 25
  488.  
  489. -- Tunda Frame ( TFrame ) Script
  490.  
  491. Tutup.MouseButton1Down:connect(function()
  492. Pet:Destroy()
  493. end)
  494.  
  495. local tunda = false
  496.  
  497. Tunda.MouseButton1Down:connect(function()
  498. if tunda == false then
  499. MFrame:TweenSize(UDim2.new(0, 477, 0, 23),"In","Sine",0,true)
  500. wait(0.1)
  501. MMax.Visible = false
  502. MMin.Visible = false
  503. MMaxTitle.Visible = false
  504. MMinTitle.Visible = false
  505. MTitle.Visible = false
  506. MFarm.Visible = false
  507. ETitle.Visible = false
  508. EMax.Visible = false
  509. EMin.Visible = false
  510. EMaxTitle.Visible = false
  511. EMinTitle.Visible = false
  512. EFarm.Visible = false
  513. FarmTitle.Visible = false
  514. Candy.Visible = false
  515. MA2.Visible = false
  516. MEgg.Visible = false
  517. MSpawn.Visible = false
  518. MoonTitle.Visible = false
  519. rocket.Visible = false
  520. _500.Visible = false
  521. _20.Visible = false
  522. _25m.Visible = false
  523. _400.Visible = false
  524. _25.Visible = false
  525. Egg.Visible = false
  526. Spawn.Visible = false
  527. tunda = true
  528. else
  529. MFrame:TweenSize(UDim2.new(0, 477, 0, 369),"In","Sine",0,true)
  530. wait(0.1)
  531. MMax.Visible = true
  532. MMin.Visible = true
  533. MMaxTitle.Visible = true
  534. MMinTitle.Visible = true
  535. MTitle.Visible = true
  536. MFarm.Visible = true
  537. ETitle.Visible = true
  538. EMax.Visible = true
  539. EMin.Visible = true
  540. EMaxTitle.Visible = true
  541. EMinTitle.Visible = true
  542. EFarm.Visible = true
  543. FarmTitle.Visible = true
  544. Candy.Visible = true
  545. MA2.Visible = true
  546. MEgg.Visible = true
  547. MSpawn.Visible = true
  548. MoonTitle.Visible = true
  549. rocket.Visible = true
  550. _500.Visible = true
  551. _20.Visible = true
  552. _25m.Visible = true
  553. _400.Visible = true
  554. _25.Visible = true
  555. Egg.Visible = true
  556. Spawn.Visible = true
  557. tunda = false
  558. end
  559. end)
  560.  
  561. -- Script TOMBOLLLLL
  562.  
  563. Spawn.MouseButton1Click:connect(function()
  564. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(526, -36.292, 909)
  565. notify'Teleport Ke Spawn'
  566. end)
  567.  
  568. Egg.MouseButton1Click:connect(function()
  569. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(647.35, -33.6, 890.23)
  570. notify'Teleport Ke Shop'
  571. end)
  572.  
  573. _25.MouseButton1Click:connect(function()
  574. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(13, -37, 885)
  575. notify'Teleport Ke 25K Coins Area'
  576. end)
  577.  
  578. _400.MouseButton1Click:connect(function()
  579. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-364, -37, 885)
  580. notify'Teleport Ke 400K Coins Area'
  581. end)
  582.  
  583. _25m.MouseButton1Click:connect(function()
  584. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-760, -37, 885)
  585. notify'Teleport Ke 2.5M Coins Area'
  586. end)
  587.  
  588. _20.MouseButton1Click:connect(function()
  589. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1160, -37, 885)
  590. notify'Teleport Ke 20M Coins Area'
  591. end)
  592.  
  593. _500.MouseButton1Click:connect(function()
  594. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1500, -37, 885)
  595. notify'Teleport Ke 500M Coins Area'
  596. end)
  597.  
  598. rocket.MouseButton1Click:connect(function()
  599. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1828, -37, 897)
  600. notify'Teleport Ke Rocket Area'
  601. end)
  602.  
  603. MEgg.MouseButton1Click:connect(function()
  604. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(616, 146, -1720)
  605. notify'Teleport Ke Moon Shop'
  606. end)
  607.  
  608. MSpawn.MouseButton1Click:connect(function()
  609. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(527, 145, -1762)
  610. notify'Teleport Ke Moon Area 1'
  611. end)
  612.  
  613. MA2.MouseButton1Click:connect(function()
  614. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.8, 145, -1718)
  615. notify'Teleport Ke Moon Area 2'
  616. end)
  617.  
  618. Candy.MouseButton1Click:connect(function()
  619. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(13.7, 145, -1449.8)
  620. notify'Teleport Ke Candy Land'
  621. end)
  622.  
  623. -- Farm Script
  624.  
  625. EFarm.MouseButton1Click:connect(function()
  626. if not FarmStart then
  627. FarmArea = "earth"
  628. EFarm.Text = "Mine Earth: ON"
  629. coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
  630. save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
  631. plr = game:GetService("Players").LocalPlayer
  632. petids = {}
  633. petAP = {}
  634. pets = game:GetService("Workspace")["__REMOTES"].Pets
  635. a = #save[plr.Name]["Save"]["Pets"]
  636. done = "no"
  637. p()
  638. FarmStart = true
  639. else
  640. FarmStart = false
  641. FarmArea = "none"
  642. EFarm.Text = "Mine Earth: OFF"
  643. end
  644. end)
  645.  
  646. MFarm.MouseButton1Click:connect(function()
  647. if not FarmStart then
  648. FarmArea = "moon"
  649. MFarm.Text = "Mine Moon: ON"
  650. coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
  651. save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
  652. plr = game:GetService("Players").LocalPlayer
  653. petids = {}
  654. petAP = {}
  655. pets = game:GetService("Workspace")["__REMOTES"].Pets
  656. a = #save[plr.Name]["Save"]["Pets"]
  657. done = "no"
  658. p()
  659. FarmStart = true
  660. else
  661. FarmStart = false
  662. FarmArea = "none"
  663. MFarm.Text = "Mine Moon: OFF"
  664. end
  665. end)
  666.  
  667. function mine(b)
  668. while FarmStart and (b:FindFirstChild"Health" ~= nil) and (b:FindFirstChild"Health".Value > 0) do
  669. wait(0.1)
  670. for _,k in pairs(petids) do
  671. if not FarmStart then break end
  672. coins:FireServer("Mine",b.Name, petAP[k], k)
  673. end
  674. end
  675. end
  676.  
  677. spawn(function()
  678. while true do
  679. while FarmStart do
  680. for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  681. if (done ~= b) then
  682. if (FarmArea == "all") then
  683. if workspace.__THINGS.Coins:FindFirstChild(b.Name) then
  684. if b.Health.Value > tonumber(AllHealthMin.Text) and b.Health.Value < tonumber(AllHealthMax.Text) then
  685. mine(b)
  686. end
  687. end
  688. elseif (FarmArea == "earth") then
  689. if workspace.__THINGS.Coins:FindFirstChild(b.Name) then
  690. if b.Position.Y < 100 then
  691. if b.Health.Value > tonumber(EMin.Text) and b.Health.Value < tonumber(EMax.Text) then
  692. mine(b)
  693. end
  694. end
  695. end
  696. elseif (FarmArea == "moon") then
  697. if workspace.__THINGS.Coins:FindFirstChild(b.Name) then
  698. if b.Position.Y > 100 then
  699. if b.Health.Value > tonumber(MMin.Text) and b.Health.Value < tonumber(MMax.Text) then
  700. mine(b)
  701. end
  702. end
  703. end
  704. else
  705. end
  706. end
  707. end
  708. wait()
  709. end
  710. wait()
  711. end
  712. end)
  713.  
  714. -- Pemberitahuan * Notifi *
  715.  
  716. function notify(msg)
  717. game.StarterGui:SetCore('SendNotification', {
  718. Title = 'Pets Simulator';
  719. Text = msg;
  720. Duration = 5;
  721. })
  722. end
  723.  
  724. spawn(function()
  725. while true do
  726. if showstartmessage then
  727. hint("-Don't use Moon teleports until you are on the Moon. Use Rocket to reach Moon-", 7)
  728. hint("-If teleporting back to Earth locations use Rocket to reach Earth first-", 7)
  729. hint("-If you don't do this your pets will get stuck-", 5)
  730. showstartmessage = false
  731. end
  732. wait(0.5)
  733. end
  734. end)
  735.  
  736. -- Print
  737.  
  738.  
  739. print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')print(' HIDUP INDONESIA ! ')
Add Comment
Please, Sign In to add comment