|
Post by yamada on Jul 5, 2017 15:33:56 GMT
Thank you for using it for many people!
Unlimited file download is possible with EXE
| NewVideo Ver 1.02
| download! Ver 1.02 >> AutoMainPNGReal <<
| Ver UP 1.02 Compatible with SD card memory There is no saving error
| · Because it taps with fingers, it may become ambiguous and it may not work well. · It does not recognize when selecting the place where the screen changes. · Please move the tap slowly. · We recommend using tap pen. · Learn LuaScript for detailed control. · It is suitable for simple automatic turning. I can not do complicated things. | ・ [STOP] buttons ・ Trial can record up to 5 screens.
This file will end after registering 3 screens for trial.
|
Receiving questions!
|
|
|
Post by apokalipse on Jul 10, 2017 22:05:33 GMT
Hi, i bought one and its possible to use swipe in game (to use my skill)? Thx
|
|
|
Post by yamada on Jul 11, 2017 13:51:36 GMT
Hi,Thank you
dat = "1,0xCAC8C0,695,1232,0x2992FF,714,309,350_1095,dumy" Set.GCset(dat) -- message ("Auto Start!") left = Region((DeveX - 500) / 2 , (DeveY - 100) / 2 , 500 , 100) left:highlight("Auto Start!") wait(2) left:highlightOff() left = nil -- Judgment operation before tapping function Tap_Mae(self , con) end -- Judgment operation after tapping function Tap_Ato(self , con) end
to
dat = "1,0xCAC8C0,695,1232,0x2992FF,714,309,350_1095,Bswipe" --swipe Screen target Set.GCset(dat) -- message ("Auto Start!") left = Region((DeveX - 500) / 2 , (DeveY - 100) / 2 , 500 , 100) left:highlight("Auto Start!") wait(2) left:highlightOff() left = nil -- Judgment operation before tapping function Tap_Mae(self , con) if self.Tag[con] == "Bswipe" then --swipe swipe(Location(500,600),Location(300,1100)) IF_Exit = 1 -- Tap Cancel end end -- Judgment operation after tapping function Tap_Ato(self , con) end
|
|
|
Post by apokalipse on Jul 11, 2017 21:40:39 GMT
Its not possivle to include inside your script directly? Thx
And how to swipe on my tap?
|
|
|
Post by yamada on Jul 11, 2017 22:23:10 GMT
I acknowledged it.
I will incorporate it into AutoMainPNGReal.
|
|
|
Post by apokalipse on Jul 11, 2017 23:29:40 GMT
I hope to have that soon :-) ty
|
|
|
Post by yamada on Jul 13, 2017 11:18:10 GMT
I'm sorry About swipe In my Nox, the Y axis does not respond. It becomes long click in my Nox  My dragDrop is unstable in my Nox.  With my abilities it was impossible to incorporate swipe into AutoMainPNGReal.
|
|