Advertisement
gaming_master1357

SOULSHATTERS

Apr 1st, 2022
1,127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 186.70 KB | None | 0 0
  1.  
  2. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Enabled = false
  3. -- Gui to Lua
  4. -- Version: 3.2
  5.  
  6. -- Instances:
  7.  
  8. local Altered = Instance.new("ScreenGui")
  9. local MainM = Instance.new("ImageLabel")
  10. local CSelection = Instance.new("TextButton")
  11. local CUSSSelection = Instance.new("TextButton")
  12. local Quit = Instance.new("TextButton")
  13. local CustomSelection = Instance.new("ImageLabel")
  14. local GTCR = Instance.new("TextButton")
  15. local DTP1 = Instance.new("TextButton")
  16. local DTP2 = Instance.new("TextButton")
  17. local TitleCUS = Instance.new("TextButton")
  18. local CharacterSelection = Instance.new("ImageLabel")
  19. local GlitchtaleChara = Instance.new("TextButton")
  20. local Asriel = Instance.new("TextButton")
  21. local DeltaSans = Instance.new("TextButton")
  22. local TitleCS = Instance.new("TextButton")
  23. local UTFrisk = Instance.new("TextButton")
  24. local GTFrisk = Instance.new("TextButton")
  25. local UTSans = Instance.new("TextButton")
  26. local XTale = Instance.new("TextButton")
  27. local GTUndyne = Instance.new("TextButton")
  28. local SSChara = Instance.new("TextButton")
  29. local GTAsgore = Instance.new("TextButton")
  30. local Betty = Instance.new("TextButton")
  31. local Warning1 = Instance.new("ImageLabel")
  32. local TextButton = Instance.new("TextButton")
  33. local TextButton_2 = Instance.new("TextButton")
  34. local TextButton_3 = Instance.new("TextButton")
  35. local Title = Instance.new("ImageLabel")
  36. local TextButton_4 = Instance.new("TextButton")
  37.  
  38. --Properties:
  39.  
  40. Altered.Name = "Altered"
  41. Altered.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  42.  
  43. MainM.Name = "MainM"
  44. MainM.Parent = Altered
  45. MainM.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  46. MainM.BackgroundTransparency = 1.000
  47. MainM.BorderSizePixel = 0
  48. MainM.Position = UDim2.new(0.832099438, 0, 0.0975543112, 0)
  49. MainM.Size = UDim2.new(0, 276, 0, 879)
  50. MainM.Image = "rbxassetid://3570695787"
  51. MainM.ImageColor3 = Color3.fromRGB(0, 0, 0)
  52. MainM.ScaleType = Enum.ScaleType.Slice
  53. MainM.SliceCenter = Rect.new(100, 100, 100, 100)
  54. MainM.SliceScale = 0.120
  55.  
  56. CSelection.Name = "CSelection"
  57. CSelection.Parent = MainM
  58. CSelection.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  59. CSelection.BackgroundTransparency = 1.000
  60. CSelection.BorderSizePixel = 0
  61. CSelection.Position = UDim2.new(0.0471014529, 0, 0.257110327, 0)
  62. CSelection.Size = UDim2.new(0, 250, 0, 20)
  63. CSelection.Font = Enum.Font.Arcade
  64. CSelection.Text = "Character Selection"
  65. CSelection.TextColor3 = Color3.fromRGB(255, 255, 255)
  66. CSelection.TextSize = 23.000
  67. CSelection.TextStrokeColor3 = Color3.fromRGB(43, 33, 136)
  68. CSelection.TextStrokeTransparency = 0.000
  69.  
  70. CUSSSelection.Name = "CUSSSelection"
  71. CUSSSelection.Parent = MainM
  72. CUSSSelection.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  73. CUSSSelection.BackgroundTransparency = 1.000
  74. CUSSSelection.BorderSizePixel = 0
  75. CUSSSelection.Position = UDim2.new(0.119565219, 0, 0.369738311, 0)
  76. CUSSSelection.Size = UDim2.new(0, 210, 0, 47)
  77. CUSSSelection.Font = Enum.Font.Arcade
  78. CUSSSelection.Text = "Custom Selection"
  79. CUSSSelection.TextColor3 = Color3.fromRGB(255, 255, 255)
  80. CUSSSelection.TextSize = 23.000
  81. CUSSSelection.TextStrokeColor3 = Color3.fromRGB(43, 33, 136)
  82. CUSSSelection.TextStrokeTransparency = 0.000
  83.  
  84. Quit.Name = "Quit"
  85. Quit.Parent = MainM
  86. Quit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  87. Quit.BackgroundTransparency = 1.000
  88. Quit.BorderSizePixel = 0
  89. Quit.Position = UDim2.new(0.119565219, 0, 0.855517626, 0)
  90. Quit.Size = UDim2.new(0, 210, 0, 47)
  91. Quit.Font = Enum.Font.Arcade
  92. Quit.Text = "Exit Game"
  93. Quit.TextColor3 = Color3.fromRGB(255, 255, 255)
  94. Quit.TextSize = 23.000
  95. Quit.TextStrokeColor3 = Color3.fromRGB(43, 33, 136)
  96. Quit.TextStrokeTransparency = 0.000
  97.  
  98. CustomSelection.Name = "CustomSelection"
  99. CustomSelection.Parent = Altered
  100. CustomSelection.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  101. CustomSelection.BackgroundTransparency = 1.000
  102. CustomSelection.Position = UDim2.new(-0.5, 0, -0.0520000011, 0)
  103. CustomSelection.Size = UDim2.new(0, 644, 0, 697)
  104. CustomSelection.Image = "rbxassetid://3570695787"
  105. CustomSelection.ImageColor3 = Color3.fromRGB(47, 47, 47)
  106. CustomSelection.ScaleType = Enum.ScaleType.Slice
  107. CustomSelection.SliceCenter = Rect.new(100, 100, 100, 100)
  108. CustomSelection.SliceScale = 0.120
  109.  
  110. GTCR.Name = "GTCR"
  111. GTCR.Parent = CustomSelection
  112. GTCR.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  113. GTCR.BackgroundTransparency = 1.000
  114. GTCR.BorderSizePixel = 0
  115. GTCR.Position = UDim2.new(0.118012421, 0, 0.197991386, 0)
  116. GTCR.Size = UDim2.new(0, 200, 0, 50)
  117. GTCR.Font = Enum.Font.Arcade
  118. GTCR.Text = "GTCR"
  119. GTCR.TextColor3 = Color3.fromRGB(0, 0, 0)
  120. GTCR.TextSize = 30.000
  121.  
  122. DTP1.Name = "DTP1"
  123. DTP1.Parent = CustomSelection
  124. DTP1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  125. DTP1.BackgroundTransparency = 1.000
  126. DTP1.BorderSizePixel = 0
  127. DTP1.Position = UDim2.new(0.551242232, 0, 0.197991386, 0)
  128. DTP1.Size = UDim2.new(0, 200, 0, 50)
  129. DTP1.Font = Enum.Font.Arcade
  130. DTP1.Text = "Dusttrust Phase 1"
  131. DTP1.TextColor3 = Color3.fromRGB(0, 0, 0)
  132. DTP1.TextSize = 30.000
  133.  
  134. DTP2.Name = "DTP2"
  135. DTP2.Parent = CustomSelection
  136. DTP2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  137. DTP2.BackgroundTransparency = 1.000
  138. DTP2.BorderSizePixel = 0
  139. DTP2.Position = UDim2.new(0.29192549, 0, 0.351506472, 0)
  140. DTP2.Size = UDim2.new(0, 200, 0, 50)
  141. DTP2.Font = Enum.Font.Arcade
  142. DTP2.Text = "Dusttrust Phase 2 (Demo)"
  143. DTP2.TextColor3 = Color3.fromRGB(0, 0, 0)
  144. DTP2.TextSize = 30.000
  145.  
  146. TitleCUS.Name = "TitleCUS"
  147. TitleCUS.Parent = CustomSelection
  148. TitleCUS.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  149. TitleCUS.BackgroundTransparency = 1.000
  150. TitleCUS.BorderSizePixel = 0
  151. TitleCUS.Position = UDim2.new(0.29192546, 0, 0.0430416018, 0)
  152. TitleCUS.Size = UDim2.new(0, 200, 0, 50)
  153. TitleCUS.Font = Enum.Font.Arcade
  154. TitleCUS.Text = "Custom Selection"
  155. TitleCUS.TextColor3 = Color3.fromRGB(0, 0, 0)
  156. TitleCUS.TextSize = 30.000
  157. TitleCUS.TextStrokeColor3 = Color3.fromRGB(43, 33, 136)
  158. TitleCUS.TextStrokeTransparency = 0.000
  159.  
  160. CharacterSelection.Name = "CharacterSelection"
  161. CharacterSelection.Parent = Altered
  162. CharacterSelection.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  163. CharacterSelection.BackgroundTransparency = 1.000
  164. CharacterSelection.Position = UDim2.new(-0.5, 0, -0.0520000011, 0)
  165. CharacterSelection.Size = UDim2.new(0, 644, 0, 805)
  166. CharacterSelection.Image = "rbxassetid://3570695787"
  167. CharacterSelection.ImageColor3 = Color3.fromRGB(47, 47, 47)
  168. CharacterSelection.ScaleType = Enum.ScaleType.Slice
  169. CharacterSelection.SliceCenter = Rect.new(100, 100, 100, 100)
  170. CharacterSelection.SliceScale = 0.120
  171.  
  172. GlitchtaleChara.Name = "GlitchtaleChara"
  173. GlitchtaleChara.Parent = CharacterSelection
  174. GlitchtaleChara.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  175. GlitchtaleChara.BackgroundTransparency = 1.000
  176. GlitchtaleChara.BorderSizePixel = 0
  177. GlitchtaleChara.Position = UDim2.new(0.118012421, 0, 0.197991386, 0)
  178. GlitchtaleChara.Size = UDim2.new(0, 200, 0, 50)
  179. GlitchtaleChara.Font = Enum.Font.Arcade
  180. GlitchtaleChara.Text = "Glitchtale Chara"
  181. GlitchtaleChara.TextColor3 = Color3.fromRGB(0, 0, 0)
  182. GlitchtaleChara.TextSize = 30.000
  183.  
  184. Asriel.Name = "Asriel"
  185. Asriel.Parent = CharacterSelection
  186. Asriel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  187. Asriel.BackgroundTransparency = 1.000
  188. Asriel.BorderSizePixel = 0
  189. Asriel.Position = UDim2.new(0.571428597, 0, 0.197991386, 0)
  190. Asriel.Size = UDim2.new(0, 200, 0, 50)
  191. Asriel.Font = Enum.Font.Arcade
  192. Asriel.Text = "Asriel"
  193. Asriel.TextColor3 = Color3.fromRGB(0, 0, 0)
  194. Asriel.TextSize = 30.000
  195.  
  196. DeltaSans.Name = "DeltaSans"
  197. DeltaSans.Parent = CharacterSelection
  198. DeltaSans.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  199. DeltaSans.BackgroundTransparency = 1.000
  200. DeltaSans.BorderSizePixel = 0
  201. DeltaSans.Position = UDim2.new(0.29192549, 0, 0.351506472, 0)
  202. DeltaSans.Size = UDim2.new(0, 200, 0, 50)
  203. DeltaSans.Font = Enum.Font.Arcade
  204. DeltaSans.Text = "Delta!Sans"
  205. DeltaSans.TextColor3 = Color3.fromRGB(0, 0, 0)
  206. DeltaSans.TextSize = 30.000
  207.  
  208. TitleCS.Name = "TitleCS"
  209. TitleCS.Parent = CharacterSelection
  210. TitleCS.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  211. TitleCS.BackgroundTransparency = 1.000
  212. TitleCS.BorderSizePixel = 0
  213. TitleCS.Position = UDim2.new(0.29192546, 0, 0.0430416018, 0)
  214. TitleCS.Size = UDim2.new(0, 200, 0, 50)
  215. TitleCS.Font = Enum.Font.Arcade
  216. TitleCS.Text = "Character Selection"
  217. TitleCS.TextColor3 = Color3.fromRGB(0, 0, 0)
  218. TitleCS.TextSize = 30.000
  219.  
  220. UTFrisk.Name = "UTFrisk"
  221. UTFrisk.Parent = CharacterSelection
  222. UTFrisk.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  223. UTFrisk.BackgroundTransparency = 1.000
  224. UTFrisk.BorderSizePixel = 0
  225. UTFrisk.Position = UDim2.new(0.0885093138, 0, 0.463414609, 0)
  226. UTFrisk.Size = UDim2.new(0, 200, 0, 50)
  227. UTFrisk.Font = Enum.Font.Arcade
  228. UTFrisk.Text = "UT!Frisk"
  229. UTFrisk.TextColor3 = Color3.fromRGB(0, 0, 0)
  230. UTFrisk.TextSize = 30.000
  231.  
  232. GTFrisk.Name = "GTFrisk"
  233. GTFrisk.Parent = CharacterSelection
  234. GTFrisk.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  235. GTFrisk.BackgroundTransparency = 1.000
  236. GTFrisk.BorderSizePixel = 0
  237. GTFrisk.Position = UDim2.new(0.586956501, 0, 0.467985481, 0)
  238. GTFrisk.Size = UDim2.new(0, 200, 0, 50)
  239. GTFrisk.Font = Enum.Font.Arcade
  240. GTFrisk.Text = "GT!Frisk"
  241. GTFrisk.TextColor3 = Color3.fromRGB(0, 0, 0)
  242. GTFrisk.TextSize = 30.000
  243.  
  244. UTSans.Name = "UTSans"
  245. UTSans.Parent = CharacterSelection
  246. UTSans.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  247. UTSans.BackgroundTransparency = 1.000
  248. UTSans.BorderSizePixel = 0
  249. UTSans.Position = UDim2.new(0.29192543, 0, 0.628407478, 0)
  250. UTSans.Size = UDim2.new(0, 200, 0, 50)
  251. UTSans.Font = Enum.Font.Arcade
  252. UTSans.Text = "Undertale!Sans"
  253. UTSans.TextColor3 = Color3.fromRGB(0, 0, 0)
  254. UTSans.TextSize = 30.000
  255.  
  256. XTale.Name = "XTale"
  257. XTale.Parent = CharacterSelection
  258. XTale.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  259. XTale.BackgroundTransparency = 1.000
  260. XTale.BorderSizePixel = 0
  261. XTale.Position = UDim2.new(0.0885092765, 0, 0.754662871, 0)
  262. XTale.Size = UDim2.new(0, 200, 0, 50)
  263. XTale.Font = Enum.Font.Arcade
  264. XTale.Text = "XTale Sans/Chara"
  265. XTale.TextColor3 = Color3.fromRGB(0, 0, 0)
  266. XTale.TextSize = 30.000
  267.  
  268. GTUndyne.Name = "GTUndyne"
  269. GTUndyne.Parent = CharacterSelection
  270. GTUndyne.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  271. GTUndyne.BackgroundTransparency = 1.000
  272. GTUndyne.BorderSizePixel = 0
  273. GTUndyne.Position = UDim2.new(0.602484405, 0, 0.754662871, 0)
  274. GTUndyne.Size = UDim2.new(0, 200, 0, 50)
  275. GTUndyne.Font = Enum.Font.Arcade
  276. GTUndyne.Text = "GT!Undyne"
  277. GTUndyne.TextColor3 = Color3.fromRGB(0, 0, 0)
  278. GTUndyne.TextSize = 30.000
  279.  
  280. SSChara.Name = "SSChara"
  281. SSChara.Parent = CharacterSelection
  282. SSChara.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  283. SSChara.BackgroundTransparency = 1.000
  284. SSChara.BorderSizePixel = 0
  285. SSChara.Position = UDim2.new(0.29192543, 0, 0.863701582, 0)
  286. SSChara.Size = UDim2.new(0, 200, 0, 50)
  287. SSChara.Font = Enum.Font.Arcade
  288. SSChara.Text = "Storyshift Chara"
  289. SSChara.TextColor3 = Color3.fromRGB(0, 0, 0)
  290. SSChara.TextSize = 30.000
  291.  
  292. GTAsgore.Name = "GTAsgore"
  293. GTAsgore.Parent = CharacterSelection
  294. GTAsgore.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  295. GTAsgore.BackgroundTransparency = 1.000
  296. GTAsgore.BorderSizePixel = 0
  297. GTAsgore.Position = UDim2.new(0.670807481, 0, 0.924699426, 0)
  298. GTAsgore.Size = UDim2.new(0, 200, 0, 50)
  299. GTAsgore.Font = Enum.Font.Arcade
  300. GTAsgore.Text = "GT!Asgore"
  301. GTAsgore.TextColor3 = Color3.fromRGB(0, 0, 0)
  302. GTAsgore.TextSize = 30.000
  303.  
  304. Betty.Name = "Betty"
  305. Betty.Parent = CharacterSelection
  306. Betty.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  307. Betty.BackgroundTransparency = 1.000
  308. Betty.BorderSizePixel = 0
  309. Betty.Position = UDim2.new(0.578999996, 0, 0.300000012, 0)
  310. Betty.Size = UDim2.new(0, 200, 0, 50)
  311. Betty.Font = Enum.Font.Arcade
  312. Betty.Text = "Betty"
  313. Betty.TextColor3 = Color3.fromRGB(0, 0, 0)
  314. Betty.TextSize = 30.000
  315.  
  316. Warning1.Name = "Warning1"
  317. Warning1.Parent = Altered
  318. Warning1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  319. Warning1.BackgroundTransparency = 1.000
  320. Warning1.Position = UDim2.new(-0.5, 0, -0.0520000011, 0)
  321. Warning1.Size = UDim2.new(0, 376, 0, 107)
  322. Warning1.Image = "rbxassetid://3570695787"
  323. Warning1.ImageColor3 = Color3.fromRGB(74, 74, 74)
  324. Warning1.ScaleType = Enum.ScaleType.Slice
  325. Warning1.SliceCenter = Rect.new(100, 100, 100, 100)
  326. Warning1.SliceScale = 0.120
  327.  
  328. TextButton.Parent = Warning1
  329. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  330. TextButton.BackgroundTransparency = 1.000
  331. TextButton.BorderSizePixel = 0
  332. TextButton.Position = UDim2.new(0.0611702129, 0, 0, 0)
  333. TextButton.Size = UDim2.new(0, 330, 0, 50)
  334. TextButton.Font = Enum.Font.Arcade
  335. TextButton.Text = "Are you sure you want to quit?"
  336. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  337. TextButton.TextSize = 20.000
  338. TextButton.TextStrokeColor3 = Color3.fromRGB(43, 33, 136)
  339. TextButton.TextStrokeTransparency = 0.000
  340.  
  341. TextButton_2.Parent = Warning1
  342. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  343. TextButton_2.BackgroundTransparency = 1.000
  344. TextButton_2.BorderSizePixel = 0
  345. TextButton_2.Position = UDim2.new(0.0611702129, 0, 0.467289716, 0)
  346. TextButton_2.Size = UDim2.new(0, 213, 0, 50)
  347. TextButton_2.Font = Enum.Font.Arcade
  348. TextButton_2.Text = "Yes"
  349. TextButton_2.TextColor3 = Color3.fromRGB(26, 255, 1)
  350. TextButton_2.TextSize = 40.000
  351. TextButton_2.TextStrokeColor3 = Color3.fromRGB(43, 33, 136)
  352. TextButton_2.TextStrokeTransparency = 0.000
  353.  
  354. TextButton_3.Parent = Warning1
  355. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  356. TextButton_3.BackgroundTransparency = 1.000
  357. TextButton_3.BorderSizePixel = 0
  358. TextButton_3.Position = UDim2.new(0.486702144, 0, 0.467289716, 0)
  359. TextButton_3.Size = UDim2.new(0, 213, 0, 50)
  360. TextButton_3.Font = Enum.Font.Arcade
  361. TextButton_3.Text = "No"
  362. TextButton_3.TextColor3 = Color3.fromRGB(255, 0, 0)
  363. TextButton_3.TextSize = 40.000
  364. TextButton_3.TextStrokeColor3 = Color3.fromRGB(43, 33, 136)
  365. TextButton_3.TextStrokeTransparency = 0.000
  366.  
  367. Title.Name = "Title"
  368. Title.Parent = Altered
  369. Title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  370. Title.BorderColor3 = Color3.fromRGB(255, 255, 255)
  371. Title.BorderSizePixel = 10
  372. Title.Position = UDim2.new(0.140246481, 0, 0.905544162, 0)
  373. Title.Size = UDim2.new(0, 1138, 0, 81)
  374. Title.Image = "rbxassetid://3570695787"
  375. Title.ImageColor3 = Color3.fromRGB(0, 0, 0)
  376. Title.ScaleType = Enum.ScaleType.Slice
  377. Title.SliceCenter = Rect.new(100, 100, 100, 100)
  378. Title.SliceScale = 0.120
  379.  
  380. TextButton_4.Parent = Title
  381. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  382. TextButton_4.BackgroundTransparency = 1.000
  383. TextButton_4.BorderColor3 = Color3.fromRGB(255, 255, 255)
  384. TextButton_4.Position = UDim2.new(0.00527240802, 0, -0.0529629588, 0)
  385. TextButton_4.Size = UDim2.new(0, 1132, 0, 96)
  386. TextButton_4.Font = Enum.Font.Arcade
  387. TextButton_4.Text = "Soulshatters (but its not)"
  388. TextButton_4.TextColor3 = Color3.fromRGB(255, 0, 0)
  389. TextButton_4.TextSize = 50.000
  390. TextButton_4.TextStrokeColor3 = Color3.fromRGB(45, 0, 0)
  391. TextButton_4.TextStrokeTransparency = 0.000
  392.  
  393. -- Scripts:
  394.  
  395. local function SDCFBBB_fake_script() -- GTCR.LocalScript
  396. local script = Instance.new('LocalScript', GTCR)
  397.  
  398.  
  399.  
  400.  
  401. local Sound = Instance.new("Sound")
  402. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.GTCR
  403. Sound.Volume = 1.5
  404. Sound.Playing = false
  405. Sound.Looped = false
  406. Sound.SoundId = "rbxassetid://2595535704"
  407. Sound.Name = "GTCR"
  408.  
  409. local btn = script.Parent
  410. btn.MouseEnter:Connect(function()
  411. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.GTCR.GTCR.Playing = true
  412. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = false
  413.  
  414. end)
  415.  
  416. btn.MouseLeave:Connect(function()
  417.  
  418. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.GTCR.GTCR.Playing = false
  419. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = true
  420. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.GTCR.GTCR.TimePosition = 0
  421. end)
  422.  
  423. btn.MouseButton1Click:Connect(function()
  424. game.Players.LocalPlayer.PlayerGui.Altered.Selected.Playing = true
  425.  
  426.  
  427. end)
  428. end
  429. coroutine.wrap(SDCFBBB_fake_script)()
  430. local function GANW_fake_script() -- DTP1.LocalScript
  431. local script = Instance.new('LocalScript', DTP1)
  432.  
  433.  
  434. local Sound = Instance.new("Sound")
  435. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP1
  436. Sound.Volume = 4
  437. Sound.Playing = false
  438. Sound.Looped = false
  439. Sound.SoundId = "rbxassetid://437475935"
  440. Sound.Name = "DTP1Summon"
  441. local Sound = Instance.new("Sound")
  442. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP1
  443. Sound.Volume = 4
  444. Sound.Playing = false
  445. Sound.Looped = false
  446. Sound.SoundId = "rbxassetid://437475935"
  447. Sound.Name = "DTP1Summon2"
  448.  
  449. local Sound = Instance.new("Sound")
  450. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP1
  451. Sound.Volume = 1.5
  452. Sound.Playing = false
  453. Sound.Looped = false
  454. Sound.SoundId = "rbxassetid://6477653909"
  455. Sound.Name = "DTP1"
  456.  
  457. local btn = script.Parent
  458. btn.MouseEnter:Connect(function()
  459. print("*block*")
  460. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP1.DTP1.Playing = true
  461. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = false
  462. end)
  463.  
  464. btn.MouseLeave:Connect(function()
  465. print("*still block*")
  466. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP1.DTP1.Playing = false
  467. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP1.DTP1.TimePosition = 0
  468. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = true
  469. end)
  470.  
  471. btn.MouseButton1Click:Connect(function()
  472. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP1.DTP1Summon.Playing = true
  473. wait(0.1)
  474. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP1.DTP2Summon.Playing = true
  475. print("It was Knife to meet ya ")
  476. end)
  477. end
  478. coroutine.wrap(GANW_fake_script)()
  479. local function WDEYM_fake_script() -- DTP2.LocalScript
  480. local script = Instance.new('LocalScript', DTP2)
  481.  
  482.  
  483. local Sound = Instance.new("Sound")
  484. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP2
  485. Sound.Volume = 4
  486. Sound.Playing = false
  487. Sound.Looped = false
  488. Sound.SoundId = "rbxassetid://437475935"
  489. Sound.Name = "DTP2Summon"
  490. local Sound = Instance.new("Sound")
  491. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP2
  492. Sound.Volume = 4
  493. Sound.Playing = false
  494. Sound.Looped = false
  495. Sound.SoundId = "rbxassetid://437475935"
  496. Sound.Name = "DTP2Summon2"
  497.  
  498. local Sound = Instance.new("Sound")
  499. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP2
  500. Sound.Volume = 1.5
  501. Sound.Playing = false
  502. Sound.Looped = false
  503. Sound.SoundId = "rbxassetid://6477770041"
  504. Sound.Name = "DTP2"
  505.  
  506. local btn = script.Parent
  507. btn.MouseEnter:Connect(function()
  508. print("*block*")
  509. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP2.DTP2.Playing = true
  510. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = false
  511.  
  512. end)
  513.  
  514. btn.MouseLeave:Connect(function()
  515. print("*still block*")
  516. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP2.DTP2.Playing = false
  517. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP2.DTP2.TimePosition = 0
  518. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = true
  519. end)
  520.  
  521. btn.MouseButton1Click:Connect(function()
  522. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP2.DTP2Summon.Playing = true
  523. wait(0.1)
  524. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP2.DTP2Summon2.Playing = true
  525. print("It was Knife to meet ya ")
  526. end)
  527. end
  528. coroutine.wrap(WDEYM_fake_script)()
  529. local function SQWCMCK_fake_script() -- TitleCUS.LocalScript
  530. local script = Instance.new('LocalScript', TitleCUS)
  531.  
  532. local Sound = Instance.new("Sound")
  533. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.TitleCUS
  534. Sound.Volume = 1.5
  535. Sound.Playing = false
  536. Sound.Looped = false
  537. Sound.SoundId = "rbxassetid://4700149603"
  538. Sound.Name = "Seeeecreeet"
  539.  
  540. local btn = script.Parent
  541. btn.MouseEnter:Connect(function()
  542. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.TitleCUS.Seeeecreeet.Playing = true
  543. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = false
  544. print("amy was here <3")
  545. end)
  546.  
  547. btn.MouseLeave:Connect(function()
  548. print("thanks fatal for letting me do the lil updates with sound and buttons")
  549. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.TitleCUS.Seeeecreeet.Playing = false
  550. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = true
  551. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.TitleCUS.Seeeecreeet.TimePosition = 0
  552. end)
  553.  
  554.  
  555. end
  556. coroutine.wrap(SQWCMCK_fake_script)()
  557. local function OODWOC_fake_script() -- GlitchtaleChara.LocalScript
  558. local script = Instance.new('LocalScript', GlitchtaleChara)
  559.  
  560.  
  561. local Sound = Instance.new("Sound")
  562. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GlitchtaleChara
  563. Sound.Volume = 1.5
  564. Sound.Playing = false
  565. Sound.Looped = false
  566. Sound.SoundId = "rbxassetid://7167345586"
  567. Sound.Name = "GlitchtaleChara"
  568.  
  569. local btn = script.Parent
  570. btn.MouseEnter:Connect(function()
  571. print("This is all about that 5$ i didnt give you back?")
  572. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GlitchtaleChara.GlitchtaleChara.Playing = true
  573. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = false
  574. end)
  575.  
  576. btn.MouseLeave:Connect(function()
  577. print("Huh i guess not.")
  578. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GlitchtaleChara.GlitchtaleChara.Playing = false
  579. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = true
  580. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GlitchtaleChara.GlitchtaleChara.TimePosition = 0
  581. end)
  582.  
  583. local Sound = Instance.new("Sound")
  584. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GlitchtaleChara
  585. Sound.Volume = 4
  586. Sound.Playing = false
  587. Sound.Looped = false
  588. Sound.SoundId = "rbxassetid://437475935"
  589. Sound.Name = "GTChara"
  590.  
  591. btn.MouseButton1Click:Connect(function()
  592. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GlitchtaleChara.GTChara.Playing = true
  593.  
  594. end)
  595. end
  596. coroutine.wrap(OODWOC_fake_script)()
  597. local function IXPCYUM_fake_script() -- Asriel.LocalScript
  598. local script = Instance.new('LocalScript', Asriel)
  599.  
  600.  
  601. local Sound = Instance.new("Sound")
  602. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Asriel
  603. Sound.Volume = 1.5
  604. Sound.Playing = false
  605. Sound.Looped = false
  606. Sound.SoundId = "rbxassetid://2836888600"
  607. Sound.Name = "Summon"
  608. local Sound = Instance.new("Sound")
  609. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Asriel
  610. Sound.Volume = 1.5
  611. Sound.Playing = false
  612. Sound.Looped = false
  613. Sound.SoundId = "rbxassetid://337231840"
  614. Sound.Name = "Asriel"
  615.  
  616. local btn = script.Parent
  617. btn.MouseEnter:Connect(function()
  618. print("This is gonna get Asriel as it gets.")
  619. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Asriel.Asriel.Playing = true
  620. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = false
  621.  
  622. end)
  623.  
  624. btn.MouseLeave:Connect(function()
  625. print("Didn't like my pun?")
  626. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Asriel.Asriel.Playing = false
  627. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Asriel.Asriel.TimePosition = 2
  628. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = true
  629. end)
  630.  
  631. btn.MouseButton1Click:Connect(function()
  632. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Asriel.Summon.Playing = true
  633. print("I know my puns are great.")
  634. end)
  635.  
  636. end
  637. coroutine.wrap(IXPCYUM_fake_script)()
  638. local function ACHLN_fake_script() -- DeltaSans.LocalScript
  639. local script = Instance.new('LocalScript', DeltaSans)
  640.  
  641. local Sound = Instance.new("Sound")
  642. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.DeltaSans
  643. Sound.Volume = 1.5
  644. Sound.Playing = false
  645. Sound.Looped = false
  646. Sound.SoundId = "rbxassetid://6027340180"
  647. Sound.Name = "DeltaSans"
  648.  
  649. local btn = script.Parent
  650. btn.MouseEnter:Connect(function()
  651. print("Time for an inf combo huh?")
  652. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.DeltaSans.DeltaSans.Playing = true
  653. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = false
  654.  
  655. end)
  656.  
  657. btn.MouseLeave:Connect(function()
  658. print("Oh, you have honor?")
  659. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.DeltaSans.DeltaSans.Playing = false
  660. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.DeltaSans.DeltaSans.TimePosition = 1
  661. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = true
  662. end)
  663.  
  664. local Sound = Instance.new("Sound")
  665. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.DeltaSans
  666. Sound.Volume = 1.5
  667. Sound.Playing = false
  668. Sound.Looped = false
  669. Sound.SoundId = "rbxassetid://382366855"
  670. Sound.Name = "Summon"
  671.  
  672. btn.MouseButton1Click:Connect(function()
  673. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.DeltaSans.Summon.Playing = true
  674. print("I know my puns are great.")
  675. end)
  676. end
  677. coroutine.wrap(ACHLN_fake_script)()
  678. local function OLSDWEC_fake_script() -- TitleCS.LocalScript
  679. local script = Instance.new('LocalScript', TitleCS)
  680.  
  681.  
  682. local Sound = Instance.new("Sound")
  683. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.TitleCS
  684. Sound.Volume = 1.5
  685. Sound.Playing = false
  686. Sound.Looped = false
  687. Sound.SoundId = "rbxassetid://2578754972"
  688. Sound.Name = "DontForget"
  689.  
  690. local btn = script.Parent
  691. btn.MouseEnter:Connect(function()
  692. print("Secret.")
  693. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.TitleCS.DontForget.Playing = true
  694. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = false
  695. print("amy was here <3")
  696. end)
  697.  
  698. btn.MouseLeave:Connect(function()
  699. print("this was fun-----Amy")
  700. print("Don't Forget.")
  701. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = true
  702. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.TitleCS.DontForget.Playing = false
  703. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.TitleCS.DontForget.TimePosition = 0
  704. end)
  705. end
  706. coroutine.wrap(OLSDWEC_fake_script)()
  707. local function WZWJNOG_fake_script() -- UTFrisk.LocalScript
  708. local script = Instance.new('LocalScript', UTFrisk)
  709.  
  710.  
  711. local Sound = Instance.new("Sound")
  712. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTFrisk
  713. Sound.Volume = 1.5
  714. Sound.Playing = false
  715. Sound.Looped = false
  716. Sound.SoundId = "rbxassetid://6796468660"
  717. Sound.Name = "UTFrisk"
  718.  
  719. local btn = script.Parent
  720. btn.MouseEnter:Connect(function()
  721. print("Genocide.")
  722. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTFrisk.UTFrisk.Playing = true
  723. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = false
  724.  
  725. end)
  726.  
  727. btn.MouseLeave:Connect(function()
  728. print("Mercy.")
  729. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTFrisk.UTFrisk.Playing = false
  730. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTFrisk.UTFrisk.TimePosition = 0
  731. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = true
  732. end)
  733.  
  734. local Sound = Instance.new("Sound")
  735. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTFrisk
  736. Sound.Volume = 4
  737. Sound.Playing = false
  738. Sound.Looped = false
  739. Sound.SoundId = "rbxassetid://1005386374"
  740. Sound.Name = "Frisko"
  741.  
  742. btn.MouseButton1Click:Connect(function()
  743. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTFrisk.Frisko.Playing = true
  744.  
  745. end)
  746. end
  747. coroutine.wrap(WZWJNOG_fake_script)()
  748. local function OGCHQRC_fake_script() -- GTFrisk.LocalScript
  749. local script = Instance.new('LocalScript', GTFrisk)
  750.  
  751.  
  752. local Sound = Instance.new("Sound")
  753. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTFrisk
  754. Sound.Volume = 1.5
  755. Sound.Playing = false
  756. Sound.Looped = false
  757. Sound.SoundId = "rbxassetid://5922804560"
  758. Sound.Name = "GTFrisk"
  759.  
  760. local btn = script.Parent
  761. btn.MouseEnter:Connect(function()
  762. print("It doesn't matter...")
  763. print("You won't remember any of it...")
  764. print("Nobody will...")
  765. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTFrisk.GTFrisk.Playing = true
  766. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = false
  767.  
  768. end)
  769.  
  770. btn.MouseLeave:Connect(function()
  771. print("FrIsk Wait!")
  772. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTFrisk.GTFrisk.Playing = false
  773. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = true
  774. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTFrisk.GTFrisk.TimePosition = 0
  775. end)
  776. end
  777. coroutine.wrap(OGCHQRC_fake_script)()
  778. local function OUDLQ_fake_script() -- UTSans.LocalScript
  779. local script = Instance.new('LocalScript', UTSans)
  780.  
  781.  
  782. local Sound = Instance.new("Sound")
  783. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTSans
  784. Sound.Volume = 1.5
  785. Sound.Playing = false
  786. Sound.Looped = false
  787. Sound.SoundId = "rbxassetid://6036718971"
  788. Sound.Name = "UTSans"
  789.  
  790. local btn = script.Parent
  791. btn.MouseEnter:Connect(function()
  792. print("Dodge and run.")
  793. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTSans.UTSans.Playing = true
  794. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = false
  795.  
  796. end)
  797.  
  798. btn.MouseLeave:Connect(function()
  799. print("Or just run.")
  800. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTSans.UTSans.Playing = false
  801. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTSans.UTSans.TimePosition = 0
  802. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = true
  803. end)
  804.  
  805. local Sound = Instance.new("Sound")
  806. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTSans
  807. Sound.Volume = 4
  808. Sound.Playing = false
  809. Sound.Looped = false
  810. Sound.SoundId = "rbxassetid://340722848"
  811. Sound.Name = "SansSummon"
  812.  
  813. btn.MouseButton1Click:Connect(function()
  814. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTSans.SansSummon.Playing = true
  815. print("You choose me for the puns.")
  816. end)
  817. end
  818. coroutine.wrap(OUDLQ_fake_script)()
  819. local function CBHJZXN_fake_script() -- XTale.LocalScript
  820. local script = Instance.new('LocalScript', XTale)
  821.  
  822.  
  823. local Sound = Instance.new("Sound")
  824. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.XTale
  825. Sound.Volume = 4
  826. Sound.Playing = false
  827. Sound.Looped = false
  828. Sound.SoundId = "rbxassetid://7281550772"
  829. Sound.Name = "XTaleSummon"
  830.  
  831. local Sound = Instance.new("Sound")
  832. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.XTale
  833. Sound.Volume = 1.5
  834. Sound.Playing = false
  835. Sound.Looped = false
  836. Sound.SoundId = "rbxassetid://3152767644"
  837. Sound.Name = "XTale"
  838.  
  839. local btn = script.Parent
  840. btn.MouseEnter:Connect(function()
  841. print("Take their soul and make it yours.")
  842. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.XTale.XTale.Playing = true
  843. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = false
  844. end)
  845.  
  846. btn.MouseLeave:Connect(function()
  847. print("Other Way around then.")
  848. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.XTale.XTale.Playing = false
  849. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.XTale.XTale.TimePosition = 0
  850. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = true
  851. end)
  852.  
  853. btn.MouseButton1Click:Connect(function()
  854. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.XTale.XTaleSummon.Playing = true
  855. print("I know my puns are great.")
  856. end)
  857. end
  858. coroutine.wrap(CBHJZXN_fake_script)()
  859. local function PROLLG_fake_script() -- GTUndyne.LocalScript
  860. local script = Instance.new('LocalScript', GTUndyne)
  861.  
  862.  
  863. local Sound = Instance.new("Sound")
  864. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTUndyne
  865. Sound.Volume = 1.5
  866. Sound.Playing = false
  867. Sound.Looped = false
  868. Sound.SoundId = "rbxassetid://3143843068"
  869. Sound.Name = "GTUndyne"
  870.  
  871. local Sound = Instance.new("Sound")
  872. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTUndyne
  873. Sound.Volume = 1.5
  874. Sound.Playing = false
  875. Sound.Looped = false
  876. Sound.SoundId = "rbxassetid://5624230354"
  877. Sound.Name = "GTUndyneLaugh"
  878.  
  879. local btn = script.Parent
  880. btn.MouseEnter:Connect(function()
  881. print("I will never let you pass. Even if my tears run dry")
  882. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTUndyne.GTUndyne.Playing = true
  883. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = false
  884.  
  885. end)
  886.  
  887. btn.MouseLeave:Connect(function()
  888. print("What you think youre stronger?")
  889. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTUndyne.GTUndyne.Playing = false
  890. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTUndyne.GTUndyne.TimePosition = 0
  891. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = true
  892. end)
  893. btn.MouseButton1Click:Connect(function()
  894. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTUndyne.GTUndyneLaugh.Playing = true
  895. print("no.. I don't think so. I know so.")
  896. end)
  897. end
  898. coroutine.wrap(PROLLG_fake_script)()
  899. local function LPUMPQ_fake_script() -- SSChara.LocalScript
  900. local script = Instance.new('LocalScript', SSChara)
  901.  
  902.  
  903. local Sound = Instance.new("Sound")
  904. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.SSChara
  905. Sound.Volume = 1.5
  906. Sound.Playing = false
  907. Sound.Looped = false
  908. Sound.SoundId = "rbxassetid://400396923"
  909. Sound.Name = "SSChara"
  910.  
  911. local btn = script.Parent
  912. btn.MouseEnter:Connect(function()
  913. print("You killed them YOU KILLED THEM ALL!!!")
  914. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.SSChara.SSChara.Playing = true
  915. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = false
  916.  
  917. end)
  918.  
  919. btn.MouseLeave:Connect(function()
  920. print("COME BACK HERE!")
  921. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.SSChara.SSChara.Playing = false
  922. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.SSChara.SSChara.TimePosition = 0
  923. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = true
  924. end)
  925.  
  926. local Sound = Instance.new("Sound")
  927. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.SSChara
  928. Sound.Volume = 4
  929. Sound.Playing = false
  930. Sound.Looped = false
  931. Sound.SoundId = "rbxassetid://539294959"
  932. Sound.Name = "SSSChara"
  933.  
  934. local Sound = Instance.new("Sound")
  935. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.SSChara
  936. Sound.Volume = 4
  937. Sound.Playing = false
  938. Sound.Looped = false
  939. Sound.SoundId = "rbxassetid://437475935"
  940. Sound.Name = "SSSSChara"
  941.  
  942. btn.MouseButton1Click:Connect(function()
  943. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.SSChara.SSSChara.Playing = true
  944. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.SSChara.SSSSChara.Playing = true
  945. end)
  946. end
  947. coroutine.wrap(LPUMPQ_fake_script)()
  948. local function LGWQCFW_fake_script() -- GTAsgore.LocalScript
  949. local script = Instance.new('LocalScript', GTAsgore)
  950.  
  951. local Sound = Instance.new("Sound")
  952. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTAsgore
  953. Sound.Volume = 1.5
  954. Sound.Playing = false
  955. Sound.Looped = false
  956. Sound.SoundId = "rbxassetid://4642021912"
  957. Sound.Name = "GTAsgore"
  958.  
  959. local Sound = Instance.new("Sound")
  960. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTAsgore
  961. Sound.Volume = 1.5
  962. Sound.Playing = false
  963. Sound.Looped = false
  964. Sound.SoundId = "rbxassetid://4065225041 "
  965. Sound.Name = "GTAsgore1"
  966.  
  967.  
  968. local btn = script.Parent
  969. btn.MouseEnter:Connect(function()
  970. print("He killed them she said.")
  971. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTAsgore.GTAsgore.Playing = true
  972. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = false
  973. end)
  974.  
  975. btn.MouseLeave:Connect(function()
  976. print("She imprisoned them.")
  977. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTAsgore.GTAsgore.Playing = false
  978. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = true
  979. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTAsgore.GTAsgore.TimePosition = 4
  980. end)
  981.  
  982. btn.MouseButton1Click:Connect(function()
  983. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTAsgore.GTAsgore1.Playing = true
  984. print("bro if you dont get the refrence ur poop")
  985. end)
  986. end
  987. coroutine.wrap(LGWQCFW_fake_script)()
  988. local function GABMX_fake_script() -- Betty.LocalScript
  989. local script = Instance.new('LocalScript', Betty)
  990.  
  991.  
  992. local Sound = Instance.new("Sound")
  993. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Betty
  994. Sound.Volume = 1.5
  995. Sound.Playing = false
  996. Sound.Looped = false
  997. Sound.SoundId = "rbxassetid://155334395"
  998. Sound.Name = "Betty"
  999.  
  1000. local btn = script.Parent
  1001. btn.MouseEnter:Connect(function()
  1002. print("They will never survive.")
  1003. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Betty.Betty.Playing = true
  1004. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = false
  1005.  
  1006. end)
  1007.  
  1008. btn.MouseLeave:Connect(function()
  1009. print("Or will they?")
  1010. game.Players.LocalPlayer.MenuPlaylist["1Menu"].Playing = true
  1011. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Betty.Betty.Playing = false
  1012. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Betty.Betty.TimePosition = 2
  1013. end)
  1014.  
  1015. local Sound = Instance.new("Sound")
  1016. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Betty
  1017. Sound.Volume = 1.5
  1018. Sound.Playing = false
  1019. Sound.Looped = false
  1020. Sound.SoundId = "rbxassetid://4538419034"
  1021. Sound.Name = "Summon"
  1022.  
  1023. btn.MouseButton1Click:Connect(function()
  1024. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Betty.Summon.Playing = true
  1025. end)
  1026. end
  1027. coroutine.wrap(GABMX_fake_script)()
  1028. local function SBBCZ_fake_script() -- Altered.Script
  1029. local script = Instance.new('LocalScript', Altered)
  1030.  
  1031. script.Parent:WaitForChild("MainM").CSelection.MouseEnter:Connect(function()
  1032. script.Parent.Hover.Playing = true
  1033. script.Parent.Hover.TimePosition = 0
  1034. script.Parent.MainM.CSelection.TextColor3 = Color3.new(1,1,0)
  1035. end)
  1036. script.Parent:WaitForChild("MainM").CSelection.MouseLeave:Connect(function()
  1037.  
  1038. script.Parent.MainM.CSelection.TextColor3 = Color3.new(1,1,1)
  1039. end)
  1040. script.Parent:WaitForChild("MainM").CUSSSelection.MouseEnter:Connect(function()
  1041. script.Parent.Hover.Playing = true
  1042. script.Parent.Hover.TimePosition = 0
  1043. script.Parent.MainM.CUSSSelection.TextColor3 = Color3.new(1,1,0)
  1044. end)
  1045. script.Parent:WaitForChild("MainM").CUSSSelection.MouseLeave:Connect(function()
  1046. script.Parent.MainM.CUSSSelection.TextColor3 = Color3.new(1,1,1)
  1047.  
  1048. end)
  1049. script.Parent:WaitForChild("MainM").Quit.MouseLeave:Connect(function()
  1050. script.Parent.MainM.Quit.TextColor3 = Color3.new(1,1,1)
  1051.  
  1052. end)
  1053. script.Parent:WaitForChild("MainM").Quit.MouseEnter:Connect(function()
  1054. script.Parent.Hover.Playing = true
  1055. script.Parent.Hover.TimePosition = 0
  1056. script.Parent.MainM.Quit.TextColor3 = Color3.new(1,1,0)
  1057. end)
  1058. script.Parent.MainM.CSelection.MouseButton1Click:Connect(function()
  1059. if script.Parent.CustomSelection.Position == UDim2.new(-0.5,0,-0.052,0) then
  1060. if script.Parent.CharacterSelection.Position ~= UDim2.new(-0.5,0,-0.052,0) and script.Parent.CharacterSelection.Position == UDim2.new(0, 0,-0.052, 0) then
  1061. script.Parent.Selected.Playing = true
  1062. script.Parent.CharacterSelection:TweenPosition(UDim2.new(-0.5, 0,-0.052, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quart,0.7)
  1063. elseif script.Parent.CharacterSelection.Position ~= UDim2.new(0,0,-0.052,0) and script.Parent.CharacterSelection.Position == UDim2.new(-0.5, 0,-0.052, 0) then
  1064. script.Parent.Selected.Playing = true
  1065. script.Parent.CharacterSelection:TweenPosition(UDim2.new(0, 0,-0.052, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quart,0.7)
  1066. end
  1067. end
  1068. end)
  1069.  
  1070. script.Parent.MainM.CUSSSelection.MouseButton1Click:Connect(function()
  1071. if script.Parent.CharacterSelection.Position == UDim2.new(-0.5,0,-0.052,0) then
  1072. if script.Parent.CustomSelection.Position ~= UDim2.new(-0.5,0,-0.052,0) and script.Parent.CustomSelection.Position == UDim2.new(0, 0,-0.052, 0) then
  1073. script.Parent.Selected.Playing = true
  1074. script.Parent.CustomSelection:TweenPosition(UDim2.new(-0.5, 0,-0.052, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quart,0.7)
  1075. elseif script.Parent.CustomSelection.Position ~= UDim2.new(0,0,-0.052,0) and script.Parent.CustomSelection.Position == UDim2.new(-0.5, 0,-0.052, 0) then
  1076. script.Parent.Selected.Playing = true
  1077. script.Parent.CustomSelection:TweenPosition(UDim2.new(0, 0,-0.052, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quart,0.7)
  1078. end
  1079. end
  1080. end)
  1081. script.Parent.MainM.Quit.MouseButton1Click:Connect(function()
  1082. if script.Parent.Warning1.Position == UDim2.new(-0.5,0,-0.052,0) then
  1083. if script.Parent.Warning1.Position ~= UDim2.new(-0.5,0,-0.052,0) and script.Parent.CharacterSelection.Position == UDim2.new(0, 0,-0.052, 0) then
  1084. script.Parent.Selected.Playing = true
  1085. script.Parent.Warning1:TweenPosition(UDim2.new(-0.5, 0,-0.052, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quart,0.7)
  1086. elseif script.Parent.Warning1.Position ~= UDim2.new(0,0,-0.052,0) and script.Parent.CharacterSelection.Position == UDim2.new(-0.5, 0,-0.052, 0) then
  1087. script.Parent.Selected.Playing = true
  1088. script.Parent.Warning1:TweenPosition(UDim2.new(0, 0,-0.052, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quart,0.7)
  1089. end
  1090. end
  1091. end)
  1092. end
  1093. coroutine.wrap(SBBCZ_fake_script)()
  1094. local function CQCL_fake_script() -- Altered.LocalScript
  1095. local script = Instance.new('LocalScript', Altered)
  1096.  
  1097. local Sound = Instance.new("Sound")
  1098. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered
  1099. Sound.Volume = 1.5
  1100. Sound.Playing = true
  1101. Sound.Looped = false
  1102. Sound.SoundId = "rbxassetid://5350464575"
  1103. Sound.Name = "Selected"
  1104. local Sound = Instance.new("Sound")
  1105. Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered
  1106. Sound.Volume = 1.5
  1107. Sound.Playing = true
  1108. Sound.Looped = false
  1109. Sound.SoundId = "rbxassetid://8211321592"
  1110. Sound.Name = "Hover"
  1111. local Sound = Instance.new("Sound")
  1112. Sound.Parent = game.Players.LocalPlayer.MenuPlaylist
  1113. Sound.Volume = 1
  1114. Sound.Playing = true
  1115. Sound.Looped = true
  1116. Sound.SoundId = "rbxassetid://5973079632"
  1117. Sound.Name = "1Menu"
  1118.  
  1119.  
  1120. game.Players.LocalPlayer:WaitForChild("MenuPlaylist")
  1121. game.Players.LocalPlayer.MenuPlaylist["1Menu"]:Destroy()
  1122.  
  1123. end
  1124. coroutine.wrap(CQCL_fake_script)()
  1125.  
  1126. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GlitchtaleChara.MouseButton1Click:Connect(function()
  1127. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  1128. game.ReplicatedStorage.Remotes.Functions:InvokeServer({getrenv()._G.Pass,"ChangeSetting","MorphEnabled",true})
  1129. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Chara"
  1130. game.Players.LocalPlayer.PlayerGui.Altered.Destroy()
  1131. end)
  1132. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Asriel.MouseButton1Click:Connect(function()
  1133. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  1134. game.ReplicatedStorage.Remotes.Functions:InvokeServer({getrenv()._G.Pass,"ChangeSetting","MorphEnabled",true})
  1135. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Asriel"
  1136. game.Players.LocalPlayer.PlayerGui.Altered:destroy()
  1137. end)
  1138. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.SSChara.MouseButton1Click:Connect(function()
  1139. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  1140. game.ReplicatedStorage.Remotes.Functions:InvokeServer({getrenv()._G.Pass,"ChangeSetting","MorphEnabled",true})
  1141. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "SFChara"
  1142. game.Players.LocalPlayer.PlayerGui.Altered:Destroy()
  1143. end)
  1144. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.DeltaSans.MouseButton1Click:Connect(function()
  1145. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  1146. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "DeltaSans"
  1147. game.Players.LocalPlayer.PlayerGui.Altered:Destroy()
  1148. end)
  1149. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTFrisk.MouseButton1Click:Connect(function()
  1150. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  1151. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "GTFrisk"
  1152. game.Players.LocalPlayer.PlayerGui.Altered:Destroy()
  1153. end)
  1154. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTUndyne.MouseButton1Click:Connect(function()
  1155. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  1156. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Undyne"
  1157. game.Players.LocalPlayer.PlayerGui.Altered:Destroy()
  1158. end)
  1159. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.XTale.MouseButton1Click:Connect(function()
  1160. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  1161. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "XSans"
  1162. game.Players.LocalPlayer.PlayerGui.Altered:Destroy()
  1163. end)
  1164. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTFrisk.MouseButton1Click:Connect(function()
  1165. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  1166. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Frisk"
  1167. game.Players.LocalPlayer.PlayerGui.Altered:Destroy()
  1168. end)
  1169. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTSans.MouseButton1Click:Connect(function()
  1170. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  1171. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Sans"
  1172. game.Players.LocalPlayer.PlayerGui.Altered:Destroy()
  1173. end)
  1174. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.GTCR.MouseButton1Click:Connect(function()
  1175. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  1176. game.ReplicatedStorage.Remotes.Functions:InvokeServer({getrenv()._G.Pass,"ChangeSetting","MorphEnabled",true})
  1177. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Chara"
  1178. game.Players.LocalPlayer.PlayerGui.Altered:Destroy()
  1179. wait(1)
  1180. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.HP:Destroy()
  1181. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.HealthLabel:Destroy()
  1182. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName:Destroy()
  1183. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.StaminaBar:Destroy()
  1184. game.Players.LocalPlayer.Backpack:WaitForChild("Main").CharaMoves.Animations.Idle.AnimationId = "rbxassetid://7038816551"
  1185. game.Players.LocalPlayer.Backpack:WaitForChild("Main").CharaMoves.Animations.Walk.AnimationId = "rbxassetid://5658603994"
  1186. game.Players.LocalPlayer.Backpack:WaitForChild("Main").CharaMoves.Animations.Run.AnimationId = "rbxassetid://5658603994"
  1187. game.Players.LocalPlayer.Backpack:WaitForChild("Main").CharaMoves.Animations.Jump.AnimationId = "rbxassetid://3198665507"
  1188. game.Players.LocalPlayer.Backpack:WaitForChild("Main").CharaMoves.Animations.Fall.AnimationId = "rbxassetid://6136052357"
  1189. game.Players.LocalPlayer.Backpack:WaitForChild("Main").CharaMoves.Animations.Block.AnimationId = "rbxassetid://3203734026"
  1190. game.Players.LocalPlayer.Backpack.Main.WalkSpeed.Value = "60"
  1191. local plrs = game:GetService("Players")
  1192. local rep = game:GetService("ReplicatedStorage")
  1193. local uis = game:GetService("UserInputService")
  1194. local runS = game:GetService("RunService")
  1195. local tweenS = game:GetService("TweenService")
  1196.  
  1197. local remotes = rep:WaitForChild("Remotes")
  1198. local damage = remotes:WaitForChild("Damage")
  1199. local functions = remotes:WaitForChild("Functions")
  1200. local events = remotes:WaitForChild("Events")
  1201. local charaMoves = remotes:WaitForChild("CharaMoves")
  1202. local pass = getrenv()._G.Pass
  1203. local mouse = game.Players.LocalPlayer:GetMouse()
  1204. game.StarterGui:SetCore("SendNotification", {
  1205. Title = "GTCR Loaded!";
  1206. Text = "Made By Fatal Error Sans#4931, Enjoy!";
  1207. Duration = 5;
  1208. })
  1209. char = game.Players.LocalPlayer.Character
  1210. local vel = Instance.new('BodyVelocity',char.HumanoidRootPart)
  1211. vel.Name = 'Client'
  1212. vel.MaxForce = Vector3.new(4000,4000,4000)*math.huge
  1213. vel.P = math.huge
  1214. vel.Velocity = (Vector3.new(0,8,0))*4
  1215. wait(0.5)
  1216. vel:Destroy()
  1217. char.HumanoidRootPart.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0, 1, 0)
  1218. playerpos = char.HumanoidRootPart.Position + Vector3.new(0, 0, 0)
  1219. local part = Instance.new("Part")
  1220. part.Name = "Platform" -- Name the part... hehe
  1221. part.Anchored = true -- Anchor the part
  1222. part.Parent = game.Workspace -- Put the part into the Workspace
  1223. part.Shape = Enum.PartType.Block -- Give the part a ball shape
  1224. part.Transparency = 1
  1225. part.Size = Vector3.new(5, 1, 5)
  1226. part.Position = playerpos + Vector3.new(0, -5, 0)
  1227. stop = false
  1228. player = game.Players.LocalPlayer
  1229. char = player.Character
  1230. hum = char:FindFirstChildOfClass('Humanoid')
  1231. anim = Instance.new('Animation')
  1232. anim.AnimationId = 'rbxassetid://4562533193'-- put id here, with rbxasset thing and everything
  1233. k = hum:LoadAnimation(anim)
  1234. k:Play()
  1235. wait(0.2)
  1236. local player = game.Players.LocalPlayer
  1237. local char = player.Character
  1238. local selfpos = char.HumanoidRootPart.Position
  1239. stop = false
  1240. for yay = 1, 2 do
  1241. spawn(function()
  1242. local A_1 =
  1243. {
  1244. [1] = getrenv()._G.Pass,
  1245. [2] = "KnifeProjectileYellow",
  1246. [3] = "Spawn",
  1247. [4] = Vector3.new(0, 1000, 0)
  1248. }
  1249. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  1250. Event:InvokeServer(A_1)
  1251. wait(0.5)
  1252. local A_1 = {
  1253. [1] = pass,
  1254. [2] = "Chatted",
  1255. [3] = "Lets See how you SURVIVE This power!",
  1256. [4] = Color3.new(1, 0, 0)
  1257. }
  1258. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1259. Event:FireServer(A_1)
  1260. end)
  1261. end
  1262. spawn(function()
  1263. wait(2)
  1264. part:Destroy()
  1265. wait(3)
  1266. stop = true
  1267. end)
  1268. while stop == false do
  1269. spawn(function()
  1270. for _,v in pairs(game.Players.LocalPlayer.Character.Attacks:GetChildren()) do
  1271. spawn(function()
  1272. v.Name = 'affected'
  1273. for _,e in pairs(v:GetChildren()) do
  1274. if e.Name == 'Particle' or e.Name == 'Hitted' or e.Name == 'HitBox' then
  1275. e:Destroy()
  1276. end
  1277. end
  1278. v:WaitForChild('BodyVelocity'):Destroy()
  1279. local move = Instance.new('BodyPosition',v)
  1280. move.Name = 'Client'
  1281. move.D = 1000
  1282. move.MaxForce = Vector3.new(1,1,1)*1000000
  1283. move.P = 25000
  1284. spawn(function()
  1285. for thing = 1, 100 do
  1286. selfpos = char.HumanoidRootPart.Position
  1287. move.Position = selfpos
  1288. wait(0.2)
  1289. end
  1290. end)
  1291. wait(1)
  1292. v:Destroy()
  1293. end)
  1294. end
  1295. end)
  1296. wait()
  1297. end
  1298. local mode = "DT"
  1299. spawn(function()
  1300. local userInputService = game:GetService("UserInputService")
  1301. on = true
  1302. posz = 0
  1303. posx = 0
  1304. local dt = {
  1305. Parent = game.workspace,
  1306. Name = 'ye',
  1307. Material = Enum.Material.Neon,
  1308. Color = Color3.fromRGB(255,0,0),
  1309. Transparency = 0
  1310. }
  1311.  
  1312. local justice = {
  1313. Parent = game.workspace,
  1314. Name = 'ye',
  1315. Material = Enum.Material.Neon,
  1316. Color = Color3.fromRGB(255,255,0),
  1317. Transparency = 0
  1318. }
  1319.  
  1320. local bravery = {
  1321. Parent = game.workspace,
  1322. Name = 'ye',
  1323. Material = Enum.Material.Neon,
  1324. Color = Color3.fromRGB(255, 110, 0),
  1325. Transparency = 0
  1326. }
  1327. local patience = {
  1328. Parent = game.workspace,
  1329. Name = 'ye',
  1330. Material = Enum.Material.Neon,
  1331. Color = Color3.fromRGB(5, 252, 236),
  1332. Transparency = 0
  1333. }
  1334.  
  1335. local integrity = {
  1336. Parent = game.workspace,
  1337. Name = 'ye',
  1338. Material = Enum.Material.Neon,
  1339. Color = Color3.fromRGB(0, 60, 255),
  1340. Transparency = 0
  1341. }
  1342.  
  1343. local kindness = {
  1344. Parent = game.workspace,
  1345. Name = 'ye',
  1346. Material = Enum.Material.Neon,
  1347. Color = Color3.fromRGB(0, 255, 13),
  1348. Transparency = 0
  1349. }
  1350. local perseverance = {
  1351. Parent = game.workspace,
  1352. Name = 'ye',
  1353. Material = Enum.Material.Neon,
  1354. Color = Color3.fromRGB(194, 3, 252),
  1355. Transparency = 0
  1356. }
  1357.  
  1358. local hate = {
  1359. Parent = game.workspace,
  1360. Name = 'ye',
  1361. Material = Enum.Material.Neon,
  1362. Color = Color3.fromRGB(0,0,0),
  1363. Transparency = 0
  1364. }
  1365. times = 0
  1366. _G.soulsmode = 1
  1367. _G.closed = false
  1368. local effects = game.Players.LocalPlayer.Character.Effects
  1369. local rs = game:GetService("RunService")
  1370.  
  1371. local player = game.Players.LocalPlayer
  1372. local Character = player.Character
  1373. local args = {
  1374. [1] = {
  1375. [1] = getrenv()._G.Pass,
  1376. [2] = "KnifeProjectileOrange",
  1377. [3] = "Spawn",
  1378. [4] = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector *10 + Vector3.new(math.random(0,35),math.random(0,30),math.random(0,33))
  1379. }
  1380. }
  1381. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  1382. local projectiles = game.Players.LocalPlayer.Character.Attacks
  1383. for i,v in pairs(projectiles:GetChildren()) do
  1384. if v.Name == "KnifeSlashProjectileOrange" or "Removing" then
  1385. v:WaitForChild("BodyVelocity"):Destroy()
  1386. v:WaitForChild("ParticleEmitter"):Destroy()
  1387. coroutine.resume(coroutine.create(function()
  1388.  
  1389.  
  1390. while
  1391. wait(0.05)
  1392. do
  1393. if _G.closed then
  1394. break
  1395. end
  1396. times = times + 1
  1397. if
  1398. times == 6
  1399. then
  1400. times = 0
  1401. end
  1402. if times == 1 then
  1403. v.Position = Character.HumanoidRootPart.Position - Vector3.new(0,40,0)
  1404. elseif times == 2 then
  1405. v.Position = Character.HumanoidRootPart.Position - Vector3.new(10,40,0)
  1406. elseif times == 3 then
  1407. v.Position = Character.HumanoidRootPart.Position - Vector3.new(0,30,10)
  1408. elseif times == 4 then
  1409. v.Position = Character.HumanoidRootPart.Position - Vector3.new(0,30,-10)
  1410. elseif times == 5 then
  1411. v.Position = Character.HumanoidRootPart.Position - Vector3.new(-10,30,0)
  1412. end
  1413. -- Script generated by SimpleSpy - credits to exx#9394
  1414.  
  1415. local args1 = {
  1416. [1] = {
  1417. [1] = getrenv()._G.Pass,
  1418. [2] = "KnifeProjectileOrange",
  1419. [3] = "Hit",
  1420. [4] = v,
  1421. [5] = v.CFrame,
  1422. [6] = dt
  1423. }
  1424. }
  1425.  
  1426. local args2 = {
  1427. [1] = {
  1428. [1] = getrenv()._G.Pass,
  1429. [2] = "KnifeProjectileOrange",
  1430. [3] = "Hit",
  1431. [4] = v,
  1432. [5] = v.CFrame,
  1433. [6] = justice
  1434. }
  1435. }
  1436.  
  1437. local args3 = {
  1438. [1] = {
  1439. [1] = getrenv()._G.Pass,
  1440. [2] = "KnifeProjectileOrange",
  1441. [3] = "Hit",
  1442. [4] = v,
  1443. [5] = v.CFrame,
  1444. [6] = bravery
  1445. }
  1446. }
  1447.  
  1448. local args4 = {
  1449. [1] = {
  1450. [1] = getrenv()._G.Pass,
  1451. [2] = "KnifeProjectileOrange",
  1452. [3] = "Hit",
  1453. [4] = v,
  1454. [5] = v.CFrame,
  1455. [6] = patience
  1456. }
  1457. }
  1458.  
  1459. local args5 = {
  1460. [1] = {
  1461. [1] = getrenv()._G.Pass,
  1462. [2] = "KnifeProjectileOrange",
  1463. [3] = "Hit",
  1464. [4] = v,
  1465. [5] = v.CFrame,
  1466. [6] = integrity
  1467. }
  1468. }
  1469.  
  1470. local args6 = {
  1471. [1] = {
  1472. [1] = getrenv()._G.Pass,
  1473. [2] = "KnifeProjectileOrange",
  1474. [3] = "Hit",
  1475. [4] = v,
  1476. [5] = v.CFrame,
  1477. [6] = kindness
  1478. }
  1479. }
  1480.  
  1481. local args7 = {
  1482. [1] = {
  1483. [1] = getrenv()._G.Pass,
  1484. [2] = "KnifeProjectileOrange",
  1485. [3] = "Hit",
  1486. [4] = v,
  1487. [5] = v.CFrame,
  1488. [6] = perseverance
  1489. }
  1490. }
  1491.  
  1492. local args8 = {
  1493. [1] = {
  1494. [1] = getrenv()._G.Pass,
  1495. [2] = "KnifeProjectileOrange",
  1496. [3] = "Hit",
  1497. [4] = v,
  1498. [5] = v.CFrame,
  1499. [6] = hate
  1500. }
  1501. }
  1502. if _G.soulsmode == 1 then
  1503. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args1))
  1504. elseif _G.soulsmode == 2 then
  1505. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args2))
  1506. elseif _G.soulsmode == 3 then
  1507. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args3))
  1508. elseif _G.soulsmode == 4 then
  1509. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args4))
  1510. elseif _G.soulsmode == 5 then
  1511. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args5))
  1512. elseif _G.soulsmode == 6 then
  1513. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args6))
  1514. elseif _G.soulsmode == 7 then
  1515. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args7))
  1516. elseif _G.soulsmode == 8 then
  1517. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args8))
  1518. end
  1519. end
  1520. end))
  1521. end
  1522. end
  1523.  
  1524. spawn(function()
  1525.  
  1526. while wait(0.01) do
  1527. if mode == "hate" then
  1528. local args = {
  1529. [1] = {
  1530. [1] = getrenv()._G.Pass,
  1531. [2] = "KnifeColor",
  1532. [3] = "ChangeColor",
  1533. [4] = Color3.fromRGB(0,0,0),
  1534. [5] = 0,
  1535. [6] = "SpecialHell"
  1536. }
  1537. }
  1538.  
  1539. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  1540. game.Players.LocalPlayer.PlayerGui.UI.Ui.Info.Attack.Text = "Hate"
  1541. game.Players.LocalPlayer.PlayerGui.UI.Ui.ManaBar.Bar.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1542. game.Players.LocalPlayer:WaitForChild("StarterPlaylist")
  1543. game.Players.LocalPlayer.StarterPlaylist["1Megalo Strike Back"]:Destroy()
  1544. local Sound = Instance.new("Sound")
  1545. Sound.Parent = game.Players.LocalPlayer.StarterPlaylist
  1546. Sound.Volume = 2
  1547. Sound.Playing = true
  1548. Sound.Looped = true
  1549. Sound.SoundId = "rbxassetid://6141390171"
  1550. Sound.Name = "1Megalo Strike Back"
  1551. while mode == "hate" do
  1552. local A_1 =
  1553. {
  1554. [1] = getrenv()._G.Pass,
  1555. [2] = "SlashEffect",
  1556. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1557. [4] = Color3.new(0, 0, 0),
  1558. [5] = CFrame.new(0, 0, 0, 0.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1559. }
  1560. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1561. Event:FireServer(A_1)
  1562. wait(0.3)
  1563. local A_1 =
  1564. {
  1565. [1] = getrenv()._G.Pass,
  1566. [2] = "SlashEffect",
  1567. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1568. [4] = Color3.new(0, 0, 0),
  1569. [5] = CFrame.new(0, 0, 0, 0.866025388, -5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1570. }
  1571. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1572. Event:FireServer(A_1)
  1573. wait(0.3)
  1574. local A_1 =
  1575. {
  1576. [1] = getrenv()._G.Pass,
  1577. [2] = "SlashEffect",
  1578. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1579. [4] = Color3.new(0, 0, 0),
  1580. [5] = CFrame.new(0, 0, 0, 0.866025388, -3, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1581. }
  1582. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1583. Event:FireServer(A_1)
  1584. wait(0.3)
  1585. local A_1 =
  1586. {
  1587. [1] = getrenv()._G.Pass,
  1588. [2] = "SlashEffect",
  1589. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1590. [4] = Color3.new(0, 0, 0),
  1591. [5] = CFrame.new(0, 0, 0, 1.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1592. }
  1593. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1594. Event:FireServer(A_1)
  1595. end
  1596.  
  1597. elseif mode == "DT" then
  1598. local args = {
  1599. [1] = {
  1600. [1] = getrenv()._G.Pass,
  1601. [2] = "KnifeColor",
  1602. [3] = "ChangeColor",
  1603. [4] = Color3.fromRGB(255,0,0),
  1604. [5] = 0,
  1605. [6] = "RedMode"
  1606. }
  1607. }
  1608.  
  1609. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  1610. game.Players.LocalPlayer.PlayerGui.UI.Ui.Info.Attack.Text = "Determination"
  1611. game.Players.LocalPlayer.PlayerGui.UI.Ui.ManaBar.Bar.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1612. wait(0.5)
  1613. game.Players.LocalPlayer:WaitForChild("StarterPlaylist")
  1614. game.Players.LocalPlayer.StarterPlaylist["1Megalo Strike Back"]:Destroy()
  1615. local Sound = Instance.new("Sound")
  1616. Sound.Parent = game.Players.LocalPlayer.StarterPlaylist
  1617. Sound.Volume = 2
  1618. Sound.Playing = true
  1619. Sound.Looped = true
  1620. Sound.SoundId = "rbxassetid://2759823703"
  1621. Sound.Name = "1Megalo Strike Back"
  1622. local A_1 =
  1623. {
  1624. [1] = getrenv()._G.Pass,
  1625. [2] = "SlashEffect",
  1626. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1627. [4] = Color3.new(255, 0, 0),
  1628. [5] = CFrame.new(0, 0, 0, 0.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1629. }
  1630. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1631. Event:FireServer(A_1)
  1632. wait(0.1)
  1633. local A_1 =
  1634. {
  1635. [1] = getrenv()._G.Pass,
  1636. [2] = "SlashEffect",
  1637. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1638. [4] = Color3.new(255, 0, 0),
  1639. [5] = CFrame.new(0, 0, 0, 0.866025388, -5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1640. }
  1641. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1642. Event:FireServer(A_1)
  1643. wait(0.1)
  1644. local A_1 =
  1645. {
  1646. [1] = getrenv()._G.Pass,
  1647. [2] = "SlashEffect",
  1648. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1649. [4] = Color3.new(255, 0, 0),
  1650. [5] = CFrame.new(0, 0, 0, 0.866025388, -3, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1651. }
  1652. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1653. Event:FireServer(A_1)
  1654. wait(0.1)
  1655. local A_1 =
  1656. {
  1657. [1] = getrenv()._G.Pass,
  1658. [2] = "SlashEffect",
  1659. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1660. [4] = Color3.new(255, 0, 0),
  1661. [5] = CFrame.new(0, 0, 0, 1.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1662. }
  1663. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1664. Event:FireServer(A_1)
  1665. local A_1 =
  1666. {
  1667. [1] = getrenv()._G.Pass,
  1668. [2] = "SlashEffect",
  1669. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1670. [4] = Color3.new(255, 0, 0),
  1671. [5] = CFrame.new(0, 0, 0, 0.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1672. }
  1673. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1674. Event:FireServer(A_1)
  1675. wait(0.1)
  1676. local A_1 =
  1677. {
  1678. [1] = getrenv()._G.Pass,
  1679. [2] = "SlashEffect",
  1680. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1681. [4] = Color3.new(255, 0, 0),
  1682. [5] = CFrame.new(0, 0, 0, 0.866025388, -5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1683. }
  1684. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1685. Event:FireServer(A_1)
  1686. wait(0.1)
  1687. local A_1 =
  1688. {
  1689. [1] = getrenv()._G.Pass,
  1690. [2] = "SlashEffect",
  1691. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1692. [4] = Color3.new(255, 0, 0),
  1693. [5] = CFrame.new(0, 0, 0, 0.866025388, -3, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1694. }
  1695. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1696. Event:FireServer(A_1)
  1697. wait(0.1)
  1698. local A_1 =
  1699. {
  1700. [1] = getrenv()._G.Pass,
  1701. [2] = "SlashEffect",
  1702. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1703. [4] = Color3.new(255, 0, 0),
  1704. [5] = CFrame.new(0, 0, 0, 1.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1705. }
  1706. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1707. Event:FireServer(A_1)
  1708. while mode == "DT" do
  1709. local A_1 =
  1710. {
  1711. [1] = getrenv()._G.Pass,
  1712. [2] = "SlashEffect",
  1713. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1714. [4] = Color3.new(255, 0, 0),
  1715. [5] = CFrame.new(0, 0, 0, 0.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1716. }
  1717. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1718. Event:FireServer(A_1)
  1719. wait(0.3)
  1720. local A_1 =
  1721. {
  1722. [1] = getrenv()._G.Pass,
  1723. [2] = "SlashEffect",
  1724. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1725. [4] = Color3.new(255, 0, 0),
  1726. [5] = CFrame.new(0, 0, 0, 0.866025388, -5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1727. }
  1728. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1729. Event:FireServer(A_1)
  1730. wait(0.3)
  1731. local A_1 =
  1732. {
  1733. [1] = getrenv()._G.Pass,
  1734. [2] = "SlashEffect",
  1735. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1736. [4] = Color3.new(255, 0, 0),
  1737. [5] = CFrame.new(0, 0, 0, 0.866025388, -3, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1738. }
  1739. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1740. Event:FireServer(A_1)
  1741. wait(0.3)
  1742. local A_1 =
  1743. {
  1744. [1] = getrenv()._G.Pass,
  1745. [2] = "SlashEffect",
  1746. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1747. [4] = Color3.new(255, 0, 0),
  1748. [5] = CFrame.new(0, 0, 0, 1.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1749. }
  1750. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1751. Event:FireServer(A_1)
  1752. end
  1753.  
  1754. elseif mode == "justice" then
  1755. game.Players.LocalPlayer.PlayerGui.UI.Ui.Info.Attack.Text = "Justice"
  1756. game.Players.LocalPlayer.PlayerGui.UI.Ui.ManaBar.Bar.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  1757. wait(1)
  1758. game.Players.LocalPlayer:WaitForChild("StarterPlaylist")
  1759. game.Players.LocalPlayer.StarterPlaylist["1Megalo Strike Back"]:Destroy()
  1760. local Sound = Instance.new("Sound")
  1761. Sound.Parent = game.Players.LocalPlayer.StarterPlaylist
  1762. Sound.Volume = 2
  1763. Sound.Playing = true
  1764. Sound.Looped = true
  1765. Sound.SoundId = "rbxassetid://5670393738"
  1766. Sound.Name = "1Megalo Strike Back"
  1767. local args = {
  1768. [1] = {
  1769. [1] = getrenv()._G.Pass,
  1770. [2] = "KnifeColor",
  1771. [3] = "ChangeColor",
  1772. [4] = Color3.fromRGB(247, 234, 53) --[[Color3]],
  1773. [5] = 0.3,
  1774. [6] = "YellowMode"
  1775. }
  1776. }
  1777.  
  1778. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  1779.  
  1780. while mode == "justice" do
  1781. local A_1 =
  1782. {
  1783. [1] = getrenv()._G.Pass,
  1784. [2] = "SlashEffect",
  1785. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1786. [4] = Color3.new(255, 255, 0),
  1787. [5] = CFrame.new(0, 0, 0, 0.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1788. }
  1789. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1790. Event:FireServer(A_1)
  1791. wait(0.3)
  1792. local A_1 =
  1793. {
  1794. [1] = getrenv()._G.Pass,
  1795. [2] = "SlashEffect",
  1796. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1797. [4] = Color3.new(255, 255, 0),
  1798. [5] = CFrame.new(0, 0, 0, 0.866025388, -5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1799. }
  1800. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1801. Event:FireServer(A_1)
  1802. wait(0.3)
  1803. local A_1 =
  1804. {
  1805. [1] = getrenv()._G.Pass,
  1806. [2] = "SlashEffect",
  1807. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1808. [4] = Color3.new(255, 255, 0),
  1809. [5] = CFrame.new(0, 0, 0, 0.866025388, -3, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1810. }
  1811. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1812. Event:FireServer(A_1)
  1813. wait(0.3)
  1814. local A_1 =
  1815. {
  1816. [1] = getrenv()._G.Pass,
  1817. [2] = "SlashEffect",
  1818. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1819. [4] = Color3.new(255, 255, 0),
  1820. [5] = CFrame.new(0, 0, 0, 1.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1821. }
  1822. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1823. Event:FireServer(A_1)
  1824. end
  1825. elseif mode == "perseverance" then
  1826. local args = {
  1827. [1] = {
  1828. [1] = getrenv()._G.Pass,
  1829. [2] = "KnifeColor",
  1830. [3] = "ChangeColor",
  1831. [4] = Color3.fromRGB(210, 39, 245) --[[Color3]],
  1832. [5] = 0.3,
  1833. [6] = "PurpleMode"
  1834. }
  1835. }
  1836.  
  1837. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  1838. game.Players.LocalPlayer.PlayerGui.UI.Ui.Info.Attack.Text = "Karma"
  1839. game.Players.LocalPlayer.PlayerGui.UI.Ui.ManaBar.Bar.BackgroundColor3 = Color3.fromRGB(88, 0, 129)
  1840. wait(1.5)
  1841. game.Players.LocalPlayer:WaitForChild("StarterPlaylist")
  1842. game.Players.LocalPlayer.StarterPlaylist["1Megalo Strike Back"]:Destroy()
  1843. local Sound = Instance.new("Sound")
  1844. Sound.Parent = game.Players.LocalPlayer.StarterPlaylist
  1845. Sound.Volume = 2
  1846. Sound.Playing = true
  1847. Sound.Looped = true
  1848. Sound.SoundId = "rbxassetid://5294451688"
  1849. Sound.Name = "1Megalo Strike Back"
  1850. while mode == "perseverance" do
  1851. local A_1 =
  1852. {
  1853. [1] = getrenv()._G.Pass,
  1854. [2] = "SlashEffect",
  1855. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1856. [4] = Color3.new(88, 0, 129),
  1857. [5] = CFrame.new(0, 0, 0, 0.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1858. }
  1859. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1860. Event:FireServer(A_1)
  1861. wait(0.3)
  1862. local A_1 =
  1863. {
  1864. [1] = getrenv()._G.Pass,
  1865. [2] = "SlashEffect",
  1866. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1867. [4] = Color3.new(88, 0, 129),
  1868. [5] = CFrame.new(0, 0, 0, 0.866025388, -5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1869. }
  1870. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1871. Event:FireServer(A_1)
  1872. wait(0.2)
  1873. local A_1 =
  1874. {
  1875. [1] = getrenv()._G.Pass,
  1876. [2] = "SlashEffect",
  1877. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1878. [4] = Color3.new(88, 0, 129),
  1879. [5] = CFrame.new(0, 0, 0, 0.866025388, -3, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1880. }
  1881. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1882. Event:FireServer(A_1)
  1883. wait(0.1)
  1884. local A_1 =
  1885. {
  1886. [1] = getrenv()._G.Pass,
  1887. [2] = "SlashEffect",
  1888. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1889. [4] = Color3.new(88, 0, 129),
  1890. [5] = CFrame.new(0, 0, 0, 1.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1891. }
  1892. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1893. Event:FireServer(A_1)
  1894. end
  1895. elseif mode == "bluemode" then
  1896. local args = {
  1897. [1] = {
  1898. [1] = getrenv()._G.Pass,
  1899. [2] = "KnifeColor",
  1900. [3] = "ChangeColor",
  1901. [4] = Color3.fromRGB(6, 10, 248)--[[Color3]],
  1902. [5] = 0,
  1903. [6] = "BlueMode"
  1904. }
  1905. }
  1906.  
  1907. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  1908. game.Players.LocalPlayer.PlayerGui.UI.Ui.Info.Attack.Text = "Integrity"
  1909. game.Players.LocalPlayer.PlayerGui.UI.Ui.ManaBar.Bar.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  1910. wait(1.5)
  1911. game.Players.LocalPlayer:WaitForChild("StarterPlaylist")
  1912. game.Players.LocalPlayer.StarterPlaylist["1Megalo Strike Back"]:Destroy()
  1913. local Sound = Instance.new("Sound")
  1914. Sound.Parent = game.Players.LocalPlayer.StarterPlaylist
  1915. Sound.Volume = 2
  1916. Sound.Playing = true
  1917. Sound.Looped = true
  1918. Sound.SoundId = "rbxassetid://6403520059"
  1919. Sound.Name = "1Megalo Strike Back"
  1920. while mode == "bluemode" do
  1921. local A_1 =
  1922. {
  1923. [1] = getrenv()._G.Pass,
  1924. [2] = "SlashEffect",
  1925. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1926. [4] = Color3.new(0, 0, 255),
  1927. [5] = CFrame.new(0, 0, 0, 0.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1928. }
  1929. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1930. Event:FireServer(A_1)
  1931. wait(0.3)
  1932. local A_1 =
  1933. {
  1934. [1] = getrenv()._G.Pass,
  1935. [2] = "SlashEffect",
  1936. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1937. [4] = Color3.new(0, 0, 255),
  1938. [5] = CFrame.new(0, 0, 0, 0.866025388, -5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1939. }
  1940. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1941. Event:FireServer(A_1)
  1942. wait(0.3)
  1943. local A_1 =
  1944. {
  1945. [1] = getrenv()._G.Pass,
  1946. [2] = "SlashEffect",
  1947. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1948. [4] = Color3.new(0, 0, 255),
  1949. [5] = CFrame.new(0, 0, 0, 0.866025388, -3, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1950. }
  1951. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1952. Event:FireServer(A_1)
  1953. wait(0.3)
  1954. local A_1 =
  1955. {
  1956. [1] = getrenv()._G.Pass,
  1957. [2] = "SlashEffect",
  1958. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1959. [4] = Color3.new(0, 0, 255),
  1960. [5] = CFrame.new(0, 0, 0, 1.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1961. }
  1962. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  1963. Event:FireServer(A_1)
  1964. end
  1965. elseif mode == "kindness" then
  1966. local args = {
  1967. [1] = {
  1968. [1] = getrenv()._G.Pass,
  1969. [2] = "KnifeColor",
  1970. [3] = "ChangeColor",
  1971. [4] = Color3.fromRGB(6, 248, 38)--[[Color3]],
  1972. [5] = 0,
  1973. [6] = "GreenMode"
  1974. }
  1975. }
  1976.  
  1977. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  1978. game.Players.LocalPlayer.PlayerGui.UI.Ui.Info.Attack.Text = "Kindness"
  1979. game.Players.LocalPlayer.PlayerGui.UI.Ui.ManaBar.Bar.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  1980. wait(1.5)
  1981. game.Players.LocalPlayer:WaitForChild("StarterPlaylist")
  1982. game.Players.LocalPlayer.StarterPlaylist["1Megalo Strike Back"]:Destroy()
  1983. local Sound = Instance.new("Sound")
  1984. Sound.Parent = game.Players.LocalPlayer.StarterPlaylist
  1985. Sound.Volume = 2
  1986. Sound.Playing = true
  1987. Sound.Looped = true
  1988. Sound.SoundId = "rbxassetid://3012888916"
  1989. Sound.Name = "1Megalo Strike Back"
  1990. while mode == "kindness" do
  1991. local A_1 =
  1992. {
  1993. [1] = getrenv()._G.Pass,
  1994. [2] = "SlashEffect",
  1995. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  1996. [4] = Color3.new(0, 255, 0),
  1997. [5] = CFrame.new(0, 0, 0, 0.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  1998. }
  1999. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2000. Event:FireServer(A_1)
  2001. wait(0.3)
  2002. local A_1 =
  2003. {
  2004. [1] = getrenv()._G.Pass,
  2005. [2] = "SlashEffect",
  2006. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  2007. [4] = Color3.new(0, 255, 0),
  2008. [5] = CFrame.new(0, 0, 0, 0.866025388, -5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  2009. }
  2010. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2011. Event:FireServer(A_1)
  2012. wait(0.3)
  2013. local A_1 =
  2014. {
  2015. [1] = getrenv()._G.Pass,
  2016. [2] = "SlashEffect",
  2017. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  2018. [4] = Color3.new(0, 255, 0),
  2019. [5] = CFrame.new(0, 0, 0, 0.866025388, -3, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  2020. }
  2021. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2022. Event:FireServer(A_1)
  2023. wait(0.3)
  2024. local A_1 =
  2025. {
  2026. [1] = getrenv()._G.Pass,
  2027. [2] = "SlashEffect",
  2028. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  2029. [4] = Color3.new(0, 255, 0),
  2030. [5] = CFrame.new(0, 0, 0, 1.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  2031. }
  2032. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2033. Event:FireServer(A_1)
  2034. end
  2035.  
  2036. elseif mode == "orangemode" then
  2037. local args = {
  2038. [1] = {
  2039. [1] = getrenv()._G.Pass,
  2040. [2] = "KnifeColor",
  2041. [3] = "ChangeColor",
  2042. [4] = Color3.fromRGB(255, 89, 0),
  2043. [5] = 0,
  2044. [6] = "OrangeMode"
  2045. }
  2046. }
  2047.  
  2048. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  2049. game.Players.LocalPlayer.PlayerGui.UI.Ui.Info.Attack.Text = "Bravery"
  2050. game.Players.LocalPlayer.PlayerGui.UI.Ui.ManaBar.Bar.BackgroundColor3 = Color3.fromRGB(255, 89, 0)
  2051. wait(2)
  2052. game.Players.LocalPlayer:WaitForChild("StarterPlaylist")
  2053. game.Players.LocalPlayer.StarterPlaylist["1Megalo Strike Back"]:Destroy()
  2054. local Sound = Instance.new("Sound")
  2055. Sound.Parent = game.Players.LocalPlayer.StarterPlaylist
  2056. Sound.Volume = 2
  2057. Sound.Playing = true
  2058. Sound.Looped = true
  2059. Sound.SoundId = "rbxassetid://7256486381"
  2060. Sound.Name = "1Megalo Strike Back"
  2061. while mode == "orangemode" do
  2062. local A_1 =
  2063. {
  2064. [1] = getrenv()._G.Pass,
  2065. [2] = "SlashEffect",
  2066. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  2067. [4] = Color3.fromRGB(255, 89, 0),
  2068. [5] = CFrame.new(0, 0, 0, 0.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  2069. }
  2070. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2071. Event:FireServer(A_1)
  2072. wait(0.3)
  2073. local A_1 =
  2074. {
  2075. [1] = getrenv()._G.Pass,
  2076. [2] = "SlashEffect",
  2077. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  2078. [4] = Color3.fromRGB(255, 89, 0),
  2079. [5] = CFrame.new(0, 0, 0, 0.866025388, -5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  2080. }
  2081. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2082. Event:FireServer(A_1)
  2083. wait(0.3)
  2084. local A_1 =
  2085. {
  2086. [1] = getrenv()._G.Pass,
  2087. [2] = "SlashEffect",
  2088. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  2089. [4] = Color3.fromRGB(255, 89, 0),
  2090. [5] = CFrame.new(0, 0, 0, 0.866025388, -3, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  2091. }
  2092. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2093. Event:FireServer(A_1)
  2094. wait(0.3)
  2095. local A_1 =
  2096. {
  2097. [1] = getrenv()._G.Pass,
  2098. [2] = "SlashEffect",
  2099. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  2100. [4] = Color3.fromRGB(255, 89, 0),
  2101. [5] = CFrame.new(0, 0, 0, 1.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  2102. }
  2103. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2104. Event:FireServer(A_1)
  2105. end
  2106. elseif mode == "lightbluemode" then
  2107. local args = {
  2108. [1] = {
  2109. [1] = getrenv()._G.Pass,
  2110. [2] = "KnifeColor",
  2111. [3] = "ChangeColor",
  2112. [4] = Color3.fromRGB(6, 248, 228),
  2113. [5] = 0,
  2114. [6] = "LightBlueMode"
  2115. }
  2116. }
  2117.  
  2118. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  2119. game.Players.LocalPlayer.PlayerGui.UI.Ui.Info.Attack.Text = "Patience"
  2120. game.Players.LocalPlayer.PlayerGui.UI.Ui.ManaBar.Bar.BackgroundColor3 = Color3.fromRGB(0, 180, 250)
  2121. wait(1.7)
  2122. game.Players.LocalPlayer:WaitForChild("StarterPlaylist")
  2123. game.Players.LocalPlayer.StarterPlaylist["1Megalo Strike Back"]:Destroy()
  2124. local Sound = Instance.new("Sound")
  2125. Sound.Parent = game.Players.LocalPlayer.StarterPlaylist
  2126. Sound.Volume = 2
  2127. Sound.Playing = true
  2128. Sound.Looped = true
  2129. Sound.SoundId = "rbxassetid://935501955"
  2130. Sound.Name = "1Megalo Strike Back"
  2131. while mode == "lightbluemode" do
  2132. local A_1 =
  2133. {
  2134. [1] = getrenv()._G.Pass,
  2135. [2] = "SlashEffect",
  2136. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  2137. [4] = Color3.new(0, 180, 250),
  2138. [5] = CFrame.new(0, 0, 0, 0.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  2139. }
  2140. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2141. Event:FireServer(A_1)
  2142. wait(0.3)
  2143. local A_1 =
  2144. {
  2145. [1] = getrenv()._G.Pass,
  2146. [2] = "SlashEffect",
  2147. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  2148. [4] = Color3.new(0, 180, 250),
  2149. [5] = CFrame.new(0, 0, 0, 0.866025388, -5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  2150. }
  2151. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2152. Event:FireServer(A_1)
  2153. wait(0.3)
  2154. local A_1 =
  2155. {
  2156. [1] = getrenv()._G.Pass,
  2157. [2] = "SlashEffect",
  2158. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  2159. [4] = Color3.new(0, 180, 250),
  2160. [5] = CFrame.new(0, 0, 0, 0.866025388, -3, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  2161. }
  2162. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2163. Event:FireServer(A_1)
  2164. wait(0.3)
  2165. local A_1 =
  2166. {
  2167. [1] = getrenv()._G.Pass,
  2168. [2] = "SlashEffect",
  2169. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing1,
  2170. [4] = Color3.new(0, 180, 250),
  2171. [5] = CFrame.new(0, 0, 0, 1.866025388, -0.5, 0, 0.5, 0.866025388, 0, 0, 0, 1)
  2172. }
  2173. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2174. Event:FireServer(A_1)
  2175. end
  2176. end-- the end of if
  2177. end
  2178. end)
  2179.  
  2180. local mouse = game.Players.LocalPlayer:GetMouse()
  2181. mouse.KeyDown:Connect(function(k)
  2182. if k == "e" then wait(0)
  2183. if mode == "hate" then
  2184.  
  2185. mode = "DT"
  2186. _G.soulsmode = 1
  2187. local args = {
  2188. [1] = {
  2189. [1] = getrenv()._G.Pass,
  2190. [2] = "KnifeColor",
  2191. [3] = "Reverse"
  2192. }
  2193. }
  2194.  
  2195. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  2196. wait(0.5)
  2197.  
  2198.  
  2199. Player = game.Players.LocalPlayer.Name
  2200. AnimationId = "7004737889"
  2201. local Anim = Instance.new("Animation")
  2202. Anim.AnimationId = "rbxassetid://"..AnimationId
  2203. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2204. k:Play() --Play the animation
  2205. k:AdjustSpeed(1.5)
  2206. elseif mode == "DT" then
  2207. mode = "justice"
  2208. _G.soulsmode = 2
  2209. local args = {
  2210. [1] = {
  2211. [1] = getrenv()._G.Pass,
  2212. [2] = "KnifeColor",
  2213. [3] = "Reverse"
  2214. }
  2215. }
  2216.  
  2217. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  2218.  
  2219. wait(0.5)
  2220.  
  2221. Player = game.Players.LocalPlayer.Name
  2222. AnimationId = "7004737889"
  2223. local Anim = Instance.new("Animation")
  2224. Anim.AnimationId = "rbxassetid://"..AnimationId
  2225. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2226. k:Play() --Play the animation
  2227. k:AdjustSpeed(1.5)
  2228. elseif mode == "justice" then
  2229. mode = "orangemode"
  2230. _G.soulsmode = 3
  2231. local args = {
  2232. [1] = {
  2233. [1] = getrenv()._G.Pass,
  2234. [2] = "KnifeColor",
  2235. [3] = "Reverse"
  2236. }
  2237. }
  2238.  
  2239. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  2240.  
  2241. wait(0.5)
  2242.  
  2243. Player = game.Players.LocalPlayer.Name
  2244. AnimationId = "7004737889"
  2245. local Anim = Instance.new("Animation")
  2246. Anim.AnimationId = "rbxassetid://"..AnimationId
  2247. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2248. k:Play() --Play the animation
  2249. k:AdjustSpeed(1.5)
  2250. elseif mode == "orangemode" then
  2251. mode = "lightbluemode"
  2252. _G.soulsmode = 4
  2253. local args = {
  2254. [1] = {
  2255. [1] = getrenv()._G.Pass,
  2256. [2] = "KnifeColor",
  2257. [3] = "Reverse"
  2258. }
  2259. }
  2260.  
  2261. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  2262.  
  2263. wait(0.5)
  2264.  
  2265. Player = game.Players.LocalPlayer.Name
  2266. AnimationId = "7004737889"
  2267. local Anim = Instance.new("Animation")
  2268. Anim.AnimationId = "rbxassetid://"..AnimationId
  2269. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2270. k:Play() --Play the animation
  2271. k:AdjustSpeed(1.5)
  2272. elseif mode == "lightbluemode" then
  2273. mode = "bluemode"
  2274. _G.soulsmode = 5
  2275. local args = {
  2276. [1] = {
  2277. [1] = getrenv()._G.Pass,
  2278. [2] = "KnifeColor",
  2279. [3] = "Reverse"
  2280. }
  2281. }
  2282.  
  2283. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  2284.  
  2285. wait(0.5)
  2286.  
  2287. Player = game.Players.LocalPlayer.Name
  2288. AnimationId = "7004737889"
  2289. local Anim = Instance.new("Animation")
  2290. Anim.AnimationId = "rbxassetid://"..AnimationId
  2291. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2292. k:Play() --Play the animation
  2293. k:AdjustSpeed(1.5)
  2294. elseif mode == "bluemode" then
  2295. mode = "kindness"
  2296. _G.soulsmode = 6
  2297. local args = {
  2298. [1] = {
  2299. [1] = getrenv()._G.Pass,
  2300. [2] = "KnifeColor",
  2301. [3] = "Reverse"
  2302. }
  2303. }
  2304.  
  2305. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  2306.  
  2307. wait(0.5)
  2308.  
  2309. Player = game.Players.LocalPlayer.Name
  2310. AnimationId = "7004737889"
  2311. local Anim = Instance.new("Animation")
  2312. Anim.AnimationId = "rbxassetid://"..AnimationId
  2313. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2314. k:Play() --Play the animation
  2315. k:AdjustSpeed(1.5)
  2316. elseif mode == "kindness" then
  2317. mode = "perseverance"
  2318. _G.soulsmode = 7
  2319. local args = {
  2320. [1] = {
  2321. [1] = getrenv()._G.Pass,
  2322. [2] = "KnifeColor",
  2323. [3] = "Reverse"
  2324. }
  2325. }
  2326.  
  2327. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  2328.  
  2329. wait(0.5)
  2330.  
  2331. Player = game.Players.LocalPlayer.Name
  2332. AnimationId = "7004737889"
  2333. local Anim = Instance.new("Animation")
  2334. Anim.AnimationId = "rbxassetid://"..AnimationId
  2335. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2336. k:Play() --Play the animation
  2337. k:AdjustSpeed(1.5)
  2338. elseif mode == "perseverance" then
  2339. mode = "hate"
  2340. _G.soulsmode = 8
  2341. local args = {
  2342. [1] = {
  2343. [1] = getrenv()._G.Pass,
  2344. [2] = "KnifeColor",
  2345. [3] = "Reverse"
  2346. }
  2347. }
  2348.  
  2349. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  2350.  
  2351. wait(0.5)
  2352.  
  2353. Player = game.Players.LocalPlayer.Name
  2354. AnimationId = "7004737889"
  2355. local Anim = Instance.new("Animation")
  2356. Anim.AnimationId = "rbxassetid://"..AnimationId
  2357. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2358. k:Play() --Play the animation
  2359. k:AdjustSpeed(1.5)
  2360. end
  2361. end
  2362. end)
  2363. local mouse = game.Players.LocalPlayer:GetMouse()
  2364. mouse.KeyDown:Connect(function(k)
  2365. if k == "q" then wait(0)
  2366. if mode == "hate" then
  2367. _G.soulsmode = 7
  2368. mode = "perseverance"
  2369. local args = {
  2370. [1] = {
  2371. [1] = getrenv()._G.Pass,
  2372. [2] = "KnifeColor",
  2373. [3] = "Reverse"
  2374. }
  2375. }
  2376.  
  2377. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  2378. wait(0.5)
  2379.  
  2380.  
  2381. Player = game.Players.LocalPlayer.Name
  2382. AnimationId = "7004737889"
  2383. local Anim = Instance.new("Animation")
  2384. Anim.AnimationId = "rbxassetid://"..AnimationId
  2385. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2386. k:Play() --Play the animation
  2387. k:AdjustSpeed(1.5)
  2388. elseif mode == "perseverance" then
  2389. mode = "kindness"
  2390. _G.soulsmode = 6
  2391. local args = {
  2392. [1] = {
  2393. [1] = getrenv()._G.Pass,
  2394. [2] = "KnifeColor",
  2395. [3] = "Reverse"
  2396. }
  2397. }
  2398.  
  2399. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  2400.  
  2401. wait(0.5)
  2402.  
  2403. Player = game.Players.LocalPlayer.Name
  2404. AnimationId = "7004737889"
  2405. local Anim = Instance.new("Animation")
  2406. Anim.AnimationId = "rbxassetid://"..AnimationId
  2407. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2408. k:Play() --Play the animation
  2409. k:AdjustSpeed(1.5)
  2410. elseif mode == "kindness" then
  2411. mode = "bluemode"
  2412. _G.soulsmode = 5
  2413. local args = {
  2414. [1] = {
  2415. [1] = getrenv()._G.Pass,
  2416. [2] = "KnifeColor",
  2417. [3] = "Reverse"
  2418. }
  2419. }
  2420.  
  2421. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  2422.  
  2423. wait(0.5)
  2424.  
  2425. Player = game.Players.LocalPlayer.Name
  2426. AnimationId = "7004737889"
  2427. local Anim = Instance.new("Animation")
  2428. Anim.AnimationId = "rbxassetid://"..AnimationId
  2429. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2430. k:Play() --Play the animation
  2431. k:AdjustSpeed(1.5)
  2432. elseif mode == "bluemode" then
  2433. mode = "lightbluemode"
  2434. _G.soulsmode = 4
  2435. local args = {
  2436. [1] = {
  2437. [1] = getrenv()._G.Pass,
  2438. [2] = "KnifeColor",
  2439. [3] = "Reverse"
  2440. }
  2441. }
  2442.  
  2443. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  2444.  
  2445. wait(0.5)
  2446.  
  2447. Player = game.Players.LocalPlayer.Name
  2448. AnimationId = "7004737889"
  2449. local Anim = Instance.new("Animation")
  2450. Anim.AnimationId = "rbxassetid://"..AnimationId
  2451. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2452. k:Play() --Play the animation
  2453. k:AdjustSpeed(1.5)
  2454. elseif mode == "lightbluemode" then
  2455. mode = "orangemode"
  2456. _G.soulsmode = 3
  2457. local args = {
  2458. [1] = {
  2459. [1] = getrenv()._G.Pass,
  2460. [2] = "KnifeColor",
  2461. [3] = "Reverse"
  2462. }
  2463. }
  2464.  
  2465. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  2466.  
  2467. wait(0.5)
  2468.  
  2469. Player = game.Players.LocalPlayer.Name
  2470. AnimationId = "7004737889"
  2471. local Anim = Instance.new("Animation")
  2472. Anim.AnimationId = "rbxassetid://"..AnimationId
  2473. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2474. k:Play() --Play the animation
  2475. k:AdjustSpeed(1.5)
  2476. elseif mode == "orangemode" then
  2477. mode = "justice"
  2478. _G.soulsmode = 2
  2479. local args = {
  2480. [1] = {
  2481. [1] = getrenv()._G.Pass,
  2482. [2] = "KnifeColor",
  2483. [3] = "Reverse"
  2484. }
  2485. }
  2486.  
  2487. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  2488.  
  2489. wait(0.5)
  2490.  
  2491. Player = game.Players.LocalPlayer.Name
  2492. AnimationId = "7004737889"
  2493. local Anim = Instance.new("Animation")
  2494. Anim.AnimationId = "rbxassetid://"..AnimationId
  2495. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2496. k:Play() --Play the animation
  2497. k:AdjustSpeed(1.5)
  2498. elseif mode == "justice" then
  2499. mode = "DT"
  2500. _G.soulsmode = 1
  2501. local args = {
  2502. [1] = {
  2503. [1] = getrenv()._G.Pass,
  2504. [2] = "KnifeColor",
  2505. [3] = "Reverse"
  2506. }
  2507. }
  2508.  
  2509. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  2510.  
  2511. wait(0.5)
  2512.  
  2513. Player = game.Players.LocalPlayer.Name
  2514. AnimationId = "7004737889"
  2515. local Anim = Instance.new("Animation")
  2516. Anim.AnimationId = "rbxassetid://"..AnimationId
  2517. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2518. k:Play() --Play the animation
  2519. k:AdjustSpeed(1.5)
  2520. elseif mode == "DT" then
  2521. mode = "hate"
  2522. _G.soulsmode = 8
  2523. local args = {
  2524. [1] = {
  2525. [1] = getrenv()._G.Pass,
  2526. [2] = "KnifeColor",
  2527. [3] = "Reverse"
  2528. }
  2529. }
  2530.  
  2531. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer(unpack(args))
  2532.  
  2533. wait(0.5)
  2534.  
  2535. Player = game.Players.LocalPlayer.Name
  2536. AnimationId = "7004737889"
  2537. local Anim = Instance.new("Animation")
  2538. Anim.AnimationId = "rbxassetid://"..AnimationId
  2539. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2540. k:Play() --Play the animation
  2541. k:AdjustSpeed(1.5)
  2542. end
  2543. end
  2544. end)
  2545.  
  2546.  
  2547.  
  2548. end)
  2549.  
  2550. _G.infon = false
  2551.  
  2552. game.Players.LocalPlayer.Backpack:WaitForChild("Main"):WaitForChild("CharaMoves"):WaitForChild("ModuleScript"):WaitForChild("Animations").BladesCombat:ClearAllChildren()
  2553. local function lmb(damage,knockback,hittime,animinst,kbvalue,sound)
  2554. print("fired")
  2555.  
  2556. if game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value ~= nil then
  2557. local A_1 = getrenv()._G.Pass
  2558. local A_2 = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  2559. local A_3 =
  2560. {
  2561. ["HitTime"] = hittime,
  2562. ["Type"] = knockback,
  2563. ["HitEffect"] = "KnifeHitEffect",
  2564. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Hurt3,
  2565. ["Sound"] = sound, --KnifeHit
  2566. ["Velocity"] = kbvalue,
  2567. ["Damage"] = damage
  2568. }
  2569. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  2570. Event:InvokeServer(A_1, A_2, A_3)
  2571. end
  2572. local Anim = Instance.new("Animation")
  2573. Anim.AnimationId = animinst
  2574. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2575. k:Play()
  2576. k:AdjustSpeed(3)
  2577. end
  2578.  
  2579.  
  2580.  
  2581.  
  2582.  
  2583. --lmb
  2584. local uis = game:GetService("UserInputService")
  2585. local walkspeed = game.Players.LocalPlayer.Backpack.Main.WalkSpeed.Value and game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  2586. local lmbmode = 0
  2587. local waittime = 0
  2588. local lmbon = true
  2589. uis.InputBegan:Connect(function(inputObject,gameProcessedEvent)
  2590. if not gameProcessedEvent then
  2591. if inputObject.UserInputType == Enum.UserInputType.MouseButton1 then
  2592. if lmbmode == 0 and lmbon == true then
  2593. lmbon = false
  2594. waittime = 0.8
  2595. walkspeed = 0
  2596. lmb(10,"Normal",0.5,"rbxassetid://4906092495",game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * Vector3.new(0, 0, 1),game:GetService("ReplicatedStorage").Sounds.KnifeHit)
  2597. local A_1 =
  2598. {
  2599. [1] = getrenv()._G.Pass,
  2600. [2] = "SlashEffect",
  2601. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing3,
  2602. [4] = Color3.new(0, 0, 0),
  2603. [5] = CFrame.Angles(0,0,0)
  2604. }
  2605. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2606. Event:FireServer(A_1)
  2607. wait(0.05)
  2608.  
  2609. lmbmode = 1
  2610.  
  2611. walkspeed = 10
  2612. lmbon = true
  2613. elseif lmbmode == 1 and lmbon == true then
  2614. lmbon = false
  2615.  
  2616. waittime = 0.8
  2617. walkspeed = 0
  2618. lmb(2,"Normal",0.6,"rbxassetid://4800266314",game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * Vector3.new(0, 0, 1),game:GetService("ReplicatedStorage").Sounds.KnifeHit)
  2619. local A_1 =
  2620. {
  2621. [1] = getrenv()._G.Pass,
  2622. [2] = "SlashEffect",
  2623. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing3,
  2624. [4] = Color3.new(0, 0, 0),
  2625. [5] = CFrame.Angles(0,0,math.rad(70))
  2626. }
  2627. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2628. Event:FireServer(A_1)
  2629. wait(0.1)
  2630.  
  2631. lmbmode = 2
  2632. walkspeed = 10
  2633.  
  2634. lmbon = true
  2635. elseif lmbmode == 2 and lmbon == true then
  2636. lmbon = false
  2637. waittime = 0.8
  2638. walkspeed = 0
  2639. lmb(4,"Normal",0.4,"rbxassetid://4348301706",game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * Vector3.new(0, 0, 1),game:GetService("ReplicatedStorage").Sounds.KnifeHit)
  2640. local A_1 =
  2641. {
  2642. [1] = getrenv()._G.Pass,
  2643. [2] = "SlashEffect",
  2644. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing3,
  2645. [4] = Color3.new(0, 0, 0),
  2646. [5] = CFrame.Angles(0,0,math.rad(20))
  2647. }
  2648. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2649. Event:FireServer(A_1)
  2650. wait(0.05)
  2651.  
  2652. lmbmode = 3
  2653. walkspeed = 10
  2654.  
  2655. lmbon = true
  2656. elseif lmbmode == 3 and lmbon == true then
  2657. lmbon = false
  2658.  
  2659. waittime = 0.8
  2660. walkspeed = 0
  2661. lmb(3,"Normal",0.5,"rbxassetid://4456901030",game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * Vector3.new(0, 0, 1),game:GetService("ReplicatedStorage").Sounds.KnifeHit)
  2662. local A_1 =
  2663. {
  2664. [1] = getrenv()._G.Pass,
  2665. [2] = "SlashEffect",
  2666. [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing3,
  2667. [4] = Color3.new(0, 0, 0),
  2668. [5] = CFrame.Angles(0,0,math.rad(110))
  2669. }
  2670. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2671. Event:FireServer(A_1)
  2672. wait(0.1)
  2673.  
  2674. lmbmode = 4
  2675. walkspeed = 10
  2676. lmbon = true
  2677. elseif lmbmode == 4 and lmbon == true then
  2678. lmbon = false
  2679.  
  2680. waittime = 0.8
  2681. walkspeed = 0
  2682. lmb(5,"Normal",0.6,"rbxassetid://4300091335",game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * Vector3.new(0, 0, 1),game:GetService("ReplicatedStorage").Sounds.KnifeHit)
  2683.  
  2684. wait(0.1)
  2685.  
  2686. if _G.infon then
  2687. lmbmode = 0
  2688. else
  2689. lmbmode = 5
  2690. end
  2691. walkspeed = 10
  2692. lmbon = true
  2693. elseif lmbmode == 5 and lmbon == true then
  2694. lmbon = false
  2695.  
  2696. walkspeed = 0
  2697. lmb(5,"Knockback",0.6,"rbxassetid://4906108508",game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 170 + Vector3.new(0, -40, 0),game:GetService("ReplicatedStorage").Sounds.KnifeHit)
  2698.  
  2699. wait(0.3)
  2700.  
  2701. walkspeed = 10
  2702. wait(2.7)
  2703. lmbmode = 0
  2704. lmbon = true
  2705. end
  2706. end
  2707. end
  2708. end)
  2709.  
  2710.  
  2711. coroutine.resume(coroutine.create(function()
  2712. while true do
  2713. wait(0.1)
  2714. if waittime ~= 0 then
  2715. waittime = waittime - 0.1
  2716. if waittime > 0 then
  2717. else
  2718. waittime = 0
  2719. end
  2720.  
  2721. end
  2722. if waittime == 0 then
  2723. lmbmode = 0
  2724. end
  2725. end
  2726. end))
  2727.  
  2728.  
  2729. uis.InputBegan:Connect(function(input,gameProcessedEvent)
  2730. local keyPressed = input.KeyCode
  2731. print("keypress")
  2732. if not gameProcessedEvent then
  2733. print("processed")
  2734. if keyPressed == Enum.KeyCode.P then
  2735. if _G.infon == false then
  2736. _G.infon = true
  2737. local A_1 = {
  2738. [1] = pass,
  2739. [2] = "Chatted",
  2740. [3] = "INF COMBO = TRUE",
  2741. [4] = Color3.new(1, 0, 0)
  2742. }
  2743. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2744. Event:FireServer(A_1)
  2745. else
  2746. _G.infon = false
  2747. local A_1 = {
  2748. [1] = pass,
  2749. [2] = "Chatted",
  2750. [3] = "INF COMBO = FALSE",
  2751. [4] = Color3.new(1, 0, 0)
  2752. }
  2753. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  2754. Event:FireServer(A_1)
  2755. end
  2756. end
  2757. end
  2758. end)
  2759.  
  2760. function attack1()
  2761. --Test
  2762. --_G.cdr = false--Just global cooldown cause this is just a pure script, so ya know you dont accidently spam it and get banned
  2763. if _G.cdr then return end-- it will stop the script from running after you used it until the cooldown is done
  2764. _G.cdr = true---sets to true so the line above would work
  2765. pass = getrenv()._G.Pass
  2766. player = game.Players.LocalPlayer
  2767. m = player:GetMouse()
  2768. local LockOn = player.Backpack.Main.LockOnScript.LockOn.Value
  2769. if LockOn then
  2770. target = LockOn
  2771. r2 = target.HumanoidRootPart.CFrame
  2772. elseif not LockOn then
  2773. r2 = m.Hit*CFrame.new(0,4,0)
  2774. end
  2775. char = player.Character
  2776. h = char.Humanoid
  2777. a = Instance.new('Animation')
  2778. a.AnimationId = 'rbxassetid://4905914802'
  2779. k = h:LoadAnimation(a)
  2780. k:Play()
  2781. k:AdjustSpeed(3)
  2782. --char.HumanoidRootPart.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,20,0)
  2783. --wait(.1)
  2784. amm = 5
  2785. --char.HumanoidRootPart.Position + Vector3.new(0,10000,0)
  2786. for i = 1,amm,1 do
  2787. spawn(function()
  2788. local A_1 = {
  2789. [1] = pass,
  2790. [2] = "KnifeProjectile",
  2791. [3] = "Spawn",
  2792. [4] = r2.p
  2793. }
  2794. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  2795. Event:InvokeServer(A_1)
  2796. end)
  2797. end
  2798. am = 0
  2799. local tab2 = {}-- Adds the table for the projectiles
  2800. val = Instance.new('NumberValue',player)--Creates a number value Instance to be able to detect value
  2801. val.Name = 'KnifeSlashes Amount'
  2802. detect = char.Attacks.ChildAdded:Connect(function(pp)--- detects if an instance is added to the Attacks Folder
  2803. if pp.Name == 'KnifeSlashProjectile' then-- you can use dex to get the name of the projectiles
  2804. table.insert(tab2,pp)---inserts the part to the table so it can be used later
  2805. am = am + 1-- everytime a projectile is added it will add the numbers and change the NumberValue to that number
  2806. val.Value = am
  2807. pp:WaitForChild('BodyVelocity'):Destroy()-- Removes body velocity(Body Velocity is the instance that makes the projectile move)
  2808. end
  2809. end)
  2810. detect2 = val:GetPropertyChangedSignal("Value"):Connect(function()
  2811. if val.Value == amm then--- Detect when there are a specific number of projectiles well depending on the remote u have to multiply it sometimes
  2812. tab = {}-- Adding table for the BodyPosition
  2813. for _,v in pairs(tab2) do---goes through the table
  2814. v.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,10,-2)
  2815. v1 = Instance.new('BodyPosition',v)-- Adds Body Position Instance(It will move the projectiles to a specific location)
  2816. fol = Instance.new('Folder',v1)
  2817. v1.Name = 'Client'-- Needs to be named client in soulshatters so it wont crash
  2818. v1.MaxForce = Vector3.new(1,1,1)*100000
  2819. v1.D = 1000--Dampening
  2820. v1.P = 30000---The Velocity that will be used to move the projeciles to a specific position
  2821. x = math.random(-10,10)*2
  2822. z = math.random(-10,10)*2
  2823. v1.Position = (char.HumanoidRootPart.CFrame).p + Vector3.new(0,10,0)
  2824. table.insert(tab,v1)--Inserts the instances to the table
  2825. v1.Position = (char.HumanoidRootPart.CFrame).p + Vector3.new(x,10,z)
  2826. end
  2827. wait(.5)
  2828. for i = 1,#tab do--will loop for how many things are in the table
  2829. local LockOn = player.Backpack.Main.LockOnScript.LockOn.Value--LockOn Value to get the lock on of a player
  2830. if LockOn then -- Checks if you are locked on
  2831. target = LockOn
  2832. r2 = target.HumanoidRootPart.CFrame
  2833. r1 = target.HumanoidRootPart
  2834. elseif not LockOn then--If you are not locked it will use your Mouse Position instead
  2835. r2 = m.Hit
  2836. r1 = m.Target
  2837. end
  2838. x = math.random(-20,20)
  2839. z = math.random(-20,20)
  2840. tab[i].D = 150---when you add things into a table there wil be a number that defines that instance in the table(kinda like names work)
  2841. tab[i].Position = r2.p + Vector3.new(0,-4,0)
  2842. tab2[i].CFrame = r2*CFrame.new(x,10,z)
  2843. wait()
  2844. spawn(function()-- Remote to make it damage the target
  2845. local A_1 = {
  2846. [1] = pass,
  2847. [2] = "KnifeProjectile",
  2848. [3] = "Hit",
  2849. [4] = tab2[i], --The projectile
  2850. [5] = r2, --The target CFrame
  2851. [6] = r1-- Target Part
  2852. }
  2853. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  2854. Event:InvokeServer(A_1)
  2855. end)
  2856. wait(.1)
  2857. end
  2858. wait(3)---cooldown
  2859. detect:Disconnect()-- Disconnects the functions so it wont keep running
  2860. detect2:Disconnect()
  2861. val:Destroy()-- Destroy the Number value instance used to detect the Projectiles
  2862. _G.cdr = false--_G is a global value so if u used the same _G.(local name) in another script it will still work
  2863. -- so this is just to make the cooldown Global
  2864. end
  2865. end)
  2866. end
  2867. function attack2()
  2868. --Test
  2869. --_G.cdr = false--Just global cooldown cause this is just a pure script, so ya know you dont accidently spam it and get banned
  2870. if _G.cdr then return end-- it will stop the script from running after you used it until the cooldown is done
  2871. _G.cdr = true---sets to true so the line above would work
  2872. pass = getrenv()._G.Pass
  2873. player = game.Players.LocalPlayer
  2874. m = player:GetMouse()
  2875. local LockOn = player.Backpack.Main.LockOnScript.LockOn.Value
  2876. if LockOn then
  2877. target = LockOn
  2878. r2 = target.HumanoidRootPart.CFrame
  2879. elseif not LockOn then
  2880. r2 = m.Hit*CFrame.new(0,4,0)
  2881. end
  2882. char = player.Character
  2883. h = char.Humanoid
  2884. a = Instance.new('Animation')
  2885. a.AnimationId = 'rbxassetid://4905914802'
  2886. k = h:LoadAnimation(a)
  2887. k:Play()
  2888. k:AdjustSpeed(3)
  2889. --char.HumanoidRootPart.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,20,0)
  2890. --wait(.1)
  2891. amm = 5
  2892. --char.HumanoidRootPart.Position + Vector3.new(0,10000,0)
  2893. for i = 1,amm,1 do
  2894. spawn(function()
  2895. local A_1 = {
  2896. [1] = pass,
  2897. [2] = "KnifeProjectilePurple",
  2898. [3] = "Spawn",
  2899. [4] = r2.p
  2900. }
  2901. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  2902. Event:InvokeServer(A_1)
  2903. end)
  2904. end
  2905. am = 0
  2906. local tab2 = {}-- Adds the table for the projectiles
  2907. val = Instance.new('NumberValue',player)--Creates a number value Instance to be able to detect value
  2908. val.Name = 'KnifeSlashes Amount'
  2909. detect = char.Attacks.ChildAdded:Connect(function(pp)--- detects if an instance is added to the Attacks Folder
  2910. if pp.Name == 'KnifeSlashProjectilePurple' then-- you can use dex to get the name of the projectiles
  2911. table.insert(tab2,pp)---inserts the part to the table so it can be used later
  2912. am = am + 1-- everytime a projectile is added it will add the numbers and change the NumberValue to that number
  2913. val.Value = am
  2914. pp:WaitForChild('BodyVelocity'):Destroy()-- Removes body velocity(Body Velocity is the instance that makes the projectile move)
  2915. end
  2916. end)
  2917. detect2 = val:GetPropertyChangedSignal("Value"):Connect(function()
  2918. if val.Value == amm then--- Detect when there are a specific number of projectiles well depending on the remote u have to multiply it sometimes
  2919. tab = {}-- Adding table for the BodyPosition
  2920. for _,v in pairs(tab2) do---goes through the table
  2921. v.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,10,0)
  2922. v1 = Instance.new('BodyPosition',v)-- Adds Body Position Instance(It will move the projectiles to a specific location)
  2923. fol = Instance.new('Folder',v1)
  2924. v1.Name = 'Client'-- Needs to be named client in soulshatters so it wont crash
  2925. v1.MaxForce = Vector3.new(0,1,0)*100000
  2926. v1.D = 1000--Dampening
  2927. v1.P = 30000---The Velocity that will be used to move the projeciles to a specific position
  2928. x = math.random(0,0)*2
  2929. z = math.random(0,10)*2
  2930. v1.Position = (char.HumanoidRootPart.CFrame).p + Vector3.new(0,10,0)
  2931. table.insert(tab,v1)--Inserts the instances to the table
  2932. v1.Position = (char.HumanoidRootPart.CFrame).p + Vector3.new(x,10,z)
  2933. end
  2934. wait(.5)
  2935. for i = 1,#tab do--will loop for how many things are in the table
  2936. local LockOn = player.Backpack.Main.LockOnScript.LockOn.Value--LockOn Value to get the lock on of a player
  2937. if LockOn then -- Checks if you are locked on
  2938. target = LockOn
  2939. r2 = target.HumanoidRootPart.CFrame
  2940. r1 = target.HumanoidRootPart
  2941. elseif not LockOn then--If you are not locked it will use your Mouse Position instead
  2942. r2 = m.Hit
  2943. r1 = m.Target
  2944. end
  2945. x = math.random(0,0)
  2946. z = math.random(-20,2)
  2947. tab[i].D = 150---when you add things into a table there wil be a number that defines that instance in the table(kinda like names work)
  2948. tab[i].Position = r2.p + Vector3.new(0,-4,0)
  2949. tab2[i].CFrame = r2*CFrame.new(x,10,z)
  2950. wait()
  2951. spawn(function()-- Remote to make it damage the target
  2952. local A_1 = {
  2953. [1] = pass,
  2954. [2] = "KnifeProjectilePurple",
  2955. [3] = "Hit",
  2956. [4] = tab2[i], --The projectile
  2957. [5] = r2, --The target CFrame
  2958. [6] = r1-- Target Part
  2959. }
  2960. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  2961. Event:InvokeServer(A_1)
  2962. end)
  2963. wait(.1)
  2964. end
  2965. wait(3)---cooldown
  2966. detect:Disconnect()-- Disconnects the functions so it wont keep running
  2967. detect2:Disconnect()
  2968. val:Destroy()-- Destroy the Number value instance used to detect the Projectiles
  2969. _G.cdr = false--_G is a global value so if u used the same _G.(local name) in another script it will still work
  2970. -- so this is just to make the cooldown Global
  2971. end
  2972. end)
  2973. end
  2974. function attack3()
  2975. local char = player.Character
  2976. local bigmogus = char.Humanoid
  2977. local attack3sus = Instance.new('Animation')
  2978. attack3sus.AnimationId = 'rbxassetid://4905914802'
  2979. local amgus = bigmogus:LoadAnimation(a)
  2980. amgus:Play()
  2981. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer({getrenv()._G.Pass, "KnifeProjectileYellow", "Spawn", Vector3.new(0,2000,0)})
  2982. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer({getrenv()._G.Pass, "KnifeProjectileYellow", "Spawn", Vector3.new(0,2000,0)})
  2983. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer({getrenv()._G.Pass, "KnifeProjectileYellow", "Spawn", Vector3.new(0,2000,0)})
  2984. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer({getrenv()._G.Pass, "KnifeProjectileYellow", "Spawn", Vector3.new(0,2000,0)})
  2985. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer({getrenv()._G.Pass, "KnifeProjectileYellow", "Spawn", Vector3.new(0,2000,0)})
  2986. wait(0.5)
  2987. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer({getrenv()._G.Pass, "KnifeProjectileYellow", "Spawn", Vector3.new(0,2000,0)})
  2988. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer({getrenv()._G.Pass, "KnifeProjectileYellow", "Spawn", Vector3.new(0,2000,0)})
  2989. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer({getrenv()._G.Pass, "KnifeProjectileYellow", "Spawn", Vector3.new(0,2000,0)})
  2990. wait(0.5)
  2991. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer({getrenv()._G.Pass, "KnifeProjectileYellow", "Spawn", Vector3.new(0,2000,0)})
  2992. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer({getrenv()._G.Pass, "KnifeProjectileYellow", "Spawn", Vector3.new(0,2000,0)})
  2993. amgus:Stop()
  2994. end
  2995. local userInputService = game:GetService("UserInputService")
  2996. userInputService.InputBegan:Connect(function(input, gameProcessedEvent)
  2997. if input.UserInputType == Enum.UserInputType.MouseButton2 then
  2998. rmb()
  2999. end
  3000. end)
  3001. mouse.KeyDown:Connect(function(k)
  3002. if k == "z" then
  3003. attack1()
  3004. end
  3005. end)
  3006. mouse.KeyDown:Connect(function(k)
  3007. if k == "x" then
  3008. attack2()
  3009. end
  3010. end)
  3011. mouse.KeyDown:Connect(function(k)
  3012. if k == "c" then
  3013. attack3()
  3014. end
  3015. end)
  3016. end)
  3017. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP1.MouseButton1Click:Connect(function()
  3018. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  3019. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Sans"
  3020. game.Players.LocalPlayer.PlayerGui.Altered:Destroy()
  3021. function Chat(text,color)
  3022. if dead == true then return end
  3023. local A_1 =
  3024. {
  3025. [1] = getrenv()._G.Pass,
  3026. [2] = "Chatted",
  3027. [3] = text,
  3028. [4] = color
  3029. }
  3030. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  3031. Event:FireServer(A_1)
  3032. end
  3033. game.Players.LocalPlayer:WaitForChild("StarterPlaylist")
  3034. game.Players.LocalPlayer.StarterPlaylist["1Megalovania"]:Destroy()
  3035. local Sound = Instance.new("Sound")
  3036. Sound.Parent = game.Players.LocalPlayer.StarterPlaylist
  3037. Sound.Volume = 2
  3038. Sound.Playing = true
  3039. Sound.Looped = true
  3040. Sound.SoundId = "rbxassetid://6118537198"
  3041. Sound.Name = "1Megalovania"
  3042. spawn(function()
  3043. local Anim = Instance.new("Animation")
  3044. Anim.AnimationId = "rbxassetid://5657849029"
  3045. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3046. k:Play()
  3047. k:AdjustSpeed(2)
  3048. wait(2)
  3049. Chat("Lets Just get to the point.", Color3.fromRGB(255, 0, 0))
  3050. wait(2)
  3051. Chat("So your finally here...", Color3.fromRGB(255, 0, 0))
  3052. wait(1)
  3053. Chat("Well.", Color3.fromRGB(255, 0, 0))
  3054. wait(2)
  3055. Chat("Who said you will finish the job?", Color3.fromRGB(255, 0, 0))
  3056. wait(2)
  3057. Chat("Ill make sure ill finish the job!", Color3.fromRGB(255, 0, 0))
  3058. wait(1)
  3059. k:Stop()
  3060. --sword by glasyrx cool yes
  3061. char = game.Players.LocalPlayer.Character
  3062. for _,v in pairs(game.ReplicatedStorage.Resources.Weapons:GetChildren()) do
  3063. if v.Name == 'ChaosSaber' then
  3064. sword2 = v:Clone()
  3065. sword2.Parent = char
  3066. sword2.ChaosSaber:Destroy()
  3067. sword2.Anchored = false
  3068. weld = Instance.new('Weld',sword2)
  3069. weld.Part0 = sword2
  3070. weld.Part1 = char['Left Arm']
  3071. sword2.Name = 'GTFSword3'
  3072. sword2.Color = Color3.fromRGB(223, 0, 216)
  3073. weld.C0 = CFrame.new(0.95,-1.7,-0)*CFrame.Angles(1.6,0,-1.6)
  3074. sword2.Transparency = 0.8
  3075. wait(0.5)
  3076. sword2.Transparency = 0.7
  3077. wait(0.5)
  3078. sword2.Transparency = 0.5
  3079. wait(0.5)
  3080. sword2.Transparency = 0
  3081. end
  3082. end
  3083. --sword by glasyrx cool yes
  3084. char = game.Players.LocalPlayer.Character
  3085. for _,v in pairs(game.ReplicatedStorage.Resources.Weapons:GetChildren()) do
  3086. if v.Name == 'ChaosSaber' then
  3087. sword2 = v:Clone()
  3088. sword2.Parent = char
  3089. sword2.ChaosSaber:Destroy()
  3090. sword2.Anchored = false
  3091. weld = Instance.new('Weld',sword2)
  3092. weld.Part0 = sword2
  3093. weld.Part1 = char['Right Arm']
  3094. sword2.Name = 'GTFSword3'
  3095. sword2.Color = Color3.fromRGB(223, 0, 216)
  3096. weld.C0 = CFrame.new(0.95,-1.7,-0)*CFrame.Angles(1.6,0,-1.6)
  3097. sword2.Transparency = 0.8
  3098. wait(0.5)
  3099. sword2.Transparency = 0.7
  3100. wait(0.5)
  3101. sword2.Transparency = 0.5
  3102. wait(0.5)
  3103. sword2.Transparency = 0
  3104. end
  3105. end
  3106. game.Players.LocalPlayer.Character.Bone:Destroy()
  3107. game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text = "Bones Enabled"
  3108. game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.LeftJaw.Color = Color3.fromRGB(242, 243, 243)
  3109. game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.RightJaw.Color = Color3.fromRGB(242, 243, 243)
  3110. game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.Eye1.Color = Color3.fromRGB(255, 0, 0)
  3111. game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.Eye2.Color = Color3.fromRGB(170, 0, 170)
  3112. game.Players.LocalPlayer.PlayerGui.UI.Ui.StaminaBar.Bar.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  3113. game.Players.LocalPlayer.PlayerGui.UI.Ui.ManaBar.Bar.BackgroundColor3 = Color3.fromRGB(170, 0, 170)
  3114. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName.Text = "Sans"
  3115. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName.TextColor3 = Color3.fromRGB(170, 0, 170)
  3116. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName.TextStrokeColor3 = Color3.fromRGB(255, 0, 255)
  3117. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.Health.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
  3118. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.HealthLabel.Text = "488/488"
  3119. game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.TextColor3 = Color3.fromRGB(170, 0, 170)
  3120. game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.TextStrokeColor3 = Color3.fromRGB(255, 0, 255)
  3121. game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Font = "Arcade"
  3122. game.Workspace.ServerEffects.ServerCooldown:Destroy()
  3123. game:GetService("Players").LocalPlayer.PlayerGui.UI.Ui.MoveDebounceShower.Moves1["4"]:Destroy()
  3124. game:GetService("Players").LocalPlayer.PlayerGui.UI.Ui.MoveDebounceShower.Moves2["2"]:Destroy()
  3125. game:GetService("Players").LocalPlayer.PlayerGui.UI.Ui.MoveDebounceShower.Moves2["3"]:Destroy()
  3126. game:GetService("Players").LocalPlayer.PlayerGui.UI.Ui.MoveDebounceShower.Moves2["4"]:Destroy()
  3127. game:GetService("Players").LocalPlayer.PlayerGui.UI.Ui.MoveDebounceShower.Moves2["5"]:Destroy()
  3128. game:GetService("Players").LocalPlayer.PlayerGui.UI.Ui.MoveDebounceShower.Moves2["6"]:Destroy()
  3129. game:GetService("Players").LocalPlayer.PlayerGui.UI.Ui.MoveDebounceShower.Moves3["3"]:Destroy()
  3130. local mouse = game.Players.LocalPlayer:GetMouse()
  3131. mouse.KeyDown:Connect(function(k)
  3132. if k == "1" then
  3133. if game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text == "Bones Enabled" then
  3134. local A_1 = getrenv()._G.Pass
  3135. local A_2 = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3136. local A_3 = {
  3137. ["HitTime"] = 0.8,
  3138. ["Type"] = "Knockback",
  3139. ["HitEffect"] = "BoneHitEffect",
  3140. ["VictimCFrame"] = CFrame.new(Vector3.new(0,0,0)),
  3141. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  3142. ["Velocity"] = Vector3.new(0, 28, 0),
  3143. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  3144. ["Damage"] = 10
  3145. }
  3146. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  3147. Event:InvokeServer(A_1, A_2, A_3)
  3148. for i,v in pairs(getconnections(game:GetService("ReplicatedStorage").Remotes.Effects.OnClientEvent)) do
  3149. v:Fire({"Model","CrossLineBones",game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value.HumanoidRootPart.CFrame})
  3150. end
  3151. end
  3152. end
  3153. end)
  3154. local mouse = game.Players.LocalPlayer:GetMouse()
  3155. mouse.KeyDown:Connect(function(k)
  3156. if k == "1" then
  3157. if game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text == "Swords Enabled" then
  3158. game.ReplicatedStorage.Effects.BurstEffect.Effect1.Color = Color3.fromRGB(170, 0, 170)
  3159. game.ReplicatedStorage.Effects.BurstEffect.Effect2.Color = Color3.fromRGB(170, 0, 170)
  3160. local A_1 = getrenv()._G.Pass
  3161. local A_2 = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3162. local A_3 = {
  3163. ["HitTime"] = 0.8,
  3164. ["Type"] = "Knockback",
  3165. ["HitEffect"] = "BoneHitEffect",
  3166. ["VictimCFrame"] = CFrame.new(Vector3.new(50,10,50)),
  3167. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback1,
  3168. ["Velocity"] = Vector3.new(0, 1, 0),
  3169. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  3170. ["Damage"] = 10
  3171. }
  3172. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  3173. Event:InvokeServer(A_1, A_2, A_3)
  3174. game.ReplicatedStorage.Effects.KnifeHitEffect22.BallEffect.Color = Color3.fromRGB(170, 0, 170)
  3175. for i,v in pairs(getconnections(game:GetService("ReplicatedStorage").Remotes.Effects.OnClientEvent)) do
  3176. v:Fire({"Model","KnifeHitEffect22",game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value.HumanoidRootPart.CFrame})
  3177. end
  3178. end
  3179. end
  3180. end)
  3181. local mouse = game.Players.LocalPlayer:GetMouse()
  3182. mouse.KeyDown:Connect(function(k)
  3183. if k == "1" then
  3184. if game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text == "Blasters Enabled" then
  3185. game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.Head.Anchored = true
  3186. game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.Eye1.Anchored = true
  3187. game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.Eye2.Anchored = true
  3188. game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.RootPart.Anchored = true
  3189. game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.LeftJaw.Anchored = true
  3190. game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.RightJaw.Anchored = true
  3191. local A_1 = getrenv()._G.Pass
  3192. local A_2 = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3193. local A_3 = {
  3194. ["HitTime"] = 0.8,
  3195. ["Type"] = "Normal",
  3196. ["HitEffect"] = "Effect",
  3197. ["VictimCFrame"] = CFrame.new(Vector3.new(0,0,0)),
  3198. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  3199. ["Velocity"] = Vector3.new(100, -100, 100),
  3200. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  3201. ["Damage"] = 0
  3202. }
  3203. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  3204. Event:InvokeServer(A_1, A_2, A_3)
  3205. for i,v in pairs(getconnections(game:GetService("ReplicatedStorage").Remotes.Effects.OnClientEvent)) do
  3206. v:Fire({"Model","BigDeltaGasterBlaster",game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame})
  3207. local A_1 = getrenv()._G.Pass
  3208. local A_2 = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3209. local A_3 = {
  3210. ["HitTime"] = 0.8,
  3211. ["Type"] = "Normal",
  3212. ["HitEffect"] = "KnifeHitEffect",
  3213. ["VictimCFrame"] = CFrame.new(Vector3.new(0,0,0)),
  3214. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  3215. ["Velocity"] = Vector3.new(100, -100, 100),
  3216. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  3217. ["Damage"] = 10
  3218. }
  3219. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  3220. Event:InvokeServer(A_1, A_2, A_3)
  3221.  
  3222. for i,v in pairs(getconnections(game:GetService("ReplicatedStorage").Remotes.Effects.OnClientEvent)) do
  3223. v:Fire({"Model","DeterminationExplosion",game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame})
  3224. wait(1)
  3225. game.Players.LocalPlayer.Character.Effects.BigDeltaGasterBlaster:Destroy()
  3226. end
  3227. end
  3228. end
  3229. end
  3230. end)
  3231. local mouse = game.Players.LocalPlayer:GetMouse()
  3232. mouse.KeyDown:Connect(function(k)
  3233. if k == "2" then
  3234. if game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text == "Swords Enabled" then
  3235. local A_1 = getrenv()._G.Pass
  3236. local A_2 = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3237. local A_3 = {
  3238. ["HitTime"] = 0.8,
  3239. ["Type"] = "Normal",
  3240. ["HitEffect"] = "KnifeHitEffect",
  3241. ["VictimCFrame"] = CFrame.new(Vector3.new(0,0,0)),
  3242. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  3243. ["Velocity"] = Vector3.new(30, 30, 30),
  3244. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  3245. ["Damage"] = 10
  3246. }
  3247. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  3248. Event:InvokeServer(A_1, A_2, A_3)
  3249. for i,v in pairs(getconnections(game:GetService("ReplicatedStorage").Remotes.Effects.OnClientEvent)) do
  3250. v:Fire({"Model","KnifeHitEffect3",game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value.HumanoidRootPart.CFrame})
  3251. end
  3252. end
  3253. end
  3254. end)
  3255. local mouse = game.Players.LocalPlayer:GetMouse()
  3256. mouse.KeyDown:Connect(function(k)
  3257. if k == "2" then
  3258. if game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text == "Bones Enabled" then
  3259. boneCloned = false
  3260. local Anim = Instance.new("Animation")
  3261. Anim.AnimationId = "rbxassetid://3731949745"
  3262. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3263. k:Play()
  3264. k:AdjustSpeed(1.5)
  3265. wait(0.25)
  3266. k:AdjustSpeed(0)
  3267. wait(0.2)
  3268. spawn(function()
  3269. ez = true
  3270. spawn(function()
  3271. player = game.Players.LocalPlayer
  3272. char = player.Character
  3273. for _,v in pairs(game.ReplicatedStorage.Effects.UnderswapPapyrusBones:GetChildren()) do
  3274. if v.Name == 'Bone' and boneCloned == false then
  3275. boneCloned = true
  3276. clone = v:Clone()
  3277. clone.Parent = char
  3278. clone.Anchored = true
  3279. clone.Name = 'SpkBone'
  3280. clone.Transparency = 0
  3281. clone.BrickColor = BrickColor.new(255, 255, 255)
  3282. clone.Material = Enum.Material.Neon
  3283. clone.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,-9,-4)
  3284. end
  3285. end
  3286. end)
  3287. wait(0.3)
  3288. spawn(function()
  3289. repeat wait()
  3290. clone.CFrame = clone.CFrame*CFrame.new(0, 3, 0)
  3291. until ez == false
  3292. end)
  3293. wait(0.1625)
  3294. ez = false
  3295. wait(1.3)
  3296. spawn(function()
  3297. repeat wait()
  3298. clone.Transparency = clone.Transparency + 0.15
  3299. until ez2 == false
  3300. end)
  3301. wait(0.2)
  3302. ez2 = false
  3303. wait()
  3304. clone:Destroy()
  3305. end)
  3306. spawn(function()
  3307. wait(0.2)
  3308. local player = game.Players.LocalPlayer
  3309. local char = player.Character
  3310. local sound = Instance.new('Sound',char.Head)
  3311. local id = 3731906158
  3312. sound.Volume = 3
  3313. sound.SoundId = 'rbxassetid://'..id
  3314. sound:Play()
  3315. end)
  3316. spawn(function()
  3317. local args = {
  3318. [1] = getrenv()._G.Pass,
  3319. [2] = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value,
  3320. [3] = {
  3321. ["HitTime"] = 0.65,
  3322. ["Type"] = "Knockback",
  3323. ["HitEffect"] = "BoneHitEffect",
  3324. ["CombatInv"] = true,
  3325. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Hurt1,
  3326. ["Velocity"] = Vector3.new(0, 1, 0),
  3327. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Kick,
  3328. ["Damage"] = 35
  3329. }
  3330. }
  3331.  
  3332. game:GetService("ReplicatedStorage").Remotes.Damage:InvokeServer(unpack(args))
  3333. end)
  3334. wait(0.2)
  3335. k:AdjustSpeed(1.5)
  3336. end
  3337. end
  3338. end)
  3339. local mouse = game.Players.LocalPlayer:GetMouse()
  3340. mouse.KeyDown:Connect(function(k)
  3341. if k == "3" then
  3342. if game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text == "Bones Enabled" then
  3343. game.ReplicatedStorage.Effects.GroundSpear.Part.BrickColor = BrickColor.new(170, 0, 170)
  3344. game.ReplicatedStorage.Effects.GroundSpear.Spear.BrickColor = BrickColor.new(170, 0, 170)
  3345. for i,v in pairs(getconnections(game:GetService("ReplicatedStorage").Remotes.Effects.OnClientEvent)) do
  3346. v:Fire({"Model","GroundSpear",game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value.HumanoidRootPart.CFrame})
  3347. end
  3348. wait(0.5)
  3349. local A_1 = getrenv()._G.Pass
  3350. local A_2 = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3351. local A_3 = {
  3352. ["HitTime"] = 1,
  3353. ["Type"] = "Normal",
  3354. ["HitEffect"] = "BurstEffect",
  3355. ["VictimCFrame"] = CFrame.new(Vector3.new(0,0,0)),
  3356. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  3357. ["Velocity"] = Vector3.new(0, -100, 0),
  3358. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  3359. ["Damage"] = 10
  3360. }
  3361. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  3362. Event:InvokeServer(A_1, A_2, A_3)
  3363. end
  3364. end
  3365. end)
  3366. local mouse = game.Players.LocalPlayer:GetMouse()
  3367. mouse.KeyDown:Connect(function(k)
  3368. if k == "e" then
  3369. if game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text == "Blasters Enabled" then
  3370. wait(0.1)
  3371. game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text = "Swords Enabled"
  3372. end
  3373. end
  3374. end)
  3375. local mouse = game.Players.LocalPlayer:GetMouse()
  3376. mouse.KeyDown:Connect(function(k)
  3377. if k == "q" then
  3378. if game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text == "Bones Enabled" then
  3379. wait(0.1)
  3380. game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text = "Swords Enabled"
  3381. end
  3382. end
  3383. end)
  3384. end)
  3385.  
  3386.  
  3387. wait(25)
  3388. Chat("papyrus was hiding something from me.....", Color3.fromRGB(255, 0, 0))
  3389. wait(5)
  3390. Chat("cant blame him, he knew it would corrupt me.", Color3.fromRGB(255, 0, 0))
  3391. wait(5)
  3392. Chat("but thanks to me, he is nothing but dust.", Color3.fromRGB(255, 0, 0))
  3393. wait(5)
  3394. Chat("and thanks to his death, i finally know why he kept it a secret.", Color3.fromRGB(255, 0, 0))
  3395. wait(10)
  3396. local args = {
  3397. [1] = {
  3398. [1] = getrenv()._G.Pass,
  3399. [2] = "Bones",
  3400. [3] = "AirSpawn",
  3401. [4] = Vector3.new(10,60,0)
  3402. }
  3403. }
  3404.  
  3405. game:GetService("ReplicatedStorage").Remotes.SansMoves:InvokeServer(unpack(args))
  3406. wait(0.01)
  3407. game.Players.LocalPlayer.Character.Attacks.Bone.BrickColor = BrickColor.new(255, 0, 0)
  3408. wait(1)
  3409. local args = {
  3410. [1] = {
  3411. [1] = getrenv()._G.Pass,
  3412. [2] = "Bones",
  3413. [3] = "AirSpawn",
  3414. [4] = Vector3.new(10,60,0)
  3415. }
  3416. }
  3417.  
  3418. game:GetService("ReplicatedStorage").Remotes.SansMoves:InvokeServer(unpack(args))
  3419. wait(0.01)
  3420. game.Players.LocalPlayer.Character.Attacks.Bone.BrickColor = BrickColor.new(255, 0, 0)
  3421. wait(1)
  3422. Chat("after his fall, my soul grew stronger...", Color3.fromRGB(255, 0, 0))
  3423. wait(5)
  3424. Chat("but my mind was breaking.", Color3.fromRGB(255, 0, 0))
  3425. wait(5)
  3426. Chat("i was lost in grief in a dark and cruel world,", Color3.fromRGB(255, 0, 0))
  3427. wait(5)
  3428. Chat("a world shaped in part by my brother actions.", Color3.fromRGB(255, 0, 0))
  3429. wait(8)
  3430. Chat("amidst the destruction, a strange figure approached me.", Color3.fromRGB(255, 0, 0))
  3431. wait(8)
  3432. Chat("and in my darkest hour, offered the solution to my problems", Color3.fromRGB(255, 0, 0))
  3433. wait(8)
  3434. Chat("he said i was the true hero of this world,", Color3.fromRGB(255, 0, 0))
  3435. wait(8)
  3436. Chat("making me out to be the savior of all.", Color3.fromRGB(255, 0, 0))
  3437. wait(8)
  3438. Chat("at first, i thought he was mad as well but he started to share his knowledge with me.", Color3.fromRGB(255, 0, 0))
  3439. wait(8)
  3440. Chat("the knowledge about time and space, resets, the endless deaths, your struggle for ultimate power...", Color3.fromRGB(255, 0, 0))
  3441. wait(8)
  3442. Chat("an intense mind bending reality that nobody could hope to comprehend.", Color3.fromRGB(255, 0, 0))
  3443. wait(8)
  3444. Chat("and because of that harsh reality, i understood that my madness was not detrimental.", Color3.fromRGB(255, 0, 0))
  3445. wait(8)
  3446. Chat("it was an awakening", Color3.fromRGB(255, 0, 0))
  3447. wait(10)
  3448. Chat("with my newfound knowledge, these newfound powers...", Color3.fromRGB(255, 0, 0))
  3449. wait(10)
  3450. Chat("i will be the hero to save these tormented souls. the hero to save this everything from you.", Color3.fromRGB(255, 0, 0))
  3451. wait(10)
  3452. Chat("the hero who will put an end to this endless cycle of resets once and for all.", Color3.fromRGB(255, 0, 0))
  3453. wait(18)
  3454. Chat("at first i believed that once i understood my brothers plan, i could continue his work...", Color3.fromRGB(255, 0, 0))
  3455. wait(10)
  3456. Chat("but as i continued to dust monsters, i began to see how flawed his plan was.", Color3.fromRGB(255, 0, 0))
  3457. wait(10)
  3458. Chat("he planned to accept his madness. to lose himself fighting you.", Color3.fromRGB(255, 0, 0))
  3459. wait(10)
  3460. Chat("he believed the only way he would emerge victorious was to become an instinctual dusting machine.", Color3.fromRGB(255, 0, 0))
  3461. wait(18)
  3462. Chat("but i realized after reaching hot land that wouldnt work...", Color3.fromRGB(255, 0, 0))
  3463. wait(10)
  3464. Chat("you cannot be defeated through battle, as you will return smarter, faster.", Color3.fromRGB(255, 0, 0))
  3465. wait(10)
  3466. Chat("all because you have the power to shape this world to your desires.", Color3.fromRGB(255, 0, 0))
  3467. wait(10)
  3468. Chat("but if i can so much as chip away your DETERMINATION...", Color3.fromRGB(255, 0, 0))
  3469. wait(10)
  3470. Chat("i can use this power to erase YOU from this world.", Color3.fromRGB(255, 0, 0))
  3471. wait(10)
  3472. Chat("to finally let this timeline continue its cycle.", Color3.fromRGB(255, 0, 0))
  3473. wait(10)
  3474. Chat("i will be the one to manipulate this world. a god among our fellow monsters.", Color3.fromRGB(255, 0, 0))
  3475. wait(10)
  3476. Chat("its what must be done to end this nightmare for once and for all.", Color3.fromRGB(255, 0, 0))
  3477. wait(10)
  3478. Chat("whats necessary to give my people the happy ending you NEVER did.", Color3.fromRGB(255, 0, 0))
  3479. wait(40)
  3480. game.Players.LocalPlayer.Character.GTFSword3:Destroy()
  3481. wait(2)
  3482. Chat("-284", Color3.fromRGB(255, 0, 0))
  3483. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.Health:Destroy()
  3484. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.HealthLabel.Text = "204/488"
  3485. wait(3)
  3486. Chat("...!", Color3.fromRGB(255, 0, 0))
  3487. wait(50)
  3488. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.HealthLabel.Text = "12/488"
  3489. wait(5)
  3490. game.Players.LocalPlayer:Kick("You think you can dust me with one blow?")
  3491. end)
  3492. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTAsgore.MouseButton1Click:Connect(function()
  3493. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  3494. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Undyne"
  3495. game.Players.LocalPlayer.PlayerGui.Altered:Destroy()
  3496. wait(5)
  3497. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName.TextColor3 = Color3.fromRGB(255, 0, 0)
  3498. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.StaminaBar.Bar.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  3499. game.Players.LocalPlayer.PlayerGui.UI.Ui.StaminaBar.Bar.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  3500. game.Players.LocalPlayer.PlayerGui.UI.Ui.ManaBar.Bar.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  3501. game.Players.LocalPlayer.Character.Head.Voice:Destroy()
  3502. local Sound = Instance.new("Sound")
  3503. Sound.Parent = game.Players.LocalPlayer.Character.Head
  3504. Sound.Volume = 5
  3505. Sound.Playing = false
  3506. Sound.Looped = false
  3507. Sound.SoundId = "rbxassetid://7807218979"
  3508. Sound.Name = "Voice"
  3509. Sound.PlaybackSpeed = 1
  3510. game.Players.LocalPlayer:WaitForChild("StarterPlaylist")
  3511. game.Players.LocalPlayer.StarterPlaylist["1Megalo Strike Back"]:Destroy()
  3512. local Sound = Instance.new("Sound")
  3513. Sound.Parent = game.Players.LocalPlayer.StarterPlaylist
  3514. Sound.Volume = 2
  3515. Sound.Playing = true
  3516. Sound.Looped = true
  3517. Sound.SoundId = "rbxassetid://4617295755"
  3518. Sound.Name = "1Megalo Strike Back"
  3519. spawn(function()
  3520. player = game.Players.LocalPlayer
  3521. char = player.Character
  3522. for _,v in pairs(player.Backpack.Main:GetChildren()) do
  3523. er = string.lower(v.Name)
  3524. if string.match(er,'moves') then
  3525. v.Animations.Idle.AnimationId = "rbxassetid://5411065101"-- change specifc animations to whatever you want
  3526. v.Animations.Walk.AnimationId = "rbxassetid://5411071023"
  3527. v.Animations.Run.AnimationId = "rbxassetid://5411068397"
  3528. v.Animations.Block.AnimationId = "rbxassetid://5411080645"
  3529. end
  3530. end
  3531. ---------Module------------------
  3532. local module
  3533. local modulelocation
  3534. original = player.Backpack.Main
  3535. clone = player.Backpack.Main:Clone()
  3536. for _,v in pairs(original:GetDescendants()) do--- the
  3537. if v.Name == 'ModuleScript' then
  3538. module = v
  3539. modulelocation = v.Parent.Name
  3540. end
  3541. end
  3542. for _,v in pairs(clone:GetDescendants()) do
  3543. if v.Name == 'ModuleScript' then
  3544. v:Destroy()
  3545. end
  3546. end
  3547.  
  3548. for _,v in pairs(clone:GetDescendants()) do
  3549. if v.Name == modulelocation then
  3550. module.Parent = v
  3551.  
  3552. end
  3553. end
  3554. -------------Gui stuff-----------Just to make the whole thing work bascially
  3555. for _,v in pairs(player.PlayerGui.UI.Ui:GetChildren()) do
  3556. er = string.lower(v.Name)
  3557. if string.match(er,'move') then
  3558. originalm = v
  3559. clonem = v:Clone()
  3560. end
  3561. end
  3562. for _,v in pairs(player.PlayerGui:GetChildren()) do
  3563. er = string.lower(v.Name)
  3564. if string.find(er,'indicator') then
  3565. clonem1 = v:Clone()
  3566. originalm1 = v
  3567. end
  3568. end
  3569. for _,v in pairs(clone:GetDescendants()) do
  3570. if v.Name == 'Extra' then
  3571. eg = v
  3572. end
  3573. end
  3574. ----------------
  3575. clonem1.Parent = eg
  3576. clonem.Parent = eg
  3577. originalm:Destroy()
  3578. originalm1:Destroy()
  3579. clone.Parent = player.Backpack
  3580.  
  3581. wait()
  3582. original:Destroy()---destroys so you can play the animations
  3583. end)
  3584. wait(1)
  3585. game.Players.LocalPlayer.Backpack.Main.UndyneMoves.ModuleScript.Animations.BladesCombat.Light1.AnimationId = "rbxassetid://5411089475"
  3586. game.Players.LocalPlayer.Backpack.Main.UndyneMoves.ModuleScript.Animations.BladesCombat.Light2.AnimationId = "rbxassetid://4800163313"
  3587. game.Players.LocalPlayer.Backpack.Main.UndyneMoves.ModuleScript.Animations.BladesCombat.Light3.AnimationId = "rbxassetid://5776251749"
  3588. game.Players.LocalPlayer.Backpack.Main.UndyneMoves.ModuleScript.Animations.BladesCombat.Light4.AnimationId = "rbxassetid://4800630930"
  3589. game.Players.LocalPlayer.Backpack.Main.UndyneMoves.ModuleScript.Animations.BladesCombat.Light5.AnimationId = "rbxassetid://6154060166"
  3590. game.Workspace.ServerEffects.ServerCooldown:Destroy()
  3591. game.Players.LocalPlayer.Character.Spear:Destroy()
  3592. game.ReplicatedStorage.Effects.HeavyHitEffect.Effect1.Color = Color3.fromRGB(255, 176, 0)
  3593. game.ReplicatedStorage.Effects.HeavyHitEffect.Effect2.Color = Color3.fromRGB(255, 0, 0)
  3594. game.ReplicatedStorage.Effects.SpearGroundExplosion.Explosion.Name = "Explosion1"
  3595. game.ReplicatedStorage.Effects.SpearGroundExplosion.Explosion1.Color = Color3.fromRGB(255, 120, 0)
  3596. game.ReplicatedStorage.Effects.SpearGroundExplosion.Explosion.Color = Color3.fromRGB(255, 0, 0)
  3597. wait(1)
  3598. --//=================================\\
  3599. --||trident by King Dream#9746
  3600. --\\=================================//
  3601. pls = game:GetService'Players'
  3602. rs = game:GetService'RunService'
  3603. uinps = game:GetService'UserInputService'
  3604. lp = pls.LocalPlayer
  3605. mouse = lp:GetMouse()
  3606. c = lp.Character
  3607. human = c.Humanoid
  3608. critTime = .27
  3609. --------------------------------------------------------
  3610. local cf0 = CFrame.new(0,-0.80,0) * CFrame.Angles(-3,-1.50,0)
  3611. local h = Instance.new("Part",c)
  3612. h.Name = "Trident"
  3613. h.BrickColor = BrickColor.new(1,0,0)
  3614. h.Material = Enum.Material.Neon
  3615. h.Size = Vector3.new(2,1,10)
  3616. h.Locked = true
  3617. h.CanCollide = false
  3618. h.Name = "Handle"
  3619. local m = Instance.new("SpecialMesh",h)
  3620. m.MeshType = "FileMesh"
  3621. m.Scale = Vector3.new(1.5,2.3,2.3)
  3622. m.MeshId = "http://www.roblox.com/asset/?id=30694864"
  3623. local hw = Instance.new("Motor",game.Players.LocalPlayer.Character["Right Arm"])
  3624. hw.Name = "HandleWeld"
  3625. hw.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  3626. hw.Part1 = h
  3627. hw.C0 = cf0:Inverse()
  3628. wait(1)
  3629. local mouse = game.Players.LocalPlayer:GetMouse()
  3630. mouse.KeyDown:Connect(function(k)
  3631. if k == "1" then
  3632. local AnimationId = "4385319937"
  3633. local Anim = Instance.new("Animation")
  3634. Anim.AnimationId = "rbxassetid://"..AnimationId
  3635. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3636. k:Play()
  3637. k:AdjustSpeed(1)
  3638. local mouse = game.Players.LocalPlayer:GetMouse()
  3639. function getlockchar()
  3640. local char = game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3641. return char
  3642. end
  3643. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = getlockchar().HumanoidRootPart.CFrame * CFrame.new(0,0,3)
  3644. wait(0.15)
  3645. local A_1 = getrenv()._G.Pass
  3646. local A_2 = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3647. local A_3 = {
  3648. ["HitTime"] = 0.8,
  3649. ["Type"] = "Knockback",
  3650. ["HitEffect"] = "BurstEffect",
  3651. ["VictimCFrame"] = CFrame.new(Vector3.new(0,0,0)),
  3652. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  3653. ["Velocity"] = Vector3.new(-20, 0, -20),
  3654. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  3655. ["Damage"] = 10
  3656. }
  3657. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  3658. Event:InvokeServer(A_1, A_2, A_3)
  3659. end
  3660. end)
  3661. local mouse = game.Players.LocalPlayer:GetMouse()
  3662. mouse.KeyDown:Connect(function(k)
  3663. if k == "2" then
  3664. local AnimationId = "5411089475"
  3665. local Anim = Instance.new("Animation")
  3666. Anim.AnimationId = "rbxassetid://"..AnimationId
  3667. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3668. k:Play()
  3669. k:AdjustSpeed(1)
  3670. local A_1 = getrenv()._G.Pass
  3671. local A_2 = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3672. local A_3 = {
  3673. ["HitTime"] = 0.8,
  3674. ["Type"] = "Normal",
  3675. ["HitEffect"] = "LightHitEffect",
  3676. ["VictimCFrame"] = CFrame.new(Vector3.new(0,0,0)),
  3677. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  3678. ["Velocity"] = Vector3.new(0, -1, 0),
  3679. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  3680. ["Damage"] = 10
  3681. }
  3682. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  3683. Event:InvokeServer(A_1, A_2, A_3)
  3684. h.BrickColor = BrickColor.new(255,170,0)
  3685. wait(0.5)
  3686. h.BrickColor = BrickColor.new(0,0,255)
  3687. local AnimationId = "5411089475"
  3688. local Anim = Instance.new("Animation")
  3689. Anim.AnimationId = "rbxassetid://"..AnimationId
  3690. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3691. k:Play()
  3692. k:AdjustSpeed(1)
  3693. local A_1 = getrenv()._G.Pass
  3694. local A_2 = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3695. local A_3 = {
  3696. ["HitTime"] = 0.8,
  3697. ["Type"] = "Normal",
  3698. ["HitEffect"] = "LightHitEffect",
  3699. ["VictimCFrame"] = CFrame.new(Vector3.new(0,0,0)),
  3700. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  3701. ["Velocity"] = Vector3.new(0, -1, 0),
  3702. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  3703. ["Damage"] = 10
  3704. }
  3705. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  3706. Event:InvokeServer(A_1, A_2, A_3)
  3707. wait(0.5)
  3708. h.BrickColor = BrickColor.new(255,170,0)
  3709. local AnimationId = "5411089475"
  3710. local Anim = Instance.new("Animation")
  3711. Anim.AnimationId = "rbxassetid://"..AnimationId
  3712. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3713. k:Play()
  3714. k:AdjustSpeed(1)
  3715. local A_1 = getrenv()._G.Pass
  3716. local A_2 = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3717. local A_3 = {
  3718. ["HitTime"] = 0.8,
  3719. ["Type"] = "Normal",
  3720. ["HitEffect"] = "LightHitEffect",
  3721. ["VictimCFrame"] = CFrame.new(Vector3.new(0,0,0)),
  3722. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  3723. ["Velocity"] = Vector3.new(0, -1, 0),
  3724. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  3725. ["Damage"] = 10
  3726. }
  3727. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  3728. Event:InvokeServer(A_1, A_2, A_3)
  3729. wait(0.5)
  3730. h.BrickColor = BrickColor.new(0,0,255)
  3731. local AnimationId = "5411089475"
  3732. local Anim = Instance.new("Animation")
  3733. Anim.AnimationId = "rbxassetid://"..AnimationId
  3734. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3735. k:Play()
  3736. k:AdjustSpeed(1)
  3737. local A_1 = getrenv()._G.Pass
  3738. local A_2 = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3739. local A_3 = {
  3740. ["HitTime"] = 0.8,
  3741. ["Type"] = "Normal",
  3742. ["HitEffect"] = "LightHitEffect",
  3743. ["VictimCFrame"] = CFrame.new(Vector3.new(0,0,0)),
  3744. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  3745. ["Velocity"] = Vector3.new(0, -1, 0),
  3746. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  3747. ["Damage"] = 10
  3748. }
  3749. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  3750. Event:InvokeServer(A_1, A_2, A_3)
  3751. wait(0.5)
  3752. h.BrickColor = BrickColor.new(255,170,0)
  3753. local AnimationId = "5411089475"
  3754. local Anim = Instance.new("Animation")
  3755. Anim.AnimationId = "rbxassetid://"..AnimationId
  3756. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3757. k:Play()
  3758. k:AdjustSpeed(1)
  3759. local A_1 = getrenv()._G.Pass
  3760. local A_2 = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3761. local A_3 = {
  3762. ["HitTime"] = 0.8,
  3763. ["Type"] = "Normal",
  3764. ["HitEffect"] = "LightHitEffect",
  3765. ["VictimCFrame"] = CFrame.new(Vector3.new(0,0,0)),
  3766. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  3767. ["Velocity"] = Vector3.new(0, -1, 0),
  3768. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  3769. ["Damage"] = 10
  3770. }
  3771. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  3772. Event:InvokeServer(A_1, A_2, A_3)
  3773. wait(0.5)
  3774. h.BrickColor = BrickColor.new(0,0,255)
  3775. local AnimationId = "5411089475"
  3776. local Anim = Instance.new("Animation")
  3777. Anim.AnimationId = "rbxassetid://"..AnimationId
  3778. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3779. k:Play()
  3780. k:AdjustSpeed(1)
  3781. local A_1 = getrenv()._G.Pass
  3782. local A_2 = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3783. local A_3 = {
  3784. ["HitTime"] = 0.8,
  3785. ["Type"] = "Normal",
  3786. ["HitEffect"] = "LightHitEffect",
  3787. ["VictimCFrame"] = CFrame.new(Vector3.new(0,0,0)),
  3788. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  3789. ["Velocity"] = Vector3.new(0, -1, 0),
  3790. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  3791. ["Damage"] = 10
  3792. }
  3793. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  3794. Event:InvokeServer(A_1, A_2, A_3)
  3795. h.BrickColor = BrickColor.new(1,0,0)
  3796. end
  3797. end)
  3798.  
  3799. local mouse = game.Players.LocalPlayer:GetMouse()
  3800. mouse.KeyDown:Connect(function(k)
  3801. if k == "3" then
  3802. local mouse = game.Players.LocalPlayer:GetMouse()
  3803. function getlockchar()
  3804. local char = game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3805. return char
  3806. end
  3807. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = getlockchar().HumanoidRootPart.CFrame * CFrame.new(0,0,3)
  3808. local AnimationId = "5411089475"
  3809. local Anim = Instance.new("Animation")
  3810. Anim.AnimationId = "rbxassetid://"..AnimationId
  3811. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3812. k:Play()
  3813. k:AdjustSpeed(0.3)
  3814. wait(0.3)
  3815. local A_1 = getrenv()._G.Pass
  3816. local A_2 = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3817. local A_3 = {
  3818. ["HitTime"] = 1,
  3819. ["Type"] = "Knockback",
  3820. ["HitEffect"] = "HeavyHitEffect",
  3821. ["VictimCFrame"] = CFrame.new(Vector3.new(0,0,0)),
  3822. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  3823. ["Velocity"] = Vector3.new(0, -1, 0),
  3824. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  3825. ["Damage"] = 10
  3826. }
  3827. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  3828. Event:InvokeServer(A_1, A_2, A_3)
  3829. lockon = game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  3830. for _,v in pairs(game.ReplicatedStorage.RogueEffects.FireEffect:GetDescendants()) do
  3831. if v.Name == "Fire" then
  3832. print("debug2398")
  3833. clone = v:Clone()
  3834. print("debug29388")
  3835. clone.Parent = lockon.Torso
  3836. clone.Name = "CustomParticle"
  3837. end
  3838. end
  3839. wait(5)
  3840. for i = 1,4 do
  3841. game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value.Torso.CustomParticle:Destroy()
  3842. end
  3843. end
  3844. end)
  3845. player = game.Players.LocalPlayer
  3846. char = player.Character
  3847. local mouse = game.Players.LocalPlayer:GetMouse()
  3848. mouse.KeyDown:Connect(function(k)
  3849. if k == "4" then
  3850. local AnimationId = "4408052168"
  3851. local Anim = Instance.new("Animation")
  3852. Anim.AnimationId = "rbxassetid://"..AnimationId
  3853. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3854. k:Play()
  3855. k:AdjustSpeed(1)
  3856. for i,v in pairs(getconnections(game:GetService("ReplicatedStorage").Remotes.Effects.OnClientEvent)) do
  3857. v:Fire({"Model","SpearGroundExplosion",game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame})
  3858. end
  3859. for _,v in pairs(game.workspace:GetChildren()) do
  3860. if v:FindFirstChildOfClass('Humanoid') and v ~= char and v:FindFirstChild('HumanoidRootPart') then
  3861. mag = (char.HumanoidRootPart.Position - v.HumanoidRootPart.Position).magnitude
  3862. if mag <= 10 then
  3863. spawn(function()
  3864. local A_1 = getrenv()._G.Pass
  3865. local A_2 = v
  3866. local A_3 = {
  3867. ["Type"] = "Normal",
  3868. ["HitEffect"] = "HeavyHitEffect",
  3869. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.Clashing,
  3870. ["Velocity"] = Vector3.new(0, -0.1, 0),
  3871. ["HitTime"] = 1,
  3872. ["CombatInv"] = true,
  3873. ["Sound"] = game:GetService("ReplicatedStorage").RogueSounds.BaneDischarge,
  3874. ["Damage"] = 4
  3875. }
  3876. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  3877. Event:InvokeServer(A_1, A_2, A_3)
  3878. end)
  3879. end
  3880. end
  3881. end
  3882. end
  3883. end)
  3884. end)
  3885. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Betty.MouseButton1Click:Connect(function()
  3886. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  3887. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Betty"
  3888. game.Players.LocalPlayer.PlayerGui.Altered:Destroy()
  3889. end)
  3890. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP2.MouseButton1Click:Connect(function()
  3891. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  3892. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Sans"
  3893. game.Players.LocalPlayer.PlayerGui.Altered:Destroy()
  3894. wait(4)
  3895. function Chat(text,color)
  3896. if dead == true then return end
  3897. local A_1 =
  3898. {
  3899. [1] = getrenv()._G.Pass,
  3900. [2] = "Chatted",
  3901. [3] = text,
  3902. [4] = color
  3903. }
  3904. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  3905. Event:FireServer(A_1)
  3906. end
  3907. function playSound(id,pitch)
  3908. spawn(function()
  3909. local player = game.Players.LocalPlayer
  3910. local char = player.Character
  3911. local sound = Instance.new('Sound',char.Head)
  3912. sound.Volume = 2
  3913. sound.SoundId = 'rbxassetid://'..id
  3914. sound.Pitch = pitch
  3915. sound:Play()
  3916. end)
  3917. end
  3918.  
  3919. game.Players.LocalPlayer.Character.Bone:Destroy()
  3920. game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text = "Bones Enabled"
  3921. game.Players.LocalPlayer.PlayerGui.UI.Ui.StaminaBar.Bar.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  3922. game.Players.LocalPlayer.PlayerGui.UI.Ui.ManaBar.Bar.BackgroundColor3 = Color3.fromRGB(170, 0, 170)
  3923. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName.Text = "Sans"
  3924. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName.TextColor3 = Color3.fromRGB(170, 0, 170)
  3925. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName.TextStrokeColor3 = Color3.fromRGB(255, 0, 255)
  3926. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.Health.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
  3927. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.Health:Destroy()
  3928. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.HealthLabel.Text = "12/488"
  3929. game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.TextColor3 = Color3.fromRGB(170, 0, 170)
  3930. game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.TextStrokeColor3 = Color3.fromRGB(255, 0, 255)
  3931. game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Font = "Arcade"
  3932. spawn(function()
  3933. local Anim = Instance.new("Animation")
  3934. Anim.AnimationId = "rbxassetid://5657849029"
  3935. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3936. k:Play()
  3937. k:AdjustSpeed(5)
  3938. wait(2)
  3939. Chat("You really thought you could dust me in one blow?", Color3.fromRGB(255, 255, 255))
  3940. wait(2)
  3941. Chat("im not that weak.", Color3.fromRGB(255, 255, 255))
  3942. wait(4)
  3943. Chat("you will have to do more than slash me with that rusty knife", Color3.fromRGB(255, 255, 255))
  3944. wait(5)
  3945. char = game.Players.LocalPlayer.Character
  3946. for _,v in pairs(game.ReplicatedStorage.Resources.Weapons:GetChildren()) do
  3947. if v.Name == 'ChaosSaber' then
  3948. sword2 = v:Clone()
  3949. sword2.Parent = char
  3950. sword2.ChaosSaber:Destroy()
  3951. sword2.Anchored = false
  3952. weld = Instance.new('Weld',sword2)
  3953. weld.Part0 = sword2
  3954. weld.Part1 = char['Right Arm']
  3955. sword2.Name = 'GTFSword3'
  3956. sword2.Color = Color3.fromRGB(223, 0, 216)
  3957. weld.C0 = CFrame.new(0.95,-1.7,-0)*CFrame.Angles(1.6,0,-1.6)
  3958. sword2.Transparency = 0.8
  3959. wait(0.5)
  3960. sword2.Transparency = 0.7
  3961. wait(0.5)
  3962. sword2.Transparency = 0.5
  3963. wait(0.5)
  3964. sword2.Transparency = 0
  3965. end
  3966. end
  3967. for i,v in pairs(getconnections(game:GetService("ReplicatedStorage").Remotes.Effects.OnClientEvent)) do
  3968. v:Fire({"Model","SpearJusticeExplosion",game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame})
  3969. playSound(3215220222, 1)
  3970. k:Stop()
  3971. local p = game.Players.LocalPlayer
  3972. local char = p.Character
  3973. local mouse = p:GetMouse()
  3974. local larm = char["Left Arm"]
  3975. local rarm = char["Right Arm"]
  3976. local lleg = char["Left Leg"]
  3977. local rleg = char["Right Leg"]
  3978. local hed = char.HumanoidRootPart
  3979. local torso = char.Torso
  3980. local hum = char.Humanoid
  3981. local root = char.HumanoidRootPart
  3982. local rs = game:GetService("RunService").RenderStepped
  3983. local new = Instance.new
  3984. local v3 = Vector3.new
  3985. local ns = NumberSequence.new
  3986. local nr = NumberRange.new
  3987. local bc = BrickColor.new
  3988. local cf = CFrame.new
  3989. local cfa = CFrame.Angles
  3990. local rad = math.rad
  3991. a1 = new("Part", char)
  3992. a1.Name = "Head"
  3993. a1.BrickColor = BrickColor.new("White")
  3994. a1.Material = "Neon"
  3995. a1.Transparency = 0
  3996. aa1 = new("SpecialMesh", a1)
  3997. aa1.MeshType = "FileMesh"
  3998. aa1.Offset = v3(7, 3, -0.1)
  3999. aa1.Scale = v3(0.1, 0.1, 0.1)
  4000. aa1.MeshId = "rbxassetid://2267134290"
  4001. aaa1 = new("Weld", a1)
  4002. aaa1.Part0 = hed
  4003. aaa1.Part1 = a1
  4004. aaa1.C0 = CFrame.Angles(0, math.rad(0), 0)
  4005.  
  4006. a2 = new("Part", char)
  4007. a2.Name = "RJaw"
  4008. a2.BrickColor = BrickColor.new("Dark stone grey")
  4009. a2.Material = "Neon"
  4010. a2.Transparency = 0
  4011. aa2 = new("SpecialMesh", a2)
  4012. aa2.MeshType = "FileMesh"
  4013. aa2.Offset = v3(9.1, 2.01, -0.2)
  4014. aa2.Scale = v3(0.07, 0.07, 0.07)
  4015. aa2.MeshId = "rbxassetid://2267146284"
  4016. aaa2 = new("Weld", a2)
  4017. aaa2.Part0 = hed
  4018. aaa2.Part1 = a2
  4019. aaa2.C0 = CFrame.Angles(0, math.rad(0), 0)
  4020. a3 = new("Part", char)
  4021. a3.Name = "LJaw"
  4022. a3.BrickColor = BrickColor.new("Dark stone grey")
  4023. a3.Material = "Neon"
  4024. a3.Transparency = 0
  4025. aa3 = new("SpecialMesh", a3)
  4026. aa3.MeshType = "FileMesh"
  4027. aa3.Offset = v3(5, 2.01, -0.2)
  4028. aa3.Scale = v3(0.07, 0.07, 0.07)
  4029. aa3.MeshId = "rbxassetid://2267147917"
  4030. aaa3 = new("Weld", a3)
  4031. aaa3.Part0 = hed
  4032. aaa3.Part1 = a3
  4033. aaa3.C0 = CFrame.Angles(0, math.rad(0), 0)
  4034. a4 = new("Part", char)
  4035. a4.Name = "Inside"
  4036. a4.BrickColor = BrickColor.new("White")
  4037. a4.Material = "Neon"
  4038. a4.Transparency = 0
  4039. aa4 = new("SpecialMesh", a4)
  4040. aa4.MeshType = "FileMesh"
  4041. aa4.Offset = v3(7, 3, -0.1)
  4042. aa4.Scale = v3(0.1, 0.1, 0.1)
  4043. aa4.MeshId = "rbxassetid://2267130588"
  4044. aaa4 = new("Weld", a4)
  4045. aaa4.Part0 = hed
  4046. aaa4.Part1 = a4
  4047. aaa4.C0 = CFrame.Angles(0, math.rad(0), 0)
  4048. a5 = new("Part", char)
  4049. a5.Name = "Inside2"
  4050. a5.BrickColor = BrickColor.new("White")
  4051. a5.Material = "Neon"
  4052. a5.Transparency = 0
  4053. aa5 = new("SpecialMesh", a5)
  4054. aa5.MeshType = "FileMesh"
  4055. aa5.Offset = v3(7, 3, -0.1)
  4056. aa5.Scale = v3(0.1, 0.1, 0.1)
  4057. aa5.MeshId = "rbxassetid://2267130588"
  4058. aaa5 = new("Weld", a5)
  4059. aaa5.Part0 = hed
  4060. aaa5.Part1 = a5
  4061. aaa5.C0 = CFrame.Angles(0, math.rad(0), 0)
  4062.  
  4063. a1e = new("Part", char)
  4064. a1e.Name = "Head"
  4065. a1e.BrickColor = BrickColor.new("White")
  4066. a1e.Material = "Neon"
  4067. a1e.Transparency = 0
  4068. aa1e = new("SpecialMesh", a1e)
  4069. aa1e.MeshType = "FileMesh"
  4070. aa1e.Offset = v3(-7, 3, -0.1)
  4071. aa1e.Scale = v3(0.1, 0.1, 0.1)
  4072. aa1e.MeshId = "rbxassetid://2267134290"
  4073. aaa1e = new("Weld", a1e)
  4074. aaa1e.Part0 = hed
  4075. aaa1e.Part1 = a1e
  4076. aaa1e.C0 = CFrame.Angles(0, math.rad(0), 0)
  4077. a2e = new("Part", char)
  4078. a2e.Name = "RJaw"
  4079. a2e.BrickColor = BrickColor.new("Dark stone grey")
  4080. a2e.Material = "Neon"
  4081. a2e.Transparency = 0
  4082. aa2e = new("SpecialMesh", a2e)
  4083. aa2e.MeshType = "FileMesh"
  4084. aa2e.Offset = v3(-5, 2.01, -0.2)
  4085. aa2e.Scale = v3(0.07, 0.07, 0.07)
  4086. aa2e.MeshId = "rbxassetid://2267146284"
  4087. aaa2e = new("Weld", a2e)
  4088. aaa2e.Part0 = hed
  4089. aaa2e.Part1 = a2e
  4090. aaa2e.C0 = CFrame.Angles(0, math.rad(0), 0)
  4091.  
  4092. a3e = new("Part", char)
  4093. a3e.Name = "LJaw"
  4094. a3e.BrickColor = BrickColor.new("Dark stone grey")
  4095. a3e.Material = "Neon"
  4096. a3e.Transparency = 0
  4097. aa3e = new("SpecialMesh", a3e)
  4098. aa3e.MeshType = "FileMesh"
  4099. aa3e.Offset = v3(-9.1, 2.01, -0.2)
  4100. aa3e.Scale = v3(0.07, 0.07, 0.07)
  4101. aa3e.MeshId = "rbxassetid://2267147917"
  4102. aaa3e = new("Weld", a3e)
  4103. aaa3e.Part0 = hed
  4104. aaa3e.Part1 = a3e
  4105. aaa3e.C0 = CFrame.Angles(0, math.rad(0), 0)
  4106. a5e = new("Part", char)
  4107. a5e.Name = "Inside2"
  4108. a5e.BrickColor = BrickColor.new("White")
  4109. a5e.Material = "Neon"
  4110. a5e.Transparency = 0
  4111. aa5e = new("SpecialMesh", a5e)
  4112. aa5e.MeshType = "FileMesh"
  4113. aa5e.Offset = v3(-7, 3, -0.1)
  4114. aa5e.Scale = v3(0.1, 0.1, 0.1)
  4115. aa5e.MeshId = "rbxassetid://2267130588"
  4116. aaa5e = new("Weld", a5e)
  4117. aaa5e.Part0 = hed
  4118. aaa5e.Part1 = a5e
  4119. aaa5e.C0 = CFrame.Angles(0, math.rad(0), 0)
  4120.  
  4121. end
  4122. end)
  4123. player = game.Players.LocalPlayer
  4124. char = player.Character
  4125. for _,v in pairs(player.Backpack.Main:GetChildren()) do
  4126. er = string.lower(v.Name)
  4127. if string.match(er,'moves') then
  4128. v.Animations.Idle.AnimationId = "rbxassetid://5028878836"-- change specifc animations to whatever you want
  4129. v.Animations.Walk.AnimationId = "rbxassetid://5096023358"
  4130. v.Animations.Run.AnimationId = "rbxassetid://4370518984"
  4131. v.Animations.Block.AnimationId = "rbxassetid://3203734026"
  4132. print('e')
  4133. end
  4134. end
  4135. ---------Module------------------
  4136. local module
  4137. local modulelocation
  4138. original = player.Backpack.Main
  4139. clone = player.Backpack.Main:Clone()
  4140. for _,v in pairs(original:GetDescendants()) do--- the
  4141. if v.Name == 'ModuleScript' then
  4142. module = v
  4143. modulelocation = v.Parent.Name
  4144. end
  4145. end
  4146. for _,v in pairs(clone:GetDescendants()) do
  4147. if v.Name == 'ModuleScript' then
  4148. v:Destroy()
  4149. end
  4150. end
  4151.  
  4152. for _,v in pairs(clone:GetDescendants()) do
  4153. if v.Name == modulelocation then
  4154. module.Parent = v
  4155.  
  4156. end
  4157. end
  4158. -------------Gui stuff-----------Just to make the whole thing work bascially
  4159. for _,v in pairs(player.PlayerGui.UI.Ui:GetChildren()) do
  4160. er = string.lower(v.Name)
  4161. if string.match(er,'move') then
  4162. originalm = v
  4163. clonem = v:Clone()
  4164. end
  4165. end
  4166. for _,v in pairs(player.PlayerGui:GetChildren()) do
  4167. er = string.lower(v.Name)
  4168. if string.find(er,'indicator') then
  4169. clonem1 = v:Clone()
  4170. originalm1 = v
  4171. end
  4172. end
  4173. for _,v in pairs(clone:GetDescendants()) do
  4174. if v.Name == 'Extra' then
  4175. eg = v
  4176. end
  4177. end
  4178. ----------------
  4179. clonem1.Parent = eg
  4180. clonem.Parent = eg
  4181. originalm:Destroy()
  4182. originalm1:Destroy()
  4183. clone.Parent = player.Backpack
  4184.  
  4185. wait()
  4186. original:Destroy()---destroys so you can play the animations
  4187. local mouse = game.Players.LocalPlayer:GetMouse()
  4188. mouse.KeyDown:Connect(function(k)
  4189. if k == "c" then
  4190. if game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text == "Sword Enabled" then
  4191. local AnimationId = "5776249806"
  4192. local Anim = Instance.new("Animation")
  4193. Anim.AnimationId = "rbxassetid://"..AnimationId
  4194. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4195. k:Play()
  4196. k:AdjustSpeed(1)
  4197. local A_1 = getrenv()._G.Pass
  4198. local A_2 = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4199. local A_3 = {
  4200. ["HitTime"] = 0.01,
  4201. ["Type"] = "Normal",
  4202. ["HitEffect"] = "YellowHitEffect",
  4203. ["VictimCFrame"] = CFrame.new(Vector3.new(50,10,50)),
  4204. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback1,
  4205. ["Velocity"] = Vector3.new(0, 100, 0),
  4206. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  4207. ["Damage"] = 10
  4208. }
  4209. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4210. Event:InvokeServer(A_1, A_2, A_3)
  4211. game.ReplicatedStorage.Effects.KnifeHitEffect22.BallEffect.Color = Color3.fromRGB(255, 120, 0)
  4212. for i,v in pairs(getconnections(game:GetService("ReplicatedStorage").Remotes.Effects.OnClientEvent)) do
  4213. v:Fire({"Model","KnifeHitEffect22",game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value.HumanoidRootPart.CFrame})
  4214. game.Players.LocalPlayer.Character.GTFSword3.Color = Color3.fromRGB(255, 120, 0)
  4215. wait(1)
  4216. game.Players.LocalPlayer.Character.GTFSword3.Color = Color3.fromRGB(170, 0, 170)
  4217. end
  4218. end
  4219. end
  4220. end)
  4221. local mouse = game.Players.LocalPlayer:GetMouse()
  4222. mouse.KeyDown:Connect(function(k)
  4223. if k == "x" then
  4224. if game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text == "Sword Enabled" then
  4225. local AnimationId = "5776249806"
  4226. local Anim = Instance.new("Animation")
  4227. Anim.AnimationId = "rbxassetid://"..AnimationId
  4228. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4229. k:Play()
  4230. k:AdjustSpeed(1)
  4231. local A_1 = getrenv()._G.Pass
  4232. local A_2 = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4233. local A_3 = {
  4234. ["HitTime"] = 0.01,
  4235. ["Type"] = "Normal",
  4236. ["HitEffect"] = "YellowHitEffect",
  4237. ["VictimCFrame"] = CFrame.new(Vector3.new(50,10,50)),
  4238. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback1,
  4239. ["Velocity"] = Vector3.new(100, -100, 100),
  4240. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  4241. ["Damage"] = 10
  4242. }
  4243. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4244. Event:InvokeServer(A_1, A_2, A_3)
  4245. game.ReplicatedStorage.Effects.KnifeHitEffect22.BallEffect.Color = Color3.fromRGB(255, 120, 0)
  4246. for i,v in pairs(getconnections(game:GetService("ReplicatedStorage").Remotes.Effects.OnClientEvent)) do
  4247. v:Fire({"Model","DeltaExplosion",game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value.HumanoidRootPart.CFrame})
  4248. game.Players.LocalPlayer.Character.GTFSword3.Color = Color3.fromRGB(255, 255, 0)
  4249. wait(1)
  4250. game.Players.LocalPlayer.Character.GTFSword3.Color = Color3.fromRGB(170, 0, 170)
  4251. end
  4252. end
  4253. end
  4254. end)
  4255. local mouse = game.Players.LocalPlayer:GetMouse()
  4256. mouse.KeyDown:Connect(function(k)
  4257. if k == "e" then
  4258. if game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text == "Blasters Enabled" then
  4259. wait(0.1)
  4260. game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text = "Sword Enabled"
  4261. end
  4262. end
  4263. end)
  4264. local mouse = game.Players.LocalPlayer:GetMouse()
  4265. mouse.KeyDown:Connect(function(k)
  4266. if k == "q" then
  4267. if game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text == "Bones Enabled" then
  4268. wait(0.1)
  4269. game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text = "Sword Enabled"
  4270. end
  4271. end
  4272. end)
  4273. end)
  4274. game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.TitleCUS.MouseButton1Click:Connect(function()
  4275. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  4276. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Chara"
  4277. wait(1)
  4278. game.Players.LocalPlayer.Character.Head:WaitForChild("HealthBar"):Destroy()
  4279. wait(1)
  4280. game.Players.LocalPlayer.PlayerGui.Altered:Destroy()
  4281. game.Players.LocalPlayer.Character:WaitForChild("ForceField"):Destroy()
  4282. local v1 = {
  4283. [1] = getrenv()._G.Pass,
  4284. [2] = "Damage",
  4285. [3] = math.huge,
  4286. [4] = game.Players.LocalPlayer.Character
  4287. }
  4288. local event = game:GetService("ReplicatedStorage").Remotes.Events
  4289. event:FireServer(v1)
  4290. game.Players.LocalPlayer.Character.Humanoid:GetPropertyChangedSignal("Health"):Connect(function()
  4291. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  4292. game.Players.LocalPlayer.Character.Humanoid.Health = 1
  4293. end
  4294. end)
  4295. wait(2)
  4296. --[[
  4297. EXECUTE ON GLITCHTALE CHARA
  4298. ---------------------------
  4299. E - Create Strings
  4300. Q - Delete a string
  4301. U - Enable Red Slashes / Fatal Error Strings
  4302. P - Disable Red Slashes / Fatal Error Strings
  4303. G - Sit Toggle
  4304. --------------------------
  4305. Enjoy!!
  4306. --]]
  4307. function Chat(text,color)
  4308. if dead == true then return end
  4309. local A_1 =
  4310. {
  4311. [1] = getrenv()._G.Pass,
  4312. [2] = "Chatted",
  4313. [3] = text,
  4314. [4] = color
  4315. }
  4316. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  4317. Event:FireServer(A_1)
  4318. end
  4319. Chat("Script made by fatal error! Strings made by king dream And Fatal Error Strings made by exn", Color3.fromRGB(255, 255, 255))
  4320. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(k)
  4321. if k == "e" then
  4322. local slashes = {}
  4323. local p = game:GetService("Players").LocalPlayer
  4324. local character = p.Character or p.CharacterAdded:Wait()
  4325. local mouse = p:GetMouse()
  4326. local setOrb = false
  4327. character:WaitForChild("Attacks").ChildAdded:Connect(function(child)
  4328. if child.Name == "BlueString" and #slashes <= 0 then
  4329. child:WaitForChild("Hitted"):Destroy()
  4330. table.insert(slashes,child)
  4331. end
  4332. end)
  4333. local speed = 23
  4334. local lradius = 20
  4335.  
  4336. local radius = 1300
  4337. local ts = 0
  4338. local rad,cos,sin = math.rad,math.cos,math.sin
  4339. local root = p.Character.HumanoidRootPart
  4340. game:GetService("RunService").RenderStepped:Connect(function()
  4341. for i,v in pairs(slashes) do
  4342. if not v or not v.Parent then
  4343. table.remove(slashes,i)
  4344. return
  4345. end
  4346. local y = root.Position.Y
  4347. local z = root.Position.Z
  4348. local x = root.Position.X + radiuscos(rad(ts))
  4349. v.Position = Vector3.new(x,y,root.Position.Z + radiussin(rad(ts)))
  4350. ts = ts + 155545645645
  4351. end
  4352. end)
  4353. game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer({getrenv()._G.Pass, "PatienceAttack", "Spawn", Vector3.new(0,0,0)})
  4354. end
  4355. end)
  4356. local mouse = game.Players.LocalPlayer:GetMouse()
  4357. mouse.KeyDown:Connect(function(k)
  4358. if k == "u" then
  4359. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,25,0)
  4360. wait()
  4361. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  4362. local args = {
  4363. [1] = {
  4364. [1] = getrenv()._G.Pass,
  4365. [2] = "PlaySound",
  4366. [3] = game:GetService("ReplicatedStorage").Resources.Sounds.Moves.YellowBeam.Charge,
  4367. [4] = game:GetService("Players").LocalPlayer.Character.Head
  4368. }
  4369. }
  4370.  
  4371. game:GetService("ReplicatedStorage").Remotes.Functions:InvokeServer(unpack(args))
  4372. local Anim = Instance.new("Animation")
  4373. Anim.AnimationId = "rbxassetid://4562533193"
  4374. local k2 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4375. k2:Play()
  4376. k2:AdjustSpeed(0.75)
  4377. char = game.Players.LocalPlayer.Character
  4378. char.HumanoidRootPart.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0, 1, 0)
  4379. playerpos = char.HumanoidRootPart.Position + Vector3.new(0, 0, 0)
  4380. local part = Instance.new("Part")
  4381. part.Name = "Platform" -- Name the part... hehe
  4382. part.Anchored = true -- Anchor the part
  4383. part.Parent = game.Workspace -- Put the part into the Workspace
  4384. part.Shape = Enum.PartType.Block -- Give the part a ball shape
  4385. part.Transparency = 1
  4386. part.Size = Vector3.new(5, 1, 5)
  4387. part.Position = playerpos + Vector3.new(5, 5, 5)
  4388. stop = false
  4389.  
  4390. local player = game.Players.LocalPlayer
  4391. local char = player.Character
  4392. local selfpos = char.RealKnife.Blade.Position
  4393. stop = false
  4394. for yay = 1, 2 do
  4395. spawn(function()
  4396. wait(0.3)
  4397. local A_1 =
  4398. {
  4399. [1] = getrenv()._G.Pass,
  4400. [2] = "KnifeProjectileDarkRed",
  4401. [3] = "Spawn",
  4402. [4] = Vector3.new(0, 1000, 0)
  4403. }
  4404. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  4405. Event:InvokeServer(A_1)
  4406. local A_1 =
  4407. {
  4408. [1] = getrenv()._G.Pass,
  4409. [2] = "KnifeProjectileDarkRed",
  4410. [3] = "Spawn",
  4411. [4] = Vector3.new(0, 1000, 0)
  4412. }
  4413. local Event = game:GetService("ReplicatedStorage").Remotes.CharaMoves
  4414. Event:InvokeServer(A_1)
  4415. local A_1 =
  4416. {
  4417. [1] = getrenv()._G.Pass,
  4418. [2] = "Chatted",
  4419. [3] = "Aura Enabled.",
  4420. [4] = Color3.new(1,0,0)
  4421. }
  4422. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  4423. Event:FireServer(A_1)
  4424. wait(2)
  4425. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,1,0)
  4426. wait()
  4427. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
  4428. end)
  4429. end
  4430. spawn(function()
  4431. wait(1)
  4432. part:Destroy()
  4433. wait(1)
  4434. stop = true
  4435. end)
  4436. game:GetService("ReplicatedStorage").Remotes.UndyneMoves:InvokeServer(unpack(args))
  4437. while stop == false do wait()
  4438. spawn(function()
  4439. for _,v in pairs(game.Players.LocalPlayer.Character.Attacks:GetChildren()) do
  4440. spawn(function()
  4441. v.Name = 'affected'
  4442. for _,e in pairs(v:GetChildren()) do
  4443. if e.Name == 'Particle' or e.Name == 'Hitted' or e.Name == 'HitBox' then
  4444. e:Destroy()
  4445. end
  4446. end
  4447. v:WaitForChild('BodyVelocity'):Destroy()
  4448. local move = Instance.new('BodyPosition',v)
  4449. move.Name = 'Client'
  4450. move.D = 1000
  4451. move.MaxForce = Vector3.new(1,18,1)*1000000
  4452. move.P = 25000
  4453. wait(1.5)
  4454. move.D = 0
  4455. spawn(function()
  4456. for thing = 1, 1000 do
  4457. selfpos = char.RealKnife.Blade.Position
  4458. move.Position = selfpos
  4459. wait(1)
  4460. end
  4461. end)
  4462. local mouse = game.Players.LocalPlayer:GetMouse()
  4463. mouse.KeyDown:Connect(function(k)
  4464. if k == "p" then
  4465. move.D = 1000
  4466. local Anim = Instance.new("Animation")
  4467. Anim.AnimationId = "rbxassetid://3765380192"
  4468. local k2 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4469. k2:Play()
  4470.  
  4471. wait(0.7)
  4472. v:Destroy()
  4473. local A_1 =
  4474. {
  4475. [1] = getrenv()._G.Pass,
  4476. [2] = "Chatted",
  4477. [3] = "Aura Disabled.",
  4478. [4] = Color3.new(1,0,0)
  4479. }
  4480. local Event = game:GetService("ReplicatedStorage").Remotes.Events
  4481. Event:FireServer(A_1)
  4482. k2:Stop()
  4483. end
  4484. end)
  4485. end)
  4486. end
  4487. end)
  4488. end
  4489. end
  4490. end)
  4491. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(k)
  4492. if k == "q" then
  4493. game.Players.LocalPlayer.Character.Attacks.BlueString:Destroy()
  4494. game.Players.LocalPlayer.Character.Attacks.affected:Destroy()
  4495. end
  4496. end)
  4497. local sitstart = Instance.new("Animation")
  4498. sitstart.AnimationId = "rbxassetid://7507477136"
  4499. local sitstartplay = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid"):LoadAnimation(sitstart)
  4500. local sitloop = Instance.new("Animation")
  4501. sitloop.AnimationId = "rbxassetid://7507481748"
  4502. local sitloopplay = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid"):LoadAnimation(sitloop)
  4503. local sitend = Instance.new("Animation")
  4504. sitend.AnimationId = "rbxassetid://7507485912"
  4505. local sitendplay = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid"):LoadAnimation(sitend)
  4506. local sitting = false
  4507. local mouse = game.Players.LocalPlayer:GetMouse()
  4508. mouse.KeyDown:Connect(function(k)
  4509. if k == "g" then if sitting == false then
  4510. sitting = true
  4511. sitstartplay:Play()
  4512. wait(1)
  4513. sitloopplay:Play()
  4514. elseif sitting == true then
  4515. sitting = false
  4516. sitloopplay:Stop()
  4517. sitendplay:Play()
  4518. end
  4519. end
  4520. end)
  4521. local mouse = game.Players.LocalPlayer:GetMouse()
  4522. mouse.KeyDown:Connect(function(k)
  4523. if k == "n" then
  4524. local Anim = Instance.new("Animation")
  4525. Anim.AnimationId = "rbxassetid://3752218582"
  4526. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4527. k:Play()
  4528. k:AdjustSpeed(1)
  4529. local A_1 = getrenv()._G.Pass
  4530. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4531. local A_3 =
  4532. {
  4533. ["HitTime"] = 1,
  4534. ["Type"] = "Knockback",
  4535. ["HitEffect"] = "LightHitEffect",
  4536. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  4537. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.SakuyaAttack1,
  4538. ["Velocity"] = Vector3.new(-10, -0.1, -0),
  4539. ["CombatInv"] = true,
  4540. ["Damage"] = 40
  4541. }
  4542. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4543. Event:InvokeServer(A_1, A_2, A_3)
  4544. end
  4545. end)
  4546.  
  4547. local mouse = game.Players.LocalPlayer:GetMouse()
  4548. mouse.KeyDown:Connect(function(k)
  4549. if k == "n" then wait(0.2)
  4550. local Anim = Instance.new("Animation")
  4551. Anim.AnimationId = "rbxassetid://3752218582"
  4552. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4553. k:Play()
  4554. k:AdjustSpeed(1)
  4555. local A_1 = getrenv()._G.Pass
  4556. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4557. local A_3 =
  4558. {
  4559. ["HitTime"] = 1,
  4560. ["Type"] = "Knockback",
  4561. ["HitEffect"] = "LightHitEffect",
  4562. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  4563. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.SakuyaAttack1,
  4564. ["Velocity"] = Vector3.new(10, -0.1, -0),
  4565. ["CombatInv"] = true,
  4566. ["Damage"] = 40
  4567. }
  4568. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4569. Event:InvokeServer(A_1, A_2, A_3)
  4570. end
  4571. end)
  4572.  
  4573. local mouse = game.Players.LocalPlayer:GetMouse()
  4574. mouse.KeyDown:Connect(function(k)
  4575. if k == "n" then wait(0.3)
  4576. local Anim = Instance.new("Animation")
  4577. Anim.AnimationId = "rbxassetid://3752218582"
  4578. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4579. k:Play()
  4580. k:AdjustSpeed(1)
  4581. local A_1 = getrenv()._G.Pass
  4582. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4583. local A_3 =
  4584. {
  4585. ["HitTime"] = 1,
  4586. ["Type"] = "Knockback",
  4587. ["HitEffect"] = "LightHitEffect",
  4588. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  4589. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.SakuyaAttack1,
  4590. ["Velocity"] = Vector3.new(0, 10, -0),
  4591. ["CombatInv"] = true,
  4592. ["Damage"] = 40
  4593. }
  4594. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4595. Event:InvokeServer(A_1, A_2, A_3)
  4596. end
  4597. end)
  4598. local mouse = game.Players.LocalPlayer:GetMouse()
  4599. mouse.KeyDown:Connect(function(k)
  4600. if k == "n" then wait(0.4)
  4601. local Anim = Instance.new("Animation")
  4602. Anim.AnimationId = "rbxassetid://3752218582"
  4603. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4604. k:Play()
  4605. k:AdjustSpeed(1)
  4606. local A_1 = getrenv()._G.Pass
  4607. local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4608. local A_3 =
  4609. {
  4610. ["HitTime"] = 1,
  4611. ["Type"] = "Knockback",
  4612. ["HitEffect"] = "LightHitEffect",
  4613. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  4614. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.SakuyaAttack1,
  4615. ["Velocity"] = Vector3.new(0, 0, 3),
  4616. ["CombatInv"] = true,
  4617. ["Damage"] = 40
  4618. }
  4619. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4620. Event:InvokeServer(A_1, A_2, A_3)
  4621. end
  4622. end)
  4623. -- CREDITS:
  4624. -- Fatal Error Sans#4931 (Made this script)
  4625. -- King Dream for the Strings
  4626. -- exn from Project GTC for the red stuff
  4627. end)
  4628. game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.TitleCS.MouseButton1Click:Connect(function()
  4629. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  4630. game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Sans"
  4631. game.Players.LocalPlayer.PlayerGui.Altered:Destroy()
  4632. wait(5)
  4633. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.Health:Destroy()
  4634.  
  4635. game.Players.LocalPlayer:WaitForChild("StarterPlaylist")
  4636. game.Players.LocalPlayer.StarterPlaylist["1Megalovania"]:Destroy()
  4637. local s1 = Instance.new("Sound")
  4638. s1.Parent = game.Players.LocalPlayer.StarterPlaylist
  4639. s1.Volume = 2
  4640. s1.Playing = true
  4641. s1.Looped = true
  4642. s1.SoundId = "rbxassetid://6463854800"
  4643. s1.Name = "1LostMemories"
  4644. --attack recolor by meko
  4645. local char = game:GetService("Players").LocalPlayer.Character
  4646. local effects = char.Effects
  4647. local stuff = {"Bone"}
  4648. local colors = {Color3.fromRGB(255, 128, 0)}
  4649. local function check(part)
  4650. for i = 1, #stuff do
  4651. if part.Name == stuff[i] then
  4652. part.Color = colors[i]
  4653. end
  4654. end
  4655. end
  4656. effects.DescendantAdded:Connect(check)
  4657. local char = game:GetService("Players").LocalPlayer.Character
  4658. local beams = char
  4659. local stuff = {"Eye", "Back", "Middle", "CircleEffect", "E", "ExplosionEffect", "BeamSmoke"}
  4660. local colors = {Color3.fromRGB(0, 120, 255), Color3.fromRGB(0, 0, 255), Color3.fromRGB(0, 0, 255), Color3.fromRGB(0, 0, 255), Color3.fromRGB(0, 0, 255), Color3.fromRGB(0, 0, 255), Color3.fromRGB(255, 0, 0)}
  4661. local function check(part)
  4662. for i = 1, #stuff do
  4663. if part.Name == stuff[i] then
  4664. part.Color = colors[i]
  4665. end
  4666. end
  4667. end
  4668. beams.DescendantAdded:Connect(check)
  4669. local char = game:GetService("Players").LocalPlayer.Character
  4670. local attacks = char.Attacks
  4671. local stuff = {"Bone"}
  4672. local colors = {Color3.fromRGB(0, 0, 170)}
  4673. local function check(part)
  4674. for i = 1, #stuff do
  4675. if part.Name == stuff[i] then
  4676. part.Color = colors[i]
  4677. end
  4678. end
  4679. end
  4680. attacks.DescendantAdded:Connect(check)
  4681. --scarf
  4682. player = game.Players.LocalPlayer
  4683. char = player.Character
  4684. for _,v in pairs(game:GetService("ReplicatedStorage").Resources.Character.Accessories.SFChara.Scarf:GetChildren()) do
  4685. if v.Name == 'RainbowScarf' then
  4686. clone1 = v:Clone()
  4687. clone1.Name = 'Scarf'
  4688. clone1.Parent = char
  4689. weld = Instance.new('Weld',clone1)
  4690. weld.Part0 = char['Scarf']
  4691. weld.Part1 = char['Head']
  4692. weld.C1 = CFrame.new(-0,-0.8,-0)*CFrame.Angles(0,3,0)
  4693. clone1.Transparency = 0
  4694. char.Scarf.Color = Color3.new(1, 0, 0)
  4695. char.Scarf.Decal.Texture = ""
  4696. char.Scarf.Mesh.TextureId = ""
  4697. end
  4698. end
  4699. --eye thing idk
  4700. player = game.Players.LocalPlayer
  4701. char = player.Character
  4702. for _,v in pairs(game.ReplicatedStorage.Effects.CharaKnifeProjectile:GetChildren()) do
  4703. if v.Name == 'ParticleEmitter' then
  4704. X = v:Clone()
  4705. X.Parent = char.Head
  4706. X.Name = 'X'
  4707. char.Head.X.Speed = NumberRange.new(0, 0)
  4708. char.Head.X.Color = ColorSequence.new(Color3.fromRGB(255, 255, 255))
  4709. char.Head.X.Size = NumberSequence.new(0.3, 0)
  4710. local attachment = Instance.new("Attachment", script.Parent)
  4711. attachment.Parent = char.Head
  4712. attachment.Position = Vector3.new(0.1, 0, 0)
  4713. char.Head.X.Parent = attachment
  4714. for _,v in pairs(game:GetService("ReplicatedStorage").Effects.OverwriteAct.Attachment:GetChildren()) do
  4715. if v.Name == 'Body' then
  4716. x = v:Clone()
  4717. x.Name = 'A'
  4718. x.Parent = char.Head
  4719. x.Enabled = true
  4720. x.Size = NumberSequence.new(0.3, 0)
  4721. x.Speed = NumberRange.new(-25, -25)
  4722. local attachment = Instance.new("Attachment")
  4723. attachment.Parent = char.Head
  4724. attachment.Position = Vector3.new(0.1, 0.2, 0)
  4725. char.Head.A.Parent = attachment
  4726. end
  4727. end
  4728. end
  4729. end
  4730. --slash
  4731. spawn(function()
  4732. player = game.Players.LocalPlayer
  4733. char = player.Character
  4734. for _,v in pairs(game:GetService("ReplicatedStorage").Resources.Character.Accessories.SFChara:GetChildren()) do
  4735. if v.Name == 'SlashEffect' then
  4736. clone = v:Clone()
  4737. clone.Parent = char.Torso
  4738. clone.Name = "getting hit"
  4739. end
  4740. end
  4741. end)
  4742. --locals
  4743. local phase1 = true
  4744. local phase2 = false
  4745. local v1 = game:GetService("ReplicatedStorage")
  4746. local v2 = game:GetService("Workspace")
  4747. local v3 = v1.Remotes.Effects
  4748. local v4 = game:GetService("Players")
  4749. local v5 = v4.LocalPlayer
  4750. local v6 = v5.Character
  4751. local v7 = v5.PlayerGui.UI.Ui
  4752. local l__ServerEffects__child = v2.ServerEffects.ServerCooldown
  4753. local v8 = Instance.new("Sound")
  4754. v8.Parent = v5.StarterPlaylist
  4755. v8.SoundId = "rbxassetid://5309259110"
  4756. v8.Name = "2Stormheart"
  4757. v8.Playing = false
  4758. v8.Volume = 0.5
  4759. v8.PlaybackSpeed = 1
  4760. v8.Looped = true
  4761. v8.EmitterSize = 10
  4762. --name loop
  4763. coroutine.resume(coroutine.create(function()
  4764. while phase1 == true do
  4765. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName.TextStrokeColor3 = Color3.fromRGB(0, 0, 0)
  4766. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.BackHealth.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  4767. wait(1)
  4768. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.BackHealth.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  4769. game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  4770. wait(1)
  4771. end
  4772. end))
  4773. local v9 = game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4774. function f1(hittime, rtype, hiteffect, velocity, damage)
  4775. local A_1 = getrenv()._G.Pass
  4776. local A_2 = game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
  4777. local A_3 = {
  4778. ["HitTime"] = hittime,
  4779. ["Type"] = rtype,
  4780. ["HitEffect"] = hiteffect,
  4781. ["VictimCFrame"] = CFrame.new(Vector3.new(0,0,0)),
  4782. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
  4783. ["Velocity"] = velocity,
  4784. ["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback,
  4785. ["Damage"] = damage
  4786. }
  4787. local Event = game:GetService("ReplicatedStorage").Remotes.Damage
  4788. Event:InvokeServer(A_1, A_2, A_3)
  4789. end
  4790. local mouse = game.Players.LocalPlayer:GetMouse()
  4791. mouse.KeyDown:Connect(function(k)
  4792. if k == "z" then
  4793. f1(0.9, "Normal", "KnifeHitEffect", Vector3.new(0, 2, 0), 7)
  4794. local args = {
  4795. [1] = {
  4796. [1] = getrenv()._G.Pass,
  4797. [2] = "GasterBlasters",
  4798. [3] = "SummonOne",
  4799. [4] = workspace:FindFirstChild(game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value.Name).Torso.Position
  4800. }
  4801. }
  4802. game:GetService("ReplicatedStorage").Remotes.SansMoves:InvokeServer(unpack(args))
  4803. end
  4804. end)
  4805. local mouse = game.Players.LocalPlayer:GetMouse()
  4806. mouse.KeyDown:Connect(function(k)
  4807. if k == "x" then
  4808. f1(1, "Normal", "BurstEffect", Vector3.new(0, 5, 0), 0)
  4809. local args = {
  4810. [1] = {
  4811. [1] = getrenv()._G.Pass,
  4812. [2] = "Bones",
  4813. [3] = "AirSpawn",
  4814. [4] = workspace:FindFirstChild(game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value.Name).Torso.Position
  4815. }
  4816. }
  4817. game:GetService("ReplicatedStorage").Remotes.SansMoves:InvokeServer(unpack(args))
  4818. wait(0.5)
  4819. f1(1, "Normal", "BurstEffect", Vector3.new(0, 5, 0), 0)
  4820. local args = {
  4821. [1] = {
  4822. [1] = getrenv()._G.Pass,
  4823. [2] = "Bones",
  4824. [3] = "AirSpawn",
  4825. [4] = workspace:FindFirstChild(game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value.Name).Torso.Position
  4826. }
  4827. }
  4828. game:GetService("ReplicatedStorage").Remotes.SansMoves:InvokeServer(unpack(args))
  4829. wait(0.5)
  4830. f1(1, "Normal", "BurstEffect", Vector3.new(0, 5, 0), 0)
  4831. local args = {
  4832. [1] = {
  4833. [1] = getrenv()._G.Pass,
  4834. [2] = "Bones",
  4835. [3] = "AirSpawn",
  4836. [4] = workspace:FindFirstChild(game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value.Name).Torso.Position
  4837. }
  4838. }
  4839. game:GetService("ReplicatedStorage").Remotes.SansMoves:InvokeServer(unpack(args))
  4840. wait(0.5)
  4841. f1(1, "Normal", "BurstEffect", Vector3.new(30, 5, 30), 0)
  4842. end
  4843. end)
  4844. local mouse = game.Players.LocalPlayer:GetMouse()
  4845. mouse.KeyDown:Connect(function(k)
  4846. if k == "p" then
  4847. if phase2 == false then
  4848. if phase1 == true then
  4849. phase1 = false
  4850. phase2 = true
  4851. local char = game:GetService("Players").LocalPlayer.Character
  4852. local attacks2 = char.Attacks
  4853. local effects2 = char.Effects
  4854. local beams2 = char
  4855. local stuff2 = {"Bone", "Eye", "Back", "Middle", "CircleEffect", "E", "ExplosionEffect", "BeamSmoke"}
  4856. local colors2 = {Color3.fromRGB(0, 255, 0), Color3.fromRGB(255, 0, 0), Color3.fromRGB(255, 0, 0), Color3.fromRGB(255, 0, 0), Color3.fromRGB(255, 0, 0), Color3.fromRGB(255, 0, 0), Color3.fromRGB(255, 0, 0), Color3.fromRGB(255, 0, 0)}
  4857. local function check(part)
  4858. for i = 1, #stuff do
  4859. if part.Name == stuff2[i] then
  4860. part.Color = colors2[i]
  4861. end
  4862. end
  4863. end
  4864. attacks2.DescendantAdded:Connect(check)
  4865. effects2.DescendantAdded:Connect(check)
  4866. beams2.DescendantAdded:Connect(check)
  4867. s1.Playing = false
  4868. v8.Playing = true
  4869. v6.Head.Attachment:Destroy()
  4870. while phase2 == true do
  4871. v6.Head.HealthBar.Frame.PName.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
  4872. v6.Head.HealthBar.Frame.BackHealth.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  4873. v6.Scarf.Color = Color3.fromRGB(0, 255, 0)
  4874. v6.Head.Attachment.A.Color = ColorSequence.new(Color3.fromRGB(255, 0, 0))
  4875. wait(0.2)
  4876. v6.Head.HealthBar.Frame.BackHealth.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  4877. v6.Head.HealthBar.Frame.PName.TextStrokeColor3 = Color3.fromRGB(0, 255, 0)
  4878. v6.Scarf.Color = Color3.fromRGB(0, 0, 255)
  4879. v6.Head.Attachment.A.Color = ColorSequence.new(Color3.fromRGB(0, 255, 0))
  4880. wait(0.2)
  4881. v6.Head.HealthBar.Frame.BackHealth.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  4882. v6.Head.HealthBar.Frame.PName.TextStrokeColor3 = Color3.fromRGB(0, 0, 255)
  4883. v6.Scarf.Color = Color3.fromRGB(255, 0, 0)
  4884. v6.Head.Attachment.A.Color = ColorSequence.new(Color3.fromRGB(0, 0, 255))
  4885. wait(0.2)
  4886. end
  4887. end
  4888. end
  4889. end
  4890. end)
  4891. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement