Page 4 of 9 FirstFirst ... 23456 ... LastLast
Results 46 to 60 of 132
  1. #46
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    How about you teach these people how to recreate the font?

  2. #47
    yoyoman4567's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    203
    Reputation
    9
    Thanks
    4
    My Mood
    Happy
    Quote Originally Posted by ᴺᴼᴼᴮ View Post
    How about you teach these people how to recreate the font?
    Are you talking to me or something? all i need is help on knowing why this thing owned work man

  3. #48
    whit+'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    264
    Reputation
    10
    Thanks
    37
    My Mood
    Breezy
    Do you people every go to school

  4. #49
    yoyoman4567's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    203
    Reputation
    9
    Thanks
    4
    My Mood
    Happy
    Quote Originally Posted by whit+ View Post
    Do you people every go to school
    YES WHY YOU ASKING

  5. #50
    nubine's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    3
    I did everything on there.
    but everytime i try to build it i keep gettin the same error message - 1>LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup@12 - can anyone help?

  6. #51
    yoyoman4567's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    203
    Reputation
    9
    Thanks
    4
    My Mood
    Happy
    Quote Originally Posted by nubine View Post
    I did everything on there.
    but everytime i try to build it i keep gettin the same error message - 1>LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup@12 - can anyone help?
    yeah i know how to fix that

  7. #52
    nubine's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    3
    how do u fix it?

  8. #53
    acidrain131's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Rumford
    Posts
    53
    Reputation
    10
    Thanks
    4
    My Mood
    Cool
    "Comat Arms Has Stopped Working" =(
    xChocolatex supporter

    Perx inject works best for chocolate hacks.
    Put the .dll files you need so that your hack will work inside your combat arms folder and your ready to go! Run Perx as administrator along with Combat Arms_Direct.

    Making friends can be hard. especially if your a chocolate hater!




    [YOUTUBE]SViSXmt9w6g[/YOUTUBE]

  9. #54
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    could some1 post an example of how memcpy works with whit's base...i found it but don't know where the address and stuff goes within it, i keep gettin errors

    never midn
    Last edited by supercarz1991; 02-02-2011 at 10:14 PM.

    commando: You're probably the best non-coder coder I know LOL


  10. #55
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed
    UPDATE 6: Memcry | Thank meh

    First at the top you will see this
    Code:
    #include "DirectX.h"
    under it add this
    Code:
    #define NoReload 0x374B8C94
    Once you added that scroll down and you will see this then code
    Code:
    int fps = 0;
    under that make something like
    Code:
    int reload = 0;
    once you do that then scroll down a little then you will see this.
    Code:
    AddItem(" [ D4R ] ", Opt_Folder, &hack, 2, MENUFOLDER);
    Code:
    if(hack){ AddItem("Show FPS " , Opt_on_off , &fps , 2, MENUITEM); }
    then under the Show Fps add this
    Code:
    AddItem("No Reload "   , Opt_on_off , &
    Code:
    reload  , 2, MENUITEM);
         }
    then scroll down and then you will see the fps hack for those who are really new it looks like this
    Code:
    if(fps){
    Push("ShowFps 1");
    } else {
    Push("ShowFps 0");
    }
    above this put your no reload hack witch is this so add this =P
    Code:
        if(reload  ){
    memcpy((LPVOID) (NoReload), "\x90\x90\x90\x90\x90\x90", 6);
    } else {
    memcpy((LPVOID) (NoReload), "\x0F\x84\xB1\x01\x00\x00", 6);
    }
    And now congratz w00t you got no reload now test it out if you followed my steps correct it will work.


  11. #56
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Nice tuts i guess. Please dont spoon feed them though
    No I do not make game hacks anymore, please stop asking.

  12. #57
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed
    This is the last thing for awhile, they can fix the errors they cause.

    This base has no errors as long as you do everything correct you wont get any errors.
    Last edited by Dead 4 Real; 02-02-2011 at 11:17 PM.

  13. #58
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    yeah i figured that out like 5 minutes after i posted lol

    commando: You're probably the best non-coder coder I know LOL


  14. #59
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed
    Lol nice =p also super if you need help just pm me =D

  15. #60
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    lol only other thing i need help with is to make my damn name tags stop fricken blinking!! lol

    nubz helped me there, we put em in the renderframe and thats why they blink XD

    commando: You're probably the best non-coder coder I know LOL


Page 4 of 9 FirstFirst ... 23456 ... LastLast

Tags for this Thread