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 


[VB6]How do you Add An AutoBattler/FrameSkipper like Br1tn3y

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Pepsiguy
I post too much
Reputation: 0

Joined: 16 Aug 2007
Posts: 2016

PostPosted: Tue Jan 22, 2008 11:11 pm    Post subject: [VB6]How do you Add An AutoBattler/FrameSkipper like Br1tn3y Reply with quote

I Need To Know, for my new ZW trainer
_________________
Back to top
View user's profile Send private message
NothingToShow
Grandmaster Cheater Supreme
Reputation: 0

Joined: 11 Jul 2007
Posts: 1579

PostPosted: Wed Jan 23, 2008 12:34 am    Post subject: Reply with quote

ShockwaveFlash1.LoadMovie()
Back to top
View user's profile Send private message
wouthr
Cheater
Reputation: 0

Joined: 11 Jan 2008
Posts: 30

PostPosted: Wed Jan 23, 2008 2:15 am    Post subject: vb6 Reply with quote

later im gonna make a tutorial how to inject a trainer into a process like maplestory and edit the addresses , freeze it , change it Wink
Gonna upload it later today Wink))))))))))))))))))))

_________________
Whee, this is my sig Wink
Back to top
View user's profile Send private message
Ep¡c+Age
I post too much
Reputation: 1

Joined: 10 Feb 2007
Posts: 4363
Location: /loli/

PostPosted: Wed Jan 23, 2008 2:15 am    Post subject: Re: [VB6]How do you Add An AutoBattler/FrameSkipper like Br1 Reply with quote

pepsiguy_2 wrote:
I Need To Know, for my new ZW trainer


You are a major noob...

I do not want to see you ever insulting anyone again, since you can not do a simple thing like frame skipping.

Make a timer with coding like below.

Code:
Private Sub frameTime_Timer()
On Error Resume Next
labFrame.Caption = Form2.ShockwaveFlash2.CurrentFrame
On Error Resume Next
labFrames.Caption = Form2.ShockwaveFlash2.TotalFrames
End Sub


Make a button and a text box... in button put this coding or something similar.

Code:
Private Sub Command1_Click()
Call Form2.ShockwaveFlash2.GotoFrame(Text1.Text)
Call Form2.ShockwaveFlash2.Play
End Sub


as for the actual autobattler for zardwars i mainly use a swf file, that is helped by a timer (which i am not going to tell you)
Back to top
View user's profile Send private message
NINTENDO
Grandmaster Cheater Supreme
Reputation: 0

Joined: 02 Nov 2007
Posts: 1371

PostPosted: Wed Jan 23, 2008 2:24 am    Post subject: Re: [VB6]How do you Add An AutoBattler/FrameSkipper like Br1 Reply with quote

Br1tn3y wrote:
pepsiguy_2 wrote:
I Need To Know, for my new ZW trainer


You are a major noob...

I do not want to see you ever insulting anyone again, since you can not do a simple thing like frame skipping.

Make a timer with coding like below.

Code:
Private Sub frameTime_Timer()
On Error Resume Next
labFrame.Caption = Form2.ShockwaveFlash2.CurrentFrame
On Error Resume Next
labFrames.Caption = Form2.ShockwaveFlash2.TotalFrames
End Sub


Make a button and a text box... in button put this coding or something similar.

Code:
Private Sub Command1_Click()
Call Form2.ShockwaveFlash2.GotoFrame(Text1.Text)
Call Form2.ShockwaveFlash2.Play
End Sub


as for the actual autobattler for zardwars i mainly use a swf file, that is helped by a timer (which i am not going to tell you)

When makeing a swf to load with vb, shall i just put the code at the beging of layer1?

_________________
Intel over amd yes.
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
Ep¡c+Age
I post too much
Reputation: 1

Joined: 10 Feb 2007
Posts: 4363
Location: /loli/

PostPosted: Wed Jan 23, 2008 2:26 am    Post subject: Re: [VB6]How do you Add An AutoBattler/FrameSkipper like Br1 Reply with quote

Naablet wrote:
When makeing a swf to load with vb, shall i just put the code at the beging of layer1?


yeah whatever AS coding you want to use just put it right there in first frame/layer whatever..

unless you have buttons and text boxes and stuff like that... then you would need to put the coding in the button on release~
Back to top
View user's profile Send private message
NINTENDO
Grandmaster Cheater Supreme
Reputation: 0

Joined: 02 Nov 2007
Posts: 1371

PostPosted: Wed Jan 23, 2008 2:28 am    Post subject: Re: [VB6]How do you Add An AutoBattler/FrameSkipper like Br1 Reply with quote

Br1tn3y wrote:
Naablet wrote:
When makeing a swf to load with vb, shall i just put the code at the beging of layer1?


yeah whatever AS coding you want to use just put it right there in first frame/layer whatever..

unless you have buttons and text boxes and stuff like that... then you would need to put the coding in the button on release~

thanks. =)

_________________
Intel over amd yes.
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
Pepsiguy
I post too much
Reputation: 0

Joined: 16 Aug 2007
Posts: 2016

PostPosted: Wed Jan 23, 2008 8:33 am    Post subject: Re: [VB6]How do you Add An AutoBattler/FrameSkipper like Br1 Reply with quote

Br1tn3y wrote:
pepsiguy_2 wrote:
I Need To Know, for my new ZW trainer


You are a major noob...

I do not want to see you ever insulting anyone again, since you can not do a simple thing like frame skipping.

Make a timer with coding like below.

Code:
Private Sub frameTime_Timer()
On Error Resume Next
labFrame.Caption = Form2.ShockwaveFlash2.CurrentFrame
On Error Resume Next
labFrames.Caption = Form2.ShockwaveFlash2.TotalFrames
End Sub


Make a button and a text box... in button put this coding or something similar.

Code:
Private Sub Command1_Click()
Call Form2.ShockwaveFlash2.GotoFrame(Text1.Text)
Call Form2.ShockwaveFlash2.Play
End Sub


as for the actual autobattler for zardwars i mainly use a swf file, that is helped by a timer (which i am not going to tell you)


Cannot i just go through all your swfs? In ZardAss?

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

Joined: 15 May 2007
Posts: 3496

PostPosted: Wed Jan 23, 2008 9:03 am    Post subject: Reply with quote

lol the pro hackers are here.

Last edited by Reak on Wed Jan 23, 2008 9:29 am; edited 1 time in total
Back to top
View user's profile Send private message
Pepsiguy
I post too much
Reputation: 0

Joined: 16 Aug 2007
Posts: 2016

PostPosted: Wed Jan 23, 2008 9:13 am    Post subject: Reply with quote

All i need is some help from S-i-l-v-e-r
_________________
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