Thread: [HELP]ESP

Results 1 to 10 of 10
  1. #1
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh

    [HELP]ESP

    ok guys im new in all those hacks but i have some days that im trying to make an hack...
    ESP(not working )
    No Recoil(works)
    No Flash(works)
    Aimbot(maybe this no /)

    i tried to make this:
    Code:
    NOP(&H588406 + &H21A, &H2)
    NOP(&H588406, &H6)
    NOP(&H588406 + &H21A + &H1E, &H2)
    at the ESP but it did not work.....
    Blubb helped me alot with some suggestions and he says that this(
    Code:
    NOP(&H588406 + &H21A, &H2)
    NOP(&H588406, &H6)
    NOP(&H588406 + &H21A + &H1E, &H2)
    )
    might work but it doesn't
    any help?
    Thanks in advice, Ace

    PS:
    Sorry for my english i know...IT SUCKS!

  2. #2
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Example:

    NOP(&H588406 + &H21A, &H2)

    Calculate &H588406 + &H21A together. Don't use +. I once had the same problem.

    Nop(&HCalculatedAdress, 2)



  3. #3
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by Blubb1337 View Post
    Example:

    NOP(&H588406 + &H21A, &H2)

    Calculate &H588406 + &H21A together. Don't use +. I once had the same problem.

    Nop(&HCalculatedAdress, 2)
    how to calculate addresses?/

  4. #4
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Google for a converter.

    Convert 588406 to decimal. Convert 21A to decimal.

    Decimal(588406) + Decimal(21A)

    Now convert the result to hexadecimal again.

    And you got your address ^^

    Let me see if I can make you a small program in VB.

    Log on msn, I'll write you something up right now.



  5. #5
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    Depens on what game you wanna code, but i think C++ is more usefull for gamehacks

  6. #6
    HeadHunter666's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Null
    Posts
    17
    Reputation
    10
    Thanks
    0
    very easy.
    Hex = &H588406 + &H21A
    Dec = 5800966 + 538 = 5801504
    cheang to hex
    Nop = ("&H" + Hex(5801504),&H2)

  7. #7
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    I made a tool for him to calculate that into one address.



  8. #8
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    yea..........Blubb maked it...
    but you HeadHunter666 know VB?

  9. #9
    HeadHunter666's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Null
    Posts
    17
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by AcE.bu50t View Post
    yea..........Blubb maked it...
    but you HeadHunter666 know VB?
    yes yes yes /

  10. #10
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by HeadHunter666 View Post
    yes yes yes /
    well well well
    i sended you the whole code!

Similar Threads

  1. [HELP] ESP
    By Mateuus. in forum Combat Arms Coding Help & Discussion
    Replies: 21
    Last Post: 04-24-2011, 02:49 PM
  2. [Help]Esp
    By Strikex in forum Combat Arms Coding Help & Discussion
    Replies: 6
    Last Post: 04-19-2011, 07:59 PM
  3. [Help]Esp
    By ♪~ ᕕ(ᐛ)ᕗ in forum Visual Basic Programming
    Replies: 3
    Last Post: 09-08-2010, 04:51 AM
  4. [Help]Esp Hack Detected?[Closed]
    By samoanpure in forum Battlefield Bad Company 2 (BFBC2) Hacks
    Replies: 6
    Last Post: 04-13-2010, 05:49 PM
  5. help esp
    By merkado in forum Visual Basic Programming
    Replies: 4
    Last Post: 06-06-2008, 07:02 AM