Nogg-Aholic
Programacion y Hacking ético ._ .
Programacion y Hacking ético ._ .
may 6th
So… ¡too much time without write here!
I’ve been coding something that always was in my head, make an map editor for a game and make it web-based, the first try was the PHP clases for WoW. I’ve played this game for years, Soldat is a Windows game that is very simple but very addictive.
Make a map editor web-based with HTML5, CSS3, jQuery (JavaScript), SVG. Currently is a simple polygon creator, but that’s the key because the maps for soldat are composed by polygons, so with SVG we can render in our web browser the map and with jQuery edit them.
Due to standard of CSS problems currently only works with Firefox 4 & Google Chrome.
The base is fully base with jQuery and SVG, I use this jQuery code for make the polygons that
$(function() {
$('#SoldatEngine').svg({onLoad: drawInitial});
});
function drawInitial(svg) {
var g = svg.group({id: "Polygon"+Math.floor(Math.random()*11)});
var i=0;
for (i=0;i<=10;i++)
{
var Rand = Math.floor(Math.random()*1000);
svg.polygon(g,[[Rand,150],[Rand+150,150],[Rand+100,0]],{fill: '#ccc', stroke: '#000', strokeWidth: 1, class: "Polygon", id: "P"+Math.floor(Math.random()*101)});
}
}
nov 28th
YEAH!
I’m here again, i’m very sorry about this time that I didn’t update anything related about my blog or my applications.
This has been because two things, first i was very busy at work and the other one was that Mythic has updated the “WarHammer Online” with some protections that make me more hard to find the offsets that the application uses to hack the game.
Well, the BugCraft’s WarTool it’s completely up to date now and I hope that you enjoy using it
Please report any bugs using the comment system
sep 11th
I don’t know exactly why but “Mythic” is publishing patchs every 3/4 days of WarHamme Online.
So I’ve made a little change at BugCraft’s tool , now it’s more easy update the tool because it download from Google Code the lists of offsets.
http://php-wow.googlecode.com/svn/trunk/WaR/BugCraftsOffsets.ini
And about the new feature that help you to fly around the world, I know that the is a problem, sometimes when you activate it the mouse disappears , try to don’t click anything when you press F8 to activate it.
Thank you to all people thaat use this free and non-comercial app, remember to use it ethically!
sep 5th
Yayh! Another update for this tool, I added the possibility for fly around the world without collision (Fly + Ninja), with this feature you’ll can go where you want!
Outdated:
- Download Sourcecode
Working patch:
- Download Sourcecode
HotKeySet("{F1}","PlayerScale")
HotKeySet("{F2}","PlayerZPosition")
HotKeySet("{F3}","PlayerXPosition")
HotKeySet("{F4}","PlayerYPosition")
HotKeySet("{F5}","Speedhack")
HotKeySet("{F6}","SuperJump")
HotKeySet("{F7}","Fly")
HotKeySet("{F8}","Ninja")
HotKeySet("{F9}","Transparency")
HotKeySet("{F10}","CameraZ")
HotKeySet("{F11}","CameraDist")
ago 22nd
Updated offsets and some minor changes, sorry about the delay from this update!
- Download Sourcecode (It doesn’t work with currently patch)
- Updated again for lastest patch (Mythic have released another patch )
- Download Sourcecode (Working!)
ago 15th
Yep! Long time that I no update my BugCraft’s WarTool, today I’ve been exploring again the game and I’ve found a method to walk through the walls (of an building) and with this method you can walk above the elements that have got collision, I’ve called this new method the Ninja! function.
About the keybinding:
HotKeySet("{F1}","PlayerScale")
HotKeySet("{F2}","PlayerZPosition")
HotKeySet("{F3}","PlayerXPosition")
HotKeySet("{F4}","PlayerYPosition")
HotKeySet("{F5}","Speedhack")
HotKeySet("{F6}","SuperJump")
HotKeySet("{F7}","Fly")
HotKeySet("{F8}","Ninja")
HotKeySet("{F9}","Transparency")
HotKeySet("{F10}","CameraZ")
HotKeySet("{F11}","CameraDist")
ago 7th
There have been days that I didn’t wrote anything, that’s because I returned to work after the holidays and this week have been really awesome for me!
There are a lot of people in internet that have spoken about the conference, this is the most awesome thing for me!!!
If you didn’t see the conference, here is the full video, The conference starts at 12:00 m/s
and at the finish of the video there is no audio
I’ll upload the entire video that I recorded with my personal camera this week.
Here is some photos that my friends made during the conference:
And the presentation that I used:
http://prezi.com/fvtufwtiklf7/nogg-aholic/
Well there is not much to say, thanks to the Campus Party organization for give me this oportunity, thanks to the aw3a team because they are an inspiration for me and thanks to the SecurityByDefault team because they are awesome people.
And absolutly THANKS TO THE NOGG-AHOLIC TEAM AND ALL MEMBERS OF THIS GROUP THAT MAKES ME HAPPY SINCE THE 2005 YEAR!
and finally thanks to all who enjoyed the conference!!!
jul 31st
Here is the full sourcecode of the APP that I made for the conference that i’ll do tomorrow at Campus-Party.
- BugCraft's WarTool - Tzar Hack for Windows - BugCraft's Starcraft II tool - ADT/WDT scripts - WoWMachinimaTool (Source code not avaliable) - WoWBot
- Download
If you have some question i will be pleased of speak with you -> karliky [AT] gmail.com