Jump to content

Ordush

Elite user
  • Posts

    1165
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Ordush got a reaction from Findeh in Warmane Icecrown Bot Detection   
    I am not gonna share what i am doing.
    I am obviously on the newest version of wrobot. (I always am lol)
    Took me a few days.
    It was running 24/7 for 4-5 days.
  2. Like
    Ordush reacted to Garub in Learning C#   
    I will study Python another time, let my knowledge become more consolidated. And I'm going to C #
    Friend's voice: I do not know how to express myself well in a language that I do not speak (English) @Ordush, but I want you to know that I consider you the best player of this forum, at least I am sine to myself, always giving relevant information to my questions. Thank you brother.
  3. Like
    Ordush got a reaction from Froglegger12 in Learning C#   
    Thank you for the kind words Garub. Luckily for all of us, there are some bright souls on this forum. Glad i can help you out. ?
    As @Mateniasaid check out https://mooc.fi/en/
    Or https://mva.microsoft.com/en-us/training-courses/c-fundamentals-for-absolute-beginners-16169?l=Lvld4EQIC_2706218949
    Bob Tabor, Matenia, Droidz, my brother and a few others on this forum is who taught me all i know about C#. ?
  4. Like
    Ordush got a reaction from Droidz in why do you pref wrobot   
    I don't understand why people are even discussing weather or not wrobot is detected for the tbc warmane server....
    I leveled a mage from 1-70 there a week or two ago... I even posted screenshot of it... I even used the same mage grinding for some days 24/7..
  5. Like
    Ordush got a reaction from Garub in Sunder Armor   
    You are completely right, i totally overlooked that lol.
    I just saw Bambo mentioning me, and i instantly thought it was Vanilla, because that is what my FC is.
    But, yeah wotlk is easy. You can even set the conditions in the FC editor.
    Just add two conditions. one being 1-5 stacks. and another that reapply based on 5 stacks and x time left. ?
  6. Thanks
    Ordush got a reaction from naviomg in Support   
    @naviomg
    I fixed the Druid bearform now.
    BUT OMFG I did not understand why it took 5-10 seconds for it to turn "Ready" if in bear form.
    Then after rewriting my code 10 times, i realized that you get more max hp when you go in bear form. And because of that it doesn't turn "Ready" until it has healed back up to 100% lol...
    Working on the "If you die bug" now. ?

    Edit: Fixed the "If you die bug". It now resets the dungeon profile on death! ?
  7. Like
    Ordush got a reaction from Classicwow in Vanish, stop fighting, find a safe spot   
    internal void VanishFunction() { Vector newPos = new Vector(Some X/Y Pos based on tar); if (ObjectManager.GetWoWUnitHostile().Count(u => u.Position.DistanceTo(newPos) <= 30 && !u.InCombat && u.IsAttackable) == 0) CastVanish else find new vector pos and check that } if(Conditions set by you) VanishFunction This is the gist of it.
  8. Like
    Ordush got a reaction from Classicwow in Vanish, stop fighting, find a safe spot   
    That is actually very very easy to make.
    I just did the same thing with my backtracking for my hunter. PM me on discord. ?
  9. Like
    Ordush got a reaction from Kamogli in The proxy and you   
    Hello all!
    There are so many people here having issues with using proxies with WRobot.
    I'm going to write a thorough guide here, that will get you set up.

    Why use proxy?
    This subject has been discussed a lot.
    A proxy will not make it, so you are not banned. It will make sure that WHEN you are banned, only the char using that proxy is banned.
    I am using "WHEN" because, you will always get banned at least once if you use bots.
    What proxies are there?
    There are many kinds of proxies, but the most common are HTTP & Socks5.
    HTTP: A HTTP proxy will ONLY handle HTTP traffic, this is where many people go wrong with wow. use a socks proxy.
    Proxy Software:
    I am personally using ProxyCap, it's easy to set up and it has a simple interface.
    Proxy Addresses:
    I suggest getting a paid proxy. There are many sites out there to get proxies.
    Using a free one, has a bigger chance of getting you banned. Try and get a private, and you will be good.
    Proxies For You is what i use.
    Guide:
    WoW:
    1. Open your wow folder.
    2. Copy Paste your WoW.exe and rename it to something WoW.exe (I.e. "1 WoW.exe") Make sure that your filename ends with WoW.exe (Most bots and programs will look for WoW.exe, so if you call it "WoW 1.exe" then it won't recognize it.)


    Proxy:
    1. Install ProxyCap  & Restart your PC when prompted.
    2. Right Click the ProxyCap Icon and click Configuration

    3. Click on Proxies to the left (under RuleSet)
    4. Click the "New Proxy Server" icon (This does not have any text, but is a white logo with some gold on top) It's in the top right corner.

    5. Give it a Display Name: I recommend using this syntax: Country X. (I.e. London 1)
    6. Make sure type is set to Socks5 (should be standard).
    7. Write your IP address in Hostname (I.e. 127.0.0.1) <- This is localhost, don't use that lol..
    8. Write your port: (I.e. 27015) <- Guess a game..
    9. If you have locked your IP with a username and password, Enable "Proxy requires authentication" and write in username and password.

    10. Click OK
    11. Click on Rules to the left (under RuleSet)
    12. Click the "Quick Add Rule" icon (This does not have any text, but is a white logo with some gold on top) It's in the top right corner.

    13. Make sure Rule Action says "Redirect through proxy".
    14. Click on (Default) under proxy and choose your newly made proxy from before
    15. Click on Specify under Program
    16. Click the three dots ... To the right of the box under Specify and select your new wow.exe file (I.e. "1 WoW.exe")
    17. Under Transports Check TCP and UDP.
    18. Give it a name under Rule Name. I suggest using your wow name here.  (I.e. "1 WoW.exe")

    19. Click OK
    20. Profit
    If you start your game through that exe file it will run through proxy.
    A nice way to check if it works, is by replacing your IP in Proxies with something random.
    Try to connect to a server, if it does not connect with a random IP address that is not working, it will not get a connection. This means the exe file is running through proxy.
    Another way is by double clicking Proxy Cap icon. If your game is in the list, you know that it's going through a proxy.

    This way works with Relogger!
     In your relogger under Tasks, click add and choose ChangeWoWPath and change your Path to Wow: so it fits with your new proxied wow file.

  10. Like
    Ordush got a reaction from Droidz in Test version (vanilla, tbc, wotlk)   
    Right. ?
    Will PM you Droidz. ?
  11. Sad
    Ordush got a reaction from BetterSister in Test version (vanilla, tbc, wotlk)   
    I am running Vanilla now. Is there anything we're supposed to look for? ?
    Edit: Running with my dungeon bot as a test:
    Started it mid orgrimmar, on it's way to RFC it ran into every single brazzier it could. ?
  12. Like
    Ordush got a reaction from BetterSister in Warmane bans   
    As you can see here, it took me 1 day and  7 hours to get from 1-70.
    I have a method that is extremely fast for leveling up and quite safe.
    The way that i used, there is no chance that anybody can report me. Hence no ban...
    It's 100% report or manual GM detection..
  13. Like
    Ordush got a reaction from Findeh in Classic World of Warcraft   
    It's been stated that wrobot is not supporting classic retail.
    Also, i can almost guarantee that most of the stuff we have made for private servers won't work properly for vanilla classic. ?
  14. Sad
    Ordush got a reaction from BetterSister in Classic World of Warcraft   
    It's been stated that wrobot is not supporting classic retail.
    Also, i can almost guarantee that most of the stuff we have made for private servers won't work properly for vanilla classic. ?
  15. Haha
    Ordush got a reaction from happiness7 in Warmane bans   
    You need to stop saying stuff like "Warmane detected the bot" without having proof.
    Example: Before last updates, every time a char leveled to level 10 using wrobot, people would get a instant ban. THIS is detection. This is how tauri detected wrobot.
    IF you get instant banned at x point, THEN wrobot is detected. If you get banned between level 20-30 or 40-50 or 50-60.That means you have been reported by players, the GM looked at you play and decided that you were a bot.
    IF you get 5 accounts banned at the same time, it either means that all your 5 bots were reported, and then when they handed out ban hammers, all 5 bots was on their "paper".
    OR it means that your 5 bots were connected someway, this could be IP or something else.
    Yes i do not want to know that you use proxy etc. I am sure you are taking your precautions.
    To those who use proxy, and think that they are safe behind a HTTP proxy. You are wrong... The only place wow uses http is your log in. as soon as you get ON the server with a char. a HTTP proxy is no longer hiding you.
  16. Like
    Ordush got a reaction from luckystrike213 in The proxy and you   
    Socks5 can be used for both. Where HTTP is only working on http requests. ?
    So Socks5 is fine for both. ?
  17. Like
    Ordush got a reaction from luckystrike213 in The proxy and you   
    Hard to tell honestly, but probably not.
  18. Like
    Ordush got a reaction from mysticalg in Warmane bans   
    I am currently leveling a char on Warmane, i will report back in a few days.
    I am still claiming that it's not detected, but what do i know? I am just some random noob. ?
  19. Haha
    Ordush got a reaction from BetterSister in Warmane bans   
    You need to stop saying stuff like "Warmane detected the bot" without having proof.
    Example: Before last updates, every time a char leveled to level 10 using wrobot, people would get a instant ban. THIS is detection. This is how tauri detected wrobot.
    IF you get instant banned at x point, THEN wrobot is detected. If you get banned between level 20-30 or 40-50 or 50-60.That means you have been reported by players, the GM looked at you play and decided that you were a bot.
    IF you get 5 accounts banned at the same time, it either means that all your 5 bots were reported, and then when they handed out ban hammers, all 5 bots was on their "paper".
    OR it means that your 5 bots were connected someway, this could be IP or something else.
    Yes i do not want to know that you use proxy etc. I am sure you are taking your precautions.
    To those who use proxy, and think that they are safe behind a HTTP proxy. You are wrong... The only place wow uses http is your log in. as soon as you get ON the server with a char. a HTTP proxy is no longer hiding you.
  20. Thanks
    Ordush got a reaction from Grevlen in Learning C#   
    wow is not using C# it's using Lua.
    So you won't find any wow specific c# guides.
    But check out Microsofts own school, with Bob Tabor
    https://mva.microsoft.com/en-us/training-courses/c-fundamentals-for-absolute-beginners-16169
  21. Thanks
    Ordush got a reaction from namegone in Afk Loop spam   
    Taken from HMP's Discord.
  22. Thanks
    Ordush got a reaction from Grevlen in Don't switch back after party heal   
    https://wrobot.eu/forums/forum/7-tutorials-wrobot/
    Look through this, a lot of nice help to get here. ?
  23. Like
    Ordush got a reaction from miminio in Best approach for 5 Man dungeons   
    A lot of time has been put into it, so it will not be free.
    Right now the framework works for vanilla. However i will update it so it works for other expansions too. ?
  24. Thanks
    Ordush got a reaction from burnimation in Battle of azeroth risk   
    Your memory? You do not want to clear your memory. :)
    However, when you close wrobot, it's removed from memory almost right away.
    If you want to be sure; Open task manager with CTRL + SHIFT + ESC
    Then make sure wrobot is not in your process list (Win 10 click  "more details")
  25. Sad
    Ordush got a reaction from Garub in Revenge is not a priority   
    Imagine your code being a instructions book, where you read from top left to the bottom right.
    Now WROBOT reads from top left to bottom right on repeat.
    If you have too many words in your book, it will take the bot some time to get from the middle to the top again.
×
×
  • Create New...