Results 1 to 5 of 5
  1. #1
    octpos's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    179
    Reputation
    10
    Thanks
    2,008
    My Mood
    Amused

    Wink Super Nanny Injector v2 (+ Manual Map!)

    Super Nanny Injector!!

    After having problem with an user trying to inject my cheat to Heroes and Generals, I decided to make an injector(x86<>x86) that points every single error made, and give the respective GetLastError() codes! As I made it for an easily troubleshooting, it copies every string error to clipboard, so one can just paste the error to get help :} .

    Now with the second release of my injector, I added GUI(Qt5) and other 2 injection methods.

    • CreateRemoteThread: WinAPI method to run a library(yours ) at remote process. This method uses LoadLibrary, so the process can be aware of it, as your DLL will be listed on process modules.
    • NtCreateThreadEx : Works equally as the last injection, but it's a sycall :}. It may works on situations where CreateRemote fails (as executing remote thread across session boundaries).
    • Manual Map: Inject the DLL directly, resolving imports and all without the using of LoadLibrary, so the process can't get the module handler of DLL (it can scan for P.E header though) . I used part of code from malarkey and all section handling from Pietrek, porting everything to GCC (no declspec(naked) )





    How to Use:

    1. Open injector.
    2. Insert process exe name.
    3. Insert DLL name, or open it trough file navigation.
    4. Chose inject method.
    5. Inject :}





    Success: You will hear a short beep, it's the successfully injected sound
    Trouble: You will hear a long beep, the error will be displayed on screen for 5 secs(most errors doesn't close the injector).



    Troubleshooting?
    1. Just paste error string. It will be on your clipboard!!!




    Never forget to run as Admin again! The shield is your friend!




    P.S: I mostly rewrote every address mapping functions from Manual Map to works on GCC. I tested to exhaustion my functions and it appears to works but on forwarded functions . The big deal is that the injection works, but the mapped remote thread will not have all imports fixed. That means no error throw at injection, and remote thread falling to works . When I have time enough, I try to fix it



    Virus scans:
    https://virusscan.jotti.org/en-US/fi...job/3z3lamdqfm
    https://www.virustotal.com/file/d4c4...is/1444182845/



    Sorry for the huge file... it's Qt5 fault
    <b>Downloadable Files</b> Downloadable Files
    Last edited by octpos; 10-06-2015 at 08:03 PM.


  2. The Following 82 Users Say Thank You to octpos For This Useful Post:

    aaadddcccbbb (07-31-2020),adrehyan (10-07-2015),AIDANN83 (10-11-2017),aizzad10 (07-12-2016),Andrewisme (11-20-2015),ang6l (04-30-2016),Angel Mae (12-01-2015),archiecamba22 (10-27-2016),Armandas Gun (01-20-2016),banana2312 (11-22-2015),barongergo (10-22-2015),blastrageftw (10-09-2015),christianh8s (10-09-2015),Crazy_Sniper (11-08-2015),cristoputa (10-09-2015),datregshit (11-28-2015),dead9mm (10-11-2015),Deathdealeroo (02-21-2016),Demian228 (05-18-2017),denisdu62440 (10-10-2015),Desert Fox (01-12-2016),Dimys1 (10-12-2015),exitus85 (11-11-2015),faxzee (10-29-2017),FFalah (11-11-2017),firefox800 (02-21-2017),FrS (03-18-2016),HAMismyname (10-21-2015),HiImKyle (08-18-2017),JackCruez (10-11-2015),jamata214 (10-16-2015),jonny7 (10-08-2015),kaorl001 (10-19-2015),KillzonePTXD (10-16-2015),KmcDowell (04-12-2017),konhdmovie (12-24-2017),KyleYang (10-18-2015),Lakal (10-31-2015),lokill777 (10-17-2015),Luk Leather (10-23-2015),M00t1ve (04-28-2016),macho105 (11-05-2015),MadMas (10-08-2015),mariandumitru (11-14-2015),masterweak (10-31-2015),Maypec (03-18-2017),MetralhaAsCriancinhas (11-06-2015),mikeyahgyou (12-02-2016),MYNeo2 (11-27-2015),NEL.VIN (10-19-2015),Nutcase10000 (11-07-2015),obnoxiouscsgo (07-24-2016),OlBoyJohn (10-16-2015),oryxhollywood (11-14-2015),partzrevey123 (03-09-2016),pomme_potte (10-19-2015),poopshitd (10-24-2016),rageclick (11-08-2015),raphalle (09-13-2017),ree0z (03-29-2016),RhxFiles (02-16-2017),RocketJumpQueen (10-11-2015),sacidastrevas (10-09-2015),Saetobi (11-16-2015),sdpasi (01-02-2016),Shellhound (01-28-2017),SilentHuskey007 (10-13-2015),silentkill234 (10-16-2015),SirFrancisBillard (11-22-2015),SuicidalBanana (11-20-2015),sukidayo (12-20-2015),TehOwner1 (11-11-2015),TigOlBitties24 (11-12-2015),vidjr (10-14-2015),wafinasir (05-01-2016),weakfall (10-11-2015),WilliamJers (10-19-2015),xEvilBoy96 (10-15-2015),xwikify (10-19-2015),xxtolgaxx1 (11-04-2018),zKingston (11-05-2016),zSonicz (11-15-2015)

  3. #2
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,279
    My Mood
    Devilish
    File is clean,


    /Approved

  4. The Following User Says Thank You to Yemiez For This Useful Post:

    WilliamJers (10-19-2015)

  5. #3
    JackCruez's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    Hi octpos, can you release a version with auto configure? So I don't need to always select dll and process name? Appreciate!!

    You said alot about your manual map don't working always, but with your hack (for heroes and generals) it can inject manual map usefully but extreme injector 3.6 don't! Good work!

  6. #4
    octpos's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    179
    Reputation
    10
    Thanks
    2,008
    My Mood
    Amused
    Well... I think that u made some mistakes there ahahaha... I can't inject my own dll using manual map because of the way I did the hooks :} ... Far I know even Xenos(userlevel) fails to inject too.


  7. #5
    octpos's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    179
    Reputation
    10
    Thanks
    2,008
    My Mood
    Amused
    Mods, this version is now outdated, thanks ^^


Similar Threads

  1. [Outdated] Super Nanny Injector v2.2
    By octpos in forum Steam Games Hacks & Cheats
    Replies: 6
    Last Post: 12-09-2015, 08:22 AM
  2. [Outdated] Super Nanny Injector v1.0
    By octpos in forum Heroes & Generals Hacks & Cheats
    Replies: 13
    Last Post: 10-07-2015, 06:38 AM
  3. [Help] Manual Mapping Injector
    By sobasoba13 in forum C++/C Programming
    Replies: 9
    Last Post: 11-26-2013, 01:55 PM
  4. [Help Request] Manual Mapping - Question for Jason
    By DeadCode in forum C# Programming
    Replies: 4
    Last Post: 10-04-2012, 05:33 AM
  5. Very nice super jump spots in various maps!
    By amarshonarbangla in forum CrossFire Glitches
    Replies: 14
    Last Post: 05-17-2010, 01:47 PM

Tags for this Thread