Page 5 of 5 FirstFirst ... 345
Results 61 to 75 of 75
  1. #61
    gilantonio123's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    1
    thank you very much

  2. #62
    riyal387's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Quote Originally Posted by Assassin's Creed View Post
    Want to make a Weapon Hack? - You have to make:

    bool hak = true;
    Under the normal bools...

    Then...

    You have to delete (sleep) because it will crash your game. Also, you have to do a base like this:

    Put it under the first CSHell Loading:

    Code:
    DWORD* m16 = (DWORD*)((*(DWORD*)(CShell + WeaponMgr))+25*4);
    DWORD* krisssuper = (DWORD*)((*(DWORD*)(CShell + WeaponMgr))+529*4);
    Then
    If (hak)

    *m16 = *krisssuper;
    And now you're done. If you want to change the weapon instead of making it M16 -> Kriss Super V, just change the index. Instead of 25*4 or 529*4, change it to any number from those:

    Check out the Gun Index. This is updated since four weeks ago:



    how about the knife = combataxe

    and M700=awm??

    and also what si bool hak= true
    Last edited by riyal387; 05-11-2012 at 10:11 PM.

  3. #63
    Swaggbro's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    ummmm hey assassin i was wondering do you have to do weapon hack as you are saying on C++ or olly

  4. #64
    jaexxx's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    San Francisco, CA
    Posts
    257
    Reputation
    10
    Thanks
    28
    My Mood
    Aggressive
    looks important.. ive always wanna be a hacker and be famous here ... too bad im a fucking lazy ass I cant read this long ass info because of my laziness... this is very useful maybe I'll read when I feel like it lol xD ( I was at the C++ part) I got sleeply LMAO!!!
     



    I only hack because people hack but people hack because to troll and make others rage but I am not like them so I hack ??? what ? I only hack because some people... I HACK BECAUSE I LIKE TO BE BETTER AND PATHETIC AT THE SAME TIME
    This is me in my account in CF PH

    I Love
    I AM A PROUD

  5. #65
    vipluckystar's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Moon
    Posts
    16
    Reputation
    10
    Thanks
    8
    a quetsion: how to scan memory for make nomenu hack?

  6. #66
    junver1986's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    10
    My Mood
    Angelic
    this is great tutorial for the beginners =)

  7. #67
    King Aldrin's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    76
    Reputation
    10
    Thanks
    134
    My Mood
    Amazed
    Was this working?

  8. #68
    Extractional's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    California
    Posts
    4,190
    Reputation
    -287
    Thanks
    355
    My Mood
    Cynical
    Thanks for sharing !

  9. #69
    King Aldrin's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    76
    Reputation
    10
    Thanks
    134
    My Mood
    Amazed
    Quote Originally Posted by Assassin's Creed View Post
    1. Includes and Defines

    At the top of your hack you need to #include "stdafx.h" or #include <windows.h> (You will understand why when you Learn C++)

    Then you need To #define a Mgr (Pointer)
    Like Weapon Mgr-Wall Mgr-<<Ghost Mgr< (BasicPlayerInfo).
    Then #define 0xaddy - You will understand how to get it through @moathebest's tutorial. Some of the addys and text strings that can help you.

    PS:Some features may need more than 2-3 addys and some need only one. You will know according to the following:

    Code:

    WeaponMgr
    WeaponMgr: 10a68f80 = You need it most for the following.
    ZoomInMoveSpeedPenalty: 2458 = DONT KNOW
    MovePenaltyForDelayFire: 245c = DONT KNOW
    WallShotDamageRatio: 2668 = SHOOT THROUGH WALLS
    BulletPosOffset: 1930 = LESS RECOIL
    ReloadAnimRatio: 269c = NORELOAD
    ChangeWeaponAnimRatio: 26a0 =NOCHANGE
    CrossHairRatioPerRealSize: 26a4 = NOSPREAD
    ContinuousShotInterval: 26b8 = DON'T KNOW
    ContinuousShotKeyInterval: 26bc = DON'T KNOW
    ZoomMode: aa8 = DON'T KNOW
    NoZoom: aac = DON'T KNOW
    FullZoom: aac = DON'T KNOW
    HalfZoom: aac
    GunKnifeRange: 2784 = DON'T KNOW
    StunTime: ac4 = No Knock Back
    ShotsPerAmmo: 828 = No Shotgun Spread
    Range: 7ec
    UnlimitedAmmo: 7fc = Must be put with NoReload
    AmmoDamage: 7f8 = One Hit
    LowerAnimRate: 2520 = More Less Recoil 1
    LowerAnimRate: 258c =// 2
    LowerAnimRate: 2590 = // 3
    LowerAnimRate: 2594 = //4

    WallMgr - use WallMgr with Shoot Through walls. Shoot Through Walls needs four addies.

    Code:

    WallMgr: 10a68f6c = Shoot Through Walls (1)
    EdgeShotEnabled: 4e8 = //2
    WallShotEnabled?: 4ec = //3
    PerfectWallShotEnabled: 4f0 =//4

    GhostMgr - You use GhostMgr with See Ghosts, Fast Defuse, Fast Plant, and with Distance Defuse.

    Code:

    GhstMgr: 10a021f8
    CharacterHiddenAlpha: 88 = See Ghost (1)
    CharacterHiddenWalkAlpha: 8c = See Ghost (2)
    CharacterHiddenRunAlpha: 90 = //3
    CharacterHiddenAlpha: 88 = //4
    MovementHiddenRate: 9C = Speed Hack
    C4PlantTime: 7C = Fast Plant
    C4DefuseTime: 80 = Fast Defuse (1)
    MaxCanDefuseDistance: 84 = Fast defuse (2)
    DamagePenaltyTime: 74 = Not entirely sure.
    DamagePenaltyMoveRate: 78 = Not entirely sure.

    ------------------------------------------------

    2. Loading CShell
    After the includes and defines you have to load CShell. There are 2 ways. (Under it you must put Weaponmgr, WallMgr or GhostMgr).

    First:
    Code:

    DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    DWORD pWallMgr = *(PDWORD)(CShell+WallMgr);

    Second:
    Code:

    DWORD CShell = (DWORD)LoadLibraryA("CShell.dll");
    DWORD pWallMgr = *(PDWORD)(CShell+WallMgr);
    How to do this? and where do i put them?

    If in C++ what project should i make, Win32 Application or else?

    Please be specified in the title shown FOR BEGGINERS.

    or could i get the Project file?

    so i could get this tutorial?

    Please and Thank you!

  10. #70
    grannycrazy's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Beetlejuice
    Posts
    286
    Reputation
    10
    Thanks
    55
    My Mood
    Angelic
    Nice Thanks
    Still a good Thing to learn from! @Assassin's Creed



  11. #71
    iRising's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    Some One german here and knows how to programming cf hacks ? PLEASE PN ME

  12. #72
    nilepwns's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    132
    Reputation
    10
    Thanks
    23
    My Mood
    Yeehaw
    good job. u helped me alot

  13. #73
    lukeo2412's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    I'm Hiding
    Posts
    26
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    What file do I open to do this stuff? The CShell.dll file in the CrossFire folder comes up with a bunch of random things.
    --Lukeo2412
    (Why is my Upload Speed so slow?!)

  14. #74
    kalekip1's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    the Netherlands
    Posts
    519
    Reputation
    22
    Thanks
    315
    My Mood
    Amused
    Old, but still useful. Thanks for taking time to write this.


  15. #75
    Let's Lag's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    171
    Reputation
    10
    Thanks
    3,490
    My Mood
    Busy
    still working? (after patch)

    Here is my new version of Injector!
    Let's Inject v2 | I hope you'll like it!

    [IMG]https://lh5.googleuserconten*****m/-YgfONhf14LM/UQMq8AYhkwI/AAAAAAAABQQ/QLLJT0BtRXs/s310/new.gif[/IMG]

Page 5 of 5 FirstFirst ... 345

Similar Threads

  1. Warrock hack information (to me im noob)
    By morradiersexy in forum WarRock Discussions
    Replies: 7
    Last Post: 08-08-2010, 08:13 AM
  2. Hacking Information (What is What)
    By Mouzie in forum General
    Replies: 17
    Last Post: 04-18-2009, 08:02 AM
  3. GUNZ HACK WITH DETAILED TUT!
    By viper131 in forum Gunz Hacks
    Replies: 17
    Last Post: 03-30-2009, 11:45 AM
  4. Tutorial - How to use Visual Basics 6 (vb6) for WarRock hacks
    By Oneirish in forum Visual Basic Programming
    Replies: 17
    Last Post: 05-26-2008, 07:24 AM