Ir para conteúdo
Faça parte da equipe! (2024) ×

Base do Vendedor de Água do Semáfaro


 Compartilhar

Posts Recomendados

Olá amigo, fiz isso e da esse erro novamente

 

1>LINK : fatal error LNK1104: cannot open file 'd3dx9.lib'

e se removo o cod inteiro no caso esse:

if(Tab5)

{

DrawGroupBox(PosX - 20, PosY + 24, 121, 30, D3DCOLOR_ARGB(255, 180, 180, 180), /*Tecla Aimbot*/XorStr<0xD6,13,0xB777EE4C>("\x82\xB2\xBB\xB5\xBB\xFB\x9D\xB4\xB3\xBD\x8F\x95"+0xB777EE4C).s, pDevice);

DrawArrowList(PosX - 15, PosY + 33, iAimKey, 166, Opt_Teclas, pDevice);

DrawGroupBox(PosX - 20, PosY + 64, 121, 30, D3DCOLOR_ARGB(255, 180, 180, 180), /*Tecla Menu*/XorStr<0x73,11,0x5A076751>("\x27\x11\x16\x1A\x16\x58\x34\x1F\x15\x09"+0x5A076751).s, pDevice);

DrawArrowList(PosX - 15, PosY + 73, iMenuKey, 166, Opt_Teclas, pDevice);

DrawGroupBox(PosX - 20, PosY + 104, 121, 30, D3DCOLOR_ARGB(255, 180, 180, 180), /*Aim FOV*/XorStr<0x7D,8,0x221D0636>("\x3C\x17\x12\xA0\xC7\xCD\xD5"+0x221D0636).s, pDevice);

DrawArrowList(PosX - 15, PosY + 113, iAimFov, 7, Opt_AimFov, pDevice);

}

Ele ocorre o mesmo erro

1>LINK : fatal error LNK1104: cannot open file 'd3dx9.lib'

esse erro ocorre quando vc não seleciona o directxSDK corretamente ou em alguns casos que quando vc baixa o DirectX SDK na net ele vem incompleto ae vc tem que colocar alguns componentes que falta

 

link de download dos componentes

extraia as 2 pasta aonde seu Direct X SDK foi instalado e substitua por essas .

Download

não coloquei Scan pelo motivo que o Google Drive já faz os Scan Automaticamente .

e se algum Moderador não acha correto , deixo avisado que baixe faça o scan e coloque no meu comentário . :D

[spoiler=Cheater Oficial CABR]

PHfceMg.gif

 

Podia virar o dia sem mandar nenhuma pra mente

Mas eu não sou inocente... :cool::smoke::cool::smoke::cool::finger:Tribo Da Perifeira

E17ukxJ.png

Link para o comentário
Compartilhar em outros sites

Olá amigo, otimo post, poderia/poderiam me ajudar com esse erro?

1>------ Build started: Project: RL-XingLing, Configuration: Release Win32 ------

1> Main.cpp

1>Main.cpp(106): error C3861: 'DrawArrowList': identifier not found

1>Main.cpp(108): error C3861: 'DrawArrowList': identifier not found

1>Main.cpp(110): error C3861: 'DrawArrowList': identifier not found

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

 

Ele da erro na hora do f9 tbm não consigo nada.

Tou começando na programação então não sei como resolve, Ajudam eu por favor? Agradeço desde já! :)

 

 

tá ai a os codigos que faltam,

 

 

VOID DrawArrowList(INT X, INT Y, INT &Var, INT Max, CHAR **Opt, LPDIRECT3DDEVICE9 pDevice)

{

INT Check1 = CheckTabs(X, Y, 12, 12, 170, ClickCheck);

INT Check2 = CheckTabs(X + 100, Y, 12, 12, 170, ClickCheck);

 

DWORD ColorText1 = D3DCOLOR_ARGB(255, 100, 100, 100);

DWORD ColorText2 = D3DCOLOR_ARGB(255, 100, 100, 100);

 

if(Check1 == 1)

{

if(Var > 0)

Var--;

else if(Var == 0)

Var = Max - 1;

}

 

if(Check2 == 1)

{

if(Var < Max - 1)

Var++;

else if(Var == Max - 1)

Var = 1;

}

 

if(Check1 == 2)

{

ColorText1 = Red;

}

 

if(Check2 == 2)

{

ColorText2 = Green;

}

 

DesenharCaixa(X, Y, 15, 15, White, D3DCOLOR_ARGB(255, 150, 150, 150), pDevice);

DesenharCaixa(X + 100, Y, 15, 15, White, D3DCOLOR_ARGB(255, 150, 150, 150), pDevice);

 

DesenharTexto(FALSE, pFont, X + (15 / 2) - 2, Y + (1 / 2), ColorText1, TMenu, /*<*/XorStr<0xDA,2,0xAE4B4BCF>("\xE6"+0xAE4B4BCF).s);

DesenharTexto(FALSE, pFont, X + 98 + (15 / 2), Y + (1 / 2), ColorText2, TMenu, /*>*/XorStr<0xFF,2,0xC1892F80>("\xC1"+0xC1892F80).s);

 

DesenharTexto(FALSE, pFont, X + 50 - GetText(Opt[Var]) / 2 + 7, Y + (1 / 2), D3DCOLOR_ARGB(255, 100, 100, 100), TMenu, Opt[Var]);

}

Link para o comentário
Compartilhar em outros sites

  • 2 semanas atrás...

alguem ajuda :)

 

------ Build started: Project: RL-XingLing, Configuration: Release Win32 ------

Release\Main.obj : warning LNK4042: object specified more than once; extras ignored

Main.obj : error LNK2001: unresolved external symbol _D3DXCreateLine@8

Main.obj : error LNK2001: unresolved external symbol _D3DXVec3Project@24

Main.obj : error LNK2001: unresolved external symbol _D3DXCreateFontA@48

C:\Users\Fall\Desktop\RL-XingLing\Felix -XingLing\Release\RL-XingLing.dll : fatal error LNK1120: 3 unresolved externals

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Link para o comentário
Compartilhar em outros sites

1>------ Build started: Project: RL-XingLing, Configuration: Release Win32 ------

1> Main.cpp

1>Main.cpp(106): error C3861: 'DrawArrowList': identifier not found

1>Main.cpp(108): error C3861: 'DrawArrowList': identifier not found

1>Main.cpp(110): error C3861: 'DrawArrowList': identifier not found

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

 

Ajuda ae

errinho besta facil de resolver só definir a função do DrawArrowList

tumblr_ozq1lc5CJu1wqe5sto1_500.gif

Link para o comentário
Compartilhar em outros sites

Preciso de ajuda com a base na hora do F7 da esse erro

 

1>------ Build started: Project: RL-XingLing, Configuration: Release Win32 ------

1> Main.cpp

1>c:\users\Anonymous\desktop\rl-xingling\felix -xingling\lr-xingling\Hook.h(2): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Link para o comentário
Compartilhar em outros sites

  • 2 semanas atrás...
Preciso de ajuda com a base na hora do F7 da esse erro

 

1>------ Build started: Project: RL-XingLing, Configuration: Release Win32 ------

1> Main.cpp

1>c:\users\Anonymous\desktop\rl-xingling\felix -xingling\lr-xingling\Hook.h(2): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

 

man seleciona os diretorios lib e inc

Link para o comentário
Compartilhar em outros sites

me ajuda o meu da erro aqui

 

 

if(!pFont)

{

D3DXCreateFont(pDevice, 14, 0, 400, 1, 0, 1, 0, 4 ,0 | (0 << 4), String_Font, &pFont);

D3DXCreateFont(pDevice, 18, 0, 400, 1, 0, 1, 0, 4 ,0 | (0 << 4), String_Font, &gFont);

D3DXCreateLine(pDevice, &pLine);

}

}

 

1>------ Build started: Project: novo hack, Configuration: Debug Win32 ------

1>Compiling...

1>Main.cpp

1>c:\users\sidney matos\desktop\bses hack jhonny\rl-xingling\rl-xingling\felix -xingling\lr-xingling\main.cpp(18) : error C2664: 'D3DXCreateFontW' : cannot convert parameter 11 from 'char [6]' to 'LPCWSTR'

