Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home/iano/public_html/tpforums-vb5/forum/includes/class_core.php on line 5842

PHP Warning: Use of undefined constant MYSQL_NUM - assumed 'MYSQL_NUM' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_BOTH - assumed 'MYSQL_BOTH' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 588

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 612

PHP Warning: Use of undefined constant misc - assumed 'misc' (this will throw an Error in a future version of PHP) in ..../global.php(29) : eval()'d code(6) : eval()'d code on line 1

PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in ..../global.php(29) : eval()'d code(6) : eval()'d code on line 1

PHP Warning: Use of undefined constant misc - assumed 'misc' (this will throw an Error in a future version of PHP) in ..../includes/class_bootstrap.php(1422) : eval()'d code(4) : eval()'d code on line 1

PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in ..../includes/class_bootstrap.php(1422) : eval()'d code(4) : eval()'d code on line 1
Search Results - Forums

Search:

Type: Posts; User: TwistedScorpio

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. RE: Flash Bot NV 0.0.1 Beta edition(firefox Only)

    For a bot or thing that isn't a human, wouldn't name it He, better It?.
  2. Replies
    7
    Views
    5,149

    RE: Send Message in Tibia, help!

    A way to send private messages through Local-Chat (Default).

    TibiaClient.Console.Say("#" + PlayerName.ToString() + "# " + "Hello :D");
  3. Replies
    3
    Views
    1,567

    RE: [TIBIA ORGINAL FULL MAP]

    If he says credits goes to TibiaAuto.net, then the original link would be: http://map.tibiaauto.net/

    And it comes with the official download link, which is better than uploading a new version.
  4. Thread: Protect

    by TwistedScorpio
    Replies
    19
    Views
    2,672

    RE: Protect

    Themida is the best protection out there, but you need to buy it :)
  5. Replies
    8
    Views
    1,692

    RE: Packet 8.74

    Thanks rep++ !
  6. Replies
    8
    Views
    1,692

    RE: Packet 8.74

    This

    Public Declare Sub SendPacket Lib "packet.dll" (ByVal ProcessID As Integer, ByRef Packet As Byte)


    Can't in that convertion tool says (// ERROR: Not supported in C#: DeclareDeclaration).
  7. Replies
    8
    Views
    1,692

    RE: Packet 8.74

    How can I do this on C#?.
  8. Replies
    9
    Views
    2,070

    RE: Peacebringer Broadcaster

    It does has a virus, can a mod please delete this?.
  9. Replies
    31
    Views
    9,144

    RE: Tibia Flash Client 9.0

    Better ots system?.

    You mean TheForgottenServer Engine?, that server distribution is unstable, it's horrible. The most stable server distribution by far is OTServ SVN and it's up to 8.70 already,...
  10. Replies
    10
    Views
    2,573

    RE: [WPF/XAML] UI Proof-Of-Concept

    Wow! Really Nice! I'll take a look into this thing of WPF!.
  11. Replies
    31
    Views
    9,144

    RE: Tibia Flash Client 9.0

    Hello Ian, whats about your SharpOT project?.

    I'll quote this myself;
  12. Replies
    4
    Views
    2,914

    RE: How to create a Proxy on C#?

    BUMP!

    So I've made a connection, I can wait for the client with IP Address (127.0.0.1) send me a login packet, and I send that packet to the server XXXXX (7.6), then I read the server answer and...
  13. RE: [Tibia 9.00] Mecanic Tibia Bot [MTB] v1.0.1 Released

    A WARNING BEFORE DOWNLOADING

    DOWNLOAD IT AT YOUR OWN RISK, I'D RECOMMEND YOU TO DOWNLOAD THE FILE, AND DONT RUN IT UNTIL 2, 3 DAYS THEN SCAN IT. SINCE THERE ARE CRYPTORS THAT MAKES VIRUSES...
  14. Replies
    4
    Views
    2,914

    RE: How to create a Proxy on C#?

    Alright Blaster your being a good hand in this!

    So I'm going to make it on Tibia 8.60 since Tibia 9.00 there's no much info about it.

    I already got; Adler32, Xtea, and RSA classes from SharpOT,...
  15. Replies
    4
    Views
    2,914

    How to create a Proxy on C#?

    Hello,

    So I'm understanding even more the things about protocol, however my lap now is to create a proxy so I can create a 100% functional packet parser/proxy and release it to the public.

    I...
  16. RE: [C#] Trying to get a login packet from TcpListener and TcpClient (Tibia 7.6)

    Hmm then how can I access to the server connection?. I need an IPAddress?.

    I see this way;

    TcpClient Server;
    TcpClient Client;

    Then Server gets packets from real Server and sends them to...
  17. RE: [C#] Trying to get a login packet from TcpListener and TcpClient (Tibia 7.6)

    Great!

    Anyway, how is it the exact way to make a proxy through this way?.

    I have no idea how to manage packets from Server and send them to the client, got a tutorial around?.
  18. Replies
    0
    Views
    669

    [C#] Tibia 7.60 Login Parser

    Hello,

    Here releasing my first contribution to the community, it's a login parser for Tibia client 7.60, works for -7.6 (Tested only on 7.4, 7.5, and 7.6).

    All it does is work like a server,...
  19. RE: [C#] Trying to get a login packet from TcpListener and TcpClient (Tibia 7.6)

    Alright, so...

    Got any idea to add the size of the packet in the beginning? That's now why it's debugging my client.

    Edit:

    Completed!! :-)

    Forgot that NetworkMessage class has a function...
  20. RE: [C#] Trying to get a login packet from TcpListener and TcpClient (Tibia 7.6)

    Aight so I'm on it, but it's debugging my client rolfmao.



    public NetworkMessage Parse(CharacterListPacket msg)
    {
    NetworkMessage pMsg = new NetworkMessage(0);

    ...
  21. Replies
    31
    Views
    9,144

    RE: Tibia Flash Client 9.0

    Haha!

    In what language is this thing compiled there aren't even comments or anything (maybe from the decompilation).

    Nice work Stju! Maybe someone find it usefull!.
  22. Replies
    31
    Views
    9,144

    RE: Tibia Flash Client 9.0

    This is somehow kinda hard to believe, since would CipSoft really release something "exploit" able?.

    However compilation with what Adobe Flash?. or is it Bytecode?.

    XTEA key, isn't in somewhat...
  23. Replies
    31
    Views
    9,144

    RE: Tibia Flash Client 9.0

    What the fuck¿?.

    I'm sorry for the bad word, but is this really the source code of the Flash Client??.

    If so, how to compile it?. What is it for?.
  24. RE: [C#] Trying to get a login packet from TcpListener and TcpClient (Tibia 7.6)

    Thank you, but I really don't mind about the signatures, since I'm first learning this thing of Packets and Proxies. So now, you got any info about the CharacterList Packet Structure?¿. So I can try...
  25. RE: [C#] Trying to get a login packet from TcpListener and TcpClient (Tibia 7.6)

    For gods sake! I formatted my PC and while remaking my partitions I lost the source code '-,.,-'

    Guess I'll need to remake it with a Tutorial so anyone interested may try it on too.
Results 1 to 25 of 36
Page 1 of 2 1 2