Remove awful prints from modules/plugins

Started by Mötley, Oct 09, 2016, 04:36 AM

Previous topic - Next topic

Mötley

Disclaimer: This is not intended for hacking purposes, I am only doing this to help others in modifying server module prints.

Moderators: This is not listed as against the rules in anyway. If for some reason you find this offensive please remove this topic, As I am only trying to help/entertain server owners








Ever had a plug-in with nasty prints? Or maybe you wanted to modify certain outputs.

What I will be doing is only to help others with modifying the prints.

All you have to do is open the module in note-pad and write a string,

In this photo you will see I simply found the statement. If you would like to modify this statement you 'Must' keep the same amount of characters there.

You do not want to have the compiled code moved. you 'Cant' add extra.


Hear you will see I simple found our print for the deprecated Ini module.

In this next modification you will see that I modified it and added spaces until I filled in what else was there


This becomes very helpful


Maybe someone added this print to a plug-in and you would like for it to either be blank etc. You can blank out a print by not adding enough characters BUT I'M HIGHLY NOT SUGGESTING THAT, Ive had issues with stuff I used to do in the past with doing that, But it typically works.

I'm actually really getting around to building a server for vcmp and really wanted the ini plugin without the nasty print

Thijn

1. Who actually looks at the console other then for stacktraces.
2. Just remove the message from the plugin and recompile.

Mötley

Then where is the Source for the Ini Module coded by @Stormeus ?

I would like to receive the source code...


EK.IceFlake

Yeah... now lets open vc-mp.asi and change -mem.nut to -fok.nut and enjoy ;)
I tried that long ago and it didn't work :( VCMP failed to open

KAKAN

Quote from: EK.CrystalBlue on Oct 09, 2016, 05:30 PMYeah... now lets open vc-mp.asi and change -mem.nut to -fok.nut and enjoy ;)
I tried that long ago and it didn't work :( VCMP failed to open
because vc-mp.asi is for 0.3.
modify vcmp-game.dll instead.
And Motley, use a program like ConEmu and everything( including colors ) will work fine.
oh no

Mötley

Quote from: KAKAN on Oct 10, 2016, 05:40 AM
Quote from: EK.CrystalBlue on Oct 09, 2016, 05:30 PMYeah... now lets open vc-mp.asi and change -mem.nut to -fok.nut and enjoy ;)
I tried that long ago and it didn't work :( VCMP failed to open
because vc-mp.asi is for 0.3.
modify vcmp-game.dll instead.
And Motley, use a program like ConEmu and everything( including colors ) will work fine.

I used to use Microsoft word a decade ago ;D,

And other than creating Ini files when referring to changing the name of a file to still be capable of loading it into the game to bypass anti cheats.

Sadly this method works in LU, I wish there were other detections than file names,. Including the built in speed hack detection in vcmp, Example: It detects the .dll of cheat engine, " :P I use it for fastly testing scripts, Of course I do not do it that way as I have the source code to cheat engine"

Disclaimer: I do not play this game, Only script and study, I never went to school but plan to one day when I am ready "Study majority of everything to get a better grasp when I go to school in 10 years. I'll be 30 in four years :-\".

EK.IceFlake

Quote from: KAKAN on Oct 10, 2016, 05:40 AM
Quote from: EK.CrystalBlue on Oct 09, 2016, 05:30 PMYeah... now lets open vc-mp.asi and change -mem.nut to -fok.nut and enjoy ;)
I tried that long ago and it didn't work :( VCMP failed to open
because vc-mp.asi is for 0.3.
modify vcmp-game.dll instead.
And Motley, use a program like ConEmu and everything( including colors ) will work fine.
I meant vcmp-game.dll
However I found that if the binary values add up to the same number, it will work.
For example you cant change mem to fok, but you can change it to mdn.
I looked at some servers client side scripts and didn't particularly like them...