1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast

1>c:\users\sidney matos\desktop\bses hack jhonny\rl-xingling\rl-xingling\felix -xingling\lr-xingling\main.cpp(19) : error C2664: 'D3DXCreateFontW' : cannot convert parameter 11 from 'char [6]' to 'LPCWSTR'

Link para o comentário
Compartilhar em outros sites

me ajuda o meu da erro aqui

 

 

if(!pFont)

{

D3DXCreateFont(pDevice, 14, 0, 400, 1, 0, 1, 0, 4 ,0 | (0 << 4), String_Font, &pFont);

D3DXCreateFont(pDevice, 18, 0, 400, 1, 0, 1, 0, 4 ,0 | (0 << 4), String_Font, &gFont);

D3DXCreateLine(pDevice, &pLine);

}

}

 

1>------ Build started: Project: novo hack, Configuration: Debug Win32 ------

1>Compiling...

1>Main.cpp

1>c:\users\sidney matos\desktop\bses hack jhonny\rl-xingling\rl-xingling\felix -xingling\lr-xingling\main.cpp(18) : error C2664: 'D3DXCreateFontW' : cannot convert parameter 11 from 'char [6]' to 'LPCWSTR'

1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast

1>c:\users\sidney matos\desktop\bses hack jhonny\rl-xingling\rl-xingling\felix -xingling\lr-xingling\main.cpp(19) : error C2664: 'D3DXCreateFontW' : cannot convert parameter 11 from 'char [6]' to 'LPCWSTR'

 

whats , não é coder ?

 

 

pode ser que na hora de você mexer na configuração do projeto ter selecionado outra opção da parte de " Character set" e pode estar dando esse erro , verifique se esta selecionado a opção "Use Multi-Byte Character Set"

[spoiler=Cheater Oficial CABR]

PHfceMg.gif

 

Podia virar o dia sem mandar nenhuma pra mente

Mas eu não sou inocente... :cool::smoke::cool::smoke::cool::finger:Tribo Da Perifeira

E17ukxJ.png

Link para o comentário
Compartilhar em outros sites

me ajuda o meu da erro aqui

 

 

if(!pFont)

{

D3DXCreateFont(pDevice, 14, 0, 400, 1, 0, 1, 0, 4 ,0 | (0 << 4), String_Font, &pFont);

D3DXCreateFont(pDevice, 18, 0, 400, 1, 0, 1, 0, 4 ,0 | (0 << 4), String_Font, &gFont);

D3DXCreateLine(pDevice, &pLine);

}

}

 

1>------ Build started: Project: novo hack, Configuration: Debug Win32 ------

1>Compiling...

1>Main.cpp

1>c:\users\sidney matos\desktop\bses hack jhonny\rl-xingling\rl-xingling\felix -xingling\lr-xingling\main.cpp(18) : error C2664: 'D3DXCreateFontW' : cannot convert parameter 11 from 'char [6]' to 'LPCWSTR'

1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast

1>c:\users\sidney matos\desktop\bses hack jhonny\rl-xingling\rl-xingling\felix -xingling\lr-xingling\main.cpp(19) : error C2664: 'D3DXCreateFontW' : cannot convert parameter 11 from 'char [6]' to 'LPCWSTR'

amigo só vc adicionar a letra A maiúscula depois do D3DXCreateFont

Exemplo:

É necessário se cadastrar para acessar o conteúdo.

tumblr_ozq1lc5CJu1wqe5sto1_500.gif

Link para o comentário
Compartilhar em outros sites

  • 1 mês depois...
Meu menu n ta marcando as checkbox, atualizei os endereços e nada...

Essa base tem um check, que quando os endereços estão desatualizados e as classes desatualizados o menu não aparece...

QUE TIRO FOI ESSE ?

Link para o comentário
Compartilhar em outros sites

Este tópico está impedido de receber novos posts.
 Compartilhar

  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...

Informação Importante

Nós fazemos uso de cookies no seu dispositivo para ajudar a tornar este site melhor. Você pode ajustar suas configurações de cookies , caso contrário, vamos supor que você está bem para continuar.