Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Kal Online
You last visited: Today at 02:53

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



artmoney is detected?

Discussion on artmoney is detected? within the Kal Online forum part of the MMORPGs category.

Reply
 
Old 07/31/2009, 13:44   #16
 
elite*gold: 20
Join Date: Jul 2007
Posts: 1,979
Received Thanks: 270
endlich is der scheiß blocked
katze123 is offline  
Old 07/31/2009, 16:05   #17
 
natinet's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 175
Received Thanks: 8
well thx for the pointer!
how did u find it? artmoney? private uce? and:
Quote:
AND OTHER 1:
IS "MAKIN A CHEAT ENGINE UCE(UNDETECTED) TUT" WOULD DO IT?(i mean wil the ce ill make realy be uce, does any1 know from his experiment )?
plz answer!!
natinet is offline  
Old 07/31/2009, 16:53   #18
 
elite*gold: 0
Join Date: Oct 2006
Posts: 225
Received Thanks: 207
Quote:
Originally Posted by natinet View Post
well thx for the pointer!
how did u find it? artmoney? private uce?
I wrote a program that automatically finds the pointers, so I don't need UCE's or ArtMoney.
ZeroTen is offline  
Thanks
1 User
Old 07/31/2009, 17:05   #19
 
elite*gold: 0
Join Date: Oct 2008
Posts: 139
Received Thanks: 5
all useless........
all need money....not free.if you want to hack now......
they wont pulic the free uce or the new hack dll...so plz delete the game.....
ZeroTen's program must be pay for expensive..like 100$...
if you really want to hack the game,pls learn C++ or the others
xjp609 is offline  
Old 07/31/2009, 22:39   #20
 
elite*gold: 0
Join Date: Aug 2007
Posts: 33
Received Thanks: 6
old UI:
00740240+19380 - Speed Pointer
00740240+18096 - Underground Pointer
00740240+18264 - Water Hack Pointer
00740240+18092 - X Pointer
00740240+18100 - Y Pointer
00740240+18096 - Z Pointer

use brain, write dll or something ^^

Have Fun!
YourFear is offline  
Thanks
1 User
Old 08/01/2009, 19:56   #21
 
natinet's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 175
Received Thanks: 8
thx, may i get an hint about writing the program?
and...you didnt answer my question ^^- will that help to make a uce from the ce 5.3 source with tuts (that tells to replace a few string and such...)
thx alot!!!
natinet is offline  
Old 08/02/2009, 00:50   #22
 
Xorg's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 87
Received Thanks: 3
This one does not work -> 00740240+19380
This one yep -> 00740240 + 4BB4

EDIT:
Could you also find correct values for X,Y,Z?
Xorg is offline  
Old 08/02/2009, 07:25   #23
 
natinet's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 175
Received Thanks: 8
Quote:
Originally Posted by Xorg View Post
This one does not work -> 00740240+19380
This one yep -> 00740240 + 4BB4

EDIT:
Could you also find correct values for X,Y,Z?
lol man, read!

in page 2 YourFear who wrote them:
Quote:
old UI:
00740240+19380 - Speed Pointer
00740240+18096 - Underground Pointer
00740240+18264 - Water Hack Pointer
00740240+18092 - X Pointer
00740240+18100 - Y Pointer
00740240+18096 - Z Pointer

use brain, write dll or something ^^

Have Fun!
and again:
Quote:
thx, may i get an hint about writing the program?
and...you didnt answer my question ^^- will that help to make a uce from the ce 5.3 source with tuts (that tells to replace a few string and such...)
thx alot!!!
natinet is offline  
Old 08/02/2009, 07:52   #24
 
