Nu te inregistra daca esti idiot sau agramat!


AlphaCS.RO[ORIGINAL GAMING]


Thanks Thanks:  2
Likes Likes:  5
Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1

    User Info Menu

    SV_CheckForDuplicateNames explota



    Abilitati:

    Loop connect
    RevEmu
    SettiEmu
    oldRevEmu random
    AVSMP 1 random
    AVSMP 0 random
    SteamEmu random
    Native steam (certificat valid de steam/valve) ma refer ca te poti conecta pe serverele only steam cu steamid-ul meu (https://steamcommunity.com/id/SkillartzHD_hlds)
    abilitatea de a iti alege numele jucatorului
    CDKey valid+random


    el functioneaza pe mai multe servere , intra in program si apasa pe butonul de info

    a da , trebui framework 3.5

    1.0.0

    http://rgho.st/private/7CGPtNNxr/a83...b184f708f79647


    1.0.1

    --- de acum poti sa dobori mai multe servere din acelasi program
    --- am adaugat un checkbox pentru a avea un nume random la fiecare conectare jucatorul
    --- am schimbat putin designul pentru ca arata groaznic


    http://rgho.st/private/7Wj5THKxw/94c...8baf929ba57156

    1.0.2


    --- fix bug
    --- add hltv
    --- add player password
    --- i added the response from the server (ServerRecv/recvfrom)

    http://rgho.st/7wYRBnC58

    1.0.3
    --- fixed "Invalid protinfo in connect command"



    http://rgho.st/8BnC6NTXC
    VT: https://www.virustotal.com/ru/file/8...is/1529319863/

    Versiunea 2.0 : https://alphacs.ro/showthread.php?10...294#post497294
    Attached Files Attached Files
    Last edited by SkillartzHD; 22-01-19 at 18:05. Reason: https://alphacs.ro/showthread.php?103292-Exploit-SV_CheckForDuplicateNames-v2&p=497294#post497294

  2. Likes ConceptioN, ?RyN?, Mihai.!? liked this post
  3. #2

    User Info Menu

    genial ce pot spune , topic adaugat la sticky

  4. #3

    User Info Menu

    pentru rezolvare

    okapi
    Code:
    /* Plugin generated by AMXX-Studio */
    
    #include <amxmodx>
    #include <okapi>
    
    #define voidfunc "SV_CheckForDuplicateNames"
    #define console_max 0xff
    
    #define PLUGIN "SV_CheckForDuplicateNames_fix"
    #define VERSION "1.0.8"
    #define AUTHOR "SkillartzHD"
    
    new SV_CheckForDuplicateNames_win[] = {
    	0x55,0x8B,0xEC,0x83,0xEC,0xDEF,0x56,0x57,0xDEF,0xDEF,
    	0xDEF,0x68,0xDEF,0x56,0xDEF,0xDEF,0x57,0xDEF,0x45,0xDEF,
    	0xDEF,0xDEF,0xDEF,0xDEF,0xDEF,0x45,0xDEF,0xDEF,0xDEF,
    	0xDEF,0xDEF,0xDEF
    }
    
    public plugin_precache() {
    	
    	register_plugin(PLUGIN, VERSION, AUTHOR)
    	
    	new LogPlugin[0xFF],LogPluginError[0xFF]
    	formatex(LogPlugin,charsmax(LogPlugin),"%s Functia %s a primit hook cu succes",PLUGIN,voidfunc)
    	formatex(LogPluginError,charsmax(LogPluginError),"%s n-am gasit functia %s",PLUGIN,voidfunc)
    	
    	if(is_linux_server()){
    		new linux = okapi_engine_get_symbol_ptr(voidfunc)
    		if(linux){
    			okapi_add_hook(okapi_build_function(linux,arg_string,arg_int,arg_int),voidfunc)
    			server_print("%s [linux]",LogPlugin)
    		}
    		else{
    			server_print("%s [linux]",LogPluginError)
    		}
    	}
    	else{
    		new windows = okapi_engine_find_sig(SV_CheckForDuplicateNames_win,charsmax(SV_CheckForDuplicateNames_win))
    		if(windows){
    			okapi_add_hook(okapi_build_function(windows,arg_string,arg_int,arg_int),voidfunc)
    			server_print("%s [windows]",LogPlugin)
    		}
    		else{
    			server_print("%s [windows]",LogPluginError)
    		}
    	}
    }
    public SV_CheckForDuplicateNames(userinfo[],bIsReconnecting,nExcludeSlot){
    	if(IsInvalidFunction()){
    		return okapi_ret_supercede
    	}
    	return okapi_ret_ignore
    }
    
    stock IsInvalidFunction(){
    	if(okapi_engine_find_string("(%d)%-0.*s")){
    		if(containi(Argv4(),"^x22")!=-0x01 || containi(Argv4(),"^x2E^x2E")!=-0x01 ||
    		containi(Argv4(),"^x5C")!=-0x01 || containi(Argv4(),"^x2E^xFA^x2E")!=-0x01) {
    			new GetInvalid[0x78]
    			BufferName(Argv4(),0x5DC,GetInvalid)
    			server_cmd("^x6B^x69^x63^x6B^x20^x25^x73^x22",GetInvalid)
    			return 1
    		}
    	}
    	return 0
    }
    
    stock Argv4(){
    	new text[console_max]
    	read_argv(0x04,text,charsmax(text))
    	return text
    }
    
    stock BufferName(info[],size,name[],size_name = 31)
    {
    	new heh = 0x00;
    	if ((heh = containi(info, "\name\") ) != -1){
    		heh += 0x06;
    		new len = 0x00;
    		while(info[heh] != '\' && info[heh] != '"' && len < size_name && heh < size)
    			name[len++] = info[heh++];
    		
    		name[len] = EOS;
    	}
    	else{
    		name[0x00] = EOS;
    	}
    }
    orpheu

    Code:
    {
        "name" : "SV_CheckForDuplicateNames",
        "library" : "engine",
        "arguments" :
        [
            {
                "type" : "char *"
            },
          {
                "type" : "int"
            },
            {
                "type" : "int"
            }
        ],
       "identifiers" :
       [
          {
             "os" : "windows",
             "value" : [0x55,0x8B,0xEC,0x83,0xEC,"*",0x56,0x57,"*","*","*",0x68,"*",0x56,"*","*",0x57,"*",0x45,"*","*","*","*","*","*",0x45,"*","*","*","*","*","*"]
          },
          {
             "os" : "linux",
             "value" : "SV_CheckForDuplicateNames"
          }
       ]
    }
    Code:
    /* Plugin generated by AMXX-Studio */
    
    #include <amxmodx>
    #include <orpheu>
    #include <orpheu_memory>
    
    #define voidfunc "SV_CheckForDuplicateNames"
    #define console_max 0xff
    
    #define PLUGIN "SV_CheckForDuplicateNames_fix orpheu version"
    #define VERSION "1.0.5"
    #define AUTHOR "SkillartzHD"
    
    
    #define orpheufile "addons/amxmodx/configs/orpheu/functions/SV_CheckForDuplicateNames"
    public plugin_precache() {
       
       register_plugin(PLUGIN, VERSION, AUTHOR)
       
       new LogPlugin[0xFF],LogPluginError[0xFF]
       formatex(LogPlugin,charsmax(LogPlugin),"%s Functia %s a primit hook cu succes",PLUGIN,voidfunc)
       formatex(LogPluginError,charsmax(LogPluginError),"%s n-am gasit functia %s",PLUGIN,voidfunc)
       
       
       if(file_exists(orpheufile)){
          OrpheuRegisterHook(OrpheuGetFunction("SV_CheckForDuplicateNames"),"SV_CheckForDuplicateNames")
          server_print("dada %s",LogPlugin)
       }
       else{
          server_print("%s",LogPluginError)
       }
       
    }
    public OrpheuHookReturn:SV_CheckForDuplicateNames(userinfo[],bIsReconnecting,nExcludeSlot){
       if(IsInvalidFunction()){
          return OrpheuSupercede
       }
       return OrpheuIgnored
    }
    
    stock IsInvalidFunction(){
       if(containi(Argv4(),"^x22")!=-0x01 || containi(Argv4(),"^x2E^x2E")!=-0x01 ||
       containi(Argv4(),"^x5C")!=-0x01 || containi(Argv4(),"^x2E^xFA^x2E")!=-0x01) {
          new GetInvalid[0x78]
          BufferName(Argv4(),0x5DC,GetInvalid)
          server_cmd("^x6B^x69^x63^x6B^x20^x25^x73^x22",GetInvalid)
          return 1
       }
       return 0
    }
    
    stock Argv4(){
       new text[console_max]
       read_argv(0x04,text,charsmax(text))
       return text
    }
    
    stock BufferName(info[],size,name[],size_name = 31)
    {
       new heh = 0x00;
       if ((heh = containi(info, "\name\") ) != -1){
          heh += 0x06;
          new len = 0x00;
          while(info[heh] != '\' && info[heh] != '"' && len < size_name && heh < size)
             name[len++] = info[heh++];
          
          name[len] = EOS;
       }
       else{
          name[0x00] = EOS;
       }
    }
    /* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
    *{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1033\\ f0\\ fs16 \n\\ par }
    */

  5. Thanks reisreis thanked for this post
  6. #4

    User Info Menu

    pt astia cu static, folositi si voi vpn inainte
    in rest, genial si usor de folosit


  7. #5

    User Info Menu

    How can I open the program that it does not open me?

  8. #6

    User Info Menu

    1.0.3 1.0.9
    So , what's is new skillartzhd in last software?
    --- add a checkbox "Bypass ReHLDS"
    --- maked a bypass for rehlds fix
    --- add a checkbox "console log" to enable/disable print in logtext
    --- "Console log" is for in case if you want to attack the servers faster to not processing so much the program
    --- the design was changed
    --- updated the "native steam" with the current certificate of valve
    --- this bypass rehlds has been updated in several vulnerabilities (he is chosen random)
    --- CL_CreateFakePlayer send 2 players (not 3 as it was in previous versions)
    --- logtext is cleaned automatically at 30 of lines touched (to not freeze the software program)
    --- setinfo (userinfo) now and he is random (ex : cl_lw/cl_lc/topcolor etc..)
    --- at the end software the servers will be saved in ServerList.txt
    --- on opening the software , the servers will be indexed of ServerList.txt (if there is)
    --- add the button "-" is to display the console in the program , "<--" and to not display
    --- now logtext not allow ctrl+v(paste)
    --- unfreeze GUI window in loop (where is many servers in the list)
    --- add a command "connect" to connect player to server
    --- add a command "cmdlist" for show commands registred in software
    --- add a command "visit"
    --- add a command "echo" to print console
    --- add a command "quit" to quit software
    --- add a command "setinfo" to add a new userinfo in CL_CreateFakePlayer
    --- commands that do not exist will receive un message "unknown command : cmd"
    --- i added a small label that informs you how many servers have been attacked and how many more are attacked (udp sended 1/50)
    --- the choice of the name has been changed to 8 characters to be crash hlds greater
    --- console write a log in CL_cstrike/ServerConsole.ini
    --- moved ServerList.ini in CL_cstrike/ServerList.ini
    --- added emulator for SXEI (thanks to magister)
    --- fix small bug
    --- the "info" button now has a window
    --- removed timer in form1_loaded();
    --- add limit to NameText(18) and Server Password(40)
    --- moved label "udp sended" to groupbox
    --- await task.delay(100) changed to await task.delay(30) in CL_CreateFakePlayer
    --- added all message sended by SV_RejectConnection(0x09) in console software
    --- add a command "reload" to open new tab for software(form1)
    --- the program can't be opened 2 times (use reload for write a new memory)
    --- now sendrecv print the userid of the player sent by the server



    maine o sa postez aici versiunea privata e exploitului rehlds (fara rusii fututi in cur si ratati de extreamcs)

    pana acum sunt peste 500 de utilizatori a acestui software de exploatare rehlds/hlds
    Last edited by SkillartzHD; 09-08-18 at 04:29.

  9. Likes Sow#AlexX, Dream1 liked this post
  10. #7

    User Info Menu

    Downoald link?

  11. #8

    User Info Menu

    Download link? SkillartzHD's

  12. #9

    User Info Menu

    Quote Originally Posted by reisreis View Post
    Download link? SkillartzHD's
    Check first post and you will have all download link

    Daca doresti sa ma contactezi:

    Skype : thelord353
    Discord : thelordacs
    Nu imi plac oamenii falsi cu doua fete !
    Daca esti un lingau amarat nu te mai obosi sa ma bagi in seama !
    Dupa cum vorbesti/cum te comporti isi da oricine seama ca esti un fals ,
    un zero care provoaca greata doar prin simplul fapt ca deschide gura !




    Valoare




  13. #10

    User Info Menu

    1.0.9 Version Download Link Bro ?

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •