Jump to content

Recommended Posts

Posted (edited)

Salutare!


Astazi am editat un micut script.


 


Q: Ce face mai exact?


Din cauza unor moduri(ENBSeries spre exemplu), SA:MP primeste crash la pornire.


Acest script sterge cheile de registru, astfel incat clientul SA:MP nu va mai primi crash la pornire.


 


Preview :


 


blVD8tv.png


 


Q: Cum il instalez?


Foarte simplu, il dezarhivezi in folderul principal GTA SA, unde ai SA:MP(samp.exe)


 


Download: http://www7.zippyshare.com/v/zBLmVxTw/file.html


Scanare: https://virustotal.com/ro/file/3677278a9560b9e161b0a33d17b66cd1d7a0a3489e6d524f902a957506b897be/analysis/1463494452/


Edited by Cheelnix
  • Upvote 1
Posted

KEYLOGGER, NU DESCARCATI!!!!!

 

Asa este, cum l-ai gasit?  :lol:

Dai edit si uite-te peste cod, daca intelegi ceva.

Posted

La testat cineva?

Este sigur?

 

Daca a spus unul ca este "keylogger" nu inseamna ca asa si este.

Uite, iti postez codul sursa.

 

@echo off
color 2
Title SA:MP Startup Utility / Bugged.ro Script
 
echo.
echo   [ SA:MP Startup Utility pentru comunitatea Bugged.ro ] 
echo           [ Edit: Cheelnix ] 
echo.
 
 
for /f "delims=" %%i in ('wmic useraccount where "name='%UserName%'" get sid /value') do (
  for /f "delims=" %%j in ("%%i") do set "%%j"
)
 
 
pushd %~dp0 >nul 2>&1
 
REM // Aici incepe partea de registru
 
REG Query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" >nul 2>&1
if %errorlevel%==0 ( 
REG Delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /f
echo. [script] Cheia de registru a fost stearsa!
) else (
echo. [script] Cheia de registru nu a fost gasita, trecem la urmatoarea! 
 
REG Query "HKEY_USERS\%SID%\Software\Microsoft\Internet Explorer\LowRegistry\Audio\PolicyConfig\PropertyStore" >nul 2>&1
if %errorlevel%==0 ( 
REG Delete "HKEY_USERS\%SID%\Software\Microsoft\Internet Explorer\LowRegistry\Audio\PolicyConfig\PropertyStore" /f
echo. [script] Cheia de registru a fost stearsa!
) else (
echo. [script] Cheia de registru nu a fost gasita, trecem la urmatoarea!  
 
REG Query "HKEY_USERS\%SID%\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" >nul 2>&1
if %errorlevel%==0 ( 
REG Delete "HKEY_USERS\%SID%\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /f
echo. [script] Cheia de registru a fost stearsa!
) else (
echo. [script] Cheia de registru nu a fost gasita, trecem la urmatoarea! 
 
REG Query "HKEY_USERS\%SID%_Classes\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\Microsoft\Direct3D\MostRecentApplication" >nul 2>&1
if %errorlevel%==0 ( 
REG Delete "HKEY_USERS\%SID%_Classes\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\Microsoft\Direct3D\MostRecentApplication" /f
echo. [script] Cheia de registru a fost stearsa!
) else (
echo. [script] Cheia de registru nu a fost gasita, trecem la urmatoarea! 
 
REG Query "HKEY_USERS\%SID%_Classes\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\Microsoft\DirectDraw\MostRecentApplication" >nul 2>&1
if %errorlevel%==0 ( 
REG Delete "HKEY_USERS\%SID%_Classes\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\Microsoft\DirectDraw\MostRecentApplication" /f
echo. [script] Cheia de registru a fost stearsa!
) else (
echo. [script] Cheia de registru nu a fost gasita, trecem la urmatoarea! 
 
REM // Aici se incheie partea de registru
 
echo. [script] Se pare ca totul functioneaza cum trebuie. Pornesc jocul!
start samp.exe
pause
  • 4 weeks later...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.