JS-скрипт [OTC3] Security

Начинающий
Статус
Оффлайн
Регистрация
4 Мар 2021
Сообщения
26
Реакции[?]
6
Поинты[?]
0
Hey, guys I will be showing how to protect your js with a simple check. What the code does is basically it gets your steam name then checks if it is in a list stored inside the code and if not it quits the game.

JavaScript:
user = Cheat.GetUsername();

function in_list(needle, hay)
{
    var i, len;
    for (i = 0, len = hay.length; i < len; i++)
    {
        if (hay[i] == needle)
        {
            return true;
        }
    }
    return false;
}
var username_list = ["Jasmisek", "yournamehere"]
if (in_list(user, username_list))
{
    Cheat.PrintColor([130, 130, 255, 255], "[authentication.js] succesfully authenticated")
}
else
{
    Cheat.ExecuteCommand("quit")
}

Here is how to crack one of these protections :
1st step : download script ( example :
Пожалуйста, авторизуйтесь для просмотра ссылки.
)
2nd step : when you have downloaded it head over
Пожалуйста, авторизуйтесь для просмотра ссылки.

3rd step : when you are there you will see this
Пожалуйста, авторизуйтесь для просмотра ссылки.
then you input the script and click on beautify
4th step : you have to search for any names in the js (in my example you can just do ctrl + f and find "Jasmiek")
5th step : if you find any just change it to your name and boom the script is cracked
 
Забаненный
Статус
Оффлайн
Регистрация
16 Ноя 2020
Сообщения
287
Реакции[?]
36
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Начинающий
Статус
Оффлайн
Регистрация
4 Мар 2021
Сообщения
26
Реакции[?]
6
Поинты[?]
0
Эксперт
Статус
Оффлайн
Регистрация
14 Ноя 2020
Сообщения
1,800
Реакции[?]
586
Поинты[?]
2K
хз магистер сделал же так ЪХАЪХ)
А я то тут причём? Я так не делал.
Hey, guys I will be showing how to protect your js with a simple check. What the code does is basically it gets your steam name then checks if it is in a list stored inside the code and if not it quits the game.

JavaScript:
user = Cheat.GetUsername();

function in_list(needle, hay)
{
    var i, len;
    for (i = 0, len = hay.length; i < len; i++)
    {
        if (hay[i] == needle)
        {
            return true;
        }
    }
    return false;
}
var username_list = ["Jasmisek", "yournamehere"]
if (in_list(user, username_list))
{
    Cheat.PrintColor([130, 130, 255, 255], "[authentication.js] succesfully authenticated")
}
else
{
    Cheat.ExecuteCommand("quit")
}

Here is how to crack one of these protections :
1st step : download script ( example :
Пожалуйста, авторизуйтесь для просмотра ссылки.
)
2nd step : when you have downloaded it head over
Пожалуйста, авторизуйтесь для просмотра ссылки.

3rd step : when you are there you will see this
Пожалуйста, авторизуйтесь для просмотра ссылки.
then you input the script and click on beautify
4th step : you have to search for any names in the js (in my example you can just do ctrl + f and find "Jasmiek")
5th step : if you find any just change it to your name and boom the script is cracked
Cheat.GetUsername() = function() { return "ник в игре" } Ну или как то так куз я не помню
 
Забаненный
Статус
Оффлайн
Регистрация
16 Ноя 2020
Сообщения
287
Реакции[?]
36
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Сверху Снизу