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

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6
[SRC] TibiaWASD - Page 9
Page 9 of 26 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 259

Thread: [SRC] TibiaWASD

  1. #81

    [852] [SRC] TibiaWASD

    Nice program
    thanks man ^^

  2. #82

    [852] [SRC] TibiaWASD

    Will you update this program to 8.5 Stiju?

  3. #83

    [852] [SRC] TibiaWASD

    I forgot to upload it after the update but it's uploaded now.

  4. #84

    [852] [SRC] TibiaWASD

    good to know there are still coders with imagination.. testing it right now...

    it quite remembers me vi/vim (which I use to code)

    Skuzye

  5. #85

    [852] [SRC] TibiaWASD

    good to know there are still coders with imagination.. testing it right now...

    it quite remembers me vi/vim (which I use to code)

    Note: fun program name :P

    Skuzye

  6. #86
    Junior Member
    Join Date
    Feb 2008
    Posts
    2

    [852] [SRC] TibiaWASD

    thanks, i really love this program

  7. #87
    Junior Member
    Join Date
    Oct 2008
    Posts
    3

    [852] [SRC] TibiaWASD

    have a laptop and it has not got a number pad so this has helped me a lot
    thank you

  8. #88
    Junior Member
    Join Date
    Aug 2009
    Posts
    1

    [852] [SRC] TibiaWASD

    I recompiled the injector with
    Code:
    	printf("Call FindWindow()... \t\t\t");
    	while(true)
    	{
    		hWnd = FindWindow("TibiaClient", "TibiaOT");
    		if(hWnd)
    			break;
    		Sleep(1000);
    	}
    and used the Injector.exe, but it doesn't work. I got this far by reading a guide on compiling, can anyone please help?

  9. #89
    Junior Member
    Join Date
    Sep 2009
    Posts
    1

    [852] [SRC] TibiaWASD

    I love you !

  10. #90
    Junior Member
    Join Date
    Sep 2009
    Posts
    20

    [852] [SRC] TibiaWASD

    Wierd. I cant get the ini file to work, changed the hex for keys but it still dont want to load it that way;

    Code:
    [Movement]
    North=0x57
    West=0x41
    South=0x53
    East=0x44
    [HotKeys]
    F1=0x31
    F2=0x32
    F3=0x33
    F4=0x34
    F5=0x35
    F6=0x46
    F7=0x52
    F11=0x51
    F12=0x45
    [Misc]
    Exit SayMode1=0x0D
    Exit SayMode2=0x1B

Posting Permissions

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