| View previous topic :: View next topic |
| Author |
Message |
malfunction Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Jan 2007 Posts: 1015 Location: http://www.behindthecorner.com/
|
Posted: Fri Jul 20, 2007 9:26 am Post subject: |
|
|
| zomgiownyou wrote: | | skyllakarean wrote: | | if its for maplestory, u cant use the windows api, u need to make ur own.... |
Not necessarily
The driver was written in Assembly, only the user face was made in VB (Sorry if you had dreams about making a fully bypassed bot in VB, not going to happen.)
And MzBot, the driver is written in Assembly/C. And I don't think that the user face is written in C++ |
thanks for popping my bubble
I use delphi now adays...
_________________
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Sat Jul 21, 2007 4:13 am Post subject: |
|
|
| SetWindowsHookEx FFS!
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Sat Jul 21, 2007 5:34 am Post subject: |
|
|
MzBot - Fully asm
MSbot - C
MSPro - VB (eww...)
|
|
| Back to top |
|
 |
Varreon Advanced Cheater
Reputation: 0
Joined: 13 Jun 2007 Posts: 80
|
Posted: Tue Jul 24, 2007 5:55 pm Post subject: |
|
|
Hey. I had this problem a while ago, and I ended up using cpp instead:
call SetWindowsHookEx() to install the hook
Call UnhookWindowsHookEx() to remove hook
Use
something like this:
| Code: |
LRESULT CALLBACK LowLevelKeyboardProc( int nCode, WPARAM wParam, LPARAM lParam ){
PKBDLLHOOKSTRUCT table = (PKBDLLHOOKSTRUCT)lParam;
if (nCode==HC_ACTION & wParam==WM_KEYDOWN){
switch(table->vkCode)
{
MessageBox(hwnd,vk.Code,"Key Info",MB_OK);
}
}
if (nCode < 0)
{
CallNextHookEx(kbhook,nCode,wParam,lParam);
}
return 0;
}
|
hope this helps
_________________
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Tue Jul 24, 2007 6:04 pm Post subject: |
|
|
what for?
this will just minimize maple for a stupid massage O_o
|
|
| Back to top |
|
 |
madeinqc Master Cheater
Reputation: 0
Joined: 25 Jul 2006 Posts: 356
|
Posted: Thu Aug 02, 2007 6:21 pm Post subject: |
|
|
you can use msgbox to popup a message, and it will also freeze maple till you clicked ok... also getasynckeystate work well for that
have fun
_________________
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Fri Aug 03, 2007 3:29 am Post subject: |
|
|
omfg....how retard can you be T_T ?
Odd(GetAsyncKeyState(VK_F1)) is not a fucking keyboard hook !!! its just a fucking HotKey
Odd(GetAsyncKeyState(VK_F1)) <--- is not a bot for MapleStory, its just some HotKey
make a Timer and put
if Odd(GetAsyncKeyState(VK_F1)) then //if F1 is pressed then
ShowMessage('WTF?!?!?!'); //A Message will appear with "WTF?!?!?!?!"
else //or if its pressed agian
Application.Terminate; //The application will be terminated
i cant test this code so try it.
also, if you wonna make a bot (with no delphi, comp tech, C, asm, experience you'd have to waste over 12 month's) you'd have to code your OWN driver (not have to be in C) since you cant use the regular commands
if MS didnt had a GG, wow...only god knows if Nexon would still be alive..
|
|
| Back to top |
|
 |
Majsha How do I cheat?
Reputation: 0
Joined: 09 Nov 2007 Posts: 1
|
Posted: Fri Nov 09, 2007 6:08 am Post subject: |
|
|
sfsdfdfjrtyruuyityurtu
_________________
....................................................................................................................................................................................................................... |
|
| Back to top |
|
 |
ups2000ups I post too much
Reputation: 0
Joined: 31 Jul 2006 Posts: 2471
|
Posted: Fri Nov 09, 2007 6:37 am Post subject: |
|
|
| rEakW0n wrote: | | maplestory |
use the script he posted and use always on top on the program form (it should work)
_________________
dont complain about my english...
1*1 = 2? |
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Fri Nov 09, 2007 7:49 am Post subject: |
|
|
| madeinqc wrote: | you can use msgbox to popup a message, and it will also freeze maple till you clicked ok... also getasynckeystate work well for that
have fun |
Create a new thread then with your injected code. (Not sure if Maple will detect that, I don't play it.) Just a suggestion.
_________________
- Retired. |
|
| Back to top |
|
 |
ups2000ups I post too much
Reputation: 0
Joined: 31 Jul 2006 Posts: 2471
|
Posted: Fri Nov 09, 2007 9:14 am Post subject: |
|
|
| rEakW0n wrote: | yea but I dont know how to use this:
| Code: | If odd(GetAsyncKeyState(VK_F7)) Then
begin
ShowMessage ('wuhahaa noob boob got it');
|
|
you cant be the real rEakW0n he already got it for hes smuggle program....
and he know how to put a code into a timer .........
_________________
dont complain about my english...
1*1 = 2? |
|
| Back to top |
|
 |
slippppppppp Grandmaster Cheater
Reputation: 0
Joined: 08 Aug 2006 Posts: 929
|
Posted: Sat Nov 10, 2007 11:04 pm Post subject: |
|
|
.. you can try.
| Code: |
Procedure TForm1.formcreate(Sender:Tobject);
var
i : integer;
begin
i:=1;
while i = 1 do try
if odd(getasynckeystate(VK_F7)) then begin //where it says Vk_F7, it can be any virtual key code, it could be Vk_F1,2,3 ect.
/// Code goes here
end;
finally
end;
|
For getasynckeystate on Letters A-Z , you can try
| Code: |
var
i, j : integer;
begin
i := 1;
while i = 1 do try
for j:=65 to 90 do
if Odd(GetAsyncKeyState(j)) then begin
// code here
end;
finally;
end;
|
|
|
| Back to top |
|
 |
the_undead Expert Cheater
Reputation: 1
Joined: 12 Nov 2006 Posts: 235 Location: Johannesburg, South Africa
|
Posted: Sun Nov 11, 2007 4:59 am Post subject: |
|
|
| noz3001 wrote: | | SetWindowsHookEx FFS! |
+1
_________________
|
|
| Back to top |
|
 |
Gthuggin Grandmaster Cheater
Reputation: 0
Joined: 17 Nov 2006 Posts: 862
|
Posted: Sun Nov 11, 2007 1:21 pm Post subject: |
|
|
| skyllakarean wrote: | if its for maplestory, u cant use the windows api, u need to make ur own....
mzbot --> C++
mspro --> VB |
ever heard of bypassing API's? you can bypass any api if you put your mind to it...
idk why you guys are all using "odd" in your getasynckeystate! thats odd lol!!
I do it like this
| Code: |
for(;;)
{
Sleep(10);
if(GetAsyncKeyState(VK_F12))
{
MessageBoxA(0, "Hey whats up?", "f12 pressed", 0);
}
}
|
And yes it works everywhere, you can run it from anywhere and no matter what program your in, if you press F12 the message box will popup!
oh and I almost forgot, if your using getasynckeystate like that you need a sleep(10); so it doesn't use 100% CPU, youll have to include <dos.h> to use sleep
_________________
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Sun Nov 11, 2007 1:39 pm Post subject: |
|
|
| Getting keys, checking if they were pressed, isn't patched in maple... sending keys is patched...
|
|
| Back to top |
|
 |
|