Private LM Bot

Posts 111 of 11 · Page 1 of 1
r u giving away all the LM clan hax ?? o.O
Quote Originally Posted by Hakar15 View Post
r u giving away all the LM clan hax ?? o.O
he's basically giving away what they copy & pasted from le internet, so yeah, no biggie
Quote Originally Posted by AcidShout View Post
he's basically giving away what they copy & pasted from le internet, so yeah, no biggie
hmmmmm he said its PRIVATE so u wont find it on internet :/
Quote Originally Posted by Hakar15 View Post
r u giving away all the LM clan hax ?? o.O
This is my first release ever, and it's only private because you cant download it anywhere else..
the hack is private but the code isn't
Approved. Post back results
anyway nice release tho
Let's trash this release.

1.) You're using Visual Studio 2013 and compiling in debug mode. Anyone who doesn't have MSVCR120D ( which is the visual studio 2013 debug runtime library ) won't be able to run this shit.
2.) You're releasing this in debug format which means CRT is gonna have all that extra overhead = Slower execution
3.) Your pattern scanning functions are so crappy. Because you compiled in debug release, there's wrapper over wrapper of functions just for a game whose offsets doesn't change. Hell even Steam MW3 doesn't get updated often so your C&P patterns are useless. That's just more overhead.
4.) Your C&P'd method of adding menu items is inefficient let alone stupid. Seriously, look at this shit:

Code:
  sub_10011401(6, "+        ", 1);
  sub_10011401(7, "Visibility Check", 1);
  sub_10011401(8, "Reset Default Classes", 1);
  sub_10011401(9, "ChopperBoxes", 1);
  sub_10011401(10, "Fuck Spread ", 1);
  sub_10011401(11, "+         ", 1);
  sub_10011401(12, "+        2", 1);
  sub_10011401(13, "UnlockClass", 1);
  sub_10011401(0, "TurnOn!  ", 1);
  sub_10011401(1, "Zoom Bot!", 0);
  sub_10011401(2, "Shoot Bot!", 0);
  sub_10011401(3, "Wall Bot!", 0);
  sub_10011401(4, "Silentaim Beta Version", 1);
  sub_10011401(5, "^1Silent!  ", 1);
  sub_10011401(6, "Drug", 1);
  sub_10011401(0, "TESSt", 0);
  sub_10011401(0, "TestBot", 0);
5.) Good luck updating to the new offsets for your hooks.
Code:
    dword_1003C884 = sub_10011951((LPVOID)0x430430, (int)sub_100111B8, 6u);
    dword_10039DC4 = sub_1001177B(lpAddress, (int)sub_100110AA, 5u);
    dword_1003C888 = sub_10011951((LPVOID)0x420AB0, (int)sub_100112A8, 5u);
6.) Question, may I ask why the fuck you're setting the usercmd_s+20 to 36 to your aimbot angles?
7.) To show how much you C&P'd -InSaNe-'s source, if ( j_strcmp(v5, "RIOT") ) this is completely wrong. You're using STRCMP. Google what that does.
8.) Why are you even using security cookies? Not confident in your code to risk memory leaks?
9.) if ( sub_10011762(&Dst, "WEAPON_") ) -> Jesus Christ. Just use the normalized name in the weapondef structure.
10.) Yes, let's completely retrace entities j_helmet tag for a visibility check right. That's what you call optimal coding. I can literally see your I.T. professions unrolling before my eyes.

1/10. Terrible bot. I could code a better one in my sleep.
SORRY IF THIS IS A NOOBIE question but how can i open a .dll file with c++?
Quote Originally Posted by liorsas View Post
SORRY IF THIS IS A NOOBIE question but how can i open a .dll file with c++?
Open MsPaint.exe
Click File, open, *.dll
Press Open
Join ISIS
Die
Respawn
You're basically done here
ill ignore....
anyone with a real answer?

- - - Updated - - -

thanks ahead
Posts 111 of 11 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?