Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Nostale
You last visited: Today at 03:47

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

Advertisement



Nstale Zoom Hack by Freaky

Discussion on Nstale Zoom Hack by Freaky within the Nostale forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2008
Posts: 197
Received Thanks: 41
Nstale Zoom Hack by Freaky

Also ich habe mal ein Zoom Hack gebaut.
Anleitung ist dabei.




#UPDATE
Freaky4Live is offline  
Thanks
2 Users
Old 11/05/2008, 15:25   #2
 
blinko's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 499
Received Thanks: 131
Quote:
Originally Posted by Freaky4Live View Post
Also ich habe mal ein Zoom Hack gebaut.
Anleitung ist dabei.

the link is not working for me
blinko is offline  
Old 11/05/2008, 15:27   #3
 
elite*gold: 0
Join Date: Oct 2008
Posts: 197
Received Thanks: 41
You must register on the link then work the link ^^
Freaky4Live is offline  
Old 11/05/2008, 16:08   #4
 
blinko's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 499
Received Thanks: 131
i did but it still didnt work =\ does it require to verify email?
blinko is offline  
Old 11/05/2008, 16:18   #5
 
Alisami's Avatar
 
elite*gold: 19
Join Date: Sep 2007
Posts: 1,525
Received Thanks: 1,058
Download geht nicht
Alisami is offline  
Old 11/05/2008, 16:31   #6
 
[PixeL]'s Avatar
 
elite*gold: 1700
Join Date: Jul 2008
Posts: 2,939
Received Thanks: 1,114
[PixeL] is offline  
Old 11/05/2008, 16:59   #7
 
elite*gold: 0
Join Date: Oct 2008
Posts: 197
Received Thanks: 41
Neuer Link drinne
Freaky4Live is offline  
Old 11/05/2008, 17:18   #8
 
Alisami's Avatar
 
elite*gold: 19
Join Date: Sep 2007
Posts: 1,525
Received Thanks: 1,058
Und die Anleitung?
Alisami is offline  
Old 11/05/2008, 18:17   #9
 
elite*gold: 0
Join Date: Oct 2008
Posts: 197
Received Thanks: 41
Du weist schohn das man nicht die Programme von anderen leute veröffentlicht.
Die anleitung ist dabei
starte den bot und dan weist du es
Freaky4Live is offline  
Old 11/05/2008, 18:33   #10
 
blinko's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 499
Received Thanks: 131
yeah i notice the coding is similar to another piece that him and Crazy worked on the Auto Login which i have ripped and edited here to make it open source.

Code:
#NoTrayIcon
#include <GUIConstantsEX.au3>
#include <GUIConstants.au3>
#include <WindowsConstants.au3>
#include <Misc.au3>

$NOSBOT = GUICreate("NosLogin", 196, 465, 392, 148)
$MENU = GUICtrlCreateMenu("File")
$mnuFile = GUICtrlCreateMenuItem("About",$MENU)

$SEVER = GUICtrlCreateGroup("Sever", 8, 0, 180, 41)
$RADIO1 = GUICtrlCreateRadio("Server 1", 16, 16, 81, 17)
$RADIO2 = GUICtrlCreateRadio("Server 2", 110, 16, 81, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$CHANNEL = GUICtrlCreateGroup("Channel", 8, 48, 180, 105)
$RADIO5 = GUICtrlCreateRadio("Channel 1", 16, 96, 113, 17)
$RADIO4 = GUICtrlCreateRadio("Channel 2", 110, 80, 113, 17)
$RADIO6 = GUICtrlCreateRadio("Channel 3", 110, 112, 113, 17)
$RADIO7 = GUICtrlCreateRadio("Channel 4", 16, 128, 113, 17)
$RADIO3 = GUICtrlCreateRadio("Channel 5", 16, 64, 121, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$LOGIN = GUICtrlCreateGroup("Login", 8, 201, 180, 113)
$ID = GUICtrlCreateInput("", 70, 232, 110, 21)
$PW = GUICtrlCreateInput("", 70, 272, 110, 21)
$LABEL1 = GUICtrlCreateLabel("Username:", 16, 232, 50, 17)
$LABEL2 = GUICtrlCreateLabel("Password:", 16, 272, 50, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$START = GUICtrlCreateButton("START", 8, 376, 180, 65, 0)
$LABEL3 = GUICtrlCreateLabel("    AutExe Source Ripped by Blinko" & @crlf & "              .::Original Coders::." & @Crlf & "            Freaky && Crazy 4 Live", 8, 325, 196, 41)
$CHAR = GUICtrlCreateGroup("Char", 8, 160, 180, 41)
$RADIO8 = GUICtrlCreateRadio("Char 1", 16, 176, 49, 17)
$RADIO10 = GUICtrlCreateRadio("Char 2", 72, 176, 49, 17)
$RADIO11 = GUICtrlCreateRadio("Char 3", 136, 176, 65, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)

GUISetState(@SW_SHOW)

While 1
	$NMSG = GUIGetMsg()
	Switch $NMSG
	Case $mnuFile
		MsgBox(0,"NosLogin", 'Thought this was a Tool worth sharing'&@crlf&'I have yet to see the source code anywhere and since i was able to decompile it'&@crlf&'I hope you can either use/learn from this Project'&@crlf&'Also note the Credit is Given on the Main GUI')
		Case $GUI_EVENT_CLOSE
			Exit
		Case $START
			$RADI1 = GUICtrlRead($RADIO1)
			$RADI2 = GUICtrlRead($RADIO2)
			$RADI3 = GUICtrlRead($RADIO3)
			$RADI4 = GUICtrlRead($RADIO4)
			$RADI5 = GUICtrlRead($RADIO5)
			$RADI6 = GUICtrlRead($RADIO6)
			$RADI7 = GUICtrlRead($RADIO7)
			$RADI8 = GUICtrlRead($RADIO8)
			$RADI10 = GUICtrlRead($RADIO10)
			$RADI11 = GUICtrlRead($RADIO11)
			$ID1 = GUICtrlRead($ID)
			$PW1 = GUICtrlRead($PW)
			WinActivate("Nostale", "")
			Sleep(2000)
			Send($ID1 & "{Tab}" & $PW1 & "{enter}")
			If $RADI1 = 1 Then
				MouseClick("left", 490, 362)
			EndIf
			If $RADI2 = 1 Then
				MouseClick("left", 510, 340)
			EndIf
			Sleep(1000)
			If $RADI3 = 1 Then
				MouseClick("left", 734, 446)
			EndIf
			If $RADI4 = 1 Then
				MouseClick("left", 775, 369)
			EndIf
			If $RADI5 = 1 Then
				MouseClick("left", 750, 341)
			EndIf
			If $RADI6 = 1 Then
				MouseClick("left", 740, 393)
			EndIf
			If $RADI7 = 1 Then
				MouseClick("left", 746, 423)
			EndIf
			Sleep(2000)
			If $RADI8 = 1 Then
				MouseClick("left", 435, 80, 3)
			EndIf
			If $RADI10 = 1 Then
				MouseClick("left", 621, 83, 3)
			EndIf
			If $RADI11 = 1 Then
				MouseClick("left", 898, 80, 3)
			EndIf
	EndSwitch
WEnd
blinko is offline  
Old 11/05/2008, 18:50   #11
 
elite*gold: 0
Join Date: Oct 2008
Posts: 197
Received Thanks: 41
#UPDATE
Freaky4Live is offline  
Old 11/05/2008, 18:50   #12
 
[PixeL]'s Avatar
 
elite*gold: 1700
Join Date: Jul 2008
Posts: 2,939
Received Thanks: 1,114
ihr wisst schon das er das nicht will?? nimt das raus wen er das nciht will!!!
[PixeL] is offline  
Old 11/05/2008, 19:11   #13
 
Alisami's Avatar
 
elite*gold: 19
Join Date: Sep 2007
Posts: 1,525
Received Thanks: 1,058
Wo steht denn dass er das nicht will?

Außerdem darfich veröffentlichen was ich will, und wer sagt denn dass es sein Source ist?
Alisami is offline  
Old 11/05/2008, 20:10   #14
 
elite*gold: 0
Join Date: Oct 2008
Posts: 197
Received Thanks: 41
ich sage es das es meine sorce ist
Freaky4Live is offline  
Old 11/05/2008, 20:36   #15
 
[PixeL]'s Avatar
 
elite*gold: 1700
Join Date: Jul 2008
Posts: 2,939
Received Thanks: 1,114
alisami dan kan ich auch deine bots decompilen
[PixeL] is offline  
Reply


Similar Threads Similar Threads
[Release] Vac Hack, Zoom hack, auto pot hack, Speed hack me+ mobs, shop hack...
04/02/2011 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 25 Replies
Deleted people must learn to do it by them self from now off ! :)
Suche Nstale acc ab job lvl 25 <=====
12/27/2009 - Nostale Trading - 0 Replies
Hallö alle suche nen Nostale Acc welche klasseegal aba am besten ab job lvl 25 (oder höher) dafur wurde ich gern meinen cabal acc hergeben Hab nen Warior lvl 67 skill rank Master (sehr viel items sowie sehr gut russis die schwer zu kriegen sind) So wer mehr wissen will schreibt drunter oder schreibt mich ubers Skype an :insider145 :)
Nstale Bot v0.1
07/27/2008 - Nostale - 3 Replies
Bin gerade dabei mit antrix99 einen stabileren funktionstüchtigeren und besseren bot zu scripten als es je für nostale gegeben hat ein komplett neu durchdachtes system und vor allem neues lootsystem womit man auch mit bogi oder mage anständig looten kann also leute . Äußert eure bedürfnisse ich werde den bot so wie ich zeit habe einbauen die erste version ist fast fertig antrix99 bastelt grade noch an dem lootsystem und ich bin momentan am kampfsystem dran Gruss Rick



All times are GMT +2. The time now is 03:47.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.