1 / 221

#ppe

#ppe. #libpath ....lib. #use nameisin. #use typer. Declare Procedure Beep_Vip(). Declare Procedure Beep_Lamah(). Declare Procedure FadeIn(String FadeInString, String FadeInDelay). Declare Procedure FadeOut(String FadeOutString, String FadeOutDelay).

devlin
Télécharger la présentation

#ppe

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. #ppe

  2. #libpath ..\..\lib

  3. #use nameisin

  4. #use typer

  5. Declare Procedure Beep_Vip()

  6. Declare Procedure Beep_Lamah()

  7. Declare Procedure FadeIn(String FadeInString, String FadeInDelay)

  8. Declare Procedure FadeOut(String FadeOutString, String FadeOutDelay)

  9. Declare Procedure TypeFade(String Str, String Col, Integer TypeDlay, Integer NextDlay, Integer FadeDlay)

  10. string clr, del, str1, str2, str3, vip_snds, lamah_snds, credit, woe

  11. integer vip_snd1, vip_snd2, vip_snd3, vip_snd4

  12. integer lamah_snd1, lamah_snd2, lamah_snd3, lamah_snd4

  13. boolean vip, lamah

  14. WOE = ""

  15. WOE = ".sS$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Ss."

  16. WOE = "$$$$$SýS$$$$$$$Sý$$$$SýýýýýýS$$$SýýýýýýS$$$$$"

  17. WOE = "$$$'.s$s.`$$$'.s$s.'.sS$$$ýSs.'.sS$$$ýSs.`$$$"

  18. WOE = "$$$ $$$$$ $$$ $$$$$ $$$$$$ $$$ $$$$$$.`ý$ $$$"

  19. WOE = "$$$ $$$$$ $ý$ $$$$$ $$$$$$ $$$ $$$$$$$s $$$"

  20. WOE = "$$$ $$$$$.s$s.$$$$$ $$$$$$ $$$ $$ZB!$'.s$ $$$"

  21. WOE = "$$$ $$$$$$$$$$$$$$$ $$$$$$ $$$ $$$$$$ $$$ $$$"

  22. WOE = "$$$.`ýS$Sý'~`ýS$Sý',`ýS$$$sSý',`ýS$$$sSý'.$$$"

  23. WOE = "$$$$$SsssS$$$SsssS$$$SssssssS$$$SssssssS$$$$$"

  24. WOE = "$$ý^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ý$$"

  25. WOE = "$$ (-) wASTED - oBFUSCATED - eVOLUTiON (-) $$"

  26. WOE = "$$s,.....................................,s$$"

  27. WOE = "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"

  28. WOE = "`ýS$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Sý'"

  29. WOE = ""

  30. WOE = " (c) Wasted Obfuscated Evolution "

  31. WOE = ""

  32. WOE = " sO yOU'VE dECiDED tO dECOMPiLE mY wORK? "

  33. WOE = " iF iT'S bECAUSE yOU wANNA lEARN mORE "

  34. WOE = " aBOUT tHiS, tHEN iT'S oK!, aS lONG aS "

  35. WOE = " yOU giVE cREDiT tO mE! "

  36. WOE = " dON'T cHANGE aNYTHiNG iN hERE! "

  37. WOE = " iF yOU wANT cHANGES mADE, siMPLY mAiL mE "

  38. WOE = " aT zubfatal_dk@hotmail.com "

  39. WOE = " aND i'LL gET bACK tO yOU ASAP! "

  40. WOE = ""

  41. WOE = " l8R dUDE.. "

  42. WOE = " ....ZubFataL"

  43. WOE = ""

  44. clr = readline(ppepath() + ppename() + ".cfg",1)

  45. del = readline(ppepath() + ppename() + ".cfg",2)

  46. str1 = readline(ppepath() + ppename() + ".cfg",3)

  47. str2 = readline(ppepath() + ppename() + ".cfg",4)

  48. str3 = readline(ppepath() + ppename() + ".cfg",5)

  49. vip_snds = readline(ppepath() + ppename() + ".cfg",6)

  50. vip_snds = replace(vip_snds,","," ")

More Related