Bossqwerty
New Member
- Joined
- Jan 15, 2010
- Messages
- 85
- Reaction score
- 0
Whenever I hit start it just loops this over and over forever
Please help
Code:
Error during bot tick
System.Exception: Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: C4757000, Size: 448
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Read[T](IntPtr addr)
at GreyMagic.MemoryBase.Read[T](Boolean isRelative, IntPtr[] addrs)
at ..()
at ..()
at ..()
at Loki.Bot.Logic.Behaviors.OutOfTownLogic.OutOfTownLogicManager.(Object )
at Loki.TreeSharp.Decorator.CanRun(Object context)
at Loki.TreeSharp.Decorator..()
at Loki.TreeSharp.Composite.Tick(Object context)
at Loki.TreeSharp.PrioritySelector..()
at Loki.TreeSharp.Composite.Tick(Object context)
at Loki.TreeSharp.PrioritySelector..()
at Loki.TreeSharp.Composite.Tick(Object context)
at Loki.TreeSharp.Decorator..()
at Loki.TreeSharp.Composite.Tick(Object context)
at Loki.TreeSharp.PrioritySelector..()
at Loki.TreeSharp.Composite.Tick(Object context)
at Loki.TreeSharp.Decorator..()
at Loki.TreeSharp.Composite.Tick(Object context)
at Loki.TreeSharp.PrioritySelector..()
at Loki.TreeSharp.Composite.Tick(Object context)
at Loki.TreeSharp.PrioritySelector..()
at Loki.TreeSharp.Composite.Tick(Object context)
at Loki.TreeSharp.PrioritySelector..()
at Loki.TreeSharp.Composite.Tick(Object context)
at Loki.Utilities.HookExecutor.Run(Object context)
at Loki.TreeSharp.Action.RunAction(Object context)
at Loki.TreeSharp.Action..()
at Loki.TreeSharp.Composite.Tick(Object context)
at Loki.TreeSharp.PrioritySelector..()
at Loki.TreeSharp.Composite.Tick(Object context)
at Loki.Bot.BotMain.()
Please help






