79135 4 Posted April 29, 2019 Share Posted April 29, 2019 what commands administrators can find a bot? I often use the command: Lua.LuaDoString("ResetInstances()"); or Lua.LuaDoString("FollowUnit("example")"); or Lua.LuaDoString("StaticPopup1Button1:Click()"); or Lua.LuaDoString("InviteUnit('example')"); It is dangerous? Can you write a dangerous LUA command if they exist? Link to comment https://wrobot.eu/forums/topic/11141-which-command-is-dangerous/ Share on other sites More sharing options...
Matenia 628 Posted April 29, 2019 Share Posted April 29, 2019 None of them. The only check for CastSpellByName (most do anyway), but using them through the wRobot API, there are workarounds that make it undetected (you don't even notice these). 79135 1 Link to comment https://wrobot.eu/forums/topic/11141-which-command-is-dangerous/#findComment-53181 Share on other sites More sharing options...
79135 4 Posted April 29, 2019 Author Share Posted April 29, 2019 1 minute ago, Matenia said: None of them. The only check for CastSpellByName (most do anyway), but using them through the wRobot API, there are workarounds that make it undetected (you don't even notice these). CastSpellByName can to be detect? My FC all abilities use with it... Please more info write. Thanks Link to comment https://wrobot.eu/forums/topic/11141-which-command-is-dangerous/#findComment-53182 Share on other sites More sharing options...
79135 4 Posted April 29, 2019 Author Share Posted April 29, 2019 Btw on sunwell TBC i check reaction on spam Lua.LuaDoString("ResetInstances()"); every 1-5 sec, and specially run into wall in instance. 1st acc which run into wall and dont spam the command is alive, but 2nd which run into wall and spam the command is dead. Maybe it's a coincidence ? Link to comment https://wrobot.eu/forums/topic/11141-which-command-is-dangerous/#findComment-53183 Share on other sites More sharing options...
Matenia 628 Posted April 29, 2019 Share Posted April 29, 2019 5 minutes ago, 79135 said: Btw on sunwell TBC i check reaction on spam Lua.LuaDoString("ResetInstances()"); every 1-5 sec, and specially run into wall in instance. 1st acc which run into wall and dont spam the command is alive, but 2nd which run into wall and spam the command is dead. Maybe it's a coincidence ? If it sends a packet to the server and IT SPAMS it they can probably check for spam. This is true for everything that sends a packet to the server. CastSpellByName CANNOT be detected as long as you use it through wRobot because wRobot protects against Lua unlock server side detection. But that's what servers try to detect. And if you use any other Lua unlocker or PQR, it will be detected. 79135 1 Link to comment https://wrobot.eu/forums/topic/11141-which-command-is-dangerous/#findComment-53184 Share on other sites More sharing options...
79135 4 Posted April 29, 2019 Author Share Posted April 29, 2019 3 minutes ago, Matenia said: If it sends a packet to the server and IT SPAMS it they can probably check for spam. This is true for everything that sends a packet to the server. CastSpellByName CANNOT be detected as long as you use it through wRobot because wRobot protects against Lua unlock server side detection. But that's what servers try to detect. And if you use any other Lua unlocker or PQR, it will be detected. Okay, thx a lot! Link to comment https://wrobot.eu/forums/topic/11141-which-command-is-dangerous/#findComment-53185 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now