humphreygaming / surviv-cheat-source

The source code for IceHacks Surviv.io Cheat Injector. Don't ask how to use or what everything says because if you don't know JS then you really shouldn't be here. Pull Requests are welcome, as the updates are checked and verified and eventually will go on to the main cheat itself.
8 stars 6 forks source link

Quick question #7

Closed SmartestKen closed 4 years ago

SmartestKen commented 4 years ago

Hi,

I am trying to go over the injector structure. But where is ./cheat/index.js called?

Thank you.

BestContributor402 commented 4 years ago

In webpack.config.js, index.js is labeled as "main". In background.js, in the InjectInBody() method, it pulls in the main.js script and inserts it into the document.