Jump to content

anath3ma

Members
  • Posts

    597
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by anath3ma

  1. i did not make the programs or themes i just find the way to improve my interface also if u know good photshop u can make ur own themes u can use it with every windows version startdock is the company and ofc this programs are trials but if u want i can send u the cracked versions just pm me or add me @ msn
  2. Before some months i have post again one topic about xp themes blabla so i decided to make a second part for more [glow=red,2,300]improved UI[/glow] take a look here: so if u want to improve more the windows interfaces etc etc u need this programs : [glow=purple,2,300]windows blind[/glow] [*]-> http://www.stardock.com/products/windowblinds [glow=purple,2,300]icon packager[/glow] [*]-> http://www.stardock.com/products/iconpackager/ [glow=purple,2,300]sys metrix[/glow] [*]-> http://www.xymantix.com/sysmetrix/ now for themes icons etc u can find it at this[*]->http://www.wincustomize.com/Skins.aspx?LibID=1 site and for a good backgrounds search on google for abstract u will find more than 30 good wallpapers
  3. daksi meta apo afto ti alo na peis hahahahah
  4. you will pay the DeveloperS or ? :P
  5. i have never programm before in COM but i have found this maybe can help ur situation http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=320 for C#
  6. so this is extract a crypt md5 hash from a target user namer hmmmm its 1 years old this exploit ... 2007 posible dont work... its for 1,4,5 we got 1,4,7..
  7. well if anyone play this game i have bypass the stupid Nprotect gameguard Download [*]- > http://rapidshare.com/files/143875619/rohanclientbypass1.rar.html also dont forget to backup ur old client also a sample video here [*]->http://uk.youtube.com/watch?v=bLAbQb61bs4
  8. i cant view the leters so i cant translate it but if u find it in eng i can make it greek
  9. also this dont work on sp3 i have test it right now...or maybe im doing something wrong how knows :P but almost every net in my town run sp1,2 so im able to do what i want :P have fun with the stupid guyz out there ;)
  10. re pedia oute ego perasa pouthena kseri kanis kana iek pliroforikis oxi texnikos kai blablabla programing thelo an exi kanis kati sto nou tou as to postari
  11. The ASm Code should be like this DEC ESI PUSH EBP DEC ESP DEC ESP DB 00 AND CH, BYTE PTR DS:[EDI+70] OUTS DX, BYTE PTR ES:[EDI] AND AL, BYTE PTR DS:[EAX] DB 00 ARPL WORD PTR DS:[EDX], DI POP ESP JA SHORT [glow=red,2,300]00403E38[/glow] OUTS DX, BYTE PTR ES:[EDI] OUTS DX, DWORD PTR ES:[EDI] JA SHORT 00403E47 POP ESP JNB SHORT [glow=red,2,300]00403E50[/glow] JNB SHORT[glow=red,2,300] 00403E4D[/glow] -> INS DWORD PTR ES:[EDI], DX XOR ESI, DWORD PTR DS:[EDX] POP ESP ARPL WORD PTR SS:[EBP+64], BP PREFIX CS: JS SHORT 00403E4A ADD BYTE PTR DS:[EAX], AL DEC ESI PUSH EBP DEC ESP DEC ESP PUSH EBX ADD BYTE PTR DS:[EDI+53], BL ADD BYTE PTR DS:[EDI+57], CL ADD BYTE PTR DS:[EAX], AL PUSH EBX PUSH EDI POP EDI PUSH EBX DEC EAX DEC EDI PUSH EDI ADD BYTE PTR DS:[EAX], AL ADD BYTE PTR DS:[EAX], AL PUSH [glow=red,2,300]00403DF4[/glow] PUSH [glow=red,2,300]00403DBD[/glow] PUSH [glow=red,2,300]00403DBD[/glow] -> Some Adress will wont be the same as mine ofc PUSH [glow=red,2,300]00403DCA[/glow] PUSH [glow=red,2,300]00403DC2[/glow] [glow=purple,2,300]CALL 004018D0[/glow] -> THis will shell the cmd with admin rights :) and u are in so this is what u want scovron?
  12. about bios there are tons of BIOS CRACKERS ARROUND !,backdoors etc "GET THE ADMIN RIGHTS" with local rights escalation if u are a normal user not admin right: there is a way to get the admin rights.. if u open the taskmanager u will see some process with user as system this process have 100% admin rights so u can born another process from one admin right process the easyest way is to crack spoolsv process u can do this if u change OEP and write an asm code that will execute the cmd.exe with admin rights also and this one but is for NT u can do it from registry from key :HKLM\Software\Microsoft\Windows NT\CurrentVersion\AeDebug cos as a normal user u can change this key without admin rights if u change the value to usrmgr.exe
  13. if ur administrator account doesnt have any password protection its piss of shit to change ur user password... restart ur pc push F8 enter to the safe mode with console the windows will start in safe mode with dos promt then type net user "your user here" "you password here" or control userpasswords2
  14. emulink Updated emudownload ->http://www.emulator-zone.com/download.php/emulators/gba/vboyadvance/VisualBoyAdvance-1.8.0-beta3.zip romdownload ->http://www.romsite.net pokemon cheadcodes ->http://www.pokemon-version.com
  15. i have see a program that allows u to see any password on the target pc this program can boot from a cd or flopy but i dont remember it now pure winasm program the passwords are stored in hash type in a file called SAM in C:\WINDOWS\system32\config u can view this file if u are dual boot linux on ur pc or u can copy it with some way from a bootable cd :) its not so easy
  16. well i have decide to make a game trainer winth python and i will post a sample [glow=gray,2,300]from ctypes import * import sys import os import win32process import win32con def neroEx(): hWnd = windll.user32.FindWindowA(0, 'Devil May Cry 4') if (hWnd > 0): print '*********************************************************' print 'Game Found!' print 'Lets Find The ProcessId' Pid = win32process.GetWindowThreadProcessId(hWnd) print 'Open The Process' for i in Pid: hAndle = windll.kernel32.OpenProcess(win32con.PROCESS_ALL_ACCESS,0,i) if (hAndle > 0): print 'Ok We Got Handle :',hAndle print 'Trying To Inject The Arbitary Code ->' try: windll.kernel32.WriteProcessMemory(hAndle,[glow=red,2,300]0x7ea4a8[/glow],[glow=red,2,300]0x90[/glow],4,0) windll.kernel32.WriteProcessMemory(hAndle,[glow=red,2,300]0x7ea4a9[/glow],[glow=red,2,300]0x90[/glow],4,0) windll.kernel32.WriteProcessMemory(hAndle,[glow=red,2,300]0x7ea4a10[/glow],[glow=red,2,300]0x90[/glow],4,0) print 'Arbitary Code Sucessfull INjected !' print '*********************************************************' except: print 'I Cant Inject The Code' def loadLibs(): os.system('color 0A') os.system('cls') print '*********************************************************' print '(1) Loading Libs ->' kernel32 = windll.kernel32 print windll.kernel32 , 'Kernel Lib' user32 = windll.user32 print windll.user32,'User32 Lib' print '*********************************************************' [glow=purple,2,300]loadLibs()[/glow] print '*********************************************************' print 'Devil May Cry Arbitary Code Injection' print 'Created By Dark1nJeCt1on' print 'With Pure Python',sys.version print '*********************************************************' [glow=purple,2,300]neroEx()[/glow][/glow] well this will let u use nero Ex gauge unlimited this is just a sample of code i dont wanna post it all cos its an open source and i dont someone copy my work anyway try it!
  17. ba alithia ine ego proxtes pigena na paro to leoforiaki mou kai imoun apenadi apo tin stasi k kai ida dio tipades na fasonode leo den pezi gomena tha ine i mia kiomos :P:P den itan hahahahaha telika den bika mazi tous giati sixathika tin zwi mou kai perimena misi ora mexri to epomeno....
  18. anath3ma

    I lol'd

    ahahahahahaha LOL ahahahahahahahahhahahhahahahahahahahhahaahh
  19. so u can add arbitary code on the picture :P very lame :P
  20. use nmap and the server host its very simple nmap will help u a lot,scan the host with nmap and nmap will show u what ports are open and what run on this port also u can search for exploits using the info from nmap its very simple ex at port 3306 sql ver 12312 u will search like exploits for sql ver 12312 maybe this tool can be out of date program so u need to know what target wanna -beep-up so Nmap FTW :P
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock