Page 4 of 5 FirstFirst ... 2345 LastLast
Results 46 to 60 of 62
  1. #46
    Bubbles Kittys's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    █ ♣ █
    Posts
    231
    Reputation
    16
    Thanks
    23
    My Mood
    Psychedelic
    thnkas clarkie
    Support NSY Inject

  2. #47
    'Batata!'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    MPGH '-'
    Posts
    746
    Reputation
    11
    Thanks
    145
    My Mood
    Scared
    Thanks Bro Nice Detour !
    Defacement Professional : )

  3. #48
    ken53406's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    In your moms slop hole :D
    Posts
    151
    Reputation
    9
    Thanks
    97
    My Mood
    Aggressive
    I just copy this into tops revival base under hook.cpp right? Iunno
    troll says: FUK YO COUCH NIGGA!
    V
    [img]https://www.******************/forums/images/smilies/troll_run.gif[/img]


    My goals list:
    Legend:

    Complete - Incomplete -

    30 Posts: [] | 50 Posts: []
    70 Posts: [] | 100 Posts: []
    500 Posts: [] | 1,000 Posts: []
    Release a CA NA pub: [] | Release a CFNA Pub: []
    Pro C++ Coder: [] | Pro VB Coder: []
    [IMG]https://images.encyclopediadramatic*****m/images/5/57/Pedobear_a.gif[/IMG]

    Don't forget:

  4. #49
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by ken53406 View Post
    I just copy this into tops revival base under hook.cpp right? Iunno
    Yes then it works 100%

  5. #50
    speedforyou's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    735
    Reputation
    -59
    Thanks
    108
    My Mood
    Happy
    @Crash XD LOLOLOLOLOLOL

    steel o-o's sig =
    = Done , = Not Done

    Leecher 0 =
    Newbie 25 =
    Member 50 =
    Advanced Member 100 =
    H4X0R Member 150 =
    Dual-Keyboard Member 250 =
    Expert Member 500 =
    's Trainer 750 =
    MPGH Expert 1000 =
    Synthetic Hacker 1250 =
    Blackhat Hacker 1500 =
    Whitehat Hacker 2000 =
    's Guardian 2500 =
    Upcoming MPGHiean 3000 =
    MPGH Addict 3500 =
    MPGHiean 4000 =
    MPGH Knight 4500 =
    MPGH Lord 5000 =
    MPGH Champion 5500 =
    MPGH King 6000 =
    MPGH Legend 6500 =
    MPGH God 7000 =
    MPGH God II 7500 =
    MPGH God III 8000 =
    MPGH God IV 8500 =
    MPGH God V 9000 =
    Arun's Slave 9500 =
    Dave's Slave 10000 =

  6. #51
    ken53406's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    In your moms slop hole :D
    Posts
    151
    Reputation
    9
    Thanks
    97
    My Mood
    Aggressive
    Quote Originally Posted by Crash View Post


    Yes then it works 100%
    Crash yu so mean

    Ive pasted it into topblasts revival source into Hook.h

    under neath
    Code:
    #pragma once
    
    #include "Memory.h"
    #include <stdlib.h>
    So it looks like
    Code:
    #pragma once
    
    #include "Memory.h"
    #include <stdlib.h>
    
            #pragma pack(push)
        #pragma pack(1)
         
        typedef  struct {
            unsigned char bNop;
            unsigned char bPush;
            unsigned long dwAddress;
            unsigned char bRet; 
        } TestJmp;
         
         
        typedef  struct {
            unsigned char bOPS&#91;7];
            unsigned char bNop;
            unsigned char bJmp;
            unsigned long dwAddress;
        } Tjmp;
        #pragma pack(pop)
         
        bool Detour::Hook(PBYTE pTargetAddr, PBYTE pNewAddr, VOID** pCallOrigAddress)
        {
            TestJmp recJump;
            Tjmp RetJump;
            DWORD dwProtect;
            *pCallOrigAddress = VirtualAlloc(0, sizeof(Tjmp), (MEM_COMMIT | MEM_RESERVE), PAGE_EXECUTE_READWRITE);
            if( pCallOrigAddress != NULL)
            {
                WriteNOP(&RetJump, sizeof(Tjmp));
         
                for( int i = 0; i < (sizeof(TestJmp)+1); i++)
                    RetJump.bOPS&#91;i] = pTargetAddr[i];
                RetJump.bNop = 0x90;
                RetJump.bJmp = 0xE9;
                RetJump.dwAddress = (DWORD(pTargetAddr) + (sizeof(TestJmp)+1))-DWORD(*pCallOrigAddress)-(((sizeof(TestJmp)*2)));
                memcpy(*pCallOrigAddress, &RetJump,  sizeof(Tjmp));
         
                if( WriteNOP(pTargetAddr, (sizeof(TestJmp))) == true &&
                    VirtualProtect(pTargetAddr, sizeof(TestJmp), PAGE_EXECUTE_READWRITE, &dwProtect) == TRUE)
                {
                    WriteNOP(&recJump, sizeof(TestJmp));
                    recJump.bNop = 0x90;
                    recJump.bPush = 0x68;
                    recJump.dwAddress = DWORD(pNewAddr);   
                    recJump.bRet = 0xC3;
                    memcpy(pTargetAddr, &recJump, sizeof(TestJmp));
                    VirtualProtect(pTargetAddr, sizeof(TestJmp), dwProtect, &dwProtect);
                    return true;   
                }
            }
            return false;
        }
    but im getting errors up the arse

    pic here of errors the syntax looks fine to me though o.O

    View tzQ4lt.png on ScreenSnapr

    Not sure what else im doing wrong
    troll says: FUK YO COUCH NIGGA!
    V
    [img]https://www.******************/forums/images/smilies/troll_run.gif[/img]


    My goals list:
    Legend:

    Complete - Incomplete -

    30 Posts: [] | 50 Posts: []
    70 Posts: [] | 100 Posts: []
    500 Posts: [] | 1,000 Posts: []
    Release a CA NA pub: [] | Release a CFNA Pub: []
    Pro C++ Coder: [] | Pro VB Coder: []
    [IMG]https://images.encyclopediadramatic*****m/images/5/57/Pedobear_a.gif[/IMG]

    Don't forget:

  7. #52
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by ken53406 View Post
    Crash yu so mean

    Ive pasted it into topblasts revival source into Hook.h

    under neath
    Code:
    #pragma once
    
    #include "Memory.h"
    #include <stdlib.h>
    So it looks like
    Code:
    #pragma once
    
    #include "Memory.h"
    #include <stdlib.h>
    
            #pragma pack(push)
        #pragma pack(1)
         
        typedef  struct {
            unsigned char bNop;
            unsigned char bPush;
            unsigned long dwAddress;
            unsigned char bRet; 
        } TestJmp;
         
         
        typedef  struct {
            unsigned char bOPS[7];
            unsigned char bNop;
            unsigned char bJmp;
            unsigned long dwAddress;
        } Tjmp;
        #pragma pack(pop)
         
        bool Detour::Hook(PBYTE pTargetAddr, PBYTE pNewAddr, VOID** pCallOrigAddress)
        {
            TestJmp recJump;
            Tjmp RetJump;
            DWORD dwProtect;
            *pCallOrigAddress = VirtualAlloc(0, sizeof(Tjmp), (MEM_COMMIT | MEM_RESERVE), PAGE_EXECUTE_READWRITE);
            if( pCallOrigAddress != NULL)
            {
                WriteNOP(&RetJump, sizeof(Tjmp));
         
                for( int i = 0; i < (sizeof(TestJmp)+1); i++)
                    RetJump.bOPS[i] = pTargetAddr[i];
                RetJump.bNop = 0x90;
                RetJump.bJmp = 0xE9;
                RetJump.dwAddress = (DWORD(pTargetAddr) + (sizeof(TestJmp)+1))-DWORD(*pCallOrigAddress)-(((sizeof(TestJmp)*2)));
                memcpy(*pCallOrigAddress, &RetJump,  sizeof(Tjmp));
         
                if( WriteNOP(pTargetAddr, (sizeof(TestJmp))) == true &&
                    VirtualProtect(pTargetAddr, sizeof(TestJmp), PAGE_EXECUTE_READWRITE, &dwProtect) == TRUE)
                {
                    WriteNOP(&recJump, sizeof(TestJmp));
                    recJump.bNop = 0x90;
                    recJump.bPush = 0x68;
                    recJump.dwAddress = DWORD(pNewAddr);   
                    recJump.bRet = 0xC3;
                    memcpy(pTargetAddr, &recJump, sizeof(TestJmp));
                    VirtualProtect(pTargetAddr, sizeof(TestJmp), dwProtect, &dwProtect);
                    return true;   
                }
            }
            return false;
        }
    but im getting errors up the arse

    pic here of errors the syntax looks fine to me though o.O

    View tzQ4lt.png on ScreenSnapr

    Not sure what else im doing wrong
    You're doing it wrongly.
    No I do not make game hacks anymore, please stop asking.

  8. #53
    ken53406's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    In your moms slop hole :D
    Posts
    151
    Reputation
    9
    Thanks
    97
    My Mood
    Aggressive
    After your help on Teamviewer and commenting the lines out it gave 44 errors... so ill ask someone else i guess your always busy
    troll says: FUK YO COUCH NIGGA!
    V
    [img]https://www.******************/forums/images/smilies/troll_run.gif[/img]


    My goals list:
    Legend:

    Complete - Incomplete -

    30 Posts: [] | 50 Posts: []
    70 Posts: [] | 100 Posts: []
    500 Posts: [] | 1,000 Posts: []
    Release a CA NA pub: [] | Release a CFNA Pub: []
    Pro C++ Coder: [] | Pro VB Coder: []
    [IMG]https://images.encyclopediadramatic*****m/images/5/57/Pedobear_a.gif[/IMG]

    Don't forget:

  9. #54
    DecoderBack's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    111
    Reputation
    10
    Thanks
    12
    Quote Originally Posted by ken53406 View Post
    After your help on Teamviewer and commenting the lines out it gave 44 errors... so ill ask someone else i guess your always busy
    nah it's not hard bro , just learn c++ before you go Hacking plz
    Last edited by DecoderBack; 07-15-2011 at 07:40 PM.

    C#(.net)/C++ Coder
    Assembly coder [Current learning more]

  10. #55
    AVGN's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Kekistan
    Posts
    15,566
    Reputation
    1817
    Thanks
    6,678
    i wish i could learn




  11. #56
    ken53406's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    In your moms slop hole :D
    Posts
    151
    Reputation
    9
    Thanks
    97
    My Mood
    Aggressive
    Disregard my help request i read up on syntax... i have it working now. just trying to add in a working PTC function
    troll says: FUK YO COUCH NIGGA!
    V
    [img]https://www.******************/forums/images/smilies/troll_run.gif[/img]


    My goals list:
    Legend:

    Complete - Incomplete -

    30 Posts: [] | 50 Posts: []
    70 Posts: [] | 100 Posts: []
    500 Posts: [] | 1,000 Posts: []
    Release a CA NA pub: [] | Release a CFNA Pub: []
    Pro C++ Coder: [] | Pro VB Coder: []
    [IMG]https://images.encyclopediadramatic*****m/images/5/57/Pedobear_a.gif[/IMG]

    Don't forget:

  12. #57
    cybermind666's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    where download help my please jimmy.soldat@hotmail.com for help my i dont know where download the hack (

  13. #58
    dllbaseII's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Integrais e Derivadas
    Posts
    962
    Reputation
    12
    Thanks
    462
    My Mood
    Chatty
    Crash i don't like your title --'

  14. #59
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by Trollsminion View Post
    Nice leech topblast's (second acc)./
    jajjaajajajajajjaajjajaaj
    you accuse me of that shit..... noob who cant make his own detours, If you could I dont think you be laughing.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  15. #60
    CAFlames's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Where ever my imagination takes me
    Posts
    3,006
    Reputation
    202
    Thanks
    2,944
    My Mood
    Twisted
    Quote Originally Posted by topblast View Post


    you accuse me of that shit..... noob who cant make his own detours, If you could I dont think you be laughing.
    Dw, I lub you toppy.

    @Trollsminion

    This isn't his second account dumbass.

    It's his cousin's account.

    Current Works:
    ---Horror Game





    [IMG]https://i645.photobucke*****m/albums/uu180/drgnforce9/Siggys/signature3.jpg[/IMG]
    Special thanks to drgnforce9 for my sig picture

    Quote Originally Posted by m_t_h View Post

    CAflames is one epic coder.

    Rep and thanks him.. or you're perma banned.

Page 4 of 5 FirstFirst ... 2345 LastLast