Page 1 of 2 12 LastLast
Results 1 to 15 of 30
  1. #1
    GunBoy120's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    In my house lol
    Posts
    102
    Reputation
    10
    Thanks
    5
    My Mood
    Cheerful

    SeeGhost giving send error report.

    well, im trying to do my first release
    But my see ghost is giving error send report on the login page

    Pointer: 0xA02204
    Offsets: 0x8C + 0x88 + 0x90 + 0xA4

    something wrong?

  2. #2
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    Try using it with player pointer?
    Also you can make it work with
    Basic Player Info - 0x8C - 0x88 - 0x90
    check ur code again..
    Joined MPGH: 07/08/09


    i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at once
    A network problem caused by you? What did you do? Trip over the cable?




  3. #3
    Swag's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Netherlands
    Posts
    1,619
    Reputation
    19
    Thanks
    1,865
    My Mood
    Amused
    its always:
    Basic Player Info+ 0x8C - 0x88 - 0x90 - 0xA4..
    One of them is movement speed ( it think 0xA4) and that value is 1 or 2.
    the other are value 300.
    try that!

  4. #4
    GunBoy120's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    In my house lol
    Posts
    102
    Reputation
    10
    Thanks
    5
    My Mood
    Cheerful
    didnt work
    thx u all

  5. #5
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,910
    Reputation
    119
    Thanks
    3,986
    My Mood
    Asleep
    Quote Originally Posted by GunBoy120 View Post
    didnt work
    thx u all
    let me see the code
    we can't help u if u don't post ur code

  6. #6
    GunBoy120's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    In my house lol
    Posts
    102
    Reputation
    10
    Thanks
    5
    My Mood
    Cheerful
    this is the code
    *(float*)(BasicPlayerInfo + 0x8C) = 300.0f;
    *(float*)(BasicPlayerInfo + 0x88) = 300.0f;
    *(float*)(BasicPlayerInfo + 0x90) = 300.0f;
    *(float*)(BasicPlayerInfo + 0xA4) = 300.0f;

  7. #7
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,010
    My Mood
    Amused
    Quote Originally Posted by GunBoy120 View Post
    this is the code
    Did you check if it is initialized?
    Do a null check before that
    ~Donater since 19th October 2011~
    ~Ex-Crossfire Minion || Resigned on 4th February 2012 ~
    Da fuck

  8. #8
    rhikardo's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    0
    thx for the hack

  9. #9
    GunBoy120's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    In my house lol
    Posts
    102
    Reputation
    10
    Thanks
    5
    My Mood
    Cheerful
    Quote Originally Posted by Philong Nguyen View Post

    Did you check if it is initialized?
    Do a null check before that
    yep, i did

    the code is giving send error report @rhikardo
    Last edited by GunBoy120; 11-22-2011 at 09:34 AM.

  10. #10
    [[SeXergy]]'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    417
    Reputation
    27
    Thanks
    130
    My Mood
    Sneaky
    Here try this;

    First: You only search for the following... You have to find 3 offsets. And the BasicPlayerInfo pointer.

    Code:
    BasicPlayerInfo
    CharacterHiddenAlpha
    CharacterHiddenWalkAlpha
    CharacterHiddenRunAlpha
    Second: You then insert the pointers and the offsets into your code.

    Code:
    }
    if(0xA02204) {
    *(float*)(0xA02204 + 0x88) = 300.0f;
    *(float*)(0xA02204 + 0x8C) = 300.0f;
    *(float*)(0xA02204 + 0x90) = 300.0f;
    }
    Look at where i put the pointers . And look at the correct offsets.

    Hope i helped
    Last edited by [[SeXergy]]; 11-22-2011 at 09:38 AM.

  11. #11
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,010
    My Mood
    Amused
    Quote Originally Posted by [[SeXergy]] View Post
    Here try this;

    First: You only search for the following... You have to find 3 offsets. And the BasicPlayerInfo pointer.

    Code:
    BasicPlayerInfo
    CharacterHiddenAlpha
    CharacterHiddenWalkAlpha
    CharacterHiddenRunAlpha
    Second: You then insert the pointers and the offsets into your code.

    Code:
    }
    if(0xA02204) {
    *(float*)(0xA02204 + 0x88) = 300.0f;
    *(float*)(0xA02204 + 0x8C) = 300.0f;
    *(float*)(0xA02204 + 0x90) = 300.0f;
    }
    Look at where i put the pointers . And look at the correct offsets.

    Hope i helped
    Err, Your code will give a send error report as well.
    it is cshell+basicplayerinfo
    ~Donater since 19th October 2011~
    ~Ex-Crossfire Minion || Resigned on 4th February 2012 ~
    Da fuck

  12. #12
    GunBoy120's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    In my house lol
    Posts
    102
    Reputation
    10
    Thanks
    5
    My Mood
    Cheerful
    Quote Originally Posted by Philong Nguyen View Post

    Err, Your code will give a send error report as well.
    it is cshell+basicplayerinfo
    yep... im still getting the error..

  13. #13
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    You dont have to use 0xA4.
    Joined MPGH: 07/08/09


    i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at once
    A network problem caused by you? What did you do? Trip over the cable?




  14. #14
    GunBoy120's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    In my house lol
    Posts
    102
    Reputation
    10
    Thanks
    5
    My Mood
    Cheerful
    im not using this, but im getting the error. @Fly3r
    Last edited by GunBoy120; 11-22-2011 at 10:24 AM.

  15. #15
    fabi0402's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    0
    i have this code:

    #define BasicPlayerInfo 0xA02204

    //See Ghost
    if(BasicPlayerInfo)
    {
    *(float*)(CShell+BasicPlayerInfo + 0x88) = 300.0f;
    *(float*)(CShell+BasicPlayerInfo + 0x8C) = 300.0f;
    *(float*)(CShell+BasicPlayerInfo + 0x90) = 300.0f;
    }

    and it don't work what can i do???

Page 1 of 2 12 LastLast

Similar Threads

  1. Crossfire Send Error Report?
    By Murat in forum CrossFire Help
    Replies: 26
    Last Post: 11-05-2010, 04:36 PM
  2. [SOLVED]Send error report- all hacks tested with fi inject
    By xx claws xx in forum CrossFire Help
    Replies: 3
    Last Post: 10-03-2010, 12:19 PM
  3. crossfire error: send error report[SOLVED]
    By royalpb in forum CrossFire Help
    Replies: 6
    Last Post: 08-13-2010, 04:49 AM
  4. [SOLVED] send error report?
    By grk2meet in forum CrossFire Help
    Replies: 6
    Last Post: 08-05-2010, 12:15 AM
  5. CROSS FIRE ERROR: send error report
    By royalpb in forum CrossFire Help
    Replies: 16
    Last Post: 07-28-2010, 12:54 PM