M1.4 (RR Otp) Script

Submitted by ws-admin on Sat, 07/16/2022 - 16:18
Downloads

Release date: 2/8/2022

Set _rr_otp_mode = 1    To enable rr otp/multiple browser mode

Set _submit_otps_in_reverse_   = 1      submit login otps in oldest first(0) or latest first mode(1)

Set _hide_enter_valid_otp_ = 1

optios

manually type mobile number to get OTP

Problem: If OTP not coming in other browsers then open Console and type this:

localStorage.setItem("tspt_uniq_id","tspt1023pren"+Math.random());

Check in all browser consoles the id is different:

localStorage.getItem("tspt_uniq_id");