tonumber(v.playing) then
for _,Existing in pairs(AllIDs) do
if num ~= 0 then
if ID == tostring(Existing) then
Possible = false
end
else
if tonumber(actualHour) ~= tonumber(Existing) then
local delFile = pcall(function()
delfile(“NotSameServers.json”)
AllIDs = {}
table.insert(AllIDs, actualHour)
end)
end
end
num = num + 1
end
if Possible == true then
table.insert(AllIDs, ID)
wait()
pcall(function()
writefile(“NotSameServers.json”, game:GetService(‘HttpService’):JSONEncode(AllIDs))
wait()
game:GetService(“TeleportService”):TeleportToPlaceInstance(PlaceID, ID, game.Players.LocalPlayer)
end)
wait(4)
end
end
end
end
function Teleport()
while wait() do
pcall(function()
TPReturner()
if foundAnything ~= “” then
TPReturner()
end
end)
end
end
Teleport()
end)
—————– ↑ Server-Hop ↑ —————–
—————– ▼ Color GUI ▼ —————–
for theme, color in pairs(themes) do
Settings2:addColorPicker(theme, color, function(color3)
venyx:setTheme(theme, color3)
end)
end
—————– ↑ Color GUI ↑ —————–
—————– ▼ Select Page ▼ —————–
venyx:SelectPage(venyx.pages[1], true)
—————– ↑ Select Page ↑ —————–
—————– ▼ Script WordBomb ▼ —————–
while wait(0.5) do
if Settings.breakscript == true then
game.CoreGui.imgui:Destroy()
break
end
local JoinButton = GetJoinButton()
if JoinButton then
wait(math.random(1, 5))
Used = {}
firesignal(JoinButton.MouseButton1Down)
end
if Settings.AutoType and CanType() then
if not Typing then
wait(math.random(7, 10) / 6)
Typing = true
TypeWord(GetCurrentPattern())
end
end
if Settings.AutoJoin then
local JoinButton = GetJoinButton()
end
end
Steps :
- Click go to script button for get script
- Click COPY button for auto copy script
- Paste the script into your script application
- Run and done