Advertisement
GreenMs02

Untitled

Aug 12th, 2017
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.92 KB | None | 0 0
  1. -- Objects
  2.  
  3. local MainGUI = Instance.new("ScreenGui")
  4. local TextOpener = Instance.new("TextButton")
  5. local FrameMenu = Instance.new("Frame")
  6. local TextMenu = Instance.new("TextLabel")
  7. local TextTeleport = Instance.new("TextButton")
  8. local TextFunction = Instance.new("TextButton")
  9. local TextChangelog = Instance.new("TextButton")
  10. local TextClose = Instance.new("TextButton")
  11. local TextMenu_2 = Instance.new("TextLabel")
  12. local TextMenu_3 = Instance.new("TextLabel")
  13. local FrameTeleport = Instance.new("Frame")
  14. local TextLabel = Instance.new("TextLabel")
  15. local BackFromTeleport = Instance.new("TextButton")
  16. local TextJewerly = Instance.new("TextButton")
  17. local TextMiniCooper = Instance.new("TextButton")
  18. local TextBank = Instance.new("TextButton")
  19. local TextVault = Instance.new("TextButton")
  20. local TextCriminalBase2 = Instance.new("TextButton")
  21. local TextCriminalBase = Instance.new("TextButton")
  22. local TextATV = Instance.new("TextButton")
  23. local TextLambo = Instance.new("TextButton")
  24. local TextBuggati = Instance.new("TextButton")
  25. local TextLambo_2 = Instance.new("TextButton")
  26. local TextMotorCycle = Instance.new("TextButton")
  27. local TextLabel_2 = Instance.new("TextLabel")
  28. local TextLabel_3 = Instance.new("TextLabel")
  29. local TextLabel_4 = Instance.new("TextLabel")
  30. local TextDonutShop = Instance.new("TextButton")
  31. local TextEscapeOP = Instance.new("TextButton")
  32. local TextLabel_5 = Instance.new("TextLabel")
  33. local TextGunStore = Instance.new("TextButton")
  34. local SPlayer = Instance.new("TextLabel")
  35. local TextGarage = Instance.new("TextButton")
  36. local TextTesla3 = Instance.new("TextButton")
  37. local ScrollingFrame = Instance.new("ScrollingFrame")
  38. local TextSelectedPlayer = Instance.new("TextLabel")
  39. local TextTeleportFromPlayer = Instance.new("TextButton")
  40. local TextMenu_4 = Instance.new("TextLabel")
  41. local FrameFunctions = Instance.new("Frame")
  42. local TextLabel_6 = Instance.new("TextLabel")
  43. local TextLabel_7 = Instance.new("TextLabel")
  44. local TextLabel_8 = Instance.new("TextLabel")
  45. local BackFromFunction = Instance.new("TextButton")
  46. local TextCredits = Instance.new("TextLabel")
  47. local TextNoClip = Instance.new("TextButton")
  48. local TextOpenDoors = Instance.new("TextButton")
  49. local TextGod = Instance.new("TextButton")
  50. local TextClickTP = Instance.new("TextButton")
  51. local TextRemoveDoors = Instance.new("TextButton")
  52. local TextRemoveDoors_2 = Instance.new("TextButton")
  53. local TextArrestAura = Instance.new("TextButton")
  54. local FrameChangeLog = Instance.new("Frame")
  55. local TextChangelog_2 = Instance.new("TextLabel")
  56. local TextChangelog_3 = Instance.new("TextLabel")
  57. local TextChangelog_4 = Instance.new("TextLabel")
  58. local TextChangelog_5 = Instance.new("TextLabel")
  59. local TextChangelog_6 = Instance.new("TextLabel")
  60. local TextChangelog_7 = Instance.new("TextLabel")
  61. local BackFromChangelog = Instance.new("TextButton")
  62. local val = Instance.new("ObjectValue", ScrollingFrame)
  63.  
  64. -- Properties
  65.  
  66. MainGUI.Name = "MainGUI"
  67. MainGUI.Parent = game.CoreGui
  68.  
  69. TextOpener.Name = "TextOpener"
  70. TextOpener.Parent = MainGUI
  71. TextOpener.BackgroundColor3 = Color3.new(0.576471, 1, 1)
  72. TextOpener.Position = UDim2.new(0, 0, 0.798418999, 0)
  73. TextOpener.Size = UDim2.new(0, 116, 0, 38)
  74. TextOpener.Style = Enum.ButtonStyle.RobloxRoundButton
  75. TextOpener.Font = Enum.Font.Cartoon
  76. TextOpener.FontSize = Enum.FontSize.Size14
  77. TextOpener.Text = "Open"
  78. TextOpener.TextSize = 14
  79. TextOpener.MouseButton1Down:connect(function()
  80. if FrameMenu.Visible == false then
  81. FrameMenu.Visible = true
  82. else
  83. FrameMenu.Visible = false
  84. end
  85. end)
  86.  
  87. FrameMenu.Name = "FrameMenu"
  88. FrameMenu.Parent = MainGUI
  89. FrameMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  90. FrameMenu.Position = UDim2.new(0.295774639, 0, 0.19101125, 0)
  91. FrameMenu.Size = UDim2.new(0, 307, 0, 347)
  92. FrameMenu.Style = Enum.FrameStyle.RobloxRound
  93. FrameMenu.Visible = false
  94.  
  95. TextMenu.Name = "TextMenu"
  96. TextMenu.Parent = FrameMenu
  97. TextMenu.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  98. TextMenu.Position = UDim2.new(0.281758964, 0, 0, 0)
  99. TextMenu.Size = UDim2.new(0, 123, 0, 21)
  100. TextMenu.Font = Enum.Font.Cartoon
  101. TextMenu.FontSize = Enum.FontSize.Size14
  102. TextMenu.Text = "LexusBeta"
  103. TextMenu.TextColor3 = Color3.new(1, 1, 1)
  104. TextMenu.TextSize = 14
  105.  
  106. TextTeleport.Name = "TextTeleport"
  107. TextTeleport.Parent = FrameMenu
  108. TextTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
  109. TextTeleport.Position = UDim2.new(0.146579802, 0, 0.193083569, 0)
  110. TextTeleport.Size = UDim2.new(0, 200, 0, 50)
  111. TextTeleport.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  112. TextTeleport.Font = Enum.Font.SourceSans
  113. TextTeleport.FontSize = Enum.FontSize.Size14
  114. TextTeleport.Text = "Teleports"
  115. TextTeleport.TextSize = 14
  116. TextTeleport.MouseButton1Down:connect(function()
  117. if FrameTeleport.Visible == false then
  118. FrameMenu.Visible = false
  119. FrameTeleport.Visible = true
  120. else
  121. FrameMenu.Visible = true
  122. FrameTeleport.Visible = false
  123. end
  124. end)
  125.  
  126. TextFunction.Name = "TextFunction"
  127. TextFunction.Parent = FrameMenu
  128. TextFunction.BackgroundColor3 = Color3.new(1, 1, 1)
  129. TextFunction.Position = UDim2.new(0.146579802, 0, 0.389048994, 0)
  130. TextFunction.Size = UDim2.new(0, 200, 0, 50)
  131. TextFunction.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  132. TextFunction.Font = Enum.Font.SourceSans
  133. TextFunction.FontSize = Enum.FontSize.Size14
  134. TextFunction.Text = "Functions"
  135. TextFunction.TextSize = 14
  136. TextFunction.MouseButton1Down:connect(function()
  137. if FrameFunctions.Visible == false then
  138. FrameMenu.Visible = false
  139. FrameFunctions.Visible = true
  140. else
  141. FrameMenu.Visible = true
  142. FrameFunctions.Visible = false
  143. end
  144. end)
  145.  
  146. TextChangelog.Name = "TextChangelog"
  147. TextChangelog.Parent = FrameMenu
  148. TextChangelog.BackgroundColor3 = Color3.new(1, 1, 1)
  149. TextChangelog.Position = UDim2.new(0.146579802, 0, 0.590778112, 0)
  150. TextChangelog.Size = UDim2.new(0, 200, 0, 50)
  151. TextChangelog.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  152. TextChangelog.Font = Enum.Font.SourceSans
  153. TextChangelog.FontSize = Enum.FontSize.Size14
  154. TextChangelog.Text = "ChangeLogs"
  155. TextChangelog.TextSize = 14
  156. TextChangelog.MouseButton1Down:connect(function()
  157. if FrameChangeLog.Visible == false then
  158. FrameMenu.Visible = false
  159. FrameChangeLog.Visible = true
  160. else
  161. FrameMenu.Visible = true
  162. FrameChangeLog.Visible = false
  163. end
  164. end)
  165.  
  166. TextClose.Name = "TextClose"
  167. TextClose.Parent = FrameMenu
  168. TextClose.BackgroundColor3 = Color3.new(1, 1, 1)
  169. TextClose.Position = UDim2.new(0.765472293, 0, -0.0230547562, 0)
  170. TextClose.Size = UDim2.new(0, 74, 0, 30)
  171. TextClose.Style = Enum.ButtonStyle.RobloxRoundButton
  172. TextClose.Font = Enum.Font.SourceSans
  173. TextClose.FontSize = Enum.FontSize.Size14
  174. TextClose.Text = "Close"
  175. TextClose.TextSize = 14
  176. TextClose.MouseButton1Down:connect(function()
  177. if FrameMenu.Visible == true then
  178. FrameMenu.Visible = false
  179. else
  180. FrameMenu.Visible = true
  181. end
  182. end)
  183.  
  184. TextMenu_2.Name = "TextMenu"
  185. TextMenu_2.Parent = FrameMenu
  186. TextMenu_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  187. TextMenu_2.Position = UDim2.new(-0.0211726353, 0, 0.951008677, 0)
  188. TextMenu_2.Size = UDim2.new(0, 123, 0, 21)
  189. TextMenu_2.Font = Enum.Font.Cartoon
  190. TextMenu_2.FontSize = Enum.FontSize.Size14
  191. TextMenu_2.Text = "Made by GreenMs02"
  192. TextMenu_2.TextColor3 = Color3.new(1, 1, 1)
  193. TextMenu_2.TextSize = 14
  194.  
  195. TextMenu_3.Name = "TextMenu"
  196. TextMenu_3.Parent = FrameMenu
  197. TextMenu_3.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  198. TextMenu_3.Position = UDim2.new(-0.0195439737, 0, 0.890489876, 0)
  199. TextMenu_3.Size = UDim2.new(0, 249, 0, 21)
  200. TextMenu_3.Font = Enum.Font.Cartoon
  201. TextMenu_3.FontSize = Enum.FontSize.Size14
  202. TextMenu_3.Text = "Automatic Spying Bank or Jewerly if open"
  203. TextMenu_3.TextColor3 = Color3.new(1, 1, 1)
  204. TextMenu_3.TextSize = 14
  205.  
  206. FrameTeleport.Name = "FrameTeleport"
  207. FrameTeleport.Parent = MainGUI
  208. FrameTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
  209. FrameTeleport.Position = UDim2.new(0.21382843, 0, 0.159176037, 0)
  210. FrameTeleport.Size = UDim2.new(0, 495, 0, 424)
  211. FrameTeleport.Visible = false
  212. FrameTeleport.Style = Enum.FrameStyle.DropShadow
  213.  
  214. TextLabel.Parent = FrameTeleport
  215. TextLabel.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  216. TextLabel.Position = UDim2.new(0.385799378, 0, 0.0270935949, 0)
  217. TextLabel.Size = UDim2.new(0, 123, 0, 21)
  218. TextLabel.Font = Enum.Font.Cartoon
  219. TextLabel.FontSize = Enum.FontSize.Size14
  220. TextLabel.Text = "Teleport Page"
  221. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  222. TextLabel.TextSize = 14
  223.  
  224. BackFromTeleport.Name = "Back From Teleport"
  225. BackFromTeleport.Parent = FrameTeleport
  226. BackFromTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
  227. BackFromTeleport.Position = UDim2.new(-0.0121212006, 0, 0.957979977, 0)
  228. BackFromTeleport.Size = UDim2.new(0, 79, 0, 21)
  229. BackFromTeleport.Style = Enum.ButtonStyle.RobloxRoundButton
  230. BackFromTeleport.Font = Enum.Font.Cartoon
  231. BackFromTeleport.FontSize = Enum.FontSize.Size14
  232. BackFromTeleport.Text = "<- Back"
  233. BackFromTeleport.TextSize = 14
  234. BackFromTeleport.MouseButton1Down:connect(function()
  235. if FrameTeleport.Visible == true then
  236. FrameTeleport.Visible = false
  237. FrameMenu.Visible = true
  238. end
  239. end)
  240.  
  241. TextJewerly.Name = "TextJewerly"
  242. TextJewerly.Parent = FrameTeleport
  243. TextJewerly.BackgroundColor3 = Color3.new(1, 1, 1)
  244. TextJewerly.Position = UDim2.new(0.0242424235, 0, 0.167487681, 0)
  245. TextJewerly.Size = UDim2.new(0, 96, 0, 24)
  246. TextJewerly.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  247. TextJewerly.Font = Enum.Font.SourceSans
  248. TextJewerly.FontSize = Enum.FontSize.Size14
  249. TextJewerly.Text = "Jewerly"
  250. TextJewerly.TextSize = 14
  251. TextJewerly.MouseButton1Down:connect(function()
  252. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(141.502686, 17.8576393, 1343.16345) + Vector3.new(1,0,0)
  253. end)
  254.  
  255. TextMiniCooper.Name = "TextMiniCooper"
  256. TextMiniCooper.Parent = FrameTeleport
  257. TextMiniCooper.BackgroundColor3 = Color3.new(1, 1, 1)
  258. TextMiniCooper.Position = UDim2.new(0.0343434215, 0, 0.512315273, 0)
  259. TextMiniCooper.Size = UDim2.new(0, 96, 0, 24)
  260. TextMiniCooper.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  261. TextMiniCooper.Font = Enum.Font.SourceSans
  262. TextMiniCooper.FontSize = Enum.FontSize.Size14
  263. TextMiniCooper.Text = "MiniCooper"
  264. TextMiniCooper.TextSize = 14
  265. TextMiniCooper.MouseButton1Down:connect(function()
  266. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(767.823242, 17.3656254, -1216.83643) + Vector3.new(1,0,0)
  267. end)
  268.  
  269. TextBank.Name = "TextBank"
  270. TextBank.Parent = FrameTeleport
  271. TextBank.BackgroundColor3 = Color3.new(1, 1, 1)
  272. TextBank.Position = UDim2.new(0.0242424235, 0, 0.300492644, 0)
  273. TextBank.Size = UDim2.new(0, 96, 0, 24)
  274. TextBank.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  275. TextBank.Font = Enum.Font.SourceSans
  276. TextBank.FontSize = Enum.FontSize.Size14
  277. TextBank.Text = "Bank"
  278. TextBank.TextSize = 14
  279. TextBank.MouseButton1Down:connect(function()
  280. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1.1110189, 17.9213142, 782.103455) + Vector3.new(1,0,0)
  281. end)
  282.  
  283. TextVault.Name = "TextVault"
  284. TextVault.Parent = FrameTeleport
  285. TextVault.BackgroundColor3 = Color3.new(1, 1, 1)
  286. TextVault.Position = UDim2.new(0.0242424235, 0, 0.233990178, 0)
  287. TextVault.Size = UDim2.new(0, 96, 0, 24)
  288. TextVault.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  289. TextVault.Font = Enum.Font.SourceSans
  290. TextVault.FontSize = Enum.FontSize.Size14
  291. TextVault.Text = "Vault"
  292. TextVault.TextSize = 14
  293. TextVault.MouseButton1Down:connect(function()
  294. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(33.3059082, -1.67172456, 803.200806) + Vector3.new(1,0,0)
  295. end)
  296.  
  297. TextCriminalBase2.Name = "TextCriminalBase2"
  298. TextCriminalBase2.Parent = FrameTeleport
  299. TextCriminalBase2.BackgroundColor3 = Color3.new(1, 1, 1)
  300. TextCriminalBase2.Position = UDim2.new(0.333333343, 0, 0.238916278, 0)
  301. TextCriminalBase2.Size = UDim2.new(0, 96, 0, 24)
  302. TextCriminalBase2.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  303. TextCriminalBase2.Font = Enum.Font.SourceSans
  304. TextCriminalBase2.FontSize = Enum.FontSize.Size14
  305. TextCriminalBase2.Text = "CriminalBase2"
  306. TextCriminalBase2.TextSize = 14
  307. TextCriminalBase2.MouseButton1Down:connect(function()
  308. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1818, 49, -1657.4) + Vector3.new(1,0,0)
  309. end)
  310.  
  311. TextCriminalBase.Name = "TextCriminalBase"
  312. TextCriminalBase.Parent = FrameTeleport
  313. TextCriminalBase.BackgroundColor3 = Color3.new(1, 1, 1)
  314. TextCriminalBase.Position = UDim2.new(0.333333343, 0, 0.172413796, 0)
  315. TextCriminalBase.Size = UDim2.new(0, 96, 0, 24)
  316. TextCriminalBase.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  317. TextCriminalBase.Font = Enum.Font.SourceSans
  318. TextCriminalBase.FontSize = Enum.FontSize.Size14
  319. TextCriminalBase.Text = "CriminalBase"
  320. TextCriminalBase.TextSize = 14
  321. TextCriminalBase.MouseButton1Down:connect(function()
  322. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  323. end)
  324.  
  325. TextATV.Name = "TextATV"
  326. TextATV.Parent = FrameTeleport
  327. TextATV.BackgroundColor3 = Color3.new(1, 1, 1)
  328. TextATV.Position = UDim2.new(0.0343434289, 0, 0.635467947, 0)
  329. TextATV.Size = UDim2.new(0, 96, 0, 24)
  330. TextATV.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  331. TextATV.Font = Enum.Font.SourceSans
  332. TextATV.FontSize = Enum.FontSize.Size14
  333. TextATV.Text = "ATV"
  334. TextATV.TextSize = 14
  335. TextATV.MouseButton1Down:connect(function()
  336. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(571.526733, 16.66436, -470.50943) + Vector3.new(1,0,0)
  337. end)
  338.  
  339. TextLambo.Name = "TextLambo"
  340. TextLambo.Parent = FrameTeleport
  341. TextLambo.BackgroundColor3 = Color3.new(1, 1, 1)
  342. TextLambo.Position = UDim2.new(0.0303029865, 0, 0.57389158, 0)
  343. TextLambo.Size = UDim2.new(0, 96, 0, 24)
  344. TextLambo.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  345. TextLambo.Font = Enum.Font.SourceSans
  346. TextLambo.FontSize = Enum.FontSize.Size14
  347. TextLambo.Text = "Lamborghini"
  348. TextLambo.TextSize = 14
  349. TextLambo.MouseButton1Down:connect(function()
  350. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(144.794067, 17.6189003, 768.572693) + Vector3.new(1,0,0)
  351. end)
  352.  
  353. TextBuggati.Name = "TextBuggati"
  354. TextBuggati.Parent = FrameTeleport
  355. TextBuggati.BackgroundColor3 = Color3.new(1, 1, 1)
  356. TextBuggati.Position = UDim2.new(0.0303030256, 0, 0.697044313, 0)
  357. TextBuggati.Size = UDim2.new(0, 96, 0, 24)
  358. TextBuggati.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  359. TextBuggati.Font = Enum.Font.SourceSans
  360. TextBuggati.FontSize = Enum.FontSize.Size14
  361. TextBuggati.Text = "Buggati"
  362. TextBuggati.TextSize = 14
  363. TextBuggati.MouseButton1Down:connect(function()
  364. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(245.938766, 17.6064777, 1372.15076) + Vector3.new(1,0,0)
  365. end)
  366.  
  367. TextLambo_2.Name = "TextLambo"
  368. TextLambo_2.Parent = FrameTeleport
  369. TextLambo_2.BackgroundColor3 = Color3.new(1, 1, 1)
  370. TextLambo_2.Position = UDim2.new(0.0323232412, 0, 0.820197105, 0)
  371. TextLambo_2.Size = UDim2.new(0, 96, 0, 24)
  372. TextLambo_2.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  373. TextLambo_2.Font = Enum.Font.SourceSans
  374. TextLambo_2.FontSize = Enum.FontSize.Size14
  375. TextLambo_2.Text = "Porsche"
  376. TextLambo_2.TextSize = 14
  377. TextLambo_2.MouseButton1Down:connect(function()
  378. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654) + Vector3.new(1,0,0)
  379. end)
  380.  
  381. TextMotorCycle.Name = "TextMotorCycle"
  382. TextMotorCycle.Parent = FrameTeleport
  383. TextMotorCycle.BackgroundColor3 = Color3.new(1, 1, 1)
  384. TextMotorCycle.Position = UDim2.new(0.0303030349, 0, 0.758620799, 0)
  385. TextMotorCycle.Size = UDim2.new(0, 96, 0, 24)
  386. TextMotorCycle.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  387. TextMotorCycle.Font = Enum.Font.SourceSans
  388. TextMotorCycle.FontSize = Enum.FontSize.Size14
  389. TextMotorCycle.Text = "MotorCycle"
  390. TextMotorCycle.TextSize = 14
  391. TextMotorCycle.MouseButton1Down:connect(function()
  392. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1313.71118, 17.3656254, 370.085327) + Vector3.new(1,0,0)
  393. end)
  394.  
  395. TextLabel_2.Parent = FrameTeleport
  396. TextLabel_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  397. TextLabel_2.Position = UDim2.new(0.00802161917, 0, 0.11083743, 0)
  398. TextLabel_2.Size = UDim2.new(0, 123, 0, 21)
  399. TextLabel_2.Font = Enum.Font.Cartoon
  400. TextLabel_2.FontSize = Enum.FontSize.Size14
  401. TextLabel_2.Text = "Stores"
  402. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  403. TextLabel_2.TextSize = 14
  404.  
  405. TextLabel_3.Parent = FrameTeleport
  406. TextLabel_3.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  407. TextLabel_3.Position = UDim2.new(0.307011515, 0, 0.113300487, 0)
  408. TextLabel_3.Size = UDim2.new(0, 123, 0, 21)
  409. TextLabel_3.Font = Enum.Font.Cartoon
  410. TextLabel_3.FontSize = Enum.FontSize.Size14
  411. TextLabel_3.Text = "Base"
  412. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  413. TextLabel_3.TextSize = 14
  414.  
  415. TextLabel_4.Parent = FrameTeleport
  416. TextLabel_4.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  417. TextLabel_4.Position = UDim2.new(0.00802162383, 0, 0.439655155, 0)
  418. TextLabel_4.Size = UDim2.new(0, 123, 0, 21)
  419. TextLabel_4.Font = Enum.Font.Cartoon
  420. TextLabel_4.FontSize = Enum.FontSize.Size14
  421. TextLabel_4.Text = "Cars"
  422. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  423. TextLabel_4.TextSize = 14
  424.  
  425. TextDonutShop.Name = "TextDonutShop"
  426. TextDonutShop.Parent = FrameTeleport
  427. TextDonutShop.BackgroundColor3 = Color3.new(1, 1, 1)
  428. TextDonutShop.Position = UDim2.new(0.0242424458, 0, 0.362069011, 0)
  429. TextDonutShop.Size = UDim2.new(0, 96, 0, 24)
  430. TextDonutShop.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  431. TextDonutShop.Font = Enum.Font.SourceSans
  432. TextDonutShop.FontSize = Enum.FontSize.Size14
  433. TextDonutShop.Text = "DonutShop"
  434. TextDonutShop.TextSize = 14
  435. TextDonutShop.MouseButton1Down:connect(function()
  436. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(273, 18, -1807) + Vector3.new(1,0,0)
  437. end)
  438.  
  439. TextEscapeOP.Name = "TextEscapeOP"
  440. TextEscapeOP.Parent = FrameTeleport
  441. TextEscapeOP.BackgroundColor3 = Color3.new(1, 1, 1)
  442. TextEscapeOP.Position = UDim2.new(0.335353553, 0, 0.517241359, 0)
  443. TextEscapeOP.Size = UDim2.new(0, 96, 0, 24)
  444. TextEscapeOP.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  445. TextEscapeOP.Font = Enum.Font.SourceSans
  446. TextEscapeOP.FontSize = Enum.FontSize.Size14
  447. TextEscapeOP.Text = "EscapeOP"
  448. TextEscapeOP.TextSize = 14
  449. TextEscapeOP.MouseButton1Down:connect(function()
  450. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(744.981506, 38.1523933, 1132.73462) + Vector3.new(1,0,0)
  451. end)
  452.  
  453. SPlayer.Name = "SPlayer"
  454. SPlayer.Parent = ScrollingFrame
  455. SPlayer.BackgroundColor3 = Color3.new(0.2, 0.239216, 0.278431)
  456. SPlayer.Position = UDim2.new(0.024844721, 0, 0, 0)
  457. SPlayer.Size = UDim2.new(0, 78, 0, 22)
  458. SPlayer.Font = Enum.Font.SourceSans
  459. SPlayer.FontSize = Enum.FontSize.Size14
  460. SPlayer.Text = "Player:"
  461. SPlayer.TextColor3 = Color3.new(1, 1, 1)
  462. SPlayer.TextSize = 14
  463. SPlayer.TextWrapped = true
  464. SPlayer.TextXAlignment = Enum.TextXAlignment.Left
  465.  
  466. TextLabel_5.Parent = FrameTeleport
  467. TextLabel_5.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  468. TextLabel_5.Position = UDim2.new(0.307011515, 0, 0.438423663, 0)
  469. TextLabel_5.Size = UDim2.new(0, 123, 0, 21)
  470. TextLabel_5.Font = Enum.Font.Cartoon
  471. TextLabel_5.FontSize = Enum.FontSize.Size14
  472. TextLabel_5.Text = "Places"
  473. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  474. TextLabel_5.TextSize = 14
  475.  
  476. TextGunStore.Name = "TextGunStore"
  477. TextGunStore.Parent = FrameTeleport
  478. TextGunStore.BackgroundColor3 = Color3.new(1, 1, 1)
  479. TextGunStore.Position = UDim2.new(0.335353553, 0, 0.571428537, 0)
  480. TextGunStore.Size = UDim2.new(0, 96, 0, 24)
  481. TextGunStore.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  482. TextGunStore.Font = Enum.Font.SourceSans
  483. TextGunStore.FontSize = Enum.FontSize.Size14
  484. TextGunStore.Text = "GunStore"
  485. TextGunStore.TextSize = 14
  486. TextGunStore.MouseButton1Down:connect(function()
  487. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-24.4, 18, -1763) + Vector3.new(1,0,0)
  488. end)
  489.  
  490. TextGarage.Name = "TextGarage"
  491. TextGarage.Parent = FrameTeleport
  492. TextGarage.BackgroundColor3 = Color3.new(1, 1, 1)
  493. TextGarage.Position = UDim2.new(0.335353553, 0, 0.630541861, 0)
  494. TextGarage.Size = UDim2.new(0, 96, 0, 24)
  495. TextGarage.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  496. TextGarage.Font = Enum.Font.SourceSans
  497. TextGarage.FontSize = Enum.FontSize.Size14
  498. TextGarage.Text = "Garage"
  499. TextGarage.TextSize = 14
  500. TextGarage.MouseButton1Down:connect(function()
  501. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-342.130798, 19.3135223, 1182.73669) + Vector3.new(1,0,0)
  502. end)
  503.  
  504. TextTesla3.Name = "TextTesla3"
  505. TextTesla3.Parent = FrameTeleport
  506. TextTesla3.BackgroundColor3 = Color3.new(1, 1, 1)
  507. TextTesla3.Position = UDim2.new(0.0323232412, 0, 0.879310429, 0)
  508. TextTesla3.Size = UDim2.new(0, 96, 0, 24)
  509. TextTesla3.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  510. TextTesla3.Font = Enum.Font.SourceSans
  511. TextTesla3.FontSize = Enum.FontSize.Size14
  512. TextTesla3.Text = "Tesla3"
  513. TextTesla3.TextSize = 14
  514. TextTesla3.MouseButton1Down:connect(function()
  515. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-111.571999, 17.6169529, 541.515747) + Vector3.new(1,0,0)
  516. end)
  517.  
  518. ScrollingFrame.Parent = FrameTeleport
  519. ScrollingFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  520. ScrollingFrame.Position = UDim2.new(0.634343445, 0, 0.148584902, 0)
  521. ScrollingFrame.Size = UDim2.new(0, 161, 0, 265)
  522.  
  523. local PLR = game:GetService("Players").LocalPlayer
  524.  
  525. local Players = game.Players:GetPlayers()
  526.  
  527. local Selected1 = SPlayer
  528. val.Name = "Selected"
  529.  
  530. function alphabetize(p1, p2)
  531. local Player1 = p1.Name:lower()
  532. local P1 = Player1:sub(1, 1):byte()
  533. local Player2 = p2.Name:lower()
  534. local P2 = Player2:sub(1, 1):byte()
  535.  
  536.  
  537. if P1 < P2 then return true else return false end
  538. end
  539. table.sort(Players, alphabetize)
  540.  
  541. for i = 1, #Players do
  542. local p = Players[i]
  543. if p ~= PLR then
  544. local btn = Instance.new("TextButton", ScrollingFrame)
  545. btn.Name = p.Name
  546. btn.Text = p.Name
  547. btn.Size = UDim2.new(0, 260, 0, 25)
  548. btn.Font = Enum.Font.Highway
  549. btn.FontSize = Enum.FontSize.Size14
  550. btn.TextColor3 = Color3.new(255, 255, 255)
  551. btn.BackgroundTransparency = 1
  552. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  553. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  554. btn.MouseButton1Click:connect(function()
  555. val.Value = p
  556. Selected1.Text = "Player: "..p.Name
  557. end)
  558.  
  559. end
  560. end
  561.  
  562. function update()
  563.  
  564. for i, btn in ipairs(ScrollingFrame:GetChildren()) do if btn:IsA("TextButton") then btn:Destroy() end end
  565.  
  566. local plrs = game.Players:GetPlayers()
  567. table.sort(plrs, alphabetize)
  568.  
  569. for i = 1, #plrs do
  570.  
  571. local p = plrs[i]
  572. if p ~= PLR then
  573.  
  574. local btn = Instance.new("TextButton", ScrollingFrame)
  575. btn.Text = p.Name
  576. btn.Size = UDim2.new(0, 260, 0, 25)
  577. btn.Font = Enum.Font.Highway
  578. btn.FontSize = Enum.FontSize.Size14
  579. btn.TextColor3 = Color3.new(255, 255, 255)
  580. btn.BackgroundTransparency = 1
  581. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  582.  
  583. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  584.  
  585. btn.MouseButton1Click:connect(function()
  586. val.Value = p
  587. SPlayer.Text = "Player: "..p.Name
  588. end)
  589.  
  590. end
  591. end
  592.  
  593. end
  594.  
  595. game.Players.PlayerAdded:connect(update)
  596. game.Players.PlayerRemoving:connect(update)
  597.  
  598. function getPlayer()
  599. if val.Value:IsA("Player") and val.Value.Character:FindFirstChild("HumanoidRootPart") then return val.Value else return nil end
  600. end
  601.  
  602. TextTeleportFromPlayer.Name = "TextTeleportFromPlayer"
  603. TextTeleportFromPlayer.Parent = FrameTeleport
  604. TextTeleportFromPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  605. TextTeleportFromPlayer.Position = UDim2.new(0.638383865, 0, 0.877358496, 0)
  606. TextTeleportFromPlayer.Size = UDim2.new(0, 158, 0, 24)
  607. TextTeleportFromPlayer.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  608. TextTeleportFromPlayer.Font = Enum.Font.SourceSans
  609. TextTeleportFromPlayer.FontSize = Enum.FontSize.Size14
  610. TextTeleportFromPlayer.Text = "Teleport from player"
  611. TextTeleportFromPlayer.TextSize = 14
  612. TextTeleportFromPlayer.MouseButton1Down:connect(function()
  613. local p = getPlayer()
  614. if p then PLR.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  615.  
  616. end
  617. end)
  618.  
  619. TextMenu_4.Name = "TextMenu"
  620. TextMenu_4.Parent = FrameTeleport
  621. TextMenu_4.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  622. TextMenu_4.Position = UDim2.new(0.732362688, 0, 0.946291685, 0)
  623. TextMenu_4.Size = UDim2.new(0, 123, 0, 21)
  624. TextMenu_4.Font = Enum.Font.Cartoon
  625. TextMenu_4.FontSize = Enum.FontSize.Size14
  626. TextMenu_4.Text = "Made by GreenMs02"
  627. TextMenu_4.TextColor3 = Color3.new(1, 1, 1)
  628. TextMenu_4.TextSize = 14
  629.  
  630. FrameFunctions.Name = "FrameFunctions"
  631. FrameFunctions.Parent = MainGUI
  632. FrameFunctions.BackgroundColor3 = Color3.new(1, 1, 1)
  633. FrameFunctions.Position = UDim2.new(0.31946224, 0, 0.116104871, 0)
  634. FrameFunctions.Size = UDim2.new(0, 307, 0, 410)
  635. FrameFunctions.Visible = false
  636. FrameFunctions.Style = Enum.FrameStyle.DropShadow
  637.  
  638. TextLabel_6.Parent = FrameFunctions
  639. TextLabel_6.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  640. TextLabel_6.Position = UDim2.new(0.344511509, 0, 0.0311065912, 0)
  641. TextLabel_6.Size = UDim2.new(0, 123, 0, 21)
  642. TextLabel_6.Font = Enum.Font.Cartoon
  643. TextLabel_6.FontSize = Enum.FontSize.Size14
  644. TextLabel_6.Text = "Functions page"
  645. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  646. TextLabel_6.TextSize = 14
  647.  
  648. TextLabel_7.Parent = FrameFunctions
  649. TextLabel_7.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  650. TextLabel_7.Position = UDim2.new(0.0153448582, 0, 0.179887086, 0)
  651. TextLabel_7.Size = UDim2.new(0, 123, 0, 21)
  652. TextLabel_7.Font = Enum.Font.Cartoon
  653. TextLabel_7.FontSize = Enum.FontSize.Size14
  654. TextLabel_7.Text = "Player Settings:"
  655. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  656. TextLabel_7.TextSize = 14
  657.  
  658. TextLabel_8.Parent = FrameFunctions
  659. TextLabel_8.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  660. TextLabel_8.Position = UDim2.new(0.522507548, 0, 0.181106597, 0)
  661. TextLabel_8.Size = UDim2.new(0, 123, 0, 21)
  662. TextLabel_8.Font = Enum.Font.Cartoon
  663. TextLabel_8.FontSize = Enum.FontSize.Size14
  664. TextLabel_8.Text = "Object Settings:"
  665. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  666. TextLabel_8.TextSize = 14
  667.  
  668. BackFromFunction.Name = "Back From Function"
  669. BackFromFunction.Parent = FrameFunctions
  670. BackFromFunction.BackgroundColor3 = Color3.new(1, 1, 1)
  671. BackFromFunction.Position = UDim2.new(-0.0121212006, 0, 0.957979977, 0)
  672. BackFromFunction.Size = UDim2.new(0, 79, 0, 21)
  673. BackFromFunction.Style = Enum.ButtonStyle.RobloxRoundButton
  674. BackFromFunction.Font = Enum.Font.Cartoon
  675. BackFromFunction.FontSize = Enum.FontSize.Size14
  676. BackFromFunction.Text = "<- Back"
  677. BackFromFunction.TextSize = 14
  678. BackFromFunction.MouseButton1Down:connect(function()
  679. if FrameFunctions.Visible == true then
  680. FrameFunctions.Visible = false
  681. FrameMenu.Visible = true
  682. end
  683. end)
  684.  
  685. TextCredits.Name = "TextCredits"
  686. TextCredits.Parent = FrameFunctions
  687. TextCredits.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  688. TextCredits.Position = UDim2.new(0.574918568, 0, 0.946130633, 0)
  689. TextCredits.Size = UDim2.new(0, 123, 0, 21)
  690. TextCredits.Font = Enum.Font.Cartoon
  691. TextCredits.FontSize = Enum.FontSize.Size14
  692. TextCredits.Text = "Made by GreenMs02"
  693. TextCredits.TextColor3 = Color3.new(1, 1, 1)
  694. TextCredits.TextSize = 14
  695.  
  696. noclip = false
  697. game:GetService('RunService').Stepped:connect(function()
  698. if noclip then
  699. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  700. end
  701. end)
  702.  
  703. TextNoClip.Name = "TextNoClip"
  704. TextNoClip.Parent = FrameFunctions
  705. TextNoClip.BackgroundColor3 = Color3.new(1, 1, 1)
  706. TextNoClip.Position = UDim2.new(0.0390879475, 0, 0.282926828, 0)
  707. TextNoClip.Size = UDim2.new(0, 123, 0, 24)
  708. TextNoClip.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  709. TextNoClip.Font = Enum.Font.SourceSans
  710. TextNoClip.FontSize = Enum.FontSize.Size14
  711. TextNoClip.Text = "NoClip: OFF"
  712. TextNoClip.TextSize = 14
  713. TextNoClip.MouseButton1Down:connect(function()
  714. noclip = not noclip
  715. if TextNoClip.Text == "NoClip: OFF" then
  716. TextNoClip.Text = "NoClip: ON"
  717. else
  718. TextNoClip.Text = "NoClip: OFF"
  719. end
  720. end)
  721.  
  722. TextOpenDoors.Name = "TextOpenDoors"
  723. TextOpenDoors.Parent = FrameFunctions
  724. TextOpenDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  725. TextOpenDoors.Position = UDim2.new(0.0390879475, 0, 0.341463417, 0)
  726. TextOpenDoors.Size = UDim2.new(0, 123, 0, 24)
  727. TextOpenDoors.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  728. TextOpenDoors.Font = Enum.Font.SourceSans
  729. TextOpenDoors.FontSize = Enum.FontSize.Size14
  730. TextOpenDoors.Text = "Open Doors"
  731. TextOpenDoors.TextSize = 14
  732. TextOpenDoors.MouseButton1Down:connect(function()
  733. game:service'Players'.LocalPlayer.TeamValue.Value = "Police"
  734. end)
  735.  
  736. TextGod.Name = "TextGod"
  737. TextGod.Parent = FrameFunctions
  738. TextGod.BackgroundColor3 = Color3.new(1, 1, 1)
  739. TextGod.Position = UDim2.new(0.0390879475, 0, 0.400000006, 0)
  740. TextGod.Size = UDim2.new(0, 123, 0, 24)
  741. TextGod.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  742. TextGod.Font = Enum.Font.SourceSans
  743. TextGod.FontSize = Enum.FontSize.Size14
  744. TextGod.Text = "God Mode"
  745. TextGod.TextSize = 14
  746. TextGod.MouseButton1Down:connect(function()
  747. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  748. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  749. l.Parent = game.Players.LocalPlayer.Character
  750. l.Name = "Humanoid"
  751. wait(0.1)
  752. game.Players.LocalPlayer.Character["1"]:Destroy()
  753. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  754. game.Players.LocalPlayer.Character.Animate.Disabled = true
  755. wait(0.1)
  756. game.Players.LocalPlayer.Character.Animate.Disabled = false
  757. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  758. end)
  759.  
  760. TextClickTP.Name = "TextClickTP"
  761. TextClickTP.Parent = FrameFunctions
  762. TextClickTP.BackgroundColor3 = Color3.new(1, 1, 1)
  763. TextClickTP.Position = UDim2.new(0.0390879475, 0, 0.458536595, 0)
  764. TextClickTP.Size = UDim2.new(0, 123, 0, 24)
  765. TextClickTP.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  766. TextClickTP.Font = Enum.Font.SourceSans
  767. TextClickTP.FontSize = Enum.FontSize.Size14
  768. TextClickTP.Text = "Click TP Press \"F\""
  769. TextClickTP.TextSize = 14
  770. TextClickTP.MouseButton1Down:connect(function()
  771. plr = game.Players.LocalPlayer
  772. hum = plr.Character.HumanoidRootPart
  773. mouse = plr:GetMouse()
  774.  
  775. mouse.KeyDown:connect(function(key)
  776. if key == "f" then
  777. if mouse.Target then
  778. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  779. end
  780. end
  781. end)
  782. end)
  783.  
  784. TextRemoveDoors.Name = "TextRemoveDoors"
  785. TextRemoveDoors.Parent = FrameFunctions
  786. TextRemoveDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  787. TextRemoveDoors.Position = UDim2.new(0.521172643, 0, 0.282926828, 0)
  788. TextRemoveDoors.Size = UDim2.new(0, 123, 0, 24)
  789. TextRemoveDoors.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  790. TextRemoveDoors.Font = Enum.Font.SourceSans
  791. TextRemoveDoors.FontSize = Enum.FontSize.Size14
  792. TextRemoveDoors.Text = "Remove Doors"
  793. TextRemoveDoors.TextSize = 14
  794. TextRemoveDoors.MouseButton1Down:connect(function()
  795. game.Workspace.Doors:Remove()
  796. end)
  797.  
  798. TextRemoveDoors_2.Name = "TextRemoveDoors"
  799. TextRemoveDoors_2.Parent = FrameFunctions
  800. TextRemoveDoors_2.BackgroundColor3 = Color3.new(1, 1, 1)
  801. TextRemoveDoors_2.Position = UDim2.new(0.519544005, 0, 0.339024395, 0)
  802. TextRemoveDoors_2.Size = UDim2.new(0, 123, 0, 24)
  803. TextRemoveDoors_2.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  804. TextRemoveDoors_2.Font = Enum.Font.SourceSans
  805. TextRemoveDoors_2.FontSize = Enum.FontSize.Size14
  806. TextRemoveDoors_2.Text = "Remove Lasers Bank"
  807. TextRemoveDoors_2.TextSize = 14
  808. TextRemoveDoors_2.MouseButton1Down:connect(function()
  809. game.Workspace.Banks.Bank.Lasers:Remove()
  810. end)
  811.  
  812. TextArrestAura.Name = "TextArrestAura"
  813. TextArrestAura.Parent = FrameFunctions
  814. TextArrestAura.BackgroundColor3 = Color3.new(1, 1, 1)
  815. TextArrestAura.Position = UDim2.new(0.0390879475, 0, 0.51219511, 0)
  816. TextArrestAura.Size = UDim2.new(0, 123, 0, 24)
  817. TextArrestAura.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  818. TextArrestAura.Font = Enum.Font.SourceSans
  819. TextArrestAura.FontSize = Enum.FontSize.Size14
  820. TextArrestAura.Text = "Arrest Aura"
  821. TextArrestAura.TextSize = 14
  822. TextArrestAura.MouseButton1Down:connect(function()
  823. local Player = game.Players.LocalPlayer
  824. wait(0.5)
  825. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  826. repeat
  827. wait()
  828. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  829. until v.Team.Name ~= "Criminal"
  830. end
  831. end)
  832.  
  833. FrameChangeLog.Name = "FrameChangeLog"
  834. FrameChangeLog.Parent = MainGUI
  835. FrameChangeLog.BackgroundColor3 = Color3.new(1, 1, 1)
  836. FrameChangeLog.Position = UDim2.new(0.332906544, 0, 0.232209727, 0)
  837. FrameChangeLog.Size = UDim2.new(0, 299, 0, 302)
  838. FrameChangeLog.Visible = false
  839. FrameChangeLog.Style = Enum.FrameStyle.DropShadow
  840.  
  841. TextChangelog_2.Name = "TextChangelog"
  842. TextChangelog_2.Parent = FrameChangeLog
  843. TextChangelog_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  844. TextChangelog_2.Position = UDim2.new(0.281758964, 0, 0, 0)
  845. TextChangelog_2.Size = UDim2.new(0, 123, 0, 21)
  846. TextChangelog_2.Font = Enum.Font.Cartoon
  847. TextChangelog_2.FontSize = Enum.FontSize.Size14
  848. TextChangelog_2.Text = "Changelog:"
  849. TextChangelog_2.TextColor3 = Color3.new(1, 1, 1)
  850. TextChangelog_2.TextSize = 14
  851.  
  852. TextChangelog_3.Name = "TextChangelog"
  853. TextChangelog_3.Parent = FrameChangeLog
  854. TextChangelog_3.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  855. TextChangelog_3.Position = UDim2.new(0.0501672253, 0, 0.221854299, 0)
  856. TextChangelog_3.Size = UDim2.new(0, 251, 0, 21)
  857. TextChangelog_3.Font = Enum.Font.Cartoon
  858. TextChangelog_3.FontSize = Enum.FontSize.Size14
  859. TextChangelog_3.Text = "1. Added NoClip on or off option"
  860. TextChangelog_3.TextColor3 = Color3.new(1, 1, 1)
  861. TextChangelog_3.TextSize = 14
  862.  
  863. TextChangelog_4.Name = "TextChangelog"
  864. TextChangelog_4.Parent = FrameChangeLog
  865. TextChangelog_4.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  866. TextChangelog_4.Position = UDim2.new(0.0484949835, 0, 0.311258256, 0)
  867. TextChangelog_4.Size = UDim2.new(0, 251, 0, 21)
  868. TextChangelog_4.Font = Enum.Font.Cartoon
  869. TextChangelog_4.FontSize = Enum.FontSize.Size14
  870. TextChangelog_4.Text = "2. Added Click Teleport"
  871. TextChangelog_4.TextColor3 = Color3.new(1, 1, 1)
  872. TextChangelog_4.TextSize = 14
  873.  
  874. TextChangelog_5.Name = "TextChangelog"
  875. TextChangelog_5.Parent = FrameChangeLog
  876. TextChangelog_5.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  877. TextChangelog_5.Position = UDim2.new(0.0535117052, 0, 0.40397349, 0)
  878. TextChangelog_5.Size = UDim2.new(0, 251, 0, 21)
  879. TextChangelog_5.Font = Enum.Font.Cartoon
  880. TextChangelog_5.FontSize = Enum.FontSize.Size14
  881. TextChangelog_5.Text = "3. Added Pages"
  882. TextChangelog_5.TextColor3 = Color3.new(1, 1, 1)
  883. TextChangelog_5.TextSize = 14
  884.  
  885. TextChangelog_6.Name = "TextChangelog"
  886. TextChangelog_6.Parent = FrameChangeLog
  887. TextChangelog_6.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  888. TextChangelog_6.Position = UDim2.new(0.0551839471, 0, 0.50993377, 0)
  889. TextChangelog_6.Size = UDim2.new(0, 251, 0, 21)
  890. TextChangelog_6.Font = Enum.Font.Cartoon
  891. TextChangelog_6.FontSize = Enum.FontSize.Size14
  892. TextChangelog_6.Text = "4. Added Players Teleport"
  893. TextChangelog_6.TextColor3 = Color3.new(1, 1, 1)
  894. TextChangelog_6.TextSize = 14
  895.  
  896. TextChangelog_7.Name = "TextChangelog"
  897. TextChangelog_7.Parent = FrameChangeLog
  898. TextChangelog_7.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  899. TextChangelog_7.Position = UDim2.new(0.0551839471, 0, 0.764900684, 0)
  900. TextChangelog_7.Size = UDim2.new(0, 251, 0, 21)
  901. TextChangelog_7.Font = Enum.Font.Cartoon
  902. TextChangelog_7.FontSize = Enum.FontSize.Size14
  903. TextChangelog_7.Text = "Thanks For Using! "
  904. TextChangelog_7.TextColor3 = Color3.new(1, 1, 1)
  905. TextChangelog_7.TextSize = 14
  906.  
  907. BackFromChangelog.Name = "Back From Changelog"
  908. BackFromChangelog.Parent = FrameChangeLog
  909. BackFromChangelog.BackgroundColor3 = Color3.new(1, 1, 1)
  910. BackFromChangelog.Position = UDim2.new(0.00125672575, 0, 0.924867392, 0)
  911. BackFromChangelog.Size = UDim2.new(0, 79, 0, 21)
  912. BackFromChangelog.Style = Enum.ButtonStyle.RobloxRoundButton
  913. BackFromChangelog.Font = Enum.Font.Cartoon
  914. BackFromChangelog.FontSize = Enum.FontSize.Size14
  915. BackFromChangelog.Text = "<- Back"
  916. BackFromChangelog.TextSize = 14
  917. BackFromChangelog.MouseButton1Down:connect(function()
  918. if FrameChangeLog.Visible == true then
  919. FrameChangeLog.Visible = false
  920. FrameMenu.Visible = true
  921. end
  922. end)
  923.  
  924. local function callback(text)
  925. if text == "Yes. Bank" then
  926. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.036747, 17.9193821, 797.971521) + Vector3.new(1,0,0)
  927. elseif text == "Yes. Jewerly" then
  928. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(141.502686, 17.8576393, 1343.16345) + Vector3.new(1,0,0)
  929. end
  930. end
  931. local bindableFunction = Instance.new("BindableFunction")
  932. bindableFunction.OnInvoke = callback
  933. while true do
  934. if workspace.Banks.Bank.Extra:FindFirstChild("Sign").Decal.Transparency ~= 0 then
  935. game.StarterGui:SetCore("SendNotification", {
  936. Title = "Lexus Spy!";
  937. Text = "Bank is Open| Wanna Teleport?";
  938. Icon = "";
  939. Duration = 5;
  940. Callback = bindableFunction;
  941. Button1 = "Yes. Bank";
  942. })
  943. end
  944. wait(5)
  945. if workspace.Jewelrys.Jewelry.Extra:FindFirstChild("Sign").Decal.Transparency ~= 0 then
  946. game.StarterGui:SetCore("SendNotification", {
  947. Title = "Lexus Spy!";
  948. Text = "Jewerly is Open| Wanna Teleport?";
  949. Icon = "";
  950. Duration = 5;
  951. Callback = bindableFunction;
  952. Button1 = "Yes. Jewerly";
  953. })
  954. end
  955. wait(2)
  956. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement