Sign In to Your Account

Manual registration is temporarily disabled. Please use Discord, Google or GitHub to create an account.

CONTINUE WITH
auto rejoin & anti hurt - Echo Seek Script | Free Roblox Script
Echo Seek Echo Seek

auto rejoin & anti hurt

Echo Seek 60 views 2 months ago
auto rejoin & anti hurt - Roblox Script
Mobile Mobile Friendly

Description

Credits: mangomangomangomango

solara and xeno isnt supportedanti hurt is for when you stop moving it doesnt hurt youauto rejoin is for when you died btw im not back to the scripting, im just bored and posted dis

Echo Seek
Explore more scripts
View all Echo Seek scripts

47 Lines 1,631 Bytes
getgenv().hiiz = {
    antihurt = true;
    autorj = true;
};

saveconfig = function()
    writefile("hiiz_config.json", game:GetService("HttpService"):JSONEncode(getgenv().hiiz));
end;

loadconfig = function()
    if isfile("hiiz_config.json") then
        getgenv().hiiz = game:GetService("HttpService"):JSONDecode(readfile("hiiz_config.json"));
        print("config loaded");
    end;
end;

loadconfig();

old2 = hookmetamethod(game, "__namecall", function(self, ...)
    local method = getnamecallmethod();
    local args = {...};
    if getgenv().hiiz.antihurt == false then
        setnamecallmethod(method);
        return old2(self, ...);
    end;
    if method == "FireServer" and self.Name == "Pls_Dont_Hack_Plssssssssss" and args[2] == "Main_Damger_OC_R" then
        return;
    end;
    return old2(self, ...);
end);

game:GetService("Players").LocalPlayer.Character:WaitForChild("Humanoid").HealthChanged:Connect(function(hp)
    if getgenv().hiiz.autorj and hp <= 0 then
        saveconfig();
        script_code = [[loadstring(game:HttpGet("https://raw.githubusercontent.com/veil0x14/LocalScripts/refs/heads/main/echosmain.lua"))()]];
        if syn and syn.queue_on_teleport then
            syn.queue_on_teleport(script_code);
        elseif queue_on_teleport then
            queue_on_teleport(script_code);
        elseif queueonteleport then
            queueonteleport(script_code);
        end;
        game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, game.JobId, game:GetService("Players").LocalPlayer);
    end;
end);

print("yayyyz");

Comments

Comments section coming soon...

Frequently Asked Questions

To use this script, you need a Roblox Executor. Simply copy the script from this page, paste it into your executor, and run it while you are in the Echo Seek game.

Yes, this script is completely free to use.

No, this script does not require a key.

Yes, this script is designed to be compatible with mobile executors.

Similar Scripts

Share Script

Share this script with others by copying the link or using your device's share options.

https://rbxscripts.net/scripts/auto-rejoin-anti-hurt/
or

Report Script

Help us maintain a safe community. Your report will be reviewed by our moderation team and appropriate action will be taken if needed.

Select a reason...
Malicious Code
Inappropriate Content
Copyright Infringement
Spam
Misleading Information
Other