Results 1 to 7 of 7
  1. #1
    Recycle's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    Find Me.
    Posts
    18
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic

    Help Please // No Spread

    English:

    Hi,

    Please help me on how to make my No Spread hack work.

    Here is the code that I am using:

    void NoSpread()
    {
    *(float*)ADR_NoSpread = 0;
    }

    I already tried this addies:
    0x00A7BE30 - Credits to pusongbato
    0x10110 - Credits to Coderz

    I hope someone can help me

    ==============
    Tagalog:

    Hi po,

    Patulong naman po kasi tinatry ko pong mapagana ang No Spread pero hindi ko po mapagana.

    Heto po yung ginamit ko:

    void NoSpread()
    {
    *(float*)ADR_NoSpread = 0;
    }

    Na try ko na po itong addies na to:
    0x00A7BE30 - Credits to pusongbato
    0x10110 - Credits to Coderz

    Sana po matulungan niyo ako
    Last edited by Recycle; 01-07-2014 at 08:30 PM. Reason: Added English so that more people will understand

  2. #2
    paulcedric's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    manila
    Posts
    198
    Reputation
    10
    Thanks
    299
    My Mood
    Tired
    Quote Originally Posted by Recycle View Post
    Hi po,

    Patulong naman po kasi tinatry ko pong mapagana ang No Spread pero hindi ko po mapagana.

    Heto po yung ginamit ko:

    void NoSpread()
    {
    *(float*)ADR_NoSpread = 0;
    }

    Na try ko na po itong addies na to:
    0x00A7BE30 - Credits to pusongbato
    0x10110 - Credits to Coderz
    Use this, Offset addys should work

    void NoSpread()
    {
    *(float*)(Playerpointer+OFS_NoSpread) = 1;
    }
    Respect List:
    @Public3nemy (Yuri Vargas)
    @Alex_Agnew (AeroMan)
    @[W]eb[C]ombat (Jesus Ceballos)
    @D3ath (MJCreado)
    @kevin0152
    @pusongbato

  3. #3
    Recycle's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    Find Me.
    Posts
    18
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    Quote Originally Posted by paulcedric View Post
    Use this, Offset addys should work

    void NoSpread()
    {
    *(float*)(Playerpointer+OFS_NoSpread) = 1;
    }
    I tried it sir with this addies:


    0x10110 - Credits to Coderz
    It didn't work.


    0x00A7BE30 - Credits to pusongbato
    The game crashed just right before I spawn.

  4. #4
    paulcedric's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    manila
    Posts
    198
    Reputation
    10
    Thanks
    299
    My Mood
    Tired
    Quote Originally Posted by Recycle View Post
    I tried it sir with this addies:


    0x10110 - Credits to Coderz
    It didn't work.


    0x00A7BE30 - Credits to pusongbato
    The game crashed just right before I spawn.
    Correct

    #define OFS_NOSPREAD 0x10110

    baka po may mali sa base mo check mo po ng maiigi, Good luck
    Respect List:
    @Public3nemy (Yuri Vargas)
    @Alex_Agnew (AeroMan)
    @[W]eb[C]ombat (Jesus Ceballos)
    @D3ath (MJCreado)
    @kevin0152
    @pusongbato

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

    Recycle (01-07-2014)

  6. #5
    Fixer.'s Avatar
    Join Date
    Jan 2014
    Gender
    female
    Posts
    22
    Reputation
    10
    Thanks
    271
    Quote Originally Posted by Recycle View Post
    English:

    Hi,

    Please help me on how to make my No Recoil hack work.

    Here is the code that I am using:

    void NoSpread()
    {
    *(float*)ADR_NoSpread = 0;
    }

    I already tried this addies:
    0x00A7BE30 - Credits to pusongbato
    0x10110 - Credits to Coderz

    I hope someone can help me

    ==============
    Tagalog:

    Hi po,

    Patulong naman po kasi tinatry ko pong mapagana ang No Spread pero hindi ko po mapagana.

    Heto po yung ginamit ko:

    void NoSpread()
    {
    *(float*)ADR_NoSpread = 0;
    }

    Na try ko na po itong addies na to:
    0x00A7BE30 - Credits to pusongbato
    0x10110 - Credits to Coderz

    Sana po matulungan niyo ako
    This should be working

    Code:
    *(DWORD*)(Player+0x0010110) = 0x3F800000;
    Press 'Thanks'

  7. The Following User Says Thank You to Fixer. For This Useful Post:

    Recycle (01-07-2014)

  8. #6
    Recycle's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    Find Me.
    Posts
    18
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    Quote Originally Posted by paulcedric View Post
    Correct

    #define OFS_NOSPREAD 0x10110

    baka po may mali sa base mo check mo po ng maiigi, Good luck
    Quote Originally Posted by Fixer. View Post
    This should be working

    Code:
    *(DWORD*)(Player+0x0010110) = 0x3F800000;
    Press 'Thanks'
    Now I finally made it work.
    Thank you to both of you sir. You both helped me a lot

  9. #7
    Fixer.'s Avatar
    Join Date
    Jan 2014
    Gender
    female
    Posts
    22
    Reputation
    10
    Thanks
    271
    Quote Originally Posted by Recycle View Post
    Now I finally made it work.
    Thank you to both of you sir. You both helped me a lot
    No problem nigga.
    I recommended to use my method

Similar Threads

  1. [Release] No spread
    By Jeckels in forum WarRock - International Hacks
    Replies: 23
    Last Post: 05-25-2007, 10:58 AM
  2. [Request]No Spread / No Recoil / Aim Mode
    By tony94 in forum WarRock - International Hacks
    Replies: 15
    Last Post: 05-09-2007, 01:01 PM
  3. Sort of Got No spread..
    By Jeckels in forum WarRock - International Hacks
    Replies: 5
    Last Post: 05-01-2007, 02:43 PM
  4. How to find Recoil and Spread addresses?
    By V1olATor in forum WarRock - International Hacks
    Replies: 5
    Last Post: 04-20-2007, 09:50 AM
  5. No recoil/no spread addys?
    By IBEZ in forum WarRock - International Hacks
    Replies: 8
    Last Post: 01-14-2007, 08:39 PM