Jump to content

camelot10

Elite user
  • Posts

    838
  • Joined

  • Last visited

Posts posted by camelot10

  1. а если денег нет, не проще ли сделать посредника кто будет натурой брать?

    а если рук нет? не проще котика с лапками завести?

    а если серьёзно, к каждому киви прикреплена виртуальная карта, закинь на киви денег и пользуйся этой картой

  2. #if VISUAL_STUDIO
    using robotManager.Helpful;
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading;
    using System.Threading.Tasks;
    using wManager.Wow.Bot.Tasks;
    using wManager.Wow.Class;
    using wManager.Wow.Helpers;
    using wManager.Wow.ObjectManager;
    using wManager.Wow.Enums;
    #endif
    
    public class TheWillOfTheLichKing : QuestClass
    {
    	Vector3 _npcPos = new Vector3(2348.741, -5694.941, 384.0876, "None");
    
    	public TheWillOfTheLichKing()
    	{
    		Name = "The Will Of The Lich King";
    		QuestId.Add(12714);
    		Step.AddRange(new[] { 0, 0, 0, 0, 0 });
    	}
    	public override bool IsComplete()
    	{
    		return ObjectManager.Me.Position.DistanceZ(_npcPos) > 30;
    	}
    	public override bool Pulse()
    	{
    		if (GoToTask.ToPositionAndIntecractWithNpc(_npcPos, 29488))
    			Thread.Sleep(10 * 1000);
    		return true;
    	}
    }

     

  3. let me explain this to you again. slowly. i hope you undertand what im writing.

    your script read pixels from screen or read title from computer memory where wrobot process running? if it read pixel from screen then probably its possible.

    if your script can read title from that part of memory from your computer, whats forbid your script to read not just title of window but whole process memory?

    what forbid blizzard anti-cheat to do same thing with all processes and detect wrobot? maybe my english not good, i dont know. but please more pictures and fancy drawings in discussion

     

  4. again. blizzard implement anti bot system. most of bots hitted by banwave coz wow client now operate like anti-virus but act versus bots and automated soft.

    droidz doing what he can to protect and hide wrobot from that scans. do you understand that?

    whats "worked this year" its a forgotten past, times changed. do you prefer to get banned in next few days if droidz allow other processes access to wrobot executable or find another way to quickly arrange your windows ?

     

    and one more: you use some script what run wow, resize and move it without mouse/keyboard interaction and dont have protection. im pretty sure new blizzard anti-cheat can detect that. my advise is still same: do not use anything automated with wow except wrobot

  5. 5 hours ago, inselmann said:

    Hi Droidz,

    since the last update you removed the window title name of relogger
    which messed up all my automated scripts and settings.

    I resized the relogger window by a script. Now it has no name.

    Is is possible that we can define a windows name like in wrobot.
    A defineable name in relogger settings would be great.

    Thank you
    Best regards

    yeah, sure.

    give some tip to blizzard how they can detect wrobot window.

    very smart move.

    do not use any scripts or other automation soft, they dont have blizzard detect protection. you can get banned if blizzard detect script program but not wrobot.

    last two weeks blizzard raising annual income for investor's report.

×
×
  • Create New...