Ever hear of this?

Discussion in 'Xbox 360 Development' started by ASSEMbler, Aug 20, 2009.

  1. ASSEMbler

    ASSEMbler Administrator Staff Member

    Joined:
    Mar 13, 2004
    Messages:
    19,394
    Likes Received:
    995
    Got an e-mail..

    the shadow complex beta disabled the fans on my test kit. Now the console boots and after 5 minutes or so it crashes and two red lights appear and the fans then turn on and go full speed to cool it down.I know there is a program that allows the user to edit the fan speeds but I haven't been able to find it.
     
  2. Tyler

    Tyler Enthusiastic Member

    Joined:
    Jun 15, 2009
    Messages:
    513
    Likes Received:
    1
    yes same hapend to me and itchy

    theres a fan app that can fix it

    the files are legit but the xex is a modified version of the fan speed tool

    the fan app as far as i know was in the dev_tools leaked on sky (not positive)

     
    Last edited: Aug 20, 2009
  3. Krypton_VII

    Krypton_VII Peppy Member

    Joined:
    Jan 12, 2008
    Messages:
    354
    Likes Received:
    4
    Wow that's lame that someone would actually inflict this upon others..

    =/

    Hopefully a fix is found for you guys. And thanks for the heads up, not that I'd download anything like that anyways.
     
  4. Tyler

    Tyler Enthusiastic Member

    Joined:
    Jun 15, 2009
    Messages:
    513
    Likes Received:
    1
    Thanks, yea i guess it was dumb downloading it but a few people told me it was legit so,
    yes i guess im gullible, but i didnt expect anybody from the scene would be that heartless
     
    Last edited: Aug 20, 2009
  5. Barc0de

    Barc0de Mythical Member from Time Immemorial

    Joined:
    Oct 29, 2005
    Messages:
    11,205
    Likes Received:
    23
    cheeky!
     
  6. KIWIDOGGIE

    KIWIDOGGIE Peppy Member

    Joined:
    Jul 9, 2008
    Messages:
    357
    Likes Received:
    15
    heh.

    Yeah, its a damn shame.
     
  7. hl718

    hl718 Site Soldier

    Joined:
    Nov 19, 2004
    Messages:
    2,856
    Likes Received:
    7
    Sadly stuff like this has always been around. Even back in the day when people were trading floppies on the PC, you'd hear about the guy who got a virus or a trojan from something he downloaded or the fake program that did nothing more than wipe your hard drive's partition table.

    In short, there are always assholes out there.

    On the upside, be glad it was just a fan issue that could be recovered. Given that accessing the flash is trivial on a kit, if someone really wanted to cause damage they could easily whip up an app that blanked the flash and completely hosed your kit.

    -hl718
     
  8. Tyler

    Tyler Enthusiastic Member

    Joined:
    Jun 15, 2009
    Messages:
    513
    Likes Received:
    1
    g:\coding\xbox360\source\FanSpeed\Release\FanSpeed.pdb
    [XAPI RETURN VALUE] %d

    ( n u l l ) (null)
    New GPU Fan Speed: %ú%%
    Error setting GPU fan speed
    New CPU Fan Speed: %ú%%
    Error setting CPU fan speed

    Old GPU Fan Speed: %d%%
    Old GPU Fan Speed: Auto
    Error getting GPU fan speed
    Old CPU Fan Speed: %d%%

    Old CPU Fan Speed: Auto
    Error getting CPU fan speed
    Fan Speed Tool v1.0 - xorloser


    Got this out of the xex, i dont think xorloser would do anything like this it just dosent seem to fit him, but then again this is a mod of his program
     
  9. Krypton_VII

    Krypton_VII Peppy Member

    Joined:
    Jan 12, 2008
    Messages:
    354
    Likes Received:
    4
    No way xorloser would do anything like that. Had to be hacked/created by a third party.
     
  10. Tyler

    Tyler Enthusiastic Member

    Joined:
    Jun 15, 2009
    Messages:
    513
    Likes Received:
    1
    i know thats what im thinking
    hes not a bad guy i wouldent suspect him of doing any of this
     
    Last edited: Aug 22, 2009
  11. ambi0

    ambi0 Member

    Joined:
    Jan 7, 2009
    Messages:
    9
    Likes Received:
    0
    Fix coming

    Ok, i`ve been looking at that xex file and found some pretty interesting things, anyway the fan speed for the CPU and GPU is changed to 100 once the xex is ran which stops the fans. will i`m going to try changing this to a higher number for example 200 so the fans will start, this will be reversing the effect of the bad xex file.

    If that doesn`t work I have a few other things on my mind that may get it to work. I`ll let you guys know if I get it to work or not.

    What might work:

    New GPU Fan Speed: %d%%
    //The d in that is 64 in hex and I converted that to a decimal and it is 100 so what I did is chanced the 64 to C8 which converted into a decimal is 200, I also did the same to the CPU settings. So if i`m correct this should make the fans start working.

    also I don`t know why, but the old CPU and GPU speed was set to 100 in the hex also, I`ll probably figure out why later.

    And also xorloser would not do such a thing, it was someone else who had the fan speed tool and decided to do a horrible thing.
     
    Last edited: Aug 22, 2009
  12. Krypton_VII

    Krypton_VII Peppy Member

    Joined:
    Jan 12, 2008
    Messages:
    354
    Likes Received:
    4
    I'm guessing you've never coded in C++ or C, seeing as you have no clue what %d is..

    Keep it up and I'd expect to see more kits broken than fixed..

    If I were you I just wouldn't bother..
     
    Last edited: Aug 22, 2009
  13. ambi0

    ambi0 Member

    Joined:
    Jan 7, 2009
    Messages:
    9
    Likes Received:
    0
    I`ve coded in C# and learning C++, but that`s not what I was saying in my reply...

    I was saying I wanted to try to reverse what happens with the xex by simply modifying it, not programming a new xex because at the moment, I do not acquire the knowledge or making my own xex yet, but in time I will.
     
  14. KIWIDOGGIE

    KIWIDOGGIE Peppy Member

    Joined:
    Jul 9, 2008
    Messages:
    357
    Likes Received:
    15
    %d is not a number LOL its similar if not the same as %i so yea....

    [Don't feel like explaining]
     
  15. ambi0

    ambi0 Member

    Joined:
    Jan 7, 2009
    Messages:
    9
    Likes Received:
    0
    Ok, only the letter and or symbol in between the % is a number when converted into a decimal.

    Example:
    %d%%
    The d in that is equal to 100 in decimal.
     
  16. null2

    null2 Guest

    Trust me, you are no where near intelligent enough to fix this.
     
  17. ambi0

    ambi0 Member

    Joined:
    Jan 7, 2009
    Messages:
    9
    Likes Received:
    0
    Thanks you for the concern MTW, but a simple modification in hex wont hurt.
     
  18. ambi0

    ambi0 Member

    Joined:
    Jan 7, 2009
    Messages:
    9
    Likes Received:
    0
    [​IMG]

    Sorry, it`s a bit hard to see but I explained it in the program i`m using. For those who can`t read what the orange text says in the program will here it is:

    d = 64 in hex and = 100 in a decimal, I changed d to . which = C8 in hex and 200 in a decimal, so this idea might just work enough to get the fans to spin agian.
     
    Last edited: Aug 22, 2009
  19. Krypton_VII

    Krypton_VII Peppy Member

    Joined:
    Jan 12, 2008
    Messages:
    354
    Likes Received:
    4
    Anyone trying to potentially learn something off of ambi0 here, don't bother, he's terribly off, and doesn't understand the fact that we told him multiple times this wont work..

    No offense, but it's just ignorance at it's finest.. We even corrected you and said %d isn't a value, and I told you where it's from.. And other people verified what I said, and you're still too ignorant to believe it..

    I'm done here, have fun on your wild goose chase..
     
    Last edited: Aug 22, 2009
  20. null2

    null2 Guest

sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page