HACKING 120% {Hacking, programmazione, computer & molto altro}

[Autoit] fake virus v2

« Older   Newer »
  Share  
monkeythepowa
view post Posted on 22/6/2014, 13:22     +1   -1




NOTE: Non funziona più come un tempo la pagina internet è stata cancellata ma era una pagina con scritto "YOU GOT HACKED" tipo. Ad ogni modo epr i principianti qualche funzione potrebbe tornare ultile. E' finto, non fa nulla come potete vedere ma per chi è alle prime armi potrebbe essere un bello scherzo:

Source:

CODICE
Move(Random(0,@DesktopWidth,1),Random(0,@DesktopHeight,1))
Next
Run ('notepad.exe')
Send ('Oh, ecco finalmente sono entrato nel tuo computer,'&@CR& 'ora posso divertirmi!! MUAHHAHA xD')
$msgx = msgbox(4,'Formattazione','Vuoi formattare il computer?',10)
if $msgx = 6 then
msgbox(0,'Ok','Ok, come vuoi')
elseif $msgx = 7 then
msgbox (0,'No','No non è una risposta accettabile, quindi decido io, lo vuoi formattare!!')
else
msgbox (0,'Ok','Ok, decido io per te',10)
endif

$Form1 = GUICreate("Computer Format", 625, 445, 192, 124)
$Progress1 = GUICtrlCreateProgress(184, 240, 273, 33)
GUISetState(@SW_SHOW)
GUICtrlSetData($Progress1,10)
sleep(500)
GUICtrlSetData($Progress1,25)
sleep(500)
GUICtrlSetData($Progress1,40)
sleep(500)
GUICtrlSetData($Progress1,55)
sleep(500)
GUICtrlSetData($Progress1,70)
sleep(500)
GUICtrlSetData($Progress1,85)
sleep(500)
GUICtrlSetData($Progress1,100)
sleep(500)

msgbox (0,'Successo','Formattazzione effettuata con successo!')
GUICreate("",@desktopwidth,@desktopheight,0,0,0x80000000)
GUISetBkColor(0x000000)
GUISetState()
Sleep(2000)

$dir = (@windowsdir&'\hacked.bmp')
$style = 0
Func _ChangeDesktopWallpaper($dir, $style)
If Not FileExists($dir) Then Return -1
Local $SPI_SETDESKWALLPAPER = 20
Local $SPIF_UPDATEINIFILE = 1
Local $SPIF_SENDCHANGE = 2
Local $REG_DESKTOP= "HKEY_CURRENT_USER\Control Panel\Desktop"
if $style = 1 then
RegWrite($REG_DESKTOP, "TileWallPaper", "REG_SZ", 1)
RegWrite($REG_DESKTOP, "WallpaperStyle", "REG_SZ", 0)
Else
RegWrite($REG_DESKTOP, "TileWallPaper", "REG_SZ", 0)
RegWrite($REG_DESKTOP, "WallpaperStyle", "REG_SZ", $style)
EndIf
EndFunc
shellexecute ('http://mrdeathspace.altervista.org/hacked.php')
Opt("SendKeyDelay",65)
$d=DriveGetDrive("CDROM")
CDTray($D[1],"open")


Download attachment
fake_virus_2.0.rar ( Number of downloads: 56 )

 
Top
vogy
view post Posted on 22/6/2014, 13:54     +1   -1




Sinceramente ignoravo totalmente l'esistenza di tale 'Autoit', quindi me lo scarico e vedo che cacchio di linguaggio è :)

Spero sia C-forme e non VB-forme :(
 
Top
view post Posted on 22/6/2014, 14:12     +1   -1
Avatar

Water can take unforseen forms.

Group:
Founder
Posts:
5,273
Reputation:
+1,147
Location:
Shabang

Status:


E' il lamer language successivo al batch :asd:
Tutto tranne che un c-shape.
 
Web  Top
vogy
view post Posted on 22/6/2014, 14:20     +1   -1




ehm... c'è solo un eseguibile, se non c'è un sorgente che cacchio ci faccio????
 
Top
monkeythepowa
view post Posted on 22/6/2014, 14:45     +1   -1




Guarda è un linguaggio molto semplice che ho imparato a 13 anni, è divertente e in relazione alla sua semplicità è davvero utile e versatile! Ci si fa TUTTO e intendo proprio tutto, anche cose diciamo 'illegali'.

EDIT: c'è lo spoiler amico :c
 
Top
vogy
view post Posted on 22/6/2014, 15:23     +1   -1




ahhhhhhnnnn... visto ora :P

[edit]
carino, sembra un innesto di Bash dentro VBS...
La compressione con UPX è fatta da te?

Edited by vogy - 22/6/2014, 16:31
 
Top
monkeythepowa
view post Posted on 22/6/2014, 15:25     +1   -1




Se ti servono dritte ricordo ancora come funziona, anzi credo che posterò una guida se a qualcuno interessa, è davvero facile!
 
Top
6 replies since 22/6/2014, 13:22   121 views
  Share