Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 32
  1. #11
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    Quote Originally Posted by gm3x View Post
    reboot PC when open UCE
    Emm, this happened when you just run UCE, or you run UCE with xTrap and after that you got rebooted? You got BSOD?
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  2. #12
    gm3x
    gm3x is offline
    Member-in-training gm3x's Avatar
    Join Date
    2011 Feb
    Location
    Rio Grande, RS - Brazil
    Posts
    92
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    56
    Thanked in
    16 Posts
    Rep Power
    0
    Quote Originally Posted by Dwar View Post
    Emm, this happened when you just run UCE, or you run UCE with xTrap and after that you got rebooted? You got BSOD?
    Got reboot without BSOD, Xtrap detects UCE opened (only opened, not injected yet), by so..

    Only opening UCE makes xtrap reboot my PC, but maybe because I run it without launcher with -ack parameter, I tried without and it give error message and close all...

    Either way, UCE is detected by xtrap, but I don't know what make xtrap detect only by execute it....

    Also check this Dwar, I need your help:

    https://progamercity.net/aika/1597-h...oind-down.html

    Thanks.

  3. #13
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    UCE can be detectable by footprints. If everything was hidden from xTrap, I mean UCE window title etc, try to pack UCE with Themida or VMProtect.
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

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


  5. #14
    ashkillan
    ashkillan is offline
    Guest
    Join Date
    2011 Jun
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    very goood
    this is very good

    lets try

  6. #15
    abckid0857
    abckid0857 is offline
    Member-in-training
    Join Date
    2010 Apr
    Posts
    71
    Thanks Thanks Given 
    5
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    Rep Power
    0
    nice yet im too noob

  7. #16
    screamo0317
    screamo0317 is offline
    Guest
    Join Date
    2011 Nov
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Sir Dwar

    Can i use the 5.3 CE source in here?
    Also when i search for the DBKGetDC (the green fonts) there is no result in the ASR, please help thanks in advance

    ---------- Post added at 11:04 AM ---------- Previous post was at 10:18 AM ----------

    //first compile the standalone project to generate the needed trainer.exe
    //it is recommended to compress the standalone before release so the generated
    //trainers don't become so big
    TRAINER CEINCEXE "trainerwithassembler.exe"

    Why do i always have this error? i always got this after i made a trainerwithassembler.exe and start to compile it.
    Im using CE source 5.3 please help

    ---------- Post added 2011-11-02 at 08:52 PM ---------- Previous post was 2011-11-01 at 11:04 AM ----------

    Is this forum active or not?

  8. #17
    ~Neo~
    ~Neo~ is offline
    Guest
    Join Date
    2011 Nov
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Ok so I get an error when trying to compile.

    Code:
    1>LINK : fatal error LNK1181: cannot open input file 'c:\cedelp~1\cedelp~1\dbkker~1\objfre_wxp_x86\i386\dbkdrvr.obj'
    1>errors in directory c:\cedelp~1\cedelp~1\dbkker~1
    1>link : error LNK1181: cannot open input file 'c:\cedelp~1\cedelp~1\dbkker~1\objfre_wxp_x86\i386\dbkdrvr.obj'
    I followed all the steps and made my own strings for the objects.


    EDIT:
    Here is a screenshot of the error

    Last edited by ~Neo~; 2011-11-10 at 05:30 AM.

  9. #18
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    Quote Originally Posted by ~Neo~ View Post
    Ok so I get an error when trying to compile.
    cannot open input file - just check existence of this file
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  10. #19
    ironguy
    ironguy is offline
    Guest
    Join Date
    2011 Dec
    Posts
    3
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Please excuse me if I'm completely blind, but where is part one? I see that it seems to start at part two?

    Also getting an error when trying to use DDK to compile.
    BUILD: Compile and Link for x86
    BUILD: Start time: Tue Dec 20 10:48:43 2011
    BUILD: Examining d:\uce\uce source\dbkkernel directory for files to compile.
    BUILD: Compiling and Linking d:\uce\uce source\dbkkernel directory
    Configuring OACR for 'root86fre' - <OACR on>
    _NT_TARGET_VERSION SET TO WINXP
    1>errors in directory d:\uce\uce source\dbkkernel
    1>c:\winddk\7600.16385.1\bin\makefile.new(7117) : error U1087: cannot have : and
    :: dependents for same target
    ^^^ Fixed that one, apparently it does not enjoy spaces in the build path.

    Next issue...

    Compiling - debugger.c
    1>errors in directory d:\uce\uce_source\dbkkernel
    1>d:\uce\uce_source\dbkkernel\debugger.c(755) : error C2220: warning treated as
    error - no 'object' file generated
    ^^ I haven't touched that file. I don't know what's wrong with it? (btw this is CE 5.6.1)
    ^^ Fixed, requires type casing x on line 755 of the debugger.c (UINT_PTR)

    Now I just have to deal with it saying that
    Linking Executable - objfre_wlh_x86\i386\gingermarshmellow.sys
    BUILD: Finish time: Tue Dec 20 12:27:12 2011
    BUILD: Done

    14 files compiled
    1 executable built
    The system cannot find the file specified.
    ^^ Vista blocks the copy... Just checked the folder and got the dump...


    Now I'm having issues once I get to the values change. After I change the values (like 00400000), opening cheatengine.dtr gives me errors related to the bmp's for the process buttons and such. Then after I get all the way through and compile it, upon trying to open the finished product, it fails because those same bmp's are not accessible.
    Last edited by ironguy; 2011-12-21 at 04:57 PM.

  11. #20
    annnnndre
    annnnndre is offline
    Senior Member annnnndre's Avatar
    Join Date
    2011 Jul
    Location
    By your side, let's the game begin'
    Posts
    336
    Thanks Thanks Given 
    118
    Thanks Thanks Received 
    177
    Thanked in
    87 Posts
    Rep Power
    0
    Some downloads usefuls:

    Microsoft Windows Driver Development Kit, almost 250mb.
    Microsoft Windows Driver Development Kit (DDK)

    and here is the Windows Driver Kit (WDK) for Download; this is for/of All Windows, almost 620mb.
    Windows Driver Kit Version 7.1.0
    Last edited by annnnndre; 2011-12-23 at 06:09 PM. Reason: wrong text;

  12. The Following User Says Thank You to annnnndre For This Useful Post:


Page 2 of 4 FirstFirst 1234 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •