|
You last visited: Today at 15:11
Advertisement
Cleo script fehler
Discussion on Cleo script fehler within the Grand Theft Auto forum part of the Other Online Games category.
09/13/2012, 07:49
|
#1
|
elite*gold: 0
Join Date: Apr 2011
Posts: 6
Received Thanks: 0
|
Cleo script fehler
Heyo Leute,
Ich hab mich mal an den fakelag,cs rangemacht.
Und hab versucht ihn per tastendruck ausschalten lassen zu können.
So siehts bis jz aus
:NONAME_4
wait 0
if
not Actor.Stopped($PLAYER_ACTOR)
else_jump @NONAME_4
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 50
Actor.SetImmunities($PLAYER_ACTOR, 1, 0, 0, 0, 0)
wait 400
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 500
If
key_pressed 105
jump_if_false @NONAME_4
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 10000ms
Actor.SetImmunities($PLAYER_ACTOR, 1, 0, 0, 0, 0)
jump @NONAME_4
das Problem liegt bei der Pressed_key 105
oder vllt iwo anders. Ich bekomme immer diese fehlermeldung wenn ich das kompilieren will: Unkorrekte Direktive: player 0 pressed_key 105
/edit
Die Fehlermeldung kommt nicht mehr. Allerdings ne neue -.-
Fehler: Nicht genügend Paramter geben. 1 ewartet
Hier der Script.
wait 0
:NONAME_4
wait 0
if
not Actor.Stopped($PLAYER_ACTOR)
else_jump @NONAME_4
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 50
Actor.SetImmunities($PLAYER_ACTOR, 1, 0, 0, 0, 0)
wait 400
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 500
If
00E1: player 0 pressed_key 105
004D: jump_if_false @NONAME_4
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 10000ms
Actor.SetImmunities($PLAYER_ACTOR, 1, 0, 0, 0, 0)
jump @NONAME_4
|
|
|
09/14/2012, 06:51
|
#2
|
elite*gold: 0
Join Date: Apr 2011
Posts: 6
Received Thanks: 0
|
Quote:
wait 0
:NONAME_4
wait 0
if
not Actor.Stopped($PLAYER_ACTOR)
else_jump @NONAME_4
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 50
Actor.SetImmunities($PLAYER_ACTOR, 1, 0, 0, 0, 0)
wait 400
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 500
If
00E1: player 0 pressed_key 105
004D: jump_if_false @NONAME_4
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 1000ms
Actor.SetImmunities($PLAYER_ACTOR, 1, 0, 0, 0, 0)
wait 500
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
jump @NONAME_4
|
klappt leider auch nicht
Hier mal das original ohne ausschalten bzw. ein. Vielleicht könnte mir das jmd erklären,wie man das ausmacht und wieder einschaltet.  Wäre sehr nett
PHP Code:
// This file was decompiled using sascm.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007
{$VERSION 3.1.0027}
{$CLEO .cs}
//-------------MAIN---------------
wait 0
:NONAME_4
wait 0
if
not Actor.Stopped($PLAYER_ACTOR)
else_jump @NONAME_4
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 50
Actor.SetImmunities($PLAYER_ACTOR, 1, 0, 0, 0, 0)
wait 400
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 500
jump @:NONAME_4
|
|
|
09/14/2012, 20:53
|
#3
|
elite*gold: 1
Join Date: Jul 2012
Posts: 15
Received Thanks: 9
|
An/aus für euch lappen :P
Hm.... vll. erstmal nen Tutorial durchlesen?
Code:
{$CLEO .cs}
//////////////////////
THREAD "Opcode_ist_mein_master" // :DDD
:START
wait 0
if
key_pressed 105
jf @START
// TURNED ON.
wait 1337
:END
wait 0
if
key_pressed 105
jf @NOPE
// TURNED OFF.
wait 1337
jump @START
:NOPE
wait 0
if
not Actor.Stopped($PLAYER_ACTOR)
else_jump @END
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 50
Actor.SetImmunities($PLAYER_ACTOR, 1, 0, 0, 0, 0)
wait 400
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 500
jump @END
Have fun
(man braucht nur 1min wenn man sowas kann)
//  Let the creditss for mee :O?
|
|
|
09/15/2012, 10:59
|
#4
|
elite*gold: 0
Join Date: Apr 2011
Posts: 6
Received Thanks: 0
|
ur the best!
//edit
Also wenn ich das kompilieren will steht unkorrekte direktive key_pressed 105 :/
Das hatte ich am anfang auch...was tun  ?
|
|
|
09/16/2012, 14:51
|
#5
|
elite*gold: 0
Join Date: Apr 2011
Posts: 6
Received Thanks: 0
|
/push
|
|
|
09/19/2012, 18:20
|
#6
|
elite*gold: 1
Join Date: Jul 2012
Posts: 15
Received Thanks: 9
|
Ohh, gott^^
Denk mal nach was ich mit key_pressed meinte ._.,
Hier musste nurnoch compilen...
Code:
{$CLEO .cs}
//////////////////////
THREAD "Opcode_ist_mein_master" // :DDD
:START
wait 0
if
0AB0: key_pressed 105
jf @START
// TURNED ON.
wait 1337
:END
wait 0
if
0AB0: key_pressed 105
jf @NOPE
// TURNED OFF.
wait 1337
jump @START
:NOPE
wait 0
if
not Actor.Stopped($PLAYER_ACTOR)
else_jump @END
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 50
Actor.SetImmunities($PLAYER_ACTOR, 1, 0, 0, 0, 0)
wait 400
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 500
jump @END
|
|
|
09/23/2012, 16:30
|
#7
|
elite*gold: 0
Join Date: Apr 2011
Posts: 6
Received Thanks: 0
|
Funkt super
|
|
|
 |
