ok the sleep in the loop is it
while 1
Controlsend($PID,"","","u")
Controlsend($PID,"","",$key)
controlsend($PID,"","","{SPACE}")
$key = $key+1
if $key = 10 Then
$key = 0
EndIf
_PCheck()
sleep($castsleep) <-------------------- THAT ONE?
$proces_ID = ProcessExists($Input)
$handle = _MemoryOpen($proces_ID)
$map = _MemoryRead(0x00C9EE68, $handle)
$map = _MemoryRead($map + 0x04, $handle)
$map = _MemoryRead($map + 0xAC, $handle)
if $map = $mapindex Then
ExitLoop
EndIf
WEnd
sleep(5000) <--------------------- OR THIS ONE
_ReduceMemory($ppid)
$bot = $bot+1
_mapcheck()
until $bot = $input2
Shutdown(1)
EndFunc
this is the sleep ur talking of rite?
if so if i wanted it to spam really fast i would change $castsleep to 0 ?
ok so i edited the first one made it 100 and it compiles and ran correctly time to try it out
ok so now i got it spamming skills faster by setting it to the first area to 1
i love you <3
but i have a problem it shuts my computer down after words.
i dont want it to do that how do i fix it ?
im sorry it may seem like im relaying on u its just i dont know what im doing rite now i mean i can update CE to fix the latest auto pots fix but this is a little more complex for me.