Guest User

Astral Hub

a guest
Jul 18th, 2024
1,344
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.10 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "Astral Hub",
  5. LoadingTitle = "Join realsolara.gg",
  6. LoadingSubtitle = "by kaba",
  7. ConfigurationSaving = {
  8. Enabled = true,
  9. FolderName = nil, -- Create a custom folder for your hub/game
  10. FileName = "Big Hub"
  11. },
  12. Discord = {
  13. Enabled = true,
  14. Invite = "realsolara.gg", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  15. RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  16. },
  17. KeySystem = true, -- Set this to true to use our key system
  18. KeySettings = {
  19. Title = "Key System",
  20. Subtitle = "Input Key",
  21. Note = "Get Tester Key From The Owner",
  22. FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  23. SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  24. GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  25. Key = {"Version 0.5"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
  26. }
  27. })
  28.  
  29. Rayfield:Notify({
  30. Title = "Notification",
  31. Content = "Version 0.5",
  32. Duration = 6.5,
  33. Image = 4483362458,
  34. Actions = { -- Notification Buttons
  35. Ignore = {
  36. Name = "Okay!",
  37. Callback = function()
  38. end
  39. },
  40. },
  41. })
  42.  
  43. local LocalPlayer = Window:CreateTab("Local Player", 4483362458) -- Title, Image
  44.  
  45. local FlyGUI = LocalPlayer:CreateButton({
  46. Name = "Fly GUI",
  47. Callback = function()
  48. -- The function that takes place when the button is pressed
  49. loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
  50. end,
  51. })
  52.  
  53. local Infinite Jump = LocalPlayer:CreateButton({
  54. Name = "Infinite Jump",
  55. Callback = function()
  56. -- The function that takes place when the button is pressed
  57. local InfiniteJumpEnabled = true
  58. game:GetService("UserInputService").JumpRequest:connect(function()
  59. if InfiniteJumpEnabled then
  60. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  61. end
  62. end)
  63. end,
  64. })
  65.  
  66. local ESP = LocalPlayer:CreateButton({
  67. Name = "ESP",
  68. Callback = function()
  69. -- The function that takes place when the button is pressed
  70. loadstring(game:HttpGet('https://raw.githubusercontent.com/ic3w0lf22/Unnamed-ESP/master/UnnamedESP.lua',true))()
  71. end,
  72. })
  73.  
  74. local AnimationChanger = LocalPlayer:CreateButton({
  75. Name = "Animation Changer",
  76. Callback = function()
  77. -- The function that takes place when the button is pressed
  78. local AnimationChanger = Instance.new("ScreenGui")
  79. local Main = Instance.new("Frame")
  80. local TopBar = Instance.new("Frame")
  81. local Close = Instance.new("TextButton")
  82. local TextLabel = Instance.new("TextLabel")
  83. local TextLabel_2 = Instance.new("TextLabel")
  84. local NormalTab = Instance.new("Frame")
  85. local A_Astronaut = Instance.new("TextButton")
  86. local A_Bubbly = Instance.new("TextButton")
  87. local A_Cartoony = Instance.new("TextButton")
  88. local A_Elder = Instance.new("TextButton")
  89. local A_Knight = Instance.new("TextButton")
  90. local A_Levitation = Instance.new("TextButton")
  91. local A_Mage = Instance.new("TextButton")
  92. local A_Ninja = Instance.new("TextButton")
  93. local A_Pirate = Instance.new("TextButton")
  94. local A_Robot = Instance.new("TextButton")
  95. local A_Stylish = Instance.new("TextButton")
  96. local A_SuperHero = Instance.new("TextButton")
  97. local A_Toy = Instance.new("TextButton")
  98. local A_Vampire = Instance.new("TextButton")
  99. local A_Werewolf = Instance.new("TextButton")
  100. local A_Zombie = Instance.new("TextButton")
  101. local Category = Instance.new("TextLabel")
  102. local SpecialTab = Instance.new("Frame")
  103. local A_Patrol = Instance.new("TextButton")
  104. local A_Confident = Instance.new("TextButton")
  105. local A_Popstar = Instance.new("TextButton")
  106. local A_Cowboy = Instance.new("TextButton")
  107. local A_Ghost = Instance.new("TextButton")
  108. local A_Sneaky = Instance.new("TextButton")
  109. local A_Princess = Instance.new("TextButton")
  110. local Category_2 = Instance.new("TextLabel")
  111. local OtherTab = Instance.new("Frame")
  112. local Category_3 = Instance.new("TextLabel")
  113. local A_None = Instance.new("TextButton")
  114. local A_Anthro = Instance.new("TextButton")
  115. local Animate = game.Players.LocalPlayer.Character.Animate
  116.  
  117. AnimationChanger.Name = "AnimationChanger"
  118. AnimationChanger.Parent = game:WaitForChild("CoreGui")
  119. AnimationChanger.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  120.  
  121. Main.Name = "Main"
  122. Main.Parent = AnimationChanger
  123. Main.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  124. Main.BorderSizePixel = 0
  125. Main.Position = UDim2.new(0.421999991, 0, -1, 0)
  126. Main.Size = UDim2.new(0, 300, 0, 250)
  127. Main.Active = true
  128. Main.Draggable = true
  129.  
  130. TopBar.Name = "TopBar"
  131. TopBar.Parent = Main
  132. TopBar.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  133. TopBar.BorderSizePixel = 0
  134. TopBar.Size = UDim2.new(0, 300, 0, 30)
  135.  
  136. Close.Name = "Close"
  137. Close.Parent = TopBar
  138. Close.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  139. Close.BorderSizePixel = 0
  140. Close.Position = UDim2.new(0.899999976, 0, 0, 0)
  141. Close.Size = UDim2.new(0, 30, 0, 30)
  142. Close.Font = Enum.Font.SciFi
  143. Close.Text = "x"
  144. Close.TextColor3 = Color3.new(1, 0, 0.0156863)
  145. Close.TextSize = 20
  146. Close.MouseButton1Click:Connect(function()
  147. wait(0.3)
  148. Main:TweenPosition(UDim2.new(0.421999991, 0, -1.28400004, 0))
  149. wait(3)
  150. AnimationChanger:Destroy()
  151. end)
  152.  
  153. TextLabel.Parent = TopBar
  154. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  155. TextLabel.BackgroundTransparency = 1
  156. TextLabel.BorderSizePixel = 0
  157. TextLabel.Position = UDim2.new(0, 0, 0.600000024, 0)
  158. TextLabel.Size = UDim2.new(0, 270, 0, 10)
  159. TextLabel.Font = Enum.Font.SourceSans
  160. TextLabel.Text = "Made by Nyser#4623"
  161. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  162. TextLabel.TextSize = 15
  163.  
  164. TextLabel_2.Parent = TopBar
  165. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  166. TextLabel_2.BackgroundTransparency = 1
  167. TextLabel_2.BorderSizePixel = 0
  168. TextLabel_2.Position = UDim2.new(0, 0, -0.0266667679, 0)
  169. TextLabel_2.Size = UDim2.new(0, 270, 0, 20)
  170. TextLabel_2.Font = Enum.Font.SourceSans
  171. TextLabel_2.Text = "Animation Changer"
  172. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  173. TextLabel_2.TextSize = 20
  174.  
  175. NormalTab.Name = "NormalTab"
  176. NormalTab.Parent = Main
  177. NormalTab.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  178. NormalTab.BackgroundTransparency = 1
  179. NormalTab.BorderSizePixel = 0
  180. NormalTab.Position = UDim2.new(0.5, 0, 0.119999997, 0)
  181. NormalTab.Size = UDim2.new(0, 150, 0, 500)
  182.  
  183. A_Astronaut.Name = "A_Astronaut"
  184. A_Astronaut.Parent = NormalTab
  185. A_Astronaut.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  186. A_Astronaut.BorderSizePixel = 0
  187. A_Astronaut.Position = UDim2.new(0, 0, 0.815764725, 0)
  188. A_Astronaut.Size = UDim2.new(0, 150, 0, 30)
  189. A_Astronaut.Font = Enum.Font.SciFi
  190. A_Astronaut.Text = "Astronaut"
  191. A_Astronaut.TextColor3 = Color3.new(1, 1, 1)
  192. A_Astronaut.TextSize = 20
  193. A_Astronaut.MouseButton1Click:Connect(function()
  194. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=891621366"
  195. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=891633237"
  196. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=891667138"
  197. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=891636393"
  198. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=891627522"
  199. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=891609353"
  200. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=891617961"
  201. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  202. end)
  203.  
  204. A_Bubbly.Name = "A_Bubbly"
  205. A_Bubbly.Parent = NormalTab
  206. A_Bubbly.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  207. A_Bubbly.BorderSizePixel = 0
  208. A_Bubbly.Position = UDim2.new(0, 0, 0.349019617, 0)
  209. A_Bubbly.Size = UDim2.new(0, 150, 0, 30)
  210. A_Bubbly.Font = Enum.Font.SciFi
  211. A_Bubbly.Text = "Bubbly"
  212. A_Bubbly.TextColor3 = Color3.new(1, 1, 1)
  213. A_Bubbly.TextSize = 20
  214. A_Bubbly.MouseButton1Click:Connect(function()
  215. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=910004836"
  216. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=910009958"
  217. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=910034870"
  218. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=910025107"
  219. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=910016857"
  220. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=910001910"
  221. Animate.swimidle.SwimIdle.AnimationId = "http://www.roblox.com/asset/?id=910030921"
  222. Animate.swim.Swim.AnimationId = "http://www.roblox.com/asset/?id=910028158"
  223. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  224. end)
  225.  
  226. A_Cartoony.Name = "A_Cartoony"
  227. A_Cartoony.Parent = NormalTab
  228. A_Cartoony.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  229. A_Cartoony.BorderSizePixel = 0
  230. A_Cartoony.Position = UDim2.new(0, 0, 0.407272667, 0)
  231. A_Cartoony.Size = UDim2.new(0, 150, 0, 30)
  232. A_Cartoony.Font = Enum.Font.SciFi
  233. A_Cartoony.Text = "Cartoony"
  234. A_Cartoony.TextColor3 = Color3.new(1, 1, 1)
  235. A_Cartoony.TextSize = 20
  236. A_Cartoony.MouseButton1Click:Connect(function()
  237. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=742637544"
  238. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=742638445"
  239. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=742640026"
  240. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=742638842"
  241. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=742637942"
  242. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=742636889"
  243. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=742637151"
  244. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  245. end)
  246.  
  247. A_Elder.Name = "A_Elder"
  248. A_Elder.Parent = NormalTab
  249. A_Elder.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  250. A_Elder.BorderSizePixel = 0
  251. A_Elder.Position = UDim2.new(6.51925802e-09, 0, 0.636310041, 0)
  252. A_Elder.Size = UDim2.new(0, 150, 0, 30)
  253. A_Elder.Font = Enum.Font.SciFi
  254. A_Elder.Text = "Elder"
  255. A_Elder.TextColor3 = Color3.new(1, 1, 1)
  256. A_Elder.TextSize = 20
  257. A_Elder.MouseButton1Click:Connect(function()
  258. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=845397899"
  259. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=845400520"
  260. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=845403856"
  261. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=845386501"
  262. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=845398858"
  263. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=845392038"
  264. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=845396048"
  265. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  266. end)
  267.  
  268. A_Knight.Name = "A_Knight"
  269. A_Knight.Parent = NormalTab
  270. A_Knight.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  271. A_Knight.BorderSizePixel = 0
  272. A_Knight.Position = UDim2.new(0, 0, 0.52352941, 0)
  273. A_Knight.Size = UDim2.new(0, 150, 0, 30)
  274. A_Knight.Font = Enum.Font.SciFi
  275. A_Knight.Text = "Knight"
  276. A_Knight.TextColor3 = Color3.new(1, 1, 1)
  277. A_Knight.TextSize = 20
  278. A_Knight.MouseButton1Click:Connect(function()
  279. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=657595757"
  280. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=657568135"
  281. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=657552124"
  282. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=657564596"
  283. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=658409194"
  284. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=658360781"
  285. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=657600338"
  286. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  287. end)
  288.  
  289. A_Levitation.Name = "A_Levitation"
  290. A_Levitation.Parent = NormalTab
  291. A_Levitation.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  292. A_Levitation.BorderSizePixel = 0
  293. A_Levitation.Position = UDim2.new(0, 0, 0.115472436, 0)
  294. A_Levitation.Size = UDim2.new(0, 150, 0, 30)
  295. A_Levitation.Font = Enum.Font.SciFi
  296. A_Levitation.Text = "Levitation"
  297. A_Levitation.TextColor3 = Color3.new(1, 1, 1)
  298. A_Levitation.TextSize = 20
  299. A_Levitation.MouseButton1Click:Connect(function()
  300. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616006778"
  301. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616008087"
  302. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616013216"
  303. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616010382"
  304. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616008936"
  305. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616003713"
  306. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616005863"
  307. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  308. end)
  309.  
  310. A_Mage.Name = "A_Mage"
  311. A_Mage.Parent = NormalTab
  312. A_Mage.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  313. A_Mage.BorderSizePixel = 0
  314. A_Mage.Position = UDim2.new(0, 0, 0.696203232, 0)
  315. A_Mage.Size = UDim2.new(0, 150, 0, 30)
  316. A_Mage.Font = Enum.Font.SciFi
  317. A_Mage.Text = "Mage"
  318. A_Mage.TextColor3 = Color3.new(1, 1, 1)
  319. A_Mage.TextSize = 20
  320. A_Mage.MouseButton1Click:Connect(function()
  321. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=707742142"
  322. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=707855907"
  323. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=707897309"
  324. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=707861613"
  325. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=707853694"
  326. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=707826056"
  327. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=707829716"
  328. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  329. end)
  330.  
  331. A_Ninja.Name = "A_Ninja"
  332. A_Ninja.Parent = NormalTab
  333. A_Ninja.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  334. A_Ninja.BorderSizePixel = 0
  335. A_Ninja.Position = UDim2.new(0, 0, 0.0597896464, 0)
  336. A_Ninja.Size = UDim2.new(0, 150, 0, 30)
  337. A_Ninja.Font = Enum.Font.SciFi
  338. A_Ninja.Text = "Ninja"
  339. A_Ninja.TextColor3 = Color3.new(1, 1, 1)
  340. A_Ninja.TextSize = 20
  341. A_Ninja.MouseButton1Click:Connect(function()
  342. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=656117400"
  343. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=656118341"
  344. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=656121766"
  345. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=656118852"
  346. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=656117878"
  347. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=656114359"
  348. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=656115606"
  349. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  350. end)
  351.  
  352. A_Pirate.Name = "A_Pirate"
  353. A_Pirate.Parent = NormalTab
  354. A_Pirate.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  355. A_Pirate.BorderSizePixel = 0
  356. A_Pirate.Position = UDim2.new(-0.000333309174, 0, 0.874588311, 0)
  357. A_Pirate.Size = UDim2.new(0, 150, 0, 30)
  358. A_Pirate.Font = Enum.Font.SciFi
  359. A_Pirate.Text = "Pirate"
  360. A_Pirate.TextColor3 = Color3.new(1, 1, 1)
  361. A_Pirate.TextSize = 20
  362. A_Pirate.MouseButton1Click:Connect(function()
  363. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=750781874"
  364. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=750782770"
  365. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=750785693"
  366. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=750783738"
  367. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=750782230"
  368. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=750779899"
  369. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=750780242"
  370. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  371. end)
  372.  
  373. A_Robot.Name = "A_Robot"
  374. A_Robot.Parent = NormalTab
  375. A_Robot.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  376. A_Robot.BorderSizePixel = 0
  377. A_Robot.Position = UDim2.new(0, 0, 0.291479498, 0)
  378. A_Robot.Size = UDim2.new(0, 150, 0, 30)
  379. A_Robot.Font = Enum.Font.SciFi
  380. A_Robot.Text = "Robot"
  381. A_Robot.TextColor3 = Color3.new(1, 1, 1)
  382. A_Robot.TextSize = 20
  383. A_Robot.MouseButton1Click:Connect(function()
  384. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616088211"
  385. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616089559"
  386. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616095330"
  387. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616091570"
  388. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616090535"
  389. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616086039"
  390. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616087089"
  391. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  392. end)
  393.  
  394. A_Stylish.Name = "A_Stylish"
  395. A_Stylish.Parent = NormalTab
  396. A_Stylish.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  397. A_Stylish.BorderSizePixel = 0
  398. A_Stylish.Position = UDim2.new(0, 0, 0.232816339, 0)
  399. A_Stylish.Size = UDim2.new(0, 150, 0, 30)
  400. A_Stylish.Font = Enum.Font.SciFi
  401. A_Stylish.Text = "Stylish"
  402. A_Stylish.TextColor3 = Color3.new(1, 1, 1)
  403. A_Stylish.TextSize = 20
  404. A_Stylish.MouseButton1Click:Connect(function()
  405. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616136790"
  406. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616138447"
  407. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616146177"
  408. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616140816"
  409. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616139451"
  410. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616133594"
  411. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616134815"
  412. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  413. end)
  414.  
  415. A_SuperHero.Name = "A_SuperHero"
  416. A_SuperHero.Parent = NormalTab
  417. A_SuperHero.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  418. A_SuperHero.BorderSizePixel = 0
  419. A_SuperHero.Position = UDim2.new(0, 0, 0.464919746, 0)
  420. A_SuperHero.Size = UDim2.new(0, 150, 0, 30)
  421. A_SuperHero.Font = Enum.Font.SciFi
  422. A_SuperHero.Text = "SuperHero"
  423. A_SuperHero.TextColor3 = Color3.new(1, 1, 1)
  424. A_SuperHero.TextSize = 20
  425. A_SuperHero.MouseButton1Click:Connect(function()
  426. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616111295"
  427. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616113536"
  428. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616122287"
  429. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616117076"
  430. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616115533"
  431. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616104706"
  432. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616108001"
  433. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  434. end)
  435.  
  436. A_Toy.Name = "A_Toy"
  437. A_Toy.Parent = NormalTab
  438. A_Toy.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  439. A_Toy.BorderSizePixel = 0
  440. A_Toy.Position = UDim2.new(6.51925802e-09, 0, 0.756028414, 0)
  441. A_Toy.Size = UDim2.new(0, 150, 0, 30)
  442. A_Toy.Font = Enum.Font.SciFi
  443. A_Toy.Text = "Toy"
  444. A_Toy.TextColor3 = Color3.new(1, 1, 1)
  445. A_Toy.TextSize = 20
  446. A_Toy.MouseButton1Click:Connect(function()
  447. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=782841498"
  448. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=782845736"
  449. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=782843345"
  450. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=782842708"
  451. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=782847020"
  452. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=782843869"
  453. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=782846423"
  454. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  455. end)
  456.  
  457. A_Vampire.Name = "A_Vampire"
  458. A_Vampire.Parent = NormalTab
  459. A_Vampire.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  460. A_Vampire.BorderSizePixel = 0
  461. A_Vampire.Position = UDim2.new(0, 0, 0.934021354, 0)
  462. A_Vampire.Size = UDim2.new(0, 150, 0, 30)
  463. A_Vampire.Font = Enum.Font.SciFi
  464. A_Vampire.Text = "Vampire"
  465. A_Vampire.TextColor3 = Color3.new(1, 1, 1)
  466. A_Vampire.TextSize = 20
  467. A_Vampire.MouseButton1Click:Connect(function()
  468. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1083445855"
  469. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1083450166"
  470. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1083473930"
  471. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1083462077"
  472. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1083455352"
  473. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1083439238"
  474. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1083443587"
  475. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  476. end)
  477.  
  478. A_Werewolf.Name = "A_Werewolf"
  479. A_Werewolf.Parent = NormalTab
  480. A_Werewolf.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  481. A_Werewolf.BorderSizePixel = 0
  482. A_Werewolf.Position = UDim2.new(-0.000333368778, 0, 0.174509808, 0)
  483. A_Werewolf.Size = UDim2.new(0, 150, 0, 30)
  484. A_Werewolf.Font = Enum.Font.SciFi
  485. A_Werewolf.Text = "Werewolf"
  486. A_Werewolf.TextColor3 = Color3.new(1, 1, 1)
  487. A_Werewolf.TextSize = 20
  488. A_Werewolf.MouseButton1Click:Connect(function()
  489. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1083195517"
  490. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1083214717"
  491. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1083178339"
  492. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1083216690"
  493. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1083218792"
  494. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1083182000"
  495. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1083189019"
  496. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  497. end)
  498.  
  499. A_Zombie.Name = "A_Zombie"
  500. A_Zombie.Parent = NormalTab
  501. A_Zombie.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  502. A_Zombie.BorderSizePixel = 0
  503. A_Zombie.Position = UDim2.new(-1.1920929e-07, 0, 0.582352936, 0)
  504. A_Zombie.Size = UDim2.new(0, 150, 0, 30)
  505. A_Zombie.Font = Enum.Font.SciFi
  506. A_Zombie.Text = "Zombie"
  507. A_Zombie.TextColor3 = Color3.new(1, 1, 1)
  508. A_Zombie.TextSize = 20
  509. A_Zombie.MouseButton1Click:Connect(function()
  510. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616158929"
  511. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616160636"
  512. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616168032"
  513. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616163682"
  514. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616161997"
  515. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616156119"
  516. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616157476"
  517. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  518. end)
  519.  
  520. Category.Name = "Category"
  521. Category.Parent = NormalTab
  522. Category.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  523. Category.BorderSizePixel = 0
  524. Category.Size = UDim2.new(0, 150, 0, 30)
  525. Category.Text = "Normal"
  526. Category.TextColor3 = Color3.new(0, 0.835294, 1)
  527. Category.TextSize = 14
  528.  
  529. SpecialTab.Name = "SpecialTab"
  530. SpecialTab.Parent = Main
  531. SpecialTab.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  532. SpecialTab.BackgroundTransparency = 1
  533. SpecialTab.BorderSizePixel = 0
  534. SpecialTab.Position = UDim2.new(0, 0, 0.119999997, 0)
  535. SpecialTab.Size = UDim2.new(0, 150, 0, 230)
  536.  
  537. A_Patrol.Name = "A_Patrol"
  538. A_Patrol.Parent = SpecialTab
  539. A_Patrol.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  540. A_Patrol.BorderSizePixel = 0
  541. A_Patrol.Position = UDim2.new(0, 0, 0.259960413, 0)
  542. A_Patrol.Size = UDim2.new(0, 150, 0, 30)
  543. A_Patrol.Font = Enum.Font.SciFi
  544. A_Patrol.Text = "Patrol"
  545. A_Patrol.TextColor3 = Color3.new(1, 1, 1)
  546. A_Patrol.TextSize = 20
  547. A_Patrol.MouseButton1Click:Connect(function()
  548. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1149612882"
  549. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1150842221"
  550. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1151231493"
  551. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1150967949"
  552. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1148811837"
  553. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1148811837"
  554. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1148863382"
  555. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  556. end)
  557.  
  558. A_Confident.Name = "A_Confident"
  559. A_Confident.Parent = SpecialTab
  560. A_Confident.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  561. A_Confident.BorderSizePixel = 0
  562. A_Confident.Position = UDim2.new(0, 0, 0.389248967, 0)
  563. A_Confident.Size = UDim2.new(0, 150, 0, 30)
  564. A_Confident.Font = Enum.Font.SciFi
  565. A_Confident.Text = "Confident"
  566. A_Confident.TextColor3 = Color3.new(1, 1, 1)
  567. A_Confident.TextSize = 20
  568. A_Confident.MouseButton1Click:Connect(function()
  569. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1069977950"
  570. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1069987858"
  571. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1070017263"
  572. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1070001516"
  573. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1069984524"
  574. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1069946257"
  575. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1069973677"
  576. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  577. end)
  578.  
  579. A_Popstar.Name = "A_Popstar"
  580. A_Popstar.Parent = SpecialTab
  581. A_Popstar.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  582. A_Popstar.BorderSizePixel = 0
  583. A_Popstar.Position = UDim2.new(0, 0, 0.130671918, 0)
  584. A_Popstar.Size = UDim2.new(0, 150, 0, 30)
  585. A_Popstar.Font = Enum.Font.SciFi
  586. A_Popstar.Text = "Popstar"
  587. A_Popstar.TextColor3 = Color3.new(1, 1, 1)
  588. A_Popstar.TextSize = 20
  589. A_Popstar.MouseButton1Click:Connect(function()
  590. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1212900985"
  591. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1150842221"
  592. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1212980338"
  593. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1212980348"
  594. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1212954642"
  595. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1213044953"
  596. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1212900995"
  597. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  598. end)
  599.  
  600. A_Cowboy.Name = "A_Cowboy"
  601. A_Cowboy.Parent = SpecialTab
  602. A_Cowboy.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  603. A_Cowboy.BorderSizePixel = 0
  604. A_Cowboy.Position = UDim2.new(0, 0, 0.772964239, 0)
  605. A_Cowboy.Size = UDim2.new(0, 150, 0, 30)
  606. A_Cowboy.Font = Enum.Font.SciFi
  607. A_Cowboy.Text = "Cowboy"
  608. A_Cowboy.TextColor3 = Color3.new(1, 1, 1)
  609. A_Cowboy.TextSize = 20
  610. A_Cowboy.MouseButton1Click:Connect(function()
  611. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1014390418"
  612. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1014398616"
  613. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1014421541"
  614. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1014401683"
  615. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1014394726"
  616. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1014380606"
  617. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1014384571"
  618. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  619. end)
  620.  
  621. A_Ghost.Name = "A_Ghost"
  622. A_Ghost.Parent = SpecialTab
  623. A_Ghost.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  624. A_Ghost.BorderSizePixel = 0
  625. A_Ghost.Position = UDim2.new(0, 0, 0.900632322, 0)
  626. A_Ghost.Size = UDim2.new(0, 150, 0, 30)
  627. A_Ghost.Font = Enum.Font.SciFi
  628. A_Ghost.Text = "Ghost"
  629. A_Ghost.TextColor3 = Color3.new(1, 1, 1)
  630. A_Ghost.TextSize = 20
  631. A_Ghost.MouseButton1Click:Connect(function()
  632. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616006778"
  633. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616008087"
  634. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616013216"
  635. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616013216"
  636. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616008936"
  637. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616005863"
  638. Animate.swimidle.SwimIdle.AnimationId = "http://www.roblox.com/asset/?id=616012453"
  639. Animate.swim.Swim.AnimationId = "http://www.roblox.com/asset/?id=616011509"
  640. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  641. end)
  642.  
  643. A_Sneaky.Name = "A_Sneaky"
  644. A_Sneaky.Parent = SpecialTab
  645. A_Sneaky.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  646. A_Sneaky.BorderSizePixel = 0
  647. A_Sneaky.Position = UDim2.new(0, 0, 0.517628431, 0)
  648. A_Sneaky.Size = UDim2.new(0, 150, 0, 30)
  649. A_Sneaky.Font = Enum.Font.SciFi
  650. A_Sneaky.Text = "Sneaky"
  651. A_Sneaky.TextColor3 = Color3.new(1, 1, 1)
  652. A_Sneaky.TextSize = 20
  653. A_Sneaky.MouseButton1Click:Connect(function()
  654. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1132473842"
  655. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1132477671"
  656. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1132510133"
  657. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1132494274"
  658. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1132489853"
  659. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1132461372"
  660. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1132469004"
  661. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  662. end)
  663.  
  664. A_Princess.Name = "A_Princess"
  665. A_Princess.Parent = SpecialTab
  666. A_Princess.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  667. A_Princess.BorderSizePixel = 0
  668. A_Princess.Position = UDim2.new(0, 0, 0.645296335, 0)
  669. A_Princess.Size = UDim2.new(0, 150, 0, 30)
  670. A_Princess.Font = Enum.Font.SciFi
  671. A_Princess.Text = "Princess"
  672. A_Princess.TextColor3 = Color3.new(1, 1, 1)
  673. A_Princess.TextSize = 20
  674. A_Princess.MouseButton1Click:Connect(function()
  675. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=941003647"
  676. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=941013098"
  677. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=941028902"
  678. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=941015281"
  679. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=941008832"
  680. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=940996062"
  681. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=941000007"
  682. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  683. end)
  684.  
  685. Category_2.Name = "Category"
  686. Category_2.Parent = SpecialTab
  687. Category_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  688. Category_2.BorderSizePixel = 0
  689. Category_2.Size = UDim2.new(0, 150, 0, 30)
  690. Category_2.Text = "Special"
  691. Category_2.TextColor3 = Color3.new(0, 0.835294, 1)
  692. Category_2.TextSize = 14
  693.  
  694. OtherTab.Name = "OtherTab"
  695. OtherTab.Parent = Main
  696. OtherTab.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  697. OtherTab.BackgroundTransparency = 1
  698. OtherTab.BorderSizePixel = 0
  699. OtherTab.Position = UDim2.new(0, 0, 1.06800008, 0)
  700. OtherTab.Size = UDim2.new(0, 150, 0, 220)
  701.  
  702. Category_3.Name = "Category"
  703. Category_3.Parent = OtherTab
  704. Category_3.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  705. Category_3.BorderSizePixel = 0
  706. Category_3.Size = UDim2.new(0, 150, 0, 30)
  707. Category_3.Text = "Other"
  708. Category_3.TextColor3 = Color3.new(0, 0.835294, 1)
  709. Category_3.TextSize = 14
  710.  
  711. A_None.Name = "A_None"
  712. A_None.Parent = OtherTab
  713. A_None.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  714. A_None.BorderSizePixel = 0
  715. A_None.Position = UDim2.new(0, 0, 0.134545445, 0)
  716. A_None.Size = UDim2.new(0, 150, 0, 30)
  717. A_None.Font = Enum.Font.SciFi
  718. A_None.Text = "None"
  719. A_None.TextColor3 = Color3.new(1, 1, 1)
  720. A_None.TextSize = 20
  721. A_None.MouseButton1Click:Connect(function()
  722. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=0"
  723. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=0"
  724. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=0"
  725. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=0"
  726. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=0"
  727. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=0"
  728. Animate.swimidle.SwimIdle.AnimationId = "http://www.roblox.com/asset/?id=0"
  729. Animate.swim.Swim.AnimationId = "http://www.roblox.com/asset/?id=0"
  730. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  731. end)
  732.  
  733. A_Anthro.Name = "A_Anthro"
  734. A_Anthro.Parent = OtherTab
  735. A_Anthro.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  736. A_Anthro.BorderSizePixel = 0
  737. A_Anthro.Position = UDim2.new(0, 0, 0.269090891, 0)
  738. A_Anthro.Size = UDim2.new(0, 150, 0, 30)
  739. A_Anthro.Font = Enum.Font.SciFi
  740. A_Anthro.Text = "Anthro (Default)"
  741. A_Anthro.TextColor3 = Color3.new(1, 1, 1)
  742. A_Anthro.TextSize = 20
  743. A_Anthro.MouseButton1Click:Connect(function()
  744. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=2510196951"
  745. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=2510197257"
  746. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=2510202577"
  747. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=2510198475"
  748. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=2510197830"
  749. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=2510192778"
  750. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=2510195892"
  751. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  752. end)
  753.  
  754. wait(1)
  755. Main:TweenPosition(UDim2.new(0.421999991, 0, 0.28400004, 0))
  756. end,
  757. })
  758.  
  759. local PlayerSpeed = LocalPlayer:CreateSlider({
  760. Name = "Player Speed",
  761. Range = {0, 500},
  762. Increment = 1,
  763. Suffix = "Speed",
  764. CurrentValue = 16,
  765. Flag = "PlayerSpeed", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
  766. Callback = function(Value)
  767. -- The function that takes place when the slider changes
  768. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (Value)
  769. -- The variable (Value) is a number which correlates to the value the slider is currently at
  770. end,
  771. })
  772.  
  773. local PlayerJumppower = LocalPlayer:CreateSlider({
  774. Name = "Player Jumppower",
  775. Range = {0, 500},
  776. Increment = 1,
  777. Suffix = "Jumppower",
  778. CurrentValue = 16,
  779. Flag = "PlayerJumppower", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
  780. Callback = function(Value)
  781. -- The function that takes place when the slider changes
  782. game.Players.LocalPlayer.Character.Humanoid.JumpPower = (Value)
  783. -- The variable (Value) is a number which correlates to the value the slider is currently at
  784. end,
  785. })
  786.  
  787. local Home = Window:CreateTab("Home", 4483362458) -- Title, Image
  788.  
  789. local Label = Home:CreateLabel("ALL SCRIPTS TESTED USING SOLARA")
  790.  
  791. local Rejoin = Home:CreateButton({
  792. Name = "Rejoin",
  793. Callback = function()
  794. -- The function that takes place when the button is pressed
  795. local ts = game:GetService("TeleportService")
  796. local p = game:GetService("Players").LocalPlayer
  797.  
  798. ts:Teleport(game.PlaceId, p)
  799. end,
  800. })
  801.  
  802. local UNCTest = Home:CreateButton({
  803. Name = "UNC Test",
  804. Callback = function()
  805. -- The function that takes place when the button is pressed
  806. loadstring(game:HttpGet("https://github.com/ltseverydayyou/uuuuuuu/blob/main/UNC%20test?raw=true"))()
  807. end,
  808. })
  809.  
  810. local DestroyGUI = Home:CreateButton({
  811. Name = "Destroy GUI",
  812. Callback = function()
  813. -- The function that takes place when the button is pressed
  814. Rayfield:Destroy()
  815. end,
  816. })
  817.  
  818. local Universal = Window:CreateTab("Universal", 4483362458) -- Title, Image
  819.  
  820. local VexHub = Universal:CreateButton({
  821. Name = "Vex Hub",
  822. Callback = function()
  823. loadstring(game:HttpGet("https://raw.githubusercontent.com/V31nc/On-Discord/Created/VexHub"))()
  824. -- The function that takes place when the button is pressed
  825. end,
  826. })
  827.  
  828. local NamelessAdmin = Universal:CreateButton({
  829. Name = "Nameless Admin",
  830. Callback = function()
  831. loadstring(game:HttpGet('https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source'))()
  832. -- The function that takes place when the button is pressed
  833. end,
  834. })
  835.  
  836. local InfiniteYield = Universal:CreateButton({
  837. Name = "Infinite Yield",
  838. Callback = function()
  839. loadstring(game:HttpGet('https://raw.githubusercontent.com/fuckusfm/infiniteyield-reborn/master/source'))()
  840. -- The function that takes place when the button is pressed
  841. end,
  842. })
  843.  
  844. local IndexHub = Universal:CreateButton({
  845. Name = "Index Hub",
  846. Callback = function()
  847. loadstring(game:HttpGet("https://raw.githubusercontent.com/IndexZHub/Loader/main/Loader"))()
  848. -- The function that takes place when the button is pressed
  849. end,
  850. })
  851.  
  852. local AbilityWars = Window:CreateTab("Ability Wars", 4483362458) -- Title, Image
  853.  
  854. local NutHub = AbilityWars:CreateButton({
  855. Name = "Nut Hub",
  856. Callback = function()
  857. loadstring(game:HttpGet("https://pastefy.app/Kzc4felK/raw",true))()
  858. -- The function that takes place when the button is pressed
  859. end,
  860. })
  861.  
  862. local BladeBall = Window:CreateTab("Blade Ball", 4483362458) -- Title, Image
  863.  
  864. local PitbullHub = BladeBall:CreateButton({
  865. Name = "Pitbull Hub",
  866. Callback = function()
  867. loadstring(game:HttpGet("https://raw.githubusercontent.com/SoyAdriYT/PitbullHub-X/main/Loader.lua", true))()
  868. -- The function that takes place when the button is pressed
  869. end,
  870. })
  871.  
  872. local MM2 = Window:CreateTab("MM2", 4483362458) -- Title, Image
  873.  
  874. local Nexus = MM2:CreateButton({
  875. Name = "Nexus",
  876. Callback = function()
  877. loadstring(game:HttpGet("https://raw.githubusercontent.com/s-o-a-b/nexus/main/loadstring"))()
  878. -- The function that takes place when the button is pressed
  879. end,
  880. })
  881.  
  882. local SymphonyHub = MM2:CreateButton({
  883. Name = "Symphony Hub",
  884. Callback = function()
  885. loadstring(game:HttpGet("https://raw.githubusercontent.com/ThatSink/ArrayField/main/SymphonyHub.lua"))()
  886. -- The function that takes place when the button is pressed
  887. end,
  888. })
  889.  
  890. local MVSD = Window:CreateTab("MVSD", 4483362458) -- Title, Image
  891.  
  892. local HitboxExpander = MVSD:CreateButton({
  893. Name = "Hitbox Expander",
  894. Callback = function()
  895. _G.HeadSize = 50
  896. _G.Disabled = true
  897.  
  898. game:GetService('RunService').RenderStepped:connect(function()
  899. if _G.Disabled then
  900. for i,v in next, game:GetService('Players'):GetPlayers() do
  901. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  902. pcall(function()
  903. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  904. v.Character.HumanoidRootPart.Transparency = 0.7
  905. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  906. v.Character.HumanoidRootPart.Material = "Neon"
  907. v.Character.HumanoidRootPart.CanCollide = false
  908. end)
  909. end
  910. end
  911. end
  912. end)
  913. -- The function that takes place when the button is pressed
  914. end,
  915. })
  916.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment