Jump to content

Jensen-

Members
  • Posts

    269
  • Joined

  • Last visited

Reputation Activity

  1. Haha
    Jensen- reacted to youthemannowdog in Sick of buying garbage profiles   
    well at least I didnt say it I guess
    (but you're absolutely right)
     
    But hey - this is what it looks like when you tell a developer on WRobot that their stuff isn't as good as they think it is and is only popular because nobody else competes
    they'll passive aggressively tell you that you're a basic american racist through a fucking coupon  while at the same time trying to tell you that everyone elses fightclasses that you're beta testing are shit.

     
    Calling me a basic american racist while your content does this
     
  2. Haha
    Jensen- reacted to youthemannowdog in Sick of buying garbage profiles   
    no more than 5 minutes after that last video
     
     
    BOTTING IN 2019
  3. Sad
    Jensen- got a reaction from Bambo in Mass ban   
    its not profitable business anymore, waited whole june for a fix 
  4. Thanks
    Jensen- got a reaction from miminio in Mass ban   
    its not profitable business anymore, waited whole june for a fix 
  5. Sad
    Jensen- got a reaction from thxgod1 in Mass ban   
    its not profitable business anymore, waited whole june for a fix 
  6. Sad
    Jensen- got a reaction from Findeh in Mass ban   
    there's definitely something going on agian, got banned on netherwing with accs that were allready lvled and not played for atleast 12days(around 500accs baned)
    https://atlantiss.eu/banlist
  7. Thanks
    Jensen- reacted to TheSmokie in Cant Turn in Quests   
    Thank you @thxgod1\
    here @Jensen-, code for you're problem, Also more code you can use that i have made.
    if (!Quest.HasQuest(Quest ID) && !(ObjectManager.Me.Position.DistanceTo2D(new Vector3(x, y, z)) < 20)) { wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(x, y, z)); } var u = ObjectManager.GetNearestWoWUnit(ObjectManager.GetWoWUnitByEntry(NPCID)); if (u.IsValid) { Interact.InteractGameObject(u.GetBaseAddress); wManager.Wow.Helpers.Lua.RunMacroText("/script AcceptQuest();"); } return true;
  8. Like
    Jensen- reacted to ScripterQQ in Warmane Lordaeron Bans   
    The fact alone a guy has been banned IN ISTANCE means it's detected, or flagged and then banned, but definitely not a safe product.
    I believe it has been flagged then the gm "reads" the log and somehow see the injection in the game, and procede with ban.
    They can't ban you instant like PQR because there might be a false positive, thats why it needs some time to get you banned, they need to check with their eyes the log and the injections made on the game.
    As already said, I myself abused for 2 years+ straight Battlegrounder (got more than 100k HKs on different char, 24/7 spamming BGs) and not a single report on 6 character (I got good fight classes and profiles), then some weeks ago i botted for 1-2 hours radomly and got banned. A guy got banned for using WRotation, another guy for using it in Instance..too many signs that something is not right. Every person with at least 2 brain cells would understand this concept, everyone saying the opposite and defending wrobot has serious problems sorry.
  9. Haha
    Jensen- got a reaction from BetterSister in Warmane Lordaeron Bans   
    "no one can prove what really is getting people banned"
    "it clearly isn't the bot itself being detected" 
    inconsistency   i think ppl are geting baned because they are using bots, no1 can deny that
  10. Like
    Jensen- got a reaction from zzzar in Warmane Lordaeron Bans   
    really you got excuse for everything
  11. Like
    Jensen- got a reaction from 79135 in Warmane Lordaeron Bans   
    really you got excuse for everything
  12. Sad
    Jensen- got a reaction from Dagora in Warmane bans   
    leave warmane for now, its a waste of time
  13. Thanks
    Jensen- reacted to Droidz in item not detected   
    https://github.com/MOUZU/Blizzard-WoW-Interface/blob/d162a4c0d198a4381b5b6573d975635ed7316702/1.12.1/FrameXML/ContainerFrame.lua#L52
    Not tested, but try:
    local itemIdSearch = 3467; local bag = KEYRING_CONTAINER; for slot = 1,MAX_CONTAINER_ITEMS do local itemLink = GetContainerItemLink(bag,slot); local _, itemCount = GetContainerItemInfo(bag,slot); if itemLink and itemCount then local _,_,itemId = string.find(itemLink, '.*|Hitem:(%d+):.*'); if itemId and tonumber(itemId) == itemIdSearch then print("Key found"); return end end end print("Key no found");  
  14. Like
    Jensen- got a reaction from 79135 in To All Those Two Faces   
    https://imgur.com/a/HxtRvan         made my day
    think twice befor you report any1
     
  15. Like
    Jensen- reacted to inselmann in WOW Vanilla - Taxi Nodes EnableAll Plugin   
    Hi there,
    i noticed on vanilla wow that my taxi nodes are disabled from time to time.
    I checked the flightmaster coords and they were okay, i deleted the TaxiNodes.xml
    so wrobot can make the file again from games data. But at the end i still saw some
    taxi nodes deactivated which were used before without any problems.
    I am not sure what causes these problems on vanilla.
    So i wrote a small plugin to activate all taxinodes every 5 minutes.
    I added my file.
    Maybe it helps somebody.
    Best regards
    [Vanilla]TaxiNodes-EnableAll.cs
  16. Like
    Jensen- reacted to Droidz in low fps in background   
    Hello, can you read this:  https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 install slimdx et vc++
     
  17. Thanks
    Jensen- reacted to skeletonboy360 in Moving NPC   
    This one follows the npc path, and then moves to the npc etc.
    test2.xml
  18. Like
    Jensen- reacted to Droidz in Mail settings   
    Hello, 
    wManager.wManagerSetting.CurrentSetting.MailRecipient = "player name";  
  19. Thanks
    Jensen- got a reaction from Razzue in Interact/gather distance change   
    you can always make a seperate file and load it to main profile when you are on specific quest
  20. Thanks
    Jensen- got a reaction from Razzue in Interact/gather distance change   
    in quest order pick runcode and paste it there
  21. Like
    Jensen- got a reaction from Rinrin11 in Accept Quest from Item   
    you got it here
  22. Like
    Jensen- reacted to Droidz in runcode   
    Hello,
    Use:
    - step type "While" with the code:
    !wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(-2376.27, -1995.74, 96.70491), 7714) - step "EndWhile"
    - step "Wait" with:
    500 - step "RunLuaCode" with code:
    GossipTitleButton2:Click(); - step "Wait" with:
    1000 - step "RunLuaCode" with code:
    BuyMerchantItem(5,2)  
    (not tested)
×
×
  • Create New...