Advertisement
TrcYT

Pet simulator Gui Sub to zee 7

Sep 14th, 2018
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.91 KB | None | 0 0
  1. -- Objects
  2. -- I dont understand any of this crap
  3. -- Shout out to zee 7
  4. -- Subscribe to him nub.
  5.  
  6. local GoodGui = Instance.new("ScreenGui")
  7. local LoginFrame = Instance.new("Frame")
  8. local LoginBG = Instance.new("ImageLabel")
  9. local LoginTitle = Instance.new("TextLabel")
  10. local TutupLogin = Instance.new("TextButton")
  11. local Username = Instance.new("TextBox")
  12. local Password = Instance.new("TextBox")
  13. local Login = Instance.new("TextButton")
  14. local TundaFrame = Instance.new("Frame")
  15. local TundaButton = Instance.new("TextButton")
  16. local TeleportFrame = Instance.new("Frame")
  17. local TeleportLabellllllll = Instance.new("ImageLabel")
  18. local TeleportTittlee = Instance.new("TextLabel")
  19. local TutupTeleport = Instance.new("TextButton")
  20. local TundaTeleport = Instance.new("TextButton")
  21. local Shop = Instance.new("TextButton")
  22. local Spawn = Instance.new("TextButton")
  23. local Area1 = Instance.new("TextButton")
  24. local Area2 = Instance.new("TextButton")
  25. local Area3 = Instance.new("TextButton")
  26. local Area4 = Instance.new("TextButton")
  27. local Area5 = Instance.new("TextButton")
  28. local BackToPet = Instance.new("TextButton")
  29. local LogoAnwarun = Instance.new("ImageLabel")
  30. local PetFrame = Instance.new("Frame")
  31. local PetLabellll = Instance.new("ImageLabel")
  32. local PetTitllllllllllllllllle = Instance.new("TextLabel")
  33. local RevizAdmin = Instance.new("TextButton")
  34. local MoneyFarm = Instance.new("TextButton")
  35. local Kecepatan = Instance.new("TextBox")
  36. local Ketinggian = Instance.new("TextBox")
  37. local LoncatSubmit = Instance.new("TextButton")
  38. local LariSubmit = Instance.new("TextButton")
  39. local NoclipLabel = Instance.new("TextLabel")
  40. local Noclip = Instance.new("TextButton")
  41. local Teleport = Instance.new("TextButton")
  42. local TutupPet = Instance.new("TextButton")
  43. local TundaPet = Instance.new("TextButton")
  44. local ImageLabel = Instance.new("ImageLabel")
  45.  
  46. -- Properties
  47.  
  48. GoodGui.Name = "GoodGui"
  49. GoodGui.Parent = game.CoreGui
  50.  
  51. LoginFrame.Name = "LoginFrame"
  52. LoginFrame.Parent = GoodGui
  53. LoginFrame.Active = true
  54. LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  55. LoginFrame.Position = UDim2.new(0.384402931, 0, 0.173147082, 0)
  56. LoginFrame.Size = UDim2.new(0, 304, 0, 330)
  57. LoginFrame.Draggable = true
  58.  
  59. LoginBG.Name = "LoginBG"
  60. LoginBG.Parent = LoginFrame
  61. LoginBG.BackgroundColor3 = Color3.new(1, 1, 1)
  62. LoginBG.Position = UDim2.new(-0.00139553845, 0, 0.129871875, 0)
  63. LoginBG.Size = UDim2.new(0, 304, 0, 287)
  64. LoginBG.Image = "rbxassetid://2237377224"
  65.  
  66. LoginTitle.Name = "LoginTitle"
  67. LoginTitle.Parent = LoginFrame
  68. LoginTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  69. LoginTitle.BackgroundTransparency = 1
  70. LoginTitle.Position = UDim2.new(0.351973683, 0, 0, 0)
  71. LoginTitle.Size = UDim2.new(0, 90, 0, 43)
  72. LoginTitle.Font = Enum.Font.SourceSansBold
  73. LoginTitle.Text = "Login"
  74. LoginTitle.TextColor3 = Color3.new(1, 1, 1)
  75. LoginTitle.TextSize = 25
  76.  
  77. TutupLogin.Name = "TutupLogin"
  78. TutupLogin.Parent = LoginFrame
  79. TutupLogin.BackgroundColor3 = Color3.new(1, 1, 1)
  80. TutupLogin.BackgroundTransparency = 1
  81. TutupLogin.Position = UDim2.new(0.799342096, 0, 0, 0)
  82. TutupLogin.Size = UDim2.new(0, 61, 0, 43)
  83. TutupLogin.Font = Enum.Font.Cartoon
  84. TutupLogin.Text = "X"
  85. TutupLogin.TextColor3 = Color3.new(1, 0, 0)
  86. TutupLogin.TextSize = 25
  87. TutupLogin.TextWrapped = true
  88. TutupLogin.MouseButton1Down:connect(function()
  89. LoginFrame.Visible = false
  90. end)
  91.  
  92. Username.Name = "Username"
  93. Username.Parent = LoginFrame
  94. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  95. Username.BorderColor3 = Color3.new(0.333333, 1, 1)
  96. Username.Position = UDim2.new(0.115131579, 0, 0.312121212, 0)
  97. Username.Size = UDim2.new(0, 234, 0, 47)
  98. Username.Font = Enum.Font.Cartoon
  99. Username.Text = "Username"
  100. Username.TextColor3 = Color3.new(1, 1, 1)
  101. Username.TextSize = 25
  102.  
  103. Password.Name = "Password"
  104. Password.Parent = LoginFrame
  105. Password.BackgroundColor3 = Color3.new(0, 0, 0)
  106. Password.BorderColor3 = Color3.new(0.333333, 1, 1)
  107. Password.Position = UDim2.new(0.115131579, 0, 0.515151501, 0)
  108. Password.Size = UDim2.new(0, 234, 0, 47)
  109. Password.Font = Enum.Font.Cartoon
  110. Password.Text = "Password"
  111. Password.TextColor3 = Color3.new(1, 1, 1)
  112. Password.TextSize = 25
  113.  
  114. Login.Name = "Login"
  115. Login.Parent = LoginFrame
  116. Login.BackgroundColor3 = Color3.new(0, 0, 0)
  117. Login.BorderColor3 = Color3.new(0.333333, 1, 1)
  118. Login.Position = UDim2.new(0.171052635, 0, 0.699999988, 0)
  119. Login.Size = UDim2.new(0, 200, 0, 50)
  120. Login.Font = Enum.Font.SourceSansItalic
  121. Login.Text = "Login"
  122. Login.TextColor3 = Color3.new(1, 1, 1)
  123. Login.TextSize = 25
  124. print('Maaf Ya Bala Ini Demi Keamanan Script')
  125. print('Maaf Ya Bala Ini Demi Keamanan Script')
  126. print('Maaf Ya Bala Ini Demi Keamanan Script')
  127. print('Maaf Ya Bala Ini Demi Keamanan Script')
  128. print('Maaf Ya Bala Ini Demi Keamanan Script')
  129. print('Maaf Ya Bala Ini Demi Keamanan Script')
  130. print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')Login.MouseButton1Down:connect(function()if Username.Text == "Jefri" and Password.Text == "Jefri123" then Login.Text = 'Benar!' wait(1) LoginFrame.Visible = false PetFrame.Visible = true else Login.Text = 'Salah!' wait(2) Login.Text = 'Login' end
  131. end)print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')
  132.  
  133. TundaFrame.Name = "TundaFrame"
  134. TundaFrame.Parent = GoodGui
  135. TundaFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  136. TundaFrame.Position = UDim2.new(0, 0, 0.530571997, 0)
  137. TundaFrame.Size = UDim2.new(0, 170, 0, 58)
  138. TundaFrame.Visible = false
  139.  
  140. TundaButton.Name = "TundaButton"
  141. TundaButton.Parent = TundaFrame
  142. TundaButton.BackgroundColor3 = Color3.new(0, 0, 0)
  143. TundaButton.BorderColor3 = Color3.new(0.333333, 1, 1)
  144. TundaButton.Size = UDim2.new(0, 170, 0, 58)
  145. TundaButton.Font = Enum.Font.SourceSansBold
  146. TundaButton.Text = "Open/ Buka"
  147. TundaButton.TextColor3 = Color3.new(1, 1, 1)
  148. TundaButton.TextSize = 25
  149. TundaButton.MouseButton1Down:connect(function()
  150. TundaFrame.Visible = false
  151. PetFrame.Visible = true
  152. end)
  153.  
  154. TeleportFrame.Name = "TeleportFrame"
  155. TeleportFrame.Parent = GoodGui
  156. TeleportFrame.Active = true
  157. TeleportFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  158. TeleportFrame.Position = UDim2.new(0.254920334, 0, 0.173570022, 0)
  159. TeleportFrame.Size = UDim2.new(0, 523, 0, 311)
  160. TeleportFrame.Visible = false
  161. TeleportFrame.Draggable = true
  162.  
  163. TeleportLabellllllll.Name = "TeleportLabellllllll!"
  164. TeleportLabellllllll.Parent = TeleportFrame
  165. TeleportLabellllllll.BackgroundColor3 = Color3.new(1, 1, 1)
  166. TeleportLabellllllll.Position = UDim2.new(0.000618219376, 0, 0.120068237, 0)
  167. TeleportLabellllllll.Size = UDim2.new(0, 523, 0, 274)
  168. print('Jangan Di Copet Mas :(')
  169. print('Jangan Di Copet Mas :(')
  170. print('Jangan Di Copet Mas :(')
  171. print('Jangan Di Copet Mas :(')
  172. print('Jangan Di Copet Mas :(')
  173. print('Jangan Di Copet Mas :(')
  174. print('Jangan Di Copet Mas :(')
  175. print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')TeleportLabellllllll.Image = "rbxassetid://2237377224"print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')print('Jangan Di Copet Mas :(')
  176. print('Jangan Di Copet Mas :(')
  177. print('Jangan Di Copet Mas :(')
  178. print('Jangan Di Copet Mas :(')
  179. print('Jangan Di Copet Mas :(')
  180. print('Jangan Di Copet Mas :(')
  181. print('Jangan Di Copet Mas :(')
  182. print('Jangan Di Copet Mas :(')
  183. print('Jangan Di Copet Mas :(')
  184. print('Jangan Di Copet Mas :(')
  185. print('Jangan Di Copet Mas :(')
  186. print('Jangan Di Copet Mas :(')
  187.  
  188. TeleportTittlee.Name = "TeleportTittlee!"
  189. TeleportTittlee.Parent = TeleportFrame
  190. TeleportTittlee.BackgroundColor3 = Color3.new(1, 1, 1)
  191. TeleportTittlee.BackgroundTransparency = 1
  192. TeleportTittlee.Position = UDim2.new(0.361376673, 0, 0, 0)
  193. TeleportTittlee.Size = UDim2.new(0, 145, 0, 37)
  194. TeleportTittlee.Font = Enum.Font.SourceSansBold
  195. TeleportTittlee.Text = "Teleport"
  196. TeleportTittlee.TextColor3 = Color3.new(1, 1, 1)
  197. TeleportTittlee.TextSize = 25
  198.  
  199. TutupTeleport.Name = "TutupTeleport"
  200. TutupTeleport.Parent = TeleportFrame
  201. TutupTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
  202. TutupTeleport.BackgroundTransparency = 1
  203. TutupTeleport.Position = UDim2.new(0.910133839, 0, 0, 0)
  204. TutupTeleport.Size = UDim2.new(0, 49, 0, 37)
  205. TutupTeleport.Font = Enum.Font.Cartoon
  206. TutupTeleport.Text = "X"
  207. TutupTeleport.TextColor3 = Color3.new(1, 0, 0)
  208. TutupTeleport.TextSize = 25
  209. TutupTeleport.MouseButton1Down:connect(function()
  210. TeleportFrame.Visible = false
  211. end)
  212.  
  213. TundaTeleport.Name = "TundaTeleport"
  214. TundaTeleport.Parent = TeleportFrame
  215. TundaTeleport.BackgroundColor3 = Color3.new(1, 0, 0)
  216. TundaTeleport.BackgroundTransparency = 1
  217. TundaTeleport.Position = UDim2.new(0.797323108, 0, 0, 0)
  218. TundaTeleport.Size = UDim2.new(0, 49, 0, 37)
  219. TundaTeleport.Font = Enum.Font.Cartoon
  220. TundaTeleport.Text = "-"
  221. TundaTeleport.TextColor3 = Color3.new(1, 0, 0)
  222. TundaTeleport.TextSize = 25
  223. TundaTeleport.MouseButton1Down:connect(function()
  224. TeleportFrame.Visible = false
  225. TundaFrame.Visible = true
  226. end)
  227.  
  228. Shop.Name = "Shop"
  229. Shop.Parent = TeleportFrame
  230. Shop.BackgroundColor3 = Color3.new(0, 0, 0)
  231. Shop.BorderColor3 = Color3.new(0.333333, 1, 1)
  232. Shop.Position = UDim2.new(0.0267686453, 0, 0.167202577, 0)
  233. Shop.Size = UDim2.new(0, 135, 0, 50)
  234. Shop.Font = Enum.Font.Cartoon
  235. Shop.Text = "Shop"
  236. Shop.TextColor3 = Color3.new(1, 1, 1)
  237. Shop.TextSize = 25
  238.  
  239. Spawn.Name = "Spawn"
  240. Spawn.Parent = TeleportFrame
  241. Spawn.BackgroundColor3 = Color3.new(0, 0, 0)
  242. Spawn.BorderColor3 = Color3.new(0.333333, 1, 1)
  243. Spawn.Position = UDim2.new(0.380497098, 0, 0.167202577, 0)
  244. Spawn.Size = UDim2.new(0, 135, 0, 50)
  245. Spawn.Font = Enum.Font.Cartoon
  246. Spawn.Text = "Spawn"
  247. Spawn.TextColor3 = Color3.new(1, 1, 1)
  248. Spawn.TextSize = 25
  249.  
  250. Area1.Name = "Area1"
  251. Area1.Parent = TeleportFrame
  252. Area1.BackgroundColor3 = Color3.new(0, 0, 0)
  253. Area1.BorderColor3 = Color3.new(0.333333, 1, 1)
  254. Area1.Position = UDim2.new(0.715105116, 0, 0.167202577, 0)
  255. Area1.Size = UDim2.new(0, 135, 0, 50)
  256. Area1.Font = Enum.Font.Cartoon
  257. Area1.Text = "Area 1"
  258. Area1.TextColor3 = Color3.new(1, 1, 1)
  259. Area1.TextSize = 25
  260.  
  261. Area2.Name = "Area2"
  262. Area2.Parent = TeleportFrame
  263. Area2.BackgroundColor3 = Color3.new(0, 0, 0)
  264. Area2.BorderColor3 = Color3.new(0.333333, 1, 1)
  265. Area2.Position = UDim2.new(0.0267686248, 0, 0.41800642, 0)
  266. Area2.Size = UDim2.new(0, 135, 0, 50)
  267. Area2.Font = Enum.Font.Cartoon
  268. Area2.Text = "Area 2"
  269. Area2.TextColor3 = Color3.new(1, 1, 1)
  270. Area2.TextSize = 25
  271.  
  272. Area3.Name = "Area3"
  273. Area3.Parent = TeleportFrame
  274. Area3.BackgroundColor3 = Color3.new(0, 0, 0)
  275. Area3.BorderColor3 = Color3.new(0.333333, 1, 1)
  276. Area3.Position = UDim2.new(0.380497098, 0, 0.41800642, 0)
  277. Area3.Size = UDim2.new(0, 135, 0, 50)
  278. Area3.Font = Enum.Font.Cartoon
  279. Area3.Text = "Area 3"
  280. Area3.TextColor3 = Color3.new(1, 1, 1)
  281. Area3.TextSize = 25
  282.  
  283. Area4.Name = "Area4"
  284. Area4.Parent = TeleportFrame
  285. Area4.BackgroundColor3 = Color3.new(0, 0, 0)
  286. Area4.BorderColor3 = Color3.new(0.333333, 1, 1)
  287. Area4.Position = UDim2.new(0.715105116, 0, 0.41800642, 0)
  288. Area4.Size = UDim2.new(0, 135, 0, 50)
  289. Area4.Font = Enum.Font.Cartoon
  290. Area4.Text = "Area 4"
  291. Area4.TextColor3 = Color3.new(1, 1, 1)
  292. Area4.TextSize = 25
  293.  
  294. Area5.Name = "Area5"
  295. Area5.Parent = TeleportFrame
  296. Area5.BackgroundColor3 = Color3.new(0, 0, 0)
  297. Area5.BorderColor3 = Color3.new(0.333333, 1, 1)
  298. Area5.Position = UDim2.new(0, 0, 0.630225122, 0)
  299. Area5.Size = UDim2.new(0, 523, 0, 50)
  300. Area5.Font = Enum.Font.Cartoon
  301. Area5.Text = "Final Area / Area Terakhir"
  302. Area5.TextColor3 = Color3.new(1, 1, 1)
  303. Area5.TextSize = 25
  304.  
  305. BackToPet.Name = "BackToPet"
  306. BackToPet.Parent = TeleportFrame
  307. BackToPet.BackgroundColor3 = Color3.new(0, 0, 0)
  308. BackToPet.BorderColor3 = Color3.new(0.333333, 1, 1)
  309. BackToPet.Position = UDim2.new(0.00191204587, 0, 0.813504815, 0)
  310. BackToPet.Size = UDim2.new(0, 522, 0, 50)
  311. BackToPet.Font = Enum.Font.Cartoon
  312. BackToPet.Text = "Back To Pet Hack"
  313. BackToPet.TextColor3 = Color3.new(1, 1, 1)
  314. BackToPet.TextSize = 25
  315. BackToPet.MouseButton1Down:connect(function()
  316. TeleportFrame.Visible = false
  317. PetFrame.Visible = true
  318. end)
  319.  
  320. LogoAnwarun.Name = "LogoAnwarun"
  321. LogoAnwarun.Parent = TeleportFrame
  322. LogoAnwarun.BackgroundColor3 = Color3.new(1, 1, 1)
  323. LogoAnwarun.BackgroundTransparency = 1
  324. LogoAnwarun.Position = UDim2.new(0.00191204587, 0, 0, 0)
  325. LogoAnwarun.Size = UDim2.new(0, 189, 0, 37)
  326. LogoAnwarun.Image = "rbxassetid://2216228868"
  327.  
  328. PetFrame.Name = "PetFrame"
  329. PetFrame.Parent = GoodGui
  330. PetFrame.Active = true
  331. PetFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  332. PetFrame.Position = UDim2.new(0.254920334, 0, 0.124260366, 0)
  333. PetFrame.Size = UDim2.new(0, 523, 0, 311)
  334. PetFrame.Visible = false
  335. PetFrame.Draggable = true
  336.  
  337. PetLabellll.Name = "PetLabellll"
  338. PetLabellll.Parent = PetFrame
  339. PetLabellll.BackgroundColor3 = Color3.new(1, 1, 1)
  340. PetLabellll.Position = UDim2.new(0.000618219376, 0, 0.120068237, 0)
  341. PetLabellll.Size = UDim2.new(0, 523, 0, 274)
  342. print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')PetLabellll.Image = "rbxassetid://2237377224"print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')
  343.  
  344. PetTitllllllllllllllllle.Name = "PetTitllllllllllllllllle"
  345. PetTitllllllllllllllllle.Parent = PetFrame
  346. PetTitllllllllllllllllle.BackgroundColor3 = Color3.new(1, 1, 1)
  347. PetTitllllllllllllllllle.BackgroundTransparency = 1
  348. PetTitllllllllllllllllle.Position = UDim2.new(0.361376673, 0, 0, 0)
  349. PetTitllllllllllllllllle.Size = UDim2.new(0, 145, 0, 37)
  350. PetTitllllllllllllllllle.Font = Enum.Font.SourceSansBold
  351. PetTitllllllllllllllllle.Text = "Pet Simulator"
  352. PetTitllllllllllllllllle.TextColor3 = Color3.new(1, 1, 1)
  353. PetTitllllllllllllllllle.TextSize = 25
  354.  
  355. RevizAdmin.Name = "RevizAdmin"
  356. RevizAdmin.Parent = PetFrame
  357. RevizAdmin.BackgroundColor3 = Color3.new(0, 0, 0)
  358. RevizAdmin.BorderColor3 = Color3.new(0.333333, 1, 1)
  359. RevizAdmin.Position = UDim2.new(0.0248565972, 0, 0.144694537, 0)
  360. RevizAdmin.Size = UDim2.new(0, 225, 0, 50)
  361. RevizAdmin.Font = Enum.Font.Cartoon
  362. RevizAdmin.Text = "Get All Area"
  363. RevizAdmin.TextColor3 = Color3.new(1, 1, 1)
  364. RevizAdmin.TextSize = 20
  365. RevizAdmin.MouseButton1Down:connect(function()
  366. local barriers = "Barrier5" or "Barrier4" or "Barrier3" or "Barrier2" or "Barrier1" -- list Barrie1, Barrier2, Barrier3, Barrier4, Barrier5
  367.  
  368. local event = game:GetService("Workspace").__THINGS["Barriers"]
  369.  
  370. event:remove()
  371. end)
  372.  
  373. MoneyFarm.Name = "MoneyFarm"
  374. MoneyFarm.Parent = PetFrame
  375. MoneyFarm.BackgroundColor3 = Color3.new(0, 0, 0)
  376. MoneyFarm.BorderColor3 = Color3.new(0.333333, 1, 1)
  377. MoneyFarm.Position = UDim2.new(0.541108966, 0, 0.144694537, 0)
  378. MoneyFarm.Size = UDim2.new(0, 225, 0, 50)
  379. MoneyFarm.Font = Enum.Font.Cartoon
  380. MoneyFarm.Text = "Money Farm"
  381. MoneyFarm.TextColor3 = Color3.new(1, 1, 1)
  382. MoneyFarm.TextSize = 20
  383. MoneyFarm.MouseButton1Down:connect(function()
  384. local amount = 1000 -- experiment with this value, 1000 is maximum and for pets with high levels
  385. local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
  386. local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
  387. local plr = game:GetService("Players").LocalPlayer
  388. local petids = {}
  389. local pets = game:GetService("Workspace")["__REMOTES"].Pets
  390. local a = #save[plr.Name]["Save"]["Pets"]
  391. local done = "lol meme"
  392. function random(t)
  393. local keys = {}
  394. for key, value in pairs(t) do
  395. keys[#keys+1] = key
  396. end
  397. index = keys[math.random(1, #keys)]
  398. return t[index]
  399. end
  400. for i=1,a do
  401. if(save[plr.Name]["Save"]["Pets"][a].e == true) then
  402. table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
  403. end
  404. a = a - 1
  405. end
  406. function co(b)
  407. local done = b
  408. print("Mining coin: " .. b.Name)
  409. while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
  410. warn(b.Name .. "- Health: " .. b.Health.Value)
  411. wait(0.2)
  412. coins:FireServer("Mine",b.Name, amount, random(petids))
  413. end
  414. end
  415. for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  416. if(done ~= b) then
  417. coroutine.wrap(function()co(b)end)()
  418. end
  419. end
  420. end)
  421. print('Kamu Tercyduck !')
  422. print('Kamu Tercyduck !')
  423. print('Kamu Tercyduck !')
  424. print('Kamu Tercyduck !')
  425. print('Kamu Tercyduck !')
  426. print('Kamu Tercyduck !')
  427. print('Kamu Tercyduck !')
  428. print('Kamu Tercyduck !')
  429. print('Kamu Tercyduck !')
  430. print('Kamu Tercyduck !')
  431. print('Kamu Tercyduck !')
  432. print('Kamu Tercyduck !')
  433. print('Kamu Tercyduck !')
  434. print('Kamu Tercyduck !')
  435. print('Kamu Tercyduck !')
  436. print('Kamu Tercyduck !')
  437. print('Kamu Tercyduck !')
  438. print('Kamu Tercyduck !')
  439.  
  440. Kecepatan.Name = "Kecepatan"
  441. Kecepatan.Parent = PetFrame
  442. Kecepatan.BackgroundColor3 = Color3.new(0, 0, 0)
  443. Kecepatan.BorderColor3 = Color3.new(0.333333, 1, 1)
  444. Kecepatan.Position = UDim2.new(0.0478011519, 0, 0.376205802, 0)
  445. Kecepatan.Size = UDim2.new(0, 200, 0, 50)
  446. Kecepatan.Font = Enum.Font.Cartoon
  447. Kecepatan.Text = "Kecepatan Lari"
  448. Kecepatan.TextColor3 = Color3.new(1, 1, 1)
  449. Kecepatan.TextSize = 25
  450.  
  451. Ketinggian.Name = "Ketinggian"
  452. Ketinggian.Parent = PetFrame
  453. Ketinggian.BackgroundColor3 = Color3.new(0, 0, 0)
  454. Ketinggian.BorderColor3 = Color3.new(0.333333, 1, 1)
  455. Ketinggian.Position = UDim2.new(0.564053535, 0, 0.376205802, 0)
  456. Ketinggian.Size = UDim2.new(0, 200, 0, 50)
  457. Ketinggian.Font = Enum.Font.Cartoon
  458. Ketinggian.Text = "Ketinggian Loncat"
  459. Ketinggian.TextColor3 = Color3.new(1, 1, 1)
  460. Ketinggian.TextSize = 25
  461.  
  462. LoncatSubmit.Name = "LoncatSubmit"
  463. LoncatSubmit.Parent = PetFrame
  464. LoncatSubmit.BackgroundColor3 = Color3.new(0, 0, 0)
  465. LoncatSubmit.BorderColor3 = Color3.new(0.333333, 1, 1)
  466. LoncatSubmit.Position = UDim2.new(0.629063129, 0, 0.58199358, 0)
  467. LoncatSubmit.Size = UDim2.new(0, 131, 0, 50)
  468. LoncatSubmit.Font = Enum.Font.Cartoon
  469. LoncatSubmit.Text = "Submit"
  470. LoncatSubmit.TextColor3 = Color3.new(1, 1, 1)
  471. LoncatSubmit.TextSize = 20
  472. LoncatSubmit.MouseButton1Down:connect(function()
  473. while true do
  474. wait()
  475. game.Players.LocalPlayer.Character.Humanoid.JumpPower = Ketinggian.Text
  476. end
  477. end)
  478.  
  479. LariSubmit.Name = "LariSubmit"
  480. LariSubmit.Parent = PetFrame
  481. LariSubmit.BackgroundColor3 = Color3.new(0, 0, 0)
  482. LariSubmit.BorderColor3 = Color3.new(0.333333, 1, 1)
  483. LariSubmit.Position = UDim2.new(0.112810723, 0, 0.58199358, 0)
  484. LariSubmit.Size = UDim2.new(0, 131, 0, 50)
  485. LariSubmit.Font = Enum.Font.Cartoon
  486. LariSubmit.Text = "Submit"
  487. LariSubmit.TextColor3 = Color3.new(1, 1, 1)
  488. LariSubmit.TextSize = 20
  489. LariSubmit.MouseButton1Down:connect(function()
  490. while true do
  491. wait()
  492. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Kecepatan.Text
  493. end
  494. end)
  495.  
  496. NoclipLabel.Name = "NoclipLabel"
  497. NoclipLabel.Parent = PetFrame
  498. NoclipLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  499. NoclipLabel.BackgroundTransparency = 1
  500. NoclipLabel.Position = UDim2.new(0.411089838, 0, 0.829582036, 0)
  501. NoclipLabel.Size = UDim2.new(0, 42, 0, 27)
  502. NoclipLabel.Font = Enum.Font.Cartoon
  503. NoclipLabel.Text = ""
  504. NoclipLabel.TextColor3 = Color3.new(0, 0, 0)
  505. NoclipLabel.TextSize = 20
  506.  
  507. Noclip.Name = "Noclip"
  508. Noclip.Parent = PetFrame
  509. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  510. Noclip.BorderColor3 = Color3.new(0.333333, 1, 1)
  511. Noclip.Position = UDim2.new(0.112810731, 0, 0.816720247, 0)
  512. Noclip.Size = UDim2.new(0, 131, 0, 36)
  513. Noclip.Font = Enum.Font.Cartoon
  514. Noclip.Text = "Noclip"
  515. Noclip.TextColor3 = Color3.new(1, 1, 1)
  516. Noclip.TextSize = 20
  517.  
  518.  
  519. noclip = false
  520. game:GetService('RunService').Stepped:connect(function()
  521. if noclip then
  522. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  523. NoclipLabel.TextColor3 = Color3.new(0, 1, 0)
  524. NoclipLabel.Text = "Aktif !"
  525. end
  526. end)
  527. Noclip.MouseButton1Down:connect(function()
  528. noclip = not noclip
  529. NoclipLabel.TextColor3 = Color3.new(0.7, 0, 0)
  530. NoclipLabel.Text = "Tidak Aktif !"
  531. end)
  532.  
  533. Teleport.Name = "Teleport"
  534. Teleport.Parent = PetFrame
  535. Teleport.BackgroundColor3 = Color3.new(0, 0, 0)
  536. Teleport.BorderColor3 = Color3.new(0.333333, 1, 1)
  537. Teleport.Position = UDim2.new(0.608030617, 0, 0.794212222, 0)
  538. Teleport.Size = UDim2.new(0, 181, 0, 50)
  539. Teleport.Font = Enum.Font.Cartoon
  540. Teleport.Text = "Teleport"
  541. Teleport.TextColor3 = Color3.new(1, 1, 1)
  542. Teleport.TextSize = 20
  543. Teleport.MouseButton1Down:connect(function()
  544. PetFrame.Visible = false
  545. TeleportFrame.Visible = true
  546. end)
  547.  
  548. TutupPet.Name = "TutupPet"
  549. TutupPet.Parent = PetFrame
  550. TutupPet.BackgroundColor3 = Color3.new(1, 1, 1)
  551. TutupPet.BackgroundTransparency = 1
  552. TutupPet.Position = UDim2.new(0.910133839, 0, 0, 0)
  553. TutupPet.Size = UDim2.new(0, 49, 0, 37)
  554. TutupPet.Font = Enum.Font.Cartoon
  555. TutupPet.Text = "X"
  556. TutupPet.TextColor3 = Color3.new(1, 0, 0)
  557. TutupPet.TextSize = 25
  558. print('Jangan Di Copet Mas :(')
  559. print('Jangan Di Copet Mas :(')
  560. print('Jangan Di Copet Mas :(')
  561. print('Jangan Di Copet Mas :(')
  562. print('Jangan Di Copet Mas :(')
  563. print('Jangan Di Copet Mas :(')
  564. print('Jangan Di Copet Mas :(')
  565. print('Jangan Di Copet Mas :(')
  566. print('Jangan Di Copet Mas :(')
  567. print('Jangan Di Copet Mas :(')
  568. print('Jangan Di Copet Mas :(')
  569. print('Jangan Di Copet Mas :(')
  570. print('Jangan Di Copet Mas :(')
  571. print('Jangan Di Copet Mas :(')
  572. print('Jangan Di Copet Mas :(')
  573. print('Jangan Di Copet Mas :(')
  574. print('Jangan Di Copet Mas :(')
  575. print('Jangan Di Copet Mas :(')
  576. print('Jangan Di Copet Mas :(')
  577. print('Jangan Di Copet Mas :(')
  578.  
  579. print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')TutupPet.MouseButton1Down:connect(function() PetFrame.Visible = false
  580. end)print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')print('Maaf Ya Bala Ini Demi Keamanan Script')
  581.  
  582. TundaPet.Name = "TundaPet"
  583. TundaPet.Parent = PetFrame
  584. TundaPet.BackgroundColor3 = Color3.new(1, 0, 0)
  585. TundaPet.BackgroundTransparency = 1
  586. TundaPet.Position = UDim2.new(0.797323108, 0, 0, 0)
  587. TundaPet.Size = UDim2.new(0, 49, 0, 37)
  588. TundaPet.Font = Enum.Font.Cartoon
  589. TundaPet.Text = "-"
  590. TundaPet.TextColor3 = Color3.new(1, 0, 0)
  591. TundaPet.TextSize = 25
  592. TundaPet.MouseButton1Down:connect(function()
  593. PetFrame.Visible = false
  594. TundaFrame.Visible = true
  595. end)
  596.  
  597. ImageLabel.Parent = PetFrame
  598. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  599. ImageLabel.BackgroundTransparency = 1
  600. ImageLabel.Position = UDim2.new(0.000878065825, 0, -0.00135720521, 0)
  601. ImageLabel.Size = UDim2.new(0, 167, 0, 37)
  602. ImageLabel.Image = "rbxassetid://2216228868"
  603.  
  604. -- Teleport TO AREA
  605.  
  606. Area1.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character:MoveTo(Vector3.new(0.295806587, -37.0378761, 890.214355))end)Area2.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-374.2388, -37.0378761, 885.253296))end)Area3.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-760.199097, -37.0378761, 880.302246))end)Area4.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1140.22437, -37.0378761, 885.195129))end)Area5.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1534.46313, -33.038002, 887.088318))end)Spawn.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character:MoveTo(Vector3.new(536.137939, -36.409977, 886.542542))end)Shop.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character:MoveTo(Vector3.new(719.225952, -33.6261177, 894.049072))end)
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031. --Nyanyi
  1032.  
  1033. print('Judul Lagu * Deyna Salam *')
  1034. print('Kalla hadzil ard mataqfii masahah')
  1035. print('lau na’isibila samahah')
  1036. print('Wanta’ayasna bihab')
  1037. print('lau tadiqil ardi naskan kalla kolb')
  1038. print('Kalla hadzil ard mataqfii masahah')
  1039. print('lau na’isibila samahah')
  1040. print('Wanta’ayasna bihab')
  1041. print('lau tadiqil ardi naskan kalla kolb')
  1042. print('Abtahiyyat.. wabsalam..')
  1043. print('ansyuru ahlal kalam jainuddin yahtirom')
  1044. print('Abmahabbat.. wabtisam..')
  1045. print('ansyuru bainil anam hadahu din assalam')
  1046. print('Kalla hadzil ard mataqfii masahah')
  1047. print('lau na’isibila samahah')
  1048. print('Wanta’ayasna bihab')
  1049. print('lau tadiqil ardi naskan kalla kolb')
  1050. print('Abtahiyyat.. wabsalam..')
  1051. print('ansyuru ahlal kalam jainuddin yahtirom')
  1052. print('Abmahabbat.. wabtisam..')
  1053. print('ansyuru bainil anam hadahu din assalam')
  1054. print(' din assalam..')
  1055. print('Abtahiyyat.. wabsalam..')
  1056. print('ansyuru ahlal kalam jainuddin yahtirom')
  1057. print('Abmahabbat.. wabtisam..')
  1058. print('ansyuru bainil anam hadahu din assalam')
  1059. print('Abtahiyyat.. wabsalam..')
  1060. print('ansyuru ahlal kalam jainuddin yahtirom')
  1061. print('Abmahabbat.. wabtisam..')
  1062. print('ansyuru bainil anam hadahu..')
  1063. print('din assalam.. din assalam..')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement