Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 41
  1. #16
    nubslice's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    3
    First of all, I can't believe you made a program to do something so simple that takes literally 10 seconds.

    Second, I can't believe you were so secretive about such a common fix that's been posted everywhere on Steam forums and probably this forum.


  2. The Following 2 Users Say Thank You to nubslice For This Useful Post:

    Hell_Demon (11-16-2010),unknown2009 (11-16-2010)

  3. #17
    unknown2009's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Alpha Moon!
    Posts
    73
    Reputation
    10
    Thanks
    19
    My Mood
    Confused
    Quote Originally Posted by nubslice View Post
    First of all, I can't believe you made a program to do something so simple that takes literally 10 seconds.

    Second, I can't believe you were so secretive about such a common fix that's been posted everywhere on Steam forums and probably this forum.

    ahahaha +1
    Its nation of strangers..
    more like those
    That's what i do when i get backstabbed

  4. #18
    spiritwo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Rochester, NY
    Posts
    709
    Reputation
    17
    Thanks
    76
    My Mood
    Happy
    Not that helpful when i can set the priorities myself but to the noobs sure why not
    --
    "Life is tough. It's tougher if you're stupid."

    Spiritwo |






  5. #19
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by jabbathehutt View Post
    Ohhh cmon dude. You're not very nice. Btw this is wrong.
    Its also set the priority of Black Ops higher.
    Blubb, your code didnt work, just to say. I did it all myself without anybodys help. /
    10 lines of code - pretty hard /

    + I don't know every code out of my mind.

    Google = Win.



  6. #20
    sph4ck's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    main.py
    Posts
    230
    Reputation
    59
    Thanks
    1,565
    I agree, this is not very interesting.

    I dropped the EXE in IDA Pro and found in less than 3 minutes that the only thing that this app does is:
    - increase priority of BlackOpsPM process to "high" (0x0080)
    - decrease priority of Steam process to "below normal" (0x4000)

    Plz if you do things as simple as that, you can give away the source too...

  7. The Following 4 Users Say Thank You to sph4ck For This Useful Post:

    fieserPICARD (11-17-2010),Hell_Demon (11-16-2010),rayjones55 (11-18-2010),unknown2009 (11-16-2010)

  8. #21
    jabbathehutt's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    616
    Reputation
    18
    Thanks
    731
    My Mood
    Aggressive
    Cuz i relly like you all, i added the source. Its kinda fucking easy!!! Anyway, I wanted to keep that for my own cuz offf...... Dont know.
    @sph4ck Wow. How did you do that? Embarrassing.
    Helped out over 5000 guys with my level trainer and other stuff.

    Selling Steam accounts. Send me a message if you're interested.



    Nice forum needs to expands! Register now for a good position! (PM me)


  9. #22
    Remember's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Me mums basement
    Posts
    1,426
    Reputation
    31
    Thanks
    290
    humm now it works some time and some time it makes the game lag like fuck
    "I treat the camera like a person--I gaze into it."

  10. #23
    sph4ck's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    main.py
    Posts
    230
    Reputation
    59
    Thanks
    1,565
    Quote Originally Posted by jabbathehutt View Post
    @sph4ck Wow. How did you do that? Embarrassing.
    Really simple. Open the EXE in IDAPRO, look for the action "Button1_Click". There are a bunch of calls to GetProcessByName and two interesting sections:

    The one for Steam:

    Code:
    loc_754:                                // CODE XREF: Button1_Click+B4j
        ldloc.s 7
        ldloc.s 6
        ldelem.ref
        stloc.3
        ldstr "Steam"
        call class [System]System.Diagnostics.Process[] [System]System.Diagnostics.Process::GetProcessesByName(class System.String)
        stloc.2
        ldloc.2
        ldlen
        conv.ovf.i2.un
        ldc.i4.0
        beq.s loc_788
        ldloc.3
        ldc.i4 0x4000
        callvirt void [System]System.Diagnostics.Process::set_PriorityClass(value class [System]System.Diagnostics.ProcessPriorityClass)
        ldstr "Enjoy your lagg free game now!"
        ldstr "Success"
        call value class [System.Windows.Forms]System.Windows.Forms.DialogResult [System.Windows.Forms]System.Windows.Forms.MessageBox::Show(class System.String, class System.String)
        pop
        br.s loc_798
    and the one for BlackOpsMP:

    Code:
    loc_701:                                // CODE XREF: Button1_Click+51j
        ldloc.s 5
        ldloc.s 4
        ldelem.ref
        stloc.1
        ldstr "BlackOpsMP"
        call class [System]System.Diagnostics.Process[] [System]System.Diagnostics.Process::GetProcessesByName(class System.String)
        stloc.0
        ldloc.0
        ldlen
        conv.ovf.i2.un
        ldc.i4.0
        beq.s loc_725
        ldloc.1
        ldc.i4 0x80
        callvirt void [System]System.Diagnostics.Process::set_PriorityClass(value class [System]System.Diagnostics.ProcessPriorityClass)
        br.s loc_735
    This is the first time I disassemble .NET code.
    Fun.

  11. #24
    jabbathehutt's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    616
    Reputation
    18
    Thanks
    731
    My Mood
    Aggressive
    I assembled it. Anyway, everything you cant read out of the code. Just these few lines.
    Pretty cool.
    Helped out over 5000 guys with my level trainer and other stuff.

    Selling Steam accounts. Send me a message if you're interested.



    Nice forum needs to expands! Register now for a good position! (PM me)


  12. #25
    promillus's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    Can u pls send me a pm with dl-link? cant dl it from here - dont know why...

  13. #26
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    @promillus
    cause u have to low posts
    go make some posts ( BUT! don't scam )

  14. #27
    promillus's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    how much do have to do?

  15. #28
    jabbathehutt's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    616
    Reputation
    18
    Thanks
    731
    My Mood
    Aggressive
    hahaha
    make as much as you want i think its 20 or smth and/or check your emails.
    Helped out over 5000 guys with my level trainer and other stuff.

    Selling Steam accounts. Send me a message if you're interested.



    Nice forum needs to expands! Register now for a good position! (PM me)


  16. #29
    promillus's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    lolz...20 posts

    i want to have/try this stuff...9 more...

    Now i got 20 but i cant dl it...that realy sux!
    Last edited by promillus; 11-16-2010 at 11:46 AM.

  17. #30
    masterdisaster's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    1
    My Mood
    Drunk
    Quote Originally Posted by promillus View Post
    lolz...20 posts

    i want to have/try this stuff...9 more...

    Now i got 20 but i cant dl it...that realy sux!
    Unverified User verify your email adress ...

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. New Black Ops 7min Multiplayer Overview!
    By tuttiman in forum Call of Duty Black Ops Discussions
    Replies: 11
    Last Post: 09-07-2010, 06:43 AM
  2. new black ops multiplayer teaser
    By shadowkiller210 in forum General Gaming
    Replies: 3
    Last Post: 09-05-2010, 10:05 AM
  3. New RARE Call of duty Black ops Gameplay
    By NGT.Rock in forum Call of Duty Black Ops Discussions
    Replies: 61
    Last Post: 08-29-2010, 06:06 PM
  4. NEW LEAKED BLACK OPS GAMEPLAY!!
    By aosma8 in forum Call of Duty Black Ops Discussions
    Replies: 4
    Last Post: 08-24-2010, 12:57 AM
  5. Call of duty: Black Ops NEW Multiplayer GAMEPLAY
    By x1PreDatoR1x in forum Call of Duty Black Ops Discussions
    Replies: 22
    Last Post: 08-14-2010, 08:43 PM