Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › help with code(something wrong with it)

help with code(something wrong with it)

Posts 1–15 of 32 · Page 1 of 3
tremaster
tremaster
help with code(something wrong with it)
hey, im working on d3d and i was going of a tut http://www.mpgh.net/forum/33-visual-...ic-2008-a.html

and somthing goes wrong it says it cant find the lala.dll

Code:
Imports System.Drawing

Public Class Form1
    Private Declare Function GPSL_SetTextLineData Lib "lala.dll" (ByVal wTextPosX As Short, ByVal wTextPosY As Short, ByVal LPCTSTR As String, ByVal dwTextColor As Integer, _
ByVal bBlackBackground As Boolean, ByVal cSize As Byte, ByVal bTextBold As Boolean, ByVal cFontFamily As Byte) As Boolean
    Private Declare Function GPSL_ShowText Lib "lala.dll" (ByVal bShowIt As Boolean)
    Dim Text1 As String = Nothing


    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Timer1.Enabled = True
    End Sub

    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick

        Dim Text1 As String = Nothing
        Text1 = "[Mpgh.net]Ownz you!"
        GPSL_SetTextLineData(1064, 5, Text1, Color.FromArgb(255, 255, 0, 0).ToArgb, True, 20, True, 0)
        GPSL_ShowText(True)

    End Sub
End Class
#1 · 15y ago
NextGen1
NextGen1
lala.dll is included with the tutorial.
#2 · 15y ago
tremaster
tremaster
I know but i put it in vb program files still not working

Unable to load DLL 'lala.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

okay now i fixed lala.dll i have a diff error

PInvoke restriction: cannot return variants
#3 · edited 15y ago · 15y ago
NextGen1
NextGen1
Exception from HRESULT: 0x8007007E is a general error, usually associated with a dll not being in the appropriate path.

Make sure you put the dll into your bin folder and debug folder. Check again.
#4 · 15y ago
tremaster
tremaster
okay new error

PInvoke restriction: cannot return variants
#5 · 15y ago
Joshcarr2006
Joshcarr2006
A lot of stuff on mpgh is outdated so it may not work.
#6 · 15y ago
tremaster
tremaster
plz help .
#7 · 15y ago
HA
Hawk_
Quote Originally Posted by joshcarr2006 View Post
A lot of stuff on mpgh is outdated so it may not work.
well it was written for vb.net, why wouldn't it still work for vb.net? the ide doesn't change /
#8 · 15y ago
Lolland
Lolland
Because the hacking tutorials are usually pretty old.

On topic, now.
#9 · 15y ago
tremaster
tremaster
well,PInvoke restriction: cannot return variants help
#10 · 15y ago
Kallisti
Kallisti
Quote Originally Posted by tremaster View Post
well,PInvoke restriction: cannot return variants help
Thanks for telling us 4 times I couldn't catch the first few.
#11 · 15y ago
tremaster
tremaster
well can i have sum help?
#12 · 15y ago
Void
Void
For 'ShowText' you didn't declare the return type.

Try:
[php]
Private Declare Function GPSL_ShowText Lib "lala.dll" (ByVal bShowIt As Boolean) As Boolean
[/php]
#13 · 15y ago
tremaster
tremaster
now nothing is showing up
#14 · 15y ago
HA
Hawk_
Same here..
#15 · 15y ago
Posts 1–15 of 32 · Page 1 of 3

Post a Reply

Similar Threads

  • need help with injecting code/using itBy 0xx-kyle-xx0 in Combat Arms Help
    1Last post 8y ago
  • DBased, Help Me, Something Wrong With The CodeBy Proyiehong in Mission Against Terror Discussions
    0Last post 15y ago
  • [HELP] Something wrong with profile .By Beatboxin Dawg in Suggestions, Requests & General Help
    1Last post 15y ago
  • [HELP] Something Wrong with Modding tools.By Sphearow412 in Combat Arms Mod Discussion
    6Last post 16y ago
  • NEED help with verification code when registering!By vinogradov in WarRock Korea Hacks
    2Last post 19y ago

Tags for this Thread

None