Spell kicker - Interrupt cast - Autoit ( no memory read ) - any wow version menu

Shout-Out

User Tag List

Page 7 of 15 FirstFirst ... 34567891011 ... LastLast
Results 91 to 105 of 211
  1. #91
    jozsab1's Avatar Active Member
    Reputation
    61
    Join Date
    Jan 2008
    Posts
    157
    Thanks G/R
    2/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by psicobebado View Post
    ye i did, it finds the box but it also says the script is paused, and if it works how is it going to work, do i still need to use the spells or it uses them auto?
    Only you can know why the script is paused. Unpause it ?

    This is a situation based key presser = It will try to push keyboard buttons based on how you configured it = if enemy casts a spell it will try to interrupt it at the best moment.

    How you can check is : fight an enemy that casts spells. When enemy cast bar is at the end, your spells should get auto casted on enemy ( my guess is that it's an interrupt spell )
    Another way to check : open chat ( push enter ), when enemy is at the end of the cast bar, keybind should appear in chat. If for some reason you do not see anything on chat than for some reason the addon / script is not working.

    Spell kicker - Interrupt cast - Autoit ( no memory read ) - any wow version
  2. #92
    holymessenger's Avatar Member
    Reputation
    2
    Join Date
    Feb 2011
    Posts
    7
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Amazing work!

    But the kickbot lua frame didn't change color when pvp enemy target was casting ( using the zh-cn wow client ). I think it may have something to do with the way kickbot gets value like"string.byte.............." . Or chinese characters can't be used in ASCII ? (I tried to change the lua file to UTF-8 format, failed) The green box didn't change color with the variation value from UnitCastingInfo. I'm sure the problem also occurs in other non-English language client.

    My ability of lack, I hope you can help Thank you!
    Last edited by holymessenger; 05-15-2015 at 01:45 PM.

  3. #93
    Xewl's Avatar Active Member CoreCoins Purchaser
    Reputation
    56
    Join Date
    May 2015
    Posts
    95
    Thanks G/R
    24/19
    Trade Feedback
    6 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    This bot works in WoD and is probably safe against detection as long you have the settings correct and are not kicking too fast. I have found this kicker to be extremely inconsistent though, it will just randomly stop working. I have to completely restart my client to get it to work again, which is way too cumber-sum for the effort.
    Last edited by Xewl; 05-28-2015 at 04:52 AM.

  4. #94
    Numba1stunna1's Avatar Active Member
    Reputation
    70
    Join Date
    Dec 2013
    Posts
    182
    Thanks G/R
    1/34
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    -I haven't used this profile, but you can write the program so that for a specific inputted SpellID, you can make it have filters to prevent it from failing to cast (you probably already did that, probably not).
    -Have a priority list for the spells. For instance, my dk profile has (mind freeze, pet charge disrupt, death grip, pet stun, and Strangulate -- Cata). It tries to first use Mind Freeze. All of them have filters for so they don't fail (like no spell immunity, in range, enough runic power, and no disrupt immunity for mind freeze, and so forth).
    -Have a randomizer so that every time the UnitCastingInfo (or UnitChannelingInfo) exists, then set a math.rand between the end of the cast and the beginning. For instance, kick between 40% and 70%.
    -Have an auto latency compensation using NetStat.
    -Require a LoS check and/or Facing Check and/or Range Check and/or Position Check (like gouge requires target facing you and you facing target). Every ability has different requirements.

    Again, these are just ideas I am throwing out. I never actually tried/looked at the scripts of your program. Thanks.

  5. #95
    Spydre's Avatar Member
    Reputation
    1
    Join Date
    May 2015
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does this still work/is safe after the ban wave?

  6. #96
    jozsab1's Avatar Active Member
    Reputation
    61
    Join Date
    Jan 2008
    Posts
    157
    Thanks G/R
    2/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    UTF8 was not tested. Most probably not working. Have to say that this bot only supports english unless someone bothers to test and make sure it works.

    I can't imagine why it would stop working. Maybe you have some untivirus program that is stopping it ? Maybe you are pushing the "pause" keybind ? Maybe if you provide enough info i can track / improve / give suggestions.
    Edit : considering you are complaining in other threads also, your issue is probably inconsistent lag spikes ingame. There is a chance you are using some network optimizer which forces the wow client to show fake latency numbers, but sometimes you still have large lag spikes.

    Originally Posted by Numba1stunna1 View Post
    -I haven't used this profile, but you can write the program so that for a specific inputted SpellID, you can make it have filters to prevent it from failing to cast (you probably already did that, probably not).
    -Have a priority list for the spells. For instance, my dk profile has (mind freeze, pet charge disrupt, death grip, pet stun, and Strangulate -- Cata). It tries to first use Mind Freeze. All of them have filters for so they don't fail (like no spell immunity, in range, enough runic power, and no disrupt immunity for mind freeze, and so forth).
    -Have a randomizer so that every time the UnitCastingInfo (or UnitChannelingInfo) exists, then set a math.rand between the end of the cast and the beginning. For instance, kick between 40% and 70%.
    -Have an auto latency compensation using NetStat.
    -Require a LoS check and/or Facing Check and/or Range Check and/or Position Check (like gouge requires target facing you and you facing target). Every ability has different requirements.

    Again, these are just ideas I am throwing out. I never actually tried/looked at the scripts of your program. Thanks.
    1) not sure what you mean. There is already an option to not cast interrupt spells if target has spell shield / magnet / iceblock...
    2) The kicker spell list is checked one by one. It's not random. You can set up a priority list by ordering interrupt spells.
    3) Due to latency you will almost never interrupt exactly at the same cast bar location. Random is not required.
    4) You can not use netstat. No other programs can be used inside LUA except the API provided by blizzard.
    5) LOS can not be checked. However interrupt cast will be retried multiple times until it either succeeds or there is nothing to be interrupted
    Last edited by jozsab1; 06-01-2015 at 01:56 AM.

  7. #97
    Lolxyo's Avatar Active Member
    Reputation
    39
    Join Date
    Nov 2012
    Posts
    6
    Thanks G/R
    1/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm not sure on how to install this... I'd love a video tutorial.

    Edit: I don't even know / can't figure out how to download from github.

  8. #98
    watermelonisha's Avatar Member
    Reputation
    1
    Join Date
    Jan 2015
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why are some of my other abilities and interfaces randomly opening when using keyspammer?

  9. #99
    jozsab1's Avatar Active Member
    Reputation
    61
    Join Date
    Jan 2008
    Posts
    157
    Thanks G/R
    2/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lolxyo View Post
    I'm not sure on how to install this... I'd love a video tutorial.

    Edit: I don't even know / can't figure out how to download from github.
    Easy mode is to click the "download as zip".
    Worst case right click -> save as ....file by file

    Originally Posted by watermelonisha View Post
    Why are some of my other abilities and interfaces randomly opening when using keyspammer?
    probably because you assigned the same key ( shortcut ) to it ? Or maybe using UTF8 charset instead ASCII ? Or maybe you are using bad combination of x32 wow / x64 kicker ?
    Last edited by jozsab1; 06-10-2015 at 02:37 AM.

  10. #100
    JasDevi's Avatar Corporal
    Reputation
    7
    Join Date
    Aug 2012
    Posts
    17
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is it updated to 6.2? i feel like its instantly kicking

  11. #101
    ktdhc's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The addon does not seem to be loading properly - I don't see any green box. It says incompatible as well. Am I doing something wrong?

    Trying to use this on live 6.2

  12. #102
    jozsab1's Avatar Active Member
    Reputation
    61
    Join Date
    Jan 2008
    Posts
    157
    Thanks G/R
    2/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JasDevi View Post
    is it updated to 6.2? i feel like its instantly kicking
    Originally Posted by ktdhc View Post
    The addon does not seem to be loading properly - I don't see any green box. It says incompatible as well. Am I doing something wrong?

    Trying to use this on live 6.2
    Is it kicking instantly or is it not working at all ? Make up your mind :P
    Did not test on new patch, but there is a high chance it should work considering the same addon worked the past 7 years

  13. #103
    umjs78's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this works perfectly and smooth at first install
    problem is, no matter what i change on gui doesnt change anything kickbot.lua
    have to change manually with notepadd++

  14. #104
    jozsab1's Avatar Active Member
    Reputation
    61
    Join Date
    Jan 2008
    Posts
    157
    Thanks G/R
    2/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by umjs78 View Post
    this works perfectly and smooth at first install
    problem is, no matter what i change on gui doesnt change anything kickbot.lua
    have to change manually with notepadd++
    Changes for whatever addon are saved in your WTF folder as personalized / character.
    Game-Lua does not have the ability to change files = It could not change "kickbot.lua"

  15. #105
    lucajjon's Avatar Member
    Reputation
    1
    Join Date
    Jul 2015
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wait... so it is or is not working?

Page 7 of 15 FirstFirst ... 34567891011 ... LastLast

Similar Threads

  1. [guide] how to create a wow bot using autoit (memory reading)
    By zamba1587 in forum WoW Memory Editing
    Replies: 17
    Last Post: 01-23-2017, 03:27 PM
  2. [Example] Check if spell is available with memory reading
    By orby_tale in forum WoW Memory Editing
    Replies: 1
    Last Post: 11-14-2010, 05:14 PM
  3. [Autoit] Problem with Memory reading for looting *resolved*
    By spudstar99 in forum WoW Memory Editing
    Replies: 4
    Last Post: 05-15-2009, 10:26 PM
  4. Spell interrupted, cast same school spell anyways!
    By Trufox in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 01-31-2009, 07:22 AM
All times are GMT -5. The time now is 04:50 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search