|
You last visited: Today at 09:04
Advertisement
[Release] IDC Function Source
Discussion on [Release] IDC Function Source within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.
09/23/2015, 17:56
|
#16
|
elite*gold: 0
Join Date: Nov 2014
Posts: 741
Received Thanks: 2,648
|
Quote:
Originally Posted by RazexSkillz
Can you explain me what it does? i dont get it.
|
With this you can change items by yourself ^^
|
|
|
09/24/2015, 18:08
|
#17
|
elite*gold: 0
Join Date: Jan 2015
Posts: 52
Received Thanks: 8
|
Quote:
Originally Posted by Nociif
seriously ? (rofl)
IDM 'll pop up in 3..2..1...
|
Nociif whene u will update u idm   
|
|
|
09/24/2015, 20:43
|
#18
|
elite*gold: 0
Join Date: Nov 2014
Posts: 741
Received Thanks: 2,648
|
Quote:
Originally Posted by jasser123
|
He has atm no internet :c
just wait ..
|
|
|
09/24/2015, 21:41
|
#19
|
elite*gold: 0
Join Date: Feb 2014
Posts: 340
Received Thanks: 89
|
all hail the lord nociif.
xD no i asume that the source works. more or less its kind of useless right now ? xD
|
|
|
10/01/2015, 15:49
|
#20
|
elite*gold: 225
Join Date: Sep 2014
Posts: 334
Received Thanks: 460
|
ja gut.. steckt zwar bischen arbeit drinne, aber warum net in c++?
autoit hooken is so ekelhaft, und allgemein die apis extern zu referenzieren
|
|
|
10/01/2015, 16:16
|
#21
|
elite*gold: 5
Join Date: Feb 2014
Posts: 654
Received Thanks: 1,857
|
Quote:
Originally Posted by Cyrex'
ja gut.. steckt zwar bischen arbeit drinne, aber warum net in c++?
autoit hooken is so ekelhaft, und allgemein die apis extern zu referenzieren
|
Lass es ihn doch machen worin er will, es ist seine Sache, nicht deine.
Und wenn du es unbedingt in C++ haben willst; Schreibs dir darin um, die Vorlage hast du ja.
Sei froh das sowas überhaupt releaset wird.
Danke.
|
|
|
10/01/2015, 16:17
|
#22
|
elite*gold: 0
Join Date: Nov 2014
Posts: 741
Received Thanks: 2,648
|
Quote:
Originally Posted by Cyrex'
ja gut.. steckt zwar bischen arbeit drinne, aber warum net in c++?
autoit hooken is so ekelhaft, und allgemein die apis extern zu referenzieren
|
Weil die meisten hier nicht in der Lage sind C++ zu installieren.
|
|
|
10/01/2015, 19:31
|
#23
|
elite*gold: 0
Join Date: Feb 2014
Posts: 340
Received Thanks: 89
|
Quote:
Originally Posted by lisawthr
Ich liebe dich
|
"@Quote" Du bist toxic as fck ... und das ist nicht nur auf diesen post bezogen.
Btw. Jetzt kann jeder mal gucken wie das ganze so funktioniert und jeder der ein kleines bisschen Interesse hat von downloaden,ausführen wegzugehen kann sich ja mal daran versuchen seinen eigenen IDC zu erstellen.
Und klar ist AutoIT nicht der burner , aber simpel.
|
|
|
10/03/2015, 16:16
|
#24
|
elite*gold: 225
Join Date: Sep 2014
Posts: 334
Received Thanks: 460
|
Quote:
Originally Posted by Deverixz
Lass es ihn doch machen worin er will, es ist seine Sache, nicht deine.
Und wenn du es unbedingt in C++ haben willst; Schreibs dir darin um, die Vorlage hast du ja.
Sei froh das sowas überhaupt releaset wird.
Danke.
|
bist du dumm? ich hab nix gegen ihn gesagt, war nur meine meinung also heul net rum.
|
|
|
10/09/2015, 21:29
|
#25
|
elite*gold: 36
Join Date: Jul 2013
Posts: 394
Received Thanks: 174
|
Quote:
Originally Posted by Cyrex'
bist du dumm? ich hab nix gegen ihn gesagt, war nur meine meinung also heul net rum.
|
war auch nur seine meinung, flame du nicht rum
|
|
|
12/05/2015, 22:22
|
#26
|
elite*gold: 0
Join Date: Sep 2015
Posts: 31
Received Thanks: 8
|
Quote:
Originally Posted by Sycode'
With this you can change items by yourself ^^
|
Can you explain me how to use it?  All I know is in AutoIt
|
|
|
12/06/2015, 01:04
|
#27
|
elite*gold: 0
Join Date: Nov 2014
Posts: 741
Received Thanks: 2,648
|
Quote:
Originally Posted by Gokumvm
Can you explain me how to use it?  All I know is in AutoIt
|
Quote:
Code:
#RequireAdmin
#include "detour.au3"
#include "IDChanger_Funcs.au3"
Dim $Handle = OpenProcess($PROCESS_ALL_ACCESS, 1,ProcessExists("S4Client.exe")
Dim $ItemSlot_Array_Add = IDChanger_Init($Handle, "3D6190")
Dim $Weap_01 = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], 2000027, 2000019 ,0, 1)
Dim $Weap_02 = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], 2000007, 2000008 ,0, 1)
Dim $Weap_03 = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], 2000001, 2000001 ,0, 1)
MsgBox(0,"ID","ID Set")
IDChanger_Delete_Item($Handle, $Weap_02)
MsgBox(0,"ID","Deleted Item $Weap_02")
$Weap_02 = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], 2000007, 2000008 ,0, 1)
MsgBox(0,"ID","ID Set Again ( Back )")
MsgBox(0,"Mode = " & IDChanger_Change_State($Handle,$ItemSlot_Array_Add[1], False),"Is OFF")
IDChanger_Delete_List($Handle, $ItemSlot_Array_Add[0])
MsgBox(0,"ID", "ID List Deleted")
CloseHandle($Handle)
|
Code:
IDChanger_Init($Handle, $Offset)
Init the IDChanger.
$Handle = Handle of the S4 Process
$Offset = Offset of IDC Address
IDC Offset : 89 4A 08 8B 55 FC 8B 45 08 8B 48 0C 89 4A 0C 8B 55 FC 8B 45 08 8B 48 10 89 4A 10 8B 55 FC 8B 45 08 66 8B 48 14 66 89 4A 14 8B 55 FC 8B 45 08 8B 48 18 89 4A 18 8B 55 FC 8B 45 08 8B 48 20
IDChanger_Add_Item($Handle, $IDCReturn, $OldID, $NewID, $ColorID, $TimeID)
Add a Slot for change item
$Handle = Handle of the S4 Process
$IDCReturn = Return of IDChanger_Init ( first value $array[0] )
$OldID = ID to Change
$NewID = The new ID
$ColorID = The new ColorID
$TimeID = The new TimeID
IDChanger_Delete_Item($Handle,$DeleteItem_Slot)
Delete a Slot.
$Handle = Handle of the S4 Process
$DeleteItem_Slot = The Slot of the Item Change you want delete ( return of IDChanger_Add_Item )
IDChanger_Change_State($Handle, $OnOff, $State)
To change the State of the IDChanger.
$Handle = Handle of the S4 Process
$OnOff = Return of IDChanger_Init ( second value $array[1])
$State = State of ID Change ( On / Off ) // True / False
IDChanger_Delete_List($Handle, $IDCReturn)
Delete the List ( all slots ).
$Handle = Handle of the S4 Process
$IDCReturn = Return of IDChanger_Init ( first value $array[0] )
|
|
|
12/06/2015, 01:40
|
#28
|
elite*gold: 0
Join Date: May 2010
Posts: 498
Received Thanks: 11,286
|
Example
Code:
#RequireAdmin
#include "detour.au3"
#include "IDChanger_Funcs.au3"
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
ToolTip("Run S4League",0,0)
ProcessWait("S4Client.exe")
ToolTip("",0,0)
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 279, 156, 192, 124)
$Input1 = GUICtrlCreateInput("", 8, 16, 121, 21)
$Input2 = GUICtrlCreateInput("", 152, 16, 121, 21)
$Input3 = GUICtrlCreateInput("", 8, 48, 121, 21)
$Input4 = GUICtrlCreateInput("", 152, 48, 121, 21)
$Input5 = GUICtrlCreateInput("", 8, 80, 121, 21)
$Input6 = GUICtrlCreateInput("", 152, 80, 121, 21)
$Label1 = GUICtrlCreateLabel("Credits Sycode'", 192, 112, 80, 17)
$Button1 = GUICtrlCreateButton("Set", 8, 112, 75, 25)
$Label2 = GUICtrlCreateLabel("->", 136, 16, 13, 17)
$Label3 = GUICtrlCreateLabel("->", 136, 48, 13, 17)
$Label4 = GUICtrlCreateLabel("->", 136, 80, 13, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
start()
EndSwitch
WEnd
Func start()
$list = ProcessList("s4client.exe")
Dim $Handle = OpenProcess($PROCESS_ALL_ACCESS, 1, $list[1][1])
Dim $ItemSlot_Array_Add = IDChanger_Init($Handle, "3DCE90")
Dim $Weap_01 = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input1), GUICtrlRead($Input2) ,0, 1)
Dim $Weap_02 = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input3), GUICtrlRead($Input4) ,0, 1)
Dim $Weap_03 = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input5), GUICtrlRead($Input6) ,0, 1)
CloseHandle($Handle)
MsgBox(0,"","reload server")
EndFunc
|
|
|
12/09/2015, 20:25
|
#29
|
elite*gold: 0
Join Date: Aug 2014
Posts: 18
Received Thanks: 12
|
Please Help Me Add Skype yumi.mitsuko (Yumi Miyuki )
|
|
|
01/14/2016, 18:33
|
#30
|
elite*gold: 21
Join Date: Jul 2015
Posts: 497
Received Thanks: 632
|
Can't understand what's wrong with my IDC :/
Can anyone help?
Code:
#RequireAdmin
#include "detour.au3"
#include "IDChanger_Funcs.au3"
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
ToolTip("Run S4League",0,0)
ProcessWait("S4Client.exe")
ToolTip("",0,0)
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("ID Changer", 450, 400, 192, 124)
$Input1 = GUICtrlCreateInput("", 130, 16, 121, 21)
$Input2 = GUICtrlCreateInput("", 274, 16, 121, 21)
$Input3 = GUICtrlCreateInput("", 130, 48, 121, 21)
$Input4 = GUICtrlCreateInput("", 274, 48, 121, 21)
$Input5 = GUICtrlCreateInput("", 130, 80, 121, 21)
$Input6 = GUICtrlCreateInput("", 274, 80, 121, 21)
$Input7 = GUICtrlCreateInput("", 130, 112, 121, 21)
$Input8 = GUICtrlCreateInput("", 274, 112, 121, 21)
$Input9 = GUICtrlCreateInput("", 130, 144, 121, 21)
$Input10 = GUICtrlCreateInput("", 274, 144, 121, 21)
$Input11 = GUICtrlCreateInput("", 130, 176, 121, 21)
$Input12 = GUICtrlCreateInput("", 274, 176, 121, 21)
$Input13 = GUICtrlCreateInput("", 130, 208, 121, 21)
$Input14 = GUICtrlCreateInput("", 274, 208, 121, 21)
$Input15 = GUICtrlCreateInput("", 130, 240, 121, 21)
$Input16 = GUICtrlCreateInput("", 274, 240, 121, 21)
$Input17 = GUICtrlCreateInput("", 130, 272, 121, 21)
$Input18 = GUICtrlCreateInput("", 274, 272, 121, 21)
$Input19 = GUICtrlCreateInput("", 130, 304, 121, 21)
$Input20 = GUICtrlCreateInput("", 274, 304, 121, 21)
$Label1 = GUICtrlCreateLabel("Credits Sycode'", 360, 336, 80, 17)
$Button1 = GUICtrlCreateButton("Set", 8, 336, 75, 25)
$Label2 = GUICtrlCreateLabel("-->", 258, 16, 13, 17)
$Label3 = GUICtrlCreateLabel("-->", 258, 48, 13, 17)
$Label4 = GUICtrlCreateLabel("-->", 258, 80, 13, 17)
$Label5 = GUICtrlCreateLabel("-->", 258, 112, 13, 17)
$Label6 = GUICtrlCreateLabel("-->", 258, 144, 13, 17)
$Label7 = GUICtrlCreateLabel("-->", 258, 176, 13, 17)
$Label8 = GUICtrlCreateLabel("-->", 258, 208, 13, 17)
$Label19 = GUICtrlCreateLabel("-->", 258, 240, 13, 17)
$Label20 = GUICtrlCreateLabel("-->", 258, 272, 13, 17)
$Label21 = GUICtrlCreateLabel("-->", 258, 304, 13, 17)
$Label9 = GUICtrlCreateLabel("Weapon 1", 8, 16, 121, 21)
$Label10 = GUICtrlCreateLabel("Weapon 2", 8, 48, 121, 21)
$Label11 = GUICtrlCreateLabel("Weapon 3", 8, 80, 121, 21)
$Label12 = GUICtrlCreateLabel("Hair", 8, 112, 121, 21)
$Label13 = GUICtrlCreateLabel("Face", 8, 144, 121, 21)
$Label14 = GUICtrlCreateLabel("Shirt", 8, 176, 121, 21)
$Label15 = GUICtrlCreateLabel("Pants", 8, 208, 121, 21)
$Label16 = GUICtrlCreateLabel("Gloves", 8, 240, 121, 21)
$Label17 = GUICtrlCreateLabel("Shoes", 8, 272, 121, 21)
$Label18 = GUICtrlCreateLabel("Pet", 8, 304, 121, 21)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
start()
EndSwitch
WEnd
Func start()
$list = ProcessList("s4client.exe")
Dim $Handle = OpenProcess($PROCESS_ALL_ACCESS, 1, $list[1][1])
Dim $ItemSlot_Array_Add = IDChanger_Init($Handle, "3DCE90")
Dim $Weap_01 = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input1), GUICtrlRead($Input2) ,0, 1)
Dim $Weap_02 = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input3), GUICtrlRead($Input4) ,0, 1)
Dim $Weap_03 = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input5), GUICtrlRead($Input6) ,0, 1)
Dim $Hair = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input7), GUICtrlRead($Input8) ,0, 1)
Dim $Face = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input9), GUICtrlRead($Input10) ,0, 1)
Dim $Shirt = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input11), GUICtrlRead($Input12) ,0, 1)
Dim $Pants = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input13), GUICtrlRead($Input14) ,0, 1)
Dim $Gloves = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input15), GUICtrlRead($Input16) ,0, 1)
Dim $Shoes = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input17), GUICtrlRead($Input18) ,0, 1)
Dim $Pet = IDChanger_Add_Item($Handle, $ItemSlot_Array_Add[0], GUICtrlRead($Input19), GUICtrlRead($Input20) ,0, 1)
CloseHandle($Handle)
MsgBox(0,"","reload server")
EndFunc
When I reload the server, s4 closes :/
|
|
|
 |
