Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Programming
You last visited: Today at 21:31

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

Advertisement



Autoit Zoom Hack Source

Discussion on Autoit Zoom Hack Source within the CO2 Programming forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2008
Posts: 20
Received Thanks: 40
Autoit Zoom Hack Source

Alright since I have finally come to face it that conquer has become so unfair to the older/original players I cant take it anymore and have decided to quit the game.... So here you are. Source code to a zoomhack that supports multiple conquers.
Code:
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_outfile=Zoom.exe
#AutoIt3Wrapper_UseUpx=n
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <NomadMemory.au3> ;because you need this for _memread functions
#include <GuiConstantsEx.au3>

HotKeySet("{PGUP}" , "ZoomIn" )
HotKeySet("{PGDN}" , "ZoomOut" )

$Mem_Address = 0x00690500 ;the conquer memory address for current level
;$Process1 = WinGetProcess("[Conquer] Raiding Clans") ;the window to get PID
;$Mem_DataIn = $Mem_Read + 0xF
;$Mem_DataOut = $Mem_Read - 0xF
GuiCreate( "Zoom by PreSchoolerMan" , 275, 60 )
$Label_1 = GUICtrlCreateLabel("Zoom Hack by PreSchoolerMan",50, 45)
$Button_1 = GUICtrlCreateButton("HIDE", 55, 13, 150)

GUISetState ()

While 1
	$msg = GUIGetMsg()
	Select
		Case $msg = $Button_1
			WinSetState("Zoom by PreSchoolerMan", "",@SW_Hide)
		Case $msg = $GUI_EVENT_CLOSE
			ExitLoop
	EndSelect
WEnd
Func ZoomIn()
	;While 1
		if WinGetTitle("[active]") <> "[Conquer] Raiding Clans" Then
			Return
		Else
			$Process1 = WinGetProcess(WinGetTitle("[active]"))
		EndIf
		$Mem_Open = _MemoryOpen($Process1) ;must open before you can read address
		$Mem_Read = _MemoryRead($Mem_Address, $Mem_Open) ;reads value at memory address
		_MemoryWrite( $Mem_Address, $Mem_Open, $Mem_Read + 0xF)
		_MemoryClose($Mem_Open) ;close it afterwards
		$Process1 = 0
	;WEnd
EndFunc
Func ZoomOut()
	;While 1
		if WinGetTitle("[active]") <> "[Conquer] Raiding Clans" Then
			Return
		Else
			$Process1 = WinGetProcess(WinGetTitle("[active]"))
		EndIf
		$Mem_Open = _MemoryOpen($Process1) ;must open before you can read address
		$Mem_Read = _MemoryRead($Mem_Address, $Mem_Open) ;reads value at memory address
		_MemoryWrite( $Mem_Address, $Mem_Open, $Mem_Read - 0xF)
		_MemoryClose($Mem_Open) ;close it afterwards
		$Process1 = 0
	;WEnd
EndFunc
PreSchoolerMan is offline  
Thanks
4 Users
Old 08/02/2009, 12:36   #2
 
elite*gold: 0
Join Date: Dec 2006
Posts: 37
Received Thanks: 8
Thanks for the source! I'm really gonna use this =)

Thanks!
//Zeelia
Zeelia is offline  
Reply


Similar Threads Similar Threads
Speed,Zoom,MemoryProcessor.dll Source C#
08/31/2016 - CO2 Exploits, Hacks & Tools - 8 Replies
I have noticed that a lot of members really don't have the desire to learn to code. Well the purpose of these sources it to teach you how easy it is to code in C#. Zoom.rar: This is a Conquer memory Zoom hack source coded in C# Speed.rar: This is a Conquer memory Speed hack source coded in C# Note:This does DC. Memory.cs.rar:
[RELEASE] [OPEN SOURCE] CE 5.5 Pointer to AutoIt Source-Code
02/13/2011 - AutoIt - 6 Replies
Habe heute erst gemerkt, dass es hier eine AutoIt Sektion gibt xD also poste ich mal mein Programm mit rein. Funktionsweise: 1. in CE Rechtsklick auf den Pointer und auf "Copy" klicken 2. in meinem Programm auf "Code generieren" klicken 3. In euer Scite gehen und einfügen Hier ist der Source Code vom Programm:



All times are GMT +1. The time now is 21:31.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.