HungRy Wolf Posted May 22, 2006 Posted May 22, 2006 I hav read many post of thatsgreat2345, and advice from Valuater... however, i still cant get it. I hav read n try for all the script posted, on my Flyff but i still cant make it works. ( Does it mean i juz copy the script, then compile it to Autoit, mayb changing the hotkey to what i was using in the game, then run the script... After that press F2 to run it after i was in the game... then its done?) Though i dunno u guys still working bot on this game or not, i really hope I can get it working...
Valuater Posted May 22, 2006 Posted May 22, 2006 A you can run this in scite.. then minimize sctie or B you can compile it... then run it then.... start your game then press f2 i cleaned it up..... the script works fine, however i cannot test it in a game expandcollapse popup; Press Esc to terminate script, Pause/Break to "pause" Global $Paused, $t = 0 HotKeySet("{PAUSE}", "TogglePause") HotKeySet("{ESC}", "Terminate") HotKeySet("{F2}", "ShowMe") While 1 If $t =1 Then for $i = 1 to 5 send("{F6}") sleep( 2000) next send("{F1}") sleep( 1000) send("{F1}") sleep( 2000) EndIf WEnd ;;;;;;;; Func TogglePause() $Paused = NOT $Paused While $Paused sleep(100) ToolTip('Script is "Paused"',0,0) WEnd ToolTip("") EndFunc Func Terminate() Exit 0 EndFunc Func ShowMe() If $t = 1 then $t = 0 Return EndIf If $t = 0 then $t = 1 Return EndIf EndFunc 8)
HungRy Wolf Posted May 24, 2006 Author Posted May 24, 2006 Thx for ur reply Valuater, mostly i can understand for ur script u post here... Then it should be? ---> Start the game 1stly, then press F2 to start up the script... here, from ur script, it mean to be.. F6 is wer is put my skill... then the F1 should be how long i sit... the next F1 should be how long i take it to stand up.. Rite? Erm... here i hav to know wat really do this script did in my game... coz i really dunno scripting now.. mayb it take me a long time to understand how it works However, from the last i played RO (ragnarok online), the bot that i had (i think tat should be very pop) oledi had his function stated clearly that i juz hav to modify it abit to make it work and it would help me lvling all around~ So wat I wanna asked is should I possible to make it work.. mayb juz 20% of the RO bot ? A you can run this in scite.. then minimize sctie or B you can compile it... then run it then.... start your game then press f2 i cleaned it up..... the script works fine, however i cannot test it in a game expandcollapse popup; Press Esc to terminate script, Pause/Break to "pause" Global $Paused, $t = 0 HotKeySet("{PAUSE}", "TogglePause") HotKeySet("{ESC}", "Terminate") HotKeySet("{F2}", "ShowMe") While 1 If $t =1 Then for $i = 1 to 5 send("{F6}") sleep( 2000) next [color=#FF0000]send("{F1}")[/color] sleep( 1000) [color=#CC0000]send("{F1}")[/color] sleep( 2000) EndIf WEnd ;;;;;;;; Func TogglePause() $Paused = NOT $Paused While $Paused sleep(100) ToolTip('Script is "Paused"',0,0) WEnd ToolTip("") EndFunc Func Terminate() Exit 0 EndFunc Func ShowMe() If $t = 1 then $t = 0 Return EndIf If $t = 0 then $t = 1 Return EndIf EndFunc 8)
HungRy Wolf Posted May 24, 2006 Author Posted May 24, 2006 sry that I hav to make a new question here... When I try to run the script.. it said tat sleep( 1000 ) [color=^ ERROR Error: Unable to parse line. So.. Wat should be the error here?
Don N Posted May 24, 2006 Posted May 24, 2006 (edited) get rid of the tags, they should not be there Edited May 24, 2006 by Don N _____________________________________________________"some people live for the rules, I live for exceptions"Wallpaper Changer - Easily Change Your Windows Wallpaper
HungRy Wolf Posted May 25, 2006 Author Posted May 25, 2006 This mean I hav to remove the only? get rid of the tags, they should not be there
Don N Posted May 25, 2006 Posted May 25, 2006 no, remove the and the they should not be in your code. _____________________________________________________"some people live for the rules, I live for exceptions"Wallpaper Changer - Easily Change Your Windows Wallpaper
HungRy Wolf Posted May 27, 2006 Author Posted May 27, 2006 Oh YA! I dunno how come it will be inside the script Thx Don N ~ After fixing this.. I still dunno wat actually it was doing.. I only know it will show script is "Paused" when i press Pause... LOL! Am I really n00b?? IShhhh... Can some 1 help on this in a further explaination on how to make or botting Flyff? (While the Gameguard is there?)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now