ALL NAMES

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
punkerman
Posts: 15
Joined: 2007-10-01 22:04:36

ALL NAMES

Post by punkerman »

whats the command lines on the injection script to show all names?
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

Code: Select all

sub allnames()
   var i
   DIM type[ 3 ]
   type[0] = "0x0000" ; type of man
   type[1] = "0x0000" ; type of woman
   type[2] = "0x0000" ; type of corpse
   for i = 0 to 2
      uo.findtype( type[ i ], "-1", "ground" )
      while uo.findcount()
         uo.click( "finditem" )
         uo.ignore( "finditem" )
         uo.findtype( type[ i ], "-1", "ground" )
      wend
   next
endsub
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Scripts Writer
Posts: 2259
Joined: 2005-04-19 18:00:29
Location: Московская область
Contact:

Post by Scripts Writer »

I think, it would be better to press a hotkey, where was binded 'Show all names' in client
punkerman
Posts: 15
Joined: 2007-10-01 22:04:36

Post by punkerman »

it didnt work very well, the client all names work better.. whatever, thanks man
Post Reply