Blackwolf_ Posted September 10, 2016 Report Posted September 10, 2016 Hello guys, I wanted to ask if it's allowed to create a program which is programmed in C and Assembly, to get some addresses out of the game like Speed, Coordinates and Location Pointers. I know this is done with Memory Reading and may be alerted for some Anti-Cheats so that's why I am asking, is that allowed to program? Or is there already an API for C or C++, since i've only found a WebAPI.
Ratcho Posted September 10, 2016 Report Posted September 10, 2016 You could try using the the SCS SDK, not sure if it will provide you with all the information you need, but it's probably best to use it rather than accessing the memory to retrieve the data. More information can be found here: http://blog.scssoft.com/2015/02/a-look-on-technical-side-telemetry-sdk.html https://github.com/nlhans/ets2-sdk-plugin https://github.com/Funbit/ets2-sdk-plugin
Blackwolf_ Posted September 10, 2016 Author Report Posted September 10, 2016 Thank you this is actually what I've searched. An Official hook for the game :D! You spared me a lot of work.
Recommended Posts