Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Cabal Online
You last visited: Today at 15:05

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

Advertisement



c++ dll help

Discussion on c++ dll help within the Cabal Online forum part of the MMORPGs category.

Closed Thread
 
Old 08/30/2012, 02:02   #16
 
mi5pogi's Avatar
 
elite*gold: 0
Join Date: Dec 2008
Posts: 249
Received Thanks: 1,007
Quote:
Originally Posted by syndrah View Post
thanks mike, i tried the code and recommendations you set forth, unfortunately with addicted injector and perx did not work and i got nothing. i will make a quick video on what im doing and ill up it within an hour.

ok apparently my recording software isnt working atm, but rest assured its not working.

the dll isnt showing any messages at all so it seems like its not even injected at all.

i have to leave for about 10 hours hopefully i can have some more information from your generous help to get me to fix this issue.
the problem is in your injector.it didnt inject thats why you didnt receive any message.if your running under win7 64bit,run it as admin.
mi5pogi is offline  
Old 08/30/2012, 02:20   #17
 
elite*gold: 0
Join Date: Nov 2008
Posts: 224
Received Thanks: 17
thanks.

ill be sure to try it when i get home.

tried it with running as admin, no go.
syndrah is offline  
Old 09/01/2012, 03:41   #18
 
elite*gold: 0
Join Date: Nov 2008
Posts: 224
Received Thanks: 17
*bump*
syndrah is offline  
Old 09/02/2012, 09:49   #19
 
кev's Avatar
 
elite*gold: 0
Join Date: Aug 2012
Posts: 130
Received Thanks: 184
Quote:
Originally Posted by syndrah View Post
*bump*
First off; try out several injectors, and remember to run them as admin. Having no admin privileges means the injector won't be able to acquire debug privilege which is required for a process to access OpenProcess/WriteProcessMemory/CreateRemoteThread on another process on Vista/W7 - especially as cabalmain is running on elevated privileges.

Also mind that the injection has to happen at the very moment the cabalmain process starts. It doesn't take long for cabalmain to boot up gameguard which in turn hooks all the API calls that are required for a dll injection. After gameguard is up, all remote process functions fail if process == gameguard protected process and that you basically can't detour from UM.

GL.
кev is offline  
Old 09/11/2012, 23:14   #20
 
elite*gold: 0
Join Date: Nov 2008
Posts: 224
Received Thanks: 17
thanks, kev. one last question.

DWORD WALKRUN = *(DWORD*)ADDR_BASE;*(DWORD*)(WALKRUN+A_WALKRUN) = 1161527296;

this is the equiv to float 3000.

how would i go about just simply be able to set this to 3000.
syndrah is offline  
Old 09/12/2012, 01:12   #21
 
bartbilf's Avatar
 
elite*gold: 10
Join Date: May 2008
Posts: 1,803
Received Thanks: 1,946
@syndrah
Use float type when you declare it, then you can just put 3000 (you do know that 600 is the max value when walking without having DC?)
bartbilf is offline  
Old 09/12/2012, 01:28   #22
 
elite*gold: 0
Join Date: Nov 2008
Posts: 224
Received Thanks: 17
i walk 3000 all the time, never get d/c.

i know about the float walk declaration. i want something declared within the dword...like this.

//this is for 600 speed.
DWORD WALKRUN = *(DWORD*)ADDR_BASE;*(DWORD*)(WALKRUN+A_WALKRUN) = 1142292480;
syndrah is offline  
Old 09/12/2012, 08:54   #23
 
кev's Avatar
 
elite*gold: 0
Join Date: Aug 2012
Posts: 130
Received Thanks: 184
Quote:
Originally Posted by syndrah View Post
thanks, kev. one last question.

DWORD WALKRUN = *(DWORD*)ADDR_BASE;*(DWORD*)(WALKRUN+A_WALKRUN) = 1161527296;

this is the equiv to float 3000.

how would i go about just simply be able to set this to 3000.
You mean as in writing a float instead of dword? The cast before dereference specifies the type.

*(float*)(*base + offset) = 3000;

Or did I misunderstand you?
кev is offline  
Old 09/12/2012, 22:57   #24
 
bartbilf's Avatar
 
elite*gold: 10
Join Date: May 2008
Posts: 1,803
Received Thanks: 1,946
@kev
that's what he meant, he already fixed it ;p
bartbilf is offline  
Old 09/13/2012, 06:07   #25
 
elite*gold: 0
Join Date: Nov 2008
Posts: 224
Received Thanks: 17
yea sorry i fixed it

#request close this bish.
syndrah is offline  
Old 09/13/2012, 13:39   #26



 
Acid's Avatar
 
elite*gold: 6851
The Black Market: 186/0/0
Join Date: Oct 2008
Posts: 52,122
Received Thanks: 11,067
#Closed (as requested)
Acid is offline  
Closed Thread




All times are GMT +2. The time now is 15:05.


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.