Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.84 KB | None | 0 0
  1. -- Bypass
  2. game:GetService('RunService').Stepped:connect(function()
  3. game:GetService("Workspace").Name = "Workspace"
  4. game:GetService("Players").Name = "Players"
  5. game:GetService("ReplicatedStorage").Name = "ReplicatedStorage"
  6. end)
  7.  
  8. for i,v in pairs(game.Workspace.Banks:GetChildren()) do
  9. v.Name="Bank"
  10. end
  11. for i,v in pairs(game.Workspace.Jewelrys:GetChildren()) do
  12. v.Name="Jewelry"
  13. end
  14.  
  15. -- end bypass
  16. -- By GreenMs02
  17. -- Objects
  18.  
  19. local LexusV3 = Instance.new("ScreenGui")
  20. local FrameMenu = Instance.new("Frame")
  21. local TextGteleport = Instance.new("TextButton")
  22. local TextGfunction = Instance.new("TextButton")
  23. local TextGchangelog = Instance.new("TextButton")
  24. local TextHide = Instance.new("TextButton")
  25. local FrameTeleports = Instance.new("Frame")
  26. local ScrollingLocation = Instance.new("ScrollingFrame")
  27. local Textjewelin = Instance.new("TextButton")
  28. local TextLabel = Instance.new("TextLabel")
  29. local Textjeweltop = Instance.new("TextButton")
  30. local Textcim1 = Instance.new("TextButton")
  31. local Textcim2 = Instance.new("TextButton")
  32. local Textphq1 = Instance.new("TextButton")
  33. local Textphq2 = Instance.new("TextButton")
  34. local Textbank = Instance.new("TextButton")
  35. local TextVault = Instance.new("TextButton")
  36. local TextATV = Instance.new("TextButton")
  37. local TextMiniCooper = Instance.new("TextButton")
  38. local Textbuggati = Instance.new("TextButton")
  39. local TextLamborghini = Instance.new("TextButton")
  40. local TextMotor = Instance.new("TextButton")
  41. local TextPorsche = Instance.new("TextButton")
  42. local TextTesla3 = Instance.new("TextButton")
  43. local TextDonutShop = Instance.new("TextButton")
  44. local TextGunStore = Instance.new("TextButton")
  45. local TextGarage = Instance.new("TextButton")
  46. local TextHide_2 = Instance.new("TextButton")
  47. local TextGeneratexyz = Instance.new("TextButton")
  48. local TextXYZ = Instance.new("TextBox")
  49. local TextGeneratexyz_2 = Instance.new("TextButton")
  50. local TextMenu = Instance.new("TextButton")
  51. local sframe = Instance.new("ScrollingFrame")
  52. local TextLabel_2 = Instance.new("TextLabel")
  53. local TextGoto = Instance.new("TextButton")
  54. local TextOpen = Instance.new("TextButton")
  55. local FrameFunction = Instance.new("Frame")
  56. local TextClickTP = Instance.new("TextButton")
  57. local TextLabel_3 = Instance.new("TextLabel")
  58. local TextNoClip = Instance.new("TextButton")
  59. local TextGod = Instance.new("TextButton")
  60. local TextDoors = Instance.new("TextButton")
  61. local TextLabel_4 = Instance.new("TextLabel")
  62. local TextRemovedoors = Instance.new("TextButton")
  63. local TextRemovelasers = Instance.new("TextButton")
  64. local TextHide_3 = Instance.new("TextButton")
  65. local TextMenu_2 = Instance.new("TextButton")
  66. local val = Instance.new("ObjectValue", sframe)
  67.  
  68. -- Properties
  69.  
  70. LexusV3.Name = "LexusV3"
  71. LexusV3.Parent = game.CoreGui
  72.  
  73. FrameMenu.Name = "FrameMenu"
  74. FrameMenu.Active = true
  75. FrameMenu.Parent = LexusV3
  76. FrameMenu.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  77. FrameMenu.BackgroundTransparency = 0.5
  78. FrameMenu.Position = UDim2.new(0.191, 0, 0.234999999, -311)
  79. FrameMenu.Size = UDim2.new(0, 483, 0, 27)
  80. FrameMenu.Draggable = true
  81.  
  82. TextGteleport.Name = "TextGteleport"
  83. TextGteleport.Parent = FrameMenu
  84. TextGteleport.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  85. TextGteleport.Position = UDim2.new(0.0103519671, 0, 0.148148298, 0)
  86. TextGteleport.Size = UDim2.new(0, 128, 0, 19)
  87. TextGteleport.Font = Enum.Font.SourceSans
  88. TextGteleport.FontSize = Enum.FontSize.Size14
  89. TextGteleport.Text = "Teleports"
  90. TextGteleport.TextColor3 = Color3.new(1, 1, 1)
  91. TextGteleport.TextSize = 14
  92. TextGteleport.MouseButton1Down:connect(function()
  93. FrameTeleports:TweenPosition(UDim2.new(0.238, 0,0.166, 0), 'Out', 'Bounce', 1)
  94. FrameMenu.Position = UDim2.new(0.191, 0, 0.234999999, -311)
  95. end)
  96.  
  97. TextGfunction.Name = "TextGfunction"
  98. TextGfunction.Parent = FrameMenu
  99. TextGfunction.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  100. TextGfunction.Position = UDim2.new(0.293995857, 0, 0.148148298, 0)
  101. TextGfunction.Size = UDim2.new(0, 128, 0, 19)
  102. TextGfunction.Font = Enum.Font.SourceSans
  103. TextGfunction.FontSize = Enum.FontSize.Size14
  104. TextGfunction.Text = "Function"
  105. TextGfunction.TextColor3 = Color3.new(1, 1, 1)
  106. TextGfunction.TextSize = 14
  107. TextGfunction.MouseButton1Down:connect(function()
  108. FrameFunction:TweenPosition(UDim2.new(0.28, 0,0.223, 0), 'Out', 'Bounce', 1)
  109. FrameMenu.Position = UDim2.new(0.191, 0, 0.234999999, -311)
  110. end)
  111.  
  112. TextGchangelog.Name = "TextGchangelog"
  113. TextGchangelog.Parent = FrameMenu
  114. TextGchangelog.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  115. TextGchangelog.Position = UDim2.new(0.577639759, 0, 0.148148298, 0)
  116. TextGchangelog.Size = UDim2.new(0, 128, 0, 19)
  117. TextGchangelog.Font = Enum.Font.SourceSans
  118. TextGchangelog.FontSize = Enum.FontSize.Size14
  119. TextGchangelog.Text = "Changelogs"
  120. TextGchangelog.TextColor3 = Color3.new(1, 1, 1)
  121. TextGchangelog.TextSize = 14
  122. TextGchangelog.MouseButton1Down:connect(function()
  123. TextGchangelog.Text = "Goto the thread!"
  124. end)
  125.  
  126. TextHide.Name = "TextHide"
  127. TextHide.Parent = FrameMenu
  128. TextHide.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  129. TextHide.Position = UDim2.new(0.915113926, 0, 0.148148149, 0)
  130. TextHide.Size = UDim2.new(0, 41, 0, 19)
  131. TextHide.Font = Enum.Font.SourceSans
  132. TextHide.FontSize = Enum.FontSize.Size14
  133. TextHide.Text = "Hide"
  134. TextHide.TextColor3 = Color3.new(1, 1, 1)
  135. TextHide.TextSize = 14
  136. TextHide.MouseButton1Down:connect(function()
  137. FrameMenu.Position = UDim2.new(0.191, 0, 0.234999999, -311)
  138. TextOpen.Visible = true
  139. end)
  140.  
  141. FrameTeleports.Name = "FrameTeleports"
  142. FrameTeleports.Active = true
  143. FrameTeleports.Parent = LexusV3
  144. FrameTeleports.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  145. FrameTeleports.BackgroundTransparency = 0.30000001192093
  146. FrameTeleports.Position = UDim2.new(0.238000005, 0, 0.165999994, -500)
  147. FrameTeleports.Size = UDim2.new(0, 415, 0, 338)
  148. FrameTeleports.Draggable = true
  149.  
  150. ScrollingLocation.Name = "ScrollingLocation"
  151. ScrollingLocation.Parent = FrameTeleports
  152. ScrollingLocation.BackgroundColor3 = Color3.new(0.2, 0.215686, 0.254902)
  153. ScrollingLocation.Position = UDim2.new(0.0201511327, 0, 0.0407523513, 0)
  154. ScrollingLocation.Size = UDim2.new(0, 111, 0, 293)
  155. ScrollingLocation.ScrollBarThickness = 8
  156.  
  157. Textjewelin.Name = "Textjewelin"
  158. Textjewelin.Parent = ScrollingLocation
  159. Textjewelin.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  160. Textjewelin.Position = UDim2.new(0.0814275742, 0, 0.0576923043, 0)
  161. Textjewelin.Size = UDim2.new(0, 87, 0, 17)
  162. Textjewelin.Font = Enum.Font.SourceSans
  163. Textjewelin.FontSize = Enum.FontSize.Size14
  164. Textjewelin.Text = "Jewerly in"
  165. Textjewelin.TextColor3 = Color3.new(1, 1, 1)
  166. Textjewelin.TextSize = 14
  167. Textjewelin.MouseButton1Down:connect(function()
  168. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  169. end)
  170.  
  171. TextLabel.Parent = ScrollingLocation
  172. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  173. TextLabel.BackgroundTransparency = 0.5
  174. TextLabel.Position = UDim2.new(0.108108103, 0, 0.00543436687, 0)
  175. TextLabel.Size = UDim2.new(0, 82, 0, 16)
  176. TextLabel.Font = Enum.Font.SourceSans
  177. TextLabel.FontSize = Enum.FontSize.Size14
  178. TextLabel.Text = "Locations"
  179. TextLabel.TextSize = 14
  180.  
  181. Textjeweltop.Name = "Textjeweltop"
  182. Textjeweltop.Parent = ScrollingLocation
  183. Textjeweltop.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  184. Textjeweltop.Position = UDim2.new(0.0814275742, 0, 0.0961538404, 0)
  185. Textjeweltop.Size = UDim2.new(0, 87, 0, 17)
  186. Textjeweltop.Font = Enum.Font.SourceSans
  187. Textjeweltop.FontSize = Enum.FontSize.Size14
  188. Textjeweltop.Text = "Jewerly top"
  189. Textjeweltop.TextColor3 = Color3.new(1, 1, 1)
  190. Textjeweltop.TextSize = 14
  191. Textjeweltop.MouseButton1Down:connect(function()
  192. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1355.123) + Vector3.new(1,0,0)
  193. end)
  194.  
  195. Textcim1.Name = "Textcim1"
  196. Textcim1.Parent = ScrollingLocation
  197. Textcim1.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  198. Textcim1.Position = UDim2.new(0.0814275742, 0, 0.130769223, 0)
  199. Textcim1.Size = UDim2.new(0, 87, 0, 17)
  200. Textcim1.Font = Enum.Font.SourceSans
  201. Textcim1.FontSize = Enum.FontSize.Size14
  202. Textcim1.Text = "Criminal Base 1"
  203. Textcim1.TextColor3 = Color3.new(1, 1, 1)
  204. Textcim1.TextSize = 14
  205. Textcim1.MouseButton1Down:connect(function()
  206. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  207. end)
  208.  
  209. Textcim2.Name = "Textcim2"
  210. Textcim2.Parent = ScrollingLocation
  211. Textcim2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  212. Textcim2.Position = UDim2.new(0.0814275742, 0, 0.164898917, 0)
  213. Textcim2.Size = UDim2.new(0, 87, 0, 17)
  214. Textcim2.Font = Enum.Font.SourceSans
  215. Textcim2.FontSize = Enum.FontSize.Size14
  216. Textcim2.Text = "Criminal Base 2"
  217. Textcim2.TextColor3 = Color3.new(1, 1, 1)
  218. Textcim2.TextSize = 14
  219. Textcim2.MouseButton1Down:connect(function()
  220. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1818, 49, -1657.4) + Vector3.new(1,0,0)
  221. end)
  222.  
  223. Textphq1.Name = "Textphq1"
  224. Textphq1.Parent = ScrollingLocation
  225. Textphq1.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  226. Textphq1.Position = UDim2.new(0.0814275742, 0, 0.199028596, 0)
  227. Textphq1.Size = UDim2.new(0, 87, 0, 17)
  228. Textphq1.Font = Enum.Font.SourceSans
  229. Textphq1.FontSize = Enum.FontSize.Size14
  230. Textphq1.Text = "Police HQ 1"
  231. Textphq1.TextColor3 = Color3.new(1, 1, 1)
  232. Textphq1.TextSize = 14
  233. Textphq1.MouseButton1Down:connect(function()
  234. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  235. end)
  236.  
  237. Textphq2.Name = "Textphq2"
  238. Textphq2.Parent = ScrollingLocation
  239. Textphq2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  240. Textphq2.Position = UDim2.new(0.0814275742, 0, 0.236571252, 0)
  241. Textphq2.Size = UDim2.new(0, 87, 0, 17)
  242. Textphq2.Font = Enum.Font.SourceSans
  243. Textphq2.FontSize = Enum.FontSize.Size14
  244. Textphq2.Text = "Police HQ 2"
  245. Textphq2.TextColor3 = Color3.new(1, 1, 1)
  246. Textphq2.TextSize = 14
  247. Textphq2.MouseButton1Down:connect(function()
  248. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(736.232239, 38.1125107, 1130.04456) + Vector3.new(1,0,0)
  249. end)
  250.  
  251. Textbank.Name = "Textbank"
  252. Textbank.Parent = ScrollingLocation
  253. Textbank.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  254. Textbank.Position = UDim2.new(0.0814275742, 0, 0.274113923, 0)
  255. Textbank.Size = UDim2.new(0, 87, 0, 17)
  256. Textbank.Font = Enum.Font.SourceSans
  257. Textbank.FontSize = Enum.FontSize.Size14
  258. Textbank.Text = "Bank"
  259. Textbank.TextColor3 = Color3.new(1, 1, 1)
  260. Textbank.TextSize = 14
  261. Textbank.MouseButton1Down:connect(function()
  262. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1.1110189, 17.9213142, 782.103455) + Vector3.new(1,0,0)
  263. end)
  264.  
  265. TextVault.Name = "TextVault"
  266. TextVault.Parent = ScrollingLocation
  267. TextVault.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  268. TextVault.Position = UDim2.new(0.0814275742, 0, 0.308243632, 0)
  269. TextVault.Size = UDim2.new(0, 87, 0, 17)
  270. TextVault.Font = Enum.Font.SourceSans
  271. TextVault.FontSize = Enum.FontSize.Size14
  272. TextVault.Text = "Vault"
  273. TextVault.TextColor3 = Color3.new(1, 1, 1)
  274. TextVault.TextSize = 14
  275. TextVault.MouseButton1Down:connect(function()
  276. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(33.3059082, -1.67172456, 803.200806) + Vector3.new(1,0,0)
  277. end)
  278.  
  279. TextATV.Name = "TextATV"
  280. TextATV.Parent = ScrollingLocation
  281. TextATV.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  282. TextATV.Position = UDim2.new(0.0814275742, 0, 0.345786303, 0)
  283. TextATV.Size = UDim2.new(0, 87, 0, 17)
  284. TextATV.Font = Enum.Font.SourceSans
  285. TextATV.FontSize = Enum.FontSize.Size14
  286. TextATV.Text = "ATV"
  287. TextATV.TextColor3 = Color3.new(1, 1, 1)
  288. TextATV.TextSize = 14
  289. TextATV.MouseButton1Down:connect(function()
  290. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(571.526733, 16.66436, -470.50943) + Vector3.new(1,0,0)
  291. end)
  292.  
  293. TextMiniCooper.Name = "TextMiniCooper"
  294. TextMiniCooper.Parent = ScrollingLocation
  295. TextMiniCooper.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  296. TextMiniCooper.Position = UDim2.new(0.0814275742, 0, 0.386741936, 0)
  297. TextMiniCooper.Size = UDim2.new(0, 87, 0, 17)
  298. TextMiniCooper.Font = Enum.Font.SourceSans
  299. TextMiniCooper.FontSize = Enum.FontSize.Size14
  300. TextMiniCooper.Text = "MiniCooper"
  301. TextMiniCooper.TextColor3 = Color3.new(1, 1, 1)
  302. TextMiniCooper.TextSize = 14
  303. TextMiniCooper.MouseButton1Down:connect(function()
  304. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(767.823242, 17.3656254, -1216.83643) + Vector3.new(1,0,0)
  305. end)
  306.  
  307. Textbuggati.Name = "Textbuggati"
  308. Textbuggati.Parent = ScrollingLocation
  309. Textbuggati.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  310. Textbuggati.Position = UDim2.new(0.0814275742, 0, 0.420871615, 0)
  311. Textbuggati.Size = UDim2.new(0, 87, 0, 17)
  312. Textbuggati.Font = Enum.Font.SourceSans
  313. Textbuggati.FontSize = Enum.FontSize.Size14
  314. Textbuggati.Text = "Buggati"
  315. Textbuggati.TextColor3 = Color3.new(1, 1, 1)
  316. Textbuggati.TextSize = 14
  317. Textbuggati.MouseButton1Down:connect(function()
  318. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(245.938766, 17.6064777, 1372.15076) + Vector3.new(1,0,0)
  319. end)
  320.  
  321. TextLamborghini.Name = "TextLamborghini"
  322. TextLamborghini.Parent = ScrollingLocation
  323. TextLamborghini.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  324. TextLamborghini.Position = UDim2.new(0.0814275742, 0, 0.455697477, 0)
  325. TextLamborghini.Size = UDim2.new(0, 87, 0, 17)
  326. TextLamborghini.Font = Enum.Font.SourceSans
  327. TextLamborghini.FontSize = Enum.FontSize.Size14
  328. TextLamborghini.Text = "Lamborghini"
  329. TextLamborghini.TextColor3 = Color3.new(1, 1, 1)
  330. TextLamborghini.TextSize = 14
  331. TextLamborghini.MouseButton1Down:connect(function()
  332. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654) + Vector3.new(1,0,0)
  333. end)
  334.  
  335. TextMotor.Name = "TextMotor"
  336. TextMotor.Parent = ScrollingLocation
  337. TextMotor.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  338. TextMotor.Position = UDim2.new(0.0769230723, 0, 0.490523338, 0)
  339. TextMotor.Size = UDim2.new(0, 87, 0, 17)
  340. TextMotor.Font = Enum.Font.SourceSans
  341. TextMotor.FontSize = Enum.FontSize.Size14
  342. TextMotor.Text = "Motorcycle"
  343. TextMotor.TextColor3 = Color3.new(1, 1, 1)
  344. TextMotor.TextSize = 14
  345. TextMotor.MouseButton1Down:connect(function()
  346. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1313.71118, 17.3656254, 370.085327) + Vector3.new(1,0,0)
  347. end)
  348.  
  349. TextPorsche.Name = "TextPorsche"
  350. TextPorsche.Parent = ScrollingLocation
  351. TextPorsche.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  352. TextPorsche.Position = UDim2.new(0.0814275742, 0, 0.5278368, 0)
  353. TextPorsche.Size = UDim2.new(0, 87, 0, 17)
  354. TextPorsche.Font = Enum.Font.SourceSans
  355. TextPorsche.FontSize = Enum.FontSize.Size14
  356. TextPorsche.Text = "Porsche"
  357. TextPorsche.TextColor3 = Color3.new(1, 1, 1)
  358. TextPorsche.TextSize = 14
  359. TextPorsche.MouseButton1Down:connect(function()
  360. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654) + Vector3.new(1,0,0)
  361. end)
  362.  
  363. TextTesla3.Name = "TextTesla3"
  364. TextTesla3.Parent = ScrollingLocation
  365. TextTesla3.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  366. TextTesla3.Position = UDim2.new(0.0814275742, 0, 0.567637801, 0)
  367. TextTesla3.Size = UDim2.new(0, 87, 0, 17)
  368. TextTesla3.Font = Enum.Font.SourceSans
  369. TextTesla3.FontSize = Enum.FontSize.Size14
  370. TextTesla3.Text = "Tesla3"
  371. TextTesla3.TextColor3 = Color3.new(1, 1, 1)
  372. TextTesla3.TextSize = 14
  373. TextTesla3.MouseButton1Down:connect(function()
  374. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-111.571999, 17.6169529, 541.515747) + Vector3.new(1,0,0)
  375. end)
  376.  
  377. TextDonutShop.Name = "TextDonutShop"
  378. TextDonutShop.Parent = ScrollingLocation
  379. TextDonutShop.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  380. TextDonutShop.Position = UDim2.new(0.0814275742, 0, 0.605926096, 0)
  381. TextDonutShop.Size = UDim2.new(0, 87, 0, 17)
  382. TextDonutShop.Font = Enum.Font.SourceSans
  383. TextDonutShop.FontSize = Enum.FontSize.Size14
  384. TextDonutShop.Text = "DonutShop"
  385. TextDonutShop.TextColor3 = Color3.new(1, 1, 1)
  386. TextDonutShop.TextSize = 14
  387. TextDonutShop.MouseButton1Down:connect(function()
  388. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(267.315552, 17.6180038, -1796.33093) + Vector3.new(1,0,0)
  389. end)
  390.  
  391. TextGunStore.Name = "TextGunStore"
  392. TextGunStore.Parent = ScrollingLocation
  393. TextGunStore.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  394. TextGunStore.Position = UDim2.new(0.0814275742, 0, 0.644214392, 0)
  395. TextGunStore.Size = UDim2.new(0, 87, 0, 17)
  396. TextGunStore.Font = Enum.Font.SourceSans
  397. TextGunStore.FontSize = Enum.FontSize.Size14
  398. TextGunStore.Text = "GunStore"
  399. TextGunStore.TextColor3 = Color3.new(1, 1, 1)
  400. TextGunStore.TextSize = 14
  401. TextGunStore.MouseButton1Down:connect(function()
  402. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-24.4, 18, -1763) + Vector3.new(1,0,0)
  403. end)
  404.  
  405. TextGarage.Name = "TextGarage"
  406. TextGarage.Parent = ScrollingLocation
  407. TextGarage.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  408. TextGarage.Position = UDim2.new(0.085932076, 0, 0.681742013, 0)
  409. TextGarage.Size = UDim2.new(0, 87, 0, 17)
  410. TextGarage.Font = Enum.Font.SourceSans
  411. TextGarage.FontSize = Enum.FontSize.Size14
  412. TextGarage.Text = "Garage"
  413. TextGarage.TextColor3 = Color3.new(1, 1, 1)
  414. TextGarage.TextSize = 14
  415. TextGarage.MouseButton1Down:connect(function()
  416. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-342.130798, 19.3135223, 1182.73669) + Vector3.new(1,0,0)
  417. end)
  418.  
  419. TextHide_2.Name = "TextHide"
  420. TextHide_2.Parent = FrameTeleports
  421. TextHide_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  422. TextHide_2.Position = UDim2.new(0.89748168, 0, 0.000812724233, 0)
  423. TextHide_2.Size = UDim2.new(0, 41, 0, 19)
  424. TextHide_2.Font = Enum.Font.SourceSans
  425. TextHide_2.FontSize = Enum.FontSize.Size14
  426. TextHide_2.Text = "Hide"
  427. TextHide_2.TextColor3 = Color3.new(1, 1, 1)
  428. TextHide_2.TextSize = 14
  429. TextHide_2.MouseButton1Down:connect(function()
  430. FrameTeleports.Position = UDim2.new(0.238000005, 0, 0.165999994, -500)
  431. TextOpen.Visible = true
  432. end)
  433.  
  434. TextGeneratexyz.Name = "TextGeneratexyz"
  435. TextGeneratexyz.Parent = FrameTeleports
  436. TextGeneratexyz.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  437. TextGeneratexyz.Position = UDim2.new(0.537324309, 0, 0.931952655, 0)
  438. TextGeneratexyz.Size = UDim2.new(0, 69, 0, 17)
  439. TextGeneratexyz.Font = Enum.Font.SourceSans
  440. TextGeneratexyz.FontSize = Enum.FontSize.Size14
  441. TextGeneratexyz.Text = "Generate"
  442. TextGeneratexyz.TextColor3 = Color3.new(1, 1, 1)
  443. TextGeneratexyz.TextSize = 14
  444. TextGeneratexyz.MouseButton1Down:connect(function()
  445. TextXYZ.Text = tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  446. end)
  447.  
  448. TextXYZ.Name = "TextXYZ"
  449. TextXYZ.Parent = FrameTeleports
  450. TextXYZ.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  451. TextXYZ.Position = UDim2.new(0.0198992193, 0, 0.935718119, 0)
  452. TextXYZ.Size = UDim2.new(0, 211, 0, 16)
  453. TextXYZ.Font = Enum.Font.SourceSans
  454. TextXYZ.FontSize = Enum.FontSize.Size14
  455. TextXYZ.Text = "XYZ"
  456. TextXYZ.TextColor3 = Color3.new(1, 1, 1)
  457. TextXYZ.TextSize = 14
  458.  
  459. TextGeneratexyz_2.Name = "TextGeneratexyz"
  460. TextGeneratexyz_2.Parent = FrameTeleports
  461. TextGeneratexyz_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  462. TextGeneratexyz_2.Position = UDim2.new(0.724573314, 0, 0.931952655, 0)
  463. TextGeneratexyz_2.Size = UDim2.new(0, 71, 0, 17)
  464. TextGeneratexyz_2.Font = Enum.Font.SourceSans
  465. TextGeneratexyz_2.FontSize = Enum.FontSize.Size14
  466. TextGeneratexyz_2.Text = "Copy XYZ"
  467. TextGeneratexyz_2.TextColor3 = Color3.new(1, 1, 1)
  468. TextGeneratexyz_2.TextSize = 14
  469. TextGeneratexyz_2.MouseButton1Down:connect(function()
  470. TextGeneratexyz_2.Text = "error!"
  471. end)
  472.  
  473. TextMenu.Name = "TextMenu"
  474. TextMenu.Parent = FrameTeleports
  475. TextMenu.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  476. TextMenu.Position = UDim2.new(0.781819046, 0, 0.000812724233, 0)
  477. TextMenu.Size = UDim2.new(0, 41, 0, 19)
  478. TextMenu.Font = Enum.Font.SourceSans
  479. TextMenu.FontSize = Enum.FontSize.Size14
  480. TextMenu.Text = "Menu"
  481. TextMenu.TextColor3 = Color3.new(1, 1, 1)
  482. TextMenu.TextSize = 14
  483. TextMenu.MouseButton1Down:connect(function()
  484. FrameTeleports.Position = UDim2.new(0.238000005, 0, 0.165999994, -500)
  485. FrameMenu:TweenPosition(UDim2.new(0.191, 0,0.235, 0), 'Out', 'Bounce', 1)
  486. end)
  487.  
  488. sframe.Name = "sframe"
  489. sframe.Parent = FrameTeleports
  490. sframe.BackgroundColor3 = Color3.new(0.2, 0.215686, 0.239216)
  491. sframe.Position = UDim2.new(0.681927741, 0, 0.0857988149, 0)
  492. sframe.Size = UDim2.new(0, 123, 0, 256)
  493.  
  494. local PLR = game:GetService("Players").LocalPlayer
  495.  
  496. local Players = game.Players:GetPlayers()
  497.  
  498.  
  499. val.Name = "Selected"
  500.  
  501. function alphabetize(p1, p2)
  502. local Player1 = p1.Name:lower()
  503. local P1 = Player1:sub(1, 1):byte()
  504. local Player2 = p2.Name:lower()
  505. local P2 = Player2:sub(1, 1):byte()
  506.  
  507.  
  508. if P1 < P2 then return true else return false end
  509. end
  510. table.sort(Players, alphabetize)
  511.  
  512. for i = 1, #Players do
  513. local p = Players[i]
  514. if p ~= PLR then
  515. local btn = Instance.new("TextButton", sframe)
  516. btn.Name = p.Name
  517. btn.Text = p.Name
  518. btn.BackgroundColor3 = Color3.new(51,51,51)
  519. btn.Size = UDim2.new(0, 260, 0, 25)
  520. btn.Font = Enum.Font.Highway
  521. btn.FontSize = Enum.FontSize.Size14
  522. btn.TextColor3 = Color3.new(255, 255, 255)
  523. btn.BackgroundTransparency = 1
  524. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  525. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  526. btn.MouseButton1Click:connect(function()
  527. val.Value = p
  528. TextLabel_2.Text = "Player: "..p.Name
  529. end)
  530.  
  531. end
  532. end
  533.  
  534. function update()
  535.  
  536. for i, btn in ipairs(sframe:GetChildren()) do if btn:IsA("TextButton") then btn:Destroy() end end
  537.  
  538. local plrs = game.Players:GetPlayers()
  539. table.sort(plrs, alphabetize)
  540.  
  541. for i = 1, #plrs do
  542.  
  543. local p = plrs[i]
  544. if p ~= PLR then
  545.  
  546. local btn = Instance.new("TextButton", sframe)
  547. btn.Text = p.Name
  548. btn.BackgroundColor3 = Color3.new(51,51,51)
  549. btn.Size = UDim2.new(0, 260, 0, 25)
  550. btn.Font = Enum.Font.Highway
  551. btn.FontSize = Enum.FontSize.Size14
  552. btn.TextColor3 = Color3.new(255, 255, 255)
  553. btn.BackgroundTransparency = 1
  554. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  555.  
  556. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  557.  
  558. btn.MouseButton1Click:connect(function()
  559. val.Value = p
  560. TextLabel_2.Text = "Player: "..p.Name
  561. end)
  562.  
  563. end
  564. end
  565.  
  566. end
  567.  
  568. game.Players.PlayerAdded:connect(update)
  569. game.Players.PlayerRemoving:connect(update)
  570.  
  571. function getPlayer()
  572. if val.Value:IsA("Player") and val.Value.Character:FindFirstChild("HumanoidRootPart") then return val.Value else return nil end
  573. end
  574.  
  575. TextLabel_2.Parent = FrameTeleports
  576. TextLabel_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  577. TextLabel_2.Position = UDim2.new(0.361445785, 0, 0.112426035, 0)
  578. TextLabel_2.Size = UDim2.new(0, 126, 0, 26)
  579. TextLabel_2.Font = Enum.Font.SourceSans
  580. TextLabel_2.FontSize = Enum.FontSize.Size14
  581. TextLabel_2.Text = "Player: ???"
  582. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  583. TextLabel_2.TextSize = 14
  584.  
  585. TextGoto.Name = "TextGoto"
  586. TextGoto.Parent = FrameTeleports
  587. TextGoto.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  588. TextGoto.Position = UDim2.new(0.679518104, 0, 0.834319532, 0)
  589. TextGoto.Size = UDim2.new(0, 123, 0, 17)
  590. TextGoto.Font = Enum.Font.SourceSans
  591. TextGoto.FontSize = Enum.FontSize.Size14
  592. TextGoto.Text = "Goto from player"
  593. TextGoto.TextColor3 = Color3.new(1, 1, 1)
  594. TextGoto.TextSize = 14
  595. TextGoto.MouseButton1Down:connect(function()
  596. local p = getPlayer()
  597. if p then PLR.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  598. else TextGoto.Text = "Retry..."; wait(1); TextGoto.Text = "Goto from player" end
  599. end)
  600.  
  601. TextOpen.Name = "TextOpen"
  602. TextOpen.Parent = LexusV3
  603. TextOpen.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  604. TextOpen.Position = UDim2.new(0.876999974, 0, 0.0199999996, 0)
  605. TextOpen.Size = UDim2.new(0, 88, 0, 12)
  606. TextOpen.Font = Enum.Font.SourceSans
  607. TextOpen.FontSize = Enum.FontSize.Size14
  608. TextOpen.Text = "Open Gui"
  609. TextOpen.TextColor3 = Color3.new(1, 1, 1)
  610. TextOpen.TextSize = 14
  611. TextOpen.MouseButton1Down:connect(function()
  612. FrameMenu:TweenPosition(UDim2.new(0.191, 0,0.235, 0), 'Out', 'Bounce', 1)
  613. TextOpen.Visible = false
  614. end)
  615.  
  616. FrameFunction.Name = "FrameFunction"
  617. FrameFunction.Active = true
  618. FrameFunction.Parent = LexusV3
  619. FrameFunction.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  620. FrameFunction.BackgroundTransparency = 0.30000001192093
  621. FrameFunction.Position = UDim2.new(0.280000001, 0, 0.223000005, -400)
  622. FrameFunction.Size = UDim2.new(0, 344, 0, 252)
  623. FrameFunction.Draggable = true
  624.  
  625. TextClickTP.Name = "TextClickTP"
  626. TextClickTP.Parent = FrameFunction
  627. TextClickTP.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  628. TextClickTP.Position = UDim2.new(0.0494186059, 0, 0.225759104, 0)
  629. TextClickTP.Size = UDim2.new(0, 102, 0, 25)
  630. TextClickTP.Font = Enum.Font.SourceSans
  631. TextClickTP.FontSize = Enum.FontSize.Size14
  632. TextClickTP.Text = "Click TP Press \"P\""
  633. TextClickTP.TextColor3 = Color3.new(1, 1, 1)
  634. TextClickTP.TextSize = 14
  635. TextClickTP.MouseButton1Down:connect(function()
  636. plr = game.Players.LocalPlayer
  637. hum = plr.Character.HumanoidRootPart
  638. mouse = plr:GetMouse()
  639.  
  640. mouse.KeyDown:connect(function(key)
  641. if key == "p" then
  642. if mouse.Target then
  643. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  644. end
  645. end
  646. end)
  647. end)
  648.  
  649. TextLabel_3.Parent = FrameFunction
  650. TextLabel_3.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  651. TextLabel_3.Position = UDim2.new(0.0290697664, 0, 0.118862584, 0)
  652. TextLabel_3.Size = UDim2.new(0, 116, 0, 20)
  653. TextLabel_3.Font = Enum.Font.SourceSans
  654. TextLabel_3.FontSize = Enum.FontSize.Size14
  655. TextLabel_3.Text = "LocalPlayer"
  656. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  657. TextLabel_3.TextSize = 14
  658.  
  659. noclip = false
  660. game:GetService('RunService').Stepped:connect(function()
  661. if noclip then
  662. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  663. end
  664. end)
  665.  
  666. TextNoClip.Name = "TextNoClip"
  667. TextNoClip.Parent = FrameFunction
  668. TextNoClip.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  669. TextNoClip.Position = UDim2.new(0.0494186059, 0, 0.343000472, 0)
  670. TextNoClip.Size = UDim2.new(0, 102, 0, 25)
  671. TextNoClip.Font = Enum.Font.SourceSans
  672. TextNoClip.FontSize = Enum.FontSize.Size14
  673. TextNoClip.Text = "Noclip OFF"
  674. TextNoClip.TextColor3 = Color3.new(1, 1, 1)
  675. TextNoClip.TextSize = 14
  676. TextNoClip.MouseButton1Down:connect(function()
  677. noclip = not noclip
  678. if TextNoClip.Text == "Noclip OFF" then
  679. TextNoClip.Text = "Noclip ON"
  680. else
  681. TextNoClip.Text = "Noclip OFF"
  682. end
  683. end)
  684.  
  685. TextGod.Name = "TextGod"
  686. TextGod.Parent = FrameFunction
  687. TextGod.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  688. TextGod.Position = UDim2.new(0.0494186059, 0, 0.463690102, 0)
  689. TextGod.Size = UDim2.new(0, 102, 0, 25)
  690. TextGod.Font = Enum.Font.SourceSans
  691. TextGod.FontSize = Enum.FontSize.Size14
  692. TextGod.Text = "God"
  693. TextGod.TextColor3 = Color3.new(1, 1, 1)
  694. TextGod.TextSize = 14
  695. TextGod.MouseButton1Down:connect(function()
  696. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  697. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  698. l.Parent = game.Players.LocalPlayer.Character
  699. l.Name = "Humanoid"
  700. wait(0.1)
  701. game.Players.LocalPlayer.Character["1"]:Destroy()
  702. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  703. game.Players.LocalPlayer.Character.Animate.Disabled = true
  704. wait(0.1)
  705. game.Players.LocalPlayer.Character.Animate.Disabled = false
  706. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  707. end)
  708.  
  709. TextDoors.Name = "TextDoors"
  710. TextDoors.Parent = FrameFunction
  711. TextDoors.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  712. TextDoors.Position = UDim2.new(0.0494186059, 0, 0.577483237, 0)
  713. TextDoors.Size = UDim2.new(0, 102, 0, 25)
  714. TextDoors.Font = Enum.Font.SourceSans
  715. TextDoors.FontSize = Enum.FontSize.Size14
  716. TextDoors.Text = "Open Doors"
  717. TextDoors.TextColor3 = Color3.new(1, 1, 1)
  718. TextDoors.TextSize = 14
  719. TextDoors.MouseButton1Down:connect(function()
  720. game.Players.LocalPlayer.TeamValue.Value= "Police"
  721. end)
  722.  
  723. TextLabel_4.Parent = FrameFunction
  724. TextLabel_4.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  725. TextLabel_4.Position = UDim2.new(0.415697694, 0, 0.118862584, 0)
  726. TextLabel_4.Size = UDim2.new(0, 116, 0, 20)
  727. TextLabel_4.Font = Enum.Font.SourceSans
  728. TextLabel_4.FontSize = Enum.FontSize.Size14
  729. TextLabel_4.Text = "Remover"
  730. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  731. TextLabel_4.TextSize = 14
  732.  
  733. TextRemovedoors.Name = "TextRemovedoors"
  734. TextRemovedoors.Parent = FrameFunction
  735. TextRemovedoors.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  736. TextRemovedoors.Position = UDim2.new(0.436046511, 0, 0.227921098, 0)
  737. TextRemovedoors.Size = UDim2.new(0, 102, 0, 25)
  738. TextRemovedoors.Font = Enum.Font.SourceSans
  739. TextRemovedoors.FontSize = Enum.FontSize.Size14
  740. TextRemovedoors.Text = "Remove Doors"
  741. TextRemovedoors.TextColor3 = Color3.new(1, 1, 1)
  742. TextRemovedoors.TextSize = 14
  743. TextRemovedoors.MouseButton1Down:connect(function()
  744. workspace.Doors:Destroy()
  745. end)
  746.  
  747. TextRemovelasers.Name = "TextRemovelasers"
  748. TextRemovelasers.Parent = FrameFunction
  749. TextRemovelasers.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  750. TextRemovelasers.Position = UDim2.new(0.436046511, 0, 0.341269851, 0)
  751. TextRemovelasers.Size = UDim2.new(0, 140, 0, 25)
  752. TextRemovelasers.Font = Enum.Font.SourceSans
  753. TextRemovelasers.FontSize = Enum.FontSize.Size14
  754. TextRemovelasers.Text = "Remove all lasers"
  755. TextRemovelasers.TextColor3 = Color3.new(1, 1, 1)
  756. TextRemovelasers.TextSize = 14
  757. TextRemovelasers.MouseButton1Down:connect(function()
  758. game:GetService('Workspace').Jewelrys.Jewelry.Lasers:Destroy()
  759. game:GetService('Workspace').Jewelrys.Jewelry.Floor:Destroy()
  760. game:GetService('Workspace').Jewelrys.Jewelry.Model.BarbedWire:Destroy()
  761. game:GetService('Workspace').Jewelrys.Jewelry.Model.BarbedWire:Destroy()
  762. game:GetService('Workspace').Jewelrys.Jewelry.Model.BarbedWire:Destroy()
  763. game:GetService('Workspace').Jewelrys.Jewelry.Model.BarbedWire:Destroy()
  764. game:GetService('Workspace').Banks.Bank.Lasers:Destroy()
  765. end)
  766.  
  767. TextHide_3.Name = "TextHide"
  768. TextHide_3.Parent = FrameFunction
  769. TextHide_3.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  770. TextHide_3.Position = UDim2.new(0.880497634, 0, 0.00191065669, 0)
  771. TextHide_3.Size = UDim2.new(0, 41, 0, 19)
  772. TextHide_3.Font = Enum.Font.SourceSans
  773. TextHide_3.FontSize = Enum.FontSize.Size14
  774. TextHide_3.Text = "Hide"
  775. TextHide_3.TextColor3 = Color3.new(1, 1, 1)
  776. TextHide_3.TextSize = 14
  777. TextHide_3.MouseButton1Down:connect(function()
  778. FrameFunction.Position = UDim2.new(0.280000001, 0, 0.223000005, -400)
  779. TextOpen.Visible = true
  780. end)
  781.  
  782. TextMenu_2.Name = "TextMenu"
  783. TextMenu_2.Parent = FrameFunction
  784. TextMenu_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  785. TextMenu_2.Position = UDim2.new(0.732441425, 0, 0.00191065669, 0)
  786. TextMenu_2.Size = UDim2.new(0, 41, 0, 19)
  787. TextMenu_2.Font = Enum.Font.SourceSans
  788. TextMenu_2.FontSize = Enum.FontSize.Size14
  789. TextMenu_2.Text = "Menu"
  790. TextMenu_2.TextColor3 = Color3.new(1, 1, 1)
  791. TextMenu_2.TextSize = 14
  792. TextMenu_2.MouseButton1Down:connect(function()
  793. FrameFunction.Position = UDim2.new(0.280000001, 0, 0.223000005, -400)
  794. FrameMenu:TweenPosition(UDim2.new(0.191, 0,0.235, 0), 'Out', 'Bounce', 1)
  795. end)
  796.  
  797. -- notif
  798.  
  799. local function callback(text)
  800. if text == "Yes. Bank" then
  801. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.036747, 17.9193821, 797.971521) + Vector3.new(1,0,0)
  802. elseif text == "Yes. Jewerly" then
  803. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(141.502686, 17.8576393, 1343.16345) + Vector3.new(1,0,0)
  804. end
  805. end
  806. local bindableFunction = Instance.new("BindableFunction")
  807. bindableFunction.OnInvoke = callback
  808. while true do
  809. if workspace.Banks.Bank.Extra:FindFirstChild("Sign").Decal.Transparency ~= 0 then
  810. game.StarterGui:SetCore("SendNotification", {
  811. Title = "Lexus Spy!";
  812. Text = "Bank is Open| Wanna Teleport?";
  813. Icon = "";
  814. Duration = 5;
  815. Callback = bindableFunction;
  816. Button1 = "Yes. Bank";
  817. })
  818. end
  819. wait(5)
  820. if workspace.Jewelrys.Jewelry.Extra:FindFirstChild("Sign").Decal.Transparency ~= 0 then
  821. game.StarterGui:SetCore("SendNotification", {
  822. Title = "Lexus Spy!";
  823. Text = "Jewerly is Open| Wanna Teleport?";
  824. Icon = "";
  825. Duration = 5;
  826. Callback = bindableFunction;
  827. Button1 = "Yes. Jewerly";
  828. })
  829. end
  830. wait(2)
  831. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement