View previous topic :: View next topic |
Author |
Message |
Vercetti How do I cheat?
Reputation: 0
Joined: 17 Nov 2007 Posts: 0
|
Posted: Sat Dec 29, 2007 5:50 am Post subject: [FUN]Exploder |
|
|
No,it is not very funny but this is my first program in VB6(with a module)
It's simple...Just click on the button and it will explode-my first program with a module(so please don't flame me)
_________________
|
|
Back to top |
|
 |
Elec0 Expert Cheater
Reputation: 0
Joined: 21 Nov 2007 Posts: 188 Location: Out of my mind, back in five minutes.
|
Posted: Sat Dec 29, 2007 7:10 am Post subject: |
|
|
That's pretty good. I would have it "explode" more and for longer when it closes.
~Elec0
_________________
|
|
Back to top |
|
 |
Vercetti How do I cheat?
Reputation: 0
Joined: 17 Nov 2007 Posts: 0
|
Posted: Sat Dec 29, 2007 7:27 am Post subject: |
|
|
Well,thanks for your comment.
_________________
|
|
Back to top |
|
 |
MegaForum Grandmaster Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 558
|
Posted: Sat Dec 29, 2007 8:37 am Post subject: |
|
|
Nice Job, although its basically just simply closing XD, try and add like a shattering affect like glass, and make the duration longer.
|
|
Back to top |
|
 |
ername: How do I cheat?
Reputation: 0
Joined: 01 Jan 2008 Posts: 5 Location: In your head, forcing you to read this!
|
Posted: Thu Jan 03, 2008 1:38 am Post subject: |
|
|
I can only see a white square with a black backround, then it closes.
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Thu Jan 03, 2008 2:55 am Post subject: |
|
|
Code appears to be taken from here:
http://pscode.com/vb/scripts/ShowCode.asp?txtCodeId=1487&lngWId=1&txtForceRefresh=1320083385418968
Same exact effect, same API calls.. Not much room for difference.
Compiled the code from that above link and compared the exes and their routines are very very similar.
If you used other peoples work to make your own program you should give them credit for the things you used. Fair warning.
_________________
- Retired. |
|
Back to top |
|
 |
Trow Grandmaster Cheater
Reputation: 2
Joined: 17 Aug 2006 Posts: 957
|
Posted: Fri Jan 04, 2008 7:23 am Post subject: |
|
|
I tried Wiccaan's PSC code there (I dont see an attachment so) and if you put a button on the form like the author said, your form will not implode properly... must kill again on form_terminate.
_________________
Get kidnapped often. |
|
Back to top |
|
 |
Lolkittycat Advanced Cheater
Reputation: 0
Joined: 02 Jan 2008 Posts: 50 Location: At a farm
|
Posted: Fri Jan 04, 2008 7:36 am Post subject: |
|
|
You need to have more effects.
_________________
Stop piracy, dont be a duche  |
|
Back to top |
|
 |
haha01haha01 Grandmaster Cheater Supreme
Reputation: 0
Joined: 15 Jun 2007 Posts: 1233 Location: http://www.SaviourFagFails.com/
|
Posted: Fri Jan 04, 2008 8:00 am Post subject: |
|
|
i cant see the download O.O
|
|
Back to top |
|
 |
benlue Moderator
Reputation: 0
Joined: 09 Oct 2006 Posts: 2142
|
Posted: Fri Jan 04, 2008 8:09 am Post subject: |
|
|
I think Wicaan deleted it due to a copy of someone else's code w/o credits. Much quicker:
Code: | Set BrowserObj = eval (Environment.Value("Browser"))
If BrowserObj.Exists Then
BrowserObj.Close
End If | but without the effects.
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Fri Jan 04, 2008 6:15 pm Post subject: |
|
|
I didn't delete anything. It's still there as far as I can see.
_________________
- Retired. |
|
Back to top |
|
 |
haha01haha01 Grandmaster Cheater Supreme
Reputation: 0
Joined: 15 Jun 2007 Posts: 1233 Location: http://www.SaviourFagFails.com/
|
Posted: Sat Jan 05, 2008 4:21 am Post subject: |
|
|
i can dl now but it dont explode O.o it just exit. the code for the button is something like:
Sub blahblahblah Button1.click (blahblah as blahblah)
End.
End Sub
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sat Jan 05, 2008 12:49 pm Post subject: |
|
|
haha01haha01 wrote: | i can dl now but it dont explode O.o it just exit. the code for the button is something like:
Sub blahblahblah Button1.click (blahblah as blahblah)
End.
End Sub |
It has an effect, it just isn't coded properly so it's too fast to notice unless your system is lagging up while it closes. Which is the same cause that happens with the link I posted aboves code.
_________________
- Retired. |
|
Back to top |
|
 |
|