Semi math question

pete

Client
Регистрация
11.07.2012
Сообщения
47
Благодарностей
2
Баллы
0
Hi guys,

how to solve this kind of protection:

"Provide second chracter of the strong: DJhsj783ghdk"?

I parsed the source code and have both strings: number and code. What now? I was trying to use Javascript but have no idea how to get it work.

Many thanks for your help!

cheers
pete
 

zeus

Client
Регистрация
03.07.2012
Сообщения
99
Благодарностей
21
Баллы
18
It can be done via java script .
here is the code :

var a = "{-Variable.text-}";
var n = a.charAt(0)

change the chatAt value depending on your needs.
Tested it myself,it worked :-)
 
  • Спасибо
Реакции: NICOLAS Christophe и pete

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)