Additional Info
|
http://store.steampowered.com/app/326460/ I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it. |
Additional Info
|
welp my aim bot is starting to get somewhere it certainly seems pretty accurate I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it. |
Additional Info
|
Additional Info
|
source code for the shell shock live aim assist is here https://github.com/forceprojectx/sslAimAssist I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it. |
Additional Info
|
published an old video on this game. video is here https://youtu.be/9f5u_2NIIuk source code should be available over on github.com/forceprojectx I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it. |
Additional Info
|
I've been wokring on adding my own features for learning and I've found that when you inject this DLL (I even tried to strip it down just to overlay angle/power removing all tracer lines) it will flag your account as possible hacker when the game launches again (it won't show up until you restart the game). I've been trying to find more info on why this happens and been looking through the assembly of the game and can't find anything that would trigger that. But I see other DLL based hacks that don't cause that trigger to go off that being said I haven't used them but the most popular paid hack is DLL injection based I'd assume because this (screenshot) is what it comes packed with so I know there is something that can be done to make the DLL undetected |
Additional Info
|
[...] If you're using an injector such as Extreme Injector then you could try changing the settings to launch it in Secure Mode found in the settings window. This will change some stuff around in the program but also launch using an alternate exe file name that is randomly generated. I would do this before SSL is launched at all. After that, change the scrambling options and changing the injection method. This alone worked for some games with higher budgets. Keep in mind kChamp is a one-person development studio and is formerly a Adobe Flash programmer, not a windows developer. |
Additional Info
|
My issue with using any other injector is this hack seems to only work with dizzy injector because there is an INI you can specificy what function to run. I can't find how to call the function in extreme injector ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 6FFB3D89) 0x6FFB3D89 (clrjit) ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 6FFB3EDA) 0x6FFB3EDA (clrjit) ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 6FFB49D5) 0x6FFB49D5 (clrjit) 0x72E3FEFF (clr) CoUninitializeEE 0x72E3FFDC (clr) CoUninitializeEE 0x72E40021 (clr) CoUninitializeEE 0x72E4027F (clr) CoUninitializeEE 0x72E4052A (clr) CoUninitializeEE 0x72E417B0 (clr) CoUninitializeEE 0x72E230E9 (clr) DllCanUnloadNowInternal ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 72DFEF51) 0x72DFEF51 (clr) ERROR: SymGetSymFromAddr64, GetLastError: 'The specified module could not be found.' (Address: 1689D075) ERROR: SymGetModuleInfo64, GetLastError: 'A dynamic link library (DLL) initialization routine failed.' (Address: 1689D075) 0x1689D075 (()) ERROR: SymGetSymFromAddr64, GetLastError: 'The specified module could not be found.' (Address: 0746000A) ERROR: SymGetModuleInfo64, GetLastError: 'A dynamic link library (DLL) initialization routine failed.' (Address: 0746000A) And the hack class consists of an overlay string for he unity window and that's it so it can't be an issue with that part of the code. There must be a fundemental issue here with the main class that I'm missing |
Additional Info
|
What kind of injector are you using to hook Mono? |