Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 49
  1. #16
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Damn unable to edit first post, anyway I made a small type in some of my notes...not a big deal but see if you can find it

    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. #17
    sundin's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    where do u save this code can u help me out please?

  3. #18
    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 sundin View Post
    where do u save this code can u help me out please?
    Clearly you're just going to leech it then, figure it out. The Title says it's for VB...so try that.

    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. #19
    HiddenoO's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Anchorage, AK
    Posts
    840
    Reputation
    33
    Thanks
    212
    My Mood
    Devilish
    If I only knew how to work with html/regex in VB8, maybe i could somehow get this code to work..I tried learning it but quit after about 4 days..Lol

  5. #20
    ajvpot's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    139
    Reputation
    10
    Thanks
    39
    This is so much > then my code from last year, you should make a checker with it if you dont have one. (Im to lazy to look.)
    [IMG]https://************.com/sig/020/ajvpot.jpg[/IMG]
    [img]https://************.com/sig/020/Bommer.jpg[/img]
    ^^LEGIT ACCOUNTS ^^
    [IMG]https://************.com/sig/020/banned2m0rr0.jpg[/IMG]
    ^^HACKER ACCOUNT^^

  6. #21
    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 HiddenoO View Post
    If I only knew how to work with html/regex in VB8, maybe i could somehow get this code to work..I tried learning it but quit after about 4 days..Lol
    Well "as-is" you can just compile it and it works with a DGV, but yeah the RegEx isn't *too* complex. Just look up Lookahead and lookbehind and just generally browse through this tut:

    Regular-Expressions.info - Regex Tutorial, Examples and Reference - Regexp Patterns

    And you should get it no problem. The main pattern might seem a bit weird with the massive spaces, but for some reason that was just how the html was structured /

    @ajvpot I haven't made a CBL checker, I don't really play CA anyway. I just did this as a favor to Bombsaway707.

    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)

  7. #22
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Quote Originally Posted by HiddenoO View Post
    If I only knew how to work with html/regex in VB8, maybe i could somehow get this code to work..I tried learning it but quit after about 4 days..Lol


    Never Quit .

  8. #23
    HiddenoO's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Anchorage, AK
    Posts
    840
    Reputation
    33
    Thanks
    212
    My Mood
    Devilish
    Quote Originally Posted by Jason View Post


    Well "as-is" you can just compile it and it works with a DGV, but yeah the RegEx isn't *too* complex. Just look up Lookahead and lookbehind and just generally browse through this tut:

    Regular-Expressions.info - Regex Tutorial, Examples and Reference - Regexp Patterns

    And you should get it no problem. The main pattern might seem a bit weird with the massive spaces, but for some reason that was just how the html was structured /

    @ajvpot I haven't made a CBL checker, I don't really play CA anyway. I just did this as a favor to Bombsaway707.
    I see you used a date grid in it, but imo i think it would be better for it to be under labels. Might be more to code, but it's well worth it.

  9. #24
    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 HiddenoO View Post
    I see you used a date grid in it, but imo i think it would be better for it to be under labels. Might be more to code, but it's well worth it.
    Wut? Labels?

    And it's a DataGridView....not a date grid

    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. #25
    HiddenoO's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Anchorage, AK
    Posts
    840
    Reputation
    33
    Thanks
    212
    My Mood
    Devilish
    Quote Originally Posted by Jason View Post


    Wut? Labels?

    And it's a DataGridView....not a date grid
    ..That was a typo, I meant Data Grid..and what i mean by labels is instead of having it under the data grid make the stat extractions into different labels
    Like having stats extracted into different labels on the form.

  11. #26
    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 HiddenoO View Post
    ..That was a typo, I meant Data Grid..and what i mean by labels is instead of having it under the data grid make the stat extractions into different labels
    Like having stats extracted into different labels on the form.
    Well, it is possible, but would be a pain in the ass. Not difficult, just annoying.

    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. #27
    HiddenoO's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Anchorage, AK
    Posts
    840
    Reputation
    33
    Thanks
    212
    My Mood
    Devilish
    Quote Originally Posted by Jason View Post


    Well, it is possible, but would be a pain in the ass. Not difficult, just annoying.
    Yeah, I know. I'll probably try and work on that if i can ever get my VB registered..They have an error atm with their product registering page..I'm so lonely without it.


  13. #28
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    https://www.mpgh.net/forum/207-combat...er-delphi.html

    Extracting stats to different labels....

    You probably already seen this post?

  14. #29
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    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.

    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)

  15. #30
    SmartAlley's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    CA General Section
    Posts
    14,370
    Reputation
    577
    Thanks
    1,661
    My Mood
    Hot
    Compile it and release it

Page 2 of 4 FirstFirst 1234 LastLast