CLEO Help Multihack Standalone feature + Texture draws

CLEO related
Status
Not open for further replies.

Holographic

Active member
Joined
Dec 6, 2014
Messages
195
Reaction score
0
Hello,i'm using B_S project 1.5,and there's a command included "/qq" which exits your game quickly without any lag (kind of like it terminates the game process) and i would like to know if there is a standalone mod for that,if so,plz provide a link,thank you in advance

And also is there a fix for the texture rendering bug for samp?say i have a sniper scope cleo and a hitmarker mod.one texture would render white if the other has already rendered.there is a fix for this in singleplayer called "script independent drawing" but it crashes in SAMP.a fix would be awesome.
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
I use this(in my dll though) but should work either way;
Code:
0AA2: 0@ = "kernel32.dll"
0AA4: 1@ = "ExitProcess" library 0@
0AA5: 1@ nparams 1 pop 0 _ec 1

About your second question idk  :imoverit:
 

MrChristmas

Expert
Joined
Jul 29, 2014
Messages
563
Reaction score
26
^
I accidentally edited your post trying to reply... my bad

[member=111]springfield[/member]

I think that what I wrote doesn't make any sense haha (more likely to be used in C... but nevermind)

anyway:

Code:
{$CLEO}

0000: NOP

:QQ
wait 0
if
0ADC:   test_cheat "QQ"
jf @QQ
0A8D: 10@ = read_memory 0x85820C /* ExitProcess */ size 4 virtual_protect 1
0AA5: call 10@ num_params 1 pop 0 exit_code 0
goto @QQ
 

Holographic

Active member
Joined
Dec 6, 2014
Messages
195
Reaction score
0
how do i compile this do i just click compile or what
also i thought test_cheat is typing on keyboard (like a cheat) not a command?
 

MrChristmas

Expert
Joined
Jul 29, 2014
Messages
563
Reaction score
26
You just press F7 and yes its like a cheat so when you type "QQ" then you will exit... but cheat if that's the cleo you exactly want (from what I understood it is)
 

Rat

Active member
Joined
Sep 24, 2013
Messages
137
Reaction score
0
Mr.Christmas link said:
Code:
{$CLEO}

0000: NOP

:QQ
wait 0
if
0ADC:   test_cheat "QQ"
jf @QQ
0A8D: 10@ = read_memory 0x85820C /* ExitProcess */ size 4 virtual_protect 1
0AA5: call 10@ num_params 1 pop 0 exit_code 0
goto @QQ
lol when he tries to switch weapons
 

Child_

Active member
Joined
May 9, 2015
Messages
115
Reaction score
0
:sadpepe: Yesterday I had a good time with my Q Button... now it doesn't work.

:somuchwin: plz chang de activ0ti0on k3yyy 2 'J'
 

MrChristmas

Expert
Joined
Jul 29, 2014
Messages
563
Reaction score
26
I will not make a cleo for you because it's not a request section, that's 1.

2. You can change the activation by your self by changing the parameters in
Code:
0ADC:   test_cheat "QQ"
 

shoval

Active member
Joined
Aug 21, 2013
Messages
28
Reaction score
0
Mr.Christmas link said:
I will not make a cleo for you because it's not a request section, that's 1.

2. You can change the activation by your self by changing the parameters in
Code:
0ADC:   test_cheat "QQ"
You can't open a topic in requests section, that's 1.

2. You know how to change the test_cheat to be a command /qq?
 

MrChristmas

Expert
Joined
Jul 29, 2014
Messages
563
Reaction score
26
shoval link said:
You can't open a topic in requests section, that's 1.

2. You know how to change the test_cheat to be a command /qq?

Request section was closed by many reasons but one of the most important one was that there was too many useless requests like yours, where you can use your brain and common knowledge and find of the the tutorial post which is placed under Guides & Tutorials section.
https://ugbase.eu/tutorials/)read-commands-and-do-something-about-tut-open-source-codes/
Here I found it for you in seconds.

[member=5234]shoval[/member]
 
Status
Not open for further replies.
Top