Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    ppl2pass's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    804
    Reputation
    5
    Thanks
    111
    My Mood
    Amused

    [Release] Engine LTC / Alt. LTC!

    Here is the code from the sigscan:

    Code:
    0x4A4750
    My Unbelievable-Kill BM:
    seeplusplus - updating address
    [YOUTUBE]nWgztMVIUYY[/YOUTUBE]

  2. #2
    T0y's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    92
    Reputation
    10
    Thanks
    25
    https://www.mpgh.net/forum/207-combat...ml#post2979681

    Quote Originally Posted by Ali View Post
    ALT. LTC
    Address : 0x4A4750
    This has been posted.

  3. #3
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    For some reason, When i use that i crash O.o
    I use Gordon's one

  4. #4
    SNal2F's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    175
    Reputation
    30
    Thanks
    99
    Code:
     typedef void (__cdecl *lpSetConsoleVariable)(unsigned long console,char* szVal);
    lpSetConsoleVariable SetConsoleVariable;
    
    
    SetConsoleVariable = (lpSetConsoleVariable)(0x0484BC0);
    SetConsoleVariable(0x8003F0,"SkelModelStencil -1");

  5. #5
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    There are 2... Its the engine LTC and one that i know CoderNever posted like 4 months back

  6. #6
    SNal2F's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    175
    Reputation
    30
    Thanks
    99
    Quote Originally Posted by Mr.Magicman View Post
    There are 2... Its the engine LTC and one that i know CoderNever posted like 4 months back
    Fuckin obvioulsy how would i have gotten that without knowing the jmp to the real .......


    real +208
    Code:
    0046FA40   A1 3C001037      MOV EAX,DWORD PTR DS:[3710003C]
    0046FA45   8B88 2C001037    MOV ECX,DWORD PTR DS:[EAX+3710002C]
    0046FA4B   8B1424           MOV EDX,DWORD PTR SS:[ESP]
    0046FA4E   05 00001037      ADD EAX,37100000
    0046FA53   81C1 00001037    ADD ECX,37100000
    0046FA59   3BD1             CMP EDX,ECX
    0046FA5B   72 0E            JB SHORT Engine.0046FA6B
    0046FA5D   8B40 50          MOV EAX,DWORD PTR DS:[EAX+50]
    0046FA60   03C1             ADD EAX,ECX
    0046FA62   3BD0             CMP EDX,EAX
    0046FA64   73 05            JNB SHORT Engine.0046FA6B
    0046FA66   E9 A5630100      JMP Engine.00485E10 //1st one
    0046FA6B   C3               RETN
    Code:
    00485E10   8B4424 04        MOV EAX,DWORD PTR SS:[ESP+4]//can see szcommand parameter moved and pushed below
    00485E14   50               PUSH EAX
    00485E15   68 F0038000      PUSH Engine.008003F0
    00485E1A   E8 A1EDFFFF      CALL Engine.00484BC0 //sub function can do here (unsigned long, szCommand)
    00485E1F   83C4 08          ADD ESP,8
    00485E22   C3               RETN

    O no wai another way to do ooooooo itttttt
    Code:
    00484BC0   8B4424 08        MOV EAX,DWORD PTR SS:[ESP+8]
    00484BC4   8B4C24 04        MOV ECX,DWORD PTR SS:[ESP+4]
    00484BC8   6A 00            PUSH 0
    00484BCA   6A 00            PUSH 0
    00484BCC   50               PUSH EAX
    00484BCD   51               PUSH ECX
    00484BCE   E8 2DF8FFFF      CALL Engine.00484400(unsigned long,szcommand,int,int) //can do here
    00484BD3   83C4 10          ADD ESP,10
    00484BD6   C3               RETN

    Code:
    00484AB0   8B4424 0C        MOV EAX,DWORD PTR SS:[ESP+C]
    00484AB4   8B4C24 08        MOV ECX,DWORD PTR SS:[ESP+8]
    00484AB8   8B5424 04        MOV EDX,DWORD PTR SS:[ESP+4]
    00484ABC   6A 00            PUSH 0
    00484ABE   50               PUSH EAX
    00484ABF   51               PUSH ECX
    00484AC0   52               PUSH EDX
    00484AC1   E8 3AF9FFFF      CALL Engine.00484400
    00484AC6   83C4 10          ADD ESP,10
    00484AC9   C3               RETN
    pfffffffff stupid shit bro. also all of thos are faster since they are all wrapped anyways ...many more ways to do it.
    Last edited by SNal2F; 11-02-2010 at 02:10 PM.

  7. The Following User Says Thank You to SNal2F For This Useful Post:

    NOOB (06-11-2011)

  8. #7
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Quote Originally Posted by SNal2F View Post
    Fuckin obvioulsy how would i have gotten that without knowing the jmp to the real .......


    real +208
    Code:
    0046FA40   A1 3C001037      MOV EAX,DWORD PTR DS:[3710003C]
    0046FA45   8B88 2C001037    MOV ECX,DWORD PTR DS:[EAX+3710002C]
    0046FA4B   8B1424           MOV EDX,DWORD PTR SS:[ESP]
    0046FA4E   05 00001037      ADD EAX,37100000
    0046FA53   81C1 00001037    ADD ECX,37100000
    0046FA59   3BD1             CMP EDX,ECX
    0046FA5B   72 0E            JB SHORT Engine.0046FA6B
    0046FA5D   8B40 50          MOV EAX,DWORD PTR DS:[EAX+50]
    0046FA60   03C1             ADD EAX,ECX
    0046FA62   3BD0             CMP EDX,EAX
    0046FA64   73 05            JNB SHORT Engine.0046FA6B
    0046FA66   E9 A5630100      JMP Engine.00485E10 //1st one
    0046FA6B   C3               RETN
    Code:
    00485E10   8B4424 04        MOV EAX,DWORD PTR SS:[ESP+4]//can see szcommand parameter moved and pushed below
    00485E14   50               PUSH EAX
    00485E15   68 F0038000      PUSH Engine.008003F0
    00485E1A   E8 A1EDFFFF      CALL Engine.00484BC0 //sub function can do here (unsigned long, szCommand)
    00485E1F   83C4 08          ADD ESP,8
    00485E22   C3               RETN

    O no wai another way to do ooooooo itttttt
    Code:
    00484BC0   8B4424 08        MOV EAX,DWORD PTR SS:[ESP+8]
    00484BC4   8B4C24 04        MOV ECX,DWORD PTR SS:[ESP+4]
    00484BC8   6A 00            PUSH 0
    00484BCA   6A 00            PUSH 0
    00484BCC   50               PUSH EAX
    00484BCD   51               PUSH ECX
    00484BCE   E8 2DF8FFFF      CALL Engine.00484400(unsigned long,szcommand,int,int) //can do here
    00484BD3   83C4 10          ADD ESP,10
    00484BD6   C3               RETN

    Code:
    00484AB0   8B4424 0C        MOV EAX,DWORD PTR SS:[ESP+C]
    00484AB4   8B4C24 08        MOV ECX,DWORD PTR SS:[ESP+8]
    00484AB8   8B5424 04        MOV EDX,DWORD PTR SS:[ESP+4]
    00484ABC   6A 00            PUSH 0
    00484ABE   50               PUSH EAX
    00484ABF   51               PUSH ECX
    00484AC0   52               PUSH EDX
    00484AC1   E8 3AF9FFFF      CALL Engine.00484400
    00484AC6   83C4 10          ADD ESP,10
    00484AC9   C3               RETN
    pfffffffff stupid shit bro. also all of thos are faster since they are all wrapped anyways ...many more ways to do it.
    Why so pro.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  9. #8
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Quote Originally Posted by whatup777 View Post


    Why so pro.
    Becouse hes +2 years more than you

    We are going to be like them at some point. /

  10. #9
    vinay478's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    7
    My Mood
    Aggressive
    Quote Originally Posted by SNal2F View Post
    Code:
     typedef void (__cdecl *lpSetConsoleVariable)(unsigned long console,char* szVal);
    lpSetConsoleVariable SetConsoleVariable;
    
    
    SetConsoleVariable = (lpSetConsoleVariable)(0x0484BC0);
    SetConsoleVariable(0x8003F0,"SkelModelStencil -1");
    W8... So you now need addies to get PTC/RCC commands to work ?? :O

  11. #10
    anaestheist's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    16
    My Mood
    Inspired
    Quote Originally Posted by vinay478 View Post
    W8... So you now need addies to get PTC/RCC commands to work ?? :O
    Amg, this is teh end1!@!@!.... No.

  12. #11
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Quote Originally Posted by anaestheist View Post
    Amg, this is teh end1!@!@!.... No.
    You don't know shit. Shut the fuck up.

  13. #12
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Quote Originally Posted by Stephen View Post


    You don't know shit. Shut the fuck up.
    Lol .
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  14. #13
    anaestheist's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    16
    My Mood
    Inspired
    Quote Originally Posted by Stephen View Post


    You don't know shit. Shut the fuck up.
    How is it to insult people when you know they can't comeback anything because you cocksucked every admin already?
    Last edited by anaestheist; 11-03-2010 at 09:21 PM.

  15. #14
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Quote Originally Posted by anaestheist View Post
    How is it to insult people when you know they can't comeback anything because you cocksucked every admin already?
    Gtfo Im tired of you. Nobody flames stephen with low reputation

  16. #15
    anaestheist's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    16
    My Mood
    Inspired
    Quote Originally Posted by Mr.Magicman View Post


    Gtfo Im tired of you. Nobody flames stephen with low reputation
    You forgot something, i don't care.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Info] is this the right Engine ltc
    By Mozamel in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 4
    Last Post: 03-30-2011, 08:28 PM
  2. How to find Engine LTC!!
    By kainoa in forum Combat Arms Coding Help & Discussion
    Replies: 8
    Last Post: 10-28-2010, 02:18 PM
  3. CHEAT ENGINE 5.4 RELEASED!!!
    By nukeist_ in forum General Game Hacking
    Replies: 2
    Last Post: 01-11-2008, 10:13 PM
  4. [Release] SHAK3s Cheat Engine
    By Nightlord in forum Gunz Hacks
    Replies: 1
    Last Post: 06-22-2007, 10:43 PM
  5. Undetected Cheat Engine + CT 5/31 Released
    By ccuuyyjj in forum WarRock Korea Hacks
    Replies: 13
    Last Post: 06-06-2007, 03:28 PM