Jump to content

source Secretive v1.3 Source


0X37BN566
 Share

Recommended Posts

never mind, think i didn't do a good job of converting the image to byte arrays ...might some help with that actually, been searching an hour for a way online but nothing helped me since the solutions require knowledge w other programs that i don't have

can anyone help

Link to comment
Share on other sites

1 hour ago, zzzzzz said:

never mind, think i didn't do a good job of converting the image to byte arrays ...might some help with that actually, been searching an hour for a way online but nothing helped me since the solutions require knowledge w other programs that i don't have

can anyone help

 

2 hours ago, zzzzzz said:

could u help me with this?
I converted my image to byte arrays but it keeps showing up as a white box in the menu?

 

all i did was add the code where you said it goes :?

 

try these: https://www.unknowncheats.me/forum/counterstrike-global-offensive/250875-rendering-image-imgui-paste-2.html

or this: https://www.unknowncheats.me/wiki/Team_Fortress_2:Embedding_and_rendering_custom_textures

  • Like 7
Link to comment
Share on other sites

6 minutes ago, btc said:

What debug settings did you use? 

btw now i am trying to build the legendware source but i have this error

Severity    Code    Description    Project    File    Line    Suppression State
Error    LNK1181    cannot open input file 'libcrypto.lib'    Legendware    C:\Users\smuch\OneDrive\Desktop\Legendware\LINK    1    
 

can you pls help ?

Capture.PNG

Link to comment
Share on other sites

On 2/5/2021 at 7:07 AM, 0X37BN566 said:

The source in the previous thread didn't work for many , so here is a fixed source of Secretive v1.3 aka kitsune.squad .

License Check is Removed , so no more crashes 🙂 🙂 🙂 🙂

  Secretive_Aka_Kitsune.zip 120.03 MB · 564 downloads

1608918624428.png

I get a error when trying to move it on to desktop

 

Link to comment
Share on other sites

1 hour ago, mucho911 said:

btw now i am trying to build the legendware source but i have this error

Severity    Code    Description    Project    File    Line    Suppression State
Error    LNK1181    cannot open input file 'libcrypto.lib'    Legendware    C:\Users\smuch\OneDrive\Desktop\Legendware\LINK    1    
 

can you pls help ?

Capture.PNG

take a look into this: https://github.com/openframeworks/openFrameworks/issues/5973

  • Like 2
Link to comment
Share on other sites

10 hours ago, btc said:

ty so m,uch for this!

i have another question if u don't mind

i tried to edit the chat spammer and i just edited the text within the quotes "" but i also copypasted the crypt_str(""), so i have more things to spam

uhh it ended up not working and i get this in csgo chat after one of the lines 


~ Invalid XHAIR-CODE

any clues on how to remedy this? sorry if i'm asking a dumb question i'm fairly new 

 

  • Like 1
Link to comment
Share on other sites

11 minutes ago, zzzzzz said:

ty so m,uch for this!

i have another question if u don't mind

i tried to edit the chat spammer and i just edited the text within the quotes "" but i also copypasted the crypt_str(""), so i have more things to spam

uhh it ended up not working and i get this in csgo chat after one of the lines 


~ Invalid XHAIR-CODE

any clues on how to remedy this? sorry if i'm asking a dumb question i'm fairly new 

 

You need to change chatspam strings at Misc.cpp - line: 270-276

static std::string chatspam[] = 
	{ 
		crypt_str(" edit me "),
		crypt_str(" edit me "),
		crypt_str(" edit me "),
		crypt_str(" edit me "),
	};

by changing those strings it should change the text ur spamming. 

NOTE: If you want more than 4 different text, change "& 4" value to the number you have strings

                                                                                                                                       ⇣

std::string msg = crypt_str("say ") + chatspam[rand() % 4];

 

Link to comment
Share on other sites

  • 4 weeks later...
16 hours ago, mynamejeffyessofunnyxd said:

When in a valve server it says on the watermark a bunch of random letters/numbers/symbles what is this and how can i change/fix it?

Do you mean like ranked or community servers

Link to comment
Share on other sites

Severity    Code    Description    Project    File    Line    Suppression State
Warning        CMake Warning (dev) at C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:426 (message):
  The package name passed to `find_package_handle_standard_args` (harfbuzz)
  does not match the name of the calling package (HarfBuzz).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.        C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake    426    


What is this error?

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...