Jump to content

johnblaster123

Members
  • Posts

    37
  • Joined

  • Last visited

Posts posted by johnblaster123

  1. 1 hour ago, manacrazed said:

    @johnblaster123 For the second VPN did you change it from HTTP to Socks5? Whenever I forget to change the proxy type my clients get stuck on connecting.

    In Widecap program?? Yes I did set it to SOCKS5. Also I have very high ping like 1200 ms when using Widecap and when using proxycap I didnt have this problem so this program suck that is my conclusion

  2. does anyone have cracked version of proxycap??

    I ran out of 30 day trial and tried proxifier not working for me.. widecap is wierd because one of wows connects and second is stuck at connecting forever...

    Tried also freecap also not working..

     

    Im using nordvpn socks5 which worked fine for proxycap

  3. Hey,

    All fc's I have tried for TBC are not feeding hunter pet.. I have to figure out how to do it myself but I honestly ran out of ideas.

    How to feed hunter pet without using macro? Macro is shtity for full afk because you constnatly have to change the food name.

    Is there any way to do it in c# script?

    Also this one is not working for me 

    Lua.LuaDoString("if GetPetHappiness() < 3 then\r\n  CastSpellByName(\"Feed Pet\")\r\n  PickupContainerItem(0, 1)\r\nend  ");
                                        Thread.Sleep(400);

     

  4. 10 hours ago, Bambo said:

    has to do with the auto updater i believe, not sure what is causing it but the "encrypted" string in your .xml file gets overwritten with false values that are different products

    delete all products and redownload them, that will fix it immediately (temporarily)

    I have redownloaded all profiles still same thing.. it only happens with the quester.

     

    1) yes but also tried without relogger

    2) no same folder , but Im using horde faction only!

  5. Hello.

    I have a really wierd problem. Let me give you an example here.

    I have selected quester profile "Andoido Horde Quester" and when I switch the profile to lets say something else "Bambo Profile" I see that the profile indeed changed in the profile select, but in the debug log I still see the 1st profile running not the one Ive selected!

    I have tried restarting wow, restarting bot and selecting 2nd profile in relogger to see if it help.. but still THE PROFILE wont change!

    How do I fix this?

    *This happend before so its not the new update!

  6. Hello,

    So i made a plugin that trains herb and skinning it works, but when my bot is for example in elwyn forest he wants to go to stormwind in straight line through the mountains..

    he wants to use this code:

    wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(-8969.99f, 779.636f, 95.89193f), 5566, 1, false);

    So I tried code below, but its not working he keeps trying to go in straight line to sw.. help me out how do I use the pathfinder?

                    var position = new Vector3(-8969.99f, 779.636f, 95.89193f);
                    int npcEntryId = 6929; 
    
                    Logging.Write("bindloc: " + bindLocation);
                    //while (bindLocation != "Stormwind")
                    //Logging.Write(ObjectManager.Me.Position.ToString());
                    var lo = PathFinder.FindPath(ObjectManager.Me.Position, position);
                    Logging.Write(lo.ToString());
                    foreach (Vector3 waypoint in lo)
                    {
                        Logging.Write(waypoint.ToString());
                        // Move to the given position
                        MovementManager.Go(PathFinder.FindPath(waypoint), false);
    
                        // Loop
                        while (MovementManager.InMovement && Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause)
                        {
                            ObjectManager.Me.Position.DistanceTo2D(waypoint) > 1.5
                            // Wait follow path
                            Thread.Sleep(10);
                        }
                    }
  7. For them to read your HWID they would need to install anti cheat program on your PC, something like batleye, only this way they could read the HWID. Not even a blizz-like warden (back in the old days) could, now blizzard CAN read (for example through battle net) which is illegal btw but thats another story.

    There is absolutely no way ANY private server can read your HWID unless you install some shit. They can read IP only and I doubt if they even see your MAC address (99% likely not).

    Ip + what you do in game is the only trace that can chain ban accounts.

  8. Its NOT profile problem thats for sure, i have tried 5 different profiles and it happens with each.

    One thing I noticed: It turns the quest (that didnt want to turn earlier) after I relog the character, but shortly afterwards when he wants to turn another quest in (like in 2 minutes) it happens again..

    My wow is clean install, has NO addons, no cache, no wtf folders etc.

    Please help me out

×
×
  • Create New...