Results 1 to 14 of 14
  1. #1
    lemonke's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    11
    Reputation
    119
    Thanks
    14
    My Mood
    Aggressive

    Engine Chams/Outline

    Code:
    pattern: 33 FF 4C 89 74 24 40 0F 29 74 24 30 (0x57D0B4)
    
    typedef uintptr_t(__stdcall *_qDecrypt)(uintptr_t rcx);
    
    auto Spectator = (LPBYTE)g_Globals::LocalPlayer;
    g_Utils.nop(g_Globals::Base + 0x57D0B4);
    g_Utils.nop(g_Globals::Base + 0x57D0B4 + 0x2);
    g_Memory.write<BYTE>(Spectator + 0x741, 1);
    _qDecrypt decrypted = (_qDecrypt)(g_Globals::Base + 0x873A40);
    decrypted((uintptr_t)Spectator);
    Thanks to spudgy, I only rewrote this and implemented it into my own cheat. (g_Utils.nop) is basically just writing 0x90 to the specific block.

  2. The Following 4 Users Say Thank You to lemonke For This Useful Post:

    hure1233 (06-07-2018),[MPGH]Jov (06-07-2018),Ketimariomcnisper (06-09-2018),Toma-RefundService (08-18-2018)

  3. #2
    hure1233's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Location
    Arkham
    Posts
    1,345
    Reputation
    72
    Thanks
    734
    My Mood
    Inspired
    Very useful for me, thanks!
    The shadows betray you, because they belong to me.

  4. #3
    xCrawly's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    One question, which program do you use?

  5. #4
    lemonke's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    11
    Reputation
    119
    Thanks
    14
    My Mood
    Aggressive
    Quote Originally Posted by xCrawly View Post
    One question, which program do you use?
    visual studio 2017

  6. #5
    todor000333's Avatar
    Join Date
    May 2018
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    2
    how tto paste and downaload for dont understant and its still undetected ?? can make vidio ?

  7. #6
    Ketimariomcnisper's Avatar
    Join Date
    Apr 2017
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    visual studio 2010 c++?

  8. #7
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,393
    My Mood
    Stressed
    I don't understand. If g_Utils.nop is basically just writing it into 0x90 then why didn't you use this instead?
    Code:
    g_Memory.write<BYTE>(address, 0x90);
    btw, thanks for this.

  9. #8
    +III+'s Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    99
    Reputation
    10
    Thanks
    1,033
    My Mood
    Asleep
    still working?

  10. #9
    DaddySin's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    Thanks buddy

  11. #10
    ocsabat's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    i'd really like to have this , can you tell me how to do ? Any tutorial ? thx in advance ima noob

  12. #11
    +III+'s Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    99
    Reputation
    10
    Thanks
    1,033
    My Mood
    Asleep
    Quote Originally Posted by ocsabat View Post
    i'd really like to have this , can you tell me how to do ? Any tutorial ? thx in advance ima noob
    base in my theory the bytes is 90 i dont know if oudated address

  13. #12
    Hitman047's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    9
    any guide on how to use this?

  14. #13
    Toma-RefundService's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    RefundingYourMon€y
    Posts
    312
    Reputation
    39
    Thanks
    45
    My Mood
    Lurking
    Quote Originally Posted by lemonke View Post
    Code:
    pattern: 33 FF 4C 89 74 24 40 0F 29 74 24 30 (0x57D0B4)
    
    typedef uintptr_t(__stdcall *_qDecrypt)(uintptr_t rcx);
    
    auto Spectator = (LPBYTE)g_Globals::LocalPlayer;
    g_Utils.nop(g_Globals::Base + 0x57D0B4);
    g_Utils.nop(g_Globals::Base + 0x57D0B4 + 0x2);
    g_Memory.write<BYTE>(Spectator + 0x741, 1);
    _qDecrypt decrypted = (_qDecrypt)(g_Globals::Base + 0x873A40);
    decrypted((uintptr_t)Spectator);
    Thanks to spudgy, I only rewrote this and implemented it into my own cheat. (g_Utils.nop) is basically just writing 0x90 to the specific block.
    Thank you for this

    - - - Updated - - -

    Quote Originally Posted by Hitman047 View Post
    any guide on how to use this?
    I don't really think that someone here will guide you about how to use that,its not that easy..

  15. #14
    rabir007's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Behind you...
    Posts
    2,323
    Reputation
    148
    Thanks
    1,925
    My Mood
    Bored
    auto Spectator = (LPBYTE)g_Globals::LocalPlayer;
    What is the value of this?







Similar Threads

  1. [Release] Simple engine cham's
    By wassup40 in forum Combat Arms Europe Hacks
    Replies: 63
    Last Post: 09-20-2010, 11:28 PM
  2. My first hack Engine chams
    By yomo710 in forum Combat Arms Hacks & Cheats
    Replies: 31
    Last Post: 08-01-2010, 06:25 AM
  3. [Release] Working Cheat Engine + MHS + TNT Chams + Speedhack
    By randomnamekabe in forum Combat Arms Hacks & Cheats
    Replies: 106
    Last Post: 01-08-2010, 01:45 AM
  4. The Cham outliner box
    By FyreKills~ in forum Combat Arms Help
    Replies: 1
    Last Post: 09-05-2009, 09:00 AM
  5. Can you make chams out of a cheat engine?
    By 12egoldi in forum Combat Arms Hacks & Cheats
    Replies: 29
    Last Post: 08-29-2008, 09:35 PM