Jump to content

anath3ma

Members
  • Posts

    597
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by anath3ma

  1. genika exoun psixologika provlimata apotiximena atoma einai pou prospathoun na mas poun pos iparxoun se afton ton kosmo malon giati palia tha tous ixane gia gtp atoma kai tous klanane kai pistevoun pos tora ginete to aditheto.Kai oi perisoteroi exo exoun pari san "Style" gia na vroun gomena giati opia k na rotiseis emo ftw tha s pei
  2. pas edo r\gameserver\data\stats\skills type in search super haste then open the xml with super haste and should find something like <skill id="7029" levels="4" name="Super Haste"> <set name="power" val="0.0"/> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="CONT"/> <set name="operateType" val="OP_TOGGLE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <table name="#mpConsumeRate"> 1.0 1.0 5.0 0.1 </table> <table name="#runSpd"> 2 3 4 5 </table> <table name="#pAtk"> 1 1 1 50 </table> <table name="#mAtkSpd"> 2 3 5 5 </table> <table name="#pAtkSpd"> 1000 1100 1200 1301 </table> <table name="#mReuse"> 1 2 3 3 </table> <for> <effect name="Buff" time="9999998" count="1" val="0"> <mul order='0x50' stat='runSpd' val="#runSpd"/> <mul order='0x50' stat='pAtk' val="#pAtk"/> <mul order='0x50' stat='mAtkSpd' val="#mAtkSpd"/> <set order='0x50' stat='pAtkSpd' val="#pAtkSpd"/> <mul order='0x50' stat='MpConsumeRate' val="#mpConsumeRate"/> <div order='0x50' stat='mReuse' val="#mReuse"/> </effect> </for> </skill> now its on ur hand to change everything :)
  3. limewire 4.15.0 pro and u can download torrents with this(and some old ver) lime wire :) its perfect!
  4. daksi ego leo apla tin gnomi mou ala den boro na min tous vriso esto, giati exo varethi pleon na vlepo sinexia kai sinexia tetious malakes.....ipame alla to kourasane ligo to thema
  5. kai oi 2 mou tin spane adigrafi o enas ton alon
  6. enoite pos einai gia l2j l2off den exi pezi na exi gm shop
  7. if u find the server just post it hiden
  8. nce share u need to know RGB color code its not hard u can find it here http://www.pitt.edu/~nisg/cis/web/cgi/rgb.html iif its dont work try to reverse the values
  9. if u want a new program u need a Smart scripter/coder to know C++ very very good Write Dll etc (because C++ its powerful) and many hours to test ur project nothing its easy but nothing impossible
  10. if u want xp custom try and this http://www.warezakias.info/index.php?showtopic=43394&hl=custom+windows allrdy test it its good !
  11. flash games Must "HACKED" :P
  12. oke :) but i dont mean the http://rapidshare.com/files/36448635/Nudge_Madness_by_doumatso.rar its your creation any way ;) :) ;) :)
  13. i will show you how to make a program to chating we need visual basic 6 and mswinsck.ocx First make a new project Then add component mswinsck.ocx and add it on form now make 2 textbox,2 labels,3buttons(for now) look at image: now lets write some codes open command1 = connect button and write: Winsock1.Close Winsock1.RemoteHost = Text1.Text Winsock1.RemotePort = Text2.Text Winsock1.Connect If Winsock1.RemoteHost = Empty Then Winsock1.Close: MsgBox "Add Host Or Ip", vbCritical, "Error" If Winsock1.RemotePort = Empty Then Winsock1.Close: MsgBox "Add Por", vbCritical, "Error" ok now lets write on command2 = dis button winsock1.close and on command3=Exit buttond jus type end After this lets add One more button command5=LocalHost/Ip in this button type msgbox winsock1.LocalHostName & "@ " & winsock1.LocalIP this is show what is the host and ip names After this lets Make one command more command6=Chat now maybe its more complicated dont write nothing in this command add a second form in the same project i think u know how to do it rename it as Chat or write in the main form form2.caption="Chat" now lets go back to form1 and open the last button6 in this button type Form2.show ok now lets work on Form2 http://www.imageshack.gr/files/61i2k6ybq7cpdccjbq6a.jpg[/img] now lets make one biGGG textBox after thiss add 3 new Buttons like this: http://www.imageshack.gr/files/dbtsmdmz508h3mjs5cpe.jpg[/img] now open button1=send on form2! write Form1.Winsock1.SendData Text1 now open Button2=Clear text and write text1=clear and at Button3=Exit type form2.hide (OFC u can add multiline on text1 and scrollbars to make it looks better like this : http://www.imageshack.gr/files/sx1ziek6kg41kkvn995q.jpg[/img] now we need to type in form2 Private Sub form1_winsock1_dataarrival() Dim Othchat As String form1.winsock1.getdata(Othchat) text1=winsock1.remotehostname & " " & Othchat End Sub now i think we are ok with client... lets make A server now :) now make a new project with Server caption add 3 buttons again for now dont forget to add winsock osx again anyway type this in form Private Sub winsock1_ConnectionRequest(ByVal requestID As Long) If winsock1.State <> winsock1Closed Then winsock1.Close winsock1.Accept (requestID) End Sub button1=listen,button2=close,button3=exit lets write on button1 setRemoteport=inputbox("Set Port:","") winsock1.close winsock1.localport =setRemoteport winsock1.listen for command2 winsock1.close and command3 end now lets make one more button command4=ShowPort msgbox winsock1.LocalPort,vbInformation,"" and add one more button like button5=Chat command5 form2.show 'we need again one second Form' Now Lets work on form 2 again now add text box like the client and 3 buttons like the client and dont forget to type again private sub form1_winsock1_dataarrival() dim inComeChat as string form1.winsock1.getdata(inComeChat) text1=winsock1.remotehostname & " " & inComeChat Good Luck
  14. and VBs can help us to make Messages error or whateva msgbox "what wanna type in mess",vb"we can chose what style we want,"Title here" its very very SIMPLE just make one txt put this code inside like msgbox "Hi!",Vbinformation,"Hi My friend" and save as like all files * and rename it as hi.vbs thats all :) one more TIP lets make it better like add and inpoutbox how its writing? in vbs u are not "free" like Vb anyway try this INPbox=inputbox("Your Name","") msgbox "Hi! " & inpbox,vberror,""
  15. sosta ta les tous vgalane kai stin tileorasi tora ta zwa ipame na einai 2-3 atoma alla oloi i elada einai emo etsi gia to "STYLE" @@
  16. sosta ta les to web hacking opos to enoune edo legete defacer alla den einai mono afto tsp oso gia tous crackers exis kai pali dikio to hex palevete as poume giati einai 0-F kai boris na kanis kai metatropes apo 16 se 2 kai se 8 vasika glosa mixanis =tsibuki afta exo na po ego bravo gia afto to post
  17. lol tons with double posts stop spam
  18. thnx karma because some ppl think we want to "nuke" em
  19. hide it if its work
  20. lets see what u have :P thnx anyway
  21. lol :P this is the different i make this tutor to make YOUR SPAMER! ur creation its different from other apps and patch catch what i mean ;)
  22. i think its very old maybe dont work i have see that before some months its very old
  23. i think 1 arrow can sell it for 0 adena if u buy more arrows the value can be changed 0 to 2 adena something like that
  24. need post to see the hidden EDIT:LOL NICE share
×
×
  • Create New...