[ESRO]Sp Exploit - Packed based working

08/08/2011 15:05 LaHonda781#1
You can find the Guide in the Chat:

[Only registered and activated users can see links. Click Here To Register...]

You will need this autoit script to send the packages:

Code:
#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.3.6.0
 Author:         Frayzer

 Script Function:
	Template AutoIt script.

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here

#include <string.au3>
Global $sBuffer, $rBuffer
Global $iSize, $iIndex

#region PacketWriter
Func NewPacket($sValue, $iValue)
	Local $sTemp = Hex($sValue)
	$sBuffer = ""
	$iSize = 0
	$sBuffer &= StringLeft(ReverseHex(Hex($sValue)), 4);length
	$sBuffer &= StringLeft(ReverseHex(Hex($iValue)), 4);security
EndFunc   ;==>NewPacket

Func AppendByte($sValue)
	$sBuffer &= StringRight(Hex($sValue), 2)
	$iSize += 1
EndFunc   ;==>AppendByte

Func AppendWord($sValue)
	$sBuffer &= StringLeft(ReverseHex(Hex($sValue)), 4)
	$iSize += 2
EndFunc   ;==>AppendWord

Func AppendDWord($sValue)
	$sBuffer &= StringLeft(ReverseHex(Hex($sValue)), 8)
	$iSize += 4
EndFunc   ;==>AppendDWord

Func AppendString($sString, $Unicode = false)
	Local $iLength = StringLen($sString)
	If $Unicode Then
		$sBuffer &= _StringToHexExt($sString, True)
		$iSize += $iLength * 4
	Else
		$sBuffer &= _StringToHexExt($sString)
		$iSize += $iLength * 2
	EndIf
EndFunc   ;==>AppendString

Func GetPacket()
	Local $sTemp = "0x"
	$sTemp &= StringLeft(ReverseHex(Hex($iSize)), 4)
	$sTemp &= $sBuffer
	Return $sTemp
EndFunc   ;==>GetPacket
#endregion

#region PacketReader
Func BeginParse($sString)
	$iIndex = 1
	$rBuffer = StringMid($sString, 13)
	Return Dec(StringMid($sString, 3, 2) & StringMid($sString, 1, 2))
EndFunc   ;==>BeginParse

Func ReadByte()
	Local $result = Dec(StringMid($rBuffer, $iIndex, 2))
	$iIndex += 2
	Return $result
EndFunc   ;==>ReadByte

Func ReadWord()
	Local $result = Dec(ReverseHex(StringMid($rBuffer, $iIndex, 4)))
	$iIndex += 4
	Return $result
EndFunc   ;==>ReadWord

Func ReadDWord()
	Local $result = Dec(ReverseHex(StringMid($rBuffer, $iIndex, 8)))
	$iIndex += 8
	Return $result
EndFunc   ;==>ReadDWord

Func ReadString($iLength, $Unicode = False)
	Local $result, $string = ""
	If $Unicode Then
		For $i = 0 To $iLength - 1
			$string &= StringMid($rBuffer, $iIndex + $i * 4, 2)
		Next
		$iIndex += $iLength * 4
	Else
		$string = StringMid($rBuffer, $iIndex, $iLength * 2)
		$iIndex += $iLength * 2
	EndIf
	$result = _HexToString($string)
	Return $result
EndFunc   ;==>ReadString
#endregion

Func ReverseHex($sString)
	Local $sTemp, $len
	For $i = StringLen($sString) + 1 To 1 Step -2
		$sTemp &= StringMid($sString, $i, 2)
	Next
	Return $sTemp
EndFunc   ;==>ReverseHex

Func _StringToHexExt($sString, $Unicode = False)
	Local $string
	If $Unicode Then
		For $i = 1 To StringLen($sString)
			$string &= _StringToHex(StringMid($sString, $i, 1)) & "00"
		Next
	Else
		For $i = 1 To StringLen($sString)
			$string &= _StringToHex(StringMid($sString, $i, 1))
		Next
	EndIf
	Return $string
EndFunc   ;==>_StringToHexExt
(Credits go to [Only registered and activated users can see links. Click Here To Register...]).

Have fun and enjoy it!

PS: KingLi wanted me to release it!
08/09/2011 02:29 nansif2#2
lets test thanks :)
i will post result later
08/09/2011 03:28 Limeni87#3
And what i do with this code ?
I mean where i put it ?
08/09/2011 03:48 3lyka#4
Quote:
Originally Posted by Limeni87 View Post
And what i do with this code ?
I mean where i put it ?
AutoIt look at the start of script
08/09/2011 03:50 _HouseMusicx3#5
So this autoit script is the bypass ?

if yes :D

baby here i come ff in no time

i gonna give it a try after i got some cursed heart
08/09/2011 03:52 lordjaggi#6
all admin gotta check is see how many sp people make in an hour/day and people should get caught. Sadly he too lazy
08/09/2011 03:57 _HouseMusicx3#7
to bad im noob in autoit cant even start the script o.O
08/09/2011 04:00 rushcrush#8
well iam not good with this
i dont know what to do xD
better if there's guide
with video or pic xD
GL
08/09/2011 04:08 _HouseMusicx3#9
Disconnect after spawning ..
08/09/2011 04:22 nansif2#10
the problem is just can dupe, curse heart or edit skills potion
08/09/2011 04:24 hambal#11
what i need to do dont understand it :$
08/09/2011 04:25 ✗EpicSoul✗#12
maybe a little tut would be awesome...
08/09/2011 04:29 hambal#13
yeah indeed
08/09/2011 05:05 lostaqq#14
all need it ;D pls fast when Elite-Sro team dont fix this.
08/09/2011 05:18 rushcrush#15
Quote:
Originally Posted by lostaqq View Post
all need it ;D pls fast when Elite-Sro team dont fix this.
i dont think admin elite sro can fix it
cuz he noob lol
so dont worry