Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 78.54 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5.  
  6. local DMapV2 = Instance.new("ScreenGui")
  7. local bar = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local back = Instance.new("ImageLabel")
  10. local twirl3 = Instance.new("TextButton")
  11. local twirl2 = Instance.new("TextButton")
  12. local twirl = Instance.new("TextButton")
  13. local tp2player3 = Instance.new("TextButton")
  14. local tp2player2 = Instance.new("TextButton")
  15. local tp2player = Instance.new("TextButton")
  16. local playerbox3 = Instance.new("TextBox")
  17. local playerbox2 = Instance.new("TextBox")
  18. local playerbox = Instance.new("TextBox")
  19. local loop3 = Instance.new("TextButton")
  20. local loop2 = Instance.new("TextButton")
  21. local loop = Instance.new("TextButton")
  22. local fixbutton = Instance.new("TextButton")
  23. local labels = Instance.new("Frame")
  24. local vaultlick = Instance.new("TextButton")
  25. local subway = Instance.new("TextButton")
  26. local roses = Instance.new("TextButton")
  27. local Beluga = Instance.new("TextButton")
  28. local luxuryapartments = Instance.new("TextButton")
  29. local farsafe = Instance.new("TextButton")
  30. local cluck = Instance.new("TextButton")
  31. local cementarysafe = Instance.new("TextButton")
  32. local bigpoppa = Instance.new("TextButton")
  33. local bank = Instance.new("TextButton")
  34. local bananacars = Instance.new("TextButton")
  35. local hideoutsafe = Instance.new("TextButton")
  36. local alleysafe = Instance.new("TextButton")
  37. local Vaults = Instance.new("TextButton")
  38. local QuavaJuice = Instance.new("TextButton")
  39. local MeleeShop = Instance.new("TextButton")
  40. local Liquor = Instance.new("TextButton")
  41. local Laundromat = Instance.new("TextButton")
  42. local Gym = Instance.new("TextButton")
  43. local Gunshop1 = Instance.new("TextButton")
  44. local GunShop = Instance.new("TextButton")
  45. local FarLiquor = Instance.new("TextButton")
  46. local BigSlop = Instance.new("TextButton")
  47. local roses2 = Instance.new("TextButton")
  48. local roses3 = Instance.new("TextButton")
  49. local roses4 = Instance.new("TextButton")
  50. local Liquor2 = Instance.new("TextButton")
  51. local vaultlick2 = Instance.new("TextButton")
  52. local cluck2 = Instance.new("TextButton")
  53. local FarLiquor2 = Instance.new("TextButton")
  54. local BigSlop2 = Instance.new("TextButton")
  55. local open = Instance.new("TextButton")
  56. local close = Instance.new("TextButton")
  57.  
  58. --Properties:
  59.  
  60. DMapV2.Name = "D-Map V2"
  61. DMapV2.Parent = game:GetService("CoreGui")
  62. DMapV2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  63.  
  64. bar.Name = "bar"
  65. bar.Parent = DMapV2
  66. bar.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  67. bar.BorderColor3 = Color3.fromRGB(22, 22, 22)
  68. bar.BorderSizePixel = 3
  69. bar.Position = UDim2.new(0.513733089, 0, 0.095144704, 0)
  70. bar.Size = UDim2.new(0, 202, 0, 25)
  71.  
  72. TextLabel.Parent = bar
  73. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  74. TextLabel.BackgroundTransparency = 1.000
  75. TextLabel.Position = UDim2.new(0.042663876, 0, 0, -1)
  76. TextLabel.Size = UDim2.new(0, 130, 0, 25)
  77. TextLabel.Font = Enum.Font.SciFi
  78. TextLabel.Text = "D-Map V2 by Kaldr"
  79. TextLabel.TextColor3 = Color3.fromRGB(88, 46, 255)
  80. TextLabel.TextSize = 18.000
  81.  
  82. back.Name = "back"
  83. back.Parent = bar
  84. back.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  85. back.BorderColor3 = Color3.fromRGB(22, 22, 22)
  86. back.BorderSizePixel = 5
  87. back.Position = UDim2.new(-0.43069306, 0, 1.12000179, 0)
  88. back.Size = UDim2.new(0, 376, 0, 326)
  89. back.Image = "http://www.roblox.com/asset/?id=4598404877"
  90. back.ImageColor3 = Color3.fromRGB(88, 46, 255)
  91.  
  92. twirl3.Name = "twirl3"
  93. twirl3.Parent = back
  94. twirl3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  95. twirl3.BorderColor3 = Color3.fromRGB(25, 25, 25)
  96. twirl3.BorderSizePixel = 3
  97. twirl3.Position = UDim2.new(0.862739801, -5, 0.357361972, -8)
  98. twirl3.Size = UDim2.new(0, 42, 0, 23)
  99. twirl3.Font = Enum.Font.SciFi
  100. twirl3.Text = "TWIRL"
  101. twirl3.TextColor3 = Color3.fromRGB(88, 46, 255)
  102. twirl3.TextSize = 13.000
  103.  
  104. twirl2.Name = "twirl2"
  105. twirl2.Parent = back
  106. twirl2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  107. twirl2.BorderColor3 = Color3.fromRGB(25, 25, 25)
  108. twirl2.BorderSizePixel = 3
  109. twirl2.Position = UDim2.new(0.862739801, -5, 0.237361968, 0)
  110. twirl2.Size = UDim2.new(0, 42, 0, 23)
  111. twirl2.Font = Enum.Font.SciFi
  112. twirl2.Text = "TWIRL"
  113. twirl2.TextColor3 = Color3.fromRGB(88, 46, 255)
  114. twirl2.TextSize = 13.000
  115.  
  116. twirl.Name = "twirl"
  117. twirl.Parent = back
  118. twirl.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  119. twirl.BorderColor3 = Color3.fromRGB(25, 25, 25)
  120. twirl.BorderSizePixel = 3
  121. twirl.Position = UDim2.new(0.862739801, -5, 0.140889481, 0)
  122. twirl.Size = UDim2.new(0, 42, 0, 23)
  123. twirl.Font = Enum.Font.SciFi
  124. twirl.Text = "TWIRL"
  125. twirl.TextColor3 = Color3.fromRGB(88, 46, 255)
  126. twirl.TextSize = 13.000
  127.  
  128. tp2player3.Name = "tp2player3"
  129. tp2player3.Parent = back
  130. tp2player3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  131. tp2player3.BorderColor3 = Color3.fromRGB(25, 25, 25)
  132. tp2player3.BorderSizePixel = 3
  133. tp2player3.Position = UDim2.new(0.0127397925, 8, 0.357361972, -8)
  134. tp2player3.Size = UDim2.new(0, 83, 0, 23)
  135. tp2player3.Font = Enum.Font.SciFi
  136. tp2player3.Text = "TP2PLAYER"
  137. tp2player3.TextColor3 = Color3.fromRGB(88, 46, 255)
  138. tp2player3.TextSize = 14.000
  139.  
  140. tp2player2.Name = "tp2player2"
  141. tp2player2.Parent = back
  142. tp2player2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  143. tp2player2.BorderColor3 = Color3.fromRGB(25, 25, 25)
  144. tp2player2.BorderSizePixel = 3
  145. tp2player2.Position = UDim2.new(0.0127397925, 8, 0.237361968, 0)
  146. tp2player2.Size = UDim2.new(0, 83, 0, 23)
  147. tp2player2.Font = Enum.Font.SciFi
  148. tp2player2.Text = "TP2PLAYER"
  149. tp2player2.TextColor3 = Color3.fromRGB(88, 46, 255)
  150. tp2player2.TextSize = 14.000
  151.  
  152. tp2player.Name = "tp2player"
  153. tp2player.Parent = back
  154. tp2player.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  155. tp2player.BorderColor3 = Color3.fromRGB(25, 25, 25)
  156. tp2player.BorderSizePixel = 3
  157. tp2player.Position = UDim2.new(0.0127397925, 8, 0.140945464, 0)
  158. tp2player.Size = UDim2.new(0, 83, 0, 23)
  159. tp2player.Font = Enum.Font.SciFi
  160. tp2player.Text = "TP2PLAYER"
  161. tp2player.TextColor3 = Color3.fromRGB(88, 46, 255)
  162. tp2player.TextSize = 14.000
  163.  
  164. playerbox3.Name = "playerbox3"
  165. playerbox3.Parent = back
  166. playerbox3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  167. playerbox3.BorderColor3 = Color3.fromRGB(25, 25, 25)
  168. playerbox3.BorderSizePixel = 3
  169. playerbox3.Position = UDim2.new(0.288554162, 0, 0.357361972, -8)
  170. playerbox3.Size = UDim2.new(0, 142, 0, 23)
  171. playerbox3.Font = Enum.Font.SourceSans
  172. playerbox3.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  173. playerbox3.Text = ""
  174. playerbox3.TextColor3 = Color3.fromRGB(83, 255, 146)
  175. playerbox3.TextSize = 16.000
  176. playerbox3.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  177.  
  178. playerbox2.Name = "playerbox2"
  179. playerbox2.Parent = back
  180. playerbox2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  181. playerbox2.BorderColor3 = Color3.fromRGB(25, 25, 25)
  182. playerbox2.BorderSizePixel = 3
  183. playerbox2.Position = UDim2.new(0.288554162, 0, 0.237361968, 0)
  184. playerbox2.Size = UDim2.new(0, 142, 0, 23)
  185. playerbox2.Font = Enum.Font.SourceSans
  186. playerbox2.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  187. playerbox2.Text = ""
  188. playerbox2.TextColor3 = Color3.fromRGB(83, 255, 146)
  189. playerbox2.TextSize = 16.000
  190. playerbox2.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  191.  
  192. playerbox.Name = "playerbox"
  193. playerbox.Parent = back
  194. playerbox.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  195. playerbox.BorderColor3 = Color3.fromRGB(25, 25, 25)
  196. playerbox.BorderSizePixel = 3
  197. playerbox.Position = UDim2.new(0.288554162, 0, 0.140889481, 0)
  198. playerbox.Size = UDim2.new(0, 142, 0, 23)
  199. playerbox.Font = Enum.Font.SourceSans
  200. playerbox.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  201. playerbox.Text = ""
  202. playerbox.TextColor3 = Color3.fromRGB(83, 255, 146)
  203. playerbox.TextSize = 16.000
  204. playerbox.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  205.  
  206. loop3.Name = "loop3"
  207. loop3.Parent = back
  208. loop3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  209. loop3.BorderColor3 = Color3.fromRGB(25, 25, 25)
  210. loop3.BorderSizePixel = 3
  211. loop3.Position = UDim2.new(0.70641923, 0, 0.332453996, 0)
  212. loop3.Size = UDim2.new(0, 42, 0, 23)
  213. loop3.Font = Enum.Font.SciFi
  214. loop3.Text = "LOOP"
  215. loop3.TextColor3 = Color3.fromRGB(88, 46, 255)
  216. loop3.TextSize = 13.000
  217.  
  218. loop2.Name = "loop2"
  219. loop2.Parent = back
  220. loop2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  221. loop2.BorderColor3 = Color3.fromRGB(25, 25, 25)
  222. loop2.BorderSizePixel = 3
  223. loop2.Position = UDim2.new(0.70641923, 0, 0.237361968, 0)
  224. loop2.Size = UDim2.new(0, 42, 0, 23)
  225. loop2.Font = Enum.Font.SciFi
  226. loop2.Text = "LOOP"
  227. loop2.TextColor3 = Color3.fromRGB(88, 46, 255)
  228. loop2.TextSize = 13.000
  229.  
  230. loop.Name = "loop"
  231. loop.Parent = back
  232. loop.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  233. loop.BorderColor3 = Color3.fromRGB(25, 25, 25)
  234. loop.BorderSizePixel = 3
  235. loop.Position = UDim2.new(0.70641923, 0, 0.140889481, 0)
  236. loop.Size = UDim2.new(0, 42, 0, 23)
  237. loop.Font = Enum.Font.SciFi
  238. loop.Text = "LOOP"
  239. loop.TextColor3 = Color3.fromRGB(88, 46, 255)
  240. loop.TextSize = 13.000
  241.  
  242. fixbutton.Name = "fix button"
  243. fixbutton.Parent = back
  244. fixbutton.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  245. fixbutton.BorderColor3 = Color3.fromRGB(22, 22, 22)
  246. fixbutton.BorderSizePixel = 3
  247. fixbutton.Position = UDim2.new(0.0331151448, 0, 0.0670000017, -10)
  248. fixbutton.Size = UDim2.new(0, 44, 0, 23)
  249. fixbutton.Font = Enum.Font.SciFi
  250. fixbutton.Text = "FIX"
  251. fixbutton.TextColor3 = Color3.fromRGB(88, 46, 255)
  252. fixbutton.TextSize = 17.000
  253.  
  254. labels.Name = "labels"
  255. labels.Parent = back
  256. labels.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  257. labels.BackgroundTransparency = 1.000
  258. labels.BorderColor3 = Color3.fromRGB(31, 31, 31)
  259. labels.Position = UDim2.new(0.0346576013, 0, 0.524862826, 0)
  260. labels.Size = UDim2.new(0, 338, 0, 132)
  261.  
  262. vaultlick.Name = "vault lick"
  263. vaultlick.Parent = labels
  264. vaultlick.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  265. vaultlick.BorderColor3 = Color3.fromRGB(22, 22, 22)
  266. vaultlick.BorderSizePixel = 3
  267. vaultlick.Position = UDim2.new(0.268999994, 0, 0.955606043, -2)
  268. vaultlick.Size = UDim2.new(0, 33, 0, 21)
  269. vaultlick.Font = Enum.Font.Highway
  270. vaultlick.Text = "VL1"
  271. vaultlick.TextColor3 = Color3.fromRGB(83, 255, 146)
  272. vaultlick.TextSize = 14.000
  273.  
  274. subway.Name = "subway"
  275. subway.Parent = labels
  276. subway.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  277. subway.BorderColor3 = Color3.fromRGB(22, 22, 22)
  278. subway.BorderSizePixel = 3
  279. subway.Position = UDim2.new(-0.00555507187, 0, 0.485000014, -1)
  280. subway.Size = UDim2.new(0, 79, 0, 21)
  281. subway.Font = Enum.Font.Highway
  282. subway.Text = "Subway"
  283. subway.TextColor3 = Color3.fromRGB(83, 255, 146)
  284. subway.TextSize = 15.000
  285.  
  286. roses.Name = "roses"
  287. roses.Parent = labels
  288. roses.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  289. roses.BorderColor3 = Color3.fromRGB(22, 22, 22)
  290. roses.BorderSizePixel = 3
  291. roses.Position = UDim2.new(-0.00555510214, 0, 0.0199999958, 0)
  292. roses.Size = UDim2.new(0, 33, 0, 21)
  293. roses.Font = Enum.Font.Highway
  294. roses.Text = "R1"
  295. roses.TextColor3 = Color3.fromRGB(83, 255, 146)
  296. roses.TextSize = 15.000
  297.  
  298. Beluga.Name = "Beluga"
  299. Beluga.Parent = labels
  300. Beluga.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  301. Beluga.BorderColor3 = Color3.fromRGB(22, 22, 22)
  302. Beluga.BorderSizePixel = 3
  303. Beluga.Position = UDim2.new(0.813230753, 0, -0.215000004, 0)
  304. Beluga.Size = UDim2.new(0, 79, 0, 21)
  305. Beluga.Font = Enum.Font.Highway
  306. Beluga.Text = "Beluga"
  307. Beluga.TextColor3 = Color3.fromRGB(88, 46, 255)
  308. Beluga.TextSize = 15.000
  309.  
  310. luxuryapartments.Name = "luxury apartments"
  311. luxuryapartments.Parent = labels
  312. luxuryapartments.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  313. luxuryapartments.BorderColor3 = Color3.fromRGB(22, 22, 22)
  314. luxuryapartments.BorderSizePixel = 3
  315. luxuryapartments.Position = UDim2.new(0.815999985, 0, 0.933000028, 0)
  316. luxuryapartments.Size = UDim2.new(0, 79, 0, 21)
  317. luxuryapartments.Font = Enum.Font.Highway
  318. luxuryapartments.Text = "LuxApart"
  319. luxuryapartments.TextColor3 = Color3.fromRGB(88, 46, 255)
  320. luxuryapartments.TextSize = 15.000
  321.  
  322. farsafe.Name = "far safe"
  323. farsafe.Parent = labels
  324. farsafe.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  325. farsafe.BorderColor3 = Color3.fromRGB(22, 22, 22)
  326. farsafe.BorderSizePixel = 3
  327. farsafe.Position = UDim2.new(-0.00555507373, 0, 0.95599997, -2)
  328. farsafe.Size = UDim2.new(0, 79, 0, 21)
  329. farsafe.Font = Enum.Font.Highway
  330. farsafe.Text = "Far Safe"
  331. farsafe.TextColor3 = Color3.fromRGB(83, 255, 146)
  332. farsafe.TextSize = 15.000
  333.  
  334. cluck.Name = "cluck"
  335. cluck.Parent = labels
  336. cluck.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  337. cluck.BorderColor3 = Color3.fromRGB(22, 22, 22)
  338. cluck.BorderSizePixel = 3
  339. cluck.Position = UDim2.new(0.541000009, 0, -0.215151519, 0)
  340. cluck.Size = UDim2.new(0, 33, 0, 21)
  341. cluck.Font = Enum.Font.Highway
  342. cluck.Text = "MC1"
  343. cluck.TextColor3 = Color3.fromRGB(83, 255, 146)
  344. cluck.TextSize = 15.000
  345.  
  346. cementarysafe.Name = "cementary safe"
  347. cementarysafe.Parent = labels
  348. cementarysafe.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  349. cementarysafe.BorderColor3 = Color3.fromRGB(22, 22, 22)
  350. cementarysafe.BorderSizePixel = 3
  351. cementarysafe.Position = UDim2.new(0.538559735, 0, 0.284999996, -5)
  352. cementarysafe.Size = UDim2.new(0, 79, 0, 21)
  353. cementarysafe.Font = Enum.Font.Highway
  354. cementarysafe.Text = "Cem Safe"
  355. cementarysafe.TextColor3 = Color3.fromRGB(83, 255, 146)
  356. cementarysafe.TextSize = 15.000
  357.  
  358. bigpoppa.Name = "big poppa"
  359. bigpoppa.Parent = labels
  360. bigpoppa.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  361. bigpoppa.BorderColor3 = Color3.fromRGB(22, 22, 22)
  362. bigpoppa.BorderSizePixel = 3
  363. bigpoppa.Position = UDim2.new(0.81604141, 0, 0.504999995, -5)
  364. bigpoppa.Size = UDim2.new(0, 79, 0, 21)
  365. bigpoppa.Font = Enum.Font.Highway
  366. bigpoppa.Text = "Big Poppa"
  367. bigpoppa.TextColor3 = Color3.fromRGB(88, 46, 255)
  368. bigpoppa.TextSize = 15.000
  369.  
  370. bank.Name = "bank"
  371. bank.Parent = labels
  372. bank.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  373. bank.BorderColor3 = Color3.fromRGB(22, 22, 22)
  374. bank.BorderSizePixel = 3
  375. bank.Position = UDim2.new(0.269328982, 0, -0.215000004, 0)
  376. bank.Size = UDim2.new(0, 79, 0, 21)
  377. bank.Font = Enum.Font.Highway
  378. bank.Text = "Bank"
  379. bank.TextColor3 = Color3.fromRGB(83, 255, 146)
  380. bank.TextSize = 16.000
  381.  
  382. bananacars.Name = "banana cars"
  383. bananacars.Parent = labels
  384. bananacars.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  385. bananacars.BorderColor3 = Color3.fromRGB(22, 22, 22)
  386. bananacars.BorderSizePixel = 3
  387. bananacars.Position = UDim2.new(0.81604141, 0, 0.704999983, -1)
  388. bananacars.Size = UDim2.new(0, 79, 0, 21)
  389. bananacars.Font = Enum.Font.Highway
  390. bananacars.Text = "Banan Cars"
  391. bananacars.TextColor3 = Color3.fromRGB(88, 46, 255)
  392. bananacars.TextSize = 15.000
  393.  
  394. hideoutsafe.Name = "hideout safe"
  395. hideoutsafe.Parent = labels
  396. hideoutsafe.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  397. hideoutsafe.BorderColor3 = Color3.fromRGB(22, 22, 22)
  398. hideoutsafe.BorderSizePixel = 3
  399. hideoutsafe.Position = UDim2.new(0.541000009, 0, 0.713, 0)
  400. hideoutsafe.Size = UDim2.new(0, 79, 0, 21)
  401. hideoutsafe.Font = Enum.Font.Highway
  402. hideoutsafe.Text = "Hideout Safe"
  403. hideoutsafe.TextColor3 = Color3.fromRGB(83, 255, 146)
  404. hideoutsafe.TextSize = 15.000
  405.  
  406. alleysafe.Name = "alley safe"
  407. alleysafe.Parent = labels
  408. alleysafe.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  409. alleysafe.BorderColor3 = Color3.fromRGB(22, 22, 22)
  410. alleysafe.BorderSizePixel = 3
  411. alleysafe.Position = UDim2.new(-0.00600000005, 0, 0.713, 0)
  412. alleysafe.Size = UDim2.new(0, 79, 0, 21)
  413. alleysafe.Font = Enum.Font.Highway
  414. alleysafe.Text = "Alley Safe"
  415. alleysafe.TextColor3 = Color3.fromRGB(83, 255, 146)
  416. alleysafe.TextSize = 15.000
  417.  
  418. Vaults.Name = "Vaults"
  419. Vaults.Parent = labels
  420. Vaults.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  421. Vaults.BorderColor3 = Color3.fromRGB(22, 22, 22)
  422. Vaults.BorderSizePixel = 3
  423. Vaults.Position = UDim2.new(0.541041434, 0, 0.933302999, 0)
  424. Vaults.Size = UDim2.new(0, 79, 0, 21)
  425. Vaults.Font = Enum.Font.Highway
  426. Vaults.Text = "Vaults"
  427. Vaults.TextColor3 = Color3.fromRGB(88, 46, 255)
  428. Vaults.TextSize = 15.000
  429.  
  430. QuavaJuice.Name = "Quava Juice"
  431. QuavaJuice.Parent = labels
  432. QuavaJuice.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  433. QuavaJuice.BorderColor3 = Color3.fromRGB(22, 22, 22)
  434. QuavaJuice.BorderSizePixel = 3
  435. QuavaJuice.Position = UDim2.new(0.269328982, 0, 0.713, 0)
  436. QuavaJuice.Size = UDim2.new(0, 79, 0, 21)
  437. QuavaJuice.Font = Enum.Font.Highway
  438. QuavaJuice.Text = "Quava Juice"
  439. QuavaJuice.TextColor3 = Color3.fromRGB(83, 255, 146)
  440. QuavaJuice.TextSize = 15.000
  441.  
  442. MeleeShop.Name = "Melee Shop"
  443. MeleeShop.Parent = labels
  444. MeleeShop.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  445. MeleeShop.BorderColor3 = Color3.fromRGB(22, 22, 22)
  446. MeleeShop.BorderSizePixel = 3
  447. MeleeShop.Position = UDim2.new(-0.00555510214, 0, -0.215222895, 0)
  448. MeleeShop.Size = UDim2.new(0, 79, 0, 21)
  449. MeleeShop.Font = Enum.Font.Highway
  450. MeleeShop.Text = "Melee Shop"
  451. MeleeShop.TextColor3 = Color3.fromRGB(83, 255, 146)
  452. MeleeShop.TextSize = 15.000
  453.  
  454. Liquor.Name = "Liquor"
  455. Liquor.Parent = labels
  456. Liquor.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  457. Liquor.BorderColor3 = Color3.fromRGB(22, 22, 22)
  458. Liquor.BorderSizePixel = 3
  459. Liquor.Position = UDim2.new(0.269328982, 0, 0.284999996, -5)
  460. Liquor.Size = UDim2.new(0, 33, 0, 21)
  461. Liquor.Font = Enum.Font.Highway
  462. Liquor.Text = "L1"
  463. Liquor.TextColor3 = Color3.fromRGB(83, 255, 146)
  464. Liquor.TextSize = 15.000
  465.  
  466. Laundromat.Name = "Laundromat"
  467. Laundromat.Parent = labels
  468. Laundromat.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  469. Laundromat.BorderColor3 = Color3.fromRGB(22, 22, 22)
  470. Laundromat.BorderSizePixel = 3
  471. Laundromat.Position = UDim2.new(0.269328982, 0, 0.485000014, -1)
  472. Laundromat.Size = UDim2.new(0, 79, 0, 21)
  473. Laundromat.Font = Enum.Font.Highway
  474. Laundromat.Text = "Laundry"
  475. Laundromat.TextColor3 = Color3.fromRGB(83, 255, 146)
  476. Laundromat.TextSize = 15.000
  477.  
  478. Gym.Name = "Gym"
  479. Gym.Parent = labels
  480. Gym.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  481. Gym.BorderColor3 = Color3.fromRGB(22, 22, 22)
  482. Gym.BorderSizePixel = 3
  483. Gym.Position = UDim2.new(0.269328982, 0, 0.0199999996, 0)
  484. Gym.Size = UDim2.new(0, 79, 0, 21)
  485. Gym.Font = Enum.Font.Highway
  486. Gym.Text = "Gym"
  487. Gym.TextColor3 = Color3.fromRGB(83, 255, 146)
  488. Gym.TextSize = 15.000
  489.  
  490. Gunshop1.Name = "Gun shop 1"
  491. Gunshop1.Parent = labels
  492. Gunshop1.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  493. Gunshop1.BorderColor3 = Color3.fromRGB(22, 22, 22)
  494. Gunshop1.BorderSizePixel = 3
  495. Gunshop1.Position = UDim2.new(0.81604141, 0, 0.239999995, 0)
  496. Gunshop1.Size = UDim2.new(0, 79, 0, 21)
  497. Gunshop1.Font = Enum.Font.Highway
  498. Gunshop1.Text = "Gun Shop 2"
  499. Gunshop1.TextColor3 = Color3.fromRGB(88, 46, 255)
  500. Gunshop1.TextSize = 15.000
  501.  
  502. GunShop.Name = "Gun Shop"
  503. GunShop.Parent = labels
  504. GunShop.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  505. GunShop.BorderColor3 = Color3.fromRGB(22, 22, 22)
  506. GunShop.BorderSizePixel = 3
  507. GunShop.Position = UDim2.new(0.815792799, 0, 0.0309999995, -2)
  508. GunShop.Size = UDim2.new(0, 79, 0, 21)
  509. GunShop.Font = Enum.Font.Highway
  510. GunShop.Text = "Gun Shop"
  511. GunShop.TextColor3 = Color3.fromRGB(88, 46, 255)
  512. GunShop.TextSize = 15.000
  513.  
  514. FarLiquor.Name = "Far Liquor"
  515. FarLiquor.Parent = labels
  516. FarLiquor.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  517. FarLiquor.BorderColor3 = Color3.fromRGB(22, 22, 22)
  518. FarLiquor.BorderSizePixel = 3
  519. FarLiquor.Position = UDim2.new(0.541081786, 0, 0.0199999996, 0)
  520. FarLiquor.Size = UDim2.new(0, 33, 0, 21)
  521. FarLiquor.Font = Enum.Font.Highway
  522. FarLiquor.Text = "FL1"
  523. FarLiquor.TextColor3 = Color3.fromRGB(83, 255, 146)
  524. FarLiquor.TextSize = 15.000
  525.  
  526. BigSlop.Name = "Big Slop"
  527. BigSlop.Parent = labels
  528. BigSlop.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  529. BigSlop.BorderColor3 = Color3.fromRGB(22, 22, 22)
  530. BigSlop.BorderSizePixel = 3
  531. BigSlop.Position = UDim2.new(0.541041434, 0, 0.485000014, -1)
  532. BigSlop.Size = UDim2.new(0, 33, 0, 21)
  533. BigSlop.Font = Enum.Font.Highway
  534. BigSlop.Text = "BS1"
  535. BigSlop.TextColor3 = Color3.fromRGB(83, 255, 146)
  536. BigSlop.TextSize = 15.000
  537.  
  538. roses2.Name = "roses2"
  539. roses2.Parent = labels
  540. roses2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  541. roses2.BorderColor3 = Color3.fromRGB(22, 22, 22)
  542. roses2.BorderSizePixel = 3
  543. roses2.Position = UDim2.new(0.128461674, 0, 0.0199999958, 0)
  544. roses2.Size = UDim2.new(0, 33, 0, 21)
  545. roses2.Font = Enum.Font.Highway
  546. roses2.Text = "R2"
  547. roses2.TextColor3 = Color3.fromRGB(83, 255, 146)
  548. roses2.TextSize = 15.000
  549.  
  550. roses3.Name = "roses3"
  551. roses3.Parent = labels
  552. roses3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  553. roses3.BorderColor3 = Color3.fromRGB(22, 22, 22)
  554. roses3.BorderSizePixel = 3
  555. roses3.Position = UDim2.new(-0.00555510214, 0, 0.284999996, -5)
  556. roses3.Size = UDim2.new(0, 33, 0, 21)
  557. roses3.Font = Enum.Font.Highway
  558. roses3.Text = "R3"
  559. roses3.TextColor3 = Color3.fromRGB(83, 255, 146)
  560. roses3.TextSize = 15.000
  561.  
  562. roses4.Name = "roses4"
  563. roses4.Parent = labels
  564. roses4.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  565. roses4.BorderColor3 = Color3.fromRGB(22, 22, 22)
  566. roses4.BorderSizePixel = 3
  567. roses4.Position = UDim2.new(0.128461674, 0, 0.284999996, -5)
  568. roses4.Size = UDim2.new(0, 33, 0, 21)
  569. roses4.Font = Enum.Font.Highway
  570. roses4.Text = "R4"
  571. roses4.TextColor3 = Color3.fromRGB(83, 255, 146)
  572. roses4.TextSize = 15.000
  573.  
  574. Liquor2.Name = "Liquor2"
  575. Liquor2.Parent = labels
  576. Liquor2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  577. Liquor2.BorderColor3 = Color3.fromRGB(22, 22, 22)
  578. Liquor2.BorderSizePixel = 3
  579. Liquor2.Position = UDim2.new(0.402465075, 0, 0.284999996, -5)
  580. Liquor2.Size = UDim2.new(0, 33, 0, 21)
  581. Liquor2.Font = Enum.Font.Highway
  582. Liquor2.Text = "L2"
  583. Liquor2.TextColor3 = Color3.fromRGB(83, 255, 146)
  584. Liquor2.TextSize = 15.000
  585.  
  586. vaultlick2.Name = "vault lick2"
  587. vaultlick2.Parent = labels
  588. vaultlick2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  589. vaultlick2.BorderColor3 = Color3.fromRGB(22, 22, 22)
  590. vaultlick2.BorderSizePixel = 3
  591. vaultlick2.Position = UDim2.new(0.405094683, 0, 0.948030293, -2)
  592. vaultlick2.Size = UDim2.new(0, 33, 0, 21)
  593. vaultlick2.Font = Enum.Font.Highway
  594. vaultlick2.Text = "VL2"
  595. vaultlick2.TextColor3 = Color3.fromRGB(83, 255, 146)
  596. vaultlick2.TextSize = 14.000
  597.  
  598. cluck2.Name = "cluck2"
  599. cluck2.Parent = labels
  600. cluck2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  601. cluck2.BorderColor3 = Color3.fromRGB(22, 22, 22)
  602. cluck2.BorderSizePixel = 3
  603. cluck2.Position = UDim2.new(0.677094698, 0, -0.215151519, 0)
  604. cluck2.Size = UDim2.new(0, 33, 0, 21)
  605. cluck2.Font = Enum.Font.Highway
  606. cluck2.Text = "MC2"
  607. cluck2.TextColor3 = Color3.fromRGB(83, 255, 146)
  608. cluck2.TextSize = 15.000
  609.  
  610. FarLiquor2.Name = "Far Liquor2"
  611. FarLiquor2.Parent = labels
  612. FarLiquor2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  613. FarLiquor2.BorderColor3 = Color3.fromRGB(22, 22, 22)
  614. FarLiquor2.BorderSizePixel = 3
  615. FarLiquor2.Position = UDim2.new(0.676999986, 0, 0.0199999996, 0)
  616. FarLiquor2.Size = UDim2.new(0, 33, 0, 21)
  617. FarLiquor2.Font = Enum.Font.Highway
  618. FarLiquor2.Text = "FL2"
  619. FarLiquor2.TextColor3 = Color3.fromRGB(83, 255, 146)
  620. FarLiquor2.TextSize = 15.000
  621.  
  622. BigSlop2.Name = "Big Slop2"
  623. BigSlop2.Parent = labels
  624. BigSlop2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  625. BigSlop2.BorderColor3 = Color3.fromRGB(22, 22, 22)
  626. BigSlop2.BorderSizePixel = 3
  627. BigSlop2.Position = UDim2.new(0.676999986, 0, 0.485000014, -1)
  628. BigSlop2.Size = UDim2.new(0, 33, 0, 21)
  629. BigSlop2.Font = Enum.Font.Highway
  630. BigSlop2.Text = "BS2"
  631. BigSlop2.TextColor3 = Color3.fromRGB(83, 255, 146)
  632. BigSlop2.TextSize = 15.000
  633.  
  634. open.Name = "open"
  635. open.Parent = bar
  636. open.BackgroundColor3 = Color3.fromRGB(181, 6, 255)
  637. open.Position = UDim2.new(0.747202992, 0, 0.263284415, 0)
  638. open.Size = UDim2.new(0, 10, 0, 11)
  639. open.Font = Enum.Font.SourceSans
  640. open.Text = ""
  641. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  642. open.TextSize = 14.000
  643.  
  644. close.Name = "close"
  645. close.Parent = bar
  646. close.BackgroundColor3 = Color3.fromRGB(83, 255, 146)
  647. close.Position = UDim2.new(0.885006189, 0, 0.263284355, 0)
  648. close.Size = UDim2.new(0, 11, 0, 11)
  649. close.Font = Enum.Font.SourceSans
  650. close.Text = ""
  651. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  652. close.TextSize = 14.000
  653.  
  654. -- Scripts:
  655.  
  656. local function EDLG_fake_script() -- tp2player3.LocalScript
  657. local script = Instance.new('LocalScript', tp2player3)
  658.  
  659. function ee()
  660. local txt = script.Parent.Parent.playerbox3.Text
  661. local me = game.Players.LocalPlayer
  662. local u = game.Players:FindFirstChild(txt)
  663. local twn = game:GetService("TweenService")
  664. local speed = 295
  665. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  666. local tweenspeed = dist/speed
  667. local goal = {}
  668. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  669. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  670. local tween = twn:Create(me.Character.HumanoidRootPart, inf, goal)
  671. local RunService = game:GetService("RunService")
  672. RunService.Stepped:Connect(function()
  673. if var == true then
  674. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  675. if v:IsA("BasePart") then
  676. v.CanCollide = false
  677. end
  678. end
  679. end
  680. end)
  681.  
  682. tween:Play()
  683. tween.Completed:Connect(function()
  684. var = false
  685. end)
  686. if u == nil then return end
  687. end
  688. script.Parent.MouseButton1Click:Connect(ee)
  689. end
  690. coroutine.wrap(EDLG_fake_script)()
  691. local function PSYUTK_fake_script() -- tp2player2.LocalScript
  692. local script = Instance.new('LocalScript', tp2player2)
  693.  
  694. function ee()
  695. local txt = script.Parent.Parent.playerbox2.Text
  696. local me = game.Players.LocalPlayer
  697. local u = game.Players:FindFirstChild(txt)
  698. local twn = game:GetService("TweenService")
  699. local speed = 295
  700. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  701. local tweenspeed = dist/speed
  702. local goal = {}
  703. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  704. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  705. local tween = twn:Create(me.Character.HumanoidRootPart, inf, goal)
  706. local RunService = game:GetService("RunService")
  707. RunService.Stepped:Connect(function()
  708. if var == true then
  709. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  710. if v:IsA("BasePart") then
  711. v.CanCollide = false
  712. end
  713. end
  714. end
  715. end)
  716.  
  717. tween:Play()
  718. tween.Completed:Connect(function()
  719. var = false
  720. end)
  721. if u == nil then return end
  722. end
  723. script.Parent.MouseButton1Click:Connect(ee)
  724. end
  725. coroutine.wrap(PSYUTK_fake_script)()
  726. local function EGUZ_fake_script() -- tp2player.LocalScript
  727. local script = Instance.new('LocalScript', tp2player)
  728.  
  729. function ee()
  730. local txt = script.Parent.Parent.playerbox.Text
  731. local me = game.Players.LocalPlayer
  732. local u = game.Players:FindFirstChild(txt)
  733. local twn = game:GetService("TweenService")
  734. local speed = 295
  735. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  736. local tweenspeed = dist/speed
  737. local root = me.Character.HumanoidRootPart
  738. local uroot = game.Players:FindFirstChild(txt).Character.HumanoidRootPart
  739. local goal = {}
  740. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  741. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  742. local tween = twn:Create(root, inf, goal)
  743. local RunService = game:GetService("RunService")
  744. RunService.Stepped:Connect(function()
  745. if var == true then
  746. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  747. if v:IsA("BasePart") then
  748. v.CanCollide = false
  749. end
  750. end
  751. end
  752. end)
  753.  
  754. tween:Play()
  755. tween.Completed:Connect(function()
  756. var = false
  757. end)
  758. if u == nil then return end
  759. end
  760. script.Parent.MouseButton1Click:Connect(ee)
  761. end
  762. coroutine.wrap(EGUZ_fake_script)()
  763. local function CKIQ_fake_script() -- loop3.loopthree
  764. local script = Instance.new('LocalScript', loop3)
  765.  
  766. function threeloop()
  767. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  768. _G.three = true
  769. spawn(function()
  770. while true do
  771. wait()
  772. if _G.three then
  773. local txt = script.Parent.Parent.playerbox3.Text
  774. local me = game.Players.LocalPlayer
  775. local u = game.Players:FindFirstChild(txt)
  776. local twn = game:GetService("TweenService")
  777. local speed = 300
  778. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  779. local tweenspeed = dist/tonumber(speed)
  780. local goal = {}
  781. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  782. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  783. local tween = twn:Create(me.Character.HumanoidRootPart, inf, goal)
  784. if u == nil then return end
  785. tween:Play()
  786. end
  787. end
  788. end)
  789. end
  790.  
  791. script.Parent.MouseButton1Click:Connect(function()
  792. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  793. threeloop() else
  794. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  795. _G.three = false
  796. end
  797. end)
  798. end
  799. coroutine.wrap(CKIQ_fake_script)()
  800. local function RPSN_fake_script() -- loop2.looptwo
  801. local script = Instance.new('LocalScript', loop2)
  802.  
  803. function twoloop()
  804. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  805. _G.two = true
  806. spawn(function()
  807. while true do
  808. wait()
  809. if _G.two then
  810. local txt = script.Parent.Parent.playerbox2.Text
  811. local me = game.Players.LocalPlayer
  812. local u = game.Players:FindFirstChild(txt)
  813. local twn = game:GetService("TweenService")
  814. local speed = 300
  815. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  816. local tweenspeed = dist/tonumber(speed)
  817. local goal = {}
  818. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  819. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  820. local tween = twn:Create(me.Character.HumanoidRootPart, inf, goal)
  821. if u == nil then return end
  822. tween:Play()
  823. end
  824. end
  825. end)
  826. end
  827.  
  828. script.Parent.MouseButton1Click:Connect(function()
  829. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  830. twoloop() else
  831. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  832. _G.two = false
  833. end
  834. end)
  835. end
  836. coroutine.wrap(RPSN_fake_script)()
  837. local function AVVT_fake_script() -- loop.loop
  838. local script = Instance.new('LocalScript', loop)
  839.  
  840. function juan()
  841. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  842. _G.one = true
  843. spawn(function()
  844. while true do
  845. wait()
  846. if _G.one then
  847. local txt = script.Parent.Parent.playerbox.Text
  848. local me = game.Players.LocalPlayer
  849. local u = game.Players:FindFirstChild(txt)
  850. local twn = game:GetService("TweenService")
  851. local speed = 300
  852. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  853. local tweenspeed = dist/tonumber(speed)
  854. local goal = {}
  855. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  856. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  857. local tween = twn:Create(me.Character.HumanoidRootPart, inf, goal)
  858. if u == nil then return end
  859. tween:Play()
  860. end
  861. end
  862. end)
  863. end
  864.  
  865. script.Parent.MouseButton1Click:Connect(function()
  866. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  867. juan() else
  868. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  869. _G.one = false
  870. end
  871. end)
  872. end
  873. coroutine.wrap(AVVT_fake_script)()
  874. local function TKYQAV_fake_script() -- fixbutton.LocalScript
  875. local script = Instance.new('LocalScript', fixbutton)
  876.  
  877. function leftclick()
  878. local var = game.Players.LocalPlayer.PlayerGui.LocalScript
  879. var.Parent = game:GetService("SoundService")
  880. wait(0.5)
  881. var = game:GetService("SoundService").LocalScript
  882. var.Parent = game:GetService("Players").LocalPlayer["PlayerGui"]
  883. end
  884.  
  885. script.Parent.MouseButton1Click:Connect(leftclick)
  886. end
  887. coroutine.wrap(TKYQAV_fake_script)()
  888. local function DQMOB_fake_script() -- vaultlick.LocalScript
  889. local script = Instance.new('LocalScript', vaultlick)
  890.  
  891. function twon()
  892. local twn = game:GetService("TweenService")
  893.  
  894. local plr = game:GetService("Players").LocalPlayer
  895.  
  896. local speed = 295
  897.  
  898. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(265.5, 37.004, 300.6)).magnitude
  899.  
  900. local tweenspeed = dist/tonumber(speed)
  901.  
  902. local goal = {}
  903. goal.CFrame = CFrame.new(265.5, 37.004, 300.6)
  904.  
  905.  
  906. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  907.  
  908. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  909.  
  910. tween:Play()
  911. end
  912.  
  913. script.Parent.MouseButton1Click:Connect(twon)
  914. end
  915. coroutine.wrap(DQMOB_fake_script)()
  916. local function OTYSFYK_fake_script() -- vaultlick.lickofvault
  917. local script = Instance.new('LocalScript', vaultlick)
  918.  
  919. while true do
  920. for i,v in pairs(workspace.Shops:GetDescendants()) do
  921. if v.Name == "Cash" and v:IsA("BasePart") then
  922.  
  923. if v.Position == Vector3.new(264.47, 37.004, 304.08) or v.Position == Vector3.new(264.389557, 37,0040016, 296.850281) or v.Position == Vector3.new(264.469574, 37.0040169, 304.080139) then
  924. if v.ClickDetector.MaxActivationDistance == 5 then
  925. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  926. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  927. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  928. end
  929. end
  930. end
  931. end
  932. wait(1)
  933. end
  934.  
  935.  
  936. end
  937. coroutine.wrap(OTYSFYK_fake_script)()
  938. local function KPNAFN_fake_script() -- subway.LocalScript
  939. local script = Instance.new('LocalScript', subway)
  940.  
  941. function twon()
  942. local twn = game:GetService("TweenService")
  943.  
  944. local plr = game:GetService("Players").LocalPlayer
  945.  
  946. local speed = 295
  947.  
  948. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-116, 36.427, 577.151)).magnitude
  949.  
  950. local tweenspeed = dist/tonumber(speed)
  951.  
  952. local goal = {}
  953. goal.CFrame = CFrame.new(-116, 36.427, 577.151)
  954.  
  955.  
  956. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  957.  
  958. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  959.  
  960. tween:Play()
  961. end
  962.  
  963. script.Parent.MouseButton1Click:Connect(twon)
  964. end
  965. coroutine.wrap(KPNAFN_fake_script)()
  966. local function AXFNHF_fake_script() -- subway.wayofsub
  967. local script = Instance.new('LocalScript', subway)
  968.  
  969. while true do
  970. for i,v in pairs(workspace.Shops:GetDescendants()) do
  971. if v.Name == "Cash" and v:IsA("BasePart") then
  972.  
  973. if v.Position == Vector3.new(-117.606079, 36.4270325, 577.151062) then
  974. if v.ClickDetector.MaxActivationDistance == 5 then
  975. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  976. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  977. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  978. end
  979. end
  980. end
  981. end
  982. wait(1)
  983. end
  984.  
  985.  
  986. end
  987. coroutine.wrap(AXFNHF_fake_script)()
  988. local function KTNS_fake_script() -- roses.LocalScript
  989. local script = Instance.new('LocalScript', roses)
  990.  
  991. function twon()
  992. local twn = game:GetService("TweenService")
  993.  
  994. local plr = game:GetService("Players").LocalPlayer
  995.  
  996. local speed = 295
  997.  
  998. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-120, 36.827, 488.54)).magnitude
  999.  
  1000. local tweenspeed = dist/tonumber(speed)
  1001.  
  1002. local goal = {}
  1003. goal.CFrame = CFrame.new(-120, 36.827, 488.54)
  1004.  
  1005.  
  1006. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1007.  
  1008. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1009.  
  1010. tween:Play()
  1011. end
  1012.  
  1013. script.Parent.MouseButton1Click:Connect(twon)
  1014. end
  1015. coroutine.wrap(KTNS_fake_script)()
  1016. local function TGFBLFB_fake_script() -- roses.rse
  1017. local script = Instance.new('LocalScript', roses)
  1018.  
  1019. while true do
  1020. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1021. if v.Name == "Cash" and v:IsA("BasePart") then
  1022.  
  1023. if v.Position == Vector3.new(-118.523605, 36.8270378, 477.500061) or v.Position == Vector3.new(-118.523605, 36.8270378, 488.540375) then
  1024. if v.ClickDetector.MaxActivationDistance == 5 then
  1025. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1026. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1027. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1028. end
  1029. end
  1030. end
  1031. end
  1032. wait(1)
  1033. end
  1034.  
  1035. end
  1036. coroutine.wrap(TGFBLFB_fake_script)()
  1037. local function ARME_fake_script() -- Beluga.LocalScript
  1038. local script = Instance.new('LocalScript', Beluga)
  1039.  
  1040. function twon()
  1041. local twn = game:GetService("TweenService")
  1042.  
  1043. local plr = game:GetService("Players").LocalPlayer
  1044.  
  1045. local speed = 375
  1046.  
  1047. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(285, 35.6, -20)).magnitude
  1048.  
  1049. local tweenspeed = dist/tonumber(speed)
  1050.  
  1051. local goal = {}
  1052. goal.CFrame = CFrame.new(285, 35.6, -20)
  1053.  
  1054.  
  1055. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1056.  
  1057. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1058.  
  1059. local var = true
  1060.  
  1061. local RunService = game:GetService("RunService")
  1062. RunService.Stepped:Connect(function()
  1063. if var == true then
  1064. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1065. if v:IsA("BasePart") then
  1066. v.CanCollide = false
  1067. end
  1068. end
  1069. end
  1070. end)
  1071.  
  1072. tween:Play()
  1073. tween.Completed:Connect(function()
  1074. var = false
  1075. end)
  1076. end
  1077.  
  1078. script.Parent.MouseButton1Click:Connect(twon)
  1079.  
  1080. end
  1081. coroutine.wrap(ARME_fake_script)()
  1082. local function AVXCTXJ_fake_script() -- luxuryapartments.LocalScript
  1083. local script = Instance.new('LocalScript', luxuryapartments)
  1084.  
  1085. function twon()
  1086. local twn = game:GetService("TweenService")
  1087.  
  1088. local plr = game:GetService("Players").LocalPlayer
  1089.  
  1090. local speed = 295
  1091.  
  1092. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(14, 39, 684)).magnitude
  1093.  
  1094. local tweenspeed = dist/tonumber(speed)
  1095.  
  1096. local goal = {}
  1097. goal.CFrame = CFrame.new(14, 39, 684)
  1098.  
  1099.  
  1100. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1101.  
  1102. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1103.  
  1104. tween:Play()
  1105. end
  1106.  
  1107. script.Parent.MouseButton1Click:Connect(twon)
  1108. end
  1109. coroutine.wrap(AVXCTXJ_fake_script)()
  1110. local function RLCYHV_fake_script() -- farsafe.LocalScript
  1111. local script = Instance.new('LocalScript', farsafe)
  1112.  
  1113. function twon()
  1114. local twn = game:GetService("TweenService")
  1115.  
  1116. local plr = game:GetService("Players").LocalPlayer
  1117.  
  1118. local speed = 295
  1119.  
  1120. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-535, 32.7679, 577.707)).magnitude
  1121.  
  1122. local tweenspeed = dist/tonumber(speed)
  1123.  
  1124. local goal = {}
  1125. goal.CFrame = CFrame.new(-535, 32.7679, 577.707)
  1126.  
  1127.  
  1128. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1129.  
  1130. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1131.  
  1132. tween:Play()
  1133. end
  1134.  
  1135. script.Parent.MouseButton1Click:Connect(twon)
  1136. end
  1137. coroutine.wrap(RLCYHV_fake_script)()
  1138. local function CSGY_fake_script() -- farsafe.ofsafefar
  1139. local script = Instance.new('LocalScript', farsafe)
  1140.  
  1141. while true do
  1142. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1143. if v.Name == "Cash" and v:IsA("BasePart") then
  1144.  
  1145. if v.Position == Vector3.new(-553.447449, 32.7678795, 577.706787) or v.Position == Vector3.new(-533.447, 32.7679, 577.707) or v.Position == Vector3.new(-533.447, 32.7679, 577.707) or v.Position == Vector3.new(-533.447449, 32.7678795, 577.706787) then
  1146. if v.ClickDetector.MaxActivationDistance == 5 then
  1147. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1148. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1149. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1150. end
  1151. end
  1152. end
  1153. end
  1154. wait(1)
  1155. end
  1156.  
  1157.  
  1158. end
  1159. coroutine.wrap(CSGY_fake_script)()
  1160. local function GHGKM_fake_script() -- cluck.LocalScript
  1161. local script = Instance.new('LocalScript', cluck)
  1162.  
  1163. function twon()
  1164. local twn = game:GetService("TweenService")
  1165.  
  1166. local plr = game:GetService("Players").LocalPlayer
  1167.  
  1168. local speed = 295
  1169.  
  1170. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-103, 36.784, 36.7)).magnitude
  1171.  
  1172. local tweenspeed = dist/tonumber(speed)
  1173.  
  1174. local goal = {}
  1175. goal.CFrame = CFrame.new(-103, 36.784, 36.7)
  1176.  
  1177.  
  1178. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1179.  
  1180. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1181.  
  1182. tween:Play()
  1183. end
  1184.  
  1185. script.Parent.MouseButton1Click:Connect(twon)
  1186. end
  1187. coroutine.wrap(GHGKM_fake_script)()
  1188. local function PNDPGDL_fake_script() -- cluck.luck
  1189. local script = Instance.new('LocalScript', cluck)
  1190.  
  1191. while true do
  1192. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1193. if v.Name == "Cash" and v:IsA("BasePart") then
  1194.  
  1195. if v.Position == Vector3.new(-102.3, 36.784, 41.1591) or v.Position == Vector3.new(-102.300095, 36.7840462, 41.1591377) then
  1196. if v.ClickDetector.MaxActivationDistance == 5 then
  1197. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1198. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1199. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1200. end
  1201. end
  1202. end
  1203. end
  1204. wait(1)
  1205. end
  1206.  
  1207.  
  1208. end
  1209. coroutine.wrap(PNDPGDL_fake_script)()
  1210. local function TMRP_fake_script() -- cementarysafe.LocalScript
  1211. local script = Instance.new('LocalScript', cementarysafe)
  1212.  
  1213. function twon()
  1214. local twn = game:GetService("TweenService")
  1215.  
  1216. local plr = game:GetService("Players").LocalPlayer
  1217.  
  1218. local speed = 295
  1219.  
  1220. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-463, 36, 138)).magnitude
  1221.  
  1222. local tweenspeed = dist/tonumber(speed)
  1223.  
  1224. local goal = {}
  1225. goal.CFrame = CFrame.new(-463, 36, 138)
  1226.  
  1227.  
  1228. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1229.  
  1230. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1231.  
  1232. tween:Play()
  1233. end
  1234.  
  1235. script.Parent.MouseButton1Click:Connect(twon)
  1236. end
  1237. coroutine.wrap(TMRP_fake_script)()
  1238. local function EYRY_fake_script() -- cementarysafe.safeofcem
  1239. local script = Instance.new('LocalScript', cementarysafe)
  1240.  
  1241. while true do
  1242. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1243. if v.Name == "Cash" and v:IsA("BasePart") then
  1244.  
  1245. if v.Position == Vector3.new(-463.554, 34.9129, 136.079) or v.Position == Vector3.new(-463.554199, 34.9128914, 136.079361) then
  1246. if v.ClickDetector.MaxActivationDistance == 5 then
  1247. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1248. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1249. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1250. end
  1251. end
  1252. end
  1253. end
  1254. wait(1)
  1255. end
  1256.  
  1257.  
  1258. end
  1259. coroutine.wrap(EYRY_fake_script)()
  1260. local function SNPLUG_fake_script() -- bigpoppa.LocalScript
  1261. local script = Instance.new('LocalScript', bigpoppa)
  1262.  
  1263. function twon()
  1264. local twn = game:GetService("TweenService")
  1265.  
  1266. local plr = game:GetService("Players").LocalPlayer
  1267.  
  1268. local speed = 295
  1269.  
  1270. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-273.8, 38, -235.4)).magnitude
  1271.  
  1272. local tweenspeed = dist/tonumber(speed)
  1273.  
  1274. local goal = {}
  1275. goal.CFrame = CFrame.new(-273.8, 38, -235.4)
  1276.  
  1277.  
  1278. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1279.  
  1280. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1281.  
  1282. tween:Play()
  1283. end
  1284.  
  1285. script.Parent.MouseButton1Click:Connect(twon)
  1286. end
  1287. coroutine.wrap(SNPLUG_fake_script)()
  1288. local function IGHX_fake_script() -- bank.LocalScript
  1289. local script = Instance.new('LocalScript', bank)
  1290.  
  1291. function twon()
  1292. local twn = game:GetService("TweenService")
  1293.  
  1294. local plr = game:GetService("Players").LocalPlayer
  1295.  
  1296. local speed = 295
  1297.  
  1298. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(55.5, 35.6, -41)).magnitude
  1299.  
  1300. local tweenspeed = dist/tonumber(speed)
  1301.  
  1302. local goal = {}
  1303. goal.CFrame = CFrame.new(55.5, 35.6, -41)
  1304.  
  1305.  
  1306. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1307.  
  1308. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1309.  
  1310. tween:Play()
  1311. end
  1312.  
  1313. script.Parent.MouseButton1Click:Connect(twon)
  1314. end
  1315. coroutine.wrap(IGHX_fake_script)()
  1316. local function GNJX_fake_script() -- bank.kanb
  1317. local script = Instance.new('LocalScript', bank)
  1318.  
  1319. while true do
  1320. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1321. if v.Name == "Cash" and v:IsA("BasePart") then
  1322.  
  1323. if v.Position == Vector3.new(57.4504, 35.6, -42.3245) or v.Position == Vector3.new(57.4504089, 35.6000328, -42.3244934) then
  1324. if v.ClickDetector.MaxActivationDistance == 5 then
  1325. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1326. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1327. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1328. end
  1329. end
  1330. end
  1331. end
  1332. wait(1)
  1333. end
  1334.  
  1335.  
  1336. end
  1337. coroutine.wrap(GNJX_fake_script)()
  1338. local function ZWFBJVE_fake_script() -- bananacars.LocalScript
  1339. local script = Instance.new('LocalScript', bananacars)
  1340.  
  1341. function twon()
  1342. local twn = game:GetService("TweenService")
  1343.  
  1344. local plr = game:GetService("Players").LocalPlayer
  1345.  
  1346. local speed = 295
  1347.  
  1348. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-635, 35.5998, -385.6)).magnitude
  1349.  
  1350. local tweenspeed = dist/tonumber(speed)
  1351.  
  1352. local goal = {}
  1353. goal.CFrame = CFrame.new(-635, 35.5998, -385.6)
  1354.  
  1355.  
  1356. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1357.  
  1358. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1359.  
  1360. tween:Play()
  1361. end
  1362.  
  1363. script.Parent.MouseButton1Click:Connect(twon)
  1364. end
  1365. coroutine.wrap(ZWFBJVE_fake_script)()
  1366. local function BKPM_fake_script() -- hideoutsafe.LocalScript
  1367. local script = Instance.new('LocalScript', hideoutsafe)
  1368.  
  1369. function twon()
  1370. local twn = game:GetService("TweenService")
  1371.  
  1372. local plr = game:GetService("Players").LocalPlayer
  1373.  
  1374. local speed = 295
  1375.  
  1376. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-40.8, 50.8, 117)).magnitude
  1377.  
  1378. local tweenspeed = dist/tonumber(speed)
  1379.  
  1380. local goal = {}
  1381. goal.CFrame = CFrame.new(-40.8, 50.8, 117)
  1382.  
  1383.  
  1384. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1385.  
  1386. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1387.  
  1388. tween:Play()
  1389. end
  1390.  
  1391. script.Parent.MouseButton1Click:Connect(twon)
  1392. end
  1393. coroutine.wrap(BKPM_fake_script)()
  1394. local function QYHY_fake_script() -- hideoutsafe.safehideout
  1395. local script = Instance.new('LocalScript', hideoutsafe)
  1396.  
  1397. while true do
  1398. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1399. if v.Name == "Cash" and v:IsA("BasePart") then
  1400.  
  1401. if v.Position == Vector3.new(-834.499756, 35.6000137, -184.59938) or v.Position == Vector3.new(-834.5, 35.6, -184.599) or v.Position == Vector3.new(-834.499756, 35.6000137, -184.599938) then
  1402. if v.ClickDetector.MaxActivationDistance == 5 then
  1403. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1404. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1405. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1406. end
  1407. end
  1408. end
  1409. end
  1410. wait(1)
  1411. end
  1412.  
  1413.  
  1414. end
  1415. coroutine.wrap(QYHY_fake_script)()
  1416. local function LGWB_fake_script() -- alleysafe.leysaf
  1417. local script = Instance.new('LocalScript', alleysafe)
  1418.  
  1419. function twon()
  1420. local twn = game:GetService("TweenService")
  1421.  
  1422. local plr = game:GetService("Players").LocalPlayer
  1423.  
  1424. local speed = 295
  1425.  
  1426. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(69.6505, 37.2, 497.5)).magnitude
  1427.  
  1428. local tweenspeed = dist/tonumber(speed)
  1429.  
  1430. local goal = {}
  1431. goal.CFrame = CFrame.new(69.6505, 37.2, 497.5)
  1432.  
  1433.  
  1434. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1435.  
  1436. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1437.  
  1438. tween:Play()
  1439. end
  1440.  
  1441. script.Parent.MouseButton1Click:Connect(twon)
  1442. end
  1443. coroutine.wrap(LGWB_fake_script)()
  1444. local function ZBWSQ_fake_script() -- alleysafe.safeofalley
  1445. local script = Instance.new('LocalScript', alleysafe)
  1446.  
  1447. while true do
  1448. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1449. if v.Name == "Cash" and v:IsA("BasePart") then
  1450. if v.Orientation == Vector3.new(0,0,0) then
  1451. if v.ClickDetector.MaxActivationDistance == 5 then
  1452. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1453. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1454. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1455. end
  1456. end
  1457. end
  1458. end
  1459. wait(1)
  1460. end
  1461.  
  1462.  
  1463. end
  1464. coroutine.wrap(ZBWSQ_fake_script)()
  1465. local function VAFKA_fake_script() -- Vaults.LocalScript
  1466. local script = Instance.new('LocalScript', Vaults)
  1467.  
  1468. function twon()
  1469. local twn = game:GetService("TweenService")
  1470.  
  1471. local plr = game:GetService("Players").LocalPlayer
  1472.  
  1473. local speed = 295
  1474.  
  1475. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(249.8, 36, 492.7)).magnitude
  1476.  
  1477. local tweenspeed = dist/tonumber(speed)
  1478.  
  1479. local goal = {}
  1480. goal.CFrame = CFrame.new(249.8, 36, 492.7)
  1481.  
  1482.  
  1483. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1484.  
  1485. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1486.  
  1487. tween:Play()
  1488. end
  1489.  
  1490. script.Parent.MouseButton1Click:Connect(twon)
  1491. end
  1492. coroutine.wrap(VAFKA_fake_script)()
  1493. local function ZVJLMWO_fake_script() -- QuavaJuice.LocalScript
  1494. local script = Instance.new('LocalScript', QuavaJuice)
  1495.  
  1496. function twon()
  1497. local twn = game:GetService("TweenService")
  1498.  
  1499. local plr = game:GetService("Players").LocalPlayer
  1500.  
  1501. local speed = 295
  1502.  
  1503. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-283.5, 35.6, -161)).magnitude
  1504.  
  1505. local tweenspeed = dist/tonumber(speed)
  1506.  
  1507. local goal = {}
  1508. goal.CFrame = CFrame.new(-283.5, 35.6, -161)
  1509.  
  1510.  
  1511. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1512.  
  1513. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1514.  
  1515. tween:Play()
  1516. end
  1517.  
  1518. script.Parent.MouseButton1Click:Connect(twon)
  1519. end
  1520. coroutine.wrap(ZVJLMWO_fake_script)()
  1521. local function QUZV_fake_script() -- QuavaJuice.quava
  1522. local script = Instance.new('LocalScript', QuavaJuice)
  1523.  
  1524. while true do
  1525. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1526. if v.Name == "Cash" and v:IsA("BasePart") then
  1527.  
  1528. if v.Position == Vector3.new(-281.689, 35.6, -161.943) or v.Position == Vector3.new(-281.689423, 35.6000328, -161.943466) then
  1529. if v.ClickDetector.MaxActivationDistance == 5 then
  1530. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1531. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1532. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1533. end
  1534. end
  1535. end
  1536. end
  1537. wait(1)
  1538. end
  1539.  
  1540.  
  1541. end
  1542. coroutine.wrap(QUZV_fake_script)()
  1543. local function HGHYSUJ_fake_script() -- MeleeShop.LocalScript
  1544. local script = Instance.new('LocalScript', MeleeShop)
  1545.  
  1546. function twon()
  1547. local twn = game:GetService("TweenService")
  1548.  
  1549. local plr = game:GetService("Players").LocalPlayer
  1550.  
  1551. local speed = 375
  1552.  
  1553. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(192, 35.6, 250)).magnitude
  1554.  
  1555. local tweenspeed = dist/tonumber(speed)
  1556.  
  1557. local goal = {}
  1558. goal.CFrame = CFrame.new(192, 35.6, 250)
  1559.  
  1560.  
  1561. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1562.  
  1563. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1564.  
  1565. local var = true
  1566.  
  1567. local RunService = game:GetService("RunService")
  1568. RunService.Stepped:Connect(function()
  1569. if var == true then
  1570. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1571. if v:IsA("BasePart") then
  1572. v.CanCollide = false
  1573. end
  1574. end
  1575. end
  1576. end)
  1577.  
  1578. tween:Play()
  1579. tween.Completed:Connect(function()
  1580. var = false
  1581. end)
  1582. end
  1583.  
  1584. script.Parent.MouseButton1Click:Connect(twon)
  1585. end
  1586. coroutine.wrap(HGHYSUJ_fake_script)()
  1587. local function PXBVMAE_fake_script() -- MeleeShop.eelem
  1588. local script = Instance.new('LocalScript', MeleeShop)
  1589.  
  1590. while true do
  1591. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1592. if v.Name == "Cash" and v:IsA("BasePart") then
  1593.  
  1594. if v.Position == Vector3.new(190.553528, 35.6000328, 250.921188) then
  1595. if v.ClickDetector.MaxActivationDistance == 5 then
  1596. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1597. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1598. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1599. end
  1600. end
  1601. end
  1602. end
  1603. wait(1)
  1604. end
  1605.  
  1606.  
  1607. end
  1608. coroutine.wrap(PXBVMAE_fake_script)()
  1609. local function MMKJD_fake_script() -- Liquor.LocalScript
  1610. local script = Instance.new('LocalScript', Liquor)
  1611.  
  1612. function twon()
  1613. local twn = game:GetService("TweenService")
  1614.  
  1615. local plr = game:GetService("Players").LocalPlayer
  1616.  
  1617. local speed = 295
  1618.  
  1619. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(70, 36.984, -391)).magnitude
  1620.  
  1621. local tweenspeed = dist/tonumber(speed)
  1622.  
  1623. local goal = {}
  1624. goal.CFrame = CFrame.new(70, 36.984, -391)
  1625.  
  1626.  
  1627. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1628.  
  1629. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1630.  
  1631. tween:Play()
  1632. end
  1633.  
  1634. script.Parent.MouseButton1Click:Connect(twon)
  1635. end
  1636. coroutine.wrap(MMKJD_fake_script)()
  1637. local function ETSCD_fake_script() -- Liquor.lick1
  1638. local script = Instance.new('LocalScript', Liquor)
  1639.  
  1640. while true do
  1641. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1642. if v.Name == "Cash" and v:IsA("BasePart") then
  1643.  
  1644. if v.Position == Vector3.new(68.67, 37.004, -387.12) or v.Position == Vector3.new(68.6700363, 37.0040169, -387.119812) then
  1645. if v.ClickDetector.MaxActivationDistance == 5 then
  1646. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1647. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1648. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1649. end
  1650. end
  1651. end
  1652. end
  1653. wait(1)
  1654. end
  1655.  
  1656.  
  1657. end
  1658. coroutine.wrap(ETSCD_fake_script)()
  1659. local function YIMXU_fake_script() -- Laundromat.LocalScript
  1660. local script = Instance.new('LocalScript', Laundromat)
  1661.  
  1662. function twon()
  1663. local twn = game:GetService("TweenService")
  1664.  
  1665. local plr = game:GetService("Players").LocalPlayer
  1666.  
  1667. local speed = 295
  1668.  
  1669. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(166, 34.5, -282)).magnitude
  1670.  
  1671. local tweenspeed = dist/tonumber(speed)
  1672.  
  1673. local goal = {}
  1674. goal.CFrame = CFrame.new(166, 34.5, -282)
  1675.  
  1676.  
  1677. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1678.  
  1679. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1680.  
  1681. tween:Play()
  1682. end
  1683.  
  1684. script.Parent.MouseButton1Click:Connect(twon)
  1685. end
  1686. coroutine.wrap(YIMXU_fake_script)()
  1687. local function CAEQ_fake_script() -- Laundromat.laundro
  1688. local script = Instance.new('LocalScript', Laundromat)
  1689.  
  1690. while true do
  1691. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1692. if v.Name == "Cash" and v:IsA("BasePart") then
  1693.  
  1694. if v.Position == Vector3.new(165.95, 35.6, -284.05) or v.Position == Vector3.new(165.949646, 35.6000328, -284.049805) then
  1695. if v.ClickDetector.MaxActivationDistance == 5 then
  1696. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1697. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1698. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1699. end
  1700. end
  1701. end
  1702. end
  1703. wait(1)
  1704. end
  1705.  
  1706.  
  1707. end
  1708. coroutine.wrap(CAEQ_fake_script)()
  1709. local function IBCL_fake_script() -- Gym.LocalScript
  1710. local script = Instance.new('LocalScript', Gym)
  1711.  
  1712. function twon()
  1713. local twn = game:GetService("TweenService")
  1714.  
  1715. local plr = game:GetService("Players").LocalPlayer
  1716.  
  1717. local speed = 295
  1718.  
  1719. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(269, 35.6, 1)).magnitude
  1720.  
  1721. local tweenspeed = dist/tonumber(speed)
  1722.  
  1723. local goal = {}
  1724. goal.CFrame = CFrame.new(269, 35.6, 1)
  1725.  
  1726.  
  1727. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1728.  
  1729. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1730.  
  1731. tween:Play()
  1732. end
  1733.  
  1734. script.Parent.MouseButton1Click:Connect(twon)
  1735. end
  1736. coroutine.wrap(IBCL_fake_script)()
  1737. local function BIZRCW_fake_script() -- Gym.myg
  1738. local script = Instance.new('LocalScript', Gym)
  1739.  
  1740. while true do
  1741. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1742. if v.Name == "Cash" and v:IsA("BasePart") then
  1743.  
  1744. if v.Position == Vector3.new(270.552, 35.6, 0.0331507) or v.Position == Vector3.new(270.55246, 35.6000328, 0.0331506729) then
  1745. if v.ClickDetector.MaxActivationDistance == 5 then
  1746. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1747. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1748. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1749. end
  1750. end
  1751. end
  1752. end
  1753. wait(1)
  1754. end
  1755.  
  1756.  
  1757. end
  1758. coroutine.wrap(BIZRCW_fake_script)()
  1759. local function CQZYF_fake_script() -- Gunshop1.LocalScript
  1760. local script = Instance.new('LocalScript', Gunshop1)
  1761.  
  1762. function twon()
  1763. local twn = game:GetService("TweenService")
  1764.  
  1765. local plr = game:GetService("Players").LocalPlayer
  1766.  
  1767. local speed = 295
  1768.  
  1769. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-80.248, 36.6611, -519.343)).magnitude
  1770.  
  1771. local tweenspeed = dist/tonumber(speed)
  1772.  
  1773. local goal = {}
  1774. goal.CFrame = CFrame.new(-80.248, 36.6611, -519.343)
  1775.  
  1776.  
  1777. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1778.  
  1779. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1780.  
  1781. tween:Play()
  1782. end
  1783.  
  1784. script.Parent.MouseButton1Click:Connect(twon)
  1785. end
  1786. coroutine.wrap(CQZYF_fake_script)()
  1787. local function NBAFZB_fake_script() -- GunShop.LocalScript
  1788. local script = Instance.new('LocalScript', GunShop)
  1789.  
  1790. function twon()
  1791. local twn = game:GetService("TweenService")
  1792.  
  1793. local plr = game:GetService("Players").LocalPlayer
  1794.  
  1795. local speed = 375
  1796.  
  1797. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-539.598755, 34.4000206, -177.600357)).magnitude
  1798.  
  1799. local tweenspeed = dist/tonumber(speed)
  1800.  
  1801. local goal = {}
  1802. goal.CFrame = CFrame.new(-539.598755, 34.4000206, -177.600357)
  1803.  
  1804.  
  1805. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1806.  
  1807. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1808.  
  1809. local var = true
  1810.  
  1811. local RunService = game:GetService("RunService")
  1812. RunService.Stepped:Connect(function()
  1813. if var == true then
  1814. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1815. if v:IsA("BasePart") then
  1816. v.CanCollide = false
  1817. end
  1818. end
  1819. end
  1820. end)
  1821.  
  1822. tween:Play()
  1823. tween.Completed:Connect(function()
  1824. var = false
  1825. end)
  1826. end
  1827.  
  1828. script.Parent.MouseButton1Click:Connect(twon)
  1829.  
  1830.  
  1831.  
  1832. end
  1833. coroutine.wrap(NBAFZB_fake_script)()
  1834. local function PXJEVQ_fake_script() -- FarLiquor.LocalScript
  1835. local script = Instance.new('LocalScript', FarLiquor)
  1836.  
  1837. function twon()
  1838. local twn = game:GetService("TweenService")
  1839.  
  1840. local plr = game:GetService("Players").LocalPlayer
  1841.  
  1842. local speed = 375
  1843.  
  1844. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-697.25, 36.9, 134.225)).magnitude
  1845.  
  1846. local tweenspeed = dist/tonumber(speed)
  1847.  
  1848. local goal = {}
  1849. goal.CFrame = CFrame.new(-697.25, 36.9, 134.225)
  1850.  
  1851.  
  1852. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1853.  
  1854. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1855.  
  1856. local var = true
  1857.  
  1858. local RunService = game:GetService("RunService")
  1859. RunService.Stepped:Connect(function()
  1860. if var == true then
  1861. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1862. if v:IsA("BasePart") then
  1863. v.CanCollide = false
  1864. end
  1865. end
  1866. end
  1867. end)
  1868.  
  1869. tween:Play()
  1870. tween.Completed:Connect(function()
  1871. var = false
  1872. end)
  1873. end
  1874.  
  1875. script.Parent.MouseButton1Click:Connect(twon)
  1876.  
  1877.  
  1878.  
  1879. end
  1880. coroutine.wrap(PXJEVQ_fake_script)()
  1881. local function GMUP_fake_script() -- FarLiquor.liquoroffar
  1882. local script = Instance.new('LocalScript', FarLiquor)
  1883.  
  1884. while true do
  1885. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1886. if v.Name == "Cash" and v:IsA("BasePart") then
  1887.  
  1888. if v.Position == Vector3.new(-693.455, 36.9, 134.225) or v.Position == Vector3.new(-693.455139, 36.900013, 134.225388) then
  1889. if v.ClickDetector.MaxActivationDistance == 5 then
  1890. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1891. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1892. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1893. end
  1894. end
  1895. end
  1896. end
  1897. wait(1)
  1898. end
  1899.  
  1900.  
  1901. end
  1902. coroutine.wrap(GMUP_fake_script)()
  1903. local function EQYOV_fake_script() -- BigSlop.LocalScript
  1904. local script = Instance.new('LocalScript', BigSlop)
  1905.  
  1906. function twon()
  1907. local twn = game:GetService("TweenService")
  1908.  
  1909. local plr = game:GetService("Players").LocalPlayer
  1910.  
  1911. local speed = 375
  1912.  
  1913. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-841, 37.004, -82.5)).magnitude
  1914.  
  1915. local tweenspeed = dist/tonumber(speed)
  1916.  
  1917. local goal = {}
  1918. goal.CFrame = CFrame.new(-841, 37.004, -82.5)
  1919.  
  1920.  
  1921. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1922.  
  1923. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1924.  
  1925. local var = true
  1926.  
  1927. local RunService = game:GetService("RunService")
  1928. RunService.Stepped:Connect(function()
  1929. if var == true then
  1930. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1931. if v:IsA("BasePart") then
  1932. v.CanCollide = false
  1933. end
  1934. end
  1935. end
  1936. end)
  1937.  
  1938. tween:Play()
  1939. tween.Completed:Connect(function()
  1940. var = false
  1941. end)
  1942. end
  1943.  
  1944. script.Parent.MouseButton1Click:Connect(twon)
  1945.  
  1946. end
  1947. coroutine.wrap(EQYOV_fake_script)()
  1948. local function IUUECCN_fake_script() -- BigSlop.slopofbig
  1949. local script = Instance.new('LocalScript', BigSlop)
  1950.  
  1951. while true do
  1952. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1953. if v.Name == "Cash" and v:IsA("BasePart") then
  1954.  
  1955. if v.Position == Vector3.new(-837.534, 37.004, -81.8848) or v.Position == Vector3.new(-837.533997, 37.0040169, -81.88488114) or v.Position == Vector3.new(-837.533997, 37.0040169, -81.8848114) then
  1956. if v.ClickDetector.MaxActivationDistance == 5 then
  1957. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1958. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1959. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1960. end
  1961. end
  1962. end
  1963. end
  1964. wait(1)
  1965. end
  1966.  
  1967.  
  1968. end
  1969. coroutine.wrap(IUUECCN_fake_script)()
  1970. local function IDRJ_fake_script() -- roses2.LocalScript
  1971. local script = Instance.new('LocalScript', roses2)
  1972.  
  1973. function twon()
  1974. local twn = game:GetService("TweenService")
  1975.  
  1976. local plr = game:GetService("Players").LocalPlayer
  1977.  
  1978. local speed = 295
  1979.  
  1980. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-120, 36.827, 488.54)).magnitude
  1981.  
  1982. local tweenspeed = dist/tonumber(speed)
  1983.  
  1984. local goal = {}
  1985. goal.CFrame = CFrame.new(-120, 36.827, 488.54)
  1986.  
  1987.  
  1988. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1989.  
  1990. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1991.  
  1992. tween:Play()
  1993. end
  1994.  
  1995. script.Parent.MouseButton1Click:Connect(twon)
  1996. end
  1997. coroutine.wrap(IDRJ_fake_script)()
  1998. local function IGKFH_fake_script() -- roses2.rse2
  1999. local script = Instance.new('LocalScript', roses2)
  2000.  
  2001. while true do
  2002. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2003. if v.Name == "Cash" and v:IsA("BasePart") then
  2004.  
  2005. if v.Position == Vector3.new(-118.524, 36.827, 477.5) or v.Position == Vector3.new(-118.524002, 36.8269997, 477.5) or v.Position == Vector3.new(-118.523605, 36.8270368, 477.500061) then
  2006. if v.ClickDetector.MaxActivationDistance == 5 then
  2007. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2008. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2009. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2010. end
  2011. end
  2012. end
  2013. end
  2014. wait(1)
  2015. end
  2016.  
  2017. end
  2018. coroutine.wrap(IGKFH_fake_script)()
  2019. local function LCOXK_fake_script() -- roses3.LocalScript
  2020. local script = Instance.new('LocalScript', roses3)
  2021.  
  2022. function twon()
  2023. local twn = game:GetService("TweenService")
  2024.  
  2025. local plr = game:GetService("Players").LocalPlayer
  2026.  
  2027. local speed = 295
  2028.  
  2029. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-120, 36.827, 488.54)).magnitude
  2030.  
  2031. local tweenspeed = dist/tonumber(speed)
  2032.  
  2033. local goal = {}
  2034. goal.CFrame = CFrame.new(-120, 36.827, 488.54)
  2035.  
  2036.  
  2037. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2038.  
  2039. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2040.  
  2041. tween:Play()
  2042. end
  2043.  
  2044. script.Parent.MouseButton1Click:Connect(twon)
  2045. end
  2046. coroutine.wrap(LCOXK_fake_script)()
  2047. local function KVUSXR_fake_script() -- roses3.rse3
  2048. local script = Instance.new('LocalScript', roses3)
  2049.  
  2050. while true do
  2051. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2052. if v.Name == "Cash" and v:IsA("BasePart") then
  2053.  
  2054. if v.Position == Vector3.new(-103.206, 36.827, 485.351) or v.Position == Vector3.new(-103.206001, 36.8269997, 485.351013) or v.Position == Vector3.new(-103.206177, 36.827034, 485.351196) then
  2055. if v.ClickDetector.MaxActivationDistance == 5 then
  2056. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2057. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2058. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2059. end
  2060. end
  2061. end
  2062. end
  2063. wait(1)
  2064. end
  2065.  
  2066. end
  2067. coroutine.wrap(KVUSXR_fake_script)()
  2068. local function YOVG_fake_script() -- roses4.LocalScript
  2069. local script = Instance.new('LocalScript', roses4)
  2070.  
  2071. function twon()
  2072. local twn = game:GetService("TweenService")
  2073.  
  2074. local plr = game:GetService("Players").LocalPlayer
  2075.  
  2076. local speed = 295
  2077.  
  2078. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-120, 36.827, 488.54)).magnitude
  2079.  
  2080. local tweenspeed = dist/tonumber(speed)
  2081.  
  2082. local goal = {}
  2083. goal.CFrame = CFrame.new(-120, 36.827, 488.54)
  2084.  
  2085.  
  2086. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2087.  
  2088. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2089.  
  2090. tween:Play()
  2091. end
  2092.  
  2093. script.Parent.MouseButton1Click:Connect(twon)
  2094. end
  2095. coroutine.wrap(YOVG_fake_script)()
  2096. local function FHZFTZ_fake_script() -- roses4.rse4
  2097. local script = Instance.new('LocalScript', roses4)
  2098.  
  2099. while true do
  2100. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2101. if v.Name == "Cash" and v:IsA("BasePart") then
  2102.  
  2103. if v.Position == Vector3.new(-103.206, 36.827, 474.419) or v.Position == Vector3.new(-103.206001, 36.8269997, 474.419006) or v.Position == Vector3.new(-103.206177, 36.827034, 474.418671) then
  2104. if v.ClickDetector.MaxActivationDistance == 5 then
  2105. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2106. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2107. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2108. end
  2109. end
  2110. end
  2111. end
  2112. wait(1)
  2113. end
  2114.  
  2115. end
  2116. coroutine.wrap(FHZFTZ_fake_script)()
  2117. local function ONIPNC_fake_script() -- Liquor2.LocalScript
  2118. local script = Instance.new('LocalScript', Liquor2)
  2119.  
  2120. function twon()
  2121. local twn = game:GetService("TweenService")
  2122.  
  2123. local plr = game:GetService("Players").LocalPlayer
  2124.  
  2125. local speed = 295
  2126.  
  2127. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(70, 36.984, -391)).magnitude
  2128.  
  2129. local tweenspeed = dist/tonumber(speed)
  2130.  
  2131. local goal = {}
  2132. goal.CFrame = CFrame.new(70, 36.984, -391)
  2133.  
  2134.  
  2135. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2136.  
  2137. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2138.  
  2139. tween:Play()
  2140. end
  2141.  
  2142. script.Parent.MouseButton1Click:Connect(twon)
  2143. end
  2144. coroutine.wrap(ONIPNC_fake_script)()
  2145. local function KYFNSY_fake_script() -- Liquor2.lick2
  2146. local script = Instance.new('LocalScript', Liquor2)
  2147.  
  2148. while true do
  2149. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2150. if v.Name == "Cash" and v:IsA("BasePart") then
  2151.  
  2152. if v.Position == Vector3.new(68.59, 37.004, -394.35) or v.Position == Vector3.new(68.5899963, 37.0040016, -394.350006) or v.Position == Vector3.new(68.5900269, 37.0040169, -394.349731) then
  2153. if v.ClickDetector.MaxActivationDistance == 5 then
  2154. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2155. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2156. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2157. end
  2158. end
  2159. end
  2160. end
  2161. wait(1)
  2162. end
  2163.  
  2164.  
  2165. end
  2166. coroutine.wrap(KYFNSY_fake_script)()
  2167. local function OXVWMH_fake_script() -- vaultlick2.LocalScript
  2168. local script = Instance.new('LocalScript', vaultlick2)
  2169.  
  2170. function twon()
  2171. local twn = game:GetService("TweenService")
  2172.  
  2173. local plr = game:GetService("Players").LocalPlayer
  2174.  
  2175. local speed = 295
  2176.  
  2177. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(265.5, 37.004, 300.6)).magnitude
  2178.  
  2179. local tweenspeed = dist/tonumber(speed)
  2180.  
  2181. local goal = {}
  2182. goal.CFrame = CFrame.new(265.5, 37.004, 300.6)
  2183.  
  2184.  
  2185. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2186.  
  2187. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2188.  
  2189. tween:Play()
  2190. end
  2191.  
  2192. script.Parent.MouseButton1Click:Connect(twon)
  2193. end
  2194. coroutine.wrap(OXVWMH_fake_script)()
  2195. local function IHGSWOS_fake_script() -- vaultlick2.lickofvault2
  2196. local script = Instance.new('LocalScript', vaultlick2)
  2197.  
  2198. while true do
  2199. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2200. if v.Name == "Cash" and v:IsA("BasePart") then
  2201.  
  2202. if v.Position == Vector3.new(264.39, 37.004, 296.85) or v.Position == Vector3.new(264.390015, 37.0040016, 296.850006) or v.Position == Vector3.new(264.389557, 37.0040169, 296.850281) then
  2203. if v.ClickDetector.MaxActivationDistance == 5 then
  2204. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2205. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2206. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2207. end
  2208. end
  2209. end
  2210. end
  2211. wait(1)
  2212. end
  2213.  
  2214.  
  2215. end
  2216. coroutine.wrap(IHGSWOS_fake_script)()
  2217. local function RHSLER_fake_script() -- cluck2.LocalScript
  2218. local script = Instance.new('LocalScript', cluck2)
  2219.  
  2220. function twon()
  2221. local twn = game:GetService("TweenService")
  2222.  
  2223. local plr = game:GetService("Players").LocalPlayer
  2224.  
  2225. local speed = 295
  2226.  
  2227. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-103, 36.784, 36.7)).magnitude
  2228.  
  2229. local tweenspeed = dist/tonumber(speed)
  2230.  
  2231. local goal = {}
  2232. goal.CFrame = CFrame.new(-103, 36.784, 36.7)
  2233.  
  2234.  
  2235. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2236.  
  2237. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2238.  
  2239. tween:Play()
  2240. end
  2241.  
  2242. script.Parent.MouseButton1Click:Connect(twon)
  2243. end
  2244. coroutine.wrap(RHSLER_fake_script)()
  2245. local function UBQBPA_fake_script() -- cluck2.luck2
  2246. local script = Instance.new('LocalScript', cluck2)
  2247.  
  2248. while true do
  2249. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2250. if v.Name == "Cash" and v:IsA("BasePart") then
  2251.  
  2252. if v.Position == Vector3.new(-102.3, 36.784, 32.2991) or v.Position == Vector3.new(-102.300003, 36.7840004, 32.299099) or v.Position == Vector3.new(102.300095, 36.7840462, 32.2991219) then
  2253. if v.ClickDetector.MaxActivationDistance == 5 then
  2254. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2255. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2256. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2257. end
  2258. end
  2259. end
  2260. end
  2261. wait(1)
  2262. end
  2263.  
  2264.  
  2265. end
  2266. coroutine.wrap(UBQBPA_fake_script)()
  2267. local function SESUZWK_fake_script() -- FarLiquor2.LocalScript
  2268. local script = Instance.new('LocalScript', FarLiquor2)
  2269.  
  2270. function twon()
  2271. local twn = game:GetService("TweenService")
  2272.  
  2273. local plr = game:GetService("Players").LocalPlayer
  2274.  
  2275. local speed = 375
  2276.  
  2277. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-697.25, 36.9, 134.225)).magnitude
  2278.  
  2279. local tweenspeed = dist/tonumber(speed)
  2280.  
  2281. local goal = {}
  2282. goal.CFrame = CFrame.new(-697.25, 36.9, 134.225)
  2283.  
  2284.  
  2285. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2286.  
  2287. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2288.  
  2289. local var = true
  2290.  
  2291. local RunService = game:GetService("RunService")
  2292. RunService.Stepped:Connect(function()
  2293. if var == true then
  2294. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2295. if v:IsA("BasePart") then
  2296. v.CanCollide = false
  2297. end
  2298. end
  2299. end
  2300. end)
  2301.  
  2302. tween:Play()
  2303. tween.Completed:Connect(function()
  2304. var = false
  2305. end)
  2306. end
  2307.  
  2308. script.Parent.MouseButton1Click:Connect(twon)
  2309.  
  2310.  
  2311.  
  2312. end
  2313. coroutine.wrap(SESUZWK_fake_script)()
  2314. local function EMAVUBU_fake_script() -- FarLiquor2.liquoroffar2
  2315. local script = Instance.new('LocalScript', FarLiquor2)
  2316.  
  2317. while true do
  2318. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2319. if v.Name == "Cash" and v:IsA("BasePart") then
  2320.  
  2321. if v.Position == Vector3.new(-700.685, 36.9, 134.305) or v.Position == Vector3.new(-700.685059, 36.900013, 134.305405) or v.Position == Vector3.new(-700.685059, 36.900013, 134.305405) then
  2322. if v.ClickDetector.MaxActivationDistance == 5 then
  2323. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2324. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2325. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2326. end
  2327. end
  2328. end
  2329. end
  2330. wait(1)
  2331. end
  2332.  
  2333.  
  2334. end
  2335. coroutine.wrap(EMAVUBU_fake_script)()
  2336. local function ISTGE_fake_script() -- BigSlop2.LocalScript
  2337. local script = Instance.new('LocalScript', BigSlop2)
  2338.  
  2339. function twon()
  2340. local twn = game:GetService("TweenService")
  2341.  
  2342. local plr = game:GetService("Players").LocalPlayer
  2343.  
  2344. local speed = 375
  2345.  
  2346. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-841, 37.004, -82.5)).magnitude
  2347.  
  2348. local tweenspeed = dist/tonumber(speed)
  2349.  
  2350. local goal = {}
  2351. goal.CFrame = CFrame.new(-841, 37.004, -82.5)
  2352.  
  2353.  
  2354. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2355.  
  2356. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2357.  
  2358. local var = true
  2359.  
  2360. local RunService = game:GetService("RunService")
  2361. RunService.Stepped:Connect(function()
  2362. if var == true then
  2363. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2364. if v:IsA("BasePart") then
  2365. v.CanCollide = false
  2366. end
  2367. end
  2368. end
  2369. end)
  2370.  
  2371. tween:Play()
  2372. tween.Completed:Connect(function()
  2373. var = false
  2374. end)
  2375. end
  2376.  
  2377. script.Parent.MouseButton1Click:Connect(twon)
  2378.  
  2379. end
  2380. coroutine.wrap(ISTGE_fake_script)()
  2381. local function VFJM_fake_script() -- BigSlop2.slopofbig2
  2382. local script = Instance.new('LocalScript', BigSlop2)
  2383.  
  2384. while true do
  2385. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2386. if v.Name == "Cash" and v:IsA("BasePart") then
  2387.  
  2388. if v.Position == Vector3.new(-844.764, 37.004, -81.8049) or v.Position == Vector3.new(-844.763977, 37.0040016, -81.8049011) or v.Position == Vector3.new(-844.763977, 37,0040169, -81.8048553) then
  2389. if v.ClickDetector.MaxActivationDistance == 5 then
  2390. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2391. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2392. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2393. end
  2394. end
  2395. end
  2396. end
  2397. wait(1)
  2398. end
  2399.  
  2400.  
  2401. end
  2402. coroutine.wrap(VFJM_fake_script)()
  2403. local function VWXMNXJ_fake_script() -- open.LocalScript
  2404. local script = Instance.new('LocalScript', open)
  2405.  
  2406. function open()
  2407. script.Parent.Parent.back.Visible = true
  2408. end
  2409.  
  2410. script.Parent.MouseButton1Click:Connect(open)
  2411. end
  2412. coroutine.wrap(VWXMNXJ_fake_script)()
  2413. local function NQNMO_fake_script() -- close.LocalScript
  2414. local script = Instance.new('LocalScript', close)
  2415.  
  2416. function close()
  2417. script.Parent.Parent.back.Visible = false
  2418. end
  2419.  
  2420. script.Parent.MouseButton1Click:Connect(close)
  2421. end
  2422. coroutine.wrap(NQNMO_fake_script)()
  2423. local function JYYUSPP_fake_script() -- bar.LocalScript
  2424. local script = Instance.new('LocalScript', bar)
  2425.  
  2426. local UserInputService = game:GetService("UserInputService")
  2427.  
  2428. local gui = script.Parent
  2429.  
  2430. local dragging
  2431. local dragInput
  2432. local dragStart
  2433. local startPos
  2434.  
  2435. local function update(input)
  2436. local delta = input.Position - dragStart
  2437. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  2438. end
  2439.  
  2440. gui.InputBegan:Connect(function(input)
  2441. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  2442. dragging = true
  2443. dragStart = input.Position
  2444. startPos = gui.Position
  2445.  
  2446. input.Changed:Connect(function()
  2447. if input.UserInputState == Enum.UserInputState.End then
  2448. dragging = false
  2449. end
  2450. end)
  2451. end
  2452. end)
  2453.  
  2454. gui.InputChanged:Connect(function(input)
  2455. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  2456. dragInput = input
  2457. end
  2458. end)
  2459.  
  2460. UserInputService.InputChanged:Connect(function(input)
  2461. if input == dragInput and dragging then
  2462. update(input)
  2463. end
  2464. end)
  2465. end
  2466. coroutine.wrap(JYYUSPP_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement