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: Farsa

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Thread: Simple Cavebot

    by Farsa
    Replies
    4
    Views
    1,188

    http://programming-motherfucker.com/

    http://programming-motherfucker.com/
  2. Replies
    39
    Views
    6,179

    Poll: I know what you mean and I hate to be a downer,...

    I know what you mean and I hate to be a downer, but this is not something I can see getting popular...
  3. Replies
    39
    Views
    6,179

    Poll: a purely scriptable "bot" will only appeal to...

    a purely scriptable "bot" will only appeal to programmers, but "hey, it's vb6 in 2014"
  4. Replies
    8
    Views
    4,878

    Depends on how old is the base for this custom...

    Depends on how old is the base for this custom client.
    Tibia version <= 9.10 was supported in the main trunk of the TibiaAPI project [1].
    Some versions later we released a version for 9.71 under...
  5. Replies
    2
    Views
    1,656

    Use spy++ or similar software to check the...

    Use spy++ or similar software to check the messages actually sent when you press the keys and then you can repeat them programmatically
  6. Replies
    2
    Views
    750

    timer17 o.o

    timer17 o.o
  7. Thread: Python Healer

    by Farsa
    Replies
    16
    Views
    70,596

    From what I've seen so far: 1. try minimal...

    From what I've seen so far:
    1. try minimal privileges instead of PROCESS_ALL_ACCESS
    2. try sedebugprivilege & friends http://blogs.msdn.com/b/oldnewthing/archive/2008/03/14/8080140.aspx
  8. Thread: Tibiasock issue

    by Farsa
    Replies
    9
    Views
    20,959

    or just update packet.dll if all you want is to...

    or just update packet.dll if all you want is to send packets to the server. It doesn't have this kind of issue
  9. Replies
    16
    Views
    4,061

    i think it's ?????????

    i think it's ?????????
  10. Replies
    16
    Views
    4,061

    if you don't know programming 1....

    if you don't know programming
    1. http://learnpythonthehardway.org/book/
    2. http://c.learncodethehardway.org/book/
    3. come back later aye
  11. Replies
    16
    Views
    3,935

    You probably are not, but trying to get something...

    You probably are not, but trying to get something written in VB6 nowadays to work is moronic unless you have a real reason to
  12. Replies
    3
    Views
    1,596

    You don't want detailed books if you are...

    You don't want detailed books if you are starting. I don't know of any book that covers basics AND advanced- it wouldn't make sense IMO ;).

    Python will be great for you if you like instant...
  13. Replies
    16
    Views
    3,935

    http://lmgtfy.com/?q=license+not+found+vb6

    http://lmgtfy.com/?q=license+not+found+vb6
  14. Replies
    14
    Views
    23,364

    I'm really starting to think there should be a...

    I'm really starting to think there should be a rule for opensource only around here
  15. Replies
    4
    Views
    17,151

    Dim x As Integer = p.Location.X.ToString...

    Dim x As Integer = p.Location.X.ToString
    Convert.ToInt32(x)

    wat
  16. Replies
    43
    Views
    13,548

    Sorry to tell you, but I think you should study...

    Sorry to tell you, but I think you should study C# first. You can't be asking questions for each line of code. I don't mind helping with Tibia stuff, but the programming language knowledge is up to...
  17. Replies
    43
    Views
    13,548

    https://code.google.com/p/tibiaapi/source/browse/t...

    https://code.google.com/p/tibiaapi/source/browse/trunk/tibiaapi/Objects/Client.cs#94
  18. Replies
    43
    Views
    13,548

    You have to use the OpenProcess function from...

    You have to use the OpenProcess function from winapi to obtain a handle to the process with the necessary access in order to read from its memory. I don't think Process.Handle allows that unless you...
  19. Replies
    43
    Views
    13,548

    You didn't say what actually happens and why you...

    You didn't say what actually happens and why you think that is "wrong".
  20. Replies
    11
    Views
    3,058

    Take a look at TibiaAPI's main trunk source code...

    Take a look at TibiaAPI's main trunk source code or, even better, Open Tibia's source code if you don't mind the GPL license.
  21. Thread: JonBot2 Cavebot

    by Farsa
    Replies
    30
    Views
    46,342

    Again, what is the point of having verified or...

    Again, what is the point of having verified or unverified sources if users don't know how to compile it?
  22. Thread: JonBot2 Cavebot

    by Farsa
    Replies
    30
    Views
    46,342

    sadly, that is true

    sadly, that is true
  23. Thread: JonBot2 Cavebot

    by Farsa
    Replies
    30
    Views
    46,342

    2 reason for people not to be interested: - "no...

    2 reason for people not to be interested:
    - "no one" plays this game
    - >>>NO ONE<<< has any reason to trust that the binary you are distributing is safe and wouldn't get them hacked. That is why...
  24. Thread: JonBot2 Cavebot

    by Farsa
    Replies
    30
    Views
    46,342

    what is your point?

    what is your point?
  25. Replies
    1
    Views
    21,744

    You will need to check everything in this trunk...

    You will need to check everything in this trunk https://code.google.com/p/tibiaapi/source/browse/#svn%2Fbranches%2Ftibiaapi-current%2Ftrunk%2Ftibiaapi
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4