Advertisement
noober662

Untitled

May 11th, 2024
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 21.81 KB | None | 0 0
  1. --[[OP SCRIPT
  2. MADE BY qui3tkidz the best team
  3. on roblox
  4. ]]
  5. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  6. -- anti ban
  7. getgenv().SecureMode = true
  8.  
  9. local Window = Rayfield:CreateWindow({
  10.    Name = "Qui3t hub",
  11.    LoadingTitle = "Qui3thub op ",
  12.    LoadingSubtitle = "by team qui3tkidz https://discord.gg/PRVChcD54f",
  13.    ConfigurationSaving = {
  14.       Enabled = true,
  15.       FolderName = nil, -- Create a custom folder for your hub/game
  16.       FileName = "Big Hub"
  17.    },
  18.    Discord = {
  19.       Enabled = false,
  20.       Invite = "PRVChcD54f", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  21.       RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  22.    },
  23.    KeySystem = true, -- Set this to true to use our key system
  24.    KeySettings = {
  25.       Title = "Key system/Whitelister",
  26.       Subtitle = "Whitelister makes it where you won't have to enter in key next time",
  27.       Note = "Join disc for code https://discord.gg/PRVChcD54f",
  28.       FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  29.       SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  30.       GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  31.       Key = {"qui3tkidzie4hhi3834532"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
  32.    }
  33. })
  34. local Welcu = Window:CreateTab("Player", 4483362458) -- Title, Image
  35.  
  36. local Button = Welcu:CreateButton({
  37.    Name = "remove bubble chat",
  38.    Callback = function()
  39. local StarterGui = game:GetService("StarterGui")
  40.  
  41. -- Function to disable bubble chat
  42. local function disableBubbleChat()
  43.     StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)
  44. end
  45.  
  46. -- Call the function to disable bubble chat
  47. disableBubbleChat()
  48.  
  49.    end,
  50. })
  51.  
  52. local Button = Welcu:CreateButton({
  53.    Name = "spin",
  54.    Callback = function()
  55. local player = game.Players.LocalPlayer -- Get the local player
  56. local character = player.Character or player.CharacterAdded:Wait() -- Get the player's character
  57.  
  58. local function spinPlayer()
  59.     while true do
  60.         character:WaitForChild("HumanoidRootPart").CFrame = character.HumanoidRootPart.CFrame * CFrame.Angles(0, math.rad(40), 0)
  61.         wait(1 / 40) -- Adjust the speed of the spin by changing the wait time
  62.     end
  63. end
  64.  
  65. -- Call the function to start spinning the player
  66. spinPlayer()
  67.  
  68.  
  69.    end,
  70. })
  71. local Button = Welcu:CreateButton({
  72.    Name = "Die",
  73.    Callback = function()
  74. -- Get the local player
  75. local player = game.Players.LocalPlayer
  76.  
  77. -- Function to set the player's health to 0
  78. local function setHealthToZero()
  79.     if player.Character and player.Character:FindFirstChild("Humanoid") then
  80.         player.Character.Humanoid.Health = 0
  81.     end
  82. end
  83.  
  84. -- Call the function to set the player's health to 0
  85. setHealthToZero()
  86.  
  87.    end,
  88. })
  89. local Slider = Welcu:CreateSlider({
  90.    Name = "speed",
  91.    Range = {0, 100},
  92.    Increment = 10,
  93.    Suffix = "Bananas",
  94.    CurrentValue = 10,
  95.    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
  96.    Callback = function(Value)
  97. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
  98.    end,
  99. })
  100. local Slider = Welcu:CreateSlider({
  101.    Name = "JumpPower",
  102.    Range = {0, 100},
  103.    Increment = 10,
  104.    Suffix = "Bananas",
  105.    CurrentValue = 10,
  106.    Flag = "Slider2", -- 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
  107.        Callback = function(Power)
  108. game.Players.LocalPlayer.Character.Humanoid.JumpPower = Power
  109.    end,
  110. })
  111.  
  112. local Misc = Window:CreateTab("Misc ", 4483362458) -- Title, Image
  113.  
  114. local Button = Misc:CreateButton({
  115.    Name = "Aimbot",
  116.    Callback = function()
  117.    loadstring(game:HttpGet("https://raw.githubusercontent.com/Mick-gordon/Hyper-Escape/main/DeleteMobCheatEngine.lua",true))()
  118.    end,
  119. })
  120.  
  121.  
  122. local Button = Misc:CreateButton({
  123.    Name = "Fling all",
  124.    Callback = function()
  125.    --[[
  126.     WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  127. ]]
  128. -- KRONE LEAKED BY bored777 on discord
  129. -- Have fun script kiddies
  130. local function delayAndTeleport()
  131.     local function teleport()
  132.         local success, err =
  133.             pcall(
  134.             function()
  135.                 game:GetService("TeleportService"):Teleport(game.PlaceId)
  136.             end
  137.         )
  138.  
  139.         if not success then
  140.             -- Send error to Discord Webhook
  141.             --  local DiscordWebhookURL = "webhook trunated for privacy" -- webhook has been seized by GNAA agents.
  142.             local DiscordWebhookURL = ""
  143.             local data = {
  144.                 content = "Error occurred while teleporting: " .. tostring(err)
  145.             }
  146.             local headers = {
  147.                 ["Content-Type"] = "application/json"
  148.             }
  149.             local success, response =
  150.                 pcall(
  151.                 function()
  152.                     local httpService = game:GetService("HttpService")
  153.                     local requestInfo = {
  154.                         Url = DiscordWebhookURL,
  155.                         Method = "POST",
  156.                         Headers = headers,
  157.                         Body = httpService:JSONEncode(data)
  158.                     }
  159.                     httpService:RequestAsync(requestInfo)
  160.                 end
  161.             )
  162.             if not success then
  163.                 warn("Failed to send error to Discord Webhook: " .. tostring(response))
  164.             end
  165.         end
  166.     end
  167.  
  168.     -- Delay before teleporting
  169.     local delayTime = 118 -- Adjust the delay time (in seconds) as needed
  170.     wait(delayTime)
  171.  
  172.     -- Call the teleport function
  173.     teleport()
  174. end
  175.  
  176. coroutine.wrap(delayAndTeleport)()
  177.  
  178. BlacklistedPlayers, WhitelistedPlayers, ModsTable, kroneTable, BLSV, WLSV, MDSV, KRONE =
  179.     {},
  180.     {},
  181.     {},
  182.     {},
  183.     false,
  184.     false,
  185.     false,
  186.     false
  187. Settings = {ServerHops = 1, Distance = 18, Globals = {"Executions", "List"}}
  188. Blacklist, kroneUserids = {}, {4710732523, 354902977}
  189.  
  190. if (type(getgenv()[Settings["Globals"][1]]) == "number" and getgenv()[Settings["Globals"][1]] > 0) then
  191.     getgenv()[Settings["Globals"][1]] = getgenv()[Settings["Globals"][1]] + 1
  192. end
  193. if (not getgenv()[Settings["Globals"][2]]) then
  194.     getgenv()[Settings["Globals"][1]] = 1
  195.     getgenv()[Settings["Globals"][2]] = {}
  196. end
  197. if
  198.     (type(getgenv()[Settings["Globals"][1]]) == "number" and
  199.         getgenv()[Settings["Globals"][1]] >= tonumber(Settings["ServerHops"]))
  200.  then
  201.     getgenv()[Settings["Globals"][1]] = 1
  202.     getgenv()[Settings["Globals"][2]] = {}
  203. end
  204.  
  205. local function checkBlacklist(player)
  206.     if table.find(Blacklist, player.UserId) then
  207.       table.insert(BlacklistedPlayers, player)
  208.       game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Blacklisted Player Detected: " .. player.DisplayName, "All")
  209.       BLSV = true
  210.     end
  211.   end
  212.  
  213. local function checkKrone(player)
  214.     if table.find(kroneUserids, player.UserId) then
  215.       table.insert(kroneTable, player)
  216.       game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" silly goose | owner Detected: " .. player.DisplayName, "All")
  217.       KRONE = true
  218.     end
  219.   end
  220. local function checkWhitelist(player)
  221. end
  222. local function checkAllPlayers()
  223.     for _, player in ipairs(game.Players:GetPlayers()) do
  224.       if player ~= LocalPlayer then
  225.         checkBlacklist(player)
  226.         checkKrone(player)
  227.         checkWhitelist(player)
  228.       end
  229.     end
  230.   end
  231.  
  232.   game.Players.PlayerAdded:Connect(function(player)
  233.     if player ~= LocalPlayer then
  234.       checkBlacklist(player)
  235.       checkKrone(player)
  236.       checkWhitelist(player)
  237.     end
  238.   end)
  239.  
  240.  
  241. checkAllPlayers()
  242.  
  243. coroutine.wrap(
  244.     function()
  245.         while true do
  246.             wait()
  247.             if #BlacklistedPlayers > 0 then
  248.                 for _, player in ipairs(game.Players:GetPlayers()) do
  249.                     if player ~= LocalPlayer and not table.find(BlacklistedPlayers, player) then
  250.                         player:Destroy()
  251.                         if player.Character then
  252.                             player.Character:Destroy()
  253.                             wait(0.1)
  254.                         end
  255.                     end
  256.                 end
  257.             end
  258.         end
  259.     end
  260. )()
  261. coroutine.wrap(
  262.     function()
  263.         while true do
  264.             wait()
  265.             if #WhitelistedPlayers > 0 then
  266.                 for _, player in ipairs(game.Players:GetPlayers()) do
  267.                     if player ~= LocalPlayer and table.find(WhitelistedPlayers, player) then
  268.                         player:Destroy()
  269.                         if player.Character then
  270.                             player.Character:Destroy()
  271.                             wait(0.1)
  272.                         end
  273.                     end
  274.                 end
  275.             end
  276.         end
  277.     end
  278. )()
  279. coroutine.wrap(
  280.     function()
  281.         while true do
  282.             wait()
  283.             if #kroneTable > 0 then
  284.                 for _, player in ipairs(game.Players:GetPlayers()) do
  285.                     if player ~= LocalPlayer and table.find(kroneTable, player) then
  286.                         player:Destroy()
  287.                         if player.Character then
  288.                             player.Character:Destroy()
  289.                             wait(0.1)
  290.                         end
  291.                     end
  292.                 end
  293.             end
  294.         end
  295.     end
  296. )()
  297.  
  298. game:GetService("Lighting").ClockTime = 0
  299.  
  300. local function ServerHop()
  301.     local success, response =
  302.         pcall(
  303.         function()
  304.             return game:GetService("HttpService"):JSONDecode(
  305.                 game:HttpGet(
  306.                     "https://games.roblox.com/v1/games/" .. game.PlaceId .. "/servers/Public?sortOrder=Asc&limit=100"
  307.                 )
  308.             )
  309.         end
  310.     )
  311.  
  312.     if success and response and response.data then
  313.         local AvailableServers = response.data
  314.  
  315.         while true do
  316.             wait()
  317.             local RandomServer = AvailableServers[math.random(#AvailableServers)]
  318.             if
  319.                 RandomServer.playing < RandomServer.maxPlayers - 1 and RandomServer.playing > 12 and
  320.                     RandomServer.id ~= game.JobId
  321.              then
  322.                 game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, RandomServer.id)
  323.             end
  324.         end
  325.     else
  326.         warn("Failed to retrieve server list. Retrying...")
  327.         ServerHop()
  328.     end
  329. end
  330.  
  331. local function hop()
  332.     while true do
  333.         local success, errorMessage = pcall(ServerHop)
  334.         if not success then
  335.             warn("Server hop error: " .. errorMessage)
  336.         end
  337.         wait()
  338.     end
  339. end
  340.  
  341. local Players = game:GetService("Players")
  342. local LocalPlayer = Players.LocalPlayer
  343. local rservice = game:GetService("RunService")
  344.  
  345. animations = {
  346.     3333499508,
  347.     3695333486,
  348.     3333136415,
  349.     3338042785,
  350.     4940561610,
  351.     4940564896,
  352.     4841399916,
  353.     4641985101,
  354.     4555782893,
  355.     4265725525,
  356.     3338097973,
  357.     3333432454,
  358.     3333387824,
  359.     4406555273,
  360.     4212455378,
  361.     4049037604,
  362.     3695300085,
  363.     3695322025,
  364.     5915648917,
  365.     5915714366,
  366.     5918726674,
  367.     5917459365,
  368.     5915712534,
  369.     5915713518,
  370.     5937558680,
  371.     5918728267,
  372.     5937560570,
  373.     507776043,
  374.     507777268,
  375.     507771019
  376. }
  377.  
  378. local randomdance = animations[math.random(1, #animations)]
  379. local WaveAnim = Instance.new("Animation")
  380. WaveAnim.AnimationId = "rbxassetid://" .. tostring(randomdance)
  381. local wave
  382. PlayWaveAnim = function()
  383.     wave = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):LoadAnimation(WaveAnim)
  384.     wave:Play(1, 5, 1)
  385. end
  386. PlayWaveAnim()
  387.  
  388. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  389.     coroutine.wrap(
  390.         function()
  391.             while wait() do
  392.                 if game.Players.LocalPlayer.CharacterAdded then
  393.                     game.Players.LocalPlayer.CharacterAdded:wait()
  394.                     wait(1)
  395.                     PlayWaveAnim()
  396.                 end
  397.             end
  398.         end
  399.     )()
  400. end
  401.  
  402. local CF = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  403. local numb = 0
  404.  
  405. local Nearby = function(TP, WP)
  406.     local WC, TC = WP["Character"] or nil, TP["Character"] or nil
  407.     if WC and TC then
  408.         local WPS, TPS = WC["PrimaryPart"]["Position"] or nil, TC["PrimaryPart"]["Position"] or nil
  409.         if WPS and TPS then
  410.             return ((WPS - TPS)["magnitude"] <= Settings["Distance"])
  411.         else
  412.             return false
  413.         end
  414.     end
  415.     return false
  416. end
  417.  
  418. local function shhhlol(TargetPlayer)
  419.     local Character = LocalPlayer.Character
  420.     local Humanoid = Character:FindFirstChildOfClass("Humanoid")
  421.     local RootPart = Humanoid.RootPart
  422.  
  423.     local im = TargetPlayer.Character
  424.     local so
  425.     local sorry
  426.     local please
  427.     local stop
  428.     local it
  429.  
  430.     if im:FindFirstChildOfClass("Humanoid") then
  431.         so = im:FindFirstChildOfClass("Humanoid")
  432.     end
  433.     if so and so.RootPart then
  434.         sorry = so.RootPart
  435.     end
  436.     if im:FindFirstChild("Head") then
  437.         please = im.Head
  438.     end
  439.     if im:FindFirstChildOfClass("stop") then
  440.         stop = im:FindFirstChildOfClass("stop")
  441.     end
  442.     if Accessoy and stop:FindFirstChild("it") then
  443.         it = stop.it
  444.     end
  445.  
  446.     if Character and Humanoid and RootPart then
  447.         if please then
  448.             workspace.CurrentCamera.CameraSubject = please
  449.         elseif not please and it then
  450.             workspace.CurrentCamera.CameraSubject = it
  451.         else
  452.             workspace.CurrentCamera.CameraSubject = so
  453.         end
  454.         if not im:FindFirstChildWhichIsA("BasePart") then
  455.             return
  456.         end
  457.         local function mmmm(comkid, Pos, Ang)
  458.             RootPart.CFrame = CFrame.new(comkid.Position) * Pos * Ang
  459.             RootPart.RotVelocity = Vector3.new(9e8, 9e8, 9e8)
  460.         end
  461.         local function wtf(comkid)
  462.             local TimeToWait = 0.134
  463.             local Time = tick()
  464.             local Angle = 0
  465.  
  466.             Att1 = Instance.new("Attachment", RootPart)
  467.             Att2 = Instance.new("Attachment", sorry)
  468.  
  469.             repeat
  470.                 for _, v in next, WhitelistedPlayers do
  471.                     local WP = table.find(WhitelistedPlayers, tostring(v.UserId))
  472.                     if WP and Nearby(Player, WP) then
  473.                         return
  474.                     end
  475.                 end
  476.                 if RootPart and so then
  477.                     if comkid.Velocity.Magnitude < 30 then
  478.                         mmmm(
  479.                             comkid,
  480.                             CFrame.new(0, 1.5, 0) + so.MoveDirection * comkid.Velocity.Magnitude / 5,
  481.                             CFrame.Angles(
  482.                                 math.random(1, 2) == 1 and math.rad(0) or math.rad(180),
  483.                                 math.random(1, 2) == 1 and math.rad(0) or math.rad(180),
  484.                                 math.random(1, 2) == 1 and math.rad(0) or math.rad(180)
  485.                             )
  486.                         )
  487.                         game:GetService("RunService").Heartbeat:wait()
  488.  
  489.                         mmmm(
  490.                             comkid,
  491.                             CFrame.new(0, 1.5, 0) + so.MoveDirection * comkid.Velocity.Magnitude / 1.25,
  492.                             CFrame.Angles(
  493.                                 math.random(1, 2) == 1 and math.rad(0) or math.rad(180),
  494.                                 math.random(1, 2) == 1 and math.rad(0) or math.rad(180),
  495.                                 math.random(1, 2) == 1 and math.rad(0) or math.rad(180)
  496.                             )
  497.                         )
  498.                         game:GetService("RunService").Heartbeat:wait()
  499.  
  500.                         mmmm(
  501.                             comkid,
  502.                             CFrame.new(0, -1.5, 0) + so.MoveDirection * comkid.Velocity.Magnitude / 1.25,
  503.                             CFrame.Angles(
  504.                                 math.random(1, 2) == 1 and math.rad(0) or math.rad(180),
  505.                                 math.random(1, 2) == 1 and math.rad(0) or math.rad(180),
  506.                                 math.random(1, 2) == 1 and math.rad(0) or math.rad(180)
  507.                             )
  508.                         )
  509.                         game:GetService("RunService").Heartbeat:wait()
  510.                     else
  511.                         mmmm(comkid, CFrame.new(0, -1.5, 0), CFrame.Angles(math.rad(0), 0, 0))
  512.                         game:GetService("RunService").Heartbeat:wait()
  513.                     end
  514.                 else
  515.                     break
  516.                 end
  517.             until comkid.Velocity.Magnitude > 1000 or comkid.Parent ~= TargetPlayer.Character or
  518.                 TargetPlayer.Parent ~= Players or
  519.                 not TargetPlayer.Character == im or
  520.                 Humanoid.Health <= 0 or
  521.                 tick() > Time + TimeToWait
  522.             if game.PlaceId == 417267366 then
  523.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5524, 36, -17126.50)
  524.             else
  525.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CF
  526.             end
  527.         end
  528.         workspace.FallenPartsDestroyHeight = 0 / 0
  529.         local BV = Instance.new("BodyVelocity")
  530.         BV.Parent = RootPart
  531.         BV.Velocity = Vector3.new(-9e99, 9e99, -9e99)
  532.         BV.MaxForce = Vector3.new(-9e9, 9e9, -9e9)
  533.  
  534.         local BodyGyro = Instance.new("BodyGyro")
  535.         BodyGyro.CFrame = CFrame.new(LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Position)
  536.         BodyGyro.D = 9e8
  537.         BodyGyro.MaxTorque = Vector3.new(-9e9, 9e9, -9e9)
  538.         BodyGyro.P = -9e9
  539.         local BodyPosition = Instance.new("BodyPosition")
  540.  
  541.         BodyPosition.Position = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Position
  542.         BodyPosition.D = 9e8
  543.         BodyPosition.MaxForce = Vector3.new(-9e9, 9e9, -9e9)
  544.         BodyPosition.P = -9e9
  545.  
  546.         local LineForce = Instance.new("LineForce")
  547.         LineForce.Attachment0 = Att1
  548.         LineForce.Attachment1 = Att2
  549.         LineForce.ApplyAtCenterOfMass = true
  550.         LineForce.InverseSquareLaw = true
  551.         LineForce.Magnitude = 2e7
  552.         LineForce.MaxForce = 9e9
  553.  
  554.         if sorry and please then
  555.             if (sorry.CFrame.p - please.CFrame.p).Magnitude > 5 then
  556.                 wtf(please)
  557.             else
  558.                 wtf(sorry)
  559.             end
  560.         elseif sorry and not please then
  561.             wtf(sorry)
  562.         elseif not sorry and please then
  563.             wtf(please)
  564.         elseif not sorry and not please and stop and it then
  565.             wtf(it)
  566.         else
  567.         end
  568.         BV:Destroy()
  569.         BodyGyro:Destroy()
  570.         BodyPosition:Destroy()
  571.         LineForce:Destroy()
  572.         Att1:Destroy()
  573.         Att2:Destroy()
  574.         for _, x in next, Character:GetDescendants() do
  575.             if x:IsA("BasePart") then
  576.                 x.Velocity, x.RotVelocity = Vector3.new(), Vector3.new()
  577.             end
  578.         end
  579.         Humanoid:ChangeState("GettingUp")
  580.         workspace.CurrentCamera.CameraSubject = Humanoid
  581.     end
  582. end
  583.  
  584. rservice.Stepped:Connect(
  585.     function()
  586.         if LocalPlayer.Character and LocalPlayer.Character:FindFirstChildOfClass("Humanoid") then
  587.             if LocalPlayer.Character:FindFirstChildOfClass("Humanoid").Sit == true then
  588.                 LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):ChangeState("Jumping")
  589.             end
  590.             for _, z in next, LocalPlayer.Character:GetChildren() do
  591.                 if z:IsA "BasePart" then
  592.                     z.CanCollide = false
  593.                 end
  594.             end
  595.         end
  596.     end
  597. )
  598. coroutine.resume(
  599.     coroutine.create(
  600.         function()
  601.             while wait() do
  602.                 pcall(
  603.                     function()
  604.                         for _, z in pairs(Players:GetPlayers()) do
  605.                             if z ~= LocalPlayer and not table.find(WhitelistedPlayers, tostring(z.UserId)) then
  606.                                 if
  607.                                     LocalPlayer.Character and LocalPlayer.Character:FindFirstChildOfClass("Humanoid") and
  608.                                         z and
  609.                                         z.Character and
  610.                                         z.Character:FindFirstChildOfClass("Humanoid").Sit == false
  611.                                  then
  612.                                     shhhlol(z)
  613.                                     wait()
  614.                                 end
  615.                             end
  616.                         end
  617.                     end
  618.                 )
  619.             end
  620.         end
  621.     )
  622. )
  623. local function Chat(msg)
  624.     game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
  625. end
  626.  
  627. task.spawn(
  628.     function()
  629.         while true do
  630.             wait(0.45)
  631.             Chat("trolled :)")
  632.         end
  633.     end
  634. )
  635.  
  636. spawn(
  637.     function()
  638.         while true do
  639.             wait(0.5)
  640.             numb = numb + 1
  641.             if numb == 212 then
  642.                 game.Players.LocalPlayer:Kick("Serverhopping....")
  643.                 wait(0.5)
  644.                 pcall(hop)
  645.             end
  646.         end
  647.     end
  648. )
  649.    end,
  650. })
  651.  
  652. local Button = Misc:CreateButton({
  653.    Name = "Infinite yield",
  654.    Callback = function()
  655. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  656.    end,
  657. })
  658.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement