Skip to content

Instantly share code, notes, and snippets.

View jcheatham's full-sized avatar

Jonathan Cheatham jcheatham

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jcheatham on github.
  • I am jcheatham (https://keybase.io/jcheatham) on keybase.
  • I have a public key whose fingerprint is 8F1D 165F 0E70 A86B 30E8 C397 CD33 4419 5588 857B

To claim this, I am signing this object:

function md(x,y) { return {"data": { "getLocalPosition": function() { return {"x": x, "y": y}; } } } }
function clickjack() {
var lucky = Math.random();
if (lucky < 0.25) { g_Minigame.m_CurrentScene.DoClick(md(514,386)); }
else if (lucky < 0.5) { g_Minigame.m_CurrentScene.DoClick(md(647,439)); }
else if (lucky < 0.75) { g_Minigame.m_CurrentScene.DoClick(md(764,398)); }
else { g_Minigame.m_CurrentScene.DoClick(md(640,241)); }
}
setInterval(function(){ clickjack(); }, 100)