Thread: paying for x log fix or repping.

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 33
  1. #1 paying for x log fix or repping. 
    Donator


    Join Date
    Feb 2009
    Age
    30
    Posts
    2,128
    Thanks given
    261
    Thanks received
    280
    Rep Power
    563
    depends if it works pm me or pst here i need xlog fix. i've tried to make my own but i failed
    also lil str kids xlog fix fails as well so any 1 got a 1 that works

    some 1 gave me this wtf does it do lol it doesnt fix i tryed in logout() method

    if (!logoutButton)
    disconnected = false;
    while (!logoutButton && isInWilderness == true && !destruct)
    try
    {
    declineTrade(true);

    Thread.sleep(20);
    }
    catch (InterruptedException interruptedexception) { }
    while (!logoutButton && destruct && !waited)
    {
    try
    {
    for (int i = 0; i < 30; i++)
    Thread.sleep(20 + (inCombat ? ((i--) + 5):0));

    }
    catch (InterruptedException interruptedexception) { }
    waited = true;
    saveNeeded = true;
    declineTrade(true);

    disconnected = true;
    destruct();
    }

    any1?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Eminem™'s Avatar
    Join Date
    Oct 2008
    Age
    29
    Posts
    2,044
    Thanks given
    19
    Thanks received
    44
    Rep Power
    1743
    whats your base? Because there is a x-log fix tutorial.


    As Legit As I Can Be.
    Formerly That One Choob/Tehsexibitch
    Reply With Quote  
     

  3. #3  
    Donator


    Join Date
    Feb 2009
    Age
    30
    Posts
    2,128
    Thanks given
    261
    Thanks received
    280
    Rep Power
    563
    delta =[ i tried lil str kids doesnt work
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Feb 2007
    Posts
    994
    Thanks given
    25
    Thanks received
    47
    Rep Power
    604
    can be done in 4 lines i just cant say how.
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    May 2009
    Posts
    1,220
    Thanks given
    4
    Thanks received
    61
    Rep Power
    0
    pm me i got you homie, i posted a tut before if you can find it gj, if not i take moneyz .
    Reply With Quote  
     

  6. #6  
    Donator


    Join Date
    Feb 2009
    Age
    30
    Posts
    2,128
    Thanks given
    261
    Thanks received
    280
    Rep Power
    563
    Quote Originally Posted by austin3c View Post
    pm me i got you homie, i posted a tut before if you can find it gj, if not i take moneyz .
    austiin i tryed ur tut. doesnt work...
    Reply With Quote  
     

  7. #7  
    Banned
    Join Date
    May 2009
    Posts
    1,220
    Thanks given
    4
    Thanks received
    61
    Rep Power
    0
    Quote Originally Posted by b a l l a View Post
    austiin i tryed ur tut. doesnt work...
    then you added it wrong, because it works for me L0L. Or your source doesnt work with it.

    ---------- Post added at 05:31 PM ---------- Previous post was at 05:14 PM ----------

    From my tut on rune locus.

    This tut will teach you how to fix xlogging.

    Difficulty : .5/10

    Open your client.java and search for

    Code:
    public void destruct()
    look for where it says

    Code:
    "ClientHandler: Client " + playerName + " disconnected.");
    right underneath delete || disconnected = true

    Replace it with

    Code:
    if (LogoutDelay > 0) {
    			xLog();
                           logout();
    			} else {
    			disconnected = true;
    			}
    Seach for incombat()

    Above the void add

    Code:
    public void xLog()
    {
    LogoutDelay = 60;
    }
    You can change the logoutdelay to whatever you please.

    I havent tested this yet since i have no1 to test it with, but i'm 99% sure it will work.

    Make sure your logout void looks like this.

    Code:
    public void logout() {
    	if(LogoutDelay == 0) {
            outStream.createFrame(109);
             } }
    Reply With Quote  
     

  8. #8  
    Donator


    Join Date
    Feb 2009
    Age
    30
    Posts
    2,128
    Thanks given
    261
    Thanks received
    280
    Rep Power
    563
    Quote Originally Posted by austin3c View Post
    then you added it wrong, because it works for me L0L. Or your source doesnt work with it.

    ---------- Post added at 05:31 PM ---------- Previous post was at 05:14 PM ----------

    From my tut on rune locus.

    This tut will teach you how to fix xlogging.

    Difficulty : .5/10

    Open your client.java and search for

    Code:
    public void destruct()
    look for where it says

    Code:
    "ClientHandler: Client " + playerName + " disconnected.");
    right underneath delete || disconnected = true

    Replace it with

    Code:
    if (LogoutDelay > 0) {
    			xLog();
                           logout();
    			} else {
    			disconnected = true;
    			}
    Seach for incombat()

    Above the void add

    Code:
    public void xLog()
    {
    LogoutDelay = 60;
    }
    You can change the logoutdelay to whatever you please.

    I havent tested this yet since i have no1 to test it with, but i'm 99% sure it will work.

    Make sure your logout void looks like this.

    Code:
    public void logout() {
    	if(LogoutDelay == 0) {
            outStream.createFrame(109);
             } }
    i dont have incombat() void also i tryed if(inCombat){ didnt work either
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Oct 2008
    Posts
    1,540
    Thanks given
    27
    Thanks received
    71
    Rep Power
    465
    Quote Originally Posted by b a l l a View Post
    i dont have incombat() void also i tryed if(inCombat){ didnt work either
    Deltas is isInCombat()
    Reply With Quote  
     

  10. #10  
    Banned

    Join Date
    Sep 2007
    Posts
    1,838
    Thanks given
    22
    Thanks received
    21
    Rep Power
    0
    add my msn [email protected]
    Reply With Quote  
     

Page 1 of 4 123 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Tags for this Thread

View Tag Cloud

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