Search results

  1. DreTaX

    Solved Easy Timer Module C#

    I will add It here, but http://fougerite.com/wiki/timer-setups/?noRedirect=1 You should consider adding Parallel support.
  2. DreTaX

    Disable RustPP

    I will swap It back to the original uLink version, that might be the problem. But I'm not getting that.
  3. DreTaX

    Plugin support for RustBuster is on the way

    Stay tuned.
  4. DreTaX

    RustBuster Hack Detection Performance

    That's the default name in the client :D
  5. DreTaX

    RustBuster Report Bug's

    That's funny. Is It because of the code link obfuscation? If you decompile the code, you will find nothing, so It's a false positive.
  6. DreTaX

    RustBuster Report Bug's

    Possible.
  7. DreTaX

    Solved OnLootUse

    Try printing out the name: Server.GetServer().Broadcast(lootstartevent.Entity.Name); I don't know the entity's name, but It should work once you see It's name.
  8. DreTaX

    Solved How to disable RustBuster ScreenShots ?

    I will fix the lagg issue today, but If you wish, I will add a disable option too.
  9. DreTaX

    RustBuster Report Bug's

    That's funny. I'm honest I'm also checking process names too, not only hashes. Thanks for the report. Cheers, will fix today for 1.4.0.
  10. DreTaX

    RustBuster Hack Detection Performance

    Some stats. [355109d9ca8bbcc7c3e39fd483fa2b95dea0ad2f] 76561197961262881=FUCK2009 [0149a2a023e0238f3be0be3f3d88475f15c975cd] 76561197961702168=Corlleone085 [298e07c18ba28a5a36e7a9903f54bcd48e7d7e02] 76561198001338439=gerenix [aa0aed57db6741143c0219fcff7bdb154d21b52c]...
  11. DreTaX

    RustBusterServer - 1.3.9

    Fixed ServerBrowser.
  12. DreTaX

    Solved RustBuster2016Helper UnauthorizedAccessExecption Error

    http://fougerite.com/resources/rustbuster2016verifyer.200/ Try with that.
  13. DreTaX

    RustBuster2016Verifyer - 1.2

    Latest version.
  14. DreTaX

    Approved DeathMSG

    IronPython doesn't support it. Might convert this to C#.
  15. DreTaX

    RustBusterServer - 1.3.8

    Quick release, the serverbrowser is not working temporarely, but will be fixed today.
  16. DreTaX

    Approved AdvancedTester (RecoilTest/JumpTest)

    Delete the settings.ini and let it recreate.
  17. DreTaX

    Approved AdvancedTester (RecoilTest/JumpTest)

    "String was not in the correct format...." Remove all the comments from the lines: Example ; After public vote test, player will receive an amout of X minute(s) for a cooldown, so he can't be spammed with tests
  18. DreTaX

    The appearance of the player on the map

    So It throws null because the player didn't load yet? Easy as this: public void On_PlayerConnected(Fougerite.Player Player) { DataStore.Add("CheckStuff", Player.UID, 1); } public void On_PlayerSpawned(Fougerite.Player player) { if (DataStore.Get("CheckStuff", player.UID) != null) {...
  19. DreTaX

    Solved I was banned using a hack and RustBuster, Help.

    To the server owner's site.
  20. DreTaX

    Player not being able to join

    So It failes to ping upon connection? Interesting. No idea what could this exactly be, but gonna look into this one too. Other than that, if you open cmd, and type: ping ipaddresshere Can you ping It?