XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 9 of 9

Thread: Logout Function

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Banned
    Join Date
    Aug 2011
    Location
    Sweden
    Posts
    106
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Logout Function

    Since everyone (including me) is nagging so hard on this F*cking Logout function, i thought i might as well give this to ya:

    Code:
    int BaseAddress = 0x400000;
    int LogoutAddress = BaseAddress + 0xE2E0;
    
    typedef void _Lgt();
    static _Lgt *Logout = (_Lgt*)LogoutAddress;
    Code:
    Logout();
    ^ Logs out character, MAGIC :3

    This is the address for 10.00

    Code:
    My thought was, instead of being an annoying kid only asking for shit. I would actually atleast provide you with the shit needed. xP
    @DarkstaR
    Last edited by Milice; 06-09-2013 at 06:48 AM.

Posting Permissions

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