Advertisement
Hiroto2151

Roblox soulshaff script

Jul 18th, 2022
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local library =
  2. loadstring(game:HttpGet("https://raw.githubusercontent.com/GreenDeno/Venyx-UI-Library/main/source.lua"))()
  3. local venyx = library.new("Clown Hub v2.6 Paid (Bonus 2)")
  4.  
  5. local themes = {
  6. Background = Color3.fromRGB(24, 24, 24),
  7. Glow = Color3.fromRGB(255, 255, 255),
  8. Accent = Color3.fromRGB(44, 44, 44),
  9. LightContrast = Color3.fromRGB(57, 57, 57),
  10. DarkContrast = Color3.fromRGB(0, 0, 0),
  11. TextColor = Color3.fromRGB(163, 163, 163)
  12. }
  13.  
  14. local uiPages = {}
  15. local uiSecs = {}
  16.  
  17. local varbs = {}
  18.  
  19. uiPages.page = venyx:addPage("Ui", 5012544693)
  20. uiPages.page2 = venyx:addPage("Main", 5012544693)
  21. uiPages.page3 = venyx:addPage("Ct Characters", 5012544693)
  22. uiPages.page4 = venyx:addPage("Ct Attacks", 5012544693)
  23. uiPages.page6 = venyx:addPage("Paid things", 5012544693)
  24. uiPages.page7 = venyx:addPage("Mics", 5012544693)
  25. uiPages.page8 = venyx:addPage("Custom Things", 5012544693)
  26. uiPages.page5 = venyx:addPage("Credits", 5012544693)
  27.  
  28. uiSecs.opstuffs1 = uiPages.page7:addSection("Custom Lock On(It's NOT done yet)")
  29. uiSecs.stuffs = uiPages.page7:addSection("Another Stuffs")
  30. uiSecs.susmap1 = uiPages.page7:addSection("Secret map in soulshatters")
  31. uiSecs.dmgmodule = uiPages.page7:addSection("Damage Module")
  32. uiSecs.ui = uiPages.page:addSection("Graphical Interface")
  33. uiSecs.place = uiPages.page:addSection("Game")
  34. uiSecs.place3 = uiPages.page:addSection("Music not Loop")
  35. uiSecs.place5 = uiPages.page:addSection("Music Loop")
  36. uiSecs.main3 = uiPages.page2:addSection("Custom Chat")
  37. uiSecs.main = uiPages.page2:addSection("Main")
  38. uiSecs.main6 = uiPages.page2:addSection("Hide Name(In Menu)")
  39. uiSecs.main5 = uiPages.page2:addSection("Day/Night Cycle")
  40. uiSecs.main4 = uiPages.page2:addSection("Teleport to other player")
  41. uiSecs.main2 = uiPages.page2:addSection("Troll Scripts")
  42. uiSecs.custom = uiPages.page3:addSection("In Menu")
  43. uiSecs.custom1 = uiPages.page3:addSection("Undertale Frisk")
  44. uiSecs.custom2 = uiPages.page3:addSection("Asriel")
  45. uiSecs.custom3 = uiPages.page3:addSection("XTale")
  46. uiSecs.custom4 = uiPages.page3:addSection("Old Sans")
  47. uiSecs.custom5 = uiPages.page3:addSection("Glitchtale Chara")
  48. uiSecs.custom6 = uiPages.page3:addSection("Glitchtale Frisk")
  49. uiSecs.custom7 = uiPages.page3:addSection("Glitchtale Betty")
  50. uiSecs.Credit = uiPages.page5:addSection("Credits")
  51. uiSecs.asriel = uiPages.page4:addSection("Undertale Ariel")
  52. uiSecs.betty = uiPages.page4:addSection("Glitchtale Betty")
  53. uiSecs.undyne = uiPages.page4:addSection("Glitchtale Undyne")
  54. uiSecs.place2 = uiPages.page4:addSection("Glitchtale Chara")
  55. uiSecs.sschara = uiPages.page4:addSection("StoryShift Chara")
  56. uiSecs.delta = uiPages.page4:addSection("Delta Sans")
  57. uiSecs.frisk = uiPages.page4:addSection("Undertale Frisk")
  58. uiSecs.nsans = uiPages.page4:addSection("Undertale New Sans")
  59. uiSecs.place0 = uiPages.page4:addSection("XTale")
  60. uiSecs.place6 = uiPages.page4:addSection("Others")
  61. uiSecs.place4 = uiPages.page6:addSection("Paid Guis")
  62. uiSecs.secretchar = uiPages.page6:addSection("My Own Custom Characters")
  63. uiSecs.place1 = uiPages.page7:addSection("Places")
  64. uiSecs.ctthings2 = uiPages.page8:addSection("Custom Name Color")
  65. uiSecs.ctthings2 = uiPages.page8:addSection("Custom Name Color")
  66. uiSecs.ctthings3 = uiPages.page8:addSection("Custom Name Text")
  67. uiSecs.freeze = uiPages.page2:addSection("Delete Someone's Godmode(Shadow dio's godmode)")
  68. uiSecs.freeze1 = uiPages.page2:addSection("Delete Someone's HumanoidRootPart(Can't lock on to them)")
  69. uiSecs.opstuffs = uiPages.page7:addSection("OP Stuffs")
  70.  
  71. uiSecs.susmap1:addButton(
  72. "Summon the secret house(Lag)(Non-FE)",
  73. function()
  74. local newmap = game:GetService("ReplicatedStorage").Resources.Baseplate
  75. newmap:Clone()
  76. newmap.Parent = game:GetService("Workspace").Map.Model
  77. end
  78. )
  79.  
  80. teleList2 = {"Normal", "KnockBack"}
  81. uiSecs.dmgmodule:addDropdown(
  82. "Choose a hit type",
  83. teleList2,
  84. function(types)
  85. htype = types
  86. end
  87. )
  88.  
  89. uiSecs.dmgmodule:addSlider(
  90. "Damage",
  91. 0,
  92. 0,
  93. 40,
  94. function(dmg)
  95. damage = dmg
  96. end
  97. )
  98.  
  99. uiSecs.dmgmodule:addSlider(
  100. "Hit Time",
  101. 0,
  102. 0,
  103. 2.5,
  104. function(htime)
  105. htim = htime
  106. end
  107. )
  108.  
  109. uiSecs.dmgmodule:addSlider(
  110. "Fly",
  111. 0,
  112. 0,
  113. 100,
  114. function(vec)
  115. vector = vec
  116. end
  117. )
  118.  
  119. uiSecs.dmgmodule:addKeybind(
  120. "Damage Module Attack",
  121. nil,
  122. function()
  123. local args = {
  124. [1] = getrenv()._G.Pass,
  125. [2] = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value,
  126. [3] = {
  127. ["HitTime"] = htim,
  128. ["Type"] = htype,
  129. ["HitEffect"] = "HeavyHitEffect",
  130. ["VictimCFrame"] = CFrame.new(),
  131. ["Velocity"] = Vector3.new(vector, 0, 0),
  132. ["Damage"] = dmg
  133. }
  134. }
  135.  
  136. game:GetService("ReplicatedStorage").Remotes.Damage:InvokeServer(unpack(args))
  137. end,
  138. function()
  139. end
  140. )
  141.  
  142. teleList1 = {
  143. "Asriel",
  144. "UNDERTALE Frisk",
  145. "Old Sans",
  146. "New Sans",
  147. "Glitchtale Chara",
  148. "Glitchtale Undyne",
  149. "Glitchtale Betty",
  150. "Glitchtale Frisk",
  151. "StoryShift Chara",
  152. "XTale Sans/Chara",
  153. "Delta Sans"
  154. }
  155. uiSecs.main6:addDropdown(
  156. "Choose a character",
  157. teleList1,
  158. function(hnchars)
  159. chrs = hnchars
  160. end
  161. )
  162.  
  163. uiSecs.main6:addButton(
  164. "Spawn with hide name",
  165. function()
  166. if chrs == "Asriel" then
  167. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  168. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Asriel"
  169. wait(1)
  170. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName:Destroy()
  171. end
  172. if chrs == "UNDERTALE Frisk" then
  173. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  174. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Frisk"
  175. wait(1)
  176. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName:Destroy()
  177. end
  178. if chrs == "Old Sans" then
  179. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  180. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Sans"
  181. wait(1)
  182. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName:Destroy()
  183. end
  184. if chrs == "New Sans" then
  185. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  186. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "BadTimeSans"
  187. wait(1)
  188. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName:Destroy()
  189. end
  190. if chrs == "Glitchtale Chara" then
  191. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  192. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Chara"
  193. wait(1)
  194. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName:Destroy()
  195. end
  196. if chrs == "Glitchtale Undyne" then
  197. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  198. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Undyne"
  199. wait(1)
  200. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName:Destroy()
  201. end
  202. if chrs == "Glitchtale Betty" then
  203. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  204. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Betty"
  205. wait(1)
  206. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName:Destroy()
  207. end
  208. if chrs == "Glitchtale Frisk" then
  209. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  210. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "GTFrisk"
  211. wait(1)
  212. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName:Destroy()
  213. end
  214. if chrs == "StoryShift Chara" then
  215. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  216. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "SFChara"
  217. wait(1)
  218. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName:Destroy()
  219. end
  220. if chrs == "Xtale Sans/Chara" then
  221. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  222. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "XSans"
  223. wait(1)
  224. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName:Destroy()
  225. end
  226. if chrs == "Delta Sans" then
  227. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  228. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "DeltaSans"
  229. wait(1)
  230. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName:Destroy()
  231. end
  232. end
  233. )
  234.  
  235. uiSecs.main5:addSlider(
  236. "Day/Night Cycle",
  237. 10,
  238. 0,
  239. 24,
  240. function(time)
  241. local Lighting = game:GetService("Lighting")
  242. Lighting.ClockTime = time
  243. end
  244. )
  245.  
  246. uiSecs.freeze:addTextbox(
  247. "Who?",
  248. "",
  249. function(player)
  250. plr = player
  251. end
  252. )
  253.  
  254. uiSecs.freeze1:addButton(
  255. "Delete HumanoidRootPart Of Other Player",
  256. function()
  257. game.Players.plr.Character["HumanoidRootPart"]:Destroy()
  258. end
  259. )
  260.  
  261. uiSecs.freeze:addButton(
  262. "Delete Godmode Of Other Player",
  263. function()
  264. game.Players.plr.Character["Inv"]:Destroy()
  265. end
  266. )
  267.  
  268. uiSecs.betty:addKeybind(
  269. "Betty True Power Slashes",
  270. nil,
  271. function()
  272. local A_1 = {
  273. [1] = getrenv()._G.Pass,
  274. [2] = "Move1",
  275. [3] = "Spawn"
  276. }
  277. local Event = game:GetService("ReplicatedStorage").Remotes.BettyMoves
  278. Event:InvokeServer(A_1)
  279. end,
  280. function()
  281. end
  282. )
  283.  
  284. uiSecs.betty:addKeybind(
  285. "Betty True Power Combat Grab Attack(OP)",
  286. nil,
  287. function()
  288. local A_1 = {
  289. [1] = getrenv()._G.Pass,
  290. [2] = "CombatGrab"
  291. }
  292. local Event = game:GetService("ReplicatedStorage").Remotes.BettyMoves
  293. Event:InvokeServer(A_1)
  294. end,
  295. function()
  296. end
  297. )
  298.  
  299. uiSecs.betty:addKeybind(
  300. "Betty Grab",
  301. nil,
  302. function()
  303. local A_1 = {
  304. [1] = getrenv()._G.Pass,
  305. [2] = "KumuGrab",
  306. [3] = Vector3.new(154.23783874512, 46.462890625, -134.76675415039)
  307. }
  308. local Event = game:GetService("ReplicatedStorage").Remotes.BettyMoves
  309. Event:InvokeServer(A_1)
  310. end,
  311. function()
  312. end
  313. )
  314.  
  315. uiSecs.betty:addButton(
  316. "Betty Kumu Fuse(Stackable yes)",
  317. function()
  318. local A_1 = {
  319. [1] = getrenv()._G.Pass,
  320. [2] = "KumuFused"
  321. }
  322. local Event = game:GetService("ReplicatedStorage").Remotes.BettyMoves
  323. Event:InvokeServer(A_1)
  324. wait(2)
  325. game.Players.LocalPlayer.Character.Transformed:Destroy()
  326. end
  327. )
  328.  
  329. uiSecs.betty:addKeybind(
  330. "Rhabdophobia",
  331. nil,
  332. function()
  333. local A_1 = {
  334. [1] = getrenv()._G.Pass,
  335. [2] = "Rhabdophobia"
  336. }
  337. local Event = game:GetService("ReplicatedStorage").Remotes.BettyMoves
  338. Event:InvokeServer(A_1)
  339. end,
  340. function()
  341. end
  342. )
  343.  
  344. uiSecs.betty:addKeybind(
  345. "True Power Explosion",
  346. nil,
  347. function()
  348. local A_1 = {
  349. [1] = getrenv()._G.Pass,
  350. [2] = "BettyGroundBlast"
  351. }
  352. local Event = game:GetService("ReplicatedStorage").Remotes.BettyMoves
  353. Event:InvokeServer(A_1)
  354. end,
  355. function()
  356. end
  357. )
  358.  
  359. uiSecs.betty:addKeybind(
  360. "Heavy Dash Slash 1",
  361. nil,
  362. function()
  363. local A_1 = {
  364. [1] = getrenv()._G.Pass,
  365. [2] = "Move4",
  366. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  367. }
  368. local Event = game:GetService("ReplicatedStorage").Remotes.BettyMoves
  369. Event:InvokeServer(A_1)
  370. end,
  371. function()
  372. end
  373. )
  374.  
  375. uiSecs.betty:addKeybind(
  376. "Heavy Dash Slash 2",
  377. nil,
  378. function()
  379. local A_1 = {
  380. [1] = getrenv()._G.Pass,
  381. [2] = "Move5"
  382. }
  383. local Event = game:GetService("ReplicatedStorage").Remotes.BettyMoves
  384. Event:InvokeServer(A_1)
  385. end,
  386. function()
  387. end
  388. )
  389.  
  390. uiSecs.betty:addKeybind(
  391. "Dash Slash",
  392. nil,
  393. function()
  394. local A_1 = {
  395. [1] = getrenv()._G.Pass,
  396. [2] = "ScytheDash"
  397. }
  398. local Event = game:GetService("ReplicatedStorage").Remotes.BettyMoves
  399. Event:InvokeServer(A_1)
  400. end,
  401. function()
  402. end
  403. )
  404.  
  405. uiSecs.betty:addKeybind(
  406. "Soul Steal",
  407. nil,
  408. function()
  409. local A_1 = {
  410. [1] = getrenv()._G.Pass,
  411. [2] = "Spear",
  412. [3] = "Start"
  413. }
  414. local Event = game:GetService("ReplicatedStorage").Remotes.BettyMoves
  415. Event:InvokeServer(A_1)
  416. end,
  417. function()
  418. end
  419. )
  420.  
  421. uiSecs.betty:addKeybind(
  422. "True Power Punch",
  423. nil,
  424. function()
  425. local A_1 = {
  426. [1] = getrenv()._G.Pass,
  427. [2] = "Move3"
  428. }
  429. local Event = game:GetService("ReplicatedStorage").Remotes.BettyMoves
  430. Event:InvokeServer(A_1)
  431. end,
  432. function()
  433. end
  434. )
  435.  
  436. uiSecs.betty:addKeybind(
  437. "Dark Pink Projective",
  438. nil,
  439. function()
  440. local A_1 = {
  441. [1] = getrenv()._G.Pass,
  442. [2] = "BettySpikeProjectile",
  443. [3] = "Spawn"
  444. }
  445. local Event = game:GetService("ReplicatedStorage").Remotes.BettyMoves
  446. Event:InvokeServer(A_1)
  447. local A_1 = {
  448. [1] = getrenv()._G.Pass,
  449. [2] = "BettySpikeProjectile",
  450. [3] = "SpawnTwo"
  451. }
  452. local Event = game:GetService("ReplicatedStorage").Remotes.BettyMoves
  453. Event:InvokeServer(A_1)
  454. local A_1 = {
  455. [1] = getrenv()._G.Pass,
  456. [2] = "BettySpikeProjectile",
  457. [3] = "Release"
  458. }
  459. local Event = game:GetService("ReplicatedStorage").Remotes.BettyMoves
  460. Event:InvokeServer(A_1)
  461. end,
  462. function()
  463. end
  464. )
  465.  
  466. uiSecs.ctthings3:addTextbox(
  467. "Put Your Name Here",
  468. "Name goes here",
  469. function(nametx)
  470. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName.Text = nametx
  471. end
  472. )
  473.  
  474. uiSecs.ctthings2:addColorPicker(
  475. "The color of your name",
  476. Color3.new(255, 255, 255),
  477. function(name)
  478. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName.TextColor3 = name
  479. end
  480. )
  481.  
  482. uiSecs.main3:addColorPicker(
  483. "The color of the text",
  484. Color3.new(255, 255, 255),
  485. function(val)
  486. rgbb = val
  487. end
  488. )
  489.  
  490. uiSecs.main3:addTextbox(
  491. "What to say?",
  492. "",
  493. function(val)
  494. textt = val
  495. end
  496. )
  497.  
  498. uiSecs.main3:addButton(
  499. "Send the text",
  500. function()
  501. local A_1 = {
  502. [1] = getrenv()._G.Pass,
  503. [2] = "Chatted",
  504. [3] = textt,
  505. [4] = rgbb
  506. }
  507. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  508. Event:FireServer(A_1)
  509. end
  510. )
  511.  
  512. uiSecs.delta:addKeybind(
  513. "Block Breaker",
  514. nil,
  515. function()
  516. local A_1 = {
  517. [1] = getrenv()._G.Pass,
  518. [2] = "GuardBreak"
  519. }
  520. local Event = game:GetService("ReplicatedStorage").Remotes.DeltaSansMoves
  521. Event:InvokeServer(A_1)
  522. end,
  523. function()
  524. end
  525. )
  526.  
  527. uiSecs.delta:addKeybind(
  528. "Bone 1",
  529. nil,
  530. function()
  531. local A_1 = {
  532. [1] = getrenv()._G.Pass,
  533. [2] = "Bones1",
  534. [3] = "Spawn"
  535. }
  536. local Event = game:GetService("ReplicatedStorage").Remotes.DeltaSansMoves
  537. Event:InvokeServer(A_1)
  538. end,
  539. function()
  540. end
  541. )
  542.  
  543. uiSecs.delta:addKeybind(
  544. "Bone 2",
  545. nil,
  546. function()
  547. local A_1 = {
  548. [1] = getrenv()._G.Pass,
  549. [2] = "Bones2",
  550. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  551. }
  552. local Event = game:GetService("ReplicatedStorage").Remotes.DeltaSansMoves
  553. Event:InvokeServer(A_1)
  554. end,
  555. function()
  556. end
  557. )
  558.  
  559. uiSecs.delta:addKeybind(
  560. "Blaster 1",
  561. nil,
  562. function()
  563. local A_1 = {
  564. [1] = getrenv()._G.Pass,
  565. [2] = "Blasters1"
  566. }
  567. local Event = game:GetService("ReplicatedStorage").Remotes.DeltaSansMoves
  568. Event:InvokeServer(A_1)
  569. end,
  570. function()
  571. end
  572. )
  573.  
  574. uiSecs.delta:addKeybind(
  575. "Blaster 2",
  576. nil,
  577. function()
  578. local A_1 = {
  579. [1] = getrenv()._G.Pass,
  580. [2] = "Blasters2"
  581. }
  582. local Event = game:GetService("ReplicatedStorage").Remotes.DeltaSansMoves
  583. Event:InvokeServer(A_1)
  584. end,
  585. function()
  586. end
  587. )
  588.  
  589. uiSecs.delta:addKeybind(
  590. "Blaster 3",
  591. nil,
  592. function()
  593. local A_1 = {
  594. [1] = getrenv()._G.Pass,
  595. [2] = "Blasters3"
  596. }
  597. local Event = game:GetService("ReplicatedStorage").Remotes.DeltaSansMoves
  598. Event:InvokeServer(A_1)
  599. end,
  600. function()
  601. end
  602. )
  603.  
  604. uiSecs.delta:addKeybind(
  605. "Blaster 4(no need to hold)",
  606. nil,
  607. function()
  608. local A_1 = {
  609. [1] = getrenv()._G.Pass,
  610. [2] = "Blasters4"
  611. }
  612. local Event = game:GetService("ReplicatedStorage").Remotes.DeltaSansMoves
  613. Event:InvokeServer(A_1)
  614. end,
  615. function()
  616. end
  617. )
  618.  
  619. uiSecs.sschara:addKeybind(
  620. "Constant Knife",
  621. nil,
  622. function()
  623. local A_1 = {
  624. [1] = getrenv()._G.Pass,
  625. [2] = "Knives",
  626. [3] = "ConstantSpawn",
  627. [4] = Vector3.new(154.23783874512, 28.705627441406, -518.83972167969)
  628. }
  629. local Event = game:GetService("ReplicatedStorage").Remotes.SFCharaMoves
  630. Event:InvokeServer(A_1)
  631. end,
  632. function()
  633. end
  634. )
  635.  
  636. uiSecs.sschara:addKeybind(
  637. "Knifes Barrage",
  638. nil,
  639. function()
  640. local A_1 = {
  641. [1] = getrenv()._G.Pass,
  642. [2] = "Knives",
  643. [3] = "Special1"
  644. }
  645. local Event = game:GetService("ReplicatedStorage").Remotes.SFCharaMoves
  646. Event:InvokeServer(A_1)
  647. end,
  648. function()
  649. end
  650. )
  651.  
  652. uiSecs.sschara:addKeybind(
  653. "1 Blaster",
  654. nil,
  655. function()
  656. local A_1 = {
  657. [1] = getrenv()._G.Pass,
  658. [2] = "ChaosBusterBlasters",
  659. [3] = "SummonOne",
  660. [4] = Vector3.new(154.23783874512, 6.9326171875, -219.64356994629)
  661. }
  662. local Event = game:GetService("ReplicatedStorage").Remotes.SFCharaMoves
  663. Event:InvokeServer(A_1)
  664. end,
  665. function()
  666. end
  667. )
  668.  
  669. uiSecs.sschara:addKeybind(
  670. "2 Blaster",
  671. nil,
  672. function()
  673. local A_1 = {
  674. [1] = getrenv()._G.Pass,
  675. [2] = "ChaosBusterBlasters",
  676. [3] = "SummonTwo",
  677. [4] = Vector3.new(154.23783874512, 6.9326171875, -219.64356994629)
  678. }
  679. local Event = game:GetService("ReplicatedStorage").Remotes.SFCharaMoves
  680. Event:InvokeServer(A_1)
  681. end,
  682. function()
  683. end
  684. )
  685.  
  686. uiSecs.sschara:addKeybind(
  687. "4 Blaster",
  688. nil,
  689. function()
  690. local A_1 = {
  691. [1] = getrenv()._G.Pass,
  692. [2] = "ChaosBusterBlasters",
  693. [3] = "SummonFour",
  694. [4] = Vector3.new(154.23783874512, 6.9326171875, -219.64356994629)
  695. }
  696. local Event = game:GetService("ReplicatedStorage").Remotes.SFCharaMoves
  697. Event:InvokeServer(A_1)
  698. end,
  699. function()
  700. end
  701. )
  702.  
  703. uiSecs.sschara:addKeybind(
  704. "8 Blaster",
  705. nil,
  706. function()
  707. local A_1 = {
  708. [1] = getrenv()._G.Pass,
  709. [2] = "ChaosBusterBlasters",
  710. [3] = "SummonEight",
  711. [4] = Vector3.new(154.23783874512, 6.9326171875, -219.64356994629)
  712. }
  713. local Event = game:GetService("ReplicatedStorage").Remotes.SFCharaMoves
  714. Event:InvokeServer(A_1)
  715. end,
  716. function()
  717. end
  718. )
  719.  
  720. uiSecs.nsans:addKeybind(
  721. "Telekinesis",
  722. nil,
  723. function()
  724. local A_1 = {
  725. [1] = getrenv()._G.Pass,
  726. [2] = "Telekinesis1"
  727. }
  728. local Event = game:GetService("ReplicatedStorage").Remotes.SansBadTimeMoves
  729. Event:InvokeServer(A_1)
  730. end,
  731. function()
  732. end
  733. )
  734.  
  735. uiSecs.nsans:addKeybind(
  736. "Blaster 1",
  737. nil,
  738. function()
  739. local A_1 = {
  740. [1] = getrenv()._G.Pass,
  741. [2] = "Blasters1"
  742. }
  743. local Event = game:GetService("ReplicatedStorage").Remotes.SansBadTimeMoves
  744. Event:InvokeServer(A_1)
  745. end,
  746. function()
  747. end
  748. )
  749.  
  750. uiSecs.nsans:addKeybind(
  751. "Blaster 2",
  752. nil,
  753. function()
  754. local A_1 = {
  755. [1] = getrenv()._G.Pass,
  756. [2] = "Blasters2"
  757. }
  758. local Event = game:GetService("ReplicatedStorage").Remotes.SansBadTimeMoves
  759. Event:InvokeServer(A_1)
  760. end,
  761. function()
  762. end
  763. )
  764.  
  765. uiSecs.nsans:addKeybind(
  766. "Blaster 3",
  767. nil,
  768. function()
  769. local A_1 = {
  770. [1] = getrenv()._G.Pass,
  771. [2] = "Blasters3"
  772. }
  773. local Event = game:GetService("ReplicatedStorage").Remotes.SansBadTimeMoves
  774. Event:InvokeServer(A_1)
  775. end,
  776. function()
  777. end
  778. )
  779.  
  780. uiSecs.nsans:addKeybind(
  781. "Blaster 4",
  782. nil,
  783. function()
  784. local A_1 = {
  785. [1] = getrenv()._G.Pass,
  786. [2] = "Blasters4"
  787. }
  788. local Event = game:GetService("ReplicatedStorage").Remotes.SansBadTimeMoves
  789. Event:InvokeServer(A_1)
  790. end,
  791. function()
  792. end
  793. )
  794.  
  795. uiSecs.nsans:addKeybind(
  796. "Special 1",
  797. nil,
  798. function()
  799. local A_1 = {
  800. [1] = getrenv()._G.Pass,
  801. [2] = "Special1"
  802. }
  803. local Event = game:GetService("ReplicatedStorage").Remotes.SansBadTimeMoves
  804. Event:InvokeServer(A_1)
  805. end,
  806. function()
  807. end
  808. )
  809.  
  810. uiSecs.nsans:addKeybind(
  811. "Special 2",
  812. nil,
  813. function()
  814. local A_1 = {
  815. [1] = getrenv()._G.Pass,
  816. [2] = "Special2"
  817. }
  818. local Event = game:GetService("ReplicatedStorage").Remotes.SansBadTimeMoves
  819. Event:InvokeServer(A_1)
  820. end,
  821. function()
  822. end
  823. )
  824.  
  825. uiSecs.asriel:addKeybind(
  826. "Star Blazing",
  827. nil,
  828. function()
  829. local A_1 = {
  830. [1] = getrenv()._G.Pass,
  831. [2] = "StarBlazing",
  832. [3] = "Start",
  833. [4] = "Galacta"
  834. }
  835. local Event = game:GetService("ReplicatedStorage").Remotes.AsrielMoves
  836. Event:InvokeServer(A_1)
  837. end,
  838. function()
  839. end
  840. )
  841.  
  842. uiSecs.asriel:addKeybind(
  843. "Chaos Slicer",
  844. nil,
  845. function()
  846. local A_1 = {
  847. [1] = getrenv()._G.Pass,
  848. [2] = "ChaosBlades",
  849. [3] = "Summon",
  850. [4] = true
  851. }
  852. local Event = game:GetService("ReplicatedStorage").Remotes.AsrielMoves
  853. Event:InvokeServer(A_1)
  854. end,
  855. function()
  856. end
  857. )
  858.  
  859. uiSecs.asriel:addKeybind(
  860. "Shocker Breaker",
  861. nil,
  862. function()
  863. local A_1 = {
  864. [1] = getrenv()._G.Pass,
  865. [2] = "ShockerBreaker",
  866. [3] = "Start",
  867. [4] = " II"
  868. }
  869. local Event = game:GetService("ReplicatedStorage").Remotes.AsrielMoves
  870. Event:InvokeServer(A_1)
  871. end,
  872. function()
  873. end
  874. )
  875.  
  876. uiSecs.asriel:addKeybind(
  877. "Asriel's Barrage(Boosted)",
  878. nil,
  879. function()
  880. local A_1 = {
  881. [1] = getrenv()._G.Pass,
  882. [2] = "AsrielBarrageMove",
  883. [3] = "Fire",
  884. [4] = 10
  885. }
  886. local Event = game:GetService("ReplicatedStorage").Remotes.AsrielMoves
  887. Event:InvokeServer(A_1)
  888. end,
  889. function()
  890. end
  891. )
  892.  
  893. uiSecs.asriel:addKeybind(
  894. "Hyper Beam",
  895. nil,
  896. function()
  897. local A_1 = {
  898. [1] = getrenv()._G.Pass,
  899. [2] = "HyperBeam",
  900. [3] = "Fire"
  901. }
  902. local Event = game:GetService("ReplicatedStorage").Remotes.AsrielMoves
  903. Event:InvokeServer(A_1)
  904. end,
  905. function()
  906. end
  907. )
  908.  
  909. uiSecs.asriel:addKeybind(
  910. "Hyper Goner(Multitimes use)",
  911. nil,
  912. function()
  913. local A_1 = {
  914. [1] = getrenv()._G.Pass,
  915. [2] = "HyperGoner",
  916. [3] = "Start"
  917. }
  918. local Event = game:GetService("ReplicatedStorage").Remotes.AsrielMoves
  919. Event:InvokeServer(A_1)
  920. wait(1)
  921. game.Players.LocalPlayer.Character.HyperGonered:Destroy()
  922. end,
  923. function()
  924. end
  925. )
  926.  
  927. uiSecs.undyne:addKeybind(
  928. "Spears Barrage",
  929. nil,
  930. function()
  931. local A_1 = {
  932. [1] = getrenv()._G.Pass,
  933. [2] = "Spear",
  934. [3] = "MultipleSpears",
  935. [4] = 50
  936. }
  937. local Event = game:GetService("ReplicatedStorage").Remotes.UndyneMoves
  938. Event:InvokeServer(A_1)
  939. end,
  940. function()
  941. end
  942. )
  943.  
  944. uiSecs.undyne:addKeybind(
  945. "Spear Of Justice Barrage(In working)(Bug)",
  946. nil,
  947. function()
  948. local A_1 = {
  949. [1] = getrenv()._G.Pass,
  950. [2] = "Spear",
  951. [3] = "MultipleSpears",
  952. [4] = "Special",
  953. [5] = 30
  954. }
  955. local Event = game:GetService("ReplicatedStorage").Remotes.UndyneMoves
  956. Event:InvokeServer(A_1)
  957. end,
  958. function()
  959. end
  960. )
  961.  
  962. uiSecs.undyne:addKeybind(
  963. "Huge Spear",
  964. nil,
  965. function()
  966. local A_1 = {
  967. [1] = getrenv()._G.Pass,
  968. [2] = "Spear",
  969. [3] = "Spawn",
  970. [4] = "Undying"
  971. }
  972. local Event = game:GetService("ReplicatedStorage").Remotes.UndyneMoves
  973. Event:InvokeServer(A_1)
  974. end,
  975. function()
  976. end
  977. )
  978.  
  979. uiSecs.undyne:addKeybind(
  980. "Spear Zone",
  981. nil,
  982. function()
  983. local A_1 = {
  984. [1] = getrenv()._G.Pass,
  985. [2] = "Spear",
  986. [3] = "SpawnGround2"
  987. }
  988. local Event = game:GetService("ReplicatedStorage").Remotes.UndyneMoves
  989. Event:InvokeServer(A_1)
  990. end,
  991. function()
  992. end
  993. )
  994.  
  995. uiSecs.undyne:addKeybind(
  996. "Spear Of Justice",
  997. nil,
  998. function()
  999. local A_1 = {
  1000. [1] = getrenv()._G.Pass,
  1001. [2] = "Spear",
  1002. [3] = "Special"
  1003. }
  1004. local Event = game:GetService("ReplicatedStorage").Remotes.UndyneMoves
  1005. Event:InvokeServer(A_1)
  1006. end,
  1007. function()
  1008. end
  1009. )
  1010.  
  1011. uiSecs.frisk:addKeybind(
  1012. "Punch Barrage",
  1013. nil,
  1014. function()
  1015. local A_1 = {
  1016. [1] = getrenv()._G.Pass,
  1017. [2] = "ToughGloves",
  1018. [3] = "PunchBarrage"
  1019. }
  1020. local Event = game:GetService("ReplicatedStorage").Remotes.FriskMoves
  1021. Event:InvokeServer(A_1)
  1022. end,
  1023. function()
  1024. end
  1025. )
  1026.  
  1027. uiSecs.frisk:addKeybind(
  1028. "Knife Barrage",
  1029. nil,
  1030. function()
  1031. local A_1 = {
  1032. [1] = getrenv()._G.Pass,
  1033. [2] = "RealKnifeBaragge"
  1034. }
  1035. local Event = game:GetService("ReplicatedStorage").Remotes.FriskMoves
  1036. Event:InvokeServer(A_1)
  1037. end,
  1038. function()
  1039. end
  1040. )
  1041.  
  1042. uiSecs.frisk:addKeybind(
  1043. "Air Slashes",
  1044. nil,
  1045. function()
  1046. local A_1 = {
  1047. [1] = getrenv()._G.Pass,
  1048. [2] = "RealKnifeSlashes"
  1049. }
  1050. local Event = game:GetService("ReplicatedStorage").Remotes.FriskMoves
  1051. Event:InvokeServer(A_1)
  1052. end,
  1053. function()
  1054. end
  1055. )
  1056.  
  1057. uiSecs.frisk:addKeybind(
  1058. "Knife Stab",
  1059. nil,
  1060. function()
  1061. local A_1 = {
  1062. [1] = getrenv()._G.Pass,
  1063. [2] = "RealKnifeBigSlash"
  1064. }
  1065. local Event = game:GetService("ReplicatedStorage").Remotes.FriskMoves
  1066. Event:InvokeServer(A_1)
  1067. end,
  1068. function()
  1069. end
  1070. )
  1071.  
  1072. uiSecs.ui:addButton(
  1073. "Destroy Gui",
  1074. function()
  1075. game.CoreGui["Clown Hub v2.6 Paid (Bonus 2)"]:Destroy()
  1076. end
  1077. )
  1078.  
  1079. uiSecs.place:addButton(
  1080. "Rejoin",
  1081. function()
  1082. game:GetService("TeleportService"):Teleport(3198259055, LocalPlayer)
  1083. end
  1084. )
  1085.  
  1086. uiSecs.place2:addKeybind(
  1087. "Justice Beam",
  1088. nil,
  1089. function()
  1090. local A_1 = {
  1091. [1] = getrenv()._G.Pass,
  1092. [2] = "YellowBeam",
  1093. [3] = "Fire"
  1094. }
  1095. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  1096. Event:InvokeServer(A_1)
  1097. end,
  1098. function()
  1099. end
  1100. )
  1101.  
  1102. uiSecs.place2:addKeybind(
  1103. "Justice Projective",
  1104. nil,
  1105. function()
  1106. local LockOn = game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  1107. m = game.Players.LocalPlayer:GetMouse()
  1108. if LockOn then
  1109. target = LockOn
  1110. r2 = target.HumanoidRootPart.CFrame
  1111. elseif not LockOn then
  1112. r2 = m.Hit * CFrame.new(0, 4, 0)
  1113. end
  1114. local args = {
  1115. [1] = {
  1116. [1] = getrenv()._G.Pass,
  1117. [2] = "KnifeProjectileYellow",
  1118. [3] = "Spawn",
  1119. [4] = r2.p
  1120. }
  1121. }
  1122.  
  1123. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  1124. end,
  1125. function()
  1126. end
  1127. )
  1128.  
  1129. uiSecs.place2:addKeybind(
  1130. "Purple Projective",
  1131. nil,
  1132. function()
  1133. local LockOn = game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  1134. m = game.Players.LocalPlayer:GetMouse()
  1135. if LockOn then
  1136. target = LockOn
  1137. r2 = target.HumanoidRootPart.CFrame
  1138. elseif not LockOn then
  1139. r2 = m.Hit * CFrame.new(0, 4, 0)
  1140. end
  1141. local args = {
  1142. [1] = {
  1143. [1] = getrenv()._G.Pass,
  1144. [2] = "KnifeProjectilePurple",
  1145. [3] = "Spawn",
  1146. [4] = r2.p
  1147. }
  1148. }
  1149.  
  1150. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  1151. end,
  1152. function()
  1153. end
  1154. )
  1155.  
  1156. uiSecs.place2:addKeybind(
  1157. "Knife Projective",
  1158. nil,
  1159. function()
  1160. local LockOn = game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  1161. m = game.Players.LocalPlayer:GetMouse()
  1162. if LockOn then
  1163. target = LockOn
  1164. r2 = target.HumanoidRootPart.CFrame
  1165. elseif not LockOn then
  1166. r2 = m.Hit * CFrame.new(0, 4, 0)
  1167. end
  1168. local args = {
  1169. [1] = {
  1170. [1] = getrenv()._G.Pass,
  1171. [2] = "KnifeProjectile",
  1172. [3] = "Spawn",
  1173. [4] = r2.p
  1174. }
  1175. }
  1176.  
  1177. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  1178. end,
  1179. function()
  1180. end
  1181. )
  1182.  
  1183. uiSecs.place2:addKeybind(
  1184. "Integrity Slam",
  1185. nil,
  1186. function()
  1187. local A_1 = {
  1188. [1] = getrenv()._G.Pass,
  1189. [2] = "IntegrityAttack",
  1190. [3] = "Start"
  1191. }
  1192. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  1193. Event:InvokeServer(A_1)
  1194. end,
  1195. function()
  1196. end
  1197. )
  1198.  
  1199. uiSecs.place2:addKeybind(
  1200. "Integrity Sweep",
  1201. nil,
  1202. function()
  1203. local A_1 = {
  1204. [1] = getrenv()._G.Pass,
  1205. [2] = "IntegrityAttack2",
  1206. [3] = "Start"
  1207. }
  1208. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  1209. Event:InvokeServer(A_1)
  1210. local security = game.ReplicatedStorage.RemoteSecurity["Noob382"]
  1211. end,
  1212. function()
  1213. end
  1214. )
  1215.  
  1216. uiSecs.place2:addButton(
  1217. "Knife Shield(Enable)",
  1218. function()
  1219. local A_1 = {
  1220. [1] = getrenv()._G.Pass,
  1221. [2] = "KnifeShield",
  1222. [3] = true
  1223. }
  1224. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  1225. Event:InvokeServer(A_1)
  1226. end
  1227. )
  1228.  
  1229. uiSecs.place2:addButton(
  1230. "Knife Shield(Disable)",
  1231. function()
  1232. local A_1 = {
  1233. [1] = getrenv()._G.Pass,
  1234. [2] = "KnifeShield",
  1235. [3] = false
  1236. }
  1237. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  1238. Event:InvokeServer(A_1)
  1239. end
  1240. )
  1241.  
  1242. uiSecs.place2:addKeybind(
  1243. "HateBall",
  1244. nil,
  1245. function()
  1246. local A_1 = {
  1247. [1] = getrenv()._G.Pass,
  1248. [2] = "HateBall",
  1249. [3] = "Start",
  1250. [4] = true
  1251. }
  1252. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  1253. Event:InvokeServer(A_1)
  1254. end,
  1255. function()
  1256. end
  1257. )
  1258.  
  1259. uiSecs.place2:addKeybind(
  1260. "Patient Rod 2",
  1261. nil,
  1262. function()
  1263. local LockOn = game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  1264. m = game.Players.LocalPlayer:GetMouse()
  1265. if LockOn then
  1266. target = LockOn
  1267. r2 = target.HumanoidRootPart.CFrame
  1268. elseif not LockOn then
  1269. r2 = m.Hit * CFrame.new(0, 4, 0)
  1270. end
  1271. local A_1 = {
  1272. [1] = getrenv()._G.Pass,
  1273. [2] = "PatienceAttack2",
  1274. [3] = r2.p,
  1275. [4] = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  1276. }
  1277. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  1278. Event:InvokeServer(A_1)
  1279. end,
  1280. function()
  1281. end
  1282. )
  1283.  
  1284. uiSecs.place2:addKeybind(
  1285. "Patient Rod 1",
  1286. nil,
  1287. function()
  1288. local LockOn = game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  1289. m = game.Players.LocalPlayer:GetMouse()
  1290. if LockOn then
  1291. target = LockOn
  1292. r2 = target.HumanoidRootPart.CFrame
  1293. elseif not LockOn then
  1294. r2 = m.Hit * CFrame.new(0, 4, 0)
  1295. end
  1296. local A_1 = {
  1297. [1] = getrenv()._G.Pass,
  1298. [2] = "PatienceAttack",
  1299. [3] = r2.p,
  1300. [4] = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  1301. }
  1302. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  1303. Event:InvokeServer(A_1)
  1304. end,
  1305. function()
  1306. end
  1307. )
  1308.  
  1309. uiSecs.place2:addKeybind(
  1310. "Special hell area",
  1311. nil,
  1312. function()
  1313. local A_1 = {
  1314. [1] = getrenv()._G.Pass,
  1315. [2] = "AreaAttack",
  1316. [3] = "Start"
  1317. }
  1318. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  1319. Event:InvokeServer(A_1)
  1320. local security = game.ReplicatedStorage.RemoteSecurity["Noob382"]
  1321. end,
  1322. function()
  1323. end
  1324. )
  1325.  
  1326. uiSecs.place2:addKeybind(
  1327. "Special hell slash",
  1328. nil,
  1329. function()
  1330. local A_1 = {
  1331. [1] = getrenv()._G.Pass,
  1332. [2] = "SpecialHell2"
  1333. }
  1334. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  1335. Event:InvokeServer(A_1)
  1336. end,
  1337. function()
  1338. end
  1339. )
  1340.  
  1341. uiSecs.place2:addKeybind(
  1342. "Heal Knife",
  1343. nil,
  1344. function()
  1345. local A_1 = {
  1346. [1] = getrenv()._G.Pass,
  1347. [2] = "KnifeHeal"
  1348. }
  1349. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  1350. Event:InvokeServer(A_1)
  1351. local security = game.ReplicatedStorage.RemoteSecurity["Noob382"]
  1352. end,
  1353. function()
  1354. end
  1355. )
  1356.  
  1357. uiSecs.place2:addKeybind(
  1358. "Dark Red Projectiles",
  1359. nil,
  1360. function()
  1361. local LockOn = game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  1362. m = game.Players.LocalPlayer:GetMouse()
  1363. if LockOn then
  1364. target = LockOn
  1365. r2 = target.HumanoidRootPart.CFrame
  1366. elseif not LockOn then
  1367. r2 = m.Hit * CFrame.new(0, 4, 0)
  1368. end
  1369. local args = {
  1370. [1] = {
  1371. [1] = getrenv()._G.Pass,
  1372. [2] = "KnifeProjectileDarkRed",
  1373. [3] = "Spawn",
  1374. [4] = r2.p
  1375. }
  1376. }
  1377.  
  1378. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  1379. end,
  1380. function()
  1381. end
  1382. )
  1383.  
  1384. uiSecs.place2:addKeybind(
  1385. "Orange Projective",
  1386. nil,
  1387. function()
  1388. local LockOn = game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  1389. m = game.Players.LocalPlayer:GetMouse()
  1390. if LockOn then
  1391. target = LockOn
  1392. r2 = target.HumanoidRootPart.CFrame
  1393. elseif not LockOn then
  1394. r2 = m.Hit * CFrame.new(0, 4, 0)
  1395. end
  1396. local args = {
  1397. [1] = {
  1398. [1] = getrenv()._G.Pass,
  1399. [2] = "KnifeProjectileOrange",
  1400. [3] = "Spawn",
  1401. [4] = r2.p
  1402. }
  1403. }
  1404.  
  1405. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  1406. end,
  1407. function()
  1408. end
  1409. )
  1410.  
  1411. uiSecs.place6:addKeybind(
  1412. "Muda Muda Muda MUDA!",
  1413. nil,
  1414. function()
  1415. local A_1 = {
  1416. [1] = getrenv()._G.Pass,
  1417. [2] = "Chatted",
  1418. [3] = "Muda Muda Muda Muda",
  1419. [4] = Color3.new(0, 255, 100)
  1420. }
  1421. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1422. Event:FireServer(A_1)
  1423. local Anim = Instance.new("Animation")
  1424. Anim.AnimationId = "rbxassetid://4920871999"
  1425. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1426. k:Play()
  1427. k:AdjustSpeed(2)
  1428. local args = {
  1429. [1] = getrenv()._G.Pass,
  1430. [2] = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value,
  1431. [3] = {
  1432. ["Type"] = "Knockback",
  1433. ["HitEffect"] = "BurstEffect",
  1434. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  1435. ["Velocity"] = Vector3.new(0, -50, 0),
  1436. ["HitTime"] = 2.5,
  1437. ["CombatInv"] = true,
  1438. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  1439. ["Damage"] = 40
  1440. }
  1441. }
  1442.  
  1443. game:GetService("ReplicatedStorage").Remotes.Damage:InvokeServer(unpack(args))
  1444. local A_1 = {
  1445. [1] = getrenv()._G.Pass,
  1446. [2] = "Chatted",
  1447. [3] = "Muda Muda Muda Muda",
  1448. [4] = Color3.new(0, 255, 100)
  1449. }
  1450. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1451. Event:FireServer(A_1)
  1452. local Anim = Instance.new("Animation")
  1453. Anim.AnimationId = "rbxassetid://4920871999"
  1454. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1455. k:Play()
  1456. k:AdjustSpeed(2)
  1457. local args = {
  1458. [1] = getrenv()._G.Pass,
  1459. [2] = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value,
  1460. [3] = {
  1461. ["Type"] = "Knockback",
  1462. ["HitEffect"] = "BurstEffect",
  1463. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  1464. ["Velocity"] = Vector3.new(0, -50, 0),
  1465. ["HitTime"] = 2.5,
  1466. ["CombatInv"] = true,
  1467. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  1468. ["Damage"] = 40
  1469. }
  1470. }
  1471.  
  1472. game:GetService("ReplicatedStorage").Remotes.Damage:InvokeServer(unpack(args))
  1473.  
  1474. local A_1 = {
  1475. [1] = getrenv()._G.Pass,
  1476. [2] = "Chatted",
  1477. [3] = "Muda Muda Muda Muda",
  1478. [4] = Color3.new(0, 255, 100)
  1479. }
  1480. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1481. Event:FireServer(A_1)
  1482. local Anim = Instance.new("Animation")
  1483. Anim.AnimationId = "rbxassetid://4920871999"
  1484. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1485. k:Play()
  1486. k:AdjustSpeed(2)
  1487. local args = {
  1488. [1] = getrenv()._G.Pass,
  1489. [2] = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value,
  1490. [3] = {
  1491. ["Type"] = "Knockback",
  1492. ["HitEffect"] = "BurstEffect",
  1493. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  1494. ["Velocity"] = Vector3.new(0, -50, 0),
  1495. ["HitTime"] = 2.5,
  1496. ["CombatInv"] = true,
  1497. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  1498. ["Damage"] = 40
  1499. }
  1500. }
  1501.  
  1502. game:GetService("ReplicatedStorage").Remotes.Damage:InvokeServer(unpack(args))
  1503.  
  1504. local A_1 = {
  1505. [1] = getrenv()._G.Pass,
  1506. [2] = "Chatted",
  1507. [3] = "Muda Muda Muda Muda",
  1508. [4] = Color3.new(0, 255, 100)
  1509. }
  1510. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1511. Event:FireServer(A_1)
  1512. local Anim = Instance.new("Animation")
  1513. Anim.AnimationId = "rbxassetid://4920871999"
  1514. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1515. k:Play()
  1516. k:AdjustSpeed(2)
  1517. local args = {
  1518. [1] = getrenv()._G.Pass,
  1519. [2] = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value,
  1520. [3] = {
  1521. ["Type"] = "Knockback",
  1522. ["HitEffect"] = "BurstEffect",
  1523. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  1524. ["Velocity"] = Vector3.new(0, -50, 0),
  1525. ["HitTime"] = 2.5,
  1526. ["CombatInv"] = true,
  1527. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  1528. ["Damage"] = 40
  1529. }
  1530. }
  1531.  
  1532. game:GetService("ReplicatedStorage").Remotes.Damage:InvokeServer(unpack(args))
  1533.  
  1534. local A_1 = {
  1535. [1] = getrenv()._G.Pass,
  1536. [2] = "Chatted",
  1537. [3] = "Muda Muda Muda Muda",
  1538. [4] = Color3.new(0, 255, 100)
  1539. }
  1540. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1541. Event:FireServer(A_1)
  1542. local Anim = Instance.new("Animation")
  1543. Anim.AnimationId = "rbxassetid://4920871999"
  1544. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1545. k:Play()
  1546. k:AdjustSpeed(2)
  1547. local args = {
  1548. [1] = getrenv()._G.Pass,
  1549. [2] = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value,
  1550. [3] = {
  1551. ["Type"] = "Knockback",
  1552. ["HitEffect"] = "BurstEffect",
  1553. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  1554. ["Velocity"] = Vector3.new(0, -50, 0),
  1555. ["HitTime"] = 2.5,
  1556. ["CombatInv"] = true,
  1557. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  1558. ["Damage"] = 40
  1559. }
  1560. }
  1561.  
  1562. game:GetService("ReplicatedStorage").Remotes.Damage:InvokeServer(unpack(args))
  1563.  
  1564. local A_1 = {
  1565. [1] = getrenv()._G.Pass,
  1566. [2] = "Chatted",
  1567. [3] = "Muda Muda Muda Muda",
  1568. [4] = Color3.new(0, 255, 100)
  1569. }
  1570. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1571. Event:FireServer(A_1)
  1572. local Anim = Instance.new("Animation")
  1573. Anim.AnimationId = "rbxassetid://4920871999"
  1574. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1575. k:Play()
  1576. k:AdjustSpeed(2)
  1577. local args = {
  1578. [1] = getrenv()._G.Pass,
  1579. [2] = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value,
  1580. [3] = {
  1581. ["Type"] = "Knockback",
  1582. ["HitEffect"] = "BurstEffect",
  1583. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  1584. ["Velocity"] = Vector3.new(0, -50, 0),
  1585. ["HitTime"] = 2.5,
  1586. ["CombatInv"] = true,
  1587. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  1588. ["Damage"] = 40
  1589. }
  1590. }
  1591.  
  1592. game:GetService("ReplicatedStorage").Remotes.Damage:InvokeServer(unpack(args))
  1593.  
  1594. local A_1 = {
  1595. [1] = getrenv()._G.Pass,
  1596. [2] = "Chatted",
  1597. [3] = "Muda Muda Muda Muda",
  1598. [4] = Color3.new(0, 255, 100)
  1599. }
  1600. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1601. Event:FireServer(A_1)
  1602. local Anim = Instance.new("Animation")
  1603. Anim.AnimationId = "rbxassetid://4920871999"
  1604. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1605. k:Play()
  1606. k:AdjustSpeed(2)
  1607. local args = {
  1608. [1] = getrenv()._G.Pass,
  1609. [2] = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value,
  1610. [3] = {
  1611. ["Type"] = "Knockback",
  1612. ["HitEffect"] = "BurstEffect",
  1613. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  1614. ["Velocity"] = Vector3.new(0, -50, 0),
  1615. ["HitTime"] = 2.5,
  1616. ["CombatInv"] = true,
  1617. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  1618. ["Damage"] = 40
  1619. }
  1620. }
  1621.  
  1622. game:GetService("ReplicatedStorage").Remotes.Damage:InvokeServer(unpack(args))
  1623.  
  1624. local A_1 = {
  1625. [1] = getrenv()._G.Pass,
  1626. [2] = "Chatted",
  1627. [3] = "Muda Muda Muda Muda",
  1628. [4] = Color3.new(0, 255, 100)
  1629. }
  1630. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1631. Event:FireServer(A_1)
  1632. local Anim = Instance.new("Animation")
  1633. Anim.AnimationId = "rbxassetid://4920871999"
  1634. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1635. k:Play()
  1636. k:AdjustSpeed(2)
  1637. local args = {
  1638. [1] = getrenv()._G.Pass,
  1639. [2] = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value,
  1640. [3] = {
  1641. ["Type"] = "Knockback",
  1642. ["HitEffect"] = "BurstEffect",
  1643. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  1644. ["Velocity"] = Vector3.new(0, -50, 0),
  1645. ["HitTime"] = 2.5,
  1646. ["CombatInv"] = true,
  1647. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  1648. ["Damage"] = 40
  1649. }
  1650. }
  1651.  
  1652. game:GetService("ReplicatedStorage").Remotes.Damage:InvokeServer(unpack(args))
  1653.  
  1654. local A_1 = {
  1655. [1] = getrenv()._G.Pass,
  1656. [2] = "Chatted",
  1657. [3] = "Muda Muda Muda Muda",
  1658. [4] = Color3.new(0, 255, 100)
  1659. }
  1660. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1661. Event:FireServer(A_1)
  1662. local Anim = Instance.new("Animation")
  1663. Anim.AnimationId = "rbxassetid://4920871999"
  1664. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1665. k:Play()
  1666. k:AdjustSpeed(2)
  1667. local args = {
  1668. [1] = getrenv()._G.Pass,
  1669. [2] = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value,
  1670. [3] = {
  1671. ["Type"] = "Knockback",
  1672. ["HitEffect"] = "BurstEffect",
  1673. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  1674. ["Velocity"] = Vector3.new(0, -50, 0),
  1675. ["HitTime"] = 2.5,
  1676. ["CombatInv"] = true,
  1677. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  1678. ["Damage"] = 40
  1679. }
  1680. }
  1681.  
  1682. game:GetService("ReplicatedStorage").Remotes.Damage:InvokeServer(unpack(args))
  1683. end,
  1684. function()
  1685. end
  1686. )
  1687.  
  1688. uiSecs.place6:addKeybind(
  1689. "Super KnockBack",
  1690. nil,
  1691. function()
  1692. local A_1 = getrenv()._G.Pass
  1693. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  1694. local A_3 = {
  1695. ["Type"] = "Knockback",
  1696. ["HitEffect"] = "HeavyHitEffect",
  1697. ["HitTime"] = 2.5,
  1698. ["Velocity"] = Vector3.new(0, 100, 0) +
  1699. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 173.2,
  1700. ["VictimCFrame"] = CFrame.new(),
  1701. ["CombatInv"] = true,
  1702. ["Damage"] = 10
  1703. }
  1704. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  1705. Event:InvokeServer(A_1, A_2, A_3)
  1706. end,
  1707. function()
  1708. end
  1709. )
  1710.  
  1711. uiSecs.place0:addKeybind(
  1712. "OverWrite Heal",
  1713. nil,
  1714. function()
  1715. local A_1 = {
  1716. [1] = getrenv()._G.Pass,
  1717. [2] = "Overwrite",
  1718. [3] = "Heal"
  1719. }
  1720. local Event = game:GetService("ReplicatedStorage").Remotes.XSansMoves
  1721. Event:InvokeServer(A_1)
  1722. end,
  1723. function()
  1724. end
  1725. )
  1726.  
  1727. uiSecs.place0:addKeybind(
  1728. "Bones Barrage",
  1729. nil,
  1730. function()
  1731. local A_1 = {
  1732. [1] = getrenv()._G.Pass,
  1733. [2] = "SummonBones",
  1734. [3] = "Spawn"
  1735. }
  1736. local Event = game:GetService("ReplicatedStorage").Remotes.XSansMoves
  1737. Event:InvokeServer(A_1)
  1738. end,
  1739. function()
  1740. end
  1741. )
  1742.  
  1743. uiSecs.place0:addKeybind(
  1744. "Summon Blaster",
  1745. nil,
  1746. function()
  1747. local A_1 = {
  1748. [1] = getrenv()._G.Pass,
  1749. [2] = "CrossBlaster"
  1750. }
  1751. local Event = game:GetService("ReplicatedStorage").Remotes.XSansMoves
  1752. Event:InvokeServer(A_1)
  1753. end,
  1754. function()
  1755. end
  1756. )
  1757.  
  1758. uiSecs.place0:addKeybind(
  1759. "Bones Line",
  1760. nil,
  1761. function()
  1762. local A_1 = {
  1763. [1] = getrenv()._G.Pass,
  1764. [2] = "LineBones"
  1765. }
  1766. local Event = game:GetService("ReplicatedStorage").Remotes.XSansMoves
  1767. Event:InvokeServer(A_1)
  1768. end,
  1769. function()
  1770. end
  1771. )
  1772.  
  1773. uiSecs.place0:addKeybind(
  1774. "Special Slash Red",
  1775. nil,
  1776. function()
  1777. local A_1 = {
  1778. [1] = getrenv()._G.Pass,
  1779. [2] = "KnifeSpecial1"
  1780. }
  1781. local Event = game:GetService("ReplicatedStorage").Remotes.XSansMoves
  1782. Event:InvokeServer(A_1)
  1783. end,
  1784. function()
  1785. end
  1786. )
  1787.  
  1788. uiSecs.place0:addKeybind(
  1789. "Special Slash Purple",
  1790. nil,
  1791. function()
  1792. local A_1 = {
  1793. [1] = getrenv()._G.Pass,
  1794. [2] = "XCharaKnifeSpecial1"
  1795. }
  1796. local Event = game:GetService("ReplicatedStorage").Remotes.XSansMoves
  1797. Event:InvokeServer(A_1)
  1798. end,
  1799. function()
  1800. end
  1801. )
  1802.  
  1803. uiSecs.place0:addKeybind(
  1804. "Red Corruption",
  1805. nil,
  1806. function()
  1807. local A_1 = {
  1808. [1] = getrenv()._G.Pass,
  1809. [2] = "KnifeSpecial3"
  1810. }
  1811. local Event = game:GetService("ReplicatedStorage").Remotes.XSansMoves
  1812. Event:InvokeServer(A_1)
  1813. end,
  1814. function()
  1815. end
  1816. )
  1817.  
  1818. uiSecs.place0:addKeybind(
  1819. "Purple Corruption",
  1820. nil,
  1821. function()
  1822. local A_1 = {
  1823. [1] = getrenv()._G.Pass,
  1824. [2] = "XCharaKnifeSpecial2"
  1825. }
  1826. local Event = game:GetService("ReplicatedStorage").Remotes.XSansMoves
  1827. Event:InvokeServer(A_1)
  1828. end,
  1829. function()
  1830. end
  1831. )
  1832.  
  1833. uiSecs.place0:addKeybind(
  1834. "Summon Knifes Purple",
  1835. nil,
  1836. function()
  1837. local A_1 = {
  1838. [1] = getrenv()._G.Pass,
  1839. [2] = "SummonKnivesChara",
  1840. [3] = "Spawn"
  1841. }
  1842. local Event = game:GetService("ReplicatedStorage").Remotes.XSansMoves
  1843. Event:InvokeServer(A_1)
  1844. end,
  1845. function()
  1846. end
  1847. )
  1848.  
  1849. uiSecs.place0:addKeybind(
  1850. "Summon Knifes Red",
  1851. nil,
  1852. function()
  1853. local A_1 = {
  1854. [1] = getrenv()._G.Pass,
  1855. [2] = "SummonKnives",
  1856. [3] = "Spawn"
  1857. }
  1858. local Event = game:GetService("ReplicatedStorage").Remotes.XSansMoves
  1859. Event:InvokeServer(A_1)
  1860. end,
  1861. function()
  1862. end
  1863. )
  1864.  
  1865. uiSecs.place0:addKeybind(
  1866. "Lower Attack and Defense",
  1867. nil,
  1868. function()
  1869. local A_1 = {
  1870. [1] = getrenv()._G.Pass,
  1871. [2] = "Overwrite",
  1872. [3] = "LowerAttack"
  1873. }
  1874. local Event = game:GetService("ReplicatedStorage").Remotes.XSansMoves
  1875. Event:InvokeServer(A_1)
  1876. end,
  1877. function()
  1878. end
  1879. )
  1880.  
  1881. uiSecs.place0:addKeybind(
  1882. "Overwrite Teleport",
  1883. nil,
  1884. function()
  1885. local A_1 = {
  1886. [1] = getrenv()._G.Pass,
  1887. [2] = "Overwrite",
  1888. [3] = "OverwriteKnives"
  1889. }
  1890. local Event = game:GetService("ReplicatedStorage").Remotes.XSansMoves
  1891. Event:InvokeServer(A_1)
  1892. end,
  1893. function()
  1894. end
  1895. )
  1896.  
  1897. uiSecs.place3:addButton(
  1898. "Necrofantasia",
  1899. function()
  1900. --Music
  1901. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  1902. KG.Volume = 10
  1903. KG.SoundId = "rbxassetid://3878888130"
  1904. KG.Looped = false
  1905. KG:Play()
  1906. end
  1907. )
  1908.  
  1909. uiSecs.place3:addButton(
  1910. "Bullet Hell Nitro Remix",
  1911. function()
  1912. --Music
  1913. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  1914. KG.Volume = 10
  1915. KG.SoundId = "rbxassetid://5184496328"
  1916. KG.Looped = false
  1917. KG:Play()
  1918. end
  1919. )
  1920.  
  1921. uiSecs.place3:addButton(
  1922. "Galaxy Collapse",
  1923. function()
  1924. --Music
  1925. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  1926. KG.Volume = 10
  1927. KG.SoundId = "rbxassetid://582476855"
  1928. KG.Looped = false
  1929. KG:Play()
  1930. end
  1931. )
  1932.  
  1933. uiSecs.place3:addButton(
  1934. "Animal Fnf",
  1935. function()
  1936. --Music = Meet Me At The Hotel Room Mashup
  1937. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  1938. KG.Volume = 10
  1939. KG.SoundId = "rbxassetid://6690328923"
  1940. KG.Looped = false
  1941. KG:Play()
  1942. end
  1943. )
  1944.  
  1945. uiSecs.place3:addButton(
  1946. "Gospel Remix",
  1947. function()
  1948. --Music
  1949. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  1950. KG.Volume = 10
  1951. KG.SoundId = "rbxassetid://6651394655"
  1952. KG.Looped = false
  1953. KG:Play()
  1954. end
  1955. )
  1956.  
  1957. uiSecs.place3:addButton(
  1958. "Inking Mistake",
  1959. function()
  1960. --Music
  1961. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  1962. KG.Volume = 10
  1963. KG.SoundId = "rbxassetid://1326552262"
  1964. KG.Looped = false
  1965. KG:Play()
  1966. end
  1967. )
  1968.  
  1969. uiSecs.place3:addButton(
  1970. "Manifest UTAU Cover",
  1971. function()
  1972. --Music
  1973. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  1974. KG.Volume = 10
  1975. KG.SoundId = "rbxassetid://6726283668"
  1976. KG.Looped = false
  1977. KG:Play()
  1978. end
  1979. )
  1980.  
  1981. uiSecs.place3:addButton(
  1982. "Build Our Machine",
  1983. function()
  1984. --Music
  1985. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  1986. KG.Volume = 10
  1987. KG.SoundId = "rbxassetid://825878724"
  1988. KG.Looped = false
  1989. KG:Play()
  1990. end
  1991. )
  1992.  
  1993. uiSecs.place3:addButton(
  1994. "Bad Apple",
  1995. function()
  1996. --Music
  1997. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  1998. KG.Volume = 10
  1999. KG.SoundId = "rbxassetid://412333048"
  2000. KG.Looped = false
  2001. KG:Play()
  2002. end
  2003. )
  2004.  
  2005. uiSecs.place3:addButton(
  2006. "Manifest but everyone sing it",
  2007. function()
  2008. --Music
  2009. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  2010. KG.Volume = 10
  2011. KG.SoundId = "rbxassetid://6871079145"
  2012. KG.Looped = false
  2013. KG:Play()
  2014. end
  2015. )
  2016.  
  2017. uiSecs.place5:addButton(
  2018. "Manifest UTAU Cover",
  2019. function()
  2020. --Music
  2021. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  2022. KG.Volume = 10
  2023. KG.SoundId = "rbxassetid://6726283668"
  2024. KG.Looped = true
  2025. KG:Play()
  2026. end
  2027. )
  2028.  
  2029. uiSecs.place5:addButton(
  2030. "Build Our Machine",
  2031. function()
  2032. --Music
  2033. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  2034. KG.Volume = 10
  2035. KG.SoundId = "rbxassetid://825878724"
  2036. KG.Looped = true
  2037. KG:Play()
  2038. end
  2039. )
  2040.  
  2041. uiSecs.place5:addButton(
  2042. "Necrofantasia",
  2043. function()
  2044. --Music
  2045. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  2046. KG.Volume = 10
  2047. KG.SoundId = "rbxassetid://3878888130"
  2048. KG.Looped = true
  2049. KG:Play()
  2050. end
  2051. )
  2052.  
  2053. uiSecs.place5:addButton(
  2054. "Bullet Hell Nitro Remix",
  2055. function()
  2056. --Music
  2057. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  2058. KG.Volume = 10
  2059. KG.SoundId = "rbxassetid://5184496328"
  2060. KG.Looped = true
  2061. KG:Play()
  2062. end
  2063. )
  2064.  
  2065. uiSecs.place5:addButton(
  2066. "Galaxy Collapse",
  2067. function()
  2068. --Music
  2069. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  2070. KG.Volume = 10
  2071. KG.SoundId = "rbxassetid://582476855"
  2072. KG.Looped = true
  2073. KG:Play()
  2074. end
  2075. )
  2076.  
  2077. uiSecs.place5:addButton(
  2078. "Bad Apple",
  2079. function()
  2080. --Music
  2081. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  2082. KG.Volume = 10
  2083. KG.SoundId = "rbxassetid://412333048"
  2084. KG.Looped = true
  2085. KG:Play()
  2086. end
  2087. )
  2088.  
  2089. uiSecs.place5:addButton(
  2090. "Animal Fnf",
  2091. function()
  2092. --Music
  2093. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  2094. KG.Volume = 10
  2095. KG.SoundId = "rbxassetid://6690328923"
  2096. KG.Looped = true
  2097. KG:Play()
  2098. end
  2099. )
  2100.  
  2101. uiSecs.place5:addButton(
  2102. "Gospel Remix",
  2103. function()
  2104. --Music
  2105. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  2106. KG.Volume = 10
  2107. KG.SoundId = "rbxassetid://6651394655"
  2108. KG.Looped = true
  2109. KG:Play()
  2110. end
  2111. )
  2112.  
  2113. uiSecs.place5:addButton(
  2114. "Inking Mistake",
  2115. function()
  2116. --Music
  2117. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  2118. KG.Volume = 10
  2119. KG.SoundId = "rbxassetid://1326552262"
  2120. KG.Looped = true
  2121. KG:Play()
  2122. end
  2123. )
  2124.  
  2125. uiSecs.place5:addButton(
  2126. "Manifest but everyone sing it",
  2127. function()
  2128. --Music
  2129. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  2130. KG.Volume = 10
  2131. KG.SoundId = "rbxassetid://6871079145"
  2132. KG.Looped = true
  2133. KG:Play()
  2134. end
  2135. )
  2136.  
  2137. uiSecs.main2:addButton(
  2138. "Bring All(Left Bracket to toggle bring all)",
  2139. function()
  2140. --[[
  2141. bad skid
  2142. --]]
  2143. local L_1_ = true
  2144. local L_2_ = game.Players.LocalPlayer.Character.HumanoidRootPart
  2145. local L_3_ = L_2_.Position - Vector3.new(5, 0, 0)
  2146.  
  2147. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(
  2148. function(L_4_arg1)
  2149. if L_4_arg1 == "]" then
  2150. L_1_ = not L_1_
  2151. end
  2152. if L_4_arg1 == "[" then
  2153. L_2_ = game.Players.LocalPlayer.Character.HumanoidRootPart
  2154. L_3_ = L_2_.Position - Vector3.new(5, 0, 0)
  2155. end
  2156. end
  2157. )
  2158.  
  2159. for L_5_forvar1, L_6_forvar2 in pairs(game.Players:GetPlayers()) do
  2160. if L_6_forvar2 == game.Players.LocalPlayer then
  2161. else
  2162. local L_7_ =
  2163. coroutine.create(
  2164. function()
  2165. game:GetService("RunService").RenderStepped:Connect(
  2166. function()
  2167. local L_8_, L_9_ =
  2168. pcall(
  2169. function()
  2170. local L_10_ = L_6_forvar2.Character
  2171. if L_10_ then
  2172. if L_10_:FindFirstChild("HumanoidRootPart") then
  2173. if L_1_ then
  2174. L_6_forvar2.Backpack:ClearAllChildren()
  2175. for L_11_forvar1, L_12_forvar2 in pairs(L_10_:GetChildren()) do
  2176. if L_12_forvar2:IsA("Tool") then
  2177. L_12_forvar2:Destroy()
  2178. end
  2179. end
  2180. L_10_.HumanoidRootPart.CFrame = CFrame.new(L_3_)
  2181. end
  2182. end
  2183. end
  2184. end
  2185. )
  2186. if L_8_ then
  2187. else
  2188. warn("Unnormal error: " .. L_9_)
  2189. end
  2190. end
  2191. )
  2192. end
  2193. )
  2194. coroutine.resume(L_7_)
  2195. end
  2196. end
  2197.  
  2198. game.Players.PlayerAdded:Connect(
  2199. function(L_13_arg1)
  2200. if L_13_arg1 == game.Players.LocalPlayer then
  2201. else
  2202. local L_14_ =
  2203. coroutine.create(
  2204. function()
  2205. game:GetService("RunService").RenderStepped:Connect(
  2206. function()
  2207. local L_15_, L_16_ =
  2208. pcall(
  2209. function()
  2210. local L_17_ = L_13_arg1.Character
  2211. if L_17_ then
  2212. if L_17_:FindFirstChild("HumanoidRootPart") then
  2213. if L_1_ then
  2214. L_13_arg1.Backpack:ClearAllChildren()
  2215. for L_18_forvar1, L_19_forvar2 in pairs(L_17_:GetChildren()) do
  2216. if L_19_forvar2:IsA("Tool") then
  2217. L_19_forvar2:Destroy()
  2218. end
  2219. end
  2220. L_17_.HumanoidRootPart.CFrame = CFrame.new(L_3_)
  2221. end
  2222. end
  2223. end
  2224. end
  2225. )
  2226. if L_15_ then
  2227. else
  2228. warn("Unnormal error: " .. L_16_)
  2229. end
  2230. end
  2231. )
  2232. end
  2233. )
  2234. coroutine.resume(L_14_)
  2235. end
  2236. end
  2237. )
  2238. end
  2239. )
  2240.  
  2241. uiSecs.place4:addButton(
  2242. "Tcss Gui But It's Free",
  2243. function()
  2244. loadstring(
  2245. game:HttpGet("https://raw.githubusercontent.com/LiterallyATrueClown/ClownThingies/main/OP_GUI_2.lua", true)
  2246. )()
  2247. end
  2248. )
  2249.  
  2250. uiSecs.place4:addButton(
  2251. "SoulHacker Gui",
  2252. function()
  2253. loadstring(
  2254. game:HttpGet("https://raw.githubusercontent.com/LiterallyATrueClown/ClownThingies/main/Soulhaker.txt", true)
  2255. )()
  2256. end
  2257. )
  2258.  
  2259. uiSecs.place4:addButton(
  2260. "Shatters X Gui",
  2261. function()
  2262. loadstring(
  2263. game:HttpGet(
  2264. "https://raw.githubusercontent.com/iHavoc101/Miscellaneous-Releases/main/High%20Quality/SoulShatters.lua"
  2265. )
  2266. )()
  2267. end
  2268. )
  2269.  
  2270. uiSecs.place4:addButton(
  2271. "Tcss Gui But It's Paid",
  2272. function()
  2273. loadstring(
  2274. game:HttpGet(
  2275. "https://gist.githubusercontent.com/LiterallyATrueClown/7e6a460176f21b79acd587be890ab6d3/raw/6bcce0f3deac1dac82999bdec7b523c69e294bbf/tcssskidded",
  2276. true
  2277. )
  2278. )()
  2279. end
  2280. )
  2281.  
  2282. uiSecs.place4:addButton(
  2283. "Shatter-Core Hub",
  2284. function()
  2285. loadstring(
  2286. game:HttpGet("https://raw.githubusercontent.com/LiterallyATrueClown/ClownThingies/main/Shattercore_2_1.lua")
  2287. )()
  2288. end
  2289. )
  2290.  
  2291. uiSecs.place6:addButton(
  2292. "Super Unfair Custom Attack(RightAlt)",
  2293. function()
  2294. loadstring(
  2295. game:HttpGet(
  2296. "https://gist.githubusercontent.com/LiterallyATrueClown/3095e9d8729ac8e6d361bc797484e7de/raw/5db7ed7d86b23b54cec6dd4437e7a1449e7cb071/spv4"
  2297. )
  2298. )()
  2299. end
  2300. )
  2301.  
  2302. uiSecs.place6:addButton(
  2303. "Chara Bravery Boost(Press G to Stop)",
  2304. function()
  2305. loadstring(
  2306. game:HttpGet(
  2307. "https://raw.githubusercontent.com/LiterallyATrueClown/ClownThingies/main/gt_chara_bravey_2-3_shot.txt"
  2308. )
  2309. )()
  2310. end
  2311. )
  2312.  
  2313. uiSecs.place6:addKeybind(
  2314. "Stop Time A Player",
  2315. nil,
  2316. function()
  2317. local A_1 = {
  2318. [1] = getrenv()._G.Pass,
  2319. [2] = "Chatted",
  2320. [3] = "The World: Stop Time",
  2321. [4] = Color3.new(0, 1, 0)
  2322. }
  2323. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2324. Event:FireServer(A_1)
  2325. local args = {
  2326. [1] = getrenv()._G.Pass,
  2327. [2] = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value,
  2328. [3] = {
  2329. ["Type"] = "Knockback",
  2330. ["HitEffect"] = "HeavyHitEffect",
  2331. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Stunned,
  2332. ["HitTime"] = 2.5,
  2333. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Punch,
  2334. ["Damage"] = 1
  2335. }
  2336. }
  2337. game:GetService("ReplicatedStorage").Remotes.Damage:InvokeServer(unpack(args))
  2338. end
  2339. )
  2340.  
  2341. uiSecs.main:addToggle(
  2342. "GodMode",
  2343. false,
  2344. function()
  2345. repeat
  2346. wait(1)
  2347. loadstring(
  2348. game:HttpGet(
  2349. "https://gist.githubusercontent.com/LiterallyATrueClown/3accafca439db109b4e1955989c60440/raw/a325e2a76e9494f92052e5cc2951ab326848e61f/Ehh2",
  2350. true
  2351. )
  2352. )()
  2353. until false
  2354. end
  2355. )
  2356.  
  2357. uiSecs.main:addButton(
  2358. "GodMode Old Sans",
  2359. function()
  2360. loadstring(
  2361. game:HttpGet(
  2362. "https://gist.githubusercontent.com/LiterallyATrueClown/0e323655abf65b6081875672fa470bd3/raw/a7bfc6cf0d97ad8b1d741f9f409d0b23b651823b/godmode%2520sans",
  2363. true
  2364. )
  2365. )()
  2366. end
  2367. )
  2368.  
  2369. uiSecs.main:addButton(
  2370. "RoseShield Block Ut Frisk",
  2371. function()
  2372. local A_1 = {
  2373. [1] = getrenv()._G.Pass,
  2374. [2] = "EquipWeapon",
  2375. [3] = "RoseShield"
  2376. }
  2377. game:GetService("ReplicatedStorage").Remotes.FriskMoves:InvokeServer(A_1)
  2378. local A_1 = {
  2379. [1] = getrenv()._G.Pass,
  2380. [2] = "EquipArmor",
  2381. [3] = "RoseShield"
  2382. }
  2383. game:GetService("ReplicatedStorage").Remotes.FriskMoves:InvokeServer(A_1)
  2384. end
  2385. )
  2386.  
  2387. uiSecs.main:addButton(
  2388. "High Dmg Ut!Frisk(Lv 20)",
  2389. function()
  2390. loadstring(
  2391. game:HttpGet(
  2392. "https://gist.githubusercontent.com/LiterallyATrueClown/35be7a038b8d5f2b6585804926d494e2/raw/4810f540f0f1037b2d3f7eec184e71e28b391df5/frisk%2520high%2520dmg",
  2393. true
  2394. )
  2395. )()
  2396. end
  2397. )
  2398.  
  2399. uiSecs.main:addButton(
  2400. "ESP(works well and not lag)",
  2401. function()
  2402. ALLYCOLOR = {0, 0, 255} --//Color of the ESP of people on the same team
  2403. ENEMYCOLOR = {0, 0, 255} --//Color of the ESP of people on NOT the same team
  2404. TRANSPARENCY = 0.3 --//Transparency of the ESP
  2405. HEALTHBAR_ACTIVATED = true --//Renders the Healthbar
  2406. --
  2407. --
  2408.  
  2409. -- !!!Don't Change Anything Below Here Unless You Know What You're Doing!!!
  2410.  
  2411. function createFlex()
  2412. -- -----------------------------------------------------------------------------------
  2413. --[VARIABLES] //Changing may result in Errors!
  2414. players = game:GetService("Players") --//Required for PF
  2415. faces = {"Front", "Back", "Bottom", "Left", "Right", "Top"} --//Every possible Enum face
  2416. currentPlayer = nil --//Used for the Team-Check
  2417. lplayer = players.LocalPlayer --//The LocalPlayer
  2418. -- -----------------------------------------------------------------------------------
  2419. players.PlayerAdded:Connect(
  2420. function(p)
  2421. currentPlayer = p
  2422. p.CharacterAdded:Connect(
  2423. function(character) --//For when a new Player joins the game
  2424. createESP(character)
  2425. end
  2426. )
  2427. end
  2428. )
  2429. -- -----------------------------------------------------------------------------------
  2430. function checkPart(obj)
  2431. if (obj:IsA("Part") or obj:IsA("MeshPart")) and obj.Name ~= "HumanoidRootPart" then
  2432. return true
  2433. end
  2434. end --//Check if the Part is suitable
  2435. -- -----------------------------------------------------------------------------------
  2436. function actualESP(obj)
  2437. for i = 0, 5 do
  2438. surface = Instance.new("SurfaceGui", obj) --//Creates the SurfaceGui
  2439. surface.Face = Enum.NormalId[faces[i + 1]] --//Adjusts the Face and chooses from the face table
  2440. surface.AlwaysOnTop = true
  2441.  
  2442. frame = Instance.new("Frame", surface) --//Creates the viewable Frame
  2443. frame.Size = UDim2.new(1, 0, 1, 0)
  2444. frame.BorderSizePixel = 0
  2445. frame.BackgroundTransparency = TRANSPARENCY
  2446. if currentPlayer.Team == players.LocalPlayer.Team then --//Checks the Players Team
  2447. frame.BackgroundColor3 = Color3.new(ALLYCOLOR[1], ALLYCOLOR[2], ALLYCOLOR[3]) --//If in same Team
  2448. else
  2449. frame.BackgroundColor3 = Color3.new(ENEMYCOLOR[1], ENEMYCOLOR[2], ENEMYCOLOR[3]) --//If in another Team
  2450. end
  2451. end
  2452. end
  2453. -- --------------------------------------------- --------------------------------------
  2454. function createHealthbar(hrp)
  2455. board = Instance.new("BillboardGui", hrp) --//Creates the BillboardGui with HumanoidRootPart as the Parent
  2456. board.Name = "total"
  2457. board.Size = UDim2.new(1, 0, 1, 0)
  2458. board.StudsOffset = Vector3.new(3, 1, 0)
  2459. board.AlwaysOnTop = true
  2460.  
  2461. bar = Instance.new("Frame", board) --//Creates the red background
  2462. bar.BackgroundColor3 = Color3.new(255, 0, 0)
  2463. bar.BorderSizePixel = 0
  2464. bar.Size = UDim2.new(0.2, 0, 4, 0)
  2465. bar.Name = "total2"
  2466.  
  2467. health = Instance.new("Frame", bar) --//Creates the changing green Frame
  2468. health.BackgroundColor3 = Color3.new(0, 255, 0)
  2469. health.BorderSizePixel = 0
  2470. health.Size = UDim2.new(1, 0, hrp.Parent.Humanoid.Health / 100, 0)
  2471. hrp.Parent.Humanoid.Changed:Connect(
  2472. function(property) --//Triggers when any Property changed
  2473. hrp.total.total2.Frame.Size = UDim2.new(1, 0, hrp.Parent.Humanoid.Health / 100, 0) --//Adjusts the size of the green Frame
  2474. end
  2475. )
  2476. end
  2477. -- -----------------------------------------------------------------------------------
  2478. function createESP(c) --//Checks and calls the proper function
  2479. bugfix = c:WaitForChild("Head") --// *Used so the children of the character arent nil.
  2480. for i, v in pairs(c:GetChildren()) do
  2481. if checkPart(v) then
  2482. actualESP(v)
  2483. end
  2484. end
  2485. if HEALTHBAR_ACTIVATED then --//If the user decided to
  2486. createHealthbar(c:WaitForChild("Torso")) --//Calls the function of the creation
  2487. end
  2488. end
  2489. -- -----------------------------------------------------------------------------------
  2490. for i, people in pairs(players:GetChildren()) do
  2491. if people ~= players.LocalPlayer then
  2492. currentPlayer = people
  2493. --//Used for Players already in the Game
  2494. createESP(people.Character)
  2495. people.CharacterAdded:Connect(
  2496. function(character)
  2497. createESP(character)
  2498. end
  2499. )
  2500. end
  2501. end
  2502. -- -----------------------------------------------------------------------------------
  2503. end --//End of the entire function
  2504.  
  2505. createFlex() --// Does exactly that :)
  2506. end
  2507. )
  2508.  
  2509. uiSecs.main:addToggle(
  2510. "Auto Block",
  2511. false,
  2512. function()
  2513. if state == true then
  2514. local A_1 = {
  2515. [1] = getrenv()._G.Pass,
  2516. [2] = "Blocking",
  2517. [3] = true
  2518. }
  2519. game:GetService("ReplicatedStorage").Remotes.Functions:InvokeServer(A_1)
  2520. end
  2521.  
  2522. if state == false then
  2523. local A_1 = {
  2524. [1] = getrenv()._G.Pass,
  2525. [2] = "Blocking",
  2526. [3] = false
  2527. }
  2528. game:GetService("ReplicatedStorage").Remotes.Functions:InvokeServer(A_1)
  2529. end
  2530. end
  2531. )
  2532.  
  2533. uiSecs.main:addToggle(
  2534. "Auto Perfect Block",
  2535. false,
  2536. function()
  2537. if state == true then
  2538. local A_1 = {
  2539. [1] = getrenv()._G.Pass,
  2540. [2] = "PerfectBlocking",
  2541. [3] = true
  2542. }
  2543. game:GetService("ReplicatedStorage").Remotes.Functions:InvokeServer(A_1)
  2544. end
  2545.  
  2546. if state == false then
  2547. local A_1 = {
  2548. [1] = getrenv()._G.Pass,
  2549. [2] = "PerfectBlocking",
  2550. [3] = false
  2551. }
  2552. game:GetService("ReplicatedStorage").Remotes.Functions:InvokeServer(A_1)
  2553. end
  2554. end
  2555. )
  2556.  
  2557. uiSecs.main:addKeybind(
  2558. "Temmie Armor Boost Ut!Frisk(Lv 20)(Spam)",
  2559. nil,
  2560. function()
  2561. spawn(
  2562. function()
  2563. local A_1 = {
  2564. [1] = getrenv()._G.Pass,
  2565. [2] = "EquipArmor",
  2566. [3] = "TemmieArmor"
  2567. }
  2568. local Event = game:GetService("ReplicatedStorage").Remotes.FriskMoves
  2569. Event:InvokeServer(A_1)
  2570. end
  2571. )
  2572. end
  2573. )
  2574.  
  2575. uiSecs.main:addKeybind(
  2576. "RealKnife Boost Ut!Frisk(Lv 20)(Spam)",
  2577. nil,
  2578. function()
  2579. spawn(
  2580. function()
  2581. local A_1 = {
  2582. [1] = getrenv()._G.Pass,
  2583. [2] = "EquipWeapon",
  2584. [3] = "RelKnife"
  2585. }
  2586. local Event = game:GetService("ReplicatedStorage").Remotes.FriskMoves
  2587. Event:InvokeServer(A_1)
  2588. end
  2589. )
  2590. end
  2591. )
  2592.  
  2593. uiSecs.main:addKeybind(
  2594. "Teleportation(Lock On)",
  2595. nil,
  2596. function()
  2597. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  2598. game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value.HumanoidRootPart.CFrame *
  2599. CFrame.new(0, 0, 3)
  2600. end
  2601. )
  2602.  
  2603. uiSecs.main:addButton(
  2604. "Inf Stamina",
  2605. function()
  2606. spawn(
  2607. function()
  2608. repeat
  2609. wait()
  2610. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2611. if v.Name == "DrainStamina" then
  2612. v:Destroy()
  2613. end
  2614. end
  2615. until false
  2616. end
  2617. )
  2618.  
  2619. spawn(
  2620. function()
  2621. repeat
  2622. wait()
  2623. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2624. if v.Name == "DrainStamina" then
  2625. v:Destroy()
  2626. end
  2627. end
  2628. until false
  2629. end
  2630. )
  2631.  
  2632. spawn(
  2633. function()
  2634. repeat
  2635. wait()
  2636. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2637. if v.Name == "DrainStamina" then
  2638. v:Destroy()
  2639. end
  2640. end
  2641. until false
  2642. end
  2643. )
  2644.  
  2645. spawn(
  2646. function()
  2647. repeat
  2648. wait()
  2649. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2650. if v.Name == "DrainStamina" then
  2651. v:Destroy()
  2652. end
  2653. end
  2654. until false
  2655. end
  2656. )
  2657.  
  2658. spawn(
  2659. function()
  2660. repeat
  2661. wait()
  2662. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2663. if v.Name == "DrainStamina" then
  2664. v:Destroy()
  2665. end
  2666. end
  2667. until false
  2668. end
  2669. )
  2670.  
  2671. spawn(
  2672. function()
  2673. repeat
  2674. wait()
  2675. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2676. if v.Name == "DrainStamina" then
  2677. v:Destroy()
  2678. end
  2679. end
  2680. until false
  2681. end
  2682. )
  2683.  
  2684. spawn(
  2685. function()
  2686. repeat
  2687. wait()
  2688. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2689. if v.Name == "DrainStamina" then
  2690. v:Destroy()
  2691. end
  2692. end
  2693. until false
  2694. end
  2695. )
  2696.  
  2697. spawn(
  2698. function()
  2699. repeat
  2700. wait()
  2701. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2702. if v.Name == "DrainStamina" then
  2703. v:Destroy()
  2704. end
  2705. end
  2706. until false
  2707. end
  2708. )
  2709.  
  2710. spawn(
  2711. function()
  2712. repeat
  2713. wait()
  2714. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2715. if v.Name == "DrainStamina" then
  2716. v:Destroy()
  2717. end
  2718. end
  2719. until false
  2720. end
  2721. )
  2722. spawn(
  2723. function()
  2724. repeat
  2725. wait()
  2726. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2727. if v.Name == "DrainSprint" then
  2728. v:Destroy()
  2729. end
  2730. end
  2731. until false
  2732. end
  2733. )
  2734. spawn(
  2735. function()
  2736. repeat
  2737. wait()
  2738. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2739. if v.Name == "DrainSprint" then
  2740. v:Destroy()
  2741. end
  2742. end
  2743. until false
  2744. end
  2745. )
  2746. spawn(
  2747. function()
  2748. repeat
  2749. wait()
  2750. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2751. if v.Name == "DrainSprint" then
  2752. v:Destroy()
  2753. end
  2754. end
  2755. until false
  2756. end
  2757. )
  2758. spawn(
  2759. function()
  2760. repeat
  2761. wait()
  2762. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2763. if v.Name == "DrainSprint" then
  2764. v:Destroy()
  2765. end
  2766. end
  2767. until false
  2768. end
  2769. )
  2770. spawn(
  2771. function()
  2772. repeat
  2773. wait()
  2774. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2775. if v.Name == "DrainSprint" then
  2776. v:Destroy()
  2777. end
  2778. end
  2779. until false
  2780. end
  2781. )
  2782. spawn(
  2783. function()
  2784. repeat
  2785. wait()
  2786. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2787. if v.Name == "DrainSprint" then
  2788. v:Destroy()
  2789. end
  2790. end
  2791. until false
  2792. end
  2793. )
  2794. spawn(
  2795. function()
  2796. repeat
  2797. wait()
  2798. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2799. if v.Name == "DrainSprint" then
  2800. v:Destroy()
  2801. end
  2802. end
  2803. until false
  2804. end
  2805. )
  2806. spawn(
  2807. function()
  2808. repeat
  2809. wait()
  2810. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2811. if v.Name == "DrainSprint" then
  2812. v:Destroy()
  2813. end
  2814. end
  2815. until false
  2816. end
  2817. )
  2818. spawn(
  2819. function()
  2820. repeat
  2821. wait()
  2822. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2823. if v.Name == "DrainSprint" then
  2824. v:Destroy()
  2825. end
  2826. end
  2827. until false
  2828. end
  2829. )
  2830. end
  2831. )
  2832.  
  2833. uiSecs.stuffs:addButton(
  2834. "AutoRun(For Undyne + Betty)",
  2835. function()
  2836. game:GetService("Players").LocalPlayer.Backpack.Main.WalkSpeed.Value = 60
  2837. end
  2838. )
  2839.  
  2840. uiSecs.stuffs:addButton(
  2841. "AutoRun(For Sakuya)",
  2842. function()
  2843. game:GetService("Players").LocalPlayer.Backpack.Main.WalkSpeed.Value = 50
  2844. end
  2845. )
  2846.  
  2847. uiSecs.stuffs:addButton(
  2848. "AutoRun + Esp(Don't use in betty or Undyne)",
  2849. function()
  2850. loadstring(
  2851. game:HttpGet(
  2852. "https://gist.githubusercontent.com/LiterallyATrueClown/9eb5e3162cf9906015209348a32462b3/raw/7544279d5a84e41f6732df602f590cadc2c8ad14/espop",
  2853. true
  2854. )
  2855. )()
  2856. end
  2857. )
  2858.  
  2859. uiSecs.stuffs:addButton(
  2860. "Custom Blaster",
  2861. function()
  2862. local p = game.Players.LocalPlayer
  2863. local char = p.Character
  2864. local mouse = p:GetMouse()
  2865. local larm = char["Left Arm"]
  2866. local rarm = char["Right Arm"]
  2867. local lleg = char["Left Leg"]
  2868. local rleg = char["Right Leg"]
  2869. local hed = char.HumanoidRootPart
  2870. local torso = char.Torso
  2871. local hum = char.Humanoid
  2872. local root = char.HumanoidRootPart
  2873. local rs = game:GetService("RunService").RenderStepped
  2874. local new = Instance.new
  2875. local v3 = Vector3.new
  2876. local ns = NumberSequence.new
  2877. local nr = NumberRange.new
  2878. local bc = BrickColor.new
  2879. local cf = CFrame.new
  2880. local cfa = CFrame.Angles
  2881. local rad = math.rad
  2882.  
  2883. a1 = new("Part", char)
  2884. a1.Name = "Head"
  2885. a1.BrickColor = BrickColor.new("White")
  2886. a1.Material = "Neon"
  2887. a1.Transparency = 0
  2888. aa1 = new("SpecialMesh", a1)
  2889. aa1.MeshType = "FileMesh"
  2890. aa1.Offset = v3(7, 3, -0.1)
  2891. aa1.Scale = v3(0.1, 0.1, 0.1)
  2892. aa1.MeshId = "rbxassetid://2267134290"
  2893. aaa1 = new("Weld", a1)
  2894. aaa1.Part0 = hed
  2895. aaa1.Part1 = a1
  2896. aaa1.C0 = CFrame.Angles(0, math.rad(0), 0)
  2897.  
  2898. a2 = new("Part", char)
  2899. a2.Name = "RJaw"
  2900. a2.BrickColor = BrickColor.new("White")
  2901. a2.Material = "Neon"
  2902. a2.Transparency = 0
  2903. aa2 = new("SpecialMesh", a2)
  2904. aa2.MeshType = "FileMesh"
  2905. aa2.Offset = v3(9.1, 2.01, -0.2)
  2906. aa2.Scale = v3(0.07, 0.07, 0.07)
  2907. aa2.MeshId = "rbxassetid://2267146284"
  2908. aaa2 = new("Weld", a2)
  2909. aaa2.Part0 = hed
  2910. aaa2.Part1 = a2
  2911. aaa2.C0 = CFrame.Angles(0, math.rad(0), 0)
  2912.  
  2913. a3 = new("Part", char)
  2914. a3.Name = "LJaw"
  2915. a3.BrickColor = BrickColor.new("White")
  2916. a3.Material = "Neon"
  2917. a3.Transparency = 0
  2918. aa3 = new("SpecialMesh", a3)
  2919. aa3.MeshType = "FileMesh"
  2920. aa3.Offset = v3(5, 2.01, -0.2)
  2921. aa3.Scale = v3(0.07, 0.07, 0.07)
  2922. aa3.MeshId = "rbxassetid://2267147917"
  2923. aaa3 = new("Weld", a3)
  2924. aaa3.Part0 = hed
  2925. aaa3.Part1 = a3
  2926. aaa3.C0 = CFrame.Angles(0, math.rad(0), 0)
  2927.  
  2928. a4 = new("Part", char)
  2929. a4.Name = "Inside"
  2930. a4.BrickColor = BrickColor.new("White")
  2931. a4.Material = "Neon"
  2932. a4.Transparency = 0
  2933. aa4 = new("SpecialMesh", a4)
  2934. aa4.MeshType = "FileMesh"
  2935. aa4.Offset = v3(7, 3, -0.1)
  2936. aa4.Scale = v3(0.1, 0.1, 0.1)
  2937. aa4.MeshId = "rbxassetid://2267130588"
  2938. aaa4 = new("Weld", a4)
  2939. aaa4.Part0 = hed
  2940. aaa4.Part1 = a4
  2941. aaa4.C0 = CFrame.Angles(0, math.rad(0), 0)
  2942.  
  2943. a5 = new("Part", char)
  2944. a5.Name = "Inside2"
  2945. a5.BrickColor = BrickColor.new("White")
  2946. a5.Material = "Neon"
  2947. a5.Transparency = 0
  2948. aa5 = new("SpecialMesh", a5)
  2949. aa5.MeshType = "FileMesh"
  2950. aa5.Offset = v3(7, 3, -0.1)
  2951. aa5.Scale = v3(0.1, 0.1, 0.1)
  2952. aa5.MeshId = "rbxassetid://2267130588"
  2953. aaa5 = new("Weld", a5)
  2954. aaa5.Part0 = hed
  2955. aaa5.Part1 = a5
  2956. aaa5.C0 = CFrame.Angles(0, math.rad(0), 0)
  2957.  
  2958. a1e = new("Part", char)
  2959. a1e.Name = "Head"
  2960. a1e.BrickColor = BrickColor.new("White")
  2961. a1e.Material = "Neon"
  2962. a1e.Transparency = 0
  2963. aa1e = new("SpecialMesh", a1e)
  2964. aa1e.MeshType = "FileMesh"
  2965. aa1e.Offset = v3(-7, 3, -0.1)
  2966. aa1e.Scale = v3(0.1, 0.1, 0.1)
  2967. aa1e.MeshId = "rbxassetid://2267134290"
  2968. aaa1e = new("Weld", a1e)
  2969. aaa1e.Part0 = hed
  2970. aaa1e.Part1 = a1e
  2971. aaa1e.C0 = CFrame.Angles(0, math.rad(0), 0)
  2972.  
  2973. a2e = new("Part", char)
  2974. a2e.Name = "RJaw"
  2975. a2e.BrickColor = BrickColor.new("White")
  2976. a2e.Material = "Neon"
  2977. a2e.Transparency = 0
  2978. aa2e = new("SpecialMesh", a2e)
  2979. aa2e.MeshType = "FileMesh"
  2980. aa2e.Offset = v3(-5, 2.01, -0.2)
  2981. aa2e.Scale = v3(0.07, 0.07, 0.07)
  2982. aa2e.MeshId = "rbxassetid://2267146284"
  2983. aaa2e = new("Weld", a2e)
  2984. aaa2e.Part0 = hed
  2985. aaa2e.Part1 = a2e
  2986. aaa2e.C0 = CFrame.Angles(0, math.rad(0), 0)
  2987.  
  2988. a3e = new("Part", char)
  2989. a3e.Name = "LJaw"
  2990. a3e.BrickColor = BrickColor.new("White")
  2991. a3e.Material = "Neon"
  2992. a3e.Transparency = 0
  2993. aa3e = new("SpecialMesh", a3e)
  2994. aa3e.MeshType = "FileMesh"
  2995. aa3e.Offset = v3(-9.1, 2.01, -0.2)
  2996. aa3e.Scale = v3(0.07, 0.07, 0.07)
  2997. aa3e.MeshId = "rbxassetid://2267147917"
  2998. aaa3e = new("Weld", a3e)
  2999. aaa3e.Part0 = hed
  3000. aaa3e.Part1 = a3e
  3001. aaa3e.C0 = CFrame.Angles(0, math.rad(0), 0)
  3002.  
  3003. a4e = new("Part", char)
  3004. a4e.Name = "Inside"
  3005. a4e.BrickColor = BrickColor.new("White")
  3006. a4e.Material = "Neon"
  3007. a4e.Transparency = 0
  3008. aa4 = new("SpecialMesh", a4e)
  3009. aa4e.MeshType = "FileMesh"
  3010. aa4e.Offset = v3(-7, 3, -0.1)
  3011. aa4e.Scale = v3(0.1, 0.1, 0.1)
  3012. aa4e.MeshId = "rbxassetid://2267130588"
  3013. aaa4e = new("Weld", a4e)
  3014. aaa4e.Part0 = hed
  3015. aaa4e.Part1 = a4e
  3016. aaa4e.C0 = CFrame.Angles(0, math.rad(0), 0)
  3017.  
  3018. a5e = new("Part", char)
  3019. a5e.Name = "Inside2"
  3020. a5e.BrickColor = BrickColor.new("White")
  3021. a5e.Material = "Neon"
  3022. a5e.Transparency = 0
  3023. aa5e = new("SpecialMesh", a5e)
  3024. aa5e.MeshType = "FileMesh"
  3025. aa5e.Offset = v3(-7, 3, -0.1)
  3026. aa5e.Scale = v3(0.1, 0.1, 0.1)
  3027. aa5e.MeshId = "rbxassetid://2267130588"
  3028. aaa5e = new("Weld", a5e)
  3029. aaa5e.Part0 = hed
  3030. aaa5e.Part1 = a5e
  3031. aaa5e.C0 = CFrame.Angles(0, math.rad(0), 0)
  3032. end
  3033. )
  3034.  
  3035. uiSecs.main:addButton(
  3036. "Tp bypass",
  3037. function()
  3038. game.Workspace.Map["MapCFrame"]:Destroy()
  3039. game.Workspace.Map["MapSize"]:Destroy()
  3040. game.Workspace.Map.Model["InvisibleWalls"]:Destroy()
  3041. end
  3042. )
  3043.  
  3044. uiSecs.main:addButton(
  3045. "InfJump",
  3046. function()
  3047. loadstring(game:HttpGet("https://pastebin.com/raw/V5PQy3y0", true))()
  3048. end
  3049. )
  3050.  
  3051. uiSecs.place6:addKeybind(
  3052. "Inf Attack",
  3053. nil,
  3054. function()
  3055. local on = false
  3056.  
  3057. if on == false then
  3058. local plr = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3059. local lockedplr = workspace[plr.Name]
  3060. on = true
  3061.  
  3062. repeat
  3063. wait()
  3064. local args = {
  3065. [1] = getrenv()._G.Pass,
  3066. [2] = lockedplr,
  3067. [3] = {
  3068. ["HitTime"] = 2.5,
  3069. ["Type"] = "Normal",
  3070. ["HitEffect"] = "CarrotHitEffect",
  3071. ["VictimCFrame"] = CFrame.new(
  3072. Vector3.new(
  3073. lockedplr.HumanoidRootPart.Position.X,
  3074. lockedplr.HumanoidRootPart.Position.Y,
  3075. lockedplr.HumanoidRootPart.Position.Z + 5
  3076. )
  3077. ),
  3078. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Stunned,
  3079. ["Velocity"] = Vector3.new(0, 0.00001, 0),
  3080. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Kick,
  3081. ["Damage"] = 1,
  3082. ["CombatInv"] = true
  3083. }
  3084. }
  3085. game:GetService("ReplicatedStorage").Remotes.Damage:InvokeServer(unpack(args))
  3086. if lockedplr.Humanoid.Health <= 0 then
  3087. print("Done!")
  3088. on = false
  3089. end
  3090. until lockedplr.Humanoid.Health <= 0
  3091. end
  3092. end,
  3093. function()
  3094. end
  3095. )
  3096.  
  3097. uiSecs.main:addButton(
  3098. "Can chat in menu",
  3099. function()
  3100. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  3101. end
  3102. )
  3103.  
  3104. uiSecs.opstuffs1:addTextbox(
  3105. "Who?",
  3106. "",
  3107. function(lkonplr)
  3108. game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value = lkonplr
  3109. end
  3110. )
  3111.  
  3112. uiSecs.opstuffs1:addToggle(
  3113. "Lock on to the target",
  3114. false,
  3115. function(state)
  3116. if state == true then
  3117. game.Players.LocalPlayer.Backpack.Main.LockOnScript.UnLock.Value = true
  3118. end
  3119.  
  3120. if state == false then
  3121. game.Players.LocalPlayer.Backpack.Main.LockOnScript.UnLock.Value = false
  3122. end
  3123. end
  3124. )
  3125.  
  3126. uiSecs.opstuffs:addToggle(
  3127. "Can lock on to 0 hp ppl",
  3128. false,
  3129. function(state)
  3130. if state == true then
  3131. while wait(1) do
  3132. for i, v in pairs(game.Players:GetChildren()) do
  3133. v.Character.Humanoid.Health = math.huge
  3134. end
  3135. end
  3136. end
  3137.  
  3138. if state == false then
  3139. while wait(1) do
  3140. for i, v in pairs(game.Players:GetChildren()) do
  3141. v.Character.Humanoid.Health = math.huge
  3142. end
  3143. end
  3144. end
  3145. end
  3146. )
  3147.  
  3148. uiSecs.stuffs:addButton(
  3149. "Anti Blind",
  3150. function()
  3151. game:GetService("ReplicatedStorage").Effects.ScriptEffects:Destroy()
  3152. spawn(
  3153. function()
  3154. repeat
  3155. wait()
  3156. for _, v in pairs(game.Players.LocalPlayer.PlayerGui:GetChildren()) do
  3157. if v.Name == "WhiteScreen" then
  3158. v:Destroy()
  3159. end
  3160. end
  3161. until false
  3162. end
  3163. )
  3164. spawn(
  3165. function()
  3166. repeat
  3167. wait()
  3168. for _, v in pairs(game:GetService("Lighting"):GetChildren()) do
  3169. if v.Name == "Blur" then
  3170. v:Destroy()
  3171. end
  3172. end
  3173. until false
  3174. end
  3175. )
  3176. end
  3177. )
  3178.  
  3179. uiSecs.stuffs:addToggle(
  3180. "Faceless eyes trail",
  3181. false,
  3182. function(state)
  3183. if state == true then
  3184. for _, v in pairs(game.ReplicatedStorage.RogueEffects:GetChildren()) do
  3185. if v.Name == "RedEyes" then
  3186. local char = game.Players.LocalPlayer.Character
  3187. sword2 = v:Clone()
  3188. sword2.Parent = char
  3189. sword2.Trail.Lifetime = 2
  3190. sword2.Trail.Lifetime = 2
  3191. sword2.Anchored = false
  3192. weld = Instance.new("Weld", sword2)
  3193. weld.Part0 = sword2
  3194. weld.Part1 = char["Head"]
  3195. sword2.Name = "CLOWNEYES"
  3196. weld.C0 = CFrame.new(0, 0, -0) * CFrame.Angles(0, 0, 0)
  3197. sword2.Transparency = 1
  3198. end
  3199. end
  3200. end
  3201.  
  3202. if state == false then
  3203. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3204. if v.Name == "CLOWNEYES" then
  3205. v:Destroy()
  3206. end
  3207. end
  3208. end
  3209. end
  3210. )
  3211.  
  3212. uiSecs.stuffs:addToggle(
  3213. "IDK's Dark Aura",
  3214. false,
  3215. function(state)
  3216. if state == true then
  3217. for _, v in pairs(game:GetService("ReplicatedStorage").Effects:GetChildren()) do
  3218. if v.Name == "DarkAuraEffect" then
  3219. local char = game.Players.LocalPlayer.Character
  3220. sword2 = v:Clone()
  3221. sword2.Parent = char
  3222. sword2.Anchored = false
  3223. weld = Instance.new("Weld", sword2)
  3224. weld.Part0 = sword2
  3225. weld.Part1 = char["Torso"]
  3226. sword2.Name = "CLOWNDARKAURA"
  3227. weld.C0 = CFrame.new(0, 2, 0) * CFrame.Angles(0, 0, 0)
  3228. sword2.Transparency = 1
  3229. end
  3230. end
  3231. for _, v in pairs(game:GetService("ReplicatedStorage").Effects:GetChildren()) do
  3232. if v.Name == "TransformationAura" then
  3233. local char = game.Players.LocalPlayer.Character
  3234. sword2 = v:Clone()
  3235. sword2.Parent = char
  3236. sword2.Anchored = false
  3237. weld = Instance.new("Weld", sword2)
  3238. weld.Part0 = sword2
  3239. weld.Part1 = char["Torso"]
  3240. sword2.Name = "CLOWNDARKAURA"
  3241. weld.C0 = CFrame.new(0, 2, 0) * CFrame.Angles(0, 0, 0)
  3242. sword2.Transparency = 1
  3243. end
  3244. end
  3245. end
  3246.  
  3247. if state == false then
  3248. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3249. if v.Name == "CLOWNDARKAURA" then
  3250. v:Destroy()
  3251. end
  3252. end
  3253. end
  3254. end
  3255. )
  3256.  
  3257. uiSecs.stuffs:addToggle(
  3258. "Stevonie Pink Trail",
  3259. false,
  3260. function(state)
  3261. if state == true then
  3262. for _, v in pairs(game:GetService("ReplicatedStorage").Effects:GetChildren()) do
  3263. if v.Name == "PinkTrail" then
  3264. local char = game.Players.LocalPlayer.Character
  3265. sword2 = v:Clone()
  3266. sword2.Parent = char
  3267. sword2.Anchored = false
  3268. weld = Instance.new("Weld", sword2)
  3269. weld.Part0 = sword2
  3270. weld.Part1 = char["HumanoidRootPart"]
  3271. sword2.Name = "CLOWNPINKTRAIL"
  3272. weld.C0 = CFrame.new(0, 0, -0) * CFrame.Angles(0, 0, 0)
  3273. sword2.Transparency = 1
  3274. end
  3275. end
  3276. for _, v in pairs(game:GetService("ReplicatedStorage").Effects:GetChildren()) do
  3277. if v.Name == "PinkTrail" then
  3278. local char = game.Players.LocalPlayer.Character
  3279. sword2 = v:Clone()
  3280. sword2.Parent = char
  3281. sword2.Anchored = false
  3282. weld = Instance.new("Weld", sword2)
  3283. weld.Part0 = sword2
  3284. weld.Part1 = char["Head"]
  3285. sword2.Name = "CLOWNPINKTRAIL"
  3286. weld.C0 = CFrame.new(0, 0, -0) * CFrame.Angles(0, 0, 0)
  3287. sword2.Transparency = 1
  3288. end
  3289. end
  3290. for _, v in pairs(game:GetService("ReplicatedStorage").Effects:GetChildren()) do
  3291. if v.Name == "PinkTrail" then
  3292. local char = game.Players.LocalPlayer.Character
  3293. sword2 = v:Clone()
  3294. sword2.Parent = char
  3295. sword2.Anchored = false
  3296. weld = Instance.new("Weld", sword2)
  3297. weld.Part0 = sword2
  3298. weld.Part1 = char["Torso"]
  3299. sword2.Name = "CLOWNPINKTRAIL"
  3300. weld.C0 = CFrame.new(0, 0, -0) * CFrame.Angles(0, 0, 0)
  3301. sword2.Transparency = 1
  3302. end
  3303. end
  3304. for _, v in pairs(game:GetService("ReplicatedStorage").Effects:GetChildren()) do
  3305. if v.Name == "PinkTrail" then
  3306. local char = game.Players.LocalPlayer.Character
  3307. sword2 = v:Clone()
  3308. sword2.Parent = char
  3309. sword2.Anchored = false
  3310. weld = Instance.new("Weld", sword2)
  3311. weld.Part0 = sword2
  3312. weld.Part1 = char["Left Arm"]
  3313. sword2.Name = "CLOWNPINKTRAIL"
  3314. weld.C0 = CFrame.new(0, 0, -0) * CFrame.Angles(0, 0, 0)
  3315. sword2.Transparency = 1
  3316. end
  3317. end
  3318. for _, v in pairs(game:GetService("ReplicatedStorage").Effects:GetChildren()) do
  3319. if v.Name == "PinkTrail" then
  3320. local char = game.Players.LocalPlayer.Character
  3321. sword2 = v:Clone()
  3322. sword2.Parent = char
  3323. sword2.Anchored = false
  3324. weld = Instance.new("Weld", sword2)
  3325. weld.Part0 = sword2
  3326. weld.Part1 = char["Right Leg"]
  3327. sword2.Name = "CLOWNPINKTRAIL"
  3328. weld.C0 = CFrame.new(0, 0, -0) * CFrame.Angles(0, 0, 0)
  3329. sword2.Transparency = 1
  3330. end
  3331. end
  3332. for _, v in pairs(game:GetService("ReplicatedStorage").Effects:GetChildren()) do
  3333. if v.Name == "PinkTrail" then
  3334. local char = game.Players.LocalPlayer.Character
  3335. sword2 = v:Clone()
  3336. sword2.Parent = char
  3337. sword2.Anchored = false
  3338. weld = Instance.new("Weld", sword2)
  3339. weld.Part0 = sword2
  3340. weld.Part1 = char["Right Arm"]
  3341. sword2.Name = "CLOWNPINKTRAIL"
  3342. weld.C0 = CFrame.new(0, 0, -0) * CFrame.Angles(0, 0, 0)
  3343. sword2.Transparency = 1
  3344. end
  3345. end
  3346. for _, v in pairs(game:GetService("ReplicatedStorage").Effects:GetChildren()) do
  3347. if v.Name == "PinkTrail" then
  3348. local char = game.Players.LocalPlayer.Character
  3349. sword2 = v:Clone()
  3350. sword2.Parent = char
  3351. sword2.Anchored = false
  3352. weld = Instance.new("Weld", sword2)
  3353. weld.Part0 = sword2
  3354. weld.Part1 = char["Right Leg"]
  3355. sword2.Name = "CLOWNPINKTRAIL"
  3356. weld.C0 = CFrame.new(0, 0, -0) * CFrame.Angles(0, 0, 0)
  3357. sword2.Transparency = 1
  3358. end
  3359. end
  3360. end
  3361.  
  3362. if state == false then
  3363. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3364. if v.Name == "CLOWNPINKTRAIL" then
  3365. v:Destroy()
  3366. end
  3367. end
  3368. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3369. if v.Name == "CLOWNPINKTRAIL" then
  3370. v:Destroy()
  3371. end
  3372. end
  3373. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3374. if v.Name == "CLOWNPINKTRAIL" then
  3375. v:Destroy()
  3376. end
  3377. end
  3378. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3379. if v.Name == "CLOWNPINKTRAIL" then
  3380. v:Destroy()
  3381. end
  3382. end
  3383. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3384. if v.Name == "CLOWNPINKTRAIL" then
  3385. v:Destroy()
  3386. end
  3387. end
  3388. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3389. if v.Name == "CLOWNPINKTRAIL" then
  3390. v:Destroy()
  3391. end
  3392. end
  3393. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3394. if v.Name == "CLOWNPINKTRAIL" then
  3395. v:Destroy()
  3396. end
  3397. end
  3398. end
  3399. end
  3400. )
  3401.  
  3402. uiSecs.stuffs:addToggle(
  3403. "Asriel Rainbow trail",
  3404. false,
  3405. function(state)
  3406. if state == true then
  3407. for _, v in pairs(game:GetService("ReplicatedStorage").Effects:GetChildren()) do
  3408. if v.Name == "RainbowTrail" then
  3409. local char = game.Players.LocalPlayer.Character
  3410. sword2 = v:Clone()
  3411. sword2.Parent = char
  3412. sword2.Anchored = false
  3413. weld = Instance.new("Weld", sword2)
  3414. weld.Part0 = sword2
  3415. weld.Part1 = char["HumanoidRootPart"]
  3416. sword2.Name = "CLOWNRBTRAIL"
  3417. weld.C0 = CFrame.new(0, 0, -0) * CFrame.Angles(0, 0, 0)
  3418. sword2.Transparency = 1
  3419. end
  3420. end
  3421. for _, v in pairs(game:GetService("ReplicatedStorage").Effects:GetChildren()) do
  3422. if v.Name == "RainbowTrail" then
  3423. local char = game.Players.LocalPlayer.Character
  3424. sword2 = v:Clone()
  3425. sword2.Parent = char
  3426. sword2.Anchored = false
  3427. weld = Instance.new("Weld", sword2)
  3428. weld.Part0 = sword2
  3429. weld.Part1 = char["Head"]
  3430. sword2.Name = "CLOWNRBTRAIL"
  3431. weld.C0 = CFrame.new(0, 0, -0) * CFrame.Angles(0, 0, 0)
  3432. sword2.Transparency = 1
  3433. end
  3434. end
  3435. for _, v in pairs(game:GetService("ReplicatedStorage").Effects:GetChildren()) do
  3436. if v.Name == "RainbowTrail" then
  3437. local char = game.Players.LocalPlayer.Character
  3438. sword2 = v:Clone()
  3439. sword2.Parent = char
  3440. sword2.Anchored = false
  3441. weld = Instance.new("Weld", sword2)
  3442. weld.Part0 = sword2
  3443. weld.Part1 = char["Right Leg"]
  3444. sword2.Name = "CLOWNRBTRAIL"
  3445. weld.C0 = CFrame.new(0, 0, -0) * CFrame.Angles(0, 0, 0)
  3446. sword2.Transparency = 1
  3447. end
  3448. end
  3449. for _, v in pairs(game:GetService("ReplicatedStorage").Effects:GetChildren()) do
  3450. if v.Name == "RainbowTrail" then
  3451. local char = game.Players.LocalPlayer.Character
  3452. sword2 = v:Clone()
  3453. sword2.Parent = char
  3454. sword2.Anchored = false
  3455. weld = Instance.new("Weld", sword2)
  3456. weld.Part0 = sword2
  3457. weld.Part1 = char["Right Arm"]
  3458. sword2.Name = "CLOWNRBTRAIL"
  3459. weld.C0 = CFrame.new(0, 0, -0) * CFrame.Angles(0, 0, 0)
  3460. sword2.Transparency = 1
  3461. end
  3462. end
  3463. for _, v in pairs(game:GetService("ReplicatedStorage").Effects:GetChildren()) do
  3464. if v.Name == "RainbowTrail" then
  3465. local char = game.Players.LocalPlayer.Character
  3466. sword2 = v:Clone()
  3467. sword2.Parent = char
  3468. sword2.Anchored = false
  3469. weld = Instance.new("Weld", sword2)
  3470. weld.Part0 = sword2
  3471. weld.Part1 = char["Left Leg"]
  3472. sword2.Name = "CLOWNRBTRAIL"
  3473. weld.C0 = CFrame.new(0, 0, -0) * CFrame.Angles(0, 0, 0)
  3474. sword2.Transparency = 1
  3475. end
  3476. end
  3477. for _, v in pairs(game:GetService("ReplicatedStorage").Effects:GetChildren()) do
  3478. if v.Name == "RainbowTrail" then
  3479. local char = game.Players.LocalPlayer.Character
  3480. sword2 = v:Clone()
  3481. sword2.Parent = char
  3482. sword2.Anchored = false
  3483. weld = Instance.new("Weld", sword2)
  3484. weld.Part0 = sword2
  3485. weld.Part1 = char["Left Arm"]
  3486. sword2.Name = "CLOWNRBTRAIL"
  3487. weld.C0 = CFrame.new(0, 0, -0) * CFrame.Angles(0, 0, 0)
  3488. sword2.Transparency = 1
  3489. end
  3490. end
  3491. for _, v in pairs(game:GetService("ReplicatedStorage").Effects:GetChildren()) do
  3492. if v.Name == "RainbowTrail" then
  3493. local char = game.Players.LocalPlayer.Character
  3494. sword2 = v:Clone()
  3495. sword2.Parent = char
  3496. sword2.Anchored = false
  3497. weld = Instance.new("Weld", sword2)
  3498. weld.Part0 = sword2
  3499. weld.Part1 = char["Torso"]
  3500. sword2.Name = "CLOWNRBTRAIL"
  3501. weld.C0 = CFrame.new(0, 0, -0) * CFrame.Angles(0, 0, 0)
  3502. sword2.Transparency = 1
  3503. end
  3504. end
  3505. end
  3506.  
  3507. if state == false then
  3508. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3509. if v.Name == "CLOWNRBTRAIL" then
  3510. v:Destroy()
  3511. end
  3512. end
  3513. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3514. if v.Name == "CLOWNRBTRAIL" then
  3515. v:Destroy()
  3516. end
  3517. end
  3518. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3519. if v.Name == "CLOWNRBTRAIL" then
  3520. v:Destroy()
  3521. end
  3522. end
  3523. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3524. if v.Name == "CLOWNRBTRAIL" then
  3525. v:Destroy()
  3526. end
  3527. end
  3528. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3529. if v.Name == "CLOWNRBTRAIL" then
  3530. v:Destroy()
  3531. end
  3532. end
  3533. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3534. if v.Name == "CLOWNRBTRAIL" then
  3535. v:Destroy()
  3536. end
  3537. end
  3538. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3539. if v.Name == "CLOWNRBTRAIL" then
  3540. v:Destroy()
  3541. end
  3542. end
  3543. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3544. if v.Name == "CLOWNRBTRAIL" then
  3545. v:Destroy()
  3546. end
  3547. end
  3548. end
  3549. end
  3550. )
  3551.  
  3552. uiSecs.stuffs:addToggle(
  3553. "Faceless Ultimate Flame Aura",
  3554. false,
  3555. function(state)
  3556. if state == true then
  3557. for _, v in pairs(game:GetService("ReplicatedStorage").Effects:GetChildren()) do
  3558. if v.Name == "Flame" then
  3559. local char = game.Players.LocalPlayer.Character
  3560. sword2 = v:Clone()
  3561. sword2.Parent = char
  3562. sword2.Anchored = false
  3563. weld = Instance.new("Weld", sword2)
  3564. weld.Part0 = sword2
  3565. weld.Part1 = char["HumanoidRootPart"]
  3566. sword2.Name = "CLOWNFLAMEAURA1"
  3567. weld.C0 = CFrame.new(0, 3, -0) * CFrame.Angles(0, 0, 0)
  3568. sword2.Transparency = 1
  3569. end
  3570. end
  3571. for _, v in pairs(game:GetService("ReplicatedStorage").Effects:GetChildren()) do
  3572. if v.Name == "Flame2" then
  3573. local char = game.Players.LocalPlayer.Character
  3574. sword2 = v:Clone()
  3575. sword2.Parent = char
  3576. sword2.Anchored = false
  3577. weld = Instance.new("Weld", sword2)
  3578. weld.Part0 = sword2
  3579. weld.Part1 = char["HumanoidRootPart"]
  3580. sword2.Name = "CLOWNFLAMEAURA2"
  3581. weld.C0 = CFrame.new(0, 3, -0) * CFrame.Angles(0, 0, 0)
  3582. sword2.Transparency = 1
  3583. end
  3584. end
  3585. end
  3586.  
  3587. if state == false then
  3588. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3589. if v.Name == "CLOWNFLAMEAURA1" then
  3590. v:Destroy()
  3591. end
  3592. end
  3593. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3594. if v.Name == "CLOWNFLAMEAURA2" then
  3595. v:Destroy()
  3596. end
  3597. end
  3598. end
  3599. end
  3600. )
  3601.  
  3602. uiSecs.stuffs:addToggle(
  3603. "Sans's Eyes Trail",
  3604. false,
  3605. function(state)
  3606. if state == true then
  3607. for _, v in pairs(
  3608. game.ReplicatedStorage.Resources.Character.Accessories.Sans.BadTimePlayer.BadTimeEye:GetChildren()
  3609. ) do
  3610. if v.Name == "Part" then
  3611. local char = game.Players.LocalPlayer.Character
  3612. sword2 = v:Clone()
  3613. sword2.Parent = char
  3614. sword2.Anchored = false
  3615. weld = Instance.new("Weld", sword2)
  3616. weld.Part0 = sword2
  3617. weld.Part1 = char["Head"]
  3618. sword2.Name = "CLOWNSANSEYE"
  3619. weld.C0 = CFrame.new(-0.2, -0.03, 0.5) * CFrame.Angles(-0.1, 0, -1.6)
  3620. sword2.Transparency = 0
  3621. end
  3622. end
  3623. end
  3624.  
  3625. if state == false then
  3626. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3627. if v.Name == "CLOWNSANSEYE" then
  3628. v:Destroy()
  3629. end
  3630. end
  3631. end
  3632. end
  3633. )
  3634.  
  3635. uiSecs.stuffs:addToggle(
  3636. "Asriel's Dusts Aura",
  3637. false,
  3638. function(state)
  3639. if state == true then
  3640. local player = game:GetService("Players").LocalPlayer.Character
  3641. local aura = game:GetService("ReplicatedStorage").Resources.Character.Auras.AsrielAura
  3642.  
  3643. aura:Clone()
  3644. aura.Head.BodyAura.Parent = player.Head
  3645. aura.Torso.BodyAura.Parent = player.Torso
  3646. aura.Torso.BodyAura.Parent = player.Torso
  3647. aura:FindFirstChild("Left Arm").BodyAura.Parent = player:FindFirstChild("Left Arm")
  3648. aura:FindFirstChild("Right Arm").BodyAura.Parent = player:FindFirstChild("Right Arm")
  3649. aura:FindFirstChild("Left Leg").BodyAura.Parent = player:FindFirstChild("Left Leg")
  3650. aura:FindFirstChild("Right Leg").BodyAura.Parent = player:FindFirstChild("Right Leg")
  3651. end
  3652.  
  3653. if state == false then
  3654. for _, v in pairs(game.Players.LocalPlayer.Character.Head:GetChildren()) do
  3655. if v.Name == "BodyAura" then
  3656. v:Destroy()
  3657. end
  3658. end
  3659. for _, v in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  3660. if v.Name == "BodyAura" then
  3661. v:Destroy()
  3662. end
  3663. end
  3664. for _, v in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  3665. if v.Name == "BodyAura" then
  3666. v:Destroy()
  3667. end
  3668. end
  3669. for _, v in pairs(game.Players.LocalPlayer.Character["Left Arm"]:GetChildren()) do
  3670. if v.Name == "BodyAura" then
  3671. v:Destroy()
  3672. end
  3673. end
  3674. for _, v in pairs(game.Players.LocalPlayer.Character["Right Arm"]:GetChildren()) do
  3675. if v.Name == "BodyAura" then
  3676. v:Destroy()
  3677. end
  3678. end
  3679. for _, v in pairs(game.Players.LocalPlayer.Character["Left Leg"]:GetChildren()) do
  3680. if v.Name == "BodyAura" then
  3681. v:Destroy()
  3682. end
  3683. end
  3684. for _, v in pairs(game.Players.LocalPlayer.Character["Right Leg"]:GetChildren()) do
  3685. if v.Name == "BodyAura" then
  3686. v:Destroy()
  3687. end
  3688. end
  3689. end
  3690. end
  3691. )
  3692.  
  3693. uiSecs.stuffs:addToggle(
  3694. "Frisk's Power Up Aura Aura",
  3695. false,
  3696. function(state)
  3697. if state == true then
  3698. local player = game:GetService("Players").LocalPlayer.Character
  3699. local aura = game:GetService("ReplicatedStorage").Resources.Character.Auras.PowerUp
  3700.  
  3701. aura:Clone()
  3702. aura.Head.BodyAura.Parent = player.Head
  3703. aura.Torso.BodyAura.Parent = player.Torso
  3704. aura.Torso.BodyAura.Parent = player.Torso
  3705. aura:FindFirstChild("Left Arm").BodyAura.Parent = player:FindFirstChild("Left Arm")
  3706. aura:FindFirstChild("Right Arm").BodyAura.Parent = player:FindFirstChild("Right Arm")
  3707. aura:FindFirstChild("Left Leg").BodyAura.Parent = player:FindFirstChild("Left Leg")
  3708. aura:FindFirstChild("Right Leg").BodyAura.Parent = player:FindFirstChild("Right Leg")
  3709. end
  3710.  
  3711. if state == false then
  3712. for _, v in pairs(game.Players.LocalPlayer.Character.Head:GetChildren()) do
  3713. if v.Name == "BodyAura" then
  3714. v:Destroy()
  3715. end
  3716. end
  3717. for _, v in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  3718. if v.Name == "BodyAura" then
  3719. v:Destroy()
  3720. end
  3721. end
  3722. for _, v in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  3723. if v.Name == "BodyAura" then
  3724. v:Destroy()
  3725. end
  3726. end
  3727. for _, v in pairs(game.Players.LocalPlayer.Character["Left Arm"]:GetChildren()) do
  3728. if v.Name == "BodyAura" then
  3729. v:Destroy()
  3730. end
  3731. end
  3732. for _, v in pairs(game.Players.LocalPlayer.Character["Right Arm"]:GetChildren()) do
  3733. if v.Name == "BodyAura" then
  3734. v:Destroy()
  3735. end
  3736. end
  3737. for _, v in pairs(game.Players.LocalPlayer.Character["Left Leg"]:GetChildren()) do
  3738. if v.Name == "BodyAura" then
  3739. v:Destroy()
  3740. end
  3741. end
  3742. for _, v in pairs(game.Players.LocalPlayer.Character["Right Leg"]:GetChildren()) do
  3743. if v.Name == "BodyAura" then
  3744. v:Destroy()
  3745. end
  3746. end
  3747. end
  3748. end
  3749. )
  3750.  
  3751. uiSecs.stuffs:addButton(
  3752. "Delete the sky",
  3753. function()
  3754. for _, v in pairs(game.Lighting:GetChildren()) do
  3755. if v.Name == "Sky" then
  3756. v:Destroy()
  3757. end
  3758. end
  3759. end
  3760. )
  3761.  
  3762. uiSecs.stuffs:addButton(
  3763. "No Karma",
  3764. function()
  3765. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3766. if v.Name == "Karma" then
  3767. v:Destroy()
  3768. end
  3769. end
  3770. end
  3771. )
  3772.  
  3773. uiSecs.opstuffs:addButton(
  3774. "GTChara 0 Hp Godmode(Phase 1)",
  3775. function()
  3776. game.Players.LocalPlayer.Character["HateMode"]:Destroy()
  3777. Spawn(
  3778. function()
  3779. while wait() do
  3780. game.Players.LocalPlayer.Character.Humanoid.Health = math.huge
  3781. end
  3782. end
  3783. )
  3784. end
  3785. )
  3786.  
  3787. uiSecs.opstuffs:addButton(
  3788. "Betty 0 Hp Godmode(Menu)",
  3789. function()
  3790. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  3791. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Betty"
  3792. wait(2.5)
  3793. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  3794. Spawn(
  3795. function()
  3796. while wait() do
  3797. game.Players.LocalPlayer.Character.Humanoid.Health = math.huge
  3798. end
  3799. end
  3800. )
  3801. end
  3802. )
  3803.  
  3804. uiSecs.opstuffs:addKeybind(
  3805. "Funni Knife Slash Flying(GTChara)",
  3806. nil,
  3807. function()
  3808. _G.cdr = false
  3809. if _G.cdr then
  3810. return
  3811. end
  3812. _G.cdr = true
  3813. pass = getrenv()._G.Pass
  3814. player = game.Players.LocalPlayer
  3815. m = player:GetMouse()
  3816. local LockOn = player.Backpack.Main.LockOnScript.LockOn.Value
  3817. if LockOn then
  3818. target = LockOn
  3819. r2 = target.HumanoidRootPart.CFrame
  3820. elseif not LockOn then
  3821. r2 = m.Hit * CFrame.new(0, 4, 0)
  3822. end
  3823. char = player.Character
  3824. h = char.Humanoid
  3825. a = Instance.new("Animation")
  3826. a.AnimationId = "rbxassetid://4905914802"
  3827. k = h:LoadAnimation(a)
  3828. k:Play()
  3829. k:AdjustSpeed(3)
  3830. amm = 6
  3831. for i = 1, amm, 1 do
  3832. spawn(
  3833. function()
  3834. local A_1 = {
  3835. [1] = pass,
  3836. [2] = "KnifeProjectile",
  3837. [3] = "Spawn",
  3838. [4] = r2.p
  3839. }
  3840. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  3841. Event:InvokeServer(A_1)
  3842. end
  3843. )
  3844. end
  3845. am = 0
  3846. val = Instance.new("NumberValue", player)
  3847. val.Name = "KnifeSlashes Amount"
  3848. detect =
  3849. char.Attacks.ChildAdded:Connect(
  3850. function(pp)
  3851. if pp.Name == "KnifeSlashProjectile" then
  3852. am = am + 1
  3853. val.Value = am
  3854. end
  3855. end
  3856. )
  3857. detect2 =
  3858. val:GetPropertyChangedSignal("Value"):Connect(
  3859. function()
  3860. if val.Value == amm then
  3861. tab = {}
  3862. tab2 = {}
  3863. for _, v in pairs(char.Attacks:GetChildren()) do
  3864. if v.Name == "KnifeSlashProjectile" then
  3865. v:WaitForChild("BodyVelocity"):Destroy()
  3866. v.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(0, 10, -2)
  3867. v1 = Instance.new("BodyPosition", v)
  3868. fol = Instance.new("Folder", v1)
  3869. v1.Name = "Client"
  3870. v1.MaxForce = Vector3.new(1, 1, 1) * 100000
  3871. v1.D = 1000
  3872. v1.P = 30000
  3873. v2 = Instance.new("BodyGyro", v)
  3874. fol = Instance.new("Folder", v2)
  3875. v2.Name = "Client"
  3876. v2.MaxTorque = Vector3.new(1, 1, 1) * 10000
  3877. v2.D = 0
  3878. v2.P = 3000
  3879. v2.CFrame = char.HumanoidRootPart.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  3880. x = math.random(-10, 10) * 2
  3881. z = math.random(-10, 10) * 2
  3882. v1.Position = (char.HumanoidRootPart.CFrame).p + Vector3.new(0, 1, 0)
  3883. table.insert(tab, v1)
  3884. table.insert(tab2, v)
  3885. v1.Position = (char.HumanoidRootPart.CFrame).p + Vector3.new(x, 70, z)
  3886. end
  3887. end
  3888. wait(.5)
  3889. for i = 1, #tab do
  3890. m.TargetFilter = game.workspace.Terrain
  3891. local LockOn = player.Backpack.Main.LockOnScript.LockOn.Value
  3892. if LockOn then
  3893. target = LockOn
  3894. r2 = target.HumanoidRootPart.CFrame
  3895. r1 = target.HumanoidRootPart
  3896. elseif not LockOn then
  3897. r2 = m.Hit
  3898. r1 = m.Target
  3899. end
  3900. x = math.random(-20, 20)
  3901. z = math.random(-20, 20)
  3902. tab[i].D = 150
  3903. tab[i].Position = r2.p + Vector3.new(0, -4, 0)
  3904. tab2[i].CFrame = r2 * CFrame.new(x, 10, z)
  3905. spawn(
  3906. function()
  3907. local A_1 = {
  3908. [1] = pass,
  3909. [2] = "KnifeProjectile",
  3910. [3] = "Hit",
  3911. [4] = tab2[i],
  3912. [5] = r2,
  3913. [6] = r1
  3914. }
  3915. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  3916. Event:InvokeServer(A_1)
  3917. end
  3918. )
  3919. wait(.1)
  3920. end
  3921. end
  3922. end
  3923. )
  3924. wait(0.5)
  3925. detect:Disconnect()
  3926. detect2:Disconnect()
  3927. val:Destroy()
  3928. _G.cdr = false
  3929. end
  3930. )
  3931.  
  3932. uiSecs.opstuffs:addKeybind(
  3933. "Funny betty soul steal",
  3934. nil,
  3935. function()
  3936. spawn(
  3937. function()
  3938. local target = game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3939. if not target:FindFirstChild("Torso") then
  3940. return
  3941. end
  3942. opsoulcd = true
  3943. spawn(
  3944. function()
  3945. local A_1 = {
  3946. [1] = getrenv()._G.Pass,
  3947. [2] = "Spear",
  3948. [3] = "Start"
  3949. }
  3950. local Event = game:GetService("ReplicatedStorage").Remotes.BettyMoves
  3951. Event:InvokeServer(A_1)
  3952. end
  3953. )
  3954. wait(4)
  3955. if not game.Players.LocalPlayer.Character:FindFirstChild("BettySpear") then
  3956. return
  3957. end
  3958. local prpos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3959. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = target.Torso.CFrame
  3960. spawn(
  3961. function()
  3962. wait(0.2)
  3963. for i = 1, 30 do
  3964. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = prpos
  3965. wait()
  3966. end
  3967. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
  3968. end
  3969. )
  3970. wait()
  3971. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3972. if v.Name == "BettySpear" then
  3973. spawn(
  3974. function()
  3975. local A_1 = {
  3976. [1] = getrenv()._G.Pass,
  3977. [2] = "Spear",
  3978. [3] = "Hit",
  3979. [4] = v,
  3980. [5] = target.Torso.CFrame,
  3981. [6] = target.Torso
  3982. }
  3983. local Event = game:GetService("ReplicatedStorage").Remotes.BettyMoves
  3984. Event:InvokeServer(A_1)
  3985. end
  3986. )
  3987. end
  3988. end
  3989. end
  3990. )
  3991. wait(20)
  3992. opsoulcd = false
  3993. end
  3994. )
  3995.  
  3996. uiSecs.stuffs:addToggle(
  3997. "XSans Bone",
  3998. false,
  3999. function(state)
  4000. if state == true then
  4001. for _, v in pairs(game.ReplicatedStorage.Weapons:GetChildren()) do
  4002. if v.Name == "Bone" then
  4003. local char = game.Players.LocalPlayer.Character
  4004. sword2 = v:Clone()
  4005. sword2.Parent = char
  4006. sword2.Bone:Destroy()
  4007. sword2.Anchored = false
  4008. weld = Instance.new("Weld", sword2)
  4009. weld.Part0 = sword2
  4010. weld.Part1 = char["Right Arm"]
  4011. sword2.Name = "ClownXBone"
  4012. sword2.Color = Color3.fromRGB(1, 0, 0)
  4013. weld.C0 = CFrame.new(-0.01, 0.5, 0)
  4014. sword2.Transparency = 0
  4015. end
  4016. end
  4017. end
  4018.  
  4019. if state == false then
  4020. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4021. if v.Name == "ClownXBone" then
  4022. v:Destroy()
  4023. end
  4024. end
  4025. end
  4026. end
  4027. )
  4028.  
  4029. uiSecs.stuffs:addToggle(
  4030. "Undyne Spear",
  4031. false,
  4032. function(state)
  4033. if state == true then
  4034. for _, v in pairs(game.ReplicatedStorage.Weapons:GetChildren()) do
  4035. if v.Name == "Spear" then
  4036. local char = game.Players.LocalPlayer.Character
  4037. sword2 = v:Clone()
  4038. sword2.Parent = char
  4039. sword2.Spear:Destroy()
  4040. sword2.Anchored = false
  4041. weld = Instance.new("Weld", sword2)
  4042. weld.Part0 = sword2
  4043. weld.Part1 = char["Right Arm"]
  4044. sword2.Name = "ClownSpear"
  4045. sword2.Color = Color3.fromRGB(0, 255, 255)
  4046. weld.C0 = CFrame.new(0.95, -1.7, -0) * CFrame.Angles(1.6, 0, -1.6)
  4047. sword2.Transparency = 0
  4048. end
  4049. end
  4050. end
  4051.  
  4052. if state == false then
  4053. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4054. if v.Name == "ClownSpear" then
  4055. v:Destroy()
  4056. end
  4057. end
  4058. end
  4059. end
  4060. )
  4061.  
  4062. uiSecs.stuffs:addToggle(
  4063. "GTFrisk Sword",
  4064. false,
  4065. function(state)
  4066. if state == true then
  4067. for _, v in pairs(game.ReplicatedStorage.Weapons:GetChildren()) do
  4068. if v.Name == "GTFriskSword" then
  4069. local char = game.Players.LocalPlayer.Character
  4070. sword2 = v:Clone()
  4071. sword2.Parent = char
  4072. sword2.GTFriskSword:Destroy()
  4073. sword2.Anchored = false
  4074. weld = Instance.new("Weld", sword2)
  4075. weld.Part0 = sword2
  4076. weld.Part1 = char["Right Arm"]
  4077. sword2.Name = "GTClownSword"
  4078. sword2.Color = Color3.fromRGB(255, 0, 0)
  4079. weld.C0 = CFrame.new(0.95, -1.7, -0) * CFrame.Angles(1.6, 0, -1.6)
  4080. sword2.Transparency = 0
  4081. end
  4082. end
  4083. end
  4084.  
  4085. if state == false then
  4086. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4087. if v.Name == "GTClownSword" then
  4088. v:Destroy()
  4089. end
  4090. end
  4091. end
  4092. end
  4093. )
  4094.  
  4095. uiSecs.stuffs:addToggle(
  4096. "Hate Knife(Updated)",
  4097. false,
  4098. function()
  4099. game.Players.LocalPlayer.Character.RealKnife.Blade.SpecialHell:Destroy()
  4100. local args = {
  4101. [1] = {
  4102. [1] = getrenv()._G.Pass,
  4103. [2] = "KnifeColor",
  4104. [3] = "ChangeColor",
  4105. [4] = Color3.fromRGB(0, 0, 0),
  4106. [5] = 0,
  4107. [6] = "SpecialHell"
  4108. }
  4109. }
  4110.  
  4111. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  4112. local args = {
  4113. [1] = {
  4114. [1] = getrenv()._G.Pass,
  4115. [2] = "KnifeColor",
  4116. [3] = "ChangeColor",
  4117. [4] = Color3.fromRGB(0, 0, 0),
  4118. [5] = 0,
  4119. [6] = "RedMode"
  4120. }
  4121. }
  4122.  
  4123. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  4124. end
  4125. )
  4126.  
  4127. uiSecs.stuffs:addToggle(
  4128. "Chat Spam",
  4129. false,
  4130. function(state)
  4131. if state == true then
  4132. repeat
  4133. wait(3)
  4134. local A_1 =
  4135. "Clown Hub Clown Hub Clown Hub Clown HubClown Hub Clown Hub Clown Hub Clown HubClown Hub Clown Hub Clown Hub Clown HubClown Hub Clown Hub Clown Hub Clown HubClown Hub Clown Hub Clown Hub Clown Hub"
  4136. local A_2 = "All"
  4137. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  4138. Event:FireServer(A_1, A_2)
  4139. until state == false
  4140. end
  4141. end
  4142. )
  4143.  
  4144. uiSecs.main:addButton(
  4145. "Fly Bind is T",
  4146. function()
  4147. loadstring(game:HttpGet("https://pastebin.com/raw/2DsZ55C9", true))()
  4148. end
  4149. )
  4150.  
  4151. uiSecs.main:addButton(
  4152. "True Reset",
  4153. function()
  4154. local A_1 = {
  4155. [1] = getrenv()._G.Pass,
  4156. [2] = "Reset"
  4157. }
  4158. local Event = game:GetService("ReplicatedStorage").Remotes.Functions
  4159. Event:InvokeServer(A_1)
  4160. wait(1)
  4161. local args = {
  4162. [1] = {
  4163. [1] = getrenv()._G.Pass,
  4164. [2] = "Damage",
  4165. [3] = math.huge,
  4166. [4] = game.Players.LocalPlayer.Character
  4167. }
  4168. }
  4169.  
  4170. game:GetService("ReplicatedStorage").Remotes.Events:FireServer(unpack(args))
  4171. end
  4172. )
  4173.  
  4174. uiSecs.custom2:addButton(
  4175. "Unknown",
  4176. function()
  4177. loadstring(
  4178. game:HttpGet(
  4179. "https://raw.githubusercontent.com/fibinb/ss-scripts/main/Unknown%20from%20Void(execute%20on%20asriel)"
  4180. )
  4181. )()
  4182. end
  4183. )
  4184.  
  4185. uiSecs.custom6:addButton(
  4186. "True GTFrisk[Phase 2]",
  4187. function()
  4188. loadstring(
  4189. game:HttpGet(
  4190. "https://gist.githubusercontent.com/Daserch/f8c9ef35f5829cd8ec1b3fb25d2bda0c/raw/0f09c71a55202059c6909ec695789a06312e80f2/GTFrisk"
  4191. )
  4192. )()
  4193. end
  4194. )
  4195.  
  4196. uiSecs.custom:addButton(
  4197. "IDK custom character by Unknown",
  4198. function()
  4199. loadstring(
  4200. game:HttpGet("https://raw.githubusercontent.com/LiterallyATrueClown/ClownThingies/main/best_one.txt", true)
  4201. )()
  4202. end
  4203. )
  4204.  
  4205. uiSecs.custom5:addButton(
  4206. "True Chara",
  4207. function()
  4208. loadstring(
  4209. game:HttpGet("https://raw.githubusercontent.com/LiterallyATrueClown/ClownThingies/main/True%20chara.txt")
  4210. )()
  4211. end
  4212. )
  4213.  
  4214. uiSecs.custom:addButton(
  4215. "Fate Chara",
  4216. function()
  4217. loadstring(
  4218. game:HttpGet("https://raw.githubusercontent.com/LiterallyATrueClown/ClownThingies/main/fate%20chara")
  4219. )()
  4220. end
  4221. )
  4222.  
  4223. uiSecs.custom5:addButton(
  4224. "No more deal Chara",
  4225. function()
  4226. loadstring(
  4227. game:HttpGet(
  4228. "https://raw.githubusercontent.com/LiterallyATrueClown/ClownThingies/main/No_more_deals_chara.lua"
  4229. )
  4230. )()
  4231. end
  4232. )
  4233.  
  4234. uiSecs.custom5:addButton(
  4235. "An op custom character by h01y#9480",
  4236. function()
  4237. loadstring(game:HttpGet("https://raw.githubusercontent.com/LiterallyATrueClown/ClownThingies/main/OPCHARa.txt"))(
  4238.  
  4239. )
  4240. end
  4241. )
  4242.  
  4243. uiSecs.custom3:addButton(
  4244. "Faceless One",
  4245. function()
  4246. loadstring(
  4247. game:HttpGet(
  4248. "https://gist.githubusercontent.com/LiterallyATrueClown/2d343cf6b868390d7506d74bb71c73dc/raw/1b842a9180b25db81f07aff7c6be1621c1663c5d/face",
  4249. true
  4250. )
  4251. )()
  4252. end
  4253. )
  4254.  
  4255. uiSecs.custom4:addButton(
  4256. "True Bad Time Sans",
  4257. function()
  4258. loadstring(
  4259. game:HttpGet(
  4260. "https://raw.githubusercontent.com/LiterallyATrueClown/ClownThingies/main/sans%20true%20bad%20time.txt",
  4261. true
  4262. )
  4263. )()
  4264. end
  4265. )
  4266.  
  4267. uiSecs.custom4:addButton(
  4268. "DustTrust Sans but better one",
  4269. function()
  4270. loadstring(
  4271. game:HttpGet("https://raw.githubusercontent.com/LiterallyATrueClown/ClownThingies/main/DTRR.txt", true)
  4272. )()
  4273. end
  4274. )
  4275.  
  4276. uiSecs.custom3:addButton(
  4277. "Shadow Dio",
  4278. function()
  4279. loadstring(
  4280. game:HttpGet(
  4281. "https://raw.githubusercontent.com/LiterallyATrueClown/ClownThingies/main/Shadow_dio_script.txt",
  4282. true
  4283. )
  4284. )()
  4285. end
  4286. )
  4287.  
  4288. teleList = {
  4289. "Sans Area(Small Box)",
  4290. "Secret house",
  4291. "Sans Area(Large Box)",
  4292. "Arena 1",
  4293. "Arena 2",
  4294. "Unsecret Room",
  4295. "Inside The Tree In The Mountain",
  4296. "Top Of The Tree In The Mountain"
  4297. }
  4298. uiSecs.place1:addDropdown(
  4299. "Teleportable Places",
  4300. teleList,
  4301. function(placestp)
  4302. worldtp = placestp
  4303. end
  4304. )
  4305.  
  4306. uiSecs.place1:addButton(
  4307. "Teleport to that place",
  4308. function()
  4309. if worldtp == "Secret house" then
  4310. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  4311. CFrame.new(
  4312. -385.056732,
  4313. 1117.49927,
  4314. 1236.89026,
  4315. 0.0316926986,
  4316. -0.0196113884,
  4317. 0.999304831,
  4318. 0.0301083066,
  4319. 0.999372423,
  4320. 0.0186579525,
  4321. -0.999043584,
  4322. 0.0294960812,
  4323. 0.0322632939
  4324. )
  4325. end
  4326. if worldtp == "Sans Area(Small Box)" then
  4327. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  4328. CFrame.new(1302.91138, 2847.54688, 3280.51807, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4329. end
  4330. if worldtp == "Sans Area(Large Box)" then
  4331. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  4332. CFrame.new(1302.51624, 2875.9187, 3281.04077, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4333. end
  4334. if worldtp == "Arena 1" then
  4335. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  4336. CFrame.new(11000, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4337. end
  4338. if worldtp == "Arena 2" then
  4339. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  4340. CFrame.new(12000, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4341. end
  4342. if worldtp == "Unsecret Room" then
  4343. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  4344. CFrame.new(
  4345. -209.266479,
  4346. 70.4158173,
  4347. -276.833679,
  4348. 0.759999871,
  4349. 0,
  4350. 0.649923205,
  4351. 0,
  4352. 1,
  4353. 0,
  4354. -0.649923205,
  4355. 0,
  4356. 0.759999871
  4357. )
  4358. end
  4359. if worldtp == "Inside The Tree In The Mountain" then
  4360. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  4361. CFrame.new(-206.342285, 185.708115, -304.879242, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4362. end
  4363. if worldtp == "Top Of The Tree In The Mountain" then
  4364. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  4365. CFrame.new(-206.342285, 185.708115, -304.879242, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4366. end
  4367. end
  4368. )
  4369.  
  4370. uiSecs.custom1:addButton(
  4371. "Max Lv Frisk",
  4372. function()
  4373. local args = {
  4374. [1] = {
  4375. [1] = getrenv()._G.Pass,
  4376. [2] = "Damage",
  4377. [3] = math.huge,
  4378. [4] = game.Players.LocalPlayer.Character
  4379. }
  4380. }
  4381.  
  4382. game:GetService("ReplicatedStorage").Remotes.Events:FireServer(unpack(args))
  4383. end
  4384. )
  4385.  
  4386. uiSecs.custom1:addButton(
  4387. "Max Lv lock on Frisk(Other Player)",
  4388. function()
  4389. local args = {
  4390. [1] = {
  4391. [1] = getrenv()._G.Pass,
  4392. [2] = "Damage",
  4393. [3] = math.huge,
  4394. [4] = game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4395. }
  4396. }
  4397.  
  4398. game:GetService("ReplicatedStorage").Remotes.Events:FireServer(unpack(args))
  4399. end
  4400. )
  4401.  
  4402. uiSecs.custom:addButton(
  4403. "Omori",
  4404. function()
  4405. loadstring(
  4406. game:HttpGet(
  4407. "https://raw.githubusercontent.com/LiterallyATrueClown/ClownThingies/main/Omori_on_frisk.txt",
  4408. true
  4409. )
  4410. )()
  4411. end
  4412. )
  4413.  
  4414. uiSecs.custom:addButton(
  4415. "Aubrey",
  4416. function()
  4417. loadstring(
  4418. game:HttpGet(
  4419. "https://gist.githubusercontent.com/LiterallyATrueClown/79654fa56dcced604ed52c0df46b68f8/raw/5c9c8f979f1ff46dc6958111d52f99a203283049/gistfile1.txt",
  4420. true
  4421. )
  4422. )()
  4423. end
  4424. )
  4425.  
  4426. uiSecs.custom:addButton(
  4427. "X-Gaster",
  4428. function()
  4429. loadstring(
  4430. game:HttpGet(
  4431. "https://gist.githubusercontent.com/LiterallyATrueClown/6be659c274d44693ce8b3a178780c1a8/raw/7790a49d56a17054802582b9a348a62cceec1030/xgaster",
  4432. true
  4433. )
  4434. )()
  4435. end
  4436. )
  4437.  
  4438. uiSecs.custom:addButton(
  4439. "HardMode Sans",
  4440. function()
  4441. loadstring(
  4442. game:HttpGet(
  4443. "https://gist.githubusercontent.com/LiterallyATrueClown/c85fcb9a58660db319916aeeaa0feda6/raw/3e97e7ba2796c69f9ef8797d9b665eff46994a09/gistfile1.txt",
  4444. true
  4445. )
  4446. )()
  4447. end
  4448. )
  4449.  
  4450. uiSecs.custom:addButton(
  4451. "Last Breath Sans Worse Version",
  4452. function()
  4453. loadstring(
  4454. game:HttpGet(
  4455. "https://gist.githubusercontent.com/LiterallyATrueClown/fefcaa4ec16dc0f060170c917d095674/raw/cbf895d1b056159b252906251d9c1cab4ab9e5d9/lbfree",
  4456. true
  4457. )
  4458. )()
  4459. end
  4460. )
  4461.  
  4462. uiSecs.custom:addButton(
  4463. "Last Breath Sans Better Version",
  4464. function()
  4465. loadstring(
  4466. game:HttpGet(
  4467. "https://gist.githubusercontent.com/LiterallyATrueClown/dcf1d2cba3e41aba065d821726e83601/raw/39867393d7659fa48d0ce52ad313684e54bf4e0b/lbpaid",
  4468. true
  4469. )
  4470. )()
  4471. end
  4472. )
  4473.  
  4474. uiSecs.custom:addButton(
  4475. "Chara The Fallen Child",
  4476. function()
  4477. loadstring(
  4478. game:HttpGet(
  4479. "https://gist.githubusercontent.com/LiterallyATrueClown/13f7a6171be730091670f2696f649ab0/raw/65819372dcd4df01e6507dab222347a2fa7fe30b/Ehh",
  4480. true
  4481. )
  4482. )()
  4483. end
  4484. )
  4485.  
  4486. uiSecs.custom:addButton(
  4487. "Toxic 10 Years Old",
  4488. function()
  4489. loadstring(
  4490. game:HttpGet(
  4491. "https://raw.githubusercontent.com/LiterallyATrueClown/ClownThingies/main/Toxic_10_year_old_kid.txt",
  4492. true
  4493. )
  4494. )()
  4495. end
  4496. )
  4497.  
  4498. uiSecs.custom3:addButton(
  4499. "UnderPlayer",
  4500. function()
  4501. loadstring(
  4502. game:HttpGet(
  4503. "https://gist.githubusercontent.com/LiterallyATrueClown/ff43e66349f779dfc47fdf5ecbfb9782/raw/f9c895e05c374a4b0ac3bf748fd428cb66d78c93/underplayer",
  4504. true
  4505. )
  4506. )()
  4507. end
  4508. )
  4509.  
  4510. uiSecs.custom2:addButton(
  4511. "Black Goku",
  4512. function()
  4513. loadstring(
  4514. game:HttpGet(
  4515. "https://gist.githubusercontent.com/LiterallyATrueClown/16c718e1feeeb9ada840ede007e80b5a/raw/e5e159a39add912a621a4b2376330c95d87b0647/black%2520goku",
  4516. true
  4517. )
  4518. )()
  4519. end
  4520. )
  4521.  
  4522. uiSecs.custom:addButton(
  4523. "Carrot God Betty",
  4524. function()
  4525. loadstring(
  4526. game:HttpGet(
  4527. "https://raw.githubusercontent.com/LiterallyATrueClown/ClownThingies/main/carrot_god_betty_2.lua",
  4528. true
  4529. )
  4530. )()
  4531. end
  4532. )
  4533.  
  4534. uiSecs.custom3:addButton(
  4535. "Black Goku Admin Version(May be better)",
  4536. function()
  4537. --Music
  4538.  
  4539. game.Players.LocalPlayer:WaitForChild("StarterPlaylist")
  4540. game.Players.LocalPlayer.StarterPlaylist["1Theme"]:Destroy()
  4541. local Sound = Instance.new("Sound")
  4542. Sound.Parent = game.Players.LocalPlayer.StarterPlaylist
  4543. Sound.Volume = 2
  4544. Sound.Playing = true
  4545. Sound.Looped = true
  4546. Sound.SoundId = "rbxassetid://4925150651"
  4547. Sound.Name = "jajaja"
  4548.  
  4549. --Idle
  4550.  
  4551. local Anim = Instance.new("Animation")
  4552. Anim.AnimationId = "rbxassetid://4900761581"
  4553. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4554. k:Play()
  4555. k:AdjustSpeed(1)
  4556.  
  4557. --Remove stuff
  4558.  
  4559. local Player = game.Players.LocalPlayer
  4560. local Backpack = Player.Backpack
  4561. Player.Character.CrossBone:Remove()
  4562. Player.Character.CrossBone2:Remove()
  4563. wait()
  4564. --Voice
  4565.  
  4566. game.Players.LocalPlayer.Character.Head.Voice.SoundId = "rbxassetid://4459132147"
  4567.  
  4568. --Red Name
  4569.  
  4570. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName.TextColor3 = Color3.fromRGB(250, 0, 0)
  4571.  
  4572. --Custom LMB
  4573. local player = game:GetService("Players").LocalPlayer
  4574. local MoveAnimations = player.Backpack.Main.XSansMoves.Animations
  4575. local ClickAnimations = player.Backpack.Main.XSansMoves.ModuleScript.Animations.NormalCombat
  4576. local pass = getrenv()._G.Pass
  4577. local remote = game.ReplicatedStorage.Remotes["Events"]
  4578.  
  4579. ClickAnimations.Light1.AnimationId = "rbxassetid://5770352035"
  4580. ClickAnimations.Light2.AnimationId = "rbxassetid://5770385566"
  4581. ClickAnimations.Light3.AnimationId = "rbxassetid://5770410811"
  4582. ClickAnimations.Light4.AnimationId = "rbxassetid://5770416576"
  4583. ClickAnimations.Light5.AnimationId = "rbxassetid://5770437587"
  4584. MoveAnimations.Block.AnimationId = "rbxassetid://4290724438"
  4585.  
  4586. --Custom attacks
  4587.  
  4588. --Throw + Blaster
  4589.  
  4590. local mouse = game.Players.LocalPlayer:GetMouse()
  4591. mouse.KeyDown:Connect(
  4592. function(k)
  4593. if k == "x" then
  4594. local A_1 = getrenv()._G.Pass
  4595. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4596. local A_3 = {
  4597. ["HitTime"] = 2.5,
  4598. ["Type"] = "Knockback",
  4599. ["HitEffect"] = "KnifeHitEffect",
  4600. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  4601. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  4602. ["Velocity"] = Vector3.new(0, 90, 0),
  4603. ["CombatInv"] = true,
  4604. ["Damage"] = 40
  4605. }
  4606. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4607. Event:InvokeServer(A_1, A_2, A_3)
  4608. local v1 = {
  4609. [1] = getrenv()._G.Pass,
  4610. [2] = "CrossBlaster"
  4611. }
  4612. local rem = game:GetService("ReplicatedStorage").Remotes.XSansMoves
  4613. rem:InvokeServer(v1)
  4614. end
  4615. end
  4616. )
  4617.  
  4618. --Throw
  4619. local mouse = game.Players.LocalPlayer:GetMouse()
  4620. mouse.KeyDown:Connect(
  4621. function(k)
  4622. if k == "c" then
  4623. local A_1 = getrenv()._G.Pass
  4624. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4625. local A_3 = {
  4626. ["HitTime"] = 2.5,
  4627. ["Type"] = "Normal",
  4628. ["HitEffect"] = "HeavyHitEffect",
  4629. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.GutHurt,
  4630. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Punch,
  4631. ["Velocity"] = Vector3.new(0, 0, 2),
  4632. ["CombatInv"] = true,
  4633. ["Damage"] = 10
  4634. }
  4635. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4636. Event:InvokeServer(A_1, A_2, A_3)
  4637. wait(2)
  4638. local A_1 = getrenv()._G.Pass
  4639. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4640. local A_3 = {
  4641. ["HitTime"] = 2,
  4642. ["Type"] = "Knockback",
  4643. ["HitEffect"] = "LightHitEffect",
  4644. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  4645. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  4646. ["Velocity"] = Vector3.new(0, 0, 20),
  4647. ["CombatInv"] = true,
  4648. ["Damage"] = 20
  4649. }
  4650. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4651. Event:InvokeServer(A_1, A_2, A_3)
  4652. wait(1)
  4653. local mouse = game.Players.LocalPlayer:GetMouse()
  4654. function getlockchar()
  4655. local char = game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4656. return char
  4657. end
  4658. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  4659. getlockchar().HumanoidRootPart.CFrame * CFrame.new(0, 0, 3)
  4660. wait(0.2)
  4661. local A_1 = getrenv()._G.Pass
  4662. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4663. local A_3 = {
  4664. ["HitTime"] = 2,
  4665. ["Type"] = "Normal",
  4666. ["HitEffect"] = "LightHitEffect",
  4667. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  4668. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Spin,
  4669. ["Velocity"] = Vector3.new(0, 0, 2),
  4670. ["CombatInv"] = true,
  4671. ["Damage"] = 5
  4672. }
  4673. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4674. Event:InvokeServer(A_1, A_2, A_3)
  4675. local A_1 = getrenv()._G.Pass
  4676. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4677. local A_3 = {
  4678. ["HitTime"] = 2,
  4679. ["Type"] = "Normal",
  4680. ["HitEffect"] = "LightHitEffect",
  4681. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  4682. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Spin,
  4683. ["Velocity"] = Vector3.new(0, 0, 2),
  4684. ["CombatInv"] = true,
  4685. ["Damage"] = 5
  4686. }
  4687. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4688. Event:InvokeServer(A_1, A_2, A_3)
  4689. local A_1 = getrenv()._G.Pass
  4690. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4691. local A_3 = {
  4692. ["HitTime"] = 2,
  4693. ["Type"] = "Normal",
  4694. ["HitEffect"] = "LightHitEffect",
  4695. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  4696. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Spin,
  4697. ["Velocity"] = Vector3.new(0, 0, 2),
  4698. ["CombatInv"] = true,
  4699. ["Damage"] = 5
  4700. }
  4701. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4702. Event:InvokeServer(A_1, A_2, A_3)
  4703. local A_1 = getrenv()._G.Pass
  4704. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4705. local A_3 = {
  4706. ["HitTime"] = 2,
  4707. ["Type"] = "Normal",
  4708. ["HitEffect"] = "LightHitEffect",
  4709. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  4710. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Spin,
  4711. ["Velocity"] = Vector3.new(0, 0, 2),
  4712. ["CombatInv"] = true,
  4713. ["Damage"] = 5
  4714. }
  4715. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4716. Event:InvokeServer(A_1, A_2, A_3)
  4717. local A_1 = getrenv()._G.Pass
  4718. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4719. local A_3 = {
  4720. ["HitTime"] = 2,
  4721. ["Type"] = "Normal",
  4722. ["HitEffect"] = "LightHitEffect",
  4723. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  4724. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Spin,
  4725. ["Velocity"] = Vector3.new(0, 0, 2),
  4726. ["CombatInv"] = true,
  4727. ["Damage"] = 5
  4728. }
  4729. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4730. Event:InvokeServer(A_1, A_2, A_3)
  4731. local A_1 = getrenv()._G.Pass
  4732. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4733. local A_3 = {
  4734. ["HitTime"] = 2,
  4735. ["Type"] = "Normal",
  4736. ["HitEffect"] = "LightHitEffect",
  4737. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  4738. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Spin,
  4739. ["Velocity"] = Vector3.new(0, 0, 2),
  4740. ["CombatInv"] = true,
  4741. ["Damage"] = 5
  4742. }
  4743. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4744. Event:InvokeServer(A_1, A_2, A_3)
  4745. local A_1 = getrenv()._G.Pass
  4746. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4747. local A_3 = {
  4748. ["HitTime"] = 2,
  4749. ["Type"] = "Normal",
  4750. ["HitEffect"] = "LightHitEffect",
  4751. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  4752. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Spin,
  4753. ["Velocity"] = Vector3.new(0, 0, 2),
  4754. ["CombatInv"] = true,
  4755. ["Damage"] = 5
  4756. }
  4757. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4758. Event:InvokeServer(A_1, A_2, A_3)
  4759. local A_1 = getrenv()._G.Pass
  4760. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4761. local A_3 = {
  4762. ["HitTime"] = 2,
  4763. ["Type"] = "Normal",
  4764. ["HitEffect"] = "LightHitEffect",
  4765. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  4766. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Spin,
  4767. ["Velocity"] = Vector3.new(0, 0, 2),
  4768. ["CombatInv"] = true,
  4769. ["Damage"] = 5
  4770. }
  4771. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4772. Event:InvokeServer(A_1, A_2, A_3)
  4773. local A_1 = getrenv()._G.Pass
  4774. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4775. local A_3 = {
  4776. ["HitTime"] = 2,
  4777. ["Type"] = "Normal",
  4778. ["HitEffect"] = "LightHitEffect",
  4779. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  4780. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Spin,
  4781. ["Velocity"] = Vector3.new(0, 0, 2),
  4782. ["CombatInv"] = true,
  4783. ["Damage"] = 5
  4784. }
  4785. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4786. Event:InvokeServer(A_1, A_2, A_3)
  4787. local A_1 = getrenv()._G.Pass
  4788. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4789. local A_3 = {
  4790. ["HitTime"] = 2,
  4791. ["Type"] = "Normal",
  4792. ["HitEffect"] = "LightHitEffect",
  4793. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  4794. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Spin,
  4795. ["Velocity"] = Vector3.new(0, 0, 2),
  4796. ["CombatInv"] = true,
  4797. ["Damage"] = 5
  4798. }
  4799. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4800. Event:InvokeServer(A_1, A_2, A_3)
  4801. local A_1 = getrenv()._G.Pass
  4802. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4803. local A_3 = {
  4804. ["HitTime"] = 0.5,
  4805. ["Type"] = "Normal",
  4806. ["HitEffect"] = "LightHitEffect",
  4807. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  4808. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Spin,
  4809. ["Velocity"] = Vector3.new(0, 0, 70),
  4810. ["CombatInv"] = true,
  4811. ["Damage"] = 5
  4812. }
  4813. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4814. Event:InvokeServer(A_1, A_2, A_3)
  4815. end
  4816. end
  4817. )
  4818. wait()
  4819. local player = game.Players.LocalPlayer
  4820. repeat
  4821. wait()
  4822. until player.Character.Humanoid
  4823. local humanoid = player.Character.Humanoid
  4824. local mouse = player:GetMouse()
  4825.  
  4826. local anim = Instance.new("Animation")
  4827. anim.AnimationId = "rbxassetid://4910106480"
  4828.  
  4829. mouse.KeyDown:connect(
  4830. function(key)
  4831. if key == "c" then
  4832. local playAnim = humanoid:LoadAnimation(anim)
  4833. playAnim:Play()
  4834. wait(2)
  4835. playAnim:Stop()
  4836. end
  4837. end
  4838. )
  4839. wait()
  4840.  
  4841. --Throw up
  4842.  
  4843. local m = game.Players.LocalPlayer:GetMouse()
  4844. db = true
  4845. m.keyDown:connect(
  4846. function(k)
  4847. k = k:lower()
  4848. if k == "v" then
  4849. if db == true then
  4850. wait(0.5)
  4851. local A_1 = getrenv()._G.Pass
  4852. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4853. local A_3 = {
  4854. ["HitTime"] = 2.5,
  4855. ["Type"] = "Normal",
  4856. ["HitEffect"] = "HeavyHitEffect",
  4857. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.GutHurt,
  4858. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  4859. ["Damage"] = 10
  4860. }
  4861. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4862. Event:InvokeServer(A_1, A_2, A_3)
  4863. wait(1)
  4864. local A_1 = getrenv()._G.Pass
  4865. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4866. local A_3 = {
  4867. ["HitTime"] = 1,
  4868. ["Type"] = "Knockback",
  4869. ["HitEffect"] = "HeavyHitEffect",
  4870. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  4871. ["Velocity"] = Vector3.new(0, 50, 50),
  4872. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  4873. ["Damage"] = 40
  4874. }
  4875. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4876. Event:InvokeServer(A_1, A_2, A_3)
  4877. db = false
  4878. wait(0.6)
  4879. db = true
  4880. end
  4881. end
  4882. end
  4883. )
  4884. wait()
  4885. local player = game.Players.LocalPlayer
  4886. repeat
  4887. wait()
  4888. until player.Character.Humanoid
  4889. local humanoid = player.Character.Humanoid
  4890. local mouse = player:GetMouse()
  4891.  
  4892. local anim = Instance.new("Animation")
  4893. anim.AnimationId = "rbxassetid://4911279815"
  4894.  
  4895. mouse.KeyDown:connect(
  4896. function(key)
  4897. if key == "v" then
  4898. local playAnim = humanoid:LoadAnimation(anim)
  4899. playAnim:Play()
  4900. wait(2)
  4901. playAnim:Stop()
  4902. end
  4903. end
  4904. )
  4905.  
  4906. --Barrage
  4907.  
  4908. --Throw up + Down then barrage
  4909.  
  4910. local mouse = game.Players.LocalPlayer:GetMouse()
  4911. mouse.KeyDown:Connect(
  4912. function(k)
  4913. if k == "b" then
  4914. local Anim = Instance.new("Animation")
  4915. Anim.AnimationId = "rbxassetid://4910106480"
  4916. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4917. k:Play()
  4918. k:AdjustSpeed(1)
  4919. local A_1 = getrenv()._G.Pass
  4920. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4921. local A_3 = {
  4922. ["HitTime"] = 2.5,
  4923. ["Type"] = "Knockback",
  4924. ["HitEffect"] = "LightHitEffect",
  4925. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback3,
  4926. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Punch,
  4927. ["Velocity"] = Vector3.new(0, 35, 0),
  4928. ["CombatInv"] = true,
  4929. ["Damage"] = 20
  4930. }
  4931. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4932. Event:InvokeServer(A_1, A_2, A_3)
  4933. local Anim = Instance.new("Animation")
  4934. Anim.AnimationId = "rbxassetid://4521638309"
  4935. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4936. k:Play()
  4937. k:AdjustSpeed(1)
  4938. wait(0.5)
  4939. local mouse = game.Players.LocalPlayer:GetMouse()
  4940. function getlockchar()
  4941. local char = game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4942. return char
  4943. end
  4944. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  4945. getlockchar().HumanoidRootPart.CFrame * CFrame.new(0, 0, 3)
  4946. local A_1 = getrenv()._G.Pass
  4947. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4948. local A_3 = {
  4949. ["HitTime"] = 1,
  4950. ["Type"] = "Knockback",
  4951. ["HitEffect"] = "LightHitEffect",
  4952. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback3,
  4953. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  4954. ["Velocity"] = Vector3.new(0, -50, 0),
  4955. ["CombatInv"] = true,
  4956. ["Damage"] = 20
  4957. }
  4958. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4959. Event:InvokeServer(A_1, A_2, A_3)
  4960. wait(0.1)
  4961. local A_1 = getrenv()._G.Pass
  4962. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4963. local A_3 = {
  4964. ["HitTime"] = 1,
  4965. ["Type"] = "Knockback",
  4966. ["HitEffect"] = "LightHitEffect",
  4967. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback3,
  4968. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  4969. ["Velocity"] = Vector3.new(0, -50, 0),
  4970. ["CombatInv"] = true,
  4971. ["Damage"] = 20
  4972. }
  4973. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4974. Event:InvokeServer(A_1, A_2, A_3)
  4975. local mouse = game.Players.LocalPlayer:GetMouse()
  4976. function getlockchar()
  4977. local char = game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4978. return char
  4979. end
  4980. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  4981. getlockchar().HumanoidRootPart.CFrame * CFrame.new(0, 0, 3)
  4982. wait(0.1)
  4983. local A_1 = getrenv()._G.Pass
  4984. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4985. local A_3 = {
  4986. ["HitTime"] = 1,
  4987. ["Type"] = "Knockback",
  4988. ["HitEffect"] = "LightHitEffect",
  4989. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback3,
  4990. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  4991. ["Velocity"] = Vector3.new(0, -50, 0),
  4992. ["CombatInv"] = true,
  4993. ["Damage"] = 20
  4994. }
  4995. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4996. Event:InvokeServer(A_1, A_2, A_3)
  4997. local mouse = game.Players.LocalPlayer:GetMouse()
  4998. function getlockchar()
  4999. local char = game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5000. return char
  5001. end
  5002. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  5003. getlockchar().HumanoidRootPart.CFrame * CFrame.new(0, 0, 3)
  5004. local A_1 = getrenv()._G.Pass
  5005. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5006. local A_3 = {
  5007. ["HitTime"] = 1,
  5008. ["Type"] = "Knockback",
  5009. ["HitEffect"] = "LightHitEffect",
  5010. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback3,
  5011. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  5012. ["Velocity"] = Vector3.new(0, -50, 0),
  5013. ["CombatInv"] = true,
  5014. ["Damage"] = 20
  5015. }
  5016. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5017. Event:InvokeServer(A_1, A_2, A_3)
  5018. local A_1 = getrenv()._G.Pass
  5019. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5020. local A_3 = {
  5021. ["HitTime"] = 1,
  5022. ["Type"] = "Knockback",
  5023. ["HitEffect"] = "LightHitEffect",
  5024. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback3,
  5025. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  5026. ["Velocity"] = Vector3.new(0, -50, 0),
  5027. ["CombatInv"] = true,
  5028. ["Damage"] = 20
  5029. }
  5030. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5031. Event:InvokeServer(A_1, A_2, A_3)
  5032. end
  5033. end
  5034. )
  5035.  
  5036. --Barrage thingy
  5037.  
  5038. local mouse = game.Players.LocalPlayer:GetMouse()
  5039. mouse.KeyDown:Connect(
  5040. function(k)
  5041. if k == "b" then
  5042. wait(2)
  5043. local Anim = Instance.new("Animation")
  5044. Anim.AnimationId = "rbxassetid://4920871999"
  5045. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5046. k:Play()
  5047. k:AdjustSpeed(1)
  5048. local A_1 = getrenv()._G.Pass
  5049. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5050. local A_3 = {
  5051. ["HitTime"] = 1,
  5052. ["Type"] = "Normal",
  5053. ["HitEffect"] = "LightHitEffect",
  5054. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5055. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Punch,
  5056. ["Velocity"] = Vector3.new(0, -0.1, 0),
  5057. ["CombatInv"] = true,
  5058. ["Damage"] = 3
  5059. }
  5060. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5061. Event:InvokeServer(A_1, A_2, A_3)
  5062. local A_1 = getrenv()._G.Pass
  5063. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5064. local A_3 = {
  5065. ["HitTime"] = 1,
  5066. ["Type"] = "Normal",
  5067. ["HitEffect"] = "LightHitEffect",
  5068. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5069. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Punch,
  5070. ["Velocity"] = Vector3.new(0, -0.1, 0),
  5071. ["CombatInv"] = true,
  5072. ["Damage"] = 3
  5073. }
  5074. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5075. Event:InvokeServer(A_1, A_2, A_3)
  5076. local A_1 = getrenv()._G.Pass
  5077. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5078. local A_3 = {
  5079. ["HitTime"] = 1,
  5080. ["Type"] = "Normal",
  5081. ["HitEffect"] = "LightHitEffect",
  5082. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5083. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Punch,
  5084. ["Velocity"] = Vector3.new(0, -0.1, 0),
  5085. ["CombatInv"] = true,
  5086. ["Damage"] = 3
  5087. }
  5088. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5089. Event:InvokeServer(A_1, A_2, A_3)
  5090. local A_1 = getrenv()._G.Pass
  5091. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5092. local A_3 = {
  5093. ["HitTime"] = 1,
  5094. ["Type"] = "Normal",
  5095. ["HitEffect"] = "LightHitEffect",
  5096. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5097. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Punch,
  5098. ["Velocity"] = Vector3.new(0, -0.1, 0),
  5099. ["CombatInv"] = true,
  5100. ["Damage"] = 3
  5101. }
  5102. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5103. Event:InvokeServer(A_1, A_2, A_3)
  5104. local A_1 = getrenv()._G.Pass
  5105. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5106. local A_3 = {
  5107. ["HitTime"] = 1,
  5108. ["Type"] = "Normal",
  5109. ["HitEffect"] = "LightHitEffect",
  5110. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5111. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Punch,
  5112. ["Velocity"] = Vector3.new(0, -0.1, 0),
  5113. ["CombatInv"] = true,
  5114. ["Damage"] = 3
  5115. }
  5116. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5117. Event:InvokeServer(A_1, A_2, A_3)
  5118. local A_1 = getrenv()._G.Pass
  5119. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5120. local A_3 = {
  5121. ["HitTime"] = 1,
  5122. ["Type"] = "Normal",
  5123. ["HitEffect"] = "LightHitEffect",
  5124. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5125. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Punch,
  5126. ["Velocity"] = Vector3.new(0, -0.1, 0),
  5127. ["CombatInv"] = true,
  5128. ["Damage"] = 3
  5129. }
  5130. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5131. Event:InvokeServer(A_1, A_2, A_3)
  5132. local A_1 = getrenv()._G.Pass
  5133. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5134. local A_3 = {
  5135. ["HitTime"] = 1,
  5136. ["Type"] = "Normal",
  5137. ["HitEffect"] = "LightHitEffect",
  5138. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5139. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Punch,
  5140. ["Velocity"] = Vector3.new(0, -0.1, 0),
  5141. ["CombatInv"] = true,
  5142. ["Damage"] = 3
  5143. }
  5144. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5145. Event:InvokeServer(A_1, A_2, A_3)
  5146. local A_1 = getrenv()._G.Pass
  5147. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5148. local A_3 = {
  5149. ["HitTime"] = 1,
  5150. ["Type"] = "Normal",
  5151. ["HitEffect"] = "LightHitEffect",
  5152. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5153. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Punch,
  5154. ["Velocity"] = Vector3.new(0, -0.1, 0),
  5155. ["CombatInv"] = true,
  5156. ["Damage"] = 3
  5157. }
  5158. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5159. Event:InvokeServer(A_1, A_2, A_3)
  5160. local A_1 = getrenv()._G.Pass
  5161. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5162. local A_3 = {
  5163. ["HitTime"] = 1,
  5164. ["Type"] = "Normal",
  5165. ["HitEffect"] = "LightHitEffect",
  5166. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5167. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Punch,
  5168. ["Velocity"] = Vector3.new(0, -0.1, 0),
  5169. ["CombatInv"] = true,
  5170. ["Damage"] = 3
  5171. }
  5172. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5173. Event:InvokeServer(A_1, A_2, A_3)
  5174. local A_1 = getrenv()._G.Pass
  5175. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5176. local A_3 = {
  5177. ["HitTime"] = 1,
  5178. ["Type"] = "Normal",
  5179. ["HitEffect"] = "LightHitEffect",
  5180. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5181. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Punch,
  5182. ["Velocity"] = Vector3.new(0, -0.1, 0),
  5183. ["CombatInv"] = true,
  5184. ["Damage"] = 3
  5185. }
  5186. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5187. Event:InvokeServer(A_1, A_2, A_3)
  5188. local A_1 = getrenv()._G.Pass
  5189. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5190. local A_3 = {
  5191. ["HitTime"] = 1,
  5192. ["Type"] = "Normal",
  5193. ["HitEffect"] = "LightHitEffect",
  5194. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5195. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Punch,
  5196. ["Velocity"] = Vector3.new(0, -0.1, 0),
  5197. ["CombatInv"] = true,
  5198. ["Damage"] = 3
  5199. }
  5200. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5201. Event:InvokeServer(A_1, A_2, A_3)
  5202. local A_1 = getrenv()._G.Pass
  5203. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5204. local A_3 = {
  5205. ["HitTime"] = 1,
  5206. ["Type"] = "Normal",
  5207. ["HitEffect"] = "LightHitEffect",
  5208. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5209. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Punch,
  5210. ["Velocity"] = Vector3.new(0, -0.1, 0),
  5211. ["CombatInv"] = true,
  5212. ["Damage"] = 3
  5213. }
  5214. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5215. Event:InvokeServer(A_1, A_2, A_3)
  5216. local A_1 = getrenv()._G.Pass
  5217. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5218. local A_3 = {
  5219. ["HitTime"] = 1,
  5220. ["Type"] = "Normal",
  5221. ["HitEffect"] = "LightHitEffect",
  5222. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5223. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Punch,
  5224. ["Velocity"] = Vector3.new(0, -0.1, 0),
  5225. ["CombatInv"] = true,
  5226. ["Damage"] = 3
  5227. }
  5228. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5229. Event:InvokeServer(A_1, A_2, A_3)
  5230. local A_1 = getrenv()._G.Pass
  5231. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5232. local A_3 = {
  5233. ["HitTime"] = 1,
  5234. ["Type"] = "Normal",
  5235. ["HitEffect"] = "LightHitEffect",
  5236. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5237. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Punch,
  5238. ["Velocity"] = Vector3.new(0, -0.1, 0),
  5239. ["CombatInv"] = true,
  5240. ["Damage"] = 3
  5241. }
  5242. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5243. Event:InvokeServer(A_1, A_2, A_3)
  5244. local A_1 = getrenv()._G.Pass
  5245. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5246. local A_3 = {
  5247. ["HitTime"] = 1,
  5248. ["Type"] = "Normal",
  5249. ["HitEffect"] = "LightHitEffect",
  5250. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5251. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Punch,
  5252. ["Velocity"] = Vector3.new(0, -0.1, 0),
  5253. ["CombatInv"] = true,
  5254. ["Damage"] = 3
  5255. }
  5256. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5257. Event:InvokeServer(A_1, A_2, A_3)
  5258. wait(0.6)
  5259. local A_1 = getrenv()._G.Pass
  5260. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5261. local A_3 = {
  5262. ["HitTime"] = 1,
  5263. ["Type"] = "Normal",
  5264. ["HitEffect"] = "HeavyHitEffect",
  5265. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5266. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.AreaAttackBurst,
  5267. ["Velocity"] = Vector3.new(0, -0.1, 0),
  5268. ["CombatInv"] = true,
  5269. ["Damage"] = 10
  5270. }
  5271. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5272. Event:InvokeServer(A_1, A_2, A_3)
  5273. end
  5274. end
  5275. )
  5276.  
  5277. --Second Phase
  5278.  
  5279. local mouse = game.Players.LocalPlayer:GetMouse()
  5280. mouse.KeyDown:Connect(
  5281. function(k)
  5282. if k == "p" then
  5283. game.Players.LocalPlayer:WaitForChild("StarterPlaylist")
  5284. game.Players.LocalPlayer.StarterPlaylist["jajaja"]:Destroy()
  5285. local Sound = Instance.new("Sound")
  5286. Sound.Parent = game.Players.LocalPlayer.StarterPlaylist
  5287. Sound.Volume = 2
  5288. Sound.Playing = true
  5289. Sound.Looped = true
  5290. Sound.SoundId = "rbxassetid://3337357801"
  5291. Sound.Name = "Second Phase Black Goku"
  5292. local A_1 = {
  5293. [1] = getrenv()._G.Pass,
  5294. [2] = "Blocking",
  5295. [3] = true
  5296. }
  5297. local Event = game:GetService("ReplicatedStorage").Remotes.Functions
  5298. Event:InvokeServer(A_1)
  5299. local A_1 = {
  5300. [1] = getrenv()._G.Pass,
  5301. [2] = "Chatted",
  5302. [3] = "NO!",
  5303. [4] = Color3.new(1, 0, 0)
  5304. }
  5305. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  5306. Event:FireServer(A_1)
  5307. wait(1)
  5308. local A_1 = {
  5309. [1] = getrenv()._G.Pass,
  5310. [2] = "Chatted",
  5311. [3] = "I CAN'T LOSE!",
  5312. [4] = Color3.new(1, 0, 0)
  5313. }
  5314. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  5315. Event:FireServer(A_1)
  5316. wait(1.7)
  5317. local A_1 = {
  5318. [1] = getrenv()._G.Pass,
  5319. [2] = "Chatted",
  5320. [3] = "I CAN'T LET YOU WIN!",
  5321. [4] = Color3.new(1, 0, 0)
  5322. }
  5323. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  5324. Event:FireServer(A_1)
  5325. wait(3)
  5326. local A_1 = {
  5327. [1] = getrenv()._G.Pass,
  5328. [2] = "Chatted",
  5329. [3] = "Heh. heh, heh.",
  5330. [4] = Color3.new(1, 0, 0)
  5331. }
  5332. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  5333. Event:FireServer(A_1)
  5334. wait(3.2)
  5335. local A_1 = {
  5336. [1] = getrenv()._G.Pass,
  5337. [2] = "Chatted",
  5338. [3] = "I guess i can stop holding back..",
  5339. [4] = Color3.new(1, 0, 0)
  5340. }
  5341. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  5342. Event:FireServer(A_1)
  5343. wait(2.5)
  5344. local A_1 = {
  5345. [1] = getrenv()._G.Pass,
  5346. [2] = "Chatted",
  5347. [3] = "I can already feel my powers returning.",
  5348. [4] = Color3.new(1, 0, 0)
  5349. }
  5350. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  5351. Event:FireServer(A_1)
  5352. wait(2.5)
  5353. local A_1 = {
  5354. [1] = getrenv()._G.Pass,
  5355. [2] = "Chatted",
  5356. [3] = "I WILL ELIMINATE YOU!",
  5357. [4] = Color3.new(1, 0, 0)
  5358. }
  5359. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  5360. Event:FireServer(A_1)
  5361. end
  5362. end
  5363. )
  5364.  
  5365. --Buff attacks
  5366. --Throw down for barrage
  5367. local mouse = game.Players.LocalPlayer:GetMouse()
  5368. mouse.KeyDown:Connect(
  5369. function(k)
  5370. if k == "p" then
  5371. local mouse = game.Players.LocalPlayer:GetMouse()
  5372. mouse.KeyDown:Connect(
  5373. function(k)
  5374. if k == "b" then
  5375. wait(0.7)
  5376. local A_1 = getrenv()._G.Pass
  5377. local A_2 =
  5378. game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5379. local A_3 = {
  5380. ["HitTime"] = 1,
  5381. ["Type"] = "Knockback",
  5382. ["HitEffect"] = "HeavyHitEffect",
  5383. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5384. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  5385. ["Velocity"] = Vector3.new(0, -0.1, 0),
  5386. ["CombatInv"] = true,
  5387. ["Damage"] = 40
  5388. }
  5389. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5390. Event:InvokeServer(A_1, A_2, A_3)
  5391. end
  5392. end
  5393. )
  5394. end
  5395. end
  5396. )
  5397.  
  5398. --Throw up
  5399.  
  5400. local mouse = game.Players.LocalPlayer:GetMouse()
  5401. mouse.KeyDown:Connect(
  5402. function(k)
  5403. if k == "p" then
  5404. local mouse = game.Players.LocalPlayer:GetMouse()
  5405. mouse.KeyDown:Connect(
  5406. function(k)
  5407. if k == "v" then
  5408. wait(0.5)
  5409. local A_1 = getrenv()._G.Pass
  5410. local A_2 =
  5411. game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5412. local A_3 = {
  5413. ["HitTime"] = 1,
  5414. ["Type"] = "Normal",
  5415. ["HitEffect"] = "HeavyHitEffect",
  5416. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5417. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  5418. ["Velocity"] = Vector3.new(0, -0.1, 0),
  5419. ["CombatInv"] = true,
  5420. ["Damage"] = 10
  5421. }
  5422. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5423. Event:InvokeServer(A_1, A_2, A_3)
  5424. wait(1.1)
  5425. local A_1 = getrenv()._G.Pass
  5426. local A_2 =
  5427. game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5428. local A_3 = {
  5429. ["HitTime"] = 1,
  5430. ["Type"] = "Knockback",
  5431. ["HitEffect"] = "HeavyHitEffect",
  5432. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  5433. ["Velocity"] = Vector3.new(0, 50, 50),
  5434. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  5435. ["Damage"] = 40
  5436. }
  5437. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5438. Event:InvokeServer(A_1, A_2, A_3)
  5439. end
  5440. end
  5441. )
  5442. end
  5443. end
  5444. )
  5445.  
  5446. --Throw
  5447.  
  5448. local mouse = game.Players.LocalPlayer:GetMouse()
  5449. mouse.KeyDown:Connect(
  5450. function(k)
  5451. if k == "p" then
  5452. local mouse = game.Players.LocalPlayer:GetMouse()
  5453. mouse.KeyDown:Connect(
  5454. function(k)
  5455. if k == "v" then
  5456. wait(2.1)
  5457. local A_1 = getrenv()._G.Pass
  5458. local A_2 =
  5459. game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5460. local A_3 = {
  5461. ["HitTime"] = 2,
  5462. ["Type"] = "Knockback",
  5463. ["HitEffect"] = "HeavyHitEffect",
  5464. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5465. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  5466. ["Velocity"] = Vector3.new(0, 0, 20),
  5467. ["CombatInv"] = true,
  5468. ["Damage"] = 40
  5469. }
  5470. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5471. Event:InvokeServer(A_1, A_2, A_3)
  5472. end
  5473. end
  5474. )
  5475. end
  5476. end
  5477. )
  5478.  
  5479. --Throw + blaster
  5480.  
  5481. local mouse = game.Players.LocalPlayer:GetMouse()
  5482. mouse.KeyDown:Connect(
  5483. function(k)
  5484. if k == "p" then
  5485. local mouse = game.Players.LocalPlayer:GetMouse()
  5486. mouse.KeyDown:Connect(
  5487. function(k)
  5488. if k == "v" then
  5489. wait(0.1)
  5490. local A_1 = getrenv()._G.Pass
  5491. local A_2 =
  5492. game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  5493. local A_3 = {
  5494. ["HitTime"] = 2,
  5495. ["Type"] = "Knockback",
  5496. ["HitEffect"] = "HeavyHitEffect",
  5497. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.SlideOnGround,
  5498. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  5499. ["Velocity"] = Vector3.new(0, 0, 20),
  5500. ["CombatInv"] = true,
  5501. ["Damage"] = 40
  5502. }
  5503. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  5504. Event:InvokeServer(A_1, A_2, A_3)
  5505. end
  5506. end
  5507. )
  5508. end
  5509. end
  5510. )
  5511.  
  5512. --Idle
  5513.  
  5514. local mouse = game.Players.LocalPlayer:GetMouse()
  5515. mouse.KeyDown:Connect(
  5516. function(k)
  5517. if k == "p" then
  5518. local Anim = Instance.new("Animation")
  5519. Anim.AnimationId = "rbxassetid://3054144812"
  5520. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5521. k:Play()
  5522. k:AdjustSpeed(1)
  5523. wait(13.9)
  5524. k:Stop()
  5525. local Anim = Instance.new("Animation")
  5526. Anim.AnimationId = "rbxassetid://4929570007"
  5527. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5528. k:Play()
  5529. k:AdjustSpeed(1)
  5530. end
  5531. end
  5532. )
  5533. end
  5534. )
  5535.  
  5536. uiSecs.custom3:addButton(
  5537. "TUSK_ACT_4",
  5538. function()
  5539. loadstring(
  5540. game:HttpGet("https://raw.githubusercontent.com/LiterallyATrueClown/ClownThingies/main/firmare.txt", true)
  5541. )()
  5542. end
  5543. )
  5544.  
  5545. uiSecs.custom3:addButton(
  5546. "Firmare",
  5547. function()
  5548. loadstring(
  5549. game:HttpGet("https://raw.githubusercontent.com/LiterallyATrueClown/ClownThingies/main/firmare.txt", true)
  5550. )()
  5551. end
  5552. )
  5553.  
  5554. uiSecs.Credit:addButton("Creator: Best Clown Ever#8417")
  5555. uiSecs.Credit:addButton("Helper: Reaper-_-#1829, tobe#2046")
  5556. uiSecs.Credit:addButton("DM Best Clown Ever#8417 if bugs or errors")
  5557.  
  5558. venyx:SelectPage(venyx.pages[1], true)
  5559. local theme = venyx:addPage("Ui Change", 5012544693)
  5560. local colors = theme:addSection("Color", 5012544693)
  5561.  
  5562. for theme, color in pairs(themes) do
  5563. colors:addColorPicker(
  5564. theme,
  5565. color,
  5566. function(color3)
  5567. venyx:setTheme(theme, color3)
  5568. end
  5569. )
  5570. end
  5571.  
  5572. local section1 = theme:addSection("UI")
  5573.  
  5574. section1:addKeybind(
  5575. "Toggle Keybind",
  5576. Enum.KeyCode.RightControl,
  5577. function()
  5578. venyx:toggle()
  5579. end
  5580. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement