JacobRoblox

Untitled

Feb 26th, 2021
1,686
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 125.26 KB | None | 0 0
  1. wait (2)
  2.  
  3. _G['Cutewareusername'] = "welcome fellow retard ".. game.Players.LocalPlayer.Name..' by bruhmod#5212'
  4. for i,v in pairs(game:GetService("CoreGui"):GetChildren()) do
  5. if v.Name == "BloxTap" then
  6. v:Destroy()
  7. end
  8. end
  9. local scrollon = nil
  10. local selectingcolor = false
  11. local latestCode = ''
  12. local TweenService = game:GetService("TweenService")
  13. local UserInputService = game:GetService("UserInputService")
  14. local rs = game:GetService('RunService')
  15. local CC = Instance.new('ColorCorrectionEffect',game.Lighting)
  16. local lplr = game:GetService("Players").LocalPlayer
  17. local m = lplr:GetMouse()
  18. local Cuteware = Instance.new("ScreenGui")
  19. Cuteware.IgnoreGuiInset = true
  20.  
  21. local drawingtrack = {}
  22.  
  23. local fovview = Drawing.new('Circle')
  24. local ABS = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui).AbsoluteSize
  25. fovview.Radius = 25
  26. fovview.Filled = false
  27. fovview.Thickness = 0.1
  28. fovview.Visible = true
  29. fovview.Color = Color3.fromRGB(255, 0, 255);
  30.  
  31. local logs = Instance.new("TextLabel")
  32.  
  33. logs.Name = "logs"
  34. logs.Parent = Cuteware
  35. logs.BackgroundColor3 = Color3.new(1, 1, 1)
  36. logs.BackgroundTransparency = 1
  37. logs.Position = UDim2.new(0, 25, 0, 0)
  38. logs.Size = UDim2.new(0, 300, 0, 150)
  39. logs.Font = Enum.Font.GothamSemibold
  40. logs.Text = ""
  41. logs.TextColor3 = Color3.new(1, 1, 1)
  42. logs.TextSize = 12
  43. logs.TextStrokeTransparency = 0.80000001192093
  44. logs.TextXAlignment = Enum.TextXAlignment.Left
  45. logs.TextYAlignment = Enum.TextYAlignment.Bottom
  46. logs.Visible = false
  47.  
  48. local main = Instance.new("ImageLabel")
  49. local body = Instance.new("ImageLabel")
  50. local hackname = Instance.new("TextLabel")
  51. local legit = Instance.new("TextButton")
  52. local rage = Instance.new("TextButton")
  53. local antiaim = Instance.new("TextButton")
  54. local misc = Instance.new("TextButton")
  55. local selection = Instance.new("ImageLabel")
  56. local tabs = Instance.new("Frame")
  57. local legittab = Instance.new("Frame")
  58. local FIRST_legit = Instance.new("Frame")
  59. local antiaimtab = Instance.new("Frame")
  60. local FIRST_antiaim = Instance.new("Frame")
  61. local ragetab = Instance.new("Frame")
  62. local FIRST_rage = Instance.new("Frame")
  63. local misctab = Instance.new("Frame")
  64. local FIRST_misc = Instance.new("Frame")
  65.  
  66. local visualtab = Instance.new("Frame")
  67. local FIRST_visual = Instance.new("Frame")
  68. local selection_visualtab = Instance.new("ImageLabel")
  69. local SELF = Instance.new("TextButton")
  70. local FRIENDLIES = Instance.new("TextButton")
  71. local ENEMIES = Instance.new("TextButton")
  72. local WORLD = Instance.new("TextButton")
  73. local ICON_FRIENDLIES = Instance.new("ImageLabel")
  74. local ICON_SELF = Instance.new("ImageLabel")
  75. local ICON_WORLD = Instance.new("ImageLabel")
  76. local ICON_ENEMIES = Instance.new("ImageLabel")
  77. local config = Instance.new("ImageButton")
  78. local username = Instance.new("TextLabel")
  79. local visual = Instance.new("TextButton")
  80. local configmain = Instance.new("ImageLabel")
  81. local configbody = Instance.new("ImageLabel")
  82. local title = Instance.new("TextLabel")
  83. local configlist = Instance.new("ScrollingFrame")
  84. local listthing = Instance.new("UIListLayout")
  85. local createconfig = Instance.new("TextButton")
  86. local saveconfig = Instance.new("TextButton")
  87. local loadconfig = Instance.new("TextButton")
  88. local deleteconfig = Instance.new("TextButton")
  89. local filename = Instance.new("TextBox")
  90. local lines = Instance.new("Folder")
  91.  
  92. Cuteware.Name = "Cuteware"
  93. Cuteware.Parent = game:GetService("CoreGui")
  94. Cuteware.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  95. Cuteware.DisplayOrder = 2
  96.  
  97. main.Name = "main"
  98. main.Parent = Cuteware
  99. main.BackgroundColor3 = Color3.new(1, 1, 1)
  100. main.BackgroundTransparency = 1
  101. main.Position = UDim2.new(0.0545474887, 0, 0.0830281898, 0)
  102. main.Selectable = true
  103. main.Size = UDim2.new(0, 490, 0, 200)
  104. main.ZIndex = 2
  105. main.Image = "rbxassetid://2260429633"
  106. main.ImageColor3 = Color3.new(1, 0, 1)
  107. main.ScaleType = Enum.ScaleType.Slice
  108. main.SliceCenter = Rect.new(12, 12, 13, 13)
  109.  
  110. body.Name = "body"
  111. body.Parent = main
  112. body.BackgroundColor3 = Color3.new(1, 1, 1)
  113. body.BackgroundTransparency = 1
  114. body.ClipsDescendants = true
  115. body.Position = UDim2.new(0, 0, 0, 7)
  116. body.Selectable = true
  117. body.Size = UDim2.new(1, 0, 0, 600)
  118. body.Image = "rbxassetid://760929926"
  119. body.ImageColor3 = Color3.new(0, 0, 0)
  120. body.ScaleType = Enum.ScaleType.Slice
  121. body.SliceCenter = Rect.new(5, 5, 5, 5)
  122.  
  123. main.Size = UDim2.new(0, 490, 0, body.Size.Y.Offset)
  124.  
  125. lines.Name = "lines"
  126. lines.Parent = body
  127.  
  128. hackname.Name = "hackname"
  129. hackname.Parent = body
  130. hackname.BackgroundColor3 = Color3.new(1, 1, 1)
  131. hackname.BackgroundTransparency = 1
  132. hackname.Selectable = true
  133. hackname.Size = UDim2.new(0, 75, 0, 39)
  134. hackname.Font = Enum.Font.GothamBold
  135. hackname.Text = "Cuteware"
  136. hackname.TextColor3 = Color3.new(1, 1, 1)
  137. hackname.TextSize = 17
  138. hackname.TextStrokeTransparency = 0.94999998807907
  139. hackname.TextXAlignment = Enum.TextXAlignment.Right
  140.  
  141. legit.Name = "legit"
  142. legit.Parent = body
  143. legit.BackgroundColor3 = Color3.new(1, 1, 1)
  144. legit.BackgroundTransparency = 1
  145. legit.Position = UDim2.new(0, 93, 0, 3)
  146. legit.Size = UDim2.new(0, 66, 0, 32)
  147. legit.ZIndex = 1231231
  148. legit.Font = Enum.Font.GothamBold
  149. legit.Text = "Legit"
  150. legit.TextColor3 = Color3.new(1, 1, 1)
  151. legit.TextSize = 10
  152.  
  153. rage.Name = "rage"
  154. rage.Parent = body
  155. rage.BackgroundColor3 = Color3.new(1, 1, 1)
  156. rage.BackgroundTransparency = 1
  157. rage.Position = UDim2.new(0, 168, 0, 3)
  158. rage.Size = UDim2.new(0, 67, 0, 32)
  159. rage.ZIndex = 1231231
  160. rage.Selected = true
  161. rage.Font = Enum.Font.GothamBold
  162. rage.Text = "Rage"
  163. rage.TextColor3 = Color3.new(1, 1, 1)
  164. rage.TextSize = 10
  165.  
  166. antiaim.Name = "antiaim"
  167. antiaim.Parent = body
  168. antiaim.BackgroundColor3 = Color3.new(1, 1, 1)
  169. antiaim.BackgroundTransparency = 1
  170. antiaim.Position = UDim2.new(0, 245, 0, 3)
  171. antiaim.Size = UDim2.new(0, 77, 0, 32)
  172. antiaim.ZIndex = 1231231
  173. antiaim.Selected = true
  174. antiaim.Font = Enum.Font.GothamBold
  175. antiaim.Text = "Anti-Aim"
  176. antiaim.TextColor3 = Color3.new(1, 1, 1)
  177. antiaim.TextSize = 10
  178.  
  179. misc.Name = "misc"
  180. misc.Parent = body
  181. misc.BackgroundColor3 = Color3.new(1, 1, 1)
  182. misc.BackgroundTransparency = 1
  183. misc.Position = UDim2.new(0, 410, 0, 3)
  184. misc.Size = UDim2.new(0, 65, 0, 32)
  185. misc.ZIndex = 1231231
  186. misc.Selected = true
  187. misc.Font = Enum.Font.GothamBold
  188. misc.Text = "Misc"
  189. misc.TextColor3 = Color3.new(1, 1, 1)
  190. misc.TextSize = 10
  191.  
  192. selection.Name = "selection"
  193. selection.Parent = body
  194. selection.BackgroundColor3 = Color3.new(1, 1, 1)
  195. selection.BackgroundTransparency = 1
  196. selection.Position = UDim2.new(0, 98, 0, 10)
  197. selection.Selectable = true
  198. selection.Size = UDim2.new(0, 60, 0, 19)
  199. selection.ZIndex = 612
  200. selection.Image = "rbxassetid://760929926"
  201. selection.ImageColor3 = Color3.new(0.14902, 0.156863, 0.196078)
  202. selection.ScaleType = Enum.ScaleType.Slice
  203. selection.SliceCenter = Rect.new(5, 5, 5, 5)
  204.  
  205. tabs.Name = "tabs"
  206. tabs.Parent = body
  207. tabs.BackgroundColor3 = Color3.new(1, 1, 1)
  208. tabs.BackgroundTransparency = 1
  209. tabs.Position = UDim2.new(0, 0, 0, 40)
  210. tabs.Size = UDim2.new(4, 0, 1, -70)
  211.  
  212. legittab.Name = "legittab"
  213. legittab.Parent = tabs
  214. legittab.BackgroundColor3 = Color3.new(1, 1, 1)
  215. legittab.BackgroundTransparency = 1
  216. legittab.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  217. legittab.Size = UDim2.new(0.25, 0, 1, 0)
  218.  
  219. FIRST_legit.Name = "FIRST_legit"
  220. FIRST_legit.Parent = legittab
  221. FIRST_legit.BackgroundColor3 = Color3.new(1, 1, 1)
  222. FIRST_legit.BackgroundTransparency = 1
  223. FIRST_legit.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  224. FIRST_legit.Size = UDim2.new(1, 0, 1, 0)
  225.  
  226. antiaimtab.Name = "antiaimtab"
  227. antiaimtab.Parent = tabs
  228. antiaimtab.BackgroundColor3 = Color3.new(1, 1, 1)
  229. antiaimtab.BackgroundTransparency = 1
  230. antiaimtab.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  231. antiaimtab.Size = UDim2.new(0.25, 0, 1, 0)
  232. antiaimtab.Visible = false
  233.  
  234. FIRST_antiaim.Name = "FIRST_antiaim"
  235. FIRST_antiaim.Parent = antiaimtab
  236. FIRST_antiaim.BackgroundColor3 = Color3.new(1, 1, 1)
  237. FIRST_antiaim.BackgroundTransparency = 1
  238. FIRST_antiaim.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  239. FIRST_antiaim.Size = UDim2.new(1, 0, 1, 0)
  240.  
  241. ragetab.Name = "ragetab"
  242. ragetab.Parent = tabs
  243. ragetab.BackgroundColor3 = Color3.new(1, 1, 1)
  244. ragetab.BackgroundTransparency = 1
  245. ragetab.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  246. ragetab.Size = UDim2.new(0.25, 0, 1, 0)
  247. ragetab.Visible = false
  248.  
  249. FIRST_rage.Name = "FIRST_rage"
  250. FIRST_rage.Parent = ragetab
  251. FIRST_rage.BackgroundColor3 = Color3.new(1, 1, 1)
  252. FIRST_rage.BackgroundTransparency = 1
  253. FIRST_rage.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  254. FIRST_rage.Size = UDim2.new(1, 0, 1, 0)
  255.  
  256. misctab.Name = "misctab"
  257. misctab.Parent = tabs
  258. misctab.BackgroundColor3 = Color3.new(1, 1, 1)
  259. misctab.BackgroundTransparency = 1
  260. misctab.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  261. misctab.Size = UDim2.new(0.25, 0, 1, 0)
  262. misctab.Visible = false
  263.  
  264. local GENERAL = Instance.new("TextButton")
  265. local SKINS = Instance.new("TextButton")
  266. local PERFORMANCE = Instance.new("TextButton")
  267. local SCRIPT = Instance.new("TextButton")
  268. local ICON_SKINS = Instance.new("ImageLabel")
  269. local ICON_GENERAL = Instance.new("ImageLabel")
  270. local ICON_SCRIPT = Instance.new("ImageLabel")
  271. local ICON_PERFORMANCE = Instance.new("ImageLabel")
  272. local FIRST_misc = Instance.new("Frame")
  273. local misc_1 = Instance.new("Frame")
  274. local misc_2 = Instance.new("Frame")
  275. local misc_3 = Instance.new("Frame")
  276. local misc_4 = Instance.new("Frame")
  277. local selection_misctab = Instance.new("ImageLabel")
  278.  
  279. selection_misctab.Name = "selection_misctab"
  280. selection_misctab.Parent = misctab
  281. selection_misctab.BackgroundColor3 = Color3.new(1, 1, 1)
  282. selection_misctab.BackgroundTransparency = 1
  283. selection_misctab.ClipsDescendants = true
  284. selection_misctab.Position = UDim2.new(0, 15, 0, 10)
  285. selection_misctab.Selectable = true
  286. selection_misctab.Size = UDim2.new(1, -30, 0, 60)
  287. selection_misctab.Image = "rbxassetid://760929926"
  288. selection_misctab.ImageColor3 = Color3.new(0.14902, 0.156863, 0.196078)
  289. selection_misctab.ScaleType = Enum.ScaleType.Slice
  290. selection_misctab.SliceCenter = Rect.new(5, 5, 5, 5)
  291.  
  292. GENERAL.Name = "GENERAL"
  293. GENERAL.Parent = selection_misctab
  294. GENERAL.BackgroundColor3 = Color3.new(1, 1, 1)
  295. GENERAL.BackgroundTransparency = 1
  296. GENERAL.Position = UDim2.new(0, 30, 0, 0)
  297. GENERAL.Size = UDim2.new(0, 70, 1, -10)
  298. GENERAL.Font = Enum.Font.GothamBold
  299. GENERAL.Text = "GENERAL"
  300. GENERAL.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  301. GENERAL.TextSize = 10
  302. GENERAL.TextYAlignment = Enum.TextYAlignment.Bottom
  303.  
  304. SKINS.Name = "SKINS"
  305. SKINS.Parent = selection_misctab
  306. SKINS.BackgroundColor3 = Color3.new(1, 1, 1)
  307. SKINS.BackgroundTransparency = 1
  308. SKINS.Position = UDim2.new(0, 255, 0, 0)
  309. SKINS.Size = UDim2.new(0, 70, 1, -10)
  310. SKINS.Font = Enum.Font.GothamBold
  311. SKINS.Text = "SKINS"
  312. SKINS.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  313. SKINS.TextSize = 10
  314. SKINS.TextYAlignment = Enum.TextYAlignment.Bottom
  315.  
  316. PERFORMANCE.Name = "PERFORMANCE"
  317. PERFORMANCE.Parent = selection_misctab
  318. PERFORMANCE.BackgroundColor3 = Color3.new(1, 1, 1)
  319. PERFORMANCE.BackgroundTransparency = 1
  320. PERFORMANCE.Position = UDim2.new(0, 135, 0, 0)
  321. PERFORMANCE.Size = UDim2.new(0, 70, 1, -10)
  322. PERFORMANCE.Font = Enum.Font.GothamBold
  323. PERFORMANCE.Text = "PERFORMANCE"
  324. PERFORMANCE.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  325. PERFORMANCE.TextSize = 10
  326. PERFORMANCE.TextYAlignment = Enum.TextYAlignment.Bottom
  327.  
  328. SCRIPT.Name = "SCRIPT"
  329. SCRIPT.Parent = selection_misctab
  330. SCRIPT.BackgroundColor3 = Color3.new(1, 1, 1)
  331. SCRIPT.BackgroundTransparency = 1
  332. SCRIPT.Position = UDim2.new(0, 360, 0, 0)
  333. SCRIPT.Size = UDim2.new(0, 70, 1, -10)
  334. SCRIPT.Font = Enum.Font.GothamBold
  335. SCRIPT.Text = "SCRIPT"
  336. SCRIPT.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  337. SCRIPT.TextSize = 10
  338. SCRIPT.TextYAlignment = Enum.TextYAlignment.Bottom
  339.  
  340. ICON_SKINS.Name = "ICON_SKINS"
  341. ICON_SKINS.Parent = selection_misctab
  342. ICON_SKINS.BackgroundColor3 = Color3.new(1, 1, 1)
  343. ICON_SKINS.BackgroundTransparency = 1
  344. ICON_SKINS.Position = UDim2.new(0, 278, 0, 8)
  345. ICON_SKINS.Size = UDim2.new(0, 23, 0, 23)
  346. ICON_SKINS.Image = "http://www.roblox.com/asset/?id=2992801749"
  347.  
  348. ICON_GENERAL.Name = "ICON_GENERAL"
  349. ICON_GENERAL.Parent = selection_misctab
  350. ICON_GENERAL.BackgroundColor3 = Color3.new(1, 1, 1)
  351. ICON_GENERAL.BackgroundTransparency = 1
  352. ICON_GENERAL.Position = UDim2.new(0, 55, 0, 8)
  353. ICON_GENERAL.Size = UDim2.new(0, 23, 0, 23)
  354. ICON_GENERAL.Image = "rbxassetid://183390139"
  355.  
  356. ICON_SCRIPT.Name = "ICON_SCRIPT"
  357. ICON_SCRIPT.Parent = selection_misctab
  358. ICON_SCRIPT.BackgroundColor3 = Color3.new(1, 1, 1)
  359. ICON_SCRIPT.BackgroundTransparency = 1
  360. ICON_SCRIPT.Position = UDim2.new(0, 383, 0, 8)
  361. ICON_SCRIPT.Size = UDim2.new(0, 23, 0, 23)
  362. ICON_SCRIPT.Image = "http://www.roblox.com/asset/?id=4529595292"
  363.  
  364. ICON_PERFORMANCE.Name = "ICON_PERFORMANCE"
  365. ICON_PERFORMANCE.Parent = selection_misctab
  366. ICON_PERFORMANCE.BackgroundColor3 = Color3.new(1, 1, 1)
  367. ICON_PERFORMANCE.BackgroundTransparency = 1
  368. ICON_PERFORMANCE.Position = UDim2.new(0, 158, 0, 8)
  369. ICON_PERFORMANCE.Size = UDim2.new(0, 23, 0, 23)
  370. ICON_PERFORMANCE.Image = "http://www.roblox.com/asset/?id=4529590010"
  371. ICON_PERFORMANCE.ScaleType = Enum.ScaleType.Slice
  372.  
  373. FIRST_misc.Name = "FIRST_misc"
  374. FIRST_misc.Parent = misctab
  375. FIRST_misc.BackgroundColor3 = Color3.new(1, 1, 1)
  376. FIRST_misc.BackgroundTransparency = 1
  377. FIRST_misc.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  378. FIRST_misc.Position = UDim2.new(0, 0, 0, 70)
  379. FIRST_misc.Size = UDim2.new(1, 0, 1, -70)
  380.  
  381. misc_1.Name = "misc_1"
  382. misc_1.Parent = FIRST_misc
  383. misc_1.BackgroundColor3 = Color3.new(1, 1, 1)
  384. misc_1.BackgroundTransparency = 1
  385. misc_1.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  386. misc_1.Size = UDim2.new(1, 0, 1, 0)
  387.  
  388. misc_2.Name = "misc_2"
  389. misc_2.Parent = FIRST_misc
  390. misc_2.BackgroundColor3 = Color3.new(1, 1, 1)
  391. misc_2.BackgroundTransparency = 1
  392. misc_2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  393. misc_2.Size = UDim2.new(1, 0, 1, 0)
  394. misc_2.Visible = false
  395. misc_3.Name = "misc_3"
  396. misc_3.Parent = FIRST_misc
  397. misc_3.BackgroundColor3 = Color3.new(1, 1, 1)
  398. misc_3.BackgroundTransparency = 1
  399. misc_3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  400. misc_3.Size = UDim2.new(1, 0, 1, 0)
  401. misc_3.Visible = false
  402.  
  403. misc_4.Name = "misc_4"
  404. misc_4.Parent = FIRST_misc
  405. misc_4.BackgroundColor3 = Color3.new(1, 1, 1)
  406. misc_4.BackgroundTransparency = 1
  407. misc_4.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  408. misc_4.Size = UDim2.new(1, 0, 1, 0)
  409. misc_4.Visible = false
  410. FIRST_misc.Name = "FIRST_misc"
  411. FIRST_misc.Parent = misctab
  412. FIRST_misc.BackgroundColor3 = Color3.new(1, 1, 1)
  413. FIRST_misc.BackgroundTransparency = 1
  414. FIRST_misc.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  415. FIRST_misc.Size = UDim2.new(1, 0, 1, 0)
  416.  
  417. visualtab.Name = "visualtab"
  418. visualtab.Parent = tabs
  419. visualtab.BackgroundColor3 = Color3.new(1, 1, 1)
  420. visualtab.BackgroundTransparency = 1
  421. visualtab.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  422. visualtab.Size = UDim2.new(0.25, 0, 1, 0)
  423. visualtab.Visible = false
  424.  
  425. FIRST_visual.Name = "FIRST_visual"
  426. FIRST_visual.Parent = visualtab
  427. FIRST_visual.BackgroundColor3 = Color3.new(1, 1, 1)
  428. FIRST_visual.BackgroundTransparency = 1
  429. FIRST_visual.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  430. FIRST_visual.Position = UDim2.new(0, 0, 0, 70)
  431. FIRST_visual.Size = UDim2.new(1, 0, 1, -70)
  432.  
  433. local visual_1 = Instance.new("Frame")
  434. local visual_2 = Instance.new("Frame")
  435. local visual_3 = Instance.new("Frame")
  436. local visual_4 = Instance.new("Frame")
  437.  
  438. visual_1.Name = "visual_1"
  439. visual_1.Parent = FIRST_visual
  440. visual_1.BackgroundColor3 = Color3.new(1, 1, 1)
  441. visual_1.BackgroundTransparency = 1
  442. visual_1.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  443. visual_1.Size = UDim2.new(1, 0, 1, 0)
  444. visual_1.Visible = true
  445.  
  446. visual_2.Name = "visual_2"
  447. visual_2.Parent = FIRST_visual
  448. visual_2.BackgroundColor3 = Color3.new(1, 1, 1)
  449. visual_2.BackgroundTransparency = 1
  450. visual_2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  451. visual_2.Size = UDim2.new(1, 0, 1, 0)
  452. visual_2.Visible = false
  453.  
  454. visual_3.Name = "visual_3"
  455. visual_3.Parent = FIRST_visual
  456. visual_3.BackgroundColor3 = Color3.new(1, 1, 1)
  457. visual_3.BackgroundTransparency = 1
  458. visual_3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  459. visual_3.Size = UDim2.new(1, 0, 1, 0)
  460. visual_3.Visible = false
  461.  
  462. visual_4.Name = "visual_4"
  463. visual_4.Parent = FIRST_visual
  464. visual_4.BackgroundColor3 = Color3.new(1, 1, 1)
  465. visual_4.BackgroundTransparency = 1
  466. visual_4.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  467. visual_4.Size = UDim2.new(1, 0, 1, 0)
  468. visual_4.Visible = false
  469.  
  470. selection_visualtab.Name = "selection_visualtab"
  471. selection_visualtab.Parent = visualtab
  472. selection_visualtab.BackgroundColor3 = Color3.new(1, 1, 1)
  473. selection_visualtab.BackgroundTransparency = 1
  474. selection_visualtab.ClipsDescendants = true
  475. selection_visualtab.Position = UDim2.new(0, 15, 0, 10)
  476. selection_visualtab.Selectable = true
  477. selection_visualtab.Size = UDim2.new(1, -30, 0, 60)
  478. selection_visualtab.Image = "rbxassetid://760929926"
  479. selection_visualtab.ImageColor3 = Color3.new(0.14902, 0.156863, 0.196078)
  480. selection_visualtab.ScaleType = Enum.ScaleType.Slice
  481. selection_visualtab.SliceCenter = Rect.new(5, 5, 5, 5)
  482.  
  483. SELF.Name = "SELF"
  484. SELF.Parent = selection_visualtab
  485. SELF.BackgroundColor3 = Color3.new(1, 1, 1)
  486. SELF.BackgroundTransparency = 1
  487. SELF.Position = UDim2.new(0, 30, 0, 0)
  488. SELF.Size = UDim2.new(0, 70, 1, -10)
  489. SELF.Font = Enum.Font.GothamBold
  490. SELF.Text = "SELF"
  491. SELF.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  492. SELF.TextSize = 10
  493. SELF.TextYAlignment = Enum.TextYAlignment.Bottom
  494.  
  495. FRIENDLIES.Name = "FRIENDLIES"
  496. FRIENDLIES.Parent = selection_visualtab
  497. FRIENDLIES.BackgroundColor3 = Color3.new(1, 1, 1)
  498. FRIENDLIES.BackgroundTransparency = 1
  499. FRIENDLIES.Position = UDim2.new(0, 255, 0, 0)
  500. FRIENDLIES.Size = UDim2.new(0, 70, 1, -10)
  501. FRIENDLIES.Font = Enum.Font.GothamBold
  502. FRIENDLIES.Text = "FRIENDLIES"
  503. FRIENDLIES.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  504. FRIENDLIES.TextSize = 10
  505. FRIENDLIES.TextYAlignment = Enum.TextYAlignment.Bottom
  506.  
  507. ENEMIES.Name = "ENEMIES"
  508. ENEMIES.Parent = selection_visualtab
  509. ENEMIES.BackgroundColor3 = Color3.new(1, 1, 1)
  510. ENEMIES.BackgroundTransparency = 1
  511. ENEMIES.Position = UDim2.new(0, 135, 0, 0)
  512. ENEMIES.Size = UDim2.new(0, 70, 1, -10)
  513. ENEMIES.Font = Enum.Font.GothamBold
  514. ENEMIES.Text = "ENEMIES"
  515. ENEMIES.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  516. ENEMIES.TextSize = 10
  517. ENEMIES.TextYAlignment = Enum.TextYAlignment.Bottom
  518.  
  519. WORLD.Name = "WORLD"
  520. WORLD.Parent = selection_visualtab
  521. WORLD.BackgroundColor3 = Color3.new(1, 1, 1)
  522. WORLD.BackgroundTransparency = 1
  523. WORLD.Position = UDim2.new(0, 360, 0, 0)
  524. WORLD.Size = UDim2.new(0, 70, 1, -10)
  525. WORLD.Font = Enum.Font.GothamBold
  526. WORLD.Text = "WORLD"
  527. WORLD.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  528. WORLD.TextSize = 10
  529. WORLD.TextYAlignment = Enum.TextYAlignment.Bottom
  530.  
  531. ICON_FRIENDLIES.Name = "ICON_FRIENDLIES"
  532. ICON_FRIENDLIES.Parent = selection_visualtab
  533. ICON_FRIENDLIES.BackgroundColor3 = Color3.new(1, 1, 1)
  534. ICON_FRIENDLIES.BackgroundTransparency = 1
  535. ICON_FRIENDLIES.Position = UDim2.new(0, 278, 0, 8)
  536. ICON_FRIENDLIES.Size = UDim2.new(0, 23, 0, 23)
  537. ICON_FRIENDLIES.Image = "http://www.roblox.com/asset/?id=2484564290"
  538.  
  539. ICON_SELF.Name = "ICON_SELF"
  540. ICON_SELF.Parent = selection_visualtab
  541. ICON_SELF.BackgroundColor3 = Color3.new(1, 1, 1)
  542. ICON_SELF.BackgroundTransparency = 1
  543. ICON_SELF.Position = UDim2.new(0, 55, 0, 8)
  544. ICON_SELF.Size = UDim2.new(0, 23, 0, 23)
  545. ICON_SELF.Image = "rbxassetid://4529558639"
  546.  
  547. ICON_WORLD.Name = "ICON_WORLD"
  548. ICON_WORLD.Parent = selection_visualtab
  549. ICON_WORLD.BackgroundColor3 = Color3.new(1, 1, 1)
  550. ICON_WORLD.BackgroundTransparency = 1
  551. ICON_WORLD.Position = UDim2.new(0, 383, 0, 8)
  552. ICON_WORLD.Size = UDim2.new(0, 23, 0, 23)
  553. ICON_WORLD.Image = "http://www.roblox.com/asset/?id=524302408"
  554.  
  555. ICON_ENEMIES.Name = "ICON_ENEMIES"
  556. ICON_ENEMIES.Parent = selection_visualtab
  557. ICON_ENEMIES.BackgroundColor3 = Color3.new(1, 1, 1)
  558. ICON_ENEMIES.BackgroundTransparency = 1
  559. ICON_ENEMIES.Position = UDim2.new(0, 158, 0, 8)
  560. ICON_ENEMIES.Size = UDim2.new(0, 23, 0, 23)
  561. ICON_ENEMIES.Image = "http://www.roblox.com/asset/?id=4476927981"
  562. ICON_ENEMIES.ScaleType = Enum.ScaleType.Slice
  563.  
  564. config.Name = "config"
  565. config.Parent = body
  566. config.BackgroundColor3 = Color3.new(1, 1, 1)
  567. config.BackgroundTransparency = 1
  568. config.Position = UDim2.new(1, -35, 1, -25)
  569. config.Size = UDim2.new(0, 25, 0, 25)
  570. config.ZIndex = 10000
  571. config.Image = "http://www.roblox.com/asset/?id=193272460"
  572.  
  573. username.Name = "username"
  574. username.Parent = body
  575. username.BackgroundColor3 = Color3.new(1, 1, 1)
  576. username.BackgroundTransparency = 1
  577. username.Position = UDim2.new(0, 10, 1, -20)
  578. username.Size = UDim2.new(0, 80, 0, 15)
  579. username.ZIndex = 10000
  580. username.Font = Enum.Font.GothamSemibold
  581. username.Text = "username"
  582. username.TextColor3 = Color3.new(1, 1, 1)
  583. username.TextSize = 12
  584. username.TextStrokeTransparency = 0.94999998807907
  585. username.TextXAlignment = Enum.TextXAlignment.Left
  586.  
  587. visual.Name = "visual"
  588. visual.Parent = body
  589. visual.BackgroundColor3 = Color3.new(1, 1, 1)
  590. visual.BackgroundTransparency = 1
  591. visual.Position = UDim2.new(0, 333, 0, 3)
  592. visual.Size = UDim2.new(0, 65, 0, 32)
  593. visual.ZIndex = 1231231
  594. visual.Selected = true
  595. visual.Font = Enum.Font.GothamBold
  596. visual.Text = "Visual"
  597. visual.TextColor3 = Color3.new(1, 1, 1)
  598. visual.TextSize = 10
  599.  
  600. configmain.Name = "configmain"
  601. configmain.Parent = Cuteware
  602. configmain.BackgroundColor3 = Color3.new(1, 1, 1)
  603. configmain.BackgroundTransparency = 1
  604. configmain.Position = UDim2.new(0.5, 109, 0.5, 10)
  605. configmain.Selectable = true
  606. configmain.Size = UDim2.new(0, 218, 0, 20)
  607. configmain.Visible = false
  608. configmain.ZIndex = 1000000
  609. configmain.Image = "rbxassetid://2260429633"
  610. configmain.ImageColor3 = Color3.new(1, 0, 1)
  611. configmain.ScaleType = Enum.ScaleType.Slice
  612. configmain.SliceCenter = Rect.new(12, 12, 13, 13)
  613.  
  614. configbody.Name = "configbody"
  615. configbody.Parent = configmain
  616. configbody.BackgroundColor3 = Color3.new(1, 1, 1)
  617. configbody.BackgroundTransparency = 1
  618. configbody.ClipsDescendants = true
  619. configbody.Position = UDim2.new(0, 0, 0, 4)
  620. configbody.Selectable = true
  621. configbody.Size = UDim2.new(1, 0, 5.3499999, 100)
  622. configbody.Image = "rbxassetid://760929926"
  623. configbody.ImageColor3 = Color3.new(0, 0, 0)
  624. configbody.ScaleType = Enum.ScaleType.Slice
  625. configbody.SliceCenter = Rect.new(5, 5, 5, 5)
  626.  
  627. title.Name = "title"
  628. title.Parent = configbody
  629. title.BackgroundColor3 = Color3.new(1, 1, 1)
  630. title.BackgroundTransparency = 1
  631. title.BorderSizePixel = 0
  632. title.Size = UDim2.new(1, 0, 0, 25)
  633. title.Font = Enum.Font.GothamSemibold
  634. title.Text = "Configuration"
  635. title.TextColor3 = Color3.new(1, 1, 1)
  636. title.TextSize = 11
  637.  
  638. configlist.Name = "configlist"
  639. configlist.Parent = configbody
  640. configlist.BackgroundColor3 = Color3.new(0.2, 0.207843, 0.247059)
  641. configlist.BorderSizePixel = 0
  642. configlist.Position = UDim2.new(0, 10, 0, 30)
  643. configlist.Size = UDim2.new(1, -20, -0.0606060661, 100)
  644. configlist.ScrollBarThickness = 0
  645.  
  646. listthing.Name = "listthing"
  647. listthing.Parent = configlist
  648. listthing.SortOrder = Enum.SortOrder.LayoutOrder
  649. listthing.Padding = UDim.new(0,1)
  650.  
  651. createconfig.Name = "createconfig"
  652. createconfig.Parent = configbody
  653. createconfig.BackgroundColor3 = Color3.new(0.14902, 0.156863, 0.196078)
  654. createconfig.BorderSizePixel = 0
  655. createconfig.Position = UDim2.new(0, 10, 0, 180)
  656. createconfig.Size = UDim2.new(1, -20, 0, 20)
  657. createconfig.Font = Enum.Font.GothamSemibold
  658. createconfig.Text = "Create"
  659. createconfig.TextColor3 = Color3.new(1, 1, 1)
  660. createconfig.TextSize = 11
  661. createconfig.TextWrapped = true
  662.  
  663. saveconfig.Name = "saveconfig"
  664. saveconfig.Parent = configbody
  665. saveconfig.BackgroundColor3 = Color3.new(0.14902, 0.156863, 0.196078)
  666. saveconfig.BorderSizePixel = 0
  667. saveconfig.Position = UDim2.new(0, 10, 0, 127)
  668. saveconfig.Size = UDim2.new(0, 60, 0, 20)
  669. saveconfig.Font = Enum.Font.GothamSemibold
  670. saveconfig.Text = "Save"
  671. saveconfig.TextColor3 = Color3.new(1, 1, 1)
  672. saveconfig.TextSize = 11
  673. saveconfig.TextWrapped = true
  674.  
  675. loadconfig.Name = "loadconfig"
  676. loadconfig.Parent = configbody
  677. loadconfig.BackgroundColor3 = Color3.new(0.14902, 0.156863, 0.196078)
  678. loadconfig.BorderSizePixel = 0
  679. loadconfig.Position = UDim2.new(0, 79, 0, 127)
  680. loadconfig.Size = UDim2.new(0, 60, 0, 20)
  681. loadconfig.Font = Enum.Font.GothamSemibold
  682. loadconfig.Text = "Load"
  683. loadconfig.TextColor3 = Color3.new(1, 1, 1)
  684. loadconfig.TextSize = 11
  685. loadconfig.TextWrapped = true
  686.  
  687. deleteconfig.Name = "deleteconfig"
  688. deleteconfig.Parent = configbody
  689. deleteconfig.BackgroundColor3 = Color3.new(0.14902, 0.156863, 0.196078)
  690. deleteconfig.BorderSizePixel = 0
  691. deleteconfig.Position = UDim2.new(0, 148, 0, 127)
  692. deleteconfig.Size = UDim2.new(0, 60, 0, 20)
  693. deleteconfig.Font = Enum.Font.GothamSemibold
  694. deleteconfig.Text = "Delete"
  695. deleteconfig.TextColor3 = Color3.new(1, 1, 1)
  696. deleteconfig.TextSize = 11
  697. deleteconfig.TextWrapped = true
  698.  
  699. filename.Name = "filename"
  700. filename.Parent = configbody
  701. filename.BackgroundColor3 = Color3.new(0.14902, 0.156863, 0.196078)
  702. filename.BorderSizePixel = 0
  703. filename.Position = UDim2.new(0, 10, 0, 153)
  704. filename.Size = UDim2.new(1, -20, 0, 20)
  705. filename.Font = Enum.Font.GothamSemibold
  706. filename.PlaceholderColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  707. filename.PlaceholderText = "File Name"
  708. filename.Text = ""
  709. filename.TextColor3 = Color3.new(1, 1, 1)
  710. filename.TextSize = 11
  711.  
  712. local line3 = Instance.new("Frame")
  713. local line2 = Instance.new("Frame")
  714. local line1 = Instance.new("Frame")
  715. local line = Instance.new("Frame")
  716.  
  717. line3.Name = "line3"
  718. line3.Parent = lines
  719. line3.BackgroundColor3 = Color3.new(0.211765, 0.231373, 0.247059)
  720. line3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  721. line3.BorderSizePixel = 0
  722. line3.Position = UDim2.new(0, 80, 0, 6)
  723. line3.Size = UDim2.new(0, 1, 0, 28)
  724. line3.ZIndex = 123131
  725.  
  726. line2.Name = "line2"
  727. line2.Parent = lines
  728. line2.BackgroundColor3 = Color3.new(0.211765, 0.231373, 0.247059)
  729. line2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  730. line2.BorderSizePixel = 0
  731. line2.Position = UDim2.new(0, 10, 1, -27)
  732. line2.Selectable = true
  733. line2.Size = UDim2.new(1, -20, 0, 1)
  734. line2.ZIndex = 123131
  735.  
  736. line1.Name = "line1"
  737. line1.Parent = lines
  738. line1.BackgroundColor3 = Color3.new(0.211765, 0.231373, 0.247059)
  739. line1.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  740. line1.BorderSizePixel = 0
  741. line1.Position = UDim2.new(0, 10, 0, 40)
  742. line1.Size = UDim2.new(1, -20, 0, 1)
  743. line1.ZIndex = 123131
  744.  
  745. line.Name = "line"
  746. line.Parent = body
  747. line.BackgroundColor3 = Color3.new(0, 0, 0)
  748. line.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  749. line.BorderSizePixel = 0
  750. line.Position = UDim2.new(0, 10, 1, -26)
  751. line.Selectable = true
  752. line.Size = UDim2.new(1, -20, 0, 26)
  753. line.ZIndex = 100
  754.  
  755. local configfolder = Instance.new("Folder",Cuteware)
  756. configfolder.Name = "configfolder"
  757.  
  758. --[[function refreshSizeTAB(tab)
  759. for i,v in pairs(tab:GetDescendants()) do
  760. local check = collumnBox.Position.Y.Offset+collumnBox.Size.Y.Offset
  761. if check > 265 then
  762.  
  763. end
  764. end
  765. end--]]
  766.  
  767. antiaim.MouseButton1Click:connect(function()
  768. selection:TweenPosition(UDim2.new(0,antiaim.Position.X.Offset+7,0,10),"Out","Quad",0.1,true,nil)
  769. for i,v in pairs(tabs:GetChildren()) do if v == antiaimtab then v.Visible = true else v.Visible = false end end
  770. end)
  771. legit.MouseButton1Click:connect(function()
  772. selection:TweenPosition(UDim2.new(0,legit.Position.X.Offset+4,0,10),"Out","Quad",0.1,true,nil)
  773. for i,v in pairs(tabs:GetChildren()) do if v == legittab then v.Visible = true else v.Visible = false end end
  774. end)
  775. misc.MouseButton1Click:connect(function()
  776. selection:TweenPosition(UDim2.new(0,misc.Position.X.Offset+4,0,10),"Out","Quad",0.1,true,nil)
  777. for i,v in pairs(tabs:GetChildren()) do if v == misctab then v.Visible = true else v.Visible = false end end
  778. end)
  779. rage.MouseButton1Click:connect(function()
  780. selection:TweenPosition(UDim2.new(0,rage.Position.X.Offset+4,0,10),"Out","Quad",0.1,true,nil)
  781. for i,v in pairs(tabs:GetChildren()) do if v == ragetab then v.Visible = true else v.Visible = false end end
  782. end)
  783. visual.MouseButton1Click:connect(function()
  784. selection:TweenPosition(UDim2.new(0,visual.Position.X.Offset,0,10),"Out","Quad",0.1,true,nil)
  785. for i,v in pairs(tabs:GetChildren()) do if v == visualtab then v.Visible = true else v.Visible = false end end
  786. end)
  787.  
  788. body.Changed:Connect(function()
  789. main.Size = UDim2.new(0, 490, 0, body.Size.Y.Offset)
  790. end)
  791.  
  792. config.MouseButton1Click:connect(function()
  793. configmain.Visible = (not configmain.Visible)
  794. end)
  795.  
  796. function addcategory(info)
  797. local category = Instance.new("Frame")
  798. local scrolldesign = Instance.new("ImageLabel")
  799. local top = Instance.new("Frame")
  800. local title = Instance.new("TextLabel")
  801. local content = Instance.new("ScrollingFrame")
  802. local sizefixer = Instance.new("Frame")
  803. local UIListLayout = Instance.new("UIListLayout")
  804.  
  805. category.Name = "category"
  806. category.BackgroundColor3 = Color3.new(0, 0, 0)
  807. category.BorderColor3 = Color3.new(0.211765, 0.231373, 0.247059)
  808. category.Size = UDim2.new(0, 225, 0, info['lenght'])
  809.  
  810. local postoday;
  811. if #info["parent"]:GetChildren() == 0 then
  812. postoday = UDim2.new(0,10,0,10)
  813. else
  814. if (info["parent"]:GetChildren()[#info["parent"]:GetChildren()].Size.Y.Offset - info["parent"]:GetChildren()[#info["parent"]:GetChildren()].Position.Y.Offset) <= 150 then
  815. if info["parent"]:GetChildren()[#info["parent"]:GetChildren()].Position.Y.Offset == 10 then
  816. postoday = UDim2.new(0, info["parent"]:GetChildren()[#info["parent"]:GetChildren()].Position.X.Offset, 0, info["parent"]:GetChildren()[#info["parent"]:GetChildren()].Size.Y.Offset + 20)
  817. else
  818. postoday = UDim2.new(0, info["parent"]:GetChildren()[#info["parent"]:GetChildren()].Size.X.Offset + 25, 0, 10)
  819. end
  820. else
  821. postoday = UDim2.new(0, info["parent"]:GetChildren()[#info["parent"]:GetChildren()].Size.X.Offset + 25, 0, 10)
  822. end
  823. end
  824. category.Position = postoday
  825. category.Parent = info['parent']
  826.  
  827. scrolldesign.Name = "scrolldesign"
  828. scrolldesign.Parent = category
  829. scrolldesign.BackgroundColor3 = Color3.new(1, 1, 1)
  830. scrolldesign.BackgroundTransparency = 1
  831. scrolldesign.Position = UDim2.new(1, -5, 0, 5)
  832. scrolldesign.Size = UDim2.new(0, 5, 1, -18)
  833. scrolldesign.ZIndex = -2
  834. scrolldesign.Image = "rbxassetid://2260429633"
  835. scrolldesign.ImageColor3 = Color3.new(0.121569, 0.129412, 0.156863)
  836. scrolldesign.ScaleType = Enum.ScaleType.Slice
  837. scrolldesign.SliceCenter = Rect.new(12, 12, 13, 13)
  838.  
  839. top.Name = "top"
  840. top.Parent = category
  841. top.BackgroundColor3 = Color3.new(1, 0, 1)
  842. top.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  843. top.BorderSizePixel = 0
  844. top.Size = UDim2.new(1, 0, 0, 1)
  845. top.ZIndex = 10000
  846.  
  847. title.Name = "title"
  848. title.Parent = top
  849. title.AnchorPoint = Vector2.new(0.5, 0.5)
  850. title.BackgroundColor3 = Color3.new(0, 0, 0)
  851. title.BorderSizePixel = 0
  852. title.Position = UDim2.new(0.5, 0, 0, 0)
  853. title.Font = Enum.Font.GothamSemibold
  854. title.Text = info['title']
  855. title.Size = UDim2.new(0, title.TextBounds.X+20, 0, 10)
  856. title.TextColor3 = Color3.new(1, 1, 1)
  857. title.TextSize = 11
  858. title.TextStrokeTransparency = 0.94999998807907
  859.  
  860. content.Name = "content"
  861. content.Parent = category
  862. content.BackgroundColor3 = Color3.new(1, 1, 1)
  863. content.BackgroundTransparency = 1
  864. content.BorderSizePixel = 0
  865. content.Size = UDim2.new(1, 0, 1, 0)
  866. content.BottomImage = ""
  867. content.MidImage = "http://www.roblox.com/asset/?id=1080024588"
  868. content.ScrollBarThickness = 5
  869. content.TopImage = ""
  870. content.CanvasSize = UDim2.new(0, 0, 5, 0)
  871.  
  872. sizefixer.Name = "sizefixer"
  873. sizefixer.Parent = content
  874. sizefixer.BackgroundColor3 = Color3.new(1, 1, 1)
  875. sizefixer.BackgroundTransparency = 1
  876. sizefixer.Size = UDim2.new(1, 0, 0, 10)
  877.  
  878. UIListLayout.Parent = content
  879. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  880. return content
  881. end
  882. local dropdownOpen = false
  883. function addbutton(info,callback)
  884. callback = callback or function() end
  885. local button = Instance.new("Frame")
  886. local real = Instance.new("TextButton")
  887.  
  888. button.Name = "button"
  889. button.Parent = info['parent']
  890. button.BackgroundColor3 = Color3.new(1, 1, 1)
  891. button.BackgroundTransparency = 1
  892. button.Size = UDim2.new(0, 6, 0, 23)
  893.  
  894. real.Name = "real"
  895. real.Parent = button
  896. real.BackgroundColor3 = Color3.new(0.121569, 0.12549, 0.156863)
  897. real.BorderSizePixel = 0
  898. real.Position = UDim2.new(1, 21, 0, 0)
  899. real.Size = UDim2.new(0, 151, 0, 18)
  900. real.Font = Enum.Font.GothamSemibold
  901. real.Text = info['text']
  902. real.TextSize = 11
  903.  
  904. real.TextColor3 = Color3.fromRGB(250, 250, 250)
  905. real.MouseButton1Click:connect(function()
  906. if dropdownOpen == false then
  907. callback()
  908. end
  909. end)
  910.  
  911. real.MouseEnter:connect(function() real.TextColor3 = Color3.fromRGB(1, 0, 1) end)
  912. real.MouseLeave:connect(function() real.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392) end)
  913.  
  914. return button
  915. end
  916.  
  917.  
  918.  
  919. function addcolorselectionbutton(info,callback)
  920. callback = callback or function() end
  921. local selectcolor = Instance.new("ImageButton")
  922. selectcolor.Name = "selectcolor"
  923. selectcolor.Parent = info['parent']
  924. selectcolor.BackgroundColor3 = Color3.new(1, 1, 1)
  925. selectcolor.BackgroundTransparency = 1
  926. selectcolor.Position = UDim2.new(0, 170, 0, 0)
  927. selectcolor.Size = UDim2.new(0, 35, 0, 18)
  928. selectcolor.Image = "rbxassetid://760929926"
  929. selectcolor.ImageColor3 = Color3.new(0.576471, 0.501961, 1)
  930. selectcolor.ScaleType = Enum.ScaleType.Slice
  931. selectcolor.SliceCenter = Rect.new(12, 12, 13, 13)
  932.  
  933. local colourselection = Instance.new("ImageLabel")
  934. local body = Instance.new("ImageLabel")
  935. local colorframe = Instance.new("Frame")
  936. local show = Instance.new("ImageButton")
  937. show.Image = ''
  938. local scrollcolor = Instance.new('Frame')
  939. local yes = Instance.new("Frame")
  940. local maincolor = Instance.new("ImageLabel")
  941. local selectcircle = Instance.new("ImageLabel")
  942. local dark = Instance.new("ImageLabel")
  943. colourselection.Name = "colourselection"
  944. local yeetio = Instance.new('ScreenGui',game:GetService('CoreGui'))
  945. yeetio.DisplayOrder = 50
  946. colourselection.Parent = Cuteware --yeetio
  947. colourselection.BackgroundColor3 = Color3.new(1, 1, 1)
  948. colourselection.BackgroundTransparency = 1
  949. colourselection.Position = UDim2.new(0, 50, 0, 0)
  950. colourselection.Selectable = true
  951. colourselection.Size = UDim2.new(0, 201, 0, 168)
  952. colourselection.ZIndex = 1
  953. colourselection.Image = "rbxassetid://760929926"
  954. colourselection.ImageColor3 = Color3.new(1, 0, 1)
  955. colourselection.ScaleType = Enum.ScaleType.Slice
  956. colourselection.SliceCenter = Rect.new(12, 12, 13, 13)
  957. colourselection.Visible = false
  958. colourselection.ZIndex = 100
  959.  
  960. main:GetPropertyChangedSignal("Visible"):Connect(function()
  961. colourselection.Visible = false
  962. end)
  963.  
  964. local fap = Instance.new("StringValue",configfolder)
  965. fap.Name = info['valuename']
  966. fap.Value = 'return {0.01,1,1}'
  967.  
  968. body.Name = "body"
  969. body.Parent = colourselection
  970. body.BackgroundColor3 = Color3.new(1, 1, 1)
  971. body.BackgroundTransparency = 1
  972. body.Position = UDim2.new(0, 1, 0, 1)
  973. body.Selectable = true
  974. body.Size = UDim2.new(1, -2, 1, -2)
  975. body.ZIndex = 1
  976. body.Image = "rbxassetid://760929926"
  977. body.ImageColor3 = Color3.new(0.141176, 0.14902, 0.188235)
  978. body.ScaleType = Enum.ScaleType.Slice
  979. body.SliceCenter = Rect.new(12, 12, 13, 13)
  980.  
  981. colorframe.Name = "colorframe"
  982. colorframe.Parent = body
  983. colorframe.BackgroundColor3 = Color3.new(1, 1, 1)
  984. colorframe.BackgroundTransparency = 1
  985. colorframe.BorderSizePixel = 0
  986. colorframe.Position = UDim2.new(0, 165, 0, 10)
  987. colorframe.Size = UDim2.new(0, 20, 0, 145)
  988.  
  989. show.Name = "show"
  990. show.Parent = colorframe
  991. show.AnchorPoint = Vector2.new(0.5, 0.5)
  992. show.BackgroundColor3 = Color3.new(1, 1, 1)
  993. show.BorderSizePixel = 0
  994. show.Position = UDim2.new(0, 10, 0, 72)
  995. show.Rotation = 90
  996. show.Size = UDim2.new(0, 145, 0, 20)
  997.  
  998. scrollcolor.Name = "scrollcolor"
  999. scrollcolor.Parent = colorframe
  1000. scrollcolor.BackgroundColor3 = Color3.new(1, 1, 1)
  1001. scrollcolor.BorderSizePixel = 0
  1002. scrollcolor.Position = UDim2.new(0, -3, 0, 0)
  1003. scrollcolor.Size = UDim2.new(1, 4, 0, 2)
  1004.  
  1005. yes.Name = "yes"
  1006. yes.Parent = body
  1007. yes.BackgroundColor3 = Color3.new(1, 1, 1)
  1008. yes.BorderSizePixel = 0
  1009. yes.Position = UDim2.new(0, 10, 0, 10)
  1010. yes.Size = UDim2.new(0, 145, 0, 145)
  1011.  
  1012. maincolor.Name = "maincolor"
  1013. maincolor.Parent = yes
  1014. maincolor.BackgroundColor3 = Color3.new(1, 1, 1)
  1015. maincolor.BackgroundTransparency = 1
  1016. maincolor.Rotation = 90
  1017. maincolor.Size = UDim2.new(1, 0, 1, 0)
  1018. maincolor.ZIndex = 15
  1019. maincolor.Image = "http://www.roblox.com/asset/?id=595695917"
  1020. maincolor.ImageColor3 = Color3.fromHSV(0.01,1,1)
  1021.  
  1022. selectcircle.Name = "selectcircle"
  1023. selectcircle.Parent = yes
  1024. selectcircle.BackgroundColor3 = Color3.new(1, 1, 1)
  1025. selectcircle.BackgroundTransparency = 1
  1026. selectcircle.Size = UDim2.new(0, 15, 0, 15)
  1027. selectcircle.ZIndex = 23
  1028. selectcircle.Image = "rbxassetid://3188341304"
  1029. selectcircle.ImageTransparency = 0.25
  1030. selectcircle.ZIndex = 10000000
  1031.  
  1032. dark.Name = "dark"
  1033. dark.Parent = yes
  1034. dark.BackgroundColor3 = Color3.new(1, 1, 1)
  1035. dark.BackgroundTransparency = 1
  1036. dark.Position = UDim2.new(0, -1, 0, 0)
  1037. dark.Size = UDim2.new(1, 1, 1, 0)
  1038. dark.ZIndex = 60
  1039. dark.Image = "http://www.roblox.com/asset/?id=595695917"
  1040. dark.ImageColor3 = Color3.new(0, 0, 0)
  1041. dark.ImageTransparency = 0.10000000149012
  1042.  
  1043. local gradient = Instance.new('UIGradient',show)
  1044.  
  1045. gradient.Color = ColorSequence.new(
  1046. {
  1047. ColorSequenceKeypoint.new(0,Color3.fromRGB(255,0,0));
  1048. ColorSequenceKeypoint.new(0.25,Color3.fromRGB(255,0,255));
  1049. ColorSequenceKeypoint.new(0.379,Color3.fromRGB(0,0,255));
  1050. ColorSequenceKeypoint.new(0.534,Color3.fromRGB(0,255,255));
  1051. ColorSequenceKeypoint.new(0.687,Color3.fromRGB(0,255,0));
  1052. ColorSequenceKeypoint.new(0.84,Color3.fromRGB(255,255,0));
  1053. ColorSequenceKeypoint.new(1,Color3.fromRGB(255,0,0));
  1054. }
  1055. )
  1056.  
  1057. local m = game:GetService('Players').LocalPlayer:GetMouse()
  1058.  
  1059. function getColor()
  1060. local selectY = scrollcolor.AbsolutePosition.Y
  1061. local absY = show.AbsolutePosition.Y - 72.5
  1062. local poop = (selectY-absY) - 12
  1063. if poop < 140 and poop > 0 then
  1064. return poop/140
  1065. elseif poop <= 0 then
  1066. return 0.1
  1067. elseif poop >= 140 then
  1068. return 1
  1069. end
  1070. end
  1071. local value = 1
  1072. local saturation = 1
  1073. function getColorPosition()
  1074. local mousepos = Vector2.new(m.X,m.Y)
  1075. local yespos = yes.AbsolutePosition
  1076.  
  1077. local x;
  1078. local xraw = (mousepos.X-yespos.X)
  1079. if xraw < 145 and xraw > 0 then
  1080. x = xraw/145
  1081. elseif xraw <= 0 then
  1082. x = 0
  1083. elseif xraw >= 145 then
  1084. x = 1
  1085. end
  1086. local y;
  1087. local yraw = (mousepos.Y-yespos.Y)
  1088. if yraw < 145 and yraw > 0 then
  1089. y = yraw/145
  1090. elseif yraw <= 0 then
  1091. y = 0
  1092. elseif yraw >= 145 then
  1093. y = 1
  1094. end
  1095. local sat = 1-x
  1096. local val = 1-y
  1097.  
  1098. return sat,val
  1099. end
  1100.  
  1101. local focus = false;
  1102.  
  1103.  
  1104. local inputService = game:GetService('UserInputService');
  1105. local function Input(input, gameProcessedEvent)
  1106. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  1107. if focus == false then
  1108. colourselection.Visible = false
  1109. end
  1110. end
  1111. end
  1112. inputService.InputBegan:Connect(Input)
  1113.  
  1114. colourselection.MouseEnter:connect(function()
  1115. focus = true
  1116. selectingcolor = true
  1117. end)
  1118. colourselection.MouseLeave:connect(function()
  1119. focus = false
  1120. selectingcolor = false
  1121. end)
  1122. selectcolor.MouseEnter:connect(function()
  1123. focus = true
  1124. selectingcolor = true
  1125. end)
  1126. selectcolor.MouseLeave:connect(function()
  1127. focus = false
  1128. selectingcolor = false
  1129. end)
  1130. local huev2 = 0.01
  1131. local function start1()
  1132. local heartbeat = game:GetService("RunService").Heartbeat;
  1133. local s, event = pcall(function()
  1134. return maincolor.MouseEnter
  1135. end)
  1136.  
  1137. if s then
  1138. maincolor.Active = true;
  1139.  
  1140. event:connect(function()
  1141. --focus = true
  1142. local input = inputService.InputBegan:connect(function(key)
  1143. if key.UserInputType == Enum.UserInputType.MouseButton1 then
  1144. --local lastcolor;
  1145. --selectingcolor = true
  1146. while heartbeat:wait() and inputService:IsMouseButtonPressed(Enum.UserInputType.MouseButton1) and colourselection.Visible == true do
  1147. local c = getColor()
  1148. selectingcolor = true
  1149. --lastcolor = Color3.fromHSV(0.99-c,hue,value)
  1150. local sat,val = getColorPosition()
  1151. --selectcircle.Position = UDim2.new(1-sat,0,1-val,0)
  1152.  
  1153. --fap.Value = ('return {'.. tostring(huev2) ..','.. tostring(0.99-c) ..','.. tostring(sat) ..','.. tostring(val) ..'}')
  1154. --fap.Value = ('return {'.. tostring(huev2) ..','.. tostring(0.99-c) ..','.. tostring(1-_G['sat'..info['valuename']]) ..','.. tostring(1-_G['val'..info['valuename']]) ..'}')
  1155. local compiled = loadstring(fap.Value)()
  1156. local hue = compiled[1]
  1157. fap.Value = 'return {'.. hue ..','.. 1-sat..','.. 1-val..'}'
  1158. end
  1159. selectingcolor = false
  1160. --callback(lastcolor)
  1161. end
  1162. end)
  1163.  
  1164. local leave;
  1165. leave = maincolor.MouseLeave:connect(function()
  1166. --focus = false
  1167. input:disconnect();
  1168. leave:disconnect();
  1169. end)
  1170. end)
  1171. end
  1172. end
  1173.  
  1174.  
  1175. local function start2()
  1176. local heartbeat = game:GetService("RunService").Heartbeat;
  1177. local s, event = pcall(function()
  1178. return colorframe.MouseEnter
  1179. end)
  1180.  
  1181. if s then
  1182. colorframe.Active = true;
  1183.  
  1184. event:connect(function()
  1185. --focus = true
  1186. warn(fap.Value)
  1187. local input = inputService.InputBegan:connect(function(key)
  1188. if key.UserInputType == Enum.UserInputType.MouseButton1 then
  1189. --selectingcolor = true
  1190. while heartbeat:wait() and inputService:IsMouseButtonPressed(Enum.UserInputType.MouseButton1) and colourselection.Visible == true do
  1191. local c = getColor()
  1192. selectingcolor = true
  1193. --lastcolor = Color3.fromHSV(0.99-c,hue,value)
  1194. maincolor.ImageColor3 = Color3.fromHSV(0.99-c,1,1)
  1195. local mouseY = game:GetService('Players').LocalPlayer:GetMouse().Y
  1196. local absY = show.AbsolutePosition.Y - 72.5
  1197. local poop = (mouseY-absY) - 12
  1198. local hue;
  1199. if poop < 140 and poop > 0 then
  1200. hue = poop/140
  1201. elseif poop <= 0 then
  1202. hue = 0
  1203. elseif poop >= 140 then
  1204. hue = 1
  1205. end
  1206. local compiled = loadstring(fap.Value)()
  1207. local sat = compiled[2]
  1208. local val = compiled[3]
  1209. fap.Value = 'return {'.. hue ..','.. sat..','.. val..'}'
  1210. end
  1211. selectingcolor = false
  1212. --callback(lastcolor)
  1213. end
  1214. end)
  1215.  
  1216. local leave;
  1217. leave = colorframe.MouseLeave:connect(function()
  1218. --focus = false
  1219. input:disconnect();
  1220. leave:disconnect();
  1221. end)
  1222. end)
  1223. end
  1224. end
  1225. spawn(function() start1() end)
  1226. spawn(function() start2() end)
  1227. --spawn(function()
  1228. --wait(3) -- for the auto load!!!
  1229. fap:GetPropertyChangedSignal("Value"):Connect(function()
  1230. --[[warn('value changed!')
  1231. local uwu = loadstring(fap.Value)()
  1232. huev2 = uwu[2]
  1233. local saturation,hue,value = Color3.toHSV(uwu[1])
  1234. warn('huev2 : '..huev2)
  1235. warn('saturation : '..saturation)
  1236. warn('hue : '..hue)
  1237. warn('value : '..value)
  1238. maincolor.ImageColor3 = Color3.fromHSV(0.99-huev2,1,1)
  1239. selectcolor.ImageColor3 = Color3.fromHSV(0.99-huev2,hue,value)
  1240. scrollcolor.Position = UDim2.new(0, -3, huev2, 0)
  1241. selectcircle.Position = UDim2.new(1-hue, 0, 1-value, 0)
  1242. callback(fap.Value)--]]
  1243. local compiled = loadstring(fap.Value)()
  1244. local h,s,v = unpack(compiled)
  1245.  
  1246. selectcircle.Position = UDim2.new(s, 0, v, 0)
  1247. maincolor.ImageColor3 = Color3.fromHSV(1-h,1,1)
  1248. scrollcolor.Position = UDim2.new(0, -3, h, 0)
  1249. selectcolor.ImageColor3 = Color3.fromHSV(1-h,1-s,1-v)
  1250.  
  1251. warn(h,s,v..' yeeeet')
  1252.  
  1253.  
  1254. callback(fap.Value)
  1255. end)
  1256.  
  1257. selectcolor.MouseButton1Click:connect(function()
  1258. colourselection.Visible = (not colourselection.Visible)
  1259. spawn(function()
  1260. while colourselection.Visible == true do
  1261. rs.Heartbeat:wait()
  1262. pcall(function()
  1263. colourselection:TweenPosition(UDim2.new(0,selectcolor.AbsolutePosition.X+50,0,selectcolor.AbsolutePosition.Y+50),"Out","Quad",0.1,true,nil)
  1264. end)
  1265. end
  1266. end)
  1267. end)
  1268. end
  1269.  
  1270. function addtoggle(info,callback)
  1271. callback = callback or function() end
  1272.  
  1273. local toggle = Instance.new("Frame")
  1274. local title = Instance.new("TextLabel")
  1275. local border = Instance.new("ImageLabel")
  1276. local button = Instance.new("ImageButton")
  1277.  
  1278. toggle.Name = "toggle"
  1279. toggle.Parent = info['parent']
  1280. toggle.BackgroundColor3 = Color3.new(1,
  1281. 1, 1)
  1282. toggle.BackgroundTransparency = 1
  1283. toggle.Size = UDim2.new(0, 6, 0, 21)
  1284.  
  1285. title.Name = "title"
  1286. title.Parent = toggle
  1287. title.BackgroundColor3 = Color3.new(1, 1, 1)
  1288. title.BorderSizePixel = 0
  1289. title.Position = UDim2.new(1, 21, 0, -4)
  1290. title.Size = UDim2.new(0, 0, 1, 0)
  1291. title.Font = Enum.Font.GothamSemibold
  1292. title.Text = info['title']
  1293. title.TextColor3 = Color3.new(1, 1, 1)
  1294. title.TextSize = 11
  1295. title.TextXAlignment = Enum.TextXAlignment.Left
  1296.  
  1297. border.Name = "border"
  1298. border.Parent = toggle
  1299. border.BackgroundColor3 = Color3.new(1, 1, 1)
  1300. border.BackgroundTransparency = 1
  1301. border.Position = UDim2.new(1, 0, 0, 0)
  1302. border.Size = UDim2.new(0, 14, 0, 14)
  1303. border.Image = "rbxassetid://2260429633"
  1304. border.ImageColor3 = Color3.new(0.211765, 0.231373, 0.247059)
  1305.  
  1306. border.MouseEnter:connect(function() border.ImageColor3 = Color3.fromRGB(1, 0, 1) end)
  1307. border.MouseLeave:connect(function() border.ImageColor3 = Color3.new(0.211765, 0.231373, 0.247059) end)
  1308.  
  1309. button.Name = "button"
  1310. button.Parent = border
  1311. button.BackgroundColor3 = Color3.new(0.121569, 0.12549, 0.156863)
  1312. button.BackgroundTransparency = 1
  1313. button.BorderColor3 = Color3.new(0.211765, 0.223529, 0.25098)
  1314. button.Position = UDim2.new(0, 1, 0, 1)
  1315. button.Size = UDim2.new(1, -2, 1, -2)
  1316. button.ZIndex = 2
  1317. button.AutoButtonColor = false
  1318. button.Image = "rbxassetid://2260429633"
  1319. button.ImageColor3 = Color3.new(0.121569, 0.12549, 0.156863)
  1320. button.ScaleType = Enum.ScaleType.Slice
  1321. button.SliceCenter = Rect.new(12, 12, 13, 13)
  1322.  
  1323. local fap = Instance.new("BoolValue",configfolder)
  1324. fap.Name = info['valuename']
  1325. fap.Value = info['value'] or false
  1326.  
  1327. fap.Changed:connect(function(c)
  1328. button.ImageColor3 = (fap.Value and Color3.fromRGB(1, 0, 1) or Color3.fromRGB(31, 32, 40))
  1329. callback(fap.Value)
  1330. end)
  1331.  
  1332. button.MouseButton1Click:connect(function()
  1333. fap.Value = (not fap.Value)
  1334. end)
  1335. return toggle
  1336. end
  1337.  
  1338. function adddropdown(info,callback)
  1339. callback = callback or function() end
  1340. local dropdown = Instance.new("Frame")
  1341. local body = Instance.new("Frame")
  1342. local click = Instance.new("ImageButton")
  1343. local title = Instance.new("TextLabel")
  1344. local drop = Instance.new("Frame")
  1345. local listthing = Instance.new("UIListLayout")
  1346.  
  1347.  
  1348.  
  1349. local fap = Instance.new("StringValue",configfolder)
  1350. fap.Name = info['valuename']
  1351. fap.Value = tostring(info['list'][1])
  1352.  
  1353. dropdown.Name = "dropdown"
  1354. dropdown.Parent = info['parent']
  1355. dropdown.BackgroundColor3 = Color3.new(1, 1, 1)
  1356. dropdown.BackgroundTransparency = 1
  1357. dropdown.Position = UDim2.new(0, 0, 0.589999974, 0)
  1358. dropdown.Size = UDim2.new(0, 27, 0, 24)
  1359. dropdown.ZIndex = 100000000000000
  1360.  
  1361. body.Name = "body"
  1362. body.Parent = dropdown
  1363. body.BackgroundColor3 = Color3.new(0.121569, 0.12549, 0.156863)
  1364. body.BorderColor3 = Color3.new(0.211765, 0.223529, 0.25098)
  1365. body.Position = UDim2.new(1, 0, 0, 0)
  1366. body.Size = UDim2.new(0, 130, 0, 18)
  1367.  
  1368. click.Parent = body
  1369. click.BackgroundColor3 = Color3.new(1, 1, 1)
  1370. click.BackgroundTransparency = 1
  1371. click.Position = UDim2.new(1, -15, 0, 5)
  1372. click.Size = UDim2.new(0, 9, 0, 9)
  1373. click.Image = "http://www.roblox.com/asset/?id=1248849582"
  1374.  
  1375. click.MouseEnter:connect(function() click.ImageColor3 = Color3.fromRGB(1, 0, 1) end)
  1376. click.MouseLeave:connect(function() click.ImageColor3 = Color3.fromRGB(255,255,255) end)
  1377.  
  1378. title.Name = "title"
  1379. title.Parent = body
  1380. title.BackgroundColor3 = Color3.new(1, 1, 1)
  1381. title.BackgroundTransparency = 1
  1382. title.BorderSizePixel = 0
  1383. title.Position = UDim2.new(0, 7, 0, 0)
  1384. title.Size = UDim2.new(1, 0, 1, 0)
  1385. title.Font = Enum.Font.GothamSemibold
  1386. title.Text = tostring(info['list'][1])
  1387. title.TextColor3 = Color3.new(1, 1, 1)
  1388. title.TextSize = 11
  1389. title.TextXAlignment = Enum.TextXAlignment.Left
  1390.  
  1391. drop.Name = "drop"
  1392. drop.Parent = body
  1393. drop.BackgroundColor3 = Color3.new(0.121569, 0.12549, 0.156863)
  1394. drop.BorderColor3 = Color3.new(0.211765, 0.223529, 0.25098)
  1395. drop.BorderSizePixel = 0
  1396. drop.ClipsDescendants = true
  1397. drop.Position = UDim2.new(0, 0, 1, 1)
  1398. drop.Size = UDim2.new(0, 130, 0, #info['list']*18)
  1399. drop.Visible = false
  1400. drop.ZIndex = 100000000
  1401.  
  1402. listthing.Name = "listthing"
  1403. listthing.Parent = drop
  1404. listthing.SortOrder = Enum.SortOrder.LayoutOrder
  1405.  
  1406. for _,name in pairs(info['list']) do
  1407. local dropbutton = Instance.new("TextButton")
  1408.  
  1409. dropbutton.Name = "dropbutton"
  1410. dropbutton.Parent = drop
  1411. dropbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  1412. dropbutton.BackgroundTransparency = 1
  1413. dropbutton.Size = UDim2.new(1, 0, 0, 18)
  1414. dropbutton.Font = Enum.Font.GothamSemibold
  1415. dropbutton.Text = tostring(name)
  1416. dropbutton.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  1417. dropbutton.TextSize = 11
  1418.  
  1419. dropbutton.MouseEnter:connect(function() dropbutton.TextColor3 = Color3.fromRGB(1, 0, 1) end)
  1420. dropbutton.MouseLeave:connect(function() dropbutton.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392) end)
  1421. dropbutton.MouseButton1Click:Connect(function()
  1422. fap.Value = tostring(name)
  1423. dropdownOpen = false
  1424. end)
  1425. end
  1426.  
  1427. fap.Changed:connect(function()
  1428. drop.Visible = false
  1429. click.Rotation = 0
  1430. title.Text = fap.Value
  1431. body.BorderColor3 = Color3.fromRGB(54, 57, 64)
  1432. callback(fap.Value)
  1433. end)
  1434.  
  1435. click.MouseButton1Click:connect(function()
  1436. if click.Rotation == 0 then dropdownOpen=true;click.Rotation = -180;body.BorderColor3 = Color3.fromRGB(1, 0, 1); drop.Visible = true else dropdownOpen=false;click.Rotation = 0; drop.Visible = false;body.BorderColor3 = Color3.fromRGB(54, 57, 64) end
  1437. dropdown.ZIndex = workspace.DistributedGameTime
  1438. end)
  1439. return dropdown
  1440. end
  1441. local indicator = Instance.new("Frame")
  1442. local value = Instance.new("TextLabel")
  1443.  
  1444. indicator.Name = "indicator"
  1445. indicator.Parent = game
  1446. indicator.BackgroundColor3 = Color3.new(0.141176, 0.14902, 0.188235)
  1447. indicator.BorderColor3 = Color3.new(0.168627, 0.184314, 0.196078)
  1448. indicator.Size = UDim2.new(0, 20, 0, 20)
  1449. indicator.ZIndex = 1000000000000000000000
  1450. indicator.Position = UDim2.new(1, -30, 1, 1)
  1451.  
  1452. value.Name = "value"
  1453. value.Parent = indicator
  1454. value.BackgroundColor3 = Color3.new(1, 1, 1)
  1455. value.BackgroundTransparency = 1
  1456. value.BorderSizePixel = 0
  1457. value.Position = UDim2.new(0, 1, 0, 0)
  1458. value.Size = UDim2.new(1, 0, 1, 0)
  1459. value.Font = Enum.Font.GothamSemibold
  1460. value.Text = "69"
  1461. value.TextColor3 = Color3.new(1, 1, 1)
  1462. value.TextSize = 11
  1463. function addscroll(info,callback)
  1464. callback = callback or function() end
  1465. local scrolling = Instance.new("Frame")
  1466. local title = Instance.new("TextLabel")
  1467. local max = Instance.new("ImageLabel")
  1468. local scroll = Instance.new("ImageLabel")
  1469.  
  1470. local fap = Instance.new("NumberValue",configfolder)
  1471. fap.Name = info['valuename']
  1472. fap.Value = info['value'] or 0
  1473.  
  1474. fap.Changed:connect(function(c)
  1475. callback(fap.Value)
  1476. scroll:TweenSize(UDim2.new(fap.value/info['maxed'], 12, 0, 4), 'Out', 'Quad', 0.2, true);
  1477. end)
  1478. if info['value'] then
  1479. fap.Value = info['value']
  1480. end
  1481.  
  1482. scrolling.Name = "scrolling"
  1483. scrolling.Parent = info['parent']
  1484. scrolling.BackgroundColor3 = Color3.new(1, 1, 1)
  1485. scrolling.BackgroundTransparency = 1
  1486. scrolling.Position = UDim2.new(0, 0, 0.300000012, 0)
  1487. scrolling.Size = UDim2.new(0, 18, 0, 25)
  1488.  
  1489. title.Name = "title"
  1490. title.Parent = scrolling
  1491. title.BackgroundColor3 = Color3.new(1, 1, 1)
  1492. title.BorderSizePixel = 0
  1493. title.Position = UDim2.new(1, 10, 0, -2)
  1494. title.Size = UDim2.new(0, 0, 1, 0)
  1495. title.Font = Enum.Font.GothamSemibold
  1496. title.Text = info['title']
  1497. title.TextColor3 = Color3.new(1, 1, 1)
  1498. title.TextSize = 11
  1499. title.TextXAlignment = Enum.TextXAlignment.Left
  1500. title.TextYAlignment = Enum.TextYAlignment.Top
  1501.  
  1502. max.Name = "max"
  1503. max.Parent = scrolling
  1504. max.BackgroundColor3 = Color3.new(1, 1, 1)
  1505. max.BackgroundTransparency = 1
  1506. max.Position = UDim2.new(0, 28, 0, 14)
  1507. max.Size = UDim2.new(0, 150, 0, 4)
  1508. max.Image = "rbxassetid://2260429633"
  1509. max.ImageColor3 = Color3.new(0.141176, 0.14902, 0.188235)
  1510. max.ScaleType = Enum.ScaleType.Slice
  1511. max.SliceCenter = Rect.new(12, 12, 13, 13)
  1512.  
  1513. scroll.Name = "scroll"
  1514. scroll.Parent = max
  1515. scroll.BackgroundColor3 = Color3.new(1, 1, 1)
  1516. scroll.BackgroundTransparency = 1
  1517. scroll.Size = UDim2.new(0.689999998, 0, 0, 4)
  1518. scroll.Image = "rbxassetid://2260429633"
  1519. scroll.ImageColor3 = Color3.new(1, 0, 1)
  1520. scroll.ScaleType = Enum.ScaleType.Slice
  1521. scroll.SliceCenter = Rect.new(12, 12, 13, 13)
  1522.  
  1523. --scroll:TweenSize(UDim2.new((info['value']/info['maxed'])/info['maxed'], 5, 0, 4), 'Out', 'Quad', 0.2, true);
  1524. local mouse = game:GetService("Players").LocalPlayer:GetMouse();
  1525.  
  1526.  
  1527. local inputService = game:GetService('UserInputService');
  1528. local heartbeat = game:GetService("RunService").Heartbeat;
  1529. local s, event = pcall(function()
  1530. return scroll.MouseEnter
  1531. end)
  1532.  
  1533. if s then
  1534. scroll.Active = true;
  1535.  
  1536. event:connect(function()
  1537. local input = scroll.InputBegan:connect(function(key)
  1538. if key.UserInputType == Enum.UserInputType.MouseButton1 then
  1539. local objectPosition = Vector2.new(mouse.X - scroll.AbsoluteSize.X, mouse.Y - scroll.AbsoluteSize.Y);
  1540. while heartbeat:wait() and inputService:IsMouseButtonPressed(Enum.UserInputType.MouseButton1) do
  1541. local yes = mouse.X - objectPosition.X + (scroll.Size.X.Offset * scroll.AnchorPoint.X)
  1542. scrollon = scroll
  1543. indicator.Parent = scroll
  1544. if -1 > yes then
  1545. value.Text = '0'
  1546. fap.Value = 0
  1547. --scroll:TweenSize(UDim2.new(0, 0, 0, 4), 'Out', 'Quad', 0.1, true);
  1548. elseif 151 >= yes then
  1549. fap.Value = math.floor((yes/150)*info['maxed'])
  1550. value.Text = math.floor((yes/150)*info['maxed'])
  1551. --scroll:TweenSize(UDim2.new(0, yes, 0, 4), 'Out', 'Quad', 0.1, true);
  1552. else
  1553. fap.Value = info['maxed']
  1554. value.Text = info['maxed']
  1555. --scroll:TweenSize(UDim2.new(0, 150, 0, 4), 'Out', 'Quad', 0.1, true);
  1556. end
  1557. indicator.Size = UDim2.new(0, value.TextBounds.X+10, 0, 20)
  1558. end
  1559. indicator.Parent = game
  1560. scrollon = nil
  1561. end
  1562. end)
  1563.  
  1564. local leave;
  1565. leave = scroll.MouseLeave:connect(function()
  1566. input:disconnect();
  1567. leave:disconnect();
  1568. end)
  1569. end)
  1570. end
  1571. end
  1572.  
  1573. local CharacterRage = addcategory({parent=FIRST_rage,title='Character',lenght=100})
  1574.  
  1575. addtoggle({parent=CharacterRage,title='No Fire Damage',valuename='antifire'}, function(bruh) end)
  1576.  
  1577. addtoggle({parent=CharacterRage,title='No Fall Damage',valuename='nofalldamage'}, function(bruh) end)
  1578.  
  1579. for i,v in pairs(game:GetService("ReplicatedStorage"):GetDescendants()) do
  1580. if v.Name == "WalkSpeed" then
  1581. Instance.new('Sky',v).Name = v.Value
  1582. end
  1583. end
  1584.  
  1585. addtoggle({parent=CharacterRage,title='Bunny Hop',valuename='bhop'}, function(bruh)
  1586. for i,v in pairs(game:GetService("ReplicatedStorage"):GetDescendants()) do
  1587. if v.Name == "WalkSpeed" then
  1588. if bruh == true then
  1589. v.Value = 6969
  1590. else
  1591. v.Value = tonumber(v:GetChildren()[1].Name)
  1592. end
  1593. end
  1594. end
  1595. end)
  1596.  
  1597. addtoggle({parent=CharacterRage,title='Auto Hop',valuename='autohop'}, function(bruh)
  1598.  
  1599. end)
  1600.  
  1601. --[[ OP P100000000000 ANTI AIM
  1602. while wait() do
  1603. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,1000,0)
  1604. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(0,-1000,0)
  1605. wait()
  1606. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = game.Players.LocalPlayer.Character.Head.Position + Vector3.new(0,-1.5,0)
  1607. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(0,0,0)
  1608. end
  1609. --]]
  1610.  
  1611. local EnvironmentRage = addcategory({parent=FIRST_rage,title='Environment',lenght=100})
  1612.  
  1613. local GunModRage = addcategory({parent=FIRST_rage,title='Gun Mods',lenght=140})
  1614.  
  1615. addtoggle({parent=GunModRage,title='Ammo',valuename='infammo'}, function(bruh)
  1616. weaponMOD(bruh,'Ammo',999999999999999999)
  1617. end)
  1618.  
  1619. addtoggle({parent=GunModRage,title='Recoil',valuename='recoil'}, function(bruh)
  1620. weaponMOD(bruh,'AngleY',0)
  1621. weaponMOD(bruh,'AngleX',0)
  1622. end)
  1623.  
  1624. addtoggle({parent=GunModRage,title='Automatic',valuename='automatic'}, function(bruh)
  1625. weaponMOD(bruh,'Auto',true)
  1626. end)
  1627. addtoggle({parent=GunModRage,title='Penetration',valuename='wallpenetration'}, function(bruh)
  1628. weaponMOD(bruh,'Penetration',999999999999999999)
  1629. end)
  1630. addtoggle({parent=GunModRage,title='Reload',valuename='fastreload'}, function(bruh)
  1631. weaponMOD(bruh,'ReloadTime',0.0055)
  1632. end)
  1633. addtoggle({parent=GunModRage,title='Fire rate',valuename='firerate'}, function(bruh)
  1634. weaponMOD(bruh,'FireRate',0.0055)
  1635. end)
  1636. addtoggle({parent=GunModRage,title='Instant Kill',valuename='instantkill'}, function(bruh)
  1637. end)
  1638.  
  1639. local TrollRage = addcategory({parent=FIRST_rage,title='Troll',lenght=150})
  1640.  
  1641.  
  1642. --addtoggle({parent=TrollRage,title='Speed Hack',valuename='speedhack'}, function(bruh) end)
  1643.  
  1644.  
  1645. adddropdown({parent=TrollRage,valuename='chattype',list={'Select Chat Type','Alive','Dead'}},function(y)
  1646.  
  1647. end)
  1648.  
  1649. addtoggle({parent=TrollRage,title='Chat Bypass',valuename='chatbypass'}, function(bruh)
  1650. end)
  1651.  
  1652. addtoggle({parent=TrollRage,title='Grenade Walk',valuename='grenadewalk'}, function(bruh)
  1653. spawn(function()
  1654. while wait(1) do
  1655. if lplr.Character then
  1656. if _G['property_grenadewalk'] == true then
  1657. local oh1 = game:GetService("ReplicatedStorage").Weapons[_G['property_grenadewalktype']].Model
  1658. local oh3 = 25
  1659. local oh4 = 35
  1660. local oh6 = ""
  1661. local oh7 = ""
  1662. game:GetService("ReplicatedStorage").Events.ThrowGrenade:FireServer(oh1, nil, oh3, oh4, Vector3.new(0,-100,0), oh6, oh7)
  1663. else
  1664. break
  1665. end
  1666. end
  1667. end
  1668. end)
  1669. end)
  1670.  
  1671. adddropdown({parent=TrollRage,valuename='grenadewalktype',list={'Molotov','HE Grenade','Smoke Grenade','Decoy Grenade','Flashbang'}},function(y)
  1672.  
  1673. end)
  1674. addtoggle({parent=EnvironmentRage,title='Auto Rejoin',valuename='autorejoin'}, function(bruh)
  1675.  
  1676. end)
  1677.  
  1678. addbutton({parent=EnvironmentRage,text='Rejoin Server'},function()
  1679. local ts = game:GetService("TeleportService")
  1680. local p = game:GetService("Players").LocalPlayer
  1681. ts:Teleport(game.PlaceId, p)
  1682. end)
  1683.  
  1684. addbutton({parent=EnvironmentRage,text='Plant C4'},function()
  1685. if game:GetService("Players").LocalPlayer.Character then
  1686. game.Players.LocalPlayer.Character:SetPrimaryPartCFrame(game:GetService("Workspace").Map.SpawnPoints.C4Plant.CFrame)
  1687. game.Players.LocalPlayer.Character.Head.Anchored = true
  1688. delay(0.3, function()
  1689. if 4 > (game:GetService("Players").LocalPlayer.Character.Head.CFrame.p - game:GetService("Workspace").Map.SpawnPoints.C4Plant.CFrame.p).Magnitude then
  1690. local oh1 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1691. game:GetService("ReplicatedStorage").Events.PlantC4:FireServer(oh1, 'A')
  1692. game:GetService("ReplicatedStorage").Events.PlantC4:FireServer(oh1, 'B')
  1693. wait(0.3)
  1694. game.Players.LocalPlayer.Character.Head.Anchored = false
  1695. end
  1696. end)
  1697. end
  1698. end)
  1699. local C4_ = game:GetService("ReplicatedStorage").Weapons['C4']
  1700. local Karambit_ = game:GetService("ReplicatedStorage").Weapons['Karambit']
  1701. local a = 10
  1702. local b = 90
  1703. local c = false
  1704. local d = game:GetService("Players").LocalPlayer
  1705. local e = false
  1706. local f = false
  1707. addbutton({parent=EnvironmentRage,text='Soft Crash Server'},function()
  1708. if lplr.Character then
  1709. lplr.Character:SetPrimaryPartCFrame(CFrame.new(lplr.Character.HumanoidRootPart.Position + Vector3.new(0,300,0)))
  1710. lplr.Character.Head.Anchored = true
  1711. game:GetService("RunService").RenderStepped:Connect(function()
  1712. local oh3 = 25
  1713. local oh4 = 35
  1714. local oh6 = ""
  1715. local oh7 = ""
  1716. game:GetService("ReplicatedStorage").Events.ThrowGrenade:FireServer(game:GetService("ReplicatedStorage").Weapons["Molotov"].Model, nil, oh3, oh4, Vector3.new(0,-100,0), oh6, oh7)
  1717. game:GetService("ReplicatedStorage").Events.ThrowGrenade:FireServer(game:GetService("ReplicatedStorage").Weapons["HE Grenade"].Model, nil, oh3, oh4, Vector3.new(0,-100,0), oh6, oh7)
  1718. game:GetService("ReplicatedStorage").Events.ThrowGrenade:FireServer(game:GetService("ReplicatedStorage").Weapons["Decoy Grenade"].Model, nil, oh3, oh4, Vector3.new(0,-100,0), oh6, oh7)
  1719. end)
  1720. end
  1721. end)
  1722.  
  1723. addbutton({parent=TrollRage,text='Kill All'},function()
  1724. for i,v in pairs(game.Players:GetPlayers()) do
  1725. if v.Character and v ~= game.Players.LocalPlayer and v.TeamColor ~= game.Players.LocalPlayer.TeamColor then
  1726. local oh1 = v.Character.Head
  1727. local oh2 = v.Character.Head.CFrame.p
  1728. local oh3 = 'AWP'
  1729. local oh4 = 4096
  1730. local oh5 = game.Players.LocalPlayer.Character.Gun
  1731. local oh8 = 15
  1732. local oh9 = false
  1733. local oh10 = false
  1734. local oh11 = Vector3.new(-126.878326, 353.474854, 49.3892708)
  1735. local oh12 = 16868
  1736. local oh13 = Vector3.new(0, 0, -1)
  1737. game:GetService("ReplicatedStorage").Events.HitPart:FireServer(oh1, oh2, oh3, oh4, oh5, oh6, oh7, oh8, oh9, oh10, oh11, oh12, oh13)
  1738. end
  1739. end
  1740. end)
  1741. addbutton({parent=TrollRage,text='Spawn C4'},function()
  1742. if game:GetService("Players").LocalPlayer.Character then
  1743. local oh2 = CFrame.new(workspace.CurrentCamera.CFrame.p,m.Hit.p)
  1744. game:GetService("ReplicatedStorage").Events.Drop:FireServer(C4_, oh2, a, b, c, d, e, f)
  1745. else
  1746. local oh2 = CFrame.new(workspace.CurrentCamera.CFrame.p, workspace.CurrentCamera.CFrame.p)
  1747. game:GetService("ReplicatedStorage").Events.Drop:FireServer(C4_, oh2, a, b, c, d, e, f)
  1748. end
  1749. end)
  1750.  
  1751. local EffectsLegit = addcategory({parent=FIRST_legit,title='Effects',lenght=100})
  1752.  
  1753. addtoggle({parent=EffectsLegit,title='Hitmark Sound',valuename='hitsound'}, function(bruh) end)
  1754.  
  1755.  
  1756.  
  1757. local AimbotLegit = addcategory({parent=FIRST_legit,title='Aimbot',lenght=100})
  1758.  
  1759. addtoggle({parent=AimbotLegit,title='Triggerbot',valuename='triggerbot'}, function(bruh) end)
  1760.  
  1761. addtoggle({parent=AimbotLegit,title='Free For All',valuename='noteamcheck'}, function(bruh) end)
  1762.  
  1763. local BacktrackingLegit = addcategory({parent=FIRST_legit,title='Backtracking',lenght=90})
  1764.  
  1765. addtoggle({parent=BacktrackingLegit,title='Backtrack',valuename='backtrack'}, function(bruh) end)
  1766.  
  1767.  
  1768.  
  1769. local SilentAimLegit = addcategory({parent=FIRST_legit,title='Silent Aim',lenght=100})
  1770.  
  1771. addtoggle({parent=SilentAimLegit,title='Silent Aimbot',valuename='silentaim'}, function(bruh) end)
  1772.  
  1773. addscroll({parent=SilentAimLegit,valuename='silentaimfov',title='FOV',maxed=500,value=0},function(y)
  1774. fovview.Radius = y
  1775. end)
  1776. addscroll({parent=SilentAimLegit,valuename='headshothitchance',title='Headshot Hit Chance',maxed=100,value=0},function(y)
  1777. end)
  1778. addscroll({parent=SilentAimLegit,valuename='bodyhitchance',title='Body Hit Chance',maxed=100,value=0},function(y)
  1779. end)
  1780.  
  1781. local ConfigurationAntiAim = addcategory({parent=FIRST_antiaim,title='Configuration',lenght=90})
  1782.  
  1783. addscroll({parent=ConfigurationAntiAim,valuename='aasmooth',title='Turn Smoothness',maxed=10000,value=0},function(y) end)
  1784.  
  1785. addscroll({parent=ConfigurationAntiAim,valuename='aaspeed',title='Spin Speed',maxed=100000,value=0},function(y) end)
  1786.  
  1787. local CharacterAntiAim = addcategory({parent=FIRST_antiaim,title='General',lenght=140})
  1788.  
  1789. addtoggle({parent=TrollRage,title='Invisible',valuename='invisiblecharacter'}, function(bruh) end)
  1790.  
  1791.  
  1792. --[[addbutton({parent=TrollRage,text='Invisible'},function()
  1793. InitiateAA()
  1794. end)
  1795. --]]
  1796. --[[addbutton({parent=TrollRage,text='Unhittable (buggy)'},function()
  1797. if lplr.Character and not lplr:FindFirstChild('XDDLA') then
  1798. Instance.new('Sky',lplr.Character).Name = 'XDDLA'
  1799. local baby = lplr.Character
  1800. while baby.Parent == workspace do
  1801. delay(0,function()
  1802. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,1000,0)
  1803. cameraoffset = true
  1804. end)
  1805. wait()
  1806. delay(0,function()
  1807. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = game.Players.LocalPlayer.Character.Head.Position + Vector3.new(0,-1.5,0)
  1808. cameraoffset = false
  1809. end)
  1810. wait()
  1811. end
  1812. end
  1813. end)--]]
  1814.  
  1815. addtoggle({parent=CharacterAntiAim,title='Down',valuename='down'}, function(bruh) end)
  1816.  
  1817. addtoggle({parent=CharacterAntiAim,title='Yaw',valuename='yaw'}, function(bruh) end)
  1818.  
  1819.  
  1820. adddropdown({parent=CharacterAntiAim,valuename='yawtype',list={'Keybind','Jitter','Reversed','Manual','Spin'}},function(y)
  1821.  
  1822. end)
  1823.  
  1824. addscroll({parent=CharacterAntiAim,valuename='yawmanual',title='Yaw',maxed=300,value=0},function(y)
  1825. end)
  1826.  
  1827. local WorldVisuals = addcategory({parent=visual_4,title='Environment',lenght=100})
  1828.  
  1829.  
  1830.  
  1831. addtoggle({parent=CharacterAntiAim,title='Global Shadows',valuename='globalshadows'}, function(bruh)
  1832. game.Lighting.GlobalShadows = bruh
  1833. end)
  1834.  
  1835. local MiscellaneousAntiAim = addcategory({parent=FIRST_antiaim,title='Miscellaneous',lenght=120})
  1836.  
  1837. addtoggle({parent=MiscellaneousAntiAim,title='No Animations',valuename='noanimations'}, function(bruh) end)
  1838.  
  1839. addtoggle({parent=MiscellaneousAntiAim,title='Anti Headshot',valuename='antiheadshot'}, function(bruh) end)
  1840.  
  1841.  
  1842. addtoggle({parent=MiscellaneousAntiAim,title='No Accessories',valuename='noaccessories'}, function(bruh)
  1843. end)
  1844. addtoggle({parent=MiscellaneousAntiAim,title='No Cloth',valuename='nocloth'}, function(bruh)
  1845. end)
  1846. local oldbrightness = game:GetService("Lighting").Brightness
  1847. local oldtime = game:GetService("Lighting").TimeOfDay
  1848.  
  1849. addtoggle({parent=WorldVisuals,title='Nightmode',valuename='nightmode'},function(callback)
  1850. if callback == true then
  1851. game:GetService("Lighting").Brightness = 0
  1852. game:GetService("Lighting").TimeOfDay = 0
  1853. spawn(function()
  1854. wait(1)
  1855. while _G['property_nightmode'] == true do
  1856. game:GetService("Lighting").Brightness = 0
  1857. game:GetService("Lighting").TimeOfDay = 0
  1858. rs.Heartbeat:wait()
  1859. end
  1860. end)
  1861. else
  1862. game:GetService("Lighting").Brightness = oldbrightness
  1863. game:GetService("Lighting").TimeOfDay = oldtime
  1864. end
  1865. end)
  1866. addscroll({parent=WorldVisuals,valuename='contrast',title='Contrast',maxed=100,value=0},function(y)
  1867. CC.Contrast = y/100
  1868. end)
  1869. addscroll({parent=WorldVisuals,valuename='saturation',title='Saturation',maxed=100,value=0},function(y)
  1870. CC.Saturation = y/100
  1871. end)
  1872.  
  1873. SELF.MouseButton1Click:connect(function()
  1874. for i,v in pairs(FIRST_visual:GetChildren()) do
  1875. v.Visible = false
  1876. if v.Name == 'visual_1' then
  1877. v.Visible = true
  1878. end
  1879. end
  1880. end)
  1881. ENEMIES.MouseButton1Click:connect(function()
  1882. for i,v in pairs(FIRST_visual:GetChildren()) do
  1883. v.Visible = false
  1884. if v.Name == 'visual_2' then
  1885. v.Visible = true
  1886. end
  1887. end
  1888. end)
  1889. FRIENDLIES.MouseButton1Click:connect(function()
  1890. for i,v in pairs(FIRST_visual:GetChildren()) do
  1891. v.Visible = false
  1892. if v.Name == 'visual_3' then
  1893. v.Visible = true
  1894. end
  1895. end
  1896. end)
  1897. WORLD.MouseButton1Click:connect(function()
  1898. for i,v in pairs(FIRST_visual:GetChildren()) do
  1899. v.Visible = false
  1900. if v.Name == 'visual_4' then
  1901. v.Visible = true
  1902. end
  1903. end
  1904. end)
  1905.  
  1906.  
  1907. GENERAL.MouseButton1Click:connect(function()
  1908. for i,v in pairs(FIRST_misc:GetChildren()) do
  1909. v.Visible = false
  1910. if v.Name == 'misc_1' then
  1911. v.Visible = true
  1912. end
  1913. end
  1914. end)
  1915. PERFORMANCE.MouseButton1Click:connect(function()
  1916. for i,v in pairs(FIRST_misc:GetChildren()) do
  1917. v.Visible = false
  1918. if v.Name == 'misc_2' then
  1919. v.Visible = true
  1920. end
  1921. end
  1922. end)
  1923. SKINS.MouseButton1Click:connect(function()
  1924. for i,v in pairs(FIRST_misc:GetChildren()) do
  1925. v.Visible = false
  1926. if v.Name == 'misc_3' then
  1927. v.Visible = true
  1928. end
  1929. end
  1930. end)
  1931. SCRIPT.MouseButton1Click:connect(function()
  1932. for i,v in pairs(FIRST_misc:GetChildren()) do
  1933. v.Visible = false
  1934. if v.Name == 'misc_4' then
  1935. v.Visible = true
  1936. end
  1937. end
  1938. end)
  1939.  
  1940. local ESPVisuals_Friendlies = addcategory({parent=visual_3,title='ESP',lenght=100})
  1941.  
  1942. addtoggle({parent=ESPVisuals_Friendlies,title='Box',valuename='boxespteam'},function(callback)
  1943.  
  1944. end)
  1945. addtoggle({parent=ESPVisuals_Friendlies,title='Chams',valuename='teamchams'},function(callback)
  1946.  
  1947. end)
  1948.  
  1949.  
  1950. local ESPVisuals_Enemies = addcategory({parent=visual_2,title='ESP',lenght=150})
  1951.  
  1952. addtoggle({parent=ESPVisuals_Enemies,title='Box',valuename='boxesp'},function(callback)
  1953.  
  1954. end)
  1955.  
  1956. addtoggle({parent=ESPVisuals_Enemies,title='Glow (unfinished)',valuename='glowesp'},function(callback)
  1957.  
  1958. end)
  1959.  
  1960. addtoggle({parent=ESPVisuals_Enemies,title='Name',valuename='nameesp'},function(callback)
  1961.  
  1962. end)
  1963.  
  1964. addtoggle({parent=ESPVisuals_Enemies,title='Health (unfinished)',valuename='healthesp'},function(callback)
  1965.  
  1966. end)
  1967. addtoggle({parent=ESPVisuals_Enemies,title='Health color overide (unfinished)',valuename='healthespcolor'},function(callback)
  1968.  
  1969. end)
  1970. addtoggle({parent=ESPVisuals_Enemies,title='Taser range (unfinished)',valuename='taserrangeesp'},function(callback)
  1971.  
  1972. end)
  1973. addtoggle({parent=ESPVisuals_Enemies,title='Knife range (unfinished)',valuename='kniferangeesp'},function(callback)
  1974.  
  1975. end)
  1976. local toggle_enemytracers = addtoggle({parent=ESPVisuals_Enemies,title='Tracers',valuename='enemytracers'},function(callback)
  1977.  
  1978. end)
  1979. addcolorselectionbutton({valuename = 'enemytracercolor',parent = toggle_enemytracers},function(callback)
  1980.  
  1981. end)
  1982. local ChamsVisuals_Enemies = addcategory({parent=visual_2,title='Chams',lenght=100})
  1983.  
  1984. local toggle_enemychams = addtoggle({parent=ChamsVisuals_Enemies,title='Chams',valuename='enemychams'},function(callback)
  1985.  
  1986. end)
  1987. local toggle_enemybone = addtoggle({parent=ChamsVisuals_Enemies,title='Bone',valuename='enemybone'},function(callback)
  1988.  
  1989. end)
  1990.  
  1991. addcolorselectionbutton({valuename = 'enemychamscolor',parent = toggle_enemychams},function(callback)
  1992.  
  1993. end)
  1994. addcolorselectionbutton({valuename = 'enemybonecolor',parent = toggle_enemychams},function(callback)
  1995.  
  1996. end)
  1997.  
  1998. addscroll({parent=ChamsVisuals_Enemies,valuename='chamtransparency',title='Cham Transparency',maxed=100,value=0},function(y) end)
  1999. addscroll({parent=ChamsVisuals_Enemies,valuename='bonetransparency',title='Bone Transparency',maxed=100,value=0},function(y) end)
  2000.  
  2001.  
  2002.  
  2003.  
  2004. local PerformanceMisc_Performace = addcategory({parent=misc_2,title='Performance',lenght=100})
  2005. addtoggle({parent=PerformanceMisc_Performace,title='Disable bullet holes',valuename='disablebulletholes'},function(callback)
  2006. for i,v in pairs(game:GetService("Workspace").Debris:GetChildren()) do checkdebris(v) end
  2007. end)
  2008. addtoggle({parent=PerformanceMisc_Performace,title='Disable rendering ragdolls',valuename='disablerenderingragdolls'},function(callback)
  2009. for i,v in pairs(game:GetService("Workspace").Debris:GetChildren()) do checkdebris(v) end
  2010. end)
  2011. addtoggle({parent=PerformanceMisc_Performace,title='Disable shadows',valuename='disableshadows'},function(callback)
  2012. for i,v in pairs(game:GetService("Workspace").Debris:GetChildren()) do checkdebris(v) end
  2013. end)
  2014. addtoggle({parent=PerformanceMisc_Performace,title='Disable blood',valuename='disableblood'},function(callback)
  2015. for i,v in pairs(game:GetService("Workspace").Debris:GetChildren()) do checkdebris(v) end
  2016. end)
  2017. addtoggle({parent=PerformanceMisc_Performace,title='Disable teammate rendering',valuename='disableteamrendering'},function(callback)
  2018. end)
  2019.  
  2020. local SoundMisc_Performance = addcategory({parent=misc_2,title='Sound',lenght=100})
  2021. local othersounds = {}
  2022. for i,v in pairs(lplr.PlayerGui:GetDescendants()) do
  2023. if v:IsA("Sound") then
  2024. table.insert(othersounds,v)
  2025. end
  2026. end
  2027. for i,v in pairs({unpack(game:GetService("Workspace").Sounds:GetChildren()),unpack(othersounds)}) do
  2028. local original = Instance.new('NumberValue',v)
  2029. original.Name = 'ORIGINAL_'
  2030. original.Value = v.Volume
  2031. end
  2032. addscroll({parent=SoundMisc_Performance,valuename='weaponvolume',title='Weapon volume',maxed=100,value=100},function(y) end)
  2033. addscroll({parent=SoundMisc_Performance,valuename='footstepvolume',title='Footstep volume',maxed=100,value=100},function(y) end)
  2034. addscroll({parent=SoundMisc_Performance,valuename='othervolume',title='Other sound volume',maxed=100,value=100},function(y)
  2035. for i,v in pairs({unpack(game:GetService("Workspace").Sounds:GetChildren()),unpack(othersounds)}) do
  2036. v.Volume = v['ORIGINAL_'].Value/(100/y)
  2037. end
  2038. end)
  2039.  
  2040. local InformationMisc_Performance = addcategory({parent=misc_2,title='Information',lenght=100})
  2041.  
  2042. addbutton({parent=InformationMisc_Performance,text='RAGE QUIT!'},function()
  2043. game.Players.LocalPlayer:Kick('you clicked rage quit button lol!!!!!!')
  2044. end)
  2045.  
  2046. addtoggle({parent=PerformanceMisc_Performace,title='Spectator Lag',valuename='spectatelag'},function(callback)end)
  2047. addscroll({parent=SoundMisc_Performance,valuename='spectatelagrate',title='Spectator Lag Rate',maxed=200,value=100},function(y) end)
  2048.  
  2049.  
  2050. local watermark = Instance.new("ImageLabel")
  2051. local watermark_2 = Instance.new("ImageLabel")
  2052. local title = Instance.new("TextLabel")
  2053.  
  2054. watermark.Name = "watermark"
  2055. watermark.Parent = Cuteware
  2056. watermark.BackgroundColor3 = Color3.new(1, 1, 1)
  2057. watermark.BackgroundTransparency = 1
  2058. watermark.Position = UDim2.new(1, -230, 0, 12)
  2059. watermark.Selectable = true
  2060. watermark.Size = UDim2.new(0, 218, 0, 20)
  2061. watermark.ZIndex = 1000000
  2062. watermark.Image = "rbxassetid://2260429633"
  2063. watermark.ImageColor3 = Color3.new(1, 0, 1)
  2064. watermark.ScaleType = Enum.ScaleType.Slice
  2065. watermark.SliceCenter = Rect.new(12, 12, 13, 13)
  2066. watermark.Visible = false
  2067.  
  2068. watermark_2.Name = "watermark"
  2069. watermark_2.Parent = watermark
  2070. watermark_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2071. watermark_2.BackgroundTransparency = 1
  2072. watermark_2.Position = UDim2.new(0, 0, 0, 5)
  2073. watermark_2.Selectable = true
  2074. watermark_2.Size = UDim2.new(0, 218, 0, 15)
  2075. watermark_2.ZIndex = 1000000
  2076. watermark_2.Image = "rbxassetid://2260429633"
  2077. watermark_2.ImageColor3 = Color3.new(0.141176, 0.14902, 0.188235)
  2078. watermark_2.ScaleType = Enum.ScaleType.Slice
  2079. watermark_2.SliceCenter = Rect.new(12, 12, 13, 13)
  2080.  
  2081. title.Name = "title"
  2082. title.Parent = watermark_2
  2083. title.BackgroundColor3 = Color3.new(1, 1, 1)
  2084. title.BackgroundTransparency = 1
  2085. title.BorderSizePixel = 0
  2086. title.Size = UDim2.new(1, 0, 1, 0)
  2087. title.Font = Enum.Font.GothamSemibold
  2088. title.Text = "Cuteware.su | public server | ".. _G['Cutewareusername'] .." |"
  2089. title.TextColor3 = Color3.new(1, 1, 1)
  2090. title.TextSize = 10
  2091. addtoggle({parent=InformationMisc_Performance,title='Watermark',valuename='watermark'},function(callback)
  2092. watermark.Visible = callback
  2093. end)
  2094. local spectatorlist = Instance.new("ImageLabel")
  2095. local spectatorlistbody = Instance.new("ImageLabel")
  2096. local title = Instance.new("TextLabel")
  2097. local spectatornames = Instance.new("TextLabel")
  2098.  
  2099. spectatorlist.Name = "spectatorlist"
  2100. spectatorlist.Parent = Cuteware
  2101. spectatorlist.BackgroundColor3 = Color3.new(1, 1, 1)
  2102. spectatorlist.BackgroundTransparency = 1
  2103. spectatorlist.Position = UDim2.new(1, -690,0, 12)
  2104. spectatorlist.Selectable = true
  2105. spectatorlist.Size = UDim2.new(0, 218, 0, 20)
  2106. spectatorlist.ZIndex = 1000000
  2107. spectatorlist.Image = "rbxassetid://2260429633"
  2108. spectatorlist.ImageColor3 = Color3.new(1, 0, 1)
  2109. spectatorlist.ScaleType = Enum.ScaleType.Slice
  2110. spectatorlist.SliceCenter = Rect.new(12, 12, 13, 13)
  2111. spectatorlist.Visible = false
  2112.  
  2113. spectatorlistbody.Name = "spectatorlistbody"
  2114. spectatorlistbody.Parent = spectatorlist
  2115. spectatorlistbody.BackgroundColor3 = Color3.new(1, 1, 1)
  2116. spectatorlistbody.BackgroundTransparency = 1
  2117. spectatorlistbody.Position = UDim2.new(0, 0, 0, 5)
  2118. spectatorlistbody.Selectable = true
  2119. spectatorlistbody.Size = UDim2.new(0, 218, 0, 15)
  2120. spectatorlistbody.ZIndex = 1000000
  2121. spectatorlistbody.Image = "rbxassetid://2260429633"
  2122. spectatorlistbody.ImageColor3 = Color3.new(0.141176, 0.14902, 0.188235)
  2123. spectatorlistbody.ScaleType = Enum.ScaleType.Slice
  2124. spectatorlistbody.SliceCenter = Rect.new(12, 12, 13, 13)
  2125.  
  2126. title.Name = "title"
  2127. title.Parent = spectatorlistbody
  2128. title.BackgroundColor3 = Color3.new(1, 1, 1)
  2129. title.BackgroundTransparency = 1
  2130. title.BorderSizePixel = 0
  2131. title.Size = UDim2.new(1, 0, 1, 0)
  2132. title.Font = Enum.Font.GothamSemibold
  2133. title.Text = "spectators [beta]"
  2134. title.TextColor3 = Color3.new(1, 1, 1)
  2135. title.TextSize = 10
  2136.  
  2137. spectatornames.Name = "spectatornames"
  2138. spectatornames.Parent = spectatorlist
  2139. spectatornames.BackgroundColor3 = Color3.new(1, 1, 1)
  2140. spectatornames.BackgroundTransparency = 1
  2141. spectatornames.BorderSizePixel = 0
  2142. spectatornames.Position = UDim2.new(0, 0, 1, 5)
  2143. spectatornames.Size = UDim2.new(1, 0, 0, 15)
  2144. spectatornames.Font = Enum.Font.GothamSemibold
  2145. spectatornames.Text = ""
  2146. spectatornames.TextColor3 = Color3.new(1, 1, 1)
  2147. spectatornames.TextSize = 10
  2148. spectatornames.TextYAlignment = Enum.TextYAlignment.Top
  2149.  
  2150. addtoggle({parent=InformationMisc_Performance,title='Spectator list',valuename='spectatorlist'},function(callback)
  2151. spectatorlist.Visible = callback
  2152. end)
  2153. addtoggle({parent=InformationMisc_Performance,title='Logs',valuename='logs'},function(callback)
  2154. logs.Visible = callback
  2155. end)
  2156.  
  2157. local keybindstate = Instance.new("ImageLabel")
  2158. local keybindstatebody = Instance.new("ImageLabel")
  2159. local title = Instance.new("TextLabel")
  2160. local keybindstateinfo = Instance.new("TextLabel")
  2161. keybindstate.Name = "keybindstate"
  2162. keybindstate.Parent = Cuteware
  2163. keybindstate.BackgroundColor3 = Color3.new(1, 1, 1)
  2164. keybindstate.BackgroundTransparency = 1
  2165. keybindstate.Position = UDim2.new(1, -460,0, 12)
  2166. keybindstate.Selectable = true
  2167. keybindstate.Size = UDim2.new(0, 218, 0, 20)
  2168. keybindstate.ZIndex = 1000000
  2169. keybindstate.Image = "rbxassetid://2260429633"
  2170. keybindstate.ImageColor3 = Color3.new(1, 0, 1)
  2171. keybindstate.ScaleType = Enum.ScaleType.Slice
  2172. keybindstate.SliceCenter = Rect.new(12, 12, 13, 13)
  2173. keybindstate.Visible = false
  2174.  
  2175. keybindstatebody.Name = "keybindstatebody"
  2176. keybindstatebody.Parent = keybindstate
  2177. keybindstatebody.BackgroundColor3 = Color3.new(1, 1, 1)
  2178. keybindstatebody.BackgroundTransparency = 1
  2179. keybindstatebody.Position = UDim2.new(0, 0, 0, 5)
  2180. keybindstatebody.Selectable = true
  2181. keybindstatebody.Size = UDim2.new(0, 218, 0, 15)
  2182. keybindstatebody.ZIndex = 1000000
  2183. keybindstatebody.Image = "rbxassetid://2260429633"
  2184. keybindstatebody.ImageColor3 = Color3.new(0.141176, 0.14902, 0.188235)
  2185. keybindstatebody.ScaleType = Enum.ScaleType.Slice
  2186. keybindstatebody.SliceCenter = Rect.new(12, 12, 13, 13)
  2187.  
  2188. title.Name = "title"
  2189. title.Parent = keybindstatebody
  2190. title.BackgroundColor3 = Color3.new(1, 1, 1)
  2191. title.BackgroundTransparency = 1
  2192. title.BorderSizePixel = 0
  2193. title.Size = UDim2.new(1, 0, 1, 0)
  2194. title.Font = Enum.Font.GothamSemibold
  2195. title.Text = "keybinds"
  2196. title.TextColor3 = Color3.new(1, 1, 1)
  2197. title.TextSize = 10
  2198.  
  2199. keybindstateinfo.Name = "keybindstateinfo"
  2200. keybindstateinfo.Parent = keybindstate
  2201. keybindstateinfo.BackgroundColor3 = Color3.new(1, 1, 1)
  2202. keybindstateinfo.BackgroundTransparency = 1
  2203. keybindstateinfo.BorderSizePixel = 0
  2204. keybindstateinfo.Position = UDim2.new(0, 0, 1, 0)
  2205. keybindstateinfo.Size = UDim2.new(1, 0, 0, 15)
  2206. keybindstateinfo.Font = Enum.Font.GothamSemibold
  2207. keybindstateinfo.Text = ""
  2208. keybindstateinfo.TextColor3 = Color3.new(1, 1, 1)
  2209. keybindstateinfo.TextSize = 10
  2210. keybindstateinfo.TextYAlignment = Enum.TextYAlignment.Bottom
  2211. addtoggle({parent=InformationMisc_Performance,title='Show keybind states',valuename='spectatorlist'},function(callback)
  2212. keybindstate.Visible = callback
  2213. end)
  2214.  
  2215.  
  2216.  
  2217.  
  2218. local InventoryMisc_Skins = addcategory({parent=misc_3,title='Inventory',lenght=100})
  2219.  
  2220. addbutton({parent=InventoryMisc_Skins,text='Unlock All'},function()
  2221. local a=game.Players.LocalPlayer;local b;local c;local d;local e;local f;local g=getsenv(game.Players.LocalPlayer.PlayerGui.Client)local h=game.ReplicatedStorage;local i=getrawmetatable(game)local j=i.__namecall;setreadonly(i,false)i.__namecall=newcclosure(function(self,...)local k=getnamecallmethod()local l={...}if k=="FireServer"and string.len(self.Name)==38 then return nil end;return j(self,...)end)setreadonly(i,true)local m={}local n={}local o={}local p={}local q={}for r,s in pairs(h.Skins:GetChildren())do for t,u in pairs(s:GetChildren())do table.insert(m,{s.Name.."_"..u.Name})end end;for r,s in pairs(h.Gloves:GetChildren())do if s.Name=="Wraps"or s.Name=="Guts"or s.Name=="MMA"or s.Name=="Wetland"or s.Name=="Ghoul Hex"or s.Name=="Phantom Hex"or s.Name=="Spector Hex"or s.Name=="Orange Hex"or s.Name=="Purple Hex"or s.Name=="Green Hex"then table.insert(o,{s.Name})end end;for r,s in pairs(h.Gloves:GetChildren())do if s.Name=="Scapter"or s.Name=="Patch"or s.Name=="Digital"or s.Name=="Crystal"then table.insert(q,{s.Name})end end;for r,s in pairs(h.Gloves:GetChildren())do if s.Name=="Hazard"or s.Name=="Hallows"or s.Name=="Majesty"or s.Name=="Royal"or s.Name=="Weeb"or s.Name=="CottonTail"or s.Name=="RSL"then table.insert(p,{s.Name})end end;for r,s in pairs(h.Gloves:GetChildren())do if s.Name=="Grim"or s.Name=="Wisk"or s.Name=="Molten"or s.Name=="Kringle"then table.insert(n,{s.Name})end end;for r=1,#n do table.insert(m,{"Strapped Glove_"..unpack(n[r])})end;for r=1,#p do table.insert(m,{"Sports Glove_"..unpack(p[r])})end;for r=1,#q do table.insert(m,{"Fingerless Glove_"..unpack(q[r])})end;for r=1,#o do table.insert(m,{"Handwraps_"..unpack(o[r])})end;table.insert(m,{"CTKnife_Stock"})table.insert(m,{"TKnife_Stock"})for r,s in pairs(h.Skins:GetChildren())do if s.Name~="Flip Knife"and s.Name~="Bayonet"and s.Name~="Falchion Knife"and s.Name~="Karambit"and s.Name~="Huntsman Knife"and s.Name~="Banana"and s.Name~="Butterfly Knife"then table.insert(m,{s.Name.."_Stock"})end end;g.CurrentInventory=m;local v=game.Players.LocalPlayer.SkinFolder.TFolder:Clone()local w=game.Players.LocalPlayer.SkinFolder.CTFolder:Clone()v.Parent=game.Players.LocalPlayer.SkinFolder;w.Parent=game.Players.LocalPlayer.SkinFolder;wait(1)game.Players.LocalPlayer.SkinFolder.TFolder:Destroy()game.Players.LocalPlayer.SkinFolder.CTFolder:Destroy()local x=getrawmetatable(game)local y=x.__namecall;setreadonly(x,false)local z;local A;local B;x.__namecall=newcclosure(function(self,...)local k=getnamecallmethod()local l={...}if k=="FireServer"and self.Name=="DataEvent"then for r,s in next,l do B=s[2]A=s[3]table.foreach(s[4],function(C,s)z=s;print(B,A,z)end)local D=game.Players.LocalPlayer.SkinFolder.CTFolder;local E=game.Players.LocalPlayer.SkinFolder.TFolder;if B=="CT"or B=="Both"then for t,u in pairs(D:GetChildren())do if A=='Gut Knife'or A=='Butterfly Knife'or A=='Falchion Knife'or A=='Bayonet'or A=='Huntsman Knife'or A=='Karambit'or A=='Banana'or A=='Flip Knife'or A=='Bearded Axe'or A=='Sickle'or A=='Cleaver'and u.Name=="Knife"then local F=string.split(z,"_")u.Value=tostring(F[2])elseif u.Name==A then local F=string.split(z,"_")u.Value=tostring(F[2])end end end;if B=="T"or B=="Both"then for G,H in pairs(E:GetChildren())do if A=='Gut Knife'or A=='Butterfly Knife'or A=='Falchion Knife'or A=='Bayonet'or A=='Huntsman Knife'or A=='Karambit'or A=='Banana'or A=='Flip Knife'or A=='Bearded Axe'or A=='Sickle'or A=='Cleaver'and H.Name=="Knife"then local F=string.split(z,"_")H.Value=tostring(F[2])elseif H.Name==A then local F=string.split(z,"_")H.Value=tostring(F[2])end end end end end;return y(self,...)end)setreadonly(x,true)
  2222. end)
  2223.  
  2224. local ViewmodelVisuals = addcategory({parent=misc_3,title='View Model',lenght=150})
  2225.  
  2226. addbutton({parent=ViewmodelVisuals,text='Reset Offsets'},function()
  2227. configfolder.xoffsetviewmodel.Value = 500
  2228. configfolder.yoffsetviewmodel.Value = 500
  2229. configfolder.zoffsetviewmodel.Value = 500
  2230. configfolder.rolloffsetviewmodel.Value = 500
  2231. end)
  2232.  
  2233. addscroll({parent=ViewmodelVisuals,valuename='xoffsetviewmodel',title='X offset',maxed=1000,value=500},function(y)
  2234. end)
  2235. addscroll({parent=ViewmodelVisuals,valuename='yoffsetviewmodel',title='Y offset',maxed=1000,value=500},function(y)
  2236. end)
  2237. addscroll({parent=ViewmodelVisuals,valuename='zoffsetviewmodel',title='Z offset',maxed=1000,value=500},function(y)
  2238. end)
  2239. addscroll({parent=ViewmodelVisuals,valuename='rolloffsetviewmodel',title='Roll',maxed=1000,value=500},function(y)
  2240. end)
  2241.  
  2242. addscroll({parent=ViewmodelVisuals,valuename='armtransparency',title='Arms Transparency',maxed=100,value=0},function(y)
  2243. spawn(function()
  2244. local ArmModel = workspace.CurrentCamera:FindFirstChild('Arms')
  2245. if ArmModel then
  2246. for i,v in pairs(ArmModel:GetDescendants()) do
  2247. if v:IsA("BasePart") and v.Transparency ~= 1 then
  2248. v.Transparency = (_G['property_armtransparency']/100)-0.001
  2249. end
  2250. rs.Heartbeat:wait()
  2251. end
  2252. end
  2253. end)
  2254. end)
  2255.  
  2256.  
  2257. local ESPVisuals_Self = addcategory({parent=visual_1,title='Effects',lenght=100})
  2258. local toggle_kniferange = addtoggle({parent=ESPVisuals_Self,title='Knife Range',valuename='kniferange'},function(callback)
  2259.  
  2260. end)
  2261. addcolorselectionbutton({valuename = 'kniferangecolor',parent = toggle_kniferange},function(callback)
  2262.  
  2263. end)
  2264. addtoggle({parent=ESPVisuals_Self,title='No Scope',valuename='scopeviewenchancer'},function(callback)
  2265. if callback == true then
  2266. game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Scope.ImageTransparency = 1
  2267. game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Frame1.BackgroundTransparency = 1
  2268. game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Frame2.BackgroundTransparency = 1
  2269. game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Frame3.BackgroundTransparency = 1
  2270. game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Frame4.BackgroundTransparency = 1
  2271. else
  2272. game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Scope.ImageTransparency = 0
  2273. game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Frame1.BackgroundTransparency = 0
  2274. game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Frame2.BackgroundTransparency = 0
  2275. game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Frame3.BackgroundTransparency = 0
  2276. game:GetService("Players").LocalPlayer.PlayerGui.GUI.Crosshairs.Frame4.BackgroundTransparency = 0
  2277. end
  2278. end)
  2279. addtoggle({parent=ESPVisuals_Self,title='No Flash',valuename='noflash'},function(callback)
  2280. lplr.PlayerGui.Blnd.Blind.Visible = (not callback)
  2281. end)
  2282. addtoggle({parent=ESPVisuals_Self,title='Thirdperson Mode',valuename='tps'},function(callback)
  2283. end)
  2284. addscroll({parent=ESPVisuals_Self,valuename='tpsdistance',title='Thirdperson Distance',maxed=200,value=0},function(y) end)
  2285.  
  2286. local MapVisuals_World = addcategory({parent=visual_4,title='Map',lenght=100})
  2287.  
  2288. local EntitiesVisuals_World = addcategory({parent=visual_4,title='Entities',lenght=80})
  2289.  
  2290. addtoggle({parent=EntitiesVisuals_World,title='Bullet Tracer',valuename='beam'},function(callback)
  2291.  
  2292. end)
  2293.  
  2294. addtoggle({parent= EntitiesVisuals_World,title='Hit Block',valuename='hitblock'},function(callback)
  2295.  
  2296. end)
  2297.  
  2298. addtoggle({parent=EntitiesVisuals_World,title='Bomb esp',valuename='bombesp'},function(callback)
  2299. end)
  2300. addtoggle({parent=EntitiesVisuals_World,title='Hostage esp',valuename='hostageesp'},function(callback)
  2301. end)
  2302. addtoggle({parent=EntitiesVisuals_World,title='Grenades esp',valuename='grenadesesp'},function(callback)
  2303. end)
  2304. addtoggle({parent=EntitiesVisuals_World,title='Weapons esp',valuename='weaponsesp'},function(callback)
  2305. end)
  2306.  
  2307. local ViewVisuals_World = addcategory({parent=visual_4,title='View',lenght=100})
  2308.  
  2309. addscroll({parent=ViewVisuals_World,valuename='fieldofview',title='Field Of View',maxed=45,value=0},function(y) end)
  2310. spawn(function()
  2311. while true do
  2312. for i,v in pairs(configfolder:GetChildren()) do
  2313. _G['property_'..v.Name] = v.Value
  2314. end
  2315. rs.Heartbeat:wait()
  2316. end
  2317. end)
  2318.  
  2319. function characterrotate(pos)
  2320. pcall(function()
  2321. if game.Players.LocalPlayer.Character then
  2322. game.Players.LocalPlayer.Character.Humanoid.AutoRotate = false
  2323. local gyro = Instance.new('BodyGyro')
  2324. gyro.D = (_G['property_aasmooth'] or 0)
  2325. gyro.P = 1000000
  2326. gyro.MaxTorque = Vector3.new(0, 1000000, 0)
  2327. gyro.Parent = game.Players.LocalPlayer.Character.UpperTorso
  2328. gyro.CFrame = CFrame.new(gyro.Parent.Position, pos)
  2329. wait()
  2330. gyro:Destroy()
  2331. end
  2332. end)
  2333. end
  2334.  
  2335. local leftrotation = CFrame.new(-150,0,0)
  2336. local rightrotation = CFrame.new(150,0,0)
  2337. local backrotation = CFrame.new(-4,0,0)
  2338. local bypassthing = string.rep(game:HttpGet('https://pastebin.com/raw/pNDkmBz7',true),2)
  2339.  
  2340. local mt = getrawmetatable(game)
  2341. local oldNamecall = mt.__namecall
  2342. local oldIndex = mt.__index
  2343. if setreadonly then setreadonly(mt, false) else make_writeable(mt, true) end
  2344. local namecallMethod = getnamecallmethod or get_namecall_method
  2345. local newClose = newcclosure or function(f) return f end
  2346. local target;
  2347. local latestshot = nil
  2348. local bodyname = 'Head'
  2349. local cangivecframe = 0
  2350.  
  2351. local backtrackfolder = Instance.new('Folder',workspace)
  2352. backtrackfolder.Name = 'backtrackfolder'
  2353. _G['property_spectatelagrate'] = 50
  2354. local fakeanim = Instance.new('Animation',workspace)
  2355. fakeanim.AnimationId = 'rbxassetid://0'
  2356. local lplr = game:GetService("Players").LocalPlayer
  2357. mt.__namecall = newClose(function(...)
  2358. local method = namecallMethod()
  2359. local args = {...}
  2360. if method == "SetPrimaryPartCFrame" then
  2361. args[2] = args[2] * CFrame.new((_G['property_xoffsetviewmodel']/500)-1,(_G['property_yoffsetviewmodel']/500)-1,(_G['property_zoffsetviewmodel']/500)-1) * CFrame.Angles(0,0,(_G['property_rolloffsetviewmodel']/500)-1) --* CFrame.Angles(0,0,_G['property_rolloffsetviewmodel']/250)
  2362. elseif method == "FindPartOnRayWithIgnoreList" then
  2363. --table.insert(args[3],backtrackfolder)
  2364. if target and lplr.Character and _G['property_silentaim'] == true then
  2365. args[2] = Ray.new(workspace.CurrentCamera.CFrame.Position, (target[bodyname].CFrame.p - workspace.CurrentCamera.CFrame.Position).unit * 500)
  2366. elseif _G['property_nospread'] == true then
  2367. args[2] = Ray.new(workspace.CurrentCamera.CFrame.Position, (m.Hit.p - workspace.CurrentCamera.CFrame.Position).unit * 500)
  2368. end
  2369. elseif method == "LoadAnimation" then
  2370. if _G['property_noanimations'] == true then
  2371. args[2] = fakeanim
  2372. end
  2373. elseif tostring(method) == "FireServer" and tostring(args[1]) == "ReplicateCamera" then
  2374. if _G['property_spectatelag'] == true then
  2375. cangivecframe = cangivecframe + 1
  2376. if cangivecframe ~= (_G['property_spectatelagrate'] or 50) then
  2377. return wait(99e99)
  2378. else
  2379. cangivecframe = 0
  2380. end
  2381. end
  2382. if _G['property_tps'] == true then
  2383. if lplr.Character then
  2384. if latestshot then
  2385. args[2] = CFrame.new(lplr.Character.Head.CFrame.p, latestshot)
  2386. latestshot = nil
  2387. else
  2388. args[2] = lplr.Character.Head.CFrame
  2389. end
  2390. end
  2391. end
  2392. elseif tostring(method) == "FireServer" and tostring(args[1]) == "HitPart" then
  2393. spawn(function()
  2394. if args[2] and game.Players:FindFirstChild(args[2].Parent.Name) then
  2395. --warn('hurt '..args[2].Parent.Name)
  2396. logs.Text = logs.Text..'\nhurt '..args[2].Parent.Name..' for '.. game:GetService('ReplicatedStorage').Weapons[args[4]]['DMG'].Value * args[9]
  2397. end
  2398. end)
  2399. if _G['property_instantkill'] == true then
  2400. args[9] = 10
  2401. end
  2402.  
  2403. spawn(function()
  2404. if _G['property_hitblock'] == true then
  2405. smallblock(args[3])
  2406. end
  2407. latestshot = args[3]
  2408. end)
  2409. if target then
  2410. spawn(function()
  2411. if _G['property_beam'] == true then
  2412. beam(args[2],args[3],lplr.Character.Head.CFrame.p)
  2413. end
  2414. end)
  2415. end
  2416. elseif tostring(method) == "FireServer" and tostring(args[1]) == "BURNME" then
  2417. if _G['property_antifire'] == true then
  2418. args[2] = nil
  2419. args[3] = 0
  2420. end
  2421. elseif tostring(method) == "FireServer" and tostring(args[1]) == "PlayerChatted" then
  2422. if _G['property_chattype'] == 'Alive' then
  2423. args[5] = false
  2424. elseif _G['property_chattype'] == 'Dead' then
  2425. args[5] = true
  2426. end
  2427. elseif tostring(method) == "FireServer" and tostring(args[1]) == "ControlTurn" then
  2428. if _G['property_down'] == true then
  2429. args[2] = -0.96247750520706
  2430. end
  2431. elseif tostring(method) == "FireServer" and tostring(args[1]) == "PlayerChatted" then
  2432. if _G['property_chatbypass'] == true then
  2433. local r = ''
  2434. local splitted = string.split(args[2]," ")
  2435. for i,v in pairs(splitted) do
  2436. local t = ''
  2437. for i = 1, string.len(v) do
  2438. t = t.. bypassthing ..string.sub(v,i,i)
  2439. end
  2440. r = r..t.." "
  2441. end
  2442. args[2] = r
  2443. end
  2444. -- bypass start
  2445. elseif tostring(method) == "InvokeServer" and tostring(args[1]) == "Hugh" then
  2446. return wait(99e99)
  2447. elseif tostring(method) == "FireServer" and string.find(tostring(args[1]),'{') then
  2448. return wait(99e99)
  2449. end
  2450. -- bypass end
  2451. return oldNamecall(unpack(args))
  2452. end)
  2453. if setreadonly then setreadonly(mt, true) else make_writeable(mt, false) end
  2454. local xd;
  2455. function gettarget()
  2456. local nearestmag = _G['property_silentaimfov']
  2457. local nearestcharacter = nil
  2458. pcall(function()
  2459. local lplr = game:GetService("Players").LocalPlayer
  2460. local t = nil
  2461. local m = lplr:GetMouse()
  2462. for _, plr in pairs(game.Players:GetPlayers()) do
  2463. if plr.Character and plr.Character:FindFirstChild("Head") then
  2464. if plr ~= lplr then
  2465. if _G['property_noteamcheck'] == true then
  2466. if plr ~= nearestcharacter then
  2467. local vector, onScreen = workspace.CurrentCamera:WorldToScreenPoint(plr.Character.Head.CFrame.p)
  2468. local dist = (Vector2.new(vector.X, vector.Y) - Vector2.new(m.X,m.Y)).Magnitude
  2469. if dist < nearestmag then
  2470. if 0 < plr.Character.Humanoid.Health then
  2471. nearestcharacter = plr.Character
  2472. nearestmag = dist
  2473. end
  2474. end
  2475. end
  2476. else
  2477. if plr.TeamColor ~= lplr.TeamColor then
  2478. if plr ~= nearestcharacter then
  2479. local vector, onScreen = workspace.CurrentCamera:WorldToScreenPoint(plr.Character.Head.CFrame.p)
  2480. local dist = (Vector2.new(vector.X, vector.Y) - Vector2.new(m.X,m.Y)).Magnitude
  2481. if dist < nearestmag then
  2482. if 0 < plr.Character.Humanoid.Health then
  2483. nearestcharacter = plr.Character
  2484. nearestmag = dist
  2485. end
  2486. end
  2487. end
  2488. end
  2489. end
  2490. end
  2491. end
  2492. if m.Target then
  2493. if m.Target.Name == 'BACKTRACKPart' then
  2494. nearestcharacter = m.Target.thing.Value
  2495. end
  2496. end
  2497. end
  2498. end)
  2499. return nearestcharacter
  2500. end
  2501. _G['property_fieldofview'] = 0
  2502. local justopened = false
  2503. local spaceheld = false
  2504.  
  2505.  
  2506. _G.keydownawsd = 'a'
  2507. game:GetService("RunService").RenderStepped:Connect(function()
  2508. if _G['property_yaw'] == true then
  2509. if _G['property_yawtype'] == 'Keybind' then
  2510. if _G.keydownawsd == 'a' then
  2511. characterrotate((workspace.CurrentCamera.CFrame * rightrotation).p)
  2512. elseif _G.keydownawsd == 'w' then
  2513. characterrotate((workspace.CurrentCamera.CFrame * backrotation).p)
  2514. elseif _G.keydownawsd == 's' then
  2515. characterrotate((workspace.CurrentCamera.CFrame * backrotation).p)
  2516. elseif _G.keydownawsd == 'd' then
  2517. characterrotate((workspace.CurrentCamera.CFrame * leftrotation).p)
  2518. end
  2519. elseif _G['property_yawtype'] == 'Manual' then
  2520. characterrotate((workspace.CurrentCamera.CFrame * CFrame.new(_G['property_yawmanual']-150,0,0)).p)
  2521. elseif _G['property_yawtype'] == 'Reversed' then
  2522. characterrotate((workspace.CurrentCamera.CFrame * backrotation).p)
  2523. elseif _G['property_yawtype'] == 'Jitter' then
  2524. if game.Players.LocalPlayer.Character then
  2525. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").AutoRotate = false
  2526. local spin = Instance.new('BodyAngularVelocity',game.Players.LocalPlayer.Character:FindFirstChild('HumanoidRootPart'))
  2527. spin.AngularVelocity = Vector3.new(0, math.random(-60000,55000), 0)
  2528. spin.MaxTorque = Vector3.new(0, 35000, 0)
  2529. wait()
  2530. spin:Destroy()
  2531. end
  2532. elseif _G['property_yawtype'] == 'Spin' then
  2533. if game.Players.LocalPlayer.Character then
  2534. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").AutoRotate = false
  2535. local spin = Instance.new('BodyAngularVelocity',game.Players.LocalPlayer.Character:FindFirstChild('HumanoidRootPart'))
  2536. spin.AngularVelocity = Vector3.new(0, _G['property_aaspeed'], 0)
  2537. spin.MaxTorque = Vector3.new(0, 23000, 0)
  2538. wait()
  2539. spin:Destroy()
  2540. end
  2541. end
  2542. elseif game.Players.LocalPlayer.Character then
  2543. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").AutoRotate = true
  2544. end
  2545. end)
  2546.  
  2547. local keyboard = game:GetService("Players").LocalPlayer:GetMouse()
  2548. keyboard.KeyDown:Connect(function(key)
  2549. if _G['property_yawtype'] == 'Keybind' then
  2550. if key == "a" then _G.keydownawsd = 'a' end
  2551. if key == "w" then _G.keydownawsd = 'w' end
  2552. if key == "s" then _G.keydownawsd = 's' end
  2553. if key == "d" then _G.keydownawsd = 'd' end
  2554. end
  2555. end)
  2556.  
  2557. local draggable = function(gui)
  2558. local dragging
  2559. local dragInput
  2560. local dragStart
  2561. local startPos
  2562.  
  2563. local function update(input)
  2564. if not scrollon then
  2565. if selectingcolor == false then
  2566. local delta = input.Position - dragStart
  2567. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  2568. end
  2569. end
  2570. end
  2571.  
  2572. gui.InputBegan:Connect(function(input)
  2573. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  2574. dragging = true
  2575. dragStart = input.Position
  2576. startPos = gui.Position
  2577.  
  2578. input.Changed:Connect(function()
  2579. if input.UserInputState == Enum.UserInputState.End then
  2580. dragging = false
  2581. end
  2582. end)
  2583. end
  2584. end)
  2585.  
  2586. gui.InputChanged:Connect(function(input)
  2587. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  2588. dragInput = input
  2589. end
  2590. end)
  2591.  
  2592. UserInputService.InputChanged:Connect(function(input)
  2593. if input == dragInput and dragging then
  2594. update(input)
  2595. end
  2596. end)
  2597. end
  2598. function createnewconfig()
  2599. local r = "return {"
  2600. for i,v in pairs(configfolder:GetChildren()) do
  2601. if v:IsA("StringValue") then
  2602. r = r.." {name='"..v.Name.."';value='"..v.Value.."'};"
  2603. elseif v:IsA("Color3Value") then
  2604. r = r.." {name='"..v.Name.."';value=Color3.fromHSV(".. tostring(v.Value) ..")};"
  2605. else
  2606. r = r.." {name='"..v.Name.."';value=".. tostring(v.Value) .."};"
  2607. end
  2608. end
  2609. return r.."}"
  2610. end
  2611.  
  2612. function addnewconfig(name,code)
  2613. local configbutton = Instance.new("TextButton")
  2614. local someline = Instance.new("Frame")
  2615. configbutton.Name = "configbutton"
  2616. configbutton.Parent = configlist
  2617. configbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  2618. configbutton.BorderSizePixel = 0
  2619. configbutton.Size = UDim2.new(1, 0, 0, 20)
  2620. configbutton.Font = Enum.Font.GothamSemibold
  2621. configbutton.Text = name..'.cfg'
  2622. configbutton.TextColor3 = Color3.new(1, 1, 1)
  2623. configbutton.TextSize = 11
  2624. configbutton.TextWrapped = true
  2625. configbutton.BackgroundColor3 = Color3.fromRGB(51, 53, 63)
  2626.  
  2627. someline.Name = "someline"
  2628. someline.Parent = configbutton
  2629. someline.BackgroundColor3 = Color3.new(0.227451, 0.247059, 0.266667)
  2630. someline.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2631. someline.BorderSizePixel = 0
  2632. someline.Position = UDim2.new(0, 10, 1, 0)
  2633. someline.Size = UDim2.new(1, -20, 0, 1)
  2634. someline.ZIndex = 123131
  2635. local codeval = Instance.new("StringValue",configbutton)
  2636. codeval.Value = code
  2637. codeval.Name = 'codeval'
  2638. end
  2639. local selectedconfig = nil
  2640. createconfig.MouseButton1Click:connect(function()
  2641. if filename.Text ~= '' then
  2642. local newconfig = createnewconfig()
  2643. addnewconfig(filename.Text,newconfig)
  2644. filename.Text = ''
  2645. end
  2646. end)
  2647.  
  2648. deleteconfig.MouseButton1Click:connect(function()
  2649. if selectedconfig and selectedconfig:FindFirstAncestorWhichIsA("CoreGui") then
  2650. selectedconfig:Destroy()
  2651. end
  2652. end)
  2653.  
  2654. loadconfig.MouseButton1Click:connect(function()
  2655. if selectedconfig and selectedconfig:FindFirstAncestorWhichIsA("CoreGui") then
  2656. local configlist = loadstring(selectedconfig.codeval.Value)()
  2657. for _,con in pairs(configlist) do
  2658. for _,obj in pairs(configfolder:GetChildren()) do
  2659. if obj.Name == con['name'] then
  2660. obj.Value = con['value']
  2661. break
  2662. end
  2663. end
  2664. end
  2665. end
  2666. end)
  2667.  
  2668. configlist.ChildAdded:Connect(function(c)
  2669. spawn(function()
  2670. c.MouseButton1Click:connect(function()
  2671. if selectedconfig and selectedconfig:FindFirstAncestorWhichIsA("CoreGui") then
  2672. selectedconfig.BackgroundColor3 = Color3.fromRGB(51, 53, 63)
  2673. end
  2674. selectedconfig = c
  2675. c.BackgroundColor3 = Color3.fromRGB(44, 45, 54)
  2676. end)
  2677. end)
  2678. end)
  2679. function saverecoveryfile()
  2680. local code = createnewconfig()
  2681. writefile('recovery_Cuteware.txt',code)
  2682. end
  2683. function setrecoveryfile()
  2684. local a,b = pcall(function()
  2685. readfile('recovery_Cuteware.txt')
  2686. end)
  2687. if not string.find(b or "",'not exist') then
  2688. local code = readfile('recovery_Cuteware.txt')
  2689. local configlist = loadstring(code)()
  2690. for _,con in pairs(configlist) do
  2691. for _,obj in pairs(configfolder:GetChildren()) do
  2692. if obj.Name == con['name'] then
  2693. obj.Value = con['value']
  2694. break
  2695. end
  2696. end
  2697. end
  2698. end
  2699. end
  2700. function checkfile()
  2701. local a,b = pcall(function()
  2702. readfile('config_Cuteware.txt')
  2703. end)
  2704. if string.find(b or "",'not exist') then
  2705. writefile('config_Cuteware.txt','return {}')
  2706. end
  2707. end
  2708. checkfile()
  2709. function savenewconfig()
  2710. checkfile()
  2711. local bob = "return {"
  2712. for _,configthing in pairs(configlist:GetChildren()) do
  2713. if configthing:IsA("TextButton") then
  2714. local codeval = configthing.codeval.Value
  2715. local r = string.gsub(codeval,'return ',' ')
  2716. bob = bob.."{configNAME='".. configthing.Text .."';"..r..'};'
  2717. end
  2718. end
  2719. bob = bob..'};'
  2720. writefile('config_Cuteware.txt',bob)
  2721. end
  2722.  
  2723. function loadsavedfileconfig()
  2724. checkfile()
  2725. local c = readfile('config_Cuteware.txt')
  2726. local d = loadstring(c)()
  2727. for _,DD in pairs(d) do
  2728. local configbutton = Instance.new("TextButton")
  2729. local someline = Instance.new("Frame")
  2730. configbutton.Name = "configbutton"
  2731. configbutton.Parent = configlist
  2732. configbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  2733. configbutton.BorderSizePixel = 0
  2734. configbutton.Size = UDim2.new(1, 0, 0, 20)
  2735. configbutton.Font = Enum.Font.GothamSemibold
  2736. configbutton.Text = DD['configNAME']
  2737. configbutton.TextColor3 = Color3.new(1, 1, 1)
  2738. configbutton.TextSize = 11
  2739. configbutton.TextWrapped = true
  2740. configbutton.BackgroundColor3 = Color3.fromRGB(51, 53, 63)
  2741.  
  2742. someline.Name = "someline"
  2743. someline.Parent = configbutton
  2744. someline.BackgroundColor3 = Color3.new(0.227451, 0.247059, 0.266667)
  2745. someline.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2746. someline.BorderSizePixel = 0
  2747. someline.Position = UDim2.new(0, 10, 1, 0)
  2748. someline.Size = UDim2.new(1, -20, 0, 1)
  2749. someline.ZIndex = 123131
  2750. local codeval = Instance.new("StringValue",configbutton)
  2751. codeval.Name = 'codeval'
  2752.  
  2753. local realconfigs = DD[1]
  2754.  
  2755. local r = "return {"
  2756. for i,v in pairs(realconfigs) do
  2757. if typeof(v['value']) == 'string' then
  2758. r = r.." {name='"..v['name'].."';value='"..v['value'].."'};"
  2759. else
  2760. r = r.." {name='"..v['name'].."';value=".. tostring(v['value']) .."};"
  2761. end
  2762. end
  2763. codeval.Value = r.."}"
  2764. end
  2765. end
  2766.  
  2767. saveconfig.MouseButton1Click:connect(function()
  2768. savenewconfig()
  2769. end)
  2770.  
  2771. local teamcolor = Color3.fromRGB(115, 255, 108)
  2772. local enemycolor = Color3.fromRGB(255, 107, 107)
  2773.  
  2774. local weapons = game.ReplicatedStorage.Weapons
  2775. for i,v in pairs(weapons:GetDescendants()) do
  2776. if v:IsA("ValueBase") then
  2777. local originalvalue = Instance.new(tostring(v.ClassName),v)
  2778. originalvalue.Name = '_ORIGINAL'
  2779. originalvalue.Value = v.Value
  2780. end
  2781. end
  2782. function weaponMOD(toggle,name,val)
  2783. for i,v in pairs(weapons:GetDescendants()) do
  2784. if v.Name == name then
  2785. if toggle == true then
  2786. v.Value = val
  2787. else
  2788. v.Value = v._ORIGINAL.Value
  2789. end
  2790. end
  2791. end
  2792. end
  2793. function fireallup()
  2794. spawn(function() local lastpos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2795. for i,v in pairs(game.Players:GetPlayers()) do
  2796. if v.Character and v.Team ~= game.Players.LocalPlayer.Team then
  2797. game.Players.LocalPlayer.Character:SetPrimaryPartCFrame(v.Character.HumanoidRootPart.CFrame)
  2798. wait(.1)
  2799. local oh1 = game:GetService("ReplicatedStorage").Weapons["Molotov"].Model
  2800. local oh3 = 25
  2801. local oh4 = 35
  2802. local oh6 = ""
  2803. local oh7 = ""
  2804. for i = 1, 3 do
  2805. game:GetService("ReplicatedStorage").Events.ThrowGrenade:FireServer(oh1, nil, oh3, oh4, Vector3.new(0,-100,0), oh6, oh7)
  2806. wait(0.001)
  2807. end
  2808. end
  2809. end
  2810. wait(0.4)
  2811. game.Players.LocalPlayer.Character:SetPrimaryPartCFrame(lastpos) end)
  2812. end
  2813. function nameesp(character)
  2814. if not character:FindFirstChild("name_ESP") then
  2815. local name_ESP = Instance.new("BillboardGui")
  2816. local NAME = Instance.new("TextLabel")
  2817. name_ESP.Name = "name_ESP"
  2818. name_ESP.Parent = character
  2819. name_ESP.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  2820. name_ESP.Active = true
  2821. name_ESP.Adornee = character.Head
  2822. name_ESP.AlwaysOnTop = true
  2823. name_ESP.ExtentsOffset = Vector3.new(0, 2, 0)
  2824. name_ESP.LightInfluence = 1
  2825. name_ESP.Size = UDim2.new(0, 200, 0, 50)
  2826.  
  2827. NAME.Name = "NAME"
  2828. NAME.Parent = name_ESP
  2829. NAME.BackgroundColor3 = Color3.new(1, 1, 1)
  2830. NAME.BackgroundTransparency = 1
  2831. NAME.Size = UDim2.new(0, 200, 0, 25)
  2832. NAME.Font = Enum.Font.SourceSansSemibold
  2833. NAME.Text = character.Name
  2834. NAME.TextColor3 = Color3.new(1, 1, 1)
  2835. NAME.TextSize = 12
  2836. NAME.TextStrokeTransparency = 0.30000001192093
  2837. NAME.TextWrapped = true
  2838. end
  2839. end
  2840. function footstepespcharacter(character)
  2841. local footstepesp = Instance.new("Part",workspace)
  2842. footstepesp.Shape = 'Cylinder'
  2843. footstepesp.Orientation = Vector3.new(0, 0, -90)
  2844. footstepesp.Size = Vector3.new(0, 16, 1)
  2845. footstepesp.Anchored = true
  2846. footstepesp.Transparency = 1
  2847. footstepesp.CanCollide = false
  2848. footstepesp.Position = character.HumanoidRootPart.CFrame.p + Vector3.new(0,-3,0)
  2849. local bb = Instance.new("Decal",footstepesp)
  2850. bb.Texture = 'http://www.roblox.com/asset/?id=107020846'
  2851. bb.Face = 'Left'
  2852. local bb = Instance.new("Decal",footstepesp)
  2853. bb.Texture = 'http://www.roblox.com/asset/?id=107020846'
  2854. bb.Face = 'Right'
  2855. local tweenInfo = TweenInfo.new(
  2856. 0.6, -- Time
  2857. Enum.EasingStyle.Sine, -- EasingStyle
  2858. Enum.EasingDirection.Out, -- EasingDirection
  2859. 0, -- RepeatCount (when less than zero the tween will loop indefinitely)
  2860. false, -- Reverses (tween will reverse once reaching it's goal)
  2861. 0 -- DelayTime
  2862. )
  2863. local TweenService = game:GetService("TweenService")
  2864.  
  2865. local tween = TweenService:Create(footstepesp, tweenInfo, {Size = Vector3.new(0, 16, 16)})
  2866.  
  2867. tween:Play()
  2868. game.Debris:AddItem(footstepesp,1)
  2869. end
  2870.  
  2871. function tracerESP(character)
  2872. local x = Drawing.new('Line')
  2873. local ABS = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui).AbsoluteSize
  2874. x.Visible = true
  2875. x.From = Vector2.new(ABS.X/2,ABS.Y+30);
  2876. x.Color = Color3.fromRGB(255,255,255);
  2877. x.Thickness = 1
  2878. local localfunc;
  2879. localfunc = character.ChildRemoved:Connect(function(x)
  2880. spawn(function()
  2881. if x.Name == 'tracers' then
  2882. x:Remove()
  2883. localfunc:disconnect()
  2884. end
  2885. end)
  2886. end)
  2887. local brt = configfolder:FindFirstChild('enemytracercolor')
  2888. spawn(function()
  2889. while character:FindFirstAncestorWhichIsA("Workspace") do
  2890. local a,b = pcall(function()
  2891. local camera = workspace.CurrentCamera
  2892. local worldPoint = character:FindFirstChild('HumanoidRootPart').CFrame.p
  2893. local vector, onScreen = camera:WorldToScreenPoint(worldPoint)
  2894.  
  2895. local screenPoint = Vector2.new(vector.X, vector.Y)
  2896. x.Visible = onScreen or false;
  2897. x.To = screenPoint;
  2898. --pcall(function()
  2899. local colorval = loadstring(_G['property_enemytracercolor'])
  2900. local color = Color3.fromHSV(colorval[1],colorval[2],colorval[3]) -- attempt to index function with number
  2901. x.Color = color
  2902. --end)
  2903. end)
  2904. rs.Heartbeat:wait()
  2905. if b then
  2906. break
  2907. end
  2908. end
  2909. x.Visible = false;
  2910. x:Remove()
  2911. end)
  2912. end
  2913. -- nameESP(game.Players.chrismanu.Character)
  2914. function boxespweapon(droppedgun)
  2915. local latestparent = droppedgun.Parent
  2916. local model = Instance.new('Model',workspace)
  2917. droppedgun.Parent = model
  2918. wait()
  2919. local size = model:GetExtentsSize()
  2920. local cham = Instance.new("BoxHandleAdornment",droppedgun)
  2921. cham.Color3 = Color3.fromRGB(255,0,0)
  2922. cham.AlwaysOnTop = true
  2923. cham.Size = size
  2924. cham.ZIndex = 1
  2925. cham.Adornee = droppedgun
  2926. cham.Transparency = 0.5
  2927. droppedgun.Parent = latestparent
  2928. model:Destroy()
  2929. end
  2930. function boxesp(character)
  2931. if not character:FindFirstChild("box_ESP") then
  2932. local espframe = Instance.new("BillboardGui")
  2933. local box = Instance.new("Frame")
  2934. local a = Instance.new("Frame")
  2935. local a_2 = Instance.new("Frame")
  2936. local a_3 = Instance.new("Frame")
  2937. local a_4 = Instance.new("Frame")
  2938. espframe.Name = "box_ESP"
  2939. espframe.Parent = character
  2940. espframe.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  2941. espframe.Active = true
  2942. espframe.AlwaysOnTop = true
  2943. espframe.LightInfluence = 1
  2944. espframe.MaxDistance = 100
  2945. espframe.Size = UDim2.new(4.5, 0, 6, 0)
  2946.  
  2947. box.Name = "box"
  2948. box.Parent = espframe
  2949. box.BackgroundColor3 = Color3.new(1, 1, 1)
  2950. box.BackgroundTransparency = 1
  2951. box.Position = UDim2.new(0.0250000004, 0, 0.0500000007, 0)
  2952. box.Size = UDim2.new(0.949999988, 0, 0.870000005, 0)
  2953.  
  2954. a.Name = "a"
  2955. a.Parent = box
  2956. a.BackgroundColor3 = Color3.new(1, 1, 1)
  2957. a.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  2958. a.Position = UDim2.new(0, 2, 0, 1)
  2959. a.Size = UDim2.new(1, -4, 0, 1)
  2960.  
  2961. a_2.Name = "a"
  2962. a_2.Parent = box
  2963. a_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2964. a_2.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  2965. a_2.Position = UDim2.new(0, 2, 1, -2)
  2966. a_2.Size = UDim2.new(1, -4, 0, 1)
  2967.  
  2968. a_3.Name = "a"
  2969. a_3.Parent = box
  2970. a_3.BackgroundColor3 = Color3.new(1, 1, 1)
  2971. a_3.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  2972. a_3.Position = UDim2.new(1, -2, 0, 1)
  2973. a_3.Size = UDim2.new(0, 1, 1, -2)
  2974.  
  2975. a_4.Name = "a"
  2976. a_4.Parent = box
  2977. a_4.BackgroundColor3 = Color3.new(1, 1, 1)
  2978. a_4.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  2979. a_4.Position = UDim2.new(0, 1, 0, 1)
  2980. a_4.Size = UDim2.new(0, 1, 1, -2)
  2981. spawn(function() while espframe do
  2982. game:GetService("RunService").RenderStepped:wait()
  2983. end espframe:Destroy() end)
  2984. end
  2985. end
  2986. function backtrack(character)
  2987. pcall(function()
  2988. if not character:FindFirstChild("backtrack") then
  2989. Instance.new("Sky",character).Name = "backtrack"
  2990. --for _,parttobacktrack in pairs(character:GetChildren()) do
  2991. --if parttobacktrack:IsA("BasePart") and parttobacktrack.Name ~= 'Gun' then
  2992. local parttobacktrack = character.Head
  2993. spawn(function()
  2994. for i = 1, 10 do
  2995. local backtrackPART = Instance.new("Part",workspace)
  2996. backtrackPART.Size = Vector3.new(2,2,2)
  2997. backtrackPART.Color = Color3.fromRGB(255,255,255)
  2998. backtrackPART.CanCollide = false
  2999. backtrackPART.Anchored = true
  3000. backtrackPART.Material = Enum.Material.Metal
  3001. backtrackPART.Name = "backtrackPART"
  3002. local thing = Instance.new("ObjectValue")
  3003. thing.Parent = backtrackPART
  3004. thing.Name = "thing"
  3005. thing.Value = character
  3006. spawn(function()
  3007. while parttobacktrack:FindFirstAncestorWhichIsA("Workspace") do
  3008. --backtrackPART.CFrame = parttobacktrack.CFrame
  3009. local tweenInfo = TweenInfo.new(
  3010. 0.5, -- Time
  3011. Enum.EasingStyle.Quad,
  3012. Enum.EasingDirection.Out,
  3013. 0,
  3014. false,
  3015. 0
  3016. )
  3017. local TweenService = game:GetService("TweenService")
  3018.  
  3019. local tween = TweenService:Create(backtrackPART, tweenInfo, {CFrame = parttobacktrack.CFrame})
  3020.  
  3021. tween:Play()
  3022. wait(i * 0.01)
  3023. end
  3024. backtrackPART:Destroy()
  3025. end)
  3026. end
  3027. end)
  3028. -- end
  3029. --end
  3030. end
  3031. end)
  3032. end
  3033. --local viewportESP = Instance.new("ViewportFrame")
  3034. --viewportESP.Size = UDim2.new(0.3, 0, 0.4, 0)
  3035. --viewportESP.Position = UDim2.new(0, 15, 0, 15)
  3036. --viewportESP.BackgroundColor3 = Color3.new(0, 0, 0)
  3037. --viewportESP.BorderColor3 = Color3.new(0.6, 0.5, 0.4)
  3038. --viewportESP.BorderSizePixel = 2
  3039. --viewportESP.BackgroundTransparency = 0.25
  3040. --viewportESP.Parent = Cuteware
  3041. --
  3042. --local part = Instance.new("Part")
  3043. --part.Material = Enum.Material.Concrete
  3044. --part.Color = Color3.new(0.25, 0.75, 1)
  3045. --part.Position = Vector3.new(0, 0, 0)
  3046. --part.Parent = viewportESP
  3047. --
  3048. --local viewportCamera = Instance.new("Camera")
  3049. --viewportESP.CurrentCamera = viewportCamera
  3050. --viewportCamera.Parent = viewportESP
  3051.  
  3052. function chamESP(character,color)
  3053. if not character:FindFirstChild("Sky") then
  3054. Instance.new('Sky',character)
  3055.  
  3056. -- getting clone parts
  3057. local clonedModel = Instance.new('Model',viewportESP)
  3058. for i,v in pairs(character:GetDescendants()) do
  3059. if v:IsA('BasePart') then
  3060. local new = v:Clone()
  3061. new.Parent = clonedModel
  3062. new:BreakJoints()
  3063. v:GetPropertyChangedSignal("Position"):Connect(function()
  3064. new.CFrame = v.CFrame
  3065. end)
  3066. v:GetPropertyChangedSignal("Parent"):Connect(function()
  3067. print("user "..character.Name..' character destroyed')
  3068. end)
  3069. end
  3070. end
  3071. end
  3072. end
  3073. function chams(character,color)
  3074. if not character:FindFirstChild("Sky") then
  3075. Instance.new('Sky',character)
  3076. spawn(function() wait(2)
  3077. for _,obj in pairs(character:GetChildren()) do
  3078. if obj:IsA("BasePart") and obj.Name ~= 'HumanoidRootPart' and obj.Name ~= 'Head' then
  3079. local cham = Instance.new("BoxHandleAdornment",obj)
  3080. cham.Color3 = color
  3081. cham.AlwaysOnTop = true
  3082. cham.Size = Vector3.new(0.25,obj.Size.Y,0.25)
  3083. cham.ZIndex = 1
  3084. cham.Adornee = obj
  3085. cham.Transparency = _G['property_chamtransparency']/100
  3086. spawn(function() while obj do
  3087. wait()
  3088. cham.Transparency = _G['property_chamtransparency']/100
  3089. local c = loadstring(_G['property_enemychamscolor'])()
  3090. cham.Color3 = Color3.fromHSV(c[1],c[2],c[3])
  3091. end cham:Destroy() end)
  3092. end
  3093. end end)
  3094. end
  3095. end
  3096. function boneESP(character,color)
  3097. if not character:FindFirstChild('Tool') then
  3098. spawn(function() wait(2)
  3099. Instance.new('Tool',character)
  3100. for _,obj in pairs(character:GetChildren()) do
  3101. if obj:IsA("BasePart") and obj.Name ~= 'HumanoidRootPart' and obj.Name ~= 'Head' then
  3102. local cham = Instance.new("BoxHandleAdornment",obj)
  3103. cham.Color3 = color
  3104. cham.AlwaysOnTop = true
  3105. cham.Size = Vector3.new(0.25,obj.Size.Y,0.25)
  3106. cham.ZIndex = 1
  3107. cham.Adornee = obj
  3108. cham.Transparency = _G['property_chamtransparency']/100
  3109. spawn(function() while obj do
  3110. wait()
  3111. cham.Transparency = _G['property_chamtransparency']/100
  3112. end cham:Destroy() end)
  3113. end
  3114. end end)
  3115. end
  3116. end
  3117.  
  3118. game.Players.LocalPlayer.CharacterAdded:connect(function(c)
  3119. spawn(function()
  3120. if _G['property_noaccessories'] == true then
  3121. for i,v in pairs(c:GetDescendants()) do
  3122. if v:IsA("Accessory") then
  3123. v:Destroy()
  3124. end
  3125. end
  3126. end
  3127. if _G['property_invisiblecharacter'] == true then
  3128. InitiateAA()
  3129. end
  3130. if _G['property_nocloth'] == true then
  3131. wait(1)
  3132. c:FindFirstChildOfClass('Shirt'):Destroy()
  3133. c:FindFirstChildOfClass('Pants'):Destroy()
  3134. end
  3135. end)
  3136. end)
  3137. spawn(function()
  3138. while wait(1) do
  3139. for _,player in pairs(game.Players:GetPlayers()) do
  3140. if player.Character then
  3141. if _G['property_weaponvolume'] ~= 0 then
  3142. if player.Character:FindFirstChild("Gun") then
  3143. if not player.Character:FindFirstChild("Gun"):FindFirstChild("Sky") then
  3144. Instance.new("Sky",player.Character:FindFirstChild("Gun"))
  3145. for i,v in pairs(player.Character:FindFirstChild("Gun"):GetChildren()) do
  3146. if v:IsA("Sound") then
  3147. v.Volume = v.Volume/(100/_G['property_weaponvolume'])
  3148. end
  3149. end
  3150. end
  3151. end
  3152. end
  3153. if player ~= game.Players.LocalPlayer then
  3154. if player.Team == game.Players.LocalPlayer.Team then
  3155. if _G['property_teamchams'] == true then
  3156. chamESP(player.Character,teamcolor)
  3157. elseif player.Character:FindFirstChild("Sky") then
  3158. for i,v in pairs(player.Character:GetDescendants()) do
  3159. if v:IsA("BoxHandleAdornment") or v:IsA("Sky") then
  3160. v:Destroy()
  3161. end
  3162. end
  3163. end
  3164. if _G['property_boxespteam'] == true then
  3165. boxesp(player.Character)
  3166. elseif player.Character:FindFirstChild("box_ESP") then
  3167. player.Character:FindFirstChild("box_ESP"):Destroy()
  3168. end
  3169. if _G['property_disableteamrendering'] == true then
  3170. player.Character.Parent = game.Lighting
  3171. else
  3172. player.Character.Parent = workspace
  3173. end
  3174. else
  3175. if _G['property_footstepesp'] == true then
  3176. pcall(function()
  3177. if player.Character.PrimaryPart.Velocity.Magnitude > 1 then
  3178. footstepespcharacter(player.Character)
  3179. end
  3180. end)
  3181. end
  3182. if _G['property_backtrack'] == true then
  3183. backtrack(player.Character)
  3184. print('backtrack on')
  3185. elseif player.Character:FindFirstChild("backtrack") then
  3186. print('backtrack not on')
  3187. player.Character:FindFirstChild("backtrack"):Destroy()
  3188. backtrackfolder:ClearAllChildren()
  3189. end
  3190. if _G['property_boxesp'] == true then
  3191. boxesp(player.Character)
  3192. elseif player.Character:FindFirstChild("box_ESP") then
  3193. player.Character:FindFirstChild("box_ESP"):Destroy()
  3194. end
  3195. if _G['property_nameesp'] == true then
  3196. --nameesp(player.Character)
  3197. if not player.Character:FindFirstChild("name_ESP") then
  3198. local name_ESP = Instance.new('Folder')
  3199. name_ESP.Parent = player.Character
  3200. name_ESP.Name = 'name_ESP'
  3201. nameesp(player.Character)
  3202. end
  3203. elseif player.Character:FindFirstChild("name_ESP") then
  3204. player.Character:FindFirstChild("name_ESP"):Destroy()
  3205. end
  3206. if _G['property_enemytracers'] == true then
  3207. if not player.Character:FindFirstChild("tracers") then
  3208. local called = Instance.new('Folder')
  3209. called.Parent = player.Character
  3210. called.Name = 'tracers'
  3211. tracerESP(player.Character)
  3212. end
  3213. elseif player.Character:FindFirstChild("tracers") then
  3214. player.Character:FindFirstChild("tracers"):Destroy()
  3215. end
  3216.  
  3217. if _G['property_enemychams'] == true then
  3218. chamESP(player.Character,enemycolor)
  3219. elseif player.Character:FindFirstChild("Sky") then
  3220. for i,v in pairs(player.Character:GetDescendants()) do
  3221. if v:IsA("BoxHandleAdornment") or v:IsA("Sky") then
  3222. v:Destroy()
  3223. end
  3224. end
  3225. end
  3226. if _G['property_enemybone'] == true then
  3227. boneESP(player.Character,enemycolor)
  3228. elseif player.Character:FindFirstChild("Tool") then
  3229. for i,v in pairs(player.Character:GetDescendants()) do
  3230. if v:IsA("BoxHandleAdornment") or v:IsA("Tool") then
  3231. v:Destroy()
  3232. end
  3233. end
  3234. end
  3235. end
  3236. else
  3237. if _G['property_antiheadshot'] == true then
  3238. pcall(function()
  3239. game.Players.LocalPlayer.Character:FindFirstChild('FakeHead'):Destroy()
  3240. game.Players.LocalPlayer.Character:FindFirstChild('HeadHB'):Destroy()
  3241. end)
  3242. end
  3243. if _G['property_kniferange'] == true then
  3244. if not player.Character:FindFirstChild("kniferange") then
  3245. local kniferange = Instance.new("Part",backtrackfolder)
  3246. kniferange.Shape = 'Cylinder'
  3247. kniferange.Orientation = Vector3.new(0, 0, -90)
  3248. kniferange.Size = Vector3.new(0, 7, 7)
  3249. kniferange.Transparency = 1
  3250. kniferange.Name = 'kniferange'
  3251. kniferange.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  3252. kniferange.CanCollide = false
  3253. local bb = Instance.new("Decal",kniferange)
  3254. bb.Texture = 'http://www.roblox.com/asset/?id=2866648598'
  3255. bb.Face = 'Left'
  3256. local XD = Instance.new("Weld", game.Players.LocalPlayer.Character.HumanoidRootPart)
  3257. XD.Part0 = XD.Parent
  3258. XD.Part1 = kniferange
  3259. XD.C0 = CFrame.Angles(0,0,1.6)
  3260. local colorval = loadstring(_G['property_kniferangecolor'])()
  3261. local color = Color3.fromHSV(colorval[1],colorval[2],colorval[3])
  3262. bb.Color3 = color
  3263. end
  3264. end
  3265. end
  3266. end
  3267. end
  3268.  
  3269. spawn(function()latestCode = saverecoveryfile()end)
  3270. spawn(function() if spectatorlist.Visible == true then
  3271. spectatornames.Text = getspectators()
  3272. end end)
  3273. end
  3274. end)
  3275. function smallblock(pos)
  3276. if pos then
  3277. local block = Instance.new('Part',workspace)
  3278. block.Anchored = true
  3279. block.Size = Vector3.new(0.3,0.3,0.3)
  3280. block.Position = pos
  3281. block.CanCollide = false
  3282. block.Material = Enum.Material.SmoothPlastic
  3283. block.Color = Color3.fromRGB(255, 71, 129)
  3284. game.Debris:AddItem(block,2)
  3285. end
  3286. end
  3287. function InitiateAA()
  3288. local Character = lplr.Character
  3289. local StoredCF = Character.PrimaryPart.CFrame
  3290. local Part = Instance.new('Part',workspace)
  3291. Part.Size = Vector3.new(5,0,5)
  3292. Part.Anchored = true
  3293. Part.CFrame = CFrame.new(Vector3.new(9999,9999,9999))
  3294. Character.PrimaryPart.CFrame = Part.CFrame*CFrame.new(0,3,0)
  3295. spawn(function()
  3296. wait(2)
  3297. Part:Destroy()
  3298. end)
  3299. local Clone = Character.LowerTorso.Root:Clone()
  3300. Character.LowerTorso.Root:Destroy()
  3301. Clone.Parent = Character.LowerTorso
  3302. wait(0.1)
  3303. Character.PrimaryPart.CFrame = StoredCF
  3304. end
  3305. function beam(part,pos,yeeet)
  3306. if part then
  3307. if part.Parent:FindFirstChild('Humanoid') then
  3308. spawn(function()
  3309. if _G['property_hitsound'] == true then
  3310. local hitmarksound = Instance.new('Sound',workspace)
  3311. hitmarksound.SoundId = 'rbxassetid://4491275997'
  3312. hitmarksound.PlayOnRemove = true
  3313. hitmarksound.Volume = 7
  3314. hitmarksound:Destroy()
  3315. end
  3316. end)
  3317. local player = game:GetService("Players").LocalPlayer
  3318. local ray = Ray.new(yeeet, (pos - yeeet).unit * 300)
  3319. local part, position = workspace:FindPartOnRay(ray, player.Character, false, true)
  3320. local beam = Instance.new("Part", workspace)
  3321. beam.BrickColor = BrickColor.new("Bright red")
  3322. beam.FormFactor = "Custom"
  3323. beam.Material = "Neon"
  3324. beam.Transparency = 0.5
  3325. beam.Anchored = true
  3326. beam.Locked = true
  3327. beam.CanCollide = false
  3328.  
  3329. local distance = (player.Character.Head.CFrame.p - position).magnitude
  3330. beam.Size = Vector3.new(0.08, 0.05, distance)
  3331. beam.CFrame = CFrame.new(player.Character.Head.CFrame.p, position) * CFrame.new(0, 0, -distance / 2)
  3332. game.Debris:AddItem(beam,2)
  3333. end
  3334. end
  3335. end
  3336. local UserInputService = game:GetService("UserInputService")
  3337.  
  3338. local space = Enum.KeyCode.Space
  3339. local function keyspacedown()
  3340. return UserInputService:IsKeyDown(space)
  3341. end
  3342. local function Input(input, gameProcessedEvent)
  3343. if keyspacedown() then
  3344. spaceheld = true
  3345. else
  3346. spaceheld = false
  3347. end
  3348. end
  3349.  
  3350. UserInputService.InputBegan:Connect(Input)
  3351. function getspectators()
  3352. local plrsspectating = ""
  3353. for i,v in pairs(game.Players:GetPlayers()) do
  3354. pcall(function()
  3355. if v ~= lplr then
  3356. if not v.Character then
  3357. if (v.CameraCF.Value.p - workspace.CurrentCamera.CFrame.p).Magnitude < 15 + lplr.CameraMaxZoomDistance then
  3358. if plrsspectating == "" then
  3359. plrsspectating = v.Name
  3360. else
  3361. plrsspectating = plrsspectating..'\n'..v.Name
  3362. end
  3363. end
  3364. end
  3365. end
  3366. end)
  3367. end
  3368. return plrsspectating
  3369. end
  3370. spawn(function()
  3371. while true do
  3372. if _G['property_triggerbot'] == true then
  3373. if lplr.Character then
  3374. if m.Target then
  3375. if m.Target.Parent:FindFirstChild("Humanoid") then
  3376. pcall(function()
  3377. if game.Players[m.Target.Parent.Name].Team ~= lplr.Team then
  3378. spawn(function()
  3379. mouse1press()
  3380. wait()
  3381. mouse1release()
  3382. end)
  3383. end
  3384. end)
  3385. end
  3386. end
  3387. end
  3388. end
  3389. rs.Heartbeat:wait()
  3390. end
  3391. end)
  3392. _G['btn1down'] = false
  3393. m.Button1Down:Connect(function()
  3394. _G['btn1down'] = true
  3395. end)
  3396. m.Button1Up:Connect(function()
  3397. _G['btn1down'] = false
  3398. end)
  3399.  
  3400. workspace.CurrentCamera.ChildAdded:Connect(function(t)
  3401. spawn(function()
  3402. if t.Name == 'Arms' then
  3403. for i,v in pairs(t:GetDescendants()) do
  3404. if v:IsA("BasePart") and v.Transparency ~= 1 then
  3405. v.Transparency = (_G['property_armtransparency']/100)-0.001
  3406. end
  3407. rs.Heartbeat:wait()
  3408. end
  3409. end
  3410. end)
  3411. end)
  3412.  
  3413. m.KeyDown:Connect(function(k)
  3414. if string.byte(k) == 61 then
  3415. main.Visible = (not main.Visible)
  3416. fovview.Visible = main.Visible
  3417. configmain.Visible = false
  3418. end
  3419. end)
  3420.  
  3421. game.Players.PlayerRemoving:Connect(function(p)
  3422. if p == lplr then
  3423. savenewconfig()
  3424. saverecoveryfile()
  3425. if _G['property_autorejoin'] == true then
  3426. local ts = game:GetService("TeleportService")
  3427. local p = game:GetService("Players").LocalPlayer
  3428.  
  3429. ts:Teleport(game.PlaceId, p)
  3430. end
  3431. end
  3432. end)
  3433. local cameradebris = game:GetService("Workspace").Camera.Debris
  3434. function checkdebris(obj)
  3435. spawn(function()
  3436. if obj.Name == 'Bullet' then
  3437. if _G['property_disablebulletholes'] == true then
  3438. obj:Destroy()
  3439. end
  3440. elseif obj.Name == 'C4' then
  3441. if _G['property_weaponsesp'] == true then
  3442. boxespweapon(obj)
  3443. end
  3444. elseif obj:IsA('Part') then
  3445. if _G['property_bombesp'] == true then
  3446. boxespweapon(obj)
  3447. end
  3448. elseif obj:IsA('Model') then
  3449. if _G['property_disablerenderingragdolls'] == true then
  3450. boxespweapon(obj)
  3451. end
  3452. end
  3453. end)
  3454. end
  3455. cameradebris.ChildAdded:connect(function(obj)
  3456. spawn(function()
  3457. if obj.Name == 'Blood' then
  3458. if _G['property_disableblood'] == true then
  3459. obj:Destroy()
  3460. end
  3461. end
  3462. end)
  3463. end)
  3464. game:GetService("Workspace").Debris.ChildAdded:connect(function(obj)
  3465. checkdebris(obj)
  3466. end)
  3467. game:GetService("Workspace")["Ray_Ignore"].Smokes.ChildAdded:connect(function(obj)
  3468. spawn(function()
  3469. if _G['property_grenadesesp'] == true then
  3470. --boxespweapon(obj)
  3471. nameesp(obj)
  3472. end
  3473. end)
  3474. end)
  3475. local Space = Enum.KeyCode.Space
  3476. local function Input(input, gameProcessedEvent)
  3477. if input.UserInputType == Enum.UserInputType.MouseButton3 then
  3478. if _G['property_tps'] == true then
  3479. --configfolder.tps.Value = (not configfolder.tps.Value)
  3480. if lplr.CameraMode == Enum.CameraMode.Classic then
  3481. lplr.CameraMode = Enum.CameraMode.LockFirstPerson
  3482. else
  3483. lplr.CameraMode = Enum.CameraMode.Classic
  3484. end
  3485. end
  3486. end
  3487. if _G.autohop == true then
  3488. if UserInputService:IsKeyDown(Space) then
  3489. holdspace = true
  3490. else
  3491. holdspace = false
  3492. end
  3493. end
  3494. end
  3495. game:GetService("RunService").RenderStepped:connect(function()
  3496. --viewportCamera.CFrame = workspace.CurrentCamera.CFrame
  3497. fovview.Position = ABS/2;
  3498. if _G['property_tps'] == true then
  3499. game.Players.LocalPlayer.CameraMaxZoomDistance = (_G['property_tpsdistance'] or 10)
  3500. game.Players.LocalPlayer.CameraMinZoomDistance = (_G['property_tpsdistance'] or 10)
  3501. end
  3502. if spaceheld == true then
  3503. if lplr.Character then
  3504. if _G['property_autohop'] == true then
  3505. keypress(0x20)
  3506. keyrelease(0x20)
  3507. end
  3508. end
  3509. end
  3510. if _G['property_fieldofview'] ~= 0 then
  3511. workspace.CurrentCamera.FieldOfView = _G['property_fieldofview'] + 75
  3512. end
  3513. local xd = math.random(0,100);
  3514. if (_G['property_headshothitchance'] or 0) <= xd then
  3515. bodyname = 'UpperTorso'
  3516. elseif (_G['property_bodyhitchance'] or 0) >= xd then
  3517. bodyname = 'Head'
  3518. else
  3519. bodyname = 'Head'
  3520. end
  3521. local yeet = gettarget()
  3522. if yeet then
  3523. target = yeet
  3524. else
  3525. target = nil
  3526. end
  3527. end)
  3528. UserInputService.InputBegan:Connect(Input)
  3529. draggable(main)
  3530. draggable(configmain)
  3531. draggable(spectatorlist)
  3532.  
  3533. username.Text = _G['Cutewareusername']
  3534.  
  3535. loadsavedfileconfig()
  3536. setrecoveryfile()
  3537. -- bruhmod#5212
Add Comment
Please, Sign In to add comment