Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Cabal Online > Cabal Guides & Templates
You last visited: Today at 03:54

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

Advertisement



[Release][C++ Code] GM/AOE/Range

Discussion on [Release][C++ Code] GM/AOE/Range within the Cabal Guides & Templates forum part of the Cabal Online category.

Reply
 
Old 08/23/2012, 20:42   #211
 
elite*gold: 0
Join Date: Jul 2012
Posts: 6
Received Thanks: 0
sir i have a problem in compiling and it says (unable to open include file "stdafx.h")
elyahcode is offline  
Old 08/24/2012, 17:41   #212
 
elite*gold: 0
Join Date: May 2010
Posts: 5
Received Thanks: 7
can you make a tutorial? its a little bit difficult
trying since 1 hour thx
suna94 is offline  
Old 08/24/2012, 20:34   #213
 
ahmed8xx3's Avatar
 
elite*gold: 0
Join Date: Jan 2012
Posts: 75
Received Thanks: 22
yes please make tutorial its really hard
i can't make it -____- it takes forever
ahmed8xx3 is offline  
Old 08/25/2012, 03:58   #214
 
elite*gold: 0
Join Date: Jun 2007
Posts: 26
Received Thanks: 0
work in cabal ph??
orly50090 is offline  
Old 08/25/2012, 07:58   #215
 
elite*gold: 0
Join Date: Aug 2012
Posts: 42
Received Thanks: 7
Can anyone help me ? my code is not working ? is there something wrong ?
When i press F11 AOE does't activate
Does, anyone have code for sword / big AOE ??


I'll appreciate any kind of help that you can give ! THANKS in ADVANCE !




PHP Code:
#include <stdio.h>
#include <stdlib.h>
#include <windows.h> 

#define    ADDR_GM      0x1075C40
#define    ADDR_AOE     0x10C62DC
#define    ADDR_RANGE   0x10C62D8

void Start();

BOOL APIENTRY DllMain(HMODULE hModuleDWORD ulReasonLPVOID lpReserved)
{
    if (
ulReason == DLL_PROCESS_ATTACH)
    {
        
CreateThread(00, (LPTHREAD_START_ROUTINE)Start000);
    }

    return 
TRUE;
}

