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
ClassName. Again
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: ClassName. Again

  1. #1

    ClassName. Again

    Hello, Does anyone know how to change it? for example instead of TibiaClient rename it to XXXXXClient
    Thanks you!

  2. #2
    Senior Member
    Join Date
    Jan 2008
    Location
    Cambridge, England
    Posts
    725
    Why do you want to change the class name?

  3. #3
    Administrator
    Join Date
    Mar 2007
    Posts
    1,723
    Quote Originally Posted by XtrmJash View Post
    Why do you want to change the class name?
    Only reason I can think of off the top of my head is that it would keep most bots from finding the client since they locate clients via classname.

  4. #4
    Senior Member
    Join Date
    Jan 2008
    Location
    Cambridge, England
    Posts
    725
    Quote Originally Posted by Jo3Bingham View Post
    Only reason I can think of off the top of my head is that it would keep most bots from finding the client since they locate clients via classname.
    Doesn't make a lot of sense to be trying to prevent bots on a bot forum. I guess a hex editor might do the trick though?

  5. #5
    I think is with ollydbg what do you think guys? (yes I wanna block some bots)

  6. #6
    Senior Member
    Join Date
    Jan 2008
    Location
    Cambridge, England
    Posts
    725
    Quote Originally Posted by donbermu View Post
    I think is with ollydbg what do you think guys? (yes I wanna block some bots)
    OllyDBG is a debugger, I don't recall it being capable of permanently modifying exe files. A hex editor should be capable of modifying it in the way you've described, but I still need to understand why you want to do this in order to make any real suggestion :P

  7. #7
    You can permanently modify an exe with OllyDbg.
    Make your changes, right click in CPU window, select Copy to executable > All modifications.
    Copy all changes, right click in the new File window and select Save file.

  8. #8
    Senior Member
    Join Date
    Oct 2010
    Posts
    146
    Quote Originally Posted by XtrmJash View Post
    OllyDBG is a debugger, I don't recall it being capable of permanently modifying exe files. A hex editor should be capable of modifying it in the way you've described, but I still need to understand why you want to do this in order to make any real suggestion :P
    ofc you can bro, OllyDBG is one of the most used for cracking programs

  9. #9
    Thanks you guys!

  10. #10
    Junior Member
    Join Date
    Apr 2013
    Posts
    5
    GetClassInfo() and WNDCLASS structure is what you need (C++). Good luck.

Posting Permissions

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