|
You last visited: Today at 08:50
Advertisement
Pick Bot for Splashy party(question)
Discussion on Pick Bot for Splashy party(question) within the Kal Online forum part of the MMORPGs category.
12/09/2008, 18:37
|
#16
|
elite*gold: 0
Join Date: Jan 2008
Posts: 20
Received Thanks: 5
|
Well, I usually just use a penny in my key board, but try this
PHP Code:
#define _WIN32_WINNT 0x0501
#include <windows.h>
#include <iostream>
#using <System.Drawing.dll>
#using <System.Windows.Forms.dll>
#using <System.dll>
using namespace System;
using namespace System::Runtime::InteropServices;
using namespace System::Drawing;
using namespace System::Windows::Forms;
using namespace std;
void main()
{
HWND windowHandle = FindWindow(0, L"KalOnline");
if(windowHandle == NULL)
{
printf("um, forgot something\n");
system("PAUSE");
exit(0);
}
else while(windowHandle != NULL)
{
SetForegroundWindow(windowHandle);
SendKeys::SendWait("9");
Sleep(1000);
}
}
Probably won't need the L when looking for the kal window or a few other declared shit that I have in there from some other crap I wrote. Will probably want to change the sleep time and the key being pressed too. You might also need visual c++ 2008 express and .net and a sense of humor if your going to hang around on this site very long. Lord knows most every elses jokes here are as lame as mine.
A side note, I figured the program would die once I killed kal, but it still keeps going. But huh, what the f do I know, I've been drinking again. Fix it yerself if you want a perfect picker upper, Rosie. Oooooh, love those 70's tv commercials. I think I'll go touch myself now.
|
|
|
12/09/2008, 18:47
|
#17
|
elite*gold: 42
Join Date: Jun 2008
Posts: 5,425
Received Thanks: 1,888
|
Quote:
Originally Posted by ShadowHell
we're funny? -.-
MoepMeep
Just post, if you have a reason
omg
a noob like this i never saw before. ._.
|
Same about you shadow :>
|
|
|
12/10/2008, 16:14
|
#18
|
elite*gold: 0
Join Date: Oct 2008
Posts: 11
Received Thanks: 0
|
k thank you mates
|
|
|
12/10/2008, 16:28
|
#19
|
elite*gold: 46
Join Date: Mar 2006
Posts: 2,589
Received Thanks: 1,198
|
Quote:
Originally Posted by chibis
never used google for c++  i have a brain 
|
thats funny now, do you really think you know alot of c++?
you know like nothing.
For all the others that want to code a Memory Based Splashybot.

