Page 3 of 3 FirstFirst 123
Results 31 to 38 of 38
  1. #31
    acedia's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    CShell.dll find me there :)
    Posts
    489
    Reputation
    10
    Thanks
    144
    My Mood
    Cheeky
    Quote Originally Posted by Deadeys View Post
    That can a lot better. for example:

    Code:
    //Call this
    ChangeAddress(0xEEC,0.0f);
    ChangeAddress(0x1054,0.0f);
    ChangeAddress(0x11BC,0.0f);
    ChangeAddress(0x3514,0.0f);
    ChangeAddress(0x36FC,0.0f);
    ChangeAddress(0x39F8,0.0f);
    ChangeAddress(0x3B74,0.0f);
    ChangeAddress(0x3514,0x3540,0.0f);
    ChangeAddress(0x36F4,0x3710,0.0f);
    ChangeAddress(0x39F8,0x3A04,0.0f);
    ChangeAddress(0x3A64,0x3A7C,0.0f);
    
    //Functions that you need
    void ChangeAddress(DWORD Offset,DWORD HandleToDLL,float Value)
    {
    	*((float*)HandleToDLL + Offset) = Value;
    }
    
    void ChangeAddress(DWORD FromOffset, DWORD ToOffset,DWORD HandleToDLL,float Value)
    {
    	for(DWORD i = 0; i <= ToOffset - FromOffset; i++)
    		NullAddress(FromOffset + i,HandleToDLL,Value);
    }
    Did't test the code, I wrote this in notepad. Btw Its better that you use Templates, then you can use this in more situation.
    You need to add the y loop, i don't know what y is... I only know it's a bad name... so you need to add it your self, there is a big chance that you can do this cleaner..

    Btw, why do you use C style casting? Its better to use C++0x/C++11 casting... So, do you have a reason to use C style casting?


    Nvm, I stop updating this post.. Your code is to bad... soz.
    good job with this one... Ill try to make thi function.. work Ill give you credits of course
    Bad things happen when good men do nothing


    Move like a shadow, Strike like a snake

  2. #32
    Deadeys's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    61
    Reputation
    16
    Thanks
    27
    Quote Originally Posted by acedia View Post
    good job with this one... Ill try to make thi function.. work Ill give you credits of course
    Ty . btw, you need to add the HandleToDLL as 2nd parma. I don't know if the addies are ride

  3. #33
    acedia's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    CShell.dll find me there :)
    Posts
    489
    Reputation
    10
    Thanks
    144
    My Mood
    Cheeky
    Quote Originally Posted by Deadeys View Post
    Ty . btw, you need to add the HandleToDLL as 2nd parma. I don't know if the addies are ride
    im from ph my addys are not working gives errors >,< somethings wrong
    Bad things happen when good men do nothing


    Move like a shadow, Strike like a snake

  4. #34
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Quote Originally Posted by magicwar7 View Post
    the last3 offsets will give 28_3 Code error
    no they dont


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  5. #35
    musivian2002's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by giniyat101 View Post
    no they dont
    in CF PH it will pop up 28_3 error .I think its get server sided ? hmmm @giniyat101

  6. #36
    jmdante's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    222
    Reputation
    10
    Thanks
    530
    My Mood
    Sleepy
    Quote Originally Posted by gksrnrzmvk View Post
    Aim climbs up direction
    Hi all, I got the same problem with this.. the bullet climbs up. And also my player is invisible, but it can shoot, throw grenades and all just normal moves. But I can't see my player, I'm like a ghost. Any solution to this?
    By the way, less spread & no recoil is working. No client error or whatsoever.. Just can't see my player

  7. #37
    nomanis's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    2
    is your player only invisible to u?

  8. #38
    jmdante's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    222
    Reputation
    10
    Thanks
    530
    My Mood
    Sleepy
    Quote Originally Posted by nomanis View Post
    is your player only invisible to u?
    Yes. Can you pm me if you have solution to this?

Page 3 of 3 FirstFirst 123

Similar Threads

  1. [Release] addies Less recoil, spread
    By DOOP in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 17
    Last Post: 06-09-2011, 08:40 AM
  2. Less recoil/spread hack
    By hackiswrong in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 10-06-2008, 12:34 PM
  3. {REQUEST}No Recoil, No Spread for Combat Arms
    By alimarin in forum Hack Requests
    Replies: 0
    Last Post: 09-01-2008, 09:27 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