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

08/23/2012 20:42 elyahcode#211
sir i have a problem in compiling and it says (unable to open include file "stdafx.h")
08/24/2012 17:41 suna94#212
can you make a tutorial? its a little bit difficult
trying since 1 hour :) thx
08/24/2012 20:34 ahmed8xx3#213
yes please make tutorial its really hard
i can't make it -____- it takes forever
08/25/2012 03:58 orly50090#214
work in cabal ph??
08/25/2012 07:58 ichezen23#215
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);
    }

08/25/2012 09:32 audreyxp2012#216
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"
08/25/2012 11:52 rhey0147#217
where can i download c++ please
08/25/2012 13:20 ichezen23#218
@audreyxp2012
- Thanks for your help ! i fixed my code :)) does anyone have codes for big and swords skill AOE ??
08/27/2012 10:53 cheatcarrot#219
Thank You.. Thank You.. Thank You.. PSCBots..!! ^__^ .. It really enlightened me..!
08/27/2012 13:08 silentkiller_craig#220
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
08/27/2012 13:30 genesisVI#221
@silentkiller_craig
visual studio 2010
08/27/2012 13:35 silentkiller_craig#222
tnx sir

Visual Studio2010 Professional is this one will work?
08/28/2012 01:22 denz0892#223
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?
08/28/2012 01:33 alex11486#224
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?
08/29/2012 19:11 dark1con#225
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 !!!