Jump to content

nax

Members
  • Posts

    118
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

3052 profile views

nax's Achievements

  1. Read the requirements
  2. i love it,broken english with bad grammar.
  3. @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.
  4. 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
  5. 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?
  6. 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(){} }
  7. So your using a free trial to use wrotation that already doesn’t have a time limit on usage?
  8. @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.
  9. Yes, you can do this. you just need to code the plugin yourself.
  10. 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 ?
  11. it means a refund is being processed. using a credit card, their is a 3-7 business day process with refunds.
  12. 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.
  13. Hi, you could always use a TCP server to handle communications .
×
×
  • Create New...