Results 1 to 7 of 7
  1. #1
    shabgard's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0

    what is this ? external & internal !

    hi everybody
    a question :
    i am stupid in cheating and i dont know what is this : external or internal !
    what is the external hack?
    is this undetected with uac3?
    sorry for my English and !

  2. #2
    Larity2056's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    UDF 2457
    Posts
    2,497
    Reputation
    188
    Thanks
    700
    My Mood
    Dead
    uac3 = vac3?

  3. #3
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    Quote Originally Posted by shabgard View Post
    hi everybody
    a question :
    i am stupid in cheating and i dont know what is this : external or internal !
    what is the external hack?
    is this undetected with uac3?
    sorry for my English and !
    External = No Injection. The hack uses Reading/Writing functions to acess the game memory.
    Internal = Dll Injection. The hack have full acess to all the game memory directly.

    External hacks are pretty more secure than Internal ones

    UAC3 takes screenshots from your desktop, so if you're hacking.. they WILL see it doesn't matter if its Internal or External.
    Last edited by MarkHC; 07-30-2012 at 08:40 AM.


    CoD Minion from 09/19/2012 to 01/10/2013

  4. #4
    dafk's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    I.R.I - Tehran
    Posts
    26
    Reputation
    3
    Thanks
    1
    My Mood
    Sad

    bypass ... uac3?

    tnx a lot
    but is there any way for bypassing uac3?
    i cant find any bypasser for it!
    plz help me if you know about bypass uac3.

  5. #5
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    Quote Originally Posted by dafk View Post
    tnx a lot
    but is there any way for bypassing uac3?
    i cant find any bypasser for it!
    plz help me if you know about bypass uac3.
    Possibly... But I don't know any


    CoD Minion from 09/19/2012 to 01/10/2013

  6. #6
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    Quote Originally Posted by dafk View Post
    tnx a lot
    but is there any way for bypassing uac3?
    i cant find any bypasser for it!
    plz help me if you know about bypass uac3.
    Sorry for the Double Post, but I just did some research and found something that might help you This is a Source Code, which means you'll have to compile to an exe file. If you don't know how to do it, don't waste your time reading this

    Keep in mind that this is old and probably patched/detected, but its a start. With this you can easily configure a hack to turn off all the visual (ESP boxes, etc) when UAC try to take a SS ;D

    => Credits to ginew

    UAC3 Status:UNDETECTED on v1.031

    Credits:
    mkahada - for the information that UAC3 simply emulate print screen key to take screenshots

    Source:
    Code:
    if(!RegisterHotKey(NULL,0,NULL,VK_SNAPSHOT))
        return 0;
    
    MSG msg = {0};
    while(GetMessage(&msg, NULL, 0, 0))
    {
        if(msg.message == WM_HOTKEY && HIWORD(msg.lParam) == VK_SNAPSHOT)
        {
            // uac3 wait until there is a data on the clipboard in CF_BITMAP format..
            OpenClipboard(NULL);
            SetClipboardData(CF_BITMAP, NULL);
            CloseClipboard();
        }
    }
    Tested On:
    Windows XP x86
    Windows 7 x64

    Works with all games.

    Notes:
    The 'Remove freez lag' option (Options->Service->Remove freez lag) needs to be DISABLED, since when its enabled, UAC3 uses another method to take sreenshots.
    Last edited by MarkHC; 08-01-2012 at 08:15 AM.


    CoD Minion from 09/19/2012 to 01/10/2013

  7. #7
    dafk's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    I.R.I - Tehran
    Posts
    26
    Reputation
    3
    Thanks
    1
    My Mood
    Sad

    ?

    what s compillation?
    how to do it?
    tnx for your replay

Similar Threads

  1. What does this mean?
    By poon hacker in forum Debate Fort
    Replies: 3
    Last Post: 12-27-2007, 07:35 PM
  2. What does this mean?
    By sb1hng in forum WarRock - International Hacks
    Replies: 10
    Last Post: 12-13-2007, 01:40 PM
  3. What's this mean?
    By Merforga in forum WarRock Korea Hacks
    Replies: 2
    Last Post: 10-21-2007, 01:59 PM
  4. What's this???
    By Darky in forum WarRock Korea Hacks
    Replies: 3
    Last Post: 07-04-2007, 04:28 PM
  5. What Is This Place
    By i eat trees in forum WarRock Skinning
    Replies: 4
    Last Post: 05-28-2006, 10:05 AM