sweeperxz / FullyExternalCS2

External cheat for CS2 without WPM
MIT License
55 stars 7 forks source link

Update to offset link #24

Closed PokenDev21 closed 2 weeks ago

PokenDev21 commented 2 months ago

In the offset.cs this link

await FetchJson("https://raw.githubusercontent.com/a2x/cs2-dumper/main/output/client.dll.json"));

should be updated to this: https://raw.githubusercontent.com/a2x/cs2-dumper/main/output/client_dll.json

the diffrence being the seperator for clientdll being a instead of a .

sweeperxz commented 2 weeks ago

fixed