PDA

View Full Version : [REQUEST]Vb help


teufel123
18th January 2008, 19:45
i can code very good in vb.i coded hacks for warrock in vb but now i want to make ones for maple story.and my problem is that i dont know how i make this zf [] or zf [][] in visual basic.i mean in an engine you have to change the register for the most hack and change it to zf [] or [][].how do i make this in visual basic with a command???Call RWrite(Read)ALong("MapleStory", &HAddress, Value , ZF ???)????please help me with this problem because when i have this out i can reales many maple hackslike xentar but without any problems....

pleas help me ^^ :bunny:

cuteharez
18th January 2008, 19:52
you need some knowledge of Assembly too.

XxOsirisxX
18th January 2008, 20:02
I guess boths are from Wiccaan CEF.

Toolkit is to change memory in the way to change values. I have'nt tested it as i should do. But you could learn from it 100%.

The Mineweesper one, is AutoAssembler at Mineweesper, pretty useful for AA scripts.

If this works for MS.. i don't know either, as i said before, i have;nt dedicate time for this yet.

teufel123
18th January 2008, 20:19
i am not so prooooooo
i just need to know a commad -.- damm me ....i dont understand that stuff in the projeks....

XxOsirisxX
18th January 2008, 20:27
i am not so prooooooo
i just need to know a commad -.- damm me ....i dont understand that stuff in the projeks....

then:

Private Sub Timer1_Timer()
Dim Proc As New clsprocess_access
Dim Poke As New clsMemory_Write
Dim dwProcId As Long

dwProcId = Proc.GetProcessIdByName("MapleStory.exe")
Poke.WriteLong dwProcId, &H(Address), (Value)
End Sub

teufel123
18th January 2008, 20:41
thoos the command change the adress to zf [] or zf [][]???

osiri can you upload me an example ?a projekt which change the rigister of a maple adress in zf [] or [][] i think that would be more helpful ^^

XxOsirisxX
18th January 2008, 20:45
It needs a class to write/read and stuffs, which are on the example i gave you.

look at teh VB Tools, it's pretty nice showed up.

thoos the command change the adress to zf [] or zf [][]???

Flags...

if you just wants that, then check the AA example at mine weesper. As you said you're good at VB i suppose you at least could undertand that logic.

Use AA to remplace for Flags.

teufel123
18th January 2008, 20:52
k i try thank you