LAZYBOT support thread, Q&A, requests and updates menu

User Tag List

Page 101 of 292 FirstFirst ... 51979899100101102103104105151201 ... LastLast
Results 1,501 to 1,515 of 4377
  1. #1501
    gerardolm's Avatar Member
    Reputation
    -5
    Join Date
    Dec 2010
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's failing because the update server seems to be down. An uncaught exception that is thrown when the connection times out makes it break. This is one of those "single point of failure" scenarios where a simple try-catch with a confirmation dialog (e.g. "Update server is down, continue?") would solve the problem. Does anybody know if Ragehunter's code is opensource or if he allows other people to contribute?

    LAZYBOT support thread, Q&A, requests and updates
  2. #1502
    jumperu's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    322
    Join Date
    Oct 2010
    Posts
    1,413
    Thanks G/R
    5/45
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gerardolm View Post
    It's failing because the update server seems to be down. An uncaught exception that is thrown when the connection times out makes it break. This is one of those "single point of failure" scenarios where a simple try-catch with a confirmation dialog (e.g. "Update server is down, continue?") would solve the problem. Does anybody know if Ragehunter's code is opensource or if he allows other people to contribute?
    He did not share his source so far, but u can try and post on the russian forum Lazy Evolution 5.0.5 16057 -

    @all

    wait for the fix and stop posting the same error again&again, i'm sure we will get a fix soon.
    :gusta:wow:gusta:

  3. #1503
    Jolted's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can't seem to make an account on that site for whatever reason it won't send the email confirmation to my email so I cant't post. Do you have one? Could you post for us? Thanks..

  4. #1504
    gerardolm's Avatar Member
    Reputation
    -5
    Join Date
    Dec 2010
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, for those that do not want to wait, grab .NET Reflector and the Reflexil addon and remove the update check. I would upload the patched .exe but I would need Ragehunter's approval for that.

  5. #1505
    drncrll's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gerardolm View Post
    Well, for those that do not want to wait, grab .NET Reflector and the Reflexil addon and remove the update check. I would upload the patched .exe but I would need Ragehunter's approval for that.
    Hey bro can you please explain a little more what to do? I honestly didnt understand much...thanks!

  6. #1506
    jumperu's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    322
    Join Date
    Oct 2010
    Posts
    1,413
    Thanks G/R
    5/45
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jolted View Post
    I can't seem to make an account on that site for whatever reason it won't send the email confirmation to my email so I cant't post. Do you have one? Could you post for us? Thanks..
    Check the spam folder.
    I'll post also when i get home..
    :gusta:wow:gusta:

  7. #1507
    gerardolm's Avatar Member
    Reputation
    -5
    Join Date
    Dec 2010
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by drncrll View Post
    Hey bro can you please explain a little more what to do? I honestly didnt understand much...thanks!
    LazyBot is written in a .NET language, meaning the .exe file (which contains .NET bytecode) can be "disassembled" to take a look at what it does in a more or less readable way (more than asm at least). This is what .NET Reflector does, you can open a .NET Assembly (like a .exe or a .dll) and see, to a certain extent, what it does. Reflexil is an addon for this tool which lets you, aside from seeing, write or modify this code. Basically what I did was disassemble the LazyBot executable, find where it's checking for updates and just remove this method call and then save back the .exe. This way, when you start it up, it skips the check for updates step and goes directly to the main screen.

  8. #1508
    drncrll's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gerardolm View Post
    LazyBot is written in a .NET language, meaning the .exe file (which contains .NET bytecode) can be "disassembled" to take a look at what it does in a more or less readable way (more than asm at least). This is what .NET Reflector does, you can open a .NET Assembly (like a .exe or a .dll) and see, to a certain extent, what it does. Reflexil is an addon for this tool which lets you, aside from seeing, write or modify this code. Basically what I did was disassemble the LazyBot executable, find where it's checking for updates and just remove this method call and then save back the .exe. This way, when you start it up, it skips the check for updates step and goes directly to the main screen.
    Oh thanks for the quick answer gerardolm, can you check your inbox plz?

  9. #1509
    tylen's Avatar Active Member
    Reputation
    21
    Join Date
    Mar 2012
    Posts
    210
    Thanks G/R
    17/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gerardolm View Post
    Well, for those that do not want to wait, grab .NET Reflector and the Reflexil addon and remove the update check. I would upload the patched .exe but I would need Ragehunter's approval for that.
    since Ragehunter never shared his code which he got by modifying open source code, you dont need to ask his permission.. making him what, like the owner of copyright?

  10. #1510
    EUROBOT's Avatar Sergeant
    Reputation
    16
    Join Date
    Feb 2012
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tylen View Post
    since Ragehunter never shared his code which he got by modifying open source code, you dont need to ask his permission.. making him what, like the owner of copyright?
    I think everyone could choose share his work or not, no matter it starts after shared work from another one or not. I think it's also applied to drncrll. Ragehunter has done that LB will continue, so his contribution must be apreciated, and I understand gerardolm.

  11. #1511
    Mreguy's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gerardolm View Post
    LazyBot is written in a .NET language, meaning the .exe file (which contains .NET bytecode) can be "disassembled" to take a look at what it does in a more or less readable way (more than asm at least). This is what .NET Reflector does, you can open a .NET Assembly (like a .exe or a .dll) and see, to a certain extent, what it does. Reflexil is an addon for this tool which lets you, aside from seeing, write or modify this code. Basically what I did was disassemble the LazyBot executable, find where it's checking for updates and just remove this method call and then save back the .exe. This way, when you start it up, it skips the check for updates step and goes directly to the main screen.
    If possible, could you send me your patched version of this?

  12. #1512
    andrewpaulmurray's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I took LazyEvolution.exe from the last ROMBOT release, copied it across and used it to launch the new RAGEHUNTER version. Lazybot now works, (Pandaren also), but the interface has reverted to the "old style".

  13. #1513
    Jolted's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by andrewpaulmurray View Post
    I took LazyEvolution.exe from the last ROMBOT release, copied it across and used it to launch the new RAGEHUNTER version. Lazybot now works, (Pandaren also), but the interface has reverted to the "old style".
    Could you post a link to the ROMBOT download.

  14. #1514
    drncrll's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok to make it START for now (atleast it works for me) the only thing you have to do is what andrewpaulmurray said, take the .exe from here : DepositFiles. The problem is that i cannot manage to "Attach" the bot, it recognize the process but it says that i'm not in game... I dont know if he's using another version of the .exe.
    Last edited by drncrll; 10-25-2012 at 03:04 PM.

  15. #1515
    Jolted's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    drncrll I used your link and copied to my Lazy Evo folder. When you start the exe it says "not ingame" however if you just click attach it will open the bot. When I click start bot i get an error saying the program needs to close but if you just keep the window open rather than clicking close the bot works just fine. Let me know if that works for you as well.

Similar Threads

  1. [TripZ•ne's Request Thread] Program Requests and Suggestions.
    By TripZ•ne in forum WoW Bots Questions & Requests
    Replies: 22
    Last Post: 06-02-2010, 03:56 AM
  2. [Release] [TripZ•ne's Request Thread] Program Requests and Suggestions.
    By TripZ•ne in forum World of Warcraft Bots and Programs
    Replies: 12
    Last Post: 05-29-2010, 04:03 PM
  3. Easy Request and needed ASAP!
    By kalish in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 12-22-2006, 12:32 AM
  4. A request and 2 questions
    By Osmose in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 10-14-2006, 12:10 PM
  5. Request and exchange
    By Spown in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 09-12-2006, 11:15 AM
All times are GMT -5. The time now is 07:37 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search