Page 4 of 5 FirstFirst ... 2345 LastLast
Results 46 to 60 of 66
  1. #46
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    If you started a week ago you aint got nothing

  2. #47
    RageKnight's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    96
    Reputation
    10
    Thanks
    43
    My Mood
    Sleepy
    ^^ Heh, he can still try, cause he isnt doing much of the work, and make sure you have an undetected gellins base.

  3. #48
    carterv's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    3
    My Mood
    Devilish
    I said I started C++ a week ago. Not coding.

  4. #49
    ~Liberty~'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    255
    Reputation
    6
    Thanks
    201
    My Mood
    Cool
    Quote Originally Posted by carterv View Post
    I said I started C++ a week ago. Not coding.
    I made my first Hotkey hack after 2 weeks
    Learn to hook first of all

    ~Liberty~ Last Menu

    Yes, I am Ostisgood. Still same Msn: Ostisgoodformpgh@hotmail.no

  5. #50
    RageKnight's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    96
    Reputation
    10
    Thanks
    43
    My Mood
    Sleepy
    LOL. Learn everything about CA, Hooking, Coding, and D3D

  6. #51
    crazygamer53's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Massachusetts
    Posts
    210
    Reputation
    10
    Thanks
    23
    My Mood
    Psychedelic
    I understand everything (I think) Except the Gellin's base part, can anyone explain that in a bit more detail?
    Quote Originally Posted by liquidforce View Post

    chuck norris is not affraid of death, death is afraid of chuck norris

    Don't be afraid to click thanks if I helped.

    P.S. I only bite on Wednesdays

    Goals = complete = not yet
    Get banned once
    Get banned three times
    Get banned 10 times
    Get a legit ultrakill
    Get a legit Fantastic
    Get a legit Unbelievable
    Own A vip hacker
    Get VIP
    Make my own mod
    Make my own hack

  7. #52
    BloodNinja™'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    3
    My Mood
    Bored
    WOW,
    For the gellins base part, you know how for every feature that is in there?
    Its like if(Menu.mOpt[BlahBlah].nopt > 0 )

    All you have to do is this;

    1) Type
    if( Menu.mOpt[154].nopt > 0 )
    //No Recoil
    {
    Memoria((LPVOID) (0x3740CEE9), "\x90\x90\x90", 3);
    Memoria((LPVOID) (0x3740CEF8), "\x90\x90\x90", 3);
    Memoria((LPVOID) (0x3740CEFD), "\x90\x90\x90\x90\x90\x90", 6);
    Memoria((LPVOID) (0x3740CF09), "\x90\x90\x90", 3);
    }else{
    Memoria((LPVOID) (0x3740CEE9), "\x00\x00\x00", 3);
    Memoria((LPVOID) (0x3740CEF8), "\x90\x90\x90", 3);
    Memoria((LPVOID) (0x3740CEFD), "\x90\x90\x90\x90\x90\x90", 6);
    Memoria((LPVOID) (0x3740CF09), "\x90\x90\x90", 3);
    }

    *NOTE*
    Replace old addies and bytes with the new ones.
    Also replace the number in hooks with what ever the number of your feature is, for example the number of feature for no recoil was 154, so i put that there.

  8. #53
    wassup40's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    I dont know help me
    Posts
    2,238
    Reputation
    28
    Thanks
    790
    My Mood
    Lurking
    Oops posted in wrong thread

  9. #54
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Bumptastic bump is bumptastic
    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

  10. #55
    jonnyboy9985's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Canada :D
    Posts
    892
    Reputation
    -46
    Thanks
    66
    My Mood
    Chatty
    What is the memoria command?

  11. #56
    tempta43's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    980
    Reputation
    23
    Thanks
    295
    My Mood
    Bored
    Thanks for the tutorial, but can you explain this
    Code:
    6);
    for me?

    EDIT :
    Godamnit, I didn't know a newb bumped this.
    Sorry
    Last edited by tempta43; 07-29-2010 at 09:01 AM.

  12. #57
    GrimReap3r's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Check Your Closet...
    Posts
    120
    Reputation
    10
    Thanks
    8
    My Mood
    Inspired
    @Whatup707,
    Epic bumps xD


    Don't Click This Link! It's a free V.i.P. Did You Click?
    ----------------------------------------------
    (\_/) Status:
    (0_0) Awesome Project [63%]
    ('')('')
    ----------------------------------------------



    ^^

  13. #58
    LightzOut's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    185
    Reputation
    11
    Thanks
    25
    Quote Originally Posted by Sealionone View Post
    You put the function inside the function though. O.O
    Shouldn't that keep going forever...

    Like :

    Code:
    void infinite()
    {
    
        infinite();
    
    }
    
    int main()
    {
    
        infinite();
    
    }

    Thats called recursion btw.

  14. #59
    Sixx93's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    673
    Reputation
    21
    Thanks
    250
    My Mood
    Cool
    ac1_burn already made this.. anyway ty 4 sharing

  15. #60
    o-o's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    who reading that ? T_T
    Posts
    682
    Reputation
    10
    Thanks
    307
    My Mood
    Cold
    If I'm Using CN's Base What I Need To Do ;d

Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. [Tut]For Weapon&WP Hack
    By gonzo541 in forum WolfTeam Hacks
    Replies: 58
    Last Post: 10-24-2009, 09:43 PM
  2. [Tut] How to Speed Hack Unlimited [Tut] (Pffttt. No fake virusy cracks)
    By erikshadow in forum Combat Arms Hacks & Cheats
    Replies: 83
    Last Post: 01-01-2009, 09:21 AM
  3. [Tut] somewhat chams-effect "hack" [TESTED & WORKING 9/13/08]
    By stuck7126 in forum Combat Arms Hacks & Cheats
    Replies: 113
    Last Post: 09-21-2008, 10:54 AM
  4. tut on how to Hack on combat arms
    By sfproazn in forum Programming Tutorial Requests
    Replies: 7
    Last Post: 08-29-2008, 09:20 AM
  5. Replies: 11
    Last Post: 08-28-2007, 02:49 AM