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 


[Trainer Making]Visual Basic 2008 Express Edition

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

Joined: 09 Mar 2007
Posts: 842
Location: Sydney

PostPosted: Mon Aug 06, 2007 2:54 am    Post subject: [Trainer Making]Visual Basic 2008 Express Edition Reply with quote

well drkzgod wahtever that fags name is wont let me post stuff about Visual Basic 2008 Express Edition in flash games and i put it in flash games cuz im asking how to make a flash game in Visual Basic 2008 Express Edition if somebody could please give me a quick lesson or a tutorial thanks i'd love to learn and +Rep to whoever when i get my rep back
_________________
Back to top
View user's profile Send private message AIM Address
Kevin
Grandmaster Cheater Supreme
Reputation: 0

Joined: 07 Mar 2007
Posts: 1139
Location: Spiderman-World

PostPosted: Mon Aug 06, 2007 3:56 am    Post subject: Reply with quote

http://forum.free-games.com.au/forum/Game_Technology_C8/Visual_Basic_/_VB_F49/How_To_Make_A_Castle_Cheater_..._Flash_game_Cheater_P576603/

http://g3300.webbyen.dk/ << Quick tutorial on how to import the component and also making a trainer (with pictures)

should cover pretty much it. Also its should be here your asking, not in the flash section.

Code:

swf.SetVariable "Lives", Text3.Text
swf.SetVariable "Ammo", Text2.Text
swf.SetVariable "Score", Text1.Text
Back to top
View user's profile Send private message MSN Messenger
Mussy69
Grandmaster Cheater
Reputation: 0

Joined: 09 Mar 2007
Posts: 842
Location: Sydney

PostPosted: Mon Aug 06, 2007 4:05 am    Post subject: Reply with quote

MAN I LOVE THIS FORUM ID GIVE YOU ALL REP IF POSSIBLE il give u rep if i find it helpful (wen i get it back)
Edit:Uhm i asked for 2008 Express Edition i dont got VB6

_________________
Back to top
View user's profile Send private message AIM Address
Kevin
Grandmaster Cheater Supreme
Reputation: 0

Joined: 07 Mar 2007
Posts: 1139
Location: Spiderman-World

PostPosted: Mon Aug 06, 2007 4:23 am    Post subject: Reply with quote

isnt it like the same? just with added features? sorry i dont know, i dont use vb
Back to top
View user's profile Send private message MSN Messenger
Mussy69
Grandmaster Cheater
Reputation: 0

Joined: 09 Mar 2007
Posts: 842
Location: Sydney

PostPosted: Mon Aug 06, 2007 5:15 am    Post subject: Reply with quote

its aiight no they arent the same 2008 is FUCKING SHIT i add the buttons and all i code it like this
Private Sub Experience_()
Call Bleach.Setvariable.("exp", Text1.Text)
End Sub

ok theres nothing wrong with that (from what i can see) then when i type Call Bleach. it auto renames it to Bleach_Training_2_Trainer.SetVariable -_- and it says Private Sub Experience_() Statement is not valid in a namespace WTF either i dont no how to do this or this program is fkd i realy need lesson on that prgram

_________________
Back to top
View user's profile Send private message AIM Address
Kevin
Grandmaster Cheater Supreme
Reputation: 0

Joined: 07 Mar 2007
Posts: 1139
Location: Spiderman-World

PostPosted: Mon Aug 06, 2007 5:17 am    Post subject: Reply with quote

I dont think its needed to use Call, try without. As i said i've never tried vb only seen other peoples codes

(but i can't help you anymore for now i am going, i might be back later)
Back to top
View user's profile Send private message MSN Messenger
Mussy69
Grandmaster Cheater
Reputation: 0

Joined: 09 Mar 2007
Posts: 842
Location: Sydney

PostPosted: Mon Aug 06, 2007 5:21 am    Post subject: Reply with quote

k cya and heres my opinion

you probably would need call because in VB6 you do and im guessing thier coding is the same

_________________
Back to top
View user's profile Send private message AIM Address
NothingToShow
Grandmaster Cheater Supreme
Reputation: 0

Joined: 11 Jul 2007
Posts: 1579

PostPosted: Mon Aug 06, 2007 6:52 am    Post subject: Reply with quote

I dont think you need .
Call Bleach.Setvariable.("exp", Text1.Text)
Try:

Private Sub Experience_click()
Call Bleach.Setvariable("exp", Text1.Text)
End Sub

Remember to put it in the Click sub or what it's called
Back to top
View user's profile Send private message
Mussy69
Grandmaster Cheater
Reputation: 0

Joined: 09 Mar 2007
Posts: 842
Location: Sydney

PostPosted: Mon Aug 06, 2007 7:03 am    Post subject: Reply with quote

Moller wrote:
I dont think you need .
Call Bleach.Setvariable.("exp", Text1.Text)
Try:

Private Sub Experience_click()
Call Bleach.Setvariable("exp", Text1.Text)
End Sub

Remember to put it in the Click sub or what it's called


didnt work i've decided to use C x0r says its better but now i need a Sams C Primer which x0r is looking for but wont respond to me now T-T

_________________
Back to top
View user's profile Send private message AIM Address
Kevin
Grandmaster Cheater Supreme
Reputation: 0

Joined: 07 Mar 2007
Posts: 1139
Location: Spiderman-World

PostPosted: Mon Aug 06, 2007 9:00 am    Post subject: Reply with quote

you could also use delphi. It costs real money, but if you add me/send me a mail over msn im sure we can figure something out, if you have a feeling of what im refering to.
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: Mon Aug 06, 2007 3:12 pm    Post subject: Reply with quote

Mussy69 wrote:
its aiight no they arent the same 2008 is FUCKING SHIT


Thats more along the line of you not having the faintest idea of what the fuck you're doing.
Back to top
View user's profile Send private message
TheIndianGuy
Advanced Cheater
Reputation: 102

Joined: 14 Jan 2007
Posts: 88

PostPosted: Thu Aug 16, 2007 10:09 pm    Post subject: Reply with quote

Mussy69 wrote:
its aiight no they arent the same 2008 is FUCKING SHIT i add the buttons and all i code it like this
Private Sub Experience_()
Call Bleach.Setvariable.("exp", Text1.Text)
End Sub

ok theres nothing wrong with that (from what i can see) then when i type Call Bleach. it auto renames it to Bleach_Training_2_Trainer.SetVariable -_- and it says Private Sub Experience_() Statement is not valid in a namespace WTF either i dont no how to do this or this program is fkd i realy need lesson on that prgram


still beta version of vb 2008 just use 2005 for now i like 2005 a lot and i dont plan on switching to 2008 even when express edition of it comes out
Back to top
View user's profile Send private message
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