unkristan

asdasgsda

Dec 23rd, 2024
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.58 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "Kristans Hub",
  5. Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
  6. LoadingTitle = "All Cool Scripts 😎 -by kristan :3",
  7. LoadingSubtitle = "by Kristan",
  8. Theme = "nil",
  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 = "Kristans Hub"
  17. },
  18.  
  19. Discord = {
  20. Enabled = true, -- Prompt the user to join your Discord server if their executor supports it
  21. Invite = "cazware", -- 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 = true, -- Set this to true to use our key system
  26. KeySettings = {
  27. Title = "In Beta-Test",
  28. Subtitle = "Key (will become removed soon)",
  29. Note = "key - https://discord.gg/XNQxmZRZhj", -- Use this to tell the user how to get a key
  30. FileName = "Fire GUI", -- 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 = {"kristanlegend"} -- 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 MainTab = Window:CreateTab("MainπŸ€–", 4483362458) -- Title, Image
  38. local MainSection = MainTab:CreateSection("Main")
  39.  
  40. local Button = MainTab:CreateButton({
  41. Name = "Infinite Jump",
  42. Callback = function()
  43. --[[
  44. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  45. ]]
  46. local InfiniteJumpEnabled = true
  47. game:GetService("UserInputService").JumpRequest:connect(function()
  48. if InfiniteJumpEnabled then
  49. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  50. end
  51. end)
  52. end,
  53. })
  54.  
  55. local Slider = MainTab:CreateSlider({
  56. Name = "Walkspeed Slider",
  57. Range = {0, 500},
  58. Increment = 1,
  59. Suffix = "Speed",
  60. CurrentValue = 16,
  61. 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
  62. Callback = function(Value)
  63. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (Value)
  64. end,
  65. })
  66.  
  67. local Slider = MainTab:CreateSlider({
  68. Name = "Jumppower Slider",
  69. Range = {0, 5000},
  70. Increment = 1,
  71. Suffix = "Jump",
  72. CurrentValue = 50,
  73. 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
  74. Callback = function(Value)
  75. game.Players.LocalPlayer.Character.Humanoid.JumpPower = (Value)
  76. end,
  77. })
  78.  
  79. local Button = MainTab:CreateButton({
  80. Name = "Jerk Off Tool (R6 ONLY)",
  81. Callback = function()
  82. loadstring(game:HttpGet("https://pastefy.app/wa3v2Vgm/raw"))("Spider Script")
  83. end,
  84. })
  85.  
  86. local Button = MainTab:CreateButton({
  87. Name = "Infinite Yield 🀀",
  88. Callback = function()
  89. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  90. end,
  91. })
  92.  
  93. local Button = MainTab:CreateButton({
  94. Name = "Freaky animations πŸ‘… (R6)",
  95. Callback = function()
  96. loadstring(game:HttpGet("https://raw.githubusercontent.com/BingusWR/ggggggggggg/refs/heads/main/ggggggggg"))()
  97. end,
  98. })
  99.  
  100. local Button = MainTab:CreateButton({
  101. Name = "Sigma Bypasser πŸ—Ώ",
  102. Callback = function()
  103. loadstring(game:HttpGet('https://raw.githubusercontent.com/shakk-code/SigmaBypasser/refs/heads/main/source', true))()
  104. end,
  105. })
  106.  
  107. local Button = MainTab:CreateButton({
  108. Name = "Sky hub ☁️ (may take a while to load)",
  109. Callback = function()
  110. loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub/main/FE%20Trolling%20GUI.luau"))()
  111. end,
  112. })
  113.  
  114. local Button = MainTab:CreateButton({
  115. Name = "Nebula 🌠 key - IFUCKINGHATECATANIA (da hood script)",
  116. Callback = function()
  117. loadstring(game:HttpGet("https://raw.githubusercontent.com/Feimgps/Nebula/refs/heads/main/Dahood"))()
  118. end,
  119. })
  120.  
  121. local Button = MainTab:CreateButton({
  122. Name = "Trolling Script πŸ‘Ά ",
  123. Callback = function()
  124. loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe/main/obf_11l7Y131YqJjZ31QmV5L8pI23V02b3191sEg26E75472Wl78Vi8870jRv5txZyL1.lua.txt"))()
  125. end,
  126. })
  127.  
  128. local Button = MainTab:CreateButton({
  129. Name = "Shapeshifter script πŸ‘Ύ",
  130. Callback = function()
  131. loadstring(game:HttpGet("https://pastefy.app/2C3cRXXp/raw"))()
  132. end,
  133. })
  134.  
  135. local Button = MainTab:CreateButton({
  136. Name = "Walk on walls 🧱",
  137. Callback = function()
  138. loadstring(game:HttpGet("https://raw.githubusercontent.com/randomstring0/Qwerty/refs/heads/main/qwerty21.lua"))()
  139. end,
  140. })
  141.  
  142. local Button = MainTab:CreateButton({
  143. Name = "Scp 3008 Script 🀯",
  144. Callback = function()
  145. loadstring(game:HttpGet("https://raw.githubusercontent.com/Yumiara/CPP/refs/heads/main/Main.cpp"))()
  146. end,
  147. })
  148.  
  149. local Button = MainTab:CreateButton({
  150. Name = "Cazware paid dahood script πŸ€‘",
  151. Callback = function()
  152. loadstring(game:HttpGet("https://raw.githubusercontent.com/CAz00n/loadstring/refs/heads/main/Cazware"))()
  153. end,
  154. })
  155.  
  156. local MiscTab = Window:CreateTab("Misc 🀒", 4483362458) -- Title, Image
  157. local MiscSection = MiscTab:CreateSection("Misc 🀒")
  158.  
  159. local Button = MiscTab:CreateButton({
  160. Name = "Our Discord --> https://discord.gg/XNQxmZRZhj",
  161. Callback = function()
  162. -- The function that takes place when the button is pressed
  163. end,
  164. })
  165.  
  166. local Button = MiscTab:CreateButton({
  167. Name = "Creator --> unkristan (on discord)",
  168. Callback = function()
  169. -- The function that takes place when the button is pressed
  170. end,
  171. })
  172.  
  173. local Button = MiscTab:CreateButton({
  174. Name = "Thats it, thanks for using 🀫😁",
  175. Callback = function()
  176. -- The function that takes place when the button is pressed
  177. end,
  178. })
Add Comment
Please, Sign In to add comment