Leodu41

Vape

Oct 27th, 2020 (edited)
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 80.18 KB | None | 0 0
  1. local Vape = Instance.new("ScreenGui")
  2. local TextLabel = Instance.new("TextLabel")
  3. local Main = Instance.new("Frame")
  4. local Slide = Instance.new("Frame")
  5. local UIListLayout = Instance.new("UIListLayout")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9. local TextButton_4 = Instance.new("TextButton")
  10. local Menu = Instance.new("ImageButton")
  11. local Title = Instance.new("TextLabel")
  12. local Title_2 = Instance.new("TextLabel")
  13. local Visual = Instance.new("Frame")
  14. local Slide_2 = Instance.new("Frame")
  15. local UIListLayout_2 = Instance.new("UIListLayout")
  16. local TextButton_5 = Instance.new("TextButton")
  17. local Frame = Instance.new("Frame")
  18. local TextLabel_2 = Instance.new("TextLabel")
  19. local TextButton_6 = Instance.new("TextButton")
  20. local ColorM = Instance.new("TextButton")
  21. local TextButton_7 = Instance.new("TextButton")
  22. local Frame_2 = Instance.new("Frame")
  23. local TextButton_8 = Instance.new("TextButton")
  24. local Frame_3 = Instance.new("Frame")
  25. local Menu_2 = Instance.new("ImageButton")
  26. local Title_3 = Instance.new("TextLabel")
  27. local Title_4 = Instance.new("TextLabel")
  28. local TextButton_9 = Instance.new("TextButton")
  29. local Utility = Instance.new("Frame")
  30. local Slide_3 = Instance.new("Frame")
  31. local UIListLayout_3 = Instance.new("UIListLayout")
  32. local TextButton_10 = Instance.new("TextButton")
  33. local Frame_4 = Instance.new("Frame")
  34. local TextLabel_3 = Instance.new("TextLabel")
  35. local AimAt = Instance.new("TextButton")
  36. local Frame_5 = Instance.new("Frame")
  37. local ImageButton = Instance.new("ImageButton")
  38. local Chose = Instance.new("TextLabel")
  39. local Slide_4 = Instance.new("Frame")
  40. local UIListLayout_4 = Instance.new("UIListLayout")
  41. local Torso = Instance.new("TextButton")
  42. local Head = Instance.new("TextButton")
  43. local TextButton_11 = Instance.new("TextButton")
  44. local Frame_6 = Instance.new("Frame")
  45. local TextLabel_4 = Instance.new("TextLabel")
  46. local TextButton_12 = Instance.new("TextButton")
  47. local Frame_7 = Instance.new("Frame")
  48. local TextLabel_5 = Instance.new("TextLabel")
  49. local Menu_3 = Instance.new("ImageButton")
  50. local Title_5 = Instance.new("TextLabel")
  51. local Title_6 = Instance.new("TextLabel")
  52. local TextButton_13 = Instance.new("TextButton")
  53. local Credits = Instance.new("Frame")
  54. local Slide_5 = Instance.new("Frame")
  55. local UIListLayout_5 = Instance.new("UIListLayout")
  56. local TextLabel_6 = Instance.new("TextLabel")
  57. local TextLabel_7 = Instance.new("TextLabel")
  58. local TextLabel_8 = Instance.new("TextLabel")
  59. local TextLabel_9 = Instance.new("TextLabel")
  60. local Menu_4 = Instance.new("ImageButton")
  61. local Title_7 = Instance.new("TextLabel")
  62. local Title_8 = Instance.new("TextLabel")
  63. local TextButton_14 = Instance.new("TextButton")
  64. local Settings = Instance.new("Frame")
  65. local Slide_6 = Instance.new("Frame")
  66. local TextButton_15 = Instance.new("TextButton")
  67. local Frame_8 = Instance.new("Frame")
  68. local TextLabel_10 = Instance.new("TextLabel")
  69. local UIListLayout_6 = Instance.new("UIListLayout")
  70. local TextButton_16 = Instance.new("TextButton")
  71. local ColorM_2 = Instance.new("TextButton")
  72. local TextButton_17 = Instance.new("TextButton")
  73. local Frame_9 = Instance.new("Frame")
  74. local TextLabel_11 = Instance.new("TextLabel")
  75. local TextButton_18 = Instance.new("TextButton")
  76. local Frame_10 = Instance.new("Frame")
  77. local TextLabel_12 = Instance.new("TextLabel")
  78. local Menu_5 = Instance.new("ImageButton")
  79. local Title_9 = Instance.new("TextLabel")
  80. local Title_10 = Instance.new("TextLabel")
  81. local TextButton_19 = Instance.new("TextButton")
  82. local Cpicker = Instance.new("Frame")
  83. local Slide_7 = Instance.new("Frame")
  84. local UIListLayout_7 = Instance.new("UIListLayout")
  85. local ColorPickerI = Instance.new("ImageLabel")
  86. local Value = Instance.new("ImageLabel")
  87. local Marker = Instance.new("Frame")
  88. local RGB = Instance.new("ImageLabel")
  89. local Marker_2 = Instance.new("Frame")
  90. local Preview = Instance.new("ImageLabel")
  91. local Info = Instance.new("Frame")
  92. local Apply = Instance.new("TextButton")
  93. local Background = Instance.new("ImageLabel")
  94. local Background_2 = Instance.new("ImageLabel")
  95. local Menu_6 = Instance.new("ImageButton")
  96. local Title_11 = Instance.new("TextLabel")
  97. local Title_12 = Instance.new("TextLabel")
  98. local TextButton_20 = Instance.new("TextButton")
  99.  
  100. Vape.Name = "Vape"
  101. Vape.Parent = game.CoreGui
  102. Vape.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  103. Vape.Enabled = false
  104.  
  105. TextLabel.Parent = Vape
  106. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. TextLabel.BackgroundTransparency = 1.000
  108. TextLabel.Size = UDim2.new(0, 282, 0, 30)
  109. TextLabel.Font = Enum.Font.GothamBlack
  110. TextLabel.Text = "Vape Murder (ROLVe Community)"
  111. TextLabel.TextColor3 = Color3.fromRGB(0, 255, 127)
  112. TextLabel.TextScaled = true
  113. TextLabel.TextSize = 14.000
  114. TextLabel.TextWrapped = true
  115.  
  116. Main.Name = "Main"
  117. Main.Parent = Vape
  118. Main.BackgroundColor3 = Color3.fromRGB(0, 255, 162)
  119. Main.BorderSizePixel = 0
  120. Main.Position = UDim2.new(0.0645029843, 0, 0.112936258, 0)
  121. Main.Size = UDim2.new(0, 196, 0, 41)
  122.  
  123. Slide.Name = "Slide"
  124. Slide.Parent = Main
  125. Slide.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  126. Slide.BackgroundTransparency = 0.500
  127. Slide.BorderSizePixel = 0
  128. Slide.ClipsDescendants = true
  129. Slide.Position = UDim2.new(0.023292074, 0, 0.977238357, 0)
  130. Slide.Size = UDim2.new(0, 186, 0, 145)
  131.  
  132. UIListLayout.Parent = Slide
  133. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  134.  
  135. TextButton.Parent = Slide
  136. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  137. TextButton.BackgroundTransparency = 1.000
  138. TextButton.Size = UDim2.new(0, 186, 0, 36)
  139. TextButton.Font = Enum.Font.Highway
  140. TextButton.Text = "Utility"
  141. TextButton.TextColor3 = Color3.fromRGB(221, 221, 221)
  142. TextButton.TextSize = 20.000
  143. TextButton.TextTransparency = 0.200
  144. TextButton.TextWrapped = true
  145.  
  146. TextButton_2.Parent = Slide
  147. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  148. TextButton_2.BackgroundTransparency = 1.000
  149. TextButton_2.Size = UDim2.new(0, 186, 0, 36)
  150. TextButton_2.Font = Enum.Font.Highway
  151. TextButton_2.Text = "Visual"
  152. TextButton_2.TextColor3 = Color3.fromRGB(221, 221, 221)
  153. TextButton_2.TextSize = 20.000
  154. TextButton_2.TextTransparency = 0.200
  155. TextButton_2.TextWrapped = true
  156.  
  157. TextButton_3.Parent = Slide
  158. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  159. TextButton_3.BackgroundTransparency = 1.000
  160. TextButton_3.Size = UDim2.new(0, 186, 0, 36)
  161. TextButton_3.Font = Enum.Font.Highway
  162. TextButton_3.Text = "Settings"
  163. TextButton_3.TextColor3 = Color3.fromRGB(221, 221, 221)
  164. TextButton_3.TextSize = 20.000
  165. TextButton_3.TextTransparency = 0.200
  166. TextButton_3.TextWrapped = true
  167.  
  168. TextButton_4.Parent = Slide
  169. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  170. TextButton_4.BackgroundTransparency = 1.000
  171. TextButton_4.Size = UDim2.new(0, 186, 0, 36)
  172. TextButton_4.Font = Enum.Font.Highway
  173. TextButton_4.Text = "Credits"
  174. TextButton_4.TextColor3 = Color3.fromRGB(221, 221, 221)
  175. TextButton_4.TextSize = 20.000
  176. TextButton_4.TextTransparency = 0.200
  177. TextButton_4.TextWrapped = true
  178.  
  179. Menu.Name = "Menu"
  180. Menu.Parent = Main
  181. Menu.BackgroundColor3 = Color3.fromRGB(54, 48, 84)
  182. Menu.BackgroundTransparency = 1.000
  183. Menu.BorderColor3 = Color3.fromRGB(255, 255, 255)
  184. Menu.BorderSizePixel = 0
  185. Menu.Position = UDim2.new(-0.00287550315, 0, 0.0205517281, 0)
  186. Menu.Size = UDim2.new(0, 41, 0, 39)
  187. Menu.Image = "http://www.roblox.com/asset/?id=5402357141"
  188. Menu.ScaleType = Enum.ScaleType.Fit
  189.  
  190. Title.Name = "Title"
  191. Title.Parent = Main
  192. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  193. Title.BackgroundTransparency = 1.000
  194. Title.Position = UDim2.new(0.230000004, 0, 0.282999992, -1)
  195. Title.Size = UDim2.new(0, 101, 0, 20)
  196. Title.ZIndex = 12
  197. Title.Font = Enum.Font.FredokaOne
  198. Title.Text = "G U I"
  199. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  200. Title.TextScaled = true
  201. Title.TextSize = 14.000
  202. Title.TextWrapped = true
  203.  
  204. Title_2.Name = "Title"
  205. Title_2.Parent = Main
  206. Title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  207. Title_2.BackgroundTransparency = 1.000
  208. Title_2.Position = UDim2.new(0.241999999, 0, 0.261000007, 0)
  209. Title_2.Size = UDim2.new(0, 101, 0, 20)
  210. Title_2.Font = Enum.Font.FredokaOne
  211. Title_2.Text = "G U I"
  212. Title_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  213. Title_2.TextScaled = true
  214. Title_2.TextSize = 14.000
  215. Title_2.TextWrapped = true
  216.  
  217. Visual.Name = "Visual"
  218. Visual.Parent = Vape
  219. Visual.BackgroundColor3 = Color3.fromRGB(0, 255, 162)
  220. Visual.BorderSizePixel = 0
  221. Visual.Position = UDim2.new(0.389815211, 0, 0.112936318, 0)
  222. Visual.Size = UDim2.new(0, 196, 0, 41)
  223.  
  224. Slide_2.Name = "Slide"
  225. Slide_2.Parent = Visual
  226. Slide_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  227. Slide_2.BackgroundTransparency = 0.500
  228. Slide_2.BorderSizePixel = 0
  229. Slide_2.ClipsDescendants = true
  230. Slide_2.Position = UDim2.new(0.023292074, 0, 0.977238715, 0)
  231. Slide_2.Size = UDim2.new(0, 186, 0, 144)
  232.  
  233. UIListLayout_2.Parent = Slide_2
  234. UIListLayout_2.SortOrder = Enum.SortOrder.LayoutOrder
  235.  
  236. TextButton_5.Parent = Slide_2
  237. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  238. TextButton_5.BackgroundTransparency = 1.000
  239. TextButton_5.Size = UDim2.new(0, 76, 0, 36)
  240. TextButton_5.Font = Enum.Font.Highway
  241. TextButton_5.Text = "Esp"
  242. TextButton_5.TextColor3 = Color3.fromRGB(221, 221, 221)
  243. TextButton_5.TextSize = 20.000
  244. TextButton_5.TextTransparency = 0.200
  245. TextButton_5.TextWrapped = true
  246.  
  247. Frame.Parent = TextButton_5
  248. Frame.BackgroundColor3 = Color3.fromRGB(0, 255, 157)
  249. Frame.BackgroundTransparency = 0.450
  250. Frame.BorderSizePixel = 0
  251. Frame.Position = UDim2.new(1.80263162, 0, 0.194444448, 0)
  252. Frame.Size = UDim2.new(0, 0, 0, 21)
  253.  
  254. TextLabel_2.Parent = Frame
  255. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  256. TextLabel_2.BackgroundTransparency = 1.000
  257. TextLabel_2.Position = UDim2.new(-0.00159975886, 0, -0.0436507761, 0)
  258. TextLabel_2.Size = UDim2.new(0, 44, 0, 21)
  259. TextLabel_2.Font = Enum.Font.Code
  260. TextLabel_2.Text = "Off"
  261. TextLabel_2.TextColor3 = Color3.fromRGB(255, 0, 0)
  262. TextLabel_2.TextSize = 18.000
  263. TextLabel_2.TextWrapped = true
  264.  
  265. TextButton_6.Parent = Slide_2
  266. TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  267. TextButton_6.BackgroundTransparency = 1.000
  268. TextButton_6.Position = UDim2.new(0, 0, 0.274809152, 0)
  269. TextButton_6.Size = UDim2.new(0, 137, 0, 36)
  270. TextButton_6.Font = Enum.Font.Highway
  271. TextButton_6.Text = "Murder Esp color"
  272. TextButton_6.TextColor3 = Color3.fromRGB(221, 221, 221)
  273. TextButton_6.TextSize = 20.000
  274. TextButton_6.TextTransparency = 0.200
  275. TextButton_6.TextWrapped = true
  276.  
  277. ColorM.Name = "ColorM"
  278. ColorM.Parent = TextButton_6
  279. ColorM.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  280. ColorM.BorderSizePixel = 5
  281. ColorM.Position = UDim2.new(1.04379559, 0, 0.277777791, 0)
  282. ColorM.Size = UDim2.new(0, 35, 0, 16)
  283. ColorM.Font = Enum.Font.SourceSans
  284. ColorM.Text = ""
  285. ColorM.TextColor3 = Color3.fromRGB(0, 0, 0)
  286. ColorM.TextSize = 14.000
  287.  
  288. TextButton_7.Parent = Slide_2
  289. TextButton_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  290. TextButton_7.BackgroundTransparency = 1.000
  291. TextButton_7.Position = UDim2.new(0, 0, 0.549618304, 0)
  292. TextButton_7.Size = UDim2.new(0, 143, 0, 36)
  293. TextButton_7.Font = Enum.Font.Highway
  294. TextButton_7.Text = "Innocent Esp color"
  295. TextButton_7.TextColor3 = Color3.fromRGB(221, 221, 221)
  296. TextButton_7.TextSize = 18.000
  297. TextButton_7.TextTransparency = 0.200
  298. TextButton_7.TextWrapped = true
  299.  
  300. Frame_2.Parent = TextButton_7
  301. Frame_2.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  302. Frame_2.BorderSizePixel = 5
  303. Frame_2.Position = UDim2.new(0.980245948, 0, 0.277777791, 0)
  304. Frame_2.Size = UDim2.new(0, 35, 0, 16)
  305.  
  306. TextButton_8.Parent = Slide_2
  307. TextButton_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  308. TextButton_8.BackgroundTransparency = 1.000
  309. TextButton_8.Position = UDim2.new(0, 0, 0.549618304, 0)
  310. TextButton_8.Size = UDim2.new(0, 143, 0, 36)
  311. TextButton_8.Font = Enum.Font.Highway
  312. TextButton_8.Text = "Sherif Esp color"
  313. TextButton_8.TextColor3 = Color3.fromRGB(221, 221, 221)
  314. TextButton_8.TextSize = 18.000
  315. TextButton_8.TextTransparency = 0.200
  316. TextButton_8.TextWrapped = true
  317.  
  318. Frame_3.Parent = TextButton_8
  319. Frame_3.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  320. Frame_3.BorderSizePixel = 5
  321. Frame_3.Position = UDim2.new(0.980245948, 0, 0.277777791, 0)
  322. Frame_3.Size = UDim2.new(0, 35, 0, 16)
  323.  
  324. Menu_2.Name = "Menu"
  325. Menu_2.Parent = Visual
  326. Menu_2.BackgroundColor3 = Color3.fromRGB(54, 48, 84)
  327. Menu_2.BackgroundTransparency = 1.000
  328. Menu_2.BorderColor3 = Color3.fromRGB(255, 255, 255)
  329. Menu_2.BorderSizePixel = 0
  330. Menu_2.Position = UDim2.new(-0.00287550315, 0, 0.0205517281, 0)
  331. Menu_2.Size = UDim2.new(0, 41, 0, 39)
  332. Menu_2.Image = "http://www.roblox.com/asset/?id=5402357141"
  333. Menu_2.ScaleType = Enum.ScaleType.Fit
  334.  
  335. Title_3.Name = "Title"
  336. Title_3.Parent = Visual
  337. Title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  338. Title_3.BackgroundTransparency = 1.000
  339. Title_3.Position = UDim2.new(0.230000004, 0, 0.282999992, -1)
  340. Title_3.Size = UDim2.new(0, 101, 0, 20)
  341. Title_3.ZIndex = 12
  342. Title_3.Font = Enum.Font.FredokaOne
  343. Title_3.Text = "Visual"
  344. Title_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  345. Title_3.TextScaled = true
  346. Title_3.TextSize = 14.000
  347. Title_3.TextWrapped = true
  348.  
  349. Title_4.Name = "Title"
  350. Title_4.Parent = Visual
  351. Title_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  352. Title_4.BackgroundTransparency = 1.000
  353. Title_4.Position = UDim2.new(0.241999999, 0, 0.261000007, 0)
  354. Title_4.Size = UDim2.new(0, 101, 0, 20)
  355. Title_4.Font = Enum.Font.FredokaOne
  356. Title_4.Text = "Visual"
  357. Title_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  358. Title_4.TextScaled = true
  359. Title_4.TextSize = 14.000
  360. Title_4.TextWrapped = true
  361.  
  362. TextButton_9.Parent = Visual
  363. TextButton_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  364. TextButton_9.BackgroundTransparency = 1.000
  365. TextButton_9.Position = UDim2.new(0.71938777, 0, 0.243902206, 0)
  366. TextButton_9.Size = UDim2.new(0, 55, 0, 18)
  367. TextButton_9.Font = Enum.Font.Bangers
  368. TextButton_9.Text = "-"
  369. TextButton_9.TextColor3 = Color3.fromRGB(255, 255, 255)
  370. TextButton_9.TextScaled = true
  371. TextButton_9.TextSize = 14.000
  372. TextButton_9.TextWrapped = true
  373.  
  374. Utility.Name = "Utility"
  375. Utility.Parent = Vape
  376. Utility.BackgroundColor3 = Color3.fromRGB(0, 255, 162)
  377. Utility.BorderSizePixel = 0
  378. Utility.Position = UDim2.new(0.22799255, 0, 0.112936318, 0)
  379. Utility.Size = UDim2.new(0, 196, 0, 41)
  380.  
  381. Slide_3.Name = "Slide"
  382. Slide_3.Parent = Utility
  383. Slide_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  384. Slide_3.BackgroundTransparency = 0.500
  385. Slide_3.BorderSizePixel = 0
  386. Slide_3.ClipsDescendants = true
  387. Slide_3.Position = UDim2.new(0.023292074, 0, 0.977238715, 0)
  388. Slide_3.Size = UDim2.new(0, 186, 0, 144)
  389.  
  390. UIListLayout_3.Parent = Slide_3
  391. UIListLayout_3.SortOrder = Enum.SortOrder.LayoutOrder
  392.  
  393. TextButton_10.Parent = Slide_3
  394. TextButton_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  395. TextButton_10.BackgroundTransparency = 1.000
  396. TextButton_10.Size = UDim2.new(0, 76, 0, 36)
  397. TextButton_10.Font = Enum.Font.Highway
  398. TextButton_10.Text = "Aimbot"
  399. TextButton_10.TextColor3 = Color3.fromRGB(221, 221, 221)
  400. TextButton_10.TextSize = 20.000
  401. TextButton_10.TextTransparency = 0.200
  402. TextButton_10.TextWrapped = true
  403.  
  404. Frame_4.Parent = TextButton_10
  405. Frame_4.BackgroundColor3 = Color3.fromRGB(0, 255, 157)
  406. Frame_4.BackgroundTransparency = 0.450
  407. Frame_4.BorderSizePixel = 0
  408. Frame_4.Position = UDim2.new(1.80263162, 0, 0.194444448, 0)
  409. Frame_4.Size = UDim2.new(0, 0, 0, 21)
  410.  
  411. TextLabel_3.Parent = Frame_4
  412. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  413. TextLabel_3.BackgroundTransparency = 1.000
  414. TextLabel_3.Position = UDim2.new(-0.00159975886, 0, -0.0436507761, 0)
  415. TextLabel_3.Size = UDim2.new(0, 44, 0, 21)
  416. TextLabel_3.Font = Enum.Font.Code
  417. TextLabel_3.Text = "Off"
  418. TextLabel_3.TextColor3 = Color3.fromRGB(255, 0, 0)
  419. TextLabel_3.TextSize = 18.000
  420. TextLabel_3.TextWrapped = true
  421.  
  422. AimAt.Name = "Aim At"
  423. AimAt.Parent = Slide_3
  424. AimAt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  425. AimAt.BackgroundTransparency = 1.000
  426. AimAt.Size = UDim2.new(0, 76, 0, 36)
  427. AimAt.ZIndex = 9
  428. AimAt.Font = Enum.Font.Highway
  429. AimAt.Text = "Aim At : "
  430. AimAt.TextColor3 = Color3.fromRGB(221, 221, 221)
  431. AimAt.TextSize = 20.000
  432. AimAt.TextTransparency = 0.200
  433. AimAt.TextWrapped = true
  434.  
  435. Frame_5.Parent = AimAt
  436. Frame_5.BackgroundColor3 = Color3.fromRGB(63, 63, 63)
  437. Frame_5.BorderSizePixel = 0
  438. Frame_5.Position = UDim2.new(1, 0, 0.194444448, 0)
  439. Frame_5.Size = UDim2.new(0, 105, 0, 22)
  440.  
  441. ImageButton.Parent = Frame_5
  442. ImageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  443. ImageButton.BackgroundTransparency = 1.000
  444. ImageButton.Position = UDim2.new(0.809523821, 0, 0.227272734, 0)
  445. ImageButton.Size = UDim2.new(0, 20, 0, 12)
  446. ImageButton.Image = "rbxassetid://5344129162"
  447.  
  448. Chose.Name = "Chose"
  449. Chose.Parent = Frame_5
  450. Chose.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  451. Chose.BackgroundTransparency = 1.000
  452. Chose.Size = UDim2.new(0, 85, 0, 22)
  453. Chose.Font = Enum.Font.Code
  454. Chose.Text = "Head"
  455. Chose.TextColor3 = Color3.fromRGB(255, 255, 255)
  456. Chose.TextSize = 14.000
  457.  
  458. Slide_4.Name = "Slide"
  459. Slide_4.Parent = Frame_5
  460. Slide_4.BackgroundColor3 = Color3.fromRGB(63, 63, 63)
  461. Slide_4.BorderSizePixel = 0
  462. Slide_4.ClipsDescendants = true
  463. Slide_4.Position = UDim2.new(0, 0, 1, 0)
  464. Slide_4.Size = UDim2.new(0, 105, 0, 0)
  465.  
  466. UIListLayout_4.Parent = Slide_4
  467. UIListLayout_4.SortOrder = Enum.SortOrder.LayoutOrder
  468.  
  469. Torso.Name = "Torso"
  470. Torso.Parent = Slide_4
  471. Torso.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  472. Torso.BackgroundTransparency = 1.000
  473. Torso.Size = UDim2.new(0, 105, 0, 20)
  474. Torso.Font = Enum.Font.Code
  475. Torso.Text = "Torso"
  476. Torso.TextColor3 = Color3.fromRGB(255, 255, 255)
  477. Torso.TextSize = 14.000
  478. Torso.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  479.  
  480. Head.Name = "Head"
  481. Head.Parent = Slide_4
  482. Head.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  483. Head.BackgroundTransparency = 1.000
  484. Head.Size = UDim2.new(0, 105, 0, 20)
  485. Head.Font = Enum.Font.Code
  486. Head.Text = "Head"
  487. Head.TextColor3 = Color3.fromRGB(255, 255, 255)
  488. Head.TextSize = 14.000
  489. Head.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  490.  
  491. TextButton_11.Parent = Slide_3
  492. TextButton_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  493. TextButton_11.BackgroundTransparency = 1.000
  494. TextButton_11.Position = UDim2.new(0, 0, 0.549618304, 0)
  495. TextButton_11.Size = UDim2.new(0, 92, 0, 36)
  496. TextButton_11.Font = Enum.Font.Highway
  497. TextButton_11.Text = "Wall Check"
  498. TextButton_11.TextColor3 = Color3.fromRGB(221, 221, 221)
  499. TextButton_11.TextSize = 20.000
  500. TextButton_11.TextTransparency = 0.200
  501. TextButton_11.TextWrapped = true
  502.  
  503. Frame_6.Parent = TextButton_11
  504. Frame_6.BackgroundColor3 = Color3.fromRGB(0, 255, 157)
  505. Frame_6.BackgroundTransparency = 0.450
  506. Frame_6.BorderSizePixel = 0
  507. Frame_6.Position = UDim2.new(1.53089249, 0, 0.194444448, 0)
  508. Frame_6.Size = UDim2.new(0, 0, 0, 21)
  509.  
  510. TextLabel_4.Parent = Frame_6
  511. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  512. TextLabel_4.BackgroundTransparency = 1.000
  513. TextLabel_4.Position = UDim2.new(-0.00159975886, 0, -0.0436507761, 0)
  514. TextLabel_4.Size = UDim2.new(0, 44, 0, 21)
  515. TextLabel_4.Font = Enum.Font.Code
  516. TextLabel_4.Text = "Off"
  517. TextLabel_4.TextColor3 = Color3.fromRGB(255, 0, 0)
  518. TextLabel_4.TextSize = 18.000
  519. TextLabel_4.TextWrapped = true
  520.  
  521. TextButton_12.Parent = Slide_3
  522. TextButton_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  523. TextButton_12.BackgroundTransparency = 1.000
  524. TextButton_12.Position = UDim2.new(0, 0, 0.75, 0)
  525. TextButton_12.Size = UDim2.new(0, 119, 0, 36)
  526. TextButton_12.Font = Enum.Font.Highway
  527. TextButton_12.Text = "Collect Props"
  528. TextButton_12.TextColor3 = Color3.fromRGB(221, 221, 221)
  529. TextButton_12.TextSize = 20.000
  530. TextButton_12.TextTransparency = 0.200
  531. TextButton_12.TextWrapped = true
  532.  
  533. Frame_7.Parent = TextButton_12
  534. Frame_7.BackgroundColor3 = Color3.fromRGB(0, 255, 157)
  535. Frame_7.BackgroundTransparency = 0.450
  536. Frame_7.BorderSizePixel = 0
  537. Frame_7.Position = UDim2.new(1.18306637, 0, 0.194444448, 0)
  538. Frame_7.Size = UDim2.new(0, 0, 0, 21)
  539.  
  540. TextLabel_5.Parent = Frame_7
  541. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  542. TextLabel_5.BackgroundTransparency = 1.000
  543. TextLabel_5.Position = UDim2.new(-0.00159975886, 0, -0.0436507761, 0)
  544. TextLabel_5.Size = UDim2.new(0, 44, 0, 21)
  545. TextLabel_5.Font = Enum.Font.Code
  546. TextLabel_5.Text = "Off"
  547. TextLabel_5.TextColor3 = Color3.fromRGB(255, 0, 0)
  548. TextLabel_5.TextSize = 18.000
  549. TextLabel_5.TextWrapped = true
  550.  
  551. Menu_3.Name = "Menu"
  552. Menu_3.Parent = Utility
  553. Menu_3.BackgroundColor3 = Color3.fromRGB(54, 48, 84)
  554. Menu_3.BackgroundTransparency = 1.000
  555. Menu_3.BorderColor3 = Color3.fromRGB(255, 255, 255)
  556. Menu_3.BorderSizePixel = 0
  557. Menu_3.Position = UDim2.new(-0.00287550315, 0, 0.0205517281, 0)
  558. Menu_3.Size = UDim2.new(0, 41, 0, 39)
  559. Menu_3.Image = "http://www.roblox.com/asset/?id=5402357141"
  560. Menu_3.ScaleType = Enum.ScaleType.Fit
  561.  
  562. Title_5.Name = "Title"
  563. Title_5.Parent = Utility
  564. Title_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  565. Title_5.BackgroundTransparency = 1.000
  566. Title_5.Position = UDim2.new(0.230000004, 0, 0.282999992, -1)
  567. Title_5.Size = UDim2.new(0, 101, 0, 20)
  568. Title_5.ZIndex = 12
  569. Title_5.Font = Enum.Font.FredokaOne
  570. Title_5.Text = "Utility"
  571. Title_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  572. Title_5.TextScaled = true
  573. Title_5.TextSize = 14.000
  574. Title_5.TextWrapped = true
  575.  
  576. Title_6.Name = "Title"
  577. Title_6.Parent = Utility
  578. Title_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  579. Title_6.BackgroundTransparency = 1.000
  580. Title_6.Position = UDim2.new(0.241999999, 0, 0.261000007, 0)
  581. Title_6.Size = UDim2.new(0, 101, 0, 20)
  582. Title_6.Font = Enum.Font.FredokaOne
  583. Title_6.Text = "Utility"
  584. Title_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  585. Title_6.TextScaled = true
  586. Title_6.TextSize = 14.000
  587. Title_6.TextWrapped = true
  588.  
  589. TextButton_13.Parent = Utility
  590. TextButton_13.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  591. TextButton_13.BackgroundTransparency = 1.000
  592. TextButton_13.Position = UDim2.new(0.71938777, 0, 0.243902206, 0)
  593. TextButton_13.Size = UDim2.new(0, 55, 0, 18)
  594. TextButton_13.Font = Enum.Font.Bangers
  595. TextButton_13.Text = "-"
  596. TextButton_13.TextColor3 = Color3.fromRGB(255, 255, 255)
  597. TextButton_13.TextScaled = true
  598. TextButton_13.TextSize = 14.000
  599. TextButton_13.TextWrapped = true
  600.  
  601. Credits.Name = "Credits"
  602. Credits.Parent = Vape
  603. Credits.BackgroundColor3 = Color3.fromRGB(0, 255, 162)
  604. Credits.BorderSizePixel = 0
  605. Credits.Position = UDim2.new(0.713911235, 0, 0.118069805, 0)
  606. Credits.Size = UDim2.new(0, 196, 0, 41)
  607.  
  608. Slide_5.Name = "Slide"
  609. Slide_5.Parent = Credits
  610. Slide_5.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  611. Slide_5.BackgroundTransparency = 0.500
  612. Slide_5.BorderSizePixel = 0
  613. Slide_5.ClipsDescendants = true
  614. Slide_5.Position = UDim2.new(0.023292074, 0, 0.977238715, 0)
  615. Slide_5.Size = UDim2.new(0, 186, 0, 144)
  616.  
  617. UIListLayout_5.Parent = Slide_5
  618. UIListLayout_5.SortOrder = Enum.SortOrder.LayoutOrder
  619.  
  620. TextLabel_6.Parent = Slide_5
  621. TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  622. TextLabel_6.BackgroundTransparency = 1.000
  623. TextLabel_6.Size = UDim2.new(0, 186, 0, 43)
  624. TextLabel_6.Font = Enum.Font.Arial
  625. TextLabel_6.Text = "Made By : "
  626. TextLabel_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  627. TextLabel_6.TextScaled = true
  628. TextLabel_6.TextSize = 14.000
  629. TextLabel_6.TextWrapped = true
  630.  
  631. TextLabel_7.Parent = Slide_5
  632. TextLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  633. TextLabel_7.BackgroundTransparency = 1.000
  634. TextLabel_7.Size = UDim2.new(0, 186, 0, 43)
  635. TextLabel_7.Font = Enum.Font.Arial
  636. TextLabel_7.Text = "-UiDesign- Leodu41"
  637. TextLabel_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  638. TextLabel_7.TextScaled = true
  639. TextLabel_7.TextSize = 14.000
  640. TextLabel_7.TextWrapped = true
  641.  
  642. TextLabel_8.Parent = Slide_5
  643. TextLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  644. TextLabel_8.BackgroundTransparency = 1.000
  645. TextLabel_8.Position = UDim2.new(0, 0, 0.597222209, 0)
  646. TextLabel_8.Size = UDim2.new(0, 186, 0, 28)
  647. TextLabel_8.Font = Enum.Font.Arial
  648. TextLabel_8.Text = "-Scripts- SkyDevL"
  649. TextLabel_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  650. TextLabel_8.TextScaled = true
  651. TextLabel_8.TextSize = 14.000
  652. TextLabel_8.TextWrapped = true
  653.  
  654. TextLabel_9.Parent = Slide_5
  655. TextLabel_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  656. TextLabel_9.BackgroundTransparency = 1.000
  657. TextLabel_9.Position = UDim2.new(0, 0, 0.895833313, 0)
  658. TextLabel_9.Size = UDim2.new(0, 186, 0, 15)
  659. TextLabel_9.Font = Enum.Font.Arial
  660. TextLabel_9.Text = "-Animations- Leodu41"
  661. TextLabel_9.TextColor3 = Color3.fromRGB(255, 255, 255)
  662. TextLabel_9.TextScaled = true
  663. TextLabel_9.TextSize = 14.000
  664. TextLabel_9.TextWrapped = true
  665.  
  666. Menu_4.Name = "Menu"
  667. Menu_4.Parent = Credits
  668. Menu_4.BackgroundColor3 = Color3.fromRGB(54, 48, 84)
  669. Menu_4.BackgroundTransparency = 1.000
  670. Menu_4.BorderColor3 = Color3.fromRGB(255, 255, 255)
  671. Menu_4.BorderSizePixel = 0
  672. Menu_4.Position = UDim2.new(-0.00287550315, 0, 0.0205517281, 0)
  673. Menu_4.Size = UDim2.new(0, 41, 0, 39)
  674. Menu_4.Image = "http://www.roblox.com/asset/?id=5402357141"
  675. Menu_4.ScaleType = Enum.ScaleType.Fit
  676.  
  677. Title_7.Name = "Title"
  678. Title_7.Parent = Credits
  679. Title_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  680. Title_7.BackgroundTransparency = 1.000
  681. Title_7.Position = UDim2.new(0.230000004, 0, 0.282999992, -1)
  682. Title_7.Size = UDim2.new(0, 101, 0, 20)
  683. Title_7.ZIndex = 12
  684. Title_7.Font = Enum.Font.FredokaOne
  685. Title_7.Text = "Credits"
  686. Title_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  687. Title_7.TextScaled = true
  688. Title_7.TextSize = 14.000
  689. Title_7.TextWrapped = true
  690.  
  691. Title_8.Name = "Title"
  692. Title_8.Parent = Credits
  693. Title_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  694. Title_8.BackgroundTransparency = 1.000
  695. Title_8.Position = UDim2.new(0.241999999, 0, 0.261000007, 0)
  696. Title_8.Size = UDim2.new(0, 101, 0, 20)
  697. Title_8.Font = Enum.Font.FredokaOne
  698. Title_8.Text = "Credits"
  699. Title_8.TextColor3 = Color3.fromRGB(0, 0, 0)
  700. Title_8.TextScaled = true
  701. Title_8.TextSize = 14.000
  702. Title_8.TextWrapped = true
  703.  
  704. TextButton_14.Parent = Credits
  705. TextButton_14.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  706. TextButton_14.BackgroundTransparency = 1.000
  707. TextButton_14.Position = UDim2.new(0.71938777, 0, 0.243902206, 0)
  708. TextButton_14.Size = UDim2.new(0, 55, 0, 18)
  709. TextButton_14.Font = Enum.Font.Bangers
  710. TextButton_14.Text = "-"
  711. TextButton_14.TextColor3 = Color3.fromRGB(255, 255, 255)
  712. TextButton_14.TextScaled = true
  713. TextButton_14.TextSize = 14.000
  714. TextButton_14.TextWrapped = true
  715.  
  716. Settings.Name = "Settings"
  717. Settings.Parent = Vape
  718. Settings.BackgroundColor3 = Color3.fromRGB(0, 255, 162)
  719. Settings.BorderSizePixel = 0
  720. Settings.Position = UDim2.new(0.556642413, 0, 0.117043078, 0)
  721. Settings.Size = UDim2.new(0, 196, 0, 41)
  722.  
  723. Slide_6.Name = "Slide"
  724. Slide_6.Parent = Settings
  725. Slide_6.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  726. Slide_6.BackgroundTransparency = 0.500
  727. Slide_6.BorderSizePixel = 0
  728. Slide_6.ClipsDescendants = true
  729. Slide_6.Position = UDim2.new(0.023292074, 0, 0.977238715, 0)
  730. Slide_6.Size = UDim2.new(0, 186, 0, 144)
  731.  
  732. TextButton_15.Parent = Slide_6
  733. TextButton_15.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  734. TextButton_15.BackgroundTransparency = 1.000
  735. TextButton_15.Size = UDim2.new(0, 107, 0, 36)
  736. TextButton_15.Font = Enum.Font.Highway
  737. TextButton_15.Text = "Auto Update"
  738. TextButton_15.TextColor3 = Color3.fromRGB(221, 221, 221)
  739. TextButton_15.TextSize = 20.000
  740. TextButton_15.TextTransparency = 0.200
  741. TextButton_15.TextWrapped = true
  742.  
  743. Frame_8.Parent = TextButton_15
  744. Frame_8.BackgroundColor3 = Color3.fromRGB(0, 255, 157)
  745. Frame_8.BackgroundTransparency = 0.450
  746. Frame_8.BorderSizePixel = 0
  747. Frame_8.Position = UDim2.new(1.38157892, 0, 0.194444448, 0)
  748. Frame_8.Size = UDim2.new(0, 0, 0, 21)
  749.  
  750. TextLabel_10.Parent = Frame_8
  751. TextLabel_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  752. TextLabel_10.BackgroundTransparency = 1.000
  753. TextLabel_10.Position = UDim2.new(-0.00159975886, 0, -0.0436507761, 0)
  754. TextLabel_10.Size = UDim2.new(0, 44, 0, 21)
  755. TextLabel_10.Font = Enum.Font.Code
  756. TextLabel_10.Text = "Off"
  757. TextLabel_10.TextColor3 = Color3.fromRGB(255, 0, 0)
  758. TextLabel_10.TextSize = 18.000
  759. TextLabel_10.TextWrapped = true
  760.  
  761. UIListLayout_6.Parent = Slide_6
  762. UIListLayout_6.SortOrder = Enum.SortOrder.LayoutOrder
  763.  
  764. TextButton_16.Parent = Slide_6
  765. TextButton_16.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  766. TextButton_16.BackgroundTransparency = 1.000
  767. TextButton_16.Size = UDim2.new(0, 107, 0, 36)
  768. TextButton_16.Font = Enum.Font.Highway
  769. TextButton_16.Text = "Ui Color"
  770. TextButton_16.TextColor3 = Color3.fromRGB(221, 221, 221)
  771. TextButton_16.TextSize = 20.000
  772. TextButton_16.TextTransparency = 0.200
  773. TextButton_16.TextWrapped = true
  774.  
  775. ColorM_2.Name = "ColorM"
  776. ColorM_2.Parent = TextButton_16
  777. ColorM_2.BackgroundColor3 = Color3.fromRGB(0, 255, 162)
  778. ColorM_2.BorderSizePixel = 5
  779. ColorM_2.Position = UDim2.new(1.36155283, 0, 0.277777791, 0)
  780. ColorM_2.Size = UDim2.new(0, 35, 0, 15)
  781. ColorM_2.Font = Enum.Font.SourceSans
  782. ColorM_2.Text = ""
  783. ColorM_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  784. ColorM_2.TextSize = 14.000
  785.  
  786. TextButton_17.Parent = Slide_6
  787. TextButton_17.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  788. TextButton_17.BackgroundTransparency = 1.000
  789. TextButton_17.Size = UDim2.new(0, 107, 0, 36)
  790. TextButton_17.Font = Enum.Font.Highway
  791. TextButton_17.Text = "Destroy Ui"
  792. TextButton_17.TextColor3 = Color3.fromRGB(221, 221, 221)
  793. TextButton_17.TextSize = 20.000
  794. TextButton_17.TextTransparency = 0.200
  795. TextButton_17.TextWrapped = true
  796.  
  797. Frame_9.Parent = TextButton_17
  798. Frame_9.BackgroundColor3 = Color3.fromRGB(0, 255, 157)
  799. Frame_9.BackgroundTransparency = 0.450
  800. Frame_9.BorderSizePixel = 0
  801. Frame_9.Position = UDim2.new(1.38157892, 0, 0.194444448, 0)
  802. Frame_9.Size = UDim2.new(0, 0, 0, 21)
  803.  
  804. TextLabel_11.Parent = Frame_9
  805. TextLabel_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  806. TextLabel_11.BackgroundTransparency = 1.000
  807. TextLabel_11.Position = UDim2.new(-0.00159975886, 0, -0.0436507761, 0)
  808. TextLabel_11.Size = UDim2.new(0, 44, 0, 21)
  809. TextLabel_11.Font = Enum.Font.Code
  810. TextLabel_11.Text = "Off"
  811. TextLabel_11.TextColor3 = Color3.fromRGB(255, 0, 0)
  812. TextLabel_11.TextSize = 18.000
  813. TextLabel_11.TextWrapped = true
  814.  
  815. TextButton_18.Parent = Slide_6
  816. TextButton_18.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  817. TextButton_18.BackgroundTransparency = 1.000
  818. TextButton_18.Size = UDim2.new(0, 107, 0, 36)
  819. TextButton_18.Font = Enum.Font.Highway
  820. TextButton_18.Text = "Fix Gui"
  821. TextButton_18.TextColor3 = Color3.fromRGB(221, 221, 221)
  822. TextButton_18.TextSize = 20.000
  823. TextButton_18.TextTransparency = 0.200
  824. TextButton_18.TextWrapped = true
  825.  
  826. Frame_10.Parent = TextButton_18
  827. Frame_10.BackgroundColor3 = Color3.fromRGB(0, 255, 157)
  828. Frame_10.BackgroundTransparency = 0.450
  829. Frame_10.BorderSizePixel = 0
  830. Frame_10.Position = UDim2.new(1.38157892, 0, 0.194444448, 0)
  831. Frame_10.Size = UDim2.new(0, 0, 0, 21)
  832.  
  833. TextLabel_12.Parent = Frame_10
  834. TextLabel_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  835. TextLabel_12.BackgroundTransparency = 1.000
  836. TextLabel_12.Position = UDim2.new(-0.00159975886, 0, -0.0436507761, 0)
  837. TextLabel_12.Size = UDim2.new(0, 44, 0, 21)
  838. TextLabel_12.Font = Enum.Font.Code
  839. TextLabel_12.Text = "Off"
  840. TextLabel_12.TextColor3 = Color3.fromRGB(255, 0, 0)
  841. TextLabel_12.TextSize = 18.000
  842. TextLabel_12.TextWrapped = true
  843.  
  844. Menu_5.Name = "Menu"
  845. Menu_5.Parent = Settings
  846. Menu_5.BackgroundColor3 = Color3.fromRGB(54, 48, 84)
  847. Menu_5.BackgroundTransparency = 1.000
  848. Menu_5.BorderColor3 = Color3.fromRGB(255, 255, 255)
  849. Menu_5.BorderSizePixel = 0
  850. Menu_5.Position = UDim2.new(-0.00287550315, 0, 0.0205517281, 0)
  851. Menu_5.Size = UDim2.new(0, 41, 0, 39)
  852. Menu_5.Image = "http://www.roblox.com/asset/?id=5402357141"
  853. Menu_5.ScaleType = Enum.ScaleType.Fit
  854.  
  855. Title_9.Name = "Title"
  856. Title_9.Parent = Settings
  857. Title_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  858. Title_9.BackgroundTransparency = 1.000
  859. Title_9.Position = UDim2.new(0.230000004, 0, 0.282999992, -1)
  860. Title_9.Size = UDim2.new(0, 101, 0, 20)
  861. Title_9.ZIndex = 12
  862. Title_9.Font = Enum.Font.FredokaOne
  863. Title_9.Text = "Settings"
  864. Title_9.TextColor3 = Color3.fromRGB(255, 255, 255)
  865. Title_9.TextScaled = true
  866. Title_9.TextSize = 14.000
  867. Title_9.TextWrapped = true
  868.  
  869. Title_10.Name = "Title"
  870. Title_10.Parent = Settings
  871. Title_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  872. Title_10.BackgroundTransparency = 1.000
  873. Title_10.Position = UDim2.new(0.241999999, 0, 0.261000007, 0)
  874. Title_10.Size = UDim2.new(0, 101, 0, 20)
  875. Title_10.Font = Enum.Font.FredokaOne
  876. Title_10.Text = "Settings"
  877. Title_10.TextColor3 = Color3.fromRGB(0, 0, 0)
  878. Title_10.TextScaled = true
  879. Title_10.TextSize = 14.000
  880. Title_10.TextWrapped = true
  881.  
  882. TextButton_19.Parent = Settings
  883. TextButton_19.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  884. TextButton_19.BackgroundTransparency = 1.000
  885. TextButton_19.Position = UDim2.new(0.71938777, 0, 0.243902206, 0)
  886. TextButton_19.Size = UDim2.new(0, 55, 0, 18)
  887. TextButton_19.Font = Enum.Font.Bangers
  888. TextButton_19.Text = "-"
  889. TextButton_19.TextColor3 = Color3.fromRGB(255, 255, 255)
  890. TextButton_19.TextScaled = true
  891. TextButton_19.TextSize = 14.000
  892. TextButton_19.TextWrapped = true
  893.  
  894. Cpicker.Name = "Cpicker"
  895. Cpicker.Parent = Vape
  896. Cpicker.BackgroundColor3 = Color3.fromRGB(0, 255, 162)
  897. Cpicker.BorderSizePixel = 0
  898. Cpicker.Position = UDim2.new(0.559482813, 0, 0.320328534, 0)
  899. Cpicker.Size = UDim2.new(0, 196, 0, 41)
  900. Cpicker.Visible = false
  901.  
  902. Slide_7.Name = "Slide"
  903. Slide_7.Parent = Cpicker
  904. Slide_7.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  905. Slide_7.BackgroundTransparency = 0.500
  906. Slide_7.BorderSizePixel = 0
  907. Slide_7.ClipsDescendants = true
  908. Slide_7.Position = UDim2.new(0.023292074, 0, 0.977238715, 0)
  909. Slide_7.Size = UDim2.new(0, 186, 0, 144)
  910.  
  911. UIListLayout_7.Parent = Slide_7
  912. UIListLayout_7.SortOrder = Enum.SortOrder.LayoutOrder
  913.  
  914. ColorPickerI.Name = "ColorPickerI"
  915. ColorPickerI.Parent = Slide_7
  916. ColorPickerI.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  917. ColorPickerI.BackgroundTransparency = 1.000
  918. ColorPickerI.Size = UDim2.new(0, 186, 0, 144)
  919. ColorPickerI.Image = "rbxassetid://3570695787"
  920. ColorPickerI.ImageColor3 = Color3.fromRGB(50, 50, 50)
  921. ColorPickerI.ScaleType = Enum.ScaleType.Slice
  922. ColorPickerI.SliceCenter = Rect.new(100, 100, 100, 100)
  923.  
  924. Value.Name = "Value"
  925. Value.Parent = ColorPickerI
  926. Value.AnchorPoint = Vector2.new(0.5, 0)
  927. Value.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  928. Value.BorderColor3 = Color3.fromRGB(40, 40, 40)
  929. Value.BorderSizePixel = 2
  930. Value.Position = UDim2.new(0.875926912, 0, 0.0362744816, 0)
  931. Value.Size = UDim2.new(0.152402624, 0, 0.693020642, 0)
  932. Value.ZIndex = 4
  933. Value.Image = "rbxassetid://359311684"
  934. Value.SliceCenter = Rect.new(10, 10, 90, 90)
  935.  
  936. Marker.Name = "Marker"
  937. Marker.Parent = Value
  938. Marker.AnchorPoint = Vector2.new(0.5, 0.5)
  939. Marker.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  940. Marker.BorderColor3 = Color3.fromRGB(0, 0, 0)
  941. Marker.BorderSizePixel = 2
  942. Marker.Position = UDim2.new(0.5, 0, 0, 0)
  943. Marker.Size = UDim2.new(1, 4, 0, 2)
  944. Marker.ZIndex = 5
  945.  
  946. RGB.Name = "RGB"
  947. RGB.Parent = ColorPickerI
  948. RGB.AnchorPoint = Vector2.new(0.5, 0)
  949. RGB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  950. RGB.BorderColor3 = Color3.fromRGB(40, 40, 40)
  951. RGB.BorderSizePixel = 2
  952. RGB.Position = UDim2.new(0.408735216, 0, 0.0362745039, 0)
  953. RGB.Size = UDim2.new(0.703724325, 0, 0.693020642, 0)
  954. RGB.ZIndex = 4
  955. RGB.Image = "rbxassetid://1433361550"
  956. RGB.SliceCenter = Rect.new(10, 10, 90, 90)
  957.  
  958. Marker_2.Name = "Marker"
  959. Marker_2.Parent = RGB
  960. Marker_2.AnchorPoint = Vector2.new(0.5, 0.5)
  961. Marker_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  962. Marker_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  963. Marker_2.BorderSizePixel = 2
  964. Marker_2.Position = UDim2.new(0.5, 0, 1, 0)
  965. Marker_2.Size = UDim2.new(0, 4, 0, 4)
  966. Marker_2.ZIndex = 5
  967.  
  968. Preview.Name = "Preview"
  969. Preview.Parent = ColorPickerI
  970. Preview.AnchorPoint = Vector2.new(0.5, 0)
  971. Preview.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  972. Preview.BorderColor3 = Color3.fromRGB(40, 40, 40)
  973. Preview.BorderSizePixel = 2
  974. Preview.Position = UDim2.new(0.504234493, 0, 0.77313441, 0)
  975. Preview.Size = UDim2.new(0.895787001, 0, 0.0893596485, 0)
  976. Preview.ZIndex = 4
  977. Preview.SliceCenter = Rect.new(10, 10, 90, 90)
  978.  
  979. Info.Name = "Info"
  980. Info.Parent = ColorPickerI
  981. Info.AnchorPoint = Vector2.new(0.5, 0)
  982. Info.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  983. Info.BackgroundTransparency = 1.000
  984. Info.Position = UDim2.new(0.5, 0, 1.03699994, 0)
  985. Info.Size = UDim2.new(1, 0, 0.296299994, 0)
  986.  
  987. Apply.Name = "Apply"
  988. Apply.Parent = Info
  989. Apply.AnchorPoint = Vector2.new(0.5, 0.5)
  990. Apply.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  991. Apply.BackgroundTransparency = 0.400
  992. Apply.BorderSizePixel = 0
  993. Apply.Position = UDim2.new(0.509950399, 0, -0.300898612, 0)
  994. Apply.Size = UDim2.new(0.907218456, 0, 0.352050453, 0)
  995. Apply.ZIndex = 7
  996. Apply.Font = Enum.Font.SourceSansBold
  997. Apply.Text = "APPLY"
  998. Apply.TextColor3 = Color3.fromRGB(255, 255, 255)
  999. Apply.TextSize = 13.000
  1000. Apply.TextWrapped = true
  1001.  
  1002. Background.Name = "Background"
  1003. Background.Parent = Info
  1004. Background.AnchorPoint = Vector2.new(0.5, 0.5)
  1005. Background.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1006. Background.BackgroundTransparency = 1.000
  1007. Background.Position = UDim2.new(0.5, 0, 0.5, 0)
  1008. Background.Size = UDim2.new(1, 0, 1, 0)
  1009. Background.Visible = false
  1010. Background.ZIndex = 4
  1011. Background.Image = "rbxassetid://399416860"
  1012. Background.ImageColor3 = Color3.fromRGB(60, 60, 60)
  1013. Background.ScaleType = Enum.ScaleType.Slice
  1014. Background.SliceCenter = Rect.new(10, 10, 90, 90)
  1015.  
  1016. Background_2.Name = "Background"
  1017. Background_2.Parent = Background
  1018. Background_2.AnchorPoint = Vector2.new(0.5, 0.5)
  1019. Background_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1020. Background_2.BackgroundTransparency = 1.000
  1021. Background_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  1022. Background_2.Size = UDim2.new(1, 4, 1, 4)
  1023. Background_2.ZIndex = 3
  1024. Background_2.Image = "rbxassetid://399416860"
  1025. Background_2.ImageColor3 = Color3.fromRGB(40, 40, 40)
  1026. Background_2.ScaleType = Enum.ScaleType.Slice
  1027. Background_2.SliceCenter = Rect.new(10, 10, 90, 90)
  1028.  
  1029. Menu_6.Name = "Menu"
  1030. Menu_6.Parent = Cpicker
  1031. Menu_6.BackgroundColor3 = Color3.fromRGB(54, 48, 84)
  1032. Menu_6.BackgroundTransparency = 1.000
  1033. Menu_6.BorderColor3 = Color3.fromRGB(255, 255, 255)
  1034. Menu_6.BorderSizePixel = 0
  1035. Menu_6.Position = UDim2.new(-0.00287550315, 0, 0.0205517281, 0)
  1036. Menu_6.Size = UDim2.new(0, 41, 0, 39)
  1037. Menu_6.Image = "http://www.roblox.com/asset/?id=5402357141"
  1038. Menu_6.ScaleType = Enum.ScaleType.Fit
  1039.  
  1040. Title_11.Name = "Title"
  1041. Title_11.Parent = Cpicker
  1042. Title_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1043. Title_11.BackgroundTransparency = 1.000
  1044. Title_11.Position = UDim2.new(0.230000004, 0, 0.282999992, -1)
  1045. Title_11.Size = UDim2.new(0, 101, 0, 20)
  1046. Title_11.ZIndex = 12
  1047. Title_11.Font = Enum.Font.FredokaOne
  1048. Title_11.Text = "Color Picker"
  1049. Title_11.TextColor3 = Color3.fromRGB(255, 255, 255)
  1050. Title_11.TextScaled = true
  1051. Title_11.TextSize = 14.000
  1052. Title_11.TextWrapped = true
  1053.  
  1054. Title_12.Name = "Title"
  1055. Title_12.Parent = Cpicker
  1056. Title_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1057. Title_12.BackgroundTransparency = 1.000
  1058. Title_12.Position = UDim2.new(0.241999999, 0, 0.261000007, 0)
  1059. Title_12.Size = UDim2.new(0, 101, 0, 20)
  1060. Title_12.Font = Enum.Font.FredokaOne
  1061. Title_12.Text = "Color Picker"
  1062. Title_12.TextColor3 = Color3.fromRGB(0, 0, 0)
  1063. Title_12.TextScaled = true
  1064. Title_12.TextSize = 14.000
  1065. Title_12.TextWrapped = true
  1066.  
  1067. TextButton_20.Parent = Cpicker
  1068. TextButton_20.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1069. TextButton_20.BackgroundTransparency = 1.000
  1070. TextButton_20.Position = UDim2.new(0.71938777, 0, 0.243902206, 0)
  1071. TextButton_20.Size = UDim2.new(0, 55, 0, 18)
  1072. TextButton_20.Font = Enum.Font.Bangers
  1073. TextButton_20.Text = "-"
  1074. TextButton_20.TextColor3 = Color3.fromRGB(255, 255, 255)
  1075. TextButton_20.TextScaled = true
  1076. TextButton_20.TextSize = 14.000
  1077. TextButton_20.TextWrapped = true
  1078.  
  1079. local function GMBNC_fake_script() -- Vape.EnCrYpTeD
  1080.     local script = Instance.new('LocalScript', Vape)
  1081.  
  1082.     local LocalPlayer = game.Players.LocalPlayer
  1083.     local Mouse = LocalPlayer:GetMouse()
  1084.     local an = Instance.new("BlurEffect")
  1085.     local screengui = script.Parent
  1086.     local Main = screengui.Main
  1087.     Mouse.KeyDown:connect(function(KeyPressed)
  1088.         if KeyPressed == "p" and an.Parent == screengui then
  1089.             an.Parent = game.Lighting
  1090.             screengui.Enabled = true
  1091.             Main.Slide:TweenSize(UDim2.new(0, 186,0, 145), "Out", "Quint", 1, true)
  1092.         else
  1093.             an.Parent = screengui
  1094.             Main.Slide:TweenSize(UDim2.new(0, 186,0, 0), "Out", "Quint", 1, true)
  1095.             screengui.Enabled = false
  1096.         end
  1097.     end)
  1098. end
  1099. coroutine.wrap(GMBNC_fake_script)()
  1100. local function HDMI_fake_script() -- TextButton.LocalScript
  1101.     local script = Instance.new('LocalScript', TextButton)
  1102.  
  1103.     local TweenService = game:GetService("TweenService")
  1104.     local transitionInfo = TweenInfo.new(0.5, Enum.EasingStyle.Back)
  1105.    
  1106.     script.Parent.MouseButton1Click:Connect(function()
  1107.         if script.Parent.TextColor3 == Color3.fromRGB(221, 221, 221) then
  1108.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(0, 255, 157)})
  1109.             tween:Play()
  1110.             script.Parent.Parent.Parent.Parent.Utility.Visible = true
  1111.         else
  1112.             script.Parent.Parent.Parent.Parent.Utility.Visible = false
  1113.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(221, 221, 221)})
  1114.             tween:Play()
  1115.         end
  1116.     end)
  1117. end
  1118. coroutine.wrap(HDMI_fake_script)()
  1119. local function ENHJWX_fake_script() -- TextButton_2.LocalScript
  1120.     local script = Instance.new('LocalScript', TextButton_2)
  1121.  
  1122.     local TweenService = game:GetService("TweenService")
  1123.     local transitionInfo = TweenInfo.new(0.5, Enum.EasingStyle.Back)
  1124.    
  1125.     script.Parent.MouseButton1Click:Connect(function()
  1126.         if script.Parent.TextColor3 == Color3.fromRGB(221, 221, 221) then
  1127.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(0, 255, 157)})
  1128.             tween:Play()
  1129.             script.Parent.Parent.Parent.Parent.Visual.Visible = true
  1130.         else
  1131.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(221, 221, 221)})
  1132.             tween:Play()
  1133.             script.Parent.Parent.Parent.Parent.Visual.Visible = false
  1134.         end
  1135.     end)
  1136. end
  1137. coroutine.wrap(ENHJWX_fake_script)()
  1138. local function TGZQ_fake_script() -- TextButton_3.LocalScript
  1139.     local script = Instance.new('LocalScript', TextButton_3)
  1140.  
  1141.     local TweenService = game:GetService("TweenService")
  1142.     local transitionInfo = TweenInfo.new(0.5, Enum.EasingStyle.Back)
  1143.    
  1144.     script.Parent.MouseButton1Click:Connect(function()
  1145.         if script.Parent.TextColor3 == Color3.fromRGB(221, 221, 221) then
  1146.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(0, 255, 157)})
  1147.             tween:Play()
  1148.             script.Parent.Parent.Parent.Parent.Settings.Visible = true
  1149.         else
  1150.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(221, 221, 221)})
  1151.             tween:Play()
  1152.             script.Parent.Parent.Parent.Parent.Settings.Visible = false
  1153.         end
  1154.     end)
  1155. end
  1156. coroutine.wrap(TGZQ_fake_script)()
  1157. local function FMDK_fake_script() -- TextButton_4.LocalScript
  1158.     local script = Instance.new('LocalScript', TextButton_4)
  1159.  
  1160.     local TweenService = game:GetService("TweenService")
  1161.     local transitionInfo = TweenInfo.new(0.5, Enum.EasingStyle.Back)
  1162.    
  1163.     script.Parent.MouseButton1Click:Connect(function()
  1164.         if script.Parent.TextColor3 == Color3.fromRGB(221, 221, 221) then
  1165.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(0, 255, 157)})
  1166.             tween:Play()
  1167.             script.Parent.Parent.Parent.Parent.Credits.Visible = true
  1168.         else
  1169.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(221, 221, 221)})
  1170.             tween:Play()
  1171.             script.Parent.Parent.Parent.Parent.Credits.Visible = false
  1172.         end
  1173.     end)
  1174. end
  1175. coroutine.wrap(FMDK_fake_script)()
  1176. local function VIQKQ_fake_script() -- Menu.LocalScript
  1177.     local script = Instance.new('LocalScript', Menu)
  1178.  
  1179.     function openGui()
  1180.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0, 186,0, 145), "Out", "Quint", 0.7, true)
  1181.     end
  1182.    
  1183.     function closeGui()
  1184.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0,186,0,0), "Out", "Quint", 0.7, false)
  1185.     end
  1186.    
  1187.     script.Parent.MouseButton1Down:Connect(function()
  1188.         if script.Parent.Parent.Slide.Size == UDim2.new(0, 186, 0, 145) then
  1189.             closeGui()
  1190.         else
  1191.             openGui()
  1192.         end
  1193.     end)
  1194.    
  1195.    
  1196. end
  1197. coroutine.wrap(VIQKQ_fake_script)()
  1198. local function TTOQSN_fake_script() -- Main.Dragify
  1199.     local script = Instance.new('LocalScript', Main)
  1200.  
  1201.     local UIS = game:GetService("UserInputService")
  1202.     function dragify(Frame)
  1203.         dragToggle = nil
  1204.         local dragSpeed = 0
  1205.         dragInput = nil
  1206.         dragStart = nil
  1207.         local dragPos = nil
  1208.         function updateInput(input)
  1209.             local Delta = input.Position - dragStart
  1210.             local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  1211.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  1212.         end
  1213.         Frame.InputBegan:Connect(function(input)
  1214.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  1215.                 dragToggle = true
  1216.                 dragStart = input.Position
  1217.                 startPos = Frame.Position
  1218.                 input.Changed:Connect(function()
  1219.                     if input.UserInputState == Enum.UserInputState.End then
  1220.                         dragToggle = false
  1221.                     end
  1222.                 end)
  1223.             end
  1224.         end)
  1225.         Frame.InputChanged:Connect(function(input)
  1226.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1227.                 dragInput = input
  1228.             end
  1229.         end)
  1230.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  1231.             if input == dragInput and dragToggle then
  1232.                 updateInput(input)
  1233.             end
  1234.         end)
  1235.     end
  1236.    
  1237.     dragify(script.Parent)
  1238. end
  1239. coroutine.wrap(TTOQSN_fake_script)()
  1240. local function XLSPZTQ_fake_script() -- TextButton_5.LocalScript
  1241.     local script = Instance.new('LocalScript', TextButton_5)
  1242.  
  1243.     local TweenService = game:GetService("TweenService")
  1244.     local transitionInfo = TweenInfo.new(0.5, Enum.EasingStyle.Back)
  1245.    
  1246.     script.Parent.MouseButton1Click:Connect(function()
  1247.         if script.Parent.TextColor3 == Color3.fromRGB(221, 221, 221) then
  1248.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(0, 255, 157)})
  1249.             tween:Play()
  1250.             script.Parent.Frame.TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  1251.             script.Parent.Frame.TextLabel.Text = "On"
  1252.             script.Parent.Frame:TweenSize(UDim2.new(0, 44,0, 21), "Out", "Quint", 0.6, true)
  1253.            
  1254.         else
  1255.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(221, 221, 221)})
  1256.             tween:Play()
  1257.             script.Parent.Frame.TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  1258.             script.Parent.Frame.TextLabel.Text = "Off"
  1259.             script.Parent.Frame:TweenSize(UDim2.new(0, 0,0, 21), "Out", "Quint", 0.6, true)
  1260.         end
  1261.     end)
  1262. end
  1263. coroutine.wrap(XLSPZTQ_fake_script)()
  1264. local function SDBGQNI_fake_script() -- TextButton_6.LocalScript
  1265.     local script = Instance.new('LocalScript', TextButton_6)
  1266.  
  1267.     local TweenService = game:GetService("TweenService")
  1268.     local transitionInfo = TweenInfo.new(0.5, Enum.EasingStyle.Back)
  1269.    
  1270.     script.Parent.MouseButton1Click:Connect(function()
  1271.         if script.Parent.TextColor3 == Color3.fromRGB(221, 221, 221) then
  1272.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(0, 255, 157)})
  1273.             tween:Play()
  1274.             -- ESP Function was not made by me.. It's been re-released a thousand times so I'm not sure who made it.
  1275.             function Create(base, team, role, fakedname)
  1276.                 local bb = Instance.new('BillboardGui', game.CoreGui)
  1277.                 bb.Adornee = base
  1278.                 bb.ExtentsOffset = Vector3.new(0,1,0)
  1279.                 bb.AlwaysOnTop = true
  1280.                 bb.Size = UDim2.new(0,5,0,5)
  1281.                 bb.StudsOffset = Vector3.new(0,1,0)
  1282.                 bb.Name = 'tracker'
  1283.                 local frame = Instance.new('Frame',bb)
  1284.                 frame.ZIndex = 10
  1285.                 frame.BackgroundTransparency = 0.3
  1286.                 frame.Size = UDim2.new(1,0,1,0)
  1287.                 local txtlbl = Instance.new('TextLabel',bb)
  1288.                 txtlbl.ZIndex = 10
  1289.                 txtlbl.BackgroundTransparency = 1
  1290.                 txtlbl.Position = UDim2.new(0,0,0,-35)
  1291.                 txtlbl.Size = UDim2.new(1,0,10,0)
  1292.                 txtlbl.Font = 'ArialBold'
  1293.                 txtlbl.FontSize = 'Size12'
  1294.                 txtlbl.Text = fakedname .. " - " .. role -- Add Role to Name
  1295.                 txtlbl.TextStrokeTransparency = 0.5
  1296.    
  1297.                 -- Change Color Via Role/Job
  1298.                 if role == "Murderer" then
  1299.                     txtlbl.TextColor3 = Color3.new(250,0,0)
  1300.                     frame.BackgroundColor3 = Color3.new(250,0,0)
  1301.                     end
  1302.    
  1303.             end
  1304.    
  1305.             -- Clear our ESP out
  1306.             function Clear()
  1307.                 for _,v in pairs(game.CoreGui:GetChildren()) do
  1308.                     if v.Name == 'tracker' and v:isA('BillboardGui') then
  1309.                         v:Destroy()
  1310.                     end
  1311.             end
  1312.         end
  1313.    
  1314.             -- User checking function
  1315.             function Find()
  1316.                 Clear()
  1317.                 track = true
  1318.                 spawn(function()
  1319.                     while wait(1) do
  1320.                         pcall(function() -- Error Catch
  1321.                             local Players = game.Players:GetChildren() -- Get Current Players
  1322.                             if track then
  1323.                                 Clear()
  1324.                                 for _,v in pairs(Players) do
  1325.                                     if v.Status.Role.Value == "Murderer" then
  1326.                                         if v and v.Character.Head then
  1327.                                             Create(v.Character.Head, false, "Murderer", v.Status.FakeName.Value)
  1328.                                         end
  1329.                                     else if v.Status.HasRevolver.Value == true then
  1330.    
  1331.                                             if v.Character and v.Character.Head then
  1332.                                                 Create(v.Character.Head, false, "Sheriff", v.Status.FakeName.Value)
  1333.                                             end
  1334.    
  1335.                                         else if v.Character and v.Character.Head then
  1336.                                                 Create(v.Character.Head, false, "Bystander", v.Status.FakeName.Value)
  1337.                                             end
  1338.                                         end
  1339.                                     end
  1340.                                 end
  1341.                             end
  1342.                             wait(1)
  1343.                         end)
  1344.                     end
  1345.                 end)
  1346.             end
  1347.    
  1348.             -- Start everything
  1349.             Clear()
  1350.             Find()
  1351.             -- HamstaGang on V3RM
  1352.         else
  1353.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(221, 221, 221)})
  1354.             tween:Play()
  1355.         end
  1356.     end)
  1357. end
  1358. coroutine.wrap(SDBGQNI_fake_script)()
  1359. local function QIRY_fake_script() -- ColorM.LocalScript
  1360.     local script = Instance.new('LocalScript', ColorM)
  1361.  
  1362.    
  1363. end
  1364. coroutine.wrap(QIRY_fake_script)()
  1365. local function WVKD_fake_script() -- TextButton_7.LocalScript
  1366.     local script = Instance.new('LocalScript', TextButton_7)
  1367.  
  1368.     local TweenService = game:GetService("TweenService")
  1369.     local transitionInfo = TweenInfo.new(0.5, Enum.EasingStyle.Back)
  1370.    
  1371.     script.Parent.MouseButton1Click:Connect(function()
  1372.         if script.Parent.TextColor3 == Color3.fromRGB(221, 221, 221) then
  1373.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(0, 255, 157)})
  1374.             tween:Play()
  1375.            
  1376.         else
  1377.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(221, 221, 221)})
  1378.             tween:Play()
  1379.         end
  1380.     end)
  1381. end
  1382. coroutine.wrap(WVKD_fake_script)()
  1383. local function YSOROQL_fake_script() -- TextButton_8.LocalScript
  1384.     local script = Instance.new('LocalScript', TextButton_8)
  1385.  
  1386.     local TweenService = game:GetService("TweenService")
  1387.     local transitionInfo = TweenInfo.new(0.5, Enum.EasingStyle.Back)
  1388.    
  1389.     script.Parent.MouseButton1Click:Connect(function()
  1390.         if script.Parent.TextColor3 == Color3.fromRGB(221, 221, 221) then
  1391.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(0, 255, 157)})
  1392.             tween:Play()
  1393.             -- ESP Function was not made by me.. It's been re-released a thousand times so I'm not sure who made it.
  1394.             function Create(base, team, role, fakedname)
  1395.                 local bb = Instance.new('BillboardGui', game.CoreGui)
  1396.                 bb.Adornee = base
  1397.                 bb.ExtentsOffset = Vector3.new(0,1,0)
  1398.                 bb.AlwaysOnTop = true
  1399.                 bb.Size = UDim2.new(0,5,0,5)
  1400.                 bb.StudsOffset = Vector3.new(0,1,0)
  1401.                 bb.Name = 'tracker'
  1402.                 local frame = Instance.new('Frame',bb)
  1403.                 frame.ZIndex = 10
  1404.                 frame.BackgroundTransparency = 0.3
  1405.                 frame.Size = UDim2.new(1,0,1,0)
  1406.                 local txtlbl = Instance.new('TextLabel',bb)
  1407.                 txtlbl.ZIndex = 10
  1408.                 txtlbl.BackgroundTransparency = 1
  1409.                 txtlbl.Position = UDim2.new(0,0,0,-35)
  1410.                 txtlbl.Size = UDim2.new(1,0,10,0)
  1411.                 txtlbl.Font = 'ArialBold'
  1412.                 txtlbl.FontSize = 'Size12'
  1413.                 txtlbl.Text = fakedname .. " - " .. role -- Add Role to Name
  1414.                 txtlbl.TextStrokeTransparency = 0.5
  1415.    
  1416.                 -- Change Color Via Role/Job
  1417.                 if role == "Sheriff" then
  1418.                     txtlbl.TextColor3 = Color3.new(0,0,250)
  1419.                     frame.BackgroundColor3 = Color3.new(0,0,250)
  1420.                     end
  1421.                 end
  1422.    
  1423.    
  1424.    
  1425.             -- Clear our ESP out
  1426.             function Clear()
  1427.                 for _,v in pairs(game.CoreGui:GetChildren()) do
  1428.                     if v.Name == 'tracker' and v:isA('BillboardGui') then
  1429.                         v:Destroy()
  1430.                     end
  1431.                 end
  1432.             end
  1433.    
  1434.             -- User checking function
  1435.             function Find()
  1436.                 Clear()
  1437.                 track = true
  1438.                 spawn(function()
  1439.                     while wait(1) do
  1440.                         pcall(function() -- Error Catch
  1441.                             local Players = game.Players:GetChildren() -- Get Current Players
  1442.                             if track then
  1443.                                 Clear()
  1444.                                 for _,v in pairs(Players) do
  1445.                                     if v.Status.Role.Value == "Murderer" then
  1446.                                         if v and v.Character.Head then
  1447.                                             Create(v.Character.Head, false, "Murderer", v.Status.FakeName.Value)
  1448.                                         end
  1449.                                     else if v.Status.HasRevolver.Value == true then
  1450.    
  1451.                                             if v.Character and v.Character.Head then
  1452.                                                 Create(v.Character.Head, false, "Sheriff", v.Status.FakeName.Value)
  1453.                                             end
  1454.    
  1455.                                         else if v.Character and v.Character.Head then
  1456.                                                 Create(v.Character.Head, false, "Bystander", v.Status.FakeName.Value)
  1457.                                             end
  1458.                                         end
  1459.                                     end
  1460.                                 end
  1461.                             end
  1462.                             wait(1)
  1463.                         end)
  1464.                     end
  1465.                 end)
  1466.             end
  1467.    
  1468.             -- Start everything
  1469.             Clear()
  1470.             Find()
  1471.             -- HamstaGang on V3RM
  1472.         else
  1473.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(221, 221, 221)})
  1474.             tween:Play()
  1475.         end
  1476.     end)
  1477. end
  1478. coroutine.wrap(YSOROQL_fake_script)()
  1479. local function XNBYEIW_fake_script() -- Menu_2.LocalScript
  1480.     local script = Instance.new('LocalScript', Menu_2)
  1481.  
  1482.     function openGui()
  1483.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0, 186,0, 144), "Out", "Quint", 0.7, true)
  1484.     end
  1485.    
  1486.     function closeGui()
  1487.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0,186,0,0), "Out", "Quint", 0.7, false)
  1488.     end
  1489.    
  1490.     script.Parent.MouseButton1Down:Connect(function()
  1491.         if script.Parent.Parent.Slide.Size == UDim2.new(0, 186, 0, 144) then
  1492.             closeGui()
  1493.         else
  1494.             openGui()
  1495.         end
  1496.     end)
  1497.    
  1498.    
  1499. end
  1500. coroutine.wrap(XNBYEIW_fake_script)()
  1501. local function DOWRLBP_fake_script() -- Visual.Dragify
  1502.     local script = Instance.new('LocalScript', Visual)
  1503.  
  1504.     local UIS = game:GetService("UserInputService")
  1505.     function dragify(Frame)
  1506.         dragToggle = nil
  1507.         local dragSpeed = 0
  1508.         dragInput = nil
  1509.         dragStart = nil
  1510.         local dragPos = nil
  1511.         function updateInput(input)
  1512.             local Delta = input.Position - dragStart
  1513.             local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  1514.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  1515.         end
  1516.         Frame.InputBegan:Connect(function(input)
  1517.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  1518.                 dragToggle = true
  1519.                 dragStart = input.Position
  1520.                 startPos = Frame.Position
  1521.                 input.Changed:Connect(function()
  1522.                     if input.UserInputState == Enum.UserInputState.End then
  1523.                         dragToggle = false
  1524.                     end
  1525.                 end)
  1526.             end
  1527.         end)
  1528.         Frame.InputChanged:Connect(function(input)
  1529.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1530.                 dragInput = input
  1531.             end
  1532.         end)
  1533.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  1534.             if input == dragInput and dragToggle then
  1535.                 updateInput(input)
  1536.             end
  1537.         end)
  1538.     end
  1539.    
  1540.     dragify(script.Parent)
  1541. end
  1542. coroutine.wrap(DOWRLBP_fake_script)()
  1543. local function TPYNS_fake_script() -- TextButton_9.LocalScript
  1544.     local script = Instance.new('LocalScript', TextButton_9)
  1545.  
  1546.     script.Parent.MouseButton1Click:Connect(function()
  1547.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0,186,0,0), "Out", "Quint", 0.7, false)
  1548.         wait(0.7)
  1549.         script.Parent.Parent.Parent.Visual.Visible = false
  1550.     end)
  1551. end
  1552. coroutine.wrap(TPYNS_fake_script)()
  1553. local function XWFXE_fake_script() -- TextButton_10.LocalScript
  1554.     local script = Instance.new('LocalScript', TextButton_10)
  1555.  
  1556.     local TweenService = game:GetService("TweenService")
  1557.     local transitionInfo = TweenInfo.new(0.5, Enum.EasingStyle.Back)
  1558.    
  1559.     script.Parent.MouseButton1Click:Connect(function()
  1560.         if script.Parent.TextColor3 == Color3.fromRGB(221, 221, 221) then
  1561.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(0, 255, 157)})
  1562.             tween:Play()
  1563.             script.Parent.Frame.TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  1564.             script.Parent.Frame.TextLabel.Text = "On"
  1565.             script.Parent.Frame:TweenSize(UDim2.new(0, 44,0, 21), "Out", "Quint", 0.6, true)
  1566.             loadstring(game:HttpGet("https://pastebin.com/raw/AvdAqDrH"))()
  1567.         else
  1568.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(221, 221, 221)})
  1569.             tween:Play()
  1570.             script.Parent.Frame.TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  1571.             script.Parent.Frame.TextLabel.Text = "Off"
  1572.             script.Parent.Frame:TweenSize(UDim2.new(0, 0,0, 21), "Out", "Quint", 0.6, true)
  1573.         end
  1574.     end)
  1575. end
  1576. coroutine.wrap(XWFXE_fake_script)()
  1577. local function DJQSOIZ_fake_script() -- AimAt.LocalScript
  1578.     local script = Instance.new('LocalScript', AimAt)
  1579.  
  1580.     local Head = script.Parent.Parent["Aim At"].Frame.Slide.Head
  1581.     local Torso = script.Parent.Parent["Aim At"].Frame.Slide.Torso
  1582.    
  1583.     Torso.MouseButton1Click:Connect(function()
  1584.         script.Parent.Frame.Chose.Text = "Torso"
  1585.         script.Parent.Frame.Slide:TweenSize(UDim2.new(0,105,0,0), "Out", "Quint", 0.7, false)
  1586.         loadstring(game:HttpGet("https://pastebin.com/raw/AvdAqDrH"))()
  1587.     end)
  1588.    
  1589.     Head.MouseButton1Click:Connect(function()
  1590.         script.Parent.Frame.Chose.Text = "Head"
  1591.         script.Parent.Frame.Slide:TweenSize(UDim2.new(0,105,0,0), "Out", "Quint", 0.7, false)
  1592.         loadstring(game:HttpGet("https://pastebin.com/raw/AvdAqDrH"))()
  1593.     end)
  1594. end
  1595. coroutine.wrap(DJQSOIZ_fake_script)()
  1596. local function CRVQ_fake_script() -- ImageButton.LocalScript
  1597.     local script = Instance.new('LocalScript', ImageButton)
  1598.  
  1599.     function openGui()
  1600.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0, 105,0, 60), "Out", "Quint", 0.7, true)
  1601.     end
  1602.    
  1603.     function closeGui()
  1604.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0,105,0,0), "Out", "Quint", 0.7, false)
  1605.     end
  1606.    
  1607.     script.Parent.MouseButton1Down:Connect(function()
  1608.         if script.Parent.Parent.Slide.Size == UDim2.new(0, 105, 0, 0) then
  1609.             openGui()
  1610.         else
  1611.             closeGui()
  1612.         end
  1613.     end)
  1614.    
  1615.    
  1616. end
  1617. coroutine.wrap(CRVQ_fake_script)()
  1618. local function YCPK_fake_script() -- TextButton_11.LocalScript
  1619.     local script = Instance.new('LocalScript', TextButton_11)
  1620.  
  1621.     local TweenService = game:GetService("TweenService")
  1622.     local transitionInfo = TweenInfo.new(0.5, Enum.EasingStyle.Back)
  1623.    
  1624.     script.Parent.MouseButton1Click:Connect(function()
  1625.         if script.Parent.TextColor3 == Color3.fromRGB(221, 221, 221) then
  1626.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(0, 255, 157)})
  1627.             tween:Play()
  1628.             script.Parent.Frame.TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  1629.             script.Parent.Frame.TextLabel.Text = "On"
  1630.             script.Parent.Frame:TweenSize(UDim2.new(0, 44,0, 21), "Out", "Quint", 0.6, true)
  1631.             loadstring(game:HttpGet("https://pastebin.com/raw/xH7atkv9"))()
  1632.         else
  1633.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(221, 221, 221)})
  1634.             tween:Play()
  1635.             script.Parent.Frame.TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  1636.             script.Parent.Frame.TextLabel.Text = "Off"
  1637.             script.Parent.Frame:TweenSize(UDim2.new(0, 0,0, 21), "Out", "Quint", 0.6, true)
  1638.             loadstring(game:HttpGet("https://pastebin.com/raw/AvdAqDrH"))()
  1639.         end
  1640.     end)
  1641. end
  1642. coroutine.wrap(YCPK_fake_script)()
  1643. local function GVQICH_fake_script() -- TextButton_12.LocalScript
  1644.     local script = Instance.new('LocalScript', TextButton_12)
  1645.  
  1646.     local TweenService = game:GetService("TweenService")
  1647.     local transitionInfo = TweenInfo.new(0.5, Enum.EasingStyle.Back)
  1648.     local LocalPlayer = game.Players.LocalPlayer
  1649.     script.Parent.MouseButton1Click:Connect(function()
  1650.         if script.Parent.TextColor3 == Color3.fromRGB(221, 221, 221) then
  1651.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(0, 255, 157)})
  1652.             tween:Play()
  1653.             script.Parent.Frame.TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  1654.             script.Parent.Frame.TextLabel.Text = "On"
  1655.             script.Parent.Frame:TweenSize(UDim2.new(0, 44,0, 21), "Out", "Quint", 0.6, true)
  1656.             local props = game:GetService("Workspace").Debris.Props:GetDescendants() -- Grab everything in Folder.
  1657.             for i = 1, #props do -- Loop through everything to find what we need.
  1658.                 local prop = props[i]
  1659.                 if prop.Name == "Green" then -- GUI we are looking for.
  1660.                     local PlayerCFrame = LocalPlayer.Character.HumanoidRootPart.CFrame
  1661.                     if prop.Parent.Orientation.Y > -3162 then -- Bellow map check..
  1662.                         LocalPlayer.Character.HumanoidRootPart.CFrame = prop.Parent.CFrame + Vector3.new(0, 3, 0) -- Teleport Player to Prop (Their new check forces you to be near it to pick it up..)
  1663.                         wait(0.5) -- Wait for us to teleport.
  1664.                         game:GetService("ReplicatedStorage").Events.Loot:FireServer(prop.Parent) -- Parent of Green
  1665.                     end
  1666.                 end
  1667.             end
  1668.             wait(1)
  1669.             local props = game:GetService("Workspace").Debris.Props:GetDescendants() -- Grab everything in Folder.
  1670.             for i = 1, #props do -- Loop through everything to find what we need.
  1671.                 local prop = props[i]
  1672.                 if prop.Name == "Green" then -- GUI we are looking for.
  1673.                     local PlayerCFrame = LocalPlayer.Character.HumanoidRootPart.CFrame
  1674.                     if prop.Parent.Orientation.Y > -3162 then -- Bellow map check..
  1675.                         LocalPlayer.Character.HumanoidRootPart.CFrame = prop.Parent.CFrame + Vector3.new(0, 3, 0) -- Teleport Player to Prop (Their new check forces you to be near it to pick it up..)
  1676.                         wait(0.5) -- Wait for us to teleport.
  1677.                         game:GetService("ReplicatedStorage").Events.Loot:FireServer(prop.Parent) -- Parent of Green
  1678.                     end
  1679.                 end
  1680.             end
  1681.             wait(1)
  1682.             local props = game:GetService("Workspace").Debris.Props:GetDescendants() -- Grab everything in Folder.
  1683.             for i = 1, #props do -- Loop through everything to find what we need.
  1684.                 local prop = props[i]
  1685.                 if prop.Name == "Green" then -- GUI we are looking for.
  1686.                     local PlayerCFrame = LocalPlayer.Character.HumanoidRootPart.CFrame
  1687.                     if prop.Parent.Orientation.Y > -3162 then -- Bellow map check..
  1688.                         LocalPlayer.Character.HumanoidRootPart.CFrame = prop.Parent.CFrame + Vector3.new(0, 3, 0) -- Teleport Player to Prop (Their new check forces you to be near it to pick it up..)
  1689.                         wait(0.5) -- Wait for us to teleport.
  1690.                         game:GetService("ReplicatedStorage").Events.Loot:FireServer(prop.Parent) -- Parent of Green
  1691.                     end
  1692.                 end
  1693.             end
  1694.             wait(0.1)
  1695.             script.Parent.Frame:TweenSize(UDim2.new(0, 0,0, 21), "Out", "Quint", 0.6, true)
  1696.             script.Parent.Frame.TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  1697.             script.Parent.Frame.TextLabel.Text = "Off"
  1698.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(255, 255, 255)})
  1699.             tween:Play()
  1700.         end
  1701.     end)
  1702. end
  1703. coroutine.wrap(GVQICH_fake_script)()
  1704. local function WCYG_fake_script() -- Menu_3.LocalScript
  1705.     local script = Instance.new('LocalScript', Menu_3)
  1706.  
  1707.     function openGui()
  1708.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0, 186,0, 131), "Out", "Quint", 0.7, true)
  1709.     end
  1710.    
  1711.     function closeGui()
  1712.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0,186,0,0), "Out", "Quint", 0.7, false)
  1713.     end
  1714.    
  1715.     script.Parent.MouseButton1Down:Connect(function()
  1716.         if script.Parent.Parent.Slide.Size == UDim2.new(0, 186, 0, 131) then
  1717.             closeGui()
  1718.         else
  1719.             openGui()
  1720.         end
  1721.     end)
  1722.    
  1723.    
  1724. end
  1725. coroutine.wrap(WCYG_fake_script)()
  1726. local function CFYBYZ_fake_script() -- Utility.Dragify
  1727.     local script = Instance.new('LocalScript', Utility)
  1728.  
  1729.     local UIS = game:GetService("UserInputService")
  1730.     function dragify(Frame)
  1731.         dragToggle = nil
  1732.         local dragSpeed = 0
  1733.         dragInput = nil
  1734.         dragStart = nil
  1735.         local dragPos = nil
  1736.         function updateInput(input)
  1737.             local Delta = input.Position - dragStart
  1738.             local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  1739.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  1740.         end
  1741.         Frame.InputBegan:Connect(function(input)
  1742.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  1743.                 dragToggle = true
  1744.                 dragStart = input.Position
  1745.                 startPos = Frame.Position
  1746.                 input.Changed:Connect(function()
  1747.                     if input.UserInputState == Enum.UserInputState.End then
  1748.                         dragToggle = false
  1749.                     end
  1750.                 end)
  1751.             end
  1752.         end)
  1753.         Frame.InputChanged:Connect(function(input)
  1754.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1755.                 dragInput = input
  1756.             end
  1757.         end)
  1758.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  1759.             if input == dragInput and dragToggle then
  1760.                 updateInput(input)
  1761.             end
  1762.         end)
  1763.     end
  1764.    
  1765.     dragify(script.Parent)
  1766. end
  1767. coroutine.wrap(CFYBYZ_fake_script)()
  1768. local function ZXYYAYU_fake_script() -- TextButton_13.LocalScript
  1769.     local script = Instance.new('LocalScript', TextButton_13)
  1770.  
  1771.     script.Parent.MouseButton1Click:Connect(function()
  1772.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0,186,0,0), "Out", "Quint", 0.7, false)
  1773.         wait(0.7)
  1774.         script.Parent.Parent.Parent.Utility.Visible = false
  1775.     end)
  1776. end
  1777. coroutine.wrap(ZXYYAYU_fake_script)()
  1778. local function JAQPE_fake_script() -- Menu_4.LocalScript
  1779.     local script = Instance.new('LocalScript', Menu_4)
  1780.  
  1781.     function openGui()
  1782.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0, 186,0, 144), "Out", "Quint", 0.7, true)
  1783.     end
  1784.    
  1785.     function closeGui()
  1786.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0,186,0,0), "Out", "Quint", 0.7, false)
  1787.     end
  1788.    
  1789.     script.Parent.MouseButton1Down:Connect(function()
  1790.         if script.Parent.Parent.Slide.Size == UDim2.new(0, 186, 0, 144) then
  1791.             closeGui()
  1792.         else
  1793.             openGui()
  1794.         end
  1795.     end)
  1796.    
  1797.    
  1798. end
  1799. coroutine.wrap(JAQPE_fake_script)()
  1800. local function VEEWJ_fake_script() -- Credits.Dragify
  1801.     local script = Instance.new('LocalScript', Credits)
  1802.  
  1803.     local UIS = game:GetService("UserInputService")
  1804.     function dragify(Frame)
  1805.         dragToggle = nil
  1806.         local dragSpeed = 0
  1807.         dragInput = nil
  1808.         dragStart = nil
  1809.         local dragPos = nil
  1810.         function updateInput(input)
  1811.             local Delta = input.Position - dragStart
  1812.             local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  1813.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  1814.         end
  1815.         Frame.InputBegan:Connect(function(input)
  1816.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  1817.                 dragToggle = true
  1818.                 dragStart = input.Position
  1819.                 startPos = Frame.Position
  1820.                 input.Changed:Connect(function()
  1821.                     if input.UserInputState == Enum.UserInputState.End then
  1822.                         dragToggle = false
  1823.                     end
  1824.                 end)
  1825.             end
  1826.         end)
  1827.         Frame.InputChanged:Connect(function(input)
  1828.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1829.                 dragInput = input
  1830.             end
  1831.         end)
  1832.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  1833.             if input == dragInput and dragToggle then
  1834.                 updateInput(input)
  1835.             end
  1836.         end)
  1837.     end
  1838.    
  1839.     dragify(script.Parent)
  1840. end
  1841. coroutine.wrap(VEEWJ_fake_script)()
  1842. local function CDHCMYI_fake_script() -- TextButton_14.LocalScript
  1843.     local script = Instance.new('LocalScript', TextButton_14)
  1844.  
  1845.     script.Parent.MouseButton1Click:Connect(function()
  1846.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0,186,0,0), "Out", "Quint", 0.7, false)
  1847.         wait(0.7)
  1848.         script.Parent.Parent.Parent.Credits.Visible = false
  1849.     end)
  1850. end
  1851. coroutine.wrap(CDHCMYI_fake_script)()
  1852. local function QVWUFJ_fake_script() -- TextButton_15.LocalScript
  1853.     local script = Instance.new('LocalScript', TextButton_15)
  1854.  
  1855.     local TweenService = game:GetService("TweenService")
  1856.     local transitionInfo = TweenInfo.new(0.5, Enum.EasingStyle.Back)
  1857.    
  1858.     script.Parent.MouseButton1Click:Connect(function()
  1859.         if script.Parent.TextColor3 == Color3.fromRGB(221, 221, 221) then
  1860.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(0, 255, 157)})
  1861.             tween:Play()
  1862.             script.Parent.Frame.TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  1863.             script.Parent.Frame.TextLabel.Text = "On"
  1864.             script.Parent.Frame:TweenSize(UDim2.new(0, 44,0, 21), "Out", "Quint", 0.6, true)
  1865.         else
  1866.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(221, 221, 221)})
  1867.             tween:Play()
  1868.             script.Parent.Frame.TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  1869.             script.Parent.Frame.TextLabel.Text = "Off"
  1870.             script.Parent.Frame:TweenSize(UDim2.new(0, 0,0, 21), "Out", "Quint", 0.6, true)
  1871.         end
  1872.     end)
  1873. end
  1874. coroutine.wrap(QVWUFJ_fake_script)()
  1875. local function PVGIYAA_fake_script() -- TextButton_16.LocalScript
  1876.     local script = Instance.new('LocalScript', TextButton_16)
  1877.  
  1878.     local TweenService = game:GetService("TweenService")
  1879.     local transitionInfo = TweenInfo.new(0.5, Enum.EasingStyle.Back)
  1880.    
  1881.     script.Parent.MouseButton1Click:Connect(function()
  1882.         if script.Parent.TextColor3 == Color3.fromRGB(221, 221, 221) then
  1883.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(0, 255, 157)})
  1884.             tween:Play()
  1885.             script.Parent.Frame.TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  1886.             script.Parent.Frame.TextLabel.Text = "On"
  1887.             script.Parent.Frame:TweenSize(UDim2.new(0, 44,0, 21), "Out", "Quint", 0.6, true)
  1888.         else
  1889.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(221, 221, 221)})
  1890.             tween:Play()
  1891.             script.Parent.Frame.TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  1892.             script.Parent.Frame.TextLabel.Text = "Off"
  1893.             script.Parent.Frame:TweenSize(UDim2.new(0, 0,0, 21), "Out", "Quint", 0.6, true)
  1894.         end
  1895.     end)
  1896. end
  1897. coroutine.wrap(PVGIYAA_fake_script)()
  1898. local function WGRSYAT_fake_script() -- ColorM_2.LocalScript
  1899.     local script = Instance.new('LocalScript', ColorM_2)
  1900.  
  1901.     script.Parent.MouseButton1Click:Connect(function()
  1902.         script.Parent.Parent.Parent.Parent.Parent.Cpicker.Visible = true
  1903.     end)
  1904. end
  1905. coroutine.wrap(WGRSYAT_fake_script)()
  1906. local function JLMHOF_fake_script() -- TextButton_17.LocalScript
  1907.     local script = Instance.new('LocalScript', TextButton_17)
  1908.  
  1909.     local TweenService = game:GetService("TweenService")
  1910.     local transitionInfo = TweenInfo.new(0.5, Enum.EasingStyle.Back)
  1911.    
  1912.     script.Parent.MouseButton1Click:Connect(function()
  1913.         if script.Parent.TextColor3 == Color3.fromRGB(221, 221, 221) then
  1914.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(0, 255, 157)})
  1915.             tween:Play()
  1916.             script.Parent.Frame.TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  1917.             script.Parent.Frame.TextLabel.Text = "On"
  1918.             script.Parent.Frame:TweenSize(UDim2.new(0, 44,0, 21), "Out", "Quint", 0.6, true)
  1919.             script.Parent.Parent.Parent.Parent.Parent.Vape:Destroy()
  1920.         else
  1921.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(221, 221, 221)})
  1922.             tween:Play()
  1923.             script.Parent.Frame.TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  1924.             script.Parent.Frame.TextLabel.Text = "Off"
  1925.             script.Parent.Frame:TweenSize(UDim2.new(0, 0,0, 21), "Out", "Quint", 0.6, true)
  1926.         end
  1927.     end)
  1928. end
  1929. coroutine.wrap(JLMHOF_fake_script)()
  1930. local function YLHUGYT_fake_script() -- TextButton_18.LocalScript
  1931.     local script = Instance.new('LocalScript', TextButton_18)
  1932.  
  1933.     local TweenService = game:GetService("TweenService")
  1934.     local transitionInfo = TweenInfo.new(0.5, Enum.EasingStyle.Back)
  1935.    
  1936.     script.Parent.MouseButton1Click:Connect(function()
  1937.         if script.Parent.TextColor3 == Color3.fromRGB(221, 221, 221) then
  1938.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(0, 255, 157)})
  1939.             tween:Play()
  1940.             script.Parent.Frame.TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  1941.             script.Parent.Frame.TextLabel.Text = "On"
  1942.             script.Parent.Frame:TweenSize(UDim2.new(0, 44,0, 21), "Out", "Quint", 0.6, true)
  1943.             loadstring(game:HttpGet("https://pastebin.com/raw/0SfZB8Zk"))()
  1944.             wait(1)
  1945.             Vape:Destroy()
  1946.            
  1947.         else
  1948.             local tween = TweenService:Create(script.Parent, transitionInfo, {TextColor3 = Color3.fromRGB(221, 221, 221)})
  1949.             tween:Play()
  1950.             script.Parent.Frame.TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  1951.             script.Parent.Frame.TextLabel.Text = "Off"
  1952.             script.Parent.Frame:TweenSize(UDim2.new(0, 0,0, 21), "Out", "Quint", 0.6, true)
  1953.         end
  1954.     end)
  1955. end
  1956. coroutine.wrap(YLHUGYT_fake_script)()
  1957. local function GFDOL_fake_script() -- Menu_5.LocalScript
  1958.     local script = Instance.new('LocalScript', Menu_5)
  1959.  
  1960.     function openGui()
  1961.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0, 186,0, 144), "Out", "Quint", 0.7, true)
  1962.     end
  1963.    
  1964.     function closeGui()
  1965.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0,186,0,0), "Out", "Quint", 0.7, false)
  1966.     end
  1967.    
  1968.     script.Parent.MouseButton1Down:Connect(function()
  1969.         if script.Parent.Parent.Slide.Size == UDim2.new(0, 186, 0, 144) then
  1970.             closeGui()
  1971.         else
  1972.             openGui()
  1973.         end
  1974.     end)
  1975.    
  1976.    
  1977. end
  1978. coroutine.wrap(GFDOL_fake_script)()
  1979. local function FHNLKY_fake_script() -- Settings.Dragify
  1980.     local script = Instance.new('LocalScript', Settings)
  1981.  
  1982.     local UIS = game:GetService("UserInputService")
  1983.     function dragify(Frame)
  1984.         dragToggle = nil
  1985.         local dragSpeed = 0
  1986.         dragInput = nil
  1987.         dragStart = nil
  1988.         local dragPos = nil
  1989.         function updateInput(input)
  1990.             local Delta = input.Position - dragStart
  1991.             local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  1992.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  1993.         end
  1994.         Frame.InputBegan:Connect(function(input)
  1995.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  1996.                 dragToggle = true
  1997.                 dragStart = input.Position
  1998.                 startPos = Frame.Position
  1999.                 input.Changed:Connect(function()
  2000.                     if input.UserInputState == Enum.UserInputState.End then
  2001.                         dragToggle = false
  2002.                     end
  2003.                 end)
  2004.             end
  2005.         end)
  2006.         Frame.InputChanged:Connect(function(input)
  2007.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  2008.                 dragInput = input
  2009.             end
  2010.         end)
  2011.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  2012.             if input == dragInput and dragToggle then
  2013.                 updateInput(input)
  2014.             end
  2015.         end)
  2016.     end
  2017.    
  2018.     dragify(script.Parent)
  2019. end
  2020. coroutine.wrap(FHNLKY_fake_script)()
  2021. local function QMEMF_fake_script() -- TextButton_19.LocalScript
  2022.     local script = Instance.new('LocalScript', TextButton_19)
  2023.  
  2024.     script.Parent.MouseButton1Click:Connect(function()
  2025.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0,186,0,0), "Out", "Quint", 0.7, false)
  2026.         wait(0.7)
  2027.         script.Parent.Parent.Parent.Settings.Visible = false
  2028.     end)
  2029. end
  2030. coroutine.wrap(QMEMF_fake_script)()
  2031. local function BZVW_fake_script() -- ColorPickerI.ColorMain
  2032.     local script = Instance.new('LocalScript', ColorPickerI)
  2033.  
  2034.     local player = game.Players.LocalPlayer
  2035.     local mouse = player:GetMouse()
  2036.    
  2037.     local rgb = script.Parent:WaitForChild("RGB")
  2038.     local value = script.Parent:WaitForChild("Value")
  2039.     local preview = script.Parent:WaitForChild("Preview")
  2040.    
  2041.    
  2042.     local selectedColor = Color3.fromHSV(1,1,1)
  2043.     local colorData = {1,1,1}
  2044.     local mouse1down = false
  2045.    
  2046.     local Apply  = script.Parent.Info.Apply
  2047.    
  2048.     local function setColor(hue,sat,val)
  2049.         colorData = {hue or colorData[1],sat or colorData[2],val or colorData[3]}
  2050.         selectedColor = Color3.fromHSV(colorData[1],colorData[2],colorData[3])
  2051.         preview.BackgroundColor3 = selectedColor
  2052.         value.ImageColor3 = Color3.fromHSV(colorData[1],colorData[2],1)
  2053.     end
  2054.    
  2055.     local function inBounds(frame)
  2056.         local x,y = mouse.X - frame.AbsolutePosition.X,mouse.Y - frame.AbsolutePosition.Y
  2057.         local maxX,maxY = frame.AbsoluteSize.X,frame.AbsoluteSize.Y
  2058.         if x >= 0 and y >= 0 and x <= maxX and y <= maxY then
  2059.             return x/maxX,y/maxY
  2060.         end
  2061.     end
  2062.    
  2063.     local function updateRGB()
  2064.         if mouse1Down then
  2065.             local x,y = inBounds(rgb)
  2066.             if x and y then
  2067.                 rgb:WaitForChild("Marker").Position = UDim2.new(x,0,y,0)
  2068.                 setColor(1 - x,1 - y)
  2069.             end
  2070.            
  2071.             local x,y = inBounds(value)
  2072.             if x and y then
  2073.                 value:WaitForChild("Marker").Position = UDim2.new(0.5,0,y,0)
  2074.                 setColor(nil,nil,1 - y)
  2075.             end
  2076.         end
  2077.     end
  2078.    
  2079.     mouse.Move:connect(updateRGB)
  2080.    
  2081.     mouse.Button1Down:connect(function()mouse1Down = true end)
  2082.     mouse.Button1Up:connect(function()mouse1Down = false end)
  2083.    
  2084.     Apply.MouseButton1Click:Connect(function()
  2085.         script.Parent.Parent.Parent.Parent.Visual.BackgroundColor3 = selectedColor
  2086.         script.Parent.Parent.Parent.Parent.Settings.BackgroundColor3 = selectedColor
  2087.         script.Parent.Parent.Parent.Parent.Main.BackgroundColor3 = selectedColor
  2088.         script.Parent.Parent.Parent.Parent.Credits.BackgroundColor3 = selectedColor
  2089.         script.Parent.Parent.Parent.Parent.Utility.BackgroundColor3 = selectedColor
  2090.     end)
  2091.    
  2092.    
  2093. end
  2094. coroutine.wrap(BZVW_fake_script)()
  2095. local function BDXUXLA_fake_script() -- Menu_6.LocalScript
  2096.     local script = Instance.new('LocalScript', Menu_6)
  2097.  
  2098.     function openGui()
  2099.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0, 186,0, 144), "Out", "Quint", 0.7, true)
  2100.     end
  2101.    
  2102.     function closeGui()
  2103.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0,186,0,0), "Out", "Quint", 0.7, false)
  2104.     end
  2105.    
  2106.     script.Parent.MouseButton1Down:Connect(function()
  2107.         if script.Parent.Parent.Slide.Size == UDim2.new(0, 186, 0, 144) then
  2108.             closeGui()
  2109.         else
  2110.             openGui()
  2111.         end
  2112.     end)
  2113.    
  2114.    
  2115. end
  2116. coroutine.wrap(BDXUXLA_fake_script)()
  2117. local function SWZZPI_fake_script() -- Cpicker.Dragify
  2118.     local script = Instance.new('LocalScript', Cpicker)
  2119.  
  2120.     local UIS = game:GetService("UserInputService")
  2121.     function dragify(Frame)
  2122.         dragToggle = nil
  2123.         local dragSpeed = 0
  2124.         dragInput = nil
  2125.         dragStart = nil
  2126.         local dragPos = nil
  2127.         function updateInput(input)
  2128.             local Delta = input.Position - dragStart
  2129.             local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  2130.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  2131.         end
  2132.         Frame.InputBegan:Connect(function(input)
  2133.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  2134.                 dragToggle = true
  2135.                 dragStart = input.Position
  2136.                 startPos = Frame.Position
  2137.                 input.Changed:Connect(function()
  2138.                     if input.UserInputState == Enum.UserInputState.End then
  2139.                         dragToggle = false
  2140.                     end
  2141.                 end)
  2142.             end
  2143.         end)
  2144.         Frame.InputChanged:Connect(function(input)
  2145.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  2146.                 dragInput = input
  2147.             end
  2148.         end)
  2149.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  2150.             if input == dragInput and dragToggle then
  2151.                 updateInput(input)
  2152.             end
  2153.         end)
  2154.     end
  2155.    
  2156.     dragify(script.Parent)
  2157. end
  2158. coroutine.wrap(SWZZPI_fake_script)()
  2159. local function AZYBGOZ_fake_script() -- TextButton_20.LocalScript
  2160.     local script = Instance.new('LocalScript', TextButton_20)
  2161.  
  2162.     script.Parent.MouseButton1Click:Connect(function()
  2163.         script.Parent.Parent.Slide:TweenSize(UDim2.new(0,186,0,0), "Out", "Quint", 0.7, false)
  2164.         wait(0.7)
  2165.         script.Parent.Parent.Parent.Cpicker.Visible = false
  2166.     end)
  2167. end
  2168. coroutine.wrap(AZYBGOZ_fake_script)()
  2169.  
Add Comment
Please, Sign In to add comment