Advertisement
23765897234

FEMBOY HUB ALL KEYLESS SCRIPTS

Apr 29th, 2025
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.75 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "FemboyHub",
  5. Icon = 113000824483448, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
  6. LoadingTitle = "FemboyHub v2 beta",
  7. LoadingSubtitle = "loading scripts and shit :3",
  8. Theme = "Bloom", -- Check https://docs.sirius.menu/rayfield/configuration/themes
  9.  
  10. DisableRayfieldPrompts = false,
  11. DisableBuildWarnings = false, -- Prevents Rayfield from warning when the script has a version mismatch with the interface
  12.  
  13. ConfigurationSaving = {
  14. Enabled = true,
  15. FolderName = nil, -- Create a custom folder for your hub/game
  16. FileName = "Big Hub"
  17. },
  18.  
  19. Discord = {
  20. Enabled = false, -- Prompt the user to join your Discord server if their executor supports it
  21. Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ ABCD would be ABCD
  22. RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  23. },
  24.  
  25. KeySystem = false, -- Set this to true to use our key system
  26. KeySettings = {
  27. Title = "FemboyHub v1",
  28. Subtitle = "Key is femboy",
  29. Note = "Skirt and sneakers, Masc and sweet, Not quite girl, Who am I? Key is femboy", -- Use this to tell the user how to get a key
  30. FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  31. SaveKey = false, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  32. GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  33. Key = {"femboy"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
  34. }
  35. })
  36.  
  37. local Tab = Window:CreateTab("MAIN", 4483362458)
  38. local Paragraph = Tab:CreateParagraph({Title = "all scripts are stolen", Content = "this is just a simple script hub i made while experimenting."})
  39. local Paragraph = Tab:CreateParagraph({Title = "There are no keys, except for the retards who forgot to add a expiring key system", Content = ""})
  40. local Button = Tab:CreateButton({
  41. Name = "Discord for updates",
  42. Callback = function()
  43. Rayfield:Notify({
  44. Title = "discord link copied to clipboard",
  45. Content = "Link copied to clipboard",
  46. Duration = 15,
  47. Image = 4483362458,
  48. setclipboard("https://discord.gg/GnBFzVmM4U")
  49. })
  50. end,
  51. })
  52.  
  53. local Tab = Window:CreateTab("Infinite Yield", 4483362458)
  54. local Button = Tab:CreateButton({
  55. Name = "IY",
  56. Callback = function()
  57. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  58. end,
  59. })
  60.  
  61.  
  62.  
  63. local Tab = Window:CreateTab("Blood Debt", 4483362458) -- Title, Image
  64.  
  65.  
  66.  
  67. local Button = Tab:CreateButton({
  68. Name = "BD",
  69. Callback = function()
  70. loadstring(game:HttpGet("https://raw.githubusercontent.com/ratlabsofficial/scripts/refs/heads/main/blooddebt"))()
  71. end,
  72. })
  73.  
  74. local Tab = Window:CreateTab("Attack On Titan: Freedom War", 4483362458) -- Title, Image
  75.  
  76. local Button = Tab:CreateButton({
  77. Name = "FW",
  78. Callback = function()
  79. loadstring(game:HttpGet("https://raw.githubusercontent.com/vvult/TearPublic/refs/heads/main/Tear.lua"))()
  80. end,
  81. })
  82.  
  83. local Tab = Window:CreateTab("Natural Distaster Survival", 4483362458) -- Title, Image
  84.  
  85. local Button = Tab:CreateButton({
  86. Name = "NDS",
  87. Callback = function()
  88. loadstring(game:HttpGet("https://raw.githubusercontent.com/KaterHub-Inc/NaturalDisasterSurvival/refs/heads/main/main.lua"))()
  89. end,
  90. })
  91.  
  92. local Button = Tab:CreateButton({
  93. Name = "Jerk Off Tool r6",
  94. Callback = function()
  95. loadstring(game:HttpGet("https://pastefy.app/wa3v2Vgm/raw"))()
  96. end,
  97. })
  98.  
  99. local Button = Tab:CreateButton({
  100. Name = "Jerk Off Tool r15",
  101. Callback = function()
  102. loadstring(game:HttpGet("https://pastefy.app/YZoglOyJ/raw"))()
  103. end,
  104. })
  105.  
  106. local Tab = Window:CreateTab("Azure Latch", 4483362458)
  107.  
  108. local Button = Tab:CreateButton({
  109. Name = "AL",
  110. Callback = function()
  111. loadstring(game:HttpGet('https://raw.githubusercontent.com/mokaEZF/Ez/refs/heads/main/aura'))()
  112. end,
  113. })
  114.  
  115. local Tab = Window:CreateTab("Realistic Street Soccer", 4483362458)
  116.  
  117. local Button = Tab:CreateButton({
  118. Name = "RSS",
  119. Callback = function()
  120.  
  121. end,
  122. })
  123.  
  124. local Button = Tab:CreateButton({
  125. Name = "Inf stamina",
  126. Callback = function()
  127. --[[
  128. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  129. ]]
  130. local Players = game:GetService("Players")
  131. local character = Players.LocalPlayer.Character or Players.LocalPlayer.CharacterAdded:Wait()
  132.  
  133. -- Hız ayarları
  134. local defaultSpeed = 35
  135.  
  136. -- Hız fonksiyonu
  137. local function setSpeed()
  138. if character and character:FindFirstChild("Humanoid") then
  139. character.Humanoid.WalkSpeed = defaultSpeed
  140. end
  141. end
  142.  
  143. -- Karakter öldüğünde veya reset edildiğinde tekrar hız ayarı
  144. Players.LocalPlayer.CharacterAdded:Connect(function(newCharacter)
  145. character = newCharacter
  146. setSpeed()
  147. end)
  148.  
  149. -- İlk başta hızı ayarlama
  150. setSpeed()
  151.  
  152. end,
  153. })
  154.  
  155. local Button = Tab:CreateButton({
  156. Name = "Break game",
  157. Callback = function()
  158. loadstring(game:HttpGet("https://pastebin.com/raw/MS5Z1m8H"))()
  159. end,
  160. })
  161.  
  162. local Tab = Window:CreateTab("Volleyball Legends", 4483362458)
  163.  
  164. local Button = Tab:CreateButton({
  165. Name = "VB",
  166. Callback = function()
  167. loadstring(game.HttpGet(game, 'https://raw.githubusercontent.com/Xm2iufas09ijmF/sigma-hub/refs/heads/main/temp.lua'))(
  168. 'Enjoy no key or ads! :)'
  169. )
  170. end,
  171. })
  172.  
  173. local Tab = Window:CreateTab("Bubble Gum Simulator INFINITY", 4483362458)
  174.  
  175. local Button = Tab:CreateButton({
  176. Name = "BGSI",
  177. Callback = function()
  178. loadstring(game:HttpGet('https://pastebin.com/raw/eFmG6W1g'))()
  179. end,
  180. })
  181.  
  182. local Tab = Window:CreateTab("Tha Bronx 3", 4483362458)
  183.  
  184. local Button = Tab:CreateButton({
  185. Name = "TB3",
  186. Callback = function()
  187. loadstring(game:HttpGet('https://pastebin.com/raw/ij0WFjnK'))()
  188. Rayfield:Notify({
  189. Title = "This script needs a key",
  190. Content = "Key copied to clipboard",
  191. Duration = 15,
  192. Image = 4483362458,
  193. setclipboard("NEW-UPDATE-Mz7.Y^KN*22")
  194. })
  195. end,
  196. })
  197.  
  198. local Paragraph = Tab:CreateParagraph({Title = "This script uses a key", Content = "NEW-UPDATE-Mz7.Y^KN*22"})
  199. local Paragraph = Tab:CreateParagraph({Title = "Key needed", Content = "Key gets automatically copied to clipboard"})
  200. local Paragraph = Tab:CreateParagraph({Title = "This script is universal when used on other games", Content = " "})
  201.  
  202. local Tab = Window:CreateTab("SKYWARS", 4483362458)
  203.  
  204. local Button = Tab:CreateButton({
  205. Name = "Mine aura (kills your frames)",
  206. Callback = function()
  207. loadstring(game:HttpGet("https://pastebin.com/raw/9u1kTnE7"))()
  208. end,
  209. })
  210.  
  211. local Tab = Window:CreateTab("Death Ball", 4483362458)
  212.  
  213. local Button = Tab:CreateButton({
  214. Name = "Auto parry",
  215. Callback = function()
  216. loadstring(game:HttpGet("https://raw.githubusercontent.com/GoGo707/Death-ball-script/refs/heads/main/Auto%20Parry"))()
  217. end
  218. })
  219.  
  220. local Tab = Window:CreateTab("Blue Lock Rivals", 4483362458)
  221.  
  222. local Button = Tab:CreateButton({
  223. Name = "BLR",
  224. Callback = function()
  225. loadstring(game:HttpGet("https://raw.githubusercontent.com/PresidentZuyi/S/refs/heads/main/OfficialZuyi.txt"))()
  226. end
  227. })
  228.  
  229. local Tab = Window:CreateTab("Forsaken", 4483362458)
  230.  
  231. local Button = Tab:CreateButton({
  232. Name = "FRS",
  233. Callback = function()
  234. loadstring(game:HttpGet("https://you.whimper.xyz/sources/paradox/loader.lua"))()
  235. end
  236. })
  237.  
  238. local Tab = Window:CreateTab("Pillar Chase 2", 4483362458)
  239.  
  240. local Button = Tab:CreateButton({
  241. Name = "PC2",
  242. Callback = function()
  243. loadstring(game:HttpGet("https://you.whimper.xyz/sources/paradox/loader.lua"))()
  244. end
  245. })
  246.  
  247. local Tab = Window:CreateTab("Daybreak 2", 4483362458)
  248.  
  249. local Button = Tab:CreateButton({
  250. Name = "DB2",
  251. Callback = function()
  252. loadstring(game:HttpGet("https://you.whimper.xyz/sources/paradox/loader.lua"))()
  253. end
  254. })
  255.  
  256. local Tab = Window:CreateTab("Dandys World", 4483362458)
  257.  
  258. local Button = Tab:CreateButton({
  259. Name = "DS",
  260. Callback = function()
  261. loadstring(game:HttpGet("https://you.whimper.xyz/sources/paradox/loader.lua"))()
  262. end
  263. })
  264.  
  265. local Tab = Window:CreateTab("Ro Ghoul", 4483362458)
  266.  
  267. local Button = Tab:CreateButton({
  268. Name = "RG",
  269. Callback = function()
  270. loadstring(game:HttpGet("https://you.whimper.xyz/sources/paradox/loader.lua"))()
  271. end
  272. })
  273.  
  274. local Tab = Window:CreateTab("Blair", 4483362458)
  275.  
  276. local Button = Tab:CreateButton({
  277. Name = "BR",
  278. Callback = function()
  279. loadstring(game:HttpGet("https://you.whimper.xyz/sources/paradox/loader.lua"))()
  280. end
  281. })
  282.  
  283. local Tab = Window:CreateTab("Breaking Point", 4483362458)
  284.  
  285.  
  286. local Button = Tab:CreateButton({
  287. Name = "BP",
  288. Callback = function()
  289. loadstring(game:HttpGet("https://raw.githubusercontent.com/NaikoScript/Breaking-Plus/main/Script"))()
  290. end
  291. })
  292.  
  293. local Tab = Window:CreateTab("KAT", 4483362458)
  294. local Button = Tab:CreateButton({
  295. Name = "KP",
  296. Callback = function()
  297. loadstring(game:HttpGet("https://raw.githubusercontent.com/NaikoScript/Kat-Plus/main/Script"))()
  298. end
  299. })
  300.  
  301. local Tab = Window:CreateTab("Dead Rails", 4483362458)
  302. local Button = Tab:CreateButton({
  303. Name = "DR",
  304. Callback = function()
  305. loadstring(game:HttpGet("https://raw.githubusercontent.com/kiciahook/kiciahook/refs/heads/main/loader.lua"))()
  306. end
  307. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement