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

Search: Search took 0.00 seconds.

  1. so assuming the following pseudo asm code: ...

    so assuming the following pseudo asm code:

    0x000001: jmp 0x00000A
    0x000002: push eax
    0x000003: mov eax, 1
    0x000004: sub eax, 1
    0x00000A: pushfd

    Why we don't just say jmp 0x00000A as i...
  2. 1- So yeah you are passing an array of 3 DWORD(S)...

    1- So yeah you are passing an array of 3 DWORD(S) in order to simulate the value of 12 bytes as the DWORD on a 32-bit machine is equal to 4 bytes, Still I think you should have written 0xC instead...
  3. This is amaaaaaaaazing piece of code, i really...

    This is amaaaaaaaazing piece of code, i really don't know how to thank you for your continuous support, i have studied your code, tried some things here and there and this is my code now. I commented...
  4. Why my approach to create a codecave is not working ?

    Well i am trying to create a codecave... this is my first time trying. i have injected the dll successfully in the target but my custom codecave is not getting called


    #include <Windows.h>
    ...
  5. what is battlelist

    what is battlelist
  6. Well does tibia have an address for Health percentage now ?

    Testing with CE, i have found a static address that shows the percentage of hp you have now without xor or anything... is that an update to tibia or am i getting fooled or what :D
  7. Replies
    3
    Views
    998

    Still didn't get the point of using a scripting...

    Still didn't get the point of using a scripting language at all ?
  8. Replies
    3
    Views
    998

    Why Most Bots Use Lua ?

    What is the point of using an external scripting language as Lua ?, why can't i just make a built in recorder to record routs ? is there any benefits of integrating Lua in the bot ?
  9. Hooking Client's Send/Receive Functions [Finding, Hooking]

    As the title says i want to learn how could i be able to Find, Hook functions for example The Client's Send/Receive (before packets get actually encrypted).
Results 1 to 9 of 9