Results 1 to 9 of 9
  1. #1
    manwen's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Any good guides on how to create "hacks" for LoL

    I was wondering if anyone knows of a good place to get started in learning how to hack this game. My ultimate goal is to create a last hit minion program that either highlights a last hit minion on the screen, or a program that will automatically a-a a last-hit minion that is in range. If such a hack exists already, I don't care because I want to go through the process of building and succeeding (or failing) such a program myself. This is a learning process for me.
    Treat me as a complete noob when it comes to how to get started with all this, but not as a noob when it comes to understanding programming, or computers (such as memory offsets and locations, etc).

    Additionally, if anyone has a place that shows what type of information is in a udp packet sent to the client from the LoL server. Something as detailed as possible, if such a thing exists.

    Thanks to everyone and anyone who can help me.
    Last edited by manwen; 10-04-2011 at 12:27 PM.

  2. #2
    dustworm's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    78
    Reputation
    10
    Thanks
    200
    My Mood
    Relaxed
    google might be a good place to start and youtube i remember seeing a video that used VB mapping to create a bot, this might be a good place to start

  3. #3
    |Uli|'s Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    Need to get use with stuff such as Cheat Engine and Ollydbg.

    VB would probably be the easiest coding language to learn but C++ would be the best.
    There are some pretty nice examples of "incomplete" last hit bots for LoL which are done in C++ and are a DLL which gets injected.

  4. #4
    Pandemic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Seattle
    Posts
    3,588
    Reputation
    143
    Thanks
    275
    My Mood
    Angelic
    you cant hack LoL.
    its all server sided, not client sided.
    so unless you want to get busted for intercepting and editing packets, and go to jail, then dont do it.

  5. #5
    manwen's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Pandemic View Post
    you cant hack LoL.
    its all server sided, not client sided.
    so unless you want to get busted for intercepting and editing packets, and go to jail, then dont do it.
    Yea I know. I wasn't talking about editing them and giving them to the server. I was thinking about having a program that would receive the packet and you could extract any useful or interesting information from them. I don't know what information is in them, hence why I asked. These packets would never be returned to the server and would essentially be copied when they come in to your network card. It would be similar to how wireshark works. Since LoL packets are udp, it might be possible to have a program that just receives the packets by listening for incoming packets from the same ip and port as the server your game is being played on. But I don't think that will work.

    I know you can't hack LoL, hence my quotation marks around "hack". However, a last hit program or highlighting last hit minions is something that can be worked out with the information that the client has and technically feasible if one can figure out a way to do so. Plus its all local and the server should be none the wiser.

  6. #6
    obsta's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Duncraig
    Posts
    87
    Reputation
    10
    Thanks
    5
    My Mood
    Cold
    Not entirely true, you can use cheat engine to change the value of the scroll, hence all of the zoomhack or patchers that have been released. That is one of the most basic hacks out though, Just youtube LoL zoomhack tutorial or somthing, thats how i found it.

    GL.

  7. #7
    |Uli|'s Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Pandemic View Post
    you cant hack LoL.
    its all server sided, not client sided.
    so unless you want to get busted for intercepting and editing packets, and go to jail, then dont do it.
    "and go to jail"

    thats just silly, now really come on, intercepting and editing packets can't land you in jail if you did it to LoL, if you got into there servers etc then it might but packet editing just no.

  8. #8
    otherfps08's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by |Uli| View Post
    Need to get use with stuff such as Cheat Engine and Ollydbg.

    VB would probably be the easiest coding language to learn but C++ would be the best.
    There are some pretty nice examples of "incomplete" last hit bots for LoL which are done in C++ and are a DLL which gets injected.
    I'd love to see one of those examples.

  9. #9
    wassup gee's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    4
    MATE...i can code and trust me...U CANT FUCKIN COD IT...lol...noobs tryina code...hey...just cause ima level 7 or something doesn't mean ima noob...im releasin soon...not in lol tho..in andother game...u wont be able to do it it is wayyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy yyyyyyyyyyyy to hard for u

Similar Threads

  1. How To Create A Hack Loader Help!!
    By AZN_Noob in forum Combat Arms Coding Help & Discussion
    Replies: 15
    Last Post: 09-03-2011, 08:44 AM
  2. [Tutorial] How to create simple hack (for noobies)
    By [Hectic] in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 44
    Last Post: 07-27-2011, 12:26 PM
  3. Crossfire how to create a hack?
    By maggicc in forum CrossFire Help
    Replies: 6
    Last Post: 07-20-2011, 08:03 AM
  4. How To Create D3D HACK [PB] ??
    By marvelt in forum C++/C Programming
    Replies: 7
    Last Post: 02-24-2011, 07:07 PM
  5. how to create a hack for combat arms eu?
    By d4n13l in forum Combat Arms Help
    Replies: 2
    Last Post: 05-12-2010, 05:59 AM