[iPlay] Mutli-Tool (Automatic LUA DPS Bot, Auto kick, Dungeon/Battlegroud Alert) menu

User Tag List

Page 4 of 9 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 125
  1. #46
    rocktherocky's Avatar Private
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    still work?

    ---------- Post added at 10:03 PM ---------- Previous post was at 10:01 PM ----------

    so do i turn on the program, start wow, login at character screen, the inject then login to account, if not plz explain steps more detailed

    [iPlay] Mutli-Tool (Automatic LUA DPS Bot, Auto kick, Dungeon/Battlegroud Alert)
  2. #47
    Traxex84's Avatar Contributor Authenticator enabled
    Reputation
    257
    Join Date
    May 2010
    Posts
    816
    Thanks G/R
    1/25
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It still works, log into your character then hit inject. Does not really need explaining.

  3. #48
    rocktherocky's Avatar Private
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do u do it for dps bot? or is it the same? because i did that, and i injected IN-GAME and i got an error and the bot shut down

  4. #49
    TrioxX's Avatar Sergeant
    Reputation
    11
    Join Date
    Aug 2010
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You forgot to say, that the profiles need to match the client language. If you use a german client for example, you have to translate the spells into german in order to make it work. Example:

    Code:
    cast=CastSpellByName
    function check(sp,unit)
       unit = unit or "target";
       spell = string.format("%s",sp)
       if GetSpellCooldown(spell)==0 and IsUsableSpell(spell) then 
          if SpellHasRange(spell)==1 then
             if IsSpellInRange(spell,unit)~=1 then
                return false
             end
          end
       else 
          return false
       end
       return true
    end
    
    
    local name,_,icon,count,_,dur,x,_,_=UnitDebuff("player","Arkanschlag")
    mana=UnitMana("player")*100/UnitManaMax("player")
    
    if not UnitCastingInfo("player") and not UnitChannelInfo("player") then
    	cast("Arkanschlag")
    end
    
    if GetItemCount(36799,false,true) == 0 then
    	cast("Manaedelstein herbeizaubern")
    end
    
    if mana<30 then
    	cast("Hervorrufung")
    end
    
    if UnitBuff("player","Clearcasting") then  
       cast("Arkanbeschuss")
    end 
    
    if check("Arkane Macht") and count>3 then
    	cast("Arkane Macht")
    	UseItemByName(36799)
    end

  5. #50
    rocktherocky's Avatar Private
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ugh, ok so inject ingame then i pick my dps spec and everything, go into game type /dps on and then after that...the bot shuts down saying it had a .net framework error
    even tho i have .net framwork 4.0

  6. #51
    Traxex84's Avatar Contributor Authenticator enabled
    Reputation
    257
    Join Date
    May 2010
    Posts
    816
    Thanks G/R
    1/25
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rocktherocky View Post
    ugh, ok so inject ingame then i pick my dps spec and everything, go into game type /dps on and then after that...the bot shuts down saying it had a .net framework error
    even tho i have .net framwork 4.0
    Are you running both as administrator?

  7. #52
    zim804's Avatar Active Member
    Reputation
    17
    Join Date
    Nov 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This application was created using an unlicensed version of the Krypton Suite control from Component Factory Pty Ltd.

    You must contact your software supplier in order to resolve the licensing issue.

    That's probably why I'm having issues.

  8. #53
    Vandra's Avatar Contributor
    Reputation
    288
    Join Date
    Mar 2008
    Posts
    471
    Thanks G/R
    26/26
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zim804 View Post
    This application was created using an unlicensed version of the Krypton Suite control from Component Factory Pty Ltd.

    You must contact your software supplier in order to resolve the licensing issue.

    That's probably why I'm having issues.
    That's should not be a problem, just hit ok.
    As Traxex84 said, are you running both iPlay and wow as administrator, and are you running wow using directx9 ?

    Also, yeah a totally forgot that you need english client to use the dps bot, i will replace spells name by spell id for the next update, my bad :>

  9. #54
    Anarki's Avatar Member
    Reputation
    14
    Join Date
    Feb 2007
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can this unlock LUA protection?

  10. #55
    Vandra's Avatar Contributor
    Reputation
    288
    Join Date
    Mar 2008
    Posts
    471
    Thanks G/R
    26/26
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Anarki View Post
    Can this unlock LUA protection?
    Not really, but you can execute lua (protected commands too) using the lua console.

  11. #56
    rocktherocky's Avatar Private
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok i think i got it to work, so how exactly do u use dps bot? or does it not work?

    ---------- Post added at 05:08 PM ---------- Previous post was at 04:59 PM ----------

    also on the dps bot the load script button isnt there like i dont see it

  12. #57
    Vandra's Avatar Contributor
    Reputation
    288
    Join Date
    Mar 2008
    Posts
    471
    Thanks G/R
    26/26
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rocktherocky View Post
    ok i think i got it to work, so how exactly do u use dps bot? or does it not work?

    ---------- Post added at 05:08 PM ---------- Previous post was at 04:59 PM ----------

    also on the dps bot the load script button isnt there like i dont see it
    You just load the script you want to use, then "/dps on" ingame.

  13. #58
    rocktherocky's Avatar Private
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i load the script theres no button that says load script on the program, its all ****ed up

  14. #59
    Vandra's Avatar Contributor
    Reputation
    288
    Join Date
    Mar 2008
    Posts
    471
    Thanks G/R
    26/26
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rocktherocky View Post
    how do i load the script theres no button that says load script on the program, its all ****ed up
    Look the screenshot on the first page, i don't even understand your problem, the button can't just be gone :x

  15. #60
    rocktherocky's Avatar Private
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sounds weird but it is

Page 4 of 9 FirstFirst 12345678 ... LastLast

Similar Threads

  1. [WoW] Tool Pack [Spam Bot, Auto Login etc.]
    By marco1234 in forum World of Warcraft Bots and Programs
    Replies: 24
    Last Post: 05-17-2009, 11:45 PM
  2. [Free Bot/Radar] MMOExtreme, All 12 Classes Ready to bot (Auto Combo!)
    By Hyru in forum Age of Conan Exploits|Hacks
    Replies: 34
    Last Post: 01-18-2009, 04:26 AM
  3. login plus anti afk bot(Auto IT)
    By Monkeyy in forum World of Warcraft Bots and Programs
    Replies: 11
    Last Post: 10-15-2008, 11:31 PM
  4. WoW Auto Travel Bot (auto It)
    By omgwhokillme in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 01-19-2007, 05:03 PM
  5. Fishing Bot! (Auto-It)
    By janzi9 in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 05-18-2006, 10:23 PM
All times are GMT -5. The time now is 08:09 AM. 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