Recent content by ChampaRando

  1. C

    CLEO Help NOP for GetPlayerWeapon

    But there's nothing for "GetPlayerWeapon"? That is the code the script checks to satisfry its IF statement.
  2. C

    CLEO Help NOP for GetPlayerWeapon

    Yo. Just got back to SAMP for like 10 days in holidays haha. Anyways, I have a silly question to ask. Does a NOP exist for "GetPlayerWeapon" and/or "GetPlayerWeaponData" SA-MP functions? I just looked through this big list of NOPs we have on this forum and there was nothing for this particular...
  3. C

    CLEO Help Quit game upon any health change from server & spec prevention

    Again I doubt the server checks for large distances. I can go teleport to LV from LS (as long as I take over 10+ seconds in checkpoint appearing. All day long - I get NO bans XD). I am certainly sure its admins random specing that bans me
  4. C

    CLEO Help Quit game upon any health change from server & spec prevention

    Nah Nah it's not server that bans me. The server has a 10 second period check to check for TP (I can claim this because I have gotten banned a few times in early stages when I instant TPed. Then I started waiting a few seconds and ANY WAIT after 10 second (or teleporting in increments of 10...
  5. C

    CLEO Help Quit game upon any health change from server & spec prevention

    Yes that's exactly what it is! It doesn't use the normal setting player coords and what not, it just moves the CP location in packets (its a hack I got from my mate years ago, got source code too for it). And yeah streaming speed probably is the random-ness. So any way to prevent (I guess...
  6. C

    CLEO Help Quit game upon any health change from server & spec prevention

    Right right. Reckon you have any ideas on what can be done to avoid getting stuck with random spec checking? I do not mind the method failing to false positives, or having a harsh approach, just want to preserve 5 6 leftover VPN IPs. Anti cheat in the server sucks (actually it's very clever in...
  7. C

    CLEO Help Quit game upon any health change from server & spec prevention

    Ah right right. So the server has dogshit anti cheat. I have actually farmed over 2 million. The bug is to teleport after 15 second, if we teleport within 15 seconds of the checkpoint appearing, server bans, else it doesnt. I have used it for months (dogshit to the scripter lmao). Only issue...
  8. C

    CLEO Help Quit game upon any health change from server & spec prevention

    Right Right, so bcuz I am not the guru of CLEO programming/C++ just yet (just learnt Java, JS, Python this year) so I will first try with the checking if admin is nearby me and then /q. I can live with the false positives because I am thinking to leave my account ON while I am AFK for money...
  9. C

    CLEO Help Quit game upon any health change from server & spec prevention

    Sweet sweet. So say when admins spectate us, would just getting and comparing their position work? My idea is: If their position is around mine, say in a radius of 10 in x/y and maybe a little higher radius in the z range, then I can say they are "specing" me or just nearby me. Anything works, I...
  10. C

    CLEO Help Quit game upon any health change from server & spec prevention

    Ah cheers cheers that exactly what I wanted. What about is there any way to get player coordinates? I saw a hack somewhere on youtube once, even on RP servers, where we cant see player on maps, we can find their location and the cleo made a red marker for their last location upon cmd input on...
  11. C

    CLEO Help Quit game upon any health change from server & spec prevention

    Nevermind i made it work Also is it possible to get another player's location coords with their ID? I am just trying all I can to detect whenever an admin spectates me and then I /q right that moment (asap/automatically).
  12. C

    CLEO Help Quit game upon any health change from server & spec prevention

    Hey lads! I thought of an idea to kind of avoid admin's checking for hacks. In the server I play, most admins use a command (on any type of hack amazingly) that quickly changes few parameters of a player to check if they hack. One of them is always dropping health by a random amount. I was...
  13. C

    CLEO Help Auto Vehicle Lock for RP Servers

    Well the base logic works yes. I just need to implement my three scneario of actual locking/unlocking, will do that now.
  14. C

    CLEO Help Auto Vehicle Lock for RP Servers

    Nevermind I am fucking retarded, I actually got the wrong OPCODE. Lemme test this tomorrow Also, just tried the string scan code, I am always getting false, even when it's correct. EDIT: It works now (scanstring). The code to get last chat line was faulty, I replaced it with this and works...
  15. C

    CLEO Help Auto Vehicle Lock for RP Servers

    I can't use "is player entering vehicle" because when vehicle is locked, it doesn't actually work. Cuz player doesnt attempt to enter in anyways, so it wont work for that. This is keypress and then veh nearby check is only what I could think of.
Top