1. local FusionV2 = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local bar1 = Instance.new("Frame")
  4. local bar2 = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextLabel_2 = Instance.new("TextLabel")
  7. local TextLabel_3 = Instance.new("TextLabel")
  8. local Player = Instance.new("TextBox")
  9. local Frame = Instance.new("Frame")
  10. local line4 = Instance.new("Frame")
  11. local Kill = Instance.new("TextButton")
  12. local UICorner = Instance.new("UICorner")
  13. local loadfaded = Instance.new("TextButton")
  14. local UICorner_2 = Instance.new("UICorner")
  15. local TextLabel_4 = Instance.new("TextLabel")
  16. local Maintab = Instance.new("TextButton")
  17. local UICorner_3 = Instance.new("UICorner")
  18. local LogIn = Instance.new("ScreenGui")
  19. local Main_2 = Instance.new("Frame")
  20. local TopBar = Instance.new("Frame")
  21. local Heading = Instance.new("TextLabel")
  22. local Login = Instance.new("TextButton")
  23. local UICorner_4 = Instance.new("UICorner")
  24. local Cancel = Instance.new("TextButton")
  25. local Account = Instance.new("ImageButton")
  26. local Key = Instance.new("TextBox")
  27. local Frame_2 = Instance.new("Frame")
  28. local line4_2 = Instance.new("Frame")
  29. local Notification = Instance.new("Frame")
  30. local NotifFrame = Instance.new("Frame")
  31. local Ok = Instance.new("TextButton")
  32. local UICorner_5 = Instance.new("UICorner")
  33. local Heading_2 = Instance.new("TextLabel")
  34. local SubHeading = Instance.new("TextLabel")
  35. local TopBar_2 = Instance.new("Frame")
  36. local BottomBar = Instance.new("Frame")
  37. --Properties:
  38. FusionV2.Name = "FusionV2"
  39. FusionV2.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  40. FusionV2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  41. FusionV2.ResetOnSpawn = false
  42. Main.Name = "Main"
  43. Main.Parent = FusionV2
  44. Main.AnchorPoint = Vector2.new(0.5, 0.5)
  45. Main.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
  46. Main.BorderSizePixel = 0
  47. Main.Position = UDim2.new(0.5, 0, 0.5, 0)
  48. Main.Size = UDim2.new(0, 600, 0, 350)
  49. bar1.Name = "bar1"
  50. bar1.Parent = Main
  51. bar1.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  52. bar1.BorderSizePixel = 0
  53. bar1.Position = UDim2.new(0.000833333354, 0, 0, 0)
  54. bar1.Size = UDim2.new(0, 599, 0, 18)
  55. bar2.Name = "bar2"
  56. bar2.Parent = bar1
  57. bar2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  58. bar2.BorderSizePixel = 0
  59. bar2.Position = UDim2.new(0.000833333354, 0, 0.995872974, 0)
  60. bar2.Size = UDim2.new(0, 599, 0, 40)
  61. TextLabel.Parent = bar1
  62. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. TextLabel.BackgroundTransparency = 1.000
  64. TextLabel.Position = UDim2.new(0.00834724586, 0, 0.055555556, 0)
  65. TextLabel.Size = UDim2.new(0, 195, 0, 16)
  66. TextLabel.Font = Enum.Font.Gotham
  67. TextLabel.Text = "FusionV2"
  68. TextLabel.TextColor3 = Color3.fromRGB(226, 226, 226)
  69. TextLabel.TextSize = 12.000
  70. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  71. TextLabel_2.Parent = bar1
  72. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  73. TextLabel_2.BackgroundTransparency = 1.000
  74. TextLabel_2.Position = UDim2.new(0.981636047, 0, 0.0555555224, 0)
  75. TextLabel_2.Size = UDim2.new(0, 11, 0, 16)
  76. TextLabel_2.Font = Enum.Font.Gotham
  77. TextLabel_2.Text = "X"
  78. TextLabel_2.TextColor3 = Color3.fromRGB(226, 226, 226)
  79. TextLabel_2.TextSize = 12.000
  80. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  81. TextLabel_3.Parent = bar1
  82. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  83. TextLabel_3.BackgroundTransparency = 1.000
  84. TextLabel_3.Position = UDim2.new(0.951585948, 0, 0.0555555224, 0)
  85. TextLabel_3.Size = UDim2.new(0, 11, 0, 16)
  86. TextLabel_3.Font = Enum.Font.Gotham
  87. TextLabel_3.Text = "-"
  88. TextLabel_3.TextColor3 = Color3.fromRGB(226, 226, 226)
  89. TextLabel_3.TextSize = 12.000
  90. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  91. Player.Name = "Player"
  92. Player.Parent = Main
  93. Player.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  94. Player.BackgroundTransparency = 1.000
  95. Player.BorderSizePixel = 0
  96. Player.Position = UDim2.new(0.0799999982, 0, 0.200000003, 0)
  97. Player.Size = UDim2.new(0, 432, 0, 31)
  98. Player.ZIndex = 1000
  99. Player.Font = Enum.Font.GothamMedium
  100. Player.PlaceholderColor3 = Color3.fromRGB(125, 125, 125)
  101. Player.PlaceholderText = "Player (no display name)"
  102. Player.Text = ""
  103. Player.TextColor3 = Color3.fromRGB(125, 125, 125)
  104. Player.TextSize = 18.000
  105. Player.TextXAlignment = Enum.TextXAlignment.Left
  106. Frame.Parent = Player
  107. Frame.BackgroundColor3 = Color3.fromRGB(175, 175, 175)
  108. Frame.BorderSizePixel = 0
  109. Frame.Position = UDim2.new(0, 0, 1, 0)
  110. Frame.Size = UDim2.new(0, 410, 0, 1)
  111. Frame.ZIndex = 10000
  112. line4.Name = "line4"
  113. line4.Parent = Player
  114. line4.BackgroundColor3 = Color3.fromRGB(0, 141, 248)
  115. line4.BackgroundTransparency = 1.000
  116. line4.BorderSizePixel = 0
  117. line4.Position = UDim2.new(0, 0, 1, 0)
  118. line4.Size = UDim2.new(0, 410, 0, 2)
  119. line4.ZIndex = 10000
  120. Kill.Name = "Kill"
  121. Kill.Parent = Main
  122. Kill.BackgroundColor3 = Color3.fromRGB(223, 93, 0)
  123. Kill.BackgroundTransparency = 0.900
  124. Kill.BorderSizePixel = 0
  125. Kill.Position = UDim2.new(0.734969497, 0, 0.863259494, 0)
  126. Kill.Size = UDim2.new(0, 140, 0, 36)
  127. Kill.ZIndex = 101
  128. Kill.AutoButtonColor = false
  129. Kill.Font = Enum.Font.GothamMedium
  130. Kill.Text = "Kill"
  131. Kill.TextColor3 = Color3.fromRGB(223, 93, 0)
  132. Kill.TextSize = 18.000
  133. UICorner.CornerRadius = UDim.new(0, 7)
  134. UICorner.Parent = Kill
  135. loadfaded.Name = "load faded"
  136. loadfaded.Parent = Main
  137. loadfaded.BackgroundColor3 = Color3.fromRGB(223, 93, 0)
  138. loadfaded.BackgroundTransparency = 0.900
  139. loadfaded.BorderSizePixel = 0
  140. loadfaded.Position = UDim2.new(0.0799695253, 0, 0.3518309, 0)
  141. loadfaded.Size = UDim2.new(0, 140, 0, 36)
  142. loadfaded.ZIndex = 101
  143. loadfaded.AutoButtonColor = false
  144. loadfaded.Font = Enum.Font.GothamMedium
  145. loadfaded.Text = "Load Faded"
  146. loadfaded.TextColor3 = Color3.fromRGB(223, 93, 0)
  147. loadfaded.TextSize = 18.000
  148. UICorner_2.CornerRadius = UDim.new(0, 7)
  149. UICorner_2.Parent = loadfaded
  150. TextLabel_4.Parent = Main
  151. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  152. TextLabel_4.BackgroundTransparency = 1.000
  153. TextLabel_4.Position = UDim2.new(0.348347276, 0, 0.369841307, 0)
  154. TextLabel_4.Size = UDim2.new(0, 334, 0, 47)
  155. TextLabel_4.Font = Enum.Font.Gotham
  156. TextLabel_4.Text = "- i dont know how to make a reach script nor could i find a good one, so load the faded gui and enable reach (in combat tab)"
  157. TextLabel_4.TextColor3 = Color3.fromRGB(226, 226, 226)
  158. TextLabel_4.TextScaled = true
  159. TextLabel_4.TextSize = 12.000
  160. TextLabel_4.TextWrapped = true
  161. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  162. Maintab.Name = "Maintab"
  163. Maintab.Parent = Main
  164. Maintab.BackgroundColor3 = Color3.fromRGB(223, 223, 223)
  165. Maintab.BackgroundTransparency = 0.900
  166. Maintab.BorderSizePixel = 0
  167. Maintab.Position = UDim2.new(0.0383028239, 0, 0.077545166, 0)
  168. Maintab.Size = UDim2.new(0, 140, 0, 21)
  169. Maintab.ZIndex = 101
  170. Maintab.AutoButtonColor = false
  171. Maintab.Font = Enum.Font.GothamMedium
  172. Maintab.Text = "Main"
  173. Maintab.TextColor3 = Color3.fromRGB(188, 188, 188)
  174. Maintab.TextSize = 15.000
  175. UICorner_3.CornerRadius = UDim.new(0, 7)
  176. UICorner_3.Parent = Maintab
  177. LogIn.Name = "Log In"
  178. LogIn.Parent = FusionV2
  179. LogIn.Enabled = false
  180. LogIn.ResetOnSpawn = false
  181. Main_2.Name = "Main"
  182. Main_2.Parent = LogIn
  183. Main_2.AnchorPoint = Vector2.new(0.5, 0.5)
  184. Main_2.BackgroundColor3 = Color3.fromRGB(245, 245, 245)
  185. Main_2.BorderSizePixel = 0
  186. Main_2.ClipsDescendants = true
  187. Main_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  188. Main_2.Size = UDim2.new(0, 547, 0, 208)
  189. Main_2.ZIndex = 2
  190. TopBar.Name = "TopBar"
  191. TopBar.Parent = Main_2
  192. TopBar.BackgroundColor3 = Color3.fromRGB(0, 141, 248)
  193. TopBar.BorderSizePixel = 0
  194. TopBar.Size = UDim2.new(0, 547, 0, 4)
  195. TopBar.ZIndex = 100
  196. Heading.Name = "Heading"
  197. Heading.Parent = Main_2
  198. Heading.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  199. Heading.BackgroundTransparency = 1.000
  200. Heading.Position = UDim2.new(0.12797074, 0, 0.115573369, 0)
  201. Heading.Size = UDim2.new(0, 424, 0, 50)
  202. Heading.ZIndex = 100
  203. Heading.Font = Enum.Font.GothamMedium
  204. Heading.Text = "Key System"
  205. Heading.TextColor3 = Color3.fromRGB(67, 67, 67)
  206. Heading.TextSize = 24.000
  207. Heading.TextXAlignment = Enum.TextXAlignment.Left
  208. Login.Name = "Login"
  209. Login.Parent = Main_2
  210. Login.BackgroundColor3 = Color3.fromRGB(0, 141, 248)
  211. Login.BackgroundTransparency = 0.900
  212. Login.BorderSizePixel = 0
  213. Login.Position = UDim2.new(0.716636181, 0, 0.746116638, 0)
  214. Login.Size = UDim2.new(0, 140, 0, 36)
  215. Login.ZIndex = 101
  216. Login.AutoButtonColor = false
  217. Login.Font = Enum.Font.GothamMedium
  218. Login.Text = "Check Key"
  219. Login.TextColor3 = Color3.fromRGB(0, 141, 248)
  220. Login.TextSize = 18.000
  221. UICorner_4.CornerRadius = UDim.new(0, 7)
  222. UICorner_4.Parent = Login
  223. Cancel.Name = "Cancel"
  224. Cancel.Parent = Main_2
  225. Cancel.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  226. Cancel.BackgroundTransparency = 1.000
  227. Cancel.BorderSizePixel = 0
  228. Cancel.Position = UDim2.new(0.515539348, 0, 0.746116638, 0)
  229. Cancel.Size = UDim2.new(0, 96, 0, 36)
  230. Cancel.ZIndex = 101
  231. Cancel.AutoButtonColor = false
  232. Cancel.Font = Enum.Font.GothamMedium
  233. Cancel.Text = "Cancel"
  234. Cancel.TextColor3 = Color3.fromRGB(67, 67, 67)
  235. Cancel.TextSize = 18.000
  236. Account.Name = "Account"
  237. Account.Parent = Main_2
  238. Account.BackgroundColor3 = Color3.fromRGB(0, 141, 248)
  239. Account.BackgroundTransparency = 1.000
  240. Account.LayoutOrder = 13
  241. Account.Position = UDim2.new(0.038391225, 0, 0.155241251, 0)
  242. Account.Size = UDim2.new(0, 38, 0, 38)
  243. Account.ZIndex = 100001
  244. Account.Image = "rbxassetid://3926307971"
  245. Account.ImageColor3 = Color3.fromRGB(0, 141, 248)
  246. Account.ImageRectOffset = Vector2.new(124, 204)
  247. Account.ImageRectSize = Vector2.new(36, 36)
  248. Key.Name = "Key"
  249. Key.Parent = Main_2
  250. Key.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  251. Key.BackgroundTransparency = 1.000
  252. Key.BorderSizePixel = 0
  253. Key.Position = UDim2.new(0.1535649, 0, 0.400000006, 0)
  254. Key.Size = UDim2.new(0, 432, 0, 31)
  255. Key.ZIndex = 1000
  256. Key.Font = Enum.Font.GothamMedium
  257. Key.PlaceholderText = "Key"
  258. Key.Text = ""
  259. Key.TextColor3 = Color3.fromRGB(125, 125, 125)
  260. Key.TextSize = 18.000
  261. Key.TextXAlignment = Enum.TextXAlignment.Left
  262. Frame_2.Parent = Key
  263. Frame_2.BackgroundColor3 = Color3.fromRGB(175, 175, 175)
  264. Frame_2.BorderSizePixel = 0
  265. Frame_2.Position = UDim2.new(0, 0, 1, 0)
  266. Frame_2.Size = UDim2.new(0, 410, 0, 1)
  267. Frame_2.ZIndex = 10000
  268. line4_2.Name = "line4"
  269. line4_2.Parent = Key
  270. line4_2.BackgroundColor3 = Color3.fromRGB(0, 141, 248)
  271. line4_2.BackgroundTransparency = 1.000
  272. line4_2.BorderSizePixel = 0
  273. line4_2.Position = UDim2.new(0, 0, 1, 0)
  274. line4_2.Size = UDim2.new(0, 410, 0, 2)
  275. line4_2.ZIndex = 10000
  276. Notification.Name = "Notification"
  277. Notification.Parent = Main_2
  278. Notification.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  279. Notification.BackgroundTransparency = 1.000
  280. Notification.BorderSizePixel = 0
  281. Notification.Position = UDim2.new(-0.000734765083, 0, -0.000210541941, 0)
  282. Notification.Size = UDim2.new(0, 547, 0, 214)
  283. Notification.ZIndex = 999999999
  284. NotifFrame.Name = "NotifFrame"
  285. NotifFrame.Parent = Notification
  286. NotifFrame.BackgroundColor3 = Color3.fromRGB(230, 230, 230)
  287. NotifFrame.BorderSizePixel = 0
  288. NotifFrame.Position = UDim2.new(0.023765998, 0, 1.01284039, 0)
  289. NotifFrame.Size = UDim2.new(0, 520, 0, 66)
  290. NotifFrame.ZIndex = 999999999
  291. Ok.Name = "Ok"
  292. Ok.Parent = NotifFrame
  293. Ok.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
  294. Ok.BackgroundTransparency = 0.900
  295. Ok.BorderSizePixel = 0
  296. Ok.Position = UDim2.new(0.68363452, 0, 0.260007083, 0)
  297. Ok.Size = UDim2.new(0, 140, 0, 30)
  298. Ok.ZIndex = 999999999
  299. Ok.AutoButtonColor = false
  300. Ok.Font = Enum.Font.GothamMedium
  301. Ok.Text = "OK"
  302. Ok.TextColor3 = Color3.fromRGB(67, 67, 67)
  303. Ok.TextSize = 18.000
  304. UICorner_5.CornerRadius = UDim.new(0, 7)
  305. UICorner_5.Parent = Ok
  306. Heading_2.Name = "Heading"
  307. Heading_2.Parent = NotifFrame
  308. Heading_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  309. Heading_2.BackgroundTransparency = 1.000
  310. Heading_2.Position = UDim2.new(0, 9, 0, 11)
  311. Heading_2.Size = UDim2.new(0, 325, 0, 24)
  312. Heading_2.ZIndex = 999999999
  313. Heading_2.Font = Enum.Font.GothamMedium
  314. Heading_2.Text = "Notification"
  315. Heading_2.TextColor3 = Color3.fromRGB(67, 67, 67)
  316. Heading_2.TextSize = 20.000
  317. Heading_2.TextXAlignment = Enum.TextXAlignment.Left
  318. Heading_2.TextYAlignment = Enum.TextYAlignment.Top
  319. SubHeading.Name = "SubHeading"
  320. SubHeading.Parent = Heading_2
  321. SubHeading.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  322. SubHeading.BackgroundTransparency = 1.000
  323. SubHeading.Position = UDim2.new(0, 0, 1, 2)
  324. SubHeading.Size = UDim2.new(0, 324, 0, 24)
  325. SubHeading.ZIndex = 999999999
  326. SubHeading.Font = Enum.Font.GothamMedium
  327. SubHeading.Text = "Key system down, press \"OK\" to load the GUI"
  328. SubHeading.TextColor3 = Color3.fromRGB(125, 125, 125)
  329. SubHeading.TextSize = 15.000
  330. SubHeading.TextWrapped = true
  331. SubHeading.TextXAlignment = Enum.TextXAlignment.Left
  332. SubHeading.TextYAlignment = Enum.TextYAlignment.Top
  333. TopBar_2.Name = "TopBar"
  334. TopBar_2.Parent = NotifFrame
  335. TopBar_2.BackgroundColor3 = Color3.fromRGB(125, 125, 125)
  336. TopBar_2.BorderSizePixel = 0
  337. TopBar_2.Size = UDim2.new(0, 520, 0, 4)
  338. TopBar_2.ZIndex = 999999999
  339. BottomBar.Name = "BottomBar"
  340. BottomBar.Parent = Main_2
  341. BottomBar.BackgroundColor3 = Color3.fromRGB(230, 230, 230)
  342. BottomBar.BorderSizePixel = 0
  343. BottomBar.Position = UDim2.new(0, 0, 0.680798769, 0)
  344. BottomBar.Size = UDim2.new(0, 547, 0, 65)
  345. BottomBar.ZIndex = 100
  346. -- Scripts:
  347. local function KMUZE_fake_script() -- Player.Animate
  348. local script = Instance.new('LocalScript', Player)
  349. local noob = script.Parent.line4
  350. Tween = function(Obj, Time, Settings)
  351. game:GetService("TweenService"):Create(Obj, TweenInfo.new(Time), Settings):Play()
  352. end
  353. script.Parent.Focused:Connect(function()
  354. Tween(noob, 0.3, {BackgroundTransparency = 0})
  355. end)
  356. script.Parent.FocusLost:Connect(function()
  357. Tween(noob, 0.3, {BackgroundTransparency = 1})
  358. end)
  359. end
  360. coroutine.wrap(KMUZE_fake_script)()
  361. local function RPUFR_fake_script() -- Kill.Animate
  362. local script = Instance.new('LocalScript', Kill)
  363. local noob = script.Parent
  364. Tween = function(Obj, Time, Settings)
  365. game:GetService("TweenService"):Create(Obj, TweenInfo.new(Time), Settings):Play()
  366. end
  367. script.Parent.MouseEnter:Connect(function()
  368. Tween(noob, 0.5, {BackgroundTransparency = 0.75})
  369. end)
  370. script.Parent.MouseLeave:Connect(function()
  371. Tween(noob, 0.5, {BackgroundTransparency = 0.89})
  372. end)
  373. script.Parent.MouseButton1Click:Connect(function()
  374. local target = script.Parent.Parent.Player.Text
  375. local plr1 = game.Players.LocalPlayer.Character
  376. local plr2 = game.Workspace.Players:FindFirstChild(target)
  377. local humanoid = game.Players.LocalPlayer.Character.Humanoid
  378. local tool = game.Players.LocalPlayer.Backpack.Combat
  379. humanoid:EquipTool(tool)
  380. tool:Activate()
  381. wait(1.75)
  382. plr1.HumanoidRootPart.CFrame = plr2.HumanoidRootPart.CFrame * CFrame.new(0,0,0)
  383. wait(0.5)
  384. humanoid:UnequipTools(tool)
  385. end)
  386. end
  387. coroutine.wrap(RPUFR_fake_script)()
  388. local function ZMNO_fake_script() -- loadfaded.Animate
  389. local script = Instance.new('LocalScript', loadfaded)
  390. local noob = script.Parent
  391. Tween = function(Obj, Time, Settings)
  392. game:GetService("TweenService"):Create(Obj, TweenInfo.new(Time), Settings):Play()
  393. end
  394. script.Parent.MouseEnter:Connect(function()
  395. Tween(noob, 0.5, {BackgroundTransparency = 0.75})
  396. end)
  397. script.Parent.MouseLeave:Connect(function()
  398. Tween(noob, 0.5, {BackgroundTransparency = 0.89})
  399. end)
  400. script.Parent.MouseButton1Click:Connect(function()
  401. loadstring(game:HttpGet("https://raw.githubusercontent.com/NighterEpic/Faded/main/YesEpic", true))()
  402. end)
  403. end
  404. coroutine.wrap(ZMNO_fake_script)()
  405. local function ADAI_fake_script() -- Maintab.Animate
  406. local script = Instance.new('LocalScript', Maintab)
  407. local noob = script.Parent
  408. Tween = function(Obj, Time, Settings)
  409. game:GetService("TweenService"):Create(Obj, TweenInfo.new(Time), Settings):Play()
  410. end
  411. script.Parent.MouseEnter:Connect(function()
  412. Tween(noob, 0.5, {BackgroundTransparency = 0.75})
  413. end)
  414. script.Parent.MouseLeave:Connect(function()
  415. Tween(noob, 0.5, {BackgroundTransparency = 0.89})
  416. end)
  417. script.Parent.MouseButton1Click:Connect(function()
  418. local target = script.Parent.Parent.Player.Text
  419. local plr1 = game.Players.LocalPlayer.Character
  420. local plr2 = game.Workspace.Players:FindFirstChild(target)
  421. local humanoid = game.Players.LocalPlayer.Character.Humanoid
  422. local tool = game.Players.LocalPlayer.Backpack.Combat
  423. humanoid:EquipTool(tool)
  424. tool:Activate()
  425. wait(1.75)
  426. plr1.HumanoidRootPart.CFrame = plr2.HumanoidRootPart.CFrame * CFrame.new(0,0,0)
  427. wait(0.5)
  428. humanoid:UnequipTools(tool)
  429. end)
  430. end
  431. coroutine.wrap(ADAI_fake_script)()
  432. local function HZWZBFP_fake_script() -- Main.Dragify
  433. local script = Instance.new('LocalScript', Main)
  434. local UserInputService = game:GetService("UserInputService")
  435. local TweenService = game:GetService("TweenService")
  436. local Frame = script.Parent
  437. local StartPosition = nil
  438. local DragStart = nil
  439. local DragSpeed = 0.25
  440. local DragToggle = nil
  441. local function updateInput(Input)
  442. local Delta = Input.Position - DragStart
  443. local Position = UDim2.new(StartPosition.X.Scale, StartPosition.X.Offset + Delta.X, StartPosition.Y.Scale, StartPosition.Y.Offset + Delta.Y)
  444. TweenService:Create(Frame, TweenInfo.new(DragSpeed), {Position = Position}):Play()
  445. end
  446. Frame.InputBegan:Connect(function(Input)
  447. if (Input.UserInputType == Enum.UserInputType.MouseButton1 or Input.UserInputType == Enum.UserInputType.Touch) then
  448. DragToggle = true
  449. DragStart = Input.Position
  450. StartPosition = Frame.Position
  451. Input.Changed:Connect(function()
  452. if Input.UserInputState == Enum.UserInputState.End then
  453. DragToggle = false
  454. end
  455. end)
  456. end
  457. end)
  458. UserInputService.InputChanged:Connect(function(Input)
  459. if (Input.UserInputType == Enum.UserInputType.MouseMovement or Input.UserInputType == Enum.UserInputType.Touch) then
  460. if DragToggle then
  461. updateInput(Input)
  462. end
  463. end
  464. end)
  465. end
  466. coroutine.wrap(HZWZBFP_fake_script)()
  467. local function BEEXEAO_fake_script() -- Login.Animate
  468. local script = Instance.new('LocalScript', Login)
  469. local noob = script.Parent
  470. Tween = function(Obj, Time, Settings)
  471. game:GetService("TweenService"):Create(Obj, TweenInfo.new(Time), Settings):Play()
  472. end
  473. script.Parent.MouseEnter:Connect(function()
  474. Tween(noob, 0.5, {BackgroundTransparency = 0.75})
  475. end)
  476. script.Parent.MouseLeave:Connect(function()
  477. Tween(noob, 0.5, {BackgroundTransparency = 0.89})
  478. end)
  479. end
  480. coroutine.wrap(BEEXEAO_fake_script)()
  481. local function DEPIOTE_fake_script() -- Cancel.LocalScript
  482. local script = Instance.new('LocalScript', Cancel)
  483. script.Parent.MouseButton1Click:Connect(function()
  484. script.Parent.Parent.Parent.Parent:Destroy()
  485. end)
  486. end
  487. coroutine.wrap(DEPIOTE_fake_script)()
  488. local function RBHOYW_fake_script() -- Key.Animate
  489. local script = Instance.new('LocalScript', Key)
  490. local noob = script.Parent.line4
  491. Tween = function(Obj, Time, Settings)
  492. game:GetService("TweenService"):Create(Obj, TweenInfo.new(Time), Settings):Play()
  493. end
  494. script.Parent.Focused:Connect(function()
  495. Tween(noob, 0.3, {BackgroundTransparency = 0})
  496. end)
  497. script.Parent.FocusLost:Connect(function()
  498. Tween(noob, 0.3, {BackgroundTransparency = 1})
  499. end)
  500. end
  501. coroutine.wrap(RBHOYW_fake_script)()
  502. local function NUUK_fake_script() -- Ok.Animate
  503. local script = Instance.new('LocalScript', Ok)
  504. local noob = script.Parent
  505. local noob2 = script.Parent.Parent.Parent
  506. local th = noob2.Parent.Parent.Parent.Main
  507. Tween = function(Obj, Time, Settings)
  508. game:GetService("TweenService"):Create(Obj, TweenInfo.new(Time), Settings):Play()
  509. end
  510. script.Parent.MouseEnter:Connect(function()
  511. Tween(noob, 0.5, {BackgroundTransparency = 0.75})
  512. Tween(noob.UIStroke, 0.5, {Transparency = 0.5})
  513. end)
  514. script.Parent.MouseLeave:Connect(function()
  515. Tween(noob, 0.5, {BackgroundTransparency = 0.89})
  516. Tween(noob.UIStroke, 0.5, {Transparency = 0.75})
  517. end)
  518. script.Parent.MouseButton1Click:Connect(function()
  519. wait(0.1)
  520. Tween = function(Obj, Time, Settings)
  521. game:GetService("TweenService"):Create(Obj, TweenInfo.new(Time), Settings):Play()
  522. end
  523. Tween(noob2, 1, {BackgroundTransparency = 1})
  524. wait(0.6)
  525. Tween(noob2.NotifFrame, 1, {Position = UDim2.new(0.024, 0,1.013, 0)})
  526. wait(1)
  527. noob2.Parent.Parent.Enabled = false
  528. wait(0.5)
  529. th.Visible = true
  530. noob2.Parent.Parent:Destroy()
  531. end)
  532. end
  533. coroutine.wrap(NUUK_fake_script)()
  534. local function GRGAHQ_fake_script() -- Notification.Animate
  535. local script = Instance.new('LocalScript', Notification)
  536. wait(2)
  537. local noob = script.Parent
  538. Tween = function(Obj, Time, Settings)
  539. game:GetService("TweenService"):Create(Obj, TweenInfo.new(Time), Settings):Play()
  540. end
  541. Tween(noob, 1, {BackgroundTransparency = 0.7})
  542. wait(0.6)
  543. Tween(noob.NotifFrame, 1, {Position = UDim2.new(0.024, 0,0.616, 0)})
  544. end
  545. coroutine.wrap(GRGAHQ_fake_script)()
  546. local function SSJE_fake_script() -- FusionV2.SetVis
  547. local script = Instance.new('LocalScript', FusionV2)
  548. local a = script.Parent
  549. a["Log In"].Enabled = true
  550. a.Main.Visible = false
  551. end
  552. coroutine.wrap(SSJE_fake_script)()