Jump to content

roxy2000

Members
  • Posts

    76
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by roxy2000

  1. Thanks for the replay :) i can upload the full graphical bar but its based on on a substacking server so not very useful for most of the players. i like to make it possible for the user to easy edit the bar,s + ad a healling/cp pots option if there are any scripters on this forum like Clockman or any adder good scripter who like to help me out plz let me know. cheers ;)
  2. here some results of the new bar its done and it works great ;D http:// i also play on a substacking server
  3. thanks for the replay :D at the moment i am working at an advanced version wich you can move around the screen (works best next to the screen) + an transparent graphical bar it works great. i am still hooping for some help whit an interface that users easy can modifie to there own skills. (+ a CP healling pots option) all help welcome ! i am not relay a good coder just starting. here is the code for a non graphical bar #NoEnv #Persistent #SingleInstance force SendMode Input SetWorkingDir %A_ScriptDir% ; Menu Tray, icon, rox.ico Gui +LastFound +AlwaysOntop -Caption +ToolWindow +E0x08000000 BackgroundColor = 990044 Gui, Color, %BackgroundColor% Gui, Font, gold s10 bold WinSet, TransColor, %BackgroundColor% 100 Gui, Add, Button, x00 y0 w110 h20 gcl1, attack 0 Gui, Add, Button, x+0 y0 w110 h20 gcl2, pickup dot Gui, Add, Button, x+0 y0 w110 h20 gcl3, attack enter Gui, Add, Button, x+0 y0 w110 h20 gcl4, trade1 Gui, Add, Button, x+0 y0 w110 h20 gcl5, assist 2 Gui, Add, Button, x+0 y0 w110 h20 gcl6, invite 3 Gui, Add, Button, x+0 y0 w110 h20 gcl7, next target 8 Gui, Add, Button, x+0 y0 w110 h20 gcl8, sit 7 Gui, Add, Button, x+0 y0 w110 h20 gZin, rec 9 Gui, Add, Button, x00 y21 w110 h20 gcl10, new1 Gui, Add, Button, x+0 y21 w110 h20 gcl11, new2 Gui, Add, Button, x+0 y21 w110 h20 gcl12, new3 Gui, Add, Button, x+0 y21 w110 h20 gcl13, new4 Gui, Add, Button, x+0 y21 w110 h20 gcl14, new5 Gui, Add, Button, x+0 y21 w110 h20 gcl15, new6 Gui, Add, Button, x+0 y21 w110 h20 gcl15, new7 Gui, Add, Button, x+0 y21 w110 h20 gcl15, new8 Gui, Add, Button, x+0 y21 w110 h20 gcl15, new9 Gui, Show, y0 NoActivate Gui, Show, y21 NoActivate return ;#ifWinActive, Lineage II` ~`:: Suspend, toggle if A_IsSuspended = 1 GuiControl,, GuiText, Keymap: OFF else GuiControl,, GuiText, Keymap: ON return ;;;;; QWER for F keys ;;;;; *capsLock::Send % "{blind}" (GetKeyState("LCtrl") ? "{LCtrl up}" : "{LCtrl down}") *Numpad0::Send, /attack {enter} *NumpadDot::send, /pickup {enter} *NumpadEnter::send, /attackforce {enter} *NumPad1::send, /trade {enter} *NumPad2::send, /assist {enter} *NumPad3::send, /invite {enter} *NumPad7::send, /sit {enter} *NumPad8::send, /targetnext {enter} *NumPad9::send, /evaluate {enter} 1::Sendplay, !{F1} 2::Sendplay, !{F2} 3::Sendplay, !{F3} 4::Sendplay, !{F4} 5::Sendplay, !{F5} cl1: ifWinExist, ahk_class Lineage II WinActivate, ahk_class Lineage II Send, /attack {enter} return cl2: ifWinExist, ahk_class Lineage II WinActivate, ahk_class Lineage II send, /pickup {enter} return cl3: ifWinExist, ahk_class Lineage II WinActivate, ahk_class Lineage II send, /attackforce {enter} return cl4: ifWinExist, ahk_class Lineage II WinActivate, ahk_class Lineage II send, /trade {enter} return cl5: ifWinExist, ahk_class Lineage II WinActivate, ahk_class Lineage II send, /assist {enter} return cl6: ifWinExist, ahk_class Lineage II WinActivate, ahk_class Lineage II send, /invite {enter} return cl7: ifWinExist, ahk_class Lineage II WinActivate, ahk_class Lineage II send, /targetnext {enter} return cl8: ifWinExist, ahk_class Lineage II WinActivate, ahk_class Lineage II send, /sit {enter} return Zin: ifWinExist, ahk_class Lineage II WinActivate, ahk_class Lineage II send, /evaluate {enter} return cl10: ifWinExist, ahk_class Lineage II WinActivate, ahk_class Lineage II send, /newa {enter} sleep , 200 send, /newb {enter} sleep , 400 send, /newc {enter} return cl11: ifWinExist, ahk_class Lineage II WinActivate, ahk_class Lineage II send, /newd {enter} return cl12: ifWinExist, ahk_class Lineage II WinActivate, ahk_class Lineage II send, /newe {enter} return cl13: ifWinExist, ahk_class Lineage II WinActivate, ahk_class Lineage II send, /newf {enter} return cl14: ifWinExist, ahk_class Lineage II WinActivate, ahk_class Lineage II send, /newg {enter} return cl15: ifWinExist, ahk_class Lineage II WinActivate, ahk_class Lineage II send, /newh {enter} return cl16: ifWinExist, ahk_class Lineage II WinActivate, ahk_class Lineage II send, /newi {enter} return cl17: ifWinExist, ahk_class Lineage II WinActivate, ahk_class Lineage II send, /newj {enter} return cl18: ifWinExist, ahk_class Lineage II WinActivate, ahk_class Lineage II send, /newk {enter} return
  4. Sure i can :) here i position the bar on top of the screen but adder positions is real easy to eddit
  5. its a nice share but if I am not mistaken I think its done in Autohotkey and not C++. Autohotkey give lots of times false virus reports when you compiled to an exe. but great work! whay you don't share the script I love to learn from it and combine it whit my own scripts
  6. Roxctrl Is a simple program that gives you an extra action bar on screen. You can use mouse click on the extra bar. Or you can use the numpad key,s (or both ) Also you can toggle the <ctrl> button whit <capslock> for pvp Note on toggle ctrl the the bar is off. It works on all servers and on all clients. also in combination whit botting programs like walker. You can’t get banned for it it don’t sent out anything. I am not sure but I think no one ever made this before for Lineage. and seem to me a great share. it take me 4 weeks to build and i like to thank Emmanuel for helping me to kill the last bug,s 1.tings i like to improve are: current input go by default chat. i like to sent it in the future directly to the client. if you have any idée how plz let me know. 2. the possibilities are endless even 5 or 10 bars is possible whit this script I like in the future to make it possible for the user to edit the bar,s Whit there own preferences and skills. I am hoping for some help from real scripter’s/coders like Mr Clockman. Bugs I don't think so but let me know if you find one Well enjoy http://www.megaupload.com/?d=27VXEYDM http://www.virustotal.com/file-scan/report.html?id=b821f8071e981a80378184a7a63140600daa243d6f9c008ceea551ebd5a06524-1286381383# Update I guess its ready a full graphical bar. My share here is a graphical bar pack. Whit working examples of a 1 graphical bar and a 3 graphical bar. + a file of pic,s of all skills to easy create your own bar. + a little screenshot tool for make small pic,s to add to your own custom bar. + installation file for autohotkey (ahk) needed to edit the scripts for the bars. + back up scripts (easy to edit in notepad) It still works best next to the screen . Is undetectable . Numpads keys still working. (caps lock) will still toggle (Ctrl) note bar is off on toggle mode. Works great in combination whit botting programs. I tested whit Walker and L2 potion user. So have fun creating your own custom bars. If you find ways to improve the script plz let me know or share it here. I Like to thank Clockman for his wise words and getting me interested in C++ ;) Pic,s : Bar Pack: http://www.2shared.com/file/XQ7e4nXD/grafick_bar_pack.html http://www.megaupload.com/?d=RTG5C15A Have fun and let me know what your create :D
  7. yea its done in autohotkey :D easy script and you can add more key,s to it if you like. add this lines to: Numpad0::Send, /attack {enter} ;whit this you can attack a mob whit the zero on the numpad NumpadDot::send, /pickup {enter} ; whit this you pick-up whit the numpad . NumpadEnter::send, /attackforce {enter} ; whit this you Force attack whit numpad enter it saves some space on your spell bar maybe i load up a new exe
  8. dude how can this bi a keyloger I just SHOW you the whole Script? just copy paste it and save it as a Action script and you have the same ting i just made it easy for you ! use the script if you dont trust the download up to you i dont care
  9. the file is 100% clean here is the scorch of the tool so you can make your own enjoy ;D ;D: Gui +AlwaysOnTop +ToolWindow Gui, Font, bold Gui, Add, Text, w75 vGuiText, Keymap: ON Gui, Show, % "x" . (A_ScreenWidth - 100) . "Y" . (A_ScreenHeight - 85) Return ;;;;; Hotkeys ;;;;; ;#ifWinActive, Lineage II` ~`:: Suspend, toggle if A_IsSuspended = 1 GuiControl,, GuiText, Keymap: ON else GuiControl,, GuiText, Keymap: ON return ;;;;; QWER for F keys ;;;;; 1::F1 2::F2 3::F3 4::F4 5::F5 6::F6 7::F7 8::F8 9::F9 0::F10 -::F11 =::F12 1::Sendplay, !{F1} 2::Sendplay, !{F2} 3::Sendplay, !{F3} 4::Sendplay, !{F4} 5::Sendplay, !{F5} *capsLock::Send % "{blind}" (GetKeyState("LCtrl") ? "{LCtrl up}" : "{LCtrl down}")
  10. I made a very simple and light tool whit it you can toggle the <Ctrl> button whit the use of (Caps Lock) good for PVP it works on all screens so you can use it in to dual-box and use it to PvP whit walker :D (walker or any adder bot wil force attack) enjoy http://www.megaupload.com/?d=7VTNVVQ2
  11. my english is very bad aim sorry for that but Craagle is 100% save i guarantee it. Moost online scanners are giving warnings for spywhare but iam using it for years never had any problem but i admit the file looks suspicious.
  12. no its totally save relay ban me if aim rong
  13. Unlocking your software is easy whit this tool : http://www.freewaredownloads.nl/downloads99.html the Name is craagle just install it and set your virus scanner to allow this software (some virus scanners say its unsafe but its 100% virus free) run Craagle and typ the name of the the software you want to unlock choice search for Crack or serial and craagle find the crack of serial for you (no popups no porn no forums no memers noting) Works great
  14. very easy download craagle its an automatic serial code finder for all software don't forget to allow it whit your virus scanner (its 100% save but some scanners dont alow it) here the link: http://www.freewaredownloads.nl/downloads99.html by the way this is a nice share too :D
  15. I don't say don't download it maybe its normal but it looks a bid dangerous to me [G DATA] 2010-06-06 Trojan.Generic.4072782 [Avast! antivirus] 2010-06-05 Niets gevonden [ikarus] 2010-06-06 Trojan.Hijacker [Grisoft AVG Anti-Virus] Scannen bezig, even geduld a.u.b.... [Kaspersky Anti-Virus] 2010-06-06 not-a-virus:Monitor.Win32.KGBSpy.ib [Avira AntiVir] 2010-06-04 TR/Hijacker.Gen [ESET NOD32] 2010-06-05 Niets gevonden [softwin BitDefender] 2010-06-06 Trojan.Generic.4072782 [Panda Antivirus] 2010-06-05 Niets gevonden [ClamAV] 2010-06-06 PUA.HTML.Infected.WebPage-2 [Quick Heal] Scannen bezig, even geduld a.u.b.... [CPsecure] 2010-06-06 Niets gevonden [sophos] 2010-06-06 Mal/Generic-A [Dr.Web] 2010-06-06 Niets gevonden [VirusBlokAda VBA32] Scannen bezig, even geduld a.u.b.... [Frisk F-Prot Antivirus] 2010-06-05 W32/Injector.A.gen!Eldorado [VirusBuster] 2010-06-05 Niets gevonden [F-Secure Anti-Virus] 2010-06-05 not-a-virus:Monitor.Win32.KGBSpy.ib
  16. I look about every where used search but i just cant find it. I wonder if its possible to Heal a party members Pet whit walker? or can it bi done whit a healing script? or w/e can anyone share?
  17. by the way in Tibia thee use bot,s to one of the moost famous bot used there is tibiabot (www.tibiabot.com) personalty i never used it do. now thee have some kind of bot detection banning like 5000 players a mond the graphics are horrible but the game play use to bi awesome very adjective. the owners messed up whit some stupid game changes the players on line went down from 75000 to +/- 30000 to 40000 it kinda sucks now
  18. Iam trying to make a buf/mana script and i dont want to use the normal buf options in walker. iam totaly new in scripting so i gona need some help of a pro scripter Label(INICIO) CharStatus(MP,<,60) LABEL(BUF) { Label(MANA) USEITEM(Enhanced Mana Potion[iD=22300]) Delay(1500) USESKILL(Greater Shield[iD=1389],SELF,PARTY) Delay(1500) USESKILL(Concentration[iD=1078],SELF,PARTY) Delay(1500) USESKILL(Acumen[iD=1085],SELF,PARTY) Delay(1500) USESKILL(Improve Condition[iD=1501],SELF,PARTY) Delay(1500) USESKILL(Improve Combat[iD=1499],SELF,PARTY) CharStatus(MP,<,90) Call(MANA) !MemberBuffs(Greater Shield[iD=1389] !MemberBuffs(Concentration[iD=1078] !MemberBuffs(Acumen[iD=1085] !MemberBuffs(Improve Condition[iD=1501] !MemberBuffs(Improve Combat[iD=1499] DELAY(5000) } Delay(108000) Jmp(BUF) this absolutely don't work can some expert take a look at it and edit it so it works properly or give me a little help in the right direction. thanks :D
  19. thanks work great
  20. Great script and it work fantastic i have a question can this work to ? so we can use Party sumon to another floor in TOI LABEL(hallate) NPCDLG(Chest of Hallate) DELAY(10) DLGSEL(Quest) DELAY(10) JMP(hallate) LABEL(kernon) NPCDLG(Chest of Kernon) DELAY(10) DLGSEL(Quest) DELAY(10) JMP(kernon) LABEL(golkonda) NPCDLG(Chest of Golkonda) DELAY(10) DLGSEL(Quest) DELAY(10) JMP(golkonda) LABEL(baium) NPCDLG(Angelic Vortex[iD=12571]) DLGSEL(Go where the angelic vortex leads.) DLGSEL(Ask about the stone statue.) ITEMCOUNT(Blooded Fabric[iD=4295],<,0) { MOVETO(114852,16245,10072) SET(FIGHTSTART) EXIT() } JMP(baium) Maybe someone whit real scripting experience can edit it so all you have to do is summon your friend to the right floor where the raid boss re spawns
  21. Thanks for your help ;) but its not what iam looking for. iam hooping for anoder solution. is there not anoder whay around it? mabey whit anoder program that automaticly use mana and cp potions?
  22. can you eddit it mabey a little so it whil work? ;)
  23. no i dont say iam cachero i said i play togeder whit cachero on the dragon server him is my very close friend i know gerardo (his real name) for more than 6 years we are in the same clan togeder we createt the Drunkfamily clan more than 5 years ago him is not a mexican but him is a chileen my char name is Roxelha (by the way one of the first knigt who done the anielator quest when the healing was whit out the hotkey,s) here a link of some screen schots where we hunt injoy http://gallery.drunkfamily.net/displayimage.php?album=random&cat=0&pos=-17
  24. yes i play togeder whit cach on the Dragon network we retyer Tibia and we play lineage now on the Dragon server we even have the same clan naame on DN server
  25. we have playd Tibia for a very long time. on the server Calmera we changed to lineage cuz of there crapy updates i have a level 166 EK and my friend a level 305 sors Tibia wend downhil fast affter them removed the UH rune for Knights but in the old day,s it was a great game :)
×
×
  • Create New...