Hashish Gen
Just a simple One-At-A-Time-Hash Generator/Calculator.

Peace!
Just a simple One-At-A-Time-Hash Generator/Calculator.


———————————————————————
o!nko!nk’s SpeedometerIV – Skin-Pack vol 3 – Radar-Set
———————————————————————
Skin: ‘Radar’
———————————————————————Info:
This Skin-Pack includes a Background-Set and Pin-Set.
Mix your own Radar-Speedometer with the included Background/Pin variations.
Use the incl.Template for the right placement and configuration.
———————————————————————Background-Set:
-’Ring Full’
-’Ring Tics’
-’Ring Speed’
-’Tics In’
-’Tics Out’
-’Tics Speed’
-’Dots White’
-’Dots Black’Pin-Set:
-’Arrow White’
-’Block White’
-’Arrow Black’
-’Block Black’———————————————————————
Install:
– Open ‘[Template]‘ folder.
– Copy the ‘Radar’ Skinfolder to your ‘SpeedoIV’ gamefolder.
– Replace your main ‘Config.ini’ with the incl. template config.Change Background or Pin:
– Check the ‘Background-Set’/'Pin-Set’ folder to see what you get…
– Replace ‘Bck.png’/'Pin.png’ in the installed ‘Radar’ skinfolder with the one you like…
– That’s it…I think.Have Fun!
———————————————————————
Support:
http://www.gtaforums.com/index.php?showtopic=420021
———————————————————————
Copyright by o!nko!nk 2009
No Fonts…sorry.
———————————————————————

———————————————————————
o!nko!nk’s SpeedometerIV – Skin-Pack vol 2
———————————————————————
Skin: ‘Kustomizn 604′
———————————————————————Include Skins:
-’kDay’
-’kDayDot’
-’kDayLine’
-’kBlend’
-’kDayNite’
-’kDayNiteBlue’
-’kDayNiteGreen’
-’kWhite’Template:
-PSD (Photoshop CS3)
-PNG’s
-’Poco’by ManiackersUse the Template to create your own Speedometer skin.
Have Fun!
———————————————————————
Support:
http://www.gtaforums.com/index.php?showtopic=420021
———————————————————————
Copyright by o!nko!nk 2009‘Poco’ Font Copyright by Maniackers 2008
(www2.wind.ne.jp/maniackers/designfont.html)
———————————————————————

———————————————————————
o!nko!nk’s SpeedometerIV – Skin-Pack vol 1
———————————————————————
Skin: ‘Default’
———————————————————————Include Skins:
-’Simple Day’ Skin
-’Night White’ Skin
-’Night Green’ Skin
-’Night Blue’ Skin
-’Night Mint’ Skin
-’Dark Red’ Skin
-’Dark Yellow’ SkinTemplate:
-PSD (Photoshop CS3)
-PNG’s
-’Today’by StereoType (DaFont.com)Use the Template to create your own Speedometer skin.
Have Fun!———————————————————————
Copyright by o!nko!nk 2009
‘Today’ Font Copyright by StereoType 2008 (www.stereo-type.net)
———————————————————————

Info:
This speedometer is based on Aru’s ScriptHookSDK, but it’s not just a modified version of the speedometer example.
Actually it’s the 3rd port of this project to another Hook…beside the failed TXD version.
The idea is simple…a full customizable Speedometer.
Features:
Screenshots:
![]() |
![]() |
![]() |
![]() |
![]() |
Greetz!
Yep…Prince-Link did it!
He released the first version of his ‘dff2wdr’ converter and also another nice tool, ‘WDR-Analyze’.
Here a lil test pic… ![]()

Thread on GTAForums.com
WDR Analyze on Shadow-Link.nl
dff2wdr on Shadow-Link.nl
Peace!
Because I ‘ve use for every mod a ini config file, I’ve created a addon class for Aru’s ScriptHookSDK.
Easy to include into your project and it supports reading/writing of Strings, Booleans, Integers and Floats.
HowTo:
1.) Download the IniFile class (see below)
2.) Copy both files to your project folder (iniFile.h / iniFile.cpp)
3.) Change the ‘Character Set’ to ‘Multi-Byte’
Project Properties -> Configuration
Properties -> General -> Character Set
4.) Include the class into your project…
1 | #include "iniFile.h" |
5.) Use it and be a happy!
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | // Create a IniFile... IniFile ini = IniFile(".\\IniTest.ini"); // Write to ini.. ini.WriteInteger("Test", "Integer", 69); ini.WriteFloat("Test", "Float", 123.456f); ini.WriteBoolean("Test", "Boolean", true); ini.WriteString("Test", "String", "Hello World!"); // Read from ini... LogInfo("[Test]"); LogInfo("Integer = %d", ini.ReadInteger("Test", "Integer", 0)); LogInfo("Float = %.3f", ini.ReadFloat("Test", "Float", 0.0f)); LogInfo("Boolean = %d", ini.ReadBoolean("Test", "Boolean", false)); LogInfo("String = %s", ini.ReadString("Test", "String", "Whatever!")); |
You can also download a example project…
Greetz!
This new version is not based on the ‘other’ ScriptHook anymore. After a smalltalk with one of the modmygta mods/admins on YouTube and visiting their forum/chat to get an impression of how they are. I’ve decided that this is not the kind of community were I want to belong to.
That’s why I just add a own Directx hook into my asi which communicates with the ScriptHook…the DXHook is also standaloneable.
How to implement it, the source, examples etc. I will post later, after some optimization.
So, back to Topic.
The Speedometer works just like the first one, but now it’s also possible to add own skins.
Internal graphics…

Custom graphics…

More about it later…I will edit this Post.
Greetz!
Last weekend I used the 1st time the new g4mHookSDK by bean_xp,
which based on Aru’s ScriptHookSDK.
But this one got some fixxes, supports MP and includes a DirectX Hook.
So, that’s what I got till now…
…it’s just the beginning.
Many features planned…
Next Weekend is update time…and maybe the first open beta release.
Greetz!
Now, the official mirrors working again and Aru has updated the Hook. ![]()
ScriptHookSDK by Aru
Have Fun!