Guest User

PET SIMULATOR ANWARUN GUI ! FIXED MONEY FARM

a guest
Aug 22nd, 2018
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 31.83 KB | None | 0 0
  1. -- Objects
  2.  
  3. local GoodGui = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local LoginBG = Instance.new("ImageLabel")
  6. local LoginTitle = Instance.new("TextLabel")
  7. local TutupLogin = Instance.new("TextButton")
  8. local Username = Instance.new("TextBox")
  9. local Password = Instance.new("TextBox")
  10. local Login = Instance.new("TextButton")
  11. local TundaFrame = Instance.new("Frame")
  12. local TundaButton = Instance.new("TextButton")
  13. local TeleportFrame = Instance.new("Frame")
  14. local TeleportLabellllllll = Instance.new("ImageLabel")
  15. local TeleportTittlee = Instance.new("TextLabel")
  16. local TutupTeleport = Instance.new("TextButton")
  17. local TundaTeleport = Instance.new("TextButton")
  18. local Shop = Instance.new("TextButton")
  19. local Spawn = Instance.new("TextButton")
  20. local Area1 = Instance.new("TextButton")
  21. local Area2 = Instance.new("TextButton")
  22. local Area3 = Instance.new("TextButton")
  23. local Area4 = Instance.new("TextButton")
  24. local Area5 = Instance.new("TextButton")
  25. local BackToPet = Instance.new("TextButton")
  26. local LogoAnwarun = Instance.new("ImageLabel")
  27. local PetFrame = Instance.new("Frame")
  28. local PetLabellll = Instance.new("ImageLabel")
  29. local PetTitllllllllllllllllle = Instance.new("TextLabel")
  30. local RevizAdmin = Instance.new("TextButton")
  31. local MoneyFarm = Instance.new("TextButton")
  32. local Kecepatan = Instance.new("TextBox")
  33. local Ketinggian = Instance.new("TextBox")
  34. local LoncatSubmit = Instance.new("TextButton")
  35. local LariSubmit = Instance.new("TextButton")
  36. local NoclipLabel = Instance.new("TextLabel")
  37. local Noclip = Instance.new("TextButton")
  38. local Teleport = Instance.new("TextButton")
  39. local TutupPet = Instance.new("TextButton")
  40. local TundaPet = Instance.new("TextButton")
  41. local ImageLabel = Instance.new("ImageLabel")
  42.  
  43. -- Properties
  44.  
  45. GoodGui.Name = "GoodGui"
  46. GoodGui.Parent = game.CoreGui
  47.  
  48. LoginFrame.Name = "LoginFrame"
  49. LoginFrame.Parent = GoodGui
  50. LoginFrame.Active = true
  51. LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  52. LoginFrame.Position = UDim2.new(0.384402931, 0, 0.173147082, 0)
  53. LoginFrame.Size = UDim2.new(0, 304, 0, 330)
  54. LoginFrame.Draggable = true
  55.  
  56. LoginBG.Name = "LoginBG"
  57. LoginBG.Parent = LoginFrame
  58. LoginBG.BackgroundColor3 = Color3.new(1, 1, 1)
  59. LoginBG.Position = UDim2.new(-0.00139553845, 0, 0.129871875, 0)
  60. LoginBG.Size = UDim2.new(0, 304, 0, 287)
  61. LoginBG.Image = "rbxassetid://2237377224"
  62.  
  63. LoginTitle.Name = "LoginTitle"
  64. LoginTitle.Parent = LoginFrame
  65. LoginTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  66. LoginTitle.BackgroundTransparency = 1
  67. LoginTitle.Position = UDim2.new(0.351973683, 0, 0, 0)
  68. LoginTitle.Size = UDim2.new(0, 90, 0, 43)
  69. LoginTitle.Font = Enum.Font.SourceSansBold
  70. LoginTitle.Text = "Login"
  71. LoginTitle.TextColor3 = Color3.new(1, 1, 1)
  72. LoginTitle.TextSize = 25
  73.  
  74. TutupLogin.Name = "TutupLogin"
  75. TutupLogin.Parent = LoginFrame
  76. TutupLogin.BackgroundColor3 = Color3.new(1, 1, 1)
  77. TutupLogin.BackgroundTransparency = 1
  78. TutupLogin.Position = UDim2.new(0.799342096, 0, 0, 0)
  79. TutupLogin.Size = UDim2.new(0, 61, 0, 43)
  80. TutupLogin.Font = Enum.Font.Cartoon
  81. TutupLogin.Text = "X"
  82. TutupLogin.TextColor3 = Color3.new(1, 0, 0)
  83. TutupLogin.TextSize = 25
  84. TutupLogin.TextWrapped = true
  85. TutupLogin.MouseButton1Down:connect(function()
  86. LoginFrame.Visible = false
  87. end)
  88.  
  89. Username.Name = "Username"
  90. Username.Parent = LoginFrame
  91. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  92. Username.BorderColor3 = Color3.new(0.333333, 1, 1)
  93. Username.Position = UDim2.new(0.115131579, 0, 0.312121212, 0)
  94. Username.Size = UDim2.new(0, 234, 0, 47)
  95. Username.Font = Enum.Font.Cartoon
  96. Username.Text = "Username"
  97. Username.TextColor3 = Color3.new(1, 1, 1)
  98. Username.TextSize = 25
  99.  
  100. Password.Name = "Password"
  101. Password.Parent = LoginFrame
  102. Password.BackgroundColor3 = Color3.new(0, 0, 0)
  103. Password.BorderColor3 = Color3.new(0.333333, 1, 1)
  104. Password.Position = UDim2.new(0.115131579, 0, 0.515151501, 0)
  105. Password.Size = UDim2.new(0, 234, 0, 47)
  106. Password.Font = Enum.Font.Cartoon
  107. Password.Text = "Password"
  108. Password.TextColor3 = Color3.new(1, 1, 1)
  109. Password.TextSize = 25
  110.  
  111. Login.Name = "Login"
  112. Login.Parent = LoginFrame
  113. Login.BackgroundColor3 = Color3.new(0, 0, 0)
  114. Login.BorderColor3 = Color3.new(0.333333, 1, 1)
  115. Login.Position = UDim2.new(0.171052635, 0, 0.699999988, 0)
  116. Login.Size = UDim2.new(0, 200, 0, 50)
  117. Login.Font = Enum.Font.SourceSansItalic
  118. Login.Text = "Login"
  119. Login.TextColor3 = Color3.new(1, 1, 1)
  120. Login.TextSize = 25
  121. print('Maaf Ya Bala Ini Demi Keamanan Script')
  122. print('Maaf Ya Bala Ini Demi Keamanan Script')
  123. print('Maaf Ya Bala Ini Demi Keamanan Script')
  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')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
  128. 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')
  129.  
  130. TundaFrame.Name = "TundaFrame"
  131. TundaFrame.Parent = GoodGui
  132. TundaFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  133. TundaFrame.Position = UDim2.new(0, 0, 0.530571997, 0)
  134. TundaFrame.Size = UDim2.new(0, 170, 0, 58)
  135. TundaFrame.Visible = false
  136.  
  137. TundaButton.Name = "TundaButton"
  138. TundaButton.Parent = TundaFrame
  139. TundaButton.BackgroundColor3 = Color3.new(0, 0, 0)
  140. TundaButton.BorderColor3 = Color3.new(0.333333, 1, 1)
  141. TundaButton.Size = UDim2.new(0, 170, 0, 58)
  142. TundaButton.Font = Enum.Font.SourceSansBold
  143. TundaButton.Text = "Open/ Buka"
  144. TundaButton.TextColor3 = Color3.new(1, 1, 1)
  145. TundaButton.TextSize = 25
  146. TundaButton.MouseButton1Down:connect(function()
  147. TundaFrame.Visible = false
  148. PetFrame.Visible = true
  149. end)
  150.  
  151. TeleportFrame.Name = "TeleportFrame"
  152. TeleportFrame.Parent = GoodGui
  153. TeleportFrame.Active = true
  154. TeleportFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  155. TeleportFrame.Position = UDim2.new(0.254920334, 0, 0.173570022, 0)
  156. TeleportFrame.Size = UDim2.new(0, 523, 0, 311)
  157. TeleportFrame.Visible = false
  158. TeleportFrame.Draggable = true
  159.  
  160. TeleportLabellllllll.Name = "TeleportLabellllllll!"
  161. TeleportLabellllllll.Parent = TeleportFrame
  162. TeleportLabellllllll.BackgroundColor3 = Color3.new(1, 1, 1)
  163. TeleportLabellllllll.Position = UDim2.new(0.000618219376, 0, 0.120068237, 0)
  164. TeleportLabellllllll.Size = UDim2.new(0, 523, 0, 274)
  165. print('Jangan Di Copet Mas :(')
  166. print('Jangan Di Copet Mas :(')
  167. print('Jangan Di Copet Mas :(')
  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 :(')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 :(')
  173. print('Jangan Di Copet Mas :(')
  174. print('Jangan Di Copet Mas :(')
  175. 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.  
  185. TeleportTittlee.Name = "TeleportTittlee!"
  186. TeleportTittlee.Parent = TeleportFrame
  187. TeleportTittlee.BackgroundColor3 = Color3.new(1, 1, 1)
  188. TeleportTittlee.BackgroundTransparency = 1
  189. TeleportTittlee.Position = UDim2.new(0.361376673, 0, 0, 0)
  190. TeleportTittlee.Size = UDim2.new(0, 145, 0, 37)
  191. TeleportTittlee.Font = Enum.Font.SourceSansBold
  192. TeleportTittlee.Text = "Teleport"
  193. TeleportTittlee.TextColor3 = Color3.new(1, 1, 1)
  194. TeleportTittlee.TextSize = 25
  195.  
  196. TutupTeleport.Name = "TutupTeleport"
  197. TutupTeleport.Parent = TeleportFrame
  198. TutupTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
  199. TutupTeleport.BackgroundTransparency = 1
  200. TutupTeleport.Position = UDim2.new(0.910133839, 0, 0, 0)
  201. TutupTeleport.Size = UDim2.new(0, 49, 0, 37)
  202. TutupTeleport.Font = Enum.Font.Cartoon
  203. TutupTeleport.Text = "X"
  204. TutupTeleport.TextColor3 = Color3.new(1, 0, 0)
  205. TutupTeleport.TextSize = 25
  206. TutupTeleport.MouseButton1Down:connect(function()
  207. TeleportFrame.Visible = false
  208. end)
  209.  
  210. TundaTeleport.Name = "TundaTeleport"
  211. TundaTeleport.Parent = TeleportFrame
  212. TundaTeleport.BackgroundColor3 = Color3.new(1, 0, 0)
  213. TundaTeleport.BackgroundTransparency = 1
  214. TundaTeleport.Position = UDim2.new(0.797323108, 0, 0, 0)
  215. TundaTeleport.Size = UDim2.new(0, 49, 0, 37)
  216. TundaTeleport.Font = Enum.Font.Cartoon
  217. TundaTeleport.Text = "-"
  218. TundaTeleport.TextColor3 = Color3.new(1, 0, 0)
  219. TundaTeleport.TextSize = 25
  220. TundaTeleport.MouseButton1Down:connect(function()
  221. TeleportFrame.Visible = false
  222. TundaFrame.Visible = true
  223. end)
  224.  
  225. Shop.Name = "Shop"
  226. Shop.Parent = TeleportFrame
  227. Shop.BackgroundColor3 = Color3.new(0, 0, 0)
  228. Shop.BorderColor3 = Color3.new(0.333333, 1, 1)
  229. Shop.Position = UDim2.new(0.0267686453, 0, 0.167202577, 0)
  230. Shop.Size = UDim2.new(0, 135, 0, 50)
  231. Shop.Font = Enum.Font.Cartoon
  232. Shop.Text = "Shop"
  233. Shop.TextColor3 = Color3.new(1, 1, 1)
  234. Shop.TextSize = 25
  235.  
  236. Spawn.Name = "Spawn"
  237. Spawn.Parent = TeleportFrame
  238. Spawn.BackgroundColor3 = Color3.new(0, 0, 0)
  239. Spawn.BorderColor3 = Color3.new(0.333333, 1, 1)
  240. Spawn.Position = UDim2.new(0.380497098, 0, 0.167202577, 0)
  241. Spawn.Size = UDim2.new(0, 135, 0, 50)
  242. Spawn.Font = Enum.Font.Cartoon
  243. Spawn.Text = "Spawn"
  244. Spawn.TextColor3 = Color3.new(1, 1, 1)
  245. Spawn.TextSize = 25
  246.  
  247. Area1.Name = "Area1"
  248. Area1.Parent = TeleportFrame
  249. Area1.BackgroundColor3 = Color3.new(0, 0, 0)
  250. Area1.BorderColor3 = Color3.new(0.333333, 1, 1)
  251. Area1.Position = UDim2.new(0.715105116, 0, 0.167202577, 0)
  252. Area1.Size = UDim2.new(0, 135, 0, 50)
  253. Area1.Font = Enum.Font.Cartoon
  254. Area1.Text = "Area 1"
  255. Area1.TextColor3 = Color3.new(1, 1, 1)
  256. Area1.TextSize = 25
  257.  
  258. Area2.Name = "Area2"
  259. Area2.Parent = TeleportFrame
  260. Area2.BackgroundColor3 = Color3.new(0, 0, 0)
  261. Area2.BorderColor3 = Color3.new(0.333333, 1, 1)
  262. Area2.Position = UDim2.new(0.0267686248, 0, 0.41800642, 0)
  263. Area2.Size = UDim2.new(0, 135, 0, 50)
  264. Area2.Font = Enum.Font.Cartoon
  265. Area2.Text = "Area 2"
  266. Area2.TextColor3 = Color3.new(1, 1, 1)
  267. Area2.TextSize = 25
  268.  
  269. Area3.Name = "Area3"
  270. Area3.Parent = TeleportFrame
  271. Area3.BackgroundColor3 = Color3.new(0, 0, 0)
  272. Area3.BorderColor3 = Color3.new(0.333333, 1, 1)
  273. Area3.Position = UDim2.new(0.380497098, 0, 0.41800642, 0)
  274. Area3.Size = UDim2.new(0, 135, 0, 50)
  275. Area3.Font = Enum.Font.Cartoon
  276. Area3.Text = "Area 3"
  277. Area3.TextColor3 = Color3.new(1, 1, 1)
  278. Area3.TextSize = 25
  279.  
  280. Area4.Name = "Area4"
  281. Area4.Parent = TeleportFrame
  282. Area4.BackgroundColor3 = Color3.new(0, 0, 0)
  283. Area4.BorderColor3 = Color3.new(0.333333, 1, 1)
  284. Area4.Position = UDim2.new(0.715105116, 0, 0.41800642, 0)
  285. Area4.Size = UDim2.new(0, 135, 0, 50)
  286. Area4.Font = Enum.Font.Cartoon
  287. Area4.Text = "Area 4"
  288. Area4.TextColor3 = Color3.new(1, 1, 1)
  289. Area4.TextSize = 25
  290.  
  291. Area5.Name = "Area5"
  292. Area5.Parent = TeleportFrame
  293. Area5.BackgroundColor3 = Color3.new(0, 0, 0)
  294. Area5.BorderColor3 = Color3.new(0.333333, 1, 1)
  295. Area5.Position = UDim2.new(0, 0, 0.630225122, 0)
  296. Area5.Size = UDim2.new(0, 523, 0, 50)
  297. Area5.Font = Enum.Font.Cartoon
  298. Area5.Text = "Final Area / Area Terakhir"
  299. Area5.TextColor3 = Color3.new(1, 1, 1)
  300. Area5.TextSize = 25
  301.  
  302. BackToPet.Name = "BackToPet"
  303. BackToPet.Parent = TeleportFrame
  304. BackToPet.BackgroundColor3 = Color3.new(0, 0, 0)
  305. BackToPet.BorderColor3 = Color3.new(0.333333, 1, 1)
  306. BackToPet.Position = UDim2.new(0.00191204587, 0, 0.813504815, 0)
  307. BackToPet.Size = UDim2.new(0, 522, 0, 50)
  308. BackToPet.Font = Enum.Font.Cartoon
  309. BackToPet.Text = "Back To Pet Hack"
  310. BackToPet.TextColor3 = Color3.new(1, 1, 1)
  311. BackToPet.TextSize = 25
  312. BackToPet.MouseButton1Down:connect(function()
  313. TeleportFrame.Visible = false
  314. PetFrame.Visible = true
  315. end)
  316.  
  317. LogoAnwarun.Name = "LogoAnwarun"
  318. LogoAnwarun.Parent = TeleportFrame
  319. LogoAnwarun.BackgroundColor3 = Color3.new(1, 1, 1)
  320. LogoAnwarun.BackgroundTransparency = 1
  321. LogoAnwarun.Position = UDim2.new(0.00191204587, 0, 0, 0)
  322. LogoAnwarun.Size = UDim2.new(0, 189, 0, 37)
  323. LogoAnwarun.Image = "rbxassetid://2216228868"
  324.  
  325. PetFrame.Name = "PetFrame"
  326. PetFrame.Parent = GoodGui
  327. PetFrame.Active = true
  328. PetFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  329. PetFrame.Position = UDim2.new(0.254920334, 0, 0.124260366, 0)
  330. PetFrame.Size = UDim2.new(0, 523, 0, 311)
  331. PetFrame.Visible = false
  332. PetFrame.Draggable = true
  333.  
  334. PetLabellll.Name = "PetLabellll"
  335. PetLabellll.Parent = PetFrame
  336. PetLabellll.BackgroundColor3 = Color3.new(1, 1, 1)
  337. PetLabellll.Position = UDim2.new(0.000618219376, 0, 0.120068237, 0)
  338. PetLabellll.Size = UDim2.new(0, 523, 0, 274)
  339. 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')
  340.  
  341. PetTitllllllllllllllllle.Name = "PetTitllllllllllllllllle"
  342. PetTitllllllllllllllllle.Parent = PetFrame
  343. PetTitllllllllllllllllle.BackgroundColor3 = Color3.new(1, 1, 1)
  344. PetTitllllllllllllllllle.BackgroundTransparency = 1
  345. PetTitllllllllllllllllle.Position = UDim2.new(0.361376673, 0, 0, 0)
  346. PetTitllllllllllllllllle.Size = UDim2.new(0, 145, 0, 37)
  347. PetTitllllllllllllllllle.Font = Enum.Font.SourceSansBold
  348. PetTitllllllllllllllllle.Text = "Pet Simulator"
  349. PetTitllllllllllllllllle.TextColor3 = Color3.new(1, 1, 1)
  350. PetTitllllllllllllllllle.TextSize = 25
  351.  
  352. RevizAdmin.Name = "RevizAdmin"
  353. RevizAdmin.Parent = PetFrame
  354. RevizAdmin.BackgroundColor3 = Color3.new(0, 0, 0)
  355. RevizAdmin.BorderColor3 = Color3.new(0.333333, 1, 1)
  356. RevizAdmin.Position = UDim2.new(0.0248565972, 0, 0.144694537, 0)
  357. RevizAdmin.Size = UDim2.new(0, 225, 0, 50)
  358. RevizAdmin.Font = Enum.Font.Cartoon
  359. RevizAdmin.Text = "Get All Area"
  360. RevizAdmin.TextColor3 = Color3.new(1, 1, 1)
  361. RevizAdmin.TextSize = 20
  362. RevizAdmin.MouseButton1Down:connect(function()
  363. local barriers = "Barrier5" or "Barrier4" or "Barrier3" or "Barrier2" or "Barrier1" -- list Barrie1, Barrier2, Barrier3, Barrier4, Barrier5
  364.  
  365. local event = game:GetService("Workspace").__THINGS["Barriers"]
  366.  
  367. event:remove()
  368. end)
  369.  
  370. MoneyFarm.Name = "MoneyFarm"
  371. MoneyFarm.Parent = PetFrame
  372. MoneyFarm.BackgroundColor3 = Color3.new(0, 0, 0)
  373. MoneyFarm.BorderColor3 = Color3.new(0.333333, 1, 1)
  374. MoneyFarm.Position = UDim2.new(0.541108966, 0, 0.144694537, 0)
  375. MoneyFarm.Size = UDim2.new(0, 225, 0, 50)
  376. MoneyFarm.Font = Enum.Font.Cartoon
  377. MoneyFarm.Text = "Money Farm"
  378. MoneyFarm.TextColor3 = Color3.new(1, 1, 1)
  379. MoneyFarm.TextSize = 20
  380. MoneyFarm.MouseButton1Down:connect(function()
  381. local amount = 1000 -- experiment with this value, 1000 is maximum and for pets with high levels
  382. local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
  383. local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
  384. local plr = game:GetService("Players").LocalPlayer
  385. local petids = {}
  386. local pets = game:GetService("Workspace")["__REMOTES"].Pets
  387. local a = #save[plr.Name]["Save"]["Pets"]
  388. local done = "lol meme"
  389. function random(t)
  390.     local keys = {}
  391.     for key, value in pairs(t) do
  392.         keys[#keys+1] = key
  393.     end
  394.     index = keys[math.random(1, #keys)]
  395.     return t[index]
  396. end
  397. for i=1,a do
  398.     if(save[plr.Name]["Save"]["Pets"][a].e == true) then
  399.         table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
  400.     end
  401.     a = a - 1
  402. end
  403. function co(b)
  404.     local done = b
  405.     print("Mining coin: " .. b.Name)
  406.     while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
  407.         warn(b.Name .. "- Health: " .. b.Health.Value)
  408.         wait(0.2)
  409.         coins:FireServer("Mine",b.Name, amount, random(petids))
  410.     end
  411. end
  412. for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  413.     if(done ~= b) then
  414.         coroutine.wrap(function()co(b)end)()
  415.     end
  416. end
  417. end)
  418. print('Kamu Tercyduck !')
  419. print('Kamu Tercyduck !')
  420. print('Kamu Tercyduck !')
  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.  
  437. Kecepatan.Name = "Kecepatan"
  438. Kecepatan.Parent = PetFrame
  439. Kecepatan.BackgroundColor3 = Color3.new(0, 0, 0)
  440. Kecepatan.BorderColor3 = Color3.new(0.333333, 1, 1)
  441. Kecepatan.Position = UDim2.new(0.0478011519, 0, 0.376205802, 0)
  442. Kecepatan.Size = UDim2.new(0, 200, 0, 50)
  443. Kecepatan.Font = Enum.Font.Cartoon
  444. Kecepatan.Text = "Kecepatan Lari"
  445. Kecepatan.TextColor3 = Color3.new(1, 1, 1)
  446. Kecepatan.TextSize = 25
  447.  
  448. Ketinggian.Name = "Ketinggian"
  449. Ketinggian.Parent = PetFrame
  450. Ketinggian.BackgroundColor3 = Color3.new(0, 0, 0)
  451. Ketinggian.BorderColor3 = Color3.new(0.333333, 1, 1)
  452. Ketinggian.Position = UDim2.new(0.564053535, 0, 0.376205802, 0)
  453. Ketinggian.Size = UDim2.new(0, 200, 0, 50)
  454. Ketinggian.Font = Enum.Font.Cartoon
  455. Ketinggian.Text = "Ketinggian Loncat"
  456. Ketinggian.TextColor3 = Color3.new(1, 1, 1)
  457. Ketinggian.TextSize = 25
  458.  
  459. LoncatSubmit.Name = "LoncatSubmit"
  460. LoncatSubmit.Parent = PetFrame
  461. LoncatSubmit.BackgroundColor3 = Color3.new(0, 0, 0)
  462. LoncatSubmit.BorderColor3 = Color3.new(0.333333, 1, 1)
  463. LoncatSubmit.Position = UDim2.new(0.629063129, 0, 0.58199358, 0)
  464. LoncatSubmit.Size = UDim2.new(0, 131, 0, 50)
  465. LoncatSubmit.Font = Enum.Font.Cartoon
  466. LoncatSubmit.Text = "Submit"
  467. LoncatSubmit.TextColor3 = Color3.new(1, 1, 1)
  468. LoncatSubmit.TextSize = 20
  469. LoncatSubmit.MouseButton1Down:connect(function()
  470. while true do
  471.     wait()
  472.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = Ketinggian.Text
  473. end
  474. end)
  475.  
  476. LariSubmit.Name = "LariSubmit"
  477. LariSubmit.Parent = PetFrame
  478. LariSubmit.BackgroundColor3 = Color3.new(0, 0, 0)
  479. LariSubmit.BorderColor3 = Color3.new(0.333333, 1, 1)
  480. LariSubmit.Position = UDim2.new(0.112810723, 0, 0.58199358, 0)
  481. LariSubmit.Size = UDim2.new(0, 131, 0, 50)
  482. LariSubmit.Font = Enum.Font.Cartoon
  483. LariSubmit.Text = "Submit"
  484. LariSubmit.TextColor3 = Color3.new(1, 1, 1)
  485. LariSubmit.TextSize = 20
  486. LariSubmit.MouseButton1Down:connect(function()
  487. while true do
  488.     wait()
  489.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Kecepatan.Text
  490. end
  491. end)
  492.  
  493. NoclipLabel.Name = "NoclipLabel"
  494. NoclipLabel.Parent = PetFrame
  495. NoclipLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  496. NoclipLabel.BackgroundTransparency = 1
  497. NoclipLabel.Position = UDim2.new(0.411089838, 0, 0.829582036, 0)
  498. NoclipLabel.Size = UDim2.new(0, 42, 0, 27)
  499. NoclipLabel.Font = Enum.Font.Cartoon
  500. NoclipLabel.Text = ""
  501. NoclipLabel.TextColor3 = Color3.new(0, 0, 0)
  502. NoclipLabel.TextSize = 20
  503.  
  504. Noclip.Name = "Noclip"
  505. Noclip.Parent = PetFrame
  506. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  507. Noclip.BorderColor3 = Color3.new(0.333333, 1, 1)
  508. Noclip.Position = UDim2.new(0.112810731, 0, 0.816720247, 0)
  509. Noclip.Size = UDim2.new(0, 131, 0, 36)
  510. Noclip.Font = Enum.Font.Cartoon
  511. Noclip.Text = "Noclip"
  512. Noclip.TextColor3 = Color3.new(1, 1, 1)
  513. Noclip.TextSize = 20
  514.  
  515.  
  516. noclip = false
  517. game:GetService('RunService').Stepped:connect(function()
  518. if noclip then
  519. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  520. NoclipLabel.TextColor3 = Color3.new(0, 1, 0)
  521. NoclipLabel.Text = "Aktif !"
  522. end
  523. end)
  524. Noclip.MouseButton1Down:connect(function()
  525. noclip = not noclip
  526. NoclipLabel.TextColor3 = Color3.new(0.7, 0, 0)
  527. NoclipLabel.Text = "Tidak Aktif !"
  528. end)
  529.  
  530. Teleport.Name = "Teleport"
  531. Teleport.Parent = PetFrame
  532. Teleport.BackgroundColor3 = Color3.new(0, 0, 0)
  533. Teleport.BorderColor3 = Color3.new(0.333333, 1, 1)
  534. Teleport.Position = UDim2.new(0.608030617, 0, 0.794212222, 0)
  535. Teleport.Size = UDim2.new(0, 181, 0, 50)
  536. Teleport.Font = Enum.Font.Cartoon
  537. Teleport.Text = "Teleport"
  538. Teleport.TextColor3 = Color3.new(1, 1, 1)
  539. Teleport.TextSize = 20
  540. Teleport.MouseButton1Down:connect(function()
  541. PetFrame.Visible = false
  542. TeleportFrame.Visible = true
  543. end)
  544.  
  545. TutupPet.Name = "TutupPet"
  546. TutupPet.Parent = PetFrame
  547. TutupPet.BackgroundColor3 = Color3.new(1, 1, 1)
  548. TutupPet.BackgroundTransparency = 1
  549. TutupPet.Position = UDim2.new(0.910133839, 0, 0, 0)
  550. TutupPet.Size = UDim2.new(0, 49, 0, 37)
  551. TutupPet.Font = Enum.Font.Cartoon
  552. TutupPet.Text = "X"
  553. TutupPet.TextColor3 = Color3.new(1, 0, 0)
  554. TutupPet.TextSize = 25
  555. print('Jangan Di Copet Mas :(')
  556. print('Jangan Di Copet Mas :(')
  557. print('Jangan Di Copet Mas :(')
  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.  
  576. 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
  577. 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')
  578.  
  579. TundaPet.Name = "TundaPet"
  580. TundaPet.Parent = PetFrame
  581. TundaPet.BackgroundColor3 = Color3.new(1, 0, 0)
  582. TundaPet.BackgroundTransparency = 1
  583. TundaPet.Position = UDim2.new(0.797323108, 0, 0, 0)
  584. TundaPet.Size = UDim2.new(0, 49, 0, 37)
  585. TundaPet.Font = Enum.Font.Cartoon
  586. TundaPet.Text = "-"
  587. TundaPet.TextColor3 = Color3.new(1, 0, 0)
  588. TundaPet.TextSize = 25
  589. TundaPet.MouseButton1Down:connect(function()
  590. PetFrame.Visible = false
  591. TundaFrame.Visible = true
  592. end)
  593.  
  594. ImageLabel.Parent = PetFrame
  595. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  596. ImageLabel.BackgroundTransparency = 1
  597. ImageLabel.Position = UDim2.new(0.000878065825, 0, -0.00135720521, 0)
  598. ImageLabel.Size = UDim2.new(0, 167, 0, 37)
  599. ImageLabel.Image = "rbxassetid://2216228868"
  600.  
  601. -- Teleport TO AREA
  602.  
  603. 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)
  604.  
  605.  
  606.  
  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. --Nyanyi
  1029.  
  1030. print('Judul Lagu * Deyna Salam *')
  1031. print('Kalla hadzil ard mataqfii masahah')
  1032. print('lau na’isibila samahah')
  1033. print('Wanta’ayasna bihab')
  1034. print('lau tadiqil ardi naskan kalla kolb')
  1035. print('Kalla hadzil ard mataqfii masahah')
  1036. print('lau na’isibila samahah')
  1037. print('Wanta’ayasna bihab')
  1038. print('lau tadiqil ardi naskan kalla kolb')
  1039. print('Abtahiyyat.. wabsalam..')
  1040. print('ansyuru ahlal kalam jainuddin yahtirom')
  1041. print('Abmahabbat.. wabtisam..')
  1042. print('ansyuru bainil anam hadahu din assalam')
  1043. print('Kalla hadzil ard mataqfii masahah')
  1044. print('lau na’isibila samahah')
  1045. print('Wanta’ayasna bihab')
  1046. print('lau tadiqil ardi naskan kalla kolb')
  1047. print('Abtahiyyat.. wabsalam..')
  1048. print('ansyuru ahlal kalam jainuddin yahtirom')
  1049. print('Abmahabbat.. wabtisam..')
  1050. print('ansyuru bainil anam hadahu din assalam')
  1051. print('      din assalam..')
  1052. print('Abtahiyyat.. wabsalam..')
  1053. print('ansyuru ahlal kalam jainuddin yahtirom')
  1054. print('Abmahabbat.. wabtisam..')
  1055. print('ansyuru bainil anam hadahu din assalam')
  1056. print('Abtahiyyat.. wabsalam..')
  1057. print('ansyuru ahlal kalam jainuddin yahtirom')
  1058. print('Abmahabbat.. wabtisam..')
  1059. print('ansyuru bainil anam hadahu..')
  1060. print('din assalam..      din assalam..')
Add Comment
Please, Sign In to add comment