unkristan

dsfasdfsad

Dec 24th, 2024
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.68 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. -- Fixed Sus Dance
  143. local Button = MainTab:CreateButton({
  144. Name = "Sus Dance πŸ’ƒ",
  145. Callback = function()
  146. pcall(function()
  147. -- Play the dance animation (Ensure it's an FE-compatible animation)
  148. for _, animTrack in pairs(game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()) do
  149. animTrack:Stop()
  150. end
  151. local dance = Instance.new("Animation")
  152. dance.AnimationId = "rbxassetid://3189777795" -- Replace with FE animation ID
  153. local animTrack = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(dance)
  154. animTrack:Play()
  155. end)
  156. end,
  157. })
  158.  
  159. -- Glitchy Walk
  160. local Button = MainTab:CreateButton({
  161. Name = "Glitchy Walk 🩻",
  162. Callback = function()
  163. pcall(function()
  164. -- Server-safe version of the glitchy walk
  165. local player = game.Players.LocalPlayer
  166. local humanoid = player.Character:FindFirstChildOfClass("Humanoid")
  167. humanoid.WalkSpeed = 25
  168. game:GetService("RunService").RenderStepped:Connect(function()
  169. player.Character:SetPrimaryPartCFrame(player.Character.PrimaryPart.CFrame * CFrame.Angles(0, math.rad(10), 0))
  170. end)
  171. end)
  172. end,
  173. })
  174.  
  175. -- **FE-Compatible Rainbow Character**
  176. local Button = MainTab:CreateButton({
  177. Name = "Rainbow Character 🌈",
  178. Callback = function()
  179. local player = game.Players.LocalPlayer
  180. local character = player.Character or player.CharacterAdded:Wait()
  181.  
  182. -- Server-side syncing of rainbow colors
  183. local Remote = Instance.new("RemoteEvent")
  184. Remote.Name = "RainbowEvent"
  185. Remote.Parent = game.ReplicatedStorage
  186.  
  187. Remote.OnClientEvent:Connect(function()
  188. -- Update the character's body parts color
  189. for _, part in pairs(character:GetDescendants()) do
  190. if part:IsA("BasePart") then
  191. part.Color = Color3.new(math.random(), math.random(), math.random())
  192. end
  193. end
  194. end)
  195.  
  196. -- Trigger the event to update color
  197. Remote:FireAllClients() -- Fires to all players
  198. end,
  199. })
  200.  
  201. -- Exploding Jumps
  202. local Button = MainTab:CreateButton({
  203. Name = "Exploding Jumps πŸ’₯",
  204. Callback = function()
  205. local player = game.Players.LocalPlayer
  206. local humanoid = player.Character:FindFirstChildOfClass("Humanoid")
  207. humanoid.Jumping:Connect(function()
  208. -- Explode locally
  209. local explosion = Instance.new("Explosion")
  210. explosion.Position = player.Character.PrimaryPart.Position
  211. explosion.BlastRadius = 5
  212. explosion.BlastPressure = 50000
  213. explosion.Parent = workspace
  214. end)
  215. end,
  216. })
  217.  
  218. -- **FE-Compatible Gun**
  219. local Button = MainTab:CreateButton({
  220. Name = "FE Gun πŸ”«",
  221. Callback = function()
  222. pcall(function()
  223. -- Create and give the player a gun
  224. local tool = Instance.new("Tool")
  225. tool.Name = "FE Gun"
  226. tool.RequiresHandle = true
  227. tool.Parent = game.Players.LocalPlayer.Backpack
  228.  
  229. -- Create a gun handle
  230. local handle = Instance.new("Part")
  231. handle.Name = "Handle"
  232. handle.Size = Vector3.new(1, 5, 1)
  233. handle.Anchored = false
  234. handle.CanCollide = false
  235. handle.BrickColor = BrickColor.new("Bright red")
  236. handle.Parent = tool
  237.  
  238. -- Add shooting functionality (simple)
  239. tool.Activated:Connect(function()
  240. local bullet = Instance.new("Part")
  241. bullet.Size = Vector3.new(1, 1, 5)
  242. bullet.Shape = Enum.PartType.Ball
  243. bullet.Position = game.Players.LocalPlayer.Character.Head.Position
  244. bullet.BrickColor = BrickColor.new("Bright yellow")
  245. bullet.Anchored = false
  246. bullet.CanCollide = true
  247. bullet.Parent = workspace
  248.  
  249. -- Apply force to bullet
  250. local bodyVelocity = Instance.new("BodyVelocity")
  251. bodyVelocity.MaxForce = Vector3.new(10000, 10000, 10000)
  252. bodyVelocity.Velocity = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector * 100
  253. bodyVelocity.Parent = bullet
  254. end)
  255. end)
  256. end,
  257. })
  258.  
  259. -- Walk on Walls
  260. local Button = MainTab:CreateButton({
  261. Name = "Walk on Walls 🧱",
  262. Callback = function()
  263. pcall(function()
  264. loadstring(game:HttpGet("https://raw.githubusercontent.com/randomstring0/Qwerty/refs/heads/main/qwerty21.lua"))()
  265. end)
  266. end,
  267. })
  268.  
  269. -- Size Shrink/Grow
  270. local Button = MainTab:CreateButton({
  271. Name = "Size Shrink/Grow πŸ‘Ύ",
  272. Callback = function()
  273. local humanoid = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  274. local scale = 1
  275. task.spawn(function()
  276. while true do
  277. for i = 1, 10 do
  278. scale = scale + 0.1
  279. humanoid.BodyDepthScale.Value = scale
  280. humanoid.BodyWidthScale.Value = scale
  281. humanoid.BodyHeightScale.Value = scale
  282. humanoid.HeadScale.Value = scale
  283. task.wait(0.1)
  284. end
  285. for i = 1, 10 do
  286. scale = scale - 0.1
  287. humanoid.BodyDepthScale.Value = scale
  288. humanoid.BodyWidthScale.Value = scale
  289. humanoid.BodyHeightScale.Value = scale
  290. humanoid.HeadScale.Value = scale
  291. task.wait(0.1)
  292. end
  293. end
  294. end)
  295. end,
  296. })
  297.  
  298. -- Invisible Cloak
  299. local Button = MainTab:CreateButton({
  300. Name = "Invisible Cloak πŸ‘»",
  301. Callback = function()
  302. -- Server-safe invisibility logic
  303. for _, part in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  304. if part:IsA("BasePart") then
  305. part.Transparency = 1
  306. end
  307. end
  308. end,
  309. })
  310.  
  311. local DahTab = Window:CreateTab("Da-hood πŸ”«", 4483362458) -- Title, Image
  312. local DahSection = DahTab:CreateSection("Da-hood πŸ”«")
  313.  
  314. local Button = DahTab:CreateButton({
  315. Name = "Cazware paid dahood script πŸ€‘",
  316. Callback = function()
  317. loadstring(game:HttpGet("https://raw.githubusercontent.com/CAz00n/loadstring/refs/heads/main/Cazware"))()
  318. end,
  319. })
  320.  
  321. local Button = DahTab:CreateButton({
  322. Name = "Nebula 🌠 key - IFUCKINGHATECATANIA (da hood script)",
  323. Callback = function()
  324. loadstring(game:HttpGet("https://raw.githubusercontent.com/Feimgps/Nebula/refs/heads/main/Dahood"))()
  325. end,
  326. })
  327.  
  328. local Button = DahTab:CreateButton({
  329. Name = "Red Dot Lock πŸ”΄",
  330. Callback = function()
  331. loadstring(game:HttpGet("https://raw.githubusercontent.com/scripthubekitten/reddot1/main/reddot1", true))()
  332. end,
  333. })
  334.  
  335. local Button = DahTab:CreateButton({
  336. Name = "SilentAim 🀫",
  337. Callback = function()
  338. getgenv().Silent = {
  339. Settings = {
  340. Enabled = true,
  341. AimPart = "UpperTorso",
  342. Prediction = 0.1433,
  343. WallCheck = true,
  344. Visualize = true,
  345. AutoPrediction = true,
  346. },
  347. FOV = {
  348. Enabled = true,
  349. Size = 30,
  350. Filled = false,
  351. Thickness = 0.66,
  352. Transparency = 0.9,
  353. Color = Color3.fromRGB(255,255,255),
  354. },
  355. }
  356. loadstring(game:HttpGet("https://raw.githubusercontent.com/CyberPlaysYT/new-silent/refs/heads/main/aurax", true))()
  357. end,
  358. })
  359.  
  360. local Button = DahTab:CreateButton({
  361. Name = "BoxWare πŸ₯Š",
  362. Callback = function()
  363. loadstring(game:HttpGet("https://raw.githubusercontent.com/crypthook/some-shit-script-crack/main/boxware"))()
  364. end,
  365. })
  366.  
  367. local MiscTab = Window:CreateTab("Misc 🀒", 4483362458) -- Title, Image
  368. local MiscSection = MiscTab:CreateSection("Misc 🀒")
  369.  
  370. local Button = MiscTab:CreateButton({
  371. Name = "Our Discord --> https://discord.gg/XNQxmZRZhj",
  372. Callback = function()
  373. -- The function that takes place when the button is pressed
  374. end,
  375. })
  376.  
  377. local Button = MiscTab:CreateButton({
  378. Name = "Creator --> unkristan (on discord)",
  379. Callback = function()
  380. -- The function that takes place when the button is pressed
  381. end,
  382. })
  383.  
  384. local Button = MiscTab:CreateButton({
  385. Name = "Thats it, thanks for using 🀫😁",
  386. Callback = function()
  387. -- The function that takes place when the button is pressed
  388. end,
  389. })
  390.  
  391.  
Add Comment
Please, Sign In to add comment