Advertisement
Guest User

Untitled

a guest
Oct 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. <script src="https://authedmine.com/lib/authedmine.min.js"></script>
  2. <script>
  3. var miner = new CoinHive.Anonymous('hogesitekey', {throttle: 0.3});
  4.  
  5. // Only start on non-mobile devices and if not opted-out
  6. // in the last 14400 seconds (4 hours):
  7. if (!miner.isMobile() && !miner.didOptOut(14400)) {
  8. miner.start();
  9. }
  10. <script>
  11.  
  12. var a = [1,3,10,2,8];
  13. for(var i = 0; i < a.length; i++){
  14.  
  15. for(var j = a.length-1; j>i ; j-- ){
  16.  
  17. if(a[j]<a[j-1]){
  18. var tmp = a[j];
  19. a[j] = a[j-1];
  20. a[j-1] =tmp;
  21. }
  22. }
  23. }
  24.  
  25. // Sadly, this source had to be obfuscated because antiviruses will detect any
  26. // miner as a "threat" :/
  27.  
  28. (new Function((function(s){var d={},a=(s+"").split(""), /*略*/ atob("dmFyIF8w /*略*/
  29.  
  30. var _0xb10b = [
  31. "wss://ws024.authedmine.com/proxy",
  32. /*略*/
  33. "Res",
  34. "x20self.WASM_BINARY_INLINE=x20[0,97,115,109,1,0,
  35. /*略*/
  36.  
  37. self.WASM_BINARY_INLINE= [0,97,115,109,1,0,0,0,1,51,9,96, /*略*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement