Search results

  1. Parazitas

    CLEO Help Command When Chat Is Not Open

    https://ugbase.eu/threads/snippet-write-in-chat-without-sfuncs-0af8-0af9.3814/#post-115340
  2. Parazitas

    CLEO Help Help me cleo Damage Informer

    Selfish boy... 0.3.7 - R2
  3. Parazitas

    CLEO Help How to fix duplicate textdraw

    Copy paste without thinking, best mov ever
  4. Parazitas

    CLEO Help Name color ?

    What that should mean??
  5. Parazitas

    [CLEO] Some snippets

    :GetCursorPosOfFullScreenXY // 0AB1: @GetCursorPosOfFullScreenXY 0 _Returned: 31@ 30@ IF 0AA2: 31@ = load_library "user32.dll" THEN 0AA4: 30@ = get_proc_address "GetCursorPos" library 31@ 0AC7: 28@ = var 29@ offset 0AA5: call 30@ num_params 1 pop 0 28@ 0A8D: 27@ = read_memory 28@...
  6. Parazitas

    CLEO Help Help me cleo Damage Informer

    That how it should work... What kind damage informer you dreaming???
  7. Parazitas

    CLEO Help Textdraw Position

    It hard to say what exactly happened here, but you should first check if entered textdraw id was right(TextDraw Exist). I check that latter.. Send me server ip and short but clearly explains how to get textdraws..
  8. Parazitas

    CLEO Help Help me cleo Damage Informer

    Which 0.3.7 version?
  9. Parazitas

    CLEO Help Help me cleo Damage Informer

    It already exists... Here you can download it
  10. Parazitas

    CLEO Help How to fix duplicate textdraw

    Because you made it in small loop, so every time he makes new one..
  11. Parazitas

    CLEO Help Textdraw Position

    Btw what server is that and how you get textdraws?
  12. Parazitas

    CLEO Help Cleo script lock on only one nickname

    Any samp... {$CLEO .cs} 0000: NOP wait 8500 while true wait 0 if 0256: player $PLAYER_CHAR defined then 0AB1: @Get_Local_Player_Name 0 _Returned: Name 0@ 0AC8: 1@ = allocate_memory_size 1024 0AD3: 1@ = format "Big_Boy" // NICK TO COMPARE if 0AB1: @cmpString1andString2 2...
  13. Parazitas

    CLEO Help Textdraw Position

    Okay with 0x help we got this... :GetTextDrawPosition { 0.3.DL 0AB1: @GetTextDrawPosition 1 TextDrawID 0@ _Returned: XY 1@ 2@ } 0AA2: 1@ = load_library "samp.dll" 1@ += 0x2ACA24 // SAMP_INFO_OFFSET 0A8D: 1@ readMem 1@ sz 4 vp 0 1@ += 0x3DE // SAMP_PPOOLS_OFFSET 0A8D: 1@ readMem 1@ sz 4...
  14. Parazitas

    CLEO Help Textdraw Position

    Maybe someone else know something about that...????
  15. Parazitas

    CLEO Help Textdraw Position

    Damn, i still don't know how get position and other stuff from textdraw... I manage to learn only how to get text and exist
  16. Parazitas

    CLEO Help Textdraw Position

    What is your final destination?
  17. Parazitas

    CLEO Help Cleo script lock on only one nickname

    Little upgrade for snippet :StrCmp { if 0AB1: compare @StrCmp 2 str1 0@ str2 1@ then // do something.. end } if 0AA2: 31@ = load_library "shlwapi.dll" then if 0AA4: 30@ = get_proc_address "StrCmpW" library 31@ then 0AA5: call 0x718740 num_params 1 pop 1 0@ //...
  18. Parazitas

    CLEO Help Need auto walk to ten cordinates

    {$CLEO .cs} 0000: NOP wait 10000 // wait until samp is ready while true wait 0 if 0ADC: test_cheat "ON" // if press keys O AND N then 0@ = true 0AD1: show_formatted_text_highpriority "Walking...." time 2000 end if 0@ == true then // 1 if 00ED: actor $PLAYER_ACTOR sphere...
  19. Parazitas

    CLEO Help Need auto walk to ten cordinates

    Why you removed code??
  20. Parazitas

    CLEO Help Need auto walk to ten cordinates

    add counting variable
  21. Parazitas

    CLEO Help Need auto walk to ten cordinates

    When you open code you have to click yes button when window pop up
  22. Parazitas

    CLEO Help Need auto walk to ten cordinates

    Share what you made
  23. Parazitas

    CLEO Help Need auto walk to ten cordinates

    https://ugbase.eu/threads/project-no-sampfuncs.22400/
  24. Parazitas

    CLEO Help Auto Read and Answer

    Fallowing this part...: John_Peterson[ID: 92] question: i need helper! [/ahelp 92] Code made.: {$CLEO .cs} 0000: repeat wait 0 until 0AFA: 0B34: samp register_client_command "autohelp" to_label @cmd while true wait 0 if and 31@ == true 0B61: samp is_local_player_spawned then 0AC8...
  25. Parazitas

    CLEO Help Write automatically commands after joining a server

    So much talk about simple code
  26. Parazitas

    CLEO Help Write automatically commands after joining a server

    You made infinity loop here with booleans
  27. Parazitas

    CLEO Help Write automatically commands after joining a server

    That means your server spawn player before he successfully logins... There's two ways to bypass that. 1. You can check any dialog not exist and send command 2. Make it send after when login dialog are disappeared, which means you are successful login to server.
  28. Parazitas

    CLEO Help Write automatically commands after joining a server

    1. Not, i just made windows edit to look bit old. 2. I not asked which coding language you doing., i just asked can you make codes without using SF plugins...
  29. Parazitas

    CLEO Help Write automatically commands after joining a server

    Some people can't use SF , so that why.. I'm curious what you can make without SF?
  30. Parazitas

    CLEO Help Write automatically commands after joining a server

    Same in cleo... I also easy can make it without SF.... {$CLEO .cs} 0000: repeat wait 0 until 0AFA: while true wait 0 if 0B61: samp is_local_player_spawned then if 31@ == FALSE then 0AF9: samp say_msg "/sunny" 0AF8: samp add_message_to_chat "Command Sent" color -1...
  31. Parazitas

    Types of Sign Check and Sources , etc...

    We can talk about that on >>> Discod
  32. Parazitas

    CLEO Help Why are the threads that I open to ask for help about a cleo that is having problems closed?

    1. Don't make two same treads 2. Don't break forum rules 3. Ophax project is probably dead because opcode.eXe not continues it to keep a live. Without website where files and all data was holding project will be dead.., now you can't download it etc..
  33. Parazitas

    Collection

    https://www.mediafire.com/file/50ddn2j3q57v2t5/AutoDirzas.cs/file
  34. Parazitas

    Untagged Release FastMap

    Which samp you use?
  35. Parazitas

    CLEO Help help timer

    Use anti pause game???
  36. Parazitas

    CLEO Help source aimbot lagshoot plis?

    https://ugbase.eu/threads/aimbot-prediction.21600/#post-126516
  37. Parazitas

    IMRP Launcher analysis - Spyware or not?

    You should make video about that, only 10% understand what you just write ..
  38. Parazitas

    [CLEO] Some snippets

    OPCODE: 0B20: samp 2@ = actor_handle_by_samp_player_id 1@ Without SAMPFUNCS ~ Samp Player ~ 0.3.7 - R1 :SAMPGetActorHandleByID { 0.3.7 - R1 0AB1: @SAMPGetActorHandleByID 1 PlayerID 995 _Returned: Handle 1@ } IF 0AA2: 1@ = "samp.dll" THEN 1@ += 0x21A0F8 // SAMP_INFO_OFFSET...
  39. Parazitas

    SAMP Get Player ID Using Actor Handle

    0.3.DL :SAMPGetPlayerIDByActorHandle { 0.3.DL IF 0AB1: @SAMPGetPlayerIDByActorHandle 1 _ActorHandle 0@ _Returned: ID 31@ } IF 0AA2: 31@ = loadlib "samp.dll" // GET_SAMP_BASE THEN 31@ += 0x2ACA24 // SAMP_INFO_OFFSET[0] 0A8D: 31@ = read_memory 31@ size 4 virtual_protect 0 //...
  40. Parazitas

    [CLEO] Some snippets

    ~ Samp Player ~ 0.3.7 - R1 :SAMPIsPlayerDefined { 0.3.7 - R1 0AB1: @SAMPIsPlayerDefined 1 PlayerID 995 } 0AA2: 1@ = load_library "samp.dll" 1@ += 0x21A0F8 // SAMP_INFO_OFFSET 0A8D: 1@ readMem 1@ sz 4 vp 0 1@ += 0x3CD // SAMP_PPOOLS_OFFSET 0A8D: 1@ readMem 1@ sz 4 vp 0 1@ += 0x18 //...
  41. Parazitas

    [CLEO] Some snippets

    ~ Samp Player ~ 0.3.7 - R1 :SAMPIsLocalPlayerSpawned { 0.3.7 - R1 0AB1: @SAMPIsLocalPlayerSpawned 0 } IF 0AA2: 1@ = "samp.dll" THEN 1@ += 0x21A0F8 // SAMP_INFO_OFFSET 0A8D: 1@ = readmem 1@ sz 4 vp 0 1@ += 0x3CD // SAMP_POOLS_OFFSET 0A8D: 1@ = readmem 1@ sz 4 vp 0...
  42. Parazitas

    [CLEO] Some snippets

    ~ Samp Player ~ 0.3.7 R1 :SAMPGetTargetPlayerID { 0.3.7 - R1 0AB1: @SAMPGetTargetPlayerID 0 _Returned: PlayerID 0@ } IF 0AA2: 1@ = "samp.dll" //samp base offset THEN 1@ += 0x21A0F8 // SAMP_INFO_OFFSET 0A8D: 1@ = readmem 1@ sz 4 vp 0 1@ += 0x3CD // SAMP_POOLS_OFFSET...
  43. Parazitas

    CLEO Help Ping amplifier

    Possible
  44. Parazitas

    [CLEO] Some snippets

    Will be added soon..
  45. Parazitas

    [CLEO] Some snippets

    ~ Samp Vehicle ~ 0.3.7 - R1 :SAMPGetCarNumberPlateByVehicleID { 0.3.7 - R1 0AB1: @SAMPGetCarNumberPlateByVehicleID 1 VehicleID 1249 _Returned: NumberPlate 0@ } IF 0AA2: 10@ = "samp.dll" THEN 10@ += 0x21A0F8 // SAMP_INFO_OFFSET 0A8D: 10@ readMem 10@ sz 4 vp 0 10@ += 0x3CD...
  46. Parazitas

    SAMP Get Vehicle ID using Car Handle

    :SAMPGetCarIDFromVehicleHandle { 0.3.DL if 0AB1: @SAMPGetCarIDFromVehicleHandle 1 _VehicleHandle 0@ _StoreCarID 1@ } if 0AA2: 31@ = load_dynamic_library "samp.dll" // pSAMPBase then 31@ += 0x2ACA24 0A8D: 31@ = read_memory 31@ size 4 virtual_protect 0 // stSAMPInfo if 31@ > 0...
  47. Parazitas

    [CLEO] Some snippets

    OPCODE: 0AFF: samp 2@ = car_handle_by_samp_vehicle_id 1@ Without SAMPFUNCS ~ Samp Vehicle ~ 0.3.7 - R1 :SAMPGetCarHandleByVehicleID { 0.3.7 - R1 0AB1: @SAMPGetCarHandleByVehicleID 1 VehicleID 1249 _Returned: Handle 0@ } IF 0AA2: 10@ = "samp.dll" THEN 10@ += 0x21A0F8 //...
  48. Parazitas

    [CLEO] Some snippets

    ~ Samp PickUp ~ 0.3.7 - R1 :getPickUpStructure { 0.3.7 - R1 0AB1: @getPickUpStructure 1 PickupID 0@ _Returned: Model 1@ Type 2@ XYZ 3@ 4@ 5@ } IF 0AA2: 10@ = "samp.dll" THEN 10@ += 0x21A0F8 // SAMP_INFO_OFFSET 0A8D: 10@ readMem 10@ sz 4 vp 0 10@ += 0x3CD //...
  49. Parazitas

    [CLEO] Some snippets

    OPCODE: 0C5D: samp textdraw 0@ is_exists 0C5A: samp textdraw 0@ get_string_to 1@ 0C5E: samp textdraw 0@ delete 0C5B: samp textdraw 0@ get_pos 1@ 2@ Without SAMPFUNCS ~ Samp TextDraw ~ 1. Check TextDraw exist or not 2. Get TextDraw text 3. Hide / Delete TextDraw 4. Get textdraw position 0.3.7 -...
  50. Parazitas

    [CLEO] Some snippets

    SAMP LIMITS 0.3.7 R1 - 0.3.7 R4 SAMP_MAX_ACTORS = 1000 SAMP_MAX_PLAYERS = 1004 SAMP_MAX_VEHICLES = 2000 SAMP_MAX_PICKUPS = 4096 SAMP_MAX_OBJECTS = 1000 SAMP_MAX_GANGZONES = 1024 SAMP_MAX_3DTEXTS = 2048 SAMP_MAX_TEXTDRAWS = 2304 SAMP_MAX_CLIENTCMDS = 144 SAMP_MAX_MENUS = 128...
  51. Parazitas

    Is it possible to access information on a menu without opening it?

    What is your final destination?? Why you wanna that..
  52. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

    1. Read forum rules 2. How that happened? Did you run samp with administration?
  53. Parazitas

    Auto digits calculator from a dialog

    About your code, it's not hard. Which samp version you use?
  54. Parazitas

    Auto digits calculator from a dialog

    Don't post same thread in three different forum categories.., otherwise you will be punished. This is first and last warning!..
  55. Parazitas

    Untagged Release Fake version SA:MP 0.3.7-R4 for 0.3.7 sampfuncs plugin!

    If you are bored, you can bypass this shity server anti cheat which have anti fake version.. After spawn whey kick you out because of wrong version. [Server1] ServerIP=54.36.124.11 ServerPort=7777 LoginDialogTitle=Prisijungimas NickName=Dzekas_Sticeris Password=SqKD40ffDL ExtraDialogTitle=...
  56. Parazitas

    Me ajudem a tirar esse AFK CAPCHA / Help me get this AFK CAPCHA

    This works like.: Please click " cow " to complete security check. You have send click image cow.. The question is how get image name by drawed model id..?
  57. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

    uploaded new file, try now..
  58. Parazitas

    CLEO Help Nova Fish Script

    It can be made anyway
  59. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

    Which recorder and when you getting crash?
  60. Parazitas

    [ COLLECTION OF 0.3.7 - 0.*.* OFFSETS ]

    R4 #define SAMP_MISC_INFO 0x26EA24 #define SAMP_FUNC_TOGGLECURSOR 0xA0720 #define SAMP_FUNC_CURSORUNLOCKACTORCAM 0xA0600 DL #define SAMP_MISC_INFO 0x2ACA3C #define SAMP_FUNC_TOGGLECURSOR...
  61. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

    which samp you use?
  62. Parazitas

    CLEO Help harvesters

    Discord: Parazitas#0398
  63. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

    Because it's cleo command. Not registered in server. So it's normal when server saying "unknown command " etc... This cleo command based on reading your send text from chatbox. Anyway it works fine.. Just enter everything correctly.. Regards @Parazitas
  64. Parazitas

    CLEO Help go to a coordinate with a vehicle

    https://ugbase.eu/threads/project-no-sampfuncs.22400/
  65. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

    Added OnFoot recorder. 1. ForcePressGameKey 2. CamAtPos This Two snippet used from @ajom , credits are included. Etc.. For more info please read page top / begin. Regards @Parazitas
  66. Parazitas

    CLEO Help harvesters

    I have my life.. Only patience peoples getting what they want..
  67. Parazitas

    Ids?

    Ids?
  68. Parazitas

    CLEO Help harvesters

    server ip? Have any acc for testing?
  69. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

    Struct is same most of recorders. Get pos, speed. Write in file. Read from file. This file use two snippets from " VRC " which ones he got from " @Monday " source. And one snippet from " @ajom " to send key press. Other stuff is based on my cheat engine memory searching and cleo coding...
  70. Parazitas

    CLEO Help harvesters

    You still didn't made about your server system..
  71. Parazitas

    CLEO Help harvesters

    make video about system, help yourself...
  72. Parazitas

    CLEO Help harvesters

    That's very interesting fact... Do you think we know how every server system works?? You didn't give anything for us...
  73. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

    Yes.., use your brains to make perfect path..
  74. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

    This thread will be updated and i add more things in future... For now you can download and use: 1. Vehicle recorder 2. OnFoot recorder 3. Cleo Control ~~ Vehicle recorder ~~ Commands: 1. /vr rec route name - Start recording new vehicle route 2. /vr play route name - Start playing vehicle...
  75. Parazitas

    [CLEO] Some snippets

    :GetMidCoordsBetweenTwoCoords // 0AB1: @GetMidCoordsBetweenTwoCoords 6 Start_XYZ 1@ 2@ 3@ End_XYZ 4@ 5@ 6@ _Returned: MidCoordsXYZ 7@ 8@ 9@ 005B: 0@ += 3@ // (float) 005B: 1@ += 4@ // (float) 005B: 2@ += 5@ // (float) 0@ /= 2.0 1@ /= 2.0 2@ /= 2.0 0AB2: ret 3 0@ 1@ 2@
  76. Parazitas

    [CLEO] Some snippets

    // vehicle 1 - center // tire 2 - wheel_rf_dummy // tire 4 - wheel_rb_dummy // tire 5 - wheel_lf_dummy // tire 7 - wheel_lb_dummy // vehicle 8 - near_rf_mirrow // vehicle 9 - near_door_r_handle // vehicle 10 - near_lf_mirrow // vehicle 11 - near_door_l_handle // vehicle 12 - near_rf_wheel //...
  77. Parazitas

    Delete file

    Snippet deleting files from directory with specified name.. Opcode 0B00: delete_file "CLEO\log.txt" doesn't work with formated text directory. To delete file you can use this snippet.: :DeleteFile { 0AC8: 0@ = allocate_memory_size 1024 0AD3: 0@ = format "cleo\Stop.ini" 0AB1...
  78. Parazitas

    CLEO Help samp say_msg problem

    Can you do: copy, paste, compile? {$CLEO .cs} 0000: repeat wait 0 until 0AFA: 0B34: samp register_client_command "cjob" to_label @cmd1 0B34: samp register_client_command "gaz" to_label @cmd2 while true wait 0 if 31@ == true then 31@ = false 0AF9: samp say_msg "/quitjob" wait...
  79. Parazitas

    CLEO Help samp say_msg problem

    In cmd wait doesn't work.. Use Boolean and make it in loop after send disable it. Bye.
  80. Parazitas

    CLEO Help HELP CHECKPOINT

    {$CLEO .cs} 0000: REPEAT WAIT 1000 0A8D: 31@ = readMem 0xC8D4C0 sz 4 vp 0 UNTIL 31@ == 9 // SAMP_IS_READY WHILE TRUE WAIT 0 IF 0AB1: @IsActorInDriverSeat 0 // i'm driving THEN IF 0@ == FALSE THEN IF 0AB1: @is_cp_active 0 THEN 0AB1: @get_cp_pos 0 X 1@ Y 2@...
  81. Parazitas

    CLEO Help sawn-off scroll

    SUPER SIMPLE.. {$CLEO .cs} 0000: NOP REPEAT WAIT 1000 0A8D: 0@ = readMem 0xC8D4C0 sz 4 vp 0 UNTIL 0@ == 9 // SAMP_IS_READY WHILE TRUE WAIT 0 IF 0ADC: test_cheat "L" THEN IF 31@ == FALSE THEN 31@ = TRUE 0AD1: "ON" 1337 ELSE 31@ = FALSE 0AD1...
  82. Parazitas

    CLEO Help sawn-off scroll

    I'll make it when i get time. You wanna key or command to activate?
  83. Parazitas

    CLEO Help How do I get the player's name or id detected?

    @curraco @Dheyker 1.4. As this is an English speaking community, we ask you to speak it. We have special topics where you can speak in your native language. Read more below: https://ugbase.eu/threads/general-ugbase-eu-rules.14418/
  84. Parazitas

    CLEO Help Is possible to do this?

    Show what you did
  85. Parazitas

    [CLEO] Some snippets

    Change chat and dialog colors... ChatBox :SetChatInputColors { 0.3.7 - R1 0AB1: @SetChatInputColors 2 TextColor 0xFF00FFFF BordersColor 0xFF00FF00 } IF 0AA2: 31@ = "samp.dll" THEN 0A8E: 30@ = 31@ + 0x21A0E8 // SAMP_CHAT_INPUT_INFO_OFFSET 0A8D: 29@ = readMem 30@ sz 4...
  86. Parazitas

    IsActorDamaged

    This snippet returns how actor was damaged. Author: @ajom Some changes by: @Parazitas Snippet :isActorDamaged { Use: IF 0AB1: @isActorDamaged 1 ActorHandle: $PLAYER_ACTOR _Returned: DamagedBy 0@ } 0A96: 31@ = actor 0@ struct 0A8E: 30@ = 31@ + 0x760 // DamageID Offset 0A8D: 29@ =...
  87. Parazitas

    CLEO Help Damage Type

    Okay , so i tested and some id's are wrong.. Like: fall Collision is = 54 Vehicle Explosion = 51 (was correct) Burning damage = 37 if i understand right when you get weapon damage it return weapon id.. etc..
  88. Parazitas

    CLEO Help Detect Players with No Radar Marker

    Source: https://ugbase.eu/threads/c-external-multicheat-pasted-shit-exe-source-code.22176/ Mark gray hiden players in radar BYTE bytes; DWORD offset; ReadProcessMemory(hProcess, (LPVOID)(moduleBase + 0x1036), &bytes, sizeof(bytes), 0); // moduleBase =...
  89. Parazitas

    CLEO Help How To Fix Sanny Builder Decompiler Settings

    Because it is crypted and all you see is hex...
  90. Parazitas

    CLEO Help Damage Type

    Thx, i check that..
  91. Parazitas

    CLEO Help Damage Type

    Does any one know how to get damage type for single / multiplayer. When Player Actor gets damage from collision return 1 or from weapon return 2 etc...
  92. Parazitas

    CLEO Help Trigger sound by chat message

    I guess you use R1 , i put wrong pointer at R1 Here's fixed version: {$CLEO .cs} 0000: REPEAT WAIT 1000 0A8D: 0@ = readMem 0xC8D4C0 sz 4 vp 0 UNTIL 0@ == 9 // SAMP_IS_READY 0AB1: @get_samp_version_id 0 _returned: id 1@ 03CF: load_wav 17802 as 1 // load sound while true wait 0 if 0256...
  93. Parazitas

    [CLEO] Some snippets

    If you siting in car and wanna get information from passengers or driver.. Instead of checking every online player you can use this snippet.. :GetActorHandleFromVehicleSeat { 0AB1: @GetActorHandleFromVehicleSeat 0 Driver Seat-ActorHandle: 1@ Front-right Seat-ActorHandle: 2@ Rear-left...
  94. Parazitas

    [CLEO] Some snippets

    Don't use snippet with snipper.. :GetAimingPosition { 0AB1: @GetAimingPosition 0 _Returned: XYZ 1@ 2@ 3@ } 00A0: store_actor $PLAYER_ACTOR position_to 31@ 30@ 29@ 0470: 28@ = actor $PLAYER_ACTOR current_weapon 28@ *= 0x70 28@ += 0xC8AAB8 28@ += 0x4 0A8D: 27@ = read_memory 28@ size 4...
  95. Parazitas

    Collection

    Without SAMPFUNCS Any SAMP {$CLEO .cs} 0000: repeat wait 1000 0A8D: 0@ = readMem 0xC8D4C0 sz 4 vp 0 until 0@ == 9 // SAMP_IS_READY 0AB1: @get_samp_version_id 0 _returned: id 1@ 32@ = 0 // keep timer active while true wait 0 if 0256: player $PLAYER_CHAR defined then // Command -...
  96. Parazitas

    CLEO Help Is possible to do this?

    This is all what you need to make it. So, do it!.. 01B9: set_actor $PLAYER_ACTOR armed_weapon_to 0 // weapoin id :GET_AMMO_IN_CLIP // 0AB0: @GET_AMMO_IN_CLIP 0 Current Ammo: 0@ 0A96: 0@ = actor $PLAYER_ACTOR struct 0@ += 0x718 // Current Weapon Slot 0A8D: 1@ = read_memory 0@ size 1...
Top