| View previous topic :: View next topic |
| Author |
Message |
Mussy69 Grandmaster Cheater
Reputation: 0
Joined: 09 Mar 2007 Posts: 842 Location: Sydney
|
Posted: Mon Aug 06, 2007 2:54 am Post subject: [Trainer Making]Visual Basic 2008 Express Edition |
|
|
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 |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
|
| Back to top |
|
 |
Mussy69 Grandmaster Cheater
Reputation: 0
Joined: 09 Mar 2007 Posts: 842 Location: Sydney
|
Posted: Mon Aug 06, 2007 4:05 am Post subject: |
|
|
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 |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Mon Aug 06, 2007 4:23 am Post subject: |
|
|
| isnt it like the same? just with added features? sorry i dont know, i dont use vb
|
|
| Back to top |
|
 |
Mussy69 Grandmaster Cheater
Reputation: 0
Joined: 09 Mar 2007 Posts: 842 Location: Sydney
|
Posted: Mon Aug 06, 2007 5:15 am Post subject: |
|
|
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 |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Mon Aug 06, 2007 5:17 am Post subject: |
|
|
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 |
|
 |
Mussy69 Grandmaster Cheater
Reputation: 0
Joined: 09 Mar 2007 Posts: 842 Location: Sydney
|
Posted: Mon Aug 06, 2007 5:21 am Post subject: |
|
|
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 |
|
 |
NothingToShow Grandmaster Cheater Supreme
Reputation: 0
Joined: 11 Jul 2007 Posts: 1579
|
Posted: Mon Aug 06, 2007 6:52 am Post subject: |
|
|
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 |
|
 |
Mussy69 Grandmaster Cheater
Reputation: 0
Joined: 09 Mar 2007 Posts: 842 Location: Sydney
|
Posted: Mon Aug 06, 2007 7:03 am Post subject: |
|
|
| 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 |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Mon Aug 06, 2007 9:00 am Post subject: |
|
|
| 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 |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Mon Aug 06, 2007 3:12 pm Post subject: |
|
|
| 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 |
|
 |
TheIndianGuy Advanced Cheater
Reputation: 102
Joined: 14 Jan 2007 Posts: 88
|
Posted: Thu Aug 16, 2007 10:09 pm Post subject: |
|
|
| 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 |
|
 |
|