Advertisement
Guest User

Untitled

a guest
Sep 25th, 2024
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.79 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "firebrandW#8449 on discord",
  5. LoadingTitle = "Rayfield Interface Suite",
  6. LoadingSubtitle = "join the discord",
  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 = "XW2RWpP9Rs", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  15. RememberJoins = false -- 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 = ".gg/XW2RWpP9Rs",
  20. Subtitle = "join the discord",
  21. Note = ".gg/XW2RWpP9Rs",
  22. FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  23. SaveKey = false, -- 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 = {"ZUHUDE12GUO4IRTH","PREMIUM90345980HH"} -- 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. local Tab = Window:CreateTab("Tab Example", 4483362458) -- Title, Image
  30.  
  31. local Section = Tab:CreateSection("safe",false) -- The 2nd argument is to tell if its only a Title and doesnt contain element
  32.  
  33. local Button = Tab:CreateButton({
  34. Name = "Chams/ESP",
  35. Callback = function()
  36. local Rayfield = loadstring(game:HttpGet('https://pastebin.com/raw/EqwstreZ'))() -- The function that takes place when the button is pressed
  37. end,
  38. })
  39.  
  40. local Button = Tab:CreateButton({
  41. Name = "Infinite Jump",
  42. Callback = function()
  43. _G.infinjump = not _G.infinjump
  44.  
  45. if _G.infinJumpStarted == nil then
  46. --Ensures this only runs once to save resources
  47. _G.infinJumpStarted = true
  48.  
  49. --The actual infinite jump
  50. local plr = game:GetService('Players').LocalPlayer
  51. local m = plr:GetMouse()
  52. m.KeyDown:connect(function(k)
  53. if _G.infinjump then
  54. if k:byte() == 32 then
  55. humanoid = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass('Humanoid')
  56. humanoid:ChangeState('Jumping')
  57. wait()
  58. humanoid:ChangeState('Seated')
  59. end
  60. end
  61. end)
  62. end -- The function that takes place when the button is pressed
  63. end,
  64. })
  65.  
  66. local Section = Tab:CreateSection("Risky",false) -- The 2nd argument is to tell if its only a Title and doesnt contain element
  67.  
  68. local Slider = Tab:CreateSlider({
  69. Name = "Speed",
  70. Range = {0, 100},
  71. Increment = 10,
  72. Suffix = "Bananas",
  73. CurrentValue = 10,
  74. 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
  75. Callback = function(Value)
  76. -- The function that takes place when the slider changes
  77. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (Value) -- The variable (Value) is a number which correlates to the value the slider is currently at
  78. end,
  79. })
  80.  
  81. local Button = Tab:CreateButton({
  82. Name = "chat bypass",
  83. Callback = function()
  84. loadstring(game:HttpGet("https://raw.githubusercontent.com/hellohellohell012321/KAWAII-BYPASS/main/kawaii-bypass",true))()
  85. end,
  86. })
  87.  
  88. local Tab = Window:CreateTab("Games", 4483362458) -- Title, Image
  89.  
  90. local Button = Tab:CreateButton({
  91. Name = "Anomic (use lite version/SOLARA)",
  92. Callback = function()
  93. loadstring(game:HttpGet("https://raw.githubusercontent.com/anomicl/main/main/anomicl"))() -- The function that takes place when the button is pressed
  94. end,
  95. })
  96.  
  97. local Button = Tab:CreateButton({
  98. Name = "Arsenal (SOLARA)",
  99. Callback = function()
  100. loadstring(game:HttpGet("https://raw.githubusercontent.com/toasty-dev/pissblox/main/solaris_bootstrapper.lua",true))()
  101. end,
  102. })
  103.  
  104. local Button = Tab:CreateButton({
  105. Name = "Bedwars",
  106. Callback = function()
  107. loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
  108. end,
  109. })
  110.  
  111. local Button = Tab:CreateButton({
  112. Name = "Bee Swarm Simulator (SOLARA)",
  113. Callback = function()
  114. local a = "https://paste.techedubyte.com/raw/iqu49uev4l"
  115. loadstring(game:HttpGet(a))()
  116. end,
  117. })
  118.  
  119. local Button = Tab:CreateButton({
  120. Name = "Be NPC Or die (SOLARA)",
  121. Callback = function()
  122. loadstring(game:HttpGet("https://raw.githubusercontent.com/Bac0nHck/Scripts/main/BeNpcOrDie"))("t.me/arceusxscripts")
  123. end,
  124. })
  125.  
  126. local Button = Tab:CreateButton({
  127. Name = "Blade Ball (SOLARA)",
  128. Callback = function()
  129. loadstring(game:HttpGet("https://raw.githubusercontent.com/toasty-dev/pissblox/main/solaris_bootstrapper.lua",true))()
  130. end,
  131. })
  132.  
  133. local Button = Tab:CreateButton({
  134. Name = "Blox Fruits (freezes game for 10 seconds)",
  135. Callback = function()
  136. getgenv().Team = "Pirates"
  137. getgenv().FixCrash = false
  138. getgenv().FixCrash2 = false
  139. loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/3b2169cf53bc6104dabe8e19562e5cc2.lua"))()
  140. end,
  141. })
  142.  
  143. local Button = Tab:CreateButton({
  144. Name = "Breaking Point (SOLARA)",
  145. Callback = function()
  146. loadstring(game:HttpGet('https://raw.githubusercontent.com/Zdayee/firebrandw/main/breaking%20point'))()
  147. end,
  148. })
  149.  
  150.  
  151. local Button = Tab:CreateButton({
  152. Name = "Break In 2 (SOLARA)",
  153. Callback = function()
  154. loadstring(game:GetObjects("rbxassetid://14713089094")[1].Source)()
  155. end,
  156. })
  157.  
  158. local Button = Tab:CreateButton({
  159. Name = "Cali Shootout",
  160. Callback = function()
  161. loadstring(game:HttpGet('https://raw.githubusercontent.com/Iratethisname10/Code/main/scripts/caliShootout.lua'))()
  162. end,
  163. })
  164.  
  165. local Button = Tab:CreateButton({
  166. Name = "Counter Blox (SOLARA)",
  167. Callback = function()
  168. loadstring(game:HttpGet("https://pastebin.com/raw/CFcKhzxt"))() -- The function that takes place when the button is pressed
  169. end,
  170. })
  171.  
  172. local Button = Tab:CreateButton({
  173. Name = "Da Hood (SOLARA)",
  174. Callback = function()
  175. loadstring(game:HttpGet("https://raw.githubusercontent.com/Zdayee/firebrandw/main/dahoodthing"))()
  176. end,
  177. })
  178.  
  179. local Button = Tab:CreateButton({
  180. Name = "Doomspire Bricke Battle (SOLARA)",
  181. Callback = function()
  182. loadstring(game:HttpGet('https://pastebin.com/raw/5mLpKABH'))()
  183. end,
  184. })
  185.  
  186. local Button = Tab:CreateButton({
  187. Name = "Doors (SOLARA)",
  188. Callback = function()
  189. loadstring(game:HttpGet('https://rawscripts.net/raw/DOORS-FFJ-Hub-11365'))()
  190. end,
  191. })
  192.  
  193. local Button = Tab:CreateButton({
  194. Name = "Fishing Simulator(SOLARA)",
  195. Callback = function()
  196. loadstring(game:HttpGet("https://raw.githubusercontent.com/7hbl/fishing-simulator-by-me/main/by%20%40lqmc"))()
  197. end,
  198. })
  199.  
  200. local Button = Tab:CreateButton({
  201. Name = "Fling Things and People (SOLARA)",
  202. Callback = function()
  203. loadstring(game:HttpGet("https://raw.githubusercontent.com/fgdergewrgegr/SVH/main/VHSV5"))()
  204. end,
  205. })
  206.  
  207. local Button = Tab:CreateButton({
  208. Name = "Jailbreak",
  209. Callback = function()
  210. loadstring(game:HttpGet("https://raw.githubusercontent.com/BlitzIsKing/UniversalFarm/main/Loader/Regular"))()
  211. end,
  212. })
  213.  
  214. local Button = Tab:CreateButton({
  215. Name = "Jailbreak (SOLARA & KEY)",
  216. Callback = function()
  217. loadstring(game:HttpGet("https://cdn.luarmor.net/verified/lunaralite_free.lua"))()
  218. end,
  219. })
  220.  
  221. local Button = Tab:CreateButton({
  222. Name = "KAT (SOLARA)",
  223. Callback = function()
  224. loadstring(game:HttpGet("https://pastebin.com/raw/5JGJZyuT"))()
  225. end,
  226. })
  227.  
  228. local Button = Tab:CreateButton({
  229. Name = "MM2 (SOLARA)",
  230. Callback = function()
  231. loadstring(game:HttpGet("https://www.cloudbin.org/love"))()
  232. end,
  233. })
  234.  
  235. local Button = Tab:CreateButton({
  236. Name = "Meme Sea (SOLARA)",
  237. Callback = function()
  238. loadstring(game:HttpGet(('https://raw.githubusercontent.com/FrostLua/Krakles/main/ElgatoHub/Loader.lua'),true))()
  239. end,
  240. })
  241.  
  242. local Button = Tab:CreateButton({
  243. Name = "Murderers VS Sheriffs Duels (SOLARA)",
  244. Callback = function()
  245. loadstring(game:GetObjects("rbxassetid://14713089094")[1].Source)()
  246. end,
  247. })
  248.  
  249. local Button = Tab:CreateButton({
  250. Name = "Rise Of Nations",
  251. Callback = function()
  252. loadstring(game:HttpGet("https://raw.githubusercontent.com/Jayxen0001/Dark-Cipher/main/DarkCipher.lua"))()
  253. end,
  254. })
  255.  
  256. local Button = Tab:CreateButton({
  257. Name = "Treasure Hunt Sim",
  258. Callback = function()
  259. loadstring(game:HttpGet("https://pastebin.com/raw/GyQ4gtH4"))()
  260. end,
  261. })
  262.  
  263. local Button = Tab:CreateButton({
  264. Name = "Untitled Tag Game (SOLARA)",
  265. Callback = function()
  266. loadstring(game:HttpGet("https://pastebin.com/raw/UXaYZGQ3"))()
  267. end,
  268. })
  269.  
  270. local Button = Tab:CreateButton({
  271. Name = "West Chicago (key is xxZxY$) (SOLARA)",
  272. Callback = function()
  273. loadstring(game:HttpGet("https://pastebin.com/raw/HP850KhD"))()
  274. end,
  275. })
  276.  
  277. local Tab = Window:CreateTab("ETC", 4483362458) -- Title, Image
  278.  
  279. local Button = Tab:CreateButton({
  280. Name = "Discord: .gg/XW2RWpP9Rs",
  281. Interact = 'Click',
  282. Callback = function()
  283. -- The function that takes place when the button is pressed
  284. end,
  285. })
  286.  
  287. local Button = Tab:CreateButton({
  288. Name = "made by firebrandw",
  289. Interact = 'Click',
  290. Callback = function()
  291. -- The function that takes place when the button is pressed
  292. end,
  293. })
  294.  
  295. local Button = Tab:CreateButton({
  296. Name = "some of these scripts ARE NOT mine",
  297. Interact = 'Click',
  298. Callback = function()
  299. -- The function that takes place when the button is pressed
  300. end,
  301. })
  302.  
  303. local Button = Tab:CreateButton({
  304. Name = "press k to close",
  305. Interact = 'Click',
  306. Callback = function()
  307. -- The function that takes place when the button is pressed
  308. end,
  309. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement