Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 88.65 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.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 YHJDFEW_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 = 350
  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(YHJDFEW_fake_script)()
  691. local function RQIHOFE_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 = 350
  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(RQIHOFE_fake_script)()
  726. local function HJCGOYC_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 = 350
  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(HJCGOYC_fake_script)()
  763. local function EDCVUEW_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 = 350
  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. local RunService = game:GetService("RunService")
  786. RunService.Stepped:Connect(function()
  787. if var == true then
  788. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  789. if v:IsA("BasePart") then
  790. v.CanCollide = false
  791. end
  792. end
  793. end
  794. end)
  795.  
  796. tween:Play()
  797. tween.Completed:Connect(function()
  798. var = false
  799. end)
  800. end
  801. end
  802. end)
  803. end
  804.  
  805. script.Parent.MouseButton1Click:Connect(function()
  806. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  807. threeloop() else
  808. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  809. _G.three = false
  810. end
  811. end)
  812. end
  813. coroutine.wrap(EDCVUEW_fake_script)()
  814. local function BAUH_fake_script() -- loop2.looptwo
  815. local script = Instance.new('LocalScript', loop2)
  816.  
  817. function twoloop()
  818. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  819. _G.two = true
  820. spawn(function()
  821. while true do
  822. wait()
  823. if _G.two then
  824. local txt = script.Parent.Parent.playerbox2.Text
  825. local me = game.Players.LocalPlayer
  826. local u = game.Players:FindFirstChild(txt)
  827. local twn = game:GetService("TweenService")
  828. local speed = 360
  829. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  830. local tweenspeed = dist/tonumber(speed)
  831. local goal = {}
  832. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  833. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  834. local tween = twn:Create(me.Character.HumanoidRootPart, inf, goal)
  835. if u == nil then return end
  836. local RunService = game:GetService("RunService")
  837. RunService.Stepped:Connect(function()
  838. if var == true then
  839. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  840. if v:IsA("BasePart") then
  841. v.CanCollide = false
  842. end
  843. end
  844. end
  845. end)
  846.  
  847. tween:Play()
  848. tween.Completed:Connect(function()
  849. var = false
  850. end)
  851. end
  852. end
  853. end)
  854. end
  855.  
  856. script.Parent.MouseButton1Click:Connect(function()
  857. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  858. twoloop() else
  859. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  860. _G.two = false
  861. end
  862. end)
  863. end
  864. coroutine.wrap(BAUH_fake_script)()
  865. local function MESHMEW_fake_script() -- loop.loop
  866. local script = Instance.new('LocalScript', loop)
  867.  
  868. function juan()
  869. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  870. _G.one = true
  871. spawn(function()
  872. while true do
  873. wait()
  874. if _G.one then
  875. local txt = script.Parent.Parent.playerbox.Text
  876. local me = game.Players.LocalPlayer
  877. local u = game.Players:FindFirstChild(txt)
  878. local twn = game:GetService("TweenService")
  879. local speed = 360
  880. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  881. local tweenspeed = dist/tonumber(speed)
  882. local goal = {}
  883. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  884. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  885. local tween = twn:Create(me.Character.HumanoidRootPart, inf, goal)
  886. if u == nil then return end
  887. local RunService = game:GetService("RunService")
  888. RunService.Stepped:Connect(function()
  889. if var == true then
  890. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  891. if v:IsA("BasePart") then
  892. v.CanCollide = false
  893. end
  894. end
  895. end
  896. end)
  897.  
  898. tween:Play()
  899. tween.Completed:Connect(function()
  900. var = false
  901. end)
  902. end
  903. end
  904. end)
  905. end
  906.  
  907. script.Parent.MouseButton1Click:Connect(function()
  908. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  909. juan() else
  910. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  911. _G.one = false
  912. end
  913. end)
  914. end
  915. coroutine.wrap(MESHMEW_fake_script)()
  916. local function VSXUT_fake_script() -- fixbutton.LocalScript
  917. local script = Instance.new('LocalScript', fixbutton)
  918.  
  919. function leftclick()
  920. local var = game.Players.LocalPlayer.PlayerGui.LocalScript
  921. var.Parent = game:GetService("SoundService")
  922. wait(0.5)
  923. var = game:GetService("SoundService").LocalScript
  924. var.Parent = game:GetService("Players").LocalPlayer["PlayerGui"]
  925. end
  926.  
  927. script.Parent.MouseButton1Click:Connect(leftclick)
  928. end
  929. coroutine.wrap(VSXUT_fake_script)()
  930. local function HJIWUPP_fake_script() -- vaultlick.LocalScript
  931. local script = Instance.new('LocalScript', vaultlick)
  932.  
  933. function twon()
  934. local twn = game:GetService("TweenService")
  935.  
  936. local plr = game:GetService("Players").LocalPlayer
  937.  
  938. local speed = 350
  939.  
  940. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(265.5, 37.004, 300.6)).magnitude
  941.  
  942. local tweenspeed = dist/tonumber(speed)
  943.  
  944. local goal = {}
  945. goal.CFrame = CFrame.new(265.5, 37.004, 300.6)
  946.  
  947.  
  948. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  949.  
  950. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  951.  
  952. local RunService = game:GetService("RunService")
  953. RunService.Stepped:Connect(function()
  954. if var == true then
  955. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  956. if v:IsA("BasePart") then
  957. v.CanCollide = false
  958. end
  959. end
  960. end
  961. end)
  962.  
  963. tween:Play()
  964. tween.Completed:Connect(function()
  965. var = false
  966. end)
  967. end
  968.  
  969. script.Parent.MouseButton1Click:Connect(twon)
  970. end
  971. coroutine.wrap(HJIWUPP_fake_script)()
  972. local function JTINV_fake_script() -- vaultlick.lickofvault
  973. local script = Instance.new('LocalScript', vaultlick)
  974.  
  975. while true do
  976. for i,v in pairs(workspace.Shops:GetDescendants()) do
  977. if v.Name == "Cash" and v:IsA("BasePart") then
  978.  
  979. 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
  980. if v.ClickDetector.MaxActivationDistance == 5 then
  981. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  982. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  983. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  984. end
  985. end
  986. end
  987. end
  988. wait(1)
  989. end
  990.  
  991.  
  992. end
  993. coroutine.wrap(JTINV_fake_script)()
  994. local function WJHPSS_fake_script() -- subway.LocalScript
  995. local script = Instance.new('LocalScript', subway)
  996.  
  997. function twon()
  998. local twn = game:GetService("TweenService")
  999.  
  1000. local plr = game:GetService("Players").LocalPlayer
  1001.  
  1002. local speed = 350
  1003.  
  1004. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-116, 36.427, 577.151)).magnitude
  1005.  
  1006. local tweenspeed = dist/tonumber(speed)
  1007.  
  1008. local goal = {}
  1009. goal.CFrame = CFrame.new(-116, 36.427, 577.151)
  1010.  
  1011.  
  1012. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1013.  
  1014. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1015.  
  1016. local RunService = game:GetService("RunService")
  1017. RunService.Stepped:Connect(function()
  1018. if var == true then
  1019. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1020. if v:IsA("BasePart") then
  1021. v.CanCollide = false
  1022. end
  1023. end
  1024. end
  1025. end)
  1026.  
  1027. tween:Play()
  1028. tween.Completed:Connect(function()
  1029. var = false
  1030. end)
  1031. end
  1032.  
  1033. script.Parent.MouseButton1Click:Connect(twon)
  1034. end
  1035. coroutine.wrap(WJHPSS_fake_script)()
  1036. local function SFMSFF_fake_script() -- subway.wayofsub
  1037. local script = Instance.new('LocalScript', subway)
  1038.  
  1039. while true do
  1040. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1041. if v.Name == "Cash" and v:IsA("BasePart") then
  1042.  
  1043. if v.Position == Vector3.new(-117.606079, 36.4270325, 577.151062) then
  1044. if v.ClickDetector.MaxActivationDistance == 5 then
  1045. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1046. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1047. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1048. end
  1049. end
  1050. end
  1051. end
  1052. wait(1)
  1053. end
  1054.  
  1055.  
  1056. end
  1057. coroutine.wrap(SFMSFF_fake_script)()
  1058. local function EPLYIZG_fake_script() -- roses.LocalScript
  1059. local script = Instance.new('LocalScript', roses)
  1060.  
  1061. function twon()
  1062. local twn = game:GetService("TweenService")
  1063.  
  1064. local plr = game:GetService("Players").LocalPlayer
  1065.  
  1066. local speed = 350
  1067.  
  1068. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-120, 36.827, 488.54)).magnitude
  1069.  
  1070. local tweenspeed = dist/tonumber(speed)
  1071.  
  1072. local goal = {}
  1073. goal.CFrame = CFrame.new(-120, 36.827, 488.54)
  1074.  
  1075.  
  1076. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1077.  
  1078. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1079.  
  1080. local RunService = game:GetService("RunService")
  1081. RunService.Stepped:Connect(function()
  1082. if var == true then
  1083. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1084. if v:IsA("BasePart") then
  1085. v.CanCollide = false
  1086. end
  1087. end
  1088. end
  1089. end)
  1090.  
  1091. tween:Play()
  1092. tween.Completed:Connect(function()
  1093. var = false
  1094. end)
  1095. end
  1096.  
  1097. script.Parent.MouseButton1Click:Connect(twon)
  1098. end
  1099. coroutine.wrap(EPLYIZG_fake_script)()
  1100. local function LQUDAR_fake_script() -- roses.rse
  1101. local script = Instance.new('LocalScript', roses)
  1102.  
  1103. while true do
  1104. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1105. if v.Name == "Cash" and v:IsA("BasePart") then
  1106.  
  1107. if v.Position == Vector3.new(-118.523605, 36.8270378, 477.500061) or v.Position == Vector3.new(-118.523605, 36.8270378, 488.540375) then
  1108. if v.ClickDetector.MaxActivationDistance == 5 then
  1109. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1110. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1111. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1112. end
  1113. end
  1114. end
  1115. end
  1116. wait(1)
  1117. end
  1118.  
  1119. end
  1120. coroutine.wrap(LQUDAR_fake_script)()
  1121. local function QTIUNAC_fake_script() -- Beluga.LocalScript
  1122. local script = Instance.new('LocalScript', Beluga)
  1123.  
  1124. function twon()
  1125. local twn = game:GetService("TweenService")
  1126.  
  1127. local plr = game:GetService("Players").LocalPlayer
  1128.  
  1129. local speed = 350
  1130.  
  1131. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(285, 35.6, -20)).magnitude
  1132.  
  1133. local tweenspeed = dist/tonumber(speed)
  1134.  
  1135. local goal = {}
  1136. goal.CFrame = CFrame.new(285, 35.6, -20)
  1137.  
  1138.  
  1139. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1140.  
  1141. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1142.  
  1143. local var = true
  1144.  
  1145. local RunService = game:GetService("RunService")
  1146. RunService.Stepped:Connect(function()
  1147. if var == true then
  1148. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1149. if v:IsA("BasePart") then
  1150. v.CanCollide = false
  1151. end
  1152. end
  1153. end
  1154. end)
  1155.  
  1156. tween:Play()
  1157. tween.Completed:Connect(function()
  1158. var = false
  1159. end)
  1160. end
  1161.  
  1162. script.Parent.MouseButton1Click:Connect(twon)
  1163.  
  1164. end
  1165. coroutine.wrap(QTIUNAC_fake_script)()
  1166. local function URDE_fake_script() -- luxuryapartments.LocalScript
  1167. local script = Instance.new('LocalScript', luxuryapartments)
  1168.  
  1169. function twon()
  1170. local twn = game:GetService("TweenService")
  1171.  
  1172. local plr = game:GetService("Players").LocalPlayer
  1173.  
  1174. local speed = 350
  1175.  
  1176. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(14, 39, 684)).magnitude
  1177.  
  1178. local tweenspeed = dist/tonumber(speed)
  1179.  
  1180. local goal = {}
  1181. goal.CFrame = CFrame.new(14, 39, 684)
  1182.  
  1183.  
  1184. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1185.  
  1186. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1187.  
  1188. local RunService = game:GetService("RunService")
  1189. RunService.Stepped:Connect(function()
  1190. if var == true then
  1191. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1192. if v:IsA("BasePart") then
  1193. v.CanCollide = false
  1194. end
  1195. end
  1196. end
  1197. end)
  1198.  
  1199. tween:Play()
  1200. tween.Completed:Connect(function()
  1201. var = false
  1202. end)
  1203. end
  1204.  
  1205. script.Parent.MouseButton1Click:Connect(twon)
  1206. end
  1207. coroutine.wrap(URDE_fake_script)()
  1208. local function JEKD_fake_script() -- farsafe.LocalScript
  1209. local script = Instance.new('LocalScript', farsafe)
  1210.  
  1211. function twon()
  1212. local twn = game:GetService("TweenService")
  1213.  
  1214. local plr = game:GetService("Players").LocalPlayer
  1215.  
  1216. local speed = 350
  1217.  
  1218. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-535, 32.7679, 577.707)).magnitude
  1219.  
  1220. local tweenspeed = dist/tonumber(speed)
  1221.  
  1222. local goal = {}
  1223. goal.CFrame = CFrame.new(-535, 32.7679, 577.707)
  1224.  
  1225.  
  1226. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1227.  
  1228. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1229.  
  1230. local RunService = game:GetService("RunService")
  1231. RunService.Stepped:Connect(function()
  1232. if var == true then
  1233. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1234. if v:IsA("BasePart") then
  1235. v.CanCollide = false
  1236. end
  1237. end
  1238. end
  1239. end)
  1240.  
  1241. tween:Play()
  1242. tween.Completed:Connect(function()
  1243. var = false
  1244. end)
  1245. end
  1246.  
  1247. script.Parent.MouseButton1Click:Connect(twon)
  1248. end
  1249. coroutine.wrap(JEKD_fake_script)()
  1250. local function LMFEHJN_fake_script() -- farsafe.ofsafefar
  1251. local script = Instance.new('LocalScript', farsafe)
  1252.  
  1253. while true do
  1254. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1255. if v.Name == "Cash" and v:IsA("BasePart") then
  1256.  
  1257. 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
  1258. if v.ClickDetector.MaxActivationDistance == 5 then
  1259. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1260. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1261. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1262. end
  1263. end
  1264. end
  1265. end
  1266. wait(1)
  1267. end
  1268.  
  1269.  
  1270. end
  1271. coroutine.wrap(LMFEHJN_fake_script)()
  1272. local function DADQMZ_fake_script() -- cluck.LocalScript
  1273. local script = Instance.new('LocalScript', cluck)
  1274.  
  1275. function twon()
  1276. local twn = game:GetService("TweenService")
  1277.  
  1278. local plr = game:GetService("Players").LocalPlayer
  1279.  
  1280. local speed = 350
  1281.  
  1282. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-103, 36.784, 36.7)).magnitude
  1283.  
  1284. local tweenspeed = dist/tonumber(speed)
  1285.  
  1286. local goal = {}
  1287. goal.CFrame = CFrame.new(-103, 36.784, 36.7)
  1288.  
  1289.  
  1290. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1291.  
  1292. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1293.  
  1294. local RunService = game:GetService("RunService")
  1295. RunService.Stepped:Connect(function()
  1296. if var == true then
  1297. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1298. if v:IsA("BasePart") then
  1299. v.CanCollide = false
  1300. end
  1301. end
  1302. end
  1303. end)
  1304.  
  1305. tween:Play()
  1306. tween.Completed:Connect(function()
  1307. var = false
  1308. end)
  1309. end
  1310.  
  1311. script.Parent.MouseButton1Click:Connect(twon)
  1312. end
  1313. coroutine.wrap(DADQMZ_fake_script)()
  1314. local function LKLSIZ_fake_script() -- cluck.luck
  1315. local script = Instance.new('LocalScript', cluck)
  1316.  
  1317. while true do
  1318. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1319. if v.Name == "Cash" and v:IsA("BasePart") then
  1320.  
  1321. if v.Position == Vector3.new(-102.3, 36.784, 41.1591) or v.Position == Vector3.new(-102.300095, 36.7840462, 41.1591377) then
  1322. if v.ClickDetector.MaxActivationDistance == 5 then
  1323. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1324. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1325. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1326. end
  1327. end
  1328. end
  1329. end
  1330. wait(1)
  1331. end
  1332.  
  1333.  
  1334. end
  1335. coroutine.wrap(LKLSIZ_fake_script)()
  1336. local function OFOIUWI_fake_script() -- cementarysafe.LocalScript
  1337. local script = Instance.new('LocalScript', cementarysafe)
  1338.  
  1339. function twon()
  1340. local twn = game:GetService("TweenService")
  1341.  
  1342. local plr = game:GetService("Players").LocalPlayer
  1343.  
  1344. local speed = 350
  1345.  
  1346. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-463, 36, 138)).magnitude
  1347.  
  1348. local tweenspeed = dist/tonumber(speed)
  1349.  
  1350. local goal = {}
  1351. goal.CFrame = CFrame.new(-463, 36, 138)
  1352.  
  1353.  
  1354. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1355.  
  1356. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1357.  
  1358. local RunService = game:GetService("RunService")
  1359. RunService.Stepped:Connect(function()
  1360. if var == true then
  1361. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1362. if v:IsA("BasePart") then
  1363. v.CanCollide = false
  1364. end
  1365. end
  1366. end
  1367. end)
  1368.  
  1369. tween:Play()
  1370. tween.Completed:Connect(function()
  1371. var = false
  1372. end)
  1373. end
  1374.  
  1375. script.Parent.MouseButton1Click:Connect(twon)
  1376. end
  1377. coroutine.wrap(OFOIUWI_fake_script)()
  1378. local function QJRYHG_fake_script() -- cementarysafe.safeofcem
  1379. local script = Instance.new('LocalScript', cementarysafe)
  1380.  
  1381. while true do
  1382. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1383. if v.Name == "Cash" and v:IsA("BasePart") then
  1384.  
  1385. if v.Position == Vector3.new(-463.554, 34.9129, 136.079) or v.Position == Vector3.new(-463.554199, 34.9128914, 136.079361) then
  1386. if v.ClickDetector.MaxActivationDistance == 5 then
  1387. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1388. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1389. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1390. end
  1391. end
  1392. end
  1393. end
  1394. wait(1)
  1395. end
  1396.  
  1397.  
  1398. end
  1399. coroutine.wrap(QJRYHG_fake_script)()
  1400. local function OWHZDN_fake_script() -- bigpoppa.LocalScript
  1401. local script = Instance.new('LocalScript', bigpoppa)
  1402.  
  1403. function twon()
  1404. local twn = game:GetService("TweenService")
  1405.  
  1406. local plr = game:GetService("Players").LocalPlayer
  1407.  
  1408. local speed = 350
  1409.  
  1410. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-273.8, 38, -235.4)).magnitude
  1411.  
  1412. local tweenspeed = dist/tonumber(speed)
  1413.  
  1414. local goal = {}
  1415. goal.CFrame = CFrame.new(-273.8, 38, -235.4)
  1416.  
  1417.  
  1418. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1419.  
  1420. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1421.  
  1422. local RunService = game:GetService("RunService")
  1423. RunService.Stepped:Connect(function()
  1424. if var == true then
  1425. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1426. if v:IsA("BasePart") then
  1427. v.CanCollide = false
  1428. end
  1429. end
  1430. end
  1431. end)
  1432.  
  1433. tween:Play()
  1434. tween.Completed:Connect(function()
  1435. var = false
  1436. end)
  1437. end
  1438.  
  1439. script.Parent.MouseButton1Click:Connect(twon)
  1440. end
  1441. coroutine.wrap(OWHZDN_fake_script)()
  1442. local function TJZEKF_fake_script() -- bank.LocalScript
  1443. local script = Instance.new('LocalScript', bank)
  1444.  
  1445. function twon()
  1446. local twn = game:GetService("TweenService")
  1447.  
  1448. local plr = game:GetService("Players").LocalPlayer
  1449.  
  1450. local speed = 350
  1451.  
  1452. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(55.786, 37, -40.614)).magnitude
  1453.  
  1454. local tweenspeed = dist/tonumber(speed)
  1455.  
  1456. local goal = {}
  1457. goal.CFrame = CFrame.new(55.786, 37, -40.614)
  1458.  
  1459.  
  1460. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1461.  
  1462. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1463.  
  1464. local RunService = game:GetService("RunService")
  1465. RunService.Stepped:Connect(function()
  1466. if var == true then
  1467. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1468. if v:IsA("BasePart") then
  1469. v.CanCollide = false
  1470. end
  1471. end
  1472. end
  1473. end)
  1474.  
  1475. tween:Play()
  1476. tween.Completed:Connect(function()
  1477. var = false
  1478. end)
  1479. end
  1480.  
  1481. script.Parent.MouseButton1Click:Connect(twon)
  1482. end
  1483. coroutine.wrap(TJZEKF_fake_script)()
  1484. local function RRCSDS_fake_script() -- bank.kanb
  1485. local script = Instance.new('LocalScript', bank)
  1486.  
  1487. while true do
  1488. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1489. if v.Name == "Cash" and v:IsA("BasePart") then
  1490.  
  1491. if v.Position == Vector3.new(57.4504, 35.6, -42.3245) or v.Position == Vector3.new(57.4504089, 35.6000328, -42.3244934) then
  1492. if v.ClickDetector.MaxActivationDistance == 5 then
  1493. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1494. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1495. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1496. end
  1497. end
  1498. end
  1499. end
  1500. wait(1)
  1501. end
  1502.  
  1503.  
  1504. end
  1505. coroutine.wrap(RRCSDS_fake_script)()
  1506. local function CXULP_fake_script() -- bananacars.LocalScript
  1507. local script = Instance.new('LocalScript', bananacars)
  1508.  
  1509. function twon()
  1510. local twn = game:GetService("TweenService")
  1511.  
  1512. local plr = game:GetService("Players").LocalPlayer
  1513.  
  1514. local speed = 350
  1515.  
  1516. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-635, 35.5998, -385.6)).magnitude
  1517.  
  1518. local tweenspeed = dist/tonumber(speed)
  1519.  
  1520. local goal = {}
  1521. goal.CFrame = CFrame.new(-635, 35.5998, -385.6)
  1522.  
  1523.  
  1524. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1525.  
  1526. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1527.  
  1528. local RunService = game:GetService("RunService")
  1529. RunService.Stepped:Connect(function()
  1530. if var == true then
  1531. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1532. if v:IsA("BasePart") then
  1533. v.CanCollide = false
  1534. end
  1535. end
  1536. end
  1537. end)
  1538.  
  1539. tween:Play()
  1540. tween.Completed:Connect(function()
  1541. var = false
  1542. end)
  1543. end
  1544.  
  1545. script.Parent.MouseButton1Click:Connect(twon)
  1546. end
  1547. coroutine.wrap(CXULP_fake_script)()
  1548. local function DWUA_fake_script() -- hideoutsafe.LocalScript
  1549. local script = Instance.new('LocalScript', hideoutsafe)
  1550.  
  1551. function twon()
  1552. local twn = game:GetService("TweenService")
  1553.  
  1554. local plr = game:GetService("Players").LocalPlayer
  1555.  
  1556. local speed = 350
  1557.  
  1558. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-835.5, 35.8, -184.5)).magnitude
  1559.  
  1560. local tweenspeed = dist/tonumber(speed)
  1561.  
  1562. local goal = {}
  1563. goal.CFrame = CFrame.new(-835.5, 35.8, -184.5)
  1564.  
  1565.  
  1566. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1567.  
  1568. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1569.  
  1570. local RunService = game:GetService("RunService")
  1571. RunService.Stepped:Connect(function()
  1572. if var == true then
  1573. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1574. if v:IsA("BasePart") then
  1575. v.CanCollide = false
  1576. end
  1577. end
  1578. end
  1579. end)
  1580.  
  1581. tween:Play()
  1582. tween.Completed:Connect(function()
  1583. var = false
  1584. end)
  1585. end
  1586.  
  1587. script.Parent.MouseButton1Click:Connect(twon)
  1588. end
  1589. coroutine.wrap(DWUA_fake_script)()
  1590. local function ZSZB_fake_script() -- hideoutsafe.safehideout
  1591. local script = Instance.new('LocalScript', hideoutsafe)
  1592.  
  1593. while true do
  1594. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1595. if v.Name == "Cash" and v:IsA("BasePart") then
  1596.  
  1597. 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
  1598. if v.ClickDetector.MaxActivationDistance == 5 then
  1599. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1600. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1601. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1602. end
  1603. end
  1604. end
  1605. end
  1606. wait(1)
  1607. end
  1608.  
  1609.  
  1610. end
  1611. coroutine.wrap(ZSZB_fake_script)()
  1612. local function SFLRMZF_fake_script() -- alleysafe.leysaf
  1613. local script = Instance.new('LocalScript', alleysafe)
  1614.  
  1615. function twon()
  1616. local twn = game:GetService("TweenService")
  1617.  
  1618. local plr = game:GetService("Players").LocalPlayer
  1619.  
  1620. local speed = 350
  1621.  
  1622. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(69.6505, 37.2, 497.5)).magnitude
  1623.  
  1624. local tweenspeed = dist/tonumber(speed)
  1625.  
  1626. local goal = {}
  1627. goal.CFrame = CFrame.new(69.6505, 37.2, 497.5)
  1628.  
  1629.  
  1630. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1631.  
  1632. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1633.  
  1634. local RunService = game:GetService("RunService")
  1635. RunService.Stepped:Connect(function()
  1636. if var == true then
  1637. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1638. if v:IsA("BasePart") then
  1639. v.CanCollide = false
  1640. end
  1641. end
  1642. end
  1643. end)
  1644.  
  1645. tween:Play()
  1646. tween.Completed:Connect(function()
  1647. var = false
  1648. end)
  1649. end
  1650.  
  1651. script.Parent.MouseButton1Click:Connect(twon)
  1652. end
  1653. coroutine.wrap(SFLRMZF_fake_script)()
  1654. local function HJBM_fake_script() -- alleysafe.safeofalley
  1655. local script = Instance.new('LocalScript', alleysafe)
  1656.  
  1657. while true do
  1658. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1659. if v.Name == "Cash" and v:IsA("BasePart") then
  1660. if v.Orientation == Vector3.new(0,0,0) then
  1661. if v.ClickDetector.MaxActivationDistance == 5 then
  1662. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1663. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1664. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1665. end
  1666. end
  1667. end
  1668. end
  1669. wait(1)
  1670. end
  1671.  
  1672.  
  1673. end
  1674. coroutine.wrap(HJBM_fake_script)()
  1675. local function XZMWJ_fake_script() -- Vaults.LocalScript
  1676. local script = Instance.new('LocalScript', Vaults)
  1677.  
  1678. function twon()
  1679. local twn = game:GetService("TweenService")
  1680.  
  1681. local plr = game:GetService("Players").LocalPlayer
  1682.  
  1683. local speed = 350
  1684.  
  1685. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(249.8, 36, 492.7)).magnitude
  1686.  
  1687. local tweenspeed = dist/tonumber(speed)
  1688.  
  1689. local goal = {}
  1690. goal.CFrame = CFrame.new(249.8, 36, 492.7)
  1691.  
  1692.  
  1693. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1694.  
  1695. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1696.  
  1697. local RunService = game:GetService("RunService")
  1698. RunService.Stepped:Connect(function()
  1699. if var == true then
  1700. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1701. if v:IsA("BasePart") then
  1702. v.CanCollide = false
  1703. end
  1704. end
  1705. end
  1706. end)
  1707.  
  1708. tween:Play()
  1709. tween.Completed:Connect(function()
  1710. var = false
  1711. end)
  1712. end
  1713.  
  1714. script.Parent.MouseButton1Click:Connect(twon)
  1715. end
  1716. coroutine.wrap(XZMWJ_fake_script)()
  1717. local function BGUR_fake_script() -- QuavaJuice.LocalScript
  1718. local script = Instance.new('LocalScript', QuavaJuice)
  1719.  
  1720. function twon()
  1721. local twn = game:GetService("TweenService")
  1722.  
  1723. local plr = game:GetService("Players").LocalPlayer
  1724.  
  1725. local speed = 350
  1726.  
  1727. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-283.5, 35.6, -161)).magnitude
  1728.  
  1729. local tweenspeed = dist/tonumber(speed)
  1730.  
  1731. local goal = {}
  1732. goal.CFrame = CFrame.new(-283.5, 35.6, -161)
  1733.  
  1734.  
  1735. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1736.  
  1737. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1738.  
  1739. local RunService = game:GetService("RunService")
  1740. RunService.Stepped:Connect(function()
  1741. if var == true then
  1742. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1743. if v:IsA("BasePart") then
  1744. v.CanCollide = false
  1745. end
  1746. end
  1747. end
  1748. end)
  1749.  
  1750. tween:Play()
  1751. tween.Completed:Connect(function()
  1752. var = false
  1753. end)
  1754. end
  1755.  
  1756. script.Parent.MouseButton1Click:Connect(twon)
  1757. end
  1758. coroutine.wrap(BGUR_fake_script)()
  1759. local function LBHP_fake_script() -- QuavaJuice.quava
  1760. local script = Instance.new('LocalScript', QuavaJuice)
  1761.  
  1762. while true do
  1763. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1764. if v.Name == "Cash" and v:IsA("BasePart") then
  1765.  
  1766. if v.Position == Vector3.new(-281.689, 35.6, -161.943) or v.Position == Vector3.new(-281.689423, 35.6000328, -161.943466) then
  1767. if v.ClickDetector.MaxActivationDistance == 5 then
  1768. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1769. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1770. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1771. end
  1772. end
  1773. end
  1774. end
  1775. wait(1)
  1776. end
  1777.  
  1778.  
  1779. end
  1780. coroutine.wrap(LBHP_fake_script)()
  1781. local function PRZHDVX_fake_script() -- MeleeShop.LocalScript
  1782. local script = Instance.new('LocalScript', MeleeShop)
  1783.  
  1784. function twon()
  1785. local twn = game:GetService("TweenService")
  1786.  
  1787. local plr = game:GetService("Players").LocalPlayer
  1788.  
  1789. local speed = 350
  1790.  
  1791. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(192, 35.6, 250)).magnitude
  1792.  
  1793. local tweenspeed = dist/tonumber(speed)
  1794.  
  1795. local goal = {}
  1796. goal.CFrame = CFrame.new(192, 35.6, 250)
  1797.  
  1798.  
  1799. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1800.  
  1801. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1802.  
  1803. local var = true
  1804.  
  1805. local RunService = game:GetService("RunService")
  1806. RunService.Stepped:Connect(function()
  1807. if var == true then
  1808. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1809. if v:IsA("BasePart") then
  1810. v.CanCollide = false
  1811. end
  1812. end
  1813. end
  1814. end)
  1815.  
  1816. tween:Play()
  1817. tween.Completed:Connect(function()
  1818. var = false
  1819. end)
  1820. end
  1821.  
  1822. script.Parent.MouseButton1Click:Connect(twon)
  1823. end
  1824. coroutine.wrap(PRZHDVX_fake_script)()
  1825. local function OYUC_fake_script() -- MeleeShop.eelem
  1826. local script = Instance.new('LocalScript', MeleeShop)
  1827.  
  1828. while true do
  1829. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1830. if v.Name == "Cash" and v:IsA("BasePart") then
  1831.  
  1832. if v.Position == Vector3.new(190.553528, 35.6000328, 250.921188) then
  1833. if v.ClickDetector.MaxActivationDistance == 5 then
  1834. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1835. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1836. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1837. end
  1838. end
  1839. end
  1840. end
  1841. wait(1)
  1842. end
  1843.  
  1844.  
  1845. end
  1846. coroutine.wrap(OYUC_fake_script)()
  1847. local function DGZL_fake_script() -- Liquor.LocalScript
  1848. local script = Instance.new('LocalScript', Liquor)
  1849.  
  1850. function twon()
  1851. local twn = game:GetService("TweenService")
  1852.  
  1853. local plr = game:GetService("Players").LocalPlayer
  1854.  
  1855. local speed = 350
  1856.  
  1857. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(70, 36.984, -391)).magnitude
  1858.  
  1859. local tweenspeed = dist/tonumber(speed)
  1860.  
  1861. local goal = {}
  1862. goal.CFrame = CFrame.new(70, 36.984, -391)
  1863.  
  1864.  
  1865. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1866.  
  1867. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1868.  
  1869. local RunService = game:GetService("RunService")
  1870. RunService.Stepped:Connect(function()
  1871. if var == true then
  1872. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1873. if v:IsA("BasePart") then
  1874. v.CanCollide = false
  1875. end
  1876. end
  1877. end
  1878. end)
  1879.  
  1880. tween:Play()
  1881. tween.Completed:Connect(function()
  1882. var = false
  1883. end)
  1884. end
  1885.  
  1886. script.Parent.MouseButton1Click:Connect(twon)
  1887. end
  1888. coroutine.wrap(DGZL_fake_script)()
  1889. local function BTJNTM_fake_script() -- Liquor.lick1
  1890. local script = Instance.new('LocalScript', Liquor)
  1891.  
  1892. while true do
  1893. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1894. if v.Name == "Cash" and v:IsA("BasePart") then
  1895.  
  1896. if v.Position == Vector3.new(68.67, 37.004, -387.12) or v.Position == Vector3.new(68.6700363, 37.0040169, -387.119812) then
  1897. if v.ClickDetector.MaxActivationDistance == 5 then
  1898. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1899. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1900. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1901. end
  1902. end
  1903. end
  1904. end
  1905. wait(1)
  1906. end
  1907.  
  1908.  
  1909. end
  1910. coroutine.wrap(BTJNTM_fake_script)()
  1911. local function PYCKP_fake_script() -- Laundromat.LocalScript
  1912. local script = Instance.new('LocalScript', Laundromat)
  1913.  
  1914. function twon()
  1915. local twn = game:GetService("TweenService")
  1916.  
  1917. local plr = game:GetService("Players").LocalPlayer
  1918.  
  1919. local speed = 350
  1920.  
  1921. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(166, 34.5, -282)).magnitude
  1922.  
  1923. local tweenspeed = dist/tonumber(speed)
  1924.  
  1925. local goal = {}
  1926. goal.CFrame = CFrame.new(166, 34.5, -282)
  1927.  
  1928.  
  1929. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1930.  
  1931. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1932.  
  1933. local RunService = game:GetService("RunService")
  1934. RunService.Stepped:Connect(function()
  1935. if var == true then
  1936. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1937. if v:IsA("BasePart") then
  1938. v.CanCollide = false
  1939. end
  1940. end
  1941. end
  1942. end)
  1943.  
  1944. tween:Play()
  1945. tween.Completed:Connect(function()
  1946. var = false
  1947. end)
  1948. end
  1949.  
  1950. script.Parent.MouseButton1Click:Connect(twon)
  1951. end
  1952. coroutine.wrap(PYCKP_fake_script)()
  1953. local function PHXZMB_fake_script() -- Laundromat.laundro
  1954. local script = Instance.new('LocalScript', Laundromat)
  1955.  
  1956. while true do
  1957. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1958. if v.Name == "Cash" and v:IsA("BasePart") then
  1959.  
  1960. if v.Position == Vector3.new(165.95, 35.6, -284.05) or v.Position == Vector3.new(165.949646, 35.6000328, -284.049805) then
  1961. if v.ClickDetector.MaxActivationDistance == 5 then
  1962. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1963. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1964. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1965. end
  1966. end
  1967. end
  1968. end
  1969. wait(1)
  1970. end
  1971.  
  1972.  
  1973. end
  1974. coroutine.wrap(PHXZMB_fake_script)()
  1975. local function TINMY_fake_script() -- Gym.LocalScript
  1976. local script = Instance.new('LocalScript', Gym)
  1977.  
  1978. function twon()
  1979. local twn = game:GetService("TweenService")
  1980.  
  1981. local plr = game:GetService("Players").LocalPlayer
  1982.  
  1983. local speed = 350
  1984.  
  1985. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(269, 35.6, 1)).magnitude
  1986.  
  1987. local tweenspeed = dist/tonumber(speed)
  1988.  
  1989. local goal = {}
  1990. goal.CFrame = CFrame.new(269, 35.6, 1)
  1991.  
  1992.  
  1993. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1994.  
  1995. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1996.  
  1997. local RunService = game:GetService("RunService")
  1998. RunService.Stepped:Connect(function()
  1999. if var == true then
  2000. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2001. if v:IsA("BasePart") then
  2002. v.CanCollide = false
  2003. end
  2004. end
  2005. end
  2006. end)
  2007.  
  2008. tween:Play()
  2009. tween.Completed:Connect(function()
  2010. var = false
  2011. end)
  2012. end
  2013.  
  2014. script.Parent.MouseButton1Click:Connect(twon)
  2015. end
  2016. coroutine.wrap(TINMY_fake_script)()
  2017. local function IOMGT_fake_script() -- Gym.myg
  2018. local script = Instance.new('LocalScript', Gym)
  2019.  
  2020. while true do
  2021. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2022. if v.Name == "Cash" and v:IsA("BasePart") then
  2023.  
  2024. if v.Position == Vector3.new(270.552, 35.6, 0.0331507) or v.Position == Vector3.new(270.55246, 35.6000328, 0.0331506729) then
  2025. if v.ClickDetector.MaxActivationDistance == 5 then
  2026. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2027. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2028. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2029. end
  2030. end
  2031. end
  2032. end
  2033. wait(1)
  2034. end
  2035.  
  2036.  
  2037. end
  2038. coroutine.wrap(IOMGT_fake_script)()
  2039. local function MCICM_fake_script() -- Gunshop1.LocalScript
  2040. local script = Instance.new('LocalScript', Gunshop1)
  2041.  
  2042. function twon()
  2043. local twn = game:GetService("TweenService")
  2044.  
  2045. local plr = game:GetService("Players").LocalPlayer
  2046.  
  2047. local speed = 350
  2048.  
  2049. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-80.248, 36.6611, -519.343)).magnitude
  2050.  
  2051. local tweenspeed = dist/tonumber(speed)
  2052.  
  2053. local goal = {}
  2054. goal.CFrame = CFrame.new(-80.248, 36.6611, -519.343)
  2055.  
  2056.  
  2057. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2058.  
  2059. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2060.  
  2061. local RunService = game:GetService("RunService")
  2062. RunService.Stepped:Connect(function()
  2063. if var == true then
  2064. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2065. if v:IsA("BasePart") then
  2066. v.CanCollide = false
  2067. end
  2068. end
  2069. end
  2070. end)
  2071.  
  2072. tween:Play()
  2073. tween.Completed:Connect(function()
  2074. var = false
  2075. end)
  2076. end
  2077.  
  2078. script.Parent.MouseButton1Click:Connect(twon)
  2079. end
  2080. coroutine.wrap(MCICM_fake_script)()
  2081. local function DFXLO_fake_script() -- GunShop.LocalScript
  2082. local script = Instance.new('LocalScript', GunShop)
  2083.  
  2084. function twon()
  2085. local twn = game:GetService("TweenService")
  2086.  
  2087. local plr = game:GetService("Players").LocalPlayer
  2088.  
  2089. local speed = 350
  2090.  
  2091. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-539.598755, 34.4000206, -177.600357)).magnitude
  2092.  
  2093. local tweenspeed = dist/tonumber(speed)
  2094.  
  2095. local goal = {}
  2096. goal.CFrame = CFrame.new(-539.598755, 34.4000206, -177.600357)
  2097.  
  2098.  
  2099. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2100.  
  2101. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2102.  
  2103. local var = true
  2104.  
  2105. local RunService = game:GetService("RunService")
  2106. RunService.Stepped:Connect(function()
  2107. if var == true then
  2108. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2109. if v:IsA("BasePart") then
  2110. v.CanCollide = false
  2111. end
  2112. end
  2113. end
  2114. end)
  2115.  
  2116. tween:Play()
  2117. tween.Completed:Connect(function()
  2118. var = false
  2119. end)
  2120. end
  2121.  
  2122. script.Parent.MouseButton1Click:Connect(twon)
  2123.  
  2124.  
  2125.  
  2126. end
  2127. coroutine.wrap(DFXLO_fake_script)()
  2128. local function DCMSQ_fake_script() -- FarLiquor.LocalScript
  2129. local script = Instance.new('LocalScript', FarLiquor)
  2130.  
  2131. function twon()
  2132. local twn = game:GetService("TweenService")
  2133.  
  2134. local plr = game:GetService("Players").LocalPlayer
  2135.  
  2136. local speed = 350
  2137.  
  2138. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-697.25, 36.9, 134.225)).magnitude
  2139.  
  2140. local tweenspeed = dist/tonumber(speed)
  2141.  
  2142. local goal = {}
  2143. goal.CFrame = CFrame.new(-697.25, 36.9, 134.225)
  2144.  
  2145.  
  2146. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2147.  
  2148. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2149.  
  2150. local var = true
  2151.  
  2152. local RunService = game:GetService("RunService")
  2153. RunService.Stepped:Connect(function()
  2154. if var == true then
  2155. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2156. if v:IsA("BasePart") then
  2157. v.CanCollide = false
  2158. end
  2159. end
  2160. end
  2161. end)
  2162.  
  2163. tween:Play()
  2164. tween.Completed:Connect(function()
  2165. var = false
  2166. end)
  2167. end
  2168.  
  2169. script.Parent.MouseButton1Click:Connect(twon)
  2170.  
  2171.  
  2172.  
  2173. end
  2174. coroutine.wrap(DCMSQ_fake_script)()
  2175. local function DQNF_fake_script() -- FarLiquor.liquoroffar
  2176. local script = Instance.new('LocalScript', FarLiquor)
  2177.  
  2178. while true do
  2179. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2180. if v.Name == "Cash" and v:IsA("BasePart") then
  2181.  
  2182. if v.Position == Vector3.new(-693.455, 36.9, 134.225) or v.Position == Vector3.new(-693.455139, 36.900013, 134.225388) then
  2183. if v.ClickDetector.MaxActivationDistance == 5 then
  2184. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2185. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2186. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2187. end
  2188. end
  2189. end
  2190. end
  2191. wait(1)
  2192. end
  2193.  
  2194.  
  2195. end
  2196. coroutine.wrap(DQNF_fake_script)()
  2197. local function GDOOSMX_fake_script() -- BigSlop.LocalScript
  2198. local script = Instance.new('LocalScript', BigSlop)
  2199.  
  2200. function twon()
  2201. local twn = game:GetService("TweenService")
  2202.  
  2203. local plr = game:GetService("Players").LocalPlayer
  2204.  
  2205. local speed = 350
  2206.  
  2207. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-841, 37.004, -82.5)).magnitude
  2208.  
  2209. local tweenspeed = dist/tonumber(speed)
  2210.  
  2211. local goal = {}
  2212. goal.CFrame = CFrame.new(-841, 37.004, -82.5)
  2213.  
  2214.  
  2215. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2216.  
  2217. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2218.  
  2219. local var = true
  2220.  
  2221. local RunService = game:GetService("RunService")
  2222. RunService.Stepped:Connect(function()
  2223. if var == true then
  2224. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2225. if v:IsA("BasePart") then
  2226. v.CanCollide = false
  2227. end
  2228. end
  2229. end
  2230. end)
  2231.  
  2232. tween:Play()
  2233. tween.Completed:Connect(function()
  2234. var = false
  2235. end)
  2236. end
  2237.  
  2238. script.Parent.MouseButton1Click:Connect(twon)
  2239.  
  2240. end
  2241. coroutine.wrap(GDOOSMX_fake_script)()
  2242. local function QGTRHN_fake_script() -- BigSlop.slopofbig
  2243. local script = Instance.new('LocalScript', BigSlop)
  2244.  
  2245. while true do
  2246. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2247. if v.Name == "Cash" and v:IsA("BasePart") then
  2248.  
  2249. 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
  2250. if v.ClickDetector.MaxActivationDistance == 5 then
  2251. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2252. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2253. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2254. end
  2255. end
  2256. end
  2257. end
  2258. wait(1)
  2259. end
  2260.  
  2261.  
  2262. end
  2263. coroutine.wrap(QGTRHN_fake_script)()
  2264. local function BKAHD_fake_script() -- roses2.LocalScript
  2265. local script = Instance.new('LocalScript', roses2)
  2266.  
  2267. function twon()
  2268. local twn = game:GetService("TweenService")
  2269.  
  2270. local plr = game:GetService("Players").LocalPlayer
  2271.  
  2272. local speed = 350
  2273.  
  2274. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-120.4, 37.384, 477.2)).magnitude
  2275.  
  2276. local tweenspeed = dist/tonumber(speed)
  2277.  
  2278. local goal = {}
  2279. goal.CFrame = CFrame.new(-120.4, 37.384, 477.2)
  2280.  
  2281.  
  2282. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2283.  
  2284. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2285.  
  2286. local RunService = game:GetService("RunService")
  2287. RunService.Stepped:Connect(function()
  2288. if var == true then
  2289. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2290. if v:IsA("BasePart") then
  2291. v.CanCollide = false
  2292. end
  2293. end
  2294. end
  2295. end)
  2296.  
  2297. tween:Play()
  2298. tween.Completed:Connect(function()
  2299. var = false
  2300. end)
  2301. end
  2302.  
  2303. script.Parent.MouseButton1Click:Connect(twon)
  2304. end
  2305. coroutine.wrap(BKAHD_fake_script)()
  2306. local function ZZIG_fake_script() -- roses2.rse2
  2307. local script = Instance.new('LocalScript', roses2)
  2308.  
  2309. while true do
  2310. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2311. if v.Name == "Cash" and v:IsA("BasePart") then
  2312.  
  2313. 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
  2314. if v.ClickDetector.MaxActivationDistance == 5 then
  2315. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2316. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2317. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2318. end
  2319. end
  2320. end
  2321. end
  2322. wait(1)
  2323. end
  2324.  
  2325. end
  2326. coroutine.wrap(ZZIG_fake_script)()
  2327. local function PGFXX_fake_script() -- roses3.LocalScript
  2328. local script = Instance.new('LocalScript', roses3)
  2329.  
  2330. function twon()
  2331. local twn = game:GetService("TweenService")
  2332.  
  2333. local plr = game:GetService("Players").LocalPlayer
  2334.  
  2335. local speed = 350
  2336.  
  2337. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-101.4, 37.384, 485.2)).magnitude
  2338.  
  2339. local tweenspeed = dist/tonumber(speed)
  2340.  
  2341. local goal = {}
  2342. goal.CFrame = CFrame.new(-101.4, 37.384, 485.2)
  2343.  
  2344.  
  2345. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2346.  
  2347. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2348.  
  2349. local RunService = game:GetService("RunService")
  2350. RunService.Stepped:Connect(function()
  2351. if var == true then
  2352. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2353. if v:IsA("BasePart") then
  2354. v.CanCollide = false
  2355. end
  2356. end
  2357. end
  2358. end)
  2359.  
  2360. tween:Play()
  2361. tween.Completed:Connect(function()
  2362. var = false
  2363. end)
  2364. end
  2365.  
  2366. script.Parent.MouseButton1Click:Connect(twon)
  2367. end
  2368. coroutine.wrap(PGFXX_fake_script)()
  2369. local function KHLXR_fake_script() -- roses3.rse3
  2370. local script = Instance.new('LocalScript', roses3)
  2371.  
  2372. while true do
  2373. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2374. if v.Name == "Cash" and v:IsA("BasePart") then
  2375.  
  2376. 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
  2377. if v.ClickDetector.MaxActivationDistance == 5 then
  2378. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2379. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2380. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2381. end
  2382. end
  2383. end
  2384. end
  2385. wait(1)
  2386. end
  2387.  
  2388. end
  2389. coroutine.wrap(KHLXR_fake_script)()
  2390. local function NDTBUO_fake_script() -- roses4.LocalScript
  2391. local script = Instance.new('LocalScript', roses4)
  2392.  
  2393. function twon()
  2394. local twn = game:GetService("TweenService")
  2395.  
  2396. local plr = game:GetService("Players").LocalPlayer
  2397.  
  2398. local speed = 350
  2399.  
  2400. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-101.4, 37.384, 474.2)).magnitude
  2401.  
  2402. local tweenspeed = dist/tonumber(speed)
  2403.  
  2404. local goal = {}
  2405. goal.CFrame = CFrame.new(-101.4, 37.384, 474.2)
  2406.  
  2407.  
  2408. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2409.  
  2410. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2411.  
  2412. local RunService = game:GetService("RunService")
  2413. RunService.Stepped:Connect(function()
  2414. if var == true then
  2415. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2416. if v:IsA("BasePart") then
  2417. v.CanCollide = false
  2418. end
  2419. end
  2420. end
  2421. end)
  2422.  
  2423. tween:Play()
  2424. tween.Completed:Connect(function()
  2425. var = false
  2426. end)
  2427. end
  2428.  
  2429. script.Parent.MouseButton1Click:Connect(twon)
  2430. end
  2431. coroutine.wrap(NDTBUO_fake_script)()
  2432. local function AXWTBTN_fake_script() -- roses4.rse4
  2433. local script = Instance.new('LocalScript', roses4)
  2434.  
  2435. while true do
  2436. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2437. if v.Name == "Cash" and v:IsA("BasePart") then
  2438.  
  2439. 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
  2440. if v.ClickDetector.MaxActivationDistance == 5 then
  2441. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2442. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2443. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2444. end
  2445. end
  2446. end
  2447. end
  2448. wait(1)
  2449. end
  2450.  
  2451. end
  2452. coroutine.wrap(AXWTBTN_fake_script)()
  2453. local function FQRMR_fake_script() -- Liquor2.LocalScript
  2454. local script = Instance.new('LocalScript', Liquor2)
  2455.  
  2456. function twon()
  2457. local twn = game:GetService("TweenService")
  2458.  
  2459. local plr = game:GetService("Players").LocalPlayer
  2460.  
  2461. local speed = 350
  2462.  
  2463. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(70, 36.984, -391)).magnitude
  2464.  
  2465. local tweenspeed = dist/tonumber(speed)
  2466.  
  2467. local goal = {}
  2468. goal.CFrame = CFrame.new(70, 36.984, -391)
  2469.  
  2470.  
  2471. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2472.  
  2473. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2474.  
  2475. local RunService = game:GetService("RunService")
  2476. RunService.Stepped:Connect(function()
  2477. if var == true then
  2478. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2479. if v:IsA("BasePart") then
  2480. v.CanCollide = false
  2481. end
  2482. end
  2483. end
  2484. end)
  2485.  
  2486. tween:Play()
  2487. tween.Completed:Connect(function()
  2488. var = false
  2489. end)
  2490. end
  2491.  
  2492. script.Parent.MouseButton1Click:Connect(twon)
  2493. end
  2494. coroutine.wrap(FQRMR_fake_script)()
  2495. local function ZYPFJX_fake_script() -- Liquor2.lick2
  2496. local script = Instance.new('LocalScript', Liquor2)
  2497.  
  2498. while true do
  2499. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2500. if v.Name == "Cash" and v:IsA("BasePart") then
  2501.  
  2502. 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
  2503. if v.ClickDetector.MaxActivationDistance == 5 then
  2504. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2505. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2506. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2507. end
  2508. end
  2509. end
  2510. end
  2511. wait(1)
  2512. end
  2513.  
  2514.  
  2515. end
  2516. coroutine.wrap(ZYPFJX_fake_script)()
  2517. local function ZEWMBB_fake_script() -- vaultlick2.LocalScript
  2518. local script = Instance.new('LocalScript', vaultlick2)
  2519.  
  2520. function twon()
  2521. local twn = game:GetService("TweenService")
  2522.  
  2523. local plr = game:GetService("Players").LocalPlayer
  2524.  
  2525. local speed = 350
  2526.  
  2527. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(265.5, 37.004, 300.6)).magnitude
  2528.  
  2529. local tweenspeed = dist/tonumber(speed)
  2530.  
  2531. local goal = {}
  2532. goal.CFrame = CFrame.new(265.5, 37.004, 300.6)
  2533.  
  2534.  
  2535. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2536.  
  2537. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2538.  
  2539. local RunService = game:GetService("RunService")
  2540. RunService.Stepped:Connect(function()
  2541. if var == true then
  2542. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2543. if v:IsA("BasePart") then
  2544. v.CanCollide = false
  2545. end
  2546. end
  2547. end
  2548. end)
  2549.  
  2550. tween:Play()
  2551. tween.Completed:Connect(function()
  2552. var = false
  2553. end)
  2554. end
  2555.  
  2556. script.Parent.MouseButton1Click:Connect(twon)
  2557. end
  2558. coroutine.wrap(ZEWMBB_fake_script)()
  2559. local function TEXWWDL_fake_script() -- vaultlick2.lickofvault2
  2560. local script = Instance.new('LocalScript', vaultlick2)
  2561.  
  2562. while true do
  2563. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2564. if v.Name == "Cash" and v:IsA("BasePart") then
  2565.  
  2566. 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
  2567. if v.ClickDetector.MaxActivationDistance == 5 then
  2568. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2569. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2570. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2571. end
  2572. end
  2573. end
  2574. end
  2575. wait(1)
  2576. end
  2577.  
  2578.  
  2579. end
  2580. coroutine.wrap(TEXWWDL_fake_script)()
  2581. local function LOHV_fake_script() -- cluck2.LocalScript
  2582. local script = Instance.new('LocalScript', cluck2)
  2583.  
  2584. function twon()
  2585. local twn = game:GetService("TweenService")
  2586.  
  2587. local plr = game:GetService("Players").LocalPlayer
  2588.  
  2589. local speed = 350
  2590.  
  2591. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-103, 36.784, 36.7)).magnitude
  2592.  
  2593. local tweenspeed = dist/tonumber(speed)
  2594.  
  2595. local goal = {}
  2596. goal.CFrame = CFrame.new(-103, 36.784, 36.7)
  2597.  
  2598.  
  2599. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2600.  
  2601. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2602.  
  2603. local RunService = game:GetService("RunService")
  2604. RunService.Stepped:Connect(function()
  2605. if var == true then
  2606. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2607. if v:IsA("BasePart") then
  2608. v.CanCollide = false
  2609. end
  2610. end
  2611. end
  2612. end)
  2613.  
  2614. tween:Play()
  2615. tween.Completed:Connect(function()
  2616. var = false
  2617. end)
  2618. end
  2619.  
  2620. script.Parent.MouseButton1Click:Connect(twon)
  2621. end
  2622. coroutine.wrap(LOHV_fake_script)()
  2623. local function MEJIZ_fake_script() -- cluck2.luck2
  2624. local script = Instance.new('LocalScript', cluck2)
  2625.  
  2626. while true do
  2627. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2628. if v.Name == "Cash" and v:IsA("BasePart") then
  2629.  
  2630. if v.Position == Vector3.new(-102.3, 36.784, 32.2991) or v.Position == Vector3.new(-102.300095, 36.7840462, 32.2991219) or v.Position == Vector3.new(102.300095, 36.7840462, 32.2991219) or v.Position == Vector3.new(-102.300095, 36.7840462, 32.2991219) then
  2631. if v.ClickDetector.MaxActivationDistance == 5 then
  2632. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2633. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2634. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2635. end
  2636. end
  2637. end
  2638. end
  2639. wait(1)
  2640. end
  2641.  
  2642.  
  2643. end
  2644. coroutine.wrap(MEJIZ_fake_script)()
  2645. local function QRTWMU_fake_script() -- FarLiquor2.LocalScript
  2646. local script = Instance.new('LocalScript', FarLiquor2)
  2647.  
  2648. function twon()
  2649. local twn = game:GetService("TweenService")
  2650.  
  2651. local plr = game:GetService("Players").LocalPlayer
  2652.  
  2653. local speed = 350
  2654.  
  2655. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-697.25, 36.9, 134.225)).magnitude
  2656.  
  2657. local tweenspeed = dist/tonumber(speed)
  2658.  
  2659. local goal = {}
  2660. goal.CFrame = CFrame.new(-697.25, 36.9, 134.225)
  2661.  
  2662.  
  2663. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2664.  
  2665. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2666.  
  2667. local var = true
  2668.  
  2669. local RunService = game:GetService("RunService")
  2670. RunService.Stepped:Connect(function()
  2671. if var == true then
  2672. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2673. if v:IsA("BasePart") then
  2674. v.CanCollide = false
  2675. end
  2676. end
  2677. end
  2678. end)
  2679.  
  2680. tween:Play()
  2681. tween.Completed:Connect(function()
  2682. var = false
  2683. end)
  2684. end
  2685.  
  2686. script.Parent.MouseButton1Click:Connect(twon)
  2687.  
  2688.  
  2689.  
  2690. end
  2691. coroutine.wrap(QRTWMU_fake_script)()
  2692. local function TMDK_fake_script() -- FarLiquor2.liquoroffar2
  2693. local script = Instance.new('LocalScript', FarLiquor2)
  2694.  
  2695. while true do
  2696. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2697. if v.Name == "Cash" and v:IsA("BasePart") then
  2698.  
  2699. 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
  2700. if v.ClickDetector.MaxActivationDistance == 5 then
  2701. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2702. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2703. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2704. end
  2705. end
  2706. end
  2707. end
  2708. wait(1)
  2709. end
  2710.  
  2711.  
  2712. end
  2713. coroutine.wrap(TMDK_fake_script)()
  2714. local function EYDFUFP_fake_script() -- BigSlop2.LocalScript
  2715. local script = Instance.new('LocalScript', BigSlop2)
  2716.  
  2717. function twon()
  2718. local twn = game:GetService("TweenService")
  2719.  
  2720. local plr = game:GetService("Players").LocalPlayer
  2721.  
  2722. local speed = 350
  2723.  
  2724. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-841, 37.004, -82.5)).magnitude
  2725.  
  2726. local tweenspeed = dist/tonumber(speed)
  2727.  
  2728. local goal = {}
  2729. goal.CFrame = CFrame.new(-841, 37.004, -82.5)
  2730.  
  2731.  
  2732. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2733.  
  2734. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2735.  
  2736. local var = true
  2737.  
  2738. local RunService = game:GetService("RunService")
  2739. RunService.Stepped:Connect(function()
  2740. if var == true then
  2741. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2742. if v:IsA("BasePart") then
  2743. v.CanCollide = false
  2744. end
  2745. end
  2746. end
  2747. end)
  2748.  
  2749. tween:Play()
  2750. tween.Completed:Connect(function()
  2751. var = false
  2752. end)
  2753. end
  2754.  
  2755. script.Parent.MouseButton1Click:Connect(twon)
  2756.  
  2757. end
  2758. coroutine.wrap(EYDFUFP_fake_script)()
  2759. local function MQEBHMO_fake_script() -- BigSlop2.slopofbig2
  2760. local script = Instance.new('LocalScript', BigSlop2)
  2761.  
  2762. while true do
  2763. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2764. if v.Name == "Cash" and v:IsA("BasePart") then
  2765.  
  2766. 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) or v.Position == Vector3.new(-844.763977, 37.0040169, -81.8048553) then
  2767. if v.ClickDetector.MaxActivationDistance == 5 then
  2768. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2769. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2770. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2771. end
  2772. end
  2773. end
  2774. end
  2775. wait(1)
  2776. end
  2777.  
  2778.  
  2779. end
  2780. coroutine.wrap(MQEBHMO_fake_script)()
  2781. local function GNVG_fake_script() -- open.LocalScript
  2782. local script = Instance.new('LocalScript', open)
  2783.  
  2784. function open()
  2785. script.Parent.Parent.back.Visible = true
  2786. end
  2787.  
  2788. script.Parent.MouseButton1Click:Connect(open)
  2789. end
  2790. coroutine.wrap(GNVG_fake_script)()
  2791. local function YQOT_fake_script() -- close.LocalScript
  2792. local script = Instance.new('LocalScript', close)
  2793.  
  2794. function close()
  2795. script.Parent.Parent.back.Visible = false
  2796. end
  2797.  
  2798. script.Parent.MouseButton1Click:Connect(close)
  2799. end
  2800. coroutine.wrap(YQOT_fake_script)()
  2801. local function QUVE_fake_script() -- bar.LocalScript
  2802. local script = Instance.new('LocalScript', bar)
  2803.  
  2804. local UserInputService = game:GetService("UserInputService")
  2805.  
  2806. local gui = script.Parent
  2807.  
  2808. local dragging
  2809. local dragInput
  2810. local dragStart
  2811. local startPos
  2812.  
  2813. local function update(input)
  2814. local delta = input.Position - dragStart
  2815. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  2816. end
  2817.  
  2818. gui.InputBegan:Connect(function(input)
  2819. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  2820. dragging = true
  2821. dragStart = input.Position
  2822. startPos = gui.Position
  2823.  
  2824. input.Changed:Connect(function()
  2825. if input.UserInputState == Enum.UserInputState.End then
  2826. dragging = false
  2827. end
  2828. end)
  2829. end
  2830. end)
  2831.  
  2832. gui.InputChanged:Connect(function(input)
  2833. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  2834. dragInput = input
  2835. end
  2836. end)
  2837.  
  2838. UserInputService.InputChanged:Connect(function(input)
  2839. if input == dragInput and dragging then
  2840. update(input)
  2841. end
  2842. end)
  2843. end
  2844. coroutine.wrap(QUVE_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement