Thread: Wireframe Mode

Results 1 to 7 of 7
  1. #1
    saiaapiz's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    (YourPtr*)State->Location(0xDEADCODE);
    Posts
    134
    Reputation
    10
    Thanks
    1,422
    My Mood
    Bored

    Post Wireframe Mode

    For those want to make wireframe hack without using DIP hook, call this function with WorldMgrPtr

    Function Description
    0x9C66E8 = WorldMgr Pointer
    0x4DA686 = SetWireframe(DWORD *WorldMgrPtr)

    Use it like this
    Code:
    #define ToggleWireframe 0x4DA686 //Current ToggleWireframeFunc
    #define WorldMgrPtr 0x9C66E8 //Current WorldMgrPtr
    
    __asm mov r_ecx, ecx
    __asm mov ecx, WorldMgrPtr
    ((void(*)())ToggleWireframe)(); //Toggle Wireframe
    __asm mov ecx, r_ecx
    Function test:
    Last edited by saiaapiz; 03-30-2018 at 07:15 AM.
    I will hack your router, then hack your computer and hack your life.

  2. #2
    m0n5t3r_'s Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    141
    My Mood
    Busy
    What is this

    - - - Updated - - -

    Oh i see the pic

    - - - Updated - - -

    Can u give me a bs injector?

  3. #3
    saiaapiz's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    (YourPtr*)State->Location(0xDEADCODE);
    Posts
    134
    Reputation
    10
    Thanks
    1,422
    My Mood
    Bored
    Quote Originally Posted by m0n5t3r_ View Post
    What is this

    - - - Updated - - -

    Oh i see the pic

    - - - Updated - - -

    Can u give me a bs injector?
    My injector will make your windows crashing, Sorry i can't help you..
    But if you wanna try, PM me.
    I will hack your router, then hack your computer and hack your life.

  4. #4
    .SHAZAM.'s Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    BEDaisy.sys
    Posts
    196
    Reputation
    10
    Thanks
    1,018
    My Mood
    Cool
    Quote Originally Posted by saiaapiz View Post
    For those want to make wireframe hack without using DIP hook, call this function with WorldMgrPtr

    Function Description
    0x9C66E8 = WorldMgr Pointer
    0x4DA686 = SetWireframe(DWORD *WorldMgrPtr)

    Use it like this
    Code:
    #define ToggleWireframe 0x4DA686 //Current ToggleWireframeFunc
    #define WorldMgrPtr 0x9C66E8 //Current WorldMgrPtr
    
    __asm mov r_ecx, ecx
    __asm mov ecx, WorldMgrPtr
    ((void(*)())ToggleWireframe)(); //Toggle Wireframe
    __asm mov ecx, r_ecx
    Function test:
    Some of hidden hacks was finally released. Btw, you can code it more simple than you did.
    My youtube:

    Subscribe on YouTube and join Ꭰis𝕔ørd for news about blackshot hacking.
    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  5. #5
    saiaapiz's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    (YourPtr*)State->Location(0xDEADCODE);
    Posts
    134
    Reputation
    10
    Thanks
    1,422
    My Mood
    Bored
    Updated - Simplified code
    Just call ToggleWireframe from your dll, then youre good to go.

    Code:
    int ToggleWireframe()
    {
    	return ((int(__thiscall*)(DWORD))0x4DA686)(0x9C66E8);
    }
    I will hack your router, then hack your computer and hack your life.

  6. #6
    .SHAZAM.'s Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    BEDaisy.sys
    Posts
    196
    Reputation
    10
    Thanks
    1,018
    My Mood
    Cool
    Quote Originally Posted by saiaapiz View Post
    Updated - Simplified code
    Just call ToggleWireframe from your dll, then youre good to go.

    Code:
    int ToggleWireframe()
    {
    	return ((int(__thiscall*)(DWORD))0x4DA686)(0x9C66E8);
    }
    Fastway but you get unnecessary work to update each address. Use Findpattern to always get updated addresses.
    My youtube:

    Subscribe on YouTube and join Ꭰis𝕔ørd for news about blackshot hacking.
    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  7. #7
    Wulung's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    How to inject to the game?

Similar Threads

  1. [Detected] Simplissimo V2 - Spy Mode|Fast Defuse|No Fall DMG|Wireframe
    By JamesRo in forum CrossFire Latin America / Brazil Hacks
    Replies: 18
    Last Post: 05-10-2013, 09:29 AM
  2. Direct-X Windowed Mode
    By Dave84311 in forum General Gaming
    Replies: 0
    Last Post: 05-28-2006, 09:56 AM
  3. god mode!!!!!!!!!!
    By 98244345 in forum Gunz General
    Replies: 11
    Last Post: 05-20-2006, 01:43 AM
  4. gunz god mode
    By pepsi_dude_777 in forum Gunz General
    Replies: 6
    Last Post: 02-21-2006, 10:00 PM
  5. can i have a god mode
    By plapla1 in forum Gunz General
    Replies: 21
    Last Post: 02-21-2006, 12:06 PM