Results 1 to 10 of 10

Thread: Black PBSS?

  1. #1
    Member
    Join Date
    Jun 2007
    Posts
    34

    Black PBSS?

    Do anyone have any source available for black PBSS?
    So I can put into nexus 0.4 source?

  2. #2
    dM
    dM is offline
    Junior Member dM's Avatar
    Join Date
    Jun 2007
    Posts
    13

    Re: Black PBSS?

    find return address for GetForegroundWindow. Return NULL when its called. Black PBSS.

  3. #3
    VIP null's Avatar
    Join Date
    Apr 2006
    Posts
    1,798

    Re: Black PBSS?

    Quote Originally Posted by dM View Post
    find return address for GetForegroundWindow. Return NULL when its called. Black PBSS.
    Though youll have to find a way to stop unknown api detection I believe

  4. #4
    Veteran Member
    Join Date
    Apr 2006
    Location
    Canada
    Posts
    748

    Re: Black PBSS?

    Quote Originally Posted by dM View Post
    find return address for GetForegroundWindow. Return NULL when its called. Black PBSS.
    Doesn't work anymore :P
    Code:
    <chaplja|> i'm taking over nixcoders
    <Smileman`> cool

  5. #5
    VIP
    Join Date
    Apr 2006
    Posts
    440

    Re: Black PBSS?

    plenty of apis pbss calls, choose one and dont return to the original, or block the routine anywhere infact and you will have black ss, in some places you can nop out calls in the routine and the ss routine will just work in an infinite loop - never sending anything to the server

    cleanss requires a bit more research

  6. #6
    Member
    Join Date
    Jun 2007
    Posts
    34

    Re: Black PBSS?

    Quote Originally Posted by Sinner View Post
    plenty of apis pbss calls, choose one and dont return to the original, or block the routine anywhere infact and you will have black ss, in some places you can nop out calls in the routine and the ss routine will just work in an infinite loop - never sending anything to the server

    cleanss requires a bit more research
    Sounds quite easy actually..
    Though, how do I know what APIs PBSS calls, and how do I know which of them I can stop without getting kicked for api-hack?

  7. #7
    VIP
    Join Date
    Apr 2006
    Posts
    440

    Re: Black PBSS?

    Quote Originally Posted by looolcode View Post
    Sounds quite easy actually..
    Though, how do I know what APIs PBSS calls, and how do I know which of them I can stop without getting kicked for api-hack?
    you need a disassembler like olly or ida, find where pb calls getforegroundwindow and but a breakpoint on it, then trace the routine backwards or forwards

    if you havent disassembled b4 it takes some learning

  8. #8
    Member wurzil's Avatar
    Join Date
    Jun 2007
    Posts
    37

    Re: Black PBSS?

    Download this if you don not already have it.
    http://www.ollydbg.de/

    open pbcl.dll with it. Press ctrl + N.
    Thers a list of stuff you can use there.

    sinner beat me to it lol.

  9. #9
    Veteran Member
    Join Date
    Apr 2006
    Location
    Canada
    Posts
    748

    Re: Black PBSS?

    Quote Originally Posted by Sinner View Post
    you need a disassembler like olly or ida, find where pb calls getforegroundwindow and but a breakpoint on it, then trace the routine backwards or forwards

    if you havent disassembled b4 it takes some learning
    argh, I was gonna say set a bp :S
    Code:
    <chaplja|> i'm taking over nixcoders
    <Smileman`> cool

  10. #10
    dM
    dM is offline
    Junior Member dM's Avatar
    Join Date
    Jun 2007
    Posts
    13

    Re: Black PBSS?

    Quote Originally Posted by Couch View Post
    Doesn't work anymore :P
    really? i havent written anything in a long ass time (i think over a year).

Similar Threads

  1. BLack PBSS
    By nikola_10 in forum Call of Duty 4 Cheats
    Replies: 5
    Last Post: January 13th, 2011, 11:09
  2. ETPro Wallhack 3.2.6 >Black PBSS<
    By Astronis in forum Enemy Territory Cheats
    Replies: 4
    Last Post: May 15th, 2010, 14:31
  3. Pbss
    By neeeeo in forum Anti-Cheat
    Replies: 15
    Last Post: July 16th, 2009, 11:28
  4. My new PBSS
    By deadnesser in forum Gallery
    Replies: 14
    Last Post: November 8th, 2007, 22:03
  5. [REQUEST] Black PBSS
    By looolcode in forum Tutorials
    Replies: 1
    Last Post: June 28th, 2007, 17:18

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •