jaelon.ahad Posted August 27, 2021 Share Posted August 27, 2021 This script makes your name to blank, so people maybe not kick you. var currentTick = 0; var lastTick = 0; var special = false; var speed = 22; var ctag = 0; function Draw() { currentTick = parseInt(Globals.Curtime() * 1e3); if (currentTick - 1e4 / speed >= lastTick) { switch (ctag % 1) { case 0: { Local.SetClanTag("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"); break; } case 1: { Local.SetClanTag("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"); break; } } if (ctag == 1) { ctag = 0; } else { ctag = ctag + 1; } lastTick = currentTick; } } Cheat.RegisterCallback("Draw", "Draw"); 11 Quote Link to comment Share on other sites More sharing options...
zeal711 Posted August 29, 2021 Share Posted August 29, 2021 hi, could u explain exactly how to use this, i put it into a javascript file and use it in otc but my name is still there. Quote Link to comment Share on other sites More sharing options...
jaelon.ahad Posted September 21, 2021 Author Share Posted September 21, 2021 On 8/30/2021 at 4:36 AM, zeal711 said: hi, could u explain exactly how to use this, i put it into a javascript file and use it in otc but my name is still there. Try reload script in game. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.