Tutorials & Guides

Do you want to know how to ? Check the useful topics here.
Hello,today i will explain how to use different keys than we used to. all this time we used this opcode: 0AB0:  key_pressed 1 //shoot button list of keys can be found below this topic ok but now this code is not very useful in many cases ,, like " 0AB0:  key_pressed 49 " this will active the function when you press 1 on the keyboard , but the problem here is we will active the function by mistake when we type 1 in chat , like chatting with friends and typing "attack the 1 on the right" and then you pressed 1 and you active the cheat.. so to fix this , we need to change the codes because we need to active the cheat only when we type in the game not in chat section too.. and the great thing that we can do it with one opcode :) no...
Is it possible to make a keybinder as cleo? I want to script a cleo cause i dont like exe binder. How to send the command / input ingame? For example if i press 1 the cleo should send t/stats~  Ps: ~=Enter
Hi, I recieved a PM about a cleo tutorial which shows how to create a simple cleo file that activates when the user typed something on keyboard. So let's do it  :challenge_accepted: What to do uhm.  :surprised: Oh! , a cleo mod that gives nitro to the car when typed "NOS". Open Sanny Builder, hit Ctrl + N. Start with this : {$CLEO .cs} Without this the cleo will not work. Then, add name to your cleo file like below : thread 'NOS!'Any name you want. Now that we wrote this as total : {$CLEO .cs} thread "NOS!" Now we start scripting. To start, put something that starts with ':', like ':<yourname>_01', ==> :MAIN wait 0 I added "wait 0", because the cleo crashes if i don't use the "wait" command at the beginning. Now, we will put...
Tutorial: 1: Download and extract the key changer. 2: Open ''SCM Key Changer''. 3: Open the .cs file that you want to modify. 4: Set the key that you want on Vkey. 5: Save it. Your done! Enjoy it! :P :P:P Tested it!! Works 100%!! Link: http://www.sendspace.com/file/l1mejl Note: Save the file on your desktop and then replace it by the original one. ;) ;);)
Top