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 85

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 85

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 85

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
SendHotkeys like neobot. - Page 3
Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 42

Thread: SendHotkeys like neobot.

  1. #21
    Super Moderator
    Join Date
    May 2007
    Posts
    1,191

    RE: SendHotkeys like neobot.

    Quote Originally Posted by d3nni
    I guess not, can you tell me where it is located at?
    I didn't saw it. :O

    EDIT: [code=vbnet]Dim Status As Integer = &H7E5188[/code]

    Updated now.
    I just overlooked it, sorry. :P
    Still can you teach me how to make a random timer? :]
    Use the Random class and the Interval property.

  2. #22
    Junior Member
    Join Date
    Aug 2010
    Posts
    29

    RE: SendHotkeys like neobot.

    I tryed it this way....

    [code=vbnet] Private Sub Heal_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    Dim RandomNumber As Integer
    RandomNumber = RandomClass.Next(500, 8000)
    Timer = New Util.Timer(RandomNumber, True)
    Timer.Start()
    AddHandler Timer.Execute, AddressOf TimerExecuting
    End Sub[/code]

    ... Its not working correctly, only the ms only change if you disable the healer and enable it again. :S

  3. #23
    Super Moderator
    Join Date
    May 2007
    Posts
    1,191

    RE: SendHotkeys like neobot.

    Quote Originally Posted by d3nni
    I tryed it this way....

    [code=vbnet] Private Sub Heal_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    Dim RandomNumber As Integer
    RandomNumber = RandomClass.Next(500, 8000)
    Timer = New Util.Timer(RandomNumber, True)
    Timer.Start()
    AddHandler Timer.Execute, AddressOf TimerExecuting
    End Sub[/code]

    ... Its not working correctly, only the ms only change if you disable the healer and enable it again. :S
    You need to set a new randomized interval each time the code in the timer is executed.

  4. #24
    Super Moderator klusbert's Avatar
    Join Date
    Dec 2007
    Posts
    1,201

    RE: SendHotkeys like neobot.

    At the end of every execute you can add.
    [code=vbnet]
    timer.intervall = RandomClass.Next(500, 8000)
    [/code]

    [code=vbnet]
    threading.thread.sleep(RandomClass.Next(500, 8000)) ' if you prefere this run your timer at low interval like 100ms always.
    [/code]

  5. #25
    Junior Member
    Join Date
    Aug 2010
    Posts
    29

    RE: SendHotkeys like neobot.

    Amazing... I did it with... [code=vbnet]threading.thread.sleep(RandomClass.Next(200, 500))[/code] ... and its working great!
    Can anyone tell wich function is better, or are they working both the same way?

    Now I need to know how to get the last addresses updated wich I didn't found on the forums...

    [code=vbnet]Dim HotkeyObjectStart As UInteger = &H829600
    Dim HotkeyUseTypeStart As UInteger = &H829518[/code]

    Thanks for your help guys...


  6. #26
    Super Moderator klusbert's Avatar
    Join Date
    Dec 2007
    Posts
    1,201

    RE: SendHotkeys like neobot.

    Quote Originally Posted by d3nni
    Amazing... I did it with... [code=vbnet]threading.thread.sleep(RandomClass.Next(200, 500))[/code] ... and its working great!
    Can anyone tell wich function is better, or are they working both the same way?

    Now I need to know how to get the last addresses updated wich I didn't found on the forums...

    [code=vbnet]Dim HotkeyObjectStart As UInteger = &H829600
    Dim HotkeyUseTypeStart As UInteger = &H829518[/code]

    Thanks for your help guys...

    Use cheat engine.

    Objectaddress holds the id of the hotkey.

    For example if you add usegold on f1 it holds 3031.



  7. #27
    Super Moderator
    Join Date
    May 2007
    Posts
    1,191

    RE: SendHotkeys like neobot.

    Be careful when putting a thread to sleep, as it could put the UI thread to sleep if it is run on the UI thread.

  8. #28

    RE: SendHotkeys like neobot.

    Hey, is it undedectable by cipsoft?

  9. #29
    Super Moderator klusbert's Avatar
    Join Date
    Dec 2007
    Posts
    1,201

    RE: SendHotkeys like neobot.

    ask them?

    but seriously i think it is the "safest" way. But by saying that I am not saying other methods are not safe. How can anyone really answer to that cuz no one knows.. when will you understand?

  10. #30

    RE: SendHotkeys like neobot.

    So why is one bot dedectable and another is not? Random timer is the solution? If I create random timer my bot will be more "safe"?

Posting Permissions

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