How to use PostMessage and FindWindow? pretty easy.
First of all read the Articles on MSDN to know how they work
Example of useage:
Code:
// Find the Window:
HWND KalWindow;
KalWindow = FindWindow( NULL , TEXT("KalOnline"));
// Use PostMessage:
PostMessage(KalWindow, WM_KEYDOWN,VK_KEY,0);
PostMessage(KalWindow, WM_KEYUP,VK_KEY,0);
VK_ list:
If you want to use Vars in FindWindow just convert them from String to wstring and from wstring to LCPWSTR.
Or simply use string.c_str() , string.data(). Can be all found on MSDN.
You could simple send key 3 and key 4 to the Window.
Or Send Space to the Window and pickup stuff.
You can simply minimize your Kal and it will still get the keys. Not like when you use keybd_event().
have fun.
|
|
|
12/10/2008, 17:26
|
#20
|
elite*gold: 0
Join Date: Oct 2007
Posts: 1,255
Received Thanks: 200
|
more easy is to take an makro recorder and zoom the max to your char and then clicking and then repat this 999999999999999999999 times xD
|
|
|
12/10/2008, 17:49
|
#21
|
elite*gold: 20
Join Date: Apr 2008
Posts: 820
Received Thanks: 177
|
Quote:
Originally Posted by syntex
thats funny now, do you really think you know alot of c++?
you know like nothing.
|
never said that i know anything about c++ ... but nvm
maybe ill give u a nubi (very nubi) pick bot via packets with 99% leeched stuff wich u can find here in forum
|
|
|
12/10/2008, 18:17
|
#22
|
elite*gold: 46
Join Date: Mar 2006
Posts: 2,589
Received Thanks: 1,198
|
Quote:
Originally Posted by chibis
never said that i know anything about c++ ... but nvm
maybe ill give u a nubi (very nubi) pick bot via packets with 99% leeched stuff wich u can find here in forum
|
You want to give me a pickhack lol?
I dont even need one, you may give it to this peps.
but your PickHack will lag like hell cause you dont even know cpp.
Thats the difference, you only know how to add if's and switch to a completly done Project.
What about write own functions , instead of leech all the **** here and being proud of it.
You did not even reach anything in KalOnline and think you are one of the big guys, doing their buisness with KalOnline.
|
|
|
12/11/2008, 02:30
|
#23
|
elite*gold: 0
Join Date: May 2008
Posts: 127
Received Thanks: 15
|
jam something in your spacebar?? what do u need a bot for.. to pick
|
|
|
12/11/2008, 17:59
|
#24
|
elite*gold: 0
Join Date: Jan 2008
Posts: 20
Received Thanks: 5
|
Quote:
Originally Posted by syntex
Example of useage:
Code:
// Find the Window:
HWND KalWindow;
KalWindow = FindWindow( NULL , TEXT("KalOnline"));
// Use PostMessage:
PostMessage(KalWindow, WM_KEYDOWN,VK_KEY,0);
PostMessage(KalWindow, WM_KEYUP,VK_KEY,0);
VK_ list:
If you want to use Vars in FindWindow just convert them from String to wstring and from wstring to LCPWSTR.
Or simply use string.c_str() , string.data(). Can be all found on MSDN.
You could simple send key 3 and key 4 to the Window.
Or Send Space to the Window and pickup stuff.
You can simply minimize your Kal and it will still get the keys. Not like when you use keybd_event().
have fun.
|
How about that?
"this week in baseball" circa 1985
|
|
|
12/12/2008, 19:40
|
#25
|
elite*gold: 281
Join Date: Oct 2007
Posts: 6,248
Received Thanks: 887
|
#closed
|
|
|
 |
|
Similar Threads
|
Question About Party PVP
01/21/2010 - Dekaron Private Server - 3 Replies
hello, is there a way to use party pvp 1 vs 1 only? how?
is it true that the only way to go to arena is by party pvp? I haven't tried it yet.
im using ultra 7.4 serverfiles.
|
[question] Pick-Up Bot
10/11/2009 - Metin2 - 4 Replies
ja ich suche einen pick-up (bot) hack...
also nicht , das der bot immer ^ drückt, da ich metin minimieren will!
so wie beim multihack 5.0... leider funzt seit dem update das auto pick nicht mehr.
Was ich Suche:
Ein Bot/Hack, der ^ nicht nur drückt sondern ^soll der bot "^" an das Fenster "METIN2" senden, so das ich metin2 minimieren kann (in zusammenarbeit mit moblock und autoattack)!
thx schon im vorraus
|
question about CE and auto pick up
07/29/2009 - 12Sky2 - 4 Replies
Hello everyone,
Im new to the forums, but, i've been looking for a while. A lot of you guys are amazing in you scripting and the hacks that you have. I have one question: is there a way to integrate auto rare/money pickup with CE? i mean in the actual program. or is there a script that lets you do it that will run with CE? thanks for the time. and again, thanks to everyone that puts there skills/time into making 12sky2 a better game :handsdown:
|
Tbot pet pick question
02/19/2008 - Silkroad Online - 1 Replies
Can my pet with Tbot pick no gold and my only drops? it always pick all gold whatever i do:(
|
ug party im splashy spawn lvl 38+ archer
05/03/2007 - Kal Online - 11 Replies
wollte fragen ob en archer auf hanin bock aht auf ne undergrund/cooldown party d1r1 oda r3 im spalshy spawn macht. man kann ca. 3 bars pro 30 min mit lvl 40 machen kann sich ja einer heir melden wenn er will ^^
|
All times are GMT +1. The time now is 08:53.
|
|