LOl2x234

DMAP

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