Well, still the things being discussed here seem more advanced for an amateur like me. I am trying memory editing for now. Can't say it's going well but let's just keep trying. I have a small problem of converting Addresses to integers >_<
Quote:
Originally Posted by Schlüsselbein
Unless you have to write a dll, VB.net handles all this stuff quiet well. But bear in mind that using a managed language to do low level stuff requires more effort than a native solution.
It comes down to including winapi header and calling the functions directly vs doing ****** and expensive p/invoke workarounds.
There arent many things that arent possible, its more about which is the better approach
Well, thank you for your valuable opinions. I have madey choice to stick with VB.net but I'm just wondering where to start from. Like what would you suggest a beginner to do?
Make a trainer for a little game.( the game AssaultCube is pretty good to begin with)
Thank you ^_^
I'll try that as soon as I get done with my home work ~ >_>
But really thanks everyone for their valuable suggestions and opinions. I hope to prosper. Wish me luck~
EDIT :
Thank you Davey!
Thanks a lot. I think I made it >_>
But it is just a dumb HP and ammo hack but I guess it's good for a start! : D
I'm very, very thankful to you!
Well, here it is! >_<
What do you mean? with VB.NET aside of some pretty little things you can do everything he needs, even if it isnt the best approach.
Or did i missunderstand you ?
What do you mean? with VB.NET aside of some pretty little things you can do everything he needs, even if it isnt the best approach.
Or did i missunderstand you ?
Just a question which concepts are more important while starting all this. For now, I'm trying to make small hacks for games like Plants vs Zombies >_>
Plus. As I'm a beginner can you tell me the other things I can use other than
WriteInteger and stuff?
Quote:
Originally Posted by Naworia
Reverse engineerin? try c language
C language seems difficult, the syntax as well ._.
Memory editing is what you do when you're using Auto IT to edit memories found through cheat engine and so on with those type of blocks of codes : _WriteAdress(blah,clad)
C language seems difficult, the syntax as well ._.
to be honest, i tried VisualBasic and i didn't understand anything.
I tried c# too and i fell in love with it.
Maybe it's just me, but understand the c# syntax easier than the vb syntax.
to be honest, i tried VisualBasic and i didn't understand anything.
I tried c# too and i fell in love with it.
Maybe it's just me, but understand the c# syntax easier than the vb syntax.
e.e you kidding right vb is much easier than c# + who on earth cant understand such a simple to learn programming language(dont thing you will be a pro at it in a short amount of time)... but c# you gotta do the ; ( ) { } ... no body got time putting those ****'s everywhere so annoying to look at.... i recommend visual basic waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaay better.
e.e you kidding right vb is much easier than c# + who on earth cant understand such a simple to learn programming language(dont thing you will be a pro at it in a short amount of time)... but c# you gotta do the ; ( ) { } ... no body got time putting those ****'s everywhere so annoying to look at.... i recommend visual basic waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaay better.
Nobody got the time to write braces but it's fine to write "Then"s and "End If"s?
Quote:
if (foo) { bar }
is much shorter (and therefore faster to write) than
Hey guys and girls,programming help needed 11/11/2009 - CO2 Programming - 5 Replies Hey everyone =]
I've played co for sometime now,and i feel like i wana start programming stuff,for now stuff related to co,bots and such.
I know the basic langs such as Assembler, C and Pascal,a bit of python and a bit of C++.
I have NO IDEA how to even start making programs for CO,all i know is that i worked in the past on some programming tools for C and pascal and assembler,i made basic programms,and it wasnt hard.
My question is,what lang do i need to know to start programming...
skills help needed 03/19/2009 - Dekaron Private Server - 6 Replies i recently downloaded silkbotter's client. i give him credit for the great work. its all appreciated a pity that u had to leave because of some unfairness. however, i was doing my server development when i stumbled upon a skill problem. the A6 skills have half animation and no dmg. i have no idea where to start fixing the problem. so can anyone suggest anything?
anyone mind helping my programming skills? 08/31/2008 - Conquer Online 2 - 1 Replies last year i studied c++, html and javascript.
html is easy as you all should know :P, javascript is a little more complicated but stilll really easy.
Html and Javascript are both extremely limited languauges so i decided to learn c++, i learnt all the basics but i dont know what it all means, i learnt the basic dos based languages but now im stuck on how to progress in my learning.
can anyone recommend resources that i can use to further my education, i would love to be able to make my own...