NosTale - Minigame Hack (ComboX10)

03/06/2012 11:54 sfigmo#1
Here comes the source code of my hack combox10
It write in AutoIt, change the pointer and compile it ;)

Code:
#RequireAdmin

Global $Combox10_g = 1
Global $Combox10_Var = 0

Dim $Combox10_Array[3] = [0x0,0x0C,0x9CC]

#include <Pointer.au3>
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

$Form1 = GUICreate("Hack combox10", 215, 41, -1, -1)
$Combox10_Label = GUICtrlCreateLabel("Combox10:", 8, 12, 84, 19)
$Combox10_Button = GUICtrlCreateButton("Disabilitato", 100, 8, 105, 25, $WS_GROUP)
GUICtrlSetBkColor(-1,0xFF0000)
GUISetState(@SW_SHOW)


$P = _MemoryOpen(ProcessExists("NostaleX.dat"))
AdlibRegister("Aggiornamento",80)

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Combox10_Button
If $Combox10_Var = 1 Then
$Combox10_Var = 0
GUICtrlSetBkColor($Combox10_Button,0xFF0000)
GUICtrlSetData($Combox10_Button,"Disativato")
Else
$Combox10_SCL_Var = 1
GUICtrlSetBkColor($Combox10_Button,0x18DF1)
GUICtrlSetData($Combox10_Button,"Abilitato")
EndIf
EndSwitch
Sleep(10)
WEnd

Func Aggiornamento()
If $Combox10_Var = 1 Then
_MemoryPointerWrite(0x007D3728,$P,$Combox10_Array, 9,"DWORD")
$Combox10_g = 0
Else
If $Combox10_g = 0 Then
_MemoryPointerWrite(0x007D3728,$P,$Combox10_Array, 0,"DWORD")
$Combox10_g = 1
EndIf
EndIf
EndFunc
03/08/2012 06:19 Mr.Tr33#2
Hey,
it would be nice if you can post a small tutorial how to find the pointer for the hack, because here are a lot of "smart" kids that don't know how to find a pointer and how to find your pointer for the hack.
Also, please press CTRL+T to make your code looks nicer :)
Sincerly, Mr.Tr33
03/08/2012 11:36 DieGardine#3
What can the hack?
03/08/2012 17:28 sfigmo#4
Quote:
Originally Posted by Mr.Tr33 View Post
Hey,
it would be nice if you can post a small tutorial how to find the pointer for the hack, because here are a lot of "smart" kids that don't know how to find a pointer and how to find your pointer for the hack.
Also, please press CTRL+T to make your code looks nicer :)
Sincerly, Mr.Tr33
Yes, find the pointer is not at all difficult, I'll tell you more about nostale the pointer does not change for months, then you should not even update the hack;)
There are forums that Italians have special sections for pointers about research, I find myself using EC

@[Mr.Tr33]
03/09/2012 03:26 Mr.Tr33#5
Hey,
I know who to find a pointer. But the point is, how to find your specific pointer for your hack. Many people don't know who to find it.
Also the most people are playing on the german NosTale server. So, they need a another pointer address and a another offset for the pointer.
Please post a tutorial, how you found the pointer for the hack. Thank you.

@DieGardine
Ich vermute, laut them Titel und paar Texte/Namen im Script, dass es ein Combohack für ein Minigame ist.
03/09/2012 13:28 GsC RedRum#6
Quote:
Originally Posted by Mr.Tr33 View Post
ou.

@DieGardine
Ich vermute, laut them Titel und paar Texte/Namen im Script, dass es ein Combohack für ein Minigame ist.
[Only registered and activated users can see links. Click Here To Register...]

B²t: in der coding und autoitsection gibts genug tutorials um pointer zu finden.
03/09/2012 13:41 sfigmo#7
@Mr.Tr33

Find the pointer is not allowed, however, is quite simple;
If you want I can give you in private forums where there are no tides to guide research
03/10/2012 08:13 Mr.Tr33#8
Quote:
Originally Posted by GsC RedRum View Post
[Only registered and activated users can see links. Click Here To Register...]

B²t: in der coding und autoitsection gibts genug tutorials um pointer zu finden.
Ich glaube du hast mich da nicht so genau verstanden. Es geht mir darum, dass er eine Anleitung postet wie er an seinen Pointer gekommen ist und nicht wie man ein Pointer sucht ...
Quote:
Originally Posted by sfigmo View Post
@Mr.Tr33

Find the pointer is not allowed, however, is quite simple;
If you want I can give you in private forums where there are no tides to guide research
I don't care if it is not allowed or if it is simple. It is more for the people who would like to use your hack on the german server, because they don't know how to find exactly the pointer for your script and not how to find a pointer ...
Also, I don't need a italien forum where I understand nothing to figurate out how to find a pointer. I know enough forums with this information.

If you don't understand me, please tell me that. It makes then everything easier, because I would start to use google translater to translate my text to italien, because I don't speak, write or read italien.

Sincerly Mr.Tr33
03/10/2012 08:27 danica0990#9
How to make this hack work?