Advertisement
Guest User

Untitled

a guest
Oct 5th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.48 KB | None | 0 0
  1. --Made By Badmon#6919
  2. local PetSim = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local Name = Instance.new("TextLabel")
  5. local Speed = Instance.new("TextButton")
  6. local Jump = Instance.new("TextButton")
  7. local Walls = Instance.new("TextButton")
  8. local Tp = Instance.new("TextButton")
  9. local Creit = Instance.new("TextLabel")
  10. local jhvdahsd = Instance.new("TextButton")
  11. local javdshdvashd = Instance.new("TextButton")
  12. local TP = Instance.new("Frame")
  13. local Name_2 = Instance.new("TextLabel")
  14. local ES = Instance.new("TextButton")
  15. local Z1 = Instance.new("TextButton")
  16. local Z2 = Instance.new("TextButton")
  17. local Z4 = Instance.new("TextButton")
  18. local Z3 = Instance.new("TextButton")
  19. local Z5 = Instance.new("TextButton")
  20. local MS = Instance.new("TextButton")
  21. local Z6 = Instance.new("TextButton")
  22. local M7 = Instance.new("TextButton")
  23. local M8 = Instance.new("TextButton")
  24. local M9 = Instance.new("TextButton")
  25. local klbdasvhdashd = Instance.new("TextButton")
  26. local theclosething = Instance.new("TextButton")
  27. local Login = Instance.new("Frame")
  28. local Name_3 = Instance.new("TextLabel")
  29. local Username = Instance.new("TextBox")
  30. local Password = Instance.new("TextBox")
  31. local TO = Instance.new("TextButton")
  32. local Close = Instance.new("TextButton")
  33. local Min = Instance.new("TextButton")
  34. local OL = Instance.new("TextButton")
  35. local OM = Instance.new("TextButton")
  36. --Properties:
  37. PetSim.Name = "PetSim"
  38. PetSim.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  39. PetSim.Enabled = true
  40.  
  41. Main.Name = "Main"
  42. Main.Parent = PetSim
  43. Main.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  44. Main.BorderColor3 = Color3.new(0, 0, 0)
  45. Main.BorderSizePixel = 5
  46. Main.Position = UDim2.new(0.354761899, 0, 0.0331632569, 0)
  47. Main.Selectable = true
  48. Main.Size = UDim2.new(0, 378, 0, 405)
  49. Main.Visible = false
  50.  
  51. Name.Name = "Name"
  52. Name.Parent = Main
  53. Name.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  54. Name.BorderColor3 = Color3.new(0, 0, 0)
  55. Name.BorderSizePixel = 5
  56. Name.Size = UDim2.new(0, 378, 0, 54)
  57. Name.Font = Enum.Font.SourceSans
  58. Name.Text = "Pet Sim Gui"
  59. Name.TextColor3 = Color3.new(0, 0, 0)
  60. Name.TextScaled = true
  61. Name.TextSize = 14
  62. Name.TextWrapped = true
  63.  
  64. Speed.Name = "Speed"
  65. Speed.Parent = Main
  66. Speed.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  67. Speed.BorderColor3 = Color3.new(0, 0, 0)
  68. Speed.BorderSizePixel = 5
  69. Speed.Position = UDim2.new(0.095238097, 0, 0.185185179, 0)
  70. Speed.Size = UDim2.new(0, 163, 0, 50)
  71. Speed.Font = Enum.Font.SourceSans
  72. Speed.Text = "Speed"
  73. Speed.TextColor3 = Color3.new(0, 0, 0)
  74. Speed.TextSize = 30
  75. Speed.TextWrapped = true
  76.  
  77. Jump.Name = "Jump"
  78. Jump.Parent = Main
  79. Jump.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  80. Jump.BorderColor3 = Color3.new(0, 0, 0)
  81. Jump.BorderSizePixel = 5
  82. Jump.Position = UDim2.new(0.568783045, 0, 0.185185179, 0)
  83. Jump.Size = UDim2.new(0, 127, 0, 50)
  84. Jump.Font = Enum.Font.SourceSans
  85. Jump.Text = "Jump"
  86. Jump.TextColor3 = Color3.new(0, 0, 0)
  87. Jump.TextSize = 30
  88. Jump.TextWrapped = true
  89.  
  90. Walls.Name = "Walls"
  91. Walls.Parent = Main
  92. Walls.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  93. Walls.BorderColor3 = Color3.new(0, 0, 0)
  94. Walls.BorderSizePixel = 5
  95. Walls.Position = UDim2.new(0.095238097, 0, 0.353086412, 0)
  96. Walls.Size = UDim2.new(0, 306, 0, 56)
  97. Walls.Font = Enum.Font.SourceSans
  98. Walls.Text = "Remove Wall's"
  99. Walls.TextColor3 = Color3.new(0, 0, 0)
  100. Walls.TextSize = 30
  101. Walls.TextWrapped = true
  102.  
  103. Tp.Name = "Tp"
  104. Tp.Parent = Main
  105. Tp.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  106. Tp.BorderColor3 = Color3.new(0, 0, 0)
  107. Tp.BorderSizePixel = 5
  108. Tp.Position = UDim2.new(0, 0, 0.93580246, 0)
  109. Tp.Size = UDim2.new(0, 113, 0, 26)
  110. Tp.Font = Enum.Font.SourceSans
  111. Tp.Text = "Tp"
  112. Tp.TextColor3 = Color3.new(0, 0, 0)
  113. Tp.TextSize = 30
  114. Tp.TextWrapped = true
  115.  
  116. Creit.Name = "Creit"
  117. Creit.Parent = Main
  118. Creit.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  119. Creit.BorderColor3 = Color3.new(0, 0, 0)
  120. Creit.BorderSizePixel = 5
  121. Creit.Position = UDim2.new(0.322751313, 0, 0.93580246, 0)
  122. Creit.Size = UDim2.new(0, 256, 0, 26)
  123. Creit.Font = Enum.Font.SourceSans
  124. Creit.Text = "Made By Badmon#6919"
  125. Creit.TextColor3 = Color3.new(0, 0, 0)
  126. Creit.TextSize = 14
  127.  
  128. jhvdahsd.Name = "jhvdahsd"
  129. jhvdahsd.Parent = Main
  130. jhvdahsd.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  131. jhvdahsd.BorderColor3 = Color3.new(0, 0, 0)
  132. jhvdahsd.BorderSizePixel = 5
  133. jhvdahsd.Position = UDim2.new(0.90476191, 0, 0.0296296291, 0)
  134. jhvdahsd.Size = UDim2.new(0, 26, 0, 24)
  135. jhvdahsd.Font = Enum.Font.SourceSans
  136. jhvdahsd.Text = "X"
  137. jhvdahsd.TextColor3 = Color3.new(0, 0, 0)
  138. jhvdahsd.TextSize = 30
  139.  
  140. javdshdvashd.Name = "javdshdvashd"
  141. javdshdvashd.Parent = Main
  142. javdshdvashd.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  143. javdshdvashd.BorderColor3 = Color3.new(0, 0, 0)
  144. javdshdvashd.BorderSizePixel = 5
  145. javdshdvashd.Position = UDim2.new(0.817460358, 0, 0.0296296291, 0)
  146. javdshdvashd.Size = UDim2.new(0, 26, 0, 24)
  147. javdshdvashd.Font = Enum.Font.SourceSans
  148. javdshdvashd.Text = "-"
  149. javdshdvashd.TextColor3 = Color3.new(0, 0, 0)
  150. javdshdvashd.TextSize = 30
  151.  
  152. TP.Name = "TP"
  153. TP.Parent = PetSim
  154. TP.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  155. TP.BorderColor3 = Color3.new(0, 0, 0)
  156. TP.BorderSizePixel = 5
  157. TP.Position = UDim2.new(0.491666675, 0, 0.172193885, 0)
  158. TP.Selectable = true
  159. TP.Size = UDim2.new(0, 289, 0, 593)
  160. TP.Visible = false
  161.  
  162. Name_2.Name = "Name"
  163. Name_2.Parent = TP
  164. Name_2.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  165. Name_2.BorderColor3 = Color3.new(0, 0, 0)
  166. Name_2.BorderSizePixel = 5
  167. Name_2.Position = UDim2.new(0, 0, -0.00337268133, 0)
  168. Name_2.Size = UDim2.new(0, 289, 0, 50)
  169. Name_2.Font = Enum.Font.SourceSans
  170. Name_2.Text = "Teleporting"
  171. Name_2.TextColor3 = Color3.new(0, 0, 0)
  172. Name_2.TextScaled = true
  173. Name_2.TextSize = 14
  174. Name_2.TextWrapped = true
  175.  
  176. ES.Name = "ES"
  177. ES.Parent = TP
  178. ES.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  179. ES.BorderColor3 = Color3.new(0, 0, 0)
  180. ES.BorderSizePixel = 5
  181. ES.Position = UDim2.new(0.152249128, 0, 0.109612137, 0)
  182. ES.Size = UDim2.new(0, 200, 0, 35)
  183. ES.Font = Enum.Font.SourceSans
  184. ES.Text = "Earth Shop"
  185. ES.TextColor3 = Color3.new(0, 0, 0)
  186. ES.TextSize = 14
  187.  
  188. Z1.Name = "Z1"
  189. Z1.Parent = TP
  190. Z1.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  191. Z1.BorderColor3 = Color3.new(0, 0, 0)
  192. Z1.BorderSizePixel = 5
  193. Z1.Position = UDim2.new(0.152249128, 0, 0.190556496, 0)
  194. Z1.Size = UDim2.new(0, 200, 0, 35)
  195. Z1.Font = Enum.Font.SourceSans
  196. Z1.Text = "Zone 1"
  197. Z1.TextColor3 = Color3.new(0, 0, 0)
  198. Z1.TextSize = 14
  199.  
  200. Z2.Name = "Z2"
  201. Z2.Parent = TP
  202. Z2.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  203. Z2.BorderColor3 = Color3.new(0, 0, 0)
  204. Z2.BorderSizePixel = 5
  205. Z2.Position = UDim2.new(0.152249128, 0, 0.271500856, 0)
  206. Z2.Size = UDim2.new(0, 200, 0, 35)
  207. Z2.Font = Enum.Font.SourceSans
  208. Z2.Text = "Zone 2"
  209. Z2.TextColor3 = Color3.new(0, 0, 0)
  210. Z2.TextSize = 14
  211.  
  212. Z4.Name = "Z4"
  213. Z4.Parent = TP
  214. Z4.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  215. Z4.BorderColor3 = Color3.new(0, 0, 0)
  216. Z4.BorderSizePixel = 5
  217. Z4.Position = UDim2.new(0.152249128, 0, 0.430016875, 0)
  218. Z4.Size = UDim2.new(0, 200, 0, 35)
  219. Z4.Font = Enum.Font.SourceSans
  220. Z4.Text = "Zone 4"
  221. Z4.TextColor3 = Color3.new(0, 0, 0)
  222. Z4.TextSize = 14
  223.  
  224. Z3.Name = "Z3"
  225. Z3.Parent = TP
  226. Z3.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  227. Z3.BorderColor3 = Color3.new(0, 0, 0)
  228. Z3.BorderSizePixel = 5
  229. Z3.Position = UDim2.new(0.152249128, 0, 0.349072516, 0)
  230. Z3.Size = UDim2.new(0, 200, 0, 35)
  231. Z3.Font = Enum.Font.SourceSans
  232. Z3.Text = "Zone 3"
  233. Z3.TextColor3 = Color3.new(0, 0, 0)
  234. Z3.TextSize = 14
  235.  
  236. Z5.Name = "Z5"
  237. Z5.Parent = TP
  238. Z5.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  239. Z5.BorderColor3 = Color3.new(0, 0, 0)
  240. Z5.BorderSizePixel = 5
  241. Z5.Position = UDim2.new(0.152249128, 0, 0.512647569, 0)
  242. Z5.Size = UDim2.new(0, 200, 0, 35)
  243. Z5.Font = Enum.Font.SourceSans
  244. Z5.Text = "Zone 5"
  245. Z5.TextColor3 = Color3.new(0, 0, 0)
  246. Z5.TextSize = 14
  247.  
  248. MS.Name = "MS"
  249. MS.Parent = TP
  250. MS.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  251. MS.BorderColor3 = Color3.new(0, 0, 0)
  252. MS.BorderSizePixel = 5
  253. MS.Position = UDim2.new(0.152249128, 0, 0.595278263, 0)
  254. MS.Size = UDim2.new(0, 200, 0, 35)
  255. MS.Font = Enum.Font.SourceSans
  256. MS.Text = "Moon Shop"
  257. MS.TextColor3 = Color3.new(0, 0, 0)
  258. MS.TextSize = 14
  259.  
  260. Z6.Name = "Z6"
  261. Z6.Parent = TP
  262. Z6.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  263. Z6.BorderColor3 = Color3.new(0, 0, 0)
  264. Z6.BorderSizePixel = 5
  265. Z6.Position = UDim2.new(0.152249128, 0, 0.677908957, 0)
  266. Z6.Size = UDim2.new(0, 200, 0, 35)
  267. Z6.Font = Enum.Font.SourceSans
  268. Z6.Text = "Zone 6"
  269. Z6.TextColor3 = Color3.new(0, 0, 0)
  270. Z6.TextSize = 14
  271.  
  272. M7.Name = "M7"
  273. M7.Parent = TP
  274. M7.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  275. M7.BorderColor3 = Color3.new(0, 0, 0)
  276. M7.BorderSizePixel = 5
  277. M7.Position = UDim2.new(0.152249128, 0, 0.760539651, 0)
  278. M7.Size = UDim2.new(0, 200, 0, 35)
  279. M7.Font = Enum.Font.SourceSans
  280. M7.Text = "Zone 7"
  281. M7.TextColor3 = Color3.new(0, 0, 0)
  282. M7.TextSize = 14
  283.  
  284. M8.Name = "M8"
  285. M8.Parent = TP
  286. M8.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  287. M8.BorderColor3 = Color3.new(0, 0, 0)
  288. M8.BorderSizePixel = 5
  289. M8.Position = UDim2.new(0.152249128, 0, 0.84148401, 0)
  290. M8.Size = UDim2.new(0, 200, 0, 35)
  291. M8.Font = Enum.Font.SourceSans
  292. M8.Text = "Zone 8"
  293. M8.TextColor3 = Color3.new(0, 0, 0)
  294. M8.TextSize = 14
  295.  
  296. M9.Name = "M9"
  297. M9.Parent = TP
  298. M9.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  299. M9.BorderColor3 = Color3.new(0, 0, 0)
  300. M9.BorderSizePixel = 5
  301. M9.Position = UDim2.new(0.152249128, 0, 0.92242837, 0)
  302. M9.Size = UDim2.new(0, 200, 0, 35)
  303. M9.Font = Enum.Font.SourceSans
  304. M9.Text = "Zone 9"
  305. M9.TextColor3 = Color3.new(0, 0, 0)
  306. M9.TextSize = 14
  307.  
  308. klbdasvhdashd.Name = "klbdasvhdashd"
  309. klbdasvhdashd.Parent = TP
  310. klbdasvhdashd.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  311. klbdasvhdashd.BorderColor3 = Color3.new(0, 0, 0)
  312. klbdasvhdashd.BorderSizePixel = 5
  313. klbdasvhdashd.Position = UDim2.new(0.91088593, 0, 0.039747674, 0)
  314. klbdasvhdashd.Size = UDim2.new(0, 26, 0, 24)
  315. klbdasvhdashd.Font = Enum.Font.SourceSans
  316. klbdasvhdashd.Text = "-"
  317. klbdasvhdashd.TextColor3 = Color3.new(0, 0, 0)
  318. klbdasvhdashd.TextSize = 30
  319.  
  320. theclosething.Name = "theclosething"
  321. theclosething.Parent = TP
  322. theclosething.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  323. theclosething.BorderColor3 = Color3.new(0, 0, 0)
  324. theclosething.BorderSizePixel = 5
  325. theclosething.Position = UDim2.new(0.910034597, 0, -0.00337268133, 0)
  326. theclosething.Size = UDim2.new(0, 26, 0, 26)
  327. theclosething.Font = Enum.Font.SourceSans
  328. theclosething.Text = "X"
  329. theclosething.TextColor3 = Color3.new(0, 0, 0)
  330. theclosething.TextSize = 30
  331.  
  332. Login.Name = "Login"
  333. Login.Parent = PetSim
  334. Login.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  335. Login.BorderColor3 = Color3.new(0, 0, 0)
  336. Login.BorderSizePixel = 5
  337. Login.Position = UDim2.new(0.0904761925, 0, 0.122448981, 0)
  338. Login.Size = UDim2.new(0, 418, 0, 408)
  339. Login.Visible = false
  340.  
  341. Name_3.Name = "Name"
  342. Name_3.Parent = Login
  343. Name_3.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  344. Name_3.BorderColor3 = Color3.new(0, 0, 0)
  345. Name_3.BorderSizePixel = 5
  346. Name_3.Size = UDim2.new(0, 418, 0, 56)
  347. Name_3.Font = Enum.Font.SourceSans
  348. Name_3.Text = "Login"
  349. Name_3.TextColor3 = Color3.new(0, 0, 0)
  350. Name_3.TextScaled = true
  351. Name_3.TextSize = 14
  352. Name_3.TextWrapped = true
  353.  
  354. Username.Name = "Username"
  355. Username.Parent = Login
  356. Username.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  357. Username.BorderColor3 = Color3.new(0, 0, 0)
  358. Username.BorderSizePixel = 5
  359. Username.Position = UDim2.new(0.1291866, 0, 0.198529407, 0)
  360. Username.Size = UDim2.new(0, 309, 0, 50)
  361. Username.Font = Enum.Font.SourceSans
  362. Username.Text = "Username"
  363. Username.TextColor3 = Color3.new(0, 0, 0)
  364. Username.TextSize = 30
  365.  
  366. Password.Name = "Password"
  367. Password.Parent = Login
  368. Password.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  369. Password.BorderColor3 = Color3.new(0, 0, 0)
  370. Password.BorderSizePixel = 5
  371. Password.Position = UDim2.new(0.1291866, 0, 0.392156839, 0)
  372. Password.Size = UDim2.new(0, 309, 0, 50)
  373. Password.Font = Enum.Font.SourceSans
  374. Password.Text = "Password"
  375. Password.TextColor3 = Color3.new(0, 0, 0)
  376. Password.TextSize = 30
  377.  
  378. TO.Name = "TO"
  379. TO.Parent = Login
  380. TO.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  381. TO.BorderColor3 = Color3.new(0, 0, 0)
  382. TO.BorderSizePixel = 5
  383. TO.Position = UDim2.new(0.258373201, 0, 0.644607842, 0)
  384. TO.Size = UDim2.new(0, 200, 0, 50)
  385. TO.Font = Enum.Font.SourceSans
  386. TO.Text = "To Gui"
  387. TO.TextColor3 = Color3.new(0, 0, 0)
  388. TO.TextSize = 30
  389.  
  390. Close.Name = "Close"
  391. Close.Parent = Login
  392. Close.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  393. Close.BorderColor3 = Color3.new(0, 0, 0)
  394. Close.BorderSizePixel = 5
  395. Close.Position = UDim2.new(0.888900995, 0, 0.0392156877, 0)
  396. Close.Size = UDim2.new(0, 29, 0, 23)
  397. Close.Font = Enum.Font.SourceSans
  398. Close.Text = "X"
  399. Close.TextColor3 = Color3.new(0, 0, 0)
  400. Close.TextSize = 30
  401.  
  402. Min.Name = "Min"
  403. Min.Parent = Login
  404. Min.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  405. Min.BorderColor3 = Color3.new(0, 0, 0)
  406. Min.BorderSizePixel = 5
  407. Min.Position = UDim2.new(0.799043059, 0, 0.0392156877, 0)
  408. Min.Size = UDim2.new(0, 29, 0, 23)
  409. Min.Font = Enum.Font.SourceSans
  410. Min.Text = "-"
  411. Min.TextColor3 = Color3.new(0, 0, 0)
  412. Min.TextSize = 30
  413.  
  414. OL.Name = "OL"
  415. OL.Parent = PetSim
  416. OL.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  417. OL.BorderColor3 = Color3.new(0, 0, 0)
  418. OL.BorderSizePixel = 5
  419. OL.Position = UDim2.new(0.448809505, 0, 0.0153061226, 0)
  420. OL.Size = UDim2.new(0, 171, 0, 33)
  421. OL.Font = Enum.Font.SourceSans
  422. OL.Text = "Open Login"
  423. OL.TextColor3 = Color3.new(0, 0, 0)
  424. OL.TextSize = 30
  425.  
  426. OM.Name = "OM"
  427. OM.Parent = PetSim
  428. OM.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  429. OM.BorderColor3 = Color3.new(0, 0, 0)
  430. OM.BorderSizePixel = 5
  431. OM.Position = UDim2.new(0.448809505, 0, 0.0803571418, 0)
  432. OM.Size = UDim2.new(0, 171, 0, 33)
  433. OM.Visible = false
  434. OM.Font = Enum.Font.SourceSans
  435. OM.Text = "Open Main"
  436. OM.TextColor3 = Color3.new(0, 0, 0)
  437. OM.TextSize = 30
  438. -- Scripts:
  439.  
  440. Close.MouseButton1Click:connect(function()
  441. PetSim:Destroy()
  442. end)
  443.  
  444. TO.MouseButton1Click:connect(function()
  445. if Username.Text == "Test" and Password.Text == "Test" then
  446. Login.Visible = false
  447. Main.Visible = true
  448. end
  449. end)
  450.  
  451. Speed.MouseButton1Click:connect(function()
  452. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
  453. print("Speed Hack Working :D")
  454. end)
  455.  
  456. Walls.MouseButton1Click:connect(function()
  457. local barriers_table = { "Barrier1", "Barrier2", "Barrier3", "Barrier4", "Barrier5", "Barrier6", "Barrier7", "Barrier8", "Barrier9"}
  458. local barriers = game:GetService("Workspace").__THINGS["Barriers"]
  459. barriers:Destroy()
  460. print("Wall's Gone :D")
  461. end)
  462.  
  463. OL.MouseButton1Click:connect(function()
  464. OL.Visible = false
  465. Login.Visible = true
  466. end)
  467.  
  468. OM.MouseButton1Click:connect(function()
  469. OM.Visible = false
  470. Main.Visible = true
  471. end)
  472.  
  473. Jump.MouseButton1Click:connect(function()
  474. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 250
  475. print("Jump Hack Working :D")
  476. end)
  477.  
  478. javdshdvashd.MouseButton1Click:connect(function()
  479. Main.Visible = false
  480. OM.Visible = true
  481. end)
  482.  
  483. jhvdahsd.MouseButton1Click:connect(function()
  484. PetSim:Destroy()
  485. end)
  486.  
  487. klbdasvhdashd.MouseButton1Click:connect(function()
  488. TP.Visible = false
  489. Main.Visible = true
  490. end)
  491.  
  492. theclosething.MouseButton1Click:connect(function()
  493. PetSim:Destroy()
  494. end)
  495.  
  496. Tp.MouseButton1Click:connect(function()
  497. Tp.Visible = true
  498. Main.Visible = false
  499. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement