Shellshock Live on Steam
Shellshock Live cheats and hacks
Shellshock Live on Steam Posted on: 04/13/2016 2:22am
Quote Post
Never let a computer tell me shit.

http://store.steampowered.com/app/326460/
I want desperately to make some hacks for this game but obviously not bad enough to actually pay money for it. Anyone willing to hook me up with a steam key for it? I think this will be a perfect platform for tutorials on dll injection hacks and all that goes with that. 




I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it.
"Obviously, windows are central to Windows. They are so important that they named the operating system after them. But what is a window?"

RE: Shellshock Live on Steam Posted on: 04/30/2016 10:09pm
Quote Post
Never let a computer tell me shit.

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.
"Obviously, windows are central to Windows. They are so important that they named the operating system after them. But what is a window?"

RE: Shellshock Live on Steam Posted on: 05/03/2016 9:50am
Quote Post

yesyes





RE: Shellshock Live on Steam Posted on: 05/05/2016 6:15pm
Quote Post
Never let a computer tell me shit.

source code for the shell shock live aim assist is here https://github.com/forceprojectx/sslAimAssist
shell shock live aim bot tutorial/making of video here https://www.twitch.tv/forceprojectx/v/64433886
or here https://youtu.be/9f5u_2NIIuk




I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it.
"Obviously, windows are central to Windows. They are so important that they named the operating system after them. But what is a window?"

RE: Shellshock Live on Steam Posted on: 01/02/2017 10:04pm
Quote Post
Never let a computer tell me shit.

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.
"Obviously, windows are central to Windows. They are so important that they named the operating system after them. But what is a window?"

RE: Shellshock Live on Steam Posted on: 01/14/2017 5:55am
Quote Post

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

The reason why I ask here is not because I think someone will know enough about this game to tell me about anti cheat but to ask if this is a common thing with anticheat and if I could possibly resolve it by changing the DLL in some way to make it undetected by the game. My first thought after looking at his paid cheat launcher is that he has created his own injector and that might be the key here but that'll be a lot of work if it won't help me. 
Sorry if this is redundant I've been smoking but I hope someone can help me find out where to look or what to try any ideas are welcome because I've been stumped for a few days on this one


 





RE: Shellshock Live on Steam Posted on: 01/14/2017 5:56pm
Quote Post
Insert Custom Title Here
zedd Posted on: 01/14/2017 12:55am

[...]

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.




RE: Shellshock Live on Steam Posted on: 01/15/2017 1:47am
Quote Post

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
there's a guide here https://masterscorner.wordpress.com/extreme-injector/ that shows how to set up stdcall/cdecl to call an export function/routine. I have everything set up that I need from there I put this dll into extreme

and get this for export options


I don't change anything but changing the dropdown for routine from null to start which is the function declared in the above code and when I inject the game instantly crashes and gives me this as an error. I've been trying to find out how to use another injector since I started this project and run into issues like this every time 

     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

 





RE: Shellshock Live on Steam Posted on: 02/01/2017 10:07am
Quote Post

What kind of injector are you using to hook Mono?

Dizzy Loader closes the game for me.