Results 1 to 5 of 5

Threaded View

  1. #5
    tikene's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    39
    Quote Originally Posted by kubat164 View Post
    Is it possible to use net messages in .dll ?

    For example:

    lua:

    function france(ply)
    net.Start( "baguette" )

    net.WriteEntity( ply )

    net.SendToServer()
    end

    concommand.Add("pray", function()
    for k, v in pairs(player.GetAll()) do
    france(v)
    end
    end)

    In short, I do not want to share my baguette, but i want garry's mod to eat her

    (A code that can not be viewed by simple open notepad but works in garry's mod)

    We have 3 options:

    1) encryption - lua scripts XDD

    2) obfuscation - usless

    3) .dll <- maybe ?

    Could someone suggest / make an example with lua in .dll ? (if it is possible to send net messages via .dll)

    Welcome replies from someone who already had this contact or just know how to answer my question, If you do not know anything about it, do not write

    Thanks !
    wow sir no need to demostrate your amazing coding skills
    Last edited by tikene; 10-23-2017 at 01:33 PM.

Similar Threads

  1. [Solved] Is it possible to use a function similar to cheatengine in Vb.Net?
    By CaET in forum Visual Basic Programming
    Replies: 2
    Last Post: 01-24-2017, 10:31 AM
  2. [Preview] So it is possible to make .net hacks
    By Pingo in forum CrossFire Discussions
    Replies: 14
    Last Post: 08-20-2012, 03:27 AM
  3. [Help Request] Possible To Use If And While Together
    By The Venom in forum C++/C Programming
    Replies: 4
    Last Post: 05-14-2012, 01:19 AM
  4. [Help] How to use .net reflector?
    By M1K3SHARK in forum CrossFire Discussions
    Replies: 4
    Last Post: 01-26-2012, 05:22 AM
  5. How to get free account's using .Net Reflector
    By Lawllypawp in forum General Hacking
    Replies: 20
    Last Post: 03-26-2011, 11:46 AM