Jump to content

nax

WRobot user
  • Posts

    125
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

3812 profile views

nax's Achievements

  1. Yes.
  2. I love the obfuscation, took me a hour to break.
  3. https://wrobot.eu/byme/CompatibilityReporting/index.php
  4. 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.
  5. Read the requirements
  6. i love it,broken english with bad grammar.
  7. @robot1992 Yes, i was able to read the code, i use wrobot to load it then dump the bytes in a after it was deobfuscated.
  8. There is some fightclasses that don’t use new Spell, but I understand where you are coming from. For obfuscation tools, it’s kinda impossible to protect csharp code, so I wouldn’t even try, there’s always someone who can beat the obfuscation
  9. Hello, I was reviewing your code and had a quick question. Does this work with fight classes that use their own built-in rotation frameworks, or is it specifically designed to work only with WRobot’s XML rotation framework?
  10. nax

    Ankh

    (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(){} }
  11. So your using a free trial to use wrotation that already doesn’t have a time limit on usage?
×
×
  • Create New...