Register for your free account! | Forgot your password?

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

  • 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 10/31/2012, 06:45   #316
 
botetebalila's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 171
Received Thanks: 282
if (GetKeyState(VK_F10) < 0)
{
DWORD *CABALBM2 = (DWORD*)(*(DWORD*)0xA9B820 + 0x3a0);
*CABALBM2 = (DWORD*)(*(DWORD*)CABALBM2 + 0x270);
*CABALBM2 = (DWORD*)(*(DWORD*)CABALBM2+ 0x34c);
*CABALBM2 = (DWORD*)(*(DWORD*)CABALBM2+ 0x124);
*CABALBM2 = (DWORD*)(*(DWORD*)CABALBM2+ 0x20);
*CABALBM2 = 0;
}
please show a working code for resetting the BM2 CD.
botetebalila is offline  
Thanks
1 User
Old 10/31/2012, 17:57   #317
 
elite*gold: 0
Join Date: Mar 2009
Posts: 387
Received Thanks: 1,568
for(;;Sleep(10)) //loop
if(GetKeyState(VK_F10) & 1)
{
//code here
if(GetKeyState(VK_F9) & 1){break;} //im not sure if this will work man althou ive tried
//it before
}
}
another way is to create a handle for it ...then terminate it (if u want to set it off)
envylang is offline  
Thanks
1 User
Old 10/31/2012, 20:54   #318
 
FUJl's Avatar
 
elite*gold: 0
Join Date: Oct 2012
Posts: 235
Received Thanks: 8,667
Quote:
Originally Posted by botetebalila View Post
Need C++ Code for this assigned to a hotkey. This is Episode 9 PH Addy for BM2 Cool Down.


i don't have any bypassed cabalmain or fixedmain to find it out and thanks for your BM2 address, i find out NO COOLDOWN (BM1,BM3, AURA, SKATE DASH AND FADE STEP etc....)
FUJl is offline  
Old 11/01/2012, 13:07   #319
 
elite*gold: 0
Join Date: Nov 2011
Posts: 6
Received Thanks: 0
hey guys can you teach me how to creat a dll for cabal.. ? please
jimsgift is offline  
Old 11/01/2012, 16:32   #320
 
elite*gold: 0
Join Date: Apr 2010
Posts: 65
Received Thanks: 9
Anyone can debug this? bm2 cooldown this code make may PC freeze. tnx!!!
#include "stdafx.h"
#include <windows.h>

#define ADDR_BASE 0x0B87170
#define OFFSET_A 0x20
#define OFFSET_B 0x4A1C
#define OFFSET_BM2 0x124


void Start();

BOOL APIENTRY DllMain(HMODULE hModule, DWORD ulReason, LPVOID lpReserved)
{
if (ulReason == DLL_PROCESS_ATTACH)
{
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Start, 0, 0, 0);
}

return TRUE;

}


void Start()
{
While (1)
{
if (GetKeyState(VK_DELETE) < 0) // Turn On
{
DWORD BM2 = *(DWORD*)ADDR_BASE;
*(DWORD*)(BM2+OFFSET_A);
*(DWORD*)(BM2+OFFSET_BM2);
*(DWORD*)(BM2+OFFSET_B)=0;
}

Sleep(10);
}
}
keypress14 is offline  
Old 11/01/2012, 23:40   #321
 
elite*gold: 0
Join Date: Oct 2012
Posts: 3
Received Thanks: 0
how this one work plss help me !!
arimbaycj1824 is offline  
Old 11/02/2012, 02:04   #322
 
elite*gold: 0
Join Date: Jul 2012
Posts: 43
Received Thanks: 3
Can someone teach mo how to make this file a DLL?? tnx...

sorry guys.. NOOB here... =(
nOsir2727 is offline  
Thanks
1 User
Old 11/02/2012, 06:35   #323
 
whaiizackii's Avatar
 
elite*gold: 0
Join Date: Sep 2011
Posts: 43
Received Thanks: 1
sir i get problems when making etc..

# include "stdafx.h"

# define ADDR_GM 0x1075C48
# define ADDR_AOE 0x10C62FC
# define ADDR_RANGE 0x10C62F8

Is there that needs to be fixed in this section ...?
Especially in this section # include "stdafx.h"

Please enlighten his
whaiizackii is offline  
Old 11/02/2012, 09:12   #324
 
elite*gold: 0
Join Date: Mar 2012
Posts: 28
Received Thanks: 1
please help me! i didn't get that!heheh give me steps please!!
liverelax is offline  
Old 11/02/2012, 21:32   #325
 
rod1500's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 12
Received Thanks: 0
Cabal BR?? What is the code?
rod1500 is offline  
Old 11/03/2012, 02:10   #326
 
elite*gold: 0
Join Date: May 2012
Posts: 59
Received Thanks: 6
What should I type in c++ when inserting Pointer. (ex: pointer of wallhack) PM me.
roeben0143 is offline  
Old 11/03/2012, 16:55   #327
 
elite*gold: 0
Join Date: Mar 2009
Posts: 74
Received Thanks: 15
when i press F11 my cabal process dc.... pls help
oOdidoOo is offline  
Old 11/04/2012, 02:58   #328
 
underswarranty's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 46
Received Thanks: 3
hmm what do i use to make a dll? hmm im making a gues c++?
underswarranty is offline  
Old 11/04/2012, 03:06   #329
 
gaijinz's Avatar
 
elite*gold: 0
Join Date: Sep 2012
Posts: 18
Received Thanks: 2
OUTDATED PLZ CLOSED
gaijinz is offline  
Old 11/04/2012, 03:57   #330
 
elite*gold: 0
Join Date: Nov 2008
Posts: 224
Received Thanks: 17
its not outdated, someone just have to find a workaround for dllmain api.
syndrah is offline  
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 04:40.


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.