Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 194.13 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 fixbutton = Instance.new("TextButton")
  11. local labels = Instance.new("Frame")
  12. local vaultlick = Instance.new("TextButton")
  13. local subway = Instance.new("TextButton")
  14. local roses = Instance.new("TextButton")
  15. local Beluga = Instance.new("TextButton")
  16. local luxuryapartments = Instance.new("TextButton")
  17. local farsafe = Instance.new("TextButton")
  18. local cluck = Instance.new("TextButton")
  19. local BigSlop2 = Instance.new("TextButton")
  20. local bigpoppa = Instance.new("TextButton")
  21. local bank = Instance.new("TextButton")
  22. local bananacars = Instance.new("TextButton")
  23. local hideoutsafe = Instance.new("TextButton")
  24. local alleysafe = Instance.new("TextButton")
  25. local Vaults = Instance.new("TextButton")
  26. local QuavaJuice = Instance.new("TextButton")
  27. local MeleeShop = Instance.new("TextButton")
  28. local Liquor = Instance.new("TextButton")
  29. local Laundromat = Instance.new("TextButton")
  30. local Gym = Instance.new("TextButton")
  31. local Gunshop1 = Instance.new("TextButton")
  32. local GunShop = Instance.new("TextButton")
  33. local FarLiquor = Instance.new("TextButton")
  34. local BigSlop = Instance.new("TextButton")
  35. local roses2 = Instance.new("TextButton")
  36. local roses3 = Instance.new("TextButton")
  37. local roses4 = Instance.new("TextButton")
  38. local Liquor2 = Instance.new("TextButton")
  39. local vaultlick2 = Instance.new("TextButton")
  40. local cluck2 = Instance.new("TextButton")
  41. local FarLiquor2 = Instance.new("TextButton")
  42. local cementarysafe = Instance.new("TextButton")
  43. local pg1 = Instance.new("Frame")
  44. local tp2player3 = Instance.new("TextButton")
  45. local playerbox3 = Instance.new("TextBox")
  46. local tp2player2 = Instance.new("TextButton")
  47. local playerbox2 = Instance.new("TextBox")
  48. local loop = Instance.new("TextButton")
  49. local playerbox = Instance.new("TextBox")
  50. local tp2player = Instance.new("TextButton")
  51. local twirl = Instance.new("TextButton")
  52. local orbit = Instance.new("TextButton")
  53. local orbit2 = Instance.new("TextButton")
  54. local twirl2 = Instance.new("TextButton")
  55. local loop2 = Instance.new("TextButton")
  56. local loop3 = Instance.new("TextButton")
  57. local twirl3 = Instance.new("TextButton")
  58. local orbit3 = Instance.new("TextButton")
  59. local next = Instance.new("TextButton")
  60. local pg2 = Instance.new("Frame")
  61. local tp2player6 = Instance.new("TextButton")
  62. local playerbox6 = Instance.new("TextBox")
  63. local tp2player5 = Instance.new("TextButton")
  64. local playerbox5 = Instance.new("TextBox")
  65. local playerbox4 = Instance.new("TextBox")
  66. local tp2player4 = Instance.new("TextButton")
  67. local loop4 = Instance.new("TextButton")
  68. local twirl4 = Instance.new("TextButton")
  69. local orbit4 = Instance.new("TextButton")
  70. local loop5 = Instance.new("TextButton")
  71. local twirl5 = Instance.new("TextButton")
  72. local orbit5 = Instance.new("TextButton")
  73. local loop6 = Instance.new("TextButton")
  74. local twirl6 = Instance.new("TextButton")
  75. local orbit6 = Instance.new("TextButton")
  76. local next2 = Instance.new("TextButton")
  77. local hkS = Instance.new("Frame")
  78. local LeftDashComponents = Instance.new("Frame")
  79. local LDash = Instance.new("TextLabel")
  80. local ldhk = Instance.new("TextBox")
  81. local RightDashComponents = Instance.new("Frame")
  82. local rdhk = Instance.new("TextBox")
  83. local RDash = Instance.new("TextLabel")
  84. local BackDashComponents = Instance.new("Frame")
  85. local bdhk = Instance.new("TextBox")
  86. local BDash = Instance.new("TextLabel")
  87. local FrontDashComponents = Instance.new("Frame")
  88. local fdhk = Instance.new("TextBox")
  89. local FDash = Instance.new("TextLabel")
  90. local PB1TPComponents = Instance.new("Frame")
  91. local p1hk = Instance.new("TextBox")
  92. local p1label = Instance.new("TextLabel")
  93. local PB2TPComponents = Instance.new("Frame")
  94. local p2hk = Instance.new("TextBox")
  95. local p2label = Instance.new("TextLabel")
  96. local PB3TPComponents = Instance.new("Frame")
  97. local p3hk = Instance.new("TextBox")
  98. local p3label = Instance.new("TextLabel")
  99. local PB4TPComponents = Instance.new("Frame")
  100. local p4hk = Instance.new("TextBox")
  101. local p4label = Instance.new("TextLabel")
  102. local PB5TPComponents = Instance.new("Frame")
  103. local fdhk_2 = Instance.new("TextBox")
  104. local p5label = Instance.new("TextLabel")
  105. local PB6TPComponents = Instance.new("Frame")
  106. local p6hk = Instance.new("TextBox")
  107. local p6label = Instance.new("TextLabel")
  108. local _1 = Instance.new("TextLabel")
  109. local MethodButton = Instance.new("TextButton")
  110. local _2 = Instance.new("TextLabel")
  111. local hkdbutton = Instance.new("ImageButton")
  112. local hotkeylabel = Instance.new("TextLabel")
  113. local tppbutton = Instance.new("ImageButton")
  114. local tplabel = Instance.new("TextLabel")
  115. local open = Instance.new("TextButton")
  116. local close = Instance.new("TextButton")
  117.  
  118. --Properties:
  119.  
  120. DMapV2.Name = "D-Map V2"
  121. DMapV2.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  122. DMapV2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  123. DMapV2.ResetOnSpawn = false
  124.  
  125. bar.Name = "bar"
  126. bar.Parent = DMapV2
  127. bar.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  128. bar.BorderColor3 = Color3.fromRGB(22, 22, 22)
  129. bar.BorderSizePixel = 3
  130. bar.Position = UDim2.new(0.50093472, 0, 0.121586733, 0)
  131. bar.Size = UDim2.new(0, 202, 0, 25)
  132.  
  133. TextLabel.Parent = bar
  134. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  135. TextLabel.BackgroundTransparency = 1.000
  136. TextLabel.Position = UDim2.new(0.042663876, 0, 0, -1)
  137. TextLabel.Size = UDim2.new(0, 130, 0, 25)
  138. TextLabel.Font = Enum.Font.SciFi
  139. TextLabel.Text = "D-Map V2 by Kaldr"
  140. TextLabel.TextColor3 = Color3.fromRGB(88, 46, 255)
  141. TextLabel.TextSize = 18.000
  142.  
  143. back.Name = "back"
  144. back.Parent = bar
  145. back.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  146. back.BorderColor3 = Color3.fromRGB(22, 22, 22)
  147. back.BorderSizePixel = 5
  148. back.Position = UDim2.new(-0.43069306, 0, 1.12000167, 0)
  149. back.Size = UDim2.new(0, 405, 0, 326)
  150. back.Image = "http://www.roblox.com/asset/?id=4598404877"
  151. back.ImageColor3 = Color3.fromRGB(88, 46, 255)
  152.  
  153. fixbutton.Name = "fix button"
  154. fixbutton.Parent = back
  155. fixbutton.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  156. fixbutton.BorderColor3 = Color3.fromRGB(22, 22, 22)
  157. fixbutton.BorderSizePixel = 3
  158. fixbutton.Position = UDim2.new(0.0281768441, 0, 0.0670000091, -10)
  159. fixbutton.Size = UDim2.new(0, 83, 0, 23)
  160. fixbutton.Font = Enum.Font.SciFi
  161. fixbutton.Text = "FIX"
  162. fixbutton.TextColor3 = Color3.fromRGB(88, 46, 255)
  163. fixbutton.TextSize = 17.000
  164.  
  165. labels.Name = "labels"
  166. labels.Parent = back
  167. labels.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  168. labels.BackgroundTransparency = 1.000
  169. labels.BorderColor3 = Color3.fromRGB(31, 31, 31)
  170. labels.Position = UDim2.new(0.0346576013, 0, 0.524862826, 0)
  171. labels.Size = UDim2.new(0, 338, 0, 132)
  172.  
  173. vaultlick.Name = "vault lick"
  174. vaultlick.Parent = labels
  175. vaultlick.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  176. vaultlick.BorderColor3 = Color3.fromRGB(22, 22, 22)
  177. vaultlick.BorderSizePixel = 3
  178. vaultlick.Position = UDim2.new(0.304502964, 0, 0.940454543, -2)
  179. vaultlick.Size = UDim2.new(0, 33, 0, 21)
  180. vaultlick.Font = Enum.Font.Highway
  181. vaultlick.Text = "VL1"
  182. vaultlick.TextColor3 = Color3.fromRGB(83, 255, 146)
  183. vaultlick.TextSize = 14.000
  184.  
  185. subway.Name = "subway"
  186. subway.Parent = labels
  187. subway.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  188. subway.BorderColor3 = Color3.fromRGB(22, 22, 22)
  189. subway.BorderSizePixel = 3
  190. subway.Position = UDim2.new(0.0299478881, 0, 0.469848514, -1)
  191. subway.Size = UDim2.new(0, 79, 0, 21)
  192. subway.Font = Enum.Font.Highway
  193. subway.Text = "Subway"
  194. subway.TextColor3 = Color3.fromRGB(83, 255, 146)
  195. subway.TextSize = 15.000
  196.  
  197. roses.Name = "roses"
  198. roses.Parent = labels
  199. roses.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  200. roses.BorderColor3 = Color3.fromRGB(22, 22, 22)
  201. roses.BorderSizePixel = 3
  202. roses.Position = UDim2.new(0.0299478564, 0, 0.00484848022, 0)
  203. roses.Size = UDim2.new(0, 33, 0, 21)
  204. roses.Font = Enum.Font.Highway
  205. roses.Text = "R1"
  206. roses.TextColor3 = Color3.fromRGB(83, 255, 146)
  207. roses.TextSize = 15.000
  208.  
  209. Beluga.Name = "Beluga"
  210. Beluga.Parent = labels
  211. Beluga.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  212. Beluga.BorderColor3 = Color3.fromRGB(22, 22, 22)
  213. Beluga.BorderSizePixel = 3
  214. Beluga.Position = UDim2.new(0.848733723, 0, -0.230151519, 0)
  215. Beluga.Size = UDim2.new(0, 79, 0, 21)
  216. Beluga.Font = Enum.Font.Highway
  217. Beluga.Text = "Beluga"
  218. Beluga.TextColor3 = Color3.fromRGB(88, 46, 255)
  219. Beluga.TextSize = 15.000
  220.  
  221. luxuryapartments.Name = "luxury apartments"
  222. luxuryapartments.Parent = labels
  223. luxuryapartments.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  224. luxuryapartments.BorderColor3 = Color3.fromRGB(22, 22, 22)
  225. luxuryapartments.BorderSizePixel = 3
  226. luxuryapartments.Position = UDim2.new(0.851502955, 0, 0.917848527, 0)
  227. luxuryapartments.Size = UDim2.new(0, 79, 0, 21)
  228. luxuryapartments.Font = Enum.Font.Highway
  229. luxuryapartments.Text = "LuxApart"
  230. luxuryapartments.TextColor3 = Color3.fromRGB(88, 46, 255)
  231. luxuryapartments.TextSize = 15.000
  232.  
  233. farsafe.Name = "far safe"
  234. farsafe.Parent = labels
  235. farsafe.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  236. farsafe.BorderColor3 = Color3.fromRGB(22, 22, 22)
  237. farsafe.BorderSizePixel = 3
  238. farsafe.Position = UDim2.new(0.0299478844, 0, 0.94084847, -2)
  239. farsafe.Size = UDim2.new(0, 79, 0, 21)
  240. farsafe.Font = Enum.Font.Highway
  241. farsafe.Text = "Far Safe"
  242. farsafe.TextColor3 = Color3.fromRGB(83, 255, 146)
  243. farsafe.TextSize = 15.000
  244.  
  245. cluck.Name = "cluck"
  246. cluck.Parent = labels
  247. cluck.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  248. cluck.BorderColor3 = Color3.fromRGB(22, 22, 22)
  249. cluck.BorderSizePixel = 3
  250. cluck.Position = UDim2.new(0.576502979, 0, -0.230303034, 0)
  251. cluck.Size = UDim2.new(0, 33, 0, 21)
  252. cluck.Font = Enum.Font.Highway
  253. cluck.Text = "MC1"
  254. cluck.TextColor3 = Color3.fromRGB(83, 255, 146)
  255. cluck.TextSize = 15.000
  256.  
  257. BigSlop2.Name = "Big Slop2"
  258. BigSlop2.Parent = labels
  259. BigSlop2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  260. BigSlop2.BorderColor3 = Color3.fromRGB(22, 22, 22)
  261. BigSlop2.BorderSizePixel = 3
  262. BigSlop2.Position = UDim2.new(0.712502956, 0, 0.469848514, -1)
  263. BigSlop2.Size = UDim2.new(0, 33, 0, 21)
  264. BigSlop2.Font = Enum.Font.Highway
  265. BigSlop2.Text = "BS2"
  266. BigSlop2.TextColor3 = Color3.fromRGB(83, 255, 146)
  267. BigSlop2.TextSize = 15.000
  268.  
  269. bigpoppa.Name = "big poppa"
  270. bigpoppa.Parent = labels
  271. bigpoppa.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  272. bigpoppa.BorderColor3 = Color3.fromRGB(22, 22, 22)
  273. bigpoppa.BorderSizePixel = 3
  274. bigpoppa.Position = UDim2.new(0.85154438, 0, 0.489848495, -5)
  275. bigpoppa.Size = UDim2.new(0, 79, 0, 21)
  276. bigpoppa.Font = Enum.Font.Highway
  277. bigpoppa.Text = "Big Poppa"
  278. bigpoppa.TextColor3 = Color3.fromRGB(88, 46, 255)
  279. bigpoppa.TextSize = 15.000
  280.  
  281. bank.Name = "bank"
  282. bank.Parent = labels
  283. bank.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  284. bank.BorderColor3 = Color3.fromRGB(22, 22, 22)
  285. bank.BorderSizePixel = 3
  286. bank.Position = UDim2.new(0.304831952, 0, -0.230151519, 0)
  287. bank.Size = UDim2.new(0, 79, 0, 21)
  288. bank.Font = Enum.Font.Highway
  289. bank.Text = "Bank"
  290. bank.TextColor3 = Color3.fromRGB(83, 255, 146)
  291. bank.TextSize = 16.000
  292.  
  293. bananacars.Name = "banana cars"
  294. bananacars.Parent = labels
  295. bananacars.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  296. bananacars.BorderColor3 = Color3.fromRGB(22, 22, 22)
  297. bananacars.BorderSizePixel = 3
  298. bananacars.Position = UDim2.new(0.85154438, 0, 0.689848483, -1)
  299. bananacars.Size = UDim2.new(0, 79, 0, 21)
  300. bananacars.Font = Enum.Font.Highway
  301. bananacars.Text = "Banan Cars"
  302. bananacars.TextColor3 = Color3.fromRGB(88, 46, 255)
  303. bananacars.TextSize = 15.000
  304.  
  305. hideoutsafe.Name = "hideout safe"
  306. hideoutsafe.Parent = labels
  307. hideoutsafe.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  308. hideoutsafe.BorderColor3 = Color3.fromRGB(22, 22, 22)
  309. hideoutsafe.BorderSizePixel = 3
  310. hideoutsafe.Position = UDim2.new(0.576502979, 0, 0.697848499, 0)
  311. hideoutsafe.Size = UDim2.new(0, 79, 0, 21)
  312. hideoutsafe.Font = Enum.Font.Highway
  313. hideoutsafe.Text = "Hideout Safe"
  314. hideoutsafe.TextColor3 = Color3.fromRGB(83, 255, 146)
  315. hideoutsafe.TextSize = 15.000
  316.  
  317. alleysafe.Name = "alley safe"
  318. alleysafe.Parent = labels
  319. alleysafe.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  320. alleysafe.BorderColor3 = Color3.fromRGB(22, 22, 22)
  321. alleysafe.BorderSizePixel = 3
  322. alleysafe.Position = UDim2.new(0.0295029581, 0, 0.697848499, 0)
  323. alleysafe.Size = UDim2.new(0, 79, 0, 21)
  324. alleysafe.Font = Enum.Font.Highway
  325. alleysafe.Text = "Alley Safe"
  326. alleysafe.TextColor3 = Color3.fromRGB(83, 255, 146)
  327. alleysafe.TextSize = 15.000
  328.  
  329. Vaults.Name = "Vaults"
  330. Vaults.Parent = labels
  331. Vaults.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  332. Vaults.BorderColor3 = Color3.fromRGB(22, 22, 22)
  333. Vaults.BorderSizePixel = 3
  334. Vaults.Position = UDim2.new(0.576544404, 0, 0.918151498, 0)
  335. Vaults.Size = UDim2.new(0, 79, 0, 21)
  336. Vaults.Font = Enum.Font.Highway
  337. Vaults.Text = "Vaults"
  338. Vaults.TextColor3 = Color3.fromRGB(88, 46, 255)
  339. Vaults.TextSize = 15.000
  340.  
  341. QuavaJuice.Name = "Quava Juice"
  342. QuavaJuice.Parent = labels
  343. QuavaJuice.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  344. QuavaJuice.BorderColor3 = Color3.fromRGB(22, 22, 22)
  345. QuavaJuice.BorderSizePixel = 3
  346. QuavaJuice.Position = UDim2.new(0.304831952, 0, 0.697848499, 0)
  347. QuavaJuice.Size = UDim2.new(0, 79, 0, 21)
  348. QuavaJuice.Font = Enum.Font.Highway
  349. QuavaJuice.Text = "Quava Juice"
  350. QuavaJuice.TextColor3 = Color3.fromRGB(83, 255, 146)
  351. QuavaJuice.TextSize = 15.000
  352.  
  353. MeleeShop.Name = "Melee Shop"
  354. MeleeShop.Parent = labels
  355. MeleeShop.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  356. MeleeShop.BorderColor3 = Color3.fromRGB(22, 22, 22)
  357. MeleeShop.BorderSizePixel = 3
  358. MeleeShop.Position = UDim2.new(0.0299478564, 0, -0.230374411, 0)
  359. MeleeShop.Size = UDim2.new(0, 79, 0, 21)
  360. MeleeShop.Font = Enum.Font.Highway
  361. MeleeShop.Text = "Melee Shop"
  362. MeleeShop.TextColor3 = Color3.fromRGB(83, 255, 146)
  363. MeleeShop.TextSize = 15.000
  364.  
  365. Liquor.Name = "Liquor"
  366. Liquor.Parent = labels
  367. Liquor.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  368. Liquor.BorderColor3 = Color3.fromRGB(22, 22, 22)
  369. Liquor.BorderSizePixel = 3
  370. Liquor.Position = UDim2.new(0.304831952, 0, 0.269848466, -5)
  371. Liquor.Size = UDim2.new(0, 33, 0, 21)
  372. Liquor.Font = Enum.Font.Highway
  373. Liquor.Text = "L1"
  374. Liquor.TextColor3 = Color3.fromRGB(83, 255, 146)
  375. Liquor.TextSize = 15.000
  376.  
  377. Laundromat.Name = "Laundromat"
  378. Laundromat.Parent = labels
  379. Laundromat.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  380. Laundromat.BorderColor3 = Color3.fromRGB(22, 22, 22)
  381. Laundromat.BorderSizePixel = 3
  382. Laundromat.Position = UDim2.new(0.304831952, 0, 0.469848514, -1)
  383. Laundromat.Size = UDim2.new(0, 79, 0, 21)
  384. Laundromat.Font = Enum.Font.Highway
  385. Laundromat.Text = "Laundry"
  386. Laundromat.TextColor3 = Color3.fromRGB(83, 255, 146)
  387. Laundromat.TextSize = 15.000
  388.  
  389. Gym.Name = "Gym"
  390. Gym.Parent = labels
  391. Gym.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  392. Gym.BorderColor3 = Color3.fromRGB(22, 22, 22)
  393. Gym.BorderSizePixel = 3
  394. Gym.Position = UDim2.new(0.304831952, 0, 0.00484848395, 0)
  395. Gym.Size = UDim2.new(0, 79, 0, 21)
  396. Gym.Font = Enum.Font.Highway
  397. Gym.Text = "Gym"
  398. Gym.TextColor3 = Color3.fromRGB(83, 255, 146)
  399. Gym.TextSize = 15.000
  400.  
  401. Gunshop1.Name = "Gun shop 1"
  402. Gunshop1.Parent = labels
  403. Gunshop1.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  404. Gunshop1.BorderColor3 = Color3.fromRGB(22, 22, 22)
  405. Gunshop1.BorderSizePixel = 3
  406. Gunshop1.Position = UDim2.new(0.85154438, 0, 0.224848479, 0)
  407. Gunshop1.Size = UDim2.new(0, 79, 0, 21)
  408. Gunshop1.Font = Enum.Font.Highway
  409. Gunshop1.Text = "Gun Shop 2"
  410. Gunshop1.TextColor3 = Color3.fromRGB(88, 46, 255)
  411. Gunshop1.TextSize = 15.000
  412.  
  413. GunShop.Name = "Gun Shop"
  414. GunShop.Parent = labels
  415. GunShop.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  416. GunShop.BorderColor3 = Color3.fromRGB(22, 22, 22)
  417. GunShop.BorderSizePixel = 3
  418. GunShop.Position = UDim2.new(0.851295769, 0, 0.0158484839, -2)
  419. GunShop.Size = UDim2.new(0, 79, 0, 21)
  420. GunShop.Font = Enum.Font.Highway
  421. GunShop.Text = "Gun Shop"
  422. GunShop.TextColor3 = Color3.fromRGB(88, 46, 255)
  423. GunShop.TextSize = 15.000
  424.  
  425. FarLiquor.Name = "Far Liquor"
  426. FarLiquor.Parent = labels
  427. FarLiquor.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  428. FarLiquor.BorderColor3 = Color3.fromRGB(22, 22, 22)
  429. FarLiquor.BorderSizePixel = 3
  430. FarLiquor.Position = UDim2.new(0.576584756, 0, 0.00484848395, 0)
  431. FarLiquor.Size = UDim2.new(0, 33, 0, 21)
  432. FarLiquor.Font = Enum.Font.Highway
  433. FarLiquor.Text = "FL1"
  434. FarLiquor.TextColor3 = Color3.fromRGB(83, 255, 146)
  435. FarLiquor.TextSize = 15.000
  436.  
  437. BigSlop.Name = "Big Slop"
  438. BigSlop.Parent = labels
  439. BigSlop.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  440. BigSlop.BorderColor3 = Color3.fromRGB(22, 22, 22)
  441. BigSlop.BorderSizePixel = 3
  442. BigSlop.Position = UDim2.new(0.576544404, 0, 0.469848514, -1)
  443. BigSlop.Size = UDim2.new(0, 33, 0, 21)
  444. BigSlop.Font = Enum.Font.Highway
  445. BigSlop.Text = "BS1"
  446. BigSlop.TextColor3 = Color3.fromRGB(83, 255, 146)
  447. BigSlop.TextSize = 15.000
  448.  
  449. roses2.Name = "roses2"
  450. roses2.Parent = labels
  451. roses2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  452. roses2.BorderColor3 = Color3.fromRGB(22, 22, 22)
  453. roses2.BorderSizePixel = 3
  454. roses2.Position = UDim2.new(0.163964629, 0, 0.00484848022, 0)
  455. roses2.Size = UDim2.new(0, 33, 0, 21)
  456. roses2.Font = Enum.Font.Highway
  457. roses2.Text = "R2"
  458. roses2.TextColor3 = Color3.fromRGB(83, 255, 146)
  459. roses2.TextSize = 15.000
  460.  
  461. roses3.Name = "roses3"
  462. roses3.Parent = labels
  463. roses3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  464. roses3.BorderColor3 = Color3.fromRGB(22, 22, 22)
  465. roses3.BorderSizePixel = 3
  466. roses3.Position = UDim2.new(0.0299478564, 0, 0.269848466, -5)
  467. roses3.Size = UDim2.new(0, 33, 0, 21)
  468. roses3.Font = Enum.Font.Highway
  469. roses3.Text = "R3"
  470. roses3.TextColor3 = Color3.fromRGB(83, 255, 146)
  471. roses3.TextSize = 15.000
  472.  
  473. roses4.Name = "roses4"
  474. roses4.Parent = labels
  475. roses4.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  476. roses4.BorderColor3 = Color3.fromRGB(22, 22, 22)
  477. roses4.BorderSizePixel = 3
  478. roses4.Position = UDim2.new(0.163964629, 0, 0.269848466, -5)
  479. roses4.Size = UDim2.new(0, 33, 0, 21)
  480. roses4.Font = Enum.Font.Highway
  481. roses4.Text = "R4"
  482. roses4.TextColor3 = Color3.fromRGB(83, 255, 146)
  483. roses4.TextSize = 15.000
  484.  
  485. Liquor2.Name = "Liquor2"
  486. Liquor2.Parent = labels
  487. Liquor2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  488. Liquor2.BorderColor3 = Color3.fromRGB(22, 22, 22)
  489. Liquor2.BorderSizePixel = 3
  490. Liquor2.Position = UDim2.new(0.437968045, 0, 0.269848466, -5)
  491. Liquor2.Size = UDim2.new(0, 33, 0, 21)
  492. Liquor2.Font = Enum.Font.Highway
  493. Liquor2.Text = "L2"
  494. Liquor2.TextColor3 = Color3.fromRGB(83, 255, 146)
  495. Liquor2.TextSize = 15.000
  496.  
  497. vaultlick2.Name = "vault lick2"
  498. vaultlick2.Parent = labels
  499. vaultlick2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  500. vaultlick2.BorderColor3 = Color3.fromRGB(22, 22, 22)
  501. vaultlick2.BorderSizePixel = 3
  502. vaultlick2.Position = UDim2.new(0.440597653, 0, 0.932878792, -2)
  503. vaultlick2.Size = UDim2.new(0, 33, 0, 21)
  504. vaultlick2.Font = Enum.Font.Highway
  505. vaultlick2.Text = "VL2"
  506. vaultlick2.TextColor3 = Color3.fromRGB(83, 255, 146)
  507. vaultlick2.TextSize = 14.000
  508.  
  509. cluck2.Name = "cluck2"
  510. cluck2.Parent = labels
  511. cluck2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  512. cluck2.BorderColor3 = Color3.fromRGB(22, 22, 22)
  513. cluck2.BorderSizePixel = 3
  514. cluck2.Position = UDim2.new(0.712597668, 0, -0.230303034, 0)
  515. cluck2.Size = UDim2.new(0, 33, 0, 21)
  516. cluck2.Font = Enum.Font.Highway
  517. cluck2.Text = "MC2"
  518. cluck2.TextColor3 = Color3.fromRGB(83, 255, 146)
  519. cluck2.TextSize = 15.000
  520.  
  521. FarLiquor2.Name = "Far Liquor2"
  522. FarLiquor2.Parent = labels
  523. FarLiquor2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  524. FarLiquor2.BorderColor3 = Color3.fromRGB(22, 22, 22)
  525. FarLiquor2.BorderSizePixel = 3
  526. FarLiquor2.Position = UDim2.new(0.712502956, 0, 0.00484848395, 0)
  527. FarLiquor2.Size = UDim2.new(0, 33, 0, 21)
  528. FarLiquor2.Font = Enum.Font.Highway
  529. FarLiquor2.Text = "FL2"
  530. FarLiquor2.TextColor3 = Color3.fromRGB(83, 255, 146)
  531. FarLiquor2.TextSize = 15.000
  532.  
  533. cementarysafe.Name = "cementary safe"
  534. cementarysafe.Parent = labels
  535. cementarysafe.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  536. cementarysafe.BorderColor3 = Color3.fromRGB(22, 22, 22)
  537. cementarysafe.BorderSizePixel = 3
  538. cementarysafe.Position = UDim2.new(0.574062705, 0, 0.269848466, -5)
  539. cementarysafe.Size = UDim2.new(0, 79, 0, 21)
  540. cementarysafe.Font = Enum.Font.Highway
  541. cementarysafe.Text = "Cem Safe"
  542. cementarysafe.TextColor3 = Color3.fromRGB(83, 255, 146)
  543. cementarysafe.TextSize = 15.000
  544.  
  545. pg1.Name = "pg1"
  546. pg1.Parent = back
  547. pg1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  548. pg1.BackgroundTransparency = 1.000
  549. pg1.Position = UDim2.new(0.0212765951, 0, 0.138036802, 0)
  550. pg1.Size = UDim2.new(0, 353, 0, 86)
  551.  
  552. tp2player3.Name = "tp2player3"
  553. tp2player3.Parent = pg1
  554. tp2player3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  555. tp2player3.BorderColor3 = Color3.fromRGB(25, 25, 25)
  556. tp2player3.BorderSizePixel = 3
  557. tp2player3.Position = UDim2.new(-0.00966288894, 8, 0.822478294, -8)
  558. tp2player3.Size = UDim2.new(0, 83, 0, 23)
  559. tp2player3.Font = Enum.Font.SciFi
  560. tp2player3.Text = "TP2PLAYER"
  561. tp2player3.TextColor3 = Color3.fromRGB(88, 46, 255)
  562. tp2player3.TextSize = 14.000
  563.  
  564. playerbox3.Name = "playerbox3"
  565. playerbox3.Parent = pg1
  566. playerbox3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  567. playerbox3.BorderColor3 = Color3.fromRGB(25, 25, 25)
  568. playerbox3.BorderSizePixel = 3
  569. playerbox3.Position = UDim2.new(0.276429445, 0, 0.822478354, -8)
  570. playerbox3.Size = UDim2.new(0, 150, 0, 22)
  571. playerbox3.Font = Enum.Font.SourceSans
  572. playerbox3.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  573. playerbox3.Text = ""
  574. playerbox3.TextColor3 = Color3.fromRGB(83, 255, 146)
  575. playerbox3.TextSize = 16.000
  576. playerbox3.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  577.  
  578. tp2player2.Name = "tp2player2"
  579. tp2player2.Parent = pg1
  580. tp2player2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  581. tp2player2.BorderColor3 = Color3.fromRGB(25, 25, 25)
  582. tp2player2.BorderSizePixel = 3
  583. tp2player2.Position = UDim2.new(-0.00992309675, 8, 0.370000005, 0)
  584. tp2player2.Size = UDim2.new(0, 83, 0, 23)
  585. tp2player2.Font = Enum.Font.SciFi
  586. tp2player2.Text = "TP2PLAYER"
  587. tp2player2.TextColor3 = Color3.fromRGB(88, 46, 255)
  588. tp2player2.TextSize = 14.000
  589.  
  590. playerbox2.Name = "playerbox2"
  591. playerbox2.Parent = pg1
  592. playerbox2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  593. playerbox2.BorderColor3 = Color3.fromRGB(25, 25, 25)
  594. playerbox2.BorderSizePixel = 3
  595. playerbox2.Position = UDim2.new(0.276542693, 0, 0.369999915, 0)
  596. playerbox2.Size = UDim2.new(0, 150, 0, 22)
  597. playerbox2.Font = Enum.Font.SourceSans
  598. playerbox2.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  599. playerbox2.Text = ""
  600. playerbox2.TextColor3 = Color3.fromRGB(83, 255, 146)
  601. playerbox2.TextSize = 16.000
  602. playerbox2.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  603.  
  604. loop.Name = "loop"
  605. loop.Parent = pg1
  606. loop.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  607. loop.BorderColor3 = Color3.fromRGB(25, 25, 25)
  608. loop.BorderSizePixel = 3
  609. loop.Position = UDim2.new(0.730000019, 0, -0.0250001065, 3)
  610. loop.Size = UDim2.new(0, 35, 0, 23)
  611. loop.Font = Enum.Font.SciFi
  612. loop.Text = "LOOP"
  613. loop.TextColor3 = Color3.fromRGB(88, 46, 255)
  614. loop.TextSize = 12.000
  615.  
  616. playerbox.Name = "playerbox"
  617. playerbox.Parent = pg1
  618. playerbox.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  619. playerbox.BorderColor3 = Color3.fromRGB(25, 25, 25)
  620. playerbox.BorderSizePixel = 3
  621. playerbox.Position = UDim2.new(0.276542693, 0, -0.0250001065, 3)
  622. playerbox.Size = UDim2.new(0, 150, 0, 22)
  623. playerbox.Font = Enum.Font.SourceSans
  624. playerbox.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  625. playerbox.Text = ""
  626. playerbox.TextColor3 = Color3.fromRGB(83, 255, 146)
  627. playerbox.TextSize = 16.000
  628. playerbox.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  629.  
  630. tp2player.Name = "tp2player"
  631. tp2player.Parent = pg1
  632. tp2player.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  633. tp2player.BorderColor3 = Color3.fromRGB(25, 25, 25)
  634. tp2player.BorderSizePixel = 3
  635. tp2player.Position = UDim2.new(-0.00709023559, 8, -0.0250000004, 3)
  636. tp2player.Size = UDim2.new(0, 83, 0, 23)
  637. tp2player.Font = Enum.Font.SciFi
  638. tp2player.Text = "TP2PLAYER"
  639. tp2player.TextColor3 = Color3.fromRGB(88, 46, 255)
  640. tp2player.TextSize = 14.000
  641.  
  642. twirl.Name = "twirl"
  643. twirl.Parent = pg1
  644. twirl.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  645. twirl.BorderColor3 = Color3.fromRGB(25, 25, 25)
  646. twirl.BorderSizePixel = 3
  647. twirl.Position = UDim2.new(0.870000005, -4, -0.0250000004, 3)
  648. twirl.Size = UDim2.new(0, 35, 0, 23)
  649. twirl.Font = Enum.Font.SciFi
  650. twirl.Text = "TWIRL"
  651. twirl.TextColor3 = Color3.fromRGB(88, 46, 255)
  652. twirl.TextSize = 12.000
  653.  
  654. orbit.Name = "orbit"
  655. orbit.Parent = pg1
  656. orbit.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  657. orbit.BorderColor3 = Color3.fromRGB(25, 25, 25)
  658. orbit.BorderSizePixel = 3
  659. orbit.Position = UDim2.new(1.00999999, -7, -0.0250000004, 3)
  660. orbit.Size = UDim2.new(0, 35, 0, 23)
  661. orbit.Font = Enum.Font.SciFi
  662. orbit.Text = "ORB"
  663. orbit.TextColor3 = Color3.fromRGB(88, 46, 255)
  664. orbit.TextSize = 13.000
  665.  
  666. orbit2.Name = "orbit2"
  667. orbit2.Parent = pg1
  668. orbit2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  669. orbit2.BorderColor3 = Color3.fromRGB(25, 25, 25)
  670. orbit2.BorderSizePixel = 3
  671. orbit2.Position = UDim2.new(1.00999999, -7, 0.370000005, 0)
  672. orbit2.Size = UDim2.new(0, 35, 0, 23)
  673. orbit2.Font = Enum.Font.SciFi
  674. orbit2.Text = "ORB"
  675. orbit2.TextColor3 = Color3.fromRGB(88, 46, 255)
  676. orbit2.TextSize = 13.000
  677.  
  678. twirl2.Name = "twirl2"
  679. twirl2.Parent = pg1
  680. twirl2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  681. twirl2.BorderColor3 = Color3.fromRGB(25, 25, 25)
  682. twirl2.BorderSizePixel = 3
  683. twirl2.Position = UDim2.new(0.870000005, -4, 0.370000005, 0)
  684. twirl2.Size = UDim2.new(0, 35, 0, 23)
  685. twirl2.Font = Enum.Font.SciFi
  686. twirl2.Text = "TWIRL"
  687. twirl2.TextColor3 = Color3.fromRGB(88, 46, 255)
  688. twirl2.TextSize = 12.000
  689.  
  690. loop2.Name = "loop2"
  691. loop2.Parent = pg1
  692. loop2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  693. loop2.BorderColor3 = Color3.fromRGB(25, 25, 25)
  694. loop2.BorderSizePixel = 3
  695. loop2.Position = UDim2.new(0.730000019, 0, 0.370000005, 0)
  696. loop2.Size = UDim2.new(0, 35, 0, 23)
  697. loop2.Font = Enum.Font.SciFi
  698. loop2.Text = "LOOP"
  699. loop2.TextColor3 = Color3.fromRGB(88, 46, 255)
  700. loop2.TextSize = 12.000
  701.  
  702. loop3.Name = "loop3"
  703. loop3.Parent = pg1
  704. loop3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  705. loop3.BorderColor3 = Color3.fromRGB(25, 25, 25)
  706. loop3.BorderSizePixel = 3
  707. loop3.Position = UDim2.new(0.730000019, 0, 0.822000027, -8)
  708. loop3.Size = UDim2.new(0, 35, 0, 23)
  709. loop3.Font = Enum.Font.SciFi
  710. loop3.Text = "LOOP"
  711. loop3.TextColor3 = Color3.fromRGB(88, 46, 255)
  712. loop3.TextSize = 12.000
  713.  
  714. twirl3.Name = "twirl3"
  715. twirl3.Parent = pg1
  716. twirl3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  717. twirl3.BorderColor3 = Color3.fromRGB(25, 25, 25)
  718. twirl3.BorderSizePixel = 3
  719. twirl3.Position = UDim2.new(0.870000005, -4, 0.822000027, -8)
  720. twirl3.Size = UDim2.new(0, 35, 0, 23)
  721. twirl3.Font = Enum.Font.SciFi
  722. twirl3.Text = "TWIRL"
  723. twirl3.TextColor3 = Color3.fromRGB(88, 46, 255)
  724. twirl3.TextSize = 12.000
  725.  
  726. orbit3.Name = "orbit3"
  727. orbit3.Parent = pg1
  728. orbit3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  729. orbit3.BorderColor3 = Color3.fromRGB(25, 25, 25)
  730. orbit3.BorderSizePixel = 3
  731. orbit3.Position = UDim2.new(1.00999999, -7, 0.822000027, -8)
  732. orbit3.Size = UDim2.new(0, 35, 0, 23)
  733. orbit3.Font = Enum.Font.SciFi
  734. orbit3.Text = "ORB"
  735. orbit3.TextColor3 = Color3.fromRGB(88, 46, 255)
  736. orbit3.TextSize = 13.000
  737.  
  738. next.Name = "next"
  739. next.Parent = back
  740. next.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  741. next.BorderColor3 = Color3.fromRGB(22, 22, 22)
  742. next.BorderSizePixel = 3
  743. next.Position = UDim2.new(0.74298352, 0, 0.0670000091, -10)
  744. next.Size = UDim2.new(0, 90, 0, 23)
  745. next.Font = Enum.Font.SciFi
  746. next.Text = ">"
  747. next.TextColor3 = Color3.fromRGB(88, 46, 255)
  748. next.TextSize = 17.000
  749.  
  750. pg2.Name = "pg2"
  751. pg2.Parent = back
  752. pg2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  753. pg2.BackgroundTransparency = 1.000
  754. pg2.Position = UDim2.new(0.0212765951, 0, 0.138036802, 0)
  755. pg2.Size = UDim2.new(0, 353, 0, 86)
  756. pg2.Visible = false
  757.  
  758. tp2player6.Name = "tp2player6"
  759. tp2player6.Parent = pg2
  760. tp2player6.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  761. tp2player6.BorderColor3 = Color3.fromRGB(25, 25, 25)
  762. tp2player6.BorderSizePixel = 3
  763. tp2player6.Position = UDim2.new(-0.00966288894, 8, 0.822478294, -8)
  764. tp2player6.Size = UDim2.new(0, 83, 0, 23)
  765. tp2player6.Font = Enum.Font.SciFi
  766. tp2player6.Text = "TP2PLAYER"
  767. tp2player6.TextColor3 = Color3.fromRGB(88, 46, 255)
  768. tp2player6.TextSize = 14.000
  769.  
  770. playerbox6.Name = "playerbox6"
  771. playerbox6.Parent = pg2
  772. playerbox6.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  773. playerbox6.BorderColor3 = Color3.fromRGB(25, 25, 25)
  774. playerbox6.BorderSizePixel = 3
  775. playerbox6.Position = UDim2.new(0.275999993, 0, 0.822000027, -8)
  776. playerbox6.Size = UDim2.new(0, 150, 0, 22)
  777. playerbox6.Font = Enum.Font.SourceSans
  778. playerbox6.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  779. playerbox6.Text = ""
  780. playerbox6.TextColor3 = Color3.fromRGB(83, 255, 146)
  781. playerbox6.TextSize = 16.000
  782. playerbox6.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  783.  
  784. tp2player5.Name = "tp2player5"
  785. tp2player5.Parent = pg2
  786. tp2player5.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  787. tp2player5.BorderColor3 = Color3.fromRGB(25, 25, 25)
  788. tp2player5.BorderSizePixel = 3
  789. tp2player5.Position = UDim2.new(-0.00992309675, 8, 0.370000005, 0)
  790. tp2player5.Size = UDim2.new(0, 83, 0, 23)
  791. tp2player5.Font = Enum.Font.SciFi
  792. tp2player5.Text = "TP2PLAYER"
  793. tp2player5.TextColor3 = Color3.fromRGB(88, 46, 255)
  794. tp2player5.TextSize = 14.000
  795.  
  796. playerbox5.Name = "playerbox5"
  797. playerbox5.Parent = pg2
  798. playerbox5.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  799. playerbox5.BorderColor3 = Color3.fromRGB(25, 25, 25)
  800. playerbox5.BorderSizePixel = 3
  801. playerbox5.Position = UDim2.new(0.275999993, 0, 0.370000005, 0)
  802. playerbox5.Size = UDim2.new(0, 150, 0, 22)
  803. playerbox5.Font = Enum.Font.SourceSans
  804. playerbox5.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  805. playerbox5.Text = ""
  806. playerbox5.TextColor3 = Color3.fromRGB(83, 255, 146)
  807. playerbox5.TextSize = 16.000
  808. playerbox5.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  809.  
  810. playerbox4.Name = "playerbox4"
  811. playerbox4.Parent = pg2
  812. playerbox4.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  813. playerbox4.BorderColor3 = Color3.fromRGB(25, 25, 25)
  814. playerbox4.BorderSizePixel = 3
  815. playerbox4.Position = UDim2.new(0.27700001, 0, -0.0250000004, 3)
  816. playerbox4.Size = UDim2.new(0, 150, 0, 22)
  817. playerbox4.Font = Enum.Font.SourceSans
  818. playerbox4.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  819. playerbox4.Text = ""
  820. playerbox4.TextColor3 = Color3.fromRGB(83, 255, 146)
  821. playerbox4.TextSize = 16.000
  822. playerbox4.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  823.  
  824. tp2player4.Name = "tp2player4"
  825. tp2player4.Parent = pg2
  826. tp2player4.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  827. tp2player4.BorderColor3 = Color3.fromRGB(25, 25, 25)
  828. tp2player4.BorderSizePixel = 3
  829. tp2player4.Position = UDim2.new(-0.00709023559, 8, -0.0250000004, 3)
  830. tp2player4.Size = UDim2.new(0, 83, 0, 23)
  831. tp2player4.Font = Enum.Font.SciFi
  832. tp2player4.Text = "TP2PLAYER"
  833. tp2player4.TextColor3 = Color3.fromRGB(88, 46, 255)
  834. tp2player4.TextSize = 14.000
  835.  
  836. loop4.Name = "loop4"
  837. loop4.Parent = pg2
  838. loop4.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  839. loop4.BorderColor3 = Color3.fromRGB(25, 25, 25)
  840. loop4.BorderSizePixel = 3
  841. loop4.Position = UDim2.new(0.730000019, 0, -0.0250001065, 3)
  842. loop4.Size = UDim2.new(0, 35, 0, 23)
  843. loop4.Font = Enum.Font.SciFi
  844. loop4.Text = "LOOP"
  845. loop4.TextColor3 = Color3.fromRGB(88, 46, 255)
  846. loop4.TextSize = 12.000
  847.  
  848. twirl4.Name = "twirl4"
  849. twirl4.Parent = pg2
  850. twirl4.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  851. twirl4.BorderColor3 = Color3.fromRGB(25, 25, 25)
  852. twirl4.BorderSizePixel = 3
  853. twirl4.Position = UDim2.new(0.870000005, -4, -0.0250000004, 3)
  854. twirl4.Size = UDim2.new(0, 35, 0, 23)
  855. twirl4.Font = Enum.Font.SciFi
  856. twirl4.Text = "TWIRL"
  857. twirl4.TextColor3 = Color3.fromRGB(88, 46, 255)
  858. twirl4.TextSize = 12.000
  859.  
  860. orbit4.Name = "orbit4"
  861. orbit4.Parent = pg2
  862. orbit4.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  863. orbit4.BorderColor3 = Color3.fromRGB(25, 25, 25)
  864. orbit4.BorderSizePixel = 3
  865. orbit4.Position = UDim2.new(1.00999999, -7, -0.0250000004, 3)
  866. orbit4.Size = UDim2.new(0, 35, 0, 23)
  867. orbit4.Font = Enum.Font.SciFi
  868. orbit4.Text = "ORB"
  869. orbit4.TextColor3 = Color3.fromRGB(88, 46, 255)
  870. orbit4.TextSize = 13.000
  871.  
  872. loop5.Name = "loop5"
  873. loop5.Parent = pg2
  874. loop5.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  875. loop5.BorderColor3 = Color3.fromRGB(25, 25, 25)
  876. loop5.BorderSizePixel = 3
  877. loop5.Position = UDim2.new(0.730000019, 0, 0.370000005, 0)
  878. loop5.Size = UDim2.new(0, 35, 0, 23)
  879. loop5.Font = Enum.Font.SciFi
  880. loop5.Text = "LOOP"
  881. loop5.TextColor3 = Color3.fromRGB(88, 46, 255)
  882. loop5.TextSize = 12.000
  883.  
  884. twirl5.Name = "twirl5"
  885. twirl5.Parent = pg2
  886. twirl5.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  887. twirl5.BorderColor3 = Color3.fromRGB(25, 25, 25)
  888. twirl5.BorderSizePixel = 3
  889. twirl5.Position = UDim2.new(0.870000005, -4, 0.370000005, 0)
  890. twirl5.Size = UDim2.new(0, 35, 0, 23)
  891. twirl5.Font = Enum.Font.SciFi
  892. twirl5.Text = "TWIRL"
  893. twirl5.TextColor3 = Color3.fromRGB(88, 46, 255)
  894. twirl5.TextSize = 12.000
  895.  
  896. orbit5.Name = "orbit5"
  897. orbit5.Parent = pg2
  898. orbit5.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  899. orbit5.BorderColor3 = Color3.fromRGB(25, 25, 25)
  900. orbit5.BorderSizePixel = 3
  901. orbit5.Position = UDim2.new(1.00999999, -7, 0.370000005, 0)
  902. orbit5.Size = UDim2.new(0, 35, 0, 23)
  903. orbit5.Font = Enum.Font.SciFi
  904. orbit5.Text = "ORB"
  905. orbit5.TextColor3 = Color3.fromRGB(88, 46, 255)
  906. orbit5.TextSize = 13.000
  907.  
  908. loop6.Name = "loop6"
  909. loop6.Parent = pg2
  910. loop6.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  911. loop6.BorderColor3 = Color3.fromRGB(25, 25, 25)
  912. loop6.BorderSizePixel = 3
  913. loop6.Position = UDim2.new(0.730000019, 0, 0.822000027, -8)
  914. loop6.Size = UDim2.new(0, 35, 0, 23)
  915. loop6.Font = Enum.Font.SciFi
  916. loop6.Text = "LOOP"
  917. loop6.TextColor3 = Color3.fromRGB(88, 46, 255)
  918. loop6.TextSize = 12.000
  919.  
  920. twirl6.Name = "twirl6"
  921. twirl6.Parent = pg2
  922. twirl6.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  923. twirl6.BorderColor3 = Color3.fromRGB(25, 25, 25)
  924. twirl6.BorderSizePixel = 3
  925. twirl6.Position = UDim2.new(0.870000005, -4, 0.822000027, -8)
  926. twirl6.Size = UDim2.new(0, 35, 0, 23)
  927. twirl6.Font = Enum.Font.SciFi
  928. twirl6.Text = "TWIRL"
  929. twirl6.TextColor3 = Color3.fromRGB(88, 46, 255)
  930. twirl6.TextSize = 12.000
  931.  
  932. orbit6.Name = "orbit6"
  933. orbit6.Parent = pg2
  934. orbit6.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  935. orbit6.BorderColor3 = Color3.fromRGB(25, 25, 25)
  936. orbit6.BorderSizePixel = 3
  937. orbit6.Position = UDim2.new(1.00999999, -7, 0.822000027, -8)
  938. orbit6.Size = UDim2.new(0, 35, 0, 23)
  939. orbit6.Font = Enum.Font.SciFi
  940. orbit6.Text = "ORB"
  941. orbit6.TextColor3 = Color3.fromRGB(88, 46, 255)
  942. orbit6.TextSize = 13.000
  943.  
  944. next2.Name = "next2"
  945. next2.Parent = back
  946. next2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  947. next2.BorderColor3 = Color3.fromRGB(22, 22, 22)
  948. next2.BorderSizePixel = 3
  949. next2.Position = UDim2.new(0.742999971, 0, 0.0670000017, -10)
  950. next2.Size = UDim2.new(0, 90, 0, 23)
  951. next2.Visible = false
  952. next2.Font = Enum.Font.SciFi
  953. next2.Text = ">"
  954. next2.TextColor3 = Color3.fromRGB(88, 46, 255)
  955. next2.TextSize = 17.000
  956.  
  957. hkS.Name = "hkS"
  958. hkS.Parent = back
  959. hkS.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  960. hkS.BackgroundTransparency = 1.000
  961. hkS.Position = UDim2.new(0.0212765951, 0, 0.138036802, 0)
  962. hkS.Size = UDim2.new(0, 353, 0, 86)
  963. hkS.Visible = false
  964.  
  965. LeftDashComponents.Name = "Left Dash Components"
  966. LeftDashComponents.Parent = hkS
  967. LeftDashComponents.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  968. LeftDashComponents.BackgroundTransparency = 1.000
  969. LeftDashComponents.Position = UDim2.new(0.0135824839, 0, 0, 0)
  970. LeftDashComponents.Size = UDim2.new(0, 195, 0, 23)
  971.  
  972. LDash.Name = "LDash"
  973. LDash.Parent = LeftDashComponents
  974. LDash.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  975. LDash.BorderColor3 = Color3.fromRGB(22, 22, 22)
  976. LDash.BorderSizePixel = 3
  977. LDash.Position = UDim2.new(-0.00494196964, 0, 0, 0)
  978. LDash.Size = UDim2.new(0, 73, 0, 23)
  979. LDash.Font = Enum.Font.SciFi
  980. LDash.Text = "Left Dash"
  981. LDash.TextColor3 = Color3.fromRGB(88, 46, 255)
  982. LDash.TextSize = 13.000
  983.  
  984. ldhk.Name = "ldhk"
  985. ldhk.Parent = LeftDashComponents
  986. ldhk.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  987. ldhk.BorderColor3 = Color3.fromRGB(25, 25, 25)
  988. ldhk.BorderSizePixel = 3
  989. ldhk.Position = UDim2.new(0.41538462, 0, 0.0434782617, 0)
  990. ldhk.Size = UDim2.new(0, 93, 0, 22)
  991. ldhk.Font = Enum.Font.SourceSans
  992. ldhk.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  993. ldhk.Text = ""
  994. ldhk.TextColor3 = Color3.fromRGB(83, 255, 146)
  995. ldhk.TextSize = 16.000
  996. ldhk.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  997.  
  998. RightDashComponents.Name = "Right Dash Components"
  999. RightDashComponents.Parent = hkS
  1000. RightDashComponents.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1001. RightDashComponents.BackgroundTransparency = 1.000
  1002. RightDashComponents.Position = UDim2.new(0.0135824839, 0, 0.360465109, 0)
  1003. RightDashComponents.Size = UDim2.new(0, 195, 0, 23)
  1004.  
  1005. rdhk.Name = "rdhk"
  1006. rdhk.Parent = RightDashComponents
  1007. rdhk.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1008. rdhk.BorderColor3 = Color3.fromRGB(25, 25, 25)
  1009. rdhk.BorderSizePixel = 3
  1010. rdhk.Position = UDim2.new(0.344999999, 0, 0.0434782617, 0)
  1011. rdhk.Size = UDim2.new(0, 71, 0, 22)
  1012. rdhk.Font = Enum.Font.SourceSans
  1013. rdhk.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  1014. rdhk.Text = ""
  1015. rdhk.TextColor3 = Color3.fromRGB(83, 255, 146)
  1016. rdhk.TextSize = 16.000
  1017. rdhk.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  1018.  
  1019. RDash.Name = "RDash"
  1020. RDash.Parent = RightDashComponents
  1021. RDash.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1022. RDash.BorderColor3 = Color3.fromRGB(22, 22, 22)
  1023. RDash.BorderSizePixel = 3
  1024. RDash.Position = UDim2.new(-0.00540802768, 0, 0, 0)
  1025. RDash.Size = UDim2.new(0, 60, 0, 23)
  1026. RDash.Font = Enum.Font.SciFi
  1027. RDash.Text = "Right Dash"
  1028. RDash.TextColor3 = Color3.fromRGB(88, 46, 255)
  1029. RDash.TextSize = 12.000
  1030.  
  1031. BackDashComponents.Name = "Back Dash Components"
  1032. BackDashComponents.Parent = hkS
  1033. BackDashComponents.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1034. BackDashComponents.BackgroundTransparency = 1.000
  1035. BackDashComponents.Position = UDim2.new(0.0107496232, 0, 0.720930219, 0)
  1036. BackDashComponents.Size = UDim2.new(0, 195, 0, 23)
  1037.  
  1038. bdhk.Name = "bdhk"
  1039. bdhk.Parent = BackDashComponents
  1040. bdhk.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1041. bdhk.BorderColor3 = Color3.fromRGB(25, 25, 25)
  1042. bdhk.BorderSizePixel = 3
  1043. bdhk.Position = UDim2.new(0.349999994, 0, 0.0434782617, 0)
  1044. bdhk.Size = UDim2.new(0, 71, 0, 22)
  1045. bdhk.Font = Enum.Font.SourceSans
  1046. bdhk.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  1047. bdhk.Text = ""
  1048. bdhk.TextColor3 = Color3.fromRGB(83, 255, 146)
  1049. bdhk.TextSize = 16.000
  1050. bdhk.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  1051.  
  1052. BDash.Name = "BDash"
  1053. BDash.Parent = BackDashComponents
  1054. BDash.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1055. BDash.BorderColor3 = Color3.fromRGB(22, 22, 22)
  1056. BDash.BorderSizePixel = 3
  1057. BDash.Position = UDim2.new(-0.00405304739, 0, 0, 0)
  1058. BDash.Size = UDim2.new(0, 60, 0, 23)
  1059. BDash.Font = Enum.Font.SciFi
  1060. BDash.Text = "Back Dash"
  1061. BDash.TextColor3 = Color3.fromRGB(88, 46, 255)
  1062. BDash.TextSize = 12.000
  1063.  
  1064. FrontDashComponents.Name = "Front Dash Components"
  1065. FrontDashComponents.Parent = hkS
  1066. FrontDashComponents.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1067. FrontDashComponents.BackgroundTransparency = 1.000
  1068. FrontDashComponents.Position = UDim2.new(0.563157558, 0, 0, 0)
  1069. FrontDashComponents.Size = UDim2.new(0, 195, 0, 23)
  1070.  
  1071. fdhk.Name = "fdhk"
  1072. fdhk.Parent = FrontDashComponents
  1073. fdhk.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1074. fdhk.BorderColor3 = Color3.fromRGB(25, 25, 25)
  1075. fdhk.BorderSizePixel = 3
  1076. fdhk.Position = UDim2.new(0.42999956, 0, 0.0434782617, 0)
  1077. fdhk.Size = UDim2.new(0, 100, 0, 22)
  1078. fdhk.Font = Enum.Font.SourceSans
  1079. fdhk.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  1080. fdhk.Text = ""
  1081. fdhk.TextColor3 = Color3.fromRGB(83, 255, 146)
  1082. fdhk.TextSize = 16.000
  1083. fdhk.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  1084.  
  1085. FDash.Name = "FDash"
  1086. FDash.Parent = FrontDashComponents
  1087. FDash.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1088. FDash.BorderColor3 = Color3.fromRGB(22, 22, 22)
  1089. FDash.BorderSizePixel = 3
  1090. FDash.Position = UDim2.new(-0.0500000007, 0, 0, 0)
  1091. FDash.Size = UDim2.new(0, 83, 0, 23)
  1092. FDash.Font = Enum.Font.SciFi
  1093. FDash.Text = "Front Dash"
  1094. FDash.TextColor3 = Color3.fromRGB(88, 46, 255)
  1095. FDash.TextSize = 14.000
  1096.  
  1097. PB1TPComponents.Name = "PB1TP Components"
  1098. PB1TPComponents.Parent = hkS
  1099. PB1TPComponents.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1100. PB1TPComponents.BackgroundTransparency = 1.000
  1101. PB1TPComponents.Position = UDim2.new(0.43284592, 0, 0.372093022, 0)
  1102. PB1TPComponents.Size = UDim2.new(0, 67, 0, 23)
  1103.  
  1104. p1hk.Name = "p1hk"
  1105. p1hk.Parent = PB1TPComponents
  1106. p1hk.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1107. p1hk.BorderColor3 = Color3.fromRGB(25, 25, 25)
  1108. p1hk.BorderSizePixel = 3
  1109. p1hk.Position = UDim2.new(0.550000012, 0, 0.0430000015, 0)
  1110. p1hk.Size = UDim2.new(0, 32, 0, 22)
  1111. p1hk.Font = Enum.Font.SourceSans
  1112. p1hk.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  1113. p1hk.Text = ""
  1114. p1hk.TextColor3 = Color3.fromRGB(83, 255, 146)
  1115. p1hk.TextSize = 16.000
  1116. p1hk.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  1117.  
  1118. p1label.Name = "p1label"
  1119. p1label.Parent = PB1TPComponents
  1120. p1label.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1121. p1label.BorderColor3 = Color3.fromRGB(22, 22, 22)
  1122. p1label.BorderSizePixel = 3
  1123. p1label.Position = UDim2.new(-0.00782282185, 0, 0.0430000015, 0)
  1124. p1label.Size = UDim2.new(0, 27, 0, 22)
  1125. p1label.Font = Enum.Font.SciFi
  1126. p1label.Text = "TP1"
  1127. p1label.TextColor3 = Color3.fromRGB(88, 46, 255)
  1128. p1label.TextSize = 13.000
  1129.  
  1130. PB2TPComponents.Name = "PB2TP Components"
  1131. PB2TPComponents.Parent = hkS
  1132. PB2TPComponents.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1133. PB2TPComponents.BackgroundTransparency = 1.000
  1134. PB2TPComponents.Position = UDim2.new(0.65947479, 0, 0.372093022, 0)
  1135. PB2TPComponents.Size = UDim2.new(0, 67, 0, 23)
  1136.  
  1137. p2hk.Name = "p2hk"
  1138. p2hk.Parent = PB2TPComponents
  1139. p2hk.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1140. p2hk.BorderColor3 = Color3.fromRGB(25, 25, 25)
  1141. p2hk.BorderSizePixel = 3
  1142. p2hk.Position = UDim2.new(0.550000012, 0, 0.0430000015, 0)
  1143. p2hk.Size = UDim2.new(0, 32, 0, 22)
  1144. p2hk.Font = Enum.Font.SourceSans
  1145. p2hk.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  1146. p2hk.Text = ""
  1147. p2hk.TextColor3 = Color3.fromRGB(83, 255, 146)
  1148. p2hk.TextSize = 16.000
  1149. p2hk.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  1150.  
  1151. p2label.Name = "p2label"
  1152. p2label.Parent = PB2TPComponents
  1153. p2label.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1154. p2label.BorderColor3 = Color3.fromRGB(22, 22, 22)
  1155. p2label.BorderSizePixel = 3
  1156. p2label.Position = UDim2.new(-0.00782282185, 0, 0.0430000015, 0)
  1157. p2label.Size = UDim2.new(0, 27, 0, 22)
  1158. p2label.Font = Enum.Font.SciFi
  1159. p2label.Text = "TP2"
  1160. p2label.TextColor3 = Color3.fromRGB(88, 46, 255)
  1161. p2label.TextSize = 13.000
  1162.  
  1163. PB3TPComponents.Name = "PB3TP Components"
  1164. PB3TPComponents.Parent = hkS
  1165. PB3TPComponents.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1166. PB3TPComponents.BackgroundTransparency = 1.000
  1167. PB3TPComponents.Position = UDim2.new(0.8832708, 0, 0.372093022, 0)
  1168. PB3TPComponents.Size = UDim2.new(0, 67, 0, 23)
  1169.  
  1170. p3hk.Name = "p3hk"
  1171. p3hk.Parent = PB3TPComponents
  1172. p3hk.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1173. p3hk.BorderColor3 = Color3.fromRGB(25, 25, 25)
  1174. p3hk.BorderSizePixel = 3
  1175. p3hk.Position = UDim2.new(0.550000012, 0, 0.0430000015, 0)
  1176. p3hk.Size = UDim2.new(0, 32, 0, 22)
  1177. p3hk.Font = Enum.Font.SourceSans
  1178. p3hk.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  1179. p3hk.Text = ""
  1180. p3hk.TextColor3 = Color3.fromRGB(83, 255, 146)
  1181. p3hk.TextSize = 16.000
  1182. p3hk.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  1183.  
  1184. p3label.Name = "p3label"
  1185. p3label.Parent = PB3TPComponents
  1186. p3label.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1187. p3label.BorderColor3 = Color3.fromRGB(22, 22, 22)
  1188. p3label.BorderSizePixel = 3
  1189. p3label.Position = UDim2.new(-0.00782282185, 0, 0.0430000015, 0)
  1190. p3label.Size = UDim2.new(0, 27, 0, 22)
  1191. p3label.Font = Enum.Font.SciFi
  1192. p3label.Text = "TP3"
  1193. p3label.TextColor3 = Color3.fromRGB(88, 46, 255)
  1194. p3label.TextSize = 13.000
  1195.  
  1196. PB4TPComponents.Name = "PB4TP Components"
  1197. PB4TPComponents.Parent = hkS
  1198. PB4TPComponents.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1199. PB4TPComponents.BackgroundTransparency = 1.000
  1200. PB4TPComponents.Position = UDim2.new(0.43284592, 0, 0.720930219, 0)
  1201. PB4TPComponents.Size = UDim2.new(0, 67, 0, 23)
  1202.  
  1203. p4hk.Name = "p4hk"
  1204. p4hk.Parent = PB4TPComponents
  1205. p4hk.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1206. p4hk.BorderColor3 = Color3.fromRGB(25, 25, 25)
  1207. p4hk.BorderSizePixel = 3
  1208. p4hk.Position = UDim2.new(0.550000012, 0, 0.0430000015, 0)
  1209. p4hk.Size = UDim2.new(0, 32, 0, 22)
  1210. p4hk.Font = Enum.Font.SourceSans
  1211. p4hk.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  1212. p4hk.Text = ""
  1213. p4hk.TextColor3 = Color3.fromRGB(83, 255, 146)
  1214. p4hk.TextSize = 16.000
  1215. p4hk.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  1216.  
  1217. p4label.Name = "p4label"
  1218. p4label.Parent = PB4TPComponents
  1219. p4label.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1220. p4label.BorderColor3 = Color3.fromRGB(22, 22, 22)
  1221. p4label.BorderSizePixel = 3
  1222. p4label.Position = UDim2.new(-0.00782282185, 0, 0.0430000015, 0)
  1223. p4label.Size = UDim2.new(0, 27, 0, 22)
  1224. p4label.Font = Enum.Font.SciFi
  1225. p4label.Text = "TP4"
  1226. p4label.TextColor3 = Color3.fromRGB(88, 46, 255)
  1227. p4label.TextSize = 13.000
  1228.  
  1229. PB5TPComponents.Name = "PB5TP Components"
  1230. PB5TPComponents.Parent = hkS
  1231. PB5TPComponents.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1232. PB5TPComponents.BackgroundTransparency = 1.000
  1233. PB5TPComponents.Position = UDim2.new(0.65947479, 0, 0.720930219, 0)
  1234. PB5TPComponents.Size = UDim2.new(0, 67, 0, 23)
  1235.  
  1236. fdhk_2.Name = "fdhk"
  1237. fdhk_2.Parent = PB5TPComponents
  1238. fdhk_2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1239. fdhk_2.BorderColor3 = Color3.fromRGB(25, 25, 25)
  1240. fdhk_2.BorderSizePixel = 3
  1241. fdhk_2.Position = UDim2.new(0.550000012, 0, 0.0430000015, 0)
  1242. fdhk_2.Size = UDim2.new(0, 32, 0, 22)
  1243. fdhk_2.Font = Enum.Font.SourceSans
  1244. fdhk_2.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  1245. fdhk_2.Text = ""
  1246. fdhk_2.TextColor3 = Color3.fromRGB(83, 255, 146)
  1247. fdhk_2.TextSize = 16.000
  1248. fdhk_2.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  1249.  
  1250. p5label.Name = "p5label"
  1251. p5label.Parent = PB5TPComponents
  1252. p5label.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1253. p5label.BorderColor3 = Color3.fromRGB(22, 22, 22)
  1254. p5label.BorderSizePixel = 3
  1255. p5label.Position = UDim2.new(-0.00782282185, 0, 0.0430000015, 0)
  1256. p5label.Size = UDim2.new(0, 27, 0, 22)
  1257. p5label.Font = Enum.Font.SciFi
  1258. p5label.Text = "TP5"
  1259. p5label.TextColor3 = Color3.fromRGB(88, 46, 255)
  1260. p5label.TextSize = 13.000
  1261.  
  1262. PB6TPComponents.Name = "PB6TP Components"
  1263. PB6TPComponents.Parent = hkS
  1264. PB6TPComponents.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1265. PB6TPComponents.BackgroundTransparency = 1.000
  1266. PB6TPComponents.Position = UDim2.new(0.8832708, 0, 0.720930219, 0)
  1267. PB6TPComponents.Size = UDim2.new(0, 67, 0, 23)
  1268.  
  1269. p6hk.Name = "p6hk"
  1270. p6hk.Parent = PB6TPComponents
  1271. p6hk.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1272. p6hk.BorderColor3 = Color3.fromRGB(25, 25, 25)
  1273. p6hk.BorderSizePixel = 3
  1274. p6hk.Position = UDim2.new(0.550000012, 0, 0.0430000015, 0)
  1275. p6hk.Size = UDim2.new(0, 32, 0, 22)
  1276. p6hk.Font = Enum.Font.SourceSans
  1277. p6hk.PlaceholderColor3 = Color3.fromRGB(83, 255, 146)
  1278. p6hk.Text = ""
  1279. p6hk.TextColor3 = Color3.fromRGB(83, 255, 146)
  1280. p6hk.TextSize = 16.000
  1281. p6hk.TextStrokeColor3 = Color3.fromRGB(88, 46, 255)
  1282.  
  1283. p6label.Name = "p6label"
  1284. p6label.Parent = PB6TPComponents
  1285. p6label.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1286. p6label.BorderColor3 = Color3.fromRGB(22, 22, 22)
  1287. p6label.BorderSizePixel = 3
  1288. p6label.Position = UDim2.new(-0.00782282185, 0, 0.0430000015, 0)
  1289. p6label.Size = UDim2.new(0, 27, 0, 22)
  1290. p6label.Font = Enum.Font.SciFi
  1291. p6label.Text = "TP6"
  1292. p6label.TextColor3 = Color3.fromRGB(88, 46, 255)
  1293. p6label.TextSize = 13.000
  1294.  
  1295. _1.Name = "1"
  1296. _1.Parent = back
  1297. _1.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1298. _1.BorderColor3 = Color3.fromRGB(22, 22, 22)
  1299. _1.BorderSizePixel = 3
  1300. _1.Position = UDim2.new(0.25999999, 0, 0.0670000091, -10)
  1301. _1.Size = UDim2.new(0, 29, 0, 23)
  1302. _1.Font = Enum.Font.SciFi
  1303. _1.Text = "1"
  1304. _1.TextColor3 = Color3.fromRGB(255, 174, 34)
  1305. _1.TextSize = 17.000
  1306.  
  1307. MethodButton.Name = "Method Button"
  1308. MethodButton.Parent = back
  1309. MethodButton.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1310. MethodButton.BorderColor3 = Color3.fromRGB(22, 22, 22)
  1311. MethodButton.BorderSizePixel = 3
  1312. MethodButton.Position = UDim2.new(0.3549999, 0, 0.0670000091, -10)
  1313. MethodButton.Size = UDim2.new(0, 110, 0, 23)
  1314. MethodButton.Font = Enum.Font.SciFi
  1315. MethodButton.Text = "TweenService"
  1316. MethodButton.TextColor3 = Color3.fromRGB(88, 46, 255)
  1317. MethodButton.TextSize = 16.000
  1318.  
  1319. _2.Name = "2"
  1320. _2.Parent = back
  1321. _2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  1322. _2.BorderColor3 = Color3.fromRGB(22, 22, 22)
  1323. _2.BorderSizePixel = 3
  1324. _2.Position = UDim2.new(0.649999976, 0, 0.0670000091, -10)
  1325. _2.Size = UDim2.new(0, 29, 0, 23)
  1326. _2.Font = Enum.Font.SciFi
  1327. _2.Text = "2"
  1328. _2.TextColor3 = Color3.fromRGB(88, 46, 255)
  1329. _2.TextSize = 17.000
  1330.  
  1331. hkdbutton.Name = "hkdbutton"
  1332. hkdbutton.Parent = back
  1333. hkdbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1334. hkdbutton.BorderColor3 = Color3.fromRGB(22, 22, 22)
  1335. hkdbutton.BorderSizePixel = 4
  1336. hkdbutton.Position = UDim2.new(-0.0700000003, 0, 0.0797545984, 0)
  1337. hkdbutton.Size = UDim2.new(0, 22, 0, 50)
  1338. hkdbutton.Image = "http://www.roblox.com/asset/?id=4598404877"
  1339. hkdbutton.ImageColor3 = Color3.fromRGB(255, 174, 34)
  1340.  
  1341. hotkeylabel.Name = "hotkeylabel"
  1342. hotkeylabel.Parent = hkdbutton
  1343. hotkeylabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1344. hotkeylabel.BackgroundTransparency = 1.000
  1345. hotkeylabel.Position = UDim2.new(-0.720000029, 0, 0.183462217, 0)
  1346. hotkeylabel.Rotation = -90.000
  1347. hotkeylabel.Size = UDim2.new(0, 53, 0, 30)
  1348. hotkeylabel.Font = Enum.Font.SciFi
  1349. hotkeylabel.Text = "HKEY"
  1350. hotkeylabel.TextColor3 = Color3.fromRGB(22, 22, 22)
  1351. hotkeylabel.TextSize = 20.000
  1352.  
  1353. tppbutton.Name = "tppbutton"
  1354. tppbutton.Parent = back
  1355. tppbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1356. tppbutton.BorderColor3 = Color3.fromRGB(22, 22, 22)
  1357. tppbutton.BorderSizePixel = 4
  1358. tppbutton.Position = UDim2.new(-0.0700000003, 0, 0.275999993, 0)
  1359. tppbutton.Size = UDim2.new(0, 22, 0, 50)
  1360. tppbutton.Image = "http://www.roblox.com/asset/?id=4598404877"
  1361. tppbutton.ImageColor3 = Color3.fromRGB(255, 174, 34)
  1362.  
  1363. tplabel.Name = "tplabel"
  1364. tplabel.Parent = tppbutton
  1365. tplabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1366. tplabel.BackgroundTransparency = 1.000
  1367. tplabel.Position = UDim2.new(-0.727272749, 0, 0.183462217, 0)
  1368. tplabel.Rotation = -90.000
  1369. tplabel.Size = UDim2.new(0, 53, 0, 30)
  1370. tplabel.Font = Enum.Font.SciFi
  1371. tplabel.Text = "TELE"
  1372. tplabel.TextColor3 = Color3.fromRGB(22, 22, 22)
  1373. tplabel.TextSize = 20.000
  1374.  
  1375. open.Name = "open"
  1376. open.Parent = bar
  1377. open.BackgroundColor3 = Color3.fromRGB(181, 6, 255)
  1378. open.Position = UDim2.new(0.747202992, 0, 0.263284415, 0)
  1379. open.Size = UDim2.new(0, 10, 0, 11)
  1380. open.Font = Enum.Font.SourceSans
  1381. open.Text = ""
  1382. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  1383. open.TextSize = 14.000
  1384.  
  1385. close.Name = "close"
  1386. close.Parent = bar
  1387. close.BackgroundColor3 = Color3.fromRGB(83, 255, 146)
  1388. close.Position = UDim2.new(0.885006189, 0, 0.263284355, 0)
  1389. close.Size = UDim2.new(0, 11, 0, 11)
  1390. close.Font = Enum.Font.SourceSans
  1391. close.Text = ""
  1392. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  1393. close.TextSize = 14.000
  1394.  
  1395. -- Scripts:
  1396.  
  1397. local function LFTV_fake_script() -- fixbutton.LocalScript
  1398. local script = Instance.new('LocalScript', fixbutton)
  1399.  
  1400. function leftclick()
  1401. local var = game.Players.LocalPlayer.PlayerGui.LocalScript
  1402. var.Parent = game:GetService("SoundService")
  1403. wait(0.1)
  1404. var = game:GetService("SoundService").LocalScript
  1405. var.Parent = game:GetService("Players").LocalPlayer["PlayerGui"]
  1406. end
  1407.  
  1408. script.Parent.MouseButton1Click:Connect(leftclick)
  1409. end
  1410. coroutine.wrap(LFTV_fake_script)()
  1411. local function ZTQABD_fake_script() -- vaultlick.LocalScript
  1412. local script = Instance.new('LocalScript', vaultlick)
  1413.  
  1414. function twon()
  1415. local twn = game:GetService("TweenService")
  1416.  
  1417. local plr = game:GetService("Players").LocalPlayer
  1418.  
  1419. local speed = 330
  1420.  
  1421. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(265.5, 37.004, 300.6)).magnitude
  1422.  
  1423. local tweenspeed = dist/tonumber(speed)
  1424.  
  1425. local goal = {}
  1426. goal.CFrame = CFrame.new(265.5, 37.004, 300.6)
  1427.  
  1428.  
  1429. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1430.  
  1431. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1432.  
  1433. local var = true
  1434.  
  1435. for i,v in pairs(workspace:GetDescendants()) do
  1436. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  1437. if not v:FindFirstChild("OriginalParent") then
  1438. local OP = Instance.new("ObjectValue")
  1439. OP.Name = "OriginalParent"
  1440. OP.Value = v.Parent
  1441. OP.Parent = v
  1442. end
  1443. v.Parent = game:GetService("SoundService")
  1444. end
  1445. end
  1446.  
  1447. local RunService = game:GetService("RunService")
  1448. RunService.Stepped:Connect(function()
  1449. if var == true then
  1450. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1451. if v:IsA("BasePart") then
  1452. v.CanCollide = false
  1453. end
  1454. end
  1455. end
  1456. end)
  1457.  
  1458. tween:Play()
  1459. tween.Completed:Connect(function()
  1460. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  1461. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  1462. if v:FindFirstChild("OriginalParent") then
  1463. v.Parent = v.OriginalParent.Value
  1464. v.OriginalParent:Remove()
  1465. end
  1466. end
  1467. end
  1468. var = false
  1469. end)
  1470. end
  1471.  
  1472. script.Parent.MouseButton1Click:Connect(twon)
  1473. end
  1474. coroutine.wrap(ZTQABD_fake_script)()
  1475. local function ADSK_fake_script() -- vaultlick.lickofvault
  1476. local script = Instance.new('LocalScript', vaultlick)
  1477.  
  1478. while true do
  1479. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1480. if v.Name == "Cash" and v:IsA("BasePart") then
  1481.  
  1482. 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
  1483. if v.ClickDetector.MaxActivationDistance == 5 then
  1484. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1485. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1486. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1487. end
  1488. end
  1489. end
  1490. end
  1491. wait(1)
  1492. end
  1493.  
  1494.  
  1495. end
  1496. coroutine.wrap(ADSK_fake_script)()
  1497. local function ZBBKUEG_fake_script() -- subway.LocalScript
  1498. local script = Instance.new('LocalScript', subway)
  1499.  
  1500. function twon()
  1501. local twn = game:GetService("TweenService")
  1502.  
  1503. local plr = game:GetService("Players").LocalPlayer
  1504.  
  1505. local speed = 330
  1506.  
  1507. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-116, 36.427, 577.151)).magnitude
  1508.  
  1509. local tweenspeed = dist/tonumber(speed)
  1510.  
  1511. local goal = {}
  1512. goal.CFrame = CFrame.new(-116, 36.427, 577.151)
  1513.  
  1514.  
  1515. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1516.  
  1517. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1518.  
  1519. local var = true
  1520.  
  1521. for i,v in pairs(workspace:GetDescendants()) do
  1522. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  1523. if not v:FindFirstChild("OriginalParent") then
  1524. local OP = Instance.new("ObjectValue")
  1525. OP.Name = "OriginalParent"
  1526. OP.Value = v.Parent
  1527. OP.Parent = v
  1528. end
  1529. v.Parent = game:GetService("SoundService")
  1530. end
  1531. end
  1532.  
  1533. local RunService = game:GetService("RunService")
  1534. RunService.Stepped:Connect(function()
  1535. if var == true then
  1536. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1537. if v:IsA("BasePart") then
  1538. v.CanCollide = false
  1539. end
  1540. end
  1541. end
  1542. end)
  1543.  
  1544. tween:Play()
  1545. tween.Completed:Connect(function()
  1546. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  1547. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  1548. if v:FindFirstChild("OriginalParent") then
  1549. v.Parent = v.OriginalParent.Value
  1550. v.OriginalParent:Remove()
  1551. end
  1552. end
  1553. end
  1554. var = false
  1555. end)
  1556. end
  1557.  
  1558. script.Parent.MouseButton1Click:Connect(twon)
  1559. end
  1560. coroutine.wrap(ZBBKUEG_fake_script)()
  1561. local function XBUZU_fake_script() -- subway.wayofsub
  1562. local script = Instance.new('LocalScript', subway)
  1563.  
  1564. while true do
  1565. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1566. if v.Name == "Cash" and v:IsA("BasePart") then
  1567.  
  1568. if v.Position == Vector3.new(-117.606079, 36.4270325, 577.151062) then
  1569. if v.ClickDetector.MaxActivationDistance == 5 then
  1570. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1571. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1572. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1573. end
  1574. end
  1575. end
  1576. end
  1577. wait(1)
  1578. end
  1579.  
  1580.  
  1581. end
  1582. coroutine.wrap(XBUZU_fake_script)()
  1583. local function OUBEI_fake_script() -- roses.LocalScript
  1584. local script = Instance.new('LocalScript', roses)
  1585.  
  1586. function twon()
  1587. local twn = game:GetService("TweenService")
  1588.  
  1589. local plr = game:GetService("Players").LocalPlayer
  1590.  
  1591. local speed = 330
  1592.  
  1593. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-120, 36.827, 488.54)).magnitude
  1594.  
  1595. local tweenspeed = dist/tonumber(speed)
  1596.  
  1597. local goal = {}
  1598. goal.CFrame = CFrame.new(-120, 36.827, 488.54)
  1599.  
  1600.  
  1601. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1602.  
  1603. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1604.  
  1605. local var = true
  1606.  
  1607. for i,v in pairs(workspace:GetDescendants()) do
  1608. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  1609. if not v:FindFirstChild("OriginalParent") then
  1610. local OP = Instance.new("ObjectValue")
  1611. OP.Name = "OriginalParent"
  1612. OP.Value = v.Parent
  1613. OP.Parent = v
  1614. end
  1615. v.Parent = game:GetService("SoundService")
  1616. end
  1617. end
  1618.  
  1619. local RunService = game:GetService("RunService")
  1620. RunService.Stepped:Connect(function()
  1621. if var == true then
  1622. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1623. if v:IsA("BasePart") then
  1624. v.CanCollide = false
  1625. end
  1626. end
  1627. end
  1628. end)
  1629.  
  1630. tween:Play()
  1631. tween.Completed:Connect(function()
  1632. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  1633. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  1634. if v:FindFirstChild("OriginalParent") then
  1635. v.Parent = v.OriginalParent.Value
  1636. v.OriginalParent:Remove()
  1637. end
  1638. end
  1639. end
  1640. var = false
  1641. end)
  1642. end
  1643.  
  1644. script.Parent.MouseButton1Click:Connect(twon)
  1645. end
  1646. coroutine.wrap(OUBEI_fake_script)()
  1647. local function IPREFK_fake_script() -- roses.rse
  1648. local script = Instance.new('LocalScript', roses)
  1649.  
  1650. while true do
  1651. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1652. if v.Name == "Cash" and v:IsA("BasePart") then
  1653.  
  1654. if v.Position == Vector3.new(-118.523605, 36.8270378, 477.500061) or v.Position == Vector3.new(-118.523605, 36.8270378, 488.540375) then
  1655. if v.ClickDetector.MaxActivationDistance == 5 then
  1656. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1657. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1658. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1659. end
  1660. end
  1661. end
  1662. end
  1663. wait(1)
  1664. end
  1665.  
  1666. end
  1667. coroutine.wrap(IPREFK_fake_script)()
  1668. local function WQQD_fake_script() -- Beluga.LocalScript
  1669. local script = Instance.new('LocalScript', Beluga)
  1670.  
  1671. function twon()
  1672. twn = game:GetService("TweenService")
  1673.  
  1674. plr = game:GetService("Players").LocalPlayer
  1675.  
  1676. local speed = 330
  1677.  
  1678. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(285, 35.6, -20)).magnitude
  1679.  
  1680. tweenspeed = dist/tonumber(speed)
  1681.  
  1682. local goal = {}
  1683. goal.CFrame = CFrame.new(285, 35.6, -20)
  1684.  
  1685.  
  1686. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1687.  
  1688. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1689.  
  1690. local var = true
  1691.  
  1692. for i,v in pairs(workspace:GetDescendants()) do
  1693. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  1694. if not v:FindFirstChild("OriginalParent") then
  1695. local OP = Instance.new("ObjectValue")
  1696. OP.Name = "OriginalParent"
  1697. OP.Value = v.Parent
  1698. OP.Parent = v
  1699. end
  1700. v.Parent = game:GetService("SoundService")
  1701. end
  1702. end
  1703.  
  1704. local RunService = game:GetService("RunService")
  1705. RunService.Stepped:Connect(function()
  1706. if var == true then
  1707. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1708. if v:IsA("BasePart") then
  1709. v.CanCollide = false
  1710. end
  1711. end
  1712. end
  1713. end)
  1714.  
  1715. tween:Play()
  1716. tween.Completed:Connect(function()
  1717. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  1718. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  1719. if v:FindFirstChild("OriginalParent") then
  1720. v.Parent = v.OriginalParent.Value
  1721. v.OriginalParent:Remove()
  1722. end
  1723. end
  1724. end
  1725. var = false
  1726. end)
  1727. end
  1728.  
  1729. script.Parent.MouseButton1Click:Connect(twon)
  1730.  
  1731. end
  1732. coroutine.wrap(WQQD_fake_script)()
  1733. local function WSHAMQI_fake_script() -- luxuryapartments.LocalScript
  1734. local script = Instance.new('LocalScript', luxuryapartments)
  1735.  
  1736. function twon()
  1737. local twn = game:GetService("TweenService")
  1738.  
  1739. local plr = game:GetService("Players").LocalPlayer
  1740.  
  1741. local speed = 330
  1742.  
  1743. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(14, 39, 684)).magnitude
  1744.  
  1745. local tweenspeed = dist/tonumber(speed)
  1746.  
  1747. local goal = {}
  1748. goal.CFrame = CFrame.new(14, 39, 684)
  1749.  
  1750.  
  1751. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1752.  
  1753. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1754.  
  1755. local var = true
  1756.  
  1757. for i,v in pairs(workspace:GetDescendants()) do
  1758. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  1759. if not v:FindFirstChild("OriginalParent") then
  1760. local OP = Instance.new("ObjectValue")
  1761. OP.Name = "OriginalParent"
  1762. OP.Value = v.Parent
  1763. OP.Parent = v
  1764. end
  1765. v.Parent = game:GetService("SoundService")
  1766. end
  1767. end
  1768.  
  1769. local RunService = game:GetService("RunService")
  1770. RunService.Stepped:Connect(function()
  1771. if var == true then
  1772. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1773. if v:IsA("BasePart") then
  1774. v.CanCollide = false
  1775. end
  1776. end
  1777. end
  1778. end)
  1779.  
  1780. tween:Play()
  1781. tween.Completed:Connect(function()
  1782. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  1783. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  1784. if v:FindFirstChild("OriginalParent") then
  1785. v.Parent = v.OriginalParent.Value
  1786. v.OriginalParent:Remove()
  1787. end
  1788. end
  1789. end
  1790. var = false
  1791. end)
  1792. end
  1793.  
  1794. script.Parent.MouseButton1Click:Connect(twon)
  1795. end
  1796. coroutine.wrap(WSHAMQI_fake_script)()
  1797. local function CBJZ_fake_script() -- farsafe.LocalScript
  1798. local script = Instance.new('LocalScript', farsafe)
  1799.  
  1800. function twon()
  1801. local twn = game:GetService("TweenService")
  1802.  
  1803. local plr = game:GetService("Players").LocalPlayer
  1804.  
  1805. local speed = 330
  1806.  
  1807. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-535, 32.7679, 577.707)).magnitude
  1808.  
  1809. local tweenspeed = dist/tonumber(speed)
  1810.  
  1811. local goal = {}
  1812. goal.CFrame = CFrame.new(-535, 32.7679, 577.707)
  1813.  
  1814.  
  1815. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1816.  
  1817. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1818.  
  1819. local var = true
  1820.  
  1821. for i,v in pairs(workspace:GetDescendants()) do
  1822. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  1823. if not v:FindFirstChild("OriginalParent") then
  1824. local OP = Instance.new("ObjectValue")
  1825. OP.Name = "OriginalParent"
  1826. OP.Value = v.Parent
  1827. OP.Parent = v
  1828. end
  1829. v.Parent = game:GetService("SoundService")
  1830. end
  1831. end
  1832.  
  1833. local RunService = game:GetService("RunService")
  1834. RunService.Stepped:Connect(function()
  1835. if var == true then
  1836. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1837. if v:IsA("BasePart") then
  1838. v.CanCollide = false
  1839. end
  1840. end
  1841. end
  1842. end)
  1843.  
  1844. tween:Play()
  1845. tween.Completed:Connect(function()
  1846. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  1847. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  1848. if v:FindFirstChild("OriginalParent") then
  1849. v.Parent = v.OriginalParent.Value
  1850. v.OriginalParent:Remove()
  1851. end
  1852. end
  1853. end
  1854. var = false
  1855. end)
  1856. end
  1857.  
  1858. script.Parent.MouseButton1Click:Connect(twon)
  1859. end
  1860. coroutine.wrap(CBJZ_fake_script)()
  1861. local function FUNHIMZ_fake_script() -- farsafe.ofsafefar
  1862. local script = Instance.new('LocalScript', farsafe)
  1863.  
  1864. while true do
  1865. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1866. if v.Name == "Cash" and v:IsA("BasePart") then
  1867.  
  1868. 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
  1869. if v.ClickDetector.MaxActivationDistance == 5 then
  1870. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1871. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1872. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1873. end
  1874. end
  1875. end
  1876. end
  1877. wait(1)
  1878. end
  1879.  
  1880.  
  1881. end
  1882. coroutine.wrap(FUNHIMZ_fake_script)()
  1883. local function RCCGLNM_fake_script() -- cluck.LocalScript
  1884. local script = Instance.new('LocalScript', cluck)
  1885.  
  1886. function twon()
  1887. local twn = game:GetService("TweenService")
  1888.  
  1889. local plr = game:GetService("Players").LocalPlayer
  1890.  
  1891. local speed = 330
  1892.  
  1893. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-103, 36.784, 36.7)).magnitude
  1894.  
  1895. local tweenspeed = dist/tonumber(speed)
  1896.  
  1897. local goal = {}
  1898. goal.CFrame = CFrame.new(-103, 36.784, 36.7)
  1899.  
  1900.  
  1901. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1902.  
  1903. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1904.  
  1905. local var = true
  1906.  
  1907. for i,v in pairs(workspace:GetDescendants()) do
  1908. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  1909. if not v:FindFirstChild("OriginalParent") then
  1910. local OP = Instance.new("ObjectValue")
  1911. OP.Name = "OriginalParent"
  1912. OP.Value = v.Parent
  1913. OP.Parent = v
  1914. end
  1915. v.Parent = game:GetService("SoundService")
  1916. end
  1917. end
  1918.  
  1919. local RunService = game:GetService("RunService")
  1920. RunService.Stepped:Connect(function()
  1921. if var == true then
  1922. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  1923. if v:IsA("BasePart") then
  1924. v.CanCollide = false
  1925. end
  1926. end
  1927. end
  1928. end)
  1929.  
  1930. tween:Play()
  1931. tween.Completed:Connect(function()
  1932. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  1933. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  1934. if v:FindFirstChild("OriginalParent") then
  1935. v.Parent = v.OriginalParent.Value
  1936. v.OriginalParent:Remove()
  1937. end
  1938. end
  1939. end
  1940. var = false
  1941. end)
  1942. end
  1943.  
  1944. script.Parent.MouseButton1Click:Connect(twon)
  1945. end
  1946. coroutine.wrap(RCCGLNM_fake_script)()
  1947. local function BZDC_fake_script() -- cluck.luck
  1948. local script = Instance.new('LocalScript', cluck)
  1949.  
  1950. while true do
  1951. for i,v in pairs(workspace.Shops:GetDescendants()) do
  1952. if v.Name == "Cash" and v:IsA("BasePart") then
  1953.  
  1954. if v.Position == Vector3.new(-102.3, 36.784, 41.1591) or v.Position == Vector3.new(-102.300095, 36.7840462, 41.1591377) then
  1955. if v.ClickDetector.MaxActivationDistance == 5 then
  1956. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  1957. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  1958. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  1959. end
  1960. end
  1961. end
  1962. end
  1963. wait(1)
  1964. end
  1965.  
  1966.  
  1967. end
  1968. coroutine.wrap(BZDC_fake_script)()
  1969. local function XDDZPC_fake_script() -- BigSlop2.LocalScript
  1970. local script = Instance.new('LocalScript', BigSlop2)
  1971.  
  1972. function twon()
  1973. twn = game:GetService("TweenService")
  1974.  
  1975. plr = game:GetService("Players").LocalPlayer
  1976.  
  1977. local speed = 330
  1978.  
  1979. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-841, 37.004, -82.5)).magnitude
  1980.  
  1981. tweenspeed = dist/tonumber(speed)
  1982.  
  1983. local goal = {}
  1984. goal.CFrame = CFrame.new(-841, 37.004, -82.5)
  1985.  
  1986.  
  1987. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  1988.  
  1989. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  1990.  
  1991. local var = true
  1992.  
  1993. for i,v in pairs(workspace:GetDescendants()) do
  1994. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  1995. if not v:FindFirstChild("OriginalParent") then
  1996. local OP = Instance.new("ObjectValue")
  1997. OP.Name = "OriginalParent"
  1998. OP.Value = v.Parent
  1999. OP.Parent = v
  2000. end
  2001. v.Parent = game:GetService("SoundService")
  2002. end
  2003. end
  2004.  
  2005. local RunService = game:GetService("RunService")
  2006. RunService.Stepped:Connect(function()
  2007. if var == true then
  2008. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2009. if v:IsA("BasePart") then
  2010. v.CanCollide = false
  2011. end
  2012. end
  2013. end
  2014. end)
  2015.  
  2016. tween:Play()
  2017. tween.Completed:Connect(function()
  2018. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  2019. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  2020. if v:FindFirstChild("OriginalParent") then
  2021. v.Parent = v.OriginalParent.Value
  2022. v.OriginalParent:Remove()
  2023. end
  2024. end
  2025. end
  2026. var = false
  2027. end)
  2028. end
  2029.  
  2030. script.Parent.MouseButton1Click:Connect(twon)
  2031.  
  2032. end
  2033. coroutine.wrap(XDDZPC_fake_script)()
  2034. local function QZAFJU_fake_script() -- BigSlop2.slopofbig2
  2035. local script = Instance.new('LocalScript', BigSlop2)
  2036.  
  2037. while true do
  2038. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2039. if v.Name == "Cash" and v:IsA("BasePart") then
  2040.  
  2041. 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
  2042. if v.ClickDetector.MaxActivationDistance == 5 then
  2043. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2044. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2045. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2046. end
  2047. end
  2048. end
  2049. end
  2050. wait(1)
  2051. end
  2052.  
  2053.  
  2054. end
  2055. coroutine.wrap(QZAFJU_fake_script)()
  2056. local function UEQDBU_fake_script() -- bigpoppa.LocalScript
  2057. local script = Instance.new('LocalScript', bigpoppa)
  2058.  
  2059. function twon()
  2060. local twn = game:GetService("TweenService")
  2061.  
  2062. local plr = game:GetService("Players").LocalPlayer
  2063.  
  2064. local speed = 330
  2065.  
  2066. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-273.8, 38, -235.4)).magnitude
  2067.  
  2068. local tweenspeed = dist/tonumber(speed)
  2069.  
  2070. local goal = {}
  2071. goal.CFrame = CFrame.new(-273.8, 38, -235.4)
  2072.  
  2073.  
  2074. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2075.  
  2076. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2077.  
  2078. local var = true
  2079.  
  2080. for i,v in pairs(workspace:GetDescendants()) do
  2081. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  2082. if not v:FindFirstChild("OriginalParent") then
  2083. local OP = Instance.new("ObjectValue")
  2084. OP.Name = "OriginalParent"
  2085. OP.Value = v.Parent
  2086. OP.Parent = v
  2087. end
  2088. v.Parent = game:GetService("SoundService")
  2089. end
  2090. end
  2091.  
  2092. local RunService = game:GetService("RunService")
  2093. RunService.Stepped:Connect(function()
  2094. if var == true then
  2095. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2096. if v:IsA("BasePart") then
  2097. v.CanCollide = false
  2098. end
  2099. end
  2100. end
  2101. end)
  2102.  
  2103. tween:Play()
  2104. tween.Completed:Connect(function()
  2105. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  2106. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  2107. if v:FindFirstChild("OriginalParent") then
  2108. v.Parent = v.OriginalParent.Value
  2109. v.OriginalParent:Remove()
  2110. end
  2111. end
  2112. end
  2113. var = false
  2114. end)
  2115. end
  2116.  
  2117. script.Parent.MouseButton1Click:Connect(twon)
  2118. end
  2119. coroutine.wrap(UEQDBU_fake_script)()
  2120. local function PVVRPE_fake_script() -- bank.LocalScript
  2121. local script = Instance.new('LocalScript', bank)
  2122.  
  2123. function twon()
  2124. local twn = game:GetService("TweenService")
  2125.  
  2126. local plr = game:GetService("Players").LocalPlayer
  2127.  
  2128. local speed = 330
  2129.  
  2130. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(55.786, 37, -40.614)).magnitude
  2131.  
  2132. local tweenspeed = dist/tonumber(speed)
  2133.  
  2134. local goal = {}
  2135. goal.CFrame = CFrame.new(55.786, 37, -40.614)
  2136.  
  2137.  
  2138. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2139.  
  2140. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2141.  
  2142. local var = true
  2143.  
  2144. for i,v in pairs(workspace:GetDescendants()) do
  2145. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  2146. if not v:FindFirstChild("OriginalParent") then
  2147. local OP = Instance.new("ObjectValue")
  2148. OP.Name = "OriginalParent"
  2149. OP.Value = v.Parent
  2150. OP.Parent = v
  2151. end
  2152. v.Parent = game:GetService("SoundService")
  2153. end
  2154. end
  2155.  
  2156. local RunService = game:GetService("RunService")
  2157. RunService.Stepped:Connect(function()
  2158. if var == true then
  2159. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2160. if v:IsA("BasePart") then
  2161. v.CanCollide = false
  2162. end
  2163. end
  2164. end
  2165. end)
  2166.  
  2167. tween:Play()
  2168. tween.Completed:Connect(function()
  2169. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  2170. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  2171. if v:FindFirstChild("OriginalParent") then
  2172. v.Parent = v.OriginalParent.Value
  2173. v.OriginalParent:Remove()
  2174. end
  2175. end
  2176. end
  2177. var = false
  2178. end)
  2179. end
  2180.  
  2181. script.Parent.MouseButton1Click:Connect(twon)
  2182. end
  2183. coroutine.wrap(PVVRPE_fake_script)()
  2184. local function TTNINZ_fake_script() -- bank.kanb
  2185. local script = Instance.new('LocalScript', bank)
  2186.  
  2187. while true do
  2188. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2189. if v.Name == "Cash" and v:IsA("BasePart") then
  2190.  
  2191. if v.Position == Vector3.new(57.4504, 35.6, -42.3245) or v.Position == Vector3.new(57.4504089, 35.6000328, -42.3244934) then
  2192. if v.ClickDetector.MaxActivationDistance == 5 then
  2193. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2194. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2195. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2196. end
  2197. end
  2198. end
  2199. end
  2200. wait(1)
  2201. end
  2202.  
  2203.  
  2204. end
  2205. coroutine.wrap(TTNINZ_fake_script)()
  2206. local function NGPPT_fake_script() -- bananacars.LocalScript
  2207. local script = Instance.new('LocalScript', bananacars)
  2208.  
  2209. function twon()
  2210. local twn = game:GetService("TweenService")
  2211.  
  2212. local plr = game:GetService("Players").LocalPlayer
  2213.  
  2214. local speed = 330
  2215.  
  2216. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-635, 35.5998, -385.6)).magnitude
  2217.  
  2218. local tweenspeed = dist/tonumber(speed)
  2219.  
  2220. local goal = {}
  2221. goal.CFrame = CFrame.new(-635, 35.5998, -385.6)
  2222.  
  2223.  
  2224. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2225.  
  2226. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2227.  
  2228. local var = true
  2229.  
  2230. for i,v in pairs(workspace:GetDescendants()) do
  2231. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  2232. if not v:FindFirstChild("OriginalParent") then
  2233. local OP = Instance.new("ObjectValue")
  2234. OP.Name = "OriginalParent"
  2235. OP.Value = v.Parent
  2236. OP.Parent = v
  2237. end
  2238. v.Parent = game:GetService("SoundService")
  2239. end
  2240. end
  2241.  
  2242. local RunService = game:GetService("RunService")
  2243. RunService.Stepped:Connect(function()
  2244. if var == true then
  2245. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2246. if v:IsA("BasePart") then
  2247. v.CanCollide = false
  2248. end
  2249. end
  2250. end
  2251. end)
  2252.  
  2253. tween:Play()
  2254. tween.Completed:Connect(function()
  2255. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  2256. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  2257. if v:FindFirstChild("OriginalParent") then
  2258. v.Parent = v.OriginalParent.Value
  2259. v.OriginalParent:Remove()
  2260. end
  2261. end
  2262. end
  2263. var = false
  2264. end)
  2265. end
  2266.  
  2267. script.Parent.MouseButton1Click:Connect(twon)
  2268. end
  2269. coroutine.wrap(NGPPT_fake_script)()
  2270. local function EFFC_fake_script() -- hideoutsafe.LocalScript
  2271. local script = Instance.new('LocalScript', hideoutsafe)
  2272.  
  2273. function twon()
  2274. local twn = game:GetService("TweenService")
  2275.  
  2276. local plr = game:GetService("Players").LocalPlayer
  2277.  
  2278. local speed = 330
  2279.  
  2280. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-835.5, 35.8, -184.5)).magnitude
  2281.  
  2282. local tweenspeed = dist/tonumber(speed)
  2283.  
  2284. local goal = {}
  2285. goal.CFrame = CFrame.new(-835.5, 35.8, -184.5)
  2286.  
  2287.  
  2288. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2289.  
  2290. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2291.  
  2292. local var = true
  2293.  
  2294. for i,v in pairs(workspace:GetDescendants()) do
  2295. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  2296. if not v:FindFirstChild("OriginalParent") then
  2297. local OP = Instance.new("ObjectValue")
  2298. OP.Name = "OriginalParent"
  2299. OP.Value = v.Parent
  2300. OP.Parent = v
  2301. end
  2302. v.Parent = game:GetService("SoundService")
  2303. end
  2304. end
  2305.  
  2306. local RunService = game:GetService("RunService")
  2307. RunService.Stepped:Connect(function()
  2308. if var == true then
  2309. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2310. if v:IsA("BasePart") then
  2311. v.CanCollide = false
  2312. end
  2313. end
  2314. end
  2315. end)
  2316.  
  2317. tween:Play()
  2318. tween.Completed:Connect(function()
  2319. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  2320. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  2321. if v:FindFirstChild("OriginalParent") then
  2322. v.Parent = v.OriginalParent.Value
  2323. v.OriginalParent:Remove()
  2324. end
  2325. end
  2326. end
  2327. var = false
  2328. end)
  2329. end
  2330.  
  2331. script.Parent.MouseButton1Click:Connect(twon)
  2332. end
  2333. coroutine.wrap(EFFC_fake_script)()
  2334. local function NLUY_fake_script() -- hideoutsafe.safehideout
  2335. local script = Instance.new('LocalScript', hideoutsafe)
  2336.  
  2337. while true do
  2338. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2339. if v.Name == "Cash" and v:IsA("BasePart") then
  2340.  
  2341. 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
  2342. if v.ClickDetector.MaxActivationDistance == 5 then
  2343. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2344. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2345. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2346. end
  2347. end
  2348. end
  2349. end
  2350. wait(1)
  2351. end
  2352.  
  2353.  
  2354. end
  2355. coroutine.wrap(NLUY_fake_script)()
  2356. local function EKAZ_fake_script() -- alleysafe.leysaf
  2357. local script = Instance.new('LocalScript', alleysafe)
  2358.  
  2359. function twon()
  2360. local twn = game:GetService("TweenService")
  2361.  
  2362. local plr = game:GetService("Players").LocalPlayer
  2363.  
  2364. local speed = 330
  2365.  
  2366. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(69.6505, 37.2, 497.5)).magnitude
  2367.  
  2368. local tweenspeed = dist/tonumber(speed)
  2369.  
  2370. local goal = {}
  2371. goal.CFrame = CFrame.new(69.6505, 37.2, 497.5)
  2372.  
  2373.  
  2374. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2375.  
  2376. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2377.  
  2378. local var = true
  2379.  
  2380. for i,v in pairs(workspace:GetDescendants()) do
  2381. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  2382. if not v:FindFirstChild("OriginalParent") then
  2383. local OP = Instance.new("ObjectValue")
  2384. OP.Name = "OriginalParent"
  2385. OP.Value = v.Parent
  2386. OP.Parent = v
  2387. end
  2388. v.Parent = game:GetService("SoundService")
  2389. end
  2390. end
  2391.  
  2392. local RunService = game:GetService("RunService")
  2393. RunService.Stepped:Connect(function()
  2394. if var == true then
  2395. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2396. if v:IsA("BasePart") then
  2397. v.CanCollide = false
  2398. end
  2399. end
  2400. end
  2401. end)
  2402.  
  2403. tween:Play()
  2404. tween.Completed:Connect(function()
  2405. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  2406. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  2407. if v:FindFirstChild("OriginalParent") then
  2408. v.Parent = v.OriginalParent.Value
  2409. v.OriginalParent:Remove()
  2410. end
  2411. end
  2412. end
  2413. var = false
  2414. end)
  2415. end
  2416.  
  2417. script.Parent.MouseButton1Click:Connect(twon)
  2418. end
  2419. coroutine.wrap(EKAZ_fake_script)()
  2420. local function VBNOZF_fake_script() -- alleysafe.safeofalley
  2421. local script = Instance.new('LocalScript', alleysafe)
  2422.  
  2423. while true do
  2424. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2425. if v.Name == "Cash" and v:IsA("BasePart") then
  2426. if v.Orientation == Vector3.new(0,0,0) then
  2427. if v.ClickDetector.MaxActivationDistance == 5 then
  2428. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2429. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2430. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2431. end
  2432. end
  2433. end
  2434. end
  2435. wait(1)
  2436. end
  2437.  
  2438.  
  2439. end
  2440. coroutine.wrap(VBNOZF_fake_script)()
  2441. local function VABXL_fake_script() -- Vaults.LocalScript
  2442. local script = Instance.new('LocalScript', Vaults)
  2443.  
  2444. function twon()
  2445. local twn = game:GetService("TweenService")
  2446.  
  2447. local plr = game:GetService("Players").LocalPlayer
  2448.  
  2449. local speed = 330
  2450.  
  2451. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(249.8, 36, 492.7)).magnitude
  2452.  
  2453. local tweenspeed = dist/tonumber(speed)
  2454.  
  2455. local goal = {}
  2456. goal.CFrame = CFrame.new(249.8, 36, 492.7)
  2457.  
  2458.  
  2459. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2460.  
  2461. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2462.  
  2463. local var = true
  2464.  
  2465. for i,v in pairs(workspace:GetDescendants()) do
  2466. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  2467. if not v:FindFirstChild("OriginalParent") then
  2468. local OP = Instance.new("ObjectValue")
  2469. OP.Name = "OriginalParent"
  2470. OP.Value = v.Parent
  2471. OP.Parent = v
  2472. end
  2473. v.Parent = game:GetService("SoundService")
  2474. end
  2475. end
  2476.  
  2477. local RunService = game:GetService("RunService")
  2478. RunService.Stepped:Connect(function()
  2479. if var == true then
  2480. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2481. if v:IsA("BasePart") then
  2482. v.CanCollide = false
  2483. end
  2484. end
  2485. end
  2486. end)
  2487.  
  2488. tween:Play()
  2489. tween.Completed:Connect(function()
  2490. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  2491. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  2492. if v:FindFirstChild("OriginalParent") then
  2493. v.Parent = v.OriginalParent.Value
  2494. v.OriginalParent:Remove()
  2495. end
  2496. end
  2497. end
  2498. var = false
  2499. end)
  2500. end
  2501.  
  2502. script.Parent.MouseButton1Click:Connect(twon)
  2503. end
  2504. coroutine.wrap(VABXL_fake_script)()
  2505. local function IRZQR_fake_script() -- QuavaJuice.LocalScript
  2506. local script = Instance.new('LocalScript', QuavaJuice)
  2507.  
  2508. function twon()
  2509. local twn = game:GetService("TweenService")
  2510.  
  2511. local plr = game:GetService("Players").LocalPlayer
  2512.  
  2513. local speed = 335
  2514.  
  2515. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-283.5, 35.6, -161)).magnitude
  2516.  
  2517. local tweenspeed = dist/tonumber(speed)
  2518.  
  2519. local goal = {}
  2520. goal.CFrame = CFrame.new(-283.5, 35.6, -161)
  2521.  
  2522.  
  2523. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2524.  
  2525. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2526.  
  2527. local var = true
  2528.  
  2529. for i,v in pairs(workspace:GetDescendants()) do
  2530. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  2531. if not v:FindFirstChild("OriginalParent") then
  2532. local OP = Instance.new("ObjectValue")
  2533. OP.Name = "OriginalParent"
  2534. OP.Value = v.Parent
  2535. OP.Parent = v
  2536. end
  2537. v.Parent = game:GetService("SoundService")
  2538. end
  2539. end
  2540.  
  2541. local RunService = game:GetService("RunService")
  2542. RunService.Stepped:Connect(function()
  2543. if var == true then
  2544. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2545. if v:IsA("BasePart") then
  2546. v.CanCollide = false
  2547. end
  2548. end
  2549. end
  2550. end)
  2551.  
  2552. tween:Play()
  2553. tween.Completed:Connect(function()
  2554. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  2555. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  2556. if v:FindFirstChild("OriginalParent") then
  2557. v.Parent = v.OriginalParent.Value
  2558. v.OriginalParent:Remove()
  2559. end
  2560. end
  2561. end
  2562. var = false
  2563. end)
  2564. end
  2565.  
  2566. script.Parent.MouseButton1Click:Connect(twon)
  2567. end
  2568. coroutine.wrap(IRZQR_fake_script)()
  2569. local function PHLDBAS_fake_script() -- QuavaJuice.quava
  2570. local script = Instance.new('LocalScript', QuavaJuice)
  2571.  
  2572. while true do
  2573. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2574. if v.Name == "Cash" and v:IsA("BasePart") then
  2575.  
  2576. if v.Position == Vector3.new(-281.689, 35.6, -161.943) or v.Position == Vector3.new(-281.689423, 35.6000328, -161.943466) then
  2577. if v.ClickDetector.MaxActivationDistance == 5 then
  2578. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2579. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2580. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2581. end
  2582. end
  2583. end
  2584. end
  2585. wait(1)
  2586. end
  2587.  
  2588.  
  2589. end
  2590. coroutine.wrap(PHLDBAS_fake_script)()
  2591. local function XBOSTT_fake_script() -- MeleeShop.LocalScript
  2592. local script = Instance.new('LocalScript', MeleeShop)
  2593.  
  2594. function twon()
  2595. twn = game:GetService("TweenService")
  2596.  
  2597. plr = game:GetService("Players").LocalPlayer
  2598.  
  2599. local speed = 330
  2600.  
  2601. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(192, 35.6, 250)).magnitude
  2602.  
  2603. tweenspeed = dist/tonumber(speed)
  2604.  
  2605. local goal = {}
  2606. goal.CFrame = CFrame.new(192, 35.6, 250)
  2607.  
  2608.  
  2609. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2610.  
  2611. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2612.  
  2613. local var = true
  2614.  
  2615. for i,v in pairs(workspace:GetDescendants()) do
  2616. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  2617. if not v:FindFirstChild("OriginalParent") then
  2618. local OP = Instance.new("ObjectValue")
  2619. OP.Name = "OriginalParent"
  2620. OP.Value = v.Parent
  2621. OP.Parent = v
  2622. end
  2623. v.Parent = game:GetService("SoundService")
  2624. end
  2625. end
  2626.  
  2627. local RunService = game:GetService("RunService")
  2628. RunService.Stepped:Connect(function()
  2629. if var == true then
  2630. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2631. if v:IsA("BasePart") then
  2632. v.CanCollide = false
  2633. end
  2634. end
  2635. end
  2636. end)
  2637.  
  2638. tween:Play()
  2639. tween.Completed:Connect(function()
  2640. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  2641. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  2642. if v:FindFirstChild("OriginalParent") then
  2643. v.Parent = v.OriginalParent.Value
  2644. v.OriginalParent:Remove()
  2645. end
  2646. end
  2647. end
  2648. var = false
  2649. end)
  2650. end
  2651.  
  2652. script.Parent.MouseButton1Click:Connect(twon)
  2653. end
  2654. coroutine.wrap(XBOSTT_fake_script)()
  2655. local function TGDWYL_fake_script() -- MeleeShop.eelem
  2656. local script = Instance.new('LocalScript', MeleeShop)
  2657.  
  2658. while true do
  2659. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2660. if v.Name == "Cash" and v:IsA("BasePart") then
  2661.  
  2662. if v.Position == Vector3.new(190.553528, 35.6000328, 250.921188) then
  2663. if v.ClickDetector.MaxActivationDistance == 5 then
  2664. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2665. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2666. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2667. end
  2668. end
  2669. end
  2670. end
  2671. wait(1)
  2672. end
  2673.  
  2674.  
  2675. end
  2676. coroutine.wrap(TGDWYL_fake_script)()
  2677. local function AEYR_fake_script() -- Liquor.LocalScript
  2678. local script = Instance.new('LocalScript', Liquor)
  2679.  
  2680. function twon()
  2681. local twn = game:GetService("TweenService")
  2682.  
  2683. local plr = game:GetService("Players").LocalPlayer
  2684.  
  2685. local speed = 330
  2686.  
  2687. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(70, 36.984, -391)).magnitude
  2688.  
  2689. local tweenspeed = dist/tonumber(speed)
  2690.  
  2691. local goal = {}
  2692. goal.CFrame = CFrame.new(70, 36.984, -391)
  2693.  
  2694.  
  2695. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2696.  
  2697. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2698.  
  2699. local var = true
  2700.  
  2701. for i,v in pairs(workspace:GetDescendants()) do
  2702. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  2703. if not v:FindFirstChild("OriginalParent") then
  2704. local OP = Instance.new("ObjectValue")
  2705. OP.Name = "OriginalParent"
  2706. OP.Value = v.Parent
  2707. OP.Parent = v
  2708. end
  2709. v.Parent = game:GetService("SoundService")
  2710. end
  2711. end
  2712.  
  2713. local RunService = game:GetService("RunService")
  2714. RunService.Stepped:Connect(function()
  2715. if var == true then
  2716. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2717. if v:IsA("BasePart") then
  2718. v.CanCollide = false
  2719. end
  2720. end
  2721. end
  2722. end)
  2723.  
  2724. tween:Play()
  2725. tween.Completed:Connect(function()
  2726. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  2727. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  2728. if v:FindFirstChild("OriginalParent") then
  2729. v.Parent = v.OriginalParent.Value
  2730. v.OriginalParent:Remove()
  2731. end
  2732. end
  2733. end
  2734. var = false
  2735. end)
  2736. end
  2737.  
  2738. script.Parent.MouseButton1Click:Connect(twon)
  2739. end
  2740. coroutine.wrap(AEYR_fake_script)()
  2741. local function LMOYOK_fake_script() -- Liquor.lick1
  2742. local script = Instance.new('LocalScript', Liquor)
  2743.  
  2744. while true do
  2745. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2746. if v.Name == "Cash" and v:IsA("BasePart") then
  2747.  
  2748. if v.Position == Vector3.new(68.67, 37.004, -387.12) or v.Position == Vector3.new(68.6700363, 37.0040169, -387.119812) then
  2749. if v.ClickDetector.MaxActivationDistance == 5 then
  2750. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2751. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2752. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2753. end
  2754. end
  2755. end
  2756. end
  2757. wait(1)
  2758. end
  2759.  
  2760.  
  2761. end
  2762. coroutine.wrap(LMOYOK_fake_script)()
  2763. local function PEOF_fake_script() -- Laundromat.LocalScript
  2764. local script = Instance.new('LocalScript', Laundromat)
  2765.  
  2766. function twon()
  2767. twn = game:GetService("TweenService")
  2768.  
  2769. plr = game:GetService("Players").LocalPlayer
  2770.  
  2771. local speed = 330
  2772.  
  2773. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(166, 34.5, -282)).magnitude
  2774.  
  2775. local tweenspeed = dist/tonumber(speed)
  2776.  
  2777. local goal = {}
  2778. goal.CFrame = CFrame.new(166, 34.5, -282)
  2779.  
  2780.  
  2781. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2782.  
  2783. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2784.  
  2785. local var = true
  2786.  
  2787. for i,v in pairs(workspace:GetDescendants()) do
  2788. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  2789. if not v:FindFirstChild("OriginalParent") then
  2790. local OP = Instance.new("ObjectValue")
  2791. OP.Name = "OriginalParent"
  2792. OP.Value = v.Parent
  2793. OP.Parent = v
  2794. end
  2795. v.Parent = game:GetService("SoundService")
  2796. end
  2797. end
  2798.  
  2799. local RunService = game:GetService("RunService")
  2800. RunService.Stepped:Connect(function()
  2801. if var == true then
  2802. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2803. if v:IsA("BasePart") then
  2804. v.CanCollide = false
  2805. end
  2806. end
  2807. end
  2808. end)
  2809.  
  2810. tween:Play()
  2811. tween.Completed:Connect(function()
  2812. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  2813. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  2814. if v:FindFirstChild("OriginalParent") then
  2815. v.Parent = v.OriginalParent.Value
  2816. v.OriginalParent:Remove()
  2817. end
  2818. end
  2819. end
  2820. var = false
  2821. end)
  2822. end
  2823.  
  2824. script.Parent.MouseButton1Click:Connect(twon)
  2825. end
  2826. coroutine.wrap(PEOF_fake_script)()
  2827. local function VGCAHES_fake_script() -- Laundromat.laundro
  2828. local script = Instance.new('LocalScript', Laundromat)
  2829.  
  2830. while true do
  2831. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2832. if v.Name == "Cash" and v:IsA("BasePart") then
  2833.  
  2834. if v.Position == Vector3.new(165.95, 35.6, -284.05) or v.Position == Vector3.new(165.949646, 35.6000328, -284.049805) then
  2835. if v.ClickDetector.MaxActivationDistance == 5 then
  2836. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2837. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2838. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2839. end
  2840. end
  2841. end
  2842. end
  2843. wait(1)
  2844. end
  2845.  
  2846.  
  2847. end
  2848. coroutine.wrap(VGCAHES_fake_script)()
  2849. local function IOHPHMY_fake_script() -- Gym.LocalScript
  2850. local script = Instance.new('LocalScript', Gym)
  2851.  
  2852. function twon()
  2853. twn = game:GetService("TweenService")
  2854.  
  2855. plr = game:GetService("Players").LocalPlayer
  2856.  
  2857. local speed = 330
  2858.  
  2859. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(269, 35.6, 1)).magnitude
  2860.  
  2861. local tweenspeed = dist/tonumber(speed)
  2862.  
  2863. local goal = {}
  2864. goal.CFrame = CFrame.new(269, 35.6, 1)
  2865.  
  2866.  
  2867. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2868.  
  2869. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2870.  
  2871. local var = true
  2872.  
  2873. for i,v in pairs(workspace:GetDescendants()) do
  2874. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  2875. if not v:FindFirstChild("OriginalParent") then
  2876. local OP = Instance.new("ObjectValue")
  2877. OP.Name = "OriginalParent"
  2878. OP.Value = v.Parent
  2879. OP.Parent = v
  2880. end
  2881. v.Parent = game:GetService("SoundService")
  2882. end
  2883. end
  2884.  
  2885. local RunService = game:GetService("RunService")
  2886. RunService.Stepped:Connect(function()
  2887. if var == true then
  2888. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2889. if v:IsA("BasePart") then
  2890. v.CanCollide = false
  2891. end
  2892. end
  2893. end
  2894. end)
  2895.  
  2896. tween:Play()
  2897. tween.Completed:Connect(function()
  2898. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  2899. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  2900. if v:FindFirstChild("OriginalParent") then
  2901. v.Parent = v.OriginalParent.Value
  2902. v.OriginalParent:Remove()
  2903. end
  2904. end
  2905. end
  2906. var = false
  2907. end)
  2908. end
  2909.  
  2910. script.Parent.MouseButton1Click:Connect(twon)
  2911. end
  2912. coroutine.wrap(IOHPHMY_fake_script)()
  2913. local function HGUWXKG_fake_script() -- Gym.myg
  2914. local script = Instance.new('LocalScript', Gym)
  2915.  
  2916. while true do
  2917. for i,v in pairs(workspace.Shops:GetDescendants()) do
  2918. if v.Name == "Cash" and v:IsA("BasePart") then
  2919.  
  2920. if v.Position == Vector3.new(270.552, 35.6, 0.0331507) or v.Position == Vector3.new(270.55246, 35.6000328, 0.0331506729) then
  2921. if v.ClickDetector.MaxActivationDistance == 5 then
  2922. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  2923. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  2924. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  2925. end
  2926. end
  2927. end
  2928. end
  2929. wait(1)
  2930. end
  2931.  
  2932.  
  2933. end
  2934. coroutine.wrap(HGUWXKG_fake_script)()
  2935. local function ISFQE_fake_script() -- Gunshop1.LocalScript
  2936. local script = Instance.new('LocalScript', Gunshop1)
  2937.  
  2938. function twon()
  2939. twn = game:GetService("TweenService")
  2940.  
  2941. plr = game:GetService("Players").LocalPlayer
  2942.  
  2943. local speed = 330
  2944.  
  2945. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-80.248, 36.6611, -519.343)).magnitude
  2946.  
  2947. local tweenspeed = dist/tonumber(speed)
  2948.  
  2949. local goal = {}
  2950. goal.CFrame = CFrame.new(-80.248, 36.6611, -519.343)
  2951.  
  2952.  
  2953. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  2954.  
  2955. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  2956.  
  2957. local var = true
  2958.  
  2959. for i,v in pairs(workspace:GetDescendants()) do
  2960. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  2961. if not v:FindFirstChild("OriginalParent") then
  2962. local OP = Instance.new("ObjectValue")
  2963. OP.Name = "OriginalParent"
  2964. OP.Value = v.Parent
  2965. OP.Parent = v
  2966. end
  2967. v.Parent = game:GetService("SoundService")
  2968. end
  2969. end
  2970.  
  2971. local RunService = game:GetService("RunService")
  2972. RunService.Stepped:Connect(function()
  2973. if var == true then
  2974. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2975. if v:IsA("BasePart") then
  2976. v.CanCollide = false
  2977. end
  2978. end
  2979. end
  2980. end)
  2981.  
  2982. tween:Play()
  2983. tween.Completed:Connect(function()
  2984. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  2985. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  2986. if v:FindFirstChild("OriginalParent") then
  2987. v.Parent = v.OriginalParent.Value
  2988. v.OriginalParent:Remove()
  2989. end
  2990. end
  2991. end
  2992. var = false
  2993. end)
  2994. end
  2995.  
  2996. script.Parent.MouseButton1Click:Connect(twon)
  2997. end
  2998. coroutine.wrap(ISFQE_fake_script)()
  2999. local function NAIKKTH_fake_script() -- GunShop.LocalScript
  3000. local script = Instance.new('LocalScript', GunShop)
  3001.  
  3002. function twon()
  3003. twn = game:GetService("TweenService")
  3004.  
  3005. plr = game:GetService("Players").LocalPlayer
  3006.  
  3007. local speed = 330
  3008.  
  3009. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-539.598755, 34.4000206, -177.600357)).magnitude
  3010.  
  3011. local tweenspeed = dist/tonumber(speed)
  3012.  
  3013. local goal = {}
  3014. goal.CFrame = CFrame.new(-539.598755, 34.4000206, -177.600357)
  3015.  
  3016.  
  3017. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  3018.  
  3019. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  3020.  
  3021. local var = true
  3022.  
  3023. for i,v in pairs(workspace:GetDescendants()) do
  3024. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  3025. if not v:FindFirstChild("OriginalParent") then
  3026. local OP = Instance.new("ObjectValue")
  3027. OP.Name = "OriginalParent"
  3028. OP.Value = v.Parent
  3029. OP.Parent = v
  3030. end
  3031. v.Parent = game:GetService("SoundService")
  3032. end
  3033. end
  3034.  
  3035. local RunService = game:GetService("RunService")
  3036. RunService.Stepped:Connect(function()
  3037. if var == true then
  3038. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  3039. if v:IsA("BasePart") then
  3040. v.CanCollide = false
  3041. end
  3042. end
  3043. end
  3044. end)
  3045.  
  3046. tween:Play()
  3047. tween.Completed:Connect(function()
  3048. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  3049. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  3050. if v:FindFirstChild("OriginalParent") then
  3051. v.Parent = v.OriginalParent.Value
  3052. v.OriginalParent:Remove()
  3053. end
  3054. end
  3055. end
  3056. var = false
  3057. end)
  3058. end
  3059.  
  3060. script.Parent.MouseButton1Click:Connect(twon)
  3061.  
  3062.  
  3063.  
  3064. end
  3065. coroutine.wrap(NAIKKTH_fake_script)()
  3066. local function MXFCAI_fake_script() -- FarLiquor.LocalScript
  3067. local script = Instance.new('LocalScript', FarLiquor)
  3068.  
  3069. function twon()
  3070. twn = game:GetService("TweenService")
  3071.  
  3072. plr = game:GetService("Players").LocalPlayer
  3073.  
  3074. local speed = 330
  3075.  
  3076. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-697.25, 36.9, 134.225)).magnitude
  3077.  
  3078. local tweenspeed = dist/tonumber(speed)
  3079.  
  3080. local goal = {}
  3081. goal.CFrame = CFrame.new(-697.25, 36.9, 134.225)
  3082.  
  3083.  
  3084. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  3085.  
  3086. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  3087.  
  3088. local var = true
  3089.  
  3090. for i,v in pairs(workspace:GetDescendants()) do
  3091. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  3092. if not v:FindFirstChild("OriginalParent") then
  3093. local OP = Instance.new("ObjectValue")
  3094. OP.Name = "OriginalParent"
  3095. OP.Value = v.Parent
  3096. OP.Parent = v
  3097. end
  3098. v.Parent = game:GetService("SoundService")
  3099. end
  3100. end
  3101.  
  3102. local RunService = game:GetService("RunService")
  3103. RunService.Stepped:Connect(function()
  3104. if var == true then
  3105. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  3106. if v:IsA("BasePart") then
  3107. v.CanCollide = false
  3108. end
  3109. end
  3110. end
  3111. end)
  3112.  
  3113. tween:Play()
  3114. tween.Completed:Connect(function()
  3115. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  3116. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  3117. if v:FindFirstChild("OriginalParent") then
  3118. v.Parent = v.OriginalParent.Value
  3119. v.OriginalParent:Remove()
  3120. end
  3121. end
  3122. end
  3123. var = false
  3124. end)
  3125. end
  3126.  
  3127. script.Parent.MouseButton1Click:Connect(twon)
  3128.  
  3129.  
  3130.  
  3131. end
  3132. coroutine.wrap(MXFCAI_fake_script)()
  3133. local function IZNZA_fake_script() -- FarLiquor.liquoroffar
  3134. local script = Instance.new('LocalScript', FarLiquor)
  3135.  
  3136. while true do
  3137. for i,v in pairs(workspace.Shops:GetDescendants()) do
  3138. if v.Name == "Cash" and v:IsA("BasePart") then
  3139.  
  3140. if v.Position == Vector3.new(-693.455, 36.9, 134.225) or v.Position == Vector3.new(-693.455139, 36.900013, 134.225388) then
  3141. if v.ClickDetector.MaxActivationDistance == 5 then
  3142. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  3143. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  3144. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  3145. end
  3146. end
  3147. end
  3148. end
  3149. wait(1)
  3150. end
  3151.  
  3152.  
  3153. end
  3154. coroutine.wrap(IZNZA_fake_script)()
  3155. local function IWYUAO_fake_script() -- BigSlop.LocalScript
  3156. local script = Instance.new('LocalScript', BigSlop)
  3157.  
  3158. function twon()
  3159. local twn = game:GetService("TweenService")
  3160.  
  3161. local plr = game:GetService("Players").LocalPlayer
  3162.  
  3163. local speed = 330
  3164.  
  3165. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-841, 37.004, -82.5)).magnitude
  3166.  
  3167. local tweenspeed = dist/tonumber(speed)
  3168.  
  3169. local goal = {}
  3170. goal.CFrame = CFrame.new(-841, 37.004, -82.5)
  3171.  
  3172.  
  3173. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  3174.  
  3175. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  3176.  
  3177. local var = true
  3178.  
  3179. for i,v in pairs(workspace:GetDescendants()) do
  3180. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  3181. if not v:FindFirstChild("OriginalParent") then
  3182. local OP = Instance.new("ObjectValue")
  3183. OP.Name = "OriginalParent"
  3184. OP.Value = v.Parent
  3185. OP.Parent = v
  3186. end
  3187. v.Parent = game:GetService("SoundService")
  3188. end
  3189. end
  3190.  
  3191. local RunService = game:GetService("RunService")
  3192. RunService.Stepped:Connect(function()
  3193. if var == true then
  3194. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  3195. if v:IsA("BasePart") then
  3196. v.CanCollide = false
  3197. end
  3198. end
  3199. end
  3200. end)
  3201.  
  3202. tween:Play()
  3203. tween.Completed:Connect(function()
  3204. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  3205. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  3206. if v:FindFirstChild("OriginalParent") then
  3207. v.Parent = v.OriginalParent.Value
  3208. v.OriginalParent:Remove()
  3209. end
  3210. end
  3211. end
  3212. var = false
  3213. end)
  3214. end
  3215.  
  3216. script.Parent.MouseButton1Click:Connect(twon)
  3217.  
  3218. end
  3219. coroutine.wrap(IWYUAO_fake_script)()
  3220. local function RQXMXM_fake_script() -- BigSlop.slopofbig
  3221. local script = Instance.new('LocalScript', BigSlop)
  3222.  
  3223. while true do
  3224. for i,v in pairs(workspace.Shops:GetDescendants()) do
  3225. if v.Name == "Cash" and v:IsA("BasePart") then
  3226.  
  3227. 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
  3228. if v.ClickDetector.MaxActivationDistance == 5 then
  3229. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  3230. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  3231. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  3232. end
  3233. end
  3234. end
  3235. end
  3236. wait(1)
  3237. end
  3238.  
  3239.  
  3240. end
  3241. coroutine.wrap(RQXMXM_fake_script)()
  3242. local function JOOGRG_fake_script() -- roses2.LocalScript
  3243. local script = Instance.new('LocalScript', roses2)
  3244.  
  3245. function twon()
  3246. local twn = game:GetService("TweenService")
  3247.  
  3248. local plr = game:GetService("Players").LocalPlayer
  3249.  
  3250. local speed = 330
  3251.  
  3252. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-120.4, 37.384, 477.2)).magnitude
  3253.  
  3254. local tweenspeed = dist/tonumber(speed)
  3255.  
  3256. local goal = {}
  3257. goal.CFrame = CFrame.new(-120.4, 37.384, 477.2)
  3258.  
  3259.  
  3260. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  3261.  
  3262. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  3263.  
  3264. local var = true
  3265.  
  3266. for i,v in pairs(workspace:GetDescendants()) do
  3267. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  3268. if not v:FindFirstChild("OriginalParent") then
  3269. local OP = Instance.new("ObjectValue")
  3270. OP.Name = "OriginalParent"
  3271. OP.Value = v.Parent
  3272. OP.Parent = v
  3273. end
  3274. v.Parent = game:GetService("SoundService")
  3275. end
  3276. end
  3277.  
  3278. local RunService = game:GetService("RunService")
  3279. RunService.Stepped:Connect(function()
  3280. if var == true then
  3281. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  3282. if v:IsA("BasePart") then
  3283. v.CanCollide = false
  3284. end
  3285. end
  3286. end
  3287. end)
  3288.  
  3289. tween:Play()
  3290. tween.Completed:Connect(function()
  3291. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  3292. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  3293. if v:FindFirstChild("OriginalParent") then
  3294. v.Parent = v.OriginalParent.Value
  3295. v.OriginalParent:Remove()
  3296. end
  3297. end
  3298. end
  3299. var = false
  3300. end)
  3301. end
  3302.  
  3303. script.Parent.MouseButton1Click:Connect(twon)
  3304. end
  3305. coroutine.wrap(JOOGRG_fake_script)()
  3306. local function TZAAWQ_fake_script() -- roses2.rse2
  3307. local script = Instance.new('LocalScript', roses2)
  3308.  
  3309. while true do
  3310. for i,v in pairs(workspace.Shops:GetDescendants()) do
  3311. if v.Name == "Cash" and v:IsA("BasePart") then
  3312.  
  3313. 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
  3314. if v.ClickDetector.MaxActivationDistance == 5 then
  3315. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  3316. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  3317. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  3318. end
  3319. end
  3320. end
  3321. end
  3322. wait(1)
  3323. end
  3324.  
  3325. end
  3326. coroutine.wrap(TZAAWQ_fake_script)()
  3327. local function HJLEUXA_fake_script() -- roses3.LocalScript
  3328. local script = Instance.new('LocalScript', roses3)
  3329.  
  3330. function twon()
  3331. local twn = game:GetService("TweenService")
  3332.  
  3333. local plr = game:GetService("Players").LocalPlayer
  3334.  
  3335. local speed = 330
  3336.  
  3337. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-101.4, 37.384, 485.2)).magnitude
  3338.  
  3339. local tweenspeed = dist/tonumber(speed)
  3340.  
  3341. local goal = {}
  3342. goal.CFrame = CFrame.new(-101.4, 37.384, 485.2)
  3343.  
  3344.  
  3345. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  3346.  
  3347. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  3348.  
  3349. local var = true
  3350.  
  3351. for i,v in pairs(workspace:GetDescendants()) do
  3352. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  3353. if not v:FindFirstChild("OriginalParent") then
  3354. local OP = Instance.new("ObjectValue")
  3355. OP.Name = "OriginalParent"
  3356. OP.Value = v.Parent
  3357. OP.Parent = v
  3358. end
  3359. v.Parent = game:GetService("SoundService")
  3360. end
  3361. end
  3362.  
  3363. local RunService = game:GetService("RunService")
  3364. RunService.Stepped:Connect(function()
  3365. if var == true then
  3366. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  3367. if v:IsA("BasePart") then
  3368. v.CanCollide = false
  3369. end
  3370. end
  3371. end
  3372. end)
  3373.  
  3374. tween:Play()
  3375. tween.Completed:Connect(function()
  3376. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  3377. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  3378. if v:FindFirstChild("OriginalParent") then
  3379. v.Parent = v.OriginalParent.Value
  3380. v.OriginalParent:Remove()
  3381. end
  3382. end
  3383. end
  3384. var = false
  3385. end)
  3386. end
  3387.  
  3388. script.Parent.MouseButton1Click:Connect(twon)
  3389. end
  3390. coroutine.wrap(HJLEUXA_fake_script)()
  3391. local function QHLZAPV_fake_script() -- roses3.rse3
  3392. local script = Instance.new('LocalScript', roses3)
  3393.  
  3394. while true do
  3395. for i,v in pairs(workspace.Shops:GetDescendants()) do
  3396. if v.Name == "Cash" and v:IsA("BasePart") then
  3397.  
  3398. 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
  3399. if v.ClickDetector.MaxActivationDistance == 5 then
  3400. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  3401. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  3402. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  3403. end
  3404. end
  3405. end
  3406. end
  3407. wait(1)
  3408. end
  3409.  
  3410. end
  3411. coroutine.wrap(QHLZAPV_fake_script)()
  3412. local function ILPIJZ_fake_script() -- roses4.LocalScript
  3413. local script = Instance.new('LocalScript', roses4)
  3414.  
  3415. function twon()
  3416. local twn = game:GetService("TweenService")
  3417.  
  3418. local plr = game:GetService("Players").LocalPlayer
  3419.  
  3420. local speed = 330
  3421.  
  3422. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-101.4, 37.384, 474.2)).magnitude
  3423.  
  3424. local tweenspeed = dist/tonumber(speed)
  3425.  
  3426. local goal = {}
  3427. goal.CFrame = CFrame.new(-101.4, 37.384, 474.2)
  3428.  
  3429.  
  3430. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  3431.  
  3432. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  3433.  
  3434. local var = true
  3435.  
  3436. for i,v in pairs(workspace:GetDescendants()) do
  3437. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  3438. if not v:FindFirstChild("OriginalParent") then
  3439. local OP = Instance.new("ObjectValue")
  3440. OP.Name = "OriginalParent"
  3441. OP.Value = v.Parent
  3442. OP.Parent = v
  3443. end
  3444. v.Parent = game:GetService("SoundService")
  3445. end
  3446. end
  3447.  
  3448. local RunService = game:GetService("RunService")
  3449. RunService.Stepped:Connect(function()
  3450. if var == true then
  3451. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  3452. if v:IsA("BasePart") then
  3453. v.CanCollide = false
  3454. end
  3455. end
  3456. end
  3457. end)
  3458.  
  3459. tween:Play()
  3460. tween.Completed:Connect(function()
  3461. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  3462. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  3463. if v:FindFirstChild("OriginalParent") then
  3464. v.Parent = v.OriginalParent.Value
  3465. v.OriginalParent:Remove()
  3466. end
  3467. end
  3468. end
  3469. var = false
  3470. end)
  3471. end
  3472.  
  3473. script.Parent.MouseButton1Click:Connect(twon)
  3474. end
  3475. coroutine.wrap(ILPIJZ_fake_script)()
  3476. local function SDSF_fake_script() -- roses4.rse4
  3477. local script = Instance.new('LocalScript', roses4)
  3478.  
  3479. while true do
  3480. for i,v in pairs(workspace.Shops:GetDescendants()) do
  3481. if v.Name == "Cash" and v:IsA("BasePart") then
  3482.  
  3483. 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
  3484. if v.ClickDetector.MaxActivationDistance == 5 then
  3485. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  3486. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  3487. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  3488. end
  3489. end
  3490. end
  3491. end
  3492. wait(1)
  3493. end
  3494.  
  3495. end
  3496. coroutine.wrap(SDSF_fake_script)()
  3497. local function VLTMKI_fake_script() -- Liquor2.LocalScript
  3498. local script = Instance.new('LocalScript', Liquor2)
  3499.  
  3500. function twon()
  3501. local twn = game:GetService("TweenService")
  3502.  
  3503. local plr = game:GetService("Players").LocalPlayer
  3504.  
  3505. local speed = 330
  3506.  
  3507. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(70, 36.984, -391)).magnitude
  3508.  
  3509. local tweenspeed = dist/tonumber(speed)
  3510.  
  3511. local goal = {}
  3512. goal.CFrame = CFrame.new(70, 36.984, -391)
  3513.  
  3514.  
  3515. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  3516.  
  3517. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  3518.  
  3519. local var = true
  3520.  
  3521. for i,v in pairs(workspace:GetDescendants()) do
  3522. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  3523. if not v:FindFirstChild("OriginalParent") then
  3524. local OP = Instance.new("ObjectValue")
  3525. OP.Name = "OriginalParent"
  3526. OP.Value = v.Parent
  3527. OP.Parent = v
  3528. end
  3529. v.Parent = game:GetService("SoundService")
  3530. end
  3531. end
  3532.  
  3533. local RunService = game:GetService("RunService")
  3534. RunService.Stepped:Connect(function()
  3535. if var == true then
  3536. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  3537. if v:IsA("BasePart") then
  3538. v.CanCollide = false
  3539. end
  3540. end
  3541. end
  3542. end)
  3543.  
  3544. tween:Play()
  3545. tween.Completed:Connect(function()
  3546. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  3547. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  3548. if v:FindFirstChild("OriginalParent") then
  3549. v.Parent = v.OriginalParent.Value
  3550. v.OriginalParent:Remove()
  3551. end
  3552. end
  3553. end
  3554. var = false
  3555. end)
  3556. end
  3557.  
  3558. script.Parent.MouseButton1Click:Connect(twon)
  3559. end
  3560. coroutine.wrap(VLTMKI_fake_script)()
  3561. local function MNBTF_fake_script() -- Liquor2.lick2
  3562. local script = Instance.new('LocalScript', Liquor2)
  3563.  
  3564. while true do
  3565. for i,v in pairs(workspace.Shops:GetDescendants()) do
  3566. if v.Name == "Cash" and v:IsA("BasePart") then
  3567.  
  3568. 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
  3569. if v.ClickDetector.MaxActivationDistance == 5 then
  3570. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  3571. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  3572. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  3573. end
  3574. end
  3575. end
  3576. end
  3577. wait(1)
  3578. end
  3579.  
  3580.  
  3581. end
  3582. coroutine.wrap(MNBTF_fake_script)()
  3583. local function XYCPU_fake_script() -- vaultlick2.LocalScript
  3584. local script = Instance.new('LocalScript', vaultlick2)
  3585.  
  3586. function twon()
  3587. local twn = game:GetService("TweenService")
  3588.  
  3589. local plr = game:GetService("Players").LocalPlayer
  3590.  
  3591. local speed = 330
  3592.  
  3593. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(265.5, 37.004, 300.6)).magnitude
  3594.  
  3595. local tweenspeed = dist/tonumber(speed)
  3596.  
  3597. local goal = {}
  3598. goal.CFrame = CFrame.new(265.5, 37.004, 300.6)
  3599.  
  3600.  
  3601. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  3602.  
  3603. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  3604.  
  3605. local var = true
  3606.  
  3607. for i,v in pairs(workspace:GetDescendants()) do
  3608. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  3609. if not v:FindFirstChild("OriginalParent") then
  3610. local OP = Instance.new("ObjectValue")
  3611. OP.Name = "OriginalParent"
  3612. OP.Value = v.Parent
  3613. OP.Parent = v
  3614. end
  3615. v.Parent = game:GetService("SoundService")
  3616. end
  3617. end
  3618.  
  3619. local RunService = game:GetService("RunService")
  3620. RunService.Stepped:Connect(function()
  3621. if var == true then
  3622. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  3623. if v:IsA("BasePart") then
  3624. v.CanCollide = false
  3625. end
  3626. end
  3627. end
  3628. end)
  3629.  
  3630. tween:Play()
  3631. tween.Completed:Connect(function()
  3632. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  3633. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  3634. if v:FindFirstChild("OriginalParent") then
  3635. v.Parent = v.OriginalParent.Value
  3636. v.OriginalParent:Remove()
  3637. end
  3638. end
  3639. end
  3640. var = false
  3641. end)
  3642. end
  3643.  
  3644. script.Parent.MouseButton1Click:Connect(twon)
  3645. end
  3646. coroutine.wrap(XYCPU_fake_script)()
  3647. local function JTIOU_fake_script() -- vaultlick2.lickofvault2
  3648. local script = Instance.new('LocalScript', vaultlick2)
  3649.  
  3650. while true do
  3651. for i,v in pairs(workspace.Shops:GetDescendants()) do
  3652. if v.Name == "Cash" and v:IsA("BasePart") then
  3653.  
  3654. 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
  3655. if v.ClickDetector.MaxActivationDistance == 5 then
  3656. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  3657. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  3658. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  3659. end
  3660. end
  3661. end
  3662. end
  3663. wait(1)
  3664. end
  3665.  
  3666.  
  3667. end
  3668. coroutine.wrap(JTIOU_fake_script)()
  3669. local function PWCG_fake_script() -- cluck2.LocalScript
  3670. local script = Instance.new('LocalScript', cluck2)
  3671.  
  3672. function twon()
  3673. local twn = game:GetService("TweenService")
  3674.  
  3675. local plr = game:GetService("Players").LocalPlayer
  3676.  
  3677. local speed = 330
  3678.  
  3679. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-103, 36.784, 36.7)).magnitude
  3680.  
  3681. local tweenspeed = dist/tonumber(speed)
  3682.  
  3683. local goal = {}
  3684. goal.CFrame = CFrame.new(-103, 36.784, 36.7)
  3685.  
  3686.  
  3687. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  3688.  
  3689. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  3690.  
  3691. local var = true
  3692.  
  3693. for i,v in pairs(workspace:GetDescendants()) do
  3694. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  3695. if not v:FindFirstChild("OriginalParent") then
  3696. local OP = Instance.new("ObjectValue")
  3697. OP.Name = "OriginalParent"
  3698. OP.Value = v.Parent
  3699. OP.Parent = v
  3700. end
  3701. v.Parent = game:GetService("SoundService")
  3702. end
  3703. end
  3704.  
  3705. local RunService = game:GetService("RunService")
  3706. RunService.Stepped:Connect(function()
  3707. if var == true then
  3708. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  3709. if v:IsA("BasePart") then
  3710. v.CanCollide = false
  3711. end
  3712. end
  3713. end
  3714. end)
  3715.  
  3716. tween:Play()
  3717. tween.Completed:Connect(function()
  3718. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  3719. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  3720. if v:FindFirstChild("OriginalParent") then
  3721. v.Parent = v.OriginalParent.Value
  3722. v.OriginalParent:Remove()
  3723. end
  3724. end
  3725. end
  3726. var = false
  3727. end)
  3728. end
  3729.  
  3730. script.Parent.MouseButton1Click:Connect(twon)
  3731. end
  3732. coroutine.wrap(PWCG_fake_script)()
  3733. local function PLEEE_fake_script() -- cluck2.luck2
  3734. local script = Instance.new('LocalScript', cluck2)
  3735.  
  3736. while true do
  3737. for i,v in pairs(workspace.Shops:GetDescendants()) do
  3738. if v.Name == "Cash" and v:IsA("BasePart") then
  3739.  
  3740. 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
  3741. if v.ClickDetector.MaxActivationDistance == 5 then
  3742. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  3743. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  3744. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  3745. end
  3746. end
  3747. end
  3748. end
  3749. wait(1)
  3750. end
  3751.  
  3752.  
  3753. end
  3754. coroutine.wrap(PLEEE_fake_script)()
  3755. local function BDRA_fake_script() -- FarLiquor2.LocalScript
  3756. local script = Instance.new('LocalScript', FarLiquor2)
  3757.  
  3758. function twon()
  3759. twn = game:GetService("TweenService")
  3760.  
  3761. plr = game:GetService("Players").LocalPlayer
  3762.  
  3763. local speed = 330
  3764.  
  3765. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-697.25, 36.9, 134.225)).magnitude
  3766.  
  3767. local tweenspeed = dist/tonumber(speed)
  3768.  
  3769. local goal = {}
  3770. goal.CFrame = CFrame.new(-697.25, 36.9, 134.225)
  3771.  
  3772.  
  3773. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  3774.  
  3775. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  3776.  
  3777. local var = true
  3778.  
  3779. for i,v in pairs(workspace:GetDescendants()) do
  3780. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  3781. if not v:FindFirstChild("OriginalParent") then
  3782. local OP = Instance.new("ObjectValue")
  3783. OP.Name = "OriginalParent"
  3784. OP.Value = v.Parent
  3785. OP.Parent = v
  3786. end
  3787. v.Parent = game:GetService("SoundService")
  3788. end
  3789. end
  3790.  
  3791. local RunService = game:GetService("RunService")
  3792. RunService.Stepped:Connect(function()
  3793. if var == true then
  3794. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  3795. if v:IsA("BasePart") then
  3796. v.CanCollide = false
  3797. end
  3798. end
  3799. end
  3800. end)
  3801.  
  3802. tween:Play()
  3803. tween.Completed:Connect(function()
  3804. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  3805. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  3806. if v:FindFirstChild("OriginalParent") then
  3807. v.Parent = v.OriginalParent.Value
  3808. v.OriginalParent:Remove()
  3809. end
  3810. end
  3811. end
  3812. var = false
  3813. end)
  3814. end
  3815.  
  3816. script.Parent.MouseButton1Click:Connect(twon)
  3817.  
  3818.  
  3819.  
  3820. end
  3821. coroutine.wrap(BDRA_fake_script)()
  3822. local function RLUVJ_fake_script() -- FarLiquor2.liquoroffar2
  3823. local script = Instance.new('LocalScript', FarLiquor2)
  3824.  
  3825. while true do
  3826. for i,v in pairs(workspace.Shops:GetDescendants()) do
  3827. if v.Name == "Cash" and v:IsA("BasePart") then
  3828.  
  3829. 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
  3830. if v.ClickDetector.MaxActivationDistance == 5 then
  3831. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  3832. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  3833. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  3834. end
  3835. end
  3836. end
  3837. end
  3838. wait(1)
  3839. end
  3840.  
  3841.  
  3842. end
  3843. coroutine.wrap(RLUVJ_fake_script)()
  3844. local function KGOSTV_fake_script() -- cementarysafe.safeofcem
  3845. local script = Instance.new('LocalScript', cementarysafe)
  3846.  
  3847. while true do
  3848. for i,v in pairs(workspace.Shops:GetDescendants()) do
  3849. if v.Name == "Cash" and v:IsA("BasePart") then
  3850.  
  3851. if v.Position == Vector3.new(-463.554, 34.9129, 136.079) or v.Position == Vector3.new(-463.554199, 34.9128914, 136.079361) then
  3852. if v.ClickDetector.MaxActivationDistance == 5 then
  3853. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  3854. elseif v.ClickDetector.MaxActivationDistance ~= 5 then
  3855. script.Parent.TextColor3 = Color3.fromRGB(255, 85, 85)
  3856. end
  3857. end
  3858. end
  3859. end
  3860. wait(1)
  3861. end
  3862.  
  3863.  
  3864. end
  3865. coroutine.wrap(KGOSTV_fake_script)()
  3866. local function EOSUFUP_fake_script() -- cementarysafe.LocalScript
  3867. local script = Instance.new('LocalScript', cementarysafe)
  3868.  
  3869. function twon()
  3870. local twn = game:GetService("TweenService")
  3871.  
  3872. local plr = game:GetService("Players").LocalPlayer
  3873.  
  3874. local speed = 330
  3875.  
  3876. local dist = (plr.Character.HumanoidRootPart.Position - Vector3.new(-463, 36, 138)).magnitude
  3877.  
  3878. local tweenspeed = dist/tonumber(speed)
  3879.  
  3880. local goal = {}
  3881. goal.CFrame = CFrame.new(-463, 36, 138)
  3882.  
  3883.  
  3884. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  3885.  
  3886. local tween = twn:Create(plr.Character.Humanoid.RootPart, inf, goal)
  3887.  
  3888. local var = true
  3889.  
  3890. for i,v in pairs(workspace:GetDescendants()) do
  3891. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  3892. if not v:FindFirstChild("OriginalParent") then
  3893. local OP = Instance.new("ObjectValue")
  3894. OP.Name = "OriginalParent"
  3895. OP.Value = v.Parent
  3896. OP.Parent = v
  3897. end
  3898. v.Parent = game:GetService("SoundService")
  3899. end
  3900. end
  3901.  
  3902. local RunService = game:GetService("RunService")
  3903. RunService.Stepped:Connect(function()
  3904. if var == true then
  3905. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  3906. if v:IsA("BasePart") then
  3907. v.CanCollide = false
  3908. end
  3909. end
  3910. end
  3911. end)
  3912.  
  3913. tween:Play()
  3914. tween.Completed:Connect(function()
  3915. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  3916. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  3917. if v:FindFirstChild("OriginalParent") then
  3918. v.Parent = v.OriginalParent.Value
  3919. v.OriginalParent:Remove()
  3920. end
  3921. end
  3922. end
  3923. var = false
  3924. end)
  3925. end
  3926.  
  3927. script.Parent.MouseButton1Click:Connect(twon)
  3928. end
  3929. coroutine.wrap(EOSUFUP_fake_script)()
  3930. local function OICDZUU_fake_script() -- tp2player3.LocalScript
  3931. local script = Instance.new('LocalScript', tp2player3)
  3932.  
  3933. function ee()
  3934. local txt = script.Parent.Parent.playerbox3.Text
  3935. local me = game.Players.LocalPlayer
  3936. local u = game.Players:FindFirstChild(txt)
  3937. local twn = game:GetService("TweenService")
  3938. local speed = 335
  3939. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  3940. local tweenspeed = dist/speed
  3941. local goal = {}
  3942. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  3943. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  3944. local tween = twn:Create(me.Character.HumanoidRootPart, inf, goal)
  3945. local var = true
  3946.  
  3947. for i,v in pairs(workspace:GetDescendants()) do
  3948. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  3949. if not v:FindFirstChild("OriginalParent") then
  3950. local OP = Instance.new("ObjectValue")
  3951. OP.Name = "OriginalParent"
  3952. OP.Value = v.Parent
  3953. OP.Parent = v
  3954. end
  3955. v.Parent = game:GetService("SoundService")
  3956. end
  3957. end
  3958.  
  3959. local RunService = game:GetService("RunService")
  3960. RunService.Stepped:Connect(function()
  3961. if var == true then
  3962. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  3963. if v:IsA("BasePart") then
  3964. v.CanCollide = false
  3965. end
  3966. end
  3967. end
  3968. end)
  3969.  
  3970. tween:Play()
  3971. tween.Completed:Connect(function()
  3972. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  3973. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  3974. if v:FindFirstChild("OriginalParent") then
  3975. v.Parent = v.OriginalParent.Value
  3976. v.OriginalParent:Remove()
  3977. end
  3978. end
  3979. end
  3980. var = false
  3981. end)
  3982. if u == nil then return end
  3983. end
  3984. script.Parent.MouseButton1Click:Connect(ee)
  3985. end
  3986. coroutine.wrap(OICDZUU_fake_script)()
  3987. local function UTKJV_fake_script() -- tp2player2.LocalScript
  3988. local script = Instance.new('LocalScript', tp2player2)
  3989.  
  3990. function ee()
  3991. local txt = script.Parent.Parent.playerbox2.Text
  3992. local me = game.Players.LocalPlayer
  3993. local u = game.Players:FindFirstChild(txt)
  3994. local twn = game:GetService("TweenService")
  3995. local speed = 335
  3996. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  3997. local tweenspeed = dist/speed
  3998. local goal = {}
  3999. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  4000. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4001. local tween = twn:Create(me.Character.HumanoidRootPart, inf, goal)
  4002. local var = true
  4003.  
  4004. for i,v in pairs(workspace:GetDescendants()) do
  4005. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  4006. if not v:FindFirstChild("OriginalParent") then
  4007. local OP = Instance.new("ObjectValue")
  4008. OP.Name = "OriginalParent"
  4009. OP.Value = v.Parent
  4010. OP.Parent = v
  4011. end
  4012. v.Parent = game:GetService("SoundService")
  4013. end
  4014. end
  4015.  
  4016. local RunService = game:GetService("RunService")
  4017. RunService.Stepped:Connect(function()
  4018. if var == true then
  4019. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4020. if v:IsA("BasePart") then
  4021. v.CanCollide = false
  4022. end
  4023. end
  4024. end
  4025. end)
  4026.  
  4027. tween:Play()
  4028. tween.Completed:Connect(function()
  4029. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  4030. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  4031. if v:FindFirstChild("OriginalParent") then
  4032. v.Parent = v.OriginalParent.Value
  4033. v.OriginalParent:Remove()
  4034. end
  4035. end
  4036. end
  4037. var = false
  4038. end)
  4039. if u == nil then return end
  4040. end
  4041. script.Parent.MouseButton1Click:Connect(ee)
  4042. end
  4043. coroutine.wrap(UTKJV_fake_script)()
  4044. local function ZRNGBO_fake_script() -- loop.loop
  4045. local script = Instance.new('LocalScript', loop)
  4046.  
  4047. function juan()
  4048. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  4049. _G.one = true
  4050. while true do
  4051. wait()
  4052. if _G.one then
  4053. local txt = script.Parent.Parent.playerbox.Text
  4054. local me = game.Players.LocalPlayer
  4055. local u = game.Players:FindFirstChild(txt)
  4056. local root = me.Character.HumanoidRootPart
  4057. local uroot = u.Character.HumanoidRootPart
  4058. local twn = game:GetService("TweenService")
  4059. local speed = 360
  4060. local dist = (root.Position - uroot.Position).magnitude
  4061. local tweenspeed = dist/tonumber(speed)
  4062. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4063.  
  4064. local goal = {}
  4065. goal.CFrame = CFrame.new(uroot.Position)
  4066.  
  4067. local tween = twn:Create(root, inf, goal)
  4068. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4069.  
  4070. if u == nil then return end
  4071.  
  4072. local RunService = game:GetService("RunService")
  4073. RunService.Stepped:Connect(function()
  4074. if var == true then
  4075. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4076. if v:IsA("BasePart") then
  4077. v.CanCollide = false
  4078. end
  4079. end
  4080. end
  4081. end)
  4082.  
  4083. tween:Play()
  4084. tween.Completed:Connect(function()
  4085. var = false
  4086. end)
  4087. end
  4088. end
  4089. wait(0.6)
  4090. end
  4091.  
  4092. script.Parent.MouseButton1Click:Connect(function()
  4093. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  4094. juan() else
  4095. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  4096. _G.one = false
  4097. end
  4098. end)
  4099. end
  4100. coroutine.wrap(ZRNGBO_fake_script)()
  4101. local function TVRXYD_fake_script() -- tp2player.LocalScript
  4102. local script = Instance.new('LocalScript', tp2player)
  4103.  
  4104. function ee()
  4105. local txt = script.Parent.Parent.playerbox.Text
  4106. local me = game.Players.LocalPlayer
  4107. local u = game.Players:FindFirstChild(txt)
  4108. local twn = game:GetService("TweenService")
  4109. local speed = 335
  4110. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  4111. local tweenspeed = dist/speed
  4112. local root = me.Character.HumanoidRootPart
  4113. local uroot = game.Players:FindFirstChild(txt).Character.HumanoidRootPart
  4114. local goal = {}
  4115. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  4116. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4117. local tween = twn:Create(root, inf, goal)
  4118. local var = true
  4119.  
  4120. for i,v in pairs(workspace:GetDescendants()) do
  4121. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  4122. if not v:FindFirstChild("OriginalParent") then
  4123. local OP = Instance.new("ObjectValue")
  4124. OP.Name = "OriginalParent"
  4125. OP.Value = v.Parent
  4126. OP.Parent = v
  4127. end
  4128. v.Parent = game:GetService("SoundService")
  4129. end
  4130. end
  4131.  
  4132. local RunService = game:GetService("RunService")
  4133. RunService.Stepped:Connect(function()
  4134. if var == true then
  4135. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4136. if v:IsA("BasePart") then
  4137. v.CanCollide = false
  4138. end
  4139. end
  4140. end
  4141. end)
  4142.  
  4143. tween:Play()
  4144. tween.Completed:Connect(function()
  4145. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  4146. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  4147. if v:FindFirstChild("OriginalParent") then
  4148. v.Parent = v.OriginalParent.Value
  4149. v.OriginalParent:Remove()
  4150. end
  4151. end
  4152. end
  4153. var = false
  4154. end)
  4155. if u == nil then return end
  4156. end
  4157. script.Parent.MouseButton1Click:Connect(ee)
  4158. end
  4159. coroutine.wrap(TVRXYD_fake_script)()
  4160. local function KWXZIE_fake_script() -- twirl.tw1
  4161. local script = Instance.new('LocalScript', twirl)
  4162.  
  4163. function twjuan()
  4164. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  4165. _G.twone = true
  4166. local txt = script.Parent.Parent.playerbox.Text
  4167. local me = game.Players.LocalPlayer
  4168. local u = game.Players:FindFirstChild(txt)
  4169. local root = me.Character.HumanoidRootPart
  4170. local uroot = u.Character.HumanoidRootPart
  4171. local twn = game:GetService("TweenService")
  4172. local speed = 340
  4173. local dist = (root.Position + uroot.Position).magnitude
  4174. local tweenspeed = dist/tonumber(speed)
  4175. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4176.  
  4177. local goal = {}
  4178. goal.CFrame = CFrame.new(uroot.Position)
  4179.  
  4180. local tween = twn:Create(root, inf, goal)
  4181. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4182.  
  4183. if u == nil then return end
  4184.  
  4185. local RunService = game:GetService("RunService")
  4186. RunService.Stepped:Connect(function()
  4187. if var == true then
  4188. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4189. if v:IsA("BasePart") then
  4190. v.CanCollide = false
  4191. end
  4192. end
  4193. end
  4194. end)
  4195. tween:Play()
  4196. tween.Completed:Connect(function()
  4197. local i = 0
  4198. while _G.twone do
  4199. for nums = 7, -7, -1 do
  4200. for nums2 = -3, 3, .5 do
  4201. if not _G.twone then break end
  4202. root.CFrame = CFrame.new(uroot.Position) * CFrame.Angles(0, i, 0) * CFrame.new(math.abs(nums), math.abs(nums2), math.abs(nums))
  4203. i = i + math.rad(33.99)
  4204. wait()
  4205. end
  4206. end
  4207. end
  4208. var = false
  4209. end)
  4210. end
  4211.  
  4212. script.Parent.MouseButton1Click:Connect(function()
  4213. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  4214. twjuan() else
  4215. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  4216. _G.twone = false
  4217. end
  4218. end)
  4219.  
  4220. end
  4221. coroutine.wrap(KWXZIE_fake_script)()
  4222. local function KFIRA_fake_script() -- orbit.orb1
  4223. local script = Instance.new('LocalScript', orbit)
  4224.  
  4225. function m1orbit()
  4226. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  4227. _G.woarbit = true
  4228. local txt = script.Parent.Parent.playerbox.Text
  4229. local me = game.Players.LocalPlayer
  4230. local u = game.Players:FindFirstChild(txt)
  4231. local root = me.Character.HumanoidRootPart
  4232. local uroot = u.Character.HumanoidRootPart
  4233. local twn = game:GetService("TweenService")
  4234. local speed = 360
  4235. local dist = (root.Position + uroot.Position).magnitude
  4236. local tweenspeed = dist/tonumber(speed)
  4237. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4238.  
  4239. local goal = {}
  4240. goal.CFrame = CFrame.new(uroot.Position)
  4241.  
  4242. local tween = twn:Create(root, inf, goal)
  4243. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4244.  
  4245. if u == nil then return end
  4246.  
  4247. local RunService = game:GetService("RunService")
  4248. RunService.Stepped:Connect(function()
  4249. if var == true then
  4250. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4251. if v:IsA("BasePart") then
  4252. v.CanCollide = false
  4253. end
  4254. end
  4255. end
  4256. end)
  4257. tween:Play()
  4258. tween.Completed:Connect(function()
  4259. local i = 0
  4260. while _G.woarbit do
  4261. root.CFrame = CFrame.new(uroot.Position) * CFrame.Angles(0, i, 0) * CFrame.new(0, 0, 5)
  4262. i = i + math.rad(33.36)
  4263. wait()
  4264. end
  4265. var = false
  4266. end)
  4267. end
  4268.  
  4269. script.Parent.MouseButton1Click:Connect(function()
  4270. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  4271. m1orbit() else
  4272. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  4273. _G.woarbit = false
  4274. end
  4275. end)
  4276.  
  4277. end
  4278. coroutine.wrap(KFIRA_fake_script)()
  4279. local function NOSP_fake_script() -- orbit2.orb2
  4280. local script = Instance.new('LocalScript', orbit2)
  4281.  
  4282. function twobit()
  4283. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  4284. _G.tibro = true
  4285. local txt = script.Parent.Parent.playerbox2.Text
  4286. local me = game.Players.LocalPlayer
  4287. local u = game.Players:FindFirstChild(txt)
  4288. local root = me.Character.HumanoidRootPart
  4289. local uroot = u.Character.HumanoidRootPart
  4290. local twn = game:GetService("TweenService")
  4291. local speed = 360
  4292. local dist = (root.Position + uroot.Position).magnitude
  4293. local tweenspeed = dist/tonumber(speed)
  4294. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4295.  
  4296. local goal = {}
  4297. goal.CFrame = CFrame.new(uroot.Position)
  4298.  
  4299. local tween = twn:Create(root, inf, goal)
  4300. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4301.  
  4302. if u == nil then return end
  4303.  
  4304. local RunService = game:GetService("RunService")
  4305. RunService.Stepped:Connect(function()
  4306. if var == true then
  4307. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4308. if v:IsA("BasePart") then
  4309. v.CanCollide = false
  4310. end
  4311. end
  4312. end
  4313. end)
  4314. tween:Play()
  4315. tween.Completed:Connect(function()
  4316. local i = 0
  4317. while _G.tibro do
  4318. root.CFrame = CFrame.new(uroot.Position) * CFrame.Angles(0, i, 0) * CFrame.new(0, 0, math.random(5,6))
  4319. i = i + math.rad(33.6)
  4320. wait()
  4321. end
  4322. var = false
  4323. end)
  4324. end
  4325.  
  4326. script.Parent.MouseButton1Click:Connect(function()
  4327. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  4328. twobit() else
  4329. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  4330. _G.tibro = false
  4331. end
  4332. end)
  4333.  
  4334. end
  4335. coroutine.wrap(NOSP_fake_script)()
  4336. local function OHNUUIO_fake_script() -- twirl2.tw2
  4337. local script = Instance.new('LocalScript', twirl2)
  4338.  
  4339. function atw2()
  4340. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  4341. _G.otwo = true
  4342. local txt = script.Parent.Parent.playerbox2.Text
  4343. local me = game.Players.LocalPlayer
  4344. local u = game.Players:FindFirstChild(txt)
  4345. local root = me.Character.HumanoidRootPart
  4346. local uroot = u.Character.HumanoidRootPart
  4347. local twn = game:GetService("TweenService")
  4348. local speed = 340
  4349. local dist = (root.Position + uroot.Position).magnitude
  4350. local tweenspeed = dist/tonumber(speed)
  4351. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4352.  
  4353. local goal = {}
  4354. goal.CFrame = CFrame.new(uroot.Position)
  4355.  
  4356. local tween = twn:Create(root, inf, goal)
  4357. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4358.  
  4359. if u == nil then return end
  4360.  
  4361. local RunService = game:GetService("RunService")
  4362. RunService.Stepped:Connect(function()
  4363. if var == true then
  4364. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4365. if v:IsA("BasePart") then
  4366. v.CanCollide = false
  4367. end
  4368. end
  4369. end
  4370. end)
  4371. tween:Play()
  4372. tween.Completed:Connect(function()
  4373. local i = 0
  4374. while _G.otwo do
  4375. for nums = 7, -7, -1 do
  4376. for nums2 = -3, 3, .5 do
  4377. if not _G.otwo then break end
  4378. root.CFrame = CFrame.new(uroot.Position) * CFrame.Angles(0, i, 0) * CFrame.new(math.abs(nums), math.abs(nums2), math.abs(nums))
  4379. i = i + math.rad(33.99)
  4380. wait()
  4381. end
  4382. end
  4383. end
  4384. var = false
  4385. end)
  4386. end
  4387.  
  4388. script.Parent.MouseButton1Click:Connect(function()
  4389. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  4390. atw2() else
  4391. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  4392. _G.otwo = false
  4393. end
  4394. end)
  4395.  
  4396. end
  4397. coroutine.wrap(OHNUUIO_fake_script)()
  4398. local function XSGCR_fake_script() -- loop2.loop
  4399. local script = Instance.new('LocalScript', loop2)
  4400.  
  4401. function twoloop()
  4402. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  4403. _G.two = true
  4404. spawn(function()
  4405. while true do
  4406. wait()
  4407. if _G.two then
  4408. local txt = script.Parent.Parent.playerbox2.Text
  4409. local me = game.Players.LocalPlayer
  4410. local u = game.Players:FindFirstChild(txt)
  4411. local twn = game:GetService("TweenService")
  4412. local speed = 360
  4413. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  4414. local tweenspeed = dist/tonumber(speed)
  4415. local goal = {}
  4416. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  4417. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4418. local tween = twn:Create(me.Character.HumanoidRootPart, inf, goal)
  4419. if u == nil then return end
  4420. local RunService = game:GetService("RunService")
  4421. RunService.Stepped:Connect(function()
  4422. if var == true then
  4423. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4424. if v:IsA("BasePart") then
  4425. v.CanCollide = false
  4426. end
  4427. end
  4428. end
  4429. end)
  4430.  
  4431. tween:Play()
  4432. tween.Completed:Connect(function()
  4433. var = false
  4434. end)
  4435. end
  4436. end
  4437. end)
  4438. end
  4439.  
  4440. script.Parent.MouseButton1Click:Connect(function()
  4441. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  4442. twoloop() else
  4443. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  4444. _G.two = false
  4445. end
  4446. end)
  4447. end
  4448. coroutine.wrap(XSGCR_fake_script)()
  4449. local function SJLYPAX_fake_script() -- loop3.l3
  4450. local script = Instance.new('LocalScript', loop3)
  4451.  
  4452. function threeloop()
  4453. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  4454. _G.three = true
  4455. spawn(function()
  4456. while true do
  4457. wait()
  4458. if _G.three then
  4459. local txt = script.Parent.Parent.playerbox3.Text
  4460. local me = game.Players.LocalPlayer
  4461. local u = game.Players:FindFirstChild(txt)
  4462. local twn = game:GetService("TweenService")
  4463. local speed = 350
  4464. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  4465. local tweenspeed = dist/tonumber(speed)
  4466. local goal = {}
  4467. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  4468. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4469. local tween = twn:Create(me.Character.HumanoidRootPart, inf, goal)
  4470. if u == nil then return end
  4471. local RunService = game:GetService("RunService")
  4472. RunService.Stepped:Connect(function()
  4473. if var == true then
  4474. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4475. if v:IsA("BasePart") then
  4476. v.CanCollide = false
  4477. end
  4478. end
  4479. end
  4480. end)
  4481.  
  4482. tween:Play()
  4483. tween.Completed:Connect(function()
  4484. var = false
  4485. end)
  4486. end
  4487. end
  4488. end)
  4489. end
  4490.  
  4491. script.Parent.MouseButton1Click:Connect(function()
  4492. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  4493. threeloop() else
  4494. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  4495. _G.three = false
  4496. end
  4497. end)
  4498. end
  4499. coroutine.wrap(SJLYPAX_fake_script)()
  4500. local function TQIQ_fake_script() -- twirl3.tw3
  4501. local script = Instance.new('LocalScript', twirl3)
  4502.  
  4503. function wt3()
  4504. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  4505. _G.hethree = true
  4506. local txt = script.Parent.Parent.playerbox3.Text
  4507. local me = game.Players.LocalPlayer
  4508. local u = game.Players:FindFirstChild(txt)
  4509. local root = me.Character.HumanoidRootPart
  4510. local uroot = u.Character.HumanoidRootPart
  4511. local twn = game:GetService("TweenService")
  4512. local speed = 340
  4513. local dist = (root.Position + uroot.Position).magnitude
  4514. local tweenspeed = dist/tonumber(speed)
  4515. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4516.  
  4517. local goal = {}
  4518. goal.CFrame = CFrame.new(uroot.Position)
  4519.  
  4520. local tween = twn:Create(root, inf, goal)
  4521. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4522.  
  4523. if u == nil then return end
  4524.  
  4525. local RunService = game:GetService("RunService")
  4526. RunService.Stepped:Connect(function()
  4527. if var == true then
  4528. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4529. if v:IsA("BasePart") then
  4530. v.CanCollide = false
  4531. end
  4532. end
  4533. end
  4534. end)
  4535. tween:Play()
  4536. tween.Completed:Connect(function()
  4537. local i = 0
  4538. while _G.hethree do
  4539. for nums = 7, -7, -1 do
  4540. for nums2 = -3, 3, .5 do
  4541. if not _G.hethree then break end
  4542. root.CFrame = CFrame.new(uroot.Position) * CFrame.Angles(0, i, 0) * CFrame.new(math.abs(nums), math.abs(nums2), math.abs(nums))
  4543. i = i + math.rad(33.99)
  4544. wait()
  4545. end
  4546. end
  4547. end
  4548. var = false
  4549. end)
  4550. end
  4551.  
  4552. script.Parent.MouseButton1Click:Connect(function()
  4553. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  4554. wt3() else
  4555. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  4556. _G.hethree = false
  4557. end
  4558. end)
  4559.  
  4560. end
  4561. coroutine.wrap(TQIQ_fake_script)()
  4562. local function TSOYXJC_fake_script() -- orbit3.orb3
  4563. local script = Instance.new('LocalScript', orbit3)
  4564.  
  4565. function otorbit()
  4566. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  4567. _G.throrbit = true
  4568. local txt = script.Parent.Parent.playerbox3.Text
  4569. local me = game.Players.LocalPlayer
  4570. local u = game.Players:FindFirstChild(txt)
  4571. local root = me.Character.HumanoidRootPart
  4572. local uroot = u.Character.HumanoidRootPart
  4573. local twn = game:GetService("TweenService")
  4574. local speed = 360
  4575. local dist = (root.Position + uroot.Position).magnitude
  4576. local tweenspeed = dist/tonumber(speed)
  4577. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4578.  
  4579. local goal = {}
  4580. goal.CFrame = CFrame.new(uroot.Position)
  4581.  
  4582. local tween = twn:Create(root, inf, goal)
  4583. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4584.  
  4585. if u == nil then return end
  4586.  
  4587. local RunService = game:GetService("RunService")
  4588. RunService.Stepped:Connect(function()
  4589. if var == true then
  4590. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4591. if v:IsA("BasePart") then
  4592. v.CanCollide = false
  4593. end
  4594. end
  4595. end
  4596. end)
  4597. tween:Play()
  4598. tween.Completed:Connect(function()
  4599. local i = 0
  4600. while _G.throrbit do
  4601. root.CFrame = CFrame.new(uroot.Position) * CFrame.Angles(0, i, 0) * CFrame.new(0, 0, math.random(1,8))
  4602. i = i + math.rad(33.6)
  4603. wait()
  4604. end
  4605. var = false
  4606. end)
  4607. end
  4608.  
  4609. script.Parent.MouseButton1Click:Connect(function()
  4610. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  4611. otorbit() else
  4612. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  4613. _G.throrbit = false
  4614. end
  4615. end)
  4616.  
  4617. end
  4618. coroutine.wrap(TSOYXJC_fake_script)()
  4619. local function NMFZFE_fake_script() -- next.ns
  4620. local script = Instance.new('LocalScript', next)
  4621.  
  4622. script.Parent.MouseButton1Click:Connect(function()
  4623. if _G.processed then
  4624. script.Parent.Parent.pg1.Visible = false
  4625. script.Parent.Parent.pg2.Visible = true
  4626. script.Parent.Visible = false
  4627. script.Parent.Parent.next2.Visible = true
  4628. script.Parent.Parent.wPage.Value = "two"
  4629. script.Parent.Parent["1"].TextColor3 = Color3.fromRGB(255, 174, 34)
  4630. script.Parent.Parent["2"].TextColor3 = Color3.fromRGB(88, 46, 255)
  4631. end
  4632. end)
  4633. end
  4634. coroutine.wrap(NMFZFE_fake_script)()
  4635. local function PAHM_fake_script() -- tp2player6.LocalScript
  4636. local script = Instance.new('LocalScript', tp2player6)
  4637.  
  4638. function ee6()
  4639. local txt = script.Parent.Parent.playerbox6.Text
  4640. local me = game.Players.LocalPlayer
  4641. local u = game.Players:FindFirstChild(txt)
  4642. local twn = game:GetService("TweenService")
  4643. local speed = 335
  4644. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  4645. local tweenspeed = dist/speed
  4646. local goal = {}
  4647. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  4648. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4649. local tween = twn:Create(me.Character.HumanoidRootPart, inf, goal)
  4650. local var = true
  4651.  
  4652. for i,v in pairs(workspace:GetDescendants()) do
  4653. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  4654. if not v:FindFirstChild("OriginalParent") then
  4655. local OP = Instance.new("ObjectValue")
  4656. OP.Name = "OriginalParent"
  4657. OP.Value = v.Parent
  4658. OP.Parent = v
  4659. end
  4660. v.Parent = game:GetService("SoundService")
  4661. end
  4662. end
  4663.  
  4664. local RunService = game:GetService("RunService")
  4665. RunService.Stepped:Connect(function()
  4666. if var == true then
  4667. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4668. if v:IsA("BasePart") then
  4669. v.CanCollide = false
  4670. end
  4671. end
  4672. end
  4673. end)
  4674.  
  4675. tween:Play()
  4676. tween.Completed:Connect(function()
  4677. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  4678. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  4679. if v:FindFirstChild("OriginalParent") then
  4680. v.Parent = v.OriginalParent.Value
  4681. v.OriginalParent:Remove()
  4682. end
  4683. end
  4684. end
  4685. var = false
  4686. end)
  4687. if u == nil then return end
  4688. end
  4689. script.Parent.MouseButton1Click:Connect(ee6)
  4690. end
  4691. coroutine.wrap(PAHM_fake_script)()
  4692. local function BSDXSN_fake_script() -- tp2player5.LocalScript
  4693. local script = Instance.new('LocalScript', tp2player5)
  4694.  
  4695. function ee5()
  4696. local txt = script.Parent.Parent.playerbox5.Text
  4697. local me = game.Players.LocalPlayer
  4698. local u = game.Players:FindFirstChild(txt)
  4699. local twn = game:GetService("TweenService")
  4700. local speed = 335
  4701. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  4702. local tweenspeed = dist/speed
  4703. local goal = {}
  4704. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  4705. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4706. local tween = twn:Create(me.Character.HumanoidRootPart, inf, goal)
  4707. local var = true
  4708.  
  4709. for i,v in pairs(workspace:GetDescendants()) do
  4710. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  4711. if not v:FindFirstChild("OriginalParent") then
  4712. local OP = Instance.new("ObjectValue")
  4713. OP.Name = "OriginalParent"
  4714. OP.Value = v.Parent
  4715. OP.Parent = v
  4716. end
  4717. v.Parent = game:GetService("SoundService")
  4718. end
  4719. end
  4720.  
  4721. local RunService = game:GetService("RunService")
  4722. RunService.Stepped:Connect(function()
  4723. if var == true then
  4724. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4725. if v:IsA("BasePart") then
  4726. v.CanCollide = false
  4727. end
  4728. end
  4729. end
  4730. end)
  4731.  
  4732. tween:Play()
  4733. tween.Completed:Connect(function()
  4734. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  4735. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  4736. if v:FindFirstChild("OriginalParent") then
  4737. v.Parent = v.OriginalParent.Value
  4738. v.OriginalParent:Remove()
  4739. end
  4740. end
  4741. end
  4742. var = false
  4743. end)
  4744. if u == nil then return end
  4745. end
  4746. script.Parent.MouseButton1Click:Connect(ee5)
  4747. end
  4748. coroutine.wrap(BSDXSN_fake_script)()
  4749. local function MLHXFC_fake_script() -- tp2player4.LocalScript
  4750. local script = Instance.new('LocalScript', tp2player4)
  4751.  
  4752. function ee4()
  4753. local txt = script.Parent.Parent.playerbox4.Text
  4754. local me = game.Players.LocalPlayer
  4755. local u = game.Players:FindFirstChild(txt)
  4756. local twn = game:GetService("TweenService")
  4757. local speed = 335
  4758. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  4759. local tweenspeed = dist/speed
  4760. local root = me.Character.HumanoidRootPart
  4761. local uroot = game.Players:FindFirstChild(txt).Character.HumanoidRootPart
  4762. local goal = {}
  4763. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  4764. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4765. local tween = twn:Create(root, inf, goal)
  4766. local var = true
  4767.  
  4768. for i,v in pairs(workspace:GetDescendants()) do
  4769. if v:IsA("Seat") or (v:IsA("VehicleSeat") and v.Parent:IsA("Model")) then
  4770. if not v:FindFirstChild("OriginalParent") then
  4771. local OP = Instance.new("ObjectValue")
  4772. OP.Name = "OriginalParent"
  4773. OP.Value = v.Parent
  4774. OP.Parent = v
  4775. end
  4776. v.Parent = game:GetService("SoundService")
  4777. end
  4778. end
  4779.  
  4780. local RunService = game:GetService("RunService")
  4781. RunService.Stepped:Connect(function()
  4782. if var == true then
  4783. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4784. if v:IsA("BasePart") then
  4785. v.CanCollide = false
  4786. end
  4787. end
  4788. end
  4789. end)
  4790.  
  4791. tween:Play()
  4792. tween.Completed:Connect(function()
  4793. for i,v in pairs(game:GetService("SoundService"):GetChildren()) do
  4794. if v:IsA("Seat") or v:IsA("VehicleSeat") then
  4795. if v:FindFirstChild("OriginalParent") then
  4796. v.Parent = v.OriginalParent.Value
  4797. v.OriginalParent:Remove()
  4798. end
  4799. end
  4800. end
  4801. var = false
  4802. end)
  4803. if u == nil then return end
  4804. end
  4805. script.Parent.MouseButton1Click:Connect(ee4)
  4806. end
  4807. coroutine.wrap(MLHXFC_fake_script)()
  4808. local function FUIXR_fake_script() -- loop4.loopfor
  4809. local script = Instance.new('LocalScript', loop4)
  4810.  
  4811. function fours()
  4812. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  4813. _G.four = true
  4814. while true do
  4815. wait()
  4816. if _G.four then
  4817. local txt = script.Parent.Parent.playerbox4.Text
  4818. local me = game.Players.LocalPlayer
  4819. local u = game.Players:FindFirstChild(txt)
  4820. local twn = game:GetService("TweenService")
  4821. local speed = 360
  4822. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  4823. local tweenspeed = dist/tonumber(speed)
  4824. local goal = {}
  4825. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  4826. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4827. local tween = twn:Create(me.Character.HumanoidRootPart, inf, goal)
  4828. if u == nil then return end
  4829. local RunService = game:GetService("RunService")
  4830. RunService.Stepped:Connect(function()
  4831. if var == true then
  4832. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4833. if v:IsA("BasePart") then
  4834. v.CanCollide = false
  4835. end
  4836. end
  4837. end
  4838. end)
  4839.  
  4840. tween:Play()
  4841. tween.Completed:Connect(function()
  4842. var = false
  4843. end)
  4844. end
  4845. end
  4846. end
  4847.  
  4848. script.Parent.MouseButton1Click:Connect(function()
  4849. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  4850. fours() else
  4851. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  4852. _G.four = false
  4853. end
  4854. end)
  4855. end
  4856. coroutine.wrap(FUIXR_fake_script)()
  4857. local function XLELJ_fake_script() -- twirl4.tw4
  4858. local script = Instance.new('LocalScript', twirl4)
  4859.  
  4860. function ptw4()
  4861. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  4862. _G.forthtw = true
  4863. local txt = script.Parent.Parent.playerbox4.Text
  4864. local me = game.Players.LocalPlayer
  4865. local u = game.Players:FindFirstChild(txt)
  4866. local root = me.Character.HumanoidRootPart
  4867. local uroot = u.Character.HumanoidRootPart
  4868. local twn = game:GetService("TweenService")
  4869. local speed = 340
  4870. local dist = (root.Position + uroot.Position).magnitude
  4871. local tweenspeed = dist/tonumber(speed)
  4872. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4873.  
  4874. local goal = {}
  4875. goal.CFrame = CFrame.new(uroot.Position)
  4876.  
  4877. local tween = twn:Create(root, inf, goal)
  4878. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4879.  
  4880. if u == nil then return end
  4881.  
  4882. local RunService = game:GetService("RunService")
  4883. RunService.Stepped:Connect(function()
  4884. if var == true then
  4885. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4886. if v:IsA("BasePart") then
  4887. v.CanCollide = false
  4888. end
  4889. end
  4890. end
  4891. end)
  4892. tween:Play()
  4893. tween.Completed:Connect(function()
  4894. local i = 0
  4895. while _G.forthtw do
  4896. for nums = 7, -7, -1 do
  4897. for nums2 = -3, 3, .5 do
  4898. if not _G.forthtw then break end
  4899. root.CFrame = CFrame.new(uroot.Position) * CFrame.Angles(0, i, 0) * CFrame.new(math.abs(nums), math.abs(nums2), math.abs(nums))
  4900. i = i + math.rad(33.99)
  4901. wait()
  4902. end
  4903. end
  4904. end
  4905. var = false
  4906. end)
  4907. end
  4908.  
  4909. script.Parent.MouseButton1Click:Connect(function()
  4910. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  4911. ptw4() else
  4912. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  4913. _G.forthtw = false
  4914. end
  4915. end)
  4916.  
  4917. end
  4918. coroutine.wrap(XLELJ_fake_script)()
  4919. local function EZTHX_fake_script() -- orbit4.orb4
  4920. local script = Instance.new('LocalScript', orbit4)
  4921.  
  4922. function torbit()
  4923. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  4924. _G.fourbit = true
  4925. local txt = script.Parent.Parent.playerbox4.Text
  4926. local me = game.Players.LocalPlayer
  4927. local u = game.Players:FindFirstChild(txt)
  4928. local root = me.Character.HumanoidRootPart
  4929. local uroot = u.Character.HumanoidRootPart
  4930. local twn = game:GetService("TweenService")
  4931. local speed = 360
  4932. local dist = (root.Position + uroot.Position).magnitude
  4933. local tweenspeed = dist/tonumber(speed)
  4934. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4935.  
  4936. local goal = {}
  4937. goal.CFrame = CFrame.new(uroot.Position)
  4938.  
  4939. local tween = twn:Create(root, inf, goal)
  4940. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4941.  
  4942. if u == nil then return end
  4943.  
  4944. local RunService = game:GetService("RunService")
  4945. RunService.Stepped:Connect(function()
  4946. if var == true then
  4947. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4948. if v:IsA("BasePart") then
  4949. v.CanCollide = false
  4950. end
  4951. end
  4952. end
  4953. end)
  4954. tween:Play()
  4955. tween.Completed:Connect(function()
  4956. local i = 0
  4957. while _G.fourbit do
  4958. root.CFrame = CFrame.new(uroot.Position) * CFrame.Angles(0, i, 0) * CFrame.new(0, 0, 4.5)
  4959. i = i + math.rad(33.36)
  4960. wait()
  4961. end
  4962. var = false
  4963. end)
  4964. end
  4965.  
  4966. script.Parent.MouseButton1Click:Connect(function()
  4967. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  4968. torbit() else
  4969. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  4970. _G.fourbit = false
  4971. end
  4972. end)
  4973.  
  4974. end
  4975. coroutine.wrap(EZTHX_fake_script)()
  4976. local function ODAGUXB_fake_script() -- loop5.loopfive
  4977. local script = Instance.new('LocalScript', loop5)
  4978.  
  4979. function fiveloop()
  4980. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  4981. _G.five = true
  4982. spawn(function()
  4983. while true do
  4984. wait()
  4985. if _G.five then
  4986. local txt = script.Parent.Parent.playerbox5.Text
  4987. local me = game.Players.LocalPlayer
  4988. local u = game.Players:FindFirstChild(txt)
  4989. local twn = game:GetService("TweenService")
  4990. local speed = 360
  4991. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  4992. local tweenspeed = dist/tonumber(speed)
  4993. local goal = {}
  4994. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  4995. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  4996. local tween = twn:Create(me.Character.HumanoidRootPart, inf, goal)
  4997. if u == nil then return end
  4998. local RunService = game:GetService("RunService")
  4999. RunService.Stepped:Connect(function()
  5000. if var == true then
  5001. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  5002. if v:IsA("BasePart") then
  5003. v.CanCollide = false
  5004. end
  5005. end
  5006. end
  5007. end)
  5008.  
  5009. tween:Play()
  5010. tween.Completed:Connect(function()
  5011. var = false
  5012. end)
  5013. end
  5014. end
  5015. end)
  5016. end
  5017.  
  5018. script.Parent.MouseButton1Click:Connect(function()
  5019. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  5020. fiveloop() else
  5021. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  5022. _G.five = false
  5023. end
  5024. end)
  5025. end
  5026. coroutine.wrap(ODAGUXB_fake_script)()
  5027. local function GFLKIP_fake_script() -- twirl5.tw5
  5028. local script = Instance.new('LocalScript', twirl5)
  5029.  
  5030. function tw5()
  5031. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  5032. _G.twive = true
  5033. local txt = script.Parent.Parent.playerbox5.Text
  5034. local me = game.Players.LocalPlayer
  5035. local u = game.Players:FindFirstChild(txt)
  5036. local root = me.Character.HumanoidRootPart
  5037. local uroot = u.Character.HumanoidRootPart
  5038. local twn = game:GetService("TweenService")
  5039. local speed = 340
  5040. local dist = (root.Position + uroot.Position).magnitude
  5041. local tweenspeed = dist/tonumber(speed)
  5042. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  5043.  
  5044. local goal = {}
  5045. goal.CFrame = CFrame.new(uroot.Position)
  5046.  
  5047. local tween = twn:Create(root, inf, goal)
  5048. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  5049.  
  5050. if u == nil then return end
  5051.  
  5052. local RunService = game:GetService("RunService")
  5053. RunService.Stepped:Connect(function()
  5054. if var == true then
  5055. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  5056. if v:IsA("BasePart") then
  5057. v.CanCollide = false
  5058. end
  5059. end
  5060. end
  5061. end)
  5062. tween:Play()
  5063. tween.Completed:Connect(function()
  5064. local i = 0
  5065. while _G.twive do
  5066. for nums = 7, -7, -1 do
  5067. for nums2 = -3, 3, .5 do
  5068. if not _G.twive then break end
  5069. root.CFrame = CFrame.new(uroot.Position) * CFrame.Angles(0, i, 0) * CFrame.new(math.abs(nums), math.abs(nums2), math.abs(nums))
  5070. i = i + math.rad(33.99)
  5071. wait()
  5072. end
  5073. end
  5074. end
  5075. var = false
  5076. end)
  5077. end
  5078.  
  5079. script.Parent.MouseButton1Click:Connect(function()
  5080. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  5081. tw5() else
  5082. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  5083. _G.twive = false
  5084. end
  5085. end)
  5086.  
  5087. end
  5088. coroutine.wrap(GFLKIP_fake_script)()
  5089. local function XRHI_fake_script() -- orbit5.orb5
  5090. local script = Instance.new('LocalScript', orbit5)
  5091.  
  5092. function fivebit()
  5093. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  5094. _G.tibfive = true
  5095. local txt = script.Parent.Parent.playerbox5.Text
  5096. local me = game.Players.LocalPlayer
  5097. local u = game.Players:FindFirstChild(txt)
  5098. local root = me.Character.HumanoidRootPart
  5099. local uroot = u.Character.HumanoidRootPart
  5100. local twn = game:GetService("TweenService")
  5101. local speed = 360
  5102. local dist = (root.Position + uroot.Position).magnitude
  5103. local tweenspeed = dist/tonumber(speed)
  5104. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  5105.  
  5106. local goal = {}
  5107. goal.CFrame = CFrame.new(uroot.Position)
  5108.  
  5109. local tween = twn:Create(root, inf, goal)
  5110. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  5111.  
  5112. if u == nil then return end
  5113.  
  5114. local RunService = game:GetService("RunService")
  5115. RunService.Stepped:Connect(function()
  5116. if var == true then
  5117. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  5118. if v:IsA("BasePart") then
  5119. v.CanCollide = false
  5120. end
  5121. end
  5122. end
  5123. end)
  5124. tween:Play()
  5125. tween.Completed:Connect(function()
  5126. local i = 0
  5127. while _G.tibfive do
  5128. root.CFrame = CFrame.new(uroot.Position) * CFrame.Angles(0, i, 0) * CFrame.new(0, 0, 4.5)
  5129. i = i + math.rad(33.36)
  5130. wait()
  5131. end
  5132. var = false
  5133. end)
  5134. end
  5135.  
  5136. script.Parent.MouseButton1Click:Connect(function()
  5137. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  5138. fivebit() else
  5139. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  5140. _G.tibfive = false
  5141. end
  5142. end)
  5143.  
  5144. end
  5145. coroutine.wrap(XRHI_fake_script)()
  5146. local function LREXSL_fake_script() -- loop6.loopsix
  5147. local script = Instance.new('LocalScript', loop6)
  5148.  
  5149. function sixloop()
  5150. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  5151. _G.six = true
  5152. spawn(function()
  5153. while true do
  5154. wait()
  5155. if _G.six then
  5156. local txt = script.Parent.Parent.playerbox6.Text
  5157. local me = game.Players.LocalPlayer
  5158. local u = game.Players:FindFirstChild(txt)
  5159. local twn = game:GetService("TweenService")
  5160. local speed = 350
  5161. local dist = (me.Character.HumanoidRootPart.Position - u.Character.HumanoidRootPart.Position).magnitude
  5162. local tweenspeed = dist/tonumber(speed)
  5163. local goal = {}
  5164. goal.CFrame = CFrame.new(u.Character.HumanoidRootPart.Position)
  5165. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  5166. local tween = twn:Create(me.Character.HumanoidRootPart, inf, goal)
  5167. if u == nil then return end
  5168. local RunService = game:GetService("RunService")
  5169. RunService.Stepped:Connect(function()
  5170. if var == true then
  5171. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  5172. if v:IsA("BasePart") then
  5173. v.CanCollide = false
  5174. end
  5175. end
  5176. end
  5177. end)
  5178.  
  5179. tween:Play()
  5180. tween.Completed:Connect(function()
  5181. var = false
  5182. end)
  5183. end
  5184. end
  5185. end)
  5186. end
  5187.  
  5188. script.Parent.MouseButton1Click:Connect(function()
  5189. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  5190. sixloop() else
  5191. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  5192. _G.six = false
  5193. end
  5194. end)
  5195. end
  5196. coroutine.wrap(LREXSL_fake_script)()
  5197. local function ATSZGE_fake_script() -- twirl6.tw6
  5198. local script = Instance.new('LocalScript', twirl6)
  5199.  
  5200. function t6w()
  5201. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  5202. _G.swirl = true
  5203. local txt = script.Parent.Parent.playerbox6.Text
  5204. local me = game.Players.LocalPlayer
  5205. local u = game.Players:FindFirstChild(txt)
  5206. local root = me.Character.HumanoidRootPart
  5207. local uroot = u.Character.HumanoidRootPart
  5208. local twn = game:GetService("TweenService")
  5209. local speed = 340
  5210. local dist = (root.Position + uroot.Position).magnitude
  5211. local tweenspeed = dist/tonumber(speed)
  5212. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  5213.  
  5214. local goal = {}
  5215. goal.CFrame = CFrame.new(uroot.Position)
  5216.  
  5217. local tween = twn:Create(root, inf, goal)
  5218. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  5219.  
  5220. if u == nil then return end
  5221.  
  5222. local RunService = game:GetService("RunService")
  5223. RunService.Stepped:Connect(function()
  5224. if var == true then
  5225. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  5226. if v:IsA("BasePart") then
  5227. v.CanCollide = false
  5228. end
  5229. end
  5230. end
  5231. end)
  5232. tween:Play()
  5233. tween.Completed:Connect(function()
  5234. local i = 0
  5235. while _G.swirl do
  5236. for nums = 7, -7, -1 do
  5237. for nums2 = -3, 3, .5 do
  5238. if not _G.swirl then break end
  5239. root.CFrame = CFrame.new(uroot.Position) * CFrame.Angles(0, i, 0) * CFrame.new(math.abs(nums), math.abs(nums2), math.abs(nums))
  5240. i = i + math.rad(33.99)
  5241. wait()
  5242. end
  5243. end
  5244. end
  5245. var = false
  5246. end)
  5247. end
  5248.  
  5249. script.Parent.MouseButton1Click:Connect(function()
  5250. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  5251. t6w() else
  5252. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  5253. _G.swirl = false
  5254. end
  5255. end)
  5256.  
  5257. end
  5258. coroutine.wrap(ATSZGE_fake_script)()
  5259. local function AFOHZ_fake_script() -- orbit6.orb6
  5260. local script = Instance.new('LocalScript', orbit6)
  5261.  
  5262. function sixbit()
  5263. script.Parent.TextColor3 = Color3.fromRGB(83, 255, 146)
  5264. _G.sorbet = true
  5265. local txt = script.Parent.Parent.playerbox6.Text
  5266. local me = game.Players.LocalPlayer
  5267. local u = game.Players:FindFirstChild(txt)
  5268. local root = me.Character.HumanoidRootPart
  5269. local uroot = u.Character.HumanoidRootPart
  5270. local twn = game:GetService("TweenService")
  5271. local speed = 360
  5272. local dist = (root.Position + uroot.Position).magnitude
  5273. local tweenspeed = dist/tonumber(speed)
  5274. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  5275.  
  5276. local goal = {}
  5277. goal.CFrame = CFrame.new(uroot.Position)
  5278.  
  5279. local tween = twn:Create(root, inf, goal)
  5280. local inf = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  5281.  
  5282. if u == nil then return end
  5283.  
  5284. local RunService = game:GetService("RunService")
  5285. RunService.Stepped:Connect(function()
  5286. if var == true then
  5287. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  5288. if v:IsA("BasePart") then
  5289. v.CanCollide = false
  5290. end
  5291. end
  5292. end
  5293. end)
  5294. tween:Play()
  5295. tween.Completed:Connect(function()
  5296. local i = 0
  5297. while _G.sorbet do
  5298. root.CFrame = CFrame.new(uroot.Position) * CFrame.Angles(0, i, 0) * CFrame.new(0, 0, 4.5)
  5299. i = i + math.rad(33.36)
  5300. wait()
  5301. end
  5302. var = false
  5303. end)
  5304. end
  5305.  
  5306. script.Parent.MouseButton1Click:Connect(function()
  5307. if script.Parent.TextColor3 == Color3.fromRGB(88, 46, 255) then
  5308. sixbit() else
  5309. script.Parent.TextColor3 = Color3.fromRGB(88, 46, 255)
  5310. _G.sorbet = false
  5311. end
  5312. end)
  5313.  
  5314. end
  5315. coroutine.wrap(AFOHZ_fake_script)()
  5316. local function KVXXO_fake_script() -- next2.n2s
  5317. local script = Instance.new('LocalScript', next2)
  5318.  
  5319. script.Parent.MouseButton1Click:Connect(function()
  5320. if _G.processed then
  5321. script.Parent.Parent.pg1.Visible = true
  5322. script.Parent.Parent.pg2.Visible = false
  5323. script.Parent.Visible = false
  5324. script.Parent.Parent.next.Visible = true
  5325. script.Parent.Parent.wPage.Value = "one"
  5326. script.Parent.Parent["1"].TextColor3 = Color3.fromRGB(88, 46, 255)
  5327. script.Parent.Parent["2"].TextColor3 = Color3.fromRGB(255, 174, 34)
  5328. end
  5329. end)
  5330. end
  5331. coroutine.wrap(KVXXO_fake_script)()
  5332. local function PPVVA_fake_script() -- ldhk.ldashs
  5333. local script = Instance.new('LocalScript', ldhk)
  5334.  
  5335. local UserInputService = game:GetService("UserInputService")
  5336. me = game:GetService("Players").LocalPlayer
  5337. mec = me.Character or me.CharacterAdded:Wait()
  5338. root = mec:WaitForChild("HumanoidRootPart")
  5339. debounce = false
  5340.  
  5341. UserInputService.InputBegan:Connect(function(inputObject, gpe)
  5342. if script.Parent.Text == "" then return end
  5343. key = Enum.KeyCode[script.Parent.Text]
  5344. if inputObject.KeyCode == key and not gpe then
  5345. if _G.Lerp then
  5346. local one = root.CFrame
  5347. local two = root.CFrame * CFrame.new(-3,0,0)
  5348. for i= 1,5,2 do
  5349. root.CFrame=one:lerp(two,i)
  5350. wait()
  5351. end
  5352.  
  5353. elseif _G.TS then
  5354. local spd = 2463
  5355. local dist = (root.CFrame.p * Vector3.new(-15,0,0)).magnitude
  5356. local twnspd = dist/tonumber(spd)
  5357. local TweenService = game:GetService("TweenService")
  5358. local goal = {}
  5359. goal.CFrame = root.CFrame * CFrame.new(-15,0,0)
  5360. local tweenInfo = TweenInfo.new(twnspd)
  5361.  
  5362. local tween = TweenService:Create(root, tweenInfo, goal)
  5363.  
  5364. tween:Play()
  5365.  
  5366. end
  5367. end
  5368. end)
  5369.  
  5370. UserInputService.InputEnded:Connect(function(input)
  5371. if script.Parent:IsFocused() and input.KeyCode ~= Enum.KeyCode.Unknown then
  5372. local msg = script.Parent
  5373. script.Parent.Text = input.KeyCode.Name
  5374. if msg.Text == "" then return end
  5375. local key = Enum.KeyCode[msg.Text]
  5376. end
  5377. end)
  5378.  
  5379. end
  5380. coroutine.wrap(PPVVA_fake_script)()
  5381. local function ZMZDIRP_fake_script() -- rdhk.rdashs
  5382. local script = Instance.new('LocalScript', rdhk)
  5383.  
  5384. local UserInputService = game:GetService("UserInputService")
  5385. me = game:GetService("Players").LocalPlayer
  5386. mec = me.Character or me.CharacterAdded:Wait()
  5387. root = mec:WaitForChild("HumanoidRootPart")
  5388. debounce = false
  5389.  
  5390. UserInputService.InputBegan:Connect(function(inputObject, gpe)
  5391. if script.Parent.Text == "" then return end
  5392. local key = Enum.KeyCode[script.Parent.Text]
  5393. if inputObject.KeyCode == key and not gpe then
  5394. if _G.Lerp then
  5395. local one = root.CFrame
  5396. local two = root.CFrame * CFrame.new(3,0,0)
  5397. for i= 1,5,2 do
  5398. root.CFrame=one:lerp(two,i)
  5399. wait()
  5400. end
  5401.  
  5402. elseif _G.TS then
  5403. local spd = 2463
  5404. local dist = (root.CFrame.p * Vector3.new(15,0,0)).magnitude
  5405. local twnspd = dist/tonumber(spd)
  5406. local TweenService = game:GetService("TweenService")
  5407. local goal = {}
  5408. goal.CFrame = root.CFrame * CFrame.new(15,0,0)
  5409. local tweenInfo = TweenInfo.new(twnspd)
  5410.  
  5411. local tween = TweenService:Create(root, tweenInfo, goal)
  5412.  
  5413. tween:Play()
  5414. end
  5415. end
  5416. end)
  5417.  
  5418. UserInputService.InputEnded:Connect(function(input)
  5419. if script.Parent:IsFocused() and input.KeyCode ~= Enum.KeyCode.Unknown then
  5420. local msg = script.Parent
  5421. script.Parent.Text = input.KeyCode.Name
  5422. if msg.Text == "" then return end
  5423. local key = Enum.KeyCode[msg.Text]
  5424. end
  5425. end)
  5426.  
  5427. end
  5428. coroutine.wrap(ZMZDIRP_fake_script)()
  5429. local function IPNEK_fake_script() -- bdhk.bdashs
  5430. local script = Instance.new('LocalScript', bdhk)
  5431.  
  5432. local UserInputService = game:GetService("UserInputService")
  5433. me = game:GetService("Players").LocalPlayer
  5434. mec = me.Character or me.CharacterAdded:Wait()
  5435. root = mec:WaitForChild("HumanoidRootPart")
  5436. debounce = false
  5437.  
  5438. UserInputService.InputBegan:Connect(function(inputObject, gpe)
  5439. if script.Parent.Text == "" then return end
  5440. key = Enum.KeyCode[script.Parent.Text]
  5441. if inputObject.KeyCode == key and not gpe then
  5442. if _G.Lerp then
  5443. local one = root.CFrame
  5444. local two = root.CFrame * CFrame.new(0,0,5)
  5445. for i= 1,5,2 do
  5446. root.CFrame=one:lerp(two,i)
  5447. wait()
  5448. end
  5449.  
  5450. elseif _G.TS then
  5451. local spd = 2463
  5452. local dist = (root.CFrame.p * Vector3.new(0,0,16)).magnitude
  5453. local twnspd = dist/tonumber(spd)
  5454. TweenService = game:GetService("TweenService")
  5455. local goal = {}
  5456. goal.CFrame = root.CFrame * CFrame.new(0,0,16)
  5457. local tweenInfo = TweenInfo.new(twnspd)
  5458.  
  5459. local tween = TweenService:Create(root, tweenInfo, goal)
  5460.  
  5461. tween:Play()
  5462. end
  5463.  
  5464. end
  5465. end)
  5466.  
  5467. UserInputService.InputEnded:Connect(function(input)
  5468. if script.Parent:IsFocused() and input.KeyCode ~= Enum.KeyCode.Unknown then
  5469. local msg = script.Parent
  5470. script.Parent.Text = input.KeyCode.Name
  5471. if msg.Text == "" then return end
  5472. key = Enum.KeyCode[msg.Text]
  5473. end
  5474. end)
  5475.  
  5476. end
  5477. coroutine.wrap(IPNEK_fake_script)()
  5478. local function QVDZOEX_fake_script() -- fdhk.fdashs
  5479. local script = Instance.new('LocalScript', fdhk)
  5480.  
  5481. local UserInputService = game:GetService("UserInputService")
  5482. me = game:GetService("Players").LocalPlayer
  5483. mec = me.Character or me.CharacterAdded:Wait()
  5484. root = mec:WaitForChild("HumanoidRootPart")
  5485. debounce = false
  5486.  
  5487. UserInputService.InputBegan:Connect(function(inputObject, gpe)
  5488. if script.Parent.Text == "" then return end
  5489. local key = Enum.KeyCode[script.Parent.Text]
  5490. if inputObject.KeyCode == key and not gpe then
  5491. if _G.Lerp then
  5492. local one = root.CFrame
  5493. local two = root.CFrame * CFrame.new(0,0,-5)
  5494. for i= 1,5,2 do
  5495. root.CFrame=one:lerp(two,i)
  5496. wait()
  5497. end
  5498.  
  5499. elseif _G.TS then
  5500. spd = 2463
  5501. dist = (root.CFrame.p * Vector3.new(0,0,-16)).magnitude
  5502. twnspd = dist/tonumber(spd)
  5503. TweenService = game:GetService("TweenService")
  5504. goal = {}
  5505. goal.CFrame = root.CFrame * CFrame.new(0,0,-16)
  5506. tweenInfo = TweenInfo.new(twnspd)
  5507. tween = TweenService:Create(root, tweenInfo, goal)
  5508. tween:Play()
  5509.  
  5510. end
  5511. end
  5512. end)
  5513.  
  5514. UserInputService.InputEnded:Connect(function(input)
  5515. if script.Parent:IsFocused() and input.KeyCode ~= Enum.KeyCode.Unknown then
  5516. local msg = script.Parent
  5517. script.Parent.Text = input.KeyCode.Name
  5518. if msg.Text == "" then return end
  5519. local key = Enum.KeyCode[msg.Text]
  5520. end
  5521. end)
  5522.  
  5523. end
  5524. coroutine.wrap(QVDZOEX_fake_script)()
  5525. local function FWETEFV_fake_script() -- p1hk.p1hks
  5526. local script = Instance.new('LocalScript', p1hk)
  5527.  
  5528. local UserInputService = game:GetService("UserInputService")
  5529. me = game:GetService("Players").LocalPlayer
  5530. mec = me.Character or me.CharacterAdded:Wait()
  5531. root = mec:WaitForChild("HumanoidRootPart")
  5532. txt = script.Parent.Parent.Parent.Parent.back.pg1.playerbox.Text
  5533. uroot = game.Players:FindFirstChild(txt).Character.HumanoidRootPart
  5534. debounce = false
  5535.  
  5536. UserInputService.InputBegan:Connect(function(inputObject, gpe)
  5537. if script.Parent.Text == "" then return end
  5538. local key = Enum.KeyCode[script.Parent.Text]
  5539. if inputObject.KeyCode == key and not gpe then
  5540. if _G.Lerp then
  5541. local one = root.CFrame
  5542. local two = uroot.CFrame
  5543. --When Calamari is updated, debunk the needed numbers for speed. Both TweenService and Lerp.
  5544. for i= 1,5,2 do
  5545. root.CFrame=one:lerp(two,i)
  5546. wait()
  5547. end
  5548.  
  5549. elseif _G.TS then
  5550. local spd = 2463
  5551. local dist = (root.CFrame.p * Vector3.new(0,0,16)).magnitude
  5552. local twnspd = dist/tonumber(spd)
  5553. local TweenService = game:GetService("TweenService")
  5554. local goal = {}
  5555. goal.CFrame = root.CFrame * CFrame.new(0,0,16)
  5556. local tweenInfo = TweenInfo.new(twnspd)
  5557.  
  5558. local tween = TweenService:Create(root, tweenInfo, goal)
  5559.  
  5560. tween:Play()
  5561. end
  5562.  
  5563. end
  5564. end)
  5565.  
  5566. UserInputService.InputEnded:Connect(function(input)
  5567. if script.Parent:IsFocused() and input.KeyCode ~= Enum.KeyCode.Unknown then
  5568. local msg = script.Parent
  5569. script.Parent.Text = input.KeyCode.Name
  5570. if msg.Text == "" then return end
  5571. local key = Enum.KeyCode[msg.Text]
  5572. end
  5573. end)
  5574.  
  5575. end
  5576. coroutine.wrap(FWETEFV_fake_script)()
  5577. local function LOYUM_fake_script() -- p2hk.fdashs
  5578. local script = Instance.new('LocalScript', p2hk)
  5579.  
  5580. local UserInputService = game:GetService("UserInputService")
  5581. me = game:GetService("Players").LocalPlayer
  5582. mec = me.Character or me.CharacterAdded:Wait()
  5583. root = mec:WaitForChild("HumanoidRootPart")
  5584. debounce = false
  5585.  
  5586. UserInputService.InputBegan:Connect(function(inputObject, gpe)
  5587. if script.Parent.Text == "" then return end
  5588. local key = Enum.KeyCode[script.Parent.Text]
  5589. if inputObject.KeyCode == key and not gpe then
  5590. local TweenService = game:GetService("TweenService")
  5591.  
  5592. local goal = {}
  5593. goal.CFrame = root.CFrame * CFrame.new(-5,0,0)
  5594.  
  5595. local tweenInfo = TweenInfo.new(1)
  5596.  
  5597. local tween = TweenService:Create(root, tweenInfo, goal)
  5598.  
  5599. tween:Play()
  5600. --
  5601. local one = root.CFrame
  5602. local two = root.CFrame * CFrame.new(0,0,-5)
  5603. for i= 1,5,2 do
  5604. root.CFrame=one:lerp(two,i)
  5605. wait()
  5606. end
  5607.  
  5608. else
  5609.  
  5610. end
  5611. end)
  5612.  
  5613. UserInputService.InputEnded:Connect(function(input)
  5614. if script.Parent:IsFocused() and input.KeyCode ~= Enum.KeyCode.Unknown then
  5615. local msg = script.Parent
  5616. script.Parent.Text = input.KeyCode.Name
  5617. if msg.Text == "" then return end
  5618. local key = Enum.KeyCode[msg.Text]
  5619. end
  5620. end)
  5621.  
  5622. end
  5623. coroutine.wrap(LOYUM_fake_script)()
  5624. local function MMGR_fake_script() -- p3hk.fdashs
  5625. local script = Instance.new('LocalScript', p3hk)
  5626.  
  5627. local UserInputService = game:GetService("UserInputService")
  5628. me = game:GetService("Players").LocalPlayer
  5629. mec = me.Character or me.CharacterAdded:Wait()
  5630. root = mec:WaitForChild("HumanoidRootPart")
  5631. local debounce = false
  5632.  
  5633. UserInputService.InputBegan:Connect(function(inputObject, gpe)
  5634. if script.Parent.Text == "" then return end
  5635. local key = Enum.KeyCode[script.Parent.Text]
  5636. if inputObject.KeyCode == key and not gpe then
  5637. local TweenService = game:GetService("TweenService")
  5638.  
  5639.  
  5640. local goal = {}
  5641. goal.CFrame = root.CFrame * CFrame.new(-5,0,0)
  5642.  
  5643. local tweenInfo = TweenInfo.new(1)
  5644.  
  5645. local tween = TweenService:Create(root, tweenInfo, goal)
  5646.  
  5647. tween:Play()
  5648. --
  5649. local one = root.CFrame
  5650. local two = root.CFrame * CFrame.new(0,0,-5)
  5651. for i= 1,5,2 do
  5652. root.CFrame=one:lerp(two,i)
  5653. wait()
  5654. end
  5655.  
  5656. else
  5657.  
  5658. end
  5659. end)
  5660.  
  5661. UserInputService.InputEnded:Connect(function(input)
  5662. if script.Parent:IsFocused() and input.KeyCode ~= Enum.KeyCode.Unknown then
  5663. local msg = script.Parent
  5664. script.Parent.Text = input.KeyCode.Name
  5665. if msg.Text == "" then return end
  5666. local key = Enum.KeyCode[msg.Text]
  5667. end
  5668. end)
  5669.  
  5670. end
  5671. coroutine.wrap(MMGR_fake_script)()
  5672. local function DDEKBXP_fake_script() -- p4hk.fdashs
  5673. local script = Instance.new('LocalScript', p4hk)
  5674.  
  5675. local UserInputService = game:GetService("UserInputService")
  5676. me = game:GetService("Players").LocalPlayer
  5677. mec = me.Character or me.CharacterAdded:Wait()
  5678. root = mec:WaitForChild("HumanoidRootPart")
  5679. local debounce = false
  5680.  
  5681. UserInputService.InputBegan:Connect(function(inputObject, gpe)
  5682. if script.Parent.Text == "" then return end
  5683. local key = Enum.KeyCode[script.Parent.Text]
  5684. if inputObject.KeyCode == key and not gpe then
  5685. local TweenService = game:GetService("TweenService")
  5686.  
  5687. local me = game.Players.LocalPlayer
  5688. local mec = me.Character
  5689. local root = mec.HumanoidRootPart
  5690.  
  5691. local goal = {}
  5692. goal.CFrame = root.CFrame * CFrame.new(-5,0,0)
  5693.  
  5694. local tweenInfo = TweenInfo.new(1)
  5695.  
  5696. local tween = TweenService:Create(root, tweenInfo, goal)
  5697.  
  5698. tween:Play()
  5699. --
  5700. local one = root.CFrame
  5701. local two = root.CFrame * CFrame.new(0,0,-5)
  5702. for i= 1,5,2 do
  5703. root.CFrame=one:lerp(two,i)
  5704. wait()
  5705. end
  5706.  
  5707. else
  5708.  
  5709. end
  5710. end)
  5711.  
  5712. UserInputService.InputEnded:Connect(function(input)
  5713. if script.Parent:IsFocused() and input.KeyCode ~= Enum.KeyCode.Unknown then
  5714. local msg = script.Parent
  5715. script.Parent.Text = input.KeyCode.Name
  5716. if msg.Text == "" then return end
  5717. local key = Enum.KeyCode[msg.Text]
  5718. end
  5719. end)
  5720.  
  5721. end
  5722. coroutine.wrap(DDEKBXP_fake_script)()
  5723. local function CGIS_fake_script() -- fdhk_2.fdashs
  5724. local script = Instance.new('LocalScript', fdhk_2)
  5725.  
  5726. local UserInputService = game:GetService("UserInputService")
  5727. me = game:GetService("Players").LocalPlayer
  5728. mec = me.Character or me.CharacterAdded:Wait()
  5729. root = mec:WaitForChild("HumanoidRootPart")
  5730. local debounce = false
  5731.  
  5732. UserInputService.InputBegan:Connect(function(inputObject, gpe)
  5733. if script.Parent.Text == "" then return end
  5734. local key = Enum.KeyCode[script.Parent.Text]
  5735. if inputObject.KeyCode == key and not gpe then
  5736. local TweenService = game:GetService("TweenService")
  5737.  
  5738. local goal = {}
  5739. goal.CFrame = root.CFrame * CFrame.new(-5,0,0)
  5740.  
  5741. local tweenInfo = TweenInfo.new(1)
  5742.  
  5743. local tween = TweenService:Create(root, tweenInfo, goal)
  5744.  
  5745. tween:Play()
  5746. --
  5747. local one = root.CFrame
  5748. local two = root.CFrame * CFrame.new(0,0,-5)
  5749. for i= 1,5,2 do
  5750. root.CFrame=one:lerp(two,i)
  5751. wait()
  5752. end
  5753.  
  5754. else
  5755.  
  5756. end
  5757. end)
  5758.  
  5759. UserInputService.InputEnded:Connect(function(input)
  5760. if script.Parent:IsFocused() and input.KeyCode ~= Enum.KeyCode.Unknown then
  5761. local msg = script.Parent
  5762. script.Parent.Text = input.KeyCode.Name
  5763. if msg.Text == "" then return end
  5764. local key = Enum.KeyCode[msg.Text]
  5765. end
  5766. end)
  5767.  
  5768. end
  5769. coroutine.wrap(CGIS_fake_script)()
  5770. local function MVNEQO_fake_script() -- p6hk.fdashs
  5771. local script = Instance.new('LocalScript', p6hk)
  5772.  
  5773. local UserInputService = game:GetService("UserInputService")
  5774. me = game:GetService("Players").LocalPlayer
  5775. mec = me.Character or me.CharacterAdded:Wait()
  5776. root = mec:WaitForChild("HumanoidRootPart")
  5777. local debounce = false
  5778.  
  5779. UserInputService.InputBegan:Connect(function(inputObject, gpe)
  5780. if script.Parent.Text == "" then return end
  5781. local key = Enum.KeyCode[script.Parent.Text]
  5782. if inputObject.KeyCode == key and not gpe then
  5783. local TweenService = game:GetService("TweenService")
  5784.  
  5785. local goal = {}
  5786. goal.CFrame = root.CFrame * CFrame.new(-5,0,0)
  5787.  
  5788. local tweenInfo = TweenInfo.new(1)
  5789.  
  5790. local tween = TweenService:Create(root, tweenInfo, goal)
  5791.  
  5792. tween:Play()
  5793. --
  5794. local one = root.CFrame
  5795. local two = root.CFrame * CFrame.new(0,0,-5)
  5796. for i= 1,5,2 do
  5797. root.CFrame=one:lerp(two,i)
  5798. wait()
  5799. end
  5800.  
  5801. else
  5802.  
  5803. end
  5804. end)
  5805.  
  5806. UserInputService.InputEnded:Connect(function(input)
  5807. if script.Parent:IsFocused() and input.KeyCode ~= Enum.KeyCode.Unknown then
  5808. local msg = script.Parent
  5809. script.Parent.Text = input.KeyCode.Name
  5810. if msg.Text == "" then return end
  5811. local key = Enum.KeyCode[msg.Text]
  5812. end
  5813. end)
  5814.  
  5815. end
  5816. coroutine.wrap(MVNEQO_fake_script)()
  5817. local function UQZP_fake_script() -- _1.processedBegin
  5818. local script = Instance.new('LocalScript', _1)
  5819.  
  5820. _G.processed = true
  5821. end
  5822. coroutine.wrap(UQZP_fake_script)()
  5823. local function MNJZXR_fake_script() -- MethodButton.mbs
  5824. local script = Instance.new('LocalScript', MethodButton)
  5825.  
  5826. _G.TS = true
  5827. script.Parent.MouseButton1Click:Connect(function()
  5828. if script.Parent.Text == "TweenService" then
  5829. _G.TS = false
  5830. _G.Lerp = true
  5831. script.Parent.Text = "Lerping"
  5832. else
  5833. _G.TS = true
  5834. _G.Lerp = false
  5835. script.Parent.Text = "TweenService"
  5836. end
  5837. end)
  5838. end
  5839. coroutine.wrap(MNJZXR_fake_script)()
  5840. local function WXYGJ_fake_script() -- hkdbutton.showhks
  5841. local script = Instance.new('LocalScript', hkdbutton)
  5842.  
  5843. --Show Hotkeys Button
  5844. script.Parent.MouseButton1Click:Connect(function()
  5845. _G.processed = false
  5846. script.Parent.Parent.pg1.Visible = false
  5847. script.Parent.Parent.pg2.Visible = false
  5848. script.Parent.Parent.hkS.Visible = true
  5849. end)
  5850. end
  5851. coroutine.wrap(WXYGJ_fake_script)()
  5852. local function CXTJYPG_fake_script() -- tppbutton.showptps
  5853. local script = Instance.new('LocalScript', tppbutton)
  5854.  
  5855. --Show Player Teleports Button
  5856. script.Parent.MouseButton1Click:Connect(function()
  5857. _G.processed = true
  5858. script.Parent.Parent.hkS.Visible = false
  5859. if script.Parent.Parent.wPage.Value == "one" then
  5860. script.Parent.Parent.pg1.Visible = true
  5861. script.Parent.Parent.pg2.Visible = false
  5862. else
  5863. script.Parent.Parent.pg1.Visible = false
  5864. script.Parent.Parent.pg2.Visible = true
  5865. end
  5866. end)
  5867. end
  5868. coroutine.wrap(CXTJYPG_fake_script)()
  5869. local function SRDWA_fake_script() -- open.LocalScript
  5870. local script = Instance.new('LocalScript', open)
  5871.  
  5872. function open()
  5873. script.Parent.Parent.back.Visible = true
  5874. end
  5875.  
  5876. script.Parent.MouseButton1Click:Connect(open)
  5877. end
  5878. coroutine.wrap(SRDWA_fake_script)()
  5879. local function UGOZ_fake_script() -- close.LocalScript
  5880. local script = Instance.new('LocalScript', close)
  5881.  
  5882. function close()
  5883. script.Parent.Parent.back.Visible = false
  5884. end
  5885.  
  5886. script.Parent.MouseButton1Click:Connect(close)
  5887. end
  5888. coroutine.wrap(UGOZ_fake_script)()
  5889. local function WAATW_fake_script() -- bar.LocalScript
  5890. local script = Instance.new('LocalScript', bar)
  5891.  
  5892. local UserInputService = game:GetService("UserInputService")
  5893.  
  5894. local gui = script.Parent
  5895.  
  5896. local dragging
  5897. local dragInput
  5898. local dragStart
  5899. local startPos
  5900.  
  5901. local function update(input)
  5902. local delta = input.Position - dragStart
  5903. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  5904. end
  5905.  
  5906. gui.InputBegan:Connect(function(input)
  5907. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  5908. dragging = true
  5909. dragStart = input.Position
  5910. startPos = gui.Position
  5911.  
  5912. input.Changed:Connect(function()
  5913. if input.UserInputState == Enum.UserInputState.End then
  5914. dragging = false
  5915. end
  5916. end)
  5917. end
  5918. end)
  5919.  
  5920. gui.InputChanged:Connect(function(input)
  5921. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  5922. dragInput = input
  5923. end
  5924. end)
  5925.  
  5926. UserInputService.InputChanged:Connect(function(input)
  5927. if input == dragInput and dragging then
  5928. update(input)
  5929. end
  5930. end)
  5931. end
  5932. coroutine.wrap(WAATW_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement