Toolz ; server ; debug ; reverse menu

User Tag List

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 52
  1. #31
    Geraff's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hummmm..... i really don't know how to attach a debuger, i'm a coder and i know nothing on reverse engineering things ^^".
    If you can explain the procedure i can make it.

    Toolz ; server ; debug ; reverse
  2. #32
    Geraff's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Solved with blar0 after 2 hours of screen sharing and debugging.

    My antivirus (bitdefender 2011) bind a hooks on some programs even if it was desactivated.
    Some exception rules made the game work perfectly until the char load (perfectly normal).

    Thanks blar0
    Last edited by Geraff; 01-29-2014 at 05:22 PM.

  3. #33
    blar0's Avatar Active Member
    Reputation
    17
    Join Date
    Apr 2012
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's my fault in some way, when I setup hook on connect I don't check there is already hook setuped by AV for example.
    I will make an update of my toolz when I have time to make relocation of jmp instruction when it's the first instruction at the entry of the API.
    Btw glad to see another people using my stuff, and see that it works

  4. #34
    gutech's Avatar Private
    Reputation
    1
    Join Date
    Feb 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the release blar0.

    Sometimes the server will fail to handle / send some packets because of timing problem (you can see in the code some time.sleep(XXX)), the client will show errors and disconnect, stop the server, and run it again.
    I did notice that happening, but other then that it's working.

  5. #35
    helloworld2014's Avatar Private
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey i'm not a coder or anything. can i join the server too? (or do i set it up myself?)
    anyways. i've copied everything besides all the .py to the folder it belongs.

    what do i do with all the .py?
    do i need more than that?

    what can i do ingame?

    edit:
    okay i just double clicked the TESO_GameServer.py and it seems the server is running.
    but i can't log in ... what pw id must i use?

    edit2:

    nevermind i got it working. i just copied the inject.exe and pubkey to
    D:\Program Files (x86)\Zenimax Online\The Elder Scrolls Online\game\client

    wish i was a coder, would be millionaire by now lolol

    thanks dude you are awesome

    edit3:

    i get disconnected after some seconds
    Last edited by helloworld2014; 02-03-2014 at 07:40 PM.

  6. #36
    yamashi12's Avatar Master Sergeant
    Reputation
    60
    Join Date
    Jan 2011
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You would be a millionaire ? How ?

  7. #37
    helloworld2014's Avatar Private
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yamashi12 View Post
    You would be a millionaire ? How ?
    i would write a programm that automates certain stuff for me.
    i can't obviously talk in detail lol

    where do you guys learn that stuff btw? at work? passion? university of some sorts?

  8. #38
    Devlin1991's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get disconnected and kicked back to the login screen after about 10s or so. I'm on windows 8.1 64bit

    Sending data to 127.0.0.1 : 57010 (encrypted = TRUE)
    CharacterTCPHandler : Closing connection from 127.0.0.1 : 57590 (encrypted = TRU
    E)
    ----------------------------------------
    Exception happened during processing of request from ('127.0.0.1', 57590)
    Traceback (most recent call last):
    File "C:\Python27\lib\SocketServer.py", line 582, in process_request_thread
    self.finish_request(request, client_address)
    File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
    self.RequestHandlerClass(request, client_address, self)
    File "C:\Python27\lib\SocketServer.py", line 639, in __init__
    self.handle()
    File "C:\Python27\TESO_CharacterServer.py", line 20, in handle
    self.handle_recv(buf)
    File "C:\Python27\TESO_CharacterServer.py", line 50, in handle_recv
    self.handle_0x0220(buf)
    File "C:\Python27\TESO_CharacterServer.py", line 309, in handle_0x0220
    TESO_TCPHandler.lthread[0][1].send_0x2B0D()
    File "C:\Python27\TESO_LobbyServer.py", line 262, in send_0x2B0D
    self.send_data(buf)
    File "C:\Python27\TESO_TCPHandler.py", line 67, in send_data
    self.request.send(buf_size)
    File "C:\Python27\lib\socket.py", line 170, in _dummy
    raise error(EBADF, 'Bad file descriptor')
    error: [Errno 9] Bad file descriptor
    ----------------------------------------

  9. #39
    helloworld2014's Avatar Private
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have the same error

    it doesn't kick you when you set it up the first time i think.
    i was kicked often as well.

    i opened all the ports (4343, 4444, 4242, 8000) but i don't know if it helped.

  10. #40
    Devlin1991's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by helloworld2014 View Post
    i have the same error

    it doesn't kick you when you set it up the first time i think.
    i was kicked often as well.

    i opened all the ports (4343, 4444, 4242, 8000) but i don't know if it helped.
    I think you might be right, I don't remember being kicked the first time, only when I launched it a second time to take some screenshots.

  11. #41
    Anakin5's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your lobby server fail to answer the ping request that comes from the character server. From the stack trace, it looks like the lobby connection has been lost so cannot answer the ping.

  12. #42
    apav's Avatar Banned
    Reputation
    1
    Join Date
    Feb 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ----------
    Last edited by apav; 02-04-2014 at 10:19 PM.

  13. #43
    ajapx1's Avatar Member
    Reputation
    1
    Join Date
    Feb 2014
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dang, just spotted this site and thread right after I downloaded the latest patch. Will try to see if I can get it to work with eso.live.1.0.0.729239.

    Edit:
    I'm just getting that my login has timed out. No crash. In Python, the last line I get says:
    LobbyTCPHandler : Closing connection from 127.0.0.1 : 57632 (encrypted = TRUE)

    Everything else seems ok.

    Am I doing something wrong?
    Last edited by ajapx1; 02-04-2014 at 10:23 PM.

  14. #44
    gutech's Avatar Private
    Reputation
    1
    Join Date
    Feb 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ajapx1 View Post
    Am I doing something wrong?
    No, the update broke it.

  15. #45
    ajapx1's Avatar Member
    Reputation
    1
    Join Date
    Feb 2014
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gutech View Post
    No, the update broke it.
    Makes sense.

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Misc] In need of someone to help me out setting up my reverse proxy for my wow server
    By garryosborn in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 07-31-2015, 08:40 AM
  2. Replies: 0
    Last Post: 02-15-2011, 11:58 AM
  3. How to get on US servers when you are EU and reversed.
    By freakolivier in forum World of Warcraft Guides
    Replies: 13
    Last Post: 11-02-2008, 06:32 PM
  4. What server do you play on?
    By janzi9 in forum Community Chat
    Replies: 42
    Last Post: 07-11-2006, 04:15 PM
  5. How to get to the outlands on a live blizzard server
    By Matt in forum World of Warcraft Exploits
    Replies: 4
    Last Post: 06-16-2006, 05:27 PM
All times are GMT -5. The time now is 02:34 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search