cant get getmodulebaseaddress to work, does anyone have vs studio settings, i think its the issue?
edit: project>properties>linker>manifest file UAC Execution level administrator if any1 is stuck
sorry if you misunderstood, i need to have something like this http://ugbase.eu/index.php?threads/snippet-close-samp-dialog.20597/
:CLOSE_DIALOG
{
0.3.7 - R3
0AB1: @CLOSE_DIALOG 1 Button 0 // 0 = Left , 1 = Right
}
IF 0AA2: 10@ = "samp.dll"
THEN
0A8E: 11@ = 10@ + 0x26E898 //...
tyvm for ur code i started a project and you saved a lot of time. im not an expert, but i think here its a bit improved version. u can read player x y z coordinates
import ctypes
import struct
import wmi
import sys
import win32api as wapi
import win32process as wproc
import win32con as wcon...
if i have fixed coordinates and I am too far "assuming MAX_DISTANCE 300.0 meter" will it try to display on radar even i am out of reach or not? regardless, tyvm
hi
i need to scanf this text:
the issue is, these 7 numbers can be either yellow or grey making it 128 possible outcomes and i think there should be more efficient way to scan these texts
example text:
{33CCFF}[7 is 42]{FFFFFF} Iskrite kamuoliukai: {919191}6 {919191}36 {ffff00}13...
put this before main
0B34: samp register_client_command "reload" to_label @onoff
30@ = 1
add one statement
if and
0AB0: key_pressed 1
8AB0: key_pressed 0
30@ == 1
put this in the bottom after main
:onoff
wait 0
0B12: 30@ = 30@ XOR 1
if
30@ == 1
then
0AF8...
what happens when you give free fish to someone? everybody wants for one. i rather teach you how to fish. pm me if you really want to learn and ill help you out.
ty for reply but the value i need to get is string. i will have ini file containing ex:
[Test]
1=Name1
2=Name2
3=Name3
and so on, until like 100
so for 1@ will be 1 and it will get me name1 and everything in ini file in that loop. if its not possible you got suggestions hoe to do it then?
hi original opcode is
0AF4: 0@v = read_string_from_ini_file "cleo\config.ini" section "SectionName" key "stringKey"
but i need something to look like this
0AF4: 0@v = read_string_from_ini_file "cleo\config.ini" section "SectionName" key 1@
and it doesn't work. my question is it possible to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.