Advertisement
Guest User

Untitled

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