Register for your free account! | Forgot your password?

You last visited: Today at 13:12

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Bypass (suspender) src

Discussion on Bypass (suspender) src within the Dekaron Exploits, Hacks, Bots, Tools & Macros forum part of the Dekaron category.

Reply
 
Old   #1
 
gawron25's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 109
Received Thanks: 326
Bypass (suspender) src

Code:
#include <NomadMemory.au3>
#include <Array.au3>
#include <Memory.au3>
#include <File.au3>


Call("monster2")

Func monster2()
   
    $list1 = ProcessList()
    $msg1 = _arrayfindall($list1, "Dekaron.exe", 1, $list1[0][0])
    If @error = 6 Then
        Call("monster")
    EndIf
    For $z = 1 To 1
        $listdone1 = _arraycombinations($msg1, $z, "")
    Next
    While 1
        $list = ProcessList()
        $msg = _arrayfindall($list, "Dekaron.exe", 1, $list[0][0])
        For $i = 1 To 1
            $listdone = _arraycombinations($msg, $i, "")
        Next
        If $listdone[0] > $listdone1[0] Then
            $x = $list[$listdone[$listdone[0]]][1]
            While 1
                $handle = _memoryopen($x)
                $test = _memoryread(0x009807AE, $handle, "byte")
                If $test = 204 Then
                    _processsuspend($x)
                    _processsuspend("xxd.xem")
                    _processsuspend("x3.xem")
                    _processsuspend("xmag.xem")
                    _processsuspend("vtany.sys")
                    _memoryclose($handle)
                    Sleep(10)
                    _filewritetoline("PID.txt", 4, $x, 0)
                    MSGBOX ( 44096 , "DEKARON" , "ACTIVE HACKS THEN PRESS OK" ) 
                    _processresume($x)
                    _processresume("xxd.xem")
                    _processresume("x3.xem")
                    _processresume("xnag.xem")
                    Exit 
                EndIf
            WEnd
        EndIf
    WEnd
EndFunc

Func monster()
    While 1
       sleep(100)
        If ProcessExists("Dekaron.exe") Then
            $proces_id = ProcessExists("Dekaron.exe")
            $handle = _memoryopen($proces_id)
            $test = _memoryread(0x009807AE, $handle, "byte")
            If $test = 204 Then
                _processsuspend($proces_id)
                _processsuspend("xxd.xem")
                _processsuspend("x3.xem")
                _processsuspend("xmag.xem")
                _processsuspend("vtany.sys")
                _memoryclose($handle)
                Sleep(10)
                _filewritetoline("PID.txt", 4, $proces_id, 0)
                MSGBOX ( 44096 , "DEKARON" , "ACTIVE HACKS THEN PRESS OK" ) 
                _processresume($proces_id)
                _processresume("xxd.xem")
                _processresume("x3.xem")
                _processresume("xnag.xem")
                Exit 
            EndIf
        EndIf
    WEnd
EndFunc

Func _memorywritemod($adress, $handle, $data)
    $count = StringSplit($data, " ")
    For $i = 0 To Binary($count[0] - 1) Step 1
        $hexcount = "0x" & $count[$i + 1]
        _memorywrite($adress + $i, $handle, Binary($hexcount), "byte")
    Next
EndFunc

Func _processsuspend($processid)
    If $processid Then
        $ai_handle = DllCall("kernel32.dll", "int", "OpenProcess", "int", 2035711, "int", False, "int", $processid)
        $i_sucess = DllCall("ntdll.dll", "int", "NtSuspendProcess", "int", $ai_handle[0])
        DllCall("kernel32.dll", "ptr", "CloseHandle", "ptr", $ai_handle)
        If IsArray($i_sucess) Then
            Return 1
        Else
            SetError(1)
            Return 0
        EndIf
    Else
        SetError(2)
        Return 0
    EndIf
EndFunc

Func _processresume($processid)
    If $processid Then
        $ai_handle = DllCall("kernel32.dll", "int", "OpenProcess", "int", 2035711, "int", False, "int", $processid)
        $i_sucess = DllCall("ntdll.dll", "int", "NtResumeProcess", "int", $ai_handle[0])
        DllCall("kernel32.dll", "ptr", "CloseHandle", "ptr", $ai_handle)
        If IsArray($i_sucess) Then
            Return 1
        Else
            SetError(1)
            Return 0
        EndIf
    Else
        SetError(2)
        Return 0
    EndIf
