Jump to content

nax

Members
  • Posts

    123
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

3656 profile views

nax's Achievements

  1. I love the obfuscation, took me a hour to break.
  2. https://wrobot.eu/byme/CompatibilityReporting/index.php
  3. 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.
  4. Read the requirements
  5. i love it,broken english with bad grammar.
  6. @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.
  7. 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
  8. 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?
  9. 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(){} }
  10. So your using a free trial to use wrotation that already doesn’t have a time limit on usage?
  11. @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.
  12. Yes, you can do this. you just need to code the plugin yourself.
×
×
  • Create New...