Advertisement
athaha

Why am I making so many pastes

Dec 22nd, 2024
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.73 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3.  
  4. local Window = Rayfield:CreateWindow({
  5. Name = "Athaya Hub",
  6. Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
  7. LoadingTitle = "Athaya Hub",
  8. LoadingSubtitle = "by Athaya",
  9. Theme = "Ocean", -- Check https://docs.sirius.menu/rayfield/configuration/themes
  10.  
  11. DisableRayfieldPrompts = false,
  12. DisableBuildWarnings = false, -- Prevents Rayfield from warning when the script has a version mismatch with the interface
  13.  
  14. ConfigurationSaving = {
  15. Enabled = true,
  16. FolderName = nil, -- Create a custom folder for your hub/game
  17. FileName = "Big Hub"
  18. },
  19.  
  20. Discord = {
  21. Enabled = false, -- Prompt the user to join your Discord server if their executor supports it
  22. Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  23. RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  24. },
  25.  
  26. KeySystem = true, -- Set this to true to use our key system
  27. KeySettings = {
  28. Title = "Untitled",
  29. Subtitle = "Key System",
  30. Note = "No method of obtaining the key is provided", -- Use this to tell the user how to get a key
  31. FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  32. SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  33. GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  34. Key = {"Athaya"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
  35. }
  36. })
  37.  
  38. local Tab = Window:CreateTab("Scripts", 11101986501) -- Title, Image
  39.  
  40. local Button = Tab:CreateButton({
  41. Name = "X Ghost Hub X",
  42. Callback = function()
  43. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))()
  44. end,
  45. })
  46.  
  47. local Button = Tab:CreateButton({
  48. Name = "Fe Lag",
  49. Callback = function()
  50. loadstring(game:HttpGet('https://pastebin.com/raw/VM3b0Thg'))()
  51. end,
  52. })
  53.  
  54. local Button = Tab:CreateButton({
  55. Name = "System Hub V2",
  56. Callback = function()
  57. loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-System-hub-V2-13161"))()
  58. end,
  59. })
  60.  
  61. local Button = Tab:CreateButton({
  62. Name = "Fe Chat Draw",
  63. Callback = function()
  64. loadstring(game:HttpGet("https://raw.githubusercontent.com/balditeacher/obfuscated-mobile-supportloadstring/main/obfuscated"))()
  65. end,
  66. })
  67.  
  68. local Button = Tab:CreateButton({
  69. Name = "Krunox",
  70. Callback = function()
  71. loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Krunox-13336"))()
  72. end,
  73. })
  74.  
  75. local Button = Tab:CreateButton({
  76. Name = "Keyboard",
  77. Callback = function()
  78. loadstring(game:HttpGet("https://rawscripts.net/raw/Free-Owner-Admin-Abuse-Keyboard-Script-7798"))()
  79. end,
  80. })
  81.  
  82. local Button = Tab:CreateButton({
  83. Name = "Fly",
  84. Callback = function()
  85. --ARCEUS X FLY V2 SCRIPT
  86. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
  87. end,
  88. })
  89.  
  90. local Button = Tab:CreateButton({
  91. Name = "EZ Hub",
  92. Callback = function()
  93. loadstring(game:HttpGet(('https://raw.githubusercontent.com/debug42O/Ez-Industries-Launcher-Data/master/Launcher.lua'),true))()
  94. end,
  95. })
  96.  
  97. local Toggle = Tab:CreateToggle({
  98. Name = "Infinite Jump",
  99. CurrentValue = false,
  100. Flag = "Toggle1", -- 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
  101. Callback = function(Value)
  102. InfiniteJumpEnabled = true
  103. game:GetService("UserInputService").JumpRequest:connect(function()
  104. if InfiniteJumpEnabled then
  105. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  106. end
  107. end)
  108. end,
  109. })
  110.  
  111. local Button = Tab:CreateButton({
  112. Name = "Orca Hub",
  113. Callback = function()
  114. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/richie0866/orca/master/public/snapshot.lua"))()
  115. end,
  116. })
  117.  
  118. local Button = Tab:CreateButton({
  119. Name = "Fe Chat Spy",
  120. Callback = function()
  121. loadstring(game:HttpGet('https://pastebin.com/raw/5Ee5T6yq'))()
  122. end,
  123. })
  124.  
  125. local Button = Tab:CreateButton({
  126. Name = "Universal Aimbot",
  127. Callback = function()
  128. loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Universal-Aimbot-23560"))()
  129. end,
  130. })
  131.  
  132. local Button = Tab:CreateButton({
  133. Name = "Tp Tool",
  134. Callback = function()
  135. loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Tp-tool-script-5767"))()
  136. end,
  137. })
  138.  
  139. local Button = Tab:CreateButton({
  140. Name = "Esp",
  141. Callback = function()
  142. loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Universal-ESP-Script-16881"))()
  143. end,
  144. })
  145.  
  146. local Button = Tab:CreateButton({
  147. Name = "Script Hub V3",
  148. Callback = function()
  149. loadstring(game:HttpGet("https://raw.githubusercontent.com/scripthubekitten/SCRIPTHUBV3/main/SCRIPTHUBV3", true))()
  150. end,
  151. })
  152.  
  153. local Button = Tab:CreateButton({
  154. Name = "Infinite Trolls -Troll People Obby",
  155. Callback = function()
  156. loadstring(game:HttpGet('https://pastebin.com/raw/C5nm12ZK'))()
  157. end,
  158. })
  159.  
  160. local Button = Tab:CreateButton({
  161. Name = "Equinox Hub",
  162. Callback = function()
  163. loadstring(game:HttpGet(('https://pastebin.com/raw/wzB1Qh78'),true))()
  164. end,
  165. })
  166.  
  167. local Button = Tab:CreateButton({
  168. Name = "Universal Fe",
  169. Callback = function()
  170. loadstring(game:HttpGet('https://raw.githubusercontent.com/Dvrknvss/UniversalFEScriptHub/main/Script'))()
  171. end,
  172. })
  173.  
  174. local Button = Tab:CreateButton({
  175. Name = "Fe Trolling Gui",
  176. Callback = function()
  177. loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub/main/FE%20Trolling%20GUI.luau"))()
  178. end,
  179. })
  180.  
  181. local Button = Tab:CreateButton({
  182. Name = "Keyless Dex Explorer",
  183. Callback = function()
  184. loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Universal/BypassedDarkDexV3.lua", true))()
  185. end,
  186. })
  187.  
  188. local Tab = Window:CreateTab("Admin", 11101986501) -- Title, Image
  189.  
  190. local Button = Tab:CreateButton({
  191. Name = "Infinite Yield",
  192. Callback = function()
  193. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  194. end,
  195. })
  196.  
  197. local Button = Tab:CreateButton({
  198. Name = "Nameless Admin",
  199. Callback = function()
  200. loadstring(game:HttpGet("https://raw.githubusercontent.com/FD2Team/Nameless-Admin-No-Byfron-Kick/main/Source",true))()
  201. end,
  202. })
  203.  
  204. local Button = Tab:CreateButton({
  205. Name = "Rcd",
  206. Callback = function()
  207. loadstring(game:HttpGet("https://raw.githubusercontent.com/dex4tw/RejectRobloxPatches/main/UtilAdmin.lua"))()
  208. end,
  209. })
  210.  
  211. local Button = Tab:CreateButton({
  212. Name = "Cmd-X",
  213. Callback = function()
  214. loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))()
  215. end,
  216. })
  217.  
  218. local Button = Tab:CreateButton({
  219. Name = "Fates Admin",
  220. Callback = function()
  221. loadstring(game:HttpGet("https://raw.githubusercontent.com/fatesc/fates-admin/main/main.lua"))()
  222. end,
  223. })
  224.  
  225. local Button = Tab:CreateButton({
  226. Name = "HomeBrew Admin",
  227. Callback = function()
  228. _G.CustomUI = false
  229. loadstring(game:HttpGet(('https://raw.githubusercontent.com/mgamingpro/HomebrewAdmin/master/Main'),true))()
  230. end,
  231. })
  232.  
  233. local Button = Tab:CreateButton({
  234. Name = "ShatterVast Admin",
  235. Callback = function()
  236. loadstring(game:HttpGet('https://pastebin.com/raw/wNNDd3Nd'))()
  237. end,
  238. })
  239.  
  240. local Tab = Window:CreateTab("Fe Chat Bypass", 4483362458) -- Title, Image
  241.  
  242. local Button = Tab:CreateButton({
  243. Name = "Fe Chat Bypass",
  244. Callback = function()
  245. loadstring(game:HttpGet('https://pastebin.com/raw/aCt3nc1b'))()
  246. end,
  247. })
  248.  
  249. local Button = Tab:CreateButton({
  250. Name = "Fe Chat Bypass 1",
  251. Callback = function()
  252. loadstring(game:HttpGet("https://scriptblox.com/raw/ScriptBlox-Direct-Execute-Feature_645", true))()
  253. end,
  254. })
  255.  
  256. local Button = Tab:CreateButton({
  257. Name = "Fe Chat Bypass 2",
  258. Callback = function()
  259. loadstring(game:HttpGet('https://pastebin.com/raw/Mgk3dLaQ'))()
  260. end,
  261. })
  262.  
  263. local Button = Tab:CreateButton({
  264. Name = "Fe Chat Bypass 3",
  265. Callback = function()
  266. loadstring(game:HttpGet('https://pastebin.com/raw/FYUHX4aD'))()
  267. end,
  268. })
  269.  
  270. local Tab = Window:CreateTab("Glass Bridge 2", 4483362458) -- Title, Image
  271.  
  272. local Button = Tab:CreateButton({
  273. Name = "Toma Isme Hub",
  274. Callback = function()
  275. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/refs/heads/main/GlassBridge"))()
  276. end,
  277. })
  278.  
  279. local Tab = Window:CreateTab("Player", 4483362458) -- Title, Image
  280.  
  281. local Slider = Tab:CreateSlider({
  282. Name = "WalkSpeed",
  283. Range = {16, 500},
  284. Increment = 1,
  285. Suffix = "WS",
  286. CurrentValue = 16,
  287. Flag = "Slider1", -- 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
  288. Callback = function(Value)
  289. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
  290. end,
  291. })
  292.  
  293. local Slider = Tab:CreateSlider({
  294. Name = "JumpPower",
  295. Range = {50, 500},
  296. Increment = 1,
  297. Suffix = "JP",
  298. CurrentValue = 50,
  299. Flag = "Slider1", -- 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
  300. Callback = function(Value)
  301. game.Players.LocalPlayer.Character.Humanoid.JumpPower = Value
  302. end,
  303. })
  304.  
  305. local Slider = Tab:CreateSlider({
  306. Name = "Gravity",
  307. Range = {0, 196.2},
  308. Increment = 1,
  309. Suffix = "Gravity",
  310. CurrentValue = 196.2,
  311. Flag = "Slider1", -- 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
  312. Callback = function(Value)
  313. Workspace.Gravity = Value
  314. end,
  315. })
  316.  
  317. local Slider = Tab:CreateSlider({
  318. Name = "HipHeight",
  319. Range = {1, 500},
  320. Increment = 1,
  321. Suffix = "HH",
  322. CurrentValue = 1,
  323. Flag = "Slider1", -- 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
  324. Callback = function(Value)
  325. game.Players.LocalPlayer.Character.Humanoid.HipHeight = Value
  326. end,
  327. })
  328.  
  329. local Tab = Window:CreateTab("The Chosen One", 4483362458) -- Title, Image
  330.  
  331. local Button = Tab:CreateButton({
  332. Name = "Lazy Hub V4",
  333. Callback = function()
  334. loadstring(game:HttpGet("https://raw.githubusercontent.com/FlavorYT/The-lazy-ONE/main/Made%20by%20leakz%20and%20EvilAlienWare"))()
  335. end,
  336. })
  337.  
  338. local Button = Tab:CreateButton({
  339. Name = "Quantum V3",
  340. Callback = function()
  341. loadstring(game:HttpGet('https://github.com/SxripterRar/obfuscated/blob/main/probably%20not%20ssp?raw=true'))()
  342. end,
  343. })
  344.  
  345. local Button = Tab:CreateButton({
  346. Name = "Vpli Hub",
  347. Callback = function()
  348. loadstring(game:HttpGet("https://raw.githubusercontent.com/Adam3mka/The-chosen-one-lukaku/refs/heads/main/Protected_6361979247750901.txt"))()
  349. end,
  350. })
  351.  
  352. local Tab = Window:CreateTab("Natural Disaster Survival", 4483362458) -- Title, Image
  353.  
  354. local Button = Tab:CreateButton({
  355. Name = "Six Hub",
  356. Callback = function()
  357. loadstring(game:HttpGet"https://raw.githubusercontent.com/ySixxNz/Natural-Desastre/SIX-MENU/SIX-HUB-NATURAL-DESASTRE")()
  358. end,
  359. })
  360.  
  361. local Button = Tab:CreateButton({
  362. Name = "Eclipse Hub",
  363. Callback = function()
  364. getgenv().mainKey = "nil"
  365.  
  366. local a,b,c,d,e=loadstring,request or http_request or (http and http.request) or (syn and syn.request),assert,tostring,"https\58//api.eclipsehub.xyz/auth";c(a and b,"Executor not Supported")a(b({Url=e.."\?\107e\121\61"..d(mainKey),Headers={["User-Agent"]="Eclipse"}}).Body)()
  367. end,
  368. })
  369.  
  370. local Button = Tab:CreateButton({
  371. Name = "Fe Black Hole",
  372. Callback = function()
  373. loadstring(game:HttpGet("https://rawscripts.net/raw/universal-Script-FE-black-hole-18879"))()
  374. end,
  375. })
  376.  
  377. local Button = Tab:CreateButton({
  378. Name = "Ring Parts",
  379. Callback = function()
  380. loadstring(game:HttpGet("https://raw.githubusercontent.com/v3/201441/xiaoxin/114514/yumm"))()
  381. end,
  382. })
  383.  
  384. local Tab = Window:CreateTab("Mm2", 4483362458) -- Title, Image
  385.  
  386. local Button = Tab:CreateButton({
  387. Name = "OverDrive H",
  388. Callback = function()
  389. loadstring(game:HttpGet("https://overdrivehub.odh.workers.dev/?d=auth&script=full"))()
  390. end,
  391. })
  392.  
  393. local Button = Tab:CreateButton({
  394. Name = "Yarhm",
  395. Callback = function()
  396. loadstring(game:HttpGet("https://raw.githubusercontent.com/Joystickplays/psychic-octo-invention/main/yarhm.lua", false))()
  397. end,
  398. })
  399.  
  400. local Button = Tab:CreateButton({
  401. Name = "Highlight Hub",
  402. Callback = function()
  403. loadstring(game:HttpGet("https://raw.githubusercontent.com/ThatSick/HighlightMM2/main/Main"))()
  404. end,
  405. })
  406.  
  407. local Button = Tab:CreateButton({
  408. Name = "Eclipse Hub",
  409. Callback = function()
  410. getgenv().mainKey = "nil"
  411.  
  412. local a,b,c,d,e=loadstring,request or http_request or (http and http.request) or (syn and syn.request),assert,tostring,"https\58//api.eclipsehub.xyz/auth";c(a and b,"Executor not Supported")a(b({Url=e.."\?\107e\121\61"..d(mainKey),Headers={["User-Agent"]="Eclipse"}}).Body)()
  413. end,
  414. })
  415.  
  416. local Button = Tab:CreateButton({
  417. Name = "XHub",
  418. Callback = function()
  419. loadstring(game:HttpGet("https://raw.githubusercontent.com/Au0yX/Community/main/XhubMM2"))()
  420. end,
  421. })
  422.  
  423. local Tab = Window:CreateTab("Credits", 4483362458) -- Title, Image
  424.  
  425. local Button = Tab:CreateButton({
  426. Name = "Destroy",
  427. Callback = function()
  428. Rayfield:Destroy()
  429. end,
  430. })
  431.  
  432. local Label = Tab:CreateLabel("Created By CoolPersonLol/athayabu9", 4483362458, Color3.fromRGB(255, 255, 255), false) -- Title, Icon, Color, IgnoreTheme
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement