Search results

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

    CLEO Help Reading text like this

    very velkom
  17. Valiuks

    CLEO Help Reading text like this

    :IncomingRPC 0BE5: raknet 0@ = get_hook_param PARAM_PACKETID if and 0@ == RPC_SCRDISPLAYGAMETEXT // GameText 11@ == 1 29@ == 0 then 0BE5: raknet 1@ = get_hook_param PARAM_BITSTREAM //ignore gamtext style and time (8bytes = 64bits) 0BEB: raknet bit_stream 1@ ignore_bits 64 //read...
  18. Valiuks

    CLEO Help auto accept mechanic call

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

    CLEO Help auto accept mechanic call

    u want just script or help making it? edit: use 0AD4, just dont forget get first chatstring.
  20. Valiuks

    CLEO Help executing .bat file with cleo

    any ideas how?
  21. Valiuks

    CLEO Help 0AF4 opcode variable

    thank you! i will try it later but thats exactly what I needed. lock
  22. Valiuks

    CLEO Help 0AF4 opcode variable

    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?
  23. Valiuks

    CLEO Help 0AF4 opcode variable

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