Find chat open detection pointer
Find dialog caption pointer
Find server name pointer
Find dialog open detection pointer
Find left / right button text pointer
Find dialog style / type pointer
https://youtu.be/RhAtBapjHAc
Find dialog list item pointer
https://youtu.be/9SiJuFUNovw...
100% - Working without SAMPFUNCS
Example.:
{$CLEO .cs}
0000: NOP
WAIT 10000
WHILE TRUE
WAIT 0
IF 0AB0: key_pressed 90 {Z}
THEN
0AB1: @Set_Virtual_Key 2 KeyOffSet 0x57 state 255
WAIT 30
0AB1: @Set_Virtual_Key 2 KeyOffSet 0x57 state 0
END
END
:Set_Virtual_Key
{
255 = true...
TextDraw and 3D Text ID Finder by @springfield
Text Draw Finder
{$CLEO .cs}
0000:
REPEAT
WAIT 0
UNTIL 0AFA: SAMP_IS_READY
0B34: "txd" @textdraw
WHILE TRUE
WAIT 0
END
:textdraw
0B35: 0@
for 1@ = 0 to 2304
if 0C5D: samp textdraw 1@ is_exists
then
alloc 2@ = 1024...
This is not haack / cheat , it's just saying command
{$CLEO}
0000: NOP
WAIT 4500
0AF8: samp add_message_to_chat "* Loaded hacks by SIRA (www.youtube.com/sirabots)" color -1
:CHECK
WHILE TRUE
WAIT 0
IF 0ADC: "FISH"
THEN
0B12: 0@ = 0@ XOR 1
IF 0@ == 1
THEN...
If u need just click textdraw u can use.:
0BCA: samp send_click_textdraw 0@
or
this
0C48: samp textdraw 0@ create "Textdraw" pos 1@ 2@
idk maybe works never tested
NOT TESTED !
{$CLEO .cs}
0000:
wait 10000 // wait 10sec until samp is ready
while true
wait 0
if
0ab0: 57 {9 Key}
then
if
31@ == false
then
31@ = true
0AD1: show_formatted_text_highpriority "~W~ENABLED" time 1337
else
31@ = true
0AD1...
How fix it?
Textdraw blinking and is very long , not like normal..
@monday
@supahdupahnubah
@springfield
@Opcode.eXe
etc...
Full Code
{$CLEO .cs}
0000: NOP
WAIT 10000
WHILE TRUE
WAIT 0
IF
056D: actor $PLAYER_ACTOR defined
THEN
WAIT 0
// GET ALL STREAMED PEDS
0A8D: 29@ =...
I mean when i driving vehicle.
For example your bot: Vehicle recording.cs
This bot working good , but if any vehicle is in front i get crash / accident and my car also get damaged.
So i wanna detect all vehicles in front and try make drive around.
I think use.:
[SNIPPET] Get Target CAR and...
Sorry man , i solved it , all crash i get from other cleo , i check my cleo folder. Anyway Thanks for help guys
And yes i finished it.
[BOT] Auto accept calls from taxi, trucks etc...
@Opcode.eXe Thanks for turtorial about cursor and opcode 05A5...
@supahdupahnubah
Maybe u know why i get crash when use this two opcodes from last answer?
Crash reason flooding in chat.:
SignText: Can't create font Arial
SignText: Can't create font Arial
SignText: Can't create font Arial
SignText: Can't create font Arial
SignText: Can't create font Arial
....
This can't be problem, word from .ini is not longest , longest word is NAME + SURNAME and work good with.:
033F: set_text_draw_letter_size width 0.205 height 0.955
Look.:
I wanna draw command from .ini file , but probably i doing something wrong...
Who know where is problem?
0AC8: 4@ = allocate_memory_size 260
0AF4: 4@ = read_string_from_ini_file "cleo\Config.ini" section "Command" key "type"
0AB1: @DRAW_WITH_TEXT_COMMAND_FROM_INI 3 X 162.0 Y 230.0 4@...
With this snippet you can get digits from any text !
Explain.:
{$CLEO}
0000:
repeat
wait 50
until 0AFA: is_samp_available
0AC8: 0@ = allocate_memory_size 260
0AD3: 0@ = format "aaa:12345678910"
0AC8: 1@ = allocate_memory_size 260
0AB1: call_scm_func @get_digits_to_print param_count 2 text...
Looks like spam post for kids meeting...
@monday
~~ I try explain this shit better ~~
1. This kid trying explain this text.:
https://imgur.com/a/5zxSHgn
2. Normal text looks like this.:
https://imgur.com/bQLUpAd
Without Š letter, but this letter always changing - can be letter or symbol...
You sure?
Window Size.:
RECT rect;
if (GetWindowRect(OSRS, &rect))
{
int width = rect.right - rect.left;
int height = rect.bottom - rect.top;
cout << "The width is: " << width << " and height is: " << height << endl;
}
Window Coords.:
RECT rect;
if (GetWindowRect(OSRS, &rect))
{
int X =...
I use google , but i just started learn c++ and you attacking me...
Anyway thanks :not bad:
#include <windows.h>
#include <winuser.h>
#include <iostream>
#include <iomanip>
using namespace std;
int main()
{
POINT Cursor;
while (true){
GetCursorPos(&Cursor);
cout << "The cursor x is: " <<...
With this snippet we can get nick name.
Good luck...
Explain with 0.3.7 .:
{$CLEO .cs}
0000:
repeat
wait 0
until 0afa:
WHILE TRUE
wait 0
call @Get_LocalPlayer_Name 0 0@
chatmsg "%s" -1 0@
END
:Get_LocalPlayer_Name
/// 0AB1: call_scm_func @Get_My_NickName 0 0@
0AA2: 0@ = loadLib...
{$CLEO .cs}
0000: NOP
REPEAT
Wait 0
Until 0AFA:
0B34: "ws" @DM
while true
wait 0
for 1@ = 0 to 2304 /// all textdraw ids
if and
0@ == TRUE
0C5D: samp textdraw 1@ is_exists
then
alloc 2@ = 1024 /// ALLOCATE TO MEMORY GET STRING
0C5A: samp textdraw 1@ get_string_to 2@
if 0C29...
I have already created bot with record walk , jump or sprint , but when i tried record commands or automatically stop walk , i get problem, so i just surrender and stoped make it... :(
https://www.youtube.com/watch?v=pl2a_IE6ZpU&feature=youtu.be
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.