This Script Works in All browsers Greasmonkey, Tempermonkey and JS injector Addons
Click on the boxes below:
SSMMS LOGIN User ID Password Script
// ==UserScript== // @name USER ID & PASSWORD // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://onlinebooking.sand.telangana.gov.in/Masters/Home.aspx // @match https://onlinebooking.sand.telangana.gov.in/MASTERS/HOME.ASPX // @grant none // ==/UserScript== (function() { $('.hometdtext input[type=text]').val("xxxxxxxxx"); $('.hometdtext input[type=password]').val("xxxxxxxx") SubmitsEncry('8080808070808080'); $('#ccMain_txtEnterCode').focus(); })()
New Booking
// ==UserScript==
// @name NEWBOOKING CLICK
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://onlinebooking.sand.telangana.gov.in/Order/BOOKINGHOME.aspx
// @grant none
// ==/UserScript==
var t = document.getElementsByTagName("a")[1].click();
Auto Select DOT(Bobble)
// ==UserScript== // @name DoT // @namespace https://onlinebooking.sand.telangana.gov.in/Order/NEWBOOKING.aspx // @version 0.1 // @description try to take over the world! // @author scritptingtechs.blogspot.com // @match https://onlinebooking.sand.telangana.gov.in/Order/NEWBOOKING.aspx?* // @grant none // @run-at document-idle // ==/UserScript== (function() { 'use strict'; $('.Dropdown').val('27').change() var intId = setInterval(function(){ for(var i=0;i<50;i++){ if(document.getElementsByClassName("GridviewScrollItem")[i].cells[2].innerHTML=="Pusukupalle 2") { $("input[type=radio]")[i].click()} clearInterval(intId); }},50); })();
Login & Vehicle OTP Submit
// ==UserScript== // @name ALL Auto submit after 30s // @namespace https://workspace.tramvm.com/ // @version 1.0 // @description Auto submit otp after timer. // @author workspace.gold@gmail.com // @match https://onlinebooking.sand.telangana.gov.in/* // @grant none // ==/UserScript== (function () { 'use strict'; setTimeout(function(){document.getElementById('txtCOTP').type = "text";}, 10000); function auto_submit_otp() { var timer = setInterval(function () { if (document.getElementById("lbltimeOTP").innerHTML == "Timer : 0" && document.getElementById("txtEnterCode").value != "") { clearInterval(timer); setTimeout(function () { document.getElementById('btnCOTPSubmit').click(); }, 430); } }, 100); } auto_submit_otp(); function auto_submit_otp2() { var timer = setInterval(function () { if (document.getElementById("lbltimeVH").innerHTML == "Timer : 0" && document.getElementById("ccMain_txtCOTP").value != "") { clearInterval(timer); setTimeout(function () { CallRegister(); }, 430); } }, 100); } auto_submit_otp2(); })();
Register Click
// ==UserScript== // @name Register Click // @match http://onlinebooking.sand.telangana.gov.in/* // @match https://onlinebooking.sand.telangana.gov.in/* // ==/UserScript== (function() { 'use strict'; function clicker(){ var timer = setInterval(function(){ if($('#btnRegister').filter(":visible").length>0){ clearInterval(timer); setTimeout(function(){ $('#btnRegister').click(); },400);//change the value to dealy the click after the timer finish(in milliseconds) } },100); } jQuery.globalEval( 'var timer = '+timer.toString() .replace('== 0) {',"== 0) {"+clicker.toString()+"clicker();") ); })();
All Boubble Script for JS Injector
This Script for Boubble Select
URL: https://onlinebooking.sand.telangana.gov.in/Order/ (function() { 'use strict'; document.getElementById("ccMain_pnlstock").style.display = "show"; document.getElementById("ccMain_tdCapcha").style.display = "block"; document.getElementById("lbltime").style.display = "block"; document.getElementById("btnRegister").style.display = "show"; var intId = setInterval(function(){ for(var i=0;i<50;i++){ if(document.getElementsByClassName("GridviewScrollItem")[i].cells[2].innerHTML=="Bommapur 2") { $("input[type=radio]")[i].click()} clearInterval(intId); }},100); })();This Script for All Show Boubble
URL: https://onlinebooking.sand.telangana.gov.in/Order/ $(document).ready(function($) { $('select[class="Dropdown"]').val('27'); }).call(PopulateGrid(0), jQuery);This Script for Register Not Work
URL: https://onlinebooking.sand.telangana.gov.in/Order/ javascript:function Page_ClientValidate(validationGroup) { Page_InvalidControlToBeFocused = null; return true; } Callregister();Auto Load Login Page
Auto load login page Upto 12noon
// ==UserScript== // @name 12 NooN // @namespace https://scriptingtechs.blogspot.com/ // @include https://onlinebooking.sand.telangana.gov.in/MASTERS/UPTIME.ASPX // @match https://onlinebooking.sand.telangana.gov.in/MASTERS/CLOSEEXE.ASPX // @version 1 // @grant none // ==/UserScript== window.location = "https://onlinebooking.sand.telangana.gov.in/Masters/Home.aspx";OTP Box
Cornor Stylle OTP Box
// ==UserScript== // @name Corner style script // @namespace http://tampermonkey.net/ // @version 0.1 // @description SSMMS // @author You // @match https://onlinebooking.sand.telangana.gov.in/Masters/Home.aspx // @match https://onlinebooking.sand.telangana.gov.in/MASTERS/HOME.ASPX // @match https://onlinebooking.sand.telangana.gov.in/Masters/HOME.aspx // @match https://onlinebooking.sand.telangana.gov.in/Order/* // @grant none // ==/UserScript== (function() { 'use strict'; $('#txtEnterCode, #txtCOTP, #btnLogin, #btnCOTPSubmit, #ccMain_txtVehzNo, #btnRegister, #ccMain_txtCOTP, #btnCOTPResend, #lbltime').css({'fontSize':'1.5em','padding':'0.5rem 1rem'}); $('#ccMain_txtCOTP, #txtCOTP').attr({'type':'text'}); $('#ccMain_txtVehzNo').attr({'placeholder':'Enter Vehicle Number'}); $('.modalPop-content').css({'left':'0', 'top':'0','width':'300px','border':'10px solid #000'}); $('.modalPop').css({'position':'relative'}); })();Auto Login
Auto Login Click 18 Sec
// ==UserScript== // @name LOGIN click // @namespace http://tampermonkey.net/ // @version 0.0 // @description try to take over the world! // @author You // @match http://onlinebooking.sand.telangana.gov.in/* // @match https://onlinebooking.sand.telangana.gov.in/Masters/Home.aspx // @grant none // ==/UserScript== (function() { 'use strict'; var timer = setInterval(function(){ if (document.getElementById("lbltime").innerHTML== "Timer : 2") { clearInterval(timer); $("#btnLogin").click(); }},10); })();Captcha Autofill
Captcha Autofill
// ==UserScript== // @name Captcha Solver 1 // @namespace https://scriptingtechs.blogspot.com/ // @version 0.1 // @description scriptingtechs // @author scriptingtechs // @match https://onlinebooking.sand.telangana.gov.in/Masters/Home.aspx // @match https://onlinebooking.sand.telangana.gov.in/MASTERS/HOME.ASPX // @match https://onlinebooking.sand.telangana.gov.in/NET/Masters/HMP.aspx // @match https://onlinebooking.sand.telangana.gov.in/* // @grant none // ==/UserScript== (function() { 'use strict'; function solve(img){ var map=[[0,1016,3598,6147,6147,6147,6147,3598,1016,0],[0,3075,3075,2051,4095,8191,3,3,3,0],[0,3,1543,3087,6171,6171,6195,6243,3523,1795,0],[0,6,3075,6147,6339,6339,6339,3558,1854,0],[0,56,120,472,1819,7195,8191,8191,27,0],[0,6,8130,6531,6531,6531,6531,6342,124,0],[0,1020,1638,3267,2243,6339,6211,6270,24,0],[0,7168,6144,6144,6146,6175,6392,8064,7168,0],[0,1852,3574,6339,6339,6339,6339,3574,1852,0],[0,4035,3267,6243,6242,6246,3276,2040,224,0],[3,3,3103,3195,3544,3608,3608,920,251,31,7,3],[3075,4095,4095,3171,3171,3171,3171,1251,2034,30],[248,1020,1542,3074,3075,3075,3075,1027,1542,3852],[3075,4095,3075,3075,3075,3075,3075,1542,1020,248],[3075,4095,4095,3171,3171,3315,3075,3075,3847,15],[0,3075,4095,3171,3171,3171,3315,3072,3072,3840],[3075, 3075, 4095, 3171, 3171, 3315, 3315, 3075, 3847, 3855],[3075,4095,4095,3075,3075,3075,3075,1542,1020,248]]; var ch = '0123456789ABCDEFED'; img.style=''; var c = document.createElement('CANVAS'); var ctx = c.getContext('2d'); c.height=80;c.width=130; ctx.drawImage(img, 0, 0); var d=ctx.getImageData(0,0,130,80).data; d=Array.from(Array(130*80),(v,k)=>(d[k*4]+d[k*4+1]+d[k*4+2])/3>64?0:1); var m = 0,b=0,n=130; d.forEach((v,k)=>{ }); m=Math.floor(m/130)-12;b-=n-1;n-=1; d=ctx.getImageData(n,m,b,13).data; d=Array.from(Array(b*13),(v,k)=>(d[k*4]+d[k*4+1]+d[k*4+2])/3>64?0:1); var dd=[]; for(var x=0;x13;y++)dd[dd.length-1]+=''+d[y*b+x];} dd=dd.map(v=>parseInt(v,2)); return dd.map((v,k)=> map.map((v,kk)=> [v.map((v,kk)=> (((dd[k+kk]||4096)^v).toString(2).match(/1/g) || []).length ).reduce((a,v)=>a+v),ch[kk],k] ).reduce((a,v)=>v[0] ).sort((a,b)=>a[0]-b[0]).filter((v,k,a)=>a[0][2]-v[2]==0||Math.abs(a[0][2]-v[2])>3).sort((a,b)=>a[0]-b[0]).filter((v,k,a)=>a[1][2]-v[2]==0||Math.abs(a[1][2]-v[2])>3).sort((a,b)=>a[0]-b[0]).filter((v,k,a)=>a[2][2]-v[2]==0||Math.abs(a[2][2]-v[2])>3).sort((a,b)=>a[0]-b[0]).filter((v,k,a)=>a[3][2]-v[2]==0||Math.abs(a[3][2]-v[2])>3).sort((a,b)=>a[0]-b[0]).filter((v,k,a)=>a[4][2]-v[2]==0||Math.abs(a[4][2]-v[2])>3).slice(0,Math.round(b/12)).sort((a,b)=>a[2]-b[2]).map(v=>v[1]).join(''); } var img=document.getElementById('imgCaptcha'); document.getElementById('txtEnterCode').value=solve(img); img.addEventListener('load',()=>{document.getElementById('txtEnterCode').value=solve(img)}); })();Inter state Auto Register
// ==UserScript== // @name Inter state auto register // @namespace https://scriptingtechs.blogspot.com/ // @version 1 // @include https://onlinebooking.sand.telangana.gov.in/Order/INTOrders.aspx?* // @grant none // ==/UserScript== javascript:var intids = setInterval(function () { var t = document.getElementById('btnRegister') || document.getElementById('ccMain_btnRegister'); var r = document.getElementById('ccMain_pnlstock'); var l = document.getElementById('lbltime'); if (t.style.display != 'none' && r.style.display != 'none' && l.style.display == 'none') { setTimeout(function () { t.click(); }, 950); clearInterval(intids); } }, 100);void(0);)
12 Comments
This all script works properly or not
ReplyDeleteNot working dot
Deleteworks
ReplyDeleteis this working properly ????
ReplyDeleteBro, please publish working scripts or if selling any working script please mail at ganakarre@gmail.com
ReplyDeletemention not working scripts
DeleteHow can I contact you
Deleteis this scripts working now?
ReplyDeleteand which is the latest browser is best
palemoon latest version
Deletebro i need customize web extention script ,new booking and dist
ReplyDeleteGot my ID Lotusbook New Id, and it is something super! You get to have real-time scores, intricate statistics, and all recent updates about cricket on this platform. If you are a cricket aficionado, I highly recommend getting a Lotusbook Cricket ID to keep up with the action in cricket!
ReplyDeleteLotusbook New Id, Betting sites are exciting but can be risky. Always gamble responsibly and set limits to avoid potential financial issues
ReplyDelete