|
Similar Threads
|
Need ban/unban function with 40k source
02/16/2015 - Metin2 Private Server - 0 Replies
Hi Guys .
I need the function of cmd_gm.cpp for ban and unban, I tried with the functions of the source on vanilla but give error at compile .
Can you help me someone ?
Thanks .
|
[Release] HGWC Bypass (+function source)
01/05/2014 - S4 League Hacks, Bots, Cheats & Exploits - 129 Replies
Yo, today i want to release my hgwc bypass.
remember: this is not a x-trap bypass!
a >>x-trap bypass<< can be found here
Screen]
http://puu.sh/52MRg.png
How to?]
|
please help mc sura.exe source code for fix function
09/13/2012 - Metin2 Private Server - 0 Replies
need to fix functions
help please
https://www.virustotal.com/file/a1fd66dbe6ff68c9b e600cc6d362a6c11437a5e6c08fa1170b61d3f145ec8422/an alysis/1347540518/
|
i search a source for kill npc function[DARKORBIT]
08/27/2012 - AutoIt - 4 Replies
hello I'm trying to create a bot for darkorbit that is designed to kill npc but do not know how I tried in every way but I can not. someone already has a source designed for this function or any advice for me? I am Italian maybe if anyone knew how to speak Italian could give me some help on skipe or mp
|
All times are GMT +1. The time now is 09:06.
|
|