Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Making a variable scanner in VB
Goto page Previous  1, 2
 
Post new topic   This topic is locked: you cannot edit posts or make replies.    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
samuri25404
Grandmaster Cheater
Reputation: 7

Joined: 04 May 2007
Posts: 955
Location: Why do you care?

PostPosted: Sat Mar 15, 2008 7:46 pm    Post subject: Reply with quote

pepsiguy_2 wrote:
gimme the code im a beginner jeez


And you're gonna stay a beginner if that's your attitude about it

_________________
Wiccaan wrote:

Oh jeez, watchout I'm a bias person! Locked.


Auto Assembly Tuts:
In Depth Tutorial on AA
Extended
Back to top
View user's profile Send private message
MaximuS
I post too much
Reputation: 3

Joined: 05 Apr 2007
Posts: 3212
Location: ......

PostPosted: Sat Mar 15, 2008 7:47 pm    Post subject: Reply with quote

then we say please can me have it
Back to top
View user's profile Send private message MSN Messenger
samuri25404
Grandmaster Cheater
Reputation: 7

Joined: 04 May 2007
Posts: 955
Location: Why do you care?

PostPosted: Sat Mar 15, 2008 7:58 pm    Post subject: Reply with quote

genson0 wrote:
then we say please can me have it


I don't think you understand what I'm getting at...

Make it yourself.

Figure out how, and code the damned thing by yourself.


Rolling Eyes

Do you think that I made my opcode to byte converter or any of that other stuff by just going on forums and saying "i r need code for ____ gimme plz"?

No, I made it myself.

That's what programming is.

_________________
Wiccaan wrote:

Oh jeez, watchout I'm a bias person! Locked.


Auto Assembly Tuts:
In Depth Tutorial on AA
Extended
Back to top
View user's profile Send private message
MaximuS
I post too much
Reputation: 3

Joined: 05 Apr 2007
Posts: 3212
Location: ......

PostPosted: Sat Mar 15, 2008 8:31 pm    Post subject: Reply with quote

i bet u got help from tuts and stuff Rolling Eyes Rolling Eyes

there are no tuts unless u can link us one
Back to top
View user's profile Send private message MSN Messenger
AndrewMan
Grandmaster Cheater Supreme
Reputation: 0

Joined: 01 Aug 2007
Posts: 1257

PostPosted: Sat Mar 15, 2008 9:41 pm    Post subject: Reply with quote

I'm thinking it would be using the "IF" Function... A LOT

I'm throwing this outa thin air, so here goes nothing (VB.Net):

Code:
If AxShockwaveFlash1.GetVariable("_level0") = True Then
      TextBox1.Text  = "not sure what would go here, the variable name i'm guessing"

Else if AxShockwaveFlash1.GetVariable("_level0") = False Then
         TextBox1.Text = "no variable found"


Idk something like that... just play around with it.

_________________
Back to top
View user's profile Send private message
Pseudo Xero
I post too much
Reputation: 0

Joined: 16 Feb 2007
Posts: 2607

PostPosted: Sat Mar 15, 2008 9:45 pm    Post subject: Reply with quote

AndrewMan wrote:
I'm thinking it would be using the "IF" Function... A LOT

I'm throwing this outa thin air, so here goes nothing (VB.Net):

Code:
If AxShockwaveFlash1.GetVariable("_level0") = True Then
      TextBox1.Text  = "not sure what would go here, the variable name i'm guessing"

Else if AxShockwaveFlash1.GetVariable("_level0") = False Then
         TextBox1.Text = "no variable found"


Idk something like that... just play around with it.

It doesn't use the if function at all.

_________________
haxory' wrote:
can't VB do anything??
windows is programmed using VB right? correct me if im wrong.

so all things in windows you have like the start menu is a windows form too.
Back to top
View user's profile Send private message
AndrewMan
Grandmaster Cheater Supreme
Reputation: 0

Joined: 01 Aug 2007
Posts: 1257

PostPosted: Sat Mar 15, 2008 9:58 pm    Post subject: Reply with quote

Xenophobe wrote:
AndrewMan wrote:
I'm thinking it would be using the "IF" Function... A LOT

I'm throwing this outa thin air, so here goes nothing (VB.Net):

Code:
If AxShockwaveFlash1.GetVariable("_level0") = True Then
      TextBox1.Text  = "not sure what would go here, the variable name i'm guessing"

Else if AxShockwaveFlash1.GetVariable("_level0") = False Then
         TextBox1.Text = "no variable found"


Idk something like that... just play around with it.

It doesn't use the if function at all.


Than i'm clueless. If I were to play around with it for a while i'd figure it out.

_________________
Back to top
View user's profile Send private message
MaximuS
I post too much
Reputation: 3

Joined: 05 Apr 2007
Posts: 3212
Location: ......

PostPosted: Sat Mar 15, 2008 10:23 pm    Post subject: Reply with quote

xenephobe why you reply to him but not ;help me with the code
Back to top
View user's profile Send private message MSN Messenger
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Sat Mar 15, 2008 10:26 pm    Post subject: Reply with quote

genson0 wrote:
xenephobe why you reply to him but not ;help me with the code


Read the topic again and there will be your answer.
Back to top
View user's profile Send private message
AndrewMan
Grandmaster Cheater Supreme
Reputation: 0

Joined: 01 Aug 2007
Posts: 1257

PostPosted: Sat Mar 15, 2008 10:27 pm    Post subject: Reply with quote

slovach wrote:
genson0 wrote:
xenephobe why you reply to him but not ;help me with the code


Read the topic again and there will be your answer.


I thought blader made his in VB/VB.Net

_________________
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Sat Mar 15, 2008 10:50 pm    Post subject: Reply with quote

There are tons of tutorials on how to do this scattered around these forums. Please, make use the of the search function. And don't complain because it's going through Google. If you use common sense when searching you will find what you need fairly fast. Google spiders the site constantly, so most if not all posts are found via Google.
_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites