Search results

  1. Scraatch

    convert ahk code into c++

    Hello, i want to check if the player is spawned and i found this code in an autohotkey script and tried to convert it into c++ but with no success. I hope that someone can explain to me how to convert code such like this. Btw i am new at coding and learning c++. isPlayerSpawned() { return...
  2. Scraatch

    get target ped

    i used this to get the target ped but always when i start the game, it crashes and its because of the address i use address: DWORD getTargetPed(void) { return *(DWORD*)((*(DWORD*)0xB6F3B8) + 0x79C); } how do i fix this? need it for a triggerbot
  3. Scraatch

    How to use d3d9?

    How can i include d3d9 to show some text on screen?
  4. Scraatch

    Why its not working?? [SOLVED]

    I have this code created but have no idea why the numpad1 function to change the health of the player is not working, i tried it on int and float #pragma comment(lib, "Open-SAMP-API.lib") #include <iostream> #include "SAMP_API.h" #define WIN32_LEAN_AND_MEAN #include "Windows.h" #include...
  5. Scraatch

    How to change values internal [SOLVED]

    I am learning to code with c++ and i try to make an samp cheat as an dll/asi file. Now i want to change the health and i now that the player pointer is 0xB6F5F0 and the health offset is 0x540 . how can i acces to that? i tried this and this is my whole code: btw: the unlimited ammo function is...
  6. Scraatch

    How to use OpenSAMPApi? [SOLVED]

    I am learning c++ and i want to check my progress with in the game, but when i try to use the opensampapi it always says that the dll file is missing. i downloaded the released version 1.1.4 (https://github.com/SAMPProjects/Open-SAMP-API/releases ) and opened the example file overlayexample and...
  7. Scraatch

    How to include Open-SAMP-API into code

    Hey, i tried to include this -> https://github.com/SAMPProjects/Open-SAMP-API into my project. But when i add the SAMP_API.h into my headers folder and if i use this to include: #include "SAMP_API.h" it says that the file cant be read
  8. Scraatch

    Class problem

    Hey there i have this class and i tried to use it but only the function create() works, the other funcs doenst works. Class class textdraw{ ident := -1 text := "NOTEXT" xpos := 0 ypos := 0 letterColor := "0xFFFF901E" font := 3 letterWidth := 0.28 letterHeight :=...
  9. Scraatch

    SAMPCAC Bypass needed

    Hello guys, i need a bypass for the sampcac. I hope that someone can send me one. Need it for my dll cheat
  10. Scraatch

    How prepare a projectfolder

    I want to use this API (https://github.com/SAMPProjects/Open-SAMP-API). I have no idea how to set up a new projectfolder (i mean if something special must be changed or smth) and how to include the api, because it will be delivered as a project. //EDIT: C++
  11. Scraatch

    CLEO Help Dialog hider doenst works

    //EDIT: hat sich erledigt
  12. Scraatch

    Decompile S0beit

    Hi, i have a s0beit version from a buddy and i will get the sourcecode of the functions but i have really no idea how to decompile it and what to decompile.
  13. Scraatch

    CLEO Help Searching for engine starter

    hello i am searching for an cleo mod which can start the engine from a vehicle with an command like /startengine.
  14. Scraatch

    Get Pointer from Game

    Hello, i want to get the pointer from like the main weapon magazine or the health in gta samp and write in c++ an nop. if someone can only say how to get the pointer adress, it will be helpful too! //EDIT: i hope that someone can explain it to me how to get the pointer, because i will make a...
  15. Scraatch

    Searching for this mod

    Hello, i am searching for this mod. I mean that the crosshair gets red if i hit someone. video: https://www.youtube.com/watch?v=3KfP74qYids
  16. Scraatch

    Looking for a XignCode 3 ByPass

    Hello, i am looking for a ByPass for XignCode3 in AHK. Hopefully someone have this and can send it ^^ With best wishes, Scraatch
  17. Scraatch

    CLEO Help [REQ] Stick to vehicle

    (I must post this here because i cant create a post by request) I am searching for a Cleo with that i can stick to a vehicle. Means, that if i am on a plane and with the cleo i cant fall down from the plane when the pilot is flying crazy.
  18. Scraatch

    Read TextLabel above Head

    I search for a function to read the TextLabels above the Head from other players. I hope that someone can help me
  19. Scraatch

    Possible to include a Cleo Script or Data in an AHK Script?

    I want to include an Cleo.cs Data or a Cleo Script in my Autohotkey Script that i can use that Cleo mod with Autohotkey. Is this possible?
Top