Advertisement
HackCreator

Unlock Secret Skins v01 AB

Apr 2nd, 2023
2,646
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.03 KB | None | 0 0
  1. -- Script maid by AdamHack
  2. -- from secret skins works only anims bc you just equip them without buy them
  3.  
  4. --[[
  5.     Asgore skin names
  6.     Akuma
  7.     DeepWoken
  8.     Guts
  9.  
  10.     Sans Skin Names
  11.     NMSans
  12.  
  13. ]]
  14.  
  15. --[[
  16.  
  17. local myself = game.Players.LocalPlayer.Skins
  18. --asgore
  19. myself.Asgore.Guts.Value = true
  20. myself.Asgore.Akuma.Value = true
  21. myself.Asgore.DeepWoken.Value = true
  22. --sans
  23. myself.Sans.NMSans.Value = true
  24. myself.Sans.LBP3.Value = true
  25. myself.Sans.LBP2.Value = true
  26. myself.Sans.OT.Value = true
  27. myself.ETSans.Value = true
  28.  
  29. myself.Asgore.Value = AsgoreSkin
  30. myself.Sans.Value = SansSkin
  31. ]]
  32. local myself = game.Players.LocalPlayer.Skins
  33. myself.Asgore.Guts.Value = true
  34. myself.Asgore.Akuma.Value = true
  35. myself.Asgore.DeepWoken.Value = true
  36. myself.GTGaster.XGaster.Value = true
  37. myself.GTGaster.Value = "XGaster"
  38. myself.Asgore.Value = "Akuma"
  39. myself.Sans.NMSans.Value = true
  40. myself.Sans.LBP3.Value = true
  41. myself.Sans.LBP2.Value = true
  42. myself.Sans.OT.Value = true
  43. myself.Sans.ETSans.Value = true
  44. myself.Sans.Value = "LBP3"
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement