its not for devs, its for people with brain. why you need for everything a tutorial? life isnt a tutorial, you better start with doing things on your own..
just look at "# 6 Item-Hack## 6.2 slot-clone / invisibility" and you will find your tutorial.
[IMG][/IMG]
i can't open it x.x not about how to use and if you know a way to use that thing say
But I don't think the adresses that are in the CT will work, they're old.Anyway it's a tutorial so you should be able to do it by your own, after reading it.
dude its not a hack its the base address and offset just add the offsets to the baseaddress and get a complete pointer which enables you to change your items
first add offsets to the base addresses to get a full pointer then build a program to modify the addresses(that should be easy all you need is memory writing) and if the address is right your item should change
Help Pointer and Offset 09/05/2012 - Cabal Online - 8 Replies Hello everyone, I'm struggling to get the pointer and offset of an address, already have several address here however are not fixed, so I need to get pointer and offset to make a trainer.
Come on, every time I click on Find out what writes to this address for the proper functioning, someone would have a solution to get the pointer and offset without problems?
thank you
ps: I've tried to get pointer that way, but the Cabal closes, I'm doing this in Brazil Cabal Online
Help Pointer and Offset 09/04/2012 - Cabal Hacks, Bots, Cheats, Exploits & Macros - 2 Replies Hello everyone, I'm struggling to get the pointer and offset of an address, already have several address here however are not fixed, so I need to get pointer and offset to make a trainer.
Come on, every time I click on Find out what writes to this address for the proper functioning, someone would have a solution to get the pointer and offset without problems?
thank you
[VB] Pointer+Offset Einbinden 12/02/2010 - .NET Languages - 19 Replies Guten Tag Alle Zusammen !
Folgendes Problem :
Wie Baue ich diesen Pointer von CheatEngine in Mein Visual Basic EIn!
http://s10.directupload.net/images/101130/t4fp524 r.png
Hier Code von VB da IST KEI POINTER DA IST EINFACH DIE NORMALER ADRESSE ABER WIE BAUE Ich den POINTER und offset ein ?
help with pointer+offset 11/28/2010 - Last Chaos - 0 Replies this is my code in c++
__inline ULONG_PTR ReadPointer(ULONG_PTR* ulBase, INT nOffset)
{
if (!IsBadReadPtr((VOID*)ulBase, sizeof(ULONG_PTR)))
{
if (!IsBadReadPtr((VOID*)((*(ULONG_PTR*)ulBase)+nOffs et), sizeof(ULONG_PTR)))
{
return *(ULONG_PTR*)((*(ULONG_PTR*)ulBase)+nOffset);
}