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 


[HELP] VB.NET variable scanner

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
hackman
Expert Cheater
Reputation: 0

Joined: 11 Aug 2006
Posts: 163
Location: behind my copy of CE.....

PostPosted: Sun Jun 15, 2008 9:55 am    Post subject: [HELP] VB.NET variable scanner Reply with quote

Ok guys, so I have this crappy code, which is supposed to be a variable scanner, here it is.
Code:
Imports System.IO

Public Class Form1

    Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click

            Dim ioFile As New StreamReader("Textfile.txt")

        Dim ioLine As String
        Dim ioLines As String
            ioLine = ioFile.ReadLine
            ioLines = ioLine
            While Not ioLine = ""
                ioLine = ioFile.ReadLine
            If AxShockwaveFlash1.GetVariable(ioLine) Then
                MsgBox("It exists!")
            End If
            If Not AxShockwaveFlash1.GetVariable(ioLine) Then
                MsgBox("It doesn't exist, Or you just need to update the text file")
            End If
            ioLines = ioLines & vbCrLf & ioLine
        End While
        MsgBox(ioLines)
            ioFile.Close()
    End Sub

End Class
and when i run it, it gives me an error when I try to scan, anyone know why? and I also need to know how to make is search for a variant of the variable such as, I search for _root.player.h and it finds _root.player.hp .Help would be GREATLY appreciated!
Back to top
View user's profile Send private message AIM Address
AndrewMan
Grandmaster Cheater Supreme
Reputation: 0

Joined: 01 Aug 2007
Posts: 1257

PostPosted: Sun Jun 15, 2008 6:16 pm    Post subject: Reply with quote

What error message?
_________________
Back to top
View user's profile Send private message
hackman
Expert Cheater
Reputation: 0

Joined: 11 Aug 2006
Posts: 163
Location: behind my copy of CE.....

PostPosted: Sun Jun 15, 2008 8:44 pm    Post subject: Reply with quote

"WindowsApplication1.vshost.exe has encountered a problem and needs to close. We are sorry for the inconvenience." I really don't know how to fix this, and I REALLY need it to work, thanks in advance!
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
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