Hacked Client Base [Organized / Simple]

Posts 1630 of 36 · Page 2 of 3
Hopeful bump for approval?
Quote Originally Posted by LordPankake View Post
Hopeful bump for approval?
Lol yeah, the approval its taking for ever...
Quote Originally Posted by maxive1234 View Post
Lol yeah, the approval its taking for ever...
If nothing happens by tomorrow, I'll just post everything in [code] tags.

Edit: Tomorrow*2, got hammered with work.
Quote Originally Posted by LordPankake View Post
If nothing happens by tomorrow, I'll just post everything in [code] tags.
Oh ok... Anyways still keep the attachment... They have to approove this...
Quote Originally Posted by LordPankake View Post
If nothing happens by tomorrow, I'll just post everything in [code] tags.

Edit: Tomorrow*2, got hammered with work.
Actually can somebody to @ mentioning for Lonesome Cowboy? Mention for me bugged so it only mentions to "Lonesome" but not "Lonesome Cowboy".
I have not seen the source yet, but i believe that if you were to use a module/hook system it could go like this instead of checkKeys.
Code:
//In HooksImpl or however you'd call them.
 @override
    public void onKeyPressedHook(){
        for (Module var12 : Neptune.getClient().getManager().mods) {
            if (Keyboard.getEventKey() == var12.getKey()) {
                var12.toggle();
            }
        }
    }
Code:
//In your public Module(par1shit, par2shit etc..
key = Keyboard.getKeyIndex(par2Str); //Used to do "H", "NONE" etc.. instead of keycodes.
Code:
//Minecraft.java
 Neptune.getClient().getHooksImpl().onKeyPressedHook();
Either way i'd like to see this because it seems to be well written to a extent.
Quote Originally Posted by slcoolj View Post
I have not seen the source yet, but i believe that if you were to use a module/hook system it could go like this instead of checkKeys.
Code:
//In HooksImpl or however you'd call them.
 @override
    public void onKeyPressedHook(){
        for (Module var12 : Neptune.getClient().getManager().mods) {
            if (Keyboard.getEventKey() == var12.getKey()) {
                var12.toggle();
            }
        }
    }
Code:
//In your public Module(par1shit, par2shit etc..
key = Keyboard.getKeyIndex(par2Str); //Used to do "H", "NONE" etc.. instead of keycodes.
Code:
//Minecraft.java
 Neptune.getClient().getHooksImpl().onKeyPressedHook();
Either way i'd like to see this because it seems to be well written to a extent.
Im working on a oop base(which is showing some progress) which when completed will use the method you posted. Until then though this is just for organizational purposes.
The approval takes forever. OH MY GAWD.
This is a stupid situation. I was on 4k ban. Now back.
Approved.
Quote Originally Posted by Lonesome Cowboy View Post
This is a stupid situation. I was on 4k ban. Now back.
Approved.
I noticed you were banned. Didn't see why. And 4k ban? Is that really a legit automatic ban?
Quote Originally Posted by LordPankake View Post
I noticed you were banned. Didn't see why. And 4k ban? Is that really a legit automatic ban?
You can request post bans at 1337, 2k, 3k, 4k, posts etc but it's not mandatory
Quote Originally Posted by non ame View Post
You can request post bans at 1337, 2k, 3k, 4k, posts etc but it's not mandatory
I really don't see why you'd ask for a ban when you get a certain post count :/
Quote Originally Posted by LordPankake View Post
I really don't see why you'd ask for a ban when you get a certain post count :/
The ban lasts for 1-2 days and you only get it if you request it. Its tradition on MPGH. Check out general. You can see those requests almost everyday there.
Code:
int line = 10;
     	int line2 = 2;
     	int color = 0xffffff;
     	/*
		if(v.variable)
		{
			fr.drawStringWithShadow("DisMyHake", ScaledResolution.getScaledWidth() - fr.getStringWidth("DisMyHake") - 5, line2 + 70, color);line2 += line;
		}
     	 */
	}
}
Err... why do i sense vanity code right here? Anyways the code is written pretty good, but there are a lot of things you could improve on (i.e simplifying certain pieces of code). 7/10
Quote Originally Posted by LordPankake View Post
I really don't see why you'd ask for a ban when you get a certain post count :/
You know, as an old member, I like to stick to this thing. It reminds me of the old MPGH.
Posts 1630 of 36 · Page 2 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?