Search results

  1. DreTaX

    How use KeyBoardAPI?

    Here is the example by @salva , with a small addition: using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; using RustBuster2016.API; namespace TEEEEESSSSSTTTTT { public class PluginGUI : MonoBehaviour { public void OnGUI()...
  2. DreTaX

    How use KeyBoardAPI?

    Only client side RB.
  3. DreTaX

    How use KeyBoardAPI?

    // Simulate that the key is being pressed down. KeyboardAPI.SendKey(KeyboardAPI.DirectXKeyStrokes.DIK_F2, false, KeyboardAPI.InputType.Keyboard); // Simulate that the key is not pressed anymore, therefore It was pressed. KeyboardAPI.SendKey(KeyboardAPI.DirectXKeyStrokes.DIK_F2, true...
  4. DreTaX

    why people don't answer your question

    It doesn't need a lot of thinking to understand that It's Christmas and maybe everyone is taking a break? =)
  5. DreTaX

    Approved GeoIP

    Are you hosting locally?
  6. DreTaX

    That's what the public chat of the discord is for.

    That's what the public chat of the discord is for.
  7. DreTaX

    Approved GeoIP

    DreTaX updated GeoIP with a new update entry: 2.2 Read the rest of this update entry...
  8. DreTaX

    GeoIP - 2.2

    Wrong link, same update.
  9. DreTaX

    Approved CountryBlackList

    DreTaX updated CountryBlackList with a new update entry: 3.0.3 Read the rest of this update entry...
  10. Jakkee

    CountryBlackList - 3.0.3

    Updated plugin to work with the latest GeoIP
  11. DreTaX

    Approved GeoIP

    DreTaX updated GeoIP with a new update entry: 2.2 Read the rest of this update entry...
  12. DreTaX

    GeoIP - 2.2

    I forgot to update GeoIP after the website problem before. Here is the newest one with threaded callbacks that shouldn't cause issues.
  13. DreTaX

    Rust legacy on linux

    This is what i did: Copy apt-get install nano sudo dpkg --add-architecture i386 apt-get install wine:i386 apt-get install xorg apt-get install xfce4 dpkg-reconfigure xserver-xorg apt-get install vnc4server Enter "startxfce4 &" without quotes on the last line in: ~/.vnc/xstartup and save it...
  14. DreTaX

    How to send RPC from client to server and catch it

    That's not how you send RPCs from clientside... uLink.NetworkView.Get(PlayerClient.GetLocalPlayer().findnetworkviewofplayerherebecauseidunnothevariablename) .RPC("asd", PlayerClient.GetLocalPlayer().findnetworkviewofplayerherebecauseidunnothevariablename);
  15. DreTaX

    Fougerite Official

    DreTaX updated Fougerite Official with a new update entry: 1.7.0 Read the rest of this update entry...
  16. DreTaX

    Fougerite Official - 1.7.0

    Fougerite went through a huge structural change. View the commit here, and READ the changelog carefully! A lot of things aren't the same as they were before. https://github.com/Notulp/Fougerite/commit/7190818b0d94e9faaf90ca337dfd6773613b0d77 This build is still in "testing", but was majorly...
  17. DreTaX

    PlayZ Network [BR] - Loot+++

    Will check the server soon.
  18. DreTaX

    Solved RustBuster Client Problem

    What issue?
  19. DreTaX

    Restarts the RUST BUSTER Client Help!

    Launch rust.exe as admin.
  20. DreTaX

    RustBusterServer - 1.9.5

    Nothing serious server side. We just fixed the plugin bug at client side, and made a corresponding version for It.