Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 49
  1. #31
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by SmartAlley View Post
    Compile it and release it
    On its own, I don't feel it's worth it, but I don't really want to expand on it (don't play CA so ). Figured I may as well throw it over to the community to make it into something good if they so desire

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  2. #32
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Something like this in a c++ hack would be useful. Enter the name of the player in a d3d textbox, and it shows whether or not they are CBL dirty.

  3. #33
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by ᴺᴼᴼᴮ View Post
    Something like this in a c++ hack would be useful. Enter the name of the player in a d3d textbox, and it shows whether or not they are CBL dirty.
    Just getting their "Dirty" status would be easy enough...i'd imagine (not much of a c++ coder so can't be sure)

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  4. #34
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    Quote Originally Posted by Jason View Post
    If you've already created the correct amount of labels it's easy, but I was thinking of a more dynamic option...which would mean determining the location of where to put the next label, still not overly difficult, just a pain in my ass.

    if they're already created, you can just loop though the labels and assign a "stat" to each.

    Why would you need to dynamically create labels? The amount of stats never change..

    But if you wanted to dynamically create the labels(dont know why any one would) just create the labels by the position of last label plus hight of last label plus spacing between labels = new position of new label

    P.s getting dirty status is simple matter of seeing if the word "clean.png" or "Dirty.png" exists in the page source.
    Last edited by Departure; 12-18-2010 at 11:34 PM.

  5. #35
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Departure View Post
    Why would you need to dynamically create labels? The amount of stats never change..

    But if you wanted to dynamically create the labels(dont know why any one would) just create the labels by the position of last label plus hight of last label plus spacing between labels = new position of new label

    P.s getting dirty status is simple matter of seeing if the word "clean.png" or "Dirty.png" exists in the page source.
    Yeah, but you also need to check them in relation to forms height etc. But yeah, creating them in design time would be a lot smarter haha. Still, don't see why would would want labels when you have a perfectly good range of containers as it is (DGV, LV, TV...etc)

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  6. #36
    Shakugan no Shana's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    5,213
    Reputation
    176
    Thanks
    830
    My Mood
    Pensive
    Well written, good job. I'd use if I hadn't already wrote my CBL checker.

  7. #37
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Kataang View Post
    Well written, good job. I'd use if I hadn't already wrote my CBL checker.
    Thanks mate.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  8. #38
    Velocity's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Usa
    Posts
    4,375
    Reputation
    106
    Thanks
    773
    This is cool. I will Compile then use it

    Just started learning VB.

  9. #39
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Gunnez360 View Post
    This is cool. I will Compile then use it

    Just started learning VB.
    Was that worth the 3 week bump?

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  10. #40
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by Jason View Post


    Was that worth the 3 week bump?
    Hell to tha Yes.....

  11. #41
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by whit View Post


    Hell to tha Yes.....
    Well all right then!

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  12. #42
    Flawlessly's Avatar
    Join Date
    Jan 2011
    Gender
    female
    Posts
    12
    Reputation
    10
    Thanks
    1
    If only i knew how to code in VB -.-....

  13. #43
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Flawlessly View Post
    If only i knew how to code in VB -.-....
    It's not very hard to get started with. It's very user friendly so you may as well give it a go.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  14. #44
    -xGhost-'s Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    C:\Sytem32
    Posts
    344
    Reputation
    9
    Thanks
    57
    My Mood
    Relaxed
    Great release, I've been working with VB for sometime now.

    Not to sound like a prick or anything but shouldn't this go in the VB section?
    [IMG]https://i714.photobucke*****m/albums/ww144/sandro911/ProXtremeSignature.png[/IMG]

    [IMG]https://i714.photobucke*****m/albums/ww144/sandro911/Signature.png[/IMG]

  15. #45
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by -xGhost- View Post
    Great release, I've been working with VB for sometime now.

    Not to sound like a prick or anything but shouldn't this go in the VB section?
    So why don't all the hack source codes go in the C++ section? This is related to Combat Arms because it's made specifically for the Combat Arms Community Ban List. It's also a source code.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

Page 3 of 4 FirstFirst 1234 LastLast