elite*gold: 0
Join Date: Aug 2007
Posts: 33
Received Thanks: 6
hmm i don't tryed to make new uce xD
i found pointers in artmoney on windows Vista (on xp don't work for me) :P
YourFear is offline  
Old 08/02/2009, 11:31   #25
 
Xorg's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 87
Received Thanks: 3
Quote:
Originally Posted by natinet View Post
lol man, read!

in page 2 YourFear who wrote them:


and again:
I checked it and dont work on XP.
Dude check it before telling ****.
Xorg is offline  
Old 08/02/2009, 19:33   #26
 
natinet's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 175
Received Thanks: 8
@Xorg i checked it and its working verey good ^^ so check again

i've got anothe question:
how do insert item to storage keeper with packets?
i have tried 0x31,"m",itemid and 0x31,"m",2372275304
please help me?
thanks
natinet is offline  
Old 08/03/2009, 20:07   #27
 
Xorg's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 87
Received Thanks: 3
Hmm this is my code for teleporting to some cordinates.

PHP Code:
 DWORDspeedpointer = (DWORD*)0x00740240;

 if (
strcmp command "coords" ) == 0)
     {         
         
scanf("%d%*c",&value);
         
Coords.value;
         
scanf("%d%*c",&value);
         
Coords.value;
         
scanf("%d%*c",&value);
         
Coords.value;
         
        
         
MemcpyEx(DWORD(((DWORD)*speedpointer)+0x00018092),(DWORD)&Coords.X,4);
         
MemcpyEx(DWORD(((DWORD)*speedpointer)+0x00018100),(DWORD)&Coords.Y,4);
         
MemcpyEx(DWORD(((DWORD)*speedpointer)+0x00018096),(DWORD)&Coords.Z,4);
         
printf("Moved to %d, %d, %d. \n",Coords.X,Coords.Y,Coords.Z);
     } 
... and it dont works. Why?

@natinet
You managed it to work. Do you have XP or Vista?
Xorg is offline  
Old 08/03/2009, 21:46   #28
 
natinet's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 175
Received Thanks: 8
i work with xp
and u cant just change the coords ^^ the server must know u r walking
so: u need to walk with packets...to loop through the differents and get there
its verry easy...look in the tuts that kalhacker and others realeased
good luck
natinet is offline  
Old 08/03/2009, 22:25   #29
 
Xorg's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 87
Received Thanks: 3
So what can I do with changing X, Y values? (Z for underground).
Xorg is offline  
Old 08/03/2009, 23:31   #30
 
elite*gold: 20
Join Date: Jul 2007
Posts: 1,979
Received Thanks: 270
Quote:
Originally Posted by Xorg View Post
So what can I do with changing X, Y values? (Z for underground).
You can Port yourself to any place
katze123 is offline  
Reply


Similar Threads Similar Threads
[Rule]Was machen,wenn ein Hack Detected ist?What to do,if a Hack is Detected?
12/16/2009 - WarRock Hacks, Bots, Cheats & Exploits - 23 Replies
Nachdem ein Hack Detected ist,dann reicht es,wenn nur ein User "Detected" schreibt.Ein Guard oder Moderator wird euch auffordern,nichts mehr zu posten! Wenn ihr das trotzdem macht,dann wird erstmal eine Verwarnung als Folge sein! After a Hack is Detected,then it's enough,if just 1 User writes "Detected". A Guard or a Moderator will request to write nothing anymore in this Thread! If this will done, a Warning will given.
Artmoney tabelle gesucht//searching artmoney table
04/03/2008 - General Coding - 0 Replies
moin leute ich suchene artmoney tabelle für dekaron(2moons) habe jemanden bei 2moons gesehen der es geschafft hat bin aber selber zu faul mireine zu erstellen postet eine wenn ihr ahbt pls ------------------------------------------------- ------------------------- Moin people I suchene artmoney table for dekaron (2moons) had seen someone at 2moons has managed itself but am too lazy to draw me one pls post one when you have pls mfg, hans (bond)007
ArtMoney Help Please
02/16/2008 - Conquer Online 2 - 5 Replies
Hey everyone this is my first post so please don't be mad if I do something wrong >< I was wondering about using artmoney on conquer. I've heard of other people using it , but what can you do with it? If you put it in a trade window would it show up as the edited value or the actual value? Also, could I use this for a scam? Any help is aprecciated, and I will probably give +k to helpful repliers. Thanks everyone, Sargath
Artmoney
01/20/2008 - Conquer Online 2 - 4 Replies
hi all. can some1 give me link to working artmoney?



All times are GMT +2. The time now is 02:53.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.