Results 1 to 6 of 6
  1. #1
    liberty43's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    localhost
    Posts
    10
    Reputation
    10
    Thanks
    1
    My Mood
    Amazed

    Post how to find value

    Last Update 12/7/2016

    Auto ON
    Farming ZA Mode

    10563CB3 |> 68 E476A310 PUSH Dumped.10A376E4 ; ASCII "DamageZone" //line1
    10563D64 |. 68 D476A310 |PUSH Dumped.10A376D4 ; ASCII "DamagePerSec" //line2

    help me here how to get last 2 #
    0xA376??

    (CShell + 0xA376??) //line1
    (CShell + 0xA376??) //line2

  2. #2
    liberty43's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    localhost
    Posts
    10
    Reputation
    10
    Thanks
    1
    My Mood
    Amazed
    i search -[I]fLuX said

    -[I]fLuX : yes search in olly for string => DamageZone then copy pointer and made *(float*)(CShell + DamageZone) = 0.0f;
    -[I]fLuX : you can find the pointer in cshell. String = DamageZone
    - - - Updated - - -

    old addys by combodance

    10551473 |> 68 2C2CA010 PUSH Dumped.10A02C2C ; ASCII "DamageZone"
    10551524 |. 68 1C2CA010 |PUSH Dumped.10A02C1C ; ASCII "DamagePerSec"

    #define DamagePerSec 0x00A02C44
    #define DamageZone 0x00A02C54

  3. #3
    lhuarcer's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    0xA3770C = "DamageZone"
    0xA376FC = "DamagePerSec"

  4. The Following User Says Thank You to lhuarcer For This Useful Post:

    liberty43 (12-07-2016)

  5. #4
    liberty43's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    localhost
    Posts
    10
    Reputation
    10
    Thanks
    1
    My Mood
    Amazed
    Can you help me how to get pinoy kapala

  6. #5
    liberty43's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    localhost
    Posts
    10
    Reputation
    10
    Thanks
    1
    My Mood
    Amazed
    Quote Originally Posted by lhuarcer View Post
    0xA3770C = "DamageZone"
    0xA376FC = "DamagePerSec"
    thanks working

  7. #6
    Hugo Boss's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    28,752
    Reputation
    4790
    Thanks
    5,902
    My Mood
    Angelic
    Closed upon request.

     
    Super User since 08-29-2017
    Global Moderator from 10-02-2016 - 08-29-2017
    Premium Seller since 11-16-2016
    Moderator from 09-24-2015 - 01-09-2016
    Alliance of Valiant Arms Minion from 11-12-2015 - 01-09-2016
    Market place Minion from 09-24-2015 - 01-09-2016
    Crossfire Minion from 09-11-2015 - 01-09-2016

    Middleman from 07-07-2015 - 01-09-2016
    Market Place Minion from 03-03-2014 - 08-01-2014
    Middleman from 01-30-2014 - 08-01-2014
    Moderator from 03-29-2013 - 04-04-2013
    Market Place Minion from 03-07-2013 - 04-04-2013
    Premium Member since 01-25-2013
    Middleman from 12-04-2012 - 04-04-2013
    Registered since 10-9-2011

Similar Threads

  1. How to find values in a game
    By Dizzybadc in forum C++/C Programming
    Replies: 1
    Last Post: 01-26-2016, 11:06 PM
  2. [Help] How to find the exact value I attached Olly directly to crossfire
    By acedia in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 4
    Last Post: 08-15-2012, 11:06 PM
  3. How i find the bots value in DV ?
    By SNShadoo in forum Alliance of Valiant Arms (AVA) Help
    Replies: 8
    Last Post: 07-24-2012, 05:25 AM
  4. [Help Request] How to find the highest value
    By Xray Hunter in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 09-29-2011, 06:06 PM
  5. [Question]How to find a value that does not change
    By cnttuchme in forum C++/C Programming
    Replies: 4
    Last Post: 10-23-2009, 08:51 AM