[MOD] LoLEnhancementSuite (Updated for 4.5)

04/25/2014 11:15 nhcoohrh#211
Quote:
Originally Posted by Snowl View Post
^ You won't get banned if you don't patch the non-default mods. And its very unlikely you will get banned unless you abuse something like pickWhileLocked
J. Using any unauthorized third party programs, including but not limited to "mods," "hacks," "cheats," "scripts," "bots," "trainers," and automation programs, that interact with the Software in any way, for any purpose, including, without limitation, any unauthorized third party programs that intercept, emulate, or redirect any communication between the Software and Riot Games and any unauthorized third party programs that collect information about the Game by reading areas of memory used by the Software to store information;

[Only registered and activated users can see links. Click Here To Register...]

Don't say to people that they will not get banned as statement. We should always say that the chance to get banned it's "low" or there was no reports of any bans till now for using any hack/mod but this is against the ToS of riot so riot can take any actions and ban the account of the user.

Nevertheless good work with this project once more funny things that can be done. All this is done with c#?
04/25/2014 13:58 lord-man#212
Amazing work!
Thanks!
(Works fine)
04/25/2014 14:00 DavidXM#213
So what did you changed in the ActionScript files to enable all champs while selection?

I know that it will be rejected by the server.
04/25/2014 14:11 bwtw77#214
I can only get showdown but not one for all, urf, etc. help?
04/25/2014 14:44 Snowl#215
Quote:
Originally Posted by nhcoohrh View Post
J. Using any unauthorized third party programs, including but not limited to "mods," "hacks," "cheats," "scripts," "bots," "trainers," and automation programs, that interact with the Software in any way, for any purpose, including, without limitation, any unauthorized third party programs that intercept, emulate, or redirect any communication between the Software and Riot Games and any unauthorized third party programs that collect information about the Game by reading areas of memory used by the Software to store information;

[Only registered and activated users can see links. Click Here To Register...]

Don't say to people that they will not get banned as statement. We should always say that the chance to get banned it's "low" or there was no reports of any bans till now for using any hack/mod but this is against the ToS of riot so riot can take any actions and ban the account of the user.

Nevertheless good work with this project once more funny things that can be done. All this is done with c#?
True, but the ones that are enabled provide 0 advantage to players and Riot has said that they will not ban against those kinds of modifications.

Quote:
Originally Posted by DavidXM View Post
So what did you changed in the ActionScript files to enable all champs while selection?

I know that it will be rejected by the server.
Uh, I haven't enabled that
04/25/2014 14:46 DavidXM#216
but do you know how to do that? I want to override the rejection, ive got some ideas
04/25/2014 16:06 Rayfi#217
Quote:
Originally Posted by DavidXM View Post
but do you know how to do that? I want to override the rejection, ive got some ideas
It's so easy, in ChampionSelectionCore.dat, find the class "GetDisabledChampionsForGameCommand"

And just change the boolean "true" for "false" on that code :

Code:
if(_loc4_ != null)
                  {
                     _loc4_.disabledForGame = true; // print false for enable disabled champs...
                  }
04/25/2014 18:31 DavidXM#218
Oh that boolean, right!! Ahhh im so stupid, thank's!!!
04/25/2014 19:13 roflxd:-)#219
Quote:
Originally Posted by chris707flatz View Post
i can't make urf work or anything. I dont see urf mode anywhere
if youre talking about: AnyGameMode.

it dont enable any GameMode like URF, Hexakill, All for one, it enables you to pick the Game options at creating a custom game. Its like if you normally cant create a URF game with blind pick, you can create a URF game with blind pick.

If you talking about the swf's, the urf mode's name is: setUrfDefinitions
04/25/2014 23:40 [-Dakos-]#220
Quote:
Originally Posted by Rayfi View Post
It's so easy, in ChampionSelectionCore.dat, find the class "GetDisabledChampionsForGameCommand"

And just change the boolean "true" for "false" on that code :

Code:
if(_loc4_ != null)
                  {
                     _loc4_.disabledForGame = true; // print false for enable disabled champs...
                  }

how the fuck can you open ChampionSelectionCore.dat ? Or can you do a small tut that I can do that too ? :D
04/26/2014 00:38 roflxd:-)#221
Quote:
Originally Posted by Lemach View Post
how the fuck can you open ChampionSelectionCore.dat ? Or can you do a small tut that I can do that too ? :D
you can open it by 2 ways:
1 way:

rename the ChampionSelectionCore.dat to ChampionSelectionCore.swf

2 way:

drag & drop the ChampionSelectionCore.dat over the abcexport than drag & drop the .abc files over rabcdasm
04/26/2014 10:16 GameHackerPM#222
Can you make another debug for Net Frame Work 3.5.. Thanks! :D
04/26/2014 15:30 Mr.Semtex#223
Is it possible to make a mod where you can change your rune's while championpick. Like the Masteries?
04/26/2014 16:29 721560329#224
Quote:
Originally Posted by Mr.Semtex View Post
Is it possible to make a mod where you can change your rune's while championpick. Like the Masteries?
client not support it so u cant do it
04/26/2014 18:14 DavidXM#225
Quote:
Originally Posted by Rayfi View Post
It's so easy, in ChampionSelectionCore.dat, find the class "GetDisabledChampionsForGameCommand"

And just change the boolean "true" for "false" on that code :

Code:
if(_loc4_ != null)
                  {
                     _loc4_.disabledForGame = true; // print false for enable disabled champs...
                  }
Doesn't work for me. I will look for other possibilities.

Quote:
Originally Posted by Mr.Semtex View Post
Is it possible to make a mod where you can change your rune's while championpick. Like the Masteries?
Maybe it's an alternative option (very simple):

You decide what champ you want to play next game and choose the runes for the camp.
Now you can use a tool to pick your wanted champ instant:

[Only registered and activated users can see links. Click Here To Register...]

It can write & pick, so you don't need an autowrite tool.


( If the program don't work anymore ) To post your lane instant, is a bit easier: Use for example BigMacroTool, write down what you want to post and use for ex. F1+Enter. Then you just have to click into the chatbox where you have to type and press F1 for ex.

Just hope this is helpful.