unkristan

asdasd

Dec 24th, 2024
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.88 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 = {"kristancheater"} -- 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 = "Trolling Script πŸ‘Ά ",
  116. Callback = function()
  117. loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe/main/obf_11l7Y131YqJjZ31QmV5L8pI23V02b3191sEg26E75472Wl78Vi8870jRv5txZyL1.lua.txt"))()
  118. end,
  119. })
  120.  
  121. local Button = MainTab:CreateButton({
  122. Name = "Shapeshifter script πŸ‘Ύ",
  123. Callback = function()
  124. loadstring(game:HttpGet("https://pastefy.app/2C3cRXXp/raw"))()
  125. end,
  126. })
  127.  
  128. local Button = MainTab:CreateButton({
  129. Name = "Walk on walls 🧱",
  130. Callback = function()
  131. loadstring(game:HttpGet("https://raw.githubusercontent.com/randomstring0/Qwerty/refs/heads/main/qwerty21.lua"))()
  132. end,
  133. })
  134.  
  135. local Button = MainTab:CreateButton({
  136. Name = "Scp 3008 Script 🀯",
  137. Callback = function()
  138. loadstring(game:HttpGet("https://raw.githubusercontent.com/Yumiara/CPP/refs/heads/main/Main.cpp"))()
  139. end,
  140. })
  141.  
  142. local DahTab = Window:CreateTab("Da-hood πŸ”«", 4483362458) -- Title, Image
  143. local DahSection = DahTab:CreateSection("Da-hood πŸ”«")
  144.  
  145. local Button = DahTab:CreateButton({
  146. Name = "Cazware paid dahood script πŸ€‘",
  147. Callback = function()
  148. loadstring(game:HttpGet("https://raw.githubusercontent.com/CAz00n/loadstring/refs/heads/main/Cazware"))()
  149. end,
  150. })
  151.  
  152. local Button = DahTab:CreateButton({
  153. Name = "Nebula 🌠 key - IFUCKINGHATECATANIA (da hood script)",
  154. Callback = function()
  155. loadstring(game:HttpGet("https://raw.githubusercontent.com/Feimgps/Nebula/refs/heads/main/Dahood"))()
  156. end,
  157. })
  158.  
  159. local Button = DahTab:CreateButton({
  160. Name = "Red Dot Lock πŸ”΄",
  161. Callback = function()
  162. loadstring(game:HttpGet("https://raw.githubusercontent.com/scripthubekitten/reddot1/main/reddot1", true))()
  163. end,
  164. })
  165.  
  166. local Button = DahTab:CreateButton({
  167. Name = "SilentAim 🀫",
  168. Callback = function()
  169. getgenv().Silent = {
  170. Settings = {
  171. Enabled = true,
  172. AimPart = "UpperTorso",
  173. Prediction = 0.1433,
  174. WallCheck = true,
  175. Visualize = true,
  176. AutoPrediction = true,
  177. },
  178. FOV = {
  179. Enabled = true,
  180. Size = 30,
  181. Filled = false,
  182. Thickness = 0.66,
  183. Transparency = 0.9,
  184. Color = Color3.fromRGB(255,255,255),
  185. },
  186. }
  187. loadstring(game:HttpGet("https://raw.githubusercontent.com/CyberPlaysYT/new-silent/refs/heads/main/aurax", true))()
  188. end,
  189. })
  190.  
  191. local Button = DahTab:CreateButton({
  192. Name = "BoxWare πŸ₯Š",
  193. Callback = function()
  194. loadstring(game:HttpGet("https://raw.githubusercontent.com/crypthook/some-shit-script-crack/main/boxware"))()
  195. end,
  196. })
  197.  
  198. local MiscTab = Window:CreateTab("Misc 🀒", 4483362458) -- Title, Image
  199. local MiscSection = MiscTab:CreateSection("Misc 🀒")
  200.  
  201. local Button = MiscTab:CreateButton({
  202. Name = "Our Discord --> https://discord.gg/XNQxmZRZhj",
  203. Callback = function()
  204. -- The function that takes place when the button is pressed
  205. end,
  206. })
  207.  
  208. local Button = MiscTab:CreateButton({
  209. Name = "Creator --> unkristan (on discord)",
  210. Callback = function()
  211. -- The function that takes place when the button is pressed
  212. end,
  213. })
  214.  
  215. local Button = MiscTab:CreateButton({
  216. Name = "Thats it, thanks for using 🀫😁",
  217. Callback = function()
  218. -- The function that takes place when the button is pressed
  219. end,
  220. })
Add Comment
Please, Sign In to add comment