Advertisement
Henzo09

script Echo Hub v2

Nov 19th, 2024 (edited)
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.62 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2. --random system
  3.  
  4. function randomString()
  5.     local legth = math.random(2,3)
  6.    
  7.     local characters = "abcdefghijklmnopqrstuvwyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
  8.    
  9.     local result = ""
  10.    
  11.     for i = 1, legth do
  12.         local randomIndex = math.random(1, #characters)
  13.         result = result .. characters:sub(randomIndex, randomIndex)
  14.     end
  15.     return result
  16. end
  17. local abcc = randomString()
  18. print(abcc)
  19.  
  20. local Window = Rayfield:CreateWindow({
  21.     Name = "Echo | Hub",
  22.     LoadingTitle = "Echo | Hub",
  23.     LoadingSubtitle = "by Henzo",
  24.     Theme = "Ocean",
  25.     ConfigurationSaving = {
  26.         Enabled = false,
  27.         FolderName = nil,
  28.         FileName = "Echo Hub"
  29.     },
  30.     Discord = {
  31.         Enabled = false,
  32.         Invite = "noinvitelink",
  33.         RememberJoins = true
  34.     },
  35.     KeySystem = true,
  36.     KeySettings = {
  37.         Title = "Key | Echo Hub",
  38.         Subtitle = "Sistema de Chave",
  39.         Note = "Chave no console",
  40.         FileName = "TestKey",
  41.         SaveKey = true,
  42.         GrabKeyFromSite = true,
  43.         Key = tostring(abcc)
  44.     }
  45. })
  46.  
  47. local MainTab = Window:CreateTab("Tsb", nil)
  48. local MainSection = MainTab:CreateSection("Personagens")
  49.  
  50. Rayfield:Notify({
  51.     Title = "Script executado",
  52.     Content = "Bem-vindo ao Echo Hub, criado por Henzo!",
  53.     Duration = 5,
  54.     Image = 13047715178,
  55.     Actions = {
  56.         Ignore = {
  57.             Name = "Entendido!",
  58.             Callback = function()
  59.                 print("Entendido!")
  60.             end
  61.         },
  62.     },
  63. })
  64.  
  65. local Scripts = MainTab:CreateButton({
  66.    Name = "Gojo | Saitama",
  67.    Callback = function()
  68.    
  69.    Rayfield:Notify({
  70.     Title = "Gojo executado",
  71.     Content = "Gojo",
  72.     Duration = 5,
  73.     Image = 13047715178,
  74.     Actions = {
  75.         Ignore = {
  76.             Name = "Entendido!",
  77.             Callback = function()
  78.                 print("Entendido!")
  79.             end
  80.         },
  81.     },
  82. })
  83.    
  84. loadstring(game:HttpGet("https://gist.githubusercontent.com/JcBoomin/a63e9ac3e90cef03ecf37e997fd21632/raw/98b567b81f61bb30042e0078b78f3fb24685fb8d/Gojo", true))()
  85.    end,
  86. })
  87.  
  88. local Scripts = MainTab:CreateButton({
  89.    Name = "Hakari | Saitama",
  90.    Callback = function()
  91.    
  92.    Rayfield:Notify({
  93.     Title = "Hakari executado",
  94.     Content = "Hakari",
  95.     Duration = 5,
  96.     Image = 13047715178,
  97.     Actions = {
  98.         Ignore = {
  99.             Name = "Entendido!",
  100.             Callback = function()
  101.                 print("Entendido!")
  102.             end
  103.         },
  104.     },
  105. })
  106.    
  107. loadstring(game:HttpGet("https://raw.githubusercontent.com/damir512/hakari/main/Protected_5980408162046394.txt"))()
  108.    end,
  109. })
  110.  
  111. local Action = MainTab:CreateSection("Extras")
  112.  
  113. local Extras = MainTab:CreateButton({
  114.    Name = "No Stun",
  115.    Callback = function()
  116.     local Players = game:GetService("Players")
  117. local player = Players.LocalPlayer
  118. local character = player.Character or player.CharacterAdded:Wait()
  119. local humanoid = character:WaitForChild("Humanoid")
  120.  
  121.  
  122. humanoid.WalkSpeed = 30 --speed u want
  123.  
  124.  
  125. local function NoStun()
  126.     if humanoid.WalkSpeed < 29 then --28 is sprint speed
  127.         humanoid.WalkSpeed = 30 --speed u want
  128.     end
  129. end
  130.  
  131.  
  132. humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(NoStun)
  133.  
  134. NoStun()
  135. end
  136.  
  137.  
  138. humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(NoStun)
  139.  
  140. NoStun()
  141.    end,
  142. })
  143.  
  144.    Rayfield:Notify({
  145.     Title = "No Stun",
  146.     Content = "No Stun",
  147.     Duration = 5,
  148.     Image = 13047715178,
  149.     Actions = {
  150.         Ignore = {
  151.             Name = "Entendido!",
  152.             Callback = function()
  153.                 print("Entendido!")
  154.             end
  155.         },
  156.     },
  157. })
  158.  
  159.  
  160.    end,
  161. })
  162.  
  163. local TPTab = Window:CreateTab("🎲 Diversos", nil)
  164. local TabSection = TPTab:CreateSection("Principal")
  165.  
  166. -- Botão de Rejoin
  167. local RejoinButton = TPTab:CreateButton({
  168.     Name = "Rejoin Server",
  169.     Callback = function()
  170.         local player = game.Players.LocalPlayer
  171.         game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, game.JobId, player)
  172.     end,
  173. })
  174.  
  175. -- Função No-Clip
  176. local noClip = false
  177. local noClipButton = TPTab:CreateButton({
  178.     Name = "Ativar No-Clip",
  179.     Callback = function()
  180.         noClip = not noClip
  181.         if noClip then
  182.             game.StarterGui:SetCore("SendNotification", {Title="Echo Hub"; Text="No-Clip Ativado!"; Duration=5;})
  183.             game:GetService("RunService").Stepped:Connect(function()
  184.                 if noClip then
  185.                     game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  186.                 end
  187.             end)
  188.         else
  189.             game.StarterGui:SetCore("SendNotification", {Title="Echo Hub"; Text="No-Clip Desativado!"; Duration=5;})
  190.         end
  191.     end,
  192. })
  193.  
  194. -- Botão de Reset Automático
  195. local resetButton = TPTab:CreateButton({
  196.     Name = "Reset Automático",
  197.     Callback = function()
  198.         local humanoid = game.Players.LocalPlayer.Character.Humanoid
  199.         if humanoid and humanoid.Health <= 10 then
  200.             humanoid.Health = 0
  201.             game.Players.LocalPlayer:LoadCharacter()
  202.         end
  203.     end,
  204. })
  205.  
  206. local Button = TPTab:CreateButton({
  207.     Name = "Em breve"
  208. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement