Advertisement
_HITMAN_

PET SIMULATOR GUI TELEPORT,AUTO FARM

Jan 3rd, 2019
28,331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.05 KB | None | 0 0
  1. print("Updated. Works now.")
  2. spawn(function()
  3. print("Credits to LuckyMMB for his gui. It adds value.")
  4. loadstring(game:HttpGet('https://pastebin.com/raw/gQggy1cw', true))()
  5. end)
  6. local loopHack = false
  7. local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Game"):WaitForChild("Coins")
  8. local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Core"):WaitForChild("Get Other Stats"):InvokeServer()
  9. local plr = game:GetService("Players").LocalPlayer
  10. local petids = {}
  11. local petAP = {}
  12. local hatAP = {}
  13. local pets = game:GetService("Workspace")["__REMOTES"]:WaitForChild("Game").Pets
  14. local a = #save[plr.Name]["Save"]["Pets"]
  15. local b = #save[plr.Name]["Save"]["Hats"]
  16. local done = "lol meme"
  17. local f = -1
  18. function p()
  19. for i=1,a do
  20. b = #save[plr.Name]["Save"]["Hats"]
  21. if(save[plr.Name]["Save"]["Pets"][a].e == true) then
  22. table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
  23. petAP[save[plr.Name]["Save"]["Pets"][a].id] = tonumber(save[plr.Name]["Save"]["Pets"][a].ba) * 4
  24. for i=1,b do
  25. if(save[plr.Name]["Save"]["Hats"][b].e == save[plr.Name]["Save"]["Pets"][a].id) then
  26. hatAP[save[plr.Name]["Save"]["Hats"][b].e] = tonumber(save[plr.Name]["Save"]["Hats"][b].ba) * 4
  27. end
  28. b = b - 1
  29. end
  30. if hatAP[save[plr.Name]["Save"]["Pets"][a].id] == nil then
  31. hatAP[save[plr.Name]["Save"]["Pets"][a].id] = 0
  32. end
  33. print("Detected: ( Pet: ",save[plr.Name]["Save"]["Pets"][a].id," Damage: ",tonumber(save[plr.Name]["Save"]["Pets"][a].ba) * 4," Hat: ", hatAP[save[plr.Name]["Save"]["Pets"][a].id] ,")")
  34. end
  35. a = a - 1
  36. end
  37. end
  38. p()
  39. function mf(b)
  40. while(loopHack and workspace.__THINGS.Coins:FindFirstChild(b.Name) and b.Position.Y > 100) do
  41. wait(0.2)
  42. for _,k in pairs(petids) do
  43. coins:FireServer("Mine",b.Name, petAP[k], k)
  44. end
  45. end
  46. end
  47. function ef(b)
  48. while(loopHack and workspace.__THINGS.Coins:FindFirstChild(b.Name) and b.Position.Y < 100) do
  49. wait(0.2)
  50. for _,k in pairs(petids) do
  51. coins:FireServer("Mine",b.Name, petAP[k], k)
  52. end
  53. end
  54. end
  55. function af(b)
  56. while(loopHack and workspace.__THINGS.Coins:FindFirstChild(b.Name)) do
  57. wait(0.2)
  58. for _,k in pairs(petids) do
  59. coins:FireServer("Mine",b.Name, petAP[k], k)
  60. end
  61. end
  62. end
  63. local GUI = Instance.new("ScreenGui")
  64. local dragFrame = Instance.new("Frame")
  65. local aButton = Instance.new("TextButton")
  66. local eButton = Instance.new("TextButton")
  67. local mButton = Instance.new("TextButton")
  68. local tButton = Instance.new("TextButton")
  69. local LSTitle = Instance.new("TextLabel")
  70. local Credit = Instance.new("TextLabel")
  71. GUI.Name = "qewrfgqrg4q"
  72. GUI.Parent = game.CoreGui
  73. dragFrame.Name = "dragFrame"
  74. dragFrame.Parent = GUI
  75. dragFrame.BackgroundColor3 = Color3.new(0.172549, 0, 0.0627451)
  76. dragFrame.BorderSizePixel = 2
  77. dragFrame.Position = UDim2.new(0.241050124, 0, 0.177033499, 0)
  78. dragFrame.Size = UDim2.new(0, 263, 0, 200)
  79. dragFrame.Style = Enum.FrameStyle.RobloxRound
  80. dragFrame.Active = true
  81. dragFrame.Draggable = true
  82. eButton.Name = "eButton"
  83. eButton.Parent = dragFrame
  84. eButton.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
  85. eButton.Position = UDim2.new(0.02, 0, 0.331685402, 0)
  86. eButton.Size = UDim2.new(0, 75, 0, 42)
  87. eButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  88. eButton.Font = Enum.Font.Code
  89. eButton.Text = "Earth"
  90. eButton.TextColor3 = Color3.new(0, 0, 0)
  91. eButton.TextSize = 14
  92. eButton.MouseButton1Down:connect(function()
  93. if loopHack then
  94. loopHack = false
  95. eButton.Text = "Earth"
  96. aButton.Visible = true
  97. mButton.Visible = true
  98. else
  99. aButton.Visible = false
  100. mButton.Visible = false
  101. f = 1
  102. coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Game"):WaitForChild("Coins")
  103. save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Core"):WaitForChild("Get Other Stats"):InvokeServer()
  104. plr = game:GetService("Players").LocalPlayer
  105. petids = {}
  106. petAP = {}
  107. pets = game:GetService("Workspace")["__REMOTES"]:WaitForChild("Game").Pets
  108. a = #save[plr.Name]["Save"]["Pets"]
  109. done = "lol meme"
  110. p()
  111. eButton.Text = "Stop"
  112. loopHack = true
  113. end
  114. end)
  115. aButton.Name = "aButton"
  116. aButton.Parent = dragFrame
  117. aButton.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
  118. aButton.Position = UDim2.new(0.35, 0, 0.331685402, 0)
  119. aButton.Size = UDim2.new(0, 75, 0, 42)
  120. aButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  121. aButton.Font = Enum.Font.Code
  122. aButton.Text = "All"
  123. aButton.TextColor3 = Color3.new(0, 0, 0)
  124. aButton.TextSize = 14
  125. aButton.MouseButton1Down:connect(function()
  126. if loopHack then
  127. loopHack = false
  128. aButton.Text = "All"
  129. eButton.Visible = true
  130. mButton.Visible = true
  131. else
  132. eButton.Visible = false
  133. mButton.Visible = false
  134. f = 0
  135. coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Game"):WaitForChild("Coins")
  136. save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Core"):WaitForChild("Get Other Stats"):InvokeServer()
  137. plr = game:GetService("Players").LocalPlayer
  138. petids = {}
  139. petAP = {}
  140. pets = game:GetService("Workspace")["__REMOTES"]:WaitForChild("Game").Pets
  141. a = #save[plr.Name]["Save"]["Pets"]
  142. done = "lol meme"
  143. p()
  144. aButton.Text = "Stop"
  145. loopHack = true
  146. end
  147. end)
  148. mButton.Name = "mButton"
  149. mButton.Parent = dragFrame
  150. mButton.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
  151. mButton.Position = UDim2.new(0.68, 0, 0.331685402, 0)
  152. mButton.Size = UDim2.new(0, 75, 0, 42)
  153. mButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  154. mButton.Font = Enum.Font.Code
  155. mButton.Text = "Moon"
  156. mButton.TextColor3 = Color3.new(0, 0, 0)
  157. mButton.TextSize = 14
  158. mButton.MouseButton1Down:connect(function()
  159. if loopHack then
  160. loopHack = false
  161. mButton.Text = "Moon"
  162. aButton.Visible = true
  163. eButton.Visible = true
  164. else
  165. aButton.Visible = false
  166. eButton.Visible = false
  167. f = 2
  168. coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Game"):WaitForChild("Coins")
  169. save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Core"):WaitForChild("Get Other Stats"):InvokeServer()
  170. plr = game:GetService("Players").LocalPlayer
  171. petids = {}
  172. petAP = {}
  173. pets = game:GetService("Workspace")["__REMOTES"]:WaitForChild("Game").Pets
  174. a = #save[plr.Name]["Save"]["Pets"]
  175. done = "lol meme"
  176. p()
  177. mButton.Text = "Stop"
  178. loopHack = true
  179. end
  180. end)
  181. tButton.Name = "tButton"
  182. tButton.Parent = dragFrame
  183. tButton.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
  184. tButton.Position = UDim2.new(0.02, 0, 0.6, 0)
  185. tButton.Size = UDim2.new(0, 239, 0, 42)
  186. tButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  187. tButton.Font = Enum.Font.Code
  188. tButton.Text = "Teleport Menu"
  189. tButton.TextColor3 = Color3.new(0, 0, 0)
  190. tButton.TextSize = 14
  191. tButton.MouseButton1Down:connect(function()
  192. game.Players.LocalPlayer.PlayerGui.Teleport.Enabled = true
  193. end)
  194. LSTitle.Name = "LSTitle"
  195. LSTitle.Parent = dragFrame
  196. LSTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  197. LSTitle.BackgroundTransparency = 1
  198. LSTitle.Position = UDim2.new(0.022813689, 0, 0.0188706424, 0)
  199. LSTitle.Size = UDim2.new(0, 234, 0, 23)
  200. LSTitle.Font = Enum.Font.Code
  201. LSTitle.Text = "Pet Simulator Gui"
  202. LSTitle.TextColor3 = Color3.new(1, 1, 1)
  203. LSTitle.TextSize = 17
  204. Credit.Name = "Credit"
  205. Credit.Parent = dragFrame
  206. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  207. Credit.BackgroundTransparency = 1
  208. Credit.Position = UDim2.new(0.562813689, 0, 0.8588706424, 0)
  209. Credit.Size = UDim2.new(0, 100, 0, 23)
  210. Credit.Font = Enum.Font.Code
  211. Credit.Text = "By HITMAN"
  212. Credit.TextColor3 = Color3.new(1, 1, 1)
  213. Credit.TextSize = 17
  214. while true do
  215. while loopHack do
  216. for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  217. if(done ~= b) then
  218. if(f == 0) then
  219. af(b)
  220. elseif(f == 1) then
  221. ef(b)
  222. elseif(f == 2) then
  223. mf(b)
  224. else
  225. print("Somethings wrong.")
  226. end
  227. end
  228. end
  229. wait()
  230. end
  231. wait()
  232. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement