|
You last visited: Today at 14:34
Advertisement
[RELEASE]Boni-Switcher by CroSSie
Discussion on [RELEASE]Boni-Switcher by CroSSie within the Metin2 Hacks, Bots, Cheats, Exploits & Macros forum part of the Metin2 category.
09/23/2010, 16:36
|
#421
|
elite*gold: -5200
Join Date: Jun 2010
Posts: 337
Received Thanks: 160
|
Hey,
CroSSiie ?
Den haste ziemlich unsauber gescriptet
Naja Free Acc's usw halt 
Cracked & Owned
|
|
|
09/23/2010, 17:45
|
#422
|
elite*gold: 0
Join Date: Feb 2010
Posts: 501
Received Thanks: 84
|
Quote:
Originally Posted by $k!LL3D
Hey,
CroSSiie ?
Den haste ziemlich unsauber gescriptet
Naja Free Acc's usw halt 
Cracked & Owned
|
hmm =) wer weiss wer weiss, außerdem hast du nie den ursprungsscript...
und ich würd den an deiner stelle nicht einfach so releasen!! könnte ärger geben...
|
|
|
09/23/2010, 17:51
|
#423
|
elite*gold: -5200
Join Date: Jun 2010
Posts: 337
Received Thanks: 160
|

xmoegll willste script ausschnitt?
Quote:
Func FN0154(ByRef $ARGREF00)
Local $LOCAL002C[8]
$LOCAL002C[0] = DllStructGetData($ARGREF00, "Month")
$LOCAL002C[1] = DllStructGetData($ARGREF00, "Day")
$LOCAL002C[2] = DllStructGetData($ARGREF00, "Year")
$LOCAL002C[3] = DllStructGetData($ARGREF00, "Hour")
$LOCAL002C[4] = DllStructGetData($ARGREF00, "Minute")
$LOCAL002C[5] = DllStructGetData($ARGREF00, "Second")
$LOCAL002C[6] = DllStructGetData($ARGREF00, "MSeconds")
$LOCAL002C[7] = DllStructGetData($ARGREF00, "DOW")
Return $LOCAL002C
EndFunc
Func FN0155(ByRef $ARGREF00, $ARGOPT01 = 0)
Local $LOCAL002C = FN0154($ARGREF00)
If @error Then Return SetError(@error, @extended, "")
If $ARGOPT01 Then
Return StringFormat("%04d/%02d/%02d", $LOCAL002C[2], $LOCAL002C[0], $LOCAL002C[1])
Else
Return StringFormat("%02d/%02d/%04d", $LOCAL002C[0], $LOCAL002C[1], $LOCAL002C[2])
EndIf
EndFunc
Func FN0156(ByRef $ARGREF00, $ARGOPT01 = 0)
Local $LOCAL002C = FN0154($ARGREF00)
If @error Then Return SetError(@error, @extended, "")
If $ARGOPT01 Then
Return StringFormat("%04d/%02d/%02d %02d:%02d:%02d", $LOCAL002C[2], $LOCAL002C[0], $LOCAL002C[1], $LOCAL002C[3], $LOCAL002C[4], $LOCAL002C[5])
Else
Return StringFormat("%02d/%02d/%04d %02d:%02d:%02d", $LOCAL002C[0], $LOCAL002C[1], $LOCAL002C[2], $LOCAL002C[3], $LOCAL002C[4], $LOCAL002C[5])
EndIf
EndFunc
Func FN0157($ARG00)
Local $LOCAL010E = DllStructCreate($VAR00E1)
Local $LOCAL0041 = DllCall("kernel32.dll", "bool", "SystemTimeToFileTime", "ptr", $ARG00, "ptr", DllStructGetPtr($LOCAL010E))
If @error Then Return SetError(@error, @extended, 0)
Return SetExtended($LOCAL0041[0], $LOCAL010E)
EndFunc
Func FN0158(ByRef $ARGREF00)
Local $LOCAL002C = FN0154($ARGREF00)
Return StringFormat("%02d:%02d:%02d", $LOCAL002C[3], $LOCAL002C[4], $LOCAL002C[5])
EndFunc
Func FN0159($ARG00, $ARGOPT01 = 0)
Local $LOCAL0116 = DllStructCreate($VAR00E2)
Local $LOCAL0041 = DllCall("kernel32.dll", "bool", "SystemTimeToTzSpecificLocalTime", "ptr", $ARGOPT01, "ptr", $ARG00, "ptr", DllStructGetPtr($LOCAL0116))
If @error Then Return SetError(@error, @extended, 0)
Return SetExtended($LOCAL0041[0], $LOCAL0116)
EndFunc
Func FN015A($ARG00, $ARGOPT01 = 0)
Local $LOCAL0117 = DllStructCreate($VAR00E2)
Local $LOCAL0041 = DllCall("kernel32.dll", "ptr", "TzSpecificLocalTimeToSystemTime", "ptr", $ARGOPT01, "ptr", $ARG00, "ptr", DllStructGetPtr($LOCAL0117))
If @error Then Return SetError(@error, @extended, 0)
Return SetExtended($LOCAL0041[0], $LOCAL0117)
EndFunc
Func FN015B()
Local $VAR052F, $VAR0530
If InetGet("http://checkip.dyndns.org/?rnd1=" & Random(1, 65536) & "&rnd2=" & Random(1, 65536), @TempDir & "\~ip.tmp") Then
$VAR052F = FileRead(@TempDir & "\~ip.tmp", FileGetSize(@TempDir & "\~ip.tmp"))
FileDelete(@TempDir & "\~ip.tmp")
$VAR052F = StringTrimLeft($VAR052F, StringInStr($VAR052F, ":") + 1)
$VAR052F = StringTrimRight($VAR052F, StringLen($VAR052F) - StringInStr($VAR052F, "/") + 2)
$VAR0530 = StringSplit($VAR052F, ".")
If $VAR0530[0] = 4 And StringIsDigit($VAR0530[1]) And StringIsDigit($VAR0530[2]) And StringIsDigit($VAR0530[3]) And StringIsDigit($VAR0530[4]) Then
Return $VAR052F
EndIf
EndIf
If InetGet("http://www.whatismyip.com/?rnd1=" & Random(1, 65536) & "&rnd2=" & Random(1, 65536), @TempDir & "\~ip.tmp") Then
$VAR052F = FileRead(@TempDir & "\~ip.tmp", FileGetSize(@TempDir & "\~ip.tmp"))
FileDelete(@TempDir & "\~ip.tmp")
$VAR052F = StringTrimLeft($VAR052F, StringInStr($VAR052F, "Your ip is") + 10)
$VAR052F = StringLeft($VAR052F, StringInStr($VAR052F, " ") - 1)
$VAR052F = StringStripWS($VAR052F, 8)
$VAR0530 = StringSplit($VAR052F, ".")
If $VAR0530[0] = 4 And StringIsDigit($VAR0530[1]) And StringIsDigit($VAR0530[2]) And StringIsDigit($VAR0530[3]) And StringIsDigit($VAR0530[4]) Then
Return $VAR052F
EndIf
EndIf
Return SetError(1, 0, -1)
EndFunc
|
|
|
|
09/23/2010, 17:59
|
#424
|
elite*gold: 0
Join Date: Feb 2010
Posts: 501
Received Thanks: 84
|
Quote:
Originally Posted by $k!LL3D

xmoegll willste script ausschnitt?
|
du hast wohl echt keine ahnung oder?
des sieht so verkrüppelt aus weil er decompiled ist!!
wenn er den so geschrieben hätte würde er sich denk ich mal selbst kaum noch zurecht finden!!
und nebenbei ich kenn den bot glaub ich etwas besser als du...
|
|
|
09/23/2010, 18:21
|
#425
|
elite*gold: 0
Join Date: Feb 2009
Posts: 2,715
Received Thanks: 5,305
|
wenn man etwas decomprimiert bekommt man keinen source code jedenfalls nicht bei autoit denn man liest nur die assemby aus und schreibt diese in autoit wieder um hat nix mit sry code zutuhen!... xmoeglll hat dabei 100% recht!
|
|
|
09/23/2010, 18:43
|
#426
|
elite*gold: 0
Join Date: Feb 2010
Posts: 113
Received Thanks: 18
|
der funtzt bei mir nich er switcht einfach weiter -.-
|
|
|
09/23/2010, 19:02
|
#427
|
elite*gold: 0
Join Date: Feb 2010
Posts: 501
Received Thanks: 84
|
Quote:
Originally Posted by russia101
der funtzt bei mir nich er switcht einfach weiter -.-
|
naja ich wüsste warum aber ich werde ganz sicher nicht bei nem gecracktem bot supporten... D;
EDIT; thread verwechselt, da aber das risiko besteht mit dem gecracktem bot ,,, werde ich vorerst nicht supporten
|
|
|
09/23/2010, 19:13
|
#428
|
elite*gold: 205
Join Date: Jun 2010
Posts: 264
Received Thanks: 686
|
Quote:
Originally Posted by $k!LL3D

xmoegll willste script ausschnitt?
|
*** du bist lächerlich xDDDD
aber nunja regi.php is gelöscht alle so entstandene accs auch gleich
also owned....
|
|
|
09/23/2010, 19:16
|
#429
|
elite*gold: -5200
Join Date: Jun 2010
Posts: 337
Received Thanks: 160
|
Wenn du wüsstest 
Naja dann mein du ma weiter x)
Bist heute wohl richtig hart, willste wohl deinen e-***** auffrischen oda was oO?
|
|
|
09/23/2010, 19:26
|
#430
|
elite*gold: 205
Join Date: Jun 2010
Posts: 264
Received Thanks: 686
|
hm...naja würde sagen ihr verbleibt alle auf V2 punt was gott was und könnt mich mal
update server down bla bla bla
der bot is jetzt für komplett alle gestorben...ich würde sagen bedankt euch bei eurem spasti da un lasst mich in ruhe...hab besseres zu tun als den scheiß hier
und wenn du denkst du hättest mein script geknackt lach ich dich aus =)
ganz ehrlich das was du da als "scriptausschnitt" gepostet hast war ein ausschnitt der obfuscated war...sprich fängt kein mensch was mit an....
wie gesagt....crossie sagt auf wiedersehen
pns jeglicher art werden ignoriert....baiii
|
|
|
09/23/2010, 20:51
|
#431
|
elite*gold: 0
Join Date: Nov 2008
Posts: 459
Received Thanks: 60
|
man seit ihr kindisch^^
|
|
|
09/24/2010, 07:42
|
#432
|
elite*gold: -5200
Join Date: Jun 2010
Posts: 337
Received Thanks: 160
|
Ein möchtegern Scripter weniger
|
|
|
09/24/2010, 12:09
|
#433
|
elite*gold: 0
Join Date: Feb 2010
Posts: 49
Received Thanks: 2
|
Also so würde iich das jetzt nicht sagen er hats immerhin geschafft nen switcher zu bringen der einigermaßen funzt also wäre nett wenn jetzt einer an der stelle weitermacht wo crossi aufgegeben hat
|
|
|
09/24/2010, 12:15
|
#434
|
elite*gold: 2
Join Date: Mar 2009
Posts: 1,015
Received Thanks: 165
|
xD ich will ja nix sagen aber crossi warn juter wenn er weitergemacht hätte hätte man ihm mit marco remus und banjo auf eine stufe stellen können ( zugegeben es hätte bisschen gedauert) aber naja you failed
|
|
|
09/24/2010, 14:03
|
#435
|
elite*gold: 0
Join Date: Feb 2010
Posts: 501
Received Thanks: 84
|
Quote:
Originally Posted by $k!LL3D
Wenn du wüsstest 
Naja dann mein du ma weiter x)
Bist heute wohl richtig hart, willste wohl deinen e-***** auffrischen oda was oO?
|
gut gemacht-.-
war aber iwie klar wegen solchen dummen leuten wegen dir verlieren wir die scripter achso und meinen ogame bot redesign wird auch wegen solchen leuten wie dir nicht veröffentlich...
|
|
|
Similar Threads
|
[RELEASE]DSS-Switcher by CroSSie
08/13/2011 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 954 Replies
So nochmal ne kleine beschreibung des bots.
war der erste versuch iwie das boniswitchen zu automatisieren.
bot arbeitet mit pixelgetcolor was für euch bedeutet:
- braucht die gleiche Schriftfarbe (Arial)
- ist teilweise sehr ungenau
- brauch lang zum switchen
eure vorteile:
wenn der bot einwandfrei geht:
|
All times are GMT +1. The time now is 14:35.
|
|