Jump to content

Recommended Posts

Posted

Hey there people.

I just wanted some help for making my script "faster".

I've just made a triggerbot with pixelsearch.

 

While 1

   PixelSearch(0,0,@DesktopWidth,@DesktopHeight,0xD31E1E)
   If Not @error Then
 Send ("z") ;z is the key to shoot
   EndIf
WEnd
 
I didn't do it with MouseClick ("left") because it whould crash my game.
The problem is that its really slow until it shoots.
Any way to make it faster?
Posted

This question has already been blocked. Posting it again violates our forum rules. Reported.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Don't know - but not on this forum :naughty:

My UDFs and Tutorials:

  Reveal hidden contents

 

  • Moderators
Posted

zFame,

Do NOT start another thread on this - our patience has limits. :naughty:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...