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

User Tag List

Page 3 of 15 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 211
  1. #31
    3azy's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry if thats a dumb question ,

    i cant get the addon to show up in my addon list, i changed the value to 60000, started 32 and 64 bit version,as admin but it does not work.
    Which data do i need to copy in the addon folder (i created a folder named Kickbot,thats right or?! )

    Sorry again !

    editk i figured it out now,geez. :s
    Last edited by 3azy; 02-02-2015 at 03:51 PM.

    Spell kicker - Interrupt cast - Autoit ( no memory read ) - any wow version
  2. #32
    3azy's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok next problem,everywhere i place it and i send back keys he says: " Kickbot Lua frame has an unexpected value, Manually set LuaframeposX and LuaframeposY.

    What the hell?

    And when i want to write something in the chat he spams some weird symbols.

  3. #33
    Rikuo's Avatar Corporal
    Reputation
    8
    Join Date
    Oct 2011
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 3azy View Post
    Ok next problem,everywhere i place it and i send back keys he says: " Kickbot Lua frame has an unexpected value, Manually set LuaframeposX and LuaframeposY.

    What the hell?

    And when i want to write something in the chat he spams some weird symbols.
    I had the same problem when launching SendBackKeys_x64, try to launch SendBackKeys_x32, it worked for me.

  4. #34
    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 3azy View Post
    Ok next problem,everywhere i place it and i send back keys he says: " Kickbot Lua frame has an unexpected value, Manually set LuaframeposX and LuaframeposY.

    What the hell?

    And when i want to write something in the chat he spams some weird symbols.
    if you are using 64 bit version of wow exe than you need to use SendBackKeys_x64.exe
    If you use 32 bit version of wow.exe than you need to use SendBackKeys_x32.exe

  5. #35
    3azy's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jozsab1 View Post
    if you are using 64 bit version of wow exe than you need to use SendBackKeys_x64.exe
    If you use 32 bit version of wow.exe than you need to use SendBackKeys_x32.exe
    i tried both,even putting the green box in the middle of my screen,doesnt work. :/

  6. #36
    jununi's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I couldn't input the spell's name. In the GUI, The spell's name must be written only in English but I use korean client, so I can't input it.
    Could you fix it? I hope it can be written not only the spell's name in english but also korean or the spell's ID.

  7. #37
    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 3azy View Post
    i tried both,even putting the green box in the middle of my screen,doesnt work. :/
    Can you start MouseInfo.au3. Hover mouse over the green box and tell me ( or make a screenshot ) what is the color of it on your screen ? In normal conditions it should say 0x0010FF80

    Originally Posted by jununi View Post
    I couldn't input the spell's name. In the GUI, The spell's name must be written only in English but I use korean client, so I can't input it.
    Could you fix it? I hope it can be written not only the spell's name in english but also korean or the spell's ID.
    Sadly i can not implement something i can not test I do not have a korean client, i do not have a korean keyboard / editor ... What you can do is : open "KickBot.lua" file and try to edit the spell names in that file. Example if you have a paladin, look for lines like these :
    RegisterKickerSpell( "Rebuke", '8', '', '', '', '', '', '', "PALADIN" )
    and change the text "rebuke" to korean text. It needs to be exactly as you see it in client or else the client will say that you do not have this spell learned.
    There is a chance you can use spellIDs instead spell names. Not dead sure all functions will accept the ID instead name ( will test it myself later )
    Do give feedback how it went
    Last edited by jozsab1; 02-03-2015 at 04:16 AM.

  8. #38
    3azy's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jozsab1 View Post
    Can you start MouseInfo.au3. Hover mouse over the green box and tell me ( or make a screenshot ) what is the color of it on your screen ? In normal conditions it should say 0x0010FF80


    Sadly i can not implement something i can not test I do not have a korean client, i do not have a korean keyboard / editor ... What you can do is : open "KickBot.lua" file and try to edit the spell names in that file. Example if you have a paladin, look for lines like these :
    RegisterKickerSpell( "Rebuke", '8', '', '', '', '', '', '', "PALADIN" )
    and change the text "rebuke" to korean text. It needs to be exactly as you see it in client or else the client will say that you do not have this spell learned.
    There is a chance you can use spellIDs instead spell names. Not dead sure all functions will accept the ID instead name ( will test it myself later )
    Do give feedback how it went


    Ok i got it now ! it worked when i went to fullscreen windowed mode !
    Hope this helps somebody else.

  9. #39
    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 3azy View Post
    Ok i got it now ! it worked when i went to fullscreen windowed mode !
    Hope this helps somebody else.
    Thanks, added to first post.

  10. #40
    3azy's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jozsab1 View Post
    Thanks, added to first post.
    No problem !

    When i set the focus keybind, do i actually need to make a macro like /cast [target=focus] spell or do i just need to focus somebody and bind the keybind without a macro?

  11. #41
    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)
    new release with changes :
    - added Dark Simulacrum to default interrupt spell list for DK
    - You can write spell ID instead spell name in GUI textbox and it will get auto converted to localized spell name( korean ? )
    - increased keysend cooldown from 200 to 500 ms to avoid casting multiple spells on higher latency clients
    - if SendBackKeys.au3 can not find LUA frame, it will exit instead send random keys to the client


    Originally Posted by 3azy View Post
    No problem !

    When i set the focus keybind, do i actually need to make a macro like /cast [target=focus] spell or do i just need to focus somebody and bind the keybind without a macro?
    macroes you might want to use :

    #showtooltip
    /stopcasting
    /cast InterruptSpell

    #showtooltip
    /stopcasting
    /cast [target=focus] InterruptSpell

    #showtooltip
    /stopcasting
    /cast [target=arena1] InterruptSpell

    ...
    #showtooltip
    /stopcasting
    /cast [target=arena5] InterruptSpell

  12. #42
    MacKay's Avatar Member
    Reputation
    1
    Join Date
    Feb 2015
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's working perfectly on cataclysm. (tested on shaman)

    Amazing job.

  13. #43
    HeavyFrost's Avatar Member
    Reputation
    2
    Join Date
    Aug 2012
    Posts
    75
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol, this is hillarious ;D haha
    Thank you for making this

  14. #44
    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)
    new release :
    - added sample in "SendBackKeys.au3" how you could potentially use cyrilic keyboard keybinds. Did not test practically
    - added GenerateRandomAddonName.au3 to somewhat randomize addon( name + size + hash ) for further blizz anti detection. Blizz can see / block addons

    Originally Posted by HeavyFrost View Post
    Lol, this is hillarious ;D haha
    Thank you for making this
    Originally Posted by MacKay View Post
    It's working perfectly on cataclysm. (tested on shaman)
    Amazing job.
    thank you, thank you

  15. #45
    3azy's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just a suggestion: Would it be possible to implement a function so that the bot only interrupts at a certain % of health? (like 50%)

Page 3 of 15 FirstFirst 1234567 ... 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 02:34 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search