Advertisement
HackCreator

AB Hub

Jun 16th, 2023
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. if game.PlaceId == "8573962925" then
  2. -- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  3.  
  4. -- UI
  5. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  6. local Window = Library.CreateLib("Alternate Battlegrounds", "Synapse")
  7. -- Tabs
  8. local Home = Window:NewTab("Home")
  9. local Scripts = Window:NewTab("Scripts")
  10. local Credits = Window:NewTab("Credits")
  11. -- Sections
  12. local Config = Home:NewSection("Confinguration")
  13. local MyScripts = Scripts:NewSection("Scripts by AdamHack#7436")
  14. local Others = Scripts:NewSection("Scripts by Others")
  15. local Hubs = Scripts:NewSection("Hubs")
  16. -- Home
  17. Config:NewSlider("SpeedHax", "Changes Speed", 500, 1, function(s) -- 500 (MaxValue) | 0 (MinValue)
  18. game.Players.LocalPlayer.Character.Data.TimeMulti = s
  19. end)
  20. Config:NewSlider("JumpPower", "Changes JumpPower", 500, 1, function(s) -- 500 (MaxValue) | 0 (MinValue)
  21. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  22. end)
  23. Config:NewButton("No Stun", "Adding Ability Move when attacking", function()
  24. game.Playes.LocalPlayer.Character.Data.Stunned:Destroy()
  25. end)
  26. Config:NewButton("Ctrl+Click Tp","inf Tp by Ctrl + Click" function() --https://pastebin.com/raw/zny8JDrb
  27. loadstring(game:HttpGet('https://pastebin.com/raw/zny8JDrb'))()
  28. end)
  29. Config:NewKeybind("Standing Here, I Realize", "Plays Admin Animation", Enum.KeyCode.G, function()
  30. local Anim = Instance.new("Animation")
  31. Anim.AnimationId = "rbxassetid://11273021696"
  32. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  33. k:Play()
  34. k:AdjustSpeed(1)
  35. wait(23)
  36. local Anim = Instance.new("Animation")
  37. Anim.AnimationId = "rbxassetid://11273005728"
  38. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  39. k:Play()
  40. k:AdjustSpeed(1)
  41. wait(10)
  42. k:Stop()
  43. end)
  44.  
  45. -- Scripts
  46. MyScripts:NewButton("Glitch404 Rework", "Reccomended X!Frisk", function() -- https://pastebin.com/raw/yi3bNPDd
  47. loadstring(game:HttpGet('https://pastebin.com/raw/yi3bNPDd'))()
  48. end)
  49. MyScripts:NewButton("Unlock All Skins", "Unlocks all skins", function()
  50. local Player = game.Players.LocalPlayer -- You
  51. local Skins = Player.Skins -- SKins
  52. Skins.Sans.Value = "LBP2"
  53. Skins.Sans.SCSans.Value = true --
  54. Skins.Sans.NMSans.Value = true
  55. Skins.Sans.LBP2.Value = true
  56. Skins.Sans.LBP3.Value = true
  57. Skins.Sans.UF.Value = true
  58. Skins.Asgore.Value = "Akuma"
  59. Skins.Asgore.Akuma.Value = true
  60. Skins.Asgore.Guts.Value = true
  61. Skins.Asgore.DeepWoken.Value = true
  62. Skins.Asgore.XA.Value = true
  63. Skins.GTGaster.Value = "XGaster"
  64. Skins.GTGaster.XGaster.Value = true
  65. end)
  66. MyScripts:NewButton("HardMode Sans","Same Glitch404 but worse design", function() -- https://pastebin.com/raw/R8GGW73m
  67. loadstring(game:HttpGet('https://pastebin.com/raw/R8GGW73m'))()
  68. end)
  69. Others:NewButton("RGB Soul", "Choose character use script and Choose character again", function()
  70. game.Players.LocalPlayer.Char.Value = "Marisa"
  71. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  72. end)
  73. Others:NewButton("Glitch God 404", "Glitch404 not reworked", function()
  74. loadstring(game:HttpGet('https://pastebin.com/raw/RquLpuCy'))()
  75. end)
  76. Others:NewButton("RainBow King", "Just Rainbow King hunting souls", function()
  77. loadstring(game:HttpGet('https://pastebin.com/raw/zb2N5hQx'))
  78. end)
  79. Hubs:NewButton("AB Hub1", "idk", function()
  80. loadstring(game:HttpGet('https://pastebin.com/raw/zb2N5hQx'))
  81. end)
  82. Hubs:NewButton("AB Hub by Showcaser1", "idk", function()
  83. loadstring(game:HttpGet(('https://pastebin.com/YnsWnZHU'),true))()
  84. end)
  85. -- Credits
  86. Credits:NewLabel("Hub and Scripts by AdamHack#7436")
  87. Credits:NewLabel("Scripts by ErrorScripter-2.0#4093")
  88. Credits:NewLabel("2nd Hub by Showcaser1#2546")
  89. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement