Schick mir mal deine SUnique-ID und deine Paypal email per PM, am besten auch noch den TransaktionscodeQuote:
So hab mir das gekauft. Wenn ich aber das Exploit - Script ver. 0.93.pscp laden will mit Para's VanillaTool -Rework- 2.82 passiert nix. Bin ich noch nicht aktiviert oder was da los?
I guess your ID wasn't activated, just load the script again and press play.Quote:
Hello! I bought my SUnique -ID has been activated ? For the new Exploit this not working. When the hack asks the script to put the Exploit nothing appears !
you can get 471 different itemsQuote:
What is this exploit I see?
This snippet will detect the player death and resurrect, simply record the path from obelisk to the start point of your script and paste it where I wrote "<--Returnpath here"Quote:
Hey Paraly
Im using the script to gather some materials but eventually someone kills me ;/
Is there any way i can make the character come back to the collecting area?
It need to detect the char is dead and back to obelisk. and than return to the farm
would be awesome if you can help me and everyone that use the hack to gathering!
thanks
_IFMemPtrRead=%PlayerBase,0x378/0x44,BYTE,=0; #NeedResolution=816,638; Delay=300; #2DO=20000; Mouse=481,180; Delay=3000; _2UNTILMemPtrRead=%PlayerBase,0x378/0x44,BYTE,>3; <--Returnpath here #ENDIF
Quote:
This snippet will detect the player death and resurrect, simply record the path from obelisk to the start point of your script and paste it where I wrote "<--Returnpath here"
Paste the whole code then to the start of your script.Code:_IFMemPtrRead=%PlayerBase,0x378/0x44,BYTE,=0; #NeedResolution=816,638; Delay=300; #2DO=20000; Mouse=481,180; Delay=3000; _2UNTILMemPtrRead=%PlayerBase,0x378/0x44,BYTE,>3; <--Returnpath here #ENDIF
#UseLoop _IFMemPtrRead=%PlayerBase,0x378/0x44,BYTE,=0; #NeedResolution=816,638; Delay=300; #2DO=20000; Mouse=481,180; Delay=3000; _2UNTILMemPtrRead=%PlayerBase,0x378/0x44,BYTE,>3; #Regenerate MoveSmooth=x,y; MoveSmooth=x,y; MoveSmooth=x,y; MoveSmooth=x,y; MoveSmooth=x,y; #ENDIF Command=/select Magical Aether; Delay=150; #IF=%TargetDistance,<3; #DO=55000; Command=/attack; #UNTIL=%TargetName,; #ENDIF MoveTo=x,y,z; MoveTo=x,y,z; MoveTo=x,y,z; MoveTo=x,y,z; MoveTo=x,y,z; Command=/select Magical Aether; Delay=150; #IF=%TargetDistance,<3; #DO=55000; Command=/attack; #UNTIL=%TargetName,; #ENDIF
Well a script can only execute 1 line at the same time, so when ever this lineQuote:
I guess it didn't work very well..
I did just like you said, but the script completely ignores those commands and keep trying to gather materials like if nothing has happened (with the char dead) until the 30min is over and the char goes back to the obelisk and get stuck forever.
Here how it looks like:
Code:#UseLoop _IFMemPtrRead=%PlayerBase,0x378/0x44,BYTE,=0; #NeedResolution=816,638; Delay=300; #2DO=20000; Mouse=481,180; Delay=3000; _2UNTILMemPtrRead=%PlayerBase,0x378/0x44,BYTE,>3; #Regenerate MoveSmooth=x,y; MoveSmooth=x,y; MoveSmooth=x,y; MoveSmooth=x,y; MoveSmooth=x,y; #ENDIF Command=/select Magical Aether; Delay=150; #IF=%TargetDistance,<3; #DO=55000; Command=/attack; #UNTIL=%TargetName,; #ENDIF MoveTo=x,y,z; MoveTo=x,y,z; MoveTo=x,y,z; MoveTo=x,y,z; MoveTo=x,y,z; Command=/select Magical Aether; Delay=150; #IF=%TargetDistance,<3; #DO=55000; Command=/attack; #UNTIL=%TargetName,; #ENDIF
The weird thing comes now, I recorded another path without any commands to gather any materials, just for test.. and it magically worked :confused: It detects the char is dead, return to obelisk, regenerate, and walk all the way to the collecting area.
So, I guess I cant gather + detec Im dead? I have no idea LoL
_IFMemPtrRead=%PlayerBase,0x378/0x44,BYTE,=0;
You can do anything, it all depends on how good you're with Cheat Engine and the Script EditorQuote:
What are the main difficulties in making a combat script?
As a gladiator, would making one that acts like a gathering script (running around and auto-attacking mobs to death) be possible? or even just staying in one spot over night using AOEs on a group of mobs that respawn every few minutes?