Skip to content

Instantly share code, notes, and snippets.

@nanduzira
Forked from idealhack/ingress-passcode.js
Last active May 30, 2018 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanduzira/0d9fad802110942e6191811b55057eac to your computer and use it in GitHub Desktop.
Save nanduzira/0d9fad802110942e6191811b55057eac to your computer and use it in GitHub Desktop.
ingress passcode auto run
// disable iitc plugin if it's on
// go to https://www.ingress.com/intel
// open console and paste in the code below, press enter
// join https://t.me/passcodes for more passcodes
// add jquery
var jq = document.createElement('script');
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
// add pascode
pass = [
'ctx28function532ns',
'ctx92want859xx',
'cub47nova357oy',
'cuc72auras284jf',
'cvh72equal464bk',
'cvm78statue256jh',
'cwc55hannah674vc',
'cwn45acolyte496ad',
'cwy67past877az',
'cxf53titus885jq',
'cxp98higgs834xt',
'cxt55mentalism478nv',
'cxx8313magnus379ue',
'cyp25lie642mq',
'czt65hannah772oh',
'daf48lie866ef',
'dar48kodama374ft',
'dbe57symbols988dy',
'dbw48meissner963uq',
'dcs93together894qm',
'dcy39blackops389bg',
'dda43shard248xz',
'ddh24use836vg',
'ddh65control969ar',
'ddp79mystic567qj',
'ddu82search768et',
'ddu94nest468bw',
'deg73strategic539cc',
'dfd76devra822mc',
'dff44resonate765ca',
'dfg52conspire359hn',
'dgr85squid466bw',
'dhr45statue323oa',
'djc46win787gy',
'djz57breathe426kx',
'dkg74carrie675rw',
'dkw63felicia496xm',
'dmf38darkxm672ej',
'dpe27less438bb',
'dpy37tyro539qz',
'dpz62particle746uv',
'dqv64hulong666py',
'dqz78fear364ju',
'dro22oneiric232sg',
'dro67schubert928om',
'dsf72ingres652pf',
'dte53einstein257sd',
'dtt73strong286eq',
'dtt99thought796ar',
'duc52deception954af',
'duq89global676pu',
'duu46write759vq',
'duu88alignment659mu',
'dve43susanna535jg',
'dwk87carroll436hf',
'dwk98dark375mk',
'dwn88statue276hy',
'dxh77exotic933mv',
'dxu39carroll682xn',
'dxx28intel487wn',
'dxy75puzzle882xz',
'dzh38klue649dv',
'dzq99vi288vz',
'eap47escape569ft',
'ebn58owen632dg',
'ebp65coverup958ye',
'eca34monopole572xx',
'eca88restraint637oj',
'ecz94ordered725eq',
'ede35alaric548kg',
'edy28chaotic873cs',
'eez47balance986ev',
'efb24plasma723dj',
'egf32cube258cz',
'ego44mantra434rx',
'egt99end346mw',
'egv89discovery635ys',
'ehb39path699ch',
'ehn66augusta224qs',
'ejm34new366yt',
'ejm46gluon794tx',
'ekn84repeat749uk',
'ekq52voynich465dn',
'eks32nest427wa',
'enk36predator555bj',
'eob39sigint935wj',
'eod87kureze538kt',
'eoe97sculpt778no',
'eoz84recursion472ct',
'epw62help675ng',
'eqg99impure778uy',
'esy22isobront459kr',
'eta24fear654of',
'etd63follow774qq',
'etn25quanta752bq',
'ets98rybat332pg',
'evc92devra874vj',
'eve46resistance267ny',
'evw99resist933wb',
'ewc53magnus392et',
'eww84singapore454bh',
'exb67mantra427kk',
'exz54strong757sp',
'eyv82visur376cx',
'ezm49ghost393wr',
'ezw55open599tu',
];
pass.forEach(function(pass,i) {
setTimeout(function() {
console.log('enter passcode:', pass, i);
$('#passcode').val(pass);
$('#submit').click()
},i*3000);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment