Thread: A Question!!!!

Results 1 to 6 of 6
  1. #1
    H4ckBlood's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    The Neterlands
    Posts
    78
    Reputation
    10
    Thanks
    6

    A Question!!!!

    Well, i know how to make a trainer now,
    Anywayz i was thinking of making some basic hacks like no recoil and stuff,
    My question is how do you let them enable it?
    For example in Visual Basic does it work when i use the same Memory Method Thing for a trainer but then:

    "No Recoil = 0x01B2B824"
    ->
    WriteMemory(&H1B2B824, 0, 4)

    Does this work to or?
    Could someone explain this to me so i can make a pub soon

    Its true, im H4ckBlood and im back,
    Still not afraid, Just Google me!

  2. #2
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    nope, a recoil address isn't a 4 byte one...and also it doesn't add a dword while in-game like a exp address. In mw2 the recoil address hex is something like:
    MOV....blablabla

    So we have to write in:
    MOV EAX, 0
    RETN

    Code:
    WriteMemory(address + 1, byte, size)
    Add a +1, 2, 3, 4, etc...For each byte that you will write...

  3. #3
    H4ckBlood's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    The Neterlands
    Posts
    78
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by Play&Win View Post
    nope, a recoil address isn't a 4 byte one...and also it doesn't add a dword while in-game like a exp address. In mw2 the recoil address hex is something like:
    MOV....blablabla

    So we have to write in:
    MOV EAX, 0
    RETN

    Code:
    WriteMemory(address + 1, byte, size)
    Add a +1, 2, 3, 4, etc...For each byte that you will write...
    Huh :S
    Im not getting this for real
    Could you PM me which method i need to have and how to activate no recoil, and that stuff, i know how to find the addresses myself for the most stuff :P

    Its true, im H4ckBlood and im back,
    Still not afraid, Just Google me!

  4. #4
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    err. I'm lazy -.-

  5. #5
    NoLim1t's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    ïṉ τhε ṡќÿ <3
    Posts
    84
    Reputation
    10
    Thanks
    26
    My Mood
    Cheerful
    lol man i have no idea wat u r talking bout xD

  6. #6
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Noping norecoil address is also working...