Jump to content

lokok

Members
  • Content Count

    3
  • Joined

  • Last visited

Posts posted by lokok


  1. Ok, i think its connected with shift key and "$" symbol, as i tested it on laptop, there's no home key but equivalent which is fn key+arrow left (home key) , sometimes like at 3rd or 4th time it puts a 4 before the whole message, though it should put "$", i am not sure why but why not using something like this (autohotkey analogue):

     

    Counter:=0 

    Loop, 15 { ;loops 15 times

    Counter:=Counter+1
     
    Send {Enter}
    Sendinput, {raw} /trade %Counter% ;copy-paste text "/trade 1", "/trade 2" etc.
    Sleep, 200
    Send {Enter} ;perform switch to new trade channel
    Sleep, 100
    Send {Enter}
    Send {Up}
    Send {Up}; get last trade message 
    Send {Enter} ;send it
    Sleep, 2500 ;pause for anti-spam ban
     
    }

  2. tnx for ur work, but damn could not stand anymore, why there's no normal SIMPLE trade bot ??? Like spam in trade channel ur message with specified or normal interval. This program would be damn so nice but it hells doubles ur trade message in the same channel, HELL WHY????? I would definitely ignore person who spams trade channel and does it two times in a row. Dont wanna be blocked by others as well, is it so hard to do ?? Or just to give ppl choice how many times to repeat like normal or twice. Writing this after trying trade with -tradespam- which sucks as well with its 4$44$ appearing after each iteration....

    • Upvote 1
×
×
  • Create New...