Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    jonnyboy9985's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Canada :D
    Posts
    892
    Reputation
    -46
    Thanks
    66
    My Mood
    Chatty

    Question [Help]No recoil/ghostmode NO I AM NOT POSTING IT XD

    Hello MPGH... I am in the midst of making a ghostmode, but not controlled by the mouse, but by the +,-,i,j,k,l, hotkeys, and +- go up and down, ijkl move in a direction... Now I have the camera offset for the x, y, and z, values as 50, and would like them to increase by 10 to fully work. I am not sure if I did the activation correctly either... I will post a code to give an example, and also, can someone help me with no recoil? I have ALOT of values, but my hack crashes... I am not even sure why... Can someone help me? If it is a moddy, or coder, or admin, I will give the code to you to help. Anything less, don't bother asking. I REALLY need help with this but yeah... This is what I got.


    Code:
    if(GetAsyncKeyState(VK_F12)&1)
    				{
    					int progressor = +10;
    
    	                                    if(GetAsyncKeyState(VK_OEM_PLUS)&1)
    					             {
    						          if(VUp = !VUp)
    						{code for the move up hack,
    and then so on and so forth in the fashion posted... but a KEY detail is here


    Code:
    PushToConsole("Camera offset command "+ progressor);
    							VUp = 1;
    							Sleep(200);
    All other commands work in a similar fashion for ghost mode... Can someone care to explain why my camera does not move in game? And PLEASE post it here, in a semi-amateur fashion WITHOUT it being too easy for choobs? (No I am not a choob either!)
    Sammy told me to...

  2. #2
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    Wait , you need to post the full code in order to gain help.
    Did you declare any functions in this?

    EDIT : Also what is VK_OEM_ADD?

    Just put VK_ADD , simple as that?

  3. #3
    jonnyboy9985's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Canada :D
    Posts
    892
    Reputation
    -46
    Thanks
    66
    My Mood
    Chatty
    Quote Originally Posted by |Drake™| View Post
    Wait , you need to post the full code in order to gain help.
    Did you declare any functions in this?

    EDIT : Also what is VK_OEM_ADD?

    Just put VK_ADD , simple as that?
    I had all of the functions put in. I don't want to post, because its a VIP feature, but basically it was the cam offset, on the x, y, z, values, all set to 50, and -50. Thats all... I had ALL of the functions inputted correctly, but I don't know why 50, or -50 is not changing. Can you help me? I found out why the negative isn't changing though xD I didn't make a negative progressor :P


    these are my edits, that are for recoil

    ("MaxCamRecoilPitchPer 0.000500");
    ("MinCamRecoilPitchPer 0.000500");
    ("BaseCamRecoilPitchPer 0.0000500");
    ("PerturbRecoil 0.000500");
    ("ZoomedPerturbRecoil 0.000500");
    ("BaseCamRecoilAccelPitch 0.000500");
    ("DynamicPerturbFactor 0.0000500");
    ("MaxCamRecoilWag 0.000500");
    ("BaseCamRecoilWagL 0.000500");
    ("BaseCamRecoilWagR 0.000500");
    ("PerturbIncSpeed 0.000500");
    ("PerturbDecSpeed 0.000500")
    Last edited by jonnyboy9985; 08-10-2010 at 04:30 PM.
    Sammy told me to...

  4. #4
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    Quote Originally Posted by jonnyboy9985 View Post
    I had all of the functions put in. I don't want to post, because its a VIP feature, but basically it was the cam offset, on the x, y, z, values, all set to 50, and -50. Thats all... I had ALL of the functions inputted correctly, but I don't know why 50, or -50 is not changing. Can you help me? I found out why the negative isn't changing though xD I didn't make a negative progressor :P


    these are my edits, that are for recoil

    ("MaxCamRecoilPitchPer 0.000500");
    ("MinCamRecoilPitchPer 0.000500");
    ("BaseCamRecoilPitchPer 0.0000500");
    ("PerturbRecoil 0.000500");
    ("ZoomedPerturbRecoil 0.000500");
    ("BaseCamRecoilAccelPitch 0.000500");
    ("DynamicPerturbFactor 0.0000500");
    ("MaxCamRecoilWag 0.000500");
    ("BaseCamRecoilWagL 0.000500");
    ("BaseCamRecoilWagR 0.000500");
    ("PerturbIncSpeed 0.000500");
    ("PerturbDecSpeed 0.000500")
    those console commands dont work for no recoil. u need to use addresses

  5. The Following User Says Thank You to scimmyboy For This Useful Post:

    jonnyboy9985 (08-10-2010)

  6. #5
    jonnyboy9985's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Canada :D
    Posts
    892
    Reputation
    -46
    Thanks
    66
    My Mood
    Chatty
    Ok :P Thats why it was crashing XD Can you help me do some memory editing for no recoil? PM me it please, so no one leaches :P



    [EDIT]///
    **************
    Better question, what do I add to my coding to get "memoria" to work??
    Last edited by jonnyboy9985; 08-10-2010 at 04:54 PM.
    Sammy told me to...

  7. #6
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    Quote Originally Posted by jonnyboy9985 View Post
    Ok :P Thats why it was crashing XD Can you help me do some memory editing for no recoil? PM me it please, so no one leaches :P



    [EDIT]///
    **************
    Better question, what do I add to my coding to get "memoria" to work??

    https://www.mpgh.net/forum/207-combat...es-7-28-a.html

    I think you C+P o.o

  8. #7
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    Quote Originally Posted by |Drake™| View Post
    look who is calling ppl c+pres





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  9. #8
    jonnyboy9985's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Canada :D
    Posts
    892
    Reputation
    -46
    Thanks
    66
    My Mood
    Chatty
    How do I get it to work? memoria blah blah blah aint gonna work
    Sammy told me to...

  10. #9
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    I find it retarded how your to selfish to share the entire code, however you wish for us to help you? I mean what would we even get out of it I doubt you would give credits.

  11. #10
    jonnyboy9985's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Canada :D
    Posts
    892
    Reputation
    -46
    Thanks
    66
    My Mood
    Chatty
    Quote Originally Posted by |Drake™| View Post
    Wait , you need to post the full code in order to gain help.
    Did you declare any functions in this?

    EDIT : Also what is VK_OEM_ADD?

    Just put VK_ADD , simple as that?
    And no... check here to see why

    Quote Originally Posted by CoderNever View Post
    I find it retarded how your to selfish to share the entire code, however you wish for us to help you? I mean what would we even get out of it I doubt you would give credits.
    you are wrong, I hate coryyster and I am still crediting him
    Last edited by jonnyboy9985; 08-10-2010 at 05:47 PM.
    Sammy told me to...

  12. #11
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    Quote Originally Posted by GodHack2 View Post
    look who is calling ppl c+pres
    Lol , says the person who went from a hotkey hack to Telekill already?

  13. #12
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    1)use the addies from Blood's thread
    2)then NOP them

    easy as that...

    there is a NOPing TUT in ac1d_buRn's useful functions thread

  14. #13
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by swatfx View Post
    1)use the addies from Blood's thread
    2)then NOP them

    easy as that...

    there is a NOPing TUT in ac1d_buRn's useful functions thread
    You don't even need to use the function in ac1d_buRn's thread, memcpy works just fine.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  15. #14
    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
    Fail qoate

  16. #15
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    Quote Originally Posted by J-Deezy View Post


    You don't even need to use the function in ac1d_buRn's thread, memcpy works just fine.
    well i doubt he even knows how to do that..

Page 1 of 2 12 LastLast

Similar Threads

  1. Help No Recoil ..
    By Spike24 in forum CrossFire Hacks & Cheats
    Replies: 4
    Last Post: 02-07-2010, 09:41 AM
  2. [Help] Dark Byte's speed hack does not work for XP
    By KiLlArRo2 in forum Combat Arms Help
    Replies: 17
    Last Post: 09-10-2009, 07:33 PM
  3. Help - No Recoil/Spread
    By cordobez in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 08-15-2008, 10:49 AM
  4. Help in VB 2005: 'As Any' is not supported in 'Declare' statements
    By yogilek in forum WarRock - International Hacks
    Replies: 2
    Last Post: 09-28-2007, 02:12 PM
  5. *help - no recoil
    By ballin22 in forum WarRock Korea Hacks
    Replies: 0
    Last Post: 05-20-2007, 10:43 PM