Register for your free account! | Forgot your password?

You last visited: Today at 19:59

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

Advertisement



[Zoom Hack] Values

Discussion on [Zoom Hack] Values within the CO2 Programming forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
w00tare's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 248
Received Thanks: 279
[Zoom Hack] Values

Hello,

Okey so I've you got zoom hack address you are cool (), now what are the values of the default zooms?

Code:
    Enum ZoomHack As Integer
        Normal = 65791
        Zoom1 = 73983
        Zoom2 = 82175
        Zoom3 = 90367
        Zoom4 = 98559
        Zoom5 = 106751
        Zoom6 = 114943
        Zoom7 = 123135
        Zoom8 = 131327
    End Enum
(Style = VB.Net!)

Enjoy.
w00tare is offline  
Old 11/09/2010, 12:24   #2
 
zhalyn's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 560
Received Thanks: 774
256
zhalyn is offline  
Thanks
1 User
Old 11/10/2010, 10:55   #3
 
elite*gold: 0
Join Date: Oct 2010
Posts: 76
Received Thanks: 16
Why VB?????
SYSTEM 32 is offline  
Old 11/10/2010, 12:13   #4
 
elite*gold: 0
Join Date: Jan 2006
Posts: 158
Received Thanks: 20
with cheat engine find in more easly start with 256 value first scan and then roll the mouse middle button decres and increase
gorgone is offline  
Old 11/12/2010, 09:23   #5
 
Ian*'s Avatar
 
elite*gold: 0
Join Date: Nov 2006
Posts: 805
Received Thanks: 464
It's just an enumerator lol.

You could just turn that into

enum ZoomHack {
Normal = 65791,
Zoom1 = 73983,
Zoom2 = 82175,
Zoom3 = 90367,
Zoom4 = 98559,
Zoom5 = 106751,
Zoom6 = 114943,
Zoom7 = 123135,
Zoom8 = 131327
};

bam. C++.
Ian* is offline  
Old 01/02/2011, 07:28   #6
 
elite*gold: 0
Join Date: Jan 2009
Posts: 161
Received Thanks: 77
trying to figure this out but i cant interpret what values to change.. is there just a working zoom out?..ive been trying for hours and i just dont get it..
Ticksatsi is offline  
Old 01/10/2011, 04:15   #7
 
elite*gold: 0
Join Date: Dec 2009
Posts: 134
Received Thanks: 401
i have only found 3 values that are worth changing, 1 is the actual zoom, and i think the other 2 tell the client what the current zoom is when you zoom in/out.
the current REAL address is 0x03B5A964 for version 5355. it changes every time the executable changes.
in cheat engine, first search 256 for the furthest zoomed out normally, then zoom in once and search 288. its the top address. i make my own zoomhack :P but if you want, just ask.
legomans is offline  
Old 01/10/2011, 05:42   #8
 
zhalyn's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 560
Received Thanks: 774
wooot ... zoom value turns to dynamic :S

Edit:

Code:
DWORD XPSkill = 0x03e61efc;
	DWORD zoomAddy = 0x008d365C;
	DWORD userBase = 0x008d365C;
	DWORD zoomBase = 0x008d366c;
	int offset = 0x6C;
	int realAddress = 0;
	int currentSkill = 0;
	int currentZoom = 0;
	int zoomoffset = 0x01;
	int realZoom = 0;
Code:
if(zoomHack == true)
					{
							currentZoom = 206;
							BYTE dataSize = sizeof(currentZoom);
							int zoomToWrite[] = {currentZoom};
							WriteProcessMemory(hProcess,(LPVOID)(realZoom + zoomoffset),&zoomToWrite,dataSize,NULL);
					}
					cout << "CurrentSkill: 0x" << hex << currentSkill << endl;
					Sleep(100);
Am i right ? O_O
zhalyn is offline  
Old 01/17/2011, 17:58   #9
 
elite*gold: 0
Join Date: Nov 2007
Posts: 134
Received Thanks: 53
Code:
enum Zooms
{
	Zoomnormal = 0x100,
	Zoom1 = 0xCE,
	Zoom2 = 0x10
	
};

 *(int*)( *(int*)( 0x008D366C ) + 0x13C ) = Zoom1;
blabla
One Tap is offline  
Reply


Similar Threads Similar Threads
[Release] Vac Hack, Zoom hack, auto pot hack, Speed hack me+ mobs, shop hack...
04/02/2011 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 25 Replies
Deleted people must learn to do it by them self from now off ! :)
BETA PW-MOD-MS (multi-client, bypass, zoom-hack, jump-hack, mount-jumphack, fly-hack)
12/10/2009 - PW Hacks, Bots, Cheats, Exploits - 28 Replies
tell me if it works not yet tested :o u can also upload your client here for modding request but you have to wait because im busy. :o UPDATE: Im busy so ive just done some quick fixing dunno if it work now try it again.



All times are GMT +2. The time now is 19:59.


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.