Search the Community
Showing results for tags 'offset'.
-
The script shows the offset from GMT-UTC in standard format through string manipulation. #include <Date.au3> ConsoleWrite (_TimeZoneInfo() & @CRLF) Func _TimeZoneInfo() $aInfo = _Date_Time_GetTimeZoneInformation() ConsoleWrite("bias: " & $aInfo[1] & @CRLF) $hours = $aInfo[1] / 60 If $hours = "0" Then $hours = "+00:00" Else If StringInStr($hours, "-") Then $hours = StringReplace($hours, "-", "+") Else $hours = "-" & $hours EndIf If Not StringInStr($hours, "
-
Hellow everybody, I tryed to manipulate a game called "Assault Cube" which is a easy beginning in coding. I run the code but the wished value doesn't change, i don't understand why. The Pointers are fine, I checked that the pointers don't change every time while restart the game. My Code: <snip> _____________________________________________________________________________________________________________________________________________________________________________________________ Checklist: The Offsets are 18C & 4 In Cheat Engine: ("ac_client
- 4 replies
-
- assaultcube
- script
-
(and 3 more)
Tagged with: