Agario Forum | The Online Agar.io Leading Community
what do i need to make a extention - Printable Version

+- Agario Forum | The Online Agar.io Leading Community (http://agarioforums.net)
+-- Forum: Agario Mods (http://agarioforums.net/forumdisplay.php?fid=15)
+--- Forum: Agario Mods Discussion (http://agarioforums.net/forumdisplay.php?fid=17)
+--- Thread: what do i need to make a extention (/showthread.php?tid=1959)



what do i need to make a extention - Slothy - 03-26-2016

What scripts do I need to make a extention.
I want macro
maybe split radius
turn off darktheme and turn it on witth a key


RE: what do i need to make a extention - Sinister - 03-28-2016

they have many extension that exist already, use the source code from them to help code your new extension, but you will need to have enough coding knowledge to understand how it all works so you can put the pieces together




edit : 100th post


RE: what do i need to make a extention - plsdonteatme - 03-28-2016

(03-28-2016, 04:08 AM)Sinister Wrote: they have many extension that exist already, use the source code from them to help code your new extension, but you will need to have enough coding knowledge to understand how it all works so you can put the pieces together




edit : 100th post

Where are the a leet hax??!


RE: what do i need to make a extention - Slothy - 03-28-2016

(03-28-2016, 04:08 AM)Sinister Wrote: they have many extension that exist already, use the source code from them to help code your new extension, but you will need to have enough coding knowledge to understand how it all works so you can put the pieces together




edit : 100th post

Thanks! Congrats on 100 posts!


RE: what do i need to make a extention - LKD70 - 03-31-2016

Looking at others exteensions is deffo a good path, perhaps get something like tampermonkey/greeesemonkey to make deployment easier (not needed but they do make life easy).

Look into javascript... http://www.tutorialspoint.com/javascript/


RE: what do i need to make a extention - Robin - 04-07-2016

You guys know some serious stuff about coding and extensions. Well good job guys with your work. Tongue


RE: what do i need to make a extention - Voakie - 04-07-2016

(03-26-2016, 09:22 PM)ILoveSloths02 Wrote: What scripts do I need to make a extention.
I want macro
maybe split radius
turn off darktheme and turn it on witth a key

Without proper knowledge of HTML5, this will be quite impossible, if you dont want to work with copy paste Big Grin
Manipulating the HTML is easy with Tampermonkey and using jQuery (JS framwork, easier than JS itself)
For example, we have:
Quote:<h1 class="main-panel main-panel-middle main-name">Agar.io</h1>

You could simply run this in jQuery:
Quote:$(".main-name").text("Sloths.io");

Have fun Smile

(03-31-2016, 05:55 PM)LKD70 Wrote: Looking at others exteensions is deffo a good path, perhaps get something like tampermonkey/greeesemonkey to make deployment easier (not needed but they do make life easy).

Look into javascript... http://www.tutorialspoint.com/javascript/

Manipulating the DOM is much easier using jQuery, and jQuery is much easier than JS itself. Win-Win for jQuery Big Grin (+jQuery has a very well done documentary)


RE: what do i need to make a extention - ginaowens - 07-02-2016

To insert code into a page, your extension must have cross-origin permissions for the page.


RE: what do i need to make a extention - Sinister - 07-02-2016

why make one when there is already a good few


RE: what do i need to make a extention - plsdonteatme - 07-02-2016

you need some dank kush


RE: what do i need to make a extention - Voakie - 07-02-2016

(07-02-2016, 07:16 PM)Sinister Wrote: why make one when there is already a good few

Because it's a good way to learn, if you aren't copy pasting

(07-02-2016, 05:02 AM)ginaowens Wrote: To insert code into a page, your extension must have cross-origin permissions for the page.

Wrong. You only need this if you are trying to Script across 2 sites.


RE: what do i need to make a extention - plsdonteatme - 07-02-2016

KILE I SAID U NEED A POUND OF DANK KUSH