Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Muahahaha....

  1. #1
    deadfolx's Avatar
    Joined
    Dec 2011
    Posts
    465
    Userbars
    2
    Thanks
    19
    Thanked
    42/30
    DL/UL
    22/2
    Mentioned
    14 times
    Time Online
    52m
    Avg. Time Online
    N/A

    Muahahaha....

    Code:
    'get/set pet name
            strName = neo.Between(strHTML, "Name: <B>", "</B> |")
            lblName.Text = strName
            'get/set level
            strLevel = neo.Between(strHTML, "| Level: <B>", "</B> |")
            lblLevel.Text = strLevel
            'get/set health
            strHealth = neo.Between(strHTML, "| Health: <B>", "</B>/")
            lblHealth.Text = strHealth
            strHealthFull = neo.Between(strHTML, "</B>/", " <IMG SRC=")
            lblHealthFull.Text = strHealthFull
    [FONT=Arial Narrow]"Chuck Norris methods doesn

  2. #2

    Joined
    Jan 2012
    Posts
    188
    Userbars
    2
    Thanks
    14
    Thanked
    59/36
    DL/UL
    14/0
    Mentioned
    57 times
    Time Online
    6m
    Avg. Time Online
    N/A
    wat.......

  3. #3
    deadfolx's Avatar
    Joined
    Dec 2011
    Posts
    465
    Userbars
    2
    Thanks
    19
    Thanked
    42/30
    DL/UL
    22/2
    Mentioned
    14 times
    Time Online
    52m
    Avg. Time Online
    N/A
    "secret project" i'm working on.
    [FONT=Arial Narrow]"Chuck Norris methods doesn

  4. #4
    Abby's Avatar
    Joined
    Jan 2012
    Posts
    49
    Userbars
    0
    Thanks
    2
    Thanked
    9/6
    DL/UL
    10/0
    Mentioned
    19 times
    Time Online
    N/A
    Avg. Time Online
    N/A
    deadfolx, I seriously wanted to "like" what your last comment. This is why I recently deleted my Facebook.

  5. The Following User Says Thank You to Abby For This Useful Post:

    deadfolx (01-06-2012)

  6. #5
    Scarydark's Avatar
    Joined
    Dec 2011
    Posts
    125
    Userbars
    1
    Thanks
    3
    Thanked
    15/14
    Mentioned
    32 times
    Time Online
    5m
    Avg. Time Online
    N/A
    Looks like a pound sniper

  7. #6

    Joined
    Jan 2012
    Posts
    188
    Userbars
    2
    Thanks
    14
    Thanked
    59/36
    DL/UL
    14/0
    Mentioned
    57 times
    Time Online
    6m
    Avg. Time Online
    N/A
    looks like nqii or battledome to me lul or stat editing

  8. #7
    deadfolx's Avatar
    Joined
    Dec 2011
    Posts
    465
    Userbars
    2
    Thanks
    19
    Thanked
    42/30
    DL/UL
    22/2
    Mentioned
    14 times
    Time Online
    52m
    Avg. Time Online
    N/A
    Quote Originally Posted by Winning View Post
    looks like nqii or battledome to me lul or stat editing
    see, u pick up on the little things.
    hopefully, NQ1 APer.


    The code up there is just to get the current stats. I'm almost done with navigation. Haven't started the fighting stuff yet.
    [FONT=Arial Narrow]"Chuck Norris methods doesn

  9. The Following User Says Thank You to deadfolx For This Useful Post:

    Winning (01-06-2012)

  10. #8
    Reemer's Avatar
    Joined
    Dec 2011
    Posts
    639
    Userbars
    8
    Thanks
    364
    Thanked
    446/256
    DL/UL
    39/0
    Mentioned
    203 times
    Time Online
    4d 13h 47m
    Avg. Time Online
    1m
    Nice! I'm working on an account checker, but I need to fix the SDB checker. I accidentally saved over the source, but it can be fixed somewhat easily ...

  11. #9

    Joined
    Dec 2011
    Posts
    488
    Thanks
    303
    Thanked
    559/263
    DL/UL
    13/4
    Mentioned
    34 times
    Time Online
    1h 58m
    Avg. Time Online
    N/A
    Quote Originally Posted by deadfolx View Post
    see, u pick up on the little things.
    hopefully, NQ1 APer.


    The code up there is just to get the current stats. I'm almost done with navigation. Haven't started the fighting stuff yet.
    I actually started one of those a while ago, just lost interest xD

  12. #10
    deadfolx's Avatar
    Joined
    Dec 2011
    Posts
    465
    Userbars
    2
    Thanks
    19
    Thanked
    42/30
    DL/UL
    22/2
    Mentioned
    14 times
    Time Online
    52m
    Avg. Time Online
    N/A
    Quote Originally Posted by ./m View Post
    I actually started one of those a while ago, just lost interest xD
    lol
    So far, its coming together really nicely, which seems too good to be true.

    Quote Originally Posted by Reemer View Post
    Nice! I'm working on an account checker, but I need to fix the SDB checker. I accidentally saved over the source, but it can be fixed somewhat easily ...
    Keep backups?
    [FONT=Arial Narrow]"Chuck Norris methods doesn

Posting Permissions

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