program fakecast menu

User Tag List

Results 1 to 1 of 1
  1. #1
    a.t.lshelia's Avatar Member
    Reputation
    1
    Join Date
    Nov 2015
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    program fakecast

    Hey,
    I need your help, how can i do a program to test this :

    ProbablyEngine.library.register('DGTLibary',
    {
    FakeCastCheck = function(SpellName, TimeLeftBeforeStopcast)
    local spellID, _, _, _, _, endTime = UnitCastingInfo("player")
    if spellID then
    local finish = endTime/1000 - GetTime()
    if spellID == tostring(SpellName) and finish < tonumber(TimeLeftBeforeStopcast) then
    return true
    end
    end
    return false
    end,
    })


    {{
    {"/stopcasting",{"@DGTLibary.FakeCastCheck('NAME OF FAKECAST SPELL',CANCELTIME)","modifier.lcontrol"},nil},
    {"FAKECASTSPELLt",{"modifier.lcontrol"},"player"},
    },"modifier.lcontrol"},


    AND

    local interrupts={[57994]=true,[6552]=true,[102060]=true,[47528]=true,[1766]=true,[96231]=true,[116705]=true,[80965]={80964,106839},[34490]=147362,[2139]=true,[19647]={115781,132409,24259,115782},[15487]=true,[23920]=true,}local SpellStopCasting = SpellStopCasting
    local AF=CreateFrame('Frame')
    AF:RegisterEvent('COMBAT_LOG_EVENT_UNFILTERED')
    AF:SetScript('OnEvent',function(self,event,...)
    if(event=='COMBAT_LOG_EVENT_UNFILTERED')then
    local _,eventType,_,_,_,srcFlags,_,destGUID,_,_,_,spellID = ...
    if ( bit.band(srcFlags, COMBATLOG_OBJECT_REACTION_HOSTILE) ~= 0 ) and ( destGUID == UnitGUID('player') ) then
    if ( eventType == 'SPELL_CAST_SUCCESS' or eventType == 'SPELL_AURA_APPLIED' ) and ( interrupts[spellID] ) then
    local casting,_,_,_,_,endf,_,_,intable = UnitCastingInfo('player')
    if ( casting ) and ( not intable) then
    if ( endf / 1000 - GetTime() > 0.17 ) then
    SpellStopCasting()
    end
    end
    end
    end
    end
    end)


    Or if someone can try it for me

    Thanks boys !!!

    program fakecast

Similar Threads

  1. [Program] AutoGlide
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 26
    Last Post: 01-04-2007, 08:29 PM
  2. [Program] WoW AV AFK Bot
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 0
    Last Post: 05-22-2006, 05:04 AM
  3. [Program Request] 1.9.0 hack
    By lopolop in forum World of Warcraft General
    Replies: 1
    Last Post: 05-17-2006, 09:41 PM
  4. [Program] Bypasser
    By oninuva in forum World of Warcraft General
    Replies: 5
    Last Post: 05-14-2006, 09:01 PM
  5. [Program] Re-login on Disconnect
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 4
    Last Post: 05-14-2006, 01:01 AM
All times are GMT -5. The time now is 12:44 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