Wanna know if your CPU is really stable, FAST?

Anusha

Member
Jun 13, 2006
25,864
5
0
fallenzeraphine said:
LMAO i just burned the heat sensor of my office Pentium D with this thing, nice find man, ill try this tonite
See! Glad to see some courageous people around :D
 

fallenzeraphine

Active member
  • Jan 29, 2008
    1,385
    9
    38
    Anusha said:
    See! Glad to see some courageous people around :D

    Hell yea COdes of OCers lol
    burned the processor? Get a new one
    Got a new Processor? OC the crap out of it, Lap it, Stress test it till it dies
    Burned the Processor? :P
     

    Anusha

    Member
    Jun 13, 2006
    25,864
    5
    0
    fallenzeraphine said:
    Hell yea COdes of OCers lol
    burned the processor? Get a new one
    Got a new Processor? OC the crap out of it, Lap it, Stress test it till it dies
    Burned the Processor? :P
    Code:
    #include <stdio.h>
    #include <oc.h>
    #include <cpu.h>
    
    void oc(int clock);
    int burned() ;
    
    int main() {
        float multi = 0.0;
        float clock = 0.0;
        int x = 0;
    
        printf("Enter FSB increment: ");
        scanf("%d", &x);
        printf("Enter multiplier: ");
        scanf("%f", &multi);
        printf("Enter clock speed: ");
        scanf("%f", &clock);
    
        while (burned()==0) {
            clock = clock + x * multi;
            oc(clock);
        }
    
        return -1;
    }
    
    void oc(float clock) {
       //some hidden codes come here >__>
    }
    
    int burned () {
        //some hidden codes come here >__>
    }

    :P :P :P :P :P :P :P
     

    fallenzeraphine

    Active member
  • Jan 29, 2008
    1,385
    9
    38
    Anusha said:
    Code:
    #include <stdio.h>
    #include <oc.h>
    #include <cpu.h>
    
    void oc(int clock);
    int burned() ;
    
    int main() {
        float multi = 0.0;
        float clock = 0.0;
        int x = 0;
    
        printf("Enter FSB increment: ");
        scanf("%d", &x);
        printf("Enter multiplier: ");
        scanf("%f", &multi);
        printf("Enter clock speed: ");
        scanf("%f", &clock);
    
        while (burned()==0) {
            clock = clock + x * multi;
            oc(clock);
        }
    
        return -1;
    }
    
    void oc(float clock) {
       //some hidden codes come here >__>
    }
    
    int burned () {
        //some hidden codes come here >__>
    }
    :P :P :P :P :P :P :P

    ROFLMAO..good one