Recent content by Valiuks

  1. Valiuks

    [C++] External Nametag

    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
  2. Valiuks

    APP Release python gta mini hack

    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 //...
  3. Valiuks

    APP Release python gta mini hack

    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...
  4. Valiuks

    finally someone who prefers python over C bitch ass niga, + rep

    finally someone who prefers python over C bitch ass niga, + rep
  5. Valiuks

    [SNIPPET] Convert 3D position to 2d Radar screen pos

    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
  6. Valiuks

    [Python] Coding

    anything you could recommend for python 3.8.1?
  7. Valiuks

    CLEO Help 0AD4

    might work, will give a try but for {ffff00} %s?
  8. Valiuks

    CLEO Help 0AD4

    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...
  9. Valiuks

    CLEO Help samp set_current_dialog_item_list is not working.

    just to suggest, use 0B4C after /buy as sometimes I had similar problem when server lags and wait command is useless
  10. Valiuks

    CLEO Help Getting numbers out of chat strings

    scan string format would do the trick and for numbers its %d 0AD4: 1@ = scan_string 0@ format "%d + %d = %d" 5@ 6@ 7@ //IF and SET
  11. Valiuks

    CLEO Help Click

    idk I would use set virtual key true/false if it was me, anyone can tell me difference to that snippet?
  12. Valiuks

    how to modify a cheats enable and disable

    http://ugbase.eu/index.php?threads/how-to-use-0adc-test_cheat.4582/ im sure you will figure out
  13. Valiuks

    how to modify a cheats enable and disable

    how would you like to activate or deactivate?
  14. Valiuks

    CPP RELEASE SA-MP 0.3.7 Source Code leaked

    who leaked it?
  15. Valiuks

    CLEO Help Fast Reload.

    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...
Top