Jump to content

Recommended Posts

Posted

connect.png

 

Basic radio!

 

Description: This is a basic Radio Script for beginners. This example is broken down into three sections for easier viewing.

 

--- General Aliases ---

alias r1 "radio1" alias r2 "radio2"

alias r3 "radio3"

alias ms1 "menuselect 1"

alias ms2 "menuselect 2"

alias ms3 "menuselect 3"

alias ms4 "menuselect 4"

alias ms5 "menuselect 5"

alias ms6 "menuselect 6"

alias ms7 "menuselect 7"

alias ms8 "menuselect 8"

alias ms9 "menuselect 9"

alias mclr "slot10; wait; wait; slot10"

--- Radio Aliases ---

alias +cover "r1; ms1"

alias -cover "mclr"

alias +point "r1; ms2"

alias -point "mclr"

alias +holdpos "r1; ms3"

alias -holdpos "mclr"

alias +regroup "r1; ms4"

alias -regroup "mclr"

alias +follow "r1; ms5"

alias -follow "mclr"

alias +takinfir "r1; ms6"

alias -takinfir "mclr"

alias +go "r2; ms1"

alias -go "mclr"

alias +fall "r2; ms2"

alias -fall "mclr"

alias +stick "r2; ms3"

alias -stick "mclr"

alias +getinpos "r2; ms4"

alias -getinpos "mclr"

alias +storm "r2; ms5"

alias -storm "mclr"

alias +rptintm "r2; ms6"

alias -rptintm "mclr"

alias +roger "r3; ms1"

alias -roger "mclr"

alias +spotted "r3; ms2"

alias -spotted "mclr"

alias +help "r3; ms3"

alias -help "mclr"

alias +sector "r3; ms4"

alias -sector "mclr"

alias +inpos "r3; ms5"

alias -inpos "mclr"

alias +reporting "r3; ms6"

alias -reporting "mclr"

alias +blow "r3; ms7"

alias -blow "mclr"

alias +neg "r3; ms8"

alias -neg "mclr"

alias +enedown "r3; ms9"

alias -enedown "mclr"

 

--- Bind Examples ---

bind "f1" "+cover"

bind "f2" "+point"

bind "f3" "+holdpos"

bind "f4" "+regroup"

bind "f5" "+follow"

bind "f6" "+takinfir"

bind "f7" "+go"

bind "f8" "+fall"

bind "f9" "+stick"

bind "f10" "+getinpos"

bind "f11" "+storm"

bind "f12" "+rptintm"

bind "q" "+roger"

bind "w" "+spotted"

bind "e" "+help"

bind "r" "+sector"

bind "t" "+inpos"

bind "y" "+reporting"

bind "u" "+blow"

bind "i" "+neg"

bind "o" "+enedown"

connect.png

 

Aztec Extended Radio

 

clear

con_notifytime "99"

developer "1"

echo "Extended Radio [Aztec]"

echo "1. Terrorist's spawn."

echo "2. Counter-Terrorist's spawn."

echo "3. Water."

echo "4. Bridge."

echo "5. Double door choke point."

echo "6. Area near Bomb B."

echo "7. Crate open passage near Terrorist spawn."

echo "8. Bombsite A."

echo "9. Bombsite B."

echo ""

echo "0. Exit"

developer "0"

alias "S1_K" "exec pkS/Common/EMRAlias_DO.cfg;say_team Terrorist's spawn."

alias "S2_K" "exec pkS/Common/EMRAlias_DO.cfg;say_team Counter-Terrorist's spawn."

alias "S3_K" "exec pkS/Common/EMRAlias_DO.cfg;say_team Water."

alias "S4_K" "exec pkS/Common/EMRAlias_DO.cfg;say_team Bridge."

alias "S5_K" "exec pkS/Common/EMRAlias_DO.cfg;say_team Double door choke point."

alias "S6_K" "exec pkS/Common/EMRAlias_DO.cfg;say_team Area near Bomb B."

alias "S7_K" "exec pkS/Common/EMRAlias_DO.cfg;say_team Crate open passage near Terrorist spawn."

alias "S8_K" "exec pkS/Common/EMRAlias_DO.cfg;say_team Bombsite A."

alias "S9_K" "exec pkS/Common/EMRAlias_DO.cfg;say_team Bombsite B."

alias "S0_K" "exec pkS/Common/EMRAlias_DO.cfg"

connect.png

Flashwarning

 

this Script tells your team to take cover and then throws a flashbang, with one key press.

 

alias +warnflash "warntm; weapon_flashbang; wait; wait; +attack" alias -warnflash "-attack"

alias warntm "say_team Throwing a Flashbang Take Cover!"

 

bind "q" "+warnflash"

connect.png

Affirmative Bind

 

Roger-Affirmative

 

alias +roger "radio3; wait; wait; menuselect 1"

alias -roger "slot10; wait; wait; wait; slot10"

connect.png

Advanced Cover-me

 

Description: Asks for your team for cover when you reload, but doesn't do it when you type the letter it's bound to.

 

alias +reloadScript "+reload; coverme; say_team Reloading, cover me"

alias reloadOFF ""

alias teamChat "bind r reloadOFF; messagemode2"

alias pubChat "bind r reloadOFF; messagemode"

alias +enter "+attack"

alias -enter "-attack; bind r +reloadScript"

 

bind "r" "+reloadScript"

bind "Enter" "+enter"

bind "u" "teamChat"

bind "y" pubChat"

connect.png

747 Hijack Extended

clear

 

con_notifytime "99"

developer "1"

echo "Extended Radio [747 Hijack]"

echo "1. Terrorist's spawn."

echo "2. Counter-Terrorist's upper spawn."

echo "3. Counter-Terrorist's lower spawn (red room)."

echo "4. In vents."

echo "5. In open area (front of plane)."

echo "6. In open area (back of plane)."

echo "7. At hostages."

echo "8. In cargo hold."

echo "9. In cockpit."

echo ""

echo "0. Exit"

developer "0"

alias "S1_K" "exec pkS/Common/EMRAlias_DO.cfg;say_team Terrorist's spawn."

alias "S2_K" "exec pkS/Common/EMRAlias_DO.cfg;say_team Counter-Terrorist's upper spawn."

alias "S3_K" "exec pkS/Common/EMRAlias_DO.cfg;say_team Counter-Terrorist's lower spawn (red room)."

alias "S4_K" "exec pkS/Common/EMRAlias_DO.cfg;say_team In vents."

alias "S5_K" "exec pkS/Common/EMRAlias_DO.cfg;say_team In open area (front of plane)."

alias "S6_K" "exec pkS/Common/EMRAlias_DO.cfg;say_team In open area (back of plane)."

alias "S7_K" "exec pkS/Common/EMRAlias_DO.cfg;say_team At hostages."

alias "S8_K" "exec pkS/Common/EMRAlias_DO.cfg;say_team In cargo hold."

alias "S9_K" "exec pkS/Common/EMRAlias_DO.cfg;say_team In cockpit."

alias "S0_K" "exec pkS/Common/EMRAlias_DO.cfg"

connect.png

Have Fun!

 

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • https://www.l2jbrasil.com/topic/149147-daily-reward-tested-on-l2jsunrise/  to h5 sunrise
    • https://www.l2jbrasil.com/topic/149147-daily-reward-tested-on-l2jsunrise/   
    • A lot of people say L2 is dead, and ACIS is still in development. But seriously, you’ve got the skills and knowledge why not make your own game with a clean brand new client from scratch? The only thing missing is client devs, and you can find plenty here or on freelance sites. Stop treating it like a hobby and turn it into something that can actually make money and people happy, you have the name just move forward, even AI can help you script quests, me first I would totally play any game you made similar to l2 anyway 🍪 have one i know you like them
    • Would it be possible to update the guide? The images are offline! 😞
    • In the fast-paced world of digital marketing, having the right tools makes all the difference. If you're searching for a reliable SMM panel Nigeria, GoUpSocial is here to take your online presence to the next level. Built for influencers, marketers, startups, and content creators, our platform is the ultimate solution for smart and scalable social media growth. With GoUpSocial, you get more than just numbers—you get engagement that drives real impact. As a trusted Nigerian SMM panel, we help you gain visibility across top platforms like Instagram, TikTok, YouTube, Facebook, and Twitter—all at the most competitive prices in the market. Experience the Power of the Best SMM Panel in Nigeria We understand that quality matters just as much as affordability. That’s why GoUpSocial has become the go-to platform for users seeking the best SMM panel in Nigeria. Here’s what makes us the preferred choice: 🚀 Real-Time Delivery: Get your orders processed and completed in minutes, not hours. 💼 All-in-One Dashboard: Manage all your campaigns with ease from a clean, simple interface. 💡 Effective Strategies: Our tools are tailored for organic-looking growth and high user engagement. 🧾 Transparent Pricing: No hidden fees—just straightforward, affordable packages. 👩‍💻 Expert Support: Our team is available 24/7 to guide you through every step of the process. Whether you need more followers, likes, views, or overall engagement, our SMM panel Nigeria services deliver measurable and meaningful results. Why We’re the Nigeria Fastest and Cheapest SMM Panel GoUpSocial isn’t just another provider—it’s the Nigeria fastest and cheapest SMM panel built with performance and value in mind. We combine automation, intelligent targeting, and local market understanding to help you scale effortlessly. Need to boost a campaign today? Our platform supports instant order processing, real-time tracking, and localized engagement strategies—making it ideal for any influencer or business operating in Nigeria. Plus, as the cheapest SMM panel in Nigeria, we make sure that even clients with limited budgets can access top-quality services without compromise. A Nigerian SMM Panel Built for 2025 and Beyond As social media algorithms evolve, traditional methods of gaining reach and engagement no longer work. That’s why we’ve built the SMM panel Nigeria 2025—a next-gen platform optimized for today’s challenges. From smart delivery settings to niche-specific targeting, GoUpSocial provides you with every advantage in a competitive digital world. Our system adapts to the latest platform changes, helping you stay relevant, visible, and in control. Looking for a localized service? Our SMM panel for Nigerian followers helps you connect directly with your audience—boosting both credibility and conversions. All-in-One Online Panel in Nigeria for Every Social Goal No matter your objective—brand awareness, follower growth, or engagement improvement—GoUpSocial is the online panel in Nigeria that offers it all. With flexible services, dynamic campaigns, and secure systems, we give you the tools to succeed in a crowded online space. And because we’re committed to your growth, our platform is continually updated to reflect the best practices of modern digital marketing. Take the Leap with the Best Nigerian SMM Panel Ready to grow smarter? With GoUpSocial, you don’t just gain social proof—you build real influence. As the cheapest Nigeria SMM panel, we combine speed, quality, and affordability in one seamless platform. Whether you're an aspiring influencer, a marketing agency, or a brand aiming for greater reach, GoUpSocial is the ultimate Nigerian SMM panel to help you reach your full potential. 👉 Sign up today and unlock the next level of social media growth with GoUpSocial.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock