Home of Gamehacking - Archiv
VB 2010 Prob Like Freek - Druckversion

+- Home of Gamehacking - Archiv (http://archiv-homeofgamehacking.de)
+-- Forum: Coding (http://archiv-homeofgamehacking.de/forumdisplay.php?fid=15)
+--- Forum: Visual Basic 6, VB.NET (http://archiv-homeofgamehacking.de/forumdisplay.php?fid=19)
+--- Thema: VB 2010 Prob Like Freek (/showthread.php?tid=468)



VB 2010 Prob Like Freek - giassamarkos - 20.07.2011

Hello Guys
Well i have a prob

with stacks or something

see this

[Bild: 2pzcyt3.png]

but

[Bild: 25ujfhi.png]

again with read long

[Bild: 2jg5ich.png]


but

[Bild: 10fnx2r.png]

Hope you solve the for me please

More errors after i face them :P

Thanks
MarkG


RE: VB 2010 Prob Like Freek - DNA - 20.07.2011

Hey,

afaik, the AOBSCAN function needs the processname...

Try it like this

AOBSCAN("Prince of Persia","Prince of Persia.exe",New Byte () {xx xx xx xx})

The PInvokeStackImbalance Error has something to do with your .NET version, i think.
Go to
Project -> Project Settings -> Compile -> Advanced Compileoptions -> Targetframework

Set it to 3.5


RE: VB 2010 Prob Like Freek - giassamarkos - 20.07.2011

Thanks for replying
Well after i changed it to 3.5

Error 1 Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Line 123, position 5. C:\Users\MyAccount\Documents\Visual Studio 2010\Projects\Trainer @\Trainer @\My Project\Resources.resx 123 5 Trainer @

how can i fix taht?





RE: VB 2010 Prob Like Freek - DNA - 20.07.2011

I think that there is something wrong with your ressources ...


RE: VB 2010 Prob Like Freek - giassamarkos - 20.07.2011

FIxed thanks DNA