EndFunc
gawron25 is offline  
Thanks
9 Users
Old 10/29/2012, 00:13   #2
 
elite*gold: 0
Join Date: Dec 2011
Posts: 264
Received Thanks: 17
Sorry for not having any brain.exe about this one. Is this something like process suspender/hacker? Or should it be inserted in CE? Cause I'm having a problem with my process suspender, when i am trying to suspend dekaron.exe and xigncode.exe, it always says that the program is unable to suspend.

Thanks
Flaws is offline  
Old 10/29/2012, 00:35   #3
 
gawron25's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 109
Received Thanks: 326
Depending on which method you use, when you want to suspend applications, if you do it too late and xigncode turns on (which loads the DLL causing block exe) you can't do anything.
gawron25 is offline  
Thanks
2 Users
Old 10/29/2012, 02:15   #4
 
elite*gold: 0
Join Date: Mar 2008
Posts: 199
Received Thanks: 19
what program is used to make this script?
redplague is offline  
Old 10/29/2012, 02:29   #5
 
gawron25's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 109
Received Thanks: 326
AutoIt
gawron25 is offline  
Old 10/29/2012, 12:08   #6
 
elite*gold: 0
Join Date: Jun 2008
Posts: 51
Received Thanks: 0
Hey,
How to use this script?
roma089 is offline  
Old 10/29/2012, 12:39   #7
 
Naniooooo's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 1,046
Received Thanks: 149
maybe use auto it ?
Naniooooo is offline  
Old 10/29/2012, 16:15   #8
 
elite*gold: 0
Join Date: Jun 2008
Posts: 51
Received Thanks: 0
Quote:
Originally Posted by Naniooooo View Post
maybe use auto it ?
I have searched for it and couldn't find it, is there a link?
roma089 is offline  
Old 10/29/2012, 22:13   #9
 
b0n3z's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 30
Received Thanks: 52
Quote:
Originally Posted by roma089 View Post
I have searched for it and couldn't find it, is there a link?
b0n3z is offline  
Thanks
2 Users
Old 10/29/2012, 22:15   #10



 
guesswho-.-'s Avatar
 
elite*gold: 393
Join Date: Jan 2012
Posts: 2,445
Received Thanks: 1,100
Quote:
Originally Posted by roma089 View Post
I have searched for it and couldn't find it, is there a link?
you clearly havent searched at all.
guesswho-.- is offline  
Old 10/30/2012, 15:44   #11
 
Brutalon's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 995
Received Thanks: 471
Suspending **** is still working O.o
Brutalon is offline  
Old 10/30/2012, 18:02   #12
 
0wnU's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 261
Received Thanks: 621
yep good stuff
0wnU is offline  
Old 10/30/2012, 18:49   #13
 
nemesisysf's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 134
Received Thanks: 12
no we need new scripts...
nemesisysf is offline  
Old 10/30/2012, 19:31   #14
 
elite*gold: 0
Join Date: Jun 2008
Posts: 51
Received Thanks: 0
Can someone explain how to get it work/ how to use it?
roma089 is offline  
Old 10/30/2012, 19:33   #15



 
guesswho-.-'s Avatar
 
elite*gold: 393
Join Date: Jan 2012
Posts: 2,445
Received Thanks: 1,100
of course it still works, why wouldnt it.
use autoit to run it
guesswho-.- is offline  
Reply

Tags
suspender


Similar Threads Similar Threads
a suspender is a bypass?
12/20/2011 - S4 League - 3 Replies
sorry for the question but someone told me that a suspender is a bypass and he told me u can change item values with it when u suspend xtrapp and s4 league it works but idk if its right please help me if its right tell me how exactly (i mean when should i suspend and when ....)thanks.....
[TuT] "Suspender" HTD Bypass
06/25/2011 - S4 League Hacks, Bots, Cheats & Exploits - 28 Replies
Hi Eliters. I have got an other TuT for you. ____________________________________________ Don't Worry this is very simple and well explained. After a lot of time using the "Cytriik Trainer" I realised that the way it is not detected is simple.It suspends "Aegis.exe" and "Aegis64.exe" Process. So to test it I deleted the "Cytriik Trainer" Dll's from my S4 League folder and got a random hack.I suspend the two processes and Log In to my S4 Account,Nothing it was not detected. Things...



All times are GMT +1. The time now is 13:13.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.