Similar Threads
|
[Sammelthread] Suche Cleo-Mods / Cleo Scripter
05/11/2012 - Grand Theft Auto - 0 Replies
Suche Cleo Scripts / Cleo Scripter
Tach epvp,
Mir ist aufgefallen das so einige von euch Cleo Scripts suchen, oder Cleo Scripter.
Nun hier könnt ihr Anfragen auf Scripts posten, oder einfach nachfragen ob jemand für euch ein Cleo Script scripten kann.
► Beispiel für Script Anfragen
-Name
|
rs Bot Script Fehler
01/13/2011 - Runescape - 1 Replies
Hallo
ich hab mir den Script WWoodcutter geholt(der ist nicht von mir):
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Container;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Graphics2D;
|
fehler im script? pls help
08/04/2010 - AutoIt - 9 Replies
hallo liebe epvper ;D
ich hab ein problem mit meinem WoW launcher den ich mir per autoit bastel
wenn ich das erste mal den button drücke dann speichert das script den pfad in eine ini und soll beim neustarten des scriptes den pfad lesen und dann auch verwenden
leider macht es das nicht und ich weiß nicht warum und deswegen will ich mir rat bei euch holen
hier das script:
(bruchteil)
|
fehler im script
07/23/2010 - AutoIt - 10 Replies
Hi ein kumpel hat mir mal seinen script geschickt der bei den browsergame die stämme spieler einladen soll^^. Er hat neuerdings auch einen fehler das die stammeslosen spieler pro kontinent nicht in der txt datei gespeichert werden und ich und er wissen nicht warum^^.
hier mal der script:
#RequireAdmin
#Region
#EndRegion
Func _ARRAYADD(ByRef $AVARRAY, $VVALUE)
If Not IsArray($AVARRAY) Then Return SetError(1, 0, -1)
If UBound($AVARRAY, 0) <> 1 Then Return SetError(2, 0, -1)
Local...
|
Fehler im Script ?
10/19/2009 - AutoIt - 0 Replies
Da ich erst eine kurze Zeit mich mit Autoit beschäftige hätte ich gerne mal Hilfe von ein paar Profis. Habe für Aion einen AutoLoginBot geschrieben, welcher bisher auch relativ gut funktioniert. Er fragt beim ersten Start ein paar Daten für den AutoLogin ab wie z.B. die Accountdaten, welche verschlüsselt in die Registry eingetragen werden und sobald das Game gestartet ist entschlüsselt/ausgelesen werden. Dummerweise ist es so, das wenn ich während das Game läd, und ich das Fenster vom Game...
|
All times are GMT +1. The time now is 15:11.
|
|