Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding
You last visited: Today at 04:31

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Scripts kombinieren

Discussion on Scripts kombinieren within the General Coding forum part of the Coders Den category.

Reply
 
Old   #1
 
IceLine's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 463
Received Thanks: 25
Scripts kombinieren

Ich brauche Hilfe bei 2 Scripts, wenn ich 2 Scripts mit Autohotkey am laufen habe hängen die Scripts zwischendurch wie z.B hier bei Blackops dreht man sich nicht, wäre es möglich diese beiden scripts irgendwie zu kombinieren? Da ich leider 0 Ahnung von sowas habe bräuchte ich Hilfe^^

Quote:
#MaxHotkeysPerInterval 10000
~NumLock::Suspend, toggle
~*XButton1::

{
SetMouseDelay -1
while GetKeyState("XButton1")
{
MouseMove, 20, 0, 1, R ;<--- Change MouseMove, X to change speed.
Delay(0.001)
}
Delay( D=0.001 )
{
Static XButton1

Critical
XButton1 ? XButton1 : DllCall( "QueryPerformanceFrequency", Int64P,XButton1 )
DllCall( "QueryPerformanceCounter", Int64P,pTick ), cTick := pTick
While( ( (Tick:=(pTick-cTick)/XButton1)) < D ) {
DllCall( "QueryPerformanceCounter", Int64P,pTick )
Sleep -1
}
Return Round( Tick,3 )
}
}

und das 2.

Quote:
#MaxHotkeysPerInterval 10000
~NumLock::Suspend, toggle
~*XButton2::

{
SetMouseDelay -1
while GetKeyState("XButton2")
{
MouseMove, -20, 0, 1, R ;<--- Change MouseMove, X to change speed.
Delay(0.001)
}
Delay( D=0.001 )
{
Static XButton2

Critical
XButton1 ? XButton2 : DllCall( "QueryPerformanceFrequency", Int64P,XButton2 )
DllCall( "QueryPerformanceCounter", Int64P,pTick ), cTick := pTick
While( ( (Tick:=(pTick-cTick)/XButton2)) < D ) {
DllCall( "QueryPerformanceCounter", Int64P,pTick )
Sleep -1
}
Return Round( Tick,3 )
}
}
IceLine is offline  
Old 07/20/2015, 00:31   #2



 
Looneytune's Avatar
 
elite*gold: 70
The Black Market: 376/0/0
Join Date: Mar 2007
Posts: 24,359
Received Thanks: 12,431
Arrow Off Topic -> General Coding

#moved…
Looneytune is offline  
Reply


Similar Threads Similar Threads
Wie TOR und VPN kombinieren?
06/26/2015 - Technical Support - 4 Replies
Abend, ich versuche mein Internet für ein Projekt zu verschlüsseln. Zuerst soll das TOR Netzwerk benutzt werden und danach noch ein VPN. Wie kann ich das am besten realisieren? Wer eine Anleitung kennt soll es bitte posten.
runen kombinieren
09/18/2011 - League of Legends - 7 Replies
also wenn ich jetz ein runen aus der klasse 2 und aus der klasse 3 nehmen welches runen klasse kommt dann raus ???
PSC. | 2x 10€ Psc KOMBINIEREN ?
06/08/2011 - Off Topic - 3 Replies
Hallo Wollte mir bei Steam für 19,99 COD MW 2 Holen. Wollte aber keine 25€ holen. Wie Kann ich AUs 2 mal 10 € PaySafeCard`s eine für 20 Machen. Oder wie kann ich hintereinander bezahlen jmd ne ahnung :D
Texmod und Gw kombinieren
08/08/2008 - Guild Wars - 12 Replies
Moin, ich frage mich schon länger wie man es wohl macht, dass man zum Beispiel Guildwars mit Markers.tpf + Nofog.tpf lädt und das in eine exe packt damit man nicht immer alles einzeln adden muss. Hat da wer ne Idee?
[AU3] Tables kombinieren
10/01/2006 - General Coding - 0 Replies
Hijo, ich arbeite an einem Script, dass für jede Überschrift bestimmte Wörter untereinander schreibt. Ich mach maln Beispiel: (Die Syntax hab ich in diesem Fall von LUA genommen) Überschrift1 Wort1 Wort2 Wort3



All times are GMT +2. The time now is 04:32.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.