Meliodas0_0

Rocitizens script

Aug 7th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.29 KB | None | 0 0
  1. -- // Scriptz by Honor
  2. -- // GUI by AlonelyHamster
  3. -- Instances:
  4. local PenguinsGUI = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local MainBar = Instance.new("Frame")
  7. local MainBar2 = Instance.new("Frame")
  8. local StealthMoneyButton = Instance.new("TextButton")
  9. local TeleportMenuButton = Instance.new("TextButton")
  10. local GravityMenuButton = Instance.new("TextButton")
  11. local ExtraStuffButton = Instance.new("TextButton")
  12. local titlelabel = Instance.new("TextLabel")
  13. local InfoButton = Instance.new("ImageButton")
  14. local StealthMoneyFrame = Instance.new("Frame")
  15. local SMBar = Instance.new("Frame")
  16. local SMBar2 = Instance.new("Frame")
  17. local SMlabel = Instance.new("TextLabel")
  18. local SMAmmount = Instance.new("TextBox")
  19. local SMConfirm = Instance.new("TextButton")
  20. local SMExit = Instance.new("TextButton")
  21. local OpenButton = Instance.new("TextButton")
  22. local TeleportMenuFrame = Instance.new("Frame")
  23. local TMBar = Instance.new("Frame")
  24. local TMBar2 = Instance.new("Frame")
  25. local TMlabel = Instance.new("TextLabel")
  26. local TMExit = Instance.new("TextButton")
  27. local TMScroll = Instance.new("ScrollingFrame")
  28. local Mueseum = Instance.new("TextButton")
  29. local Gym = Instance.new("TextButton")
  30. local Plots = Instance.new("TextButton")
  31. local PoliceStation = Instance.new("TextButton")
  32. local Hospital = Instance.new("TextButton")
  33. local Library = Instance.new("TextButton")
  34. local CriminalBase = Instance.new("TextButton")
  35. local SuperMart = Instance.new("TextButton")
  36. local Club = Instance.new("TextButton")
  37. local GasStation = Instance.new("TextButton")
  38. local Hamburger = Instance.new("TextButton")
  39. local Apartments = Instance.new("TextButton")
  40. local Baileys = Instance.new("TextButton")
  41. local Garage = Instance.new("TextButton")
  42. local CarShop = Instance.new("TextButton")
  43. local Cinema = Instance.new("TextButton")
  44. local HIghSchool = Instance.new("TextButton")
  45. local Bank = Instance.new("TextButton")
  46. local ExtraStuffFrame = Instance.new("Frame")
  47. local ESBar = Instance.new("Frame")
  48. local ESBar2 = Instance.new("Frame")
  49. local ESlabel = Instance.new("TextLabel")
  50. local ETPButton = Instance.new("TextButton")
  51. local ESExit = Instance.new("TextButton")
  52. local NoclipButton = Instance.new("TextButton")
  53. local GravityMenuFrame = Instance.new("Frame")
  54. local GMBar = Instance.new("Frame")
  55. local GMBar2 = Instance.new("Frame")
  56. local GMlabel = Instance.new("TextLabel")
  57. local NormalGrav = Instance.new("TextButton")
  58. local GMExit = Instance.new("TextButton")
  59. local _50Grav = Instance.new("TextButton")
  60. local _25Grav = Instance.new("TextButton")
  61. local CreditsFrame = Instance.new("Frame")
  62. local CBar = Instance.new("Frame")
  63. local CBar2 = Instance.new("Frame")
  64. local Clabel = Instance.new("TextLabel")
  65. local DraggButton = Instance.new("TextButton")
  66. local CExit = Instance.new("TextButton")
  67. local DraggStatus = Instance.new("Frame")
  68. local Clabel_2 = Instance.new("TextLabel")
  69. local Clabel_3 = Instance.new("TextLabel")
  70. --Properties:
  71. PenguinsGUI.Name = "PenguinsGUI"
  72. PenguinsGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  73. PenguinsGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  74. PenguinsGUI.ResetOnSpawn = false
  75.  
  76. MainFrame.Name = "MainFrame"
  77. MainFrame.Parent = PenguinsGUI
  78. MainFrame.Active = true
  79. MainFrame.BackgroundColor3 = Color3.new(0.0901961, 0.0666667, 0.137255)
  80. MainFrame.BorderSizePixel = 0
  81. MainFrame.ClipsDescendants = true
  82. MainFrame.Position = UDim2.new(0.01421801, 0, 0.361266315, 0)
  83. MainFrame.Selectable = true
  84. MainFrame.Size = UDim2.new(0, 287, 0, 337)
  85. MainFrame.Visible = false
  86. MainFrame.Draggable = true
  87.  
  88. MainBar.Name = "MainBar"
  89. MainBar.Parent = MainFrame
  90. MainBar.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  91. MainBar.BorderSizePixel = 0
  92. MainBar.Size = UDim2.new(0, 287, 0, 45)
  93.  
  94. MainBar2.Name = "MainBar2"
  95. MainBar2.Parent = MainFrame
  96. MainBar2.BackgroundColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  97. MainBar2.BorderSizePixel = 0
  98. MainBar2.Position = UDim2.new(0, 0, 0.132121563, 0)
  99. MainBar2.Size = UDim2.new(0, 287, 0, 7)
  100.  
  101. StealthMoneyButton.Name = "StealthMoneyButton"
  102. StealthMoneyButton.Parent = MainFrame
  103. StealthMoneyButton.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  104. StealthMoneyButton.BorderSizePixel = 0
  105. StealthMoneyButton.Position = UDim2.new(0.081956923, 0, 0.214061886, 0)
  106. StealthMoneyButton.Size = UDim2.new(0, 239, 0, 47)
  107. StealthMoneyButton.Font = Enum.Font.SourceSans
  108. StealthMoneyButton.Text = "Stealth Money"
  109. StealthMoneyButton.TextColor3 = Color3.new(0, 0, 0)
  110. StealthMoneyButton.TextSize = 14
  111.  
  112. TeleportMenuButton.Name = "TeleportMenuButton"
  113. TeleportMenuButton.Parent = MainFrame
  114. TeleportMenuButton.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  115. TeleportMenuButton.BorderSizePixel = 0
  116. TeleportMenuButton.Position = UDim2.new(0.081956923, 0, 0.409032196, 0)
  117. TeleportMenuButton.Size = UDim2.new(0, 239, 0, 47)
  118. TeleportMenuButton.Font = Enum.Font.SourceSans
  119. TeleportMenuButton.Text = "Teleport Menu"
  120. TeleportMenuButton.TextColor3 = Color3.new(0, 0, 0)
  121. TeleportMenuButton.TextSize = 14
  122.  
  123. GravityMenuButton.Name = "GravityMenuButton"
  124. GravityMenuButton.Parent = MainFrame
  125. GravityMenuButton.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  126. GravityMenuButton.BorderSizePixel = 0
  127. GravityMenuButton.Position = UDim2.new(0.081956923, 0, 0.607097149, 0)
  128. GravityMenuButton.Size = UDim2.new(0, 239, 0, 47)
  129. GravityMenuButton.Font = Enum.Font.SourceSans
  130. GravityMenuButton.Text = "Gravity Menu"
  131. GravityMenuButton.TextColor3 = Color3.new(0, 0, 0)
  132. GravityMenuButton.TextSize = 14
  133.  
  134. ExtraStuffButton.Name = "ExtraStuffButton"
  135. ExtraStuffButton.Parent = MainFrame
  136. ExtraStuffButton.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  137. ExtraStuffButton.BorderSizePixel = 0
  138. ExtraStuffButton.Position = UDim2.new(0.081956923, 0, 0.805162191, 0)
  139. ExtraStuffButton.Size = UDim2.new(0, 239, 0, 47)
  140. ExtraStuffButton.Font = Enum.Font.SourceSans
  141. ExtraStuffButton.Text = "Extra Stuff"
  142. ExtraStuffButton.TextColor3 = Color3.new(0, 0, 0)
  143. ExtraStuffButton.TextSize = 14
  144.  
  145. titlelabel.Name = "titlelabel"
  146. titlelabel.Parent = MainFrame
  147. titlelabel.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  148. titlelabel.BorderSizePixel = 0
  149. titlelabel.Size = UDim2.new(0, 287, 0, 44)
  150. titlelabel.Font = Enum.Font.ArialBold
  151. titlelabel.Text = "PenguinGUI"
  152. titlelabel.TextColor3 = Color3.new(0, 0, 0)
  153. titlelabel.TextSize = 14
  154.  
  155. InfoButton.Name = "InfoButton"
  156. InfoButton.Parent = MainFrame
  157. InfoButton.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  158. InfoButton.BorderSizePixel = 0
  159. InfoButton.Position = UDim2.new(0.811846673, 0, 0.0148367956, 0)
  160. InfoButton.Size = UDim2.new(0, 43, 0, 34)
  161. InfoButton.AutoButtonColor = true
  162. InfoButton.Image = "rbxassetid://2498158349"
  163.  
  164. StealthMoneyFrame.Name = "StealthMoneyFrame"
  165. StealthMoneyFrame.Parent = PenguinsGUI
  166. StealthMoneyFrame.Active = true
  167. StealthMoneyFrame.BackgroundColor3 = Color3.new(0.0901961, 0.0666667, 0.137255)
  168. StealthMoneyFrame.BorderSizePixel = 0
  169. StealthMoneyFrame.ClipsDescendants = true
  170. StealthMoneyFrame.Position = UDim2.new(0.365999132, 0, 0.314711332, 0)
  171. StealthMoneyFrame.Size = UDim2.new(0, 282, 0, 199)
  172. StealthMoneyFrame.Visible = false
  173. StealthMoneyFrame.Draggable = true
  174.  
  175. SMBar.Name = "SMBar"
  176. SMBar.Parent = StealthMoneyFrame
  177. SMBar.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  178. SMBar.BorderSizePixel = 0
  179. SMBar.Size = UDim2.new(0, 282, 0, 45)
  180.  
  181. SMBar2.Name = "SMBar2"
  182. SMBar2.Parent = StealthMoneyFrame
  183. SMBar2.BackgroundColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  184. SMBar2.BorderSizePixel = 0
  185. SMBar2.Position = UDim2.new(0, 0, 0.222573817, 0)
  186. SMBar2.Size = UDim2.new(0, 282, 0, 7)
  187.  
  188. SMlabel.Name = "SMlabel"
  189. SMlabel.Parent = StealthMoneyFrame
  190. SMlabel.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  191. SMlabel.BorderSizePixel = 0
  192. SMlabel.Size = UDim2.new(0, 282, 0, 44)
  193. SMlabel.Font = Enum.Font.ArialBold
  194. SMlabel.Text = "Stealth Money"
  195. SMlabel.TextColor3 = Color3.new(0, 0, 0)
  196. SMlabel.TextSize = 14
  197.  
  198. SMAmmount.Name = "SMAmmount"
  199. SMAmmount.Parent = StealthMoneyFrame
  200. SMAmmount.BackgroundColor3 = Color3.new(0.14902, 0.109804, 0.227451)
  201. SMAmmount.BackgroundTransparency = 0.5
  202. SMAmmount.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  203. SMAmmount.BorderSizePixel = 4
  204. SMAmmount.Position = UDim2.new(0.0567375869, 0, 0.371859282, 0)
  205. SMAmmount.Size = UDim2.new(0, 249, 0, 50)
  206. SMAmmount.Font = Enum.Font.ArialBold
  207. SMAmmount.PlaceholderColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  208. SMAmmount.PlaceholderText = "Ammount"
  209. SMAmmount.Text = ""
  210. SMAmmount.TextColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  211. SMAmmount.TextScaled = true
  212. SMAmmount.TextSize = 11
  213. SMAmmount.TextWrapped = true
  214.  
  215. SMConfirm.Name = "SMConfirm"
  216. SMConfirm.Parent = StealthMoneyFrame
  217. SMConfirm.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  218. SMConfirm.BorderSizePixel = 0
  219. SMConfirm.Position = UDim2.new(0.230496451, 0, 0.692682803, 0)
  220. SMConfirm.Size = UDim2.new(0, 150, 0, 46)
  221. SMConfirm.Font = Enum.Font.SourceSans
  222. SMConfirm.Text = "Confirm"
  223. SMConfirm.TextColor3 = Color3.new(0, 0, 0)
  224. SMConfirm.TextSize = 14
  225.  
  226. SMExit.Name = "SMExit"
  227. SMExit.Parent = StealthMoneyFrame
  228. SMExit.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  229. SMExit.BorderSizePixel = 0
  230. SMExit.Position = UDim2.new(0.84397155, 0, 0, 0)
  231. SMExit.Size = UDim2.new(0, 44, 0, 43)
  232. SMExit.Font = Enum.Font.SourceSans
  233. SMExit.Text = "X"
  234. SMExit.TextColor3 = Color3.new(0, 0, 0)
  235. SMExit.TextSize = 14
  236.  
  237. OpenButton.Name = "OpenButton"
  238. OpenButton.Parent = PenguinsGUI
  239. OpenButton.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  240. OpenButton.BorderSizePixel = 0
  241. OpenButton.Position = UDim2.new(0.0495180674, 0, 0.281063765, 0)
  242. OpenButton.Size = UDim2.new(0, 148, 0, 53)
  243. OpenButton.Font = Enum.Font.ArialBold
  244. OpenButton.Text = "Open"
  245. OpenButton.TextColor3 = Color3.new(0, 0, 0)
  246. OpenButton.TextSize = 14
  247.  
  248. TeleportMenuFrame.Name = "TeleportMenuFrame"
  249. TeleportMenuFrame.Parent = PenguinsGUI
  250. TeleportMenuFrame.Active = true
  251. TeleportMenuFrame.BackgroundColor3 = Color3.new(0.0901961, 0.0666667, 0.137255)
  252. TeleportMenuFrame.BorderSizePixel = 0
  253. TeleportMenuFrame.Position = UDim2.new(0.714814305, 0, 0.111731842, 0)
  254. TeleportMenuFrame.Selectable = true
  255. TeleportMenuFrame.Size = UDim2.new(0, 282, 0, 417)
  256. TeleportMenuFrame.Visible = false
  257. TeleportMenuFrame.Draggable = true
  258.  
  259. TMBar.Name = "TMBar"
  260. TMBar.Parent = TeleportMenuFrame
  261. TMBar.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  262. TMBar.BorderSizePixel = 0
  263. TMBar.Size = UDim2.new(0, 282, 0, 45)
  264.  
  265. TMBar2.Name = "TMBar2"
  266. TMBar2.Parent = TeleportMenuFrame
  267. TMBar2.BackgroundColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  268. TMBar2.BorderSizePixel = 0
  269. TMBar2.Position = UDim2.new(0, 0, 0.102113046, 0)
  270. TMBar2.Size = UDim2.new(0, 282, 0, 7)
  271.  
  272. TMlabel.Name = "TMlabel"
  273. TMlabel.Parent = TeleportMenuFrame
  274. TMlabel.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  275. TMlabel.BorderSizePixel = 0
  276. TMlabel.Size = UDim2.new(0, 282, 0, 44)
  277. TMlabel.Font = Enum.Font.ArialBold
  278. TMlabel.Text = "Teleport Menu"
  279. TMlabel.TextColor3 = Color3.new(0, 0, 0)
  280. TMlabel.TextSize = 14
  281.  
  282. TMExit.Name = "TMExit"
  283. TMExit.Parent = TeleportMenuFrame
  284. TMExit.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  285. TMExit.BorderSizePixel = 0
  286. TMExit.Position = UDim2.new(0.84397155, 0, 0, 0)
  287. TMExit.Size = UDim2.new(0, 44, 0, 43)
  288. TMExit.Font = Enum.Font.SourceSans
  289. TMExit.Text = "X"
  290. TMExit.TextColor3 = Color3.new(0, 0, 0)
  291. TMExit.TextSize = 14
  292.  
  293. TMScroll.Name = "TMScroll"
  294. TMScroll.Parent = TeleportMenuFrame
  295. TMScroll.BackgroundColor3 = Color3.new(0.0901961, 0.0666667, 0.137255)
  296. TMScroll.BorderSizePixel = 0
  297. TMScroll.Position = UDim2.new(0, 0, 0.118899614, 0)
  298. TMScroll.Size = UDim2.new(0, 282, 0, 366)
  299. TMScroll.CanvasPosition = Vector2.new(0, 376.938019)
  300. TMScroll.ScrollBarImageColor3 = Color3.new(65, 71, 112)
  301.  
  302. Mueseum.Name = "Mueseum"
  303. Mueseum.Parent = TMScroll
  304. Mueseum.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  305. Mueseum.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  306. Mueseum.BorderSizePixel = 3
  307. Mueseum.Position = UDim2.new(0.0602835789, 0, 0.635582983, 0)
  308. Mueseum.Size = UDim2.new(0, 247, 0.00852078199, 20)
  309. Mueseum.Font = Enum.Font.SourceSans
  310. Mueseum.Text = "Mueseum"
  311. Mueseum.TextColor3 = Color3.new(0, 0, 0)
  312. Mueseum.TextSize = 14
  313.  
  314. Gym.Name = "Gym"
  315. Gym.Parent = TMScroll
  316. Gym.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  317. Gym.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  318. Gym.BorderSizePixel = 3
  319. Gym.Position = UDim2.new(0.0602835789, 0, 0.0643882379, 0)
  320. Gym.Size = UDim2.new(0, 247, 0.00852078199, 20)
  321. Gym.Font = Enum.Font.SourceSans
  322. Gym.Text = "Gym"
  323. Gym.TextColor3 = Color3.new(0, 0, 0)
  324. Gym.TextSize = 14
  325.  
  326. Plots.Name = "Plots"
  327. Plots.Parent = TMScroll
  328. Plots.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  329. Plots.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  330. Plots.BorderSizePixel = 3
  331. Plots.Position = UDim2.new(0.0602835789, 0, 0.236426696, 0)
  332. Plots.Size = UDim2.new(0, 247, 0.00852078199, 20)
  333. Plots.Font = Enum.Font.SourceSans
  334. Plots.Text = "Plots"
  335. Plots.TextColor3 = Color3.new(0, 0, 0)
  336. Plots.TextSize = 14
  337.  
  338. PoliceStation.Name = "PoliceStation"
  339. PoliceStation.Parent = TMScroll
  340. PoliceStation.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  341. PoliceStation.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  342. PoliceStation.BorderSizePixel = 3
  343. PoliceStation.Position = UDim2.new(0.0602835789, 0, 0.120982826, 0)
  344. PoliceStation.Size = UDim2.new(0, 247, 0.00852078199, 20)
  345. PoliceStation.Font = Enum.Font.SourceSans
  346. PoliceStation.Text = "PoliceStation"
  347. PoliceStation.TextColor3 = Color3.new(0, 0, 0)
  348. PoliceStation.TextSize = 14
  349.  
  350. Hospital.Name = "Hospital"
  351. Hospital.Parent = TMScroll
  352. Hospital.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  353. Hospital.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  354. Hospital.BorderSizePixel = 3
  355. Hospital.Position = UDim2.new(0.0602835789, 0, 0.757564306, 0)
  356. Hospital.Size = UDim2.new(0, 247, 0.00852078199, 20)
  357. Hospital.Font = Enum.Font.SourceSans
  358. Hospital.Text = "Hospital"
  359. Hospital.TextColor3 = Color3.new(0, 0, 0)
  360. Hospital.TextSize = 14
  361.  
  362. Library.Name = "Library"
  363. Library.Parent = TMScroll
  364. Library.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  365. Library.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  366. Library.BorderSizePixel = 3
  367. Library.Position = UDim2.new(0.0602835789, 0, 1.14870906, 0)
  368. Library.Size = UDim2.new(0, 247, 0.00852078199, 20)
  369. Library.Font = Enum.Font.SourceSans
  370. Library.Text = "Library"
  371. Library.TextColor3 = Color3.new(0, 0, 0)
  372. Library.TextSize = 14
  373.  
  374. CriminalBase.Name = "CriminalBase"
  375. CriminalBase.Parent = TMScroll
  376. CriminalBase.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  377. CriminalBase.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  378. CriminalBase.BorderSizePixel = 3
  379. CriminalBase.Position = UDim2.new(0.0602835789, 0, 0.464730084, 0)
  380. CriminalBase.Size = UDim2.new(0, 247, 0.00852078199, 20)
  381. CriminalBase.Font = Enum.Font.SourceSans
  382. CriminalBase.Text = "CriminalBase"
  383. CriminalBase.TextColor3 = Color3.new(0, 0, 0)
  384. CriminalBase.TextSize = 14
  385.  
  386. SuperMart.Name = "SuperMart"
  387. SuperMart.Parent = TMScroll
  388. SuperMart.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  389. SuperMart.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  390. SuperMart.BorderSizePixel = 3
  391. SuperMart.Position = UDim2.new(0.0602835789, 0, 0.408326507, 0)
  392. SuperMart.Size = UDim2.new(0, 247, 0.00852078199, 20)
  393. SuperMart.Font = Enum.Font.SourceSans
  394. SuperMart.Text = "SuperMart"
  395. SuperMart.TextColor3 = Color3.new(0, 0, 0)
  396. SuperMart.TextSize = 14
  397.  
  398. Club.Name = "Club"
  399. Club.Parent = TMScroll
  400. Club.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  401. Club.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  402. Club.BorderSizePixel = 3
  403. Club.Position = UDim2.new(0.0602835789, 0, 0.521871984, 0)
  404. Club.Size = UDim2.new(0, 247, 0.00852078199, 20)
  405. Club.Font = Enum.Font.SourceSans
  406. Club.Text = "Club"
  407. Club.TextColor3 = Color3.new(0, 0, 0)
  408. Club.TextSize = 14
  409.  
  410. GasStation.Name = "GasStation"
  411. GasStation.Parent = TMScroll
  412. GasStation.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  413. GasStation.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  414. GasStation.BorderSizePixel = 3
  415. GasStation.Position = UDim2.new(0.0602835789, 0, 1.40657532, 0)
  416. GasStation.Size = UDim2.new(0, 247, 0.00852078199, 20)
  417. GasStation.Font = Enum.Font.SourceSans
  418. GasStation.Text = "GasStation"
  419. GasStation.TextColor3 = Color3.new(0, 0, 0)
  420. GasStation.TextSize = 14
  421.  
  422. Hamburger.Name = "Hamburger"
  423. Hamburger.Parent = TMScroll
  424. Hamburger.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  425. Hamburger.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  426. Hamburger.BorderSizePixel = 3
  427. Hamburger.Position = UDim2.new(0.0602835789, 0, 0.696800888, 0)
  428. Hamburger.Size = UDim2.new(0, 247, 0.00852078199, 20)
  429. Hamburger.Font = Enum.Font.SourceSans
  430. Hamburger.Text = "Hamburger"
  431. Hamburger.TextColor3 = Color3.new(0, 0, 0)
  432. Hamburger.TextSize = 14
  433.  
  434. Apartments.Name = "Apartments"
  435. Apartments.Parent = TMScroll
  436. Apartments.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  437. Apartments.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  438. Apartments.BorderSizePixel = 3
  439. Apartments.Position = UDim2.new(0.0602835789, 0, 1.23050165, 0)
  440. Apartments.Size = UDim2.new(0, 247, 0.00852078199, 20)
  441. Apartments.Font = Enum.Font.SourceSans
  442. Apartments.Text = "Apartments"
  443. Apartments.TextColor3 = Color3.new(0, 0, 0)
  444. Apartments.TextSize = 14
  445.  
  446. Baileys.Name = "Baileys"
  447. Baileys.Parent = TMScroll
  448. Baileys.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  449. Baileys.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  450. Baileys.BorderSizePixel = 3
  451. Baileys.Position = UDim2.new(0.0602835789, 0, 1.31719446, 0)
  452. Baileys.Size = UDim2.new(0, 247, 0.00852078199, 20)
  453. Baileys.Font = Enum.Font.SourceSans
  454. Baileys.Text = "Baileys"
  455. Baileys.TextColor3 = Color3.new(0, 0, 0)
  456. Baileys.TextSize = 14
  457.  
  458. Garage.Name = "Garage"
  459. Garage.Parent = TMScroll
  460. Garage.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  461. Garage.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  462. Garage.BorderSizePixel = 3
  463. Garage.Position = UDim2.new(0.0602835789, 0, 0.579935253, 0)
  464. Garage.Size = UDim2.new(0, 247, 0.00852078199, 20)
  465. Garage.Font = Enum.Font.SourceSans
  466. Garage.Text = "Garage"
  467. Garage.TextColor3 = Color3.new(0, 0, 0)
  468. Garage.TextSize = 14
  469.  
  470. CarShop.Name = "CarShop"
  471. CarShop.Parent = TMScroll
  472. CarShop.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  473. CarShop.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  474. CarShop.BorderSizePixel = 3
  475. CarShop.Position = UDim2.new(0.0602835789, 0, 0.0094961077, 0)
  476. CarShop.Size = UDim2.new(0, 247, 0.00852078199, 20)
  477. CarShop.Font = Enum.Font.SourceSans
  478. CarShop.Text = "CarShop"
  479. CarShop.TextColor3 = Color3.new(0, 0, 0)
  480. CarShop.TextSize = 14
  481.  
  482. Cinema.Name = "Cinema"
  483. Cinema.Parent = TMScroll
  484. Cinema.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  485. Cinema.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  486. Cinema.BorderSizePixel = 3
  487. Cinema.Position = UDim2.new(0.0602835789, 0, 0.352660805, 0)
  488. Cinema.Size = UDim2.new(0, 247, 0.00852078199, 20)
  489. Cinema.Font = Enum.Font.SourceSans
  490. Cinema.Text = "Cinema"
  491. Cinema.TextColor3 = Color3.new(0, 0, 0)
  492. Cinema.TextSize = 14
  493.  
  494. HIghSchool.Name = "HIghSchool"
  495. HIghSchool.Parent = TMScroll
  496. HIghSchool.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  497. HIghSchool.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  498. HIghSchool.BorderSizePixel = 3
  499. HIghSchool.Position = UDim2.new(0.0602835789, 0, 0.295681328, 0)
  500. HIghSchool.Size = UDim2.new(0, 247, 0.00852078199, 20)
  501. HIghSchool.Font = Enum.Font.SourceSans
  502. HIghSchool.Text = "HighSchool"
  503. HIghSchool.TextColor3 = Color3.new(0, 0, 0)
  504. HIghSchool.TextSize = 14
  505.  
  506. Bank.Name = "Bank"
  507. Bank.Parent = TMScroll
  508. Bank.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  509. Bank.BorderColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  510. Bank.BorderSizePixel = 3
  511. Bank.Position = UDim2.new(0.0602835789, 0, 0.179194257, 0)
  512. Bank.Size = UDim2.new(0, 247, 0.00852078199, 20)
  513. Bank.Font = Enum.Font.SourceSans
  514. Bank.Text = "Bank"
  515. Bank.TextColor3 = Color3.new(0, 0, 0)
  516. Bank.TextSize = 14
  517.  
  518. ExtraStuffFrame.Name = "ExtraStuffFrame"
  519. ExtraStuffFrame.Parent = PenguinsGUI
  520. ExtraStuffFrame.Active = true
  521. ExtraStuffFrame.BackgroundColor3 = Color3.new(0.0901961, 0.0666667, 0.137255)
  522. ExtraStuffFrame.BorderSizePixel = 0
  523. ExtraStuffFrame.ClipsDescendants = true
  524. ExtraStuffFrame.Position = UDim2.new(0.440880656, 0, 0.513966441, 0)
  525. ExtraStuffFrame.Size = UDim2.new(0, 282, 0, 242)
  526. ExtraStuffFrame.Visible = false
  527. ExtraStuffFrame.Draggable = true
  528.  
  529. ESBar.Name = "ESBar"
  530. ESBar.Parent = ExtraStuffFrame
  531. ESBar.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  532. ESBar.BorderSizePixel = 0
  533. ESBar.Size = UDim2.new(0, 282, 0, 45)
  534.  
  535. ESBar2.Name = "ESBar2"
  536. ESBar2.Parent = ExtraStuffFrame
  537. ESBar2.BackgroundColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  538. ESBar2.BorderSizePixel = 0
  539. ESBar2.Position = UDim2.new(0, 0, 0.18253389, 0)
  540. ESBar2.Size = UDim2.new(0, 283, 0, 7)
  541.  
  542. ESlabel.Name = "ESlabel"
  543. ESlabel.Parent = ExtraStuffFrame
  544. ESlabel.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  545. ESlabel.BorderSizePixel = 0
  546. ESlabel.Position = UDim2.new(0, 0, -0.00413222611, 0)
  547. ESlabel.Size = UDim2.new(0, 282, 0, 44)
  548. ESlabel.Font = Enum.Font.ArialBold
  549. ESlabel.Text = "Extra Stuff"
  550. ESlabel.TextColor3 = Color3.new(0, 0, 0)
  551. ESlabel.TextSize = 14
  552.  
  553. ETPButton.Name = "ETPButton"
  554. ETPButton.Parent = ExtraStuffFrame
  555. ETPButton.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  556. ETPButton.BorderSizePixel = 0
  557. ETPButton.Position = UDim2.new(0.0957446843, 0, 0.297442019, 0)
  558. ETPButton.Size = UDim2.new(0, 227, 0, 65)
  559. ETPButton.Font = Enum.Font.SourceSans
  560. ETPButton.Text = "E to Teleport"
  561. ETPButton.TextColor3 = Color3.new(0, 0, 0)
  562. ETPButton.TextSize = 14
  563.  
  564. ESExit.Name = "ESExit"
  565. ESExit.Parent = ExtraStuffFrame
  566. ESExit.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  567. ESExit.BorderSizePixel = 0
  568. ESExit.Position = UDim2.new(0.84397155, 0, 0, 0)
  569. ESExit.Size = UDim2.new(0, 44, 0, 43)
  570. ESExit.Font = Enum.Font.SourceSans
  571. ESExit.Text = "X"
  572. ESExit.TextColor3 = Color3.new(0, 0, 0)
  573. ESExit.TextSize = 14
  574.  
  575. NoclipButton.Name = "NoclipButton"
  576. NoclipButton.Parent = ExtraStuffFrame
  577. NoclipButton.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  578. NoclipButton.BorderSizePixel = 0
  579. NoclipButton.Position = UDim2.new(0.0957446843, 0, 0.634632111, 0)
  580. NoclipButton.Size = UDim2.new(0, 227, 0, 65)
  581. NoclipButton.Font = Enum.Font.SourceSans
  582. NoclipButton.Text = "N to Noclip"
  583. NoclipButton.TextColor3 = Color3.new(0, 0, 0)
  584. NoclipButton.TextSize = 14
  585.  
  586. GravityMenuFrame.Name = "GravityMenuFrame"
  587. GravityMenuFrame.Parent = PenguinsGUI
  588. GravityMenuFrame.Active = true
  589. GravityMenuFrame.BackgroundColor3 = Color3.new(0.0901961, 0.0666667, 0.137255)
  590. GravityMenuFrame.BorderSizePixel = 0
  591. GravityMenuFrame.ClipsDescendants = true
  592. GravityMenuFrame.Position = UDim2.new(0.441828549, 0, 0.046554938, 0)
  593. GravityMenuFrame.Size = UDim2.new(0, 282, 0, 242)
  594. GravityMenuFrame.Visible = false
  595. GravityMenuFrame.Draggable = true
  596.  
  597. GMBar.Name = "GMBar"
  598. GMBar.Parent = GravityMenuFrame
  599. GMBar.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  600. GMBar.BorderSizePixel = 0
  601. GMBar.Size = UDim2.new(0, 282, 0, 45)
  602.  
  603. GMBar2.Name = "GMBar2"
  604. GMBar2.Parent = GravityMenuFrame
  605. GMBar2.BackgroundColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  606. GMBar2.BorderSizePixel = 0
  607. GMBar2.Position = UDim2.new(0, 0, 0.18253389, 0)
  608. GMBar2.Size = UDim2.new(0, 283, 0, 7)
  609.  
  610. GMlabel.Name = "GMlabel"
  611. GMlabel.Parent = GravityMenuFrame
  612. GMlabel.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  613. GMlabel.BorderSizePixel = 0
  614. GMlabel.Position = UDim2.new(0, 0, -0.00413222611, 0)
  615. GMlabel.Size = UDim2.new(0, 282, 0, 44)
  616. GMlabel.Font = Enum.Font.ArialBold
  617. GMlabel.Text = "Gravity Menu"
  618. GMlabel.TextColor3 = Color3.new(0, 0, 0)
  619. GMlabel.TextSize = 14
  620.  
  621. NormalGrav.Name = "NormalGrav"
  622. NormalGrav.Parent = GravityMenuFrame
  623. NormalGrav.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  624. NormalGrav.BorderSizePixel = 0
  625. NormalGrav.Position = UDim2.new(0.0957446843, 0, 0.26438421, 0)
  626. NormalGrav.Size = UDim2.new(0, 227, 0, 48)
  627. NormalGrav.Font = Enum.Font.SourceSans
  628. NormalGrav.Text = "100%"
  629. NormalGrav.TextColor3 = Color3.new(0, 0, 0)
  630. NormalGrav.TextSize = 14
  631.  
  632. GMExit.Name = "GMExit"
  633. GMExit.Parent = GravityMenuFrame
  634. GMExit.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  635. GMExit.BorderSizePixel = 0
  636. GMExit.Position = UDim2.new(0.84397155, 0, 0, 0)
  637. GMExit.Size = UDim2.new(0, 44, 0, 43)
  638. GMExit.Font = Enum.Font.SourceSans
  639. GMExit.Text = "X"
  640. GMExit.TextColor3 = Color3.new(0, 0, 0)
  641. GMExit.TextSize = 14
  642.  
  643. _50Grav.Name = "50Grav"
  644. _50Grav.Parent = GravityMenuFrame
  645. _50Grav.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  646. _50Grav.BorderSizePixel = 0
  647. _50Grav.Position = UDim2.new(0.0957446843, 0, 0.49578914, 0)
  648. _50Grav.Size = UDim2.new(0, 227, 0, 48)
  649. _50Grav.Font = Enum.Font.SourceSans
  650. _50Grav.Text = "50%"
  651. _50Grav.TextColor3 = Color3.new(0, 0, 0)
  652. _50Grav.TextSize = 14
  653.  
  654. _25Grav.Name = "25Grav"
  655. _25Grav.Parent = GravityMenuFrame
  656. _25Grav.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  657. _25Grav.BorderSizePixel = 0
  658. _25Grav.Position = UDim2.new(0.0957446843, 0, 0.731326282, 0)
  659. _25Grav.Size = UDim2.new(0, 227, 0, 48)
  660. _25Grav.Font = Enum.Font.SourceSans
  661. _25Grav.Text = "25%"
  662. _25Grav.TextColor3 = Color3.new(0, 0, 0)
  663. _25Grav.TextSize = 14
  664.  
  665. CreditsFrame.Name = "CreditsFrame"
  666. CreditsFrame.Parent = PenguinsGUI
  667. CreditsFrame.Active = true
  668. CreditsFrame.BackgroundColor3 = Color3.new(0.0901961, 0.0666667, 0.137255)
  669. CreditsFrame.BorderSizePixel = 0
  670. CreditsFrame.ClipsDescendants = true
  671. CreditsFrame.Position = UDim2.new(0.365999132, 0, 0.314711362, 0)
  672. CreditsFrame.Selectable = true
  673. CreditsFrame.Size = UDim2.new(0, 282, 0, 225)
  674. CreditsFrame.Visible = false
  675. CreditsFrame.Draggable = true
  676.  
  677. CBar.Name = "CBar"
  678. CBar.Parent = CreditsFrame
  679. CBar.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  680. CBar.BorderSizePixel = 0
  681. CBar.Size = UDim2.new(0, 282, 0, 45)
  682.  
  683. CBar2.Name = "CBar2"
  684. CBar2.Parent = CreditsFrame
  685. CBar2.BackgroundColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  686. CBar2.BorderSizePixel = 0
  687. CBar2.Position = UDim2.new(0, 0, 0.195907146, 0)
  688. CBar2.Size = UDim2.new(0, 282, 0, 7)
  689.  
  690. Clabel.Name = "Clabel"
  691. Clabel.Parent = CreditsFrame
  692. Clabel.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  693. Clabel.BorderSizePixel = 0
  694. Clabel.Size = UDim2.new(0, 282, 0, 44)
  695. Clabel.Font = Enum.Font.ArialBold
  696. Clabel.Text = "Info"
  697. Clabel.TextColor3 = Color3.new(0, 0, 0)
  698. Clabel.TextSize = 14
  699.  
  700. DraggButton.Name = "DraggButton"
  701. DraggButton.Parent = CreditsFrame
  702. DraggButton.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  703. DraggButton.BorderSizePixel = 0
  704. DraggButton.Position = UDim2.new(0.106382973, 0, 0.371074736, 0)
  705. DraggButton.Size = UDim2.new(0, 145, 0, 46)
  706. DraggButton.Font = Enum.Font.SourceSans
  707. DraggButton.Text = "Dragg Open Button"
  708. DraggButton.TextColor3 = Color3.new(0, 0, 0)
  709. DraggButton.TextSize = 14
  710.  
  711. CExit.Name = "CExit"
  712. CExit.Parent = CreditsFrame
  713. CExit.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  714. CExit.BorderSizePixel = 0
  715. CExit.Position = UDim2.new(0.84397155, 0, 0, 0)
  716. CExit.Size = UDim2.new(0, 44, 0, 43)
  717. CExit.Font = Enum.Font.SourceSans
  718. CExit.Text = "X"
  719. CExit.TextColor3 = Color3.new(0, 0, 0)
  720. CExit.TextSize = 14
  721.  
  722. DraggStatus.Name = "DraggStatus"
  723. DraggStatus.Parent = CreditsFrame
  724. DraggStatus.BackgroundColor3 = Color3.new(0.254902, 0.278431, 0.439216)
  725. DraggStatus.BorderSizePixel = 0
  726. DraggStatus.Position = UDim2.new(0.677304983, 0, 0.368302375, 0)
  727. DraggStatus.Size = UDim2.new(0, 56, 0, 46)
  728.  
  729. Clabel_2.Name = "Clabel"
  730. Clabel_2.Parent = CreditsFrame
  731. Clabel_2.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  732. Clabel_2.BorderSizePixel = 0
  733. Clabel_2.Position = UDim2.new(0.106382981, 0, 0.608888865, 0)
  734. Clabel_2.Size = UDim2.new(0, 217, 0, 32)
  735. Clabel_2.Font = Enum.Font.ArialBold
  736. Clabel_2.Text = "Scripts by Honor Hamza"
  737. Clabel_2.TextColor3 = Color3.new(0, 0, 0)
  738. Clabel_2.TextSize = 14
  739.  
  740. Clabel_3.Name = "Clabel"
  741. Clabel_3.Parent = CreditsFrame
  742. Clabel_3.BackgroundColor3 = Color3.new(0.356863, 0.521569, 0.666667)
  743. Clabel_3.BorderSizePixel = 0
  744. Clabel_3.Position = UDim2.new(0.106382981, 0, 0.782222211, 0)
  745. Clabel_3.Size = UDim2.new(0, 217, 0, 32)
  746. Clabel_3.Font = Enum.Font.ArialBold
  747. Clabel_3.Text = "GUI by AlonelyHamster"
  748. Clabel_3.TextColor3 = Color3.new(0, 0, 0)
  749. Clabel_3.TextSize = 14
  750. -- Scripts:
  751.  
  752. local MainFrameClosed = true
  753. local MainFrameOpen = false
  754.  
  755. OpenButton.MouseButton1Click:Connect(function()
  756. if MainFrameClosed == true then
  757. MainFrame.Visible = true
  758. MainFrameClosed = false
  759. MainFrameOpen = true
  760. OpenButton.Text = "Close"
  761. elseif MainFrameOpen == true then
  762. MainFrame.Visible = false
  763. MainFrameOpen = false
  764. MainFrameClosed = true
  765. OpenButton.Text = "Open"
  766. end
  767. end)
  768.  
  769.  
  770. InfoButton.MouseButton1Click:Connect(function()
  771. CreditsFrame.Visible = true
  772. end)
  773.  
  774. CExit.MouseButton1Click:Connect(function()
  775. CreditsFrame.Visible = false
  776. end)
  777.  
  778. TeleportMenuButton.MouseButton1Click:connect(function()
  779. TeleportMenuFrame.Visible = true
  780. end)
  781.  
  782. TMExit.MouseButton1Click:connect(function()
  783. TeleportMenuFrame.Visible = false
  784. end)
  785.  
  786. GravityMenuButton.MouseButton1Click:connect(function()
  787. GravityMenuFrame.Visible = true
  788. end)
  789.  
  790. GMExit.MouseButton1Click:connect(function()
  791. GravityMenuFrame.Visible = false
  792. end)
  793.  
  794. local DraggStatusValue = false
  795.  
  796. DraggButton.MouseButton1Click:connect(function()
  797. if DraggStatusValue == false then
  798. OpenButton.Draggable = true
  799. DraggStatusValue = true
  800. DraggStatus.BackgroundColor3 = Color3.new(0, 1, 0)
  801. elseif DraggStatusValue == true then
  802. OpenButton.Draggable = false
  803. DraggStatusValue = false
  804. DraggStatus.BackgroundColor3 = Color3.new(1, 0, 0)
  805. end
  806. end)
  807.  
  808. GravityMenuButton.MouseButton1Click:Connect(function()
  809. GravityMenuFrame.Visible = true
  810. end)
  811.  
  812. GMExit.MouseButton1Click:Connect(function()
  813. GravityMenuFrame.Visible = false
  814. end)
  815.  
  816. TeleportMenuButton.MouseButton1Click:Connect(function()
  817. TeleportMenuFrame.Visible = true
  818. end)
  819.  
  820. TMExit.MouseButton1Click:Connect(function()
  821. TeleportMenuFrame.Visible = false
  822. end)
  823.  
  824. ExtraStuffButton.MouseButton1Click:Connect(function()
  825. ExtraStuffFrame.Visible = true
  826. end)
  827.  
  828. ESExit.MouseButton1Click:Connect(function()
  829. ExtraStuffFrame.Visible = false
  830. end)
  831.  
  832. GravityMenuButton.MouseButton1Click:Connect(function()
  833. GravityMenuFrame.Visible = true
  834. end)
  835.  
  836. GMExit.MouseButton1Click:Connect(function()
  837. GravityMenuFrame.Visible = false
  838. end)
  839.  
  840. StealthMoneyButton.MouseButton1Click:Connect(function()
  841. StealthMoneyFrame.Visible = true
  842. end)
  843.  
  844. SMExit.MouseButton1Click:Connect(function()
  845. StealthMoneyFrame.Visible = false
  846. end)
  847.  
  848. Bank.MouseButton1Down:connect(function()
  849. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-89.6001, 47.2, 1371.2))
  850. end)
  851.  
  852. HIghSchool.MouseButton1Down:connect(function()
  853. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-124.7, 42.3, 774.094))
  854. end)
  855.  
  856. Cinema.MouseButton1Down:connect(function()
  857. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(593.378, 61.2, 467.222))
  858. end)
  859.  
  860. CarShop.MouseButton1Down:connect(function()
  861. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(366.530609, 39.6500092, 561.46991))
  862. end)
  863.  
  864. Garage.MouseButton1Down:connect(function()
  865. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(617.86792, 39.8500099, 222.204208))
  866. end)
  867.  
  868. Baileys.MouseButton1Down:connect(function()
  869. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(543.76062, 39.8500099, 43.1453667))
  870. end)
  871.  
  872. Apartments.MouseButton1Down:connect(function()
  873. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(509.568024, 39.8500099, 117.027695))
  874. end)
  875.  
  876. Hamburger.MouseButton1Down:connect(function()
  877. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(414.374298, 39.8500099, 366.701843))
  878. end)
  879.  
  880. GasStation.MouseButton1Down:connect(function()
  881. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(348.957458, 39.6500092, 457.277496))
  882. end)
  883.  
  884. Club.MouseButton1Down:connect(function()
  885. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(506.477844, 40.2500153, 891.893738))
  886. end)
  887.  
  888. SuperMart.MouseButton1Down:connect(function()
  889. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(306.922485, 39.8597755, 866.421509))
  890. end)
  891.  
  892. CriminalBase.MouseButton1Down:connect(function()
  893. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(678.209106, 39.8500099, 840.987732))
  894. end)
  895.  
  896. Library.MouseButton1Down:connect(function()
  897. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(424.386597, 39.8500099, 1119.21436))
  898. end)
  899.  
  900. Mueseum.MouseButton1Down:connect(function()
  901. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(616.659119, 40.2500153, 1363.78442))
  902. end)
  903.  
  904. Hospital.MouseButton1Down:connect(function()
  905. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(137.416245, 39.8500099, 1463.74634))
  906. end)
  907.  
  908. Gym.MouseButton1Down:connect(function()
  909. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(176.828949, 39.8500099, 1208.14514))
  910. end)
  911.  
  912. PoliceStation.MouseButton1Down:connect(function()
  913. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-38.1218109, 42.6500092, 597.40094))
  914. end)
  915.  
  916. Plots.MouseButton1Down:connect(function()
  917. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-9.09812069, 39.8500023, -251.339005))
  918. end)
  919.  
  920. NormalGrav.MouseButton1Down:connect(function()
  921. game.Workspace.Gravity = 200
  922. end)
  923.  
  924. _50Grav.MouseButton1Down:connect(function()
  925. game.Workspace.Gravity = 100
  926. end)
  927.  
  928. _25Grav.MouseButton1Click:connect(function()
  929. game.Workspace.Gravity = 50
  930. end)
  931.  
  932. SMConfirm.MouseButton1Click:Connect(function()
  933. local Ammount = tonumber(SMAmmount.Text)
  934. if Ammount > 0 and Ammount == Ammount and Ammount ~= nil then
  935. game.Players.LocalPlayer.ChangeMoney:Fire(Ammount)
  936. else
  937. print("Ammount must be bigger then zero!")
  938. end
  939. end)
  940.  
  941. NoclipButton.MouseButton1Click:Connect(function()
  942. noclip = false
  943. game:GetService('RunService').Stepped:connect(function()
  944. if noclip then
  945. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  946. end
  947. end)
  948. plr = game.Players.LocalPlayer
  949. mouse = plr:GetMouse()
  950. mouse.KeyDown:connect(function(key)
  951.  
  952. if key == "n" then
  953. noclip = not noclip
  954. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  955. end
  956. end)
  957. print('Loaded')
  958. print('Press "N" to noclip')
  959. end)
  960.  
  961. ETPButton.MouseButton1Down:connect(function() --E Teleport
  962. plr = game.Players.LocalPlayer
  963. hum = plr.Character.HumanoidRootPart
  964. mouse = plr:GetMouse()
  965.  
  966. mouse.KeyDown:connect(function(key)
  967. if key == "e" then
  968. if mouse.Target then
  969. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  970. end
  971. end
  972. end)
  973. end)
Add Comment
Please, Sign In to add comment