uoryetwq

개꼭지스크립트

Mar 5th, 2025
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.60 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 = "키 : happy", -- 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 = true, -- 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 = 607991637255397403,
  45. })
  46.  
  47. local Button = Tab:CreateButton({
  48. Name = "인피니티야드",
  49. Callback = function()
  50. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  51. end,
  52. })
  53.  
  54. local Button = Tab:CreateButton({
  55. Name = "antfling script",
  56. Callback = function()
  57. loadstring(game:HttpGet("https://pastebin.com/raw/Jx2MHYvF"))()
  58. end,
  59. })print 'hello world!'
  60.  
  61. local Button = Tab:CreateButton({
  62. Name = "투명 스크립트",
  63. Callback = function()
  64. loadstring(game:HttpGet('https://pastebin.com/raw/3Rnd9rHf'))()
  65. end,
  66. })
  67.  
  68. local mainTab = Window:CreateTab("낙.인", nil) -- Title, Image
  69. local mainSection = mainTab:CreateSection("🤞")
  70.  
  71. local Button = mainTab:CreateButton({
  72. Name = "ghost hub",
  73. Callback = function()
  74. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))()
  75. end,
  76. })
  77.  
  78. local Button = mainTab:CreateButton({
  79. Name = "SystemBroken",
  80. Callback = function()
  81. loadstring(game:HttpGet("https://raw.githubusercontent.com/H20CalibreYT/SystemBroken/main/script"))()
  82. end,
  83. })
  84.  
  85. local Button = mainTab:CreateButton({
  86. Name = "ios hub",
  87. Callback = function()
  88. loadstring(game:HttpGet("https://raw.githubusercontent.com/QP-Community/Roblox-Exploit/main/Sirius"))()
  89. end,
  90. })
  91.  
  92. local Button = mainTab:CreateButton({
  93. Name = "ESP",
  94. Callback = function()
  95. loadstring(game:HttpGet('https://raw.githubusercontent.com/ic3w0lf22/Unnamed-ESP/master/UnnamedESP.lua',true))()
  96. end,
  97. })
  98.  
  99. local Button = mainTab:CreateButton({
  100. Name = "Radar",
  101. Callback = function()
  102. loadstring(game:HttpGet("https://pastebin.com/raw/7jv0Tnz5"))()
  103. end,
  104. })
  105.  
  106. local Button = mainTab:CreateButton({
  107. Name = "어드민",
  108. Callback = function()
  109. loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))()
  110. end,
  111. })
  112.  
  113. local Tab = Window:CreateTab("FPS스크립트", nil) -- Title, Image
  114. local Section = Tab:CreateSection("FPS스크립트")
  115.  
  116. local Button = Tab:CreateButton({
  117. Name = "라이벌",
  118. Callback = function()
  119. loadstring(game:HttpGet("https://raw.githubusercontent.com/5oxin/Phantom/main/main"))()
  120. end,
  121. })
  122.  
  123. local Button = Tab:CreateButton({
  124. Name = "살보결",
  125. Callback = function()
  126. loadstring(game:HttpGet("https://raw.githubusercontent.com/b9natwo/iSPLOIT/main/Murderers%20VS%20Sheriffs%20Duels.lua"))()
  127. end,
  128. })print 'hello world!'
  129.  
  130. local Button = Tab:CreateButton({
  131. Name = "orion(rival)",
  132. Callback = function()
  133. loadstring(game:HttpGet('https://raw.githubusercontent.com/AFGCLIENT/Snyware/main/Loader'))()
  134. end,
  135. })print 'hello world!'
  136.  
  137. local Tab = Window:CreateTab("블피 스크립트", nil) -- Title, Image
  138. local Section = Tab:CreateSection("블피 스크립트")
  139.  
  140. local Button = Tab:CreateButton({
  141. Name = "speed hub",
  142. Callback = function()
  143. loadstring(game:HttpGet("https://raw.githubusercontent.com/AhmadV99/Speed-Hub-X/main/Speed%20Hub%20X.lua", true))()
  144. end,
  145. })
  146.  
  147. local Tab = Window:CreateTab("렉 줄여주는 스크립트", nil) -- Title, Image
  148. local Section = Tab:CreateSection("렉 줄여주는 스크립트")
  149.  
  150. local Button = Tab:CreateButton({
  151. Name = "그래픽 조금 낮아짐",
  152. Callback = function()
  153. loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/FPSBooster.lua"))()
  154. end,
  155. })print 'hello world!'
  156.  
  157. local Tab = Window:CreateTab("프리즌라이프", nil) -- Title, Image
  158. local Section = Tab:CreateSection("프리즌라이프")
  159.  
  160. local Button = Tab:CreateButton({
  161. Name = "프리즌라이프",
  162. Callback = function()
  163. --[[
  164. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  165. ]]
  166. loadstring(game:HttpGet('https://raw.githubusercontent.com/devguy100/PrizzLife/main/Source/release_v0.8.1.lua'))()
  167. end,
  168. })
  169.  
  170. local Button = Tab:CreateButton({
  171. Name = "프리즌라이프2",
  172. Callback = function()
  173. loadstring(game:HttpGet("https://raw.githubusercontent.com/QP-Community/Roblox-Exploit/main/TigerAdmin"))()
  174. end,
  175. })
  176.  
  177. local Tab = Window:CreateTab("블레이드볼", nil) -- Title, Image
  178. local Section = Tab:CreateSection("블레이드볼")
  179.  
  180. local Button = Tab:CreateButton({
  181. Name = "블레이드볼",
  182. Callback = function()
  183. loadstring(game:HttpGet("https://raw.githubusercontent.com/PawsThePaw/Plutonium.AA/main/Plutonium.Loader.lua", true))()
  184. end,
  185. })
  186.  
  187. local Tab = Window:CreateTab("표지판 스크립트",nil ) -- Title, Image
  188. local Section = Tab:CreateSection("표지판 스크립트")
  189.  
  190. local Dropdown = Tab:CreateDropdown({
  191. Name = "클릭 !",
  192. Options = {"전체","한명"},
  193. CurrentOption = {"Option 1"},
  194. MultipleOptions = false,
  195. 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
  196. Callback = function(Options)
  197. loadstring(game:HttpGet('https://raw.githubusercontent.com/LKR-beta/scripts/refs/heads/main/sign-controler'))()
  198. local Players = game:GetService("Players")
  199. local UserInputService = game:GetService("UserInputService")
  200. local LocalPlayer = Players.LocalPlayer
  201. local ScreenGui = Instance.new("ScreenGui")
  202. ScreenGui.Parent = game:GetService("CoreGui")
  203.  
  204.  
  205. local nameTextBox = Instance.new("TextBox")
  206. nameTextBox.Size = UDim2.new(0, 200, 0, 40)
  207. nameTextBox.Position = UDim2.new(0.5, -100, 0.5, -70)
  208. nameTextBox.Text = ""
  209. nameTextBox.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  210. nameTextBox.BackgroundTransparency = 0.2
  211. nameTextBox.BorderSizePixel = 0
  212. nameTextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  213. nameTextBox.Font = Enum.Font.GothamBold
  214. nameTextBox.PlaceholderText = "이름을 입력하세요"
  215. nameTextBox.TextXAlignment = Enum.TextXAlignment.Center
  216. nameTextBox.TextYAlignment = Enum.TextYAlignment.Center
  217. nameTextBox.Parent = ScreenGui
  218.  
  219.  
  220. local messageTextBox = Instance.new("TextBox")
  221. messageTextBox.Size = UDim2.new(0, 200, 0, 40)
  222. messageTextBox.Position = UDim2.new(0.5, -100, 0.5, -20)
  223. messageTextBox.Text = ""
  224. messageTextBox.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  225. messageTextBox.BackgroundTransparency = 0.2
  226. messageTextBox.BorderSizePixel = 0
  227. messageTextBox.TextColor3 = Color3.fromRGB(255, 0, 0)
  228. messageTextBox.Font = Enum.Font.GothamBold
  229. messageTextBox.PlaceholderText = "메시지를 입력하세요"
  230. messageTextBox.TextXAlignment = Enum.TextXAlignment.Center
  231. messageTextBox.TextYAlignment = Enum.TextYAlignment.Center
  232. messageTextBox.Parent = ScreenGui
  233.  
  234. local function sendEffectToPlayer(effectMessage)
  235. local targetPlayerName = nameTextBox.Text
  236. for _, player in pairs(Players:GetPlayers()) do
  237. if player.Name == targetPlayerName then
  238. pcall(function()
  239. local character = player.Character
  240. if character then
  241. local updateSign = character:FindFirstChild("UpdateSign", true)
  242. if updateSign then
  243. updateSign:FireServer(effectMessage)
  244. end
  245. end
  246. end)
  247. end
  248. end
  249. end
  250.  
  251. local currentText = ""
  252. local heartbeatConnection
  253.  
  254. local function updateHeartbeat()
  255. if heartbeatConnection then heartbeatConnection:Disconnect() end
  256. heartbeatConnection = game:GetService("RunService").Heartbeat:Connect(function()
  257. if currentText ~= "" then
  258. sendEffectToPlayer(currentText)
  259. end
  260. end)
  261. end
  262.  
  263. messageTextBox:GetPropertyChangedSignal("Text"):Connect(function()
  264. local newText = messageTextBox.Text
  265. if newText ~= currentText then
  266. currentText = newText
  267.  
  268. local sound = Instance.new("Sound")
  269. sound.SoundId = "rbxassetid://7293306821"
  270. sound.Parent = messageTextBox.Parent
  271. sound:Play()
  272. sound.Ended:Connect(function()
  273. sound:Destroy()
  274. end)
  275.  
  276. updateHeartbeat()
  277. end
  278. end)
  279.  
  280.  
  281. local dragging = false
  282. local dragStart = nil
  283. local startPos = nil
  284.  
  285.  
  286. nameTextBox.InputBegan:Connect(function(input)
  287. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  288. dragging = true
  289. dragStart = input.Position
  290. startPos = nameTextBox.Position
  291.  
  292. input.Changed:Connect(function()
  293. if input.UserInputState == Enum.UserInputState.End then
  294. dragging = false
  295. end
  296. end)
  297. end
  298. end)
  299.  
  300. UserInputService.InputChanged:Connect(function(input)
  301. if dragging and input.UserInputType == Enum.UserInputType.MouseMovement then
  302. local delta = input.Position - dragStart
  303. nameTextBox.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  304. end
  305. end)
  306.  
  307.  
  308. messageTextBox.InputBegan:Connect(function(input)
  309. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  310. dragging = true
  311. dragStart = input.Position
  312. startPos = messageTextBox.Position
  313.  
  314. input.Changed:Connect(function()
  315. if input.UserInputState == Enum.UserInputState.End then
  316. dragging = false
  317. end
  318. end)
  319. end
  320. end)
  321.  
  322. UserInputService.InputChanged:Connect(function(input)
  323. if dragging and input.UserInputType == Enum.UserInputType.MouseMovement then
  324. local delta = input.Position - dragStart
  325. messageTextBox.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  326. end
  327. end)
  328. end,
  329. })
Advertisement
Add Comment
Please, Sign In to add comment