nax
WRobot user-
Posts
128 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by nax
-
check the file path to make sure its correct and check permissions on the file to be able to be read.
-
[Wotlk] Looking for WoW API
nax replied to iMod's topic in WRobot for Wow Wrath of the Lich King - Help and support
This script builds a WotLK 3.3.5a global.lua definition file for VS Code. It generates documented WoW API globals (with parameters and return types where available) so you get better autocompletion, signature help, and fewer “unknown global” warnings while developing addons. Script.py -
https://wrobot.eu/byme/CompatibilityReporting/index.php
-
Banned on Warmane.
nax replied to varendew's topic in WRobot for Wow Wrath of the Lich King - Help and support
You deserve a refund. They’re not using the Auctioneer addon for detection at all — that’s just a cover. In reality, they’re exploiting GetThreadContext to extract breakpoints from WRobot through a remote code execution (RCE) technique. Additionally, they’re manipulating movement flags to gain unfair advantages. -
Banned on Warmane.
nax replied to varendew's topic in WRobot for Wow Wrath of the Lich King - Help and support
Warmane does detect wrobot. -
Read the requirements
-
post the code.
-
AI Auto Whisper Reply - all versions FREE
nax commented on andy1br2's file in Plugins - Multiversion
-
-
-
-
(untested) public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += delegate (robotManager.FiniteStateMachine.Engine engine, robotManager.FiniteStateMachine.State state, System.ComponentModel.CancelEventArgs cancelable) { if (state is wManager.Wow.Bot.States.Resurrect) { bool popupExists = wManager.Wow.Helpers.Lua.LuaDoString<bool>( "return StaticPopup1 and StaticPopup1 ~= nil"); if (popupExists) { bool button2Exists = wManager.Wow.Helpers.Lua.LuaDoString<bool>( "return StaticPopup1Button2 and StaticPopup1Button2 ~= nil"); string buttonToClick = button2Exists ? "StaticPopup1Button2:Click()" : "StaticPopup1Button1:Click()"; wManager.Wow.Helpers.Lua.LuaDoString(buttonToClick); } } }; } public void Dispose(){} public void Settings(){} }
-
So your using a free trial to use wrotation that already doesn’t have a time limit on usage?
-
@ipowertheone you do understand that the pathfinding server uses active key to be able to send requests? im pretty sure you wont be able to use pathfinding, and wrotation and a few other products are free to use unlimited during free trial.
-
I think some private servers are implementing a check to see if EndScene or any main thread function is hooked. The list likely stays very short, ideally fewer than 40 at any given time. They might teleport to the character to determine whether they are screen recording or botting based on their behavior. Using the RCE exploit, this is something they can do, maybe @Droidz can provide some feedback on this ?
-
it means a refund is being processed. using a credit card, their is a 3-7 business day process with refunds.
-
Update: Warmane utilizes an RCE exploit to enable the loading of custom content. Additionally, they run a modified Warden system. I'm currently investigating the extent of these modifications. Further updates to follow.
-
Managing rotation behavior from the game client
nax replied to rmich's topic in Fight Classes assistance
Hi, you could always use a TCP server to handle communications . -
They do not leave files on your pc.