void Start()
{
    while (
1)
    {
        if (
GetKeyState(VK_F11) < 0// Turn On
        
{
            *(
DWORD*)ADDR_GM 2;
            *(
DWORD*)ADDR_AOE 100;
            *(
DWORD*)ADDR_RANGE 7;
        }
        
        if (
GetKeyState(VK_F12) < 0// Turn Off
        
{
            *(
DWORD*)ADDR_GM 0;
            *(
DWORD*)ADDR_AOE 0;
            *(
DWORD*)ADDR_RANGE 0;
        }
        
        
Sleep(1);
    }

ichezen23 is offline  
Old 08/25/2012, 09:32   #216
 
elite*gold: 0
Join Date: Mar 2012
Posts: 30
Received Thanks: 0
Quote:
Originally Posted by ichezen23 View Post
Can anyone help me ? my code is not working ? is there something wrong ?
When i press F11 AOE does't activate
Does, anyone have code for sword / big AOE ??


I'll appreciate any kind of help that you can give ! THANKS in ADVANCE !




PHP Code:
#include <stdio.h>
#include <stdlib.h>
#include <windows.h> 

#define    ADDR_GM      0x1075C40
#define    ADDR_AOE     0x10C62DC
#define    ADDR_RANGE   0x10C62D8

void Start();

BOOL APIENTRY DllMain(HMODULE hModuleDWORD ulReasonLPVOID lpReserved)
{
    if (
ulReason == DLL_PROCESS_ATTACH)
    {
        
CreateThread(00, (LPTHREAD_START_ROUTINE)Start000);
    }

    return 
TRUE;
}

void Start()
{
    while (
1)
    {
        if (
GetKeyState(VK_F11) < 0// Turn On
        
{
            *(
DWORD*)ADDR_GM 2;
            *(
DWORD*)ADDR_AOE 100;
            *(
DWORD*)ADDR_RANGE 7;
        }
        
        if (
GetKeyState(VK_F12) < 0// Turn Off
        
{
            *(
DWORD*)ADDR_GM 0;
            *(
DWORD*)ADDR_AOE 0;
            *(
DWORD*)ADDR_RANGE 0;
        }
        
        
Sleep(1);
    }




psssst... check your aoe and range address. i think there is a mistake about your address. and include this at the beggining of your script. #include "stdafx.h"
audreyxp2012 is offline  
Old 08/25/2012, 11:52   #217
 
elite*gold: 0
Join Date: Aug 2012
Posts: 7
Received Thanks: 0
where can i download c++ please
rhey0147 is offline  
Old 08/25/2012, 13:20   #218
 
elite*gold: 0
Join Date: Aug 2012
Posts: 42
Received Thanks: 7
@audreyxp2012
- Thanks for your help ! i fixed my code ) does anyone have codes for big and swords skill AOE ??
ichezen23 is offline  
Old 08/27/2012, 10:53   #219
 
elite*gold: 0
Join Date: Aug 2012
Posts: 14
Received Thanks: 0
Thank You.. Thank You.. Thank You.. PSCBots..!! ^__^ .. It really enlightened me..!
cheatcarrot is offline  
Old 08/27/2012, 13:08   #220
 
elite*gold: 0
Join Date: Jul 2012
Posts: 9
Received Thanks: 3
guys im newbie here what software are you guys using? can u please give me that name imma dl it so that i can try it please
silentkiller_craig is offline  
Old 08/27/2012, 13:30   #221
 
genesisVI's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 796
Received Thanks: 434
@silentkiller_craig
visual studio 2010
genesisVI is offline  
Thanks
1 User
Old 08/27/2012, 13:35   #222
 
elite*gold: 0
Join Date: Jul 2012
Posts: 9
Received Thanks: 3
tnx sir

Visual Studio2010 Professional is this one will work?
silentkiller_craig is offline  
Thanks
1 User
Old 08/28/2012, 01:22   #223
 
denz0892's Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 173
Received Thanks: 100
this could really help us, but may i ask if this works on ph, i mean if i copy and paste the code on c++ and compile it as dll file and inject to cabalmain does it work?, or do i need to change the aoe value that is stated on the code for me to work on cabal ph?
denz0892 is offline  
Thanks
1 User
Old 08/28/2012, 01:33   #224
 
elite*gold: 0
Join Date: Jul 2008
Posts: 16
Received Thanks: 1
is it possible that i can include a NSD or a WH in the DLL?
btw, i dunno the code for the WH and NSD do anyone know it?
alex11486 is offline  
Thanks
1 User
Old 08/29/2012, 19:11   #225
 
dark1con's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 95
Received Thanks: 11
Bwhhahahah LOL what a bunch of wanna be's , before anyone of you wants to imagine that you can do this or you can do that , try reading the first post , and copy pasting this script doesnt mean you already learn the program , copying another programmers work doesnt mean that your also a programmer , this is just learning method , try evaluate it , try to learned from it , and lastly , try not to own anybodies hard work !!!
dark1con is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
Rsro range code.
06/14/2011 - SRO Coding Corner - 0 Replies
I am using Flex Hex program but i cant find how change mob selection range need help. Please Tel my how i can find code.
Range modify ESRO code chaning?
06/14/2011 - SRO Coding Corner - 3 Replies
having toruble with creating a dll... the guy posted the source which is below for his dll that goes with his loader: esroLoaderdll.cpp: #include "windows.h" void WriteMemory(DWORD address, LPVOID patch, DWORD size) { DWORD oldProtect; VirtualProtect((LPVOID)address, 4, PAGE_EXECUTE_READWRITE, &oldProtect); memcpy((LPVOID)address, patch, size);
Range modify EXRO code chaning?
06/13/2011 - SRO Coding Corner - 0 Replies
# delete request no idea why it posted twice
[Release] MS Range CheatEngine
03/13/2010 - S4 League Hacks, Bots, Cheats & Exploits - 19 Replies
entfernt da nur gemault wird
[RELEASE] ATK Range Hack v1.0b
02/19/2008 - Metin2 - 16 Replies
ATK Range Hack v1.0b Working after update ! To use this hack: 1. Start the (ATK Range Hack.exe). 2. Start Metin2. 3. Login into youre acc.



All times are GMT +1. The time now is 03:56.


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.