Search:

Type: Posts; User: gawker

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    77,249

    Unknown user or wrong password using CVS

    Has anyone recently tried to login anonymously to the CVS site? I keep getting unknown user or wrong password response.

    Is there a password for anonymous?
  2. Replies
    3
    Views
    6,654

    Re: Untested 5/17 offsets before I go pass out.

    Looks good to me!
  3. Thread: 8/19 Offsets

    by gawker
    Replies
    9
    Views
    9,320

    Re: 8/19 Offsets

    Class and race moved by one byte (+8)

    #BYTE Class
    ClassOffset=0xF70
    # dword Race = Class-8
    RaceOffset=0xF68
  4. Replies
    0
    Views
    2,597

    5/13/2014 Offsets

    #
    # Copyright (C) 2006 - 2013 All developers at http://sourceforge.net/projects/seq
    #
    # This program is free software; you can redistribute it and/or
    # modify it under the terms of the GNU...
  5. Replies
    18
    Views
    22,285

    Re: Cheaters and Exploiters news post

    Pretty sure the CVS site is still maintained. Just have to be careful you pull the right version since there was a retrograde in development at one point where the newer version was abandoned and...
  6. Replies
    19
    Views
    15,497

    Just noticed the mobtrail draw routine was...

    Just noticed the mobtrail draw routine was inserted twice in the client.

    Please remove one of them at your next update:

    MapCon.cs

    if (Settings.Instance.ShowMobTrails) {
    foreach...
  7. Replies
    19
    Views
    15,497

    I was using the same resolution as the mob...

    I was using the same resolution as the mob drawing, but I see no reason not to reduce the resolution drawing on the trails. It will certainly reduce the size of the array. I also like the...
  8. Replies
    19
    Views
    15,497

    OK. Don't laugh. Here are my changes to the...

    OK. Don't laugh. Here are my changes to the 1.12 client to add mobtrails. Nice little project to learn a little C#.

    Don't try to run this on the same machine as the server. It impacts...
  9. Replies
    19
    Views
    15,497

    Sorry. Got distracted. I will try to finish...

    Sorry. Got distracted. I will try to finish this up and post a diff.

    Basic summary:

    Menu item to turn tracking on/off

    When mob is drawn add the point to a new mobtrail array (limited to...
  10. Replies
    19
    Views
    15,497

    I've added in some code to do this. Just waiting...

    I've added in some code to do this. Just waiting for the patch fallout to test it out. Fairly simple to add in a history of mob points. Working on a filter now. My version does not try to draw a...
  11. Replies
    80
    Views
    54,748

    Thanks for all the help. Got it working this...

    Thanks for all the help. Got it working this weekend!
  12. Replies
    80
    Views
    54,748

    Trouble with KeAttachProcess

    I am having trouble with the following section of code.

    if (pv){
    KeAttachProcess(pv); // attach to process
    d32=myGetPA((DWORD32)*(pIOBuffer +2)); //changed to +2 because we are using DWORD64...
  13. Replies
    80
    Views
    54,748

    Ok Finally got time to work on my little kernnel...

    Ok Finally got time to work on my little kernnel driver. With Win2K SP3, my build # is 0x893. This is not one of your examples.

    My question is: In Find Process... How do you determine...
  14. Replies
    80
    Views
    54,748

    Having trouble implmenting myGetPA() and...

    Having trouble implmenting myGetPA() and myReadPA() routines. Could you post examples please. What a spounge I am.
  15. Replies
    80
    Views
    54,748

    Any chance of posting case #16?

    Any chance of posting case #16?
  16. Replies
    3
    Views
    4,034

    I noticed that also when I realized I had set my...

    I noticed that also when I realized I had set my IP incorrectlly in the command line, But SEQ was still getting the UDP.
  17. Thread: Thanks Guys.

    by gawker
    Replies
    27
    Views
    17,552

    Aha... Dark treachary!!! Will the truth ever be...

    Aha... Dark treachary!!! Will the truth ever be revealed?
  18. Replies
    342
    Views
    294,542

    Just my input to fix the grey box problem. Make...

    Just my input to fix the grey box problem. Make the project setting changes before adding any files to the project. This corrected my grey box problem.
  19. Thread: Thanks Guys.

    by gawker
    Replies
    27
    Views
    17,552

    There are those that would assume another...

    There are those that would assume another identity when posting in these forums. I assume idiocy, but there could be dark treachery invloved.
  20. Replies
    4
    Views
    4,740

    Compile as a console app (workspace wizard)

    Compile as a console app (workspace wizard)
  21. Thread: My program

    by gawker
    Replies
    16
    Views
    14,082

    Select console application in the workspace...

    Select console application in the workspace wizard.
Results 1 to